You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paopao-ce/web/dist/assets/@vue-CQsYufSu.js

18 lines
93 KiB

7 months ago
/**
* @vue/shared v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function kn(e,t){const n=new Set(e.split(","));return t?s=>n.has(s.toLowerCase()):s=>n.has(s)}const z={},Et=[],me=()=>{},Ho=()=>!1,tn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ms=e=>e.startsWith("onUpdate:"),re=Object.assign,Fs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Vo=Object.prototype.hasOwnProperty,X=(e,t)=>Vo.call(e,t),H=Array.isArray,Ct=e=>Ft(e)==="[object Map]",ht=e=>Ft(e)==="[object Set]",ar=e=>Ft(e)==="[object Date]",ko=e=>Ft(e)==="[object RegExp]",K=e=>typeof e=="function",ie=e=>typeof e=="string",ze=e=>typeof e=="symbol",ee=e=>e!==null&&typeof e=="object",Hs=e=>(ee(e)||K(e))&&K(e.then)&&K(e.catch),ei=Object.prototype.toString,Ft=e=>ei.call(e),Do=e=>Ft(e).slice(8,-1),ti=e=>Ft(e)==="[object Object]",Vs=e=>ie(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Tt=kn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Dn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Uo=/-(\w)/g,be=Dn(e=>e.replace(Uo,(t,n)=>n?n.toUpperCase():"")),Bo=/\B([A-Z])/g,xe=Dn(e=>e.replace(Bo,"-$1").toLowerCase()),Un=Dn(e=>e.charAt(0).toUpperCase()+e.slice(1)),En=Dn(e=>e?`on${Un(e)}`:""),Pe=(e,t)=>!Object.is(e,t),vt=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Sn=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Gt=e=>{const t=parseFloat(e);return isNaN(t)?e:t},On=e=>{const t=ie(e)?Number(e):NaN;return isNaN(t)?e:t};let dr;const ni=()=>dr||(dr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),$o="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",Ko=kn($o);function Bn(e){if(H(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=ie(s)?qo(s):Bn(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(ie(e)||ee(e))return e}const jo=/;(?![^(]*\))/g,Wo=/:([^]+)/,Go=/\/\*[^]*?\*\//g;function qo(e){const t={};return e.replace(Go,"").split(jo).forEach(n=>{if(n){const s=n.split(Wo);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function $n(e){let t="";if(ie(e))t=e;else if(H(e))for(let n=0;n<e.length;n++){const s=$n(e[n]);s&&(t+=s+" ")}else if(ee(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Mf(e){if(!e)return null;let{class:t,style:n}=e;return t&&!ie(t)&&(e.class=$n(t)),n&&(e.style=Bn(n)),e}const Jo="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Yo=kn(Jo);function si(e){return!!e||e===""}function Qo(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=Ze(e[s],t[s]);return n}function Ze(e,t){if(e===t)return!0;let n=ar(e),s=ar(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=ze(e),s=ze(t),n||s)return e===t;if(n=H(e),s=H(t),n||s)return n&&s?Qo(e,t):!1;if(n=ee(e),s=ee(t),n||s){if(!n||!s)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),c=t.hasOwnProperty(o);if(l&&!c||!l&&c||!Ze(e[o],t[o]))return!1}}return String(e)===String(t)}function Kn(e,t){return e.findIndex(n=>Ze(n,t))}const Ff=e=>ie(e)?e:e==null?"":H(e)||ee(e)&&(e.toString===ei||!K(e.toString))?JSON.stringify(e,ri,2):String(e),ri=(e,t)=>t&&t.__v_isRef?ri(e,t.value):Ct(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[ss(s,i)+" =>"]=r,n),{})}:ht(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>ss(n))}:ze(t)?ss(t):ee(t)&&!H(t)&&!ti(t)?String(t):t,ss=(e,t="")=>{var n;return ze(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Te;class ii{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Te,!t&&Te&&(this.index=(Te.scopes||(Te.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Te;try{return Te=this,t()}finally{Te=n}}}on(){Te=this}off(){Te=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function Hf(e){return new ii(e)}function oi(e,t=Te){t&&t.active&&t.effects.push(e)}function Xo(){return Te}function Vf(e){Te&&Te.cleanups.push(e)}let lt;class qt{constructor(t,n,s,r){this.fn=t,this.trigger=n,this.scheduler=s,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,oi(this,r)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,pt();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(zo(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),gt()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Qe,n=lt;try{return Qe=!0,lt=this,this._runnings++,hr(this),this.fn()}finally{pr(this),this._runnings--,lt=n,Qe=t}}stop(){var t;this.active&&(hr(this),pr(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function zo(e){return e.value}function hr(e){e._trackId++,e._depsLength=0}function pr(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)li(e.deps[t],e);e.deps.length=e._depsLength}}function li(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}function kf(e,t){e.effect instanceof qt&&(e=e.effect.fn);const n=new qt(e,me,()=>{n.dirty&&n.run()});t&&(re(n,t),t.scope&&oi(n,t.scope)),(!t||!t.lazy)&&n.run();const s=n.run.bind(n);return s.effect=n,s}function Df(e){e.effect.stop()}let Qe=!0,hs=0;const ci=[];function pt(){ci.push(Qe),Qe=!1}function gt(){const e=ci.pop();Qe=e===void 0?!0:e}function ks(){hs++}function Ds(){for(hs--;!hs&&ps.length;)ps.shift()()}function fi(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const s=e.deps[e._depsLength];s!==t?(s&&li(s,e),e.deps[e._depsLength++]=t):e._depsLength++}}const ps=[];function ui(e,t,n){ks();for(const s of e.keys()){let r;s._dirtyLevel<t&&(r??(r=e.get(s)===s._trackId))&&(s._shouldSchedule||(s._shouldSchedule=s._dirtyLevel===0),s._dirtyLevel=t),s._shouldSchedule&&(r??(r=e.get(s)===s._trackId))&&(s.trigger(),(!s._runnings||s.allowRecurse)&&s._dirtyLevel!==2&&(s._shouldSchedule=!1,s.scheduler&&ps.push(s.scheduler)))}Ds()}const ai=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},Rn=new WeakMap,ct=Symbol(""),gs=Symbol("");function Ee(e,t,n){if(Qe&&lt){let s=Rn.get(e);s||Rn.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=ai(()=>s.delete(n))),fi(lt,r)}}function De(e,t,n,s,r,i){const o=Rn.get(e);if(!o)return;let l=[];if(t==="clear")l=[...o.values()];else if(n==="length"&&H(e)){const c=Number(s);o.forEach((u,h)=>{(h==="length"||!ze(h)&&h>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(o.get(n)),t){case"add":H(e)?Vs(n)&&l.push(o.get("length")):(l.push(o.get(ct)),Ct(e)&&l.push(o.get(gs)));break;case"delete":H(e)||(l.push(o.get(ct)),Ct(e)&&l.push(o.get(gs)));break;case"set":Ct(e)&&l.push(o.get(ct));break}ks();for(const c of l)c&&ui(c,4);Ds()}function Zo(e,t){var n;return(n=Rn.get(e))==null?void 0:n.get(t)}const el=kn("__proto__,__v_isRef,__isVue"),di=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(ze)),gr=tl();function tl(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=Q(this);for(let i=0,o=this.length;i<o;i++)Ee(s,"get",i+"");const r=s[t](...n);return r===-1||r===!1?s[t](...
* @vue/runtime-core v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function Jf(e,t){}const Yf={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",WATCH_GETTER:2,2:"WATCH_GETTER",WATCH_CALLBACK:3,3:"WATCH_CALLBACK",WATCH_CLEANUP:4,4:"WATCH_CLEANUP",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER"},Al={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function Xe(e,t,n,s){try{return s?e(...s):e()}catch(r){Ht(r,t,n)}}function Ae(e,t,n,s){if(K(e)){const i=Xe(e,t,n,s);return i&&Hs(i)&&i.catch(o=>{Ht(o,t,n)}),i}const r=[];for(let i=0;i<e.length;i++)r.push(Ae(e[i],t,n,s));return r}function Ht(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let i=t.parent;const o=t.proxy,l=`https://vuejs.org/error-reference/#runtime-${n}`;for(;i;){const u=i.ec;if(u){for(let h=0;h<u.length;h++)if(u[h](e,o,l)===!1)return}i=i.parent}const c=t.appContext.config.errorHandler;if(c){Xe(c,null,10,[e,o,l]);return}}Sl(e,n,r,s)}function Sl(e,t,n,s=!0){console.error(e)}let Yt=!1,_s=!1;const de=[];let Me=0;const At=[];let Ge=null,it=0;const Oi=Promise.resolve();let js=null;function Ws(e){const t=js||Oi;return e?t.then(this?e.bind(this):e):t}function Ol(e){let t=Me+1,n=de.length;for(;t<n;){const s=t+n>>>1,r=de[s],i=Qt(r);i<e||i===e&&r.pre?t=s+1:n=s}return t}function qn(e){(!de.length||!de.includes(e,Yt&&e.allowRecurse?Me+1:Me))&&(e.id==null?de.push(e):de.splice(Ol(e.id),0,e),Ri())}function Ri(){!Yt&&!_s&&(_s=!0,js=Oi.then(Pi))}function Rl(e){const t=de.indexOf(e);t>Me&&de.splice(t,1)}function ms(e){H(e)?At.push(...e):(!Ge||!Ge.includes(e,e.allowRecurse?it+1:it))&&At.push(e),Ri()}function Er(e,t,n=Yt?Me+1:0){for(;n<de.length;n++){const s=de[n];if(s&&s.pre){if(e&&s.id!==e.uid)continue;de.splice(n,1),n--,s()}}}function Nn(e){if(At.length){const t=[...new Set(At)].sort((n,s)=>Qt(n)-Qt(s));if(At.length=0,Ge){Ge.push(...t);return}for(Ge=t,it=0;it<Ge.length;it++)Ge[it]();Ge=null,it=0}}const Qt=e=>e.id==null?1/0:e.id,Pl=(e,t)=>{const n=Qt(e)-Qt(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Pi(e){_s=!1,Yt=!0,de.sort(Pl);try{for(Me=0;Me<de.length;Me++){const t=de[Me];t&&t.active!==!1&&Xe(t,null,14)}}finally{Me=0,de.length=0,Nn(),Yt=!1,js=null,(de.length||At.length)&&Pi()}}let bt,hn=[];function Ni(e,t){var n,s;bt=e,bt?(bt.enabled=!0,hn.forEach(({event:r,args:i})=>bt.emit(r,...i)),hn=[]):typeof window<"u"&&window.HTMLElement&&!((s=(n=window.navigator)==null?void 0:n.userAgent)!=null&&s.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(i=>{Ni(i,t)}),setTimeout(()=>{bt||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,hn=[])},3e3)):hn=[]}function Nl(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||z;let r=n;const i=t.startsWith("update:"),o=i&&t.slice(7);if(o&&o in s){const h=`${o==="modelValue"?"model":o}Modifiers`,{number:d,trim:g}=s[h]||z;g&&(r=n.map(v=>ie(v)?v.trim():v)),d&&(r=n.map(Gt))}let l,c=s[l=En(t)]||s[l=En(be(t))];!c&&i&&(c=s[l=En(xe(t))]),c&&Ae(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ae(u,e,6,r)}}function Ii(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==vo
* @vue/runtime-dom v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const $c="http://www.w3.org/2000/svg",Kc="http://www.w3.org/1998/Math/MathML",Ye=typeof document<"u"?document:null,Fr=Ye&&Ye.createElement("template"),jc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?Ye.createElementNS($c,e):t==="mathml"?Ye.createElementNS(Kc,e):Ye.createElement(e,n?{is:n}:void 0);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ye.createTextNode(e),createComment:e=>Ye.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ye.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{Fr.innerHTML=s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e;const l=Fr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},je="transition",kt="animation",Lt=Symbol("_vtc"),po=(e,{slots:t})=>kc(Yl,_o(e),t);po.displayName="Transition";const go={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},Wc=po.props=re({},Di,go),rt=(e,t=[])=>{H(e)?e.forEach(n=>n(...t)):e&&e(...t)},Hr=e=>e?H(e)?e.some(t=>t.length>1):e.length>1:!1;function _o(e){const t={};for(const R in e)R in go||(t[R]=e[R]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:u=o,appearToClass:h=l,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:g=`${n}-leave-active`,leaveToClass:v=`${n}-leave-to`}=e,O=Gc(r),V=O&&O[0],j=O&&O[1],{onBeforeEnter:G,onEnter:S,onEnterCancelled:p,onLeave:_,onLeaveCancelled:y,onBeforeAppear:b=G,onAppear:I=S,onAppearCancelled:x=p}=t,M=(R,q,te)=>{We(R,q?h:l),We(R,q?u:o),te&&te()},P=(R,q)=>{R._isLeaving=!1,We(R,d),We(R,v),We(R,g),q&&q()},$=R=>(q,te)=>{const oe=R?I:S,k=()=>M(q,R,te);rt(oe,[q,k]),Vr(()=>{We(q,R?c:i),Ve(q,R?h:l),Hr(oe)||kr(q,s,V,k)})};return re(t,{onBeforeEnter(R){rt(G,[R]),Ve(R,i),Ve(R,o)},onBeforeAppear(R){rt(b,[R]),Ve(R,c),Ve(R,u)},onEnter:$(!1),onAppear:$(!0),onLeave(R,q){R._isLeaving=!0;const te=()=>P(R,q);Ve(R,d),yo(),Ve(R,g),Vr(()=>{R._isLeaving&&(We(R,d),Ve(R,v),Hr(_)||kr(R,s,j,te))}),rt(_,[R,te])},onEnterCancelled(R){M(R,!1),rt(p,[R])},onAppearCancelled(R){M(R,!0),rt(x,[R])},onLeaveCancelled(R){P(R),rt(y,[R])}})}function Gc(e){if(e==null)return null;if(ee(e))return[us(e.enter),us(e.leave)];{const t=us(e);return[t,t]}}function us(e){return On(e)}function Ve(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Lt]||(e[Lt]=new Set)).add(t)}function We(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[Lt];n&&(n.delete(t),n.size||(e[Lt]=void 0))}function Vr(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let qc=0;function kr(e,t,n,s){const r=e._endId=++qc,i=()=>{r===e._endId&&s()};if(n)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=mo(e,t);if(!o)return s();const u=o+"end";let h=0;const d=()=>{e.removeEventListener(u,g),i()},g=v=>{v.target===e&&++h>=c&&d()};setTimeout(()=>{h<c&&d()},l+1),e.addEventListener(u,g)}function mo(e,t){const n=window.getComputedStyle(e),s=O=>(n[O]||"").split(", "),r=s(`${je}Delay`),i=s(`${je}Duration`),o=Dr(r,i),l=s(`${kt}Delay`),c=s(`${kt}Duration`),u=Dr(l,c);let h=null,d=0,g=0;t===je?o>0&&(h=je,d=o,g=i.length):t===kt?u>0&&(h=kt,d=u,g=c.length):(d=Math.max(o,u),h=d>0?o>u?je:kt:null,g=h?h===je?i.length:c.length:0);const v=h===je&&/\b(transform|all)(,|$)/.test(s(`${je}Property`).toString());r