6 lines
88 KiB
JavaScript
6 lines
88 KiB
JavaScript
|
/**
|
||
|
* vue v3.4.38
|
||
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
|
* @license MIT
|
||
|
**/var Vue=function(e){"use strict";let t,n,l,r,i,o,s,a;/*! #__NO_SIDE_EFFECTS__ */function u(e,t){let n=new Set(e.split(","));return e=>n.has(e)}let c={},f=[],d=()=>{},p=()=>!1,h=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||97>e.charCodeAt(2)),g=e=>e.startsWith("onUpdate:"),m=Object.assign,_=(e,t)=>{let n=e.indexOf(t);n>-1&&e.splice(n,1)},y=Object.prototype.hasOwnProperty,b=(e,t)=>y.call(e,t),C=Array.isArray,S=e=>"[object Map]"===L(e),E=e=>"[object Set]"===L(e),x=e=>"[object Date]"===L(e),w=e=>"[object RegExp]"===L(e),k=e=>"function"==typeof e,T=e=>"string"==typeof e,A=e=>"symbol"==typeof e,O=e=>null!==e&&"object"==typeof e,R=e=>(O(e)||k(e))&&k(e.then)&&k(e.catch),N=Object.prototype.toString,L=e=>N.call(e),P=e=>L(e).slice(8,-1),M=e=>"[object Object]"===L(e),I=e=>T(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,F=u(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),V=e=>{let t=Object.create(null);return n=>t[n]||(t[n]=e(n))},U=/-(\w)/g,B=V(e=>e.replace(U,(e,t)=>t?t.toUpperCase():"")),D=/\B([A-Z])/g,j=V(e=>e.replace(D,"-$1").toLowerCase()),$=V(e=>e.charAt(0).toUpperCase()+e.slice(1)),H=V(e=>e?`on${$(e)}`:""),W=(e,t)=>!Object.is(e,t),K=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},z=(e,t,n,l=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:l,value:n})},G=e=>{let t=parseFloat(e);return isNaN(t)?e:t},q=e=>{let t=T(e)?Number(e):NaN;return isNaN(t)?e:t},J=()=>t||(t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{}),X=u("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");function Y(e){if(C(e)){let t={};for(let n=0;n<e.length;n++){let l=e[n],r=T(l)?function(e){let t={};return e.replace(ee,"").split(Z).forEach(e=>{if(e){let n=e.split(Q);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}(l):Y(l);if(r)for(let e in r)t[e]=r[e]}return t}if(T(e)||O(e))return e}let Z=/;(?![^(]*\))/g,Q=/:([^]+)/,ee=/\/\*[^]*?\*\//g;function et(e){let t="";if(T(e))t=e;else if(C(e))for(let n=0;n<e.length;n++){let l=et(e[n]);l&&(t+=l+" ")}else if(O(e))for(let n in e)e[n]&&(t+=n+" ");return t.trim()}let en=u("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function el(e,t){if(e===t)return!0;let n=x(e),l=x(t);if(n||l)return!!n&&!!l&&e.getTime()===t.getTime();if(n=A(e),l=A(t),n||l)return e===t;if(n=C(e),l=C(t),n||l)return!!n&&!!l&&function(e,t){if(e.length!==t.length)return!1;let n=!0;for(let l=0;n&&l<e.length;l++)n=el(e[l],t[l]);return n}(e,t);if(n=O(e),l=O(t),n||l){if(!n||!l||Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e){let l=e.hasOwnProperty(n),r=t.hasOwnProperty(n);if(l&&!r||!l&&r||!el(e[n],t[n]))return!1}}return String(e)===String(t)}function er(e,t){return e.findIndex(e=>el(e,t))}let ei=e=>!!(e&&!0===e.__v_isRef),eo=e=>T(e)?e:null==e?"":C(e)||O(e)&&(e.toString===N||!k(e.toString))?ei(e)?eo(e.value):JSON.stringify(e,es,2):String(e),es=(e,t)=>ei(t)?es(e,t.value):S(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,n],l)=>(e[ea(t,l)+" =>"]=n,e),{})}:E(t)?{[`Set(${t.size})`]:[...t.values()].map(e=>ea(e))}:A(t)?ea(t):!O(t)||C(t)||M(t)?t:String(t),ea=(e,t="")=>{var n;return A(e)?`Symbol(${null!=(n=e.description)?n:t})`:e};class eu{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=n,!e&&n&&(this.index=(n.scopes||(n.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){let t=n;try{return n=this,e()}finally{n=t}}}on(){n=this}off(){n=this.parent}stop(e){if(this._active){let t,n;for(t=0,n=this.effects.length;t<n;t++)this.effects[t].stop();for(t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){let e=this.parent.scopes.pop();e&&e!==this&&(this.
|