77 lines
4.0 MiB
JavaScript
77 lines
4.0 MiB
JavaScript
|
var __defProp2=Object.defineProperty,__defProps=Object.defineProperties,__getOwnPropDescs=Object.getOwnPropertyDescriptors,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp2=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(e,t,i)=>t in e?__defProp2(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,__spreadValues=(e,t)=>{for(var i in t||(t={}))__hasOwnProp2.call(t,i)&&__defNormalProp(e,i,t[i]);if(__getOwnPropSymbols)for(var i of __getOwnPropSymbols(t))__propIsEnum.call(t,i)&&__defNormalProp(e,i,t[i]);return e},__spreadProps=(e,t)=>__defProps(e,__getOwnPropDescs(t)),__objRest=(e,t)=>{var i={};for(var n in e)__hasOwnProp2.call(e,n)&&t.indexOf(n)<0&&(i[n]=e[n]);if(null!=e&&__getOwnPropSymbols)for(var n of __getOwnPropSymbols(e))t.indexOf(n)<0&&__propIsEnum.call(e,n)&&(i[n]=e[n]);return i},__publicField=(e,t,i)=>(__defNormalProp(e,"symbol"!=typeof t?t+"":t,i),i),__async=(e,t,i)=>new Promise(((n,o)=>{var r=e=>{try{a(i.next(e))}catch(t){o(t)}},s=e=>{try{a(i.throw(e))}catch(t){o(t)}},a=e=>e.done?n(e.value):Promise.resolve(e.value).then(r,s);a((i=i.apply(e,t)).next())}));const p$1=function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))t(e);new MutationObserver((e=>{for(const i of e)if("childList"===i.type)for(const e of i.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&t(e)})).observe(document,{childList:!0,subtree:!0})}function t(e){if(e.ep)return;e.ep=!0;const t=function(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerpolicy&&(t.referrerPolicy=e.referrerpolicy),"use-credentials"===e.crossorigin?t.credentials="include":"anonymous"===e.crossorigin?t.credentials="omit":t.credentials="same-origin",t}(e);fetch(e.href,t)}};
|
||
|
/**
|
||
|
* @vue/shared v3.4.31
|
||
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
|
* @license MIT
|
||
|
**/
|
||
|
/*! #__NO_SIDE_EFFECTS__ */
|
||
|
function makeMap(e,t){const i=new Set(e.split(","));return t?e=>i.has(e.toLowerCase()):e=>i.has(e)}p$1();const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn$1=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),isModelListener=e=>e.startsWith("onUpdate:"),extend$1=Object.assign,remove=(e,t)=>{const i=e.indexOf(t);i>-1&&e.splice(i,1)},hasOwnProperty$k=Object.prototype.hasOwnProperty,hasOwn$2=(e,t)=>hasOwnProperty$k.call(e,t),isArray$8=Array.isArray,isMap$2=e=>"[object Map]"===toTypeString$2(e),isSet$2=e=>"[object Set]"===toTypeString$2(e),isDate$3=e=>"[object Date]"===toTypeString$2(e),isRegExp$2=e=>"[object RegExp]"===toTypeString$2(e),isFunction$6=e=>"function"==typeof e,isString$7=e=>"string"==typeof e,isSymbol$2=e=>"symbol"==typeof e,isObject$7=e=>null!==e&&"object"==typeof e,isPromise$2=e=>(isObject$7(e)||isFunction$6(e))&&isFunction$6(e.then)&&isFunction$6(e.catch),objectToString$3=Object.prototype.toString,toTypeString$2=e=>objectToString$3.call(e),toRawType=e=>toTypeString$2(e).slice(8,-1),isPlainObject$5=e=>"[object Object]"===toTypeString$2(e),isIntegerKey=e=>isString$7(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction$1=e=>{const t=Object.create(null);return i=>t[i]||(t[i]=e(i))},camelizeRE$1=/-(\w)/g,camelize$1=cacheStringFunction$1((e=>e.replace(camelizeRE$1,((e,t)=>t?t.toUpperCase():"")))),hyphenateRE$1=/\B([A-Z])/g,hyphenate$1=cacheStringFunction$1((e=>e.replace(hyphenateRE$1,"-$1").toLowerCase())),capitalize$1=cacheStringFunction$1((e=>e.charAt(0).toUpperCase()+e.slice(1))),toHandlerKey=cacheStringFunction$1((e=>e?`on${capitalize$1(e)}`:"")),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,...t)=>{for(let i=0;i<e.length;i++)e[i](...t)},def=(e,t,i,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:i})},looseToNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t},toNumber$1=e=>{const t=isString$7(e)?Number(e):NaN;return isNaN(t)?e:t};let _globalThis$1;const getGlobalThis$1=()=>_globalThis$1||(_globalThis$1="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{}),GLOBALS_ALLOWED="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error",isGloballyAllowed=makeMap(GLOBALS_ALLOWED);function normalizeStyle(e){if(isArray$8(e)){const t={};for(let i=0;i<e.length;i++){const n=e[i],o=isString$7(n)?parseStringStyle(n):normalizeStyle(n);if(o)for(const e in o)t[e]=o[e]}return t}if(isString$7(e)||isObject$7(e))return e}const listDelimiterRE=/;(?![^(]*\))/g,propertyDelimiterRE=/:([^]+)/,styleCommentRE=/\/\*[^]*?\*\//g;function parseStringStyle(e){const t={};return e.replace(styleCommentRE,"").split(listDelimiterRE).forEach((e=>{if(e){const i=e.split(propertyDelimiterRE);i.length>1&&(t[i[0].trim()]=i[1].trim())}})),t}function stringifyStyle(e){let t="";if(!e||isString$7(e))return t;for(const i in e){const n=e[i];if(isString$7(n)||"number"==typeof n){t+=`${i.startsWith("--")?i:hyphenate$1(i)}:${n};`}}return t}function normalizeClass(e){let t="";if(isString$7(e))t=e;else if(isArray$8(e))for(let i=0;i<e.length;i++){const n=normalizeClass(e[i]);n&&(t+=n+" ")}else if(isObject$7(e))for(const i in e)e[i]&&(t+=i+" ");return t.trim()}function normalizeProps(e){if(!e)return null;let{class:t,style:i}=e;return t&&!isString$7(t)&&(e.class=normalizeClass(t)),i&&(e.style=normalizeStyle(i)),e}const specialBooleanAttrs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",isSpecialBooleanAttr=makeMap(specialBooleanAttrs),isBooleanAttr=makeMap(specialBooleanAttrs+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");function includeBoolea
|
||
|
/**
|
||
|
* @vue/reactivity v3.4.31
|
||
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
|
* @license MIT
|
||
|
**/
|
||
|
let activeEffectScope,activeEffect;class EffectScope{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=activeEffectScope,!e&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=activeEffectScope;try{return activeEffectScope=this,e()}finally{activeEffectScope=t}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(e){if(this._active){let t,i;for(t=0,i=this.effects.length;t<i;t++)this.effects[t].stop();for(t=0,i=this.cleanups.length;t<i;t++)this.cleanups[t]();if(this.scopes)for(t=0,i=this.scopes.length;t<i;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0,this._active=!1}}}function effectScope(e){return new EffectScope(e)}function recordEffectScope(e,t=activeEffectScope){t&&t.active&&t.effects.push(e)}function getCurrentScope(){return activeEffectScope}function onScopeDispose(e){activeEffectScope&&activeEffectScope.cleanups.push(e)}class ReactiveEffect{constructor(e,t,i,n){this.fn=e,this.trigger=t,this.scheduler=i,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,recordEffectScope(this,n)}get dirty(){if(2===this._dirtyLevel||3===this._dirtyLevel){this._dirtyLevel=1,pauseTracking();for(let e=0;e<this._depsLength;e++){const t=this.deps[e];if(t.computed&&(triggerComputed(t.computed),this._dirtyLevel>=4))break}1===this._dirtyLevel&&(this._dirtyLevel=0),resetTracking()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=shouldTrack,t=activeEffect;try{return shouldTrack=!0,activeEffect=this,this._runnings++,preCleanupEffect(this),this.fn()}finally{postCleanupEffect(this),this._runnings--,activeEffect=t,shouldTrack=e}}stop(){this.active&&(preCleanupEffect(this),postCleanupEffect(this),this.onStop&&this.onStop(),this.active=!1)}}function triggerComputed(e){return e.value}function preCleanupEffect(e){e._trackId++,e._depsLength=0}function postCleanupEffect(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)cleanupDepEffect(e.deps[t],e);e.deps.length=e._depsLength}}function cleanupDepEffect(e,t){const i=e.get(t);void 0!==i&&t._trackId!==i&&(e.delete(t),0===e.size&&e.cleanup())}function effect(e,t){e.effect instanceof ReactiveEffect&&(e=e.effect.fn);const i=new ReactiveEffect(e,NOOP,(()=>{i.dirty&&i.run()}));t&&(extend$1(i,t),t.scope&&recordEffectScope(i,t.scope)),t&&t.lazy||i.run();const n=i.run.bind(i);return n.effect=i,n}function stop(e){e.effect.stop()}let shouldTrack=!0,pauseScheduleStack=0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const e=trackStack.pop();shouldTrack=void 0===e||e}function pauseScheduling(){pauseScheduleStack++}function resetScheduling(){for(pauseScheduleStack--;!pauseScheduleStack&&queueEffectSchedulers.length;)queueEffectSchedulers.shift()()}function trackEffect(e,t,i){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const i=e.deps[e._depsLength];i!==t?(i&&cleanupDepEffect(i,e),e.deps[e._depsLength++]=t):e._depsLength++}}const queueEffectSchedulers=[];function triggerEffects(e,t,i){pauseScheduling();for(const n of e.keys()){let i;n._dirtyLevel<t&&(null!=i?i:i=e.get(n)===n._trackId)&&(n._shouldSchedule||(n._shouldSchedule=0===n._dirtyLevel),n._dirtyLevel=t),n._shouldSchedule&&(null!=i?i:i=e.get(n)===n._trackId)&&(n.trigger(),n._runnings&&!n.allowRecurse||2===n._dirtyLevel||(n._shouldSchedule=!1,n.scheduler&&queueEffectSchedulers.push(n.scheduler)))}resetScheduling()}const createDep=(e,t)=>{const i=new Map;return i.cleanup=e,i.computed=t,i},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track(e,t,i){if(shouldTrack&&activeEffect){let t=targetMap.get(e);t||targetMap.set(e,t=new Map);let n=t.get(i);n||t.set(i,n=createDep((()=>t.del
|
||
|
/*! #__NO_SIDE_EFFECTS__ */function defineComponent(e,t){return isFunction$6(e)?(()=>extend$1({name:e.name},t,{setup:e}))():e}const isAsyncWrapper=e=>!!e.type.__asyncLoader
|
||
|
/*! #__NO_SIDE_EFFECTS__ */;function defineAsyncComponent(e){isFunction$6(e)&&(e={loader:e});const{loader:t,loadingComponent:i,errorComponent:n,delay:o=200,timeout:r,suspensible:s=!0,onError:a}=e;let l,c=null,d=0;const u=()=>{let e;return c||(e=c=t().catch((e=>{if(e=e instanceof Error?e:new Error(String(e)),a)return new Promise(((t,i)=>{a(e,(()=>t((d++,c=null,u()))),(()=>i(e)),d+1)}));throw e})).then((t=>e!==c&&c?c:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),l=t,t))))};return defineComponent({name:"AsyncComponentWrapper",__asyncLoader:u,get __asyncResolved(){return l},setup(){const e=currentInstance;if(l)return()=>createInnerComp(l,e);const t=t=>{c=null,handleError(t,e,13,!n)};if(s&&e.suspense||isInSSRComponentSetup)return u().then((t=>()=>createInnerComp(t,e))).catch((e=>(t(e),()=>n?createVNode(n,{error:e}):null)));const a=ref(!1),d=ref(),h=ref(!!o);return o&&setTimeout((()=>{h.value=!1}),o),null!=r&&setTimeout((()=>{if(!a.value&&!d.value){const e=new Error(`Async component timed out after ${r}ms.`);t(e),d.value=e}}),r),u().then((()=>{a.value=!0,e.parent&&isKeepAlive(e.parent.vnode)&&(e.parent.effect.dirty=!0,queueJob(e.parent.update))})).catch((e=>{t(e),d.value=e})),()=>a.value&&l?createInnerComp(l,e):d.value&&n?createVNode(n,{error:d.value}):i&&!h.value?createVNode(i):void 0}})}function createInnerComp(e,t){const{ref:i,props:n,children:o,ce:r}=t.vnode,s=createVNode(e,n,o);return s.ref=i,s.ce=r,delete t.vnode.ce,s}function renderSlot(e,t,i={},n,o){if(currentRenderingInstance.isCE||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&¤tRenderingInstance.parent.isCE)return"default"!==t&&(i.name=t),createVNode("slot",i,n&&n());let r=e[t];r&&r._c&&(r._d=!1),openBlock();const s=r&&ensureValidVNode(r(i)),a=createBlock(Fragment,{key:i.key||s&&s.key||`_${t}`},s||(n?n():[]),s&&1===e._?64:-2);return!o&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),r&&r._c&&(r._d=!0),a}function ensureValidVNode(e){return e.some((e=>!isVNode$1(e)||e.type!==Comment&&!(e.type===Fragment&&!ensureValidVNode(e.children))))?e:null}function toHandlers(e,t){const i={};for(const n in e)i[t&&/[A-Z]/.test(n)?`on:${n}`:toHandlerKey(n)]=e[n];return i}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.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn$2(e,t),PublicInstanceProxyHandlers={get({_:e},t){if("__v_skip"===t)return!0;const{ctx:i,setupState:n,data:o,props:r,accessCache:s,type:a,appContext:l}=e;let c;if("$"!==t[0]){const a=s[t];if(void 0!==a)switch(a){case 1:return n[t];case 2:return o[t];case 4:return i[t];case 3:return r[t]}else{if(hasSetupBinding(n,t))return s[t]=1,n[t];if(o!==EMPTY_OBJ&&hasOwn$2(o,t))return s[t]=2,o[t];if((c=e.propsOptions[0])&&hasOwn$2(c,t))return s[t]=3,r[t];if(i!==EMPTY_OBJ&&hasOwn$2(i,t))return s[t]=4,i[t];shouldCacheAccess&&(s[t]=0)}}const d=publicPropertiesMap[t];let u,h;return d?("$attrs"===t&&track(e.attrs,"get",""),d(e)):(u=a.__cssModules)&&(u=u[t])?u:i!==EMPTY_OBJ&&hasOwn$2(i,t)?(s[t]=4,i[t]):(h=l.config.globalProperties,hasOwn$2(h,t)?h[t]:void 0)},set({_:e},t,i){const{data:n,setupState:o,ctx:r}=e;return hasSetupBinding(o,t)?(o[t]=i,!0):n!==EMPTY_OBJ&&hasOwn$2(n,t)?(n[t]=i,!0):!hasOwn$2(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(r[t]=i,!0))},has({_:{data:e,setupState:t,accessCache:i,ctx:n,appContext:o,propsOptions:r}},s){let a;return!!i[s]||e!==EMPTY_OBJ&&hasOwn$2(e,s)||hasSetupBinding(t,s)||(a=r[0])&&hasOwn$2(a,s)||hasOwn$2(n,s)||hasOwn$2(publicPropertiesMap,s)||hasOwn$2(o.config.globalProperties,s)},defineProperty(e,t,i){return null!=i.get?e._.accessCache
|
||
|
/*! #__NO_SIDE_EFFECTS__ */function defineCustomElement(e,t,i){const n=defineComponent(e,t);class o extends VueElement{constructor(e){super(n,e,i)}}return o.def=n,o}
|
||
|
/*! #__NO_SIDE_EFFECTS__ */const defineSSRCustomElement=(e,t)=>defineCustomElement(e,t,hydrate),BaseClass="undefined"!=typeof HTMLElement?HTMLElement:class{};class VueElement extends BaseClass{constructor(e,t={},i){super(),this._def=e,this._props=t,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&i?i(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,nextTick((()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),render(null,this.shadowRoot),this._instance=null)}))}_resolveDef(){this._resolved=!0;for(let i=0;i<this.attributes.length;i++)this._setAttr(this.attributes[i].name);this._ob=new MutationObserver((e=>{for(const t of e)this._setAttr(t.attributeName)})),this._ob.observe(this,{attributes:!0});const e=(e,t=!1)=>{const{props:i,styles:n}=e;let o;if(i&&!isArray$8(i))for(const r in i){const e=i[r];(e===Number||e&&e.type===Number)&&(r in this._props&&(this._props[r]=toNumber$1(this._props[r])),(o||(o=Object.create(null)))[camelize$1(r)]=!0)}this._numberProps=o,t&&this._resolveProps(e),this._applyStyles(n),this._update()},t=this._def.__asyncLoader;t?t().then((t=>e(t,!0))):e(this._def)}_resolveProps(e){const{props:t}=e,i=isArray$8(t)?t:Object.keys(t||{});for(const n of Object.keys(this))"_"!==n[0]&&i.includes(n)&&this._setProp(n,this[n],!0,!1);for(const n of i.map(camelize$1))Object.defineProperty(this,n,{get(){return this._getProp(n)},set(e){this._setProp(n,e)}})}_setAttr(e){let t=this.hasAttribute(e)?this.getAttribute(e):void 0;const i=camelize$1(e);this._numberProps&&this._numberProps[i]&&(t=toNumber$1(t)),this._setProp(i,t,!1)}_getProp(e){return this._props[e]}_setProp(e,t,i=!0,n=!0){t!==this._props[e]&&(this._props[e]=t,n&&this._instance&&this._update(),i&&(!0===t?this.setAttribute(hyphenate$1(e),""):"string"==typeof t||"number"==typeof t?this.setAttribute(hyphenate$1(e),t+""):t||this.removeAttribute(hyphenate$1(e))))}_update(){render(this._createVNode(),this.shadowRoot)}_createVNode(){const e=createVNode(this._def,extend$1({},this._props));return this._instance||(e.ce=e=>{this._instance=e,e.isCE=!0;const t=(e,t)=>{this.dispatchEvent(new CustomEvent(e,{detail:t}))};e.emit=(e,...i)=>{t(e,i),hyphenate$1(e)!==e&&t(hyphenate$1(e),i)};let i=this;for(;i=i&&(i.parentNode||i.host);)if(i instanceof VueElement){e.parent=i._instance,e.provides=i._instance.provides;break}}),e}_applyStyles(e){e&&e.forEach((e=>{const t=document.createElement("style");t.textContent=e,this.shadowRoot.appendChild(t)}))}}function useCssModule(e="$style"){{const t=getCurrentInstance();if(!t)return EMPTY_OBJ;const i=t.type.__cssModules;if(!i)return EMPTY_OBJ;const n=i[e];return n||EMPTY_OBJ}}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 i=getCurrentInstance(),n=useTransitionState();let o,r;return onUpdated((()=>{if(!o.length)return;const t=e.moveClass||`${e.name||"v"}-move`;if(!hasCSSTransform(o[0].el,i.vnode.el,t))return;o.forEach(callPendingCbs),o.forEach(recordPosition);const n=o.filter(applyTranslation);forceReflow(),n.forEach((e=>{const i=e.el,n=i.style;addTransitionClass(i,t),n.transform=n.webkitTransform=n.transitionDuration="";const o=i[moveCbKey]=e=>{e&&e.target!==i||e&&!/transform$/.test(e.propertyName)||(i.removeEventListener("transitionend",o),i[moveCbKey]=null,removeTransitionClass(i,t))};i.addEventListener("transitionend",o)}))})),()=>{const s=toRaw(e),a=resolveTransitionProps(s);let l=s.tag||Fragment;if(o=[],r)for(let e=0;e<r.length;e++){const t=r[e];t.el&&t.el instanceof Element&&(o.push(t),setTransitionHooks(t,resolveTransitionHooks(t,a,n,i)),positionMap.set(t,t.el.getBoundingClientRect()))}r=t.default?getTransitionRawChildren(t.de
|
||
|
/**
|
||
|
* vue v3.4.31
|
||
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
|
* @license MIT
|
||
|
**/var vue_runtime_esmBundler=Object.freeze(Object.defineProperty({__proto__:null,compile:compile$2,EffectScope:EffectScope,ReactiveEffect:ReactiveEffect,TrackOpTypes:TrackOpTypes,TriggerOpTypes:TriggerOpTypes,customRef:customRef,effect:effect,effectScope:effectScope,getCurrentScope:getCurrentScope,isProxy:isProxy,isReactive:isReactive,isReadonly:isReadonly,isRef:isRef,isShallow:isShallow,markRaw:markRaw,onScopeDispose:onScopeDispose,proxyRefs:proxyRefs,reactive:reactive,readonly:readonly,ref:ref,shallowReactive:shallowReactive,shallowReadonly:shallowReadonly,shallowRef:shallowRef,stop:stop,toRaw:toRaw,toRef:toRef,toRefs:toRefs,toValue:toValue,triggerRef:triggerRef,unref:unref,camelize:camelize$1,capitalize:capitalize$1,normalizeClass:normalizeClass,normalizeProps:normalizeProps,normalizeStyle:normalizeStyle,toDisplayString:toDisplayString$2,toHandlerKey:toHandlerKey,BaseTransition:BaseTransition,BaseTransitionPropsValidators:BaseTransitionPropsValidators,Comment:Comment,DeprecationTypes:DeprecationTypes,ErrorCodes:ErrorCodes,ErrorTypeStrings:ErrorTypeStrings,Fragment:Fragment,KeepAlive:KeepAlive,Static:Static,Suspense:Suspense,Teleport:Teleport,Text:Text$1,assertNumber:assertNumber,callWithAsyncErrorHandling:callWithAsyncErrorHandling,callWithErrorHandling:callWithErrorHandling,cloneVNode:cloneVNode,compatUtils:compatUtils,computed:computed,createBlock:createBlock,createCommentVNode:createCommentVNode,createElementBlock:createElementBlock,createElementVNode:createBaseVNode,createHydrationRenderer:createHydrationRenderer,createPropsRestProxy:createPropsRestProxy,createRenderer:createRenderer,createSlots:createSlots,createStaticVNode:createStaticVNode,createTextVNode:createTextVNode,createVNode:createVNode,defineAsyncComponent:defineAsyncComponent,defineComponent:defineComponent,defineEmits:defineEmits,defineExpose:defineExpose,defineModel:defineModel,defineOptions:defineOptions,defineProps:defineProps,defineSlots:defineSlots,devtools:devtools$2,getCurrentInstance:getCurrentInstance,getTransitionRawChildren:getTransitionRawChildren,guardReactiveProps:guardReactiveProps,h:h$1,handleError:handleError,hasInjectionContext:hasInjectionContext,initCustomFormatter:initCustomFormatter,inject:inject,isMemoSame:isMemoSame,isRuntimeOnly:isRuntimeOnly,isVNode:isVNode$1,mergeDefaults:mergeDefaults,mergeModels:mergeModels,mergeProps:mergeProps,nextTick:nextTick,onActivated:onActivated,onBeforeMount:onBeforeMount,onBeforeUnmount:onBeforeUnmount,onBeforeUpdate:onBeforeUpdate,onDeactivated:onDeactivated,onErrorCaptured:onErrorCaptured,onMounted:onMounted,onRenderTracked:onRenderTracked,onRenderTriggered:onRenderTriggered,onServerPrefetch:onServerPrefetch,onUnmounted:onUnmounted,onUpdated:onUpdated,openBlock:openBlock,popScopeId:popScopeId,provide:provide,pushScopeId:pushScopeId,queuePostFlushCb:queuePostFlushCb,registerRuntimeCompiler:registerRuntimeCompiler,renderList:renderList,renderSlot:renderSlot,resolveComponent:resolveComponent,resolveDirective:resolveDirective,resolveDynamicComponent:resolveDynamicComponent,resolveFilter:resolveFilter,resolveTransitionHooks:resolveTransitionHooks,setBlockTracking:setBlockTracking,setDevtoolsHook:setDevtoolsHook,setTransitionHooks:setTransitionHooks,ssrContextKey:ssrContextKey,ssrUtils:ssrUtils,toHandlers:toHandlers,transformVNodeArgs:transformVNodeArgs,useAttrs:useAttrs,useModel:useModel,useSSRContext:useSSRContext,useSlots:useSlots,useTransitionState:useTransitionState,version:version,warn:warn$2,watch:watch,watchEffect:watchEffect,watchPostEffect:watchPostEffect,watchSyncEffect:watchSyncEffect,withAsyncContext:withAsyncContext,withCtx:withCtx,withDefaults:withDefaults,withDirectives:withDirectives,withMemo:withMemo,withScopeId:withScopeId,Transition:Transition,TransitionGroup:TransitionGroup,VueElement:VueElement,createApp:createApp,createSSRApp:createSSRApp,defineCustomElement:defineCustomElement,defineSSRCustomElement:defineSSRCustomElement,hydrate:hydrate,initDirectivesForSSR:initDirectivesForSSR,render:render,useCssModule:useCssModule,useCssVars:useCssVars,vModelCheckbox:vModelCheckbox,vMod
|
||
|
/*!
|
||
|
* vue-router v4.4.0
|
||
|
* (c) 2024 Eduardo San Martin Morote
|
||
|
* @license MIT
|
||
|
*/const isBrowser$1="undefined"!=typeof document;function isESModule(e){return e.__esModule||"Module"===e[Symbol.toStringTag]}const assign$3=Object.assign;function applyToParams(e,t){const i={};for(const n in t){const o=t[n];i[n]=isArray$7(o)?o.map(e):e(o)}return i}const noop$5=()=>{},isArray$7=Array.isArray,HASH_RE=/#/g,AMPERSAND_RE=/&/g,SLASH_RE=/\//g,EQUAL_RE=/=/g,IM_RE=/\?/g,PLUS_RE=/\+/g,ENC_BRACKET_OPEN_RE=/%5B/g,ENC_BRACKET_CLOSE_RE=/%5D/g,ENC_CARET_RE=/%5E/g,ENC_BACKTICK_RE=/%60/g,ENC_CURLY_OPEN_RE=/%7B/g,ENC_PIPE_RE=/%7C/g,ENC_CURLY_CLOSE_RE=/%7D/g,ENC_SPACE_RE=/%20/g;function commonEncode(e){return encodeURI(""+e).replace(ENC_PIPE_RE,"|").replace(ENC_BRACKET_OPEN_RE,"[").replace(ENC_BRACKET_CLOSE_RE,"]")}function encodeHash(e){return commonEncode(e).replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryValue(e){return commonEncode(e).replace(PLUS_RE,"%2B").replace(ENC_SPACE_RE,"+").replace(HASH_RE,"%23").replace(AMPERSAND_RE,"%26").replace(ENC_BACKTICK_RE,"`").replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryKey(e){return encodeQueryValue(e).replace(EQUAL_RE,"%3D")}function encodePath(e){return commonEncode(e).replace(HASH_RE,"%23").replace(IM_RE,"%3F")}function encodeParam(e){return null==e?"":encodePath(e).replace(SLASH_RE,"%2F")}function decode(e){try{return decodeURIComponent(""+e)}catch(t){}return""+e}const TRAILING_SLASH_RE=/\/$/,removeTrailingSlash=e=>e.replace(TRAILING_SLASH_RE,"");function parseURL(e,t,i="/"){let n,o={},r="",s="";const a=t.indexOf("#");let l=t.indexOf("?");return a<l&&a>=0&&(l=-1),l>-1&&(n=t.slice(0,l),r=t.slice(l+1,a>-1?a:t.length),o=e(r)),a>-1&&(n=n||t.slice(0,a),s=t.slice(a,t.length)),n=resolveRelativePath(null!=n?n:t,i),{fullPath:n+(r&&"?")+r+s,path:n,query:o,hash:decode(s)}}function stringifyURL(e,t){const i=t.query?e(t.query):"";return t.path+(i&&"?")+i+(t.hash||"")}function stripBase(e,t){return t&&e.toLowerCase().startsWith(t.toLowerCase())?e.slice(t.length)||"/":e}function isSameRouteLocation(e,t,i){const n=t.matched.length-1,o=i.matched.length-1;return n>-1&&n===o&&isSameRouteRecord(t.matched[n],i.matched[o])&&isSameRouteLocationParams(t.params,i.params)&&e(t.query)===e(i.query)&&t.hash===i.hash}function isSameRouteRecord(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function isSameRouteLocationParams(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const i in e)if(!isSameRouteLocationParamsValue(e[i],t[i]))return!1;return!0}function isSameRouteLocationParamsValue(e,t){return isArray$7(e)?isEquivalentArray(e,t):isArray$7(t)?isEquivalentArray(t,e):e===t}function isEquivalentArray(e,t){return isArray$7(t)?e.length===t.length&&e.every(((e,i)=>e===t[i])):1===e.length&&e[0]===t}function resolveRelativePath(e,t){if(e.startsWith("/"))return e;if(!e)return t;const i=t.split("/"),n=e.split("/"),o=n[n.length-1];".."!==o&&"."!==o||n.push("");let r,s,a=i.length-1;for(r=0;r<n.length;r++)if(s=n[r],"."!==s){if(".."!==s)break;a>1&&a--}return i.slice(0,a).join("/")+"/"+n.slice(r).join("/")}const START_LOCATION_NORMALIZED={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var NavigationType,NavigationType2,NavigationDirection,NavigationDirection2;function normalizeBase(e){if(!e)if(isBrowser$1){const t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),removeTrailingSlash(e)}NavigationType2=NavigationType||(NavigationType={}),NavigationType2.pop="pop",NavigationType2.push="push",NavigationDirection2=NavigationDirection||(NavigationDirection={}),NavigationDirection2.back="back",NavigationDirection2.forward="forward",NavigationDirection2.unknown="";const BEFORE_HASH_RE=/^[^#]+#/;function createHref(e,t){return e.replace(BEFORE_HASH_RE,"#")+t}function getElementPosition(e,t){const i=document.documentElement.getBoundingClientRect(),n=e.getBoundingClientRect();return{behavior:t.behavior,left:n.left-i.left-(t.left||0),top
|
||
|
/*!
|
||
|
* pinia v2.1.7
|
||
|
* (c) 2023 Eduardo San Martin Morote
|
||
|
* @license MIT
|
||
|
*/
|
||
|
let activePinia;const setActivePinia=e=>activePinia=e,piniaSymbol=Symbol();function isPlainObject$3(e){return e&&"object"==typeof e&&"[object Object]"===Object.prototype.toString.call(e)&&"function"!=typeof e.toJSON}var MutationType,MutationType2;function createPinia(){const e=effectScope(!0),t=e.run((()=>ref({})));let i=[],n=[];const o=markRaw({install(e){setActivePinia(o),o._a=e,e.provide(piniaSymbol,o),e.config.globalProperties.$pinia=o,n.forEach((e=>i.push(e))),n=[]},use(e){return this._a||isVue2?i.push(e):n.push(e),this},_p:i,_a:null,_e:e,_s:new Map,state:t});return o}MutationType2=MutationType||(MutationType={}),MutationType2.direct="direct",MutationType2.patchObject="patch object",MutationType2.patchFunction="patch function";const noop=()=>{};function addSubscription(e,t,i,n=noop){e.push(t);const o=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),n())};return!i&&getCurrentScope()&&onScopeDispose(o),o}function triggerSubscriptions(e,...t){e.slice().forEach((e=>{e(...t)}))}const fallbackRunWithContext=e=>e();function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map&&t.forEach(((t,i)=>e.set(i,t))),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const i in t){if(!t.hasOwnProperty(i))continue;const n=t[i],o=e[i];isPlainObject$3(o)&&isPlainObject$3(n)&&e.hasOwnProperty(i)&&!isRef(n)&&!isReactive(n)?e[i]=mergeReactiveObjects(o,n):e[i]=n}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject$3(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign:assign$2}=Object;function isComputed(e){return!(!isRef(e)||!e.effect)}function createOptionsStore(e,t,i,n){const{state:o,actions:r,getters:s}=t,a=i.state.value[e];let l;return l=createSetupStore(e,(function(){a||(i.state.value[e]=o?o():{});const t=toRefs(i.state.value[e]);return assign$2(t,r,Object.keys(s||{}).reduce(((t,n)=>(t[n]=markRaw(computed((()=>{setActivePinia(i);const t=i._s.get(e);return s[n].call(t,t)}))),t)),{}))}),t,i,n,!0),l}function createSetupStore(e,t,i={},n,o,r){let s;const a=assign$2({actions:{}},i),l={deep:!0};let c,d,u,h=[],g=[];const p=n.state.value[e];let m;function f(t){let i;c=d=!1,"function"==typeof t?(t(n.state.value[e]),i={type:MutationType.patchFunction,storeId:e,events:u}):(mergeReactiveObjects(n.state.value[e],t),i={type:MutationType.patchObject,payload:t,storeId:e,events:u});const o=m=Symbol();nextTick().then((()=>{m===o&&(c=!0)})),d=!0,triggerSubscriptions(h,i,n.state.value[e])}r||p||(n.state.value[e]={}),ref({});const v=r?function(){const{state:e}=i,t=e?e():{};this.$patch((e=>{assign$2(e,t)}))}:noop;function _(t,i){return function(){setActivePinia(n);const o=Array.from(arguments),r=[],s=[];function a(e){r.push(e)}function l(e){s.push(e)}let c;triggerSubscriptions(g,{args:o,name:t,store:C,after:a,onError:l});try{c=i.apply(this&&this.$id===e?this:C,o)}catch(d){throw triggerSubscriptions(s,d),d}return c instanceof Promise?c.then((e=>(triggerSubscriptions(r,e),e))).catch((e=>(triggerSubscriptions(s,e),Promise.reject(e)))):(triggerSubscriptions(r,c),c)}}const C=reactive({_p:n,$id:e,$onAction:addSubscription.bind(null,g),$patch:f,$reset:v,$subscribe(t,i={}){const o=addSubscription(h,t,i.detached,(()=>r())),r=s.run((()=>watch((()=>n.state.value[e]),(n=>{("sync"===i.flush?d:c)&&t({storeId:e,type:MutationType.direct,events:u},n)}),assign$2({},l,i))));return o},$dispose:function(){s.stop(),h=[],g=[],n._s.delete(e)}});n._s.set(e,C);const b=(n._a&&n._a.runWithContext||fallbackRunWithContext)((()=>n._e.run((()=>(s=effectScope()).run(t)))));for(const y in b){const t=b[y];if(isRef(t)&&!isComputed(t)||isReactive(t))r||(p&&shouldHydrate(t)&&(isRef(t)?t.value=p[y]:mergeReactiveObjects(t,p[y])),n.state.value[e][y]=t);else if("function"==typeof t){const e=_(y,t);b[y]=e,a.actions[y]=t}}return assign$2(C,b),assign$2(toRaw(C),b),Object.defineProperty(C,"$state",{get:()=>n.state.value[e],set:e=>{f((t=>{assign$2(t,e)}))}}),n._p.forEach((e=>{assign$2(C,s.run((()=>e({store:C,app:n._a,pinia:n,options:a}))))})),p&&r&&i.hydrate&&i.hydrate(C.$state,p),c=!0,d=!0,C}function defineStore(e,t,i){let n,o;const r="function"==typ
|
||
|
/*!
|
||
|
* shared v9.13.1
|
||
|
* (c) 2024 kazuya kawaguchi
|
||
|
* Released under the MIT License.
|
||
|
*/
|
||
|
const inBrowser$1="undefined"!=typeof window;let mark$1,measure$1;{const e=inBrowser$1&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(mark$1=t=>{e.mark(t)},measure$1=(t,i,n)=>{e.measure(t,i,n),e.clearMarks(i),e.clearMarks(n)})}const RE_ARGS$1=/\{([0-9a-zA-Z]+)\}/g;function format$3(e,...t){return 1===t.length&&isObject$2(t[0])&&(t=t[0]),t&&t.hasOwnProperty||(t={}),e.replace(RE_ARGS$1,((e,i)=>t.hasOwnProperty(i)?t[i]:""))}const makeSymbol=(e,t=!1)=>t?Symbol.for(e):Symbol(e),generateFormatCacheKey$1=(e,t,i)=>friendlyJSONstringify$1({l:e,k:t,s:i}),friendlyJSONstringify$1=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),isNumber$3=e=>"number"==typeof e&&isFinite(e),isDate$1=e=>"[object Date]"===toTypeString$1(e),isRegExp$1=e=>"[object RegExp]"===toTypeString$1(e),isEmptyObject$1=e=>isPlainObject$1(e)&&0===Object.keys(e).length,assign$1=Object.assign;let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function escapeHtml$1(e){return e.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}const hasOwnProperty$4=Object.prototype.hasOwnProperty;function hasOwn(e,t){return hasOwnProperty$4.call(e,t)}const isArray$2=Array.isArray,isFunction$2=e=>"function"==typeof e,isString$4=e=>"string"==typeof e,isBoolean$2=e=>"boolean"==typeof e,isSymbol=e=>"symbol"==typeof e,isObject$2=e=>null!==e&&"object"==typeof e,isPromise$1=e=>isObject$2(e)&&isFunction$2(e.then)&&isFunction$2(e.catch),objectToString$1=Object.prototype.toString,toTypeString$1=e=>objectToString$1.call(e),isPlainObject$1=e=>{if(!isObject$2(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t.constructor===Object},toDisplayString$1=e=>null==e?"":isArray$2(e)||isPlainObject$1(e)&&e.toString===objectToString$1?JSON.stringify(e,null,2):String(e);function join$2(e,t=""){return e.reduce(((e,i,n)=>0===n?e+i:e+t+i),"")}const RANGE$1=2;function generateCodeFrame$1(e,t=0,i=e.length){const n=e.split(/\r?\n/);let o=0;const r=[];for(let s=0;s<n.length;s++)if(o+=n[s].length+1,o>=t){for(let e=s-RANGE$1;e<=s+RANGE$1||i>o;e++){if(e<0||e>=n.length)continue;const a=e+1;r.push(`${a}${" ".repeat(3-String(a).length)}| ${n[e]}`);const l=n[e].length;if(e===s){const e=t-(o-l)+1,n=Math.max(1,i>o?l-e:i-t);r.push(" | "+" ".repeat(e)+"^".repeat(n))}else if(e>s){if(i>o){const e=Math.max(Math.min(i-o,l),1);r.push(" | "+"^".repeat(e))}o+=l+1}}break}return r.join("\n")}function incrementer$1(e){let t=e;return()=>++t}function warn$1(e,t){}const hasWarned$1={};function warnOnce$1(e){hasWarned$1[e]||(hasWarned$1[e]=!0,warn$1(e))}function createEmitter(){const e=new Map;return{events:e,on(t,i){const n=e.get(t);n&&n.push(i)||e.set(t,[i])},off(t,i){const n=e.get(t);n&&n.splice(n.indexOf(i)>>>0,1)},emit(t,i){(e.get(t)||[]).slice().map((e=>e(i))),(e.get("*")||[]).slice().map((e=>e(t,i)))}}}const isNotObjectOrIsArray=e=>!isObject$2(e)||isArray$2(e);function deepCopy(e,t){if(isNotObjectOrIsArray(e)||isNotObjectOrIsArray(t))throw new Error("Invalid value");const i=[{src:e,des:t}];for(;i.length;){const{src:e,des:t}=i.pop();Object.keys(e).forEach((n=>{isNotObjectOrIsArray(e[n])||isNotObjectOrIsArray(t[n])?t[n]=e[n]:i.push({src:e[n],des:t[n]})}))}}var shared_esmBrowser=Object.freeze(Object.defineProperty({__proto__:null,assign:assign$1,createEmitter:createEmitter,deepCopy:deepCopy,escapeHtml:escapeHtml$1,format:format$3,friendlyJSONstringify:friendlyJSONstringify$1,generateCodeFrame:generateCodeFrame$1,generateFormatCacheKey:generateFormatCacheKey$1,getGlobalThis:getGlobalThis,hasOwn:hasOwn,inBrowser:inBrowser$1,incrementer:incrementer$1,isArray:isArray$2,isBoolean:isBoolean$2,isDate:isDate$1,isEmptyObject:isEmptyObject$1,isFunction:isFunction$2,isNumber:isNumber$3,isObject:isObject$2,isPlainObject:isPlainObject$1,isPromise:isPromise$1,isRegExp:isRegExp$1,isString:isString$4,isSymbol:isSymbol,join:join$2,makeSymbol:makeSymbol,ge
|
||
|
/*!
|
||
|
* core-base v9.13.1
|
||
|
* (c) 2024 kazuya kawaguchi
|
||
|
* Released under the MIT License.
|
||
|
*/
|
||
|
const inBrowser="undefined"!=typeof window;let mark,measure;{const e=inBrowser&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(mark=t=>{e.mark(t)},measure=(t,i,n)=>{e.measure(t,i,n),e.clearMarks(i),e.clearMarks(n)})}const RE_ARGS=/\{([0-9a-zA-Z]+)\}/g;function format$1(e,...t){return 1===t.length&&isObject$1(t[0])&&(t=t[0]),t&&t.hasOwnProperty||(t={}),e.replace(RE_ARGS,((e,i)=>t.hasOwnProperty(i)?t[i]:""))}const generateFormatCacheKey=(e,t,i)=>friendlyJSONstringify({l:e,k:t,s:i}),friendlyJSONstringify=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),isNumber$2=e=>"number"==typeof e&&isFinite(e),isDate=e=>"[object Date]"===toTypeString(e),isRegExp=e=>"[object RegExp]"===toTypeString(e),isEmptyObject=e=>isPlainObject(e)&&0===Object.keys(e).length,assign=Object.assign;function escapeHtml(e){return e.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}const isArray$1=Array.isArray,isFunction$1=e=>"function"==typeof e,isString$3=e=>"string"==typeof e,isBoolean$1=e=>"boolean"==typeof e,isObject$1=e=>null!==e&&"object"==typeof e,isPromise=e=>isObject$1(e)&&isFunction$1(e.then)&&isFunction$1(e.catch),objectToString=Object.prototype.toString,toTypeString=e=>objectToString.call(e),isPlainObject=e=>{if(!isObject$1(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t.constructor===Object},toDisplayString=e=>null==e?"":isArray$1(e)||isPlainObject(e)&&e.toString===objectToString?JSON.stringify(e,null,2):String(e);function join$1(e,t=""){return e.reduce(((e,i,n)=>0===n?e+i:e+t+i),"")}const RANGE=2;function generateCodeFrame(e,t=0,i=e.length){const n=e.split(/\r?\n/);let o=0;const r=[];for(let s=0;s<n.length;s++)if(o+=n[s].length+1,o>=t){for(let e=s-RANGE;e<=s+RANGE||i>o;e++){if(e<0||e>=n.length)continue;const a=e+1;r.push(`${a}${" ".repeat(3-String(a).length)}| ${n[e]}`);const l=n[e].length;if(e===s){const e=t-(o-l)+1,n=Math.max(1,i>o?l-e:i-t);r.push(" | "+" ".repeat(e)+"^".repeat(n))}else if(e>s){if(i>o){const e=Math.max(Math.min(i-o,l),1);r.push(" | "+"^".repeat(e))}o+=l+1}}break}return r.join("\n")}function incrementer(e){let t=e;return()=>++t}function warn(e,t){}const hasWarned={};function warnOnce(e){hasWarned[e]||(hasWarned[e]=!0,warn(e))}function createPosition(e,t,i){return{line:e,column:t,offset:i}}function createLocation(e,t,i){const n={start:e,end:t};return null!=i&&(n.source=i),n}const CompileWarnCodes={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},warnMessages$1={[CompileWarnCodes.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function createCompileWarn(e,t,...i){const n=format$1(warnMessages$1[e]||"",...i||[]),o={message:String(n),code:e};return t&&(o.location=t),o}const CompileErrorCodes={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},errorMessages$1={[CompileErrorCodes.EXPECTED_TOKEN]:"Expected token: '{0}'",[CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[CompileErrorCodes.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[CompileErrorCodes.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[CompileErrorCodes.EMPTY_PLACEHOLDER]:"Empty placeholder",[CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[CompileErrorCodes.INVALID_LINKED_FORMAT]:"Invalid linked format",[CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLU
|
||
|
/**
|
||
|
* [js-md5]{@link https://github.com/emn178/js-md5}
|
||
|
*
|
||
|
* @namespace md5
|
||
|
* @version 0.7.3
|
||
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
||
|
* @copyright Chen, Yi-Cyuan 2014-2017
|
||
|
* @license MIT
|
||
|
*/(function(module){(function(){var ERROR="input is invalid type",WINDOW="object"==typeof window,root=WINDOW?window:{};root.JS_MD5_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"==typeof self,NODE_JS=!root.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;NODE_JS?root=commonjsGlobal:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_MD5_NO_COMMON_JS&&module.exports,ARRAY_BUFFER=!root.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[128,32768,8388608,-2147483648],SHIFT=[0,8,16,24],OUTPUT_TYPES=["hex","array","digest","buffer","arrayBuffer","base64"],BASE64_ENCODE_CHAR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),blocks=[],buffer8;if(ARRAY_BUFFER){var buffer=new ArrayBuffer(68);buffer8=new Uint8Array(buffer),blocks=new Uint32Array(buffer)}!root.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"==typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e){return function(t){return new Md5(!0).update(t)[e]()}},createMethod=function(){var e=createOutputMethod("hex");NODE_JS&&(e=nodeWrap(e)),e.create=function(){return new Md5},e.update=function(t){return e.create().update(t)};for(var t=0;t<OUTPUT_TYPES.length;++t){var i=OUTPUT_TYPES[t];e[i]=createOutputMethod(i)}return e},nodeWrap=function(method){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),nodeMethod=function(e){if("string"==typeof e)return crypto.createHash("md5").update(e,"utf8").digest("hex");if(null==e)throw ERROR;return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),Array.isArray(e)||ArrayBuffer.isView(e)||e.constructor===Buffer?crypto.createHash("md5").update(new Buffer(e)).digest("hex"):method(e)};return nodeMethod};function Md5(e){if(e)blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks,this.buffer8=buffer8;else if(ARRAY_BUFFER){var t=new ArrayBuffer(68);this.buffer8=new Uint8Array(t),this.blocks=new Uint32Array(t)}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}Md5.prototype.update=function(e){if(!this.finalized){var t,i=typeof e;if("string"!==i){if("object"!==i)throw ERROR;if(null===e)throw ERROR;if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!(Array.isArray(e)||ARRAY_BUFFER&&ArrayBuffer.isView(e)))throw ERROR;t=!0}for(var n,o,r=0,s=e.length,a=this.blocks,l=this.buffer8;r<s;){if(this.hashed&&(this.hashed=!1,a[0]=a[16],a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),t)if(ARRAY_BUFFER)for(o=this.start;r<s&&o<64;++r)l[o++]=e[r];else for(o=this.start;r<s&&o<64;++r)a[o>>2]|=e[r]<<SHIFT[3&o++];else if(ARRAY_BUFFER)for(o=this.start;r<s&&o<64;++r)(n=e.charCodeAt(r))<128?l[o++]=n:n<2048?(l[o++]=192|n>>6,l[o++]=128|63&n):n<55296||n>=57344?(l[o++]=224|n>>12,l[o++]=128|n>>6&63,l[o++]=128|63&n):(n=65536+((1023&n)<<10|1023&e.charCodeAt(++r)),l[o++]=240|n>>18,l[o++]=128|n>>12&63,l[o++]=128|n>>6&63,l[o++]=128|63&n);else for(o=this.start;r<s&&o<64;++r)(n=e.charCodeAt(r))<128?a[o>>2]|=n<<SHIFT[3&o++]:n<2048?(a[o>>2]|=(192|n>>6)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):n<55296||n>=57344?(a[o>>2]|=(224|n>>12)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):(n=65536+((1023&n)<<10|1023&e.charCodeAt(++r)),a[o>>2]|=(240|n>>18)<<SHIFT[3&o++],a[o>>2]|=(128|n>>12&63)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]);this.lastByteIndex=o,this.bytes+=o-this.start,o>=64?(this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.b
|
||
|
/*! @license DOMPurify 2.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.1/LICENSE */function _toConsumableArray(e){if(Array.isArray(e)){for(var t=0,i=Array(e.length);t<e.length;t++)i[t]=e[t];return i}return Array.from(e)}var hasOwnProperty$1=Object.hasOwnProperty,setPrototypeOf=Object.setPrototypeOf,isFrozen=Object.isFrozen,getPrototypeOf=Object.getPrototypeOf,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,freeze=Object.freeze,seal=Object.seal,create$1=Object.create,_ref="undefined"!=typeof Reflect&&Reflect,apply=_ref.apply,construct=_ref.construct;apply||(apply=function(e,t,i){return e.apply(t,i)}),freeze||(freeze=function(e){return e}),seal||(seal=function(e){return e}),construct||(construct=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(_toConsumableArray(t))))});var arrayForEach=unapply(Array.prototype.forEach),arrayPop=unapply(Array.prototype.pop),arrayPush=unapply(Array.prototype.push),stringToLowerCase=unapply(String.prototype.toLowerCase),stringMatch=unapply(String.prototype.match),stringReplace=unapply(String.prototype.replace),stringIndexOf=unapply(String.prototype.indexOf),stringTrim=unapply(String.prototype.trim),regExpTest=unapply(RegExp.prototype.test),typeErrorCreate=unconstruct(TypeError);function unapply(e){return function(t){for(var i=arguments.length,n=Array(i>1?i-1:0),o=1;o<i;o++)n[o-1]=arguments[o];return apply(e,t,n)}}function unconstruct(e){return function(){for(var t=arguments.length,i=Array(t),n=0;n<t;n++)i[n]=arguments[n];return construct(e,i)}}function addToSet(e,t){setPrototypeOf&&setPrototypeOf(e,null);for(var i=t.length;i--;){var n=t[i];if("string"==typeof n){var o=stringToLowerCase(n);o!==n&&(isFrozen(t)||(t[i]=o),n=o)}e[n]=!0}return e}function clone(e){var t=create$1(null),i=void 0;for(i in e)apply(hasOwnProperty$1,e,[i])&&(t[i]=e[i]);return t}function lookupGetter(e,t){for(;null!==e;){var i=getOwnPropertyDescriptor(e,t);if(i){if(i.get)return unapply(i.get);if("function"==typeof i.value)return unapply(i.value)}e=getPrototypeOf(e)}return function(e){return null}}var html=freeze(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),svg=freeze(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),svgFilters=freeze(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),svgDisallowed=freeze(["animate","color-profile","cursor","discard","fedropshadow","feimage","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","s
|
||
|
/*!-----------------------------------------------------------------------------
|
||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
* Version: 0.33.0(4b1abad427e58dbedc1215d99a0902ffc885fcd4)
|
||
|
* Released under the MIT license
|
||
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||
|
*-----------------------------------------------------------------------------*/__reExport$2(monaco_editor_core_exports$2,monaco_editor_core_star);var ModuleKind=(e=>(e[e.None=0]="None",e[e.CommonJS=1]="CommonJS",e[e.AMD=2]="AMD",e[e.UMD=3]="UMD",e[e.System=4]="System",e[e.ES2015=5]="ES2015",e[e.ESNext=99]="ESNext",e))(ModuleKind||{}),JsxEmit=(e=>(e[e.None=0]="None",e[e.Preserve=1]="Preserve",e[e.React=2]="React",e[e.ReactNative=3]="ReactNative",e[e.ReactJSX=4]="ReactJSX",e[e.ReactJSXDev=5]="ReactJSXDev",e))(JsxEmit||{}),NewLineKind=(e=>(e[e.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",e[e.LineFeed=1]="LineFeed",e))(NewLineKind||{}),ScriptTarget=(e=>(e[e.ES3=0]="ES3",e[e.ES5=1]="ES5",e[e.ES2015=2]="ES2015",e[e.ES2016=3]="ES2016",e[e.ES2017=4]="ES2017",e[e.ES2018=5]="ES2018",e[e.ES2019=6]="ES2019",e[e.ES2020=7]="ES2020",e[e.ESNext=99]="ESNext",e[e.JSON=100]="JSON",e[e.Latest=99]="Latest",e))(ScriptTarget||{}),ModuleResolutionKind=(e=>(e[e.Classic=1]="Classic",e[e.NodeJs=2]="NodeJs",e))(ModuleResolutionKind||{}),LanguageServiceDefaultsImpl$1=class{constructor(e,t,i,n){__publicField(this,"_onDidChange",new monaco_editor_core_exports$2.Emitter),__publicField(this,"_onDidExtraLibsChange",new monaco_editor_core_exports$2.Emitter),__publicField(this,"_extraLibs"),__publicField(this,"_removedExtraLibs"),__publicField(this,"_eagerModelSync"),__publicField(this,"_compilerOptions"),__publicField(this,"_diagnosticsOptions"),__publicField(this,"_workerOptions"),__publicField(this,"_onDidExtraLibsChangeTimeout"),__publicField(this,"_inlayHintsOptions"),this._extraLibs=Object.create(null),this._removedExtraLibs=Object.create(null),this._eagerModelSync=!1,this.setCompilerOptions(e),this.setDiagnosticsOptions(t),this.setWorkerOptions(i),this.setInlayHintsOptions(n),this._onDidExtraLibsChangeTimeout=-1}get onDidChange(){return this._onDidChange.event}get onDidExtraLibsChange(){return this._onDidExtraLibsChange.event}get workerOptions(){return this._workerOptions}get inlayHintsOptions(){return this._inlayHintsOptions}getExtraLibs(){return this._extraLibs}addExtraLib(e,t){let i;if(i=void 0===t?`ts:extralib-${Math.random().toString(36).substring(2,15)}`:t,this._extraLibs[i]&&this._extraLibs[i].content===e)return{dispose:()=>{}};let n=1;return this._removedExtraLibs[i]&&(n=this._removedExtraLibs[i]+1),this._extraLibs[i]&&(n=this._extraLibs[i].version+1),this._extraLibs[i]={content:e,version:n},this._fireOnDidExtraLibsChangeSoon(),{dispose:()=>{let e=this._extraLibs[i];e&&e.version===n&&(delete this._extraLibs[i],this._removedExtraLibs[i]=n,this._fireOnDidExtraLibsChangeSoon())}}}setExtraLibs(e){for(const t in this._extraLibs)this._removedExtraLibs[t]=this._extraLibs[t].version;if(this._extraLibs=Object.create(null),e&&e.length>0)for(const t of e){const e=t.filePath||`ts:extralib-${Math.random().toString(36).substring(2,15)}`,i=t.content;let n=1;this._removedExtraLibs[e]&&(n=this._removedExtraLibs[e]+1),this._extraLibs[e]={content:i,version:n}}this._fireOnDidExtraLibsChangeSoon()}_fireOnDidExtraLibsChangeSoon(){-1===this._onDidExtraLibsChangeTimeout&&(this._onDidExtraLibsChangeTimeout=window.setTimeout((()=>{this._onDidExtraLibsChangeTimeout=-1,this._onDidExtraLibsChange.fire(void 0)}),0))}getCompilerOptions(){return this._compilerOptions}setCompilerOptions(e){this._compilerOptions=e||Object.create(null),this._onDidChange.fire(void 0)}getDiagnosticsOptions(){return this._diagnosticsOptions}setDiagnosticsOptions(e){this._diagnosticsOptions=e||Object.create(null),this._onDidChange.fire(void 0)}setWorkerOptions(e){this._workerOptions=e||Object.create(null),this._onDidChange.fire(void 0)}setInlayHintsOptions(e){this._inlayHintsOptions=e||Object.create(null),this._onDidChange.fire(void 0)}setMaximumWorkerIdleTime(e){}setEagerModelSync(e){this._eagerModelSync=e}getEagerModelSync(){return this._eagerModelSync}},typescriptVersion2=typescriptVersion,typescriptDefaults=new LanguageServiceDefaultsImpl$1({allowNonTsExtensions:!0,target:99},{noSemanticValidation:!1,noSyntaxValidation:!1,onlyVisible:!1},{},{}),javascriptDefaults=new LanguageServiceD
|
||
|
/*!-----------------------------------------------------------------------------
|
||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
* Version: 0.33.0(4b1abad427e58dbedc1215d99a0902ffc885fcd4)
|
||
|
* Released under the MIT license
|
||
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||
|
*-----------------------------------------------------------------------------*/
|
||
|
var __defProp$1=Object.defineProperty,__getOwnPropDesc$1=Object.getOwnPropertyDescriptor,__getOwnPropNames$1=Object.getOwnPropertyNames,__hasOwnProp$1=Object.prototype.hasOwnProperty,__reExport$1=(e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of __getOwnPropNames$1(t))__hasOwnProp$1.call(e,o)||!i&&"default"===o||__defProp$1(e,o,{get:()=>t[o],enumerable:!(n=__getOwnPropDesc$1(t,o))||n.enumerable});return e},monaco_editor_core_exports$1={};__reExport$1(monaco_editor_core_exports$1,monaco_editor_core_star);var LanguageServiceDefaultsImpl=class{constructor(e,t,i){__publicField(this,"_onDidChange",new monaco_editor_core_exports$1.Emitter),__publicField(this,"_diagnosticsOptions"),__publicField(this,"_modeConfiguration"),__publicField(this,"_languageId"),this._languageId=e,this.setDiagnosticsOptions(t),this.setModeConfiguration(i)}get onDidChange(){return this._onDidChange.event}get languageId(){return this._languageId}get modeConfiguration(){return this._modeConfiguration}get diagnosticsOptions(){return this._diagnosticsOptions}setDiagnosticsOptions(e){this._diagnosticsOptions=e||Object.create(null),this._onDidChange.fire(this)}setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),this._onDidChange.fire(this)}},diagnosticDefault={validate:!0,allowComments:!0,schemas:[],enableSchemaRequest:!1,schemaRequest:"warning",schemaValidation:"warning",comments:"error",trailingCommas:"error"},modeConfigurationDefault={documentFormattingEdits:!0,documentRangeFormattingEdits:!0,completionItems:!0,hovers:!0,documentSymbols:!0,tokens:!0,colors:!0,foldingRanges:!0,diagnostics:!0,selectionRanges:!0},jsonDefaults=new LanguageServiceDefaultsImpl("json",diagnosticDefault,modeConfigurationDefault);function getMode(){return __vitePreload((()=>import("./jsonMode.74f496c7.js")),[])}monaco_editor_core_exports$1.languages.json={jsonDefaults:jsonDefaults},monaco_editor_core_exports$1.languages.register({id:"json",extensions:[".json",".bowerrc",".jshintrc",".jscsrc",".eslintrc",".babelrc",".har"],aliases:["JSON","json"],mimetypes:["application/json"]}),monaco_editor_core_exports$1.languages.onLanguage("json",(()=>{getMode().then((e=>e.setupMode(jsonDefaults)))}));
|
||
|
/*!-----------------------------------------------------------------------------
|
||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
* Version: 0.33.0(4b1abad427e58dbedc1215d99a0902ffc885fcd4)
|
||
|
* Released under the MIT license
|
||
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||
|
*-----------------------------------------------------------------------------*/
|
||
|
var __defProp=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__getOwnPropNames=Object.getOwnPropertyNames,__hasOwnProp=Object.prototype.hasOwnProperty,__reExport=(e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of __getOwnPropNames(t))__hasOwnProp.call(e,o)||!i&&"default"===o||__defProp(e,o,{get:()=>t[o],enumerable:!(n=__getOwnPropDesc(t,o))||n.enumerable});return e},monaco_editor_core_exports={};__reExport(monaco_editor_core_exports,monaco_editor_core_star);var languageDefinitions={},lazyLanguageLoaders={},LazyLanguageLoader=class{constructor(e){__publicField(this,"_languageId"),__publicField(this,"_loadingTriggered"),__publicField(this,"_lazyLoadPromise"),__publicField(this,"_lazyLoadPromiseResolve"),__publicField(this,"_lazyLoadPromiseReject"),this._languageId=e,this._loadingTriggered=!1,this._lazyLoadPromise=new Promise(((e,t)=>{this._lazyLoadPromiseResolve=e,this._lazyLoadPromiseReject=t}))}static getOrCreate(e){return lazyLanguageLoaders[e]||(lazyLanguageLoaders[e]=new LazyLanguageLoader(e)),lazyLanguageLoaders[e]}load(){return this._loadingTriggered||(this._loadingTriggered=!0,languageDefinitions[this._languageId].loader().then((e=>this._lazyLoadPromiseResolve(e)),(e=>this._lazyLoadPromiseReject(e)))),this._lazyLoadPromise}};function registerLanguage(e){const t=e.id;languageDefinitions[t]=e,monaco_editor_core_exports.languages.register(e);const i=LazyLanguageLoader.getOrCreate(t);monaco_editor_core_exports.languages.registerTokensProviderFactory(t,{create:()=>__async(this,null,(function*(){return(yield i.load()).language}))}),monaco_editor_core_exports.languages.onLanguage(t,(()=>__async(this,null,(function*(){const e=yield i.load();monaco_editor_core_exports.languages.setLanguageConfiguration(t,e.conf)}))))}registerLanguage({id:"abap",extensions:[".abap"],aliases:["abap","ABAP"],loader:()=>__vitePreload((()=>import("./abap.6ba285e6.js")),[])}),registerLanguage({id:"apex",extensions:[".cls"],aliases:["Apex","apex"],mimetypes:["text/x-apex-source","text/x-apex"],loader:()=>__vitePreload((()=>import("./apex.4a5ec4a4.js")),[])}),registerLanguage({id:"azcli",extensions:[".azcli"],aliases:["Azure CLI","azcli"],loader:()=>__vitePreload((()=>import("./azcli.4c9b6b47.js")),[])}),registerLanguage({id:"bat",extensions:[".bat",".cmd"],aliases:["Batch","bat"],loader:()=>__vitePreload((()=>import("./bat.8a420ace.js")),[])}),registerLanguage({id:"bicep",extensions:[".bicep"],aliases:["Bicep"],loader:()=>__vitePreload((()=>import("./bicep.5032e09b.js")),[])}),registerLanguage({id:"cameligo",extensions:[".mligo"],aliases:["Cameligo"],loader:()=>__vitePreload((()=>import("./cameligo.00bc63f8.js")),[])}),registerLanguage({id:"clojure",extensions:[".clj",".cljs",".cljc",".edn"],aliases:["clojure","Clojure"],loader:()=>__vitePreload((()=>import("./clojure.bc79377e.js")),[])}),registerLanguage({id:"coffeescript",extensions:[".coffee"],aliases:["CoffeeScript","coffeescript","coffee"],mimetypes:["text/x-coffeescript","text/coffeescript"],loader:()=>__vitePreload((()=>import("./coffee.54897858.js")),[])}),registerLanguage({id:"c",extensions:[".c",".h"],aliases:["C","c"],loader:()=>__vitePreload((()=>import("./cpp.337468ce.js")),[])}),registerLanguage({id:"cpp",extensions:[".cpp",".cc",".cxx",".hpp",".hh",".hxx"],aliases:["C++","Cpp","cpp"],loader:()=>__vitePreload((()=>import("./cpp.337468ce.js")),[])}),registerLanguage({id:"csharp",extensions:[".cs",".csx",".cake"],aliases:["C#","csharp"],loader:()=>__vitePreload((()=>import("./csharp.01a8eaa8.js")),[])}),registerLanguage({id:"csp",extensions:[],aliases:["CSP","csp"],loader:()=>__vitePreload((()=>import("./csp.aec2811b.js")),[])}),registerLanguage({id:"css",extensions:[".css"],aliases:["CSS","css"],mimetypes:["text/css"],loader:()=>__vitePreload((()=>import("./css.4c22ed20.js")),[])}),registerLanguage({id:"dart",extensions:[".dart"],aliases:["Dart","dart"],mimetypes:["text/x-dart-source","text/x-dart"],loader:()=>__vitePreload((()=>import("./dart.50deccbd.js")),[])}),registerLanguage({id:"dockerfile",extensions:[".dockerfile"],filenames:["Doc
|