cyy-vue-material 1.0.65 → 1.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dev.js CHANGED
@@ -1 +1 @@
1
- function e(e,t){const n=Object.create(null),o=e.split(",");for(let e=0;e<o.length;e++)n[o[e]]=!0;return t?e=>!!n[e.toLowerCase()]:e=>!!n[e]}function t(e){if(j(e)){const n={};for(let o=0;o<e.length;o++){const r=e[o],i=A(r)?a(r):t(r);if(i)for(const e in i)n[e]=i[e]}return n}return A(e)||T(e)?e:void 0}const n=/;(?![^(]*\))/g,o=/:([^]+)/,r=/\/\*.*?\*\//gs;function a(e){const t={};return e.replace(r,"").split(n).forEach((e=>{if(e){const n=e.split(o);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function i(e){let t="";if(A(e))t=e;else if(j(e))for(let n=0;n<e.length;n++){const o=i(e[n]);o&&(t+=o+" ")}else if(T(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const s=e("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"),c=e("svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"),l=e("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function d(e){return!!e||""===e}const p=e=>A(e)?e:null==e?"":j(e)||T(e)&&(e.toString===B||!O(e.toString))?JSON.stringify(e,u,2):String(e),u=(e,t)=>t&&t.__v_isRef?u(e,t.value):S(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n])=>(e[`${t} =>`]=n,e)),{})}:C(t)?{[`Set(${t.size})`]:[...t.values()]}:!T(t)||j(t)||F(t)?t:String(t),f=Object.freeze({}),v=Object.freeze([]),g=()=>{},h=()=>!1,b=/^on[^a-z]/,m=e=>b.test(e),y=e=>e.startsWith("onUpdate:"),x=Object.assign,w=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},_=Object.prototype.hasOwnProperty,k=(e,t)=>_.call(e,t),j=Array.isArray,S=e=>"[object Map]"===$(e),C=e=>"[object Set]"===$(e),O=e=>"function"==typeof e,A=e=>"string"==typeof e,P=e=>"symbol"==typeof e,T=e=>null!==e&&"object"==typeof e,I=e=>T(e)&&O(e.then)&&O(e.catch),B=Object.prototype.toString,$=e=>B.call(e),N=e=>$(e).slice(8,-1),F=e=>"[object Object]"===$(e),E=e=>A(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,z=e(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),D=e("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),R=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},M=/-(\w)/g,L=R((e=>e.replace(M,((e,t)=>t?t.toUpperCase():"")))),U=/\B([A-Z])/g,V=R((e=>e.replace(U,"-$1").toLowerCase())),K=R((e=>e.charAt(0).toUpperCase()+e.slice(1))),G=R((e=>e?`on${K(e)}`:"")),W=(e,t)=>!Object.is(e,t),H=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},q=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},J=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Y;const Z=()=>Y||(Y="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function Q(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let X;class ee{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=X,!e&&X&&(this.index=(X.scopes||(X.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=X;try{return X=this,e()}finally{X=t}}else Q("cannot run an inactive effect scope.")}on(){X=this}off(){X=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){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}}}const te=e=>{const t=new Set(e);return t.w=0,t.n=0,t},ne=e=>(e.w&ie)>0,oe=e=>(e.n&ie)>0,re=new WeakMap;let ae=0,ie=1;const se=30;let ce;const le=Symbol("iterate"),de=Symbol("Map key iterate");class pe{constructor(e,t=null,n){this.fn=e,this.scheduler=t,this.active=!0,this.deps=[],this.parent=void 0,function(e,t=X){t&&t.active&&t.effects.push(e)}(this,n)}run(){if(!this.active)return this.fn();let e=ce,t=fe;for(;e;){if(e===this)return;e=e.parent}try{return this.parent=ce,ce=this,fe=!0,ie=1<<++ae,ae<=se?(({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=ie})(this):ue(this),this.fn()}finally{ae<=se&&(e=>{const{deps:t}=e;if(t.length){let n=0;for(let o=0;o<t.length;o++){const r=t[o];ne(r)&&!oe(r)?r.delete(e):t[n++]=r,r.w&=~ie,r.n&=~ie}t.length=n}})(this),ie=1<<--ae,ce=this.parent,fe=t,this.parent=void 0,this.deferStop&&this.stop()}}stop(){ce===this?this.deferStop=!0:this.active&&(ue(this),this.onStop&&this.onStop(),this.active=!1)}}function ue(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let fe=!0;const ve=[];function ge(){ve.push(fe),fe=!1}function he(){const e=ve.pop();fe=void 0===e||e}function be(e,t,n){if(fe&&ce){let o=re.get(e);o||re.set(e,o=new Map);let r=o.get(n);r||o.set(n,r=te());me(r,{effect:ce,target:e,type:t,key:n})}}function me(e,t){let n=!1;ae<=se?oe(e)||(e.n|=ie,n=!ne(e)):n=!e.has(ce),n&&(e.add(ce),ce.deps.push(e),ce.onTrack&&ce.onTrack(Object.assign({effect:ce},t)))}function ye(e,t,n,o,r,a){const i=re.get(e);if(!i)return;let s=[];if("clear"===t)s=[...i.values()];else if("length"===n&&j(e)){const e=Number(o);i.forEach(((t,n)=>{("length"===n||n>=e)&&s.push(t)}))}else switch(void 0!==n&&s.push(i.get(n)),t){case"add":j(e)?E(n)&&s.push(i.get("length")):(s.push(i.get(le)),S(e)&&s.push(i.get(de)));break;case"delete":j(e)||(s.push(i.get(le)),S(e)&&s.push(i.get(de)));break;case"set":S(e)&&s.push(i.get(le))}const c={target:e,type:t,key:n,newValue:o,oldValue:r,oldTarget:a};if(1===s.length)s[0]&&xe(s[0],c);else{const e=[];for(const t of s)t&&e.push(...t);xe(te(e),c)}}function xe(e,t){const n=j(e)?e:[...e];for(const e of n)e.computed&&we(e,t);for(const e of n)e.computed||we(e,t)}function we(e,t){(e!==ce||e.allowRecurse)&&(e.onTrigger&&e.onTrigger(x({effect:e},t)),e.scheduler?e.scheduler():e.run())}const _e=e("__proto__,__v_isRef,__isVue"),ke=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(P)),je=Ie(),Se=Ie(!1,!0),Ce=Ie(!0),Oe=Ie(!0,!0),Ae=Pe();function Pe(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const n=mt(this);for(let e=0,t=this.length;e<t;e++)be(n,"get",e+"");const o=n[t](...e);return-1===o||!1===o?n[t](...e.map(mt)):o}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){ge();const n=mt(this)[t].apply(this,e);return he(),n}})),e}function Te(e){const t=mt(this);return be(t,"has",e),t.hasOwnProperty(e)}function Ie(e=!1,t=!1){return function(n,o,r){if("__v_isReactive"===o)return!e;if("__v_isReadonly"===o)return e;if("__v_isShallow"===o)return t;if("__v_raw"===o&&r===(e?t?lt:ct:t?st:it).get(n))return n;const a=j(n);if(!e){if(a&&k(Ae,o))return Reflect.get(Ae,o,r);if("hasOwnProperty"===o)return Te}const i=Reflect.get(n,o,r);return(P(o)?ke.has(o):_e(o))?i:(e||be(n,"get",o),t?i:_t(i)?a&&E(o)?i:i.value:T(i)?e?pt(i):dt(i):i)}}function Be(e=!1){return function(t,n,o,r){let a=t[n];if(gt(a)&&_t(a)&&!_t(o))return!1;if(!e&&(ht(o)||gt(o)||(a=mt(a),o=mt(o)),!j(t)&&_t(a)&&!_t(o)))return a.value=o,!0;const i=j(t)&&E(n)?Number(n)<t.length:k(t,n),s=Reflect.set(t,n,o,r);return t===mt(r)&&(i?W(o,a)&&ye(t,"set",n,o,a):ye(t,"add",n,o)),s}}const $e={get:je,set:Be(),deleteProperty:function(e,t){const n=k(e,t),o=e[t],r=Reflect.deleteProperty(e,t);return r&&n&&ye(e,"delete",t,void 0,o),r},has:function(e,t){const n=Reflect.has(e,t);return P(t)&&ke.has(t)||be(e,"has",t),n},ownKeys:function(e){return be(e,"iterate",j(e)?"length":le),Reflect.ownKeys(e)}},Ne={get:Ce,set:(e,t)=>(Q(`Set operation on key "${String(t)}" failed: target is readonly.`,e),!0),deleteProperty:(e,t)=>(Q(`Delete operation on key "${String(t)}" failed: target is readonly.`,e),!0)},Fe=x({},$e,{get:Se,set:Be(!0)}),Ee=x({},Ne,{get:Oe}),ze=e=>e,De=e=>Reflect.getPrototypeOf(e);function Re(e,t,n=!1,o=!1){const r=mt(e=e.__v_raw),a=mt(t);n||(t!==a&&be(r,"get",t),be(r,"get",a));const{has:i}=De(r),s=o?ze:n?wt:xt;return i.call(r,t)?s(e.get(t)):i.call(r,a)?s(e.get(a)):void(e!==r&&e.get(t))}function Me(e,t=!1){const n=this.__v_raw,o=mt(n),r=mt(e);return t||(e!==r&&be(o,"has",e),be(o,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Le(e,t=!1){return e=e.__v_raw,!t&&be(mt(e),"iterate",le),Reflect.get(e,"size",e)}function Ue(e){e=mt(e);const t=mt(this);return De(t).has.call(t,e)||(t.add(e),ye(t,"add",e,e)),this}function Ve(e,t){t=mt(t);const n=mt(this),{has:o,get:r}=De(n);let a=o.call(n,e);a?at(n,o,e):(e=mt(e),a=o.call(n,e));const i=r.call(n,e);return n.set(e,t),a?W(t,i)&&ye(n,"set",e,t,i):ye(n,"add",e,t),this}function Ke(e){const t=mt(this),{has:n,get:o}=De(t);let r=n.call(t,e);r?at(t,n,e):(e=mt(e),r=n.call(t,e));const a=o?o.call(t,e):void 0,i=t.delete(e);return r&&ye(t,"delete",e,void 0,a),i}function Ge(){const e=mt(this),t=0!==e.size,n=S(e)?new Map(e):new Set(e),o=e.clear();return t&&ye(e,"clear",void 0,void 0,n),o}function We(e,t){return function(n,o){const r=this,a=r.__v_raw,i=mt(a),s=t?ze:e?wt:xt;return!e&&be(i,"iterate",le),a.forEach(((e,t)=>n.call(o,s(e),s(t),r)))}}function He(e,t,n){return function(...o){const r=this.__v_raw,a=mt(r),i=S(a),s="entries"===e||e===Symbol.iterator&&i,c="keys"===e&&i,l=r[e](...o),d=n?ze:t?wt:xt;return!t&&be(a,"iterate",c?de:le),{next(){const{value:e,done:t}=l.next();return t?{value:e,done:t}:{value:s?[d(e[0]),d(e[1])]:d(e),done:t}},[Symbol.iterator](){return this}}}}function qe(e){return function(...t){{const n=t[0]?`on key "${t[0]}" `:"";console.warn(`${K(e)} operation ${n}failed: target is readonly.`,mt(this))}return"delete"!==e&&this}}function Je(){const e={get(e){return Re(this,e)},get size(){return Le(this)},has:Me,add:Ue,set:Ve,delete:Ke,clear:Ge,forEach:We(!1,!1)},t={get(e){return Re(this,e,!1,!0)},get size(){return Le(this)},has:Me,add:Ue,set:Ve,delete:Ke,clear:Ge,forEach:We(!1,!0)},n={get(e){return Re(this,e,!0)},get size(){return Le(this,!0)},has(e){return Me.call(this,e,!0)},add:qe("add"),set:qe("set"),delete:qe("delete"),clear:qe("clear"),forEach:We(!0,!1)},o={get(e){return Re(this,e,!0,!0)},get size(){return Le(this,!0)},has(e){return Me.call(this,e,!0)},add:qe("add"),set:qe("set"),delete:qe("delete"),clear:qe("clear"),forEach:We(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((r=>{e[r]=He(r,!1,!1),n[r]=He(r,!0,!1),t[r]=He(r,!1,!0),o[r]=He(r,!0,!0)})),[e,n,t,o]}const[Ye,Ze,Qe,Xe]=Je();function et(e,t){const n=t?e?Xe:Qe:e?Ze:Ye;return(t,o,r)=>"__v_isReactive"===o?!e:"__v_isReadonly"===o?e:"__v_raw"===o?t:Reflect.get(k(n,o)&&o in t?n:t,o,r)}const tt={get:et(!1,!1)},nt={get:et(!1,!0)},ot={get:et(!0,!1)},rt={get:et(!0,!0)};function at(e,t,n){const o=mt(n);if(o!==n&&t.call(e,o)){const t=N(e);console.warn(`Reactive ${t} contains both the raw and reactive versions of the same object${"Map"===t?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const it=new WeakMap,st=new WeakMap,ct=new WeakMap,lt=new WeakMap;function dt(e){return gt(e)?e:ft(e,!1,$e,tt,it)}function pt(e){return ft(e,!0,Ne,ot,ct)}function ut(e){return ft(e,!0,Ee,rt,lt)}function ft(e,t,n,o,r){if(!T(e))return console.warn(`value cannot be made reactive: ${String(e)}`),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const a=r.get(e);if(a)return a;const i=(s=e).__v_skip||!Object.isExtensible(s)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(N(s));var s;if(0===i)return e;const c=new Proxy(e,2===i?o:n);return r.set(e,c),c}function vt(e){return gt(e)?vt(e.__v_raw):!(!e||!e.__v_isReactive)}function gt(e){return!(!e||!e.__v_isReadonly)}function ht(e){return!(!e||!e.__v_isShallow)}function bt(e){return vt(e)||gt(e)}function mt(e){const t=e&&e.__v_raw;return t?mt(t):e}function yt(e){return q(e,"__v_skip",!0),e}const xt=e=>T(e)?dt(e):e,wt=e=>T(e)?pt(e):e;function _t(e){return!(!e||!0!==e.__v_isRef)}const kt={get:(e,t,n)=>{return _t(o=Reflect.get(e,t,n))?o.value:o;var o},set:(e,t,n,o)=>{const r=e[t];return _t(r)&&!_t(n)?(r.value=n,!0):Reflect.set(e,t,n,o)}};function jt(e){return vt(e)?e:new Proxy(e,kt)}var St;class Ct{constructor(e,t,n,o){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this[St]=!1,this._dirty=!0,this.effect=new pe(e,(()=>{this._dirty||(this._dirty=!0,function(e,t){const n=(e=mt(e)).dep;n&&xe(n,{target:e,type:"set",key:"value",newValue:t})}(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=n}get value(){const e=mt(this);var t;return t=e,fe&&ce&&me((t=mt(t)).dep||(t.dep=te()),{target:t,type:"get",key:"value"}),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}St="__v_isReadonly";const Ot=[];function At(e){Ot.push(e)}function Pt(){Ot.pop()}function Tt(e,...t){ge();const n=Ot.length?Ot[Ot.length-1].component:null,o=n&&n.appContext.config.warnHandler,r=function(){let e=Ot[Ot.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const o=e.component&&e.component.parent;e=o&&o.vnode}return t}();if(o)Nt(o,n,11,[e+t.join(""),n&&n.proxy,r.map((({vnode:e})=>`at <${ha(n,e.type)}>`)).join("\n"),r]);else{const n=[`[Vue warn]: ${e}`,...t];r.length&&n.push("\n",...function(e){const t=[];return e.forEach(((e,n)=>{t.push(...0===n?[]:["\n"],...function({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",o=!!e.component&&null==e.component.parent,r=` at <${ha(e.component,e.type,o)}`,a=">"+n;return e.props?[r,...It(e.props),a]:[r+a]}(e))})),t}(r)),console.warn(...n)}he()}function It(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach((n=>{t.push(...Bt(n,e[n]))})),n.length>3&&t.push(" ..."),t}function Bt(e,t,n){return A(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):"number"==typeof t||"boolean"==typeof t||null==t?n?t:[`${e}=${t}`]:_t(t)?(t=Bt(e,mt(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):O(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=mt(t),n?t:[`${e}=`,t])}const $t={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://new-issue.vuejs.org/?repo=vuejs/core"};function Nt(e,t,n,o){let r;try{r=o?e(...o):e()}catch(e){Et(e,t,n)}return r}function Ft(e,t,n,o){if(O(e)){const r=Nt(e,t,n,o);return r&&I(r)&&r.catch((e=>{Et(e,t,n)})),r}const r=[];for(let a=0;a<e.length;a++)r.push(Ft(e[a],t,n,o));return r}function Et(e,t,n,o=!0){const r=t?t.vnode:null;if(t){let o=t.parent;const r=t.proxy,a=$t[n];for(;o;){const t=o.ec;if(t)for(let n=0;n<t.length;n++)if(!1===t[n](e,r,a))return;o=o.parent}const i=t.appContext.config.errorHandler;if(i)return void Nt(i,null,10,[e,r,a])}!function(e,t,n,o=!0){{const r=$t[t];if(n&&At(n),Tt("Unhandled error"+(r?` during execution of ${r}`:"")),n&&Pt(),o)throw e;console.error(e)}}(e,n,r,o)}let zt=!1,Dt=!1;const Rt=[];let Mt=0;const Lt=[];let Ut=null,Vt=0;const Kt=Promise.resolve();let Gt=null;const Wt=100;function Ht(e){const t=Gt||Kt;return e?t.then(this?e.bind(this):e):t}function qt(e){Rt.length&&Rt.includes(e,zt&&e.allowRecurse?Mt+1:Mt)||(null==e.id?Rt.push(e):Rt.splice(function(e){let t=Mt+1,n=Rt.length;for(;t<n;){const o=t+n>>>1;Xt(Rt[o])<e?t=o+1:n=o}return t}(e.id),0,e),Jt())}function Jt(){zt||Dt||(Dt=!0,Gt=Kt.then(tn))}function Yt(e){j(e)?Lt.push(...e):Ut&&Ut.includes(e,e.allowRecurse?Vt+1:Vt)||Lt.push(e),Jt()}function Zt(e,t=(zt?Mt+1:0)){for(e=e||new Map;t<Rt.length;t++){const n=Rt[t];if(n&&n.pre){if(nn(e,n))continue;Rt.splice(t,1),t--,n()}}}function Qt(e){if(Lt.length){const t=[...new Set(Lt)];if(Lt.length=0,Ut)return void Ut.push(...t);for(Ut=t,e=e||new Map,Ut.sort(((e,t)=>Xt(e)-Xt(t))),Vt=0;Vt<Ut.length;Vt++)nn(e,Ut[Vt])||Ut[Vt]();Ut=null,Vt=0}}const Xt=e=>null==e.id?1/0:e.id,en=(e,t)=>{const n=Xt(e)-Xt(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function tn(e){Dt=!1,zt=!0,e=e||new Map,Rt.sort(en);const t=t=>nn(e,t);try{for(Mt=0;Mt<Rt.length;Mt++){const e=Rt[Mt];if(e&&!1!==e.active){if(t(e))continue;Nt(e,null,14)}}}finally{Mt=0,Rt.length=0,Qt(e),zt=!1,Gt=null,(Rt.length||Lt.length)&&tn(e)}}function nn(e,t){if(e.has(t)){const n=e.get(t);if(n>Wt){const e=t.ownerInstance,n=e&&ga(e.type);return Tt(`Maximum recursive updates exceeded${n?` in component <${n}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`),!0}e.set(t,n+1)}else e.set(t,1)}let on=!1;const rn=new Set;Z().__VUE_HMR_RUNTIME__={createRecord:dn(sn),rerender:dn((function(e,t){const n=an.get(e);if(!n)return;n.initialDef.render=t,[...n.instances].forEach((e=>{t&&(e.render=t,cn(e.type).render=t),e.renderCache=[],on=!0,e.update(),on=!1}))})),reload:dn((function(e,t){const n=an.get(e);if(!n)return;t=cn(t),ln(n.initialDef,t);const o=[...n.instances];for(const e of o){const o=cn(e.type);rn.has(o)||(o!==n.initialDef&&ln(o,t),rn.add(o)),e.appContext.optionsCache.delete(e.type),e.ceReload?(rn.add(o),e.ceReload(t.styles),rn.delete(o)):e.parent?qt(e.parent.update):e.appContext.reload?e.appContext.reload():"undefined"!=typeof window?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Yt((()=>{for(const e of o)rn.delete(cn(e.type))}))}))};const an=new Map;function sn(e,t){return!an.has(e)&&(an.set(e,{initialDef:cn(t),instances:new Set}),!0)}function cn(e){return ba(e)?e.__vccOpts:e}function ln(e,t){x(e,t);for(const n in e)"__file"===n||n in t||delete e[n]}function dn(e){return(t,n)=>{try{return e(t,n)}catch(e){console.error(e),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let pn,un=[],fn=!1;function vn(e,...t){pn?pn.emit(e,...t):fn||un.push({event:e,args:t})}function gn(e,t){var n,o;if(pn=e,pn)pn.enabled=!0,un.forEach((({event:e,args:t})=>pn.emit(e,...t))),un=[];else if("undefined"!=typeof window&&window.HTMLElement&&!(null===(o=null===(n=window.navigator)||void 0===n?void 0:n.userAgent)||void 0===o?void 0:o.includes("jsdom"))){(t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push((e=>{gn(e,t)})),setTimeout((()=>{pn||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,fn=!0,un=[])}),3e3)}else fn=!0,un=[]}const hn=xn("component:added"),bn=xn("component:updated"),mn=xn("component:removed"),yn=e=>{pn&&"function"==typeof pn.cleanupBuffer&&!pn.cleanupBuffer(e)&&mn(e)};function xn(e){return t=>{vn(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}const wn=kn("perf:start"),_n=kn("perf:end");function kn(e){return(t,n,o)=>{vn(e,t.appContext.app,t.uid,t,n,o)}}function jn(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||f;{const{emitsOptions:o,propsOptions:[r]}=e;if(o)if(t in o){const e=o[t];if(O(e)){e(...n)||Tt(`Invalid event arguments: event validation failed for event "${t}".`)}}else r&&G(t)in r||Tt(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${G(t)}" prop.`)}let r=n;const a=t.startsWith("update:"),i=a&&t.slice(7);if(i&&i in o){const e=`${"modelValue"===i?"model":i}Modifiers`,{number:t,trim:a}=o[e]||f;a&&(r=n.map((e=>A(e)?e.trim():e))),t&&(r=n.map(J))}!function(e,t,n){vn("component:emit",e.appContext.app,e,t,n)}(e,t,r);{const n=t.toLowerCase();n!==t&&o[G(n)]&&Tt(`Event "${n}" is emitted in component ${ha(e,e.type)} but the handler is registered for "${t}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${V(t)}" instead of "${t}".`)}let s,c=o[s=G(t)]||o[s=G(L(t))];!c&&a&&(c=o[s=G(V(t))]),c&&Ft(c,e,6,r);const l=o[s+"Once"];if(l){if(e.emitted){if(e.emitted[s])return}else e.emitted={};e.emitted[s]=!0,Ft(l,e,6,r)}}function Sn(e,t,n=!1){const o=t.emitsCache,r=o.get(e);if(void 0!==r)return r;const a=e.emits;let i={},s=!1;if(__VUE_OPTIONS_API__&&!O(e)){const o=e=>{const n=Sn(e,t,!0);n&&(s=!0,x(i,n))};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return a||s?(j(a)?a.forEach((e=>i[e]=null)):x(i,a),T(e)&&o.set(e,i),i):(T(e)&&o.set(e,null),null)}function Cn(e,t){return!(!e||!m(t))&&(t=t.slice(2).replace(/Once$/,""),k(e,t[0].toLowerCase()+t.slice(1))||k(e,V(t))||k(e,t))}let On=null,An=null;function Pn(e){const t=On;return On=e,An=e&&e.type.__scopeId||null,t}function Tn(e){An=e}function In(){An=null}function Bn(e,t=On,n){if(!t)return e;if(e._n)return e;const o=(...n)=>{o._d&&Nr(-1);const r=Pn(t);let a;try{a=e(...n)}finally{Pn(r),o._d&&Nr(1)}return bn(t),a};return o._n=!0,o._c=!0,o._d=!0,o}let $n=!1;function Nn(){$n=!0}function Fn(e){const{type:t,vnode:n,proxy:o,withProxy:r,props:a,propsOptions:[i],slots:s,attrs:c,emit:l,render:d,renderCache:p,data:u,setupState:f,ctx:v,inheritAttrs:g}=e;let h,b;const x=Pn(e);$n=!1;try{if(4&n.shapeFlag){const e=r||o;h=Jr(d.call(e,e,p,a,f,u,v)),b=c}else{const e=t;c===a&&Nn(),h=Jr(e.length>1?e(a,{get attrs(){return Nn(),c},slots:s,emit:l}):e(a,null)),b=t.props?c:Dn(c)}}catch(t){Tr.length=0,Et(t,e,1),h=Kr(Ar)}let w,_=h;if(h.patchFlag>0&&2048&h.patchFlag&&([_,w]=En(h)),b&&!1!==g){const e=Object.keys(b),{shapeFlag:t}=_;if(e.length)if(7&t)i&&e.some(y)&&(b=Rn(b,i)),_=Gr(_,b);else if(!$n&&_.type!==Ar){const e=Object.keys(c),t=[],n=[];for(let o=0,r=e.length;o<r;o++){const r=e[o];m(r)?y(r)||t.push(r[2].toLowerCase()+r.slice(3)):n.push(r)}n.length&&Tt(`Extraneous non-props attributes (${n.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`),t.length&&Tt(`Extraneous non-emits event listeners (${t.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}return n.dirs&&(Mn(_)||Tt("Runtime directive used on component with non-element root node. The directives will not function as intended."),_=Gr(_),_.dirs=_.dirs?_.dirs.concat(n.dirs):n.dirs),n.transition&&(Mn(_)||Tt("Component inside <Transition> renders non-element root node that cannot be animated."),_.transition=n.transition),w?w(_):h=_,Pn(x),h}const En=e=>{const t=e.children,n=e.dynamicChildren,o=zn(t);if(!o)return[e,void 0];const r=t.indexOf(o),a=n?n.indexOf(o):-1;return[Jr(o),o=>{t[r]=o,n&&(a>-1?n[a]=o:o.patchFlag>0&&(e.dynamicChildren=[...n,o]))}]};function zn(e){let t;for(let n=0;n<e.length;n++){const o=e[n];if(!Dr(o))return;if(o.type!==Ar||"v-if"===o.children){if(t)return;t=o}}return t}const Dn=e=>{let t;for(const n in e)("class"===n||"style"===n||m(n))&&((t||(t={}))[n]=e[n]);return t},Rn=(e,t)=>{const n={};for(const o in e)y(o)&&o.slice(9)in t||(n[o]=e[o]);return n},Mn=e=>7&e.shapeFlag||e.type===Ar;function Ln(e,t,n){const o=Object.keys(t);if(o.length!==Object.keys(e).length)return!0;for(let r=0;r<o.length;r++){const a=o[r];if(t[a]!==e[a]&&!Cn(n,a))return!0}return!1}const Un=e=>e.__isSuspense;function Vn(e,t,n=!1){const o=ta||On;if(o){const r=null==o.parent?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&O(t)?t.call(o.proxy):t;Tt(`injection "${String(e)}" not found.`)}else Tt("inject() can only be used inside setup() or functional components.")}const Kn={};function Gn(e,t,n){return O(t)||Tt("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Wn(e,t,n)}function Wn(e,t,{immediate:n,deep:o,flush:r,onTrack:a,onTrigger:i}=f){t||(void 0!==n&&Tt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==o&&Tt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'));const s=e=>{Tt("Invalid watch source: ",e,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},c=X===(null==ta?void 0:ta.scope)?ta:null;let l,d,p=!1,u=!1;if(_t(e)?(l=()=>e.value,p=ht(e)):vt(e)?(l=()=>e,o=!0):j(e)?(u=!0,p=e.some((e=>vt(e)||ht(e))),l=()=>e.map((e=>_t(e)?e.value:vt(e)?Jn(e):O(e)?Nt(e,c,2):void s(e)))):O(e)?l=t?()=>Nt(e,c,2):()=>{if(!c||!c.isUnmounted)return d&&d(),Ft(e,c,3,[h])}:(l=g,s(e)),t&&o){const e=l;l=()=>Jn(e())}let v,h=e=>{d=x.onStop=()=>{Nt(e,c,4)}};if(ca){if(h=g,t?n&&Ft(t,c,3,[l(),u?[]:void 0,h]):l(),"sync"!==r)return g;{const e=xa();v=e.__watcherHandles||(e.__watcherHandles=[])}}let b=u?new Array(e.length).fill(Kn):Kn;const m=()=>{if(x.active)if(t){const e=x.run();(o||p||(u?e.some(((e,t)=>W(e,b[t]))):W(e,b)))&&(d&&d(),Ft(t,c,3,[e,b===Kn?void 0:u&&b[0]===Kn?[]:b,h]),b=e)}else x.run()};let y;m.allowRecurse=!!t,"sync"===r?y=m:"post"===r?y=()=>wr(m,c&&c.suspense):(m.pre=!0,c&&(m.id=c.uid),y=()=>qt(m));const x=new pe(l,y);x.onTrack=a,x.onTrigger=i,t?n?m():b=x.run():"post"===r?wr(x.run.bind(x),c&&c.suspense):x.run();const _=()=>{x.stop(),c&&c.scope&&w(c.scope.effects,x)};return v&&v.push(_),_}function Hn(e,t,n){const o=this.proxy,r=A(e)?e.includes(".")?qn(o,e):()=>o[e]:e.bind(o,o);let a;O(t)?a=t:(a=t.handler,n=t);const i=ta;oa(this);const s=Wn(r,a.bind(o),n);return i?oa(i):ra(),s}function qn(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}function Jn(e,t){if(!T(e)||e.__v_skip)return e;if((t=t||new Set).has(e))return e;if(t.add(e),_t(e))Jn(e.value,t);else if(j(e))for(let n=0;n<e.length;n++)Jn(e[n],t);else if(C(e)||S(e))e.forEach((e=>{Jn(e,t)}));else if(F(e))for(const n in e)Jn(e[n],t);return e}const Yn=[Function,Array];Boolean,Boolean;function Zn(e,t){const{leavingVNodes:n}=e;let o=n.get(t.type);return o||(o=Object.create(null),n.set(t.type,o)),o}function Qn(e,t,n,o){const{appear:r,mode:a,persisted:i=!1,onBeforeEnter:s,onEnter:c,onAfterEnter:l,onEnterCancelled:d,onBeforeLeave:p,onLeave:u,onAfterLeave:f,onLeaveCancelled:v,onBeforeAppear:g,onAppear:h,onAfterAppear:b,onAppearCancelled:m}=t,y=String(e.key),x=Zn(n,e),w=(e,t)=>{e&&Ft(e,o,9,t)},_=(e,t)=>{const n=t[1];w(e,t),j(e)?e.every((e=>e.length<=1))&&n():e.length<=1&&n()},k={mode:a,persisted:i,beforeEnter(t){let o=s;if(!n.isMounted){if(!r)return;o=g||s}t._leaveCb&&t._leaveCb(!0);const a=x[y];a&&Rr(e,a)&&a.el._leaveCb&&a.el._leaveCb(),w(o,[t])},enter(e){let t=c,o=l,a=d;if(!n.isMounted){if(!r)return;t=h||c,o=b||l,a=m||d}let i=!1;const s=e._enterCb=t=>{i||(i=!0,w(t?a:o,[e]),k.delayedLeave&&k.delayedLeave(),e._enterCb=void 0)};t?_(t,[e,s]):s()},leave(t,o){const r=String(e.key);if(t._enterCb&&t._enterCb(!0),n.isUnmounting)return o();w(p,[t]);let a=!1;const i=t._leaveCb=n=>{a||(a=!0,o(),w(n?v:f,[t]),t._leaveCb=void 0,x[r]===e&&delete x[r])};x[r]=e,u?_(u,[t,i]):i()},clone:e=>Qn(e,t,n,o)};return k}function Xn(e){if(ro(e))return(e=Gr(e)).children=null,e}function eo(e){return ro(e)?e.children?e.children[0]:void 0:e}function to(e,t){6&e.shapeFlag&&e.component?to(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function no(e,t=!1,n){let o=[],r=0;for(let a=0;a<e.length;a++){let i=e[a];const s=null==n?i.key:String(n)+String(null!=i.key?i.key:a);i.type===Cr?(128&i.patchFlag&&r++,o=o.concat(no(i.children,t,s))):(t||i.type!==Ar)&&o.push(null!=s?Gr(i,{key:s}):i)}if(r>1)for(let e=0;e<o.length;e++)o[e].patchFlag=-2;return o}const oo=e=>!!e.type.__asyncLoader,ro=e=>e.type.__isKeepAlive;function ao(e,t){so(e,"a",t)}function io(e,t){so(e,"da",t)}function so(e,t,n=ta){const o=e.__wdc||(e.__wdc=()=>{let t=n;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(lo(t,o,n),n){let e=n.parent;for(;e&&e.parent;)ro(e.parent.vnode)&&co(o,t,n,e),e=e.parent}}function co(e,t,n,o){const r=lo(t,e,o,!0);bo((()=>{w(o[t],r)}),n)}function lo(e,t,n=ta,o=!1){if(n){const r=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...o)=>{if(n.isUnmounted)return;ge(),oa(n);const r=Ft(t,n,e,o);return ra(),he(),r});return o?r.unshift(a):r.push(a),a}Tt(`${G($t[e].replace(/ hook$/,""))} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}const po=e=>(t,n=ta)=>(!ca||"sp"===e)&&lo(e,((...e)=>t(...e)),n),uo=po("bm"),fo=po("m"),vo=po("bu"),go=po("u"),ho=po("bum"),bo=po("um"),mo=po("sp"),yo=po("rtg"),xo=po("rtc");function wo(e,t=ta){lo("ec",e,t)}function _o(e){D(e)&&Tt("Do not use built-in directive ids as custom directive id: "+e)}function ko(e,t,n,o){const r=e.dirs,a=t&&t.dirs;for(let i=0;i<r.length;i++){const s=r[i];a&&(s.oldValue=a[i].value);let c=s.dir[o];c&&(ge(),Ft(c,n,8,[e.el,s,e,t]),he())}}const jo="components";function So(e,t){return function(e,t,n=!0,o=!1){const r=On||ta;if(r){const a=r.type;if(e===jo){const e=ga(a,!1);if(e&&(e===t||e===L(t)||e===K(L(t))))return a}const i=Oo(r[e]||a[e],t)||Oo(r.appContext[e],t);if(!i&&o)return a;if(n&&!i){const n=e===jo?"\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.":"";Tt(`Failed to resolve ${e.slice(0,-1)}: ${t}${n}`)}return i}Tt(`resolve${K(e.slice(0,-1))} can only be used in render() or setup().`)}(jo,e,!0,t)||e}const Co=Symbol();function Oo(e,t){return e&&(e[t]||e[L(t)]||e[K(L(t))])}function Ao(e,t,n,o){let r;const a=n&&n[o];if(j(e)||A(e)){r=new Array(e.length);for(let n=0,o=e.length;n<o;n++)r[n]=t(e[n],n,void 0,a&&a[n])}else if("number"==typeof e){Number.isInteger(e)||Tt(`The v-for range expect an integer value but got ${e}.`),r=new Array(e);for(let n=0;n<e;n++)r[n]=t(n+1,n,void 0,a&&a[n])}else if(T(e))if(e[Symbol.iterator])r=Array.from(e,((e,n)=>t(e,n,void 0,a&&a[n])));else{const n=Object.keys(e);r=new Array(n.length);for(let o=0,i=n.length;o<i;o++){const i=n[o];r[o]=t(e[i],i,o,a&&a[o])}}else r=[];return n&&(n[o]=r),r}const Po=e=>e?sa(e)?ua(e)||e.proxy:Po(e.parent):null,To=x(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>ut(e.props),$attrs:e=>ut(e.attrs),$slots:e=>ut(e.slots),$refs:e=>ut(e.refs),$parent:e=>Po(e.parent),$root:e=>Po(e.root),$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?Do(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>qt(e.update)),$nextTick:e=>e.n||(e.n=Ht.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?Hn.bind(e):g}),Io=e=>"_"===e||"$"===e,Bo=(e,t)=>e!==f&&!e.__isScriptSetup&&k(e,t),$o={get({_:e},t){const{ctx:n,setupState:o,data:r,props:a,accessCache:i,type:s,appContext:c}=e;if("__isVue"===t)return!0;let l;if("$"!==t[0]){const s=i[t];if(void 0!==s)switch(s){case 1:return o[t];case 2:return r[t];case 4:return n[t];case 3:return a[t]}else{if(Bo(o,t))return i[t]=1,o[t];if(r!==f&&k(r,t))return i[t]=2,r[t];if((l=e.propsOptions[0])&&k(l,t))return i[t]=3,a[t];if(n!==f&&k(n,t))return i[t]=4,n[t];__VUE_OPTIONS_API__&&!No||(i[t]=0)}}const d=To[t];let p,u;return d?("$attrs"===t&&(be(e,"get",t),Nn()),d(e)):(p=s.__cssModules)&&(p=p[t])?p:n!==f&&k(n,t)?(i[t]=4,n[t]):(u=c.config.globalProperties,k(u,t)?u[t]:void(!On||A(t)&&0===t.indexOf("__v")||(r!==f&&Io(t[0])&&k(r,t)?Tt(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===On&&Tt(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))))},set({_:e},t,n){const{data:o,setupState:r,ctx:a}=e;return Bo(r,t)?(r[t]=n,!0):r.__isScriptSetup&&k(r,t)?(Tt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):o!==f&&k(o,t)?(o[t]=n,!0):k(e.props,t)?(Tt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):"$"===t[0]&&t.slice(1)in e?(Tt(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(t in e.appContext.config.globalProperties?Object.defineProperty(a,t,{enumerable:!0,configurable:!0,value:n}):a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:r,propsOptions:a}},i){let s;return!!n[i]||e!==f&&k(e,i)||Bo(t,i)||(s=a[0])&&k(s,i)||k(o,i)||k(To,i)||k(r.config.globalProperties,i)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:k(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};$o.ownKeys=e=>(Tt("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e));let No=!0;function Fo(e){const t=Do(e),n=e.proxy,o=e.ctx;No=!1,t.beforeCreate&&Eo(t.beforeCreate,e,"bc");const{data:r,computed:a,methods:i,watch:s,provide:c,inject:l,created:d,beforeMount:p,mounted:u,beforeUpdate:f,updated:v,activated:h,deactivated:b,beforeDestroy:m,beforeUnmount:y,destroyed:x,unmounted:w,render:_,renderTracked:k,renderTriggered:S,errorCaptured:C,serverPrefetch:A,expose:P,inheritAttrs:B,components:$,directives:N,filters:F}=t,E=function(){const e=Object.create(null);return(t,n)=>{e[n]?Tt(`${t} property "${n}" is already defined in ${e[n]}.`):e[n]=t}}();{const[t]=e.propsOptions;if(t)for(const e in t)E("Props",e)}if(l&&function(e,t,n=g,o=!1){j(e)&&(e=Uo(e));for(const r in e){const a=e[r];let i;i=T(a)?"default"in a?Vn(a.from||r,a.default,!0):Vn(a.from||r):Vn(a),_t(i)?o?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:e=>i.value=e}):(Tt(`injected property "${r}" is a ref and will be auto-unwrapped and no longer needs \`.value\` in the next minor release. To opt-in to the new behavior now, set \`app.config.unwrapInjectedRef = true\` (this config is temporary and will not be needed in the future.)`),t[r]=i):t[r]=i,n("Inject",r)}}(l,o,E,e.appContext.config.unwrapInjectedRef),i)for(const e in i){const t=i[e];O(t)?(Object.defineProperty(o,e,{value:t.bind(n),configurable:!0,enumerable:!0,writable:!0}),E("Methods",e)):Tt(`Method "${e}" has type "${typeof t}" in the component definition. Did you reference the function correctly?`)}if(r){O(r)||Tt("The data option must be a function. Plain object usage is no longer supported.");const t=r.call(n,n);if(I(t)&&Tt("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),T(t)){e.data=dt(t);for(const e in t)E("Data",e),Io(e[0])||Object.defineProperty(o,e,{configurable:!0,enumerable:!0,get:()=>t[e],set:g})}else Tt("data() should return an object.")}if(No=!0,a)for(const e in a){const t=a[e],r=O(t)?t.bind(n,n):O(t.get)?t.get.bind(n,n):g;r===g&&Tt(`Computed property "${e}" has no getter.`);const i=!O(t)&&O(t.set)?t.set.bind(n):()=>{Tt(`Write operation failed: computed property "${e}" is readonly.`)},s=ma({get:r,set:i});Object.defineProperty(o,e,{enumerable:!0,configurable:!0,get:()=>s.value,set:e=>s.value=e}),E("Computed",e)}if(s)for(const e in s)zo(s[e],o,n,e);if(c){const e=O(c)?c.call(n):c;Reflect.ownKeys(e).forEach((t=>{!function(e,t){if(ta){let n=ta.provides;const o=ta.parent&&ta.parent.provides;o===n&&(n=ta.provides=Object.create(o)),n[e]=t}else Tt("provide() can only be used inside setup().")}(t,e[t])}))}function z(e,t){j(t)?t.forEach((t=>e(t.bind(n)))):t&&e(t.bind(n))}if(d&&Eo(d,e,"c"),z(uo,p),z(fo,u),z(vo,f),z(go,v),z(ao,h),z(io,b),z(wo,C),z(xo,k),z(yo,S),z(ho,y),z(bo,w),z(mo,A),j(P))if(P.length){const t=e.exposed||(e.exposed={});P.forEach((e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t})}))}else e.exposed||(e.exposed={});_&&e.render===g&&(e.render=_),null!=B&&(e.inheritAttrs=B),$&&(e.components=$),N&&(e.directives=N)}function Eo(e,t,n){Ft(j(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,n)}function zo(e,t,n,o){const r=o.includes(".")?qn(n,o):()=>n[o];if(A(e)){const n=t[e];O(n)?Gn(r,n):Tt(`Invalid watch handler specified by key "${e}"`,n)}else if(O(e))Gn(r,e.bind(n));else if(T(e))if(j(e))e.forEach((e=>zo(e,t,n,o)));else{const o=O(e.handler)?e.handler.bind(n):t[e.handler];O(o)?Gn(r,o,e):Tt(`Invalid watch handler specified by key "${e.handler}"`,o)}else Tt(`Invalid watch option: "${o}"`,e)}function Do(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:r,optionsCache:a,config:{optionMergeStrategies:i}}=e.appContext,s=a.get(t);let c;return s?c=s:r.length||n||o?(c={},r.length&&r.forEach((e=>Ro(c,e,i,!0))),Ro(c,t,i)):c=t,T(t)&&a.set(t,c),c}function Ro(e,t,n,o=!1){const{mixins:r,extends:a}=t;a&&Ro(e,a,n,!0),r&&r.forEach((t=>Ro(e,t,n,!0)));for(const r in t)if(o&&"expose"===r)Tt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const o=Mo[r]||n&&n[r];e[r]=o?o(e[r],t[r]):t[r]}return e}const Mo={data:Lo,props:Ko,emits:Ko,methods:Ko,computed:Ko,beforeCreate:Vo,created:Vo,beforeMount:Vo,mounted:Vo,beforeUpdate:Vo,updated:Vo,beforeDestroy:Vo,beforeUnmount:Vo,destroyed:Vo,unmounted:Vo,activated:Vo,deactivated:Vo,errorCaptured:Vo,serverPrefetch:Vo,components:Ko,directives:Ko,watch:function(e,t){if(!e)return t;if(!t)return e;const n=x(Object.create(null),e);for(const o in t)n[o]=Vo(e[o],t[o]);return n},provide:Lo,inject:function(e,t){return Ko(Uo(e),Uo(t))}};function Lo(e,t){return t?e?function(){return x(O(e)?e.call(this,this):e,O(t)?t.call(this,this):t)}:t:e}function Uo(e){if(j(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Vo(e,t){return e?[...new Set([].concat(e,t))]:t}function Ko(e,t){return e?x(x(Object.create(null),e),t):t}function Go(e,t,n,o=!1){const r={},a={};q(a,Mr,1),e.propsDefaults=Object.create(null),Wo(e,t,r,a);for(const t in e.propsOptions[0])t in r||(r[t]=void 0);Xo(t||{},r,e),n?e.props=o?r:ft(r,!1,Fe,nt,st):e.type.props?e.props=r:e.props=a,e.attrs=a}function Wo(e,t,n,o){const[r,a]=e.propsOptions;let i,s=!1;if(t)for(let c in t){if(z(c))continue;const l=t[c];let d;r&&k(r,d=L(c))?a&&a.includes(d)?(i||(i={}))[d]=l:n[d]=l:Cn(e.emitsOptions,c)||c in o&&l===o[c]||(o[c]=l,s=!0)}if(a){const t=mt(n),o=i||f;for(let i=0;i<a.length;i++){const s=a[i];n[s]=Ho(r,t,s,o[s],e,!k(o,s))}}return s}function Ho(e,t,n,o,r,a){const i=e[n];if(null!=i){const e=k(i,"default");if(e&&void 0===o){const e=i.default;if(i.type!==Function&&O(e)){const{propsDefaults:a}=r;n in a?o=a[n]:(oa(r),o=a[n]=e.call(null,t),ra())}else o=e}i[0]&&(a&&!e?o=!1:!i[1]||""!==o&&o!==V(n)||(o=!0))}return o}function qo(e,t,n=!1){const o=t.propsCache,r=o.get(e);if(r)return r;const a=e.props,i={},s=[];let c=!1;if(__VUE_OPTIONS_API__&&!O(e)){const o=e=>{c=!0;const[n,o]=qo(e,t,!0);x(i,n),o&&s.push(...o)};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}if(!a&&!c)return T(e)&&o.set(e,v),v;if(j(a))for(let e=0;e<a.length;e++){A(a[e])||Tt("props must be strings when using array syntax.",a[e]);const t=L(a[e]);Jo(t)&&(i[t]=f)}else if(a){T(a)||Tt("invalid props options",a);for(const e in a){const t=L(e);if(Jo(t)){const n=a[e],o=i[t]=j(n)||O(n)?{type:n}:Object.assign({},n);if(o){const e=Qo(Boolean,o.type),n=Qo(String,o.type);o[0]=e>-1,o[1]=n<0||e<n,(e>-1||k(o,"default"))&&s.push(t)}}}}const l=[i,s];return T(e)&&o.set(e,l),l}function Jo(e){return"$"!==e[0]||(Tt(`Invalid prop name: "${e}" is a reserved property.`),!1)}function Yo(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:null===e?"null":""}function Zo(e,t){return Yo(e)===Yo(t)}function Qo(e,t){return j(t)?t.findIndex((t=>Zo(t,e))):O(t)&&Zo(t,e)?0:-1}function Xo(e,t,n){const o=mt(t),r=n.propsOptions[0];for(const t in r){let n=r[t];null!=n&&er(t,o[t],n,!k(e,t)&&!k(e,V(t)))}}function er(e,t,n,o){const{type:r,required:a,validator:i}=n;if(a&&o)Tt('Missing required prop: "'+e+'"');else if(null!=t||n.required){if(null!=r&&!0!==r){let n=!1;const o=j(r)?r:[r],a=[];for(let e=0;e<o.length&&!n;e++){const{valid:r,expectedType:i}=nr(t,o[e]);a.push(i||""),n=r}if(!n)return void Tt(function(e,t,n){let o=`Invalid prop: type check failed for prop "${e}". Expected ${n.map(K).join(" | ")}`;const r=n[0],a=N(t),i=or(t,r),s=or(t,a);1===n.length&&rr(r)&&!function(...e){return e.some((e=>"boolean"===e.toLowerCase()))}(r,a)&&(o+=` with value ${i}`);o+=`, got ${a} `,rr(a)&&(o+=`with value ${s}.`);return o}(e,t,a))}i&&!i(t)&&Tt('Invalid prop: custom validator check failed for prop "'+e+'".')}}const tr=e("String,Number,Boolean,Function,Symbol,BigInt");function nr(e,t){let n;const o=Yo(t);if(tr(o)){const r=typeof e;n=r===o.toLowerCase(),n||"object"!==r||(n=e instanceof t)}else n="Object"===o?T(e):"Array"===o?j(e):"null"===o?null===e:e instanceof t;return{valid:n,expectedType:o}}function or(e,t){return"String"===t?`"${e}"`:"Number"===t?`${Number(e)}`:`${e}`}function rr(e){return["string","number","boolean"].some((t=>e.toLowerCase()===t))}const ar=e=>"_"===e[0]||"$stable"===e,ir=e=>j(e)?e.map(Jr):[Jr(e)],sr=(e,t,n)=>{if(t._n)return t;const o=Bn(((...n)=>(ta&&Tt(`Slot "${e}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),ir(t(...n)))),n);return o._c=!1,o},cr=(e,t,n)=>{const o=e._ctx;for(const n in e){if(ar(n))continue;const r=e[n];if(O(r))t[n]=sr(n,r,o);else if(null!=r){Tt(`Non-function value encountered for slot "${n}". Prefer function slots for better performance.`);const e=ir(r);t[n]=()=>e}}},lr=(e,t)=>{ro(e.vnode)||Tt("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=ir(t);e.slots.default=()=>n},dr=(e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=mt(t),q(t,"_",n)):cr(t,e.slots={})}else e.slots={},t&&lr(e,t);q(e.slots,Mr,1)},pr=(e,t,n)=>{const{vnode:o,slots:r}=e;let a=!0,i=f;if(32&o.shapeFlag){const e=t._;e?on?x(r,t):n&&1===e?a=!1:(x(r,t),n||1!==e||delete r._):(a=!t.$stable,cr(t,r)),i=t}else t&&(lr(e,t),i={default:1});if(a)for(const e in r)ar(e)||e in i||delete r[e]};function ur(){return{app:null,config:{isNativeTag:h,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let fr,vr,gr=0;function hr(e,t){return function(n,o=null){O(n)||(n=Object.assign({},n)),null==o||T(o)||(Tt("root props passed to app.mount() must be an object."),o=null);const r=ur(),a=new Set;let i=!1;const s=r.app={_uid:gr++,_component:n,_props:o,_container:null,_context:r,_instance:null,version:_a,get config(){return r.config},set config(e){Tt("app.config cannot be replaced. Modify individual options instead.")},use:(e,...t)=>(a.has(e)?Tt("Plugin has already been applied to target app."):e&&O(e.install)?(a.add(e),e.install(s,...t)):O(e)?(a.add(e),e(s,...t)):Tt('A plugin must either be a function or an object with an "install" function.'),s),mixin:e=>(__VUE_OPTIONS_API__?r.mixins.includes(e)?Tt("Mixin has already been applied to target app"+(e.name?`: ${e.name}`:"")):r.mixins.push(e):Tt("Mixins are only available in builds supporting Options API"),s),component:(e,t)=>(ia(e,r.config),t?(r.components[e]&&Tt(`Component "${e}" has already been registered in target app.`),r.components[e]=t,s):r.components[e]),directive:(e,t)=>(_o(e),t?(r.directives[e]&&Tt(`Directive "${e}" has already been registered in target app.`),r.directives[e]=t,s):r.directives[e]),mount(a,c,l){if(!i){a.__vue_app__&&Tt("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const d=Kr(n,o);return d.appContext=r,r.reload=()=>{e(Gr(d),a,l)},c&&t?t(d,a):e(d,a,l),i=!0,s._container=a,a.__vue_app__=s,s._instance=d.component,function(e,t){vn("app:init",e,t,{Fragment:Cr,Text:Or,Comment:Ar,Static:Pr})}(s,_a),ua(d.component)||d.component.proxy}Tt("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`")},unmount(){i?(e(null,s._container),s._instance=null,function(e){vn("app:unmount",e)}(s),delete s._container.__vue_app__):Tt("Cannot unmount an app that is not mounted.")},provide:(e,t)=>(e in r.provides&&Tt(`App already provides property with key "${String(e)}". It will be overwritten with the new value.`),r.provides[e]=t,s)};return s}}function br(e,t,n,o,r=!1){if(j(e))return void e.forEach(((e,a)=>br(e,t&&(j(t)?t[a]:t),n,o,r)));if(oo(o)&&!r)return;const a=4&o.shapeFlag?ua(o.component)||o.component.proxy:o.el,i=r?null:a,{i:s,r:c}=e;if(!s)return void Tt("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");const l=t&&t.r,d=s.refs===f?s.refs={}:s.refs,p=s.setupState;if(null!=l&&l!==c&&(A(l)?(d[l]=null,k(p,l)&&(p[l]=null)):_t(l)&&(l.value=null)),O(c))Nt(c,s,12,[i,d]);else{const t=A(c),o=_t(c);if(t||o){const s=()=>{if(e.f){const n=t?k(p,c)?p[c]:d[c]:c.value;r?j(n)&&w(n,a):j(n)?n.includes(a)||n.push(a):t?(d[c]=[a],k(p,c)&&(p[c]=d[c])):(c.value=[a],e.k&&(d[e.k]=c.value))}else t?(d[c]=i,k(p,c)&&(p[c]=i)):o?(c.value=i,e.k&&(d[e.k]=i)):Tt("Invalid template ref type:",c,`(${typeof c})`)};i?(s.id=-1,wr(s,n)):s()}else Tt("Invalid template ref type:",c,`(${typeof c})`)}}function mr(e,t){e.appContext.config.performance&&xr()&&vr.mark(`vue-${t}-${e.uid}`),wn(e,t,xr()?vr.now():Date.now())}function yr(e,t){if(e.appContext.config.performance&&xr()){const n=`vue-${t}-${e.uid}`,o=n+":end";vr.mark(o),vr.measure(`<${ha(e,e.type)}> ${t}`,n,o),vr.clearMarks(n),vr.clearMarks(o)}_n(e,t,xr()?vr.now():Date.now())}function xr(){return void 0!==fr||("undefined"!=typeof window&&window.performance?(fr=!0,vr=window.performance):fr=!1),fr}const wr=function(e,t){t&&t.pendingBranch?j(e)?t.effects.push(...e):t.effects.push(e):Yt(e)};function _r(e){return function(e,t){!function(){const e=[];if("boolean"!=typeof __VUE_OPTIONS_API__&&(e.push("__VUE_OPTIONS_API__"),Z().__VUE_OPTIONS_API__=!0),"boolean"!=typeof __VUE_PROD_DEVTOOLS__&&(e.push("__VUE_PROD_DEVTOOLS__"),Z().__VUE_PROD_DEVTOOLS__=!1),e.length){const t=e.length>1;console.warn(`Feature flag${t?"s":""} ${e.join(", ")} ${t?"are":"is"} not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.\n\nFor more details, see https://link.vuejs.org/feature-flags.`)}}();const n=Z();n.__VUE__=!0,gn(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:o,remove:r,patchProp:a,createElement:i,createText:s,createComment:c,setText:l,setElementText:d,parentNode:p,nextSibling:u,setScopeId:h=g,insertStaticContent:b}=e,m=(e,t,n,o=null,r=null,a=null,i=!1,s=null,c=!on&&!!t.dynamicChildren)=>{if(e===t)return;e&&!Rr(e,t)&&(o=ne(e),J(e,r,a,!0),e=null),-2===t.patchFlag&&(c=!1,t.dynamicChildren=null);const{type:l,ref:d,shapeFlag:p}=t;switch(l){case Or:y(e,t,n,o);break;case Ar:x(e,t,n,o);break;case Pr:null==e?w(t,n,o,i):_(e,t,n,i);break;case Cr:F(e,t,n,o,r,a,i,s,c);break;default:1&p?O(e,t,n,o,r,a,i,s,c):6&p?E(e,t,n,o,r,a,i,s,c):64&p||128&p?l.process(e,t,n,o,r,a,i,s,c,re):Tt("Invalid VNode type:",l,`(${typeof l})`)}null!=d&&r&&br(d,e&&e.ref,a,t||e,!t)},y=(e,t,n,r)=>{if(null==e)o(t.el=s(t.children),n,r);else{const n=t.el=e.el;t.children!==e.children&&l(n,t.children)}},x=(e,t,n,r)=>{null==e?o(t.el=c(t.children||""),n,r):t.el=e.el},w=(e,t,n,o)=>{[e.el,e.anchor]=b(e.children,t,n,o,e.el,e.anchor)},_=(e,t,n,o)=>{if(t.children!==e.children){const r=u(e.anchor);C(e),[t.el,t.anchor]=b(t.children,n,r,o)}else t.el=e.el,t.anchor=e.anchor},S=({el:e,anchor:t},n,r)=>{let a;for(;e&&e!==t;)a=u(e),o(e,n,r),e=a;o(t,n,r)},C=({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=u(e),r(e),e=n;r(t)},O=(e,t,n,o,r,a,i,s,c)=>{i=i||"svg"===t.type,null==e?A(t,n,o,r,a,i,s,c):B(e,t,r,a,i,s,c)},A=(e,t,n,r,s,c,l,p)=>{let u,f;const{type:v,props:g,shapeFlag:h,transition:b,dirs:m}=e;if(u=e.el=i(e.type,c,g&&g.is,g),8&h?d(u,e.children):16&h&&T(e.children,u,null,r,s,c&&"foreignObject"!==v,l,p),m&&ko(e,null,r,"created"),P(u,e,e.scopeId,l,r),g){for(const t in g)"value"===t||z(t)||a(u,t,null,g[t],c,e.children,r,s,te);"value"in g&&a(u,"value",null,g.value),(f=g.onVnodeBeforeMount)&&Qr(f,r,e)}Object.defineProperty(u,"__vnode",{value:e,enumerable:!1}),Object.defineProperty(u,"__vueParentComponent",{value:r,enumerable:!1}),m&&ko(e,null,r,"beforeMount");const y=(!s||s&&!s.pendingBranch)&&b&&!b.persisted;y&&b.beforeEnter(u),o(u,t,n),((f=g&&g.onVnodeMounted)||y||m)&&wr((()=>{f&&Qr(f,r,e),y&&b.enter(u),m&&ko(e,null,r,"mounted")}),s)},P=(e,t,n,o,r)=>{if(n&&h(e,n),o)for(let t=0;t<o.length;t++)h(e,o[t]);if(r){let n=r.subTree;if(n.patchFlag>0&&2048&n.patchFlag&&(n=zn(n.children)||n),t===n){const t=r.vnode;P(e,t,t.scopeId,t.slotScopeIds,r.parent)}}},T=(e,t,n,o,r,a,i,s,c=0)=>{for(let l=c;l<e.length;l++){const c=e[l]=s?Yr(e[l]):Jr(e[l]);m(null,c,t,n,o,r,a,i,s)}},B=(e,t,n,o,r,i,s)=>{const c=t.el=e.el;let{patchFlag:l,dynamicChildren:p,dirs:u}=t;l|=16&e.patchFlag;const v=e.props||f,g=t.props||f;let h;n&&kr(n,!1),(h=g.onVnodeBeforeUpdate)&&Qr(h,n,t,e),u&&ko(t,e,n,"beforeUpdate"),n&&kr(n,!0),on&&(l=0,s=!1,p=null);const b=r&&"foreignObject"!==t.type;if(p?($(e.dynamicChildren,p,c,n,o,b,i),n&&n.type.__hmrId&&jr(e,t)):s||K(e,t,c,null,n,o,b,i,!1),l>0){if(16&l)N(c,t,v,g,n,o,r);else if(2&l&&v.class!==g.class&&a(c,"class",null,g.class,r),4&l&&a(c,"style",v.style,g.style,r),8&l){const i=t.dynamicProps;for(let t=0;t<i.length;t++){const s=i[t],l=v[s],d=g[s];d===l&&"value"!==s||a(c,s,l,d,r,e.children,n,o,te)}}1&l&&e.children!==t.children&&d(c,t.children)}else s||null!=p||N(c,t,v,g,n,o,r);((h=g.onVnodeUpdated)||u)&&wr((()=>{h&&Qr(h,n,t,e),u&&ko(t,e,n,"updated")}),o)},$=(e,t,n,o,r,a,i)=>{for(let s=0;s<t.length;s++){const c=e[s],l=t[s],d=c.el&&(c.type===Cr||!Rr(c,l)||70&c.shapeFlag)?p(c.el):n;m(c,l,d,null,o,r,a,i,!0)}},N=(e,t,n,o,r,i,s)=>{if(n!==o){if(n!==f)for(const c in n)z(c)||c in o||a(e,c,n[c],null,s,t.children,r,i,te);for(const c in o){if(z(c))continue;const l=o[c],d=n[c];l!==d&&"value"!==c&&a(e,c,d,l,s,t.children,r,i,te)}"value"in o&&a(e,"value",n.value,o.value)}},F=(e,t,n,r,a,i,c,l,d)=>{const p=t.el=e?e.el:s(""),u=t.anchor=e?e.anchor:s("");let{patchFlag:f,dynamicChildren:v,slotScopeIds:g}=t;(on||2048&f)&&(f=0,d=!1,v=null),g&&(l=l?l.concat(g):g),null==e?(o(p,n,r),o(u,n,r),T(t.children,n,u,a,i,c,l,d)):f>0&&64&f&&v&&e.dynamicChildren?($(e.dynamicChildren,v,n,a,i,c,l),a&&a.type.__hmrId?jr(e,t):(null!=t.key||a&&t===a.subTree)&&jr(e,t,!0)):K(e,t,n,u,a,i,c,l,d)},E=(e,t,n,o,r,a,i,s,c)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?r.ctx.activate(t,n,o,i,c):D(t,n,o,r,a,i,c):R(e,t,c)},D=(e,t,n,o,r,a,i)=>{const s=e.component=function(e,t,n){const o=e.type,r=(t?t.appContext:e.appContext)||Xr,a={uid:ea++,vnode:e,type:o,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new ee(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:qo(o,r),emitsOptions:Sn(o,r),emit:null,emitted:null,propsDefaults:f,inheritAttrs:o.inheritAttrs,ctx:f,data:f,props:f,attrs:f,slots:f,refs:f,setupState:f,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};a.ctx=function(e){const t={};return Object.defineProperty(t,"_",{configurable:!0,enumerable:!1,get:()=>e}),Object.keys(To).forEach((n=>{Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:()=>To[n](e),set:g})})),t}(a),a.root=t?t.root:a,a.emit=jn.bind(null,a),e.ce&&e.ce(a);return a}(e,o,r);if(s.type.__hmrId&&function(e){const t=e.type.__hmrId;let n=an.get(t);n||(sn(t,e.type),n=an.get(t)),n.instances.add(e)}(s),At(e),mr(s,"mount"),ro(e)&&(s.ctx.renderer=re),mr(s,"init"),function(e,t=!1){ca=t;const{props:n,children:o}=e.vnode,r=sa(e);Go(e,n,r,t),dr(e,o);const a=r?function(e,t){var n;const o=e.type;o.name&&ia(o.name,e.appContext.config);if(o.components){const t=Object.keys(o.components);for(let n=0;n<t.length;n++)ia(t[n],e.appContext.config)}if(o.directives){const e=Object.keys(o.directives);for(let t=0;t<e.length;t++)_o(e[t])}o.compilerOptions&&da()&&Tt('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.');e.accessCache=Object.create(null),e.proxy=yt(new Proxy(e.ctx,$o)),function(e){const{ctx:t,propsOptions:[n]}=e;n&&Object.keys(n).forEach((n=>{Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>e.props[n],set:g})}))}(e);const{setup:r}=o;if(r){const a=e.setupContext=r.length>1?function(e){const t=t=>{if(e.exposed&&Tt("expose() should be called only once per setup()."),null!=t){let e=typeof t;"object"===e&&(j(t)?e="array":_t(t)&&(e="ref")),"object"!==e&&Tt(`expose() should be passed a plain object, received ${e}.`)}e.exposed=t||{}};let n;return Object.freeze({get attrs(){return n||(n=function(e){return new Proxy(e.attrs,{get:(t,n)=>(Nn(),be(e,"get","$attrs"),t[n]),set:()=>(Tt("setupContext.attrs is readonly."),!1),deleteProperty:()=>(Tt("setupContext.attrs is readonly."),!1)})}(e))},get slots(){return ut(e.slots)},get emit(){return(t,...n)=>e.emit(t,...n)},expose:t})}(e):null;oa(e),ge();const i=Nt(r,e,0,[ut(e.props),a]);if(he(),ra(),I(i)){if(i.then(ra,ra),t)return i.then((n=>{la(e,n,t)})).catch((t=>{Et(t,e,0)}));if(e.asyncDep=i,!e.suspense){Tt(`Component <${null!==(n=o.name)&&void 0!==n?n:"Anonymous"}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}}else la(e,i,t)}else pa(e,t)}(e,t):void 0;ca=!1}(s),yr(s,"init"),s.asyncDep){if(r&&r.registerDep(s,M),!e.el){const e=s.subTree=Kr(Ar);x(null,e,t,n)}}else M(s,e,t,n,r,a,i),Pt(),yr(s,"mount")},R=(e,t,n)=>{const o=t.component=e.component;if(function(e,t,n){const{props:o,children:r,component:a}=e,{props:i,children:s,patchFlag:c}=t,l=a.emitsOptions;if((r||s)&&on)return!0;if(t.dirs||t.transition)return!0;if(!(n&&c>=0))return!(!r&&!s||s&&s.$stable)||o!==i&&(o?!i||Ln(o,i,l):!!i);if(1024&c)return!0;if(16&c)return o?Ln(o,i,l):!!i;if(8&c){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const n=e[t];if(i[n]!==o[n]&&!Cn(l,n))return!0}}return!1}(e,t,n)){if(o.asyncDep&&!o.asyncResolved)return At(t),U(o,t,n),void Pt();o.next=t,function(e){const t=Rt.indexOf(e);t>Mt&&Rt.splice(t,1)}(o.update),o.update()}else t.el=e.el,o.vnode=t},M=(e,t,n,o,r,a,i)=>{const s=()=>{if(e.isMounted){let t,{next:n,bu:o,u:s,parent:c,vnode:l}=e,d=n;At(n||e.vnode),kr(e,!1),n?(n.el=l.el,U(e,n,i)):n=l,o&&H(o),(t=n.props&&n.props.onVnodeBeforeUpdate)&&Qr(t,c,n,l),kr(e,!0),mr(e,"render");const u=Fn(e);yr(e,"render");const f=e.subTree;e.subTree=u,mr(e,"patch"),m(f,u,p(f.el),ne(f),e,r,a),yr(e,"patch"),n.el=u.el,null===d&&function({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}(e,u.el),s&&wr(s,r),(t=n.props&&n.props.onVnodeUpdated)&&wr((()=>Qr(t,c,n,l)),r),bn(e),Pt()}else{let i;const{el:s,props:c}=t,{bm:l,m:d,parent:p}=e,u=oo(t);if(kr(e,!1),l&&H(l),!u&&(i=c&&c.onVnodeBeforeMount)&&Qr(i,p,t),kr(e,!0),s&&ie){const n=()=>{mr(e,"render"),e.subTree=Fn(e),yr(e,"render"),mr(e,"hydrate"),ie(s,e.subTree,e,r,null),yr(e,"hydrate")};u?t.type.__asyncLoader().then((()=>!e.isUnmounted&&n())):n()}else{mr(e,"render");const i=e.subTree=Fn(e);yr(e,"render"),mr(e,"patch"),m(null,i,n,o,e,r,a),yr(e,"patch"),t.el=i.el}if(d&&wr(d,r),!u&&(i=c&&c.onVnodeMounted)){const e=t;wr((()=>Qr(i,p,e)),r)}(256&t.shapeFlag||p&&oo(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&wr(e.a,r),e.isMounted=!0,hn(e),t=n=o=null}},c=e.effect=new pe(s,(()=>qt(l)),e.scope),l=e.update=()=>c.run();l.id=e.uid,kr(e,!0),c.onTrack=e.rtc?t=>H(e.rtc,t):void 0,c.onTrigger=e.rtg?t=>H(e.rtg,t):void 0,l.ownerInstance=e,l()},U=(e,t,n)=>{t.component=e;const o=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,o){const{props:r,attrs:a,vnode:{patchFlag:i}}=e,s=mt(r),[c]=e.propsOptions;let l=!1;if(function(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}(e)||!(o||i>0)||16&i){let o;Wo(e,t,r,a)&&(l=!0);for(const a in s)t&&(k(t,a)||(o=V(a))!==a&&k(t,o))||(c?!n||void 0===n[a]&&void 0===n[o]||(r[a]=Ho(c,s,a,void 0,e,!0)):delete r[a]);if(a!==s)for(const e in a)t&&k(t,e)||(delete a[e],l=!0)}else if(8&i){const n=e.vnode.dynamicProps;for(let o=0;o<n.length;o++){let i=n[o];if(Cn(e.emitsOptions,i))continue;const d=t[i];if(c)if(k(a,i))d!==a[i]&&(a[i]=d,l=!0);else{const t=L(i);r[t]=Ho(c,s,t,d,e,!1)}else d!==a[i]&&(a[i]=d,l=!0)}}l&&ye(e,"set","$attrs"),Xo(t||{},r,e)}(e,t.props,o,n),pr(e,t.children,n),ge(),Zt(),he()},K=(e,t,n,o,r,a,i,s,c=!1)=>{const l=e&&e.children,p=e?e.shapeFlag:0,u=t.children,{patchFlag:f,shapeFlag:v}=t;if(f>0){if(128&f)return void W(l,u,n,o,r,a,i,s,c);if(256&f)return void G(l,u,n,o,r,a,i,s,c)}8&v?(16&p&&te(l,r,a),u!==l&&d(n,u)):16&p?16&v?W(l,u,n,o,r,a,i,s,c):te(l,r,a,!0):(8&p&&d(n,""),16&v&&T(u,n,o,r,a,i,s,c))},G=(e,t,n,o,r,a,i,s,c)=>{t=t||v;const l=(e=e||v).length,d=t.length,p=Math.min(l,d);let u;for(u=0;u<p;u++){const o=t[u]=c?Yr(t[u]):Jr(t[u]);m(e[u],o,n,null,r,a,i,s,c)}l>d?te(e,r,a,!0,!1,p):T(t,n,o,r,a,i,s,c,p)},W=(e,t,n,o,r,a,i,s,c)=>{let l=0;const d=t.length;let p=e.length-1,u=d-1;for(;l<=p&&l<=u;){const o=e[l],d=t[l]=c?Yr(t[l]):Jr(t[l]);if(!Rr(o,d))break;m(o,d,n,null,r,a,i,s,c),l++}for(;l<=p&&l<=u;){const o=e[p],l=t[u]=c?Yr(t[u]):Jr(t[u]);if(!Rr(o,l))break;m(o,l,n,null,r,a,i,s,c),p--,u--}if(l>p){if(l<=u){const e=u+1,p=e<d?t[e].el:o;for(;l<=u;)m(null,t[l]=c?Yr(t[l]):Jr(t[l]),n,p,r,a,i,s,c),l++}}else if(l>u)for(;l<=p;)J(e[l],r,a,!0),l++;else{const f=l,g=l,h=new Map;for(l=g;l<=u;l++){const e=t[l]=c?Yr(t[l]):Jr(t[l]);null!=e.key&&(h.has(e.key)&&Tt("Duplicate keys found during update:",JSON.stringify(e.key),"Make sure keys are unique."),h.set(e.key,l))}let b,y=0;const x=u-g+1;let w=!1,_=0;const k=new Array(x);for(l=0;l<x;l++)k[l]=0;for(l=f;l<=p;l++){const o=e[l];if(y>=x){J(o,r,a,!0);continue}let d;if(null!=o.key)d=h.get(o.key);else for(b=g;b<=u;b++)if(0===k[b-g]&&Rr(o,t[b])){d=b;break}void 0===d?J(o,r,a,!0):(k[d-g]=l+1,d>=_?_=d:w=!0,m(o,t[d],n,null,r,a,i,s,c),y++)}const j=w?function(e){const t=e.slice(),n=[0];let o,r,a,i,s;const c=e.length;for(o=0;o<c;o++){const c=e[o];if(0!==c){if(r=n[n.length-1],e[r]<c){t[o]=r,n.push(o);continue}for(a=0,i=n.length-1;a<i;)s=a+i>>1,e[n[s]]<c?a=s+1:i=s;c<e[n[a]]&&(a>0&&(t[o]=n[a-1]),n[a]=o)}}a=n.length,i=n[a-1];for(;a-- >0;)n[a]=i,i=t[i];return n}(k):v;for(b=j.length-1,l=x-1;l>=0;l--){const e=g+l,p=t[e],u=e+1<d?t[e+1].el:o;0===k[l]?m(null,p,n,u,r,a,i,s,c):w&&(b<0||l!==j[b]?q(p,n,u,2):b--)}}},q=(e,t,n,r,a=null)=>{const{el:i,type:s,transition:c,children:l,shapeFlag:d}=e;if(6&d)return void q(e.component.subTree,t,n,r);if(128&d)return void e.suspense.move(t,n,r);if(64&d)return void s.move(e,t,n,re);if(s===Cr){o(i,t,n);for(let e=0;e<l.length;e++)q(l[e],t,n,r);return void o(e.anchor,t,n)}if(s===Pr)return void S(e,t,n);if(2!==r&&1&d&&c)if(0===r)c.beforeEnter(i),o(i,t,n),wr((()=>c.enter(i)),a);else{const{leave:e,delayLeave:r,afterLeave:a}=c,s=()=>o(i,t,n),l=()=>{e(i,(()=>{s(),a&&a()}))};r?r(i,s,l):l()}else o(i,t,n)},J=(e,t,n,o=!1,r=!1)=>{const{type:a,props:i,ref:s,children:c,dynamicChildren:l,shapeFlag:d,patchFlag:p,dirs:u}=e;if(null!=s&&br(s,null,n,e,!0),256&d)return void t.ctx.deactivate(e);const f=1&d&&u,v=!oo(e);let g;if(v&&(g=i&&i.onVnodeBeforeUnmount)&&Qr(g,t,e),6&d)X(e.component,n,o);else{if(128&d)return void e.suspense.unmount(n,o);f&&ko(e,null,t,"beforeUnmount"),64&d?e.type.remove(e,t,n,r,re,o):l&&(a!==Cr||p>0&&64&p)?te(l,t,n,!1,!0):(a===Cr&&384&p||!r&&16&d)&&te(c,t,n),o&&Y(e)}(v&&(g=i&&i.onVnodeUnmounted)||f)&&wr((()=>{g&&Qr(g,t,e),f&&ko(e,null,t,"unmounted")}),n)},Y=e=>{const{type:t,el:n,anchor:o,transition:a}=e;if(t===Cr)return void(e.patchFlag>0&&2048&e.patchFlag&&a&&!a.persisted?e.children.forEach((e=>{e.type===Ar?r(e.el):Y(e)})):Q(n,o));if(t===Pr)return void C(e);const i=()=>{r(n),a&&!a.persisted&&a.afterLeave&&a.afterLeave()};if(1&e.shapeFlag&&a&&!a.persisted){const{leave:t,delayLeave:o}=a,r=()=>t(n,i);o?o(e.el,i,r):r()}else i()},Q=(e,t)=>{let n;for(;e!==t;)n=u(e),r(e),e=n;r(t)},X=(e,t,n)=>{e.type.__hmrId&&function(e){an.get(e.type.__hmrId).instances.delete(e)}(e);const{bum:o,scope:r,update:a,subTree:i,um:s}=e;o&&H(o),r.stop(),a&&(a.active=!1,J(i,e,t,n)),s&&wr(s,t),wr((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve()),yn(e)},te=(e,t,n,o=!1,r=!1,a=0)=>{for(let i=a;i<e.length;i++)J(e[i],t,n,o,r)},ne=e=>6&e.shapeFlag?ne(e.component.subTree):128&e.shapeFlag?e.suspense.next():u(e.anchor||e.el),oe=(e,t,n)=>{null==e?t._vnode&&J(t._vnode,null,null,!0):m(t._vnode||null,e,t,null,null,null,n),Zt(),Qt(),t._vnode=e},re={p:m,um:J,m:q,r:Y,mt:D,mc:T,pc:K,pbc:$,n:ne,o:e};let ae,ie;t&&([ae,ie]=t(re));return{render:oe,hydrate:ae,createApp:hr(oe,ae)}}(e)}function kr({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function jr(e,t,n=!1){const o=e.children,r=t.children;if(j(o)&&j(r))for(let e=0;e<o.length;e++){const t=o[e];let a=r[e];1&a.shapeFlag&&!a.dynamicChildren&&((a.patchFlag<=0||32===a.patchFlag)&&(a=r[e]=Yr(r[e]),a.el=t.el),n||jr(t,a)),a.type===Or&&(a.el=t.el),a.type!==Ar||a.el||(a.el=t.el)}}const Sr=e=>e.__isTeleport,Cr=Symbol("Fragment"),Or=Symbol("Text"),Ar=Symbol("Comment"),Pr=Symbol("Static"),Tr=[];let Ir=null;function Br(e=!1){Tr.push(Ir=e?null:[])}let $r=1;function Nr(e){$r+=e}function Fr(e){return e.dynamicChildren=$r>0?Ir||v:null,Tr.pop(),Ir=Tr[Tr.length-1]||null,$r>0&&Ir&&Ir.push(e),e}function Er(e,t,n,o,r,a){return Fr(Vr(e,t,n,o,r,a,!0))}function zr(e,t,n,o,r){return Fr(Kr(e,t,n,o,r,!0))}function Dr(e){return!!e&&!0===e.__v_isVNode}function Rr(e,t){return 6&t.shapeFlag&&rn.has(t.type)?(e.shapeFlag&=-257,t.shapeFlag&=-513,!1):e.type===t.type&&e.key===t.key}const Mr="__vInternal",Lr=({key:e})=>null!=e?e:null,Ur=({ref:e,ref_key:t,ref_for:n})=>null!=e?A(e)||_t(e)||O(e)?{i:On,r:e,k:t,f:!!n}:e:null;function Vr(e,t=null,n=null,o=0,r=null,a=(e===Cr?0:1),i=!1,s=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Lr(t),ref:t&&Ur(t),scopeId:An,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:o,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:On};return s?(Zr(c,n),128&a&&e.normalize(c)):n&&(c.shapeFlag|=A(n)?8:16),c.key!=c.key&&Tt("VNode created with invalid key (NaN). VNode type:",c.type),$r>0&&!i&&Ir&&(c.patchFlag>0||6&a)&&32!==c.patchFlag&&Ir.push(c),c}const Kr=(...e)=>function(e,n=null,o=null,r=0,a=null,s=!1){e&&e!==Co||(e||Tt(`Invalid vnode type when creating vnode: ${e}.`),e=Ar);if(Dr(e)){const t=Gr(e,n,!0);return o&&Zr(t,o),$r>0&&!s&&Ir&&(6&t.shapeFlag?Ir[Ir.indexOf(e)]=t:Ir.push(t)),t.patchFlag|=-2,t}ba(e)&&(e=e.__vccOpts);if(n){n=function(e){return e?bt(e)||Mr in e?x({},e):e:null}(n);let{class:e,style:o}=n;e&&!A(e)&&(n.class=i(e)),T(o)&&(bt(o)&&!j(o)&&(o=x({},o)),n.style=t(o))}const c=A(e)?1:Un(e)?128:Sr(e)?64:T(e)?4:O(e)?2:0;4&c&&bt(e)&&Tt("Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.","\nComponent that was made reactive: ",e=mt(e));return Vr(e,n,o,r,a,c,s,!0)}(...e);function Gr(e,n,o=!1){const{props:r,ref:a,patchFlag:s,children:c}=e,l=n?function(...e){const n={};for(let o=0;o<e.length;o++){const r=e[o];for(const e in r)if("class"===e)n.class!==r.class&&(n.class=i([n.class,r.class]));else if("style"===e)n.style=t([n.style,r.style]);else if(m(e)){const t=n[e],o=r[e];!o||t===o||j(t)&&t.includes(o)||(n[e]=t?[].concat(t,o):o)}else""!==e&&(n[e]=r[e])}return n}(r||{},n):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Lr(l),ref:n&&n.ref?o&&a?j(a)?a.concat(Ur(n)):[a,Ur(n)]:Ur(n):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:-1===s&&j(c)?c.map(Wr):c,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:n&&e.type!==Cr?-1===s?16:16|s:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Gr(e.ssContent),ssFallback:e.ssFallback&&Gr(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Wr(e){const t=Gr(e);return j(e.children)&&(t.children=e.children.map(Wr)),t}function Hr(e=" ",t=0){return Kr(Or,null,e,t)}function qr(e="",t=!1){return t?(Br(),zr(Ar,null,e)):Kr(Ar,null,e)}function Jr(e){return null==e||"boolean"==typeof e?Kr(Ar):j(e)?Kr(Cr,null,e.slice()):"object"==typeof e?Yr(e):Kr(Or,null,String(e))}function Yr(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:Gr(e)}function Zr(e,t){let n=0;const{shapeFlag:o}=e;if(null==t)t=null;else if(j(t))n=16;else if("object"==typeof t){if(65&o){const n=t.default;return void(n&&(n._c&&(n._d=!1),Zr(e,n()),n._c&&(n._d=!0)))}{n=32;const o=t._;o||Mr in t?3===o&&On&&(1===On.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=On}}else O(t)?(t={default:t,_ctx:On},n=32):(t=String(t),64&o?(n=16,t=[Hr(t)]):n=8);e.children=t,e.shapeFlag|=n}function Qr(e,t,n,o=null){Ft(e,t,7,[n,o])}const Xr=ur();let ea=0;let ta=null;const na=()=>ta||On,oa=e=>{ta=e,e.scope.on()},ra=()=>{ta&&ta.scope.off(),ta=null},aa=e("slot,component");function ia(e,t){const n=t.isNativeTag||h;(aa(e)||n(e))&&Tt("Do not use built-in or reserved HTML elements as component id: "+e)}function sa(e){return 4&e.vnode.shapeFlag}let ca=!1;function la(e,t,n){O(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:T(t)?(Dr(t)&&Tt("setup() should not return VNodes directly - return a render function instead."),e.devtoolsRawSetupState=t,e.setupState=jt(t),function(e){const{ctx:t,setupState:n}=e;Object.keys(mt(n)).forEach((e=>{if(!n.__isScriptSetup){if(Io(e[0]))return void Tt(`setup() return property ${JSON.stringify(e)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:()=>n[e],set:g})}}))}(e)):void 0!==t&&Tt("setup() should return an object. Received: "+(null===t?"null":typeof t)),pa(e,n)}const da=()=>!0;function pa(e,t,n){const o=e.type;e.render||(e.render=o.render||g),__VUE_OPTIONS_API__&&(oa(e),ge(),Fo(e),he(),ra()),o.render||e.render!==g||t||(o.template?Tt('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".'):Tt("Component is missing template or render function."))}function ua(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(jt(yt(e.exposed)),{get:(t,n)=>n in t?t[n]:n in To?To[n](e):void 0,has:(e,t)=>t in e||t in To}))}const fa=/(?:^|[-_])(\w)/g,va=e=>e.replace(fa,(e=>e.toUpperCase())).replace(/[-_]/g,"");function ga(e,t=!0){return O(e)?e.displayName||e.name:e.name||t&&e.__name}function ha(e,t,n=!1){let o=ga(t);if(!o&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(o=e[1])}if(!o&&e&&e.parent){const n=e=>{for(const n in e)if(e[n]===t)return n};o=n(e.components||e.parent.type.components)||n(e.appContext.components)}return o?va(o):n?"App":"Anonymous"}function ba(e){return O(e)&&"__vccOpts"in e}const ma=(e,t)=>function(e,t,n=!1){let o,r;const a=O(e);a?(o=e,r=()=>{console.warn("Write operation failed: computed value is readonly")}):(o=e.get,r=e.set);const i=new Ct(o,r,a||!r,n);return t&&!n&&(i.effect.onTrack=t.onTrack,i.effect.onTrigger=t.onTrigger),i}(e,t,ca),ya=Symbol("ssrContext"),xa=()=>{{const e=Vn(ya);return e||Tt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function wa(e){return!(!e||!e.__v_isShallow)}const _a="3.2.47",ka="undefined"!=typeof document?document:null,ja=ka&&ka.createElement("template"),Sa={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const r=t?ka.createElementNS("http://www.w3.org/2000/svg",e):ka.createElement(e,n?{is:n}:void 0);return"select"===e&&o&&null!=o.multiple&&r.setAttribute("multiple",o.multiple),r},createText:e=>ka.createTextNode(e),createComment:e=>ka.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ka.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,r,a){const i=n?n.previousSibling:t.lastChild;if(r&&(r===a||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),r!==a&&(r=r.nextSibling););else{ja.innerHTML=o?`<svg>${e}</svg>`:e;const r=ja.content;if(o){const e=r.firstChild;for(;e.firstChild;)r.appendChild(e.firstChild);r.removeChild(e)}t.insertBefore(r,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};const Ca=/[^\\];\s*$/,Oa=/\s*!important$/;function Aa(e,t,n){if(j(n))n.forEach((n=>Aa(e,t,n)));else if(null==n&&(n=""),Ca.test(n)&&Tt(`Unexpected semicolon at the end of '${t}' style value: '${n}'`),t.startsWith("--"))e.setProperty(t,n);else{const o=function(e,t){const n=Ta[t];if(n)return n;let o=L(t);if("filter"!==o&&o in e)return Ta[t]=o;o=K(o);for(let n=0;n<Pa.length;n++){const r=Pa[n]+o;if(r in e)return Ta[t]=r}return t}(e,t);Oa.test(n)?e.setProperty(V(o),n.replace(Oa,""),"important"):e[o]=n}}const Pa=["Webkit","Moz","ms"],Ta={};const Ia="http://www.w3.org/1999/xlink";function Ba(e,t,n,o,r=null){const a=e._vei||(e._vei={}),i=a[t];if(o&&i)i.value=o;else{const[n,s]=function(e){let t;if($a.test(e)){let n;for(t={};n=e.match($a);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}const n=":"===e[2]?e.slice(3):V(e.slice(2));return[n,t]}(t);if(o){const i=a[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();Ft(function(e,t){if(j(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=Ea(),n}(o,r);!function(e,t,n,o){e.addEventListener(t,n,o)}(e,n,i,s)}else i&&(!function(e,t,n,o){e.removeEventListener(t,n,o)}(e,n,i,s),a[t]=void 0)}}const $a=/(?:Once|Passive|Capture)$/;let Na=0;const Fa=Promise.resolve(),Ea=()=>Na||(Fa.then((()=>Na=0)),Na=Date.now());const za=/^on[a-z]/;Boolean;const Da=x({patchProp:(e,t,n,o,r=!1,a,i,s,c)=>{"class"===t?function(e,t,n){const o=e._vtc;o&&(t=(t?[t,...o]:[...o]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,o,r):"style"===t?function(e,t,n){const o=e.style,r=A(n);if(n&&!r){if(t&&!A(t))for(const e in t)null==n[e]&&Aa(o,e,"");for(const e in n)Aa(o,e,n[e])}else{const a=o.display;r?t!==n&&(o.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(o.display=a)}}(e,n,o):m(t)?y(t)||Ba(e,t,0,o,i):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,o){if(o)return"innerHTML"===t||"textContent"===t||!!(t in e&&za.test(t)&&O(n));if("spellcheck"===t||"draggable"===t||"translate"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if(za.test(t)&&A(n))return!1;return t in e}(e,t,o,r))?function(e,t,n,o,r,a,i){if("innerHTML"===t||"textContent"===t)return o&&i(o,r,a),void(e[t]=null==n?"":n);if("value"===t&&"PROGRESS"!==e.tagName&&!e.tagName.includes("-")){e._value=n;const o=null==n?"":n;return e.value===o&&"OPTION"!==e.tagName||(e.value=o),void(null==n&&e.removeAttribute(t))}let s=!1;if(""===n||null==n){const o=typeof e[t];"boolean"===o?n=d(n):null==n&&"string"===o?(n="",s=!0):"number"===o&&(n=0,s=!0)}try{e[t]=n}catch(o){s||Tt(`Failed setting prop "${t}" on <${e.tagName.toLowerCase()}>: value ${n} is invalid.`,o)}s&&e.removeAttribute(t)}(e,t,o,a,i,s,c):("true-value"===t?e._trueValue=o:"false-value"===t&&(e._falseValue=o),function(e,t,n,o,r){if(o&&t.startsWith("xlink:"))null==n?e.removeAttributeNS(Ia,t.slice(6,t.length)):e.setAttributeNS(Ia,t,n);else{const o=l(t);null==n||o&&!d(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}(e,t,o,r))}},Sa);let Ra;!function(){if("undefined"==typeof window)return;const e={style:"color:#3ba776"},t={style:"color:#0b1bc9"},n={style:"color:#b62e24"},o={style:"color:#9d288c"},r={header:t=>T(t)?t.__isVue?["div",e,"VueInstance"]:_t(t)?["div",{},["span",e,d(t)],"<",s(t.value),">"]:vt(t)?["div",{},["span",e,wa(t)?"ShallowReactive":"Reactive"],"<",s(t),">"+(gt(t)?" (readonly)":"")]:gt(t)?["div",{},["span",e,wa(t)?"ShallowReadonly":"Readonly"],"<",s(t),">"]:null:null,hasBody:e=>e&&e.__isVue,body(e){if(e&&e.__isVue)return["div",{},...a(e.$)]}};function a(e){const t=[];e.type.props&&e.props&&t.push(i("props",mt(e.props))),e.setupState!==f&&t.push(i("setup",e.setupState)),e.data!==f&&t.push(i("data",mt(e.data)));const n=c(e,"computed");n&&t.push(i("computed",n));const r=c(e,"inject");return r&&t.push(i("injected",r)),t.push(["div",{},["span",{style:o.style+";opacity:0.66"},"$ (internal): "],["object",{object:e}]]),t}function i(e,t){return t=x({},t),Object.keys(t).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},e],["div",{style:"padding-left:1.25em"},...Object.keys(t).map((e=>["div",{},["span",o,e+": "],s(t[e],!1)]))]]:["span",{}]}function s(e,r=!0){return"number"==typeof e?["span",t,e]:"string"==typeof e?["span",n,JSON.stringify(e)]:"boolean"==typeof e?["span",o,e]:T(e)?["object",{object:r?mt(e):e}]:["span",n,String(e)]}function c(e,t){const n=e.type;if(O(n))return;const o={};for(const r in e.ctx)l(n,r,t)&&(o[r]=e.ctx[r]);return o}function l(e,t,n){const o=e[n];return!!(j(o)&&o.includes(t)||T(o)&&t in o)||!(!e.extends||!l(e.extends,t,n))||!(!e.mixins||!e.mixins.some((e=>l(e,t,n))))||void 0}function d(e){return wa(e)?"ShallowRef":e.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}();const Ma=e=>{let t={};for(let n in e)t[n]=La(e[n]);return t},La=e=>e+"px";var Ua="object"==typeof global&&global&&global.Object===Object&&global,Va="object"==typeof self&&self&&self.Object===Object&&self,Ka=Ua||Va||Function("return this")(),Ga=Ka.Symbol,Wa=Object.prototype,Ha=Wa.hasOwnProperty,qa=Wa.toString,Ja=Ga?Ga.toStringTag:void 0;var Ya=Object.prototype.toString;var Za="[object Null]",Qa="[object Undefined]",Xa=Ga?Ga.toStringTag:void 0;function ei(e){return null==e?void 0===e?Qa:Za:Xa&&Xa in Object(e)?function(e){var t=Ha.call(e,Ja),n=e[Ja];try{e[Ja]=void 0;var o=!0}catch(e){}var r=qa.call(e);return o&&(t?e[Ja]=n:delete e[Ja]),r}(e):function(e){return Ya.call(e)}(e)}function ti(e){return null!=e&&"object"==typeof e}var ni="[object Symbol]";function oi(e){return"symbol"==typeof e||ti(e)&&ei(e)==ni}function ri(e,t){for(var n=-1,o=null==e?0:e.length,r=Array(o);++n<o;)r[n]=t(e[n],n,e);return r}var ai=Array.isArray,ii=1/0,si=Ga?Ga.prototype:void 0,ci=si?si.toString:void 0;function li(e){if("string"==typeof e)return e;if(ai(e))return ri(e,li)+"";if(oi(e))return ci?ci.call(e):"";var t=e+"";return"0"==t&&1/e==-ii?"-0":t}function di(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var pi="[object AsyncFunction]",ui="[object Function]",fi="[object GeneratorFunction]",vi="[object Proxy]";function gi(e){if(!di(e))return!1;var t=ei(e);return t==ui||t==fi||t==pi||t==vi}var hi=Ka["__core-js_shared__"],bi=function(){var e=/[^.]+$/.exec(hi&&hi.keys&&hi.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var mi=Function.prototype.toString;function yi(e){if(null!=e){try{return mi.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var xi=/^\[object .+?Constructor\]$/,wi=Function.prototype,_i=Object.prototype,ki=wi.toString,ji=_i.hasOwnProperty,Si=RegExp("^"+ki.call(ji).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ci(e){return!(!di(e)||(t=e,bi&&bi in t))&&(gi(e)?Si:xi).test(yi(e));var t}function Oi(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return Ci(n)?n:void 0}var Ai=Oi(Ka,"WeakMap"),Pi=Object.create,Ti=function(){function e(){}return function(t){if(!di(t))return{};if(Pi)return Pi(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var Ii=800,Bi=16,$i=Date.now;var Ni,Fi,Ei,zi=function(){try{var e=Oi(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Di=zi,Ri=Di?function(e,t){return Di(e,"toString",{configurable:!0,enumerable:!1,value:(n=t,function(){return n}),writable:!0});var n}:function(e){return e},Mi=(Ni=Ri,Fi=0,Ei=0,function(){var e=$i(),t=Bi-(e-Ei);if(Ei=e,t>0){if(++Fi>=Ii)return arguments[0]}else Fi=0;return Ni.apply(void 0,arguments)});var Li=9007199254740991,Ui=/^(?:0|[1-9]\d*)$/;function Vi(e,t){var n=typeof e;return!!(t=null==t?Li:t)&&("number"==n||"symbol"!=n&&Ui.test(e))&&e>-1&&e%1==0&&e<t}function Ki(e,t,n){"__proto__"==t&&Di?Di(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Gi(e,t){return e===t||e!=e&&t!=t}var Wi=Object.prototype.hasOwnProperty;function Hi(e,t,n){var o=e[t];Wi.call(e,t)&&Gi(o,n)&&(void 0!==n||t in e)||Ki(e,t,n)}function qi(e,t,n,o){var r=!n;n||(n={});for(var a=-1,i=t.length;++a<i;){var s=t[a],c=o?o(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),r?Ki(n,s,c):Hi(n,s,c)}return n}var Ji=Math.max;var Yi=9007199254740991;function Zi(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=Yi}function Qi(e){return null!=e&&Zi(e.length)&&!gi(e)}var Xi=Object.prototype;function es(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Xi)}var ts="[object Arguments]";function ns(e){return ti(e)&&ei(e)==ts}var os=Object.prototype,rs=os.hasOwnProperty,as=os.propertyIsEnumerable,is=ns(function(){return arguments}())?ns:function(e){return ti(e)&&rs.call(e,"callee")&&!as.call(e,"callee")};var ss="object"==typeof exports&&exports&&!exports.nodeType&&exports,cs=ss&&"object"==typeof module&&module&&!module.nodeType&&module,ls=cs&&cs.exports===ss?Ka.Buffer:void 0,ds=(ls?ls.isBuffer:void 0)||function(){return!1},ps={};function us(e){return function(t){return e(t)}}ps["[object Float32Array]"]=ps["[object Float64Array]"]=ps["[object Int8Array]"]=ps["[object Int16Array]"]=ps["[object Int32Array]"]=ps["[object Uint8Array]"]=ps["[object Uint8ClampedArray]"]=ps["[object Uint16Array]"]=ps["[object Uint32Array]"]=!0,ps["[object Arguments]"]=ps["[object Array]"]=ps["[object ArrayBuffer]"]=ps["[object Boolean]"]=ps["[object DataView]"]=ps["[object Date]"]=ps["[object Error]"]=ps["[object Function]"]=ps["[object Map]"]=ps["[object Number]"]=ps["[object Object]"]=ps["[object RegExp]"]=ps["[object Set]"]=ps["[object String]"]=ps["[object WeakMap]"]=!1;var fs="object"==typeof exports&&exports&&!exports.nodeType&&exports,vs=fs&&"object"==typeof module&&module&&!module.nodeType&&module,gs=vs&&vs.exports===fs&&Ua.process,hs=function(){try{var e=vs&&vs.require&&vs.require("util").types;return e||gs&&gs.binding&&gs.binding("util")}catch(e){}}(),bs=hs&&hs.isTypedArray,ms=bs?us(bs):function(e){return ti(e)&&Zi(e.length)&&!!ps[ei(e)]},ys=Object.prototype.hasOwnProperty;function xs(e,t){var n=ai(e),o=!n&&is(e),r=!n&&!o&&ds(e),a=!n&&!o&&!r&&ms(e),i=n||o||r||a,s=i?function(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o}(e.length,String):[],c=s.length;for(var l in e)!t&&!ys.call(e,l)||i&&("length"==l||r&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Vi(l,c))||s.push(l);return s}function ws(e,t){return function(n){return e(t(n))}}var _s=ws(Object.keys,Object),ks=Object.prototype.hasOwnProperty;function js(e){if(!es(e))return _s(e);var t=[];for(var n in Object(e))ks.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Ss(e){return Qi(e)?xs(e):js(e)}var Cs=Object.prototype.hasOwnProperty;function Os(e){if(!di(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=es(e),n=[];for(var o in e)("constructor"!=o||!t&&Cs.call(e,o))&&n.push(o);return n}function As(e){return Qi(e)?xs(e,!0):Os(e)}var Ps=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ts=/^\w*$/;var Is=Oi(Object,"create");var Bs="__lodash_hash_undefined__",$s=Object.prototype.hasOwnProperty;var Ns=Object.prototype.hasOwnProperty;var Fs="__lodash_hash_undefined__";function Es(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function zs(e,t){for(var n=e.length;n--;)if(Gi(e[n][0],t))return n;return-1}Es.prototype.clear=function(){this.__data__=Is?Is(null):{},this.size=0},Es.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Es.prototype.get=function(e){var t=this.__data__;if(Is){var n=t[e];return n===Bs?void 0:n}return $s.call(t,e)?t[e]:void 0},Es.prototype.has=function(e){var t=this.__data__;return Is?void 0!==t[e]:Ns.call(t,e)},Es.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Is&&void 0===t?Fs:t,this};var Ds=Array.prototype.splice;function Rs(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}Rs.prototype.clear=function(){this.__data__=[],this.size=0},Rs.prototype.delete=function(e){var t=this.__data__,n=zs(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ds.call(t,n,1),--this.size,!0)},Rs.prototype.get=function(e){var t=this.__data__,n=zs(t,e);return n<0?void 0:t[n][1]},Rs.prototype.has=function(e){return zs(this.__data__,e)>-1},Rs.prototype.set=function(e,t){var n=this.__data__,o=zs(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this};var Ms=Oi(Ka,"Map");function Ls(e,t){var n,o,r=e.__data__;return("string"==(o=typeof(n=t))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?r["string"==typeof t?"string":"hash"]:r.map}function Us(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}Us.prototype.clear=function(){this.size=0,this.__data__={hash:new Es,map:new(Ms||Rs),string:new Es}},Us.prototype.delete=function(e){var t=Ls(this,e).delete(e);return this.size-=t?1:0,t},Us.prototype.get=function(e){return Ls(this,e).get(e)},Us.prototype.has=function(e){return Ls(this,e).has(e)},Us.prototype.set=function(e,t){var n=Ls(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this};var Vs="Expected a function";function Ks(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(Vs);var n=function(){var o=arguments,r=t?t.apply(this,o):o[0],a=n.cache;if(a.has(r))return a.get(r);var i=e.apply(this,o);return n.cache=a.set(r,i)||a,i};return n.cache=new(Ks.Cache||Us),n}Ks.Cache=Us;var Gs=500;var Ws=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Hs=/\\(\\)?/g,qs=function(e){var t=Ks(e,(function(e){return n.size===Gs&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Ws,(function(e,n,o,r){t.push(o?r.replace(Hs,"$1"):n||e)})),t})),Js=qs;function Ys(e,t){return ai(e)?e:function(e,t){if(ai(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!oi(e))||Ts.test(e)||!Ps.test(e)||null!=t&&e in Object(t)}(e,t)?[e]:Js(function(e){return null==e?"":li(e)}(e))}var Zs=1/0;function Qs(e){if("string"==typeof e||oi(e))return e;var t=e+"";return"0"==t&&1/e==-Zs?"-0":t}function Xs(e,t){for(var n=0,o=(t=Ys(t,e)).length;null!=e&&n<o;)e=e[Qs(t[n++])];return n&&n==o?e:void 0}function ec(e,t,n){var o=null==e?void 0:Xs(e,t);return void 0===o?n:o}function tc(e,t){for(var n=-1,o=t.length,r=e.length;++n<o;)e[r+n]=t[n];return e}var nc=Ga?Ga.isConcatSpreadable:void 0;function oc(e){return ai(e)||is(e)||!!(nc&&e&&e[nc])}function rc(e,t,n,o,r){var a=-1,i=e.length;for(n||(n=oc),r||(r=[]);++a<i;){var s=e[a];t>0&&n(s)?t>1?rc(s,t-1,n,o,r):tc(r,s):o||(r[r.length]=s)}return r}function ac(e){return(null==e?0:e.length)?rc(e,1):[]}function ic(e){return Mi(function(e,t,n){return t=Ji(void 0===t?e.length-1:t,0),function(){for(var o=arguments,r=-1,a=Ji(o.length-t,0),i=Array(a);++r<a;)i[r]=o[t+r];r=-1;for(var s=Array(t+1);++r<t;)s[r]=o[r];return s[t]=n(i),function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}(e,this,s)}}(e,void 0,ac),e+"")}var sc=ws(Object.getPrototypeOf,Object),cc="[object Object]",lc=Function.prototype,dc=Object.prototype,pc=lc.toString,uc=dc.hasOwnProperty,fc=pc.call(Object);var vc=200;function gc(e){var t=this.__data__=new Rs(e);this.size=t.size}gc.prototype.clear=function(){this.__data__=new Rs,this.size=0},gc.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},gc.prototype.get=function(e){return this.__data__.get(e)},gc.prototype.has=function(e){return this.__data__.has(e)},gc.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Rs){var o=n.__data__;if(!Ms||o.length<vc-1)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new Us(o)}return n.set(e,t),this.size=n.size,this};var hc="object"==typeof exports&&exports&&!exports.nodeType&&exports,bc=hc&&"object"==typeof module&&module&&!module.nodeType&&module,mc=bc&&bc.exports===hc?Ka.Buffer:void 0,yc=mc?mc.allocUnsafe:void 0;function xc(){return[]}var wc=Object.prototype.propertyIsEnumerable,_c=Object.getOwnPropertySymbols,kc=_c?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var n=-1,o=null==e?0:e.length,r=0,a=[];++n<o;){var i=e[n];t(i,n,e)&&(a[r++]=i)}return a}(_c(e),(function(t){return wc.call(e,t)})))}:xc;var jc=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)tc(t,kc(e)),e=sc(e);return t}:xc;function Sc(e,t,n){var o=t(e);return ai(e)?o:tc(o,n(e))}function Cc(e){return Sc(e,Ss,kc)}function Oc(e){return Sc(e,As,jc)}var Ac=Oi(Ka,"DataView"),Pc=Oi(Ka,"Promise"),Tc=Oi(Ka,"Set"),Ic="[object Map]",Bc="[object Promise]",$c="[object Set]",Nc="[object WeakMap]",Fc="[object DataView]",Ec=yi(Ac),zc=yi(Ms),Dc=yi(Pc),Rc=yi(Tc),Mc=yi(Ai),Lc=ei;(Ac&&Lc(new Ac(new ArrayBuffer(1)))!=Fc||Ms&&Lc(new Ms)!=Ic||Pc&&Lc(Pc.resolve())!=Bc||Tc&&Lc(new Tc)!=$c||Ai&&Lc(new Ai)!=Nc)&&(Lc=function(e){var t=ei(e),n="[object Object]"==t?e.constructor:void 0,o=n?yi(n):"";if(o)switch(o){case Ec:return Fc;case zc:return Ic;case Dc:return Bc;case Rc:return $c;case Mc:return Nc}return t});var Uc=Lc,Vc=Object.prototype.hasOwnProperty;var Kc=Ka.Uint8Array;function Gc(e){var t=new e.constructor(e.byteLength);return new Kc(t).set(new Kc(e)),t}var Wc=/\w*$/;var Hc=Ga?Ga.prototype:void 0,qc=Hc?Hc.valueOf:void 0;var Jc="[object Boolean]",Yc="[object Date]",Zc="[object Map]",Qc="[object Number]",Xc="[object RegExp]",el="[object Set]",tl="[object String]",nl="[object Symbol]",ol="[object ArrayBuffer]",rl="[object DataView]",al="[object Float32Array]",il="[object Float64Array]",sl="[object Int8Array]",cl="[object Int16Array]",ll="[object Int32Array]",dl="[object Uint8Array]",pl="[object Uint8ClampedArray]",ul="[object Uint16Array]",fl="[object Uint32Array]";function vl(e,t,n){var o,r,a,i=e.constructor;switch(t){case ol:return Gc(e);case Jc:case Yc:return new i(+e);case rl:return function(e,t){var n=t?Gc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case al:case il:case sl:case cl:case ll:case dl:case pl:case ul:case fl:return function(e,t){var n=t?Gc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}(e,n);case Zc:return new i;case Qc:case tl:return new i(e);case Xc:return(a=new(r=e).constructor(r.source,Wc.exec(r))).lastIndex=r.lastIndex,a;case el:return new i;case nl:return o=e,qc?Object(qc.call(o)):{}}}var gl="[object Map]";var hl=hs&&hs.isMap,bl=hl?us(hl):function(e){return ti(e)&&Uc(e)==gl},ml="[object Set]";var yl=hs&&hs.isSet,xl=yl?us(yl):function(e){return ti(e)&&Uc(e)==ml},wl=1,_l=2,kl=4,jl="[object Arguments]",Sl="[object Function]",Cl="[object GeneratorFunction]",Ol="[object Object]",Al={};function Pl(e,t,n,o,r,a){var i,s=t&wl,c=t&_l,l=t&kl;if(n&&(i=r?n(e,o,r,a):n(e)),void 0!==i)return i;if(!di(e))return e;var d=ai(e);if(d){if(i=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Vc.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!s)return function(e,t){var n=-1,o=e.length;for(t||(t=Array(o));++n<o;)t[n]=e[n];return t}(e,i)}else{var p=Uc(e),u=p==Sl||p==Cl;if(ds(e))return function(e,t){if(t)return e.slice();var n=e.length,o=yc?yc(n):new e.constructor(n);return e.copy(o),o}(e,s);if(p==Ol||p==jl||u&&!r){if(i=c||u?{}:function(e){return"function"!=typeof e.constructor||es(e)?{}:Ti(sc(e))}(e),!s)return c?function(e,t){return qi(e,jc(e),t)}(e,function(e,t){return e&&qi(t,As(t),e)}(i,e)):function(e,t){return qi(e,kc(e),t)}(e,function(e,t){return e&&qi(t,Ss(t),e)}(i,e))}else{if(!Al[p])return r?e:{};i=vl(e,p,s)}}a||(a=new gc);var f=a.get(e);if(f)return f;a.set(e,i),xl(e)?e.forEach((function(o){i.add(Pl(o,t,n,o,e,a))})):bl(e)&&e.forEach((function(o,r){i.set(r,Pl(o,t,n,r,e,a))}));var v=d?void 0:(l?c?Oc:Cc:c?As:Ss)(e);return function(e,t){for(var n=-1,o=null==e?0:e.length;++n<o&&!1!==t(e[n],n,e););}(v||e,(function(o,r){v&&(o=e[r=o]),Hi(i,r,Pl(o,t,n,r,e,a))})),i}Al[jl]=Al["[object Array]"]=Al["[object ArrayBuffer]"]=Al["[object DataView]"]=Al["[object Boolean]"]=Al["[object Date]"]=Al["[object Float32Array]"]=Al["[object Float64Array]"]=Al["[object Int8Array]"]=Al["[object Int16Array]"]=Al["[object Int32Array]"]=Al["[object Map]"]=Al["[object Number]"]=Al[Ol]=Al["[object RegExp]"]=Al["[object Set]"]=Al["[object String]"]=Al["[object Symbol]"]=Al["[object Uint8Array]"]=Al["[object Uint8ClampedArray]"]=Al["[object Uint16Array]"]=Al["[object Uint32Array]"]=!0,Al["[object Error]"]=Al[Sl]=Al["[object WeakMap]"]=!1;var Tl="__lodash_hash_undefined__";function Il(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Us;++t<n;)this.add(e[t])}function Bl(e,t){for(var n=-1,o=null==e?0:e.length;++n<o;)if(t(e[n],n,e))return!0;return!1}Il.prototype.add=Il.prototype.push=function(e){return this.__data__.set(e,Tl),this},Il.prototype.has=function(e){return this.__data__.has(e)};var $l=1,Nl=2;function Fl(e,t,n,o,r,a){var i=n&$l,s=e.length,c=t.length;if(s!=c&&!(i&&c>s))return!1;var l=a.get(e),d=a.get(t);if(l&&d)return l==t&&d==e;var p=-1,u=!0,f=n&Nl?new Il:void 0;for(a.set(e,t),a.set(t,e);++p<s;){var v=e[p],g=t[p];if(o)var h=i?o(g,v,p,t,e,a):o(v,g,p,e,t,a);if(void 0!==h){if(h)continue;u=!1;break}if(f){if(!Bl(t,(function(e,t){if(i=t,!f.has(i)&&(v===e||r(v,e,n,o,a)))return f.push(t);var i}))){u=!1;break}}else if(v!==g&&!r(v,g,n,o,a)){u=!1;break}}return a.delete(e),a.delete(t),u}function El(e){var t=-1,n=Array(e.size);return e.forEach((function(e,o){n[++t]=[o,e]})),n}function zl(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var Dl=1,Rl=2,Ml="[object Boolean]",Ll="[object Date]",Ul="[object Error]",Vl="[object Map]",Kl="[object Number]",Gl="[object RegExp]",Wl="[object Set]",Hl="[object String]",ql="[object Symbol]",Jl="[object ArrayBuffer]",Yl="[object DataView]",Zl=Ga?Ga.prototype:void 0,Ql=Zl?Zl.valueOf:void 0;var Xl=1,ed=Object.prototype.hasOwnProperty;var td=1,nd="[object Arguments]",od="[object Array]",rd="[object Object]",ad=Object.prototype.hasOwnProperty;function id(e,t,n,o,r,a){var i=ai(e),s=ai(t),c=i?od:Uc(e),l=s?od:Uc(t),d=(c=c==nd?rd:c)==rd,p=(l=l==nd?rd:l)==rd,u=c==l;if(u&&ds(e)){if(!ds(t))return!1;i=!0,d=!1}if(u&&!d)return a||(a=new gc),i||ms(e)?Fl(e,t,n,o,r,a):function(e,t,n,o,r,a,i){switch(n){case Yl:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Jl:return!(e.byteLength!=t.byteLength||!a(new Kc(e),new Kc(t)));case Ml:case Ll:case Kl:return Gi(+e,+t);case Ul:return e.name==t.name&&e.message==t.message;case Gl:case Hl:return e==t+"";case Vl:var s=El;case Wl:var c=o&Dl;if(s||(s=zl),e.size!=t.size&&!c)return!1;var l=i.get(e);if(l)return l==t;o|=Rl,i.set(e,t);var d=Fl(s(e),s(t),o,r,a,i);return i.delete(e),d;case ql:if(Ql)return Ql.call(e)==Ql.call(t)}return!1}(e,t,c,n,o,r,a);if(!(n&td)){var f=d&&ad.call(e,"__wrapped__"),v=p&&ad.call(t,"__wrapped__");if(f||v){var g=f?e.value():e,h=v?t.value():t;return a||(a=new gc),r(g,h,n,o,a)}}return!!u&&(a||(a=new gc),function(e,t,n,o,r,a){var i=n&Xl,s=Cc(e),c=s.length;if(c!=Cc(t).length&&!i)return!1;for(var l=c;l--;){var d=s[l];if(!(i?d in t:ed.call(t,d)))return!1}var p=a.get(e),u=a.get(t);if(p&&u)return p==t&&u==e;var f=!0;a.set(e,t),a.set(t,e);for(var v=i;++l<c;){var g=e[d=s[l]],h=t[d];if(o)var b=i?o(h,g,d,t,e,a):o(g,h,d,e,t,a);if(!(void 0===b?g===h||r(g,h,n,o,a):b)){f=!1;break}v||(v="constructor"==d)}if(f&&!v){var m=e.constructor,y=t.constructor;m==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof m&&m instanceof m&&"function"==typeof y&&y instanceof y||(f=!1)}return a.delete(e),a.delete(t),f}(e,t,n,o,r,a))}function sd(e,t,n,o,r){return e===t||(null==e||null==t||!ti(e)&&!ti(t)?e!=e&&t!=t:id(e,t,n,o,sd,r))}function cd(e,t){return null!=e&&t in Object(e)}function ld(e,t){return null!=e&&function(e,t,n){for(var o=-1,r=(t=Ys(t,e)).length,a=!1;++o<r;){var i=Qs(t[o]);if(!(a=null!=e&&n(e,i)))break;e=e[i]}return a||++o!=r?a:!!(r=null==e?0:e.length)&&Zi(r)&&Vi(i,r)&&(ai(e)||is(e))}(e,t,cd)}function dd(e,t){return t.length<2?e:Xs(e,function(e,t,n){var o=-1,r=e.length;t<0&&(t=-t>r?0:r+t),(n=n>r?r:n)<0&&(n+=r),r=t>n?0:n-t>>>0,t>>>=0;for(var a=Array(r);++o<r;)a[o]=e[o+t];return a}(t,0,-1))}var pd="[object Map]",ud="[object Set]",fd=Object.prototype.hasOwnProperty;function vd(e){if(null==e)return!0;if(Qi(e)&&(ai(e)||"string"==typeof e||"function"==typeof e.splice||ds(e)||ms(e)||is(e)))return!e.length;var t=Uc(e);if(t==pd||t==ud)return!e.size;if(es(e))return!js(e).length;for(var n in e)if(fd.call(e,n))return!1;return!0}function gd(e){return void 0===e}function hd(e,t){return null==(e=dd(e,t=Ys(t,e)))||delete e[Qs((n=t,o=null==n?0:n.length,o?n[o-1]:void 0))];var n,o}function bd(e){return function(e){if(!ti(e)||ei(e)!=cc)return!1;var t=sc(e);if(null===t)return!0;var n=uc.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&pc.call(n)==fc}(e)?void 0:e}var md=ic((function(e,t){var n={};if(null==e)return n;var o=!1;t=ri(t,(function(t){return t=Ys(t,e),o||(o=t.length>1),t})),qi(e,Oc(e),n),o&&(n=Pl(n,7,bd));for(var r=t.length;r--;)hd(n,t[r]);return n}));function yd(e,t,n,o){if(!di(e))return e;for(var r=-1,a=(t=Ys(t,e)).length,i=a-1,s=e;null!=s&&++r<a;){var c=Qs(t[r]),l=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(r!=i){var d=s[c];void 0===(l=o?o(d,c,s):void 0)&&(l=di(d)?d:Vi(t[r+1])?[]:{})}Hi(s,c,l),s=s[c]}return e}function xd(e,t){return function(e,t,n){for(var o=-1,r=t.length,a={};++o<r;){var i=t[o],s=Xs(e,i);n(s,i)&&yd(a,Ys(i,e),s)}return a}(e,t,(function(t,n){return ld(e,n)}))}var wd=ic((function(e,t){return null==e?{}:xd(e,t)}));const _d=e=>{const{goods:t,id:n}=e.props,{mGoods:o}=Cd[n]||{};return sd(t,o)},kd=async(e,t)=>{const{id:n,goods:o}=e.props;if(vd(o))return Promise.resolve({list:[]});if(_d(e))return Promise.resolve((e=>{const{mGoodsInfo:t}=Cd[e];return t})(n));const r=localStorage.getItem("saas-token");return await fetch(jd()+"web/rs/sku/querySkuFromJm.json?skuCodeStr="+t.skuCode,{method:"GET",headers:{"saas-token":r,"user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"},withCredentials:!0,credentials:"include"}).then((e=>e.json())).then(((e={})=>(((e,t,n)=>{Cd[e]={mGoodsInfo:n,mGoods:t}})(n,o,e),e)))},jd=e=>"https://rcyx-platform-test.yoxuan.vip/";const Sd=kd,Cd={};var Od={name:"cyy-title",props:{props:{value:{type:String,default:"请填写主标题或文本"},fontSize:Number,textAlign:String,color:String,backgroundColor:String,fontWeight:String,fontStyle:String,textDecoration:Boolean,marginTop:Number,marginBottom:Number}},computed:{computedStyle(){const e=["fontSize","marginTop","marginBottom"],t=wd(this.props||{},e),n=md(this.props||{},e);return{...Ma(t),...n}}}};function Ad(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}Od.render=function(e,n,o,r,a,i){return Br(),Er("div",{style:t([i.computedStyle])},p(o.props.value),5)},Od.__file="src/package/cyy-title/cyy-title.vue";Ad(".lc-img-item[data-v-347d4d81]{box-sizing:border-box;width:100%}");var Pd={name:"cyy-goods",props:{props:{goods:Array,SelectGoods:Object,arrange:Number,borderRadius:Number,margin:Number,markedPrice:Number,marginTop:Number,marginBottom:Number}},data:()=>({listArr:[],noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},imgUrl:""}),mounted(){this.init()},methods:{async init(){this.imgUrl=jd();const{goods:e=[]}=this.props,t={skuCode:e.toString()},n=await Sd(this,t);this.listArr=ec(n,"list",[]),console.log("🐽🐽🐽🐽🐽🐽🐽🐽w",this.listArr)},goGoodsDetail(e){}}};const Td={key:1},Id=["onClick"],Bd={class:"imgWrapper"},$d=["src"],Nd={class:"goodsDescription"},Fd={class:"goodsName"},Ed={class:"footerContent"},zd={class:"goodsPrice"},Dd={key:0,class:"scribing"},Rd=(e=>(Tn("data-v-585820b7"),e=e(),In(),e))((()=>Vr("div",{class:"goodsBuy"},"立即购买",-1)));Ad(".cube-container[data-v-585820b7]{display:grid}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7]{grid-template-columns:repeat(1,1fr)}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] img[data-v-585820b7]{margin-left:auto;margin-right:auto;max-height:340px}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] .goodsName[data-v-585820b7]{font-size:20px;padding:20px 0 5px}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] .goodsPrice[data-v-585820b7]{font-size:18px}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{font-size:14px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7]{grid-template-columns:repeat(2,1fr)}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7]{margin:0 5px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7]{position:relative}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsName[data-v-585820b7]{font-size:16px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsPrice[data-v-585820b7]{font-size:14px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{font-size:12px}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7]{display:flex;overflow-x:scroll}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7] .cube-item[data-v-585820b7]{flex:0 0 auto;max-width:100%;width:100%}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7] .cube-item[data-v-585820b7] .imgWrapper[data-v-585820b7]{height:0;padding-bottom:100%;position:relative;width:100%}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7] .cube-item[data-v-585820b7] .imgWrapper[data-v-585820b7] img[data-v-585820b7]{height:100%;left:0;position:absolute;top:0;width:100%}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7] .cube-item[data-v-585820b7]:not(:last-child){margin-right:10px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7]{display:flex;justify-content:space-around;max-height:100px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .imgWrapper[data-v-585820b7]{width:30%}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .imgWrapper[data-v-585820b7] img[data-v-585820b7]{max-height:100px;max-width:100px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7]{position:relative;width:210px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsName[data-v-585820b7]{height:auto;max-height:42px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7]{font-size:16px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{font-size:12px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsBuyWrapper[data-v-585820b7]{position:relative}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsBuyWrapper[data-v-585820b7] .goodsBuy[data-v-585820b7]{align-self:flex-end;background-color:red;border-radius:5px;color:#fff;font-size:12px;position:absolute;right:0;top:0}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .imgWrapper[data-v-585820b7]{height:0;padding-bottom:100%;position:relative;width:100%}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .imgWrapper[data-v-585820b7] img[data-v-585820b7]{height:100%;left:0;position:absolute;top:0;width:100%}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7]{display:flex;flex-direction:column;justify-content:space-between}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsName[data-v-585820b7]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:42px;overflow:hidden;text-overflow:ellipsis}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7]{align-items:flex-end;display:flex;justify-content:space-between;margin-top:10px}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7]{color:#f53a50;font-weight:600}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{color:#ccc;display:inline-block;font-weight:400;text-decoration:line-through}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsBuy[data-v-585820b7]{align-self:flex-end;background-color:red;border-radius:5px;color:#fff;font-size:12px;line-height:22px;text-align:center;width:5em}"),Pd.render=function(e,n,o,r,a,s){return Br(),Er("div",null,[o.props.goods?(Br(),Er("div",Td,[Vr("div",{class:i(["cube-container",`arrange-${o.props.arrange}`]),style:t({marginTop:`${o.props.marginTop}px`,marginBottom:`${o.props.marginBottom}px`,gap:`${o.props.margin}px`})},[(Br(!0),Er(Cr,null,Ao(a.listArr,((e,n)=>(Br(),Er("div",{class:"cube-item",key:e.skuCode,onClick:t=>s.goGoodsDetail(e)},[Vr("div",Bd,[Vr("img",{src:a.imgUrl+e.dataPic,mode:"widthFix",alt:"",style:t({borderRadius:o.props.borderRadius})},null,12,$d)]),Vr("div",Nd,[Vr("div",Fd,p(e.goodsName),1),Vr("section",Ed,[Vr("div",zd,[Hr(" ¥"+p(e.pricesetNprice)+" ",1),1===o.props.markedPrice?(Br(),Er("div",Dd," ¥"+p(e.pricesetMakeprice),1)):qr("v-if",!0)]),Rd])])],8,Id)))),128))],6)])):(Br(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择商品",4))])},Pd.__scopeId="data-v-585820b7",Pd.__file="src/package/cyy-goods/cyy-goods.vue";Ad(".lowCode-warp{position:relative}.lowCode-warp ul{bottom:10px;padding:0;position:absolute;text-align:center;width:100%}.lowCode-warp li{background-color:rgba(0,0,0,.3);border-radius:50%;display:inline-block;height:8px;margin:0 4px;width:8px}.lowCode-warp li:first-child{background-color:#000}");Ad(".three-layout[data-v-6a9dc7dd]{border-radius:7px}.three-layout[data-v-6a9dc7dd] .mask-three-more[data-v-6a9dc7dd]{background-color:#000;color:#fff;display:block;font-size:52px;height:98px;line-height:98px;opacity:.5;position:absolute;text-align:center;top:0;width:98px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd]{display:flex;justify-content:space-between;margin:15px 12.5px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-left[data-v-6a9dc7dd]{color:#333;font-family:PingFangSC-Semibold,PingFang SC;font-size:16px;font-weight:600;line-height:22px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-right[data-v-6a9dc7dd]{align-items:center;display:flex}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-right[data-v-6a9dc7dd] div[data-v-6a9dc7dd]{color:#595959;font-size:12px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-right[data-v-6a9dc7dd] image[data-v-6a9dc7dd]{height:9px;margin-left:3px;width:6px}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd]{background:#fff;border-radius:7px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);margin:15px 14.5px}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd] .three-layout-bigImg[data-v-6a9dc7dd] image[data-v-6a9dc7dd]{border-radius:28px 28px 0 0;display:inline-block;height:189px;width:100%}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd] .three-layout-goods[data-v-6a9dc7dd]{display:flex;justify-content:center;padding:0 10px 10px}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd] .three-layout-goods[data-v-6a9dc7dd] .goods-items[data-v-6a9dc7dd]{width:106px}.scroll-list[data-v-6a9dc7dd]{box-sizing:border-box;display:flex;justify-content:space-between;overflow:hidden;white-space:nowrap;width:100%}.scroll-list[data-v-6a9dc7dd] .scroll-item[data-v-6a9dc7dd]{display:inline-block;margin-right:10px}.scroll-list[data-v-6a9dc7dd] .scroll-item[data-v-6a9dc7dd] image[data-v-6a9dc7dd]{border-radius:5px;height:98px;width:98px}.scroll-list[data-v-6a9dc7dd] .scroll-item[data-v-6a9dc7dd] p[data-v-6a9dc7dd]{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#000;display:-webkit-box;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;line-height:17px;overflow:hidden;white-space:normal;width:98px}.scroll-top[data-v-6a9dc7dd]{margin-top:10px}");Ad(".holder[data-v-520a741d]{background-color:#ccc;color:#aaa;font-size:30px;height:180px;line-height:180px;text-align:center;width:100%}.ArsenalPicture[data-v-520a741d]{display:flex;justify-content:space-between;width:100%}.ArsenalPicture[data-v-520a741d] .classA-show[data-v-520a741d]{aspect-ratio:1;color:red;width:100%}.ArsenalPicture[data-v-520a741d] .classB-show[data-v-520a741d]{aspect-ratio:1;color:orange;width:50%}.ArsenalPicture[data-v-520a741d] .classC-show[data-v-520a741d]{aspect-ratio:1;color:#ff0;width:33.33%}.ArsenalPicture[data-v-520a741d] .classD-show[data-v-520a741d]{aspect-ratio:1;width:25%}.ArsenalPicture[data-v-520a741d] .classE-show[data-v-520a741d]{height:392px;width:392px}.ArsenalPicture[data-v-520a741d] .classF-show[data-v-520a741d]{height:180px;width:180px}.ArsenalPicture[data-v-520a741d] .classG-show[data-v-520a741d]{height:120px;width:120px}.ArsenalPicture[data-v-520a741d] .classH-show[data-v-520a741d]{height:80px;width:80px}.ArsenalPicture[data-v-520a741d] .ArsenalImg[data-v-520a741d]{height:100%!important;width:100%}.ArsenalPicture-colunm[data-v-520a741d]{width:100%}.ArsenalPicture-colunm[data-v-520a741d] .classI-show[data-v-520a741d]{aspect-ratio:1;width:100%}.ArsenalPicture-colunm[data-v-520a741d] .classJ-show[data-v-520a741d]{aspect-ratio:1;margin-bottom:20px;width:100%}.ArsenalPicture-colunm[data-v-520a741d] .ArsenalImg[data-v-520a741d]{height:100%!important;width:100%}");var Md={name:"cyy-ArsenalPicture",data:()=>({skeleton:["导航1","导航2","导航3","导航4"],imgStyle:{width:"100%",boxSizing:"border-box"}}),props:{props:{showStyle:Number,photoSize:Number,photoCorner:Number,fontColor:String,backgroundColor:String,marginTop:Number,marginBottom:Number,selectImg:Array}},mounted(){console.log(this.props,2023)},computed:{resultArr(){const{selectImg:e,defaultValue:t}=this.props,n=e.filter((e=>!gd(e))).filter((e=>!Object.values(e).every((e=>gd(e)))));let o=t;return vd(n)||(o=n),console.log(52,o),o}},methods:{classifyPhotoCorner:e=>20===e?8:50===e?16:e,linkClick(e){this.$emit("linkClick",e)}}};const Ld={key:0,class:"holder"},Ud=(e=>(Tn("data-v-78ff56c2"),e=e(),In(),e))((()=>Vr("div",null,null,-1))),Vd=["onClick"],Kd=["src"],Gd={key:1},Wd=["onClick"],Hd=["src"];Ad(".holder[data-v-78ff56c2]{height:75px;padding:10px 0;width:100%}.holder[data-v-78ff56c2] ul[data-v-78ff56c2]{display:flex;justify-content:space-between;list-style:none;padding:0 10px}.holder[data-v-78ff56c2] ul[data-v-78ff56c2] li[data-v-78ff56c2]{list-style:none}.holder[data-v-78ff56c2] ul[data-v-78ff56c2] li[data-v-78ff56c2] div[data-v-78ff56c2]{background-color:pink;border-radius:50%;height:40px;padding:10px;width:40px}.holder[data-v-78ff56c2] ul[data-v-78ff56c2] li[data-v-78ff56c2] div[data-v-78ff56c2] span[data-v-78ff56c2]{display:flex;font-size:12px;justify-content:center}.golds[data-v-78ff56c2]{border-radius:14px;border-radius:4px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);display:flex;flex-wrap:wrap;justify-content:space-between}.golds[data-v-78ff56c2] .golds-item[data-v-78ff56c2]{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:10px 0;width:25%}.golds[data-v-78ff56c2] .golds-item[data-v-78ff56c2] div[data-v-78ff56c2]{font-family:PingFangSC-Medium,PingFang SC;font-size:11px;line-height:15px;text-align:center}.photoSizeBig[data-v-78ff56c2]{height:58px;width:58px}.photoSizeSmall[data-v-78ff56c2]{height:48px;width:48px}.classify-list[data-v-78ff56c2]{display:flex;flex-wrap:wrap;justify-content:space-between}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2]{border-radius:14px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);box-sizing:border-box;margin-top:20px;padding:8px 5px .25px}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2] div[data-v-78ff56c2]{font-weight:700}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2] img[data-v-78ff56c2]{margin:7.5px 0}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2]:first-child,.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2]:nth-child(2){margin-top:0!important}.classifyItemBig[data-v-78ff56c2]{width:48%}.classifyItemSmall[data-v-78ff56c2]{width:46%}.classifyImgBig[data-v-78ff56c2]{height:90px;width:100%}.classifyImgSmall[data-v-78ff56c2]{height:87.75px;width:100%}.classifyFontBig[data-v-78ff56c2]{font-size:12px;height:12px}.classifyFontSmall[data-v-78ff56c2]{font-size:11px;height:12px}"),Md.render=function(e,n,o,r,a,s){return Br(),Er("div",null,[o.props.selectImg.length?(Br(),Er(Cr,{key:1},[0===o.props.showStyle?(Br(),Er("div",{key:0,class:"golds",style:t({backgroundColor:o.props.backgroundColor,marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[(Br(!0),Er(Cr,null,Ao(s.resultArr,((e,n)=>(Br(),Er("div",{class:"golds-item",key:n,onClick:t=>s.linkClick(e)},[Vr("img",{class:i([1===o.props.photoSize?"photoSizeBig":"photoSizeSmall"]),style:t({borderRadius:o.props.photoCorner+"%"}),"lazy-load":!0,src:e.imgUrl},null,14,Kd),Vr("div",{style:t({color:o.props.fontColor})},p(e.name),5)],8,Vd)))),128))],4)):qr("v-if",!0),1===o.props.showStyle?(Br(),Er("div",Gd,[Vr("div",{class:"classify-list",style:t({marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[(Br(!0),Er(Cr,null,Ao(s.resultArr,((e,n)=>(Br(),Er("div",{class:i(["classify-item",[1===o.props.photoSize?"classifyItemBig":"classifyItemSmall"]]),style:t({backgroundColor:o.props.backgroundColor}),key:n,onClick:t=>s.linkClick(e)},[Vr("div",{class:i([1===o.props.photoSize?"classifyFontBig":"classifyFontSmall"]),style:t({color:o.props.fontColor})},p(e.name),7),Vr("img",{class:i([1===o.props.photoSize?"classifyImgBig":"classifyImgSmall"]),style:t({borderRadius:s.classifyPhotoCorner(o.props.photoCorner)+"px"}),"lazy-load":!0,src:e.imgUrl},null,14,Hd)],14,Wd)))),128))],4)])):qr("v-if",!0)],64)):(Br(),Er("div",Ld,[Vr("ul",null,[(Br(!0),Er(Cr,null,Ao(a.skeleton,((e,t)=>(Br(),Er("li",{key:t},[Ud,Vr("span",null,p(e),1)])))),128))])]))])},Md.__scopeId="data-v-78ff56c2",Md.__file="src/package/cyy-ArsenalNavigation/cyy-ArsenalNavigation.vue";Ad(".holder[data-v-f7d4fb12]{background-color:#ffff49;height:60px;padding:10px 0;width:100%}.swiperBox[data-v-f7d4fb12]{border-radius:10px;height:150px;width:100%}.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12],.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12] .swiper-content[data-v-f7d4fb12]{height:150px;width:100%}.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12] .swiper-content[data-v-f7d4fb12] .img-item[data-v-f7d4fb12]{box-sizing:border-box;padding:0 12.5px}.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12] img[data-v-f7d4fb12]{border-radius:10px;height:100%;width:100%}");var qd={name:"vop-label",data:()=>({}),props:{goodsType:{type:[String,Number],default:""}}};const Jd={key:0,class:"label"};Ad(".label[data-v-487510c4]{background-color:#c82a29;border-radius:4px;color:#fff;font-size:12px;margin-right:4px;padding:2px 4px}"),qd.render=function(e,t,n,o,r,a){return"40"===n.goodsType?(Br(),Er("text",Jd,"京东优选")):qr("v-if",!0)},qd.__scopeId="data-v-487510c4",qd.__file="src/components/vop-label.vue";var Yd={name:"cyy-collocation",props:{props:{arrange:Number,selectImg:{type:String,default:"https://liftlearning.com/wp-content/uploads/2020/09/default-image.png"},selectGoods:Array,markedPrice:Number,purchaseIcon:Number,more:Number,activityTitle:String,activitySubtitle:String,goodsTag:Array,backgroundColor:String,cornerStyle:Number,spacingStyle:Number,marginTop:Number,marginBottom:Number}},data:()=>({noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},goodsList:[],completeGoodsList:[],imgUrl:""}),computed:{mainTitleColor(){return{mainTitleColor:5===this.props.arrange}}},components:{vopLabel:qd},mounted(){this.init()},methods:{async init(){this.imgUrl=jd();const{goods:e=[]}=this.props,t={skuCode:e.toString()},n=await Sd(this,t);this.completeGoodsList=ec(n,"list",[]),[1,3].includes(this.props.arrange)?this.goodsList=this.completeGoodsList.slice(0,3):2===this.props.arrange?this.goodsList=this.completeGoodsList.slice(0,2):this.goodsList=this.completeGoodsList},goGoodsDetail(e){},goMoreGoods(){}}};const Zd=e=>(Tn("data-v-374c63b5"),e=e(),In(),e),Qd={class:"title"},Xd={class:"subtitle"},ep=Zd((()=>Vr("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAUElEQVQYV2NkYGBgNDIyCjh37tx6BiTAaGxszMrAwHCIgYHh1NmzZ/Nhcowghrm5Od+fP392IkuCJbBJwiWQJRkZGU8QlkC3B7fl+JyL1YMAA4U8YTAVJk0AAAAASUVORK5CYII="},null,-1))),tp={class:"title"},np=Zd((()=>Vr("div",{class:"line"},null,-1))),op={class:"mainTitle"},rp=Zd((()=>Vr("div",{class:"line"},null,-1))),ap={class:"mainImage"},ip=["src"],sp=["onClick"],cp=["src"],lp={class:"goodsDescription"},dp={class:"goodsName"},pp={class:"footerContent"},up={key:0,class:"goodsTagList"},fp={class:"tag"},vp={class:"goodsPrice"},gp=Zd((()=>Vr("span",{class:"priceUnit"},"¥",-1))),hp={key:0,class:"scribing"},bp=["onClick"];Ad('.mainTitleColor[data-v-374c63b5]{color:#f52b43}.top[data-v-374c63b5]{margin:0 auto;padding:12px 0;width:350px}.top[data-v-374c63b5] .mainTitle[data-v-374c63b5]{font-size:16px;font-weight:600}.top[data-v-374c63b5].left[data-v-374c63b5]{align-items:flex-end;display:flex;justify-content:space-between}.top[data-v-374c63b5].left[data-v-374c63b5] .title[data-v-374c63b5] .subtitle[data-v-374c63b5]{color:#333;font-size:12px;font-weight:400;height:17px;line-height:17px;margin-left:8px}.top[data-v-374c63b5].left[data-v-374c63b5] .more[data-v-374c63b5]{align-items:center;color:#81848c;display:flex;font-size:12px;font-weight:400;height:18px;line-height:18px}.top[data-v-374c63b5].left[data-v-374c63b5] .more[data-v-374c63b5] img[data-v-374c63b5]{height:8px;width:6px}.top[data-v-374c63b5].center[data-v-374c63b5]{padding:18px 0}.top[data-v-374c63b5].center[data-v-374c63b5] .title[data-v-374c63b5]{align-items:center;display:flex;justify-content:center}.top[data-v-374c63b5].center[data-v-374c63b5] .title[data-v-374c63b5] .line[data-v-374c63b5]{background:#d4d4d4;height:1px;margin:0 10px;width:72px}.top[data-v-374c63b5].center[data-v-374c63b5] .title[data-v-374c63b5] .mainTitle[data-v-374c63b5]{text-align:center}.mainImage[data-v-374c63b5]{height:180px;text-align:center}.mainImage[data-v-374c63b5] img[data-v-374c63b5]{height:180px;width:350px}.goodsList[data-v-374c63b5]{margin-left:auto;margin-right:auto;margin-top:8px;width:350px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5]{background-color:#fff}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImage[data-v-374c63b5]{height:100px;width:100px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;overflow:hidden;text-overflow:ellipsis}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsTagList[data-v-374c63b5]{display:flex;font-size:12px;margin-top:6px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsTagList[data-v-374c63b5] .tag[data-v-374c63b5]{background-color:#fee9ec;border-radius:10px;color:#f52b43;padding:.25em .5em}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsTagList[data-v-374c63b5] .tag[data-v-374c63b5]:not(:last-child){margin-right:8px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5]{color:#f53a50;font-size:14px;font-weight:600}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5] .priceUnit[data-v-374c63b5]{font-size:10px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5] .scribing[data-v-374c63b5]{color:#ccc;display:inline-block;font-size:12px;font-weight:400;text-decoration:line-through}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{background-color:red;border:0;border-radius:15px;color:#fff;font-size:12px;line-height:22px;margin-left:auto;margin-right:auto;width:5em}.arrange-1[data-v-374c63b5]{grid-gap:10px 20px;display:grid;grid-template-columns:repeat(3,1fr)}.arrange-1[data-v-374c63b5] .goodsBox[data-v-374c63b5]{width:100px}.arrange-1[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImageWrapper[data-v-374c63b5]{position:relative}.arrange-1[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImageWrapper[data-v-374c63b5] :after{background-color:#d3d3d3;content:"";height:100%;position:absolute;right:-10px;top:0;width:1px}.arrange-1[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImageWrapper[data-v-374c63b5]:last-child :after{content:none}.arrange-1[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{margin-bottom:10px;text-align:center}.arrange-2[data-v-374c63b5],.arrange-4[data-v-374c63b5]{display:flex;flex-direction:column;margin:8px auto}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5]{display:flex;margin-bottom:10px;padding:10px}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5]{margin-left:10px;position:relative;width:220px}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5]{font-size:14px}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5]{bottom:0;display:inline;font-size:16px;left:0;position:absolute}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{bottom:0;display:inline;margin-bottom:0;position:absolute;right:0}.arrange-3[data-v-374c63b5]{display:flex;flex-wrap:wrap;justify-content:space-between}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5]{background:#fff;height:250px;margin-top:10px;width:170px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImage[data-v-374c63b5]{height:170px;width:170px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5]{height:2.5em;margin-top:10px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5]{align-items:flex-end;display:flex;justify-content:space-between;margin-top:5px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{margin:0}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5]:first-child{height:220px;padding:10px;width:100%}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5]:first-child .goodsImage[data-v-374c63b5]{height:130px;width:100%}.arrange-5[data-v-374c63b5]{grid-gap:10px 20px;display:grid;grid-template-columns:repeat(3,1fr)}.arrange-5[data-v-374c63b5] .goodsImage[data-v-374c63b5]{margin-top:6px}.arrange-5[data-v-374c63b5] .goodsBox[data-v-374c63b5]{background:#fff;width:100px}.arrange-5[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImage[data-v-374c63b5]{height:100px;width:100px}.arrange-5[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5]{text-align:center}.arrange-5[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{margin-bottom:10px;text-align:center}'),Yd.render=function(e,n,o,r,a,s){const c=So("vopLabel");return Br(),Er("div",null,[o.props.goods?(Br(),Er("div",{key:1,style:t({margin:`${o.props.marginTop}px 0 ${o.props.marginBottom}px 0`,backgroundColor:`${o.props.backgroundColor}`,borderRadius:`${o.props.cornerStyle}px`})},[4!==o.props.arrange?(Br(),Er("div",{key:0,class:i(["top",{left:4!==o.props.arrange}])},[Vr("div",Qd,[Vr("span",{class:i(["mainTitle",s.mainTitleColor])},p(o.props.activityTitle),3),Vr("span",Xd,p(o.props.activitySubtitle),1)]),1===o.props.more&&[1,2,3].includes(o.props.arrange)?(Br(),Er("div",{key:0,class:"more",onClick:n[0]||(n[0]=e=>s.goMoreGoods())},[Hr(" 更多"),ep])):qr("v-if",!0)],2)):4===o.props.arrange?(Br(),Er("div",{key:1,class:i(["top",{center:4===o.props.arrange}])},[Vr("div",tp,[np,Vr("div",op,p(o.props.activityTitle),1),rp])],2)):qr("v-if",!0),Vr("div",ap,[Vr("img",{style:t({borderTopLeftRadius:`${o.props.cornerStyle}px`,borderTopRightRadius:`${o.props.cornerStyle}px`}),src:o.props.selectImg,alt:"主图"},null,12,ip)]),Vr("div",{class:i(["goodsList",[`arrange-${o.props.arrange}`]])},[(Br(!0),Er(Cr,null,Ao(a.goodsList,((n,r)=>(Br(),Er("div",{class:"goodsBox",style:t({borderRadius:`${o.props.cornerStyle}px`}),key:n.skuCode,onClick:e=>s.goGoodsDetail(n)},[Vr("div",{class:i({goodsImageWrapper:2===o.props.spacingStyle})},[Vr("img",{class:"goodsImage",style:t({borderRadius:`${o.props.cornerStyle}px`}),src:a.imgUrl+n.dataPic,alt:"商品图片"},null,12,cp)],2),Vr("div",lp,[Vr("div",dp,[Kr(c),Hr(p(n.goodsName),1)]),Vr("section",pp,[o.props.goodsTag.length>0&&[2,4].includes(o.props.arrange)?(Br(),Er("div",up,[(Br(!0),Er(Cr,null,Ao(o.props.goodsTag,(e=>(Br(),Er("div",{key:e.id},[Vr("span",fp,p(e.value),1)])))),128))])):qr("v-if",!0),Vr("div",vp,[gp,Hr(p(n.pricesetNprice)+" ",1),1===o.props.markedPrice?(Br(),Er("div",hp," ¥"+p(n.pricesetMakeprice),1)):qr("v-if",!0)]),1===o.props.purchaseIcon?(Br(),Er("div",{key:1,class:"goodsBuy",onClick:t=>e.handleBuyGoods(n.skuNo)}," 立即购买 ",8,bp)):qr("v-if",!0)])])],12,sp)))),128))],2)],4)):(Br(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择商品",4))])},Yd.__scopeId="data-v-374c63b5",Yd.__file="src/package/cyy-collocation/cyy-collocation.vue";var mp={name:"cyy-ArsenalTop",data:()=>({lowCode:true,color:"#FD1738"}),props:{props:{autoPlay:Number,autoplayInterval:Number,direction:Number,siteName:String,mallSlogan:String,iconImg:String,marginTop:Number,marginBottom:Number,selectImg:Array}},mounted(){this.props.selectImg.length&&(this.color=this.props.selectImg[0]?.color||"#FD1738",console.log(this.color,"color"))},computed:{autoplayResult(){if(0===this.props.autoPlay)return!0},directionResult(){return 0!==this.props.direction},resultArr(){const{selectImg:e,defaultValue:t}=this.props,n=e.filter((e=>!gd(e))).filter((e=>!Object.values(e).every((e=>gd(e)))));let o=t;return vd(n)||(o=n),console.log(52,o),o}},methods:{classifyPhotoCorner:e=>20===e?10:50===e?20:e,setimg(e){const t=e.detail.current;this.color=this.props.selectImg[t].color,this.$emit("setimg",this.color)},ToSearch(){this.$emit("ToSearch")},linkClick(e){this.$emit("linkClick",e)}}};const yp=e=>(Tn("data-v-4a4057bd"),e=e(),In(),e),xp={key:0},wp={class:"title-t"},_p={class:"boxBgL"},kp=yp((()=>Vr("div",{class:"search",style:{display:"flex","justify-content":"center",position:"relative","z-index":"1"}},[Vr("div",{class:"search--input",style:{padding:"2px 112px",border:"1px solid white","border-radius":"20px"}},[Vr("div",{class:"search--input--box",style:{color:"#fff"}},[Vr("span",null,"搜索您喜欢的商品"),Vr("img",{src:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/search.png",style:{width:"20px",height:"20px","margin-top":"7px","margin-right":"10px",position:"absolute",top:"-4px",right:"18px"}})])])],-1))),jp={class:"tag",style:{"justify-content":"center"}},Sp={class:"tag--item"},Cp={class:"",style:{color:"#fff","font-size":"24rpx",position:"relative","z-index":"1"}},Op=["src"],Ap=["src"],Pp=yp((()=>Vr("img",{src:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/66341675912421_.pic.jpg",alt:"",style:{width:"100%"}},null,-1))),Tp={class:"Box"},Ip={class:"boxBg"},Bp={class:"search"},$p=yp((()=>Vr("div",{class:"search--input--box"},"搜索您喜欢的商品",-1))),Np=[yp((()=>Vr("text",{class:"iconfont icon-sousuo"},null,-1)))],Fp={class:"tag"},Ep={class:"tag--item"},zp={class:"header-box",style:{width:"32rpx",height:"32rpx","margin-right":"8rpx"}},Dp=["src"],Rp={class:"",style:{color:"#fff","font-size":"24rpx"}},Mp=yp((()=>Vr("canvas",{id:"canvasID","canvas-id":"mycanvas",style:{position:"fixed",left:"-500px"}},null,-1))),Lp={class:"swiper"},Up=["src","onClick"];Ad(".holder[data-v-4a4057bd]{background-color:#ffff49;height:60px;padding:10px 0;width:100%}.swiperBox[data-v-4a4057bd]{border-radius:10px;height:150px;width:100%}.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd],.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd] .swiper-content[data-v-4a4057bd]{height:150px;width:100%}.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd] .swiper-content[data-v-4a4057bd] .img-item[data-v-4a4057bd]{box-sizing:border-box;padding:0 12.5px}.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd] img[data-v-4a4057bd]{border-radius:10px;height:100%;width:100%}.Box[data-v-4a4057bd]{position:relative;width:100%}.boxBg[data-v-4a4057bd]{height:201px;left:0;position:absolute;top:0;width:100%;z-index:-1}.boxBg[data-v-4a4057bd] .one[data-v-4a4057bd]{height:150px;width:100%}.boxBg[data-v-4a4057bd] .two[data-v-4a4057bd]{border-radius:50%;height:102px;position:relative;top:-51px;width:100%}.boxBgL[data-v-4a4057bd]{height:201px;left:0;position:absolute;top:0;width:100%}.boxBgL[data-v-4a4057bd] .one[data-v-4a4057bd]{height:150px;width:100%}.boxBgL[data-v-4a4057bd] .two[data-v-4a4057bd]{border-radius:50%;height:102px;position:relative;top:-51px;width:100%}.search[data-v-4a4057bd]--input[data-v-4a4057bd]{background:hsla(0,0%,100%,.3);border-radius:17.5px;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);height:32px;margin:0 auto;position:relative;text-align:center;width:90%}.search[data-v-4a4057bd]--input[data-v-4a4057bd]--box[data-v-4a4057bd]{color:#fff;font-size:12px;line-height:32px}.search[data-v-4a4057bd]--input[data-v-4a4057bd]--icon[data-v-4a4057bd]{align-items:center;border-radius:17.5px;display:flex;height:22px;justify-content:center;position:absolute;right:5px;top:5px;width:27.5px}.search[data-v-4a4057bd]--input[data-v-4a4057bd]--icon[data-v-4a4057bd] .icon-sousuo[data-v-4a4057bd]{color:#fff}.tag[data-v-4a4057bd]{display:flex;padding:7px 0}.tag[data-v-4a4057bd]--item[data-v-4a4057bd]{align-items:center;display:flex;flex:1;justify-content:center}.title-l[data-v-4a4057bd]{height:40px}.title-l[data-v-4a4057bd] .title-t[data-v-4a4057bd]{color:#fff;font-size:18px;padding-left:22px}.lowCode-warp[data-v-4a4057bd]{padding:0 20px}"),mp.render=function(e,n,o,r,a,i){const s=So("swiper-item"),c=So("block"),l=So("swiper");return Br(),Er("div",null,[a.lowCode?(Br(),Er("div",xp,[Vr("div",{class:"title-l",slot:"left",style:t({"background-color":a.color})},[Vr("div",wp,p(o.props.siteName||"人才优选 品质优选"),1)],4),Vr("div",{class:"Box",style:t({"background-color":a.color})},[Vr("div",_p,[Vr("div",{class:"one",style:t({"background-color":a.color})},null,4),Vr("div",{class:"two",style:t({"background-color":a.color})},null,4)]),qr(" 搜索栏 "),kp,qr(" 标签 "),Vr("div",jp,[Vr("div",Sp,[Vr("div",Cp,[o.props.iconImg?(Br(),Er("img",{key:0,"lazy-load":!0,src:o.props.iconImg,mode:"",style:{width:"16px",height:"16px","margin-right":"8rpx"}},null,8,Op)):(Br(),Er("img",{key:1,"lazy-load":!0,src:o.props.iconImg,mode:"",style:{width:"16px",height:"16px","margin-right":"8rpx"}},null,8,Ap)),Hr(p(o.props.mallSlogan),1)])])])],4),Vr("div",{class:"lowCode-warp",style:t({marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[Pp,Vr("ul",null,[(Br(!0),Er(Cr,null,Ao(i.resultArr,((e,t)=>(Br(),Er("li",{key:t})))),128))])],4)])):(Br(),Er(Cr,{key:1},[Vr("div",Tp,[Vr("div",Ip,[Vr("div",{class:"one",style:t({"background-color":a.color})},null,4),Vr("div",{class:"two",style:t({"background-color":a.color})},null,4)]),qr(" 搜索栏 "),Vr("div",Bp,[Vr("div",{class:"search--input",onClick:n[0]||(n[0]=(...e)=>i.ToSearch&&i.ToSearch(...e))},[$p,Vr("div",{class:"search--input--icon",style:t({"background-color":a.color})},Np,4)])]),qr(" 标签 "),Vr("div",Fp,[Vr("div",Ep,[Vr("div",zp,[Vr("img",{"lazy-load":!0,src:o.props.iconImg,mode:"",style:{width:"100%",height:"100%"}},null,8,Dp)]),Vr("div",Rp,p(o.props.mallSlogan),1)])]),Mp]),Vr("div",{class:"swiperBox",style:t({marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[Vr("div",Lp,[Kr(l,{interval:"4000",class:"swiper-content",circular:"true",vertical:i.directionResult,autoplay:i.autoplayResult,duration:o.props.autoplayInterval,onChange:i.setimg},{default:Bn((()=>[(Br(!0),Er(Cr,null,Ao(i.resultArr,((e,n)=>(Br(),zr(c,{key:n},{default:Bn((()=>[Kr(s,{class:"img-item"},{default:Bn((()=>[Vr("img",{style:t({bordeRadius:i.classifyPhotoCorner(o.props.photoCorner)+"px"}),"lazy-load":!0,src:e.imgUrl,onClick:t=>i.linkClick(e)},null,12,Up)])),_:2},1024)])),_:2},1024)))),128))])),_:1},8,["vertical","autoplay","duration","onChange"])])],4)],64))])},mp.__scopeId="data-v-4a4057bd",mp.__file="src/package/cyy-ArsenalTop/cyy-ArsenalTop.vue";var Vp={props:{props:{live:Array,title:String,cover:String,marginTop:Number,marginBottom:Number}},data:()=>({noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},imgUrl:""}),computed:{liveTitle(){return this.props.title&&""!==this.props.title?this.props.title:this.props.live.infuencerName},liveCover(){return this.props.cover&&""!==this.props.cover?this.props.cover:this.props.live.infuencerUrl1},liveState(){let e="";switch(this.props.live.dataState){case 0:e="初始化";break;case 1:e="上传直播间";break;case 101:e="直播中";break;case 102:e="未开始";break;case 103:e="已结束";break;case 104:e="禁播";break;case 105:e="暂停";break;case 106:e="异常";break;case 107:e="已过期"}return e}},mounted(){this.init()},methods:{init(){this.imgUrl=jd()},handleToLive(){}}};const Kp=["src"],Gp={class:"liveState"},Wp={class:"liveIntroduction"},Hp={class:"liveTitle"},qp={class:"anchorName"};Ad(".live[data-v-169993dd]{display:flex;padding:10px}.live[data-v-169993dd] .liveCover[data-v-169993dd]{height:140px;position:relative;width:140px}.live[data-v-169993dd] .liveCover[data-v-169993dd] img[data-v-169993dd]{height:100%;width:100%}.live[data-v-169993dd] .liveCover[data-v-169993dd] .liveState[data-v-169993dd]{background-color:red;color:#fff;font-size:12px;left:0;padding:.25em .5em;position:absolute;top:0}.live[data-v-169993dd] .liveIntroduction[data-v-169993dd]{display:flex;flex-direction:column;justify-content:space-between;margin-left:10px;width:190px}.live[data-v-169993dd] .liveIntroduction[data-v-169993dd] .liveTitle[data-v-169993dd]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.live[data-v-169993dd] .liveIntroduction[data-v-169993dd] .anchorName[data-v-169993dd]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}"),Vp.render=function(e,n,o,r,a,i){return Br(),Er("div",null,[o.props.live?(Br(),Er("div",{key:1,class:"live",style:t({marginTop:`${o.props.marginTop}px`,marginBottom:`${o.props.marginBottom}px`})},[Vr("div",{class:"liveCover",onClick:n[0]||(n[0]=e=>i.handleToLive())},[Vr("img",{src:i.liveCover},null,8,Kp),Vr("div",Gp,p(i.liveState),1)]),Vr("div",Wp,[Vr("div",Hp,p(i.liveTitle),1),Vr("div",qp,p(o.props.live.infuencerInfname),1)])],4)):(Br(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择直播",4))])},Vp.__scopeId="data-v-169993dd",Vp.__file="src/package/cyy-live/cyy-live.vue";var Jp={props:{props:{notice:{notice:Array,vertical:Boolean,color:String,backgroundColor:String,marginTop:Number,marginBottom:Number}}},data(){return{noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},noticeList:this.props.notice}},methods:{handleToNotice(e){}}};const Yp=e=>(Tn("data-v-15cdd31d"),e=e(),In(),e),Zp=Yp((()=>Vr("div",{class:"notice-logo"},[Vr("span",null,"公告")],-1))),Qp=Yp((()=>Vr("div",{class:"notice-bar"},null,-1))),Xp={class:"notice-content"},eu=["onClick"];Ad(".noticeBox[data-v-15cdd31d]{align-items:center;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;height:35px}.noticeBox[data-v-15cdd31d] .notice-logo[data-v-15cdd31d]{align-items:center;background:linear-gradient(270deg,#ff97bd,#e50f41);border-radius:10px;display:flex;padding:.5px 10px}.noticeBox[data-v-15cdd31d] .notice-logo[data-v-15cdd31d] span[data-v-15cdd31d]{color:#fff;font-family:PingFangSC-Regular,PingFang SC;font-size:10px;font-weight:400;line-height:17px}.noticeBox[data-v-15cdd31d] .notice-bar[data-v-15cdd31d]{background:#d8d8d8;border:1px solid #d8d8d8;height:12px;margin:0 10px;width:1px}.noticeBox[data-v-15cdd31d] .notice-content[data-v-15cdd31d]{flex:1;overflow:hidden}.noticeBox[data-v-15cdd31d] .notice-content[data-v-15cdd31d] .notice-list[data-v-15cdd31d]{display:flex;flex-direction:column;height:1.25em}.noticeBox[data-v-15cdd31d] .notice-content[data-v-15cdd31d] .notice-list[data-v-15cdd31d] .swiper-item[data-v-15cdd31d]{color:#999}"),Jp.render=function(e,n,o,r,a,i){const s=So("swiper-item"),c=So("swiper");return Br(),Er("div",null,[o.props.notice?(Br(),Er("div",{key:1,class:"noticeBox",style:t({marginTop:`${o.props.marginTop}px`,marginBottom:`${o.props.marginBottom}px`,backgroundColor:`${o.props.backgroundColor}`})},[Zp,Qp,Vr("div",Xp,[Kr(c,{class:"notice-list",vertical:o.props.vertical,circular:"true",autoplay:"true",interval:"5000",duration:"1000"},{default:Bn((()=>[(Br(!0),Er(Cr,null,Ao(a.noticeList,(e=>(Br(),zr(s,{key:e.noticeId},{default:Bn((()=>[Vr("div",{class:"swiper-item",style:t({color:`${o.props.color}`}),onClick:t=>i.handleToNotice(e)},p(e.noticeTitle),13,eu)])),_:2},1024)))),128))])),_:1},8,["vertical"])])],4)):(Br(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择公告",4))])},Jp.__scopeId="data-v-15cdd31d",Jp.__file="src/package/cyy-notice/cyy-notice.vue";Ad(".u-countdown[data-v-722b46bc]{align-items:center;display:flex}.u-countdown-item[data-v-722b46bc]{align-items:center;border-radius:3px;display:flex;flex-direction:row;justify-content:center;padding:1px;transform:translateZ(0);white-space:nowrap}.u-countdown-time[data-v-722b46bc]{line-height:1;margin:0;padding:0}.u-countdown-colon[data-v-722b46bc]{align-items:center;display:flex;flex-direction:row;justify-content:center;line-height:1;padding:0 .5px 2px}.u-countdown-scale[data-v-722b46bc]{transform:scale(.9);transform-origin:center center}");Ad(".secKill[data-v-2767d955]{border-radius:7px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);margin:0 auto;padding:13.5px 10px 0;width:100%}.secKill[data-v-2767d955] .soon[data-v-2767d955]{background:linear-gradient(90deg,#ff9d0d,#eb2b27);border-radius:12px;color:#fff;font-family:PingFangSC-Medium,PingFang SC;font-size:12px;font-weight:500;height:24px;line-height:24px;text-align:center;width:64px}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955]{align-items:center;display:flex;justify-content:space-between;padding-bottom:10px;width:100%}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955] .title[data-v-2767d955]{align-items:center;display:flex}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955] .more[data-v-2767d955]{color:#595959;display:flex;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955] .more[data-v-2767d955] .img[data-v-2767d955]{height:9px;margin-left:3px;width:5.5px}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955]{display:flex;height:126px;justify-content:space-between}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955] .secKill--center[data-v-2767d955]{background:#fff;border-radius:8px;margin-bottom:8px;margin-right:8px;padding:8px;position:relative;width:76px}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955] .secKill--center[data-v-2767d955] .mask[data-v-2767d955]{background-color:#000;color:#fff;display:block;font-size:13px;height:54px;line-height:54px;opacity:.5;position:absolute;text-align:center;width:54px}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955] .secKill--center[data-v-2767d955] .secKill-goodsName[data-v-2767d955]{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:34px;line-height:17px;overflow:hidden;text-overflow:ellipsis}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955]{display:flex}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955]{border-right:2px solid #f6f6f6;height:255px;padding:0 7.5px;width:164px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955] .bigimgs[data-v-2767d955]{height:100px;margin:0 auto;width:100px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955] .goodsName[data-v-2767d955]{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#262626;display:-webkit-box;font-family:PingFangSC-Semibold,PingFang SC;font-size:13px;font-weight:600;height:37.5px;margin-bottom:8px;margin-top:7.5px;overflow:hidden;width:153px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955] .price[data-v-2767d955]{align-items:center;display:flex;justify-content:space-between}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955]:nth-child(2){border:none}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955]{height:255px;padding-left:7.5px;width:164px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955] .bigimg[data-v-2767d955]{background-color:rgba(0,0,0,.3);height:118px;width:153px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955] .goodsName[data-v-2767d955]{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#262626;display:-webkit-box;font-family:PingFangSC-Semibold,PingFang SC;font-size:13px;font-weight:600;margin-bottom:10px;overflow:hidden;width:153px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955] .price[data-v-2767d955]{align-items:center;display:flex;justify-content:space-between}");var tu={data:()=>({ARSENALNAVIGATION:{type:"ArsenalNavigation",name:"导航",icon:"icon-shangpin-xianxing",props:{showStyle:0,photoSize:0,photoCorner:0,fontColor:"#BBBBBB",backgroundColor:"#EEEEEE",marginTop:0,marginBottom:0,selectImg:[],defaultValue:[{imgUrl:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/66341675912421_.pic.jpg",link:"无操作",name:""}]}},titleProp:{value:"test"},TopProps:{autoPlay:0,autoplayInterval:1500,direction:0,siteName:"测试公司",mallSlogan:"帮你轻松塑造幸福中职场",iconImg:"",paddingTop:0,paddingBottom:0,selectImg:[],defaultValue:[{imgUrl:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/66341675912421_.pic.jpg",link:"无操作",color:"#FD1738"}]},goodsProp:{arrange:4,borderRadius:0,goods:["2022010600000012","2022010600000082","2022010600000013"],margin:10,markedPrice:1,paddingBottom:0,paddingTop:0},collocationProp:{arrange:1,selectImg:"https://rcyx-platform-test.yoxuan.vip//paas/shop/2021011200000001/2023-03-14/e7195f36063f4b07b2d9d17c852b14f2.png",goods:["2022010600000090","2022010600000013","2022010600000082","2023010900003440"],markedPrice:1,purchaseIcon:1,more:1,activityTitle:"活动标题",activitySubtitle:"活动副标题",goodsTag:[{id:1,value:"零食很忙",id:2,value:"零食优选"},{id:3,value:"商品标签"}],textAlign:"center",backgroundColor:"#ffffff",cornerStyle:10,spacingStyle:2,marginTop:10,marginBottom:20},liveProp:{live:{infuencerName:"直播标题",infuencerInfname:"主播名称",infuencerUrl1:"http://mmbiz.qpic.cn/mmbiz_jpg/130W5xdRdAKOjhDrJiaia0VR6e0Vu5PuIz3HpeS4iayHG2nTjshYNkbTujMIqO3fLEyFMEWZQphVh6U6sEuZXvmvA/0",dataState:101},title:"",cover:"",marginTop:0,marginBottom:0},noticeProps:{vertical:!1,notice:[{noticeId:1,noticeTitle:"测试公告1"},{noticeId:2,noticeTitle:"测试公告2"}]}}),components:{Title:Od,Goods:Pd,Collocation:Yd,Live:Vp,ArsenalTop:mp,Notice:Jp,ArsenalNavigation:Md}};tu.render=function(e,t,n,o,r,a){const i=So("Collocation");return Br(),Er("div",null,[qr(' <Title :props="titleProp" /> '),qr(' <Goods :props="goodsProp" /> '),Kr(i,{props:r.collocationProp},null,8,["props"]),qr(' <Live :props="liveProp" /> '),qr(' <ArsenalTop :props="TopProps" /> '),qr(' <Notice :props="noticeProps" /> '),qr(' <ArsenalNavigation :props="ARSENALNAVIGATION.props" /> ')])},tu.__file="src/App.vue",((...e)=>{const t=(Ra||(Ra=_r(Da))).createApp(...e);!function(e){Object.defineProperty(e.config,"isNativeTag",{value:e=>s(e)||c(e),writable:!1})}(t),function(e){if(da()){const t=e.config.isCustomElement;Object.defineProperty(e.config,"isCustomElement",{get:()=>t,set(){Tt("The `isCustomElement` config option is deprecated. Use `compilerOptions.isCustomElement` instead.")}});const n=e.config.compilerOptions,o='The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime compiler (aka "full build"). Since you are using the runtime-only build, `compilerOptions` must be passed to `@vue/compiler-dom` in the build setup instead.\n- For vue-loader: pass it via vue-loader\'s `compilerOptions` loader option.\n- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-dom';Object.defineProperty(e.config,"compilerOptions",{get:()=>(Tt(o),n),set(){Tt(o)}})}}(t);const{mount:n}=t;return t.mount=e=>{const o=function(e){if(A(e)){const t=document.querySelector(e);return t||Tt(`Failed to mount app: mount target selector "${e}" returned null.`),t}window.ShadowRoot&&e instanceof window.ShadowRoot&&"closed"===e.mode&&Tt('mounting on a ShadowRoot with `{mode: "closed"}` may lead to unpredictable bugs');return e}(e);if(!o)return;const r=t._component;O(r)||r.render||r.template||(r.template=o.innerHTML),o.innerHTML="";const a=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),a},t})(tu).mount("#app");
1
+ function e(e,t){const n=Object.create(null),o=e.split(",");for(let e=0;e<o.length;e++)n[o[e]]=!0;return t?e=>!!n[e.toLowerCase()]:e=>!!n[e]}function t(e){if(j(e)){const n={};for(let o=0;o<e.length;o++){const r=e[o],i=A(r)?a(r):t(r);if(i)for(const e in i)n[e]=i[e]}return n}return A(e)||T(e)?e:void 0}const n=/;(?![^(]*\))/g,o=/:([^]+)/,r=/\/\*.*?\*\//gs;function a(e){const t={};return e.replace(r,"").split(n).forEach((e=>{if(e){const n=e.split(o);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function i(e){let t="";if(A(e))t=e;else if(j(e))for(let n=0;n<e.length;n++){const o=i(e[n]);o&&(t+=o+" ")}else if(T(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const s=e("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"),c=e("svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"),l=e("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function d(e){return!!e||""===e}const p=e=>A(e)?e:null==e?"":j(e)||T(e)&&(e.toString===$||!O(e.toString))?JSON.stringify(e,u,2):String(e),u=(e,t)=>t&&t.__v_isRef?u(e,t.value):S(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n])=>(e[`${t} =>`]=n,e)),{})}:C(t)?{[`Set(${t.size})`]:[...t.values()]}:!T(t)||j(t)||F(t)?t:String(t),f=Object.freeze({}),v=Object.freeze([]),g=()=>{},h=()=>!1,b=/^on[^a-z]/,m=e=>b.test(e),y=e=>e.startsWith("onUpdate:"),x=Object.assign,w=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},_=Object.prototype.hasOwnProperty,k=(e,t)=>_.call(e,t),j=Array.isArray,S=e=>"[object Map]"===B(e),C=e=>"[object Set]"===B(e),O=e=>"function"==typeof e,A=e=>"string"==typeof e,P=e=>"symbol"==typeof e,T=e=>null!==e&&"object"==typeof e,I=e=>T(e)&&O(e.then)&&O(e.catch),$=Object.prototype.toString,B=e=>$.call(e),N=e=>B(e).slice(8,-1),F=e=>"[object Object]"===B(e),E=e=>A(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,z=e(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),D=e("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),R=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},M=/-(\w)/g,L=R((e=>e.replace(M,((e,t)=>t?t.toUpperCase():"")))),U=/\B([A-Z])/g,V=R((e=>e.replace(U,"-$1").toLowerCase())),K=R((e=>e.charAt(0).toUpperCase()+e.slice(1))),G=R((e=>e?`on${K(e)}`:"")),H=(e,t)=>!Object.is(e,t),W=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},q=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},J=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Y;const Z=()=>Y||(Y="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function Q(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let X;class ee{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=X,!e&&X&&(this.index=(X.scopes||(X.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=X;try{return X=this,e()}finally{X=t}}else Q("cannot run an inactive effect scope.")}on(){X=this}off(){X=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){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}}}const te=e=>{const t=new Set(e);return t.w=0,t.n=0,t},ne=e=>(e.w&ie)>0,oe=e=>(e.n&ie)>0,re=new WeakMap;let ae=0,ie=1;const se=30;let ce;const le=Symbol("iterate"),de=Symbol("Map key iterate");class pe{constructor(e,t=null,n){this.fn=e,this.scheduler=t,this.active=!0,this.deps=[],this.parent=void 0,function(e,t=X){t&&t.active&&t.effects.push(e)}(this,n)}run(){if(!this.active)return this.fn();let e=ce,t=fe;for(;e;){if(e===this)return;e=e.parent}try{return this.parent=ce,ce=this,fe=!0,ie=1<<++ae,ae<=se?(({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=ie})(this):ue(this),this.fn()}finally{ae<=se&&(e=>{const{deps:t}=e;if(t.length){let n=0;for(let o=0;o<t.length;o++){const r=t[o];ne(r)&&!oe(r)?r.delete(e):t[n++]=r,r.w&=~ie,r.n&=~ie}t.length=n}})(this),ie=1<<--ae,ce=this.parent,fe=t,this.parent=void 0,this.deferStop&&this.stop()}}stop(){ce===this?this.deferStop=!0:this.active&&(ue(this),this.onStop&&this.onStop(),this.active=!1)}}function ue(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let fe=!0;const ve=[];function ge(){ve.push(fe),fe=!1}function he(){const e=ve.pop();fe=void 0===e||e}function be(e,t,n){if(fe&&ce){let o=re.get(e);o||re.set(e,o=new Map);let r=o.get(n);r||o.set(n,r=te());me(r,{effect:ce,target:e,type:t,key:n})}}function me(e,t){let n=!1;ae<=se?oe(e)||(e.n|=ie,n=!ne(e)):n=!e.has(ce),n&&(e.add(ce),ce.deps.push(e),ce.onTrack&&ce.onTrack(Object.assign({effect:ce},t)))}function ye(e,t,n,o,r,a){const i=re.get(e);if(!i)return;let s=[];if("clear"===t)s=[...i.values()];else if("length"===n&&j(e)){const e=Number(o);i.forEach(((t,n)=>{("length"===n||n>=e)&&s.push(t)}))}else switch(void 0!==n&&s.push(i.get(n)),t){case"add":j(e)?E(n)&&s.push(i.get("length")):(s.push(i.get(le)),S(e)&&s.push(i.get(de)));break;case"delete":j(e)||(s.push(i.get(le)),S(e)&&s.push(i.get(de)));break;case"set":S(e)&&s.push(i.get(le))}const c={target:e,type:t,key:n,newValue:o,oldValue:r,oldTarget:a};if(1===s.length)s[0]&&xe(s[0],c);else{const e=[];for(const t of s)t&&e.push(...t);xe(te(e),c)}}function xe(e,t){const n=j(e)?e:[...e];for(const e of n)e.computed&&we(e,t);for(const e of n)e.computed||we(e,t)}function we(e,t){(e!==ce||e.allowRecurse)&&(e.onTrigger&&e.onTrigger(x({effect:e},t)),e.scheduler?e.scheduler():e.run())}const _e=e("__proto__,__v_isRef,__isVue"),ke=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(P)),je=Ie(),Se=Ie(!1,!0),Ce=Ie(!0),Oe=Ie(!0,!0),Ae=Pe();function Pe(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const n=mt(this);for(let e=0,t=this.length;e<t;e++)be(n,"get",e+"");const o=n[t](...e);return-1===o||!1===o?n[t](...e.map(mt)):o}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){ge();const n=mt(this)[t].apply(this,e);return he(),n}})),e}function Te(e){const t=mt(this);return be(t,"has",e),t.hasOwnProperty(e)}function Ie(e=!1,t=!1){return function(n,o,r){if("__v_isReactive"===o)return!e;if("__v_isReadonly"===o)return e;if("__v_isShallow"===o)return t;if("__v_raw"===o&&r===(e?t?lt:ct:t?st:it).get(n))return n;const a=j(n);if(!e){if(a&&k(Ae,o))return Reflect.get(Ae,o,r);if("hasOwnProperty"===o)return Te}const i=Reflect.get(n,o,r);return(P(o)?ke.has(o):_e(o))?i:(e||be(n,"get",o),t?i:_t(i)?a&&E(o)?i:i.value:T(i)?e?pt(i):dt(i):i)}}function $e(e=!1){return function(t,n,o,r){let a=t[n];if(gt(a)&&_t(a)&&!_t(o))return!1;if(!e&&(ht(o)||gt(o)||(a=mt(a),o=mt(o)),!j(t)&&_t(a)&&!_t(o)))return a.value=o,!0;const i=j(t)&&E(n)?Number(n)<t.length:k(t,n),s=Reflect.set(t,n,o,r);return t===mt(r)&&(i?H(o,a)&&ye(t,"set",n,o,a):ye(t,"add",n,o)),s}}const Be={get:je,set:$e(),deleteProperty:function(e,t){const n=k(e,t),o=e[t],r=Reflect.deleteProperty(e,t);return r&&n&&ye(e,"delete",t,void 0,o),r},has:function(e,t){const n=Reflect.has(e,t);return P(t)&&ke.has(t)||be(e,"has",t),n},ownKeys:function(e){return be(e,"iterate",j(e)?"length":le),Reflect.ownKeys(e)}},Ne={get:Ce,set:(e,t)=>(Q(`Set operation on key "${String(t)}" failed: target is readonly.`,e),!0),deleteProperty:(e,t)=>(Q(`Delete operation on key "${String(t)}" failed: target is readonly.`,e),!0)},Fe=x({},Be,{get:Se,set:$e(!0)}),Ee=x({},Ne,{get:Oe}),ze=e=>e,De=e=>Reflect.getPrototypeOf(e);function Re(e,t,n=!1,o=!1){const r=mt(e=e.__v_raw),a=mt(t);n||(t!==a&&be(r,"get",t),be(r,"get",a));const{has:i}=De(r),s=o?ze:n?wt:xt;return i.call(r,t)?s(e.get(t)):i.call(r,a)?s(e.get(a)):void(e!==r&&e.get(t))}function Me(e,t=!1){const n=this.__v_raw,o=mt(n),r=mt(e);return t||(e!==r&&be(o,"has",e),be(o,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Le(e,t=!1){return e=e.__v_raw,!t&&be(mt(e),"iterate",le),Reflect.get(e,"size",e)}function Ue(e){e=mt(e);const t=mt(this);return De(t).has.call(t,e)||(t.add(e),ye(t,"add",e,e)),this}function Ve(e,t){t=mt(t);const n=mt(this),{has:o,get:r}=De(n);let a=o.call(n,e);a?at(n,o,e):(e=mt(e),a=o.call(n,e));const i=r.call(n,e);return n.set(e,t),a?H(t,i)&&ye(n,"set",e,t,i):ye(n,"add",e,t),this}function Ke(e){const t=mt(this),{has:n,get:o}=De(t);let r=n.call(t,e);r?at(t,n,e):(e=mt(e),r=n.call(t,e));const a=o?o.call(t,e):void 0,i=t.delete(e);return r&&ye(t,"delete",e,void 0,a),i}function Ge(){const e=mt(this),t=0!==e.size,n=S(e)?new Map(e):new Set(e),o=e.clear();return t&&ye(e,"clear",void 0,void 0,n),o}function He(e,t){return function(n,o){const r=this,a=r.__v_raw,i=mt(a),s=t?ze:e?wt:xt;return!e&&be(i,"iterate",le),a.forEach(((e,t)=>n.call(o,s(e),s(t),r)))}}function We(e,t,n){return function(...o){const r=this.__v_raw,a=mt(r),i=S(a),s="entries"===e||e===Symbol.iterator&&i,c="keys"===e&&i,l=r[e](...o),d=n?ze:t?wt:xt;return!t&&be(a,"iterate",c?de:le),{next(){const{value:e,done:t}=l.next();return t?{value:e,done:t}:{value:s?[d(e[0]),d(e[1])]:d(e),done:t}},[Symbol.iterator](){return this}}}}function qe(e){return function(...t){{const n=t[0]?`on key "${t[0]}" `:"";console.warn(`${K(e)} operation ${n}failed: target is readonly.`,mt(this))}return"delete"!==e&&this}}function Je(){const e={get(e){return Re(this,e)},get size(){return Le(this)},has:Me,add:Ue,set:Ve,delete:Ke,clear:Ge,forEach:He(!1,!1)},t={get(e){return Re(this,e,!1,!0)},get size(){return Le(this)},has:Me,add:Ue,set:Ve,delete:Ke,clear:Ge,forEach:He(!1,!0)},n={get(e){return Re(this,e,!0)},get size(){return Le(this,!0)},has(e){return Me.call(this,e,!0)},add:qe("add"),set:qe("set"),delete:qe("delete"),clear:qe("clear"),forEach:He(!0,!1)},o={get(e){return Re(this,e,!0,!0)},get size(){return Le(this,!0)},has(e){return Me.call(this,e,!0)},add:qe("add"),set:qe("set"),delete:qe("delete"),clear:qe("clear"),forEach:He(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((r=>{e[r]=We(r,!1,!1),n[r]=We(r,!0,!1),t[r]=We(r,!1,!0),o[r]=We(r,!0,!0)})),[e,n,t,o]}const[Ye,Ze,Qe,Xe]=Je();function et(e,t){const n=t?e?Xe:Qe:e?Ze:Ye;return(t,o,r)=>"__v_isReactive"===o?!e:"__v_isReadonly"===o?e:"__v_raw"===o?t:Reflect.get(k(n,o)&&o in t?n:t,o,r)}const tt={get:et(!1,!1)},nt={get:et(!1,!0)},ot={get:et(!0,!1)},rt={get:et(!0,!0)};function at(e,t,n){const o=mt(n);if(o!==n&&t.call(e,o)){const t=N(e);console.warn(`Reactive ${t} contains both the raw and reactive versions of the same object${"Map"===t?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const it=new WeakMap,st=new WeakMap,ct=new WeakMap,lt=new WeakMap;function dt(e){return gt(e)?e:ft(e,!1,Be,tt,it)}function pt(e){return ft(e,!0,Ne,ot,ct)}function ut(e){return ft(e,!0,Ee,rt,lt)}function ft(e,t,n,o,r){if(!T(e))return console.warn(`value cannot be made reactive: ${String(e)}`),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const a=r.get(e);if(a)return a;const i=(s=e).__v_skip||!Object.isExtensible(s)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(N(s));var s;if(0===i)return e;const c=new Proxy(e,2===i?o:n);return r.set(e,c),c}function vt(e){return gt(e)?vt(e.__v_raw):!(!e||!e.__v_isReactive)}function gt(e){return!(!e||!e.__v_isReadonly)}function ht(e){return!(!e||!e.__v_isShallow)}function bt(e){return vt(e)||gt(e)}function mt(e){const t=e&&e.__v_raw;return t?mt(t):e}function yt(e){return q(e,"__v_skip",!0),e}const xt=e=>T(e)?dt(e):e,wt=e=>T(e)?pt(e):e;function _t(e){return!(!e||!0!==e.__v_isRef)}const kt={get:(e,t,n)=>{return _t(o=Reflect.get(e,t,n))?o.value:o;var o},set:(e,t,n,o)=>{const r=e[t];return _t(r)&&!_t(n)?(r.value=n,!0):Reflect.set(e,t,n,o)}};function jt(e){return vt(e)?e:new Proxy(e,kt)}var St;class Ct{constructor(e,t,n,o){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this[St]=!1,this._dirty=!0,this.effect=new pe(e,(()=>{this._dirty||(this._dirty=!0,function(e,t){const n=(e=mt(e)).dep;n&&xe(n,{target:e,type:"set",key:"value",newValue:t})}(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=n}get value(){const e=mt(this);var t;return t=e,fe&&ce&&me((t=mt(t)).dep||(t.dep=te()),{target:t,type:"get",key:"value"}),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}St="__v_isReadonly";const Ot=[];function At(e){Ot.push(e)}function Pt(){Ot.pop()}function Tt(e,...t){ge();const n=Ot.length?Ot[Ot.length-1].component:null,o=n&&n.appContext.config.warnHandler,r=function(){let e=Ot[Ot.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const o=e.component&&e.component.parent;e=o&&o.vnode}return t}();if(o)Nt(o,n,11,[e+t.join(""),n&&n.proxy,r.map((({vnode:e})=>`at <${ha(n,e.type)}>`)).join("\n"),r]);else{const n=[`[Vue warn]: ${e}`,...t];r.length&&n.push("\n",...function(e){const t=[];return e.forEach(((e,n)=>{t.push(...0===n?[]:["\n"],...function({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",o=!!e.component&&null==e.component.parent,r=` at <${ha(e.component,e.type,o)}`,a=">"+n;return e.props?[r,...It(e.props),a]:[r+a]}(e))})),t}(r)),console.warn(...n)}he()}function It(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach((n=>{t.push(...$t(n,e[n]))})),n.length>3&&t.push(" ..."),t}function $t(e,t,n){return A(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):"number"==typeof t||"boolean"==typeof t||null==t?n?t:[`${e}=${t}`]:_t(t)?(t=$t(e,mt(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):O(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=mt(t),n?t:[`${e}=`,t])}const Bt={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://new-issue.vuejs.org/?repo=vuejs/core"};function Nt(e,t,n,o){let r;try{r=o?e(...o):e()}catch(e){Et(e,t,n)}return r}function Ft(e,t,n,o){if(O(e)){const r=Nt(e,t,n,o);return r&&I(r)&&r.catch((e=>{Et(e,t,n)})),r}const r=[];for(let a=0;a<e.length;a++)r.push(Ft(e[a],t,n,o));return r}function Et(e,t,n,o=!0){const r=t?t.vnode:null;if(t){let o=t.parent;const r=t.proxy,a=Bt[n];for(;o;){const t=o.ec;if(t)for(let n=0;n<t.length;n++)if(!1===t[n](e,r,a))return;o=o.parent}const i=t.appContext.config.errorHandler;if(i)return void Nt(i,null,10,[e,r,a])}!function(e,t,n,o=!0){{const r=Bt[t];if(n&&At(n),Tt("Unhandled error"+(r?` during execution of ${r}`:"")),n&&Pt(),o)throw e;console.error(e)}}(e,n,r,o)}let zt=!1,Dt=!1;const Rt=[];let Mt=0;const Lt=[];let Ut=null,Vt=0;const Kt=Promise.resolve();let Gt=null;const Ht=100;function Wt(e){const t=Gt||Kt;return e?t.then(this?e.bind(this):e):t}function qt(e){Rt.length&&Rt.includes(e,zt&&e.allowRecurse?Mt+1:Mt)||(null==e.id?Rt.push(e):Rt.splice(function(e){let t=Mt+1,n=Rt.length;for(;t<n;){const o=t+n>>>1;Xt(Rt[o])<e?t=o+1:n=o}return t}(e.id),0,e),Jt())}function Jt(){zt||Dt||(Dt=!0,Gt=Kt.then(tn))}function Yt(e){j(e)?Lt.push(...e):Ut&&Ut.includes(e,e.allowRecurse?Vt+1:Vt)||Lt.push(e),Jt()}function Zt(e,t=(zt?Mt+1:0)){for(e=e||new Map;t<Rt.length;t++){const n=Rt[t];if(n&&n.pre){if(nn(e,n))continue;Rt.splice(t,1),t--,n()}}}function Qt(e){if(Lt.length){const t=[...new Set(Lt)];if(Lt.length=0,Ut)return void Ut.push(...t);for(Ut=t,e=e||new Map,Ut.sort(((e,t)=>Xt(e)-Xt(t))),Vt=0;Vt<Ut.length;Vt++)nn(e,Ut[Vt])||Ut[Vt]();Ut=null,Vt=0}}const Xt=e=>null==e.id?1/0:e.id,en=(e,t)=>{const n=Xt(e)-Xt(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function tn(e){Dt=!1,zt=!0,e=e||new Map,Rt.sort(en);const t=t=>nn(e,t);try{for(Mt=0;Mt<Rt.length;Mt++){const e=Rt[Mt];if(e&&!1!==e.active){if(t(e))continue;Nt(e,null,14)}}}finally{Mt=0,Rt.length=0,Qt(e),zt=!1,Gt=null,(Rt.length||Lt.length)&&tn(e)}}function nn(e,t){if(e.has(t)){const n=e.get(t);if(n>Ht){const e=t.ownerInstance,n=e&&ga(e.type);return Tt(`Maximum recursive updates exceeded${n?` in component <${n}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`),!0}e.set(t,n+1)}else e.set(t,1)}let on=!1;const rn=new Set;Z().__VUE_HMR_RUNTIME__={createRecord:dn(sn),rerender:dn((function(e,t){const n=an.get(e);if(!n)return;n.initialDef.render=t,[...n.instances].forEach((e=>{t&&(e.render=t,cn(e.type).render=t),e.renderCache=[],on=!0,e.update(),on=!1}))})),reload:dn((function(e,t){const n=an.get(e);if(!n)return;t=cn(t),ln(n.initialDef,t);const o=[...n.instances];for(const e of o){const o=cn(e.type);rn.has(o)||(o!==n.initialDef&&ln(o,t),rn.add(o)),e.appContext.optionsCache.delete(e.type),e.ceReload?(rn.add(o),e.ceReload(t.styles),rn.delete(o)):e.parent?qt(e.parent.update):e.appContext.reload?e.appContext.reload():"undefined"!=typeof window?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Yt((()=>{for(const e of o)rn.delete(cn(e.type))}))}))};const an=new Map;function sn(e,t){return!an.has(e)&&(an.set(e,{initialDef:cn(t),instances:new Set}),!0)}function cn(e){return ba(e)?e.__vccOpts:e}function ln(e,t){x(e,t);for(const n in e)"__file"===n||n in t||delete e[n]}function dn(e){return(t,n)=>{try{return e(t,n)}catch(e){console.error(e),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let pn,un=[],fn=!1;function vn(e,...t){pn?pn.emit(e,...t):fn||un.push({event:e,args:t})}function gn(e,t){var n,o;if(pn=e,pn)pn.enabled=!0,un.forEach((({event:e,args:t})=>pn.emit(e,...t))),un=[];else if("undefined"!=typeof window&&window.HTMLElement&&!(null===(o=null===(n=window.navigator)||void 0===n?void 0:n.userAgent)||void 0===o?void 0:o.includes("jsdom"))){(t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push((e=>{gn(e,t)})),setTimeout((()=>{pn||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,fn=!0,un=[])}),3e3)}else fn=!0,un=[]}const hn=xn("component:added"),bn=xn("component:updated"),mn=xn("component:removed"),yn=e=>{pn&&"function"==typeof pn.cleanupBuffer&&!pn.cleanupBuffer(e)&&mn(e)};function xn(e){return t=>{vn(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}const wn=kn("perf:start"),_n=kn("perf:end");function kn(e){return(t,n,o)=>{vn(e,t.appContext.app,t.uid,t,n,o)}}function jn(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||f;{const{emitsOptions:o,propsOptions:[r]}=e;if(o)if(t in o){const e=o[t];if(O(e)){e(...n)||Tt(`Invalid event arguments: event validation failed for event "${t}".`)}}else r&&G(t)in r||Tt(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${G(t)}" prop.`)}let r=n;const a=t.startsWith("update:"),i=a&&t.slice(7);if(i&&i in o){const e=`${"modelValue"===i?"model":i}Modifiers`,{number:t,trim:a}=o[e]||f;a&&(r=n.map((e=>A(e)?e.trim():e))),t&&(r=n.map(J))}!function(e,t,n){vn("component:emit",e.appContext.app,e,t,n)}(e,t,r);{const n=t.toLowerCase();n!==t&&o[G(n)]&&Tt(`Event "${n}" is emitted in component ${ha(e,e.type)} but the handler is registered for "${t}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${V(t)}" instead of "${t}".`)}let s,c=o[s=G(t)]||o[s=G(L(t))];!c&&a&&(c=o[s=G(V(t))]),c&&Ft(c,e,6,r);const l=o[s+"Once"];if(l){if(e.emitted){if(e.emitted[s])return}else e.emitted={};e.emitted[s]=!0,Ft(l,e,6,r)}}function Sn(e,t,n=!1){const o=t.emitsCache,r=o.get(e);if(void 0!==r)return r;const a=e.emits;let i={},s=!1;if(__VUE_OPTIONS_API__&&!O(e)){const o=e=>{const n=Sn(e,t,!0);n&&(s=!0,x(i,n))};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return a||s?(j(a)?a.forEach((e=>i[e]=null)):x(i,a),T(e)&&o.set(e,i),i):(T(e)&&o.set(e,null),null)}function Cn(e,t){return!(!e||!m(t))&&(t=t.slice(2).replace(/Once$/,""),k(e,t[0].toLowerCase()+t.slice(1))||k(e,V(t))||k(e,t))}let On=null,An=null;function Pn(e){const t=On;return On=e,An=e&&e.type.__scopeId||null,t}function Tn(e){An=e}function In(){An=null}function $n(e,t=On,n){if(!t)return e;if(e._n)return e;const o=(...n)=>{o._d&&Nr(-1);const r=Pn(t);let a;try{a=e(...n)}finally{Pn(r),o._d&&Nr(1)}return bn(t),a};return o._n=!0,o._c=!0,o._d=!0,o}let Bn=!1;function Nn(){Bn=!0}function Fn(e){const{type:t,vnode:n,proxy:o,withProxy:r,props:a,propsOptions:[i],slots:s,attrs:c,emit:l,render:d,renderCache:p,data:u,setupState:f,ctx:v,inheritAttrs:g}=e;let h,b;const x=Pn(e);Bn=!1;try{if(4&n.shapeFlag){const e=r||o;h=Jr(d.call(e,e,p,a,f,u,v)),b=c}else{const e=t;c===a&&Nn(),h=Jr(e.length>1?e(a,{get attrs(){return Nn(),c},slots:s,emit:l}):e(a,null)),b=t.props?c:Dn(c)}}catch(t){Tr.length=0,Et(t,e,1),h=Kr(Ar)}let w,_=h;if(h.patchFlag>0&&2048&h.patchFlag&&([_,w]=En(h)),b&&!1!==g){const e=Object.keys(b),{shapeFlag:t}=_;if(e.length)if(7&t)i&&e.some(y)&&(b=Rn(b,i)),_=Gr(_,b);else if(!Bn&&_.type!==Ar){const e=Object.keys(c),t=[],n=[];for(let o=0,r=e.length;o<r;o++){const r=e[o];m(r)?y(r)||t.push(r[2].toLowerCase()+r.slice(3)):n.push(r)}n.length&&Tt(`Extraneous non-props attributes (${n.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`),t.length&&Tt(`Extraneous non-emits event listeners (${t.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}return n.dirs&&(Mn(_)||Tt("Runtime directive used on component with non-element root node. The directives will not function as intended."),_=Gr(_),_.dirs=_.dirs?_.dirs.concat(n.dirs):n.dirs),n.transition&&(Mn(_)||Tt("Component inside <Transition> renders non-element root node that cannot be animated."),_.transition=n.transition),w?w(_):h=_,Pn(x),h}const En=e=>{const t=e.children,n=e.dynamicChildren,o=zn(t);if(!o)return[e,void 0];const r=t.indexOf(o),a=n?n.indexOf(o):-1;return[Jr(o),o=>{t[r]=o,n&&(a>-1?n[a]=o:o.patchFlag>0&&(e.dynamicChildren=[...n,o]))}]};function zn(e){let t;for(let n=0;n<e.length;n++){const o=e[n];if(!Dr(o))return;if(o.type!==Ar||"v-if"===o.children){if(t)return;t=o}}return t}const Dn=e=>{let t;for(const n in e)("class"===n||"style"===n||m(n))&&((t||(t={}))[n]=e[n]);return t},Rn=(e,t)=>{const n={};for(const o in e)y(o)&&o.slice(9)in t||(n[o]=e[o]);return n},Mn=e=>7&e.shapeFlag||e.type===Ar;function Ln(e,t,n){const o=Object.keys(t);if(o.length!==Object.keys(e).length)return!0;for(let r=0;r<o.length;r++){const a=o[r];if(t[a]!==e[a]&&!Cn(n,a))return!0}return!1}const Un=e=>e.__isSuspense;function Vn(e,t,n=!1){const o=ta||On;if(o){const r=null==o.parent?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&O(t)?t.call(o.proxy):t;Tt(`injection "${String(e)}" not found.`)}else Tt("inject() can only be used inside setup() or functional components.")}const Kn={};function Gn(e,t,n){return O(t)||Tt("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Hn(e,t,n)}function Hn(e,t,{immediate:n,deep:o,flush:r,onTrack:a,onTrigger:i}=f){t||(void 0!==n&&Tt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==o&&Tt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'));const s=e=>{Tt("Invalid watch source: ",e,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},c=X===(null==ta?void 0:ta.scope)?ta:null;let l,d,p=!1,u=!1;if(_t(e)?(l=()=>e.value,p=ht(e)):vt(e)?(l=()=>e,o=!0):j(e)?(u=!0,p=e.some((e=>vt(e)||ht(e))),l=()=>e.map((e=>_t(e)?e.value:vt(e)?Jn(e):O(e)?Nt(e,c,2):void s(e)))):O(e)?l=t?()=>Nt(e,c,2):()=>{if(!c||!c.isUnmounted)return d&&d(),Ft(e,c,3,[h])}:(l=g,s(e)),t&&o){const e=l;l=()=>Jn(e())}let v,h=e=>{d=x.onStop=()=>{Nt(e,c,4)}};if(ca){if(h=g,t?n&&Ft(t,c,3,[l(),u?[]:void 0,h]):l(),"sync"!==r)return g;{const e=xa();v=e.__watcherHandles||(e.__watcherHandles=[])}}let b=u?new Array(e.length).fill(Kn):Kn;const m=()=>{if(x.active)if(t){const e=x.run();(o||p||(u?e.some(((e,t)=>H(e,b[t]))):H(e,b)))&&(d&&d(),Ft(t,c,3,[e,b===Kn?void 0:u&&b[0]===Kn?[]:b,h]),b=e)}else x.run()};let y;m.allowRecurse=!!t,"sync"===r?y=m:"post"===r?y=()=>wr(m,c&&c.suspense):(m.pre=!0,c&&(m.id=c.uid),y=()=>qt(m));const x=new pe(l,y);x.onTrack=a,x.onTrigger=i,t?n?m():b=x.run():"post"===r?wr(x.run.bind(x),c&&c.suspense):x.run();const _=()=>{x.stop(),c&&c.scope&&w(c.scope.effects,x)};return v&&v.push(_),_}function Wn(e,t,n){const o=this.proxy,r=A(e)?e.includes(".")?qn(o,e):()=>o[e]:e.bind(o,o);let a;O(t)?a=t:(a=t.handler,n=t);const i=ta;oa(this);const s=Hn(r,a.bind(o),n);return i?oa(i):ra(),s}function qn(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}function Jn(e,t){if(!T(e)||e.__v_skip)return e;if((t=t||new Set).has(e))return e;if(t.add(e),_t(e))Jn(e.value,t);else if(j(e))for(let n=0;n<e.length;n++)Jn(e[n],t);else if(C(e)||S(e))e.forEach((e=>{Jn(e,t)}));else if(F(e))for(const n in e)Jn(e[n],t);return e}const Yn=[Function,Array];Boolean,Boolean;function Zn(e,t){const{leavingVNodes:n}=e;let o=n.get(t.type);return o||(o=Object.create(null),n.set(t.type,o)),o}function Qn(e,t,n,o){const{appear:r,mode:a,persisted:i=!1,onBeforeEnter:s,onEnter:c,onAfterEnter:l,onEnterCancelled:d,onBeforeLeave:p,onLeave:u,onAfterLeave:f,onLeaveCancelled:v,onBeforeAppear:g,onAppear:h,onAfterAppear:b,onAppearCancelled:m}=t,y=String(e.key),x=Zn(n,e),w=(e,t)=>{e&&Ft(e,o,9,t)},_=(e,t)=>{const n=t[1];w(e,t),j(e)?e.every((e=>e.length<=1))&&n():e.length<=1&&n()},k={mode:a,persisted:i,beforeEnter(t){let o=s;if(!n.isMounted){if(!r)return;o=g||s}t._leaveCb&&t._leaveCb(!0);const a=x[y];a&&Rr(e,a)&&a.el._leaveCb&&a.el._leaveCb(),w(o,[t])},enter(e){let t=c,o=l,a=d;if(!n.isMounted){if(!r)return;t=h||c,o=b||l,a=m||d}let i=!1;const s=e._enterCb=t=>{i||(i=!0,w(t?a:o,[e]),k.delayedLeave&&k.delayedLeave(),e._enterCb=void 0)};t?_(t,[e,s]):s()},leave(t,o){const r=String(e.key);if(t._enterCb&&t._enterCb(!0),n.isUnmounting)return o();w(p,[t]);let a=!1;const i=t._leaveCb=n=>{a||(a=!0,o(),w(n?v:f,[t]),t._leaveCb=void 0,x[r]===e&&delete x[r])};x[r]=e,u?_(u,[t,i]):i()},clone:e=>Qn(e,t,n,o)};return k}function Xn(e){if(ro(e))return(e=Gr(e)).children=null,e}function eo(e){return ro(e)?e.children?e.children[0]:void 0:e}function to(e,t){6&e.shapeFlag&&e.component?to(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function no(e,t=!1,n){let o=[],r=0;for(let a=0;a<e.length;a++){let i=e[a];const s=null==n?i.key:String(n)+String(null!=i.key?i.key:a);i.type===Cr?(128&i.patchFlag&&r++,o=o.concat(no(i.children,t,s))):(t||i.type!==Ar)&&o.push(null!=s?Gr(i,{key:s}):i)}if(r>1)for(let e=0;e<o.length;e++)o[e].patchFlag=-2;return o}const oo=e=>!!e.type.__asyncLoader,ro=e=>e.type.__isKeepAlive;function ao(e,t){so(e,"a",t)}function io(e,t){so(e,"da",t)}function so(e,t,n=ta){const o=e.__wdc||(e.__wdc=()=>{let t=n;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(lo(t,o,n),n){let e=n.parent;for(;e&&e.parent;)ro(e.parent.vnode)&&co(o,t,n,e),e=e.parent}}function co(e,t,n,o){const r=lo(t,e,o,!0);bo((()=>{w(o[t],r)}),n)}function lo(e,t,n=ta,o=!1){if(n){const r=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...o)=>{if(n.isUnmounted)return;ge(),oa(n);const r=Ft(t,n,e,o);return ra(),he(),r});return o?r.unshift(a):r.push(a),a}Tt(`${G(Bt[e].replace(/ hook$/,""))} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}const po=e=>(t,n=ta)=>(!ca||"sp"===e)&&lo(e,((...e)=>t(...e)),n),uo=po("bm"),fo=po("m"),vo=po("bu"),go=po("u"),ho=po("bum"),bo=po("um"),mo=po("sp"),yo=po("rtg"),xo=po("rtc");function wo(e,t=ta){lo("ec",e,t)}function _o(e){D(e)&&Tt("Do not use built-in directive ids as custom directive id: "+e)}function ko(e,t,n,o){const r=e.dirs,a=t&&t.dirs;for(let i=0;i<r.length;i++){const s=r[i];a&&(s.oldValue=a[i].value);let c=s.dir[o];c&&(ge(),Ft(c,n,8,[e.el,s,e,t]),he())}}const jo="components";function So(e,t){return function(e,t,n=!0,o=!1){const r=On||ta;if(r){const a=r.type;if(e===jo){const e=ga(a,!1);if(e&&(e===t||e===L(t)||e===K(L(t))))return a}const i=Oo(r[e]||a[e],t)||Oo(r.appContext[e],t);if(!i&&o)return a;if(n&&!i){const n=e===jo?"\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.":"";Tt(`Failed to resolve ${e.slice(0,-1)}: ${t}${n}`)}return i}Tt(`resolve${K(e.slice(0,-1))} can only be used in render() or setup().`)}(jo,e,!0,t)||e}const Co=Symbol();function Oo(e,t){return e&&(e[t]||e[L(t)]||e[K(L(t))])}function Ao(e,t,n,o){let r;const a=n&&n[o];if(j(e)||A(e)){r=new Array(e.length);for(let n=0,o=e.length;n<o;n++)r[n]=t(e[n],n,void 0,a&&a[n])}else if("number"==typeof e){Number.isInteger(e)||Tt(`The v-for range expect an integer value but got ${e}.`),r=new Array(e);for(let n=0;n<e;n++)r[n]=t(n+1,n,void 0,a&&a[n])}else if(T(e))if(e[Symbol.iterator])r=Array.from(e,((e,n)=>t(e,n,void 0,a&&a[n])));else{const n=Object.keys(e);r=new Array(n.length);for(let o=0,i=n.length;o<i;o++){const i=n[o];r[o]=t(e[i],i,o,a&&a[o])}}else r=[];return n&&(n[o]=r),r}const Po=e=>e?sa(e)?ua(e)||e.proxy:Po(e.parent):null,To=x(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>ut(e.props),$attrs:e=>ut(e.attrs),$slots:e=>ut(e.slots),$refs:e=>ut(e.refs),$parent:e=>Po(e.parent),$root:e=>Po(e.root),$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?Do(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>qt(e.update)),$nextTick:e=>e.n||(e.n=Wt.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?Wn.bind(e):g}),Io=e=>"_"===e||"$"===e,$o=(e,t)=>e!==f&&!e.__isScriptSetup&&k(e,t),Bo={get({_:e},t){const{ctx:n,setupState:o,data:r,props:a,accessCache:i,type:s,appContext:c}=e;if("__isVue"===t)return!0;let l;if("$"!==t[0]){const s=i[t];if(void 0!==s)switch(s){case 1:return o[t];case 2:return r[t];case 4:return n[t];case 3:return a[t]}else{if($o(o,t))return i[t]=1,o[t];if(r!==f&&k(r,t))return i[t]=2,r[t];if((l=e.propsOptions[0])&&k(l,t))return i[t]=3,a[t];if(n!==f&&k(n,t))return i[t]=4,n[t];__VUE_OPTIONS_API__&&!No||(i[t]=0)}}const d=To[t];let p,u;return d?("$attrs"===t&&(be(e,"get",t),Nn()),d(e)):(p=s.__cssModules)&&(p=p[t])?p:n!==f&&k(n,t)?(i[t]=4,n[t]):(u=c.config.globalProperties,k(u,t)?u[t]:void(!On||A(t)&&0===t.indexOf("__v")||(r!==f&&Io(t[0])&&k(r,t)?Tt(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===On&&Tt(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))))},set({_:e},t,n){const{data:o,setupState:r,ctx:a}=e;return $o(r,t)?(r[t]=n,!0):r.__isScriptSetup&&k(r,t)?(Tt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):o!==f&&k(o,t)?(o[t]=n,!0):k(e.props,t)?(Tt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):"$"===t[0]&&t.slice(1)in e?(Tt(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(t in e.appContext.config.globalProperties?Object.defineProperty(a,t,{enumerable:!0,configurable:!0,value:n}):a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:r,propsOptions:a}},i){let s;return!!n[i]||e!==f&&k(e,i)||$o(t,i)||(s=a[0])&&k(s,i)||k(o,i)||k(To,i)||k(r.config.globalProperties,i)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:k(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};Bo.ownKeys=e=>(Tt("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e));let No=!0;function Fo(e){const t=Do(e),n=e.proxy,o=e.ctx;No=!1,t.beforeCreate&&Eo(t.beforeCreate,e,"bc");const{data:r,computed:a,methods:i,watch:s,provide:c,inject:l,created:d,beforeMount:p,mounted:u,beforeUpdate:f,updated:v,activated:h,deactivated:b,beforeDestroy:m,beforeUnmount:y,destroyed:x,unmounted:w,render:_,renderTracked:k,renderTriggered:S,errorCaptured:C,serverPrefetch:A,expose:P,inheritAttrs:$,components:B,directives:N,filters:F}=t,E=function(){const e=Object.create(null);return(t,n)=>{e[n]?Tt(`${t} property "${n}" is already defined in ${e[n]}.`):e[n]=t}}();{const[t]=e.propsOptions;if(t)for(const e in t)E("Props",e)}if(l&&function(e,t,n=g,o=!1){j(e)&&(e=Uo(e));for(const r in e){const a=e[r];let i;i=T(a)?"default"in a?Vn(a.from||r,a.default,!0):Vn(a.from||r):Vn(a),_t(i)?o?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:e=>i.value=e}):(Tt(`injected property "${r}" is a ref and will be auto-unwrapped and no longer needs \`.value\` in the next minor release. To opt-in to the new behavior now, set \`app.config.unwrapInjectedRef = true\` (this config is temporary and will not be needed in the future.)`),t[r]=i):t[r]=i,n("Inject",r)}}(l,o,E,e.appContext.config.unwrapInjectedRef),i)for(const e in i){const t=i[e];O(t)?(Object.defineProperty(o,e,{value:t.bind(n),configurable:!0,enumerable:!0,writable:!0}),E("Methods",e)):Tt(`Method "${e}" has type "${typeof t}" in the component definition. Did you reference the function correctly?`)}if(r){O(r)||Tt("The data option must be a function. Plain object usage is no longer supported.");const t=r.call(n,n);if(I(t)&&Tt("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),T(t)){e.data=dt(t);for(const e in t)E("Data",e),Io(e[0])||Object.defineProperty(o,e,{configurable:!0,enumerable:!0,get:()=>t[e],set:g})}else Tt("data() should return an object.")}if(No=!0,a)for(const e in a){const t=a[e],r=O(t)?t.bind(n,n):O(t.get)?t.get.bind(n,n):g;r===g&&Tt(`Computed property "${e}" has no getter.`);const i=!O(t)&&O(t.set)?t.set.bind(n):()=>{Tt(`Write operation failed: computed property "${e}" is readonly.`)},s=ma({get:r,set:i});Object.defineProperty(o,e,{enumerable:!0,configurable:!0,get:()=>s.value,set:e=>s.value=e}),E("Computed",e)}if(s)for(const e in s)zo(s[e],o,n,e);if(c){const e=O(c)?c.call(n):c;Reflect.ownKeys(e).forEach((t=>{!function(e,t){if(ta){let n=ta.provides;const o=ta.parent&&ta.parent.provides;o===n&&(n=ta.provides=Object.create(o)),n[e]=t}else Tt("provide() can only be used inside setup().")}(t,e[t])}))}function z(e,t){j(t)?t.forEach((t=>e(t.bind(n)))):t&&e(t.bind(n))}if(d&&Eo(d,e,"c"),z(uo,p),z(fo,u),z(vo,f),z(go,v),z(ao,h),z(io,b),z(wo,C),z(xo,k),z(yo,S),z(ho,y),z(bo,w),z(mo,A),j(P))if(P.length){const t=e.exposed||(e.exposed={});P.forEach((e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t})}))}else e.exposed||(e.exposed={});_&&e.render===g&&(e.render=_),null!=$&&(e.inheritAttrs=$),B&&(e.components=B),N&&(e.directives=N)}function Eo(e,t,n){Ft(j(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,n)}function zo(e,t,n,o){const r=o.includes(".")?qn(n,o):()=>n[o];if(A(e)){const n=t[e];O(n)?Gn(r,n):Tt(`Invalid watch handler specified by key "${e}"`,n)}else if(O(e))Gn(r,e.bind(n));else if(T(e))if(j(e))e.forEach((e=>zo(e,t,n,o)));else{const o=O(e.handler)?e.handler.bind(n):t[e.handler];O(o)?Gn(r,o,e):Tt(`Invalid watch handler specified by key "${e.handler}"`,o)}else Tt(`Invalid watch option: "${o}"`,e)}function Do(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:r,optionsCache:a,config:{optionMergeStrategies:i}}=e.appContext,s=a.get(t);let c;return s?c=s:r.length||n||o?(c={},r.length&&r.forEach((e=>Ro(c,e,i,!0))),Ro(c,t,i)):c=t,T(t)&&a.set(t,c),c}function Ro(e,t,n,o=!1){const{mixins:r,extends:a}=t;a&&Ro(e,a,n,!0),r&&r.forEach((t=>Ro(e,t,n,!0)));for(const r in t)if(o&&"expose"===r)Tt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const o=Mo[r]||n&&n[r];e[r]=o?o(e[r],t[r]):t[r]}return e}const Mo={data:Lo,props:Ko,emits:Ko,methods:Ko,computed:Ko,beforeCreate:Vo,created:Vo,beforeMount:Vo,mounted:Vo,beforeUpdate:Vo,updated:Vo,beforeDestroy:Vo,beforeUnmount:Vo,destroyed:Vo,unmounted:Vo,activated:Vo,deactivated:Vo,errorCaptured:Vo,serverPrefetch:Vo,components:Ko,directives:Ko,watch:function(e,t){if(!e)return t;if(!t)return e;const n=x(Object.create(null),e);for(const o in t)n[o]=Vo(e[o],t[o]);return n},provide:Lo,inject:function(e,t){return Ko(Uo(e),Uo(t))}};function Lo(e,t){return t?e?function(){return x(O(e)?e.call(this,this):e,O(t)?t.call(this,this):t)}:t:e}function Uo(e){if(j(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Vo(e,t){return e?[...new Set([].concat(e,t))]:t}function Ko(e,t){return e?x(x(Object.create(null),e),t):t}function Go(e,t,n,o=!1){const r={},a={};q(a,Mr,1),e.propsDefaults=Object.create(null),Ho(e,t,r,a);for(const t in e.propsOptions[0])t in r||(r[t]=void 0);Xo(t||{},r,e),n?e.props=o?r:ft(r,!1,Fe,nt,st):e.type.props?e.props=r:e.props=a,e.attrs=a}function Ho(e,t,n,o){const[r,a]=e.propsOptions;let i,s=!1;if(t)for(let c in t){if(z(c))continue;const l=t[c];let d;r&&k(r,d=L(c))?a&&a.includes(d)?(i||(i={}))[d]=l:n[d]=l:Cn(e.emitsOptions,c)||c in o&&l===o[c]||(o[c]=l,s=!0)}if(a){const t=mt(n),o=i||f;for(let i=0;i<a.length;i++){const s=a[i];n[s]=Wo(r,t,s,o[s],e,!k(o,s))}}return s}function Wo(e,t,n,o,r,a){const i=e[n];if(null!=i){const e=k(i,"default");if(e&&void 0===o){const e=i.default;if(i.type!==Function&&O(e)){const{propsDefaults:a}=r;n in a?o=a[n]:(oa(r),o=a[n]=e.call(null,t),ra())}else o=e}i[0]&&(a&&!e?o=!1:!i[1]||""!==o&&o!==V(n)||(o=!0))}return o}function qo(e,t,n=!1){const o=t.propsCache,r=o.get(e);if(r)return r;const a=e.props,i={},s=[];let c=!1;if(__VUE_OPTIONS_API__&&!O(e)){const o=e=>{c=!0;const[n,o]=qo(e,t,!0);x(i,n),o&&s.push(...o)};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}if(!a&&!c)return T(e)&&o.set(e,v),v;if(j(a))for(let e=0;e<a.length;e++){A(a[e])||Tt("props must be strings when using array syntax.",a[e]);const t=L(a[e]);Jo(t)&&(i[t]=f)}else if(a){T(a)||Tt("invalid props options",a);for(const e in a){const t=L(e);if(Jo(t)){const n=a[e],o=i[t]=j(n)||O(n)?{type:n}:Object.assign({},n);if(o){const e=Qo(Boolean,o.type),n=Qo(String,o.type);o[0]=e>-1,o[1]=n<0||e<n,(e>-1||k(o,"default"))&&s.push(t)}}}}const l=[i,s];return T(e)&&o.set(e,l),l}function Jo(e){return"$"!==e[0]||(Tt(`Invalid prop name: "${e}" is a reserved property.`),!1)}function Yo(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:null===e?"null":""}function Zo(e,t){return Yo(e)===Yo(t)}function Qo(e,t){return j(t)?t.findIndex((t=>Zo(t,e))):O(t)&&Zo(t,e)?0:-1}function Xo(e,t,n){const o=mt(t),r=n.propsOptions[0];for(const t in r){let n=r[t];null!=n&&er(t,o[t],n,!k(e,t)&&!k(e,V(t)))}}function er(e,t,n,o){const{type:r,required:a,validator:i}=n;if(a&&o)Tt('Missing required prop: "'+e+'"');else if(null!=t||n.required){if(null!=r&&!0!==r){let n=!1;const o=j(r)?r:[r],a=[];for(let e=0;e<o.length&&!n;e++){const{valid:r,expectedType:i}=nr(t,o[e]);a.push(i||""),n=r}if(!n)return void Tt(function(e,t,n){let o=`Invalid prop: type check failed for prop "${e}". Expected ${n.map(K).join(" | ")}`;const r=n[0],a=N(t),i=or(t,r),s=or(t,a);1===n.length&&rr(r)&&!function(...e){return e.some((e=>"boolean"===e.toLowerCase()))}(r,a)&&(o+=` with value ${i}`);o+=`, got ${a} `,rr(a)&&(o+=`with value ${s}.`);return o}(e,t,a))}i&&!i(t)&&Tt('Invalid prop: custom validator check failed for prop "'+e+'".')}}const tr=e("String,Number,Boolean,Function,Symbol,BigInt");function nr(e,t){let n;const o=Yo(t);if(tr(o)){const r=typeof e;n=r===o.toLowerCase(),n||"object"!==r||(n=e instanceof t)}else n="Object"===o?T(e):"Array"===o?j(e):"null"===o?null===e:e instanceof t;return{valid:n,expectedType:o}}function or(e,t){return"String"===t?`"${e}"`:"Number"===t?`${Number(e)}`:`${e}`}function rr(e){return["string","number","boolean"].some((t=>e.toLowerCase()===t))}const ar=e=>"_"===e[0]||"$stable"===e,ir=e=>j(e)?e.map(Jr):[Jr(e)],sr=(e,t,n)=>{if(t._n)return t;const o=$n(((...n)=>(ta&&Tt(`Slot "${e}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),ir(t(...n)))),n);return o._c=!1,o},cr=(e,t,n)=>{const o=e._ctx;for(const n in e){if(ar(n))continue;const r=e[n];if(O(r))t[n]=sr(n,r,o);else if(null!=r){Tt(`Non-function value encountered for slot "${n}". Prefer function slots for better performance.`);const e=ir(r);t[n]=()=>e}}},lr=(e,t)=>{ro(e.vnode)||Tt("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=ir(t);e.slots.default=()=>n},dr=(e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=mt(t),q(t,"_",n)):cr(t,e.slots={})}else e.slots={},t&&lr(e,t);q(e.slots,Mr,1)},pr=(e,t,n)=>{const{vnode:o,slots:r}=e;let a=!0,i=f;if(32&o.shapeFlag){const e=t._;e?on?x(r,t):n&&1===e?a=!1:(x(r,t),n||1!==e||delete r._):(a=!t.$stable,cr(t,r)),i=t}else t&&(lr(e,t),i={default:1});if(a)for(const e in r)ar(e)||e in i||delete r[e]};function ur(){return{app:null,config:{isNativeTag:h,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let fr,vr,gr=0;function hr(e,t){return function(n,o=null){O(n)||(n=Object.assign({},n)),null==o||T(o)||(Tt("root props passed to app.mount() must be an object."),o=null);const r=ur(),a=new Set;let i=!1;const s=r.app={_uid:gr++,_component:n,_props:o,_container:null,_context:r,_instance:null,version:_a,get config(){return r.config},set config(e){Tt("app.config cannot be replaced. Modify individual options instead.")},use:(e,...t)=>(a.has(e)?Tt("Plugin has already been applied to target app."):e&&O(e.install)?(a.add(e),e.install(s,...t)):O(e)?(a.add(e),e(s,...t)):Tt('A plugin must either be a function or an object with an "install" function.'),s),mixin:e=>(__VUE_OPTIONS_API__?r.mixins.includes(e)?Tt("Mixin has already been applied to target app"+(e.name?`: ${e.name}`:"")):r.mixins.push(e):Tt("Mixins are only available in builds supporting Options API"),s),component:(e,t)=>(ia(e,r.config),t?(r.components[e]&&Tt(`Component "${e}" has already been registered in target app.`),r.components[e]=t,s):r.components[e]),directive:(e,t)=>(_o(e),t?(r.directives[e]&&Tt(`Directive "${e}" has already been registered in target app.`),r.directives[e]=t,s):r.directives[e]),mount(a,c,l){if(!i){a.__vue_app__&&Tt("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const d=Kr(n,o);return d.appContext=r,r.reload=()=>{e(Gr(d),a,l)},c&&t?t(d,a):e(d,a,l),i=!0,s._container=a,a.__vue_app__=s,s._instance=d.component,function(e,t){vn("app:init",e,t,{Fragment:Cr,Text:Or,Comment:Ar,Static:Pr})}(s,_a),ua(d.component)||d.component.proxy}Tt("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`")},unmount(){i?(e(null,s._container),s._instance=null,function(e){vn("app:unmount",e)}(s),delete s._container.__vue_app__):Tt("Cannot unmount an app that is not mounted.")},provide:(e,t)=>(e in r.provides&&Tt(`App already provides property with key "${String(e)}". It will be overwritten with the new value.`),r.provides[e]=t,s)};return s}}function br(e,t,n,o,r=!1){if(j(e))return void e.forEach(((e,a)=>br(e,t&&(j(t)?t[a]:t),n,o,r)));if(oo(o)&&!r)return;const a=4&o.shapeFlag?ua(o.component)||o.component.proxy:o.el,i=r?null:a,{i:s,r:c}=e;if(!s)return void Tt("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");const l=t&&t.r,d=s.refs===f?s.refs={}:s.refs,p=s.setupState;if(null!=l&&l!==c&&(A(l)?(d[l]=null,k(p,l)&&(p[l]=null)):_t(l)&&(l.value=null)),O(c))Nt(c,s,12,[i,d]);else{const t=A(c),o=_t(c);if(t||o){const s=()=>{if(e.f){const n=t?k(p,c)?p[c]:d[c]:c.value;r?j(n)&&w(n,a):j(n)?n.includes(a)||n.push(a):t?(d[c]=[a],k(p,c)&&(p[c]=d[c])):(c.value=[a],e.k&&(d[e.k]=c.value))}else t?(d[c]=i,k(p,c)&&(p[c]=i)):o?(c.value=i,e.k&&(d[e.k]=i)):Tt("Invalid template ref type:",c,`(${typeof c})`)};i?(s.id=-1,wr(s,n)):s()}else Tt("Invalid template ref type:",c,`(${typeof c})`)}}function mr(e,t){e.appContext.config.performance&&xr()&&vr.mark(`vue-${t}-${e.uid}`),wn(e,t,xr()?vr.now():Date.now())}function yr(e,t){if(e.appContext.config.performance&&xr()){const n=`vue-${t}-${e.uid}`,o=n+":end";vr.mark(o),vr.measure(`<${ha(e,e.type)}> ${t}`,n,o),vr.clearMarks(n),vr.clearMarks(o)}_n(e,t,xr()?vr.now():Date.now())}function xr(){return void 0!==fr||("undefined"!=typeof window&&window.performance?(fr=!0,vr=window.performance):fr=!1),fr}const wr=function(e,t){t&&t.pendingBranch?j(e)?t.effects.push(...e):t.effects.push(e):Yt(e)};function _r(e){return function(e,t){!function(){const e=[];if("boolean"!=typeof __VUE_OPTIONS_API__&&(e.push("__VUE_OPTIONS_API__"),Z().__VUE_OPTIONS_API__=!0),"boolean"!=typeof __VUE_PROD_DEVTOOLS__&&(e.push("__VUE_PROD_DEVTOOLS__"),Z().__VUE_PROD_DEVTOOLS__=!1),e.length){const t=e.length>1;console.warn(`Feature flag${t?"s":""} ${e.join(", ")} ${t?"are":"is"} not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.\n\nFor more details, see https://link.vuejs.org/feature-flags.`)}}();const n=Z();n.__VUE__=!0,gn(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:o,remove:r,patchProp:a,createElement:i,createText:s,createComment:c,setText:l,setElementText:d,parentNode:p,nextSibling:u,setScopeId:h=g,insertStaticContent:b}=e,m=(e,t,n,o=null,r=null,a=null,i=!1,s=null,c=!on&&!!t.dynamicChildren)=>{if(e===t)return;e&&!Rr(e,t)&&(o=ne(e),J(e,r,a,!0),e=null),-2===t.patchFlag&&(c=!1,t.dynamicChildren=null);const{type:l,ref:d,shapeFlag:p}=t;switch(l){case Or:y(e,t,n,o);break;case Ar:x(e,t,n,o);break;case Pr:null==e?w(t,n,o,i):_(e,t,n,i);break;case Cr:F(e,t,n,o,r,a,i,s,c);break;default:1&p?O(e,t,n,o,r,a,i,s,c):6&p?E(e,t,n,o,r,a,i,s,c):64&p||128&p?l.process(e,t,n,o,r,a,i,s,c,re):Tt("Invalid VNode type:",l,`(${typeof l})`)}null!=d&&r&&br(d,e&&e.ref,a,t||e,!t)},y=(e,t,n,r)=>{if(null==e)o(t.el=s(t.children),n,r);else{const n=t.el=e.el;t.children!==e.children&&l(n,t.children)}},x=(e,t,n,r)=>{null==e?o(t.el=c(t.children||""),n,r):t.el=e.el},w=(e,t,n,o)=>{[e.el,e.anchor]=b(e.children,t,n,o,e.el,e.anchor)},_=(e,t,n,o)=>{if(t.children!==e.children){const r=u(e.anchor);C(e),[t.el,t.anchor]=b(t.children,n,r,o)}else t.el=e.el,t.anchor=e.anchor},S=({el:e,anchor:t},n,r)=>{let a;for(;e&&e!==t;)a=u(e),o(e,n,r),e=a;o(t,n,r)},C=({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=u(e),r(e),e=n;r(t)},O=(e,t,n,o,r,a,i,s,c)=>{i=i||"svg"===t.type,null==e?A(t,n,o,r,a,i,s,c):$(e,t,r,a,i,s,c)},A=(e,t,n,r,s,c,l,p)=>{let u,f;const{type:v,props:g,shapeFlag:h,transition:b,dirs:m}=e;if(u=e.el=i(e.type,c,g&&g.is,g),8&h?d(u,e.children):16&h&&T(e.children,u,null,r,s,c&&"foreignObject"!==v,l,p),m&&ko(e,null,r,"created"),P(u,e,e.scopeId,l,r),g){for(const t in g)"value"===t||z(t)||a(u,t,null,g[t],c,e.children,r,s,te);"value"in g&&a(u,"value",null,g.value),(f=g.onVnodeBeforeMount)&&Qr(f,r,e)}Object.defineProperty(u,"__vnode",{value:e,enumerable:!1}),Object.defineProperty(u,"__vueParentComponent",{value:r,enumerable:!1}),m&&ko(e,null,r,"beforeMount");const y=(!s||s&&!s.pendingBranch)&&b&&!b.persisted;y&&b.beforeEnter(u),o(u,t,n),((f=g&&g.onVnodeMounted)||y||m)&&wr((()=>{f&&Qr(f,r,e),y&&b.enter(u),m&&ko(e,null,r,"mounted")}),s)},P=(e,t,n,o,r)=>{if(n&&h(e,n),o)for(let t=0;t<o.length;t++)h(e,o[t]);if(r){let n=r.subTree;if(n.patchFlag>0&&2048&n.patchFlag&&(n=zn(n.children)||n),t===n){const t=r.vnode;P(e,t,t.scopeId,t.slotScopeIds,r.parent)}}},T=(e,t,n,o,r,a,i,s,c=0)=>{for(let l=c;l<e.length;l++){const c=e[l]=s?Yr(e[l]):Jr(e[l]);m(null,c,t,n,o,r,a,i,s)}},$=(e,t,n,o,r,i,s)=>{const c=t.el=e.el;let{patchFlag:l,dynamicChildren:p,dirs:u}=t;l|=16&e.patchFlag;const v=e.props||f,g=t.props||f;let h;n&&kr(n,!1),(h=g.onVnodeBeforeUpdate)&&Qr(h,n,t,e),u&&ko(t,e,n,"beforeUpdate"),n&&kr(n,!0),on&&(l=0,s=!1,p=null);const b=r&&"foreignObject"!==t.type;if(p?(B(e.dynamicChildren,p,c,n,o,b,i),n&&n.type.__hmrId&&jr(e,t)):s||K(e,t,c,null,n,o,b,i,!1),l>0){if(16&l)N(c,t,v,g,n,o,r);else if(2&l&&v.class!==g.class&&a(c,"class",null,g.class,r),4&l&&a(c,"style",v.style,g.style,r),8&l){const i=t.dynamicProps;for(let t=0;t<i.length;t++){const s=i[t],l=v[s],d=g[s];d===l&&"value"!==s||a(c,s,l,d,r,e.children,n,o,te)}}1&l&&e.children!==t.children&&d(c,t.children)}else s||null!=p||N(c,t,v,g,n,o,r);((h=g.onVnodeUpdated)||u)&&wr((()=>{h&&Qr(h,n,t,e),u&&ko(t,e,n,"updated")}),o)},B=(e,t,n,o,r,a,i)=>{for(let s=0;s<t.length;s++){const c=e[s],l=t[s],d=c.el&&(c.type===Cr||!Rr(c,l)||70&c.shapeFlag)?p(c.el):n;m(c,l,d,null,o,r,a,i,!0)}},N=(e,t,n,o,r,i,s)=>{if(n!==o){if(n!==f)for(const c in n)z(c)||c in o||a(e,c,n[c],null,s,t.children,r,i,te);for(const c in o){if(z(c))continue;const l=o[c],d=n[c];l!==d&&"value"!==c&&a(e,c,d,l,s,t.children,r,i,te)}"value"in o&&a(e,"value",n.value,o.value)}},F=(e,t,n,r,a,i,c,l,d)=>{const p=t.el=e?e.el:s(""),u=t.anchor=e?e.anchor:s("");let{patchFlag:f,dynamicChildren:v,slotScopeIds:g}=t;(on||2048&f)&&(f=0,d=!1,v=null),g&&(l=l?l.concat(g):g),null==e?(o(p,n,r),o(u,n,r),T(t.children,n,u,a,i,c,l,d)):f>0&&64&f&&v&&e.dynamicChildren?(B(e.dynamicChildren,v,n,a,i,c,l),a&&a.type.__hmrId?jr(e,t):(null!=t.key||a&&t===a.subTree)&&jr(e,t,!0)):K(e,t,n,u,a,i,c,l,d)},E=(e,t,n,o,r,a,i,s,c)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?r.ctx.activate(t,n,o,i,c):D(t,n,o,r,a,i,c):R(e,t,c)},D=(e,t,n,o,r,a,i)=>{const s=e.component=function(e,t,n){const o=e.type,r=(t?t.appContext:e.appContext)||Xr,a={uid:ea++,vnode:e,type:o,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new ee(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:qo(o,r),emitsOptions:Sn(o,r),emit:null,emitted:null,propsDefaults:f,inheritAttrs:o.inheritAttrs,ctx:f,data:f,props:f,attrs:f,slots:f,refs:f,setupState:f,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};a.ctx=function(e){const t={};return Object.defineProperty(t,"_",{configurable:!0,enumerable:!1,get:()=>e}),Object.keys(To).forEach((n=>{Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:()=>To[n](e),set:g})})),t}(a),a.root=t?t.root:a,a.emit=jn.bind(null,a),e.ce&&e.ce(a);return a}(e,o,r);if(s.type.__hmrId&&function(e){const t=e.type.__hmrId;let n=an.get(t);n||(sn(t,e.type),n=an.get(t)),n.instances.add(e)}(s),At(e),mr(s,"mount"),ro(e)&&(s.ctx.renderer=re),mr(s,"init"),function(e,t=!1){ca=t;const{props:n,children:o}=e.vnode,r=sa(e);Go(e,n,r,t),dr(e,o);const a=r?function(e,t){var n;const o=e.type;o.name&&ia(o.name,e.appContext.config);if(o.components){const t=Object.keys(o.components);for(let n=0;n<t.length;n++)ia(t[n],e.appContext.config)}if(o.directives){const e=Object.keys(o.directives);for(let t=0;t<e.length;t++)_o(e[t])}o.compilerOptions&&da()&&Tt('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.');e.accessCache=Object.create(null),e.proxy=yt(new Proxy(e.ctx,Bo)),function(e){const{ctx:t,propsOptions:[n]}=e;n&&Object.keys(n).forEach((n=>{Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>e.props[n],set:g})}))}(e);const{setup:r}=o;if(r){const a=e.setupContext=r.length>1?function(e){const t=t=>{if(e.exposed&&Tt("expose() should be called only once per setup()."),null!=t){let e=typeof t;"object"===e&&(j(t)?e="array":_t(t)&&(e="ref")),"object"!==e&&Tt(`expose() should be passed a plain object, received ${e}.`)}e.exposed=t||{}};let n;return Object.freeze({get attrs(){return n||(n=function(e){return new Proxy(e.attrs,{get:(t,n)=>(Nn(),be(e,"get","$attrs"),t[n]),set:()=>(Tt("setupContext.attrs is readonly."),!1),deleteProperty:()=>(Tt("setupContext.attrs is readonly."),!1)})}(e))},get slots(){return ut(e.slots)},get emit(){return(t,...n)=>e.emit(t,...n)},expose:t})}(e):null;oa(e),ge();const i=Nt(r,e,0,[ut(e.props),a]);if(he(),ra(),I(i)){if(i.then(ra,ra),t)return i.then((n=>{la(e,n,t)})).catch((t=>{Et(t,e,0)}));if(e.asyncDep=i,!e.suspense){Tt(`Component <${null!==(n=o.name)&&void 0!==n?n:"Anonymous"}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}}else la(e,i,t)}else pa(e,t)}(e,t):void 0;ca=!1}(s),yr(s,"init"),s.asyncDep){if(r&&r.registerDep(s,M),!e.el){const e=s.subTree=Kr(Ar);x(null,e,t,n)}}else M(s,e,t,n,r,a,i),Pt(),yr(s,"mount")},R=(e,t,n)=>{const o=t.component=e.component;if(function(e,t,n){const{props:o,children:r,component:a}=e,{props:i,children:s,patchFlag:c}=t,l=a.emitsOptions;if((r||s)&&on)return!0;if(t.dirs||t.transition)return!0;if(!(n&&c>=0))return!(!r&&!s||s&&s.$stable)||o!==i&&(o?!i||Ln(o,i,l):!!i);if(1024&c)return!0;if(16&c)return o?Ln(o,i,l):!!i;if(8&c){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const n=e[t];if(i[n]!==o[n]&&!Cn(l,n))return!0}}return!1}(e,t,n)){if(o.asyncDep&&!o.asyncResolved)return At(t),U(o,t,n),void Pt();o.next=t,function(e){const t=Rt.indexOf(e);t>Mt&&Rt.splice(t,1)}(o.update),o.update()}else t.el=e.el,o.vnode=t},M=(e,t,n,o,r,a,i)=>{const s=()=>{if(e.isMounted){let t,{next:n,bu:o,u:s,parent:c,vnode:l}=e,d=n;At(n||e.vnode),kr(e,!1),n?(n.el=l.el,U(e,n,i)):n=l,o&&W(o),(t=n.props&&n.props.onVnodeBeforeUpdate)&&Qr(t,c,n,l),kr(e,!0),mr(e,"render");const u=Fn(e);yr(e,"render");const f=e.subTree;e.subTree=u,mr(e,"patch"),m(f,u,p(f.el),ne(f),e,r,a),yr(e,"patch"),n.el=u.el,null===d&&function({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}(e,u.el),s&&wr(s,r),(t=n.props&&n.props.onVnodeUpdated)&&wr((()=>Qr(t,c,n,l)),r),bn(e),Pt()}else{let i;const{el:s,props:c}=t,{bm:l,m:d,parent:p}=e,u=oo(t);if(kr(e,!1),l&&W(l),!u&&(i=c&&c.onVnodeBeforeMount)&&Qr(i,p,t),kr(e,!0),s&&ie){const n=()=>{mr(e,"render"),e.subTree=Fn(e),yr(e,"render"),mr(e,"hydrate"),ie(s,e.subTree,e,r,null),yr(e,"hydrate")};u?t.type.__asyncLoader().then((()=>!e.isUnmounted&&n())):n()}else{mr(e,"render");const i=e.subTree=Fn(e);yr(e,"render"),mr(e,"patch"),m(null,i,n,o,e,r,a),yr(e,"patch"),t.el=i.el}if(d&&wr(d,r),!u&&(i=c&&c.onVnodeMounted)){const e=t;wr((()=>Qr(i,p,e)),r)}(256&t.shapeFlag||p&&oo(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&wr(e.a,r),e.isMounted=!0,hn(e),t=n=o=null}},c=e.effect=new pe(s,(()=>qt(l)),e.scope),l=e.update=()=>c.run();l.id=e.uid,kr(e,!0),c.onTrack=e.rtc?t=>W(e.rtc,t):void 0,c.onTrigger=e.rtg?t=>W(e.rtg,t):void 0,l.ownerInstance=e,l()},U=(e,t,n)=>{t.component=e;const o=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,o){const{props:r,attrs:a,vnode:{patchFlag:i}}=e,s=mt(r),[c]=e.propsOptions;let l=!1;if(function(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}(e)||!(o||i>0)||16&i){let o;Ho(e,t,r,a)&&(l=!0);for(const a in s)t&&(k(t,a)||(o=V(a))!==a&&k(t,o))||(c?!n||void 0===n[a]&&void 0===n[o]||(r[a]=Wo(c,s,a,void 0,e,!0)):delete r[a]);if(a!==s)for(const e in a)t&&k(t,e)||(delete a[e],l=!0)}else if(8&i){const n=e.vnode.dynamicProps;for(let o=0;o<n.length;o++){let i=n[o];if(Cn(e.emitsOptions,i))continue;const d=t[i];if(c)if(k(a,i))d!==a[i]&&(a[i]=d,l=!0);else{const t=L(i);r[t]=Wo(c,s,t,d,e,!1)}else d!==a[i]&&(a[i]=d,l=!0)}}l&&ye(e,"set","$attrs"),Xo(t||{},r,e)}(e,t.props,o,n),pr(e,t.children,n),ge(),Zt(),he()},K=(e,t,n,o,r,a,i,s,c=!1)=>{const l=e&&e.children,p=e?e.shapeFlag:0,u=t.children,{patchFlag:f,shapeFlag:v}=t;if(f>0){if(128&f)return void H(l,u,n,o,r,a,i,s,c);if(256&f)return void G(l,u,n,o,r,a,i,s,c)}8&v?(16&p&&te(l,r,a),u!==l&&d(n,u)):16&p?16&v?H(l,u,n,o,r,a,i,s,c):te(l,r,a,!0):(8&p&&d(n,""),16&v&&T(u,n,o,r,a,i,s,c))},G=(e,t,n,o,r,a,i,s,c)=>{t=t||v;const l=(e=e||v).length,d=t.length,p=Math.min(l,d);let u;for(u=0;u<p;u++){const o=t[u]=c?Yr(t[u]):Jr(t[u]);m(e[u],o,n,null,r,a,i,s,c)}l>d?te(e,r,a,!0,!1,p):T(t,n,o,r,a,i,s,c,p)},H=(e,t,n,o,r,a,i,s,c)=>{let l=0;const d=t.length;let p=e.length-1,u=d-1;for(;l<=p&&l<=u;){const o=e[l],d=t[l]=c?Yr(t[l]):Jr(t[l]);if(!Rr(o,d))break;m(o,d,n,null,r,a,i,s,c),l++}for(;l<=p&&l<=u;){const o=e[p],l=t[u]=c?Yr(t[u]):Jr(t[u]);if(!Rr(o,l))break;m(o,l,n,null,r,a,i,s,c),p--,u--}if(l>p){if(l<=u){const e=u+1,p=e<d?t[e].el:o;for(;l<=u;)m(null,t[l]=c?Yr(t[l]):Jr(t[l]),n,p,r,a,i,s,c),l++}}else if(l>u)for(;l<=p;)J(e[l],r,a,!0),l++;else{const f=l,g=l,h=new Map;for(l=g;l<=u;l++){const e=t[l]=c?Yr(t[l]):Jr(t[l]);null!=e.key&&(h.has(e.key)&&Tt("Duplicate keys found during update:",JSON.stringify(e.key),"Make sure keys are unique."),h.set(e.key,l))}let b,y=0;const x=u-g+1;let w=!1,_=0;const k=new Array(x);for(l=0;l<x;l++)k[l]=0;for(l=f;l<=p;l++){const o=e[l];if(y>=x){J(o,r,a,!0);continue}let d;if(null!=o.key)d=h.get(o.key);else for(b=g;b<=u;b++)if(0===k[b-g]&&Rr(o,t[b])){d=b;break}void 0===d?J(o,r,a,!0):(k[d-g]=l+1,d>=_?_=d:w=!0,m(o,t[d],n,null,r,a,i,s,c),y++)}const j=w?function(e){const t=e.slice(),n=[0];let o,r,a,i,s;const c=e.length;for(o=0;o<c;o++){const c=e[o];if(0!==c){if(r=n[n.length-1],e[r]<c){t[o]=r,n.push(o);continue}for(a=0,i=n.length-1;a<i;)s=a+i>>1,e[n[s]]<c?a=s+1:i=s;c<e[n[a]]&&(a>0&&(t[o]=n[a-1]),n[a]=o)}}a=n.length,i=n[a-1];for(;a-- >0;)n[a]=i,i=t[i];return n}(k):v;for(b=j.length-1,l=x-1;l>=0;l--){const e=g+l,p=t[e],u=e+1<d?t[e+1].el:o;0===k[l]?m(null,p,n,u,r,a,i,s,c):w&&(b<0||l!==j[b]?q(p,n,u,2):b--)}}},q=(e,t,n,r,a=null)=>{const{el:i,type:s,transition:c,children:l,shapeFlag:d}=e;if(6&d)return void q(e.component.subTree,t,n,r);if(128&d)return void e.suspense.move(t,n,r);if(64&d)return void s.move(e,t,n,re);if(s===Cr){o(i,t,n);for(let e=0;e<l.length;e++)q(l[e],t,n,r);return void o(e.anchor,t,n)}if(s===Pr)return void S(e,t,n);if(2!==r&&1&d&&c)if(0===r)c.beforeEnter(i),o(i,t,n),wr((()=>c.enter(i)),a);else{const{leave:e,delayLeave:r,afterLeave:a}=c,s=()=>o(i,t,n),l=()=>{e(i,(()=>{s(),a&&a()}))};r?r(i,s,l):l()}else o(i,t,n)},J=(e,t,n,o=!1,r=!1)=>{const{type:a,props:i,ref:s,children:c,dynamicChildren:l,shapeFlag:d,patchFlag:p,dirs:u}=e;if(null!=s&&br(s,null,n,e,!0),256&d)return void t.ctx.deactivate(e);const f=1&d&&u,v=!oo(e);let g;if(v&&(g=i&&i.onVnodeBeforeUnmount)&&Qr(g,t,e),6&d)X(e.component,n,o);else{if(128&d)return void e.suspense.unmount(n,o);f&&ko(e,null,t,"beforeUnmount"),64&d?e.type.remove(e,t,n,r,re,o):l&&(a!==Cr||p>0&&64&p)?te(l,t,n,!1,!0):(a===Cr&&384&p||!r&&16&d)&&te(c,t,n),o&&Y(e)}(v&&(g=i&&i.onVnodeUnmounted)||f)&&wr((()=>{g&&Qr(g,t,e),f&&ko(e,null,t,"unmounted")}),n)},Y=e=>{const{type:t,el:n,anchor:o,transition:a}=e;if(t===Cr)return void(e.patchFlag>0&&2048&e.patchFlag&&a&&!a.persisted?e.children.forEach((e=>{e.type===Ar?r(e.el):Y(e)})):Q(n,o));if(t===Pr)return void C(e);const i=()=>{r(n),a&&!a.persisted&&a.afterLeave&&a.afterLeave()};if(1&e.shapeFlag&&a&&!a.persisted){const{leave:t,delayLeave:o}=a,r=()=>t(n,i);o?o(e.el,i,r):r()}else i()},Q=(e,t)=>{let n;for(;e!==t;)n=u(e),r(e),e=n;r(t)},X=(e,t,n)=>{e.type.__hmrId&&function(e){an.get(e.type.__hmrId).instances.delete(e)}(e);const{bum:o,scope:r,update:a,subTree:i,um:s}=e;o&&W(o),r.stop(),a&&(a.active=!1,J(i,e,t,n)),s&&wr(s,t),wr((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve()),yn(e)},te=(e,t,n,o=!1,r=!1,a=0)=>{for(let i=a;i<e.length;i++)J(e[i],t,n,o,r)},ne=e=>6&e.shapeFlag?ne(e.component.subTree):128&e.shapeFlag?e.suspense.next():u(e.anchor||e.el),oe=(e,t,n)=>{null==e?t._vnode&&J(t._vnode,null,null,!0):m(t._vnode||null,e,t,null,null,null,n),Zt(),Qt(),t._vnode=e},re={p:m,um:J,m:q,r:Y,mt:D,mc:T,pc:K,pbc:B,n:ne,o:e};let ae,ie;t&&([ae,ie]=t(re));return{render:oe,hydrate:ae,createApp:hr(oe,ae)}}(e)}function kr({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function jr(e,t,n=!1){const o=e.children,r=t.children;if(j(o)&&j(r))for(let e=0;e<o.length;e++){const t=o[e];let a=r[e];1&a.shapeFlag&&!a.dynamicChildren&&((a.patchFlag<=0||32===a.patchFlag)&&(a=r[e]=Yr(r[e]),a.el=t.el),n||jr(t,a)),a.type===Or&&(a.el=t.el),a.type!==Ar||a.el||(a.el=t.el)}}const Sr=e=>e.__isTeleport,Cr=Symbol("Fragment"),Or=Symbol("Text"),Ar=Symbol("Comment"),Pr=Symbol("Static"),Tr=[];let Ir=null;function $r(e=!1){Tr.push(Ir=e?null:[])}let Br=1;function Nr(e){Br+=e}function Fr(e){return e.dynamicChildren=Br>0?Ir||v:null,Tr.pop(),Ir=Tr[Tr.length-1]||null,Br>0&&Ir&&Ir.push(e),e}function Er(e,t,n,o,r,a){return Fr(Vr(e,t,n,o,r,a,!0))}function zr(e,t,n,o,r){return Fr(Kr(e,t,n,o,r,!0))}function Dr(e){return!!e&&!0===e.__v_isVNode}function Rr(e,t){return 6&t.shapeFlag&&rn.has(t.type)?(e.shapeFlag&=-257,t.shapeFlag&=-513,!1):e.type===t.type&&e.key===t.key}const Mr="__vInternal",Lr=({key:e})=>null!=e?e:null,Ur=({ref:e,ref_key:t,ref_for:n})=>null!=e?A(e)||_t(e)||O(e)?{i:On,r:e,k:t,f:!!n}:e:null;function Vr(e,t=null,n=null,o=0,r=null,a=(e===Cr?0:1),i=!1,s=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Lr(t),ref:t&&Ur(t),scopeId:An,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:o,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:On};return s?(Zr(c,n),128&a&&e.normalize(c)):n&&(c.shapeFlag|=A(n)?8:16),c.key!=c.key&&Tt("VNode created with invalid key (NaN). VNode type:",c.type),Br>0&&!i&&Ir&&(c.patchFlag>0||6&a)&&32!==c.patchFlag&&Ir.push(c),c}const Kr=(...e)=>function(e,n=null,o=null,r=0,a=null,s=!1){e&&e!==Co||(e||Tt(`Invalid vnode type when creating vnode: ${e}.`),e=Ar);if(Dr(e)){const t=Gr(e,n,!0);return o&&Zr(t,o),Br>0&&!s&&Ir&&(6&t.shapeFlag?Ir[Ir.indexOf(e)]=t:Ir.push(t)),t.patchFlag|=-2,t}ba(e)&&(e=e.__vccOpts);if(n){n=function(e){return e?bt(e)||Mr in e?x({},e):e:null}(n);let{class:e,style:o}=n;e&&!A(e)&&(n.class=i(e)),T(o)&&(bt(o)&&!j(o)&&(o=x({},o)),n.style=t(o))}const c=A(e)?1:Un(e)?128:Sr(e)?64:T(e)?4:O(e)?2:0;4&c&&bt(e)&&Tt("Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.","\nComponent that was made reactive: ",e=mt(e));return Vr(e,n,o,r,a,c,s,!0)}(...e);function Gr(e,n,o=!1){const{props:r,ref:a,patchFlag:s,children:c}=e,l=n?function(...e){const n={};for(let o=0;o<e.length;o++){const r=e[o];for(const e in r)if("class"===e)n.class!==r.class&&(n.class=i([n.class,r.class]));else if("style"===e)n.style=t([n.style,r.style]);else if(m(e)){const t=n[e],o=r[e];!o||t===o||j(t)&&t.includes(o)||(n[e]=t?[].concat(t,o):o)}else""!==e&&(n[e]=r[e])}return n}(r||{},n):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Lr(l),ref:n&&n.ref?o&&a?j(a)?a.concat(Ur(n)):[a,Ur(n)]:Ur(n):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:-1===s&&j(c)?c.map(Hr):c,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:n&&e.type!==Cr?-1===s?16:16|s:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Gr(e.ssContent),ssFallback:e.ssFallback&&Gr(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Hr(e){const t=Gr(e);return j(e.children)&&(t.children=e.children.map(Hr)),t}function Wr(e=" ",t=0){return Kr(Or,null,e,t)}function qr(e="",t=!1){return t?($r(),zr(Ar,null,e)):Kr(Ar,null,e)}function Jr(e){return null==e||"boolean"==typeof e?Kr(Ar):j(e)?Kr(Cr,null,e.slice()):"object"==typeof e?Yr(e):Kr(Or,null,String(e))}function Yr(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:Gr(e)}function Zr(e,t){let n=0;const{shapeFlag:o}=e;if(null==t)t=null;else if(j(t))n=16;else if("object"==typeof t){if(65&o){const n=t.default;return void(n&&(n._c&&(n._d=!1),Zr(e,n()),n._c&&(n._d=!0)))}{n=32;const o=t._;o||Mr in t?3===o&&On&&(1===On.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=On}}else O(t)?(t={default:t,_ctx:On},n=32):(t=String(t),64&o?(n=16,t=[Wr(t)]):n=8);e.children=t,e.shapeFlag|=n}function Qr(e,t,n,o=null){Ft(e,t,7,[n,o])}const Xr=ur();let ea=0;let ta=null;const na=()=>ta||On,oa=e=>{ta=e,e.scope.on()},ra=()=>{ta&&ta.scope.off(),ta=null},aa=e("slot,component");function ia(e,t){const n=t.isNativeTag||h;(aa(e)||n(e))&&Tt("Do not use built-in or reserved HTML elements as component id: "+e)}function sa(e){return 4&e.vnode.shapeFlag}let ca=!1;function la(e,t,n){O(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:T(t)?(Dr(t)&&Tt("setup() should not return VNodes directly - return a render function instead."),e.devtoolsRawSetupState=t,e.setupState=jt(t),function(e){const{ctx:t,setupState:n}=e;Object.keys(mt(n)).forEach((e=>{if(!n.__isScriptSetup){if(Io(e[0]))return void Tt(`setup() return property ${JSON.stringify(e)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:()=>n[e],set:g})}}))}(e)):void 0!==t&&Tt("setup() should return an object. Received: "+(null===t?"null":typeof t)),pa(e,n)}const da=()=>!0;function pa(e,t,n){const o=e.type;e.render||(e.render=o.render||g),__VUE_OPTIONS_API__&&(oa(e),ge(),Fo(e),he(),ra()),o.render||e.render!==g||t||(o.template?Tt('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".'):Tt("Component is missing template or render function."))}function ua(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(jt(yt(e.exposed)),{get:(t,n)=>n in t?t[n]:n in To?To[n](e):void 0,has:(e,t)=>t in e||t in To}))}const fa=/(?:^|[-_])(\w)/g,va=e=>e.replace(fa,(e=>e.toUpperCase())).replace(/[-_]/g,"");function ga(e,t=!0){return O(e)?e.displayName||e.name:e.name||t&&e.__name}function ha(e,t,n=!1){let o=ga(t);if(!o&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(o=e[1])}if(!o&&e&&e.parent){const n=e=>{for(const n in e)if(e[n]===t)return n};o=n(e.components||e.parent.type.components)||n(e.appContext.components)}return o?va(o):n?"App":"Anonymous"}function ba(e){return O(e)&&"__vccOpts"in e}const ma=(e,t)=>function(e,t,n=!1){let o,r;const a=O(e);a?(o=e,r=()=>{console.warn("Write operation failed: computed value is readonly")}):(o=e.get,r=e.set);const i=new Ct(o,r,a||!r,n);return t&&!n&&(i.effect.onTrack=t.onTrack,i.effect.onTrigger=t.onTrigger),i}(e,t,ca),ya=Symbol("ssrContext"),xa=()=>{{const e=Vn(ya);return e||Tt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function wa(e){return!(!e||!e.__v_isShallow)}const _a="3.2.47",ka="undefined"!=typeof document?document:null,ja=ka&&ka.createElement("template"),Sa={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const r=t?ka.createElementNS("http://www.w3.org/2000/svg",e):ka.createElement(e,n?{is:n}:void 0);return"select"===e&&o&&null!=o.multiple&&r.setAttribute("multiple",o.multiple),r},createText:e=>ka.createTextNode(e),createComment:e=>ka.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ka.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,r,a){const i=n?n.previousSibling:t.lastChild;if(r&&(r===a||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),r!==a&&(r=r.nextSibling););else{ja.innerHTML=o?`<svg>${e}</svg>`:e;const r=ja.content;if(o){const e=r.firstChild;for(;e.firstChild;)r.appendChild(e.firstChild);r.removeChild(e)}t.insertBefore(r,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};const Ca=/[^\\];\s*$/,Oa=/\s*!important$/;function Aa(e,t,n){if(j(n))n.forEach((n=>Aa(e,t,n)));else if(null==n&&(n=""),Ca.test(n)&&Tt(`Unexpected semicolon at the end of '${t}' style value: '${n}'`),t.startsWith("--"))e.setProperty(t,n);else{const o=function(e,t){const n=Ta[t];if(n)return n;let o=L(t);if("filter"!==o&&o in e)return Ta[t]=o;o=K(o);for(let n=0;n<Pa.length;n++){const r=Pa[n]+o;if(r in e)return Ta[t]=r}return t}(e,t);Oa.test(n)?e.setProperty(V(o),n.replace(Oa,""),"important"):e[o]=n}}const Pa=["Webkit","Moz","ms"],Ta={};const Ia="http://www.w3.org/1999/xlink";function $a(e,t,n,o,r=null){const a=e._vei||(e._vei={}),i=a[t];if(o&&i)i.value=o;else{const[n,s]=function(e){let t;if(Ba.test(e)){let n;for(t={};n=e.match(Ba);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}const n=":"===e[2]?e.slice(3):V(e.slice(2));return[n,t]}(t);if(o){const i=a[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();Ft(function(e,t){if(j(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=Ea(),n}(o,r);!function(e,t,n,o){e.addEventListener(t,n,o)}(e,n,i,s)}else i&&(!function(e,t,n,o){e.removeEventListener(t,n,o)}(e,n,i,s),a[t]=void 0)}}const Ba=/(?:Once|Passive|Capture)$/;let Na=0;const Fa=Promise.resolve(),Ea=()=>Na||(Fa.then((()=>Na=0)),Na=Date.now());const za=/^on[a-z]/;Boolean;const Da=x({patchProp:(e,t,n,o,r=!1,a,i,s,c)=>{"class"===t?function(e,t,n){const o=e._vtc;o&&(t=(t?[t,...o]:[...o]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,o,r):"style"===t?function(e,t,n){const o=e.style,r=A(n);if(n&&!r){if(t&&!A(t))for(const e in t)null==n[e]&&Aa(o,e,"");for(const e in n)Aa(o,e,n[e])}else{const a=o.display;r?t!==n&&(o.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(o.display=a)}}(e,n,o):m(t)?y(t)||$a(e,t,0,o,i):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,o){if(o)return"innerHTML"===t||"textContent"===t||!!(t in e&&za.test(t)&&O(n));if("spellcheck"===t||"draggable"===t||"translate"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if(za.test(t)&&A(n))return!1;return t in e}(e,t,o,r))?function(e,t,n,o,r,a,i){if("innerHTML"===t||"textContent"===t)return o&&i(o,r,a),void(e[t]=null==n?"":n);if("value"===t&&"PROGRESS"!==e.tagName&&!e.tagName.includes("-")){e._value=n;const o=null==n?"":n;return e.value===o&&"OPTION"!==e.tagName||(e.value=o),void(null==n&&e.removeAttribute(t))}let s=!1;if(""===n||null==n){const o=typeof e[t];"boolean"===o?n=d(n):null==n&&"string"===o?(n="",s=!0):"number"===o&&(n=0,s=!0)}try{e[t]=n}catch(o){s||Tt(`Failed setting prop "${t}" on <${e.tagName.toLowerCase()}>: value ${n} is invalid.`,o)}s&&e.removeAttribute(t)}(e,t,o,a,i,s,c):("true-value"===t?e._trueValue=o:"false-value"===t&&(e._falseValue=o),function(e,t,n,o,r){if(o&&t.startsWith("xlink:"))null==n?e.removeAttributeNS(Ia,t.slice(6,t.length)):e.setAttributeNS(Ia,t,n);else{const o=l(t);null==n||o&&!d(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}(e,t,o,r))}},Sa);let Ra;!function(){if("undefined"==typeof window)return;const e={style:"color:#3ba776"},t={style:"color:#0b1bc9"},n={style:"color:#b62e24"},o={style:"color:#9d288c"},r={header:t=>T(t)?t.__isVue?["div",e,"VueInstance"]:_t(t)?["div",{},["span",e,d(t)],"<",s(t.value),">"]:vt(t)?["div",{},["span",e,wa(t)?"ShallowReactive":"Reactive"],"<",s(t),">"+(gt(t)?" (readonly)":"")]:gt(t)?["div",{},["span",e,wa(t)?"ShallowReadonly":"Readonly"],"<",s(t),">"]:null:null,hasBody:e=>e&&e.__isVue,body(e){if(e&&e.__isVue)return["div",{},...a(e.$)]}};function a(e){const t=[];e.type.props&&e.props&&t.push(i("props",mt(e.props))),e.setupState!==f&&t.push(i("setup",e.setupState)),e.data!==f&&t.push(i("data",mt(e.data)));const n=c(e,"computed");n&&t.push(i("computed",n));const r=c(e,"inject");return r&&t.push(i("injected",r)),t.push(["div",{},["span",{style:o.style+";opacity:0.66"},"$ (internal): "],["object",{object:e}]]),t}function i(e,t){return t=x({},t),Object.keys(t).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},e],["div",{style:"padding-left:1.25em"},...Object.keys(t).map((e=>["div",{},["span",o,e+": "],s(t[e],!1)]))]]:["span",{}]}function s(e,r=!0){return"number"==typeof e?["span",t,e]:"string"==typeof e?["span",n,JSON.stringify(e)]:"boolean"==typeof e?["span",o,e]:T(e)?["object",{object:r?mt(e):e}]:["span",n,String(e)]}function c(e,t){const n=e.type;if(O(n))return;const o={};for(const r in e.ctx)l(n,r,t)&&(o[r]=e.ctx[r]);return o}function l(e,t,n){const o=e[n];return!!(j(o)&&o.includes(t)||T(o)&&t in o)||!(!e.extends||!l(e.extends,t,n))||!(!e.mixins||!e.mixins.some((e=>l(e,t,n))))||void 0}function d(e){return wa(e)?"ShallowRef":e.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}();const Ma=e=>{let t={};for(let n in e)t[n]=La(e[n]);return t},La=e=>e+"px";var Ua="object"==typeof global&&global&&global.Object===Object&&global,Va="object"==typeof self&&self&&self.Object===Object&&self,Ka=Ua||Va||Function("return this")(),Ga=Ka.Symbol,Ha=Object.prototype,Wa=Ha.hasOwnProperty,qa=Ha.toString,Ja=Ga?Ga.toStringTag:void 0;var Ya=Object.prototype.toString;var Za="[object Null]",Qa="[object Undefined]",Xa=Ga?Ga.toStringTag:void 0;function ei(e){return null==e?void 0===e?Qa:Za:Xa&&Xa in Object(e)?function(e){var t=Wa.call(e,Ja),n=e[Ja];try{e[Ja]=void 0;var o=!0}catch(e){}var r=qa.call(e);return o&&(t?e[Ja]=n:delete e[Ja]),r}(e):function(e){return Ya.call(e)}(e)}function ti(e){return null!=e&&"object"==typeof e}var ni="[object Symbol]";function oi(e){return"symbol"==typeof e||ti(e)&&ei(e)==ni}function ri(e,t){for(var n=-1,o=null==e?0:e.length,r=Array(o);++n<o;)r[n]=t(e[n],n,e);return r}var ai=Array.isArray,ii=1/0,si=Ga?Ga.prototype:void 0,ci=si?si.toString:void 0;function li(e){if("string"==typeof e)return e;if(ai(e))return ri(e,li)+"";if(oi(e))return ci?ci.call(e):"";var t=e+"";return"0"==t&&1/e==-ii?"-0":t}function di(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var pi="[object AsyncFunction]",ui="[object Function]",fi="[object GeneratorFunction]",vi="[object Proxy]";function gi(e){if(!di(e))return!1;var t=ei(e);return t==ui||t==fi||t==pi||t==vi}var hi=Ka["__core-js_shared__"],bi=function(){var e=/[^.]+$/.exec(hi&&hi.keys&&hi.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var mi=Function.prototype.toString;function yi(e){if(null!=e){try{return mi.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var xi=/^\[object .+?Constructor\]$/,wi=Function.prototype,_i=Object.prototype,ki=wi.toString,ji=_i.hasOwnProperty,Si=RegExp("^"+ki.call(ji).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ci(e){return!(!di(e)||(t=e,bi&&bi in t))&&(gi(e)?Si:xi).test(yi(e));var t}function Oi(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return Ci(n)?n:void 0}var Ai=Oi(Ka,"WeakMap"),Pi=Object.create,Ti=function(){function e(){}return function(t){if(!di(t))return{};if(Pi)return Pi(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var Ii=800,$i=16,Bi=Date.now;var Ni,Fi,Ei,zi=function(){try{var e=Oi(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Di=zi,Ri=Di?function(e,t){return Di(e,"toString",{configurable:!0,enumerable:!1,value:(n=t,function(){return n}),writable:!0});var n}:function(e){return e},Mi=(Ni=Ri,Fi=0,Ei=0,function(){var e=Bi(),t=$i-(e-Ei);if(Ei=e,t>0){if(++Fi>=Ii)return arguments[0]}else Fi=0;return Ni.apply(void 0,arguments)});var Li=9007199254740991,Ui=/^(?:0|[1-9]\d*)$/;function Vi(e,t){var n=typeof e;return!!(t=null==t?Li:t)&&("number"==n||"symbol"!=n&&Ui.test(e))&&e>-1&&e%1==0&&e<t}function Ki(e,t,n){"__proto__"==t&&Di?Di(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Gi(e,t){return e===t||e!=e&&t!=t}var Hi=Object.prototype.hasOwnProperty;function Wi(e,t,n){var o=e[t];Hi.call(e,t)&&Gi(o,n)&&(void 0!==n||t in e)||Ki(e,t,n)}function qi(e,t,n,o){var r=!n;n||(n={});for(var a=-1,i=t.length;++a<i;){var s=t[a],c=o?o(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),r?Ki(n,s,c):Wi(n,s,c)}return n}var Ji=Math.max;var Yi=9007199254740991;function Zi(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=Yi}function Qi(e){return null!=e&&Zi(e.length)&&!gi(e)}var Xi=Object.prototype;function es(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Xi)}var ts="[object Arguments]";function ns(e){return ti(e)&&ei(e)==ts}var os=Object.prototype,rs=os.hasOwnProperty,as=os.propertyIsEnumerable,is=ns(function(){return arguments}())?ns:function(e){return ti(e)&&rs.call(e,"callee")&&!as.call(e,"callee")};var ss="object"==typeof exports&&exports&&!exports.nodeType&&exports,cs=ss&&"object"==typeof module&&module&&!module.nodeType&&module,ls=cs&&cs.exports===ss?Ka.Buffer:void 0,ds=(ls?ls.isBuffer:void 0)||function(){return!1},ps={};function us(e){return function(t){return e(t)}}ps["[object Float32Array]"]=ps["[object Float64Array]"]=ps["[object Int8Array]"]=ps["[object Int16Array]"]=ps["[object Int32Array]"]=ps["[object Uint8Array]"]=ps["[object Uint8ClampedArray]"]=ps["[object Uint16Array]"]=ps["[object Uint32Array]"]=!0,ps["[object Arguments]"]=ps["[object Array]"]=ps["[object ArrayBuffer]"]=ps["[object Boolean]"]=ps["[object DataView]"]=ps["[object Date]"]=ps["[object Error]"]=ps["[object Function]"]=ps["[object Map]"]=ps["[object Number]"]=ps["[object Object]"]=ps["[object RegExp]"]=ps["[object Set]"]=ps["[object String]"]=ps["[object WeakMap]"]=!1;var fs="object"==typeof exports&&exports&&!exports.nodeType&&exports,vs=fs&&"object"==typeof module&&module&&!module.nodeType&&module,gs=vs&&vs.exports===fs&&Ua.process,hs=function(){try{var e=vs&&vs.require&&vs.require("util").types;return e||gs&&gs.binding&&gs.binding("util")}catch(e){}}(),bs=hs&&hs.isTypedArray,ms=bs?us(bs):function(e){return ti(e)&&Zi(e.length)&&!!ps[ei(e)]},ys=Object.prototype.hasOwnProperty;function xs(e,t){var n=ai(e),o=!n&&is(e),r=!n&&!o&&ds(e),a=!n&&!o&&!r&&ms(e),i=n||o||r||a,s=i?function(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o}(e.length,String):[],c=s.length;for(var l in e)!t&&!ys.call(e,l)||i&&("length"==l||r&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Vi(l,c))||s.push(l);return s}function ws(e,t){return function(n){return e(t(n))}}var _s=ws(Object.keys,Object),ks=Object.prototype.hasOwnProperty;function js(e){if(!es(e))return _s(e);var t=[];for(var n in Object(e))ks.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Ss(e){return Qi(e)?xs(e):js(e)}var Cs=Object.prototype.hasOwnProperty;function Os(e){if(!di(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=es(e),n=[];for(var o in e)("constructor"!=o||!t&&Cs.call(e,o))&&n.push(o);return n}function As(e){return Qi(e)?xs(e,!0):Os(e)}var Ps=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ts=/^\w*$/;var Is=Oi(Object,"create");var $s="__lodash_hash_undefined__",Bs=Object.prototype.hasOwnProperty;var Ns=Object.prototype.hasOwnProperty;var Fs="__lodash_hash_undefined__";function Es(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function zs(e,t){for(var n=e.length;n--;)if(Gi(e[n][0],t))return n;return-1}Es.prototype.clear=function(){this.__data__=Is?Is(null):{},this.size=0},Es.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Es.prototype.get=function(e){var t=this.__data__;if(Is){var n=t[e];return n===$s?void 0:n}return Bs.call(t,e)?t[e]:void 0},Es.prototype.has=function(e){var t=this.__data__;return Is?void 0!==t[e]:Ns.call(t,e)},Es.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Is&&void 0===t?Fs:t,this};var Ds=Array.prototype.splice;function Rs(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}Rs.prototype.clear=function(){this.__data__=[],this.size=0},Rs.prototype.delete=function(e){var t=this.__data__,n=zs(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ds.call(t,n,1),--this.size,!0)},Rs.prototype.get=function(e){var t=this.__data__,n=zs(t,e);return n<0?void 0:t[n][1]},Rs.prototype.has=function(e){return zs(this.__data__,e)>-1},Rs.prototype.set=function(e,t){var n=this.__data__,o=zs(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this};var Ms=Oi(Ka,"Map");function Ls(e,t){var n,o,r=e.__data__;return("string"==(o=typeof(n=t))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?r["string"==typeof t?"string":"hash"]:r.map}function Us(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}Us.prototype.clear=function(){this.size=0,this.__data__={hash:new Es,map:new(Ms||Rs),string:new Es}},Us.prototype.delete=function(e){var t=Ls(this,e).delete(e);return this.size-=t?1:0,t},Us.prototype.get=function(e){return Ls(this,e).get(e)},Us.prototype.has=function(e){return Ls(this,e).has(e)},Us.prototype.set=function(e,t){var n=Ls(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this};var Vs="Expected a function";function Ks(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(Vs);var n=function(){var o=arguments,r=t?t.apply(this,o):o[0],a=n.cache;if(a.has(r))return a.get(r);var i=e.apply(this,o);return n.cache=a.set(r,i)||a,i};return n.cache=new(Ks.Cache||Us),n}Ks.Cache=Us;var Gs=500;var Hs=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ws=/\\(\\)?/g,qs=function(e){var t=Ks(e,(function(e){return n.size===Gs&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Hs,(function(e,n,o,r){t.push(o?r.replace(Ws,"$1"):n||e)})),t})),Js=qs;function Ys(e,t){return ai(e)?e:function(e,t){if(ai(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!oi(e))||Ts.test(e)||!Ps.test(e)||null!=t&&e in Object(t)}(e,t)?[e]:Js(function(e){return null==e?"":li(e)}(e))}var Zs=1/0;function Qs(e){if("string"==typeof e||oi(e))return e;var t=e+"";return"0"==t&&1/e==-Zs?"-0":t}function Xs(e,t){for(var n=0,o=(t=Ys(t,e)).length;null!=e&&n<o;)e=e[Qs(t[n++])];return n&&n==o?e:void 0}function ec(e,t,n){var o=null==e?void 0:Xs(e,t);return void 0===o?n:o}function tc(e,t){for(var n=-1,o=t.length,r=e.length;++n<o;)e[r+n]=t[n];return e}var nc=Ga?Ga.isConcatSpreadable:void 0;function oc(e){return ai(e)||is(e)||!!(nc&&e&&e[nc])}function rc(e,t,n,o,r){var a=-1,i=e.length;for(n||(n=oc),r||(r=[]);++a<i;){var s=e[a];t>0&&n(s)?t>1?rc(s,t-1,n,o,r):tc(r,s):o||(r[r.length]=s)}return r}function ac(e){return(null==e?0:e.length)?rc(e,1):[]}function ic(e){return Mi(function(e,t,n){return t=Ji(void 0===t?e.length-1:t,0),function(){for(var o=arguments,r=-1,a=Ji(o.length-t,0),i=Array(a);++r<a;)i[r]=o[t+r];r=-1;for(var s=Array(t+1);++r<t;)s[r]=o[r];return s[t]=n(i),function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}(e,this,s)}}(e,void 0,ac),e+"")}var sc=ws(Object.getPrototypeOf,Object),cc="[object Object]",lc=Function.prototype,dc=Object.prototype,pc=lc.toString,uc=dc.hasOwnProperty,fc=pc.call(Object);var vc=200;function gc(e){var t=this.__data__=new Rs(e);this.size=t.size}gc.prototype.clear=function(){this.__data__=new Rs,this.size=0},gc.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},gc.prototype.get=function(e){return this.__data__.get(e)},gc.prototype.has=function(e){return this.__data__.has(e)},gc.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Rs){var o=n.__data__;if(!Ms||o.length<vc-1)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new Us(o)}return n.set(e,t),this.size=n.size,this};var hc="object"==typeof exports&&exports&&!exports.nodeType&&exports,bc=hc&&"object"==typeof module&&module&&!module.nodeType&&module,mc=bc&&bc.exports===hc?Ka.Buffer:void 0,yc=mc?mc.allocUnsafe:void 0;function xc(){return[]}var wc=Object.prototype.propertyIsEnumerable,_c=Object.getOwnPropertySymbols,kc=_c?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var n=-1,o=null==e?0:e.length,r=0,a=[];++n<o;){var i=e[n];t(i,n,e)&&(a[r++]=i)}return a}(_c(e),(function(t){return wc.call(e,t)})))}:xc;var jc=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)tc(t,kc(e)),e=sc(e);return t}:xc;function Sc(e,t,n){var o=t(e);return ai(e)?o:tc(o,n(e))}function Cc(e){return Sc(e,Ss,kc)}function Oc(e){return Sc(e,As,jc)}var Ac=Oi(Ka,"DataView"),Pc=Oi(Ka,"Promise"),Tc=Oi(Ka,"Set"),Ic="[object Map]",$c="[object Promise]",Bc="[object Set]",Nc="[object WeakMap]",Fc="[object DataView]",Ec=yi(Ac),zc=yi(Ms),Dc=yi(Pc),Rc=yi(Tc),Mc=yi(Ai),Lc=ei;(Ac&&Lc(new Ac(new ArrayBuffer(1)))!=Fc||Ms&&Lc(new Ms)!=Ic||Pc&&Lc(Pc.resolve())!=$c||Tc&&Lc(new Tc)!=Bc||Ai&&Lc(new Ai)!=Nc)&&(Lc=function(e){var t=ei(e),n="[object Object]"==t?e.constructor:void 0,o=n?yi(n):"";if(o)switch(o){case Ec:return Fc;case zc:return Ic;case Dc:return $c;case Rc:return Bc;case Mc:return Nc}return t});var Uc=Lc,Vc=Object.prototype.hasOwnProperty;var Kc=Ka.Uint8Array;function Gc(e){var t=new e.constructor(e.byteLength);return new Kc(t).set(new Kc(e)),t}var Hc=/\w*$/;var Wc=Ga?Ga.prototype:void 0,qc=Wc?Wc.valueOf:void 0;var Jc="[object Boolean]",Yc="[object Date]",Zc="[object Map]",Qc="[object Number]",Xc="[object RegExp]",el="[object Set]",tl="[object String]",nl="[object Symbol]",ol="[object ArrayBuffer]",rl="[object DataView]",al="[object Float32Array]",il="[object Float64Array]",sl="[object Int8Array]",cl="[object Int16Array]",ll="[object Int32Array]",dl="[object Uint8Array]",pl="[object Uint8ClampedArray]",ul="[object Uint16Array]",fl="[object Uint32Array]";function vl(e,t,n){var o,r,a,i=e.constructor;switch(t){case ol:return Gc(e);case Jc:case Yc:return new i(+e);case rl:return function(e,t){var n=t?Gc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case al:case il:case sl:case cl:case ll:case dl:case pl:case ul:case fl:return function(e,t){var n=t?Gc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}(e,n);case Zc:return new i;case Qc:case tl:return new i(e);case Xc:return(a=new(r=e).constructor(r.source,Hc.exec(r))).lastIndex=r.lastIndex,a;case el:return new i;case nl:return o=e,qc?Object(qc.call(o)):{}}}var gl="[object Map]";var hl=hs&&hs.isMap,bl=hl?us(hl):function(e){return ti(e)&&Uc(e)==gl},ml="[object Set]";var yl=hs&&hs.isSet,xl=yl?us(yl):function(e){return ti(e)&&Uc(e)==ml},wl=1,_l=2,kl=4,jl="[object Arguments]",Sl="[object Function]",Cl="[object GeneratorFunction]",Ol="[object Object]",Al={};function Pl(e,t,n,o,r,a){var i,s=t&wl,c=t&_l,l=t&kl;if(n&&(i=r?n(e,o,r,a):n(e)),void 0!==i)return i;if(!di(e))return e;var d=ai(e);if(d){if(i=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Vc.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!s)return function(e,t){var n=-1,o=e.length;for(t||(t=Array(o));++n<o;)t[n]=e[n];return t}(e,i)}else{var p=Uc(e),u=p==Sl||p==Cl;if(ds(e))return function(e,t){if(t)return e.slice();var n=e.length,o=yc?yc(n):new e.constructor(n);return e.copy(o),o}(e,s);if(p==Ol||p==jl||u&&!r){if(i=c||u?{}:function(e){return"function"!=typeof e.constructor||es(e)?{}:Ti(sc(e))}(e),!s)return c?function(e,t){return qi(e,jc(e),t)}(e,function(e,t){return e&&qi(t,As(t),e)}(i,e)):function(e,t){return qi(e,kc(e),t)}(e,function(e,t){return e&&qi(t,Ss(t),e)}(i,e))}else{if(!Al[p])return r?e:{};i=vl(e,p,s)}}a||(a=new gc);var f=a.get(e);if(f)return f;a.set(e,i),xl(e)?e.forEach((function(o){i.add(Pl(o,t,n,o,e,a))})):bl(e)&&e.forEach((function(o,r){i.set(r,Pl(o,t,n,r,e,a))}));var v=d?void 0:(l?c?Oc:Cc:c?As:Ss)(e);return function(e,t){for(var n=-1,o=null==e?0:e.length;++n<o&&!1!==t(e[n],n,e););}(v||e,(function(o,r){v&&(o=e[r=o]),Wi(i,r,Pl(o,t,n,r,e,a))})),i}Al[jl]=Al["[object Array]"]=Al["[object ArrayBuffer]"]=Al["[object DataView]"]=Al["[object Boolean]"]=Al["[object Date]"]=Al["[object Float32Array]"]=Al["[object Float64Array]"]=Al["[object Int8Array]"]=Al["[object Int16Array]"]=Al["[object Int32Array]"]=Al["[object Map]"]=Al["[object Number]"]=Al[Ol]=Al["[object RegExp]"]=Al["[object Set]"]=Al["[object String]"]=Al["[object Symbol]"]=Al["[object Uint8Array]"]=Al["[object Uint8ClampedArray]"]=Al["[object Uint16Array]"]=Al["[object Uint32Array]"]=!0,Al["[object Error]"]=Al[Sl]=Al["[object WeakMap]"]=!1;var Tl="__lodash_hash_undefined__";function Il(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Us;++t<n;)this.add(e[t])}function $l(e,t){for(var n=-1,o=null==e?0:e.length;++n<o;)if(t(e[n],n,e))return!0;return!1}Il.prototype.add=Il.prototype.push=function(e){return this.__data__.set(e,Tl),this},Il.prototype.has=function(e){return this.__data__.has(e)};var Bl=1,Nl=2;function Fl(e,t,n,o,r,a){var i=n&Bl,s=e.length,c=t.length;if(s!=c&&!(i&&c>s))return!1;var l=a.get(e),d=a.get(t);if(l&&d)return l==t&&d==e;var p=-1,u=!0,f=n&Nl?new Il:void 0;for(a.set(e,t),a.set(t,e);++p<s;){var v=e[p],g=t[p];if(o)var h=i?o(g,v,p,t,e,a):o(v,g,p,e,t,a);if(void 0!==h){if(h)continue;u=!1;break}if(f){if(!$l(t,(function(e,t){if(i=t,!f.has(i)&&(v===e||r(v,e,n,o,a)))return f.push(t);var i}))){u=!1;break}}else if(v!==g&&!r(v,g,n,o,a)){u=!1;break}}return a.delete(e),a.delete(t),u}function El(e){var t=-1,n=Array(e.size);return e.forEach((function(e,o){n[++t]=[o,e]})),n}function zl(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var Dl=1,Rl=2,Ml="[object Boolean]",Ll="[object Date]",Ul="[object Error]",Vl="[object Map]",Kl="[object Number]",Gl="[object RegExp]",Hl="[object Set]",Wl="[object String]",ql="[object Symbol]",Jl="[object ArrayBuffer]",Yl="[object DataView]",Zl=Ga?Ga.prototype:void 0,Ql=Zl?Zl.valueOf:void 0;var Xl=1,ed=Object.prototype.hasOwnProperty;var td=1,nd="[object Arguments]",od="[object Array]",rd="[object Object]",ad=Object.prototype.hasOwnProperty;function id(e,t,n,o,r,a){var i=ai(e),s=ai(t),c=i?od:Uc(e),l=s?od:Uc(t),d=(c=c==nd?rd:c)==rd,p=(l=l==nd?rd:l)==rd,u=c==l;if(u&&ds(e)){if(!ds(t))return!1;i=!0,d=!1}if(u&&!d)return a||(a=new gc),i||ms(e)?Fl(e,t,n,o,r,a):function(e,t,n,o,r,a,i){switch(n){case Yl:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Jl:return!(e.byteLength!=t.byteLength||!a(new Kc(e),new Kc(t)));case Ml:case Ll:case Kl:return Gi(+e,+t);case Ul:return e.name==t.name&&e.message==t.message;case Gl:case Wl:return e==t+"";case Vl:var s=El;case Hl:var c=o&Dl;if(s||(s=zl),e.size!=t.size&&!c)return!1;var l=i.get(e);if(l)return l==t;o|=Rl,i.set(e,t);var d=Fl(s(e),s(t),o,r,a,i);return i.delete(e),d;case ql:if(Ql)return Ql.call(e)==Ql.call(t)}return!1}(e,t,c,n,o,r,a);if(!(n&td)){var f=d&&ad.call(e,"__wrapped__"),v=p&&ad.call(t,"__wrapped__");if(f||v){var g=f?e.value():e,h=v?t.value():t;return a||(a=new gc),r(g,h,n,o,a)}}return!!u&&(a||(a=new gc),function(e,t,n,o,r,a){var i=n&Xl,s=Cc(e),c=s.length;if(c!=Cc(t).length&&!i)return!1;for(var l=c;l--;){var d=s[l];if(!(i?d in t:ed.call(t,d)))return!1}var p=a.get(e),u=a.get(t);if(p&&u)return p==t&&u==e;var f=!0;a.set(e,t),a.set(t,e);for(var v=i;++l<c;){var g=e[d=s[l]],h=t[d];if(o)var b=i?o(h,g,d,t,e,a):o(g,h,d,e,t,a);if(!(void 0===b?g===h||r(g,h,n,o,a):b)){f=!1;break}v||(v="constructor"==d)}if(f&&!v){var m=e.constructor,y=t.constructor;m==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof m&&m instanceof m&&"function"==typeof y&&y instanceof y||(f=!1)}return a.delete(e),a.delete(t),f}(e,t,n,o,r,a))}function sd(e,t,n,o,r){return e===t||(null==e||null==t||!ti(e)&&!ti(t)?e!=e&&t!=t:id(e,t,n,o,sd,r))}function cd(e,t){return null!=e&&t in Object(e)}function ld(e,t){return null!=e&&function(e,t,n){for(var o=-1,r=(t=Ys(t,e)).length,a=!1;++o<r;){var i=Qs(t[o]);if(!(a=null!=e&&n(e,i)))break;e=e[i]}return a||++o!=r?a:!!(r=null==e?0:e.length)&&Zi(r)&&Vi(i,r)&&(ai(e)||is(e))}(e,t,cd)}function dd(e,t){return t.length<2?e:Xs(e,function(e,t,n){var o=-1,r=e.length;t<0&&(t=-t>r?0:r+t),(n=n>r?r:n)<0&&(n+=r),r=t>n?0:n-t>>>0,t>>>=0;for(var a=Array(r);++o<r;)a[o]=e[o+t];return a}(t,0,-1))}var pd="[object Map]",ud="[object Set]",fd=Object.prototype.hasOwnProperty;function vd(e){if(null==e)return!0;if(Qi(e)&&(ai(e)||"string"==typeof e||"function"==typeof e.splice||ds(e)||ms(e)||is(e)))return!e.length;var t=Uc(e);if(t==pd||t==ud)return!e.size;if(es(e))return!js(e).length;for(var n in e)if(fd.call(e,n))return!1;return!0}function gd(e){return void 0===e}function hd(e,t){return null==(e=dd(e,t=Ys(t,e)))||delete e[Qs((n=t,o=null==n?0:n.length,o?n[o-1]:void 0))];var n,o}function bd(e){return function(e){if(!ti(e)||ei(e)!=cc)return!1;var t=sc(e);if(null===t)return!0;var n=uc.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&pc.call(n)==fc}(e)?void 0:e}var md=ic((function(e,t){var n={};if(null==e)return n;var o=!1;t=ri(t,(function(t){return t=Ys(t,e),o||(o=t.length>1),t})),qi(e,Oc(e),n),o&&(n=Pl(n,7,bd));for(var r=t.length;r--;)hd(n,t[r]);return n}));function yd(e,t,n,o){if(!di(e))return e;for(var r=-1,a=(t=Ys(t,e)).length,i=a-1,s=e;null!=s&&++r<a;){var c=Qs(t[r]),l=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(r!=i){var d=s[c];void 0===(l=o?o(d,c,s):void 0)&&(l=di(d)?d:Vi(t[r+1])?[]:{})}Wi(s,c,l),s=s[c]}return e}function xd(e,t){return function(e,t,n){for(var o=-1,r=t.length,a={};++o<r;){var i=t[o],s=Xs(e,i);n(s,i)&&yd(a,Ys(i,e),s)}return a}(e,t,(function(t,n){return ld(e,n)}))}var wd=ic((function(e,t){return null==e?{}:xd(e,t)}));const _d=e=>{const{goods:t,id:n}=e.props,{mGoods:o}=Cd[n]||{};return sd(t,o)},kd=async(e,t)=>{const{id:n,goods:o}=e.props;if(vd(o))return Promise.resolve({list:[]});if(_d(e))return Promise.resolve((e=>{const{mGoodsInfo:t}=Cd[e];return t})(n));const r=localStorage.getItem("saas-token");return await fetch(jd()+"web/rs/sku/querySkuFromJm.json?skuCodeStr="+t.skuCode,{method:"GET",headers:{"saas-token":r,"user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"},withCredentials:!0,credentials:"include"}).then((e=>e.json())).then(((e={})=>(((e,t,n)=>{Cd[e]={mGoodsInfo:n,mGoods:t}})(n,o,e),e)))},jd=e=>"https://rcyx-platform-test.yoxuan.vip/";const Sd=kd,Cd={};var Od={name:"cyy-title",props:{props:{value:String,fontSize:Number,textAlign:String,color:String,backgroundColor:String,fontWeight:String,fontStyle:String,textDecoration:Boolean,marginTop:Number,marginBottom:Number}},computed:{computedStyle(){const e=["fontSize","marginTop","marginBottom"],t=wd(this.props||{},e),n=md(this.props||{},e);return{...Ma(t),...n}}}};function Ad(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}Od.render=function(e,n,o,r,a,i){return $r(),Er("div",{style:t([i.computedStyle])},p(o.props.value),5)},Od.__file="src/package/cyy-title/cyy-title.vue";Ad(".lc-img-item[data-v-347d4d81]{box-sizing:border-box;width:100%}");var Pd={name:"cyy-goods",props:{props:{goods:Array,SelectGoods:Object,arrange:Number,borderRadius:Number,margin:Number,markedPrice:Number,marginTop:Number,marginBottom:Number}},data:()=>({listArr:[],noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},imgUrl:""}),mounted(){this.init()},methods:{async init(){this.imgUrl=jd();const{goods:e=[]}=this.props,t={skuCode:e.toString()},n=await Sd(this,t);this.listArr=ec(n,"list",[]),console.log("🐽🐽🐽🐽🐽🐽🐽🐽w",this.listArr)},goGoodsDetail(e){}}};const Td={key:1},Id=["onClick"],$d=["src"],Bd={class:"goodsDescription"},Nd={class:"goodsName"},Fd={class:"footerContent"},Ed={class:"goodsPrice"},zd={key:0,class:"scribing"},Dd={key:0,class:"goodsBuy"},Rd={class:"goodsBuyWrapper"},Md={key:0,class:"goodsBuy"};Ad("button[data-v-585820b7]{border:none}.cube-container[data-v-585820b7]{display:grid}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7]{grid-template-columns:repeat(1,1fr)}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] img[data-v-585820b7]{margin-left:auto;margin-right:auto;max-height:340px}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] .goodsName[data-v-585820b7]{font-size:20px;padding:20px 0 5px}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] .goodsPrice[data-v-585820b7]{font-size:18px}.cube-container[data-v-585820b7].arrange-1[data-v-585820b7] .cube-item[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{font-size:14px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7]{grid-template-columns:repeat(2,1fr)}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7]{margin:0 5px;max-width:170px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] img[data-v-585820b7]{max-height:170px;max-width:170px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7]{position:relative}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsName[data-v-585820b7]{font-size:16px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsPrice[data-v-585820b7]{font-size:14px}.cube-container[data-v-585820b7].arrange-2[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{font-size:12px}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7]{display:flex;overflow-x:scroll}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7] .cube-item[data-v-585820b7]{flex:0 0 auto;max-width:100%;width:100%}.cube-container[data-v-585820b7].arrange-3[data-v-585820b7] .cube-item[data-v-585820b7]:not(:last-child){margin-right:10px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7]{display:flex;justify-content:space-around;max-height:100px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] img[data-v-585820b7]{max-height:100px;max-width:100px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7]{display:block;margin-left:10px;position:relative;width:210px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsName[data-v-585820b7]{height:auto;max-height:42px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7]{font-size:16px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{font-size:12px}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsBuyWrapper[data-v-585820b7]{position:relative}.cube-container[data-v-585820b7].arrange-4[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsBuyWrapper[data-v-585820b7] .goodsBuy[data-v-585820b7]{align-self:flex-end;background-color:red;border-radius:5px;color:#fff;font-size:12px;padding:.25em .5em;position:absolute;right:0;top:0}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] img[data-v-585820b7]{width:100%}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7]{display:flex;flex-direction:column;justify-content:space-between}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsName[data-v-585820b7]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:42px;overflow:hidden;text-overflow:ellipsis}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7]{align-items:flex-end;display:flex;justify-content:space-between;margin-top:10px}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7]{color:#f53a50;font-weight:600}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .footerContent[data-v-585820b7] .goodsPrice[data-v-585820b7] .scribing[data-v-585820b7]{color:#ccc;display:inline-block;font-weight:400;text-decoration:line-through}.cube-container[data-v-585820b7] .cube-item[data-v-585820b7] .goodsDescription[data-v-585820b7] .goodsBuy[data-v-585820b7]{align-self:flex-end;background-color:red;border-radius:5px;color:#fff;font-size:12px;padding:.25em .5em}"),Pd.render=function(e,n,o,r,a,s){return $r(),Er("div",null,[o.props.goods?($r(),Er("div",Td,[Vr("div",{class:i(["cube-container",`arrange-${o.props.arrange}`]),style:t({marginTop:`${o.props.marginTop}px`,marginBottom:`${o.props.marginBottom}px`,gap:`${o.props.margin}px`})},[($r(!0),Er(Cr,null,Ao(a.listArr,((n,r)=>($r(),Er("div",{class:"cube-item",key:e.cyy,onClick:e=>s.goGoodsDetail(n)},[Vr("img",{src:a.imgUrl+n.dataPic,mode:"widthFix",alt:"",style:t({borderRadius:o.props.borderRadius})},null,12,$d),Vr("div",Bd,[Vr("div",Nd,p(n.goodsName),1),Vr("section",Fd,[Vr("div",Ed,[Wr(" ¥"+p(n.pricesetNprice)+" ",1),1===o.props.markedPrice?($r(),Er("div",zd,"¥"+p(n.pricesetMakeprice),1)):qr("v-if",!0)]),4!==o.props.arrange?($r(),Er("button",Dd,"立即购买")):qr("v-if",!0)]),Vr("div",Rd,[4===o.props.arrange?($r(),Er("button",Md,"立即购买")):qr("v-if",!0)])])],8,Id)))),128))],6)])):($r(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择商品",4))])},Pd.__scopeId="data-v-585820b7",Pd.__file="src/package/cyy-goods/cyy-goods.vue";Ad(".lowCode-warp{position:relative}.lowCode-warp ul{bottom:10px;padding:0;position:absolute;text-align:center;width:100%}.lowCode-warp li{background-color:rgba(0,0,0,.3);border-radius:50%;display:inline-block;height:8px;margin:0 4px;width:8px}.lowCode-warp li:first-child{background-color:#000}");Ad(".three-layout[data-v-6a9dc7dd]{border-radius:7px}.three-layout[data-v-6a9dc7dd] .mask-three-more[data-v-6a9dc7dd]{background-color:#000;color:#fff;display:block;font-size:52px;height:98px;line-height:98px;opacity:.5;position:absolute;text-align:center;top:0;width:98px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd]{display:flex;justify-content:space-between;margin:15px 12.5px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-left[data-v-6a9dc7dd]{color:#333;font-family:PingFangSC-Semibold,PingFang SC;font-size:16px;font-weight:600;line-height:22px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-right[data-v-6a9dc7dd]{align-items:center;display:flex}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-right[data-v-6a9dc7dd] div[data-v-6a9dc7dd]{color:#595959;font-size:12px}.three-layout[data-v-6a9dc7dd] .three-layout-title[data-v-6a9dc7dd] .top-right[data-v-6a9dc7dd] image[data-v-6a9dc7dd]{height:9px;margin-left:3px;width:6px}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd]{background:#fff;border-radius:7px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);margin:15px 14.5px}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd] .three-layout-bigImg[data-v-6a9dc7dd] image[data-v-6a9dc7dd]{border-radius:28px 28px 0 0;display:inline-block;height:189px;width:100%}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd] .three-layout-goods[data-v-6a9dc7dd]{display:flex;justify-content:center;padding:0 10px 10px}.three-layout[data-v-6a9dc7dd] .three-layout-content[data-v-6a9dc7dd] .three-layout-goods[data-v-6a9dc7dd] .goods-items[data-v-6a9dc7dd]{width:106px}.scroll-list[data-v-6a9dc7dd]{box-sizing:border-box;display:flex;justify-content:space-between;overflow:hidden;white-space:nowrap;width:100%}.scroll-list[data-v-6a9dc7dd] .scroll-item[data-v-6a9dc7dd]{display:inline-block;margin-right:10px}.scroll-list[data-v-6a9dc7dd] .scroll-item[data-v-6a9dc7dd] image[data-v-6a9dc7dd]{border-radius:5px;height:98px;width:98px}.scroll-list[data-v-6a9dc7dd] .scroll-item[data-v-6a9dc7dd] p[data-v-6a9dc7dd]{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#000;display:-webkit-box;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;line-height:17px;overflow:hidden;white-space:normal;width:98px}.scroll-top[data-v-6a9dc7dd]{margin-top:10px}");Ad(".holder[data-v-520a741d]{background-color:#27d7b1;height:60px;padding:10px 0;width:100%}.ArsenalPicture[data-v-520a741d]{display:flex;justify-content:space-between;width:100%}.ArsenalPicture[data-v-520a741d] .classA-show[data-v-520a741d]{aspect-ratio:1;color:red;width:100%}.ArsenalPicture[data-v-520a741d] .classB-show[data-v-520a741d]{aspect-ratio:1;color:orange;width:50%}.ArsenalPicture[data-v-520a741d] .classC-show[data-v-520a741d]{aspect-ratio:1;color:#ff0;width:33.33%}.ArsenalPicture[data-v-520a741d] .classD-show[data-v-520a741d]{aspect-ratio:1;width:25%}.ArsenalPicture[data-v-520a741d] .classE-show[data-v-520a741d]{height:392px;width:392px}.ArsenalPicture[data-v-520a741d] .classF-show[data-v-520a741d]{height:180px;width:180px}.ArsenalPicture[data-v-520a741d] .classG-show[data-v-520a741d]{height:120px;width:120px}.ArsenalPicture[data-v-520a741d] .classH-show[data-v-520a741d]{height:80px;width:80px}.ArsenalPicture[data-v-520a741d] .ArsenalImg[data-v-520a741d]{height:100%!important;width:100%}.ArsenalPicture-colunm[data-v-520a741d]{width:100%}.ArsenalPicture-colunm[data-v-520a741d] .classI-show[data-v-520a741d]{aspect-ratio:1;width:100%}.ArsenalPicture-colunm[data-v-520a741d] .classJ-show[data-v-520a741d]{aspect-ratio:1;margin-bottom:20px;width:100%}.ArsenalPicture-colunm[data-v-520a741d] .ArsenalImg[data-v-520a741d]{height:100%!important;width:100%}");var Ld={name:"cyy-ArsenalPicture",data:()=>({skeleton:["导航1","导航2","导航3","导航4"],imgStyle:{width:"100%",boxSizing:"border-box"}}),props:{props:{showStyle:Number,photoSize:Number,photoCorner:Number,fontColor:String,backgroundColor:String,marginTop:Number,marginBottom:Number,selectImg:Array}},mounted(){console.log(this.props,2023)},computed:{resultArr(){const{selectImg:e,defaultValue:t}=this.props,n=e.filter((e=>!gd(e))).filter((e=>!Object.values(e).every((e=>gd(e)))));let o=t;return vd(n)||(o=n),console.log(52,o),o}},methods:{classifyPhotoCorner:e=>20===e?8:50===e?16:e,linkClick(e){this.$emit("linkClick",e)}}};const Ud={key:0,class:"holder"},Vd=(e=>(Tn("data-v-78ff56c2"),e=e(),In(),e))((()=>Vr("div",null,null,-1))),Kd=["onClick"],Gd=["src"],Hd={key:1},Wd=["onClick"],qd=["src"];Ad(".holder[data-v-78ff56c2]{height:100px;padding:10px 0;width:100%}.holder[data-v-78ff56c2] ul[data-v-78ff56c2]{display:flex;justify-content:space-between;list-style:none;padding:0 10px}.holder[data-v-78ff56c2] ul[data-v-78ff56c2] li[data-v-78ff56c2]{list-style:none}.holder[data-v-78ff56c2] ul[data-v-78ff56c2] li[data-v-78ff56c2] div[data-v-78ff56c2]{background-color:pink;border-radius:50%;height:40px;padding:10px;width:40px}.holder[data-v-78ff56c2] ul[data-v-78ff56c2] li[data-v-78ff56c2] div[data-v-78ff56c2] span[data-v-78ff56c2]{display:flex;font-size:12px;justify-content:center}.golds[data-v-78ff56c2]{border-radius:14px;border-radius:4px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);display:flex;flex-wrap:wrap;justify-content:space-between}.golds[data-v-78ff56c2] .golds-item[data-v-78ff56c2]{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:10px 0;width:25%}.golds[data-v-78ff56c2] .golds-item[data-v-78ff56c2] div[data-v-78ff56c2]{font-family:PingFangSC-Medium,PingFang SC;font-size:11px;line-height:15px;text-align:center}.photoSizeBig[data-v-78ff56c2]{height:58px;width:58px}.photoSizeSmall[data-v-78ff56c2]{height:48px;width:48px}.classify-list[data-v-78ff56c2]{display:flex;flex-wrap:wrap;justify-content:space-between}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2]{border-radius:14px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);box-sizing:border-box;padding:8px 5px .25px}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2] div[data-v-78ff56c2]{font-weight:700}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2] img[data-v-78ff56c2]{margin-top:7.5px}.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2]:nth-child(3),.classify-list[data-v-78ff56c2] .classify-item[data-v-78ff56c2]:nth-child(4){margin-top:20px}.classifyItemBig[data-v-78ff56c2]{width:170px}.classifyItemSmall[data-v-78ff56c2]{width:166px}.classifyImgBig[data-v-78ff56c2]{height:90px;width:160px}.classifyImgSmall[data-v-78ff56c2]{height:87.75px;width:156px}.classifyFontBig[data-v-78ff56c2]{font-size:12px}.classifyFontSmall[data-v-78ff56c2]{font-size:11px}"),Ld.render=function(e,n,o,r,a,s){return $r(),Er("div",null,[o.props.selectImg.length?($r(),Er(Cr,{key:1},[0===o.props.showStyle?($r(),Er("div",{key:0,class:"golds",style:t({backgroundColor:o.props.backgroundColor,marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[($r(!0),Er(Cr,null,Ao(s.resultArr,((e,n)=>($r(),Er("div",{class:"golds-item",key:n,onClick:t=>s.linkClick(e)},[Vr("img",{class:i([1===o.props.photoSize?"photoSizeBig":"photoSizeSmall"]),style:t({borderRadius:o.props.photoCorner+"%"}),"lazy-load":!0,src:e.imgUrl},null,14,Gd),Vr("div",{style:t({color:o.props.fontColor})},p(e.name),5)],8,Kd)))),128))],4)):qr("v-if",!0),1===o.props.showStyle?($r(),Er("div",Hd,[Vr("div",{class:"classify-list",style:t({marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[($r(!0),Er(Cr,null,Ao(s.resultArr,(n=>($r(),Er("div",{class:i(["classify-item",[1===o.props.photoSize?"classifyItemBig":"classifyItemSmall"]]),style:t({backgroundColor:o.props.backgroundColor}),key:e.index,onClick:e=>s.linkClick(n)},[Vr("div",{class:i([1===o.props.photoSize?"classifyFontBig":"classifyFontSmall"]),style:t({color:o.props.fontColor})},p(n.name),7),Vr("img",{class:i([1===o.props.photoSize?"classifyImgBig":"classifyImgSmall"]),style:t({borderRadius:s.classifyPhotoCorner(o.props.photoCorner)+"px"}),"lazy-load":!0,src:n.imgUrl},null,14,qd)],14,Wd)))),128))],4)])):qr("v-if",!0)],64)):($r(),Er("div",Ud,[Vr("ul",null,[($r(!0),Er(Cr,null,Ao(a.skeleton,((e,t)=>($r(),Er("li",{key:t},[Vd,Vr("span",null,p(e),1)])))),128))])]))])},Ld.__scopeId="data-v-78ff56c2",Ld.__file="src/package/cyy-ArsenalNavigation/cyy-ArsenalNavigation.vue";Ad(".holder[data-v-f7d4fb12]{background-color:#ffff49;height:60px;padding:10px 0;width:100%}.swiperBox[data-v-f7d4fb12]{border-radius:10px;height:150px;width:100%}.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12],.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12] .swiper-content[data-v-f7d4fb12]{height:150px;width:100%}.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12] .swiper-content[data-v-f7d4fb12] .img-item[data-v-f7d4fb12]{box-sizing:border-box;padding:0 12.5px}.swiperBox[data-v-f7d4fb12] .swiper[data-v-f7d4fb12] img[data-v-f7d4fb12]{border-radius:10px;height:100%;width:100%}");var Jd={name:"vop-label",data:()=>({}),props:{goodsType:{type:[String,Number],default:""}}};const Yd={key:0,class:"label"};Ad(".label[data-v-487510c4]{background-color:#c82a29;border-radius:4px;color:#fff;font-size:12px;margin-right:4px;padding:2px 4px}"),Jd.render=function(e,t,n,o,r,a){return"40"===n.goodsType?($r(),Er("text",Yd,"京东优选")):qr("v-if",!0)},Jd.__scopeId="data-v-487510c4",Jd.__file="src/components/vop-label.vue";var Zd={name:"cyy-collocation",props:{props:{arrange:Number,selectImg:String,selectGoods:Array,markedPrice:Number,purchaseIcon:Number,more:Number,activityTitle:String,activitySubtitle:String,goodsTag:Array,backgroundColor:String,cornerStyle:Number,spacingStyle:Number,marginTop:Number,marginBottom:Number}},data:()=>({noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},goodsList:[],completeGoodsList:[],imgUrl:""}),computed:{mainTitleColor(){return{mainTitleColor:5===this.props.arrange}}},components:{vopLabel:Jd},mounted(){this.init()},methods:{async init(){this.imgUrl=jd();const{goods:e=[]}=this.props,t={skuCode:e.toString()},n=await Sd(this,t);this.completeGoodsList=ec(n,"list",[]),[1,3].includes(this.props.arrange)?this.goodsList=this.completeGoodsList.slice(0,3):2===this.props.arrange?this.goodsList=this.completeGoodsList.slice(0,2):this.goodsList=this.completeGoodsList},goGoodsDetail(e){},goMoreGoods(){}}};const Qd=e=>(Tn("data-v-374c63b5"),e=e(),In(),e),Xd={class:"title"},ep={class:"subtitle"},tp=Qd((()=>Vr("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAUElEQVQYV2NkYGBgNDIyCjh37tx6BiTAaGxszMrAwHCIgYHh1NmzZ/Nhcowghrm5Od+fP392IkuCJbBJwiWQJRkZGU8QlkC3B7fl+JyL1YMAA4U8YTAVJk0AAAAASUVORK5CYII="},null,-1))),np={class:"title"},op=Qd((()=>Vr("div",{class:"line"},null,-1))),rp={class:"mainTitle"},ap=Qd((()=>Vr("div",{class:"line"},null,-1))),ip={class:"mainImage"},sp=["src"],cp=["onClick"],lp=["src"],dp={class:"goodsDescription"},pp={class:"goodsName"},up={class:"footerContent"},fp={key:0,class:"goodsTagList"},vp={class:"tag"},gp={class:"goodsPrice"},hp=Qd((()=>Vr("span",{class:"priceUnit"},"¥",-1))),bp={key:0,class:"scribing"},mp=["onClick"];Ad(".mainTitleColor[data-v-374c63b5]{color:#f52b43}.top[data-v-374c63b5]{margin:0 auto;padding:12px 0;width:350px}.top[data-v-374c63b5] .mainTitle[data-v-374c63b5]{font-size:16px;font-weight:600}.top[data-v-374c63b5].left[data-v-374c63b5]{align-items:flex-end;display:flex;justify-content:space-between}.top[data-v-374c63b5].left[data-v-374c63b5] .title[data-v-374c63b5] .subtitle[data-v-374c63b5]{color:#333;font-size:12px;font-weight:400;height:17px;line-height:17px;margin-left:8px}.top[data-v-374c63b5].left[data-v-374c63b5] .more[data-v-374c63b5]{align-items:center;color:#81848c;display:flex;font-size:12px;font-weight:400;height:18px;line-height:18px}.top[data-v-374c63b5].left[data-v-374c63b5] .more[data-v-374c63b5] img[data-v-374c63b5]{height:8px;width:6px}.top[data-v-374c63b5].center[data-v-374c63b5]{padding:18px 0}.top[data-v-374c63b5].center[data-v-374c63b5] .title[data-v-374c63b5]{align-items:center;display:flex;justify-content:center}.top[data-v-374c63b5].center[data-v-374c63b5] .title[data-v-374c63b5] .line[data-v-374c63b5]{background:#d4d4d4;height:1px;margin:0 10px;width:72px}.top[data-v-374c63b5].center[data-v-374c63b5] .title[data-v-374c63b5] .mainTitle[data-v-374c63b5]{text-align:center}.mainImage[data-v-374c63b5]{height:180px;text-align:center}.mainImage[data-v-374c63b5] img[data-v-374c63b5]{height:180px;width:350px}.goodsList[data-v-374c63b5]{margin-left:auto;margin-right:auto;margin-top:8px;width:350px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5]{background-color:#fff}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImage[data-v-374c63b5]{height:100px;width:100px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;overflow:hidden;text-overflow:ellipsis}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsTagList[data-v-374c63b5]{display:flex;font-size:12px;margin-top:6px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsTagList[data-v-374c63b5] .tag[data-v-374c63b5]{background-color:#fee9ec;border-radius:10px;color:#f52b43;padding:.25em .5em}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsTagList[data-v-374c63b5] .tag[data-v-374c63b5]:not(:last-child){margin-right:8px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5]{color:#f53a50;font-size:14px;font-weight:600}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5] .priceUnit[data-v-374c63b5]{font-size:10px}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5] .scribing[data-v-374c63b5]{color:#ccc;display:inline-block;font-size:12px;font-weight:400;text-decoration:line-through}.goodsList[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{background-color:red;border:0;border-radius:15px;color:#fff;font-size:12px;line-height:22px;margin-left:auto;margin-right:auto;padding:.25em .5em}.arrange-1[data-v-374c63b5]{grid-gap:10px 20px;display:grid;grid-template-columns:repeat(3,1fr)}.arrange-1[data-v-374c63b5] .goodsBox[data-v-374c63b5]{width:100px}.arrange-1[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{margin-bottom:10px;text-align:center}.arrange-2[data-v-374c63b5],.arrange-4[data-v-374c63b5]{display:flex;flex-direction:column;margin:8px auto}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5]{display:flex;margin-bottom:10px;padding:10px}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5]{margin-left:10px;position:relative;width:220px}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5]{font-size:14px}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5]{bottom:0;display:inline;font-size:16px;left:0;position:absolute}.arrange-2[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5],.arrange-4[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{bottom:0;display:inline;margin-bottom:0;position:absolute;right:0}.arrange-3[data-v-374c63b5]{display:flex;flex-wrap:wrap;justify-content:space-between}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5]{background:#fff;height:250px;margin-top:10px;width:170px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImage[data-v-374c63b5]{height:170px;width:170px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .goodsName[data-v-374c63b5]{height:2.5em;margin-top:10px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5]{align-items:flex-end;display:flex;justify-content:space-between;margin-top:5px}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{margin:0}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5]:first-child{height:220px;padding:10px;width:100%}.arrange-3[data-v-374c63b5] .goodsBox[data-v-374c63b5]:first-child .goodsImage[data-v-374c63b5]{height:130px;width:100%}.arrange-5[data-v-374c63b5]{grid-gap:10px 20px;display:grid;grid-template-columns:repeat(3,1fr)}.arrange-5[data-v-374c63b5] .goodsImage[data-v-374c63b5]{margin-top:6px}.arrange-5[data-v-374c63b5] .goodsBox[data-v-374c63b5]{background:#fff;width:100px}.arrange-5[data-v-374c63b5] .goodsBox[data-v-374c63b5] .goodsImage[data-v-374c63b5]{height:100px;width:100px}.arrange-5[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsPrice[data-v-374c63b5]{text-align:center}.arrange-5[data-v-374c63b5] .goodsDescription[data-v-374c63b5] .footerContent[data-v-374c63b5] .goodsBuy[data-v-374c63b5]{margin-bottom:10px;text-align:center}"),Zd.render=function(e,n,o,r,a,s){const c=So("vopLabel");return $r(),Er("div",null,[o.props.goods?($r(),Er("div",{key:1,style:t({margin:`${o.props.marginTop}px 0 ${o.props.marginBottom}px 0`,backgroundColor:`${o.props.backgroundColor}`,borderRadius:`${o.props.cornerStyle}px`})},[4!==o.props.arrange?($r(),Er("div",{key:0,class:i(["top",{left:4!==o.props.arrange}])},[Vr("div",Xd,[Vr("span",{class:i(["mainTitle",s.mainTitleColor])},p(o.props.activityTitle),3),Vr("span",ep,p(o.props.activitySubtitle),1)]),1===o.props.more&&[1,2,3].includes(o.props.arrange)?($r(),Er("div",{key:0,class:"more",onClick:n[0]||(n[0]=e=>s.goMoreGoods())},[Wr(" 更多"),tp])):qr("v-if",!0)],2)):4===o.props.arrange?($r(),Er("div",{key:1,class:i(["top",{center:4===o.props.arrange}])},[Vr("div",np,[op,Vr("div",rp,p(o.props.activityTitle),1),ap])],2)):qr("v-if",!0),Vr("div",ip,[Vr("img",{style:t({borderTopLeftRadius:`${o.props.cornerStyle}px`,borderTopRightRadius:`${o.props.cornerStyle}px`}),src:o.props.selectImg,alt:"主图"},null,12,sp)]),Vr("div",{class:i(["goodsList",[`arrange-${o.props.arrange}`,`spacingStyle-${o.props.spacingStyle}`]])},[($r(!0),Er(Cr,null,Ao(a.goodsList,((n,r)=>($r(),Er("div",{class:"goodsBox",style:t({borderRadius:`${o.props.cornerStyle}px`}),key:n.skuCode,onClick:e=>s.goGoodsDetail(n)},[Vr("img",{class:"goodsImage",style:t({borderRadius:`${o.props.cornerStyle}px`}),src:a.imgUrl+n.dataPic,alt:"商品图片"},null,12,lp),Vr("div",dp,[Vr("div",pp,[Kr(c),Wr(p(n.goodsName),1)]),Vr("section",up,[o.props.goodsTag.length>0&&[2,4].includes(o.props.arrange)?($r(),Er("div",fp,[($r(!0),Er(Cr,null,Ao(o.props.goodsTag,(e=>($r(),Er("div",{key:e.id},[Vr("span",vp,p(e.value),1)])))),128))])):qr("v-if",!0),Vr("div",gp,[hp,Wr(p(n.pricesetNprice)+" ",1),1===o.props.markedPrice?($r(),Er("div",bp," ¥"+p(n.pricesetMakeprice),1)):qr("v-if",!0)]),1===o.props.purchaseIcon?($r(),Er("div",{key:1,class:"goodsBuy",onClick:t=>e.handleBuyGoods(n.skuNo)}," 立即购买 ",8,mp)):qr("v-if",!0)])])],12,cp)))),128))],2)],4)):($r(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择商品",4))])},Zd.__scopeId="data-v-374c63b5",Zd.__file="src/package/cyy-collocation/cyy-collocation.vue";var yp={name:"cyy-ArsenalTop",data:()=>({lowCode:true,color:"#FD1738"}),props:{props:{autoPlay:Number,autoplayInterval:Number,direction:Number,siteName:String,mallSlogan:String,iconImg:String,marginTop:Number,marginBottom:Number,selectImg:Array}},mounted(){this.props.selectImg.length&&(this.color=this.props.selectImg[0]?.color||"#FD1738",console.log(this.color,"color"))},computed:{autoplayResult(){if(0===this.props.autoPlay)return!0},directionResult(){return 0!==this.props.direction},resultArr(){const{selectImg:e,defaultValue:t}=this.props,n=e.filter((e=>!gd(e))).filter((e=>!Object.values(e).every((e=>gd(e)))));let o=t;return vd(n)||(o=n),console.log(52,o),o}},methods:{classifyPhotoCorner:e=>20===e?10:50===e?20:e,setimg(e){const t=e.detail.current;this.color=this.props.selectImg[t].color,this.$emit("setimg",this.color)},ToSearch(){this.$emit("ToSearch")},linkClick(e){this.$emit("linkClick",e)}}};const xp=e=>(Tn("data-v-4a4057bd"),e=e(),In(),e),wp={key:0},_p={class:"title-t"},kp={class:"boxBgL"},jp=xp((()=>Vr("div",{class:"search",style:{display:"flex","justify-content":"center",position:"relative","z-index":"1"}},[Vr("div",{class:"search--input",style:{padding:"2px 112px",border:"1px solid white","border-radius":"20px"}},[Vr("div",{class:"search--input--box",style:{color:"#fff"}},[Vr("span",null,"搜索您喜欢的商品"),Vr("img",{src:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/search.png",style:{width:"20px",height:"20px","margin-top":"7px","margin-right":"10px",position:"absolute",top:"-4px",right:"18px"}})])])],-1))),Sp={class:"tag",style:{"justify-content":"center"}},Cp={class:"tag--item"},Op={class:"",style:{color:"#fff","font-size":"24rpx",position:"relative","z-index":"1"}},Ap=["src"],Pp=["src"],Tp=["src"],Ip={class:"Box"},$p={class:"boxBg"},Bp={class:"search"},Np=xp((()=>Vr("div",{class:"search--input--box"},"搜索您喜欢的商品",-1))),Fp=[xp((()=>Vr("text",{class:"iconfont icon-sousuo"},null,-1)))],Ep={class:"tag"},zp={class:"tag--item"},Dp={class:"header-box",style:{width:"32rpx",height:"32rpx","margin-right":"8rpx"}},Rp=["src"],Mp={class:"",style:{color:"#fff","font-size":"24rpx"}},Lp=xp((()=>Vr("canvas",{id:"canvasID","canvas-id":"mycanvas",style:{position:"fixed",left:"-500px"}},null,-1))),Up={class:"swiper"},Vp=["src","onClick"];Ad(".holder[data-v-4a4057bd]{background-color:#ffff49;height:60px;padding:10px 0;width:100%}.swiperBox[data-v-4a4057bd]{border-radius:10px;height:150px;width:100%}.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd],.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd] .swiper-content[data-v-4a4057bd]{height:150px;width:100%}.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd] .swiper-content[data-v-4a4057bd] .img-item[data-v-4a4057bd]{box-sizing:border-box;padding:0 12.5px}.swiperBox[data-v-4a4057bd] .swiper[data-v-4a4057bd] img[data-v-4a4057bd]{border-radius:10px;height:100%;width:100%}.Box[data-v-4a4057bd]{position:relative;width:100%}.boxBg[data-v-4a4057bd]{height:201px;left:0;position:absolute;top:0;width:100%;z-index:-1}.boxBg[data-v-4a4057bd] .one[data-v-4a4057bd]{height:150px;width:100%}.boxBg[data-v-4a4057bd] .two[data-v-4a4057bd]{border-radius:50%;height:102px;position:relative;top:-51px;width:100%}.boxBgL[data-v-4a4057bd]{height:201px;left:0;position:absolute;top:0;width:100%}.boxBgL[data-v-4a4057bd] .one[data-v-4a4057bd]{height:150px;width:100%}.boxBgL[data-v-4a4057bd] .two[data-v-4a4057bd]{border-radius:50%;height:102px;position:relative;top:-51px;width:100%}.search[data-v-4a4057bd]--input[data-v-4a4057bd]{background:hsla(0,0%,100%,.3);border-radius:17.5px;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);height:32px;margin:0 auto;position:relative;text-align:center;width:90%}.search[data-v-4a4057bd]--input[data-v-4a4057bd]--box[data-v-4a4057bd]{color:#fff;font-size:12px;line-height:32px}.search[data-v-4a4057bd]--input[data-v-4a4057bd]--icon[data-v-4a4057bd]{align-items:center;border-radius:17.5px;display:flex;height:22px;justify-content:center;position:absolute;right:5px;top:5px;width:27.5px}.search[data-v-4a4057bd]--input[data-v-4a4057bd]--icon[data-v-4a4057bd] .icon-sousuo[data-v-4a4057bd]{color:#fff}.tag[data-v-4a4057bd]{display:flex;padding:7px 0}.tag[data-v-4a4057bd]--item[data-v-4a4057bd]{align-items:center;display:flex;flex:1;justify-content:center}.title-l[data-v-4a4057bd]{height:40px}.title-l[data-v-4a4057bd] .title-t[data-v-4a4057bd]{color:#fff;font-size:18px;padding-left:22px}.lowCode-warp[data-v-4a4057bd]{padding:0 20px}"),yp.render=function(e,n,o,r,a,i){const s=So("swiper-item"),c=So("block"),l=So("swiper");return $r(),Er("div",null,[a.lowCode?($r(),Er("div",wp,[Vr("div",{class:"title-l",slot:"left",style:t({"background-color":a.color})},[Vr("div",_p,p(o.props.siteName||"人才优选 品质优选"),1)],4),Vr("div",{class:"Box",style:t({"background-color":a.color})},[Vr("div",kp,[Vr("div",{class:"one",style:t({"background-color":a.color})},null,4),Vr("div",{class:"two",style:t({"background-color":a.color})},null,4)]),qr(" 搜索栏 "),jp,qr(" 标签 "),Vr("div",Sp,[Vr("div",Cp,[Vr("div",Op,[o.props.iconImg?($r(),Er("img",{key:0,"lazy-load":!0,src:o.props.iconImg,mode:"",style:{width:"16px",height:"16px","margin-right":"8rpx"}},null,8,Ap)):($r(),Er("img",{key:1,"lazy-load":!0,src:o.props.iconImg,mode:"",style:{width:"16px",height:"16px","margin-right":"8rpx"}},null,8,Pp)),Wr(p(o.props.mallSlogan),1)])])])],4),Vr("div",{class:"lowCode-warp",style:t({marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[Vr("img",{src:i.resultArr[0].imgUrl,alt:"",style:{width:"100%"}},null,8,Tp),Vr("ul",null,[($r(!0),Er(Cr,null,Ao(i.resultArr,((e,t)=>($r(),Er("li",{key:t})))),128))])],4)])):($r(),Er(Cr,{key:1},[Vr("div",Ip,[Vr("div",$p,[Vr("div",{class:"one",style:t({"background-color":a.color})},null,4),Vr("div",{class:"two",style:t({"background-color":a.color})},null,4)]),qr(" 搜索栏 "),Vr("div",Bp,[Vr("div",{class:"search--input",onClick:n[0]||(n[0]=(...e)=>i.ToSearch&&i.ToSearch(...e))},[Np,Vr("div",{class:"search--input--icon",style:t({"background-color":a.color})},Fp,4)])]),qr(" 标签 "),Vr("div",Ep,[Vr("div",zp,[Vr("div",Dp,[Vr("img",{"lazy-load":!0,src:o.props.iconImg,mode:"",style:{width:"100%",height:"100%"}},null,8,Rp)]),Vr("div",Mp,p(o.props.mallSlogan),1)])]),Lp]),Vr("div",{class:"swiperBox",style:t({marginTop:o.props.marginTop+"px",marginBottom:o.props.marginBottom+"px"})},[Vr("div",Up,[Kr(l,{interval:"4000",class:"swiper-content",circular:"true",vertical:i.directionResult,autoplay:i.autoplayResult,duration:o.props.autoplayInterval,onChange:i.setimg},{default:$n((()=>[($r(!0),Er(Cr,null,Ao(i.resultArr,((e,n)=>($r(),zr(c,{key:n},{default:$n((()=>[Kr(s,{class:"img-item"},{default:$n((()=>[Vr("img",{style:t({bordeRadius:i.classifyPhotoCorner(o.props.photoCorner)+"px"}),"lazy-load":!0,src:e.imgUrl,onClick:t=>i.linkClick(e)},null,12,Vp)])),_:2},1024)])),_:2},1024)))),128))])),_:1},8,["vertical","autoplay","duration","onChange"])])],4)],64))])},yp.__scopeId="data-v-4a4057bd",yp.__file="src/package/cyy-ArsenalTop/cyy-ArsenalTop.vue";var Kp={props:{props:{live:Array,title:String,cover:String,marginTop:Number,marginBottom:Number}},data:()=>({noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},imgUrl:""}),computed:{liveTitle(){return this.props.title&&""!==this.props.title?this.props.title:this.props.live.infuencerName},liveCover(){return this.props.cover&&""!==this.props.cover?this.props.cover:this.props.live.infuencerUrl1},liveState(){let e="";switch(this.props.live.dataState){case 0:e="初始化";break;case 1:e="上传直播间";break;case 101:e="直播中";break;case 102:e="未开始";break;case 103:e="已结束";break;case 104:e="禁播";break;case 105:e="暂停";break;case 106:e="异常";break;case 107:e="已过期"}return e}},mounted(){this.init()},methods:{init(){this.imgUrl=jd()},handleToLive(){}}};const Gp=["src"],Hp={class:"liveState"},Wp={class:"liveIntroduction"},qp={class:"liveTitle"},Jp={class:"anchorName"};Ad(".live[data-v-169993dd]{display:flex;padding:10px}.live[data-v-169993dd] .liveCover[data-v-169993dd]{height:140px;position:relative;width:140px}.live[data-v-169993dd] .liveCover[data-v-169993dd] img[data-v-169993dd]{height:100%;width:100%}.live[data-v-169993dd] .liveCover[data-v-169993dd] .liveState[data-v-169993dd]{background-color:red;color:#fff;font-size:12px;left:0;padding:.25em .5em;position:absolute;top:0}.live[data-v-169993dd] .liveIntroduction[data-v-169993dd]{display:flex;flex-direction:column;justify-content:space-between;margin-left:10px;width:190px}.live[data-v-169993dd] .liveIntroduction[data-v-169993dd] .liveTitle[data-v-169993dd]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.live[data-v-169993dd] .liveIntroduction[data-v-169993dd] .anchorName[data-v-169993dd]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}"),Kp.render=function(e,n,o,r,a,i){return $r(),Er("div",null,[o.props.live?($r(),Er("div",{key:1,class:"live",style:t({marginTop:`${o.props.marginTop}px`,marginBottom:`${o.props.marginBottom}px`})},[Vr("div",{class:"liveCover",onClick:n[0]||(n[0]=e=>i.handleToLive())},[Vr("img",{src:i.liveCover},null,8,Gp),Vr("div",Hp,p(i.liveState),1)]),Vr("div",Wp,[Vr("div",qp,p(i.liveTitle),1),Vr("div",Jp,p(o.props.live.infuencerInfname),1)])],4)):($r(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择直播",4))])},Kp.__scopeId="data-v-169993dd",Kp.__file="src/package/cyy-live/cyy-live.vue";var Yp={props:{props:{notice:{notice:Array,vertical:Boolean,color:String,backgroundColor:String,marginTop:Number,marginBottom:Number}}},data(){return{noDataStyle:{width:"100%",height:"180px",lineHeight:"180px",fontSize:"30px",backgroundColor:"#ccc",color:"#aaa",textAlign:"center"},noticeList:this.props.notice}},methods:{handleToNotice(e){}}};const Zp=e=>(Tn("data-v-15cdd31d"),e=e(),In(),e),Qp=Zp((()=>Vr("div",{class:"notice-logo"},[Vr("span",null,"公告")],-1))),Xp=Zp((()=>Vr("div",{class:"notice-bar"},null,-1))),eu={class:"notice-content"},tu=["onClick"];Ad(".noticeBox[data-v-15cdd31d]{align-items:center;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;height:35px;padding:0 12.5px}.noticeBox[data-v-15cdd31d] .notice-logo[data-v-15cdd31d]{align-items:center;background:linear-gradient(270deg,#ff97bd,#e50f41);border-radius:10px;display:flex;padding:.5px 10px}.noticeBox[data-v-15cdd31d] .notice-logo[data-v-15cdd31d] span[data-v-15cdd31d]{color:#fff;font-family:PingFangSC-Regular,PingFang SC;font-size:10px;font-weight:400;line-height:17px}.noticeBox[data-v-15cdd31d] .notice-bar[data-v-15cdd31d]{background:#d8d8d8;border:1px solid #d8d8d8;height:12px;margin:0 10px;width:1px}.noticeBox[data-v-15cdd31d] .notice-content[data-v-15cdd31d]{flex:1;overflow:hidden}.noticeBox[data-v-15cdd31d] .notice-content[data-v-15cdd31d] .notice-list[data-v-15cdd31d]{display:flex;flex-direction:column;height:1.25em}.noticeBox[data-v-15cdd31d] .notice-content[data-v-15cdd31d] .notice-list[data-v-15cdd31d] .swiper-item[data-v-15cdd31d]{color:#999}"),Yp.render=function(e,n,o,r,a,i){const s=So("swiper-item"),c=So("swiper");return $r(),Er("div",null,[o.props.notice?($r(),Er("div",{key:1,class:"noticeBox",style:t({marginTop:`${o.props.marginTop}px`,marginBottom:`${o.props.marginBottom}px`,backgroundColor:`${o.props.backgroundColor}`})},[Qp,Xp,Vr("div",eu,[Kr(c,{class:"notice-list",vertical:o.props.vertical,circular:"true",autoplay:"true",interval:"5000",duration:"1000"},{default:$n((()=>[($r(!0),Er(Cr,null,Ao(a.noticeList,(e=>($r(),zr(s,{key:e.noticeId},{default:$n((()=>[Vr("div",{class:"swiper-item",style:t({color:`${o.props.color}`}),onClick:t=>i.handleToNotice(e)},p(e.noticeTitle),13,tu)])),_:2},1024)))),128))])),_:1},8,["vertical"])])],4)):($r(),Er("div",{key:0,style:t(a.noDataStyle)},"请选择公告",4))])},Yp.__scopeId="data-v-15cdd31d",Yp.__file="src/package/cyy-notice/cyy-notice.vue";Ad(".u-countdown[data-v-722b46bc]{align-items:center;display:flex}.u-countdown-item[data-v-722b46bc]{align-items:center;border-radius:3px;display:flex;flex-direction:row;justify-content:center;padding:1px;transform:translateZ(0);white-space:nowrap}.u-countdown-time[data-v-722b46bc]{line-height:1;margin:0;padding:0}.u-countdown-colon[data-v-722b46bc]{align-items:center;display:flex;flex-direction:row;justify-content:center;line-height:1;padding:0 .5px 2px}.u-countdown-scale[data-v-722b46bc]{transform:scale(.9);transform-origin:center center}");Ad(".secKill[data-v-2767d955]{border-radius:7px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);margin:0 auto;padding:13.5px 10px 0;width:100%}.secKill[data-v-2767d955] .soon[data-v-2767d955]{background:linear-gradient(90deg,#ff9d0d,#eb2b27);border-radius:12px;color:#fff;font-family:PingFangSC-Medium,PingFang SC;font-size:12px;font-weight:500;height:24px;line-height:24px;text-align:center;width:64px}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955]{align-items:center;display:flex;justify-content:space-between;padding-bottom:10px;width:100%}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955] .title[data-v-2767d955]{align-items:center;display:flex}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955] .more[data-v-2767d955]{color:#595959;display:flex;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400}.secKill[data-v-2767d955] .secKill--tit[data-v-2767d955] .more[data-v-2767d955] .img[data-v-2767d955]{height:9px;margin-left:3px;width:5.5px}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955]{display:flex;height:126px;justify-content:space-between}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955] .secKill--center[data-v-2767d955]{background:#fff;border-radius:8px;margin-bottom:8px;margin-right:8px;padding:8px;position:relative;width:76px}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955] .secKill--center[data-v-2767d955] .mask[data-v-2767d955]{background-color:#000;color:#fff;display:block;font-size:13px;height:54px;line-height:54px;opacity:.5;position:absolute;text-align:center;width:54px}.secKill[data-v-2767d955] .secKill-all[data-v-2767d955] .secKill--center[data-v-2767d955] .secKill-goodsName[data-v-2767d955]{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:PingFangSC-Regular,PingFang SC;font-size:12px;font-weight:400;height:34px;line-height:17px;overflow:hidden;text-overflow:ellipsis}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955]{display:flex}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955]{border-right:2px solid #f6f6f6;height:255px;padding:0 7.5px;width:164px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955] .bigimgs[data-v-2767d955]{height:100px;margin:0 auto;width:100px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955] .goodsName[data-v-2767d955]{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#262626;display:-webkit-box;font-family:PingFangSC-Semibold,PingFang SC;font-size:13px;font-weight:600;height:37.5px;margin-bottom:8px;margin-top:7.5px;overflow:hidden;width:153px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955] .price[data-v-2767d955]{align-items:center;display:flex;justify-content:space-between}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .left[data-v-2767d955]:nth-child(2){border:none}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955]{height:255px;padding-left:7.5px;width:164px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955] .bigimg[data-v-2767d955]{background-color:rgba(0,0,0,.3);height:118px;width:153px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955] .goodsName[data-v-2767d955]{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#262626;display:-webkit-box;font-family:PingFangSC-Semibold,PingFang SC;font-size:13px;font-weight:600;margin-bottom:10px;overflow:hidden;width:153px}.secKill[data-v-2767d955] .secKill--bottom[data-v-2767d955] .right[data-v-2767d955] .price[data-v-2767d955]{align-items:center;display:flex;justify-content:space-between}");var nu={data:()=>({ARSENALNAVIGATION:{type:"ArsenalNavigation",name:"导航",icon:"icon-shangpin-xianxing",props:{showStyle:0,photoSize:0,photoCorner:0,fontColor:"#BBBBBB",backgroundColor:"#EEEEEE",marginTop:0,marginBottom:0,selectImg:[],defaultValue:[{imgUrl:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/66341675912421_.pic.jpg",link:"无操作",name:""}]}},titleProp:{value:"test"},TopProps:{autoPlay:0,autoplayInterval:1500,direction:0,siteName:"测试公司",mallSlogan:"帮你轻松塑造幸福中职场",iconImg:"",paddingTop:0,paddingBottom:0,selectImg:[],defaultValue:[{imgUrl:"https://static-rs.s3.cn-east-2.jdcloud-oss.com/decorate/66341675912421_.pic.jpg",link:"无操作",color:"#FD1738"}]},goodsProp:{arrange:4,borderRadius:0,goods:["2022010600000012","2022010600000082","2022010600000013"],margin:10,markedPrice:1,paddingBottom:0,paddingTop:0},collocationProp:{arrange:5,selectImg:"https://rcyx-platform-test.yoxuan.vip//paas/shop/2021011200000001/2023-03-14/e7195f36063f4b07b2d9d17c852b14f2.png",goods:["2022010600000090","2022010600000013","2022010600000082","2023010900003440"],markedPrice:1,purchaseIcon:1,more:1,activityTitle:"活动标题",activitySubtitle:"活动副标题",goodsTag:[{id:1,value:"零食很忙",id:2,value:"零食优选"},{id:3,value:"商品标签"}],textAlign:"center",backgroundColor:"#ffffff",cornerStyle:10,spacingStyle:1,marginTop:10,marginBottom:20},liveProp:{live:{infuencerName:"直播标题",infuencerInfname:"主播名称",infuencerUrl1:"http://mmbiz.qpic.cn/mmbiz_jpg/130W5xdRdAKOjhDrJiaia0VR6e0Vu5PuIz3HpeS4iayHG2nTjshYNkbTujMIqO3fLEyFMEWZQphVh6U6sEuZXvmvA/0",dataState:101},title:"",cover:"",marginTop:0,marginBottom:0},noticeProps:{vertical:!1,notice:[{noticeId:1,noticeTitle:"测试公告1"},{noticeId:2,noticeTitle:"测试公告2"}]}}),components:{Title:Od,Goods:Pd,Collocation:Zd,Live:Kp,ArsenalTop:yp,Notice:Yp,ArsenalNavigation:Ld}};nu.render=function(e,t,n,o,r,a){const i=So("ArsenalNavigation");return $r(),Er("div",null,[qr(' <Title :props="titleProp" /> '),qr(' <Goods :props="goodsProp" /> '),qr(' <Collocation :props="collocationProp"></Collocation> '),qr(' <Live :props="liveProp" /> '),qr(' <ArsenalTop :props="TopProps" /> '),qr(' <Notice :props="noticeProps" /> '),Kr(i,{props:r.ARSENALNAVIGATION.props},null,8,["props"])])},nu.__file="src/App.vue",((...e)=>{const t=(Ra||(Ra=_r(Da))).createApp(...e);!function(e){Object.defineProperty(e.config,"isNativeTag",{value:e=>s(e)||c(e),writable:!1})}(t),function(e){if(da()){const t=e.config.isCustomElement;Object.defineProperty(e.config,"isCustomElement",{get:()=>t,set(){Tt("The `isCustomElement` config option is deprecated. Use `compilerOptions.isCustomElement` instead.")}});const n=e.config.compilerOptions,o='The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime compiler (aka "full build"). Since you are using the runtime-only build, `compilerOptions` must be passed to `@vue/compiler-dom` in the build setup instead.\n- For vue-loader: pass it via vue-loader\'s `compilerOptions` loader option.\n- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-dom';Object.defineProperty(e.config,"compilerOptions",{get:()=>(Tt(o),n),set(){Tt(o)}})}}(t);const{mount:n}=t;return t.mount=e=>{const o=function(e){if(A(e)){const t=document.querySelector(e);return t||Tt(`Failed to mount app: mount target selector "${e}" returned null.`),t}window.ShadowRoot&&e instanceof window.ShadowRoot&&"closed"===e.mode&&Tt('mounting on a ShadowRoot with `{mode: "closed"}` may lead to unpredictable bugs');return e}(e);if(!o)return;const r=t._component;O(r)||r.render||r.template||(r.template=o.innerHTML),o.innerHTML="";const a=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),a},t})(nu).mount("#app");