12 lines
18 KiB
JavaScript
12 lines
18 KiB
JavaScript
import"./vue-20eed888.js";import{ao as me,r as ne,an as A,ae as N,ax as ye,w as _e,u as Le,G as Ue,g as Ne,Z as Ve,i as V,ay as oe,X as q,n as ce,k as be,az as Fe,h as Me,j as De,_ as le}from"./@vue-e95c845e.js";var He=!1;function D(e,n,o){return Array.isArray(e)?(e.length=Math.max(e.length,n),e.splice(n,1,o),o):(e[n]=o,o)}function Z(e,n){if(Array.isArray(e)){e.splice(n,1);return}delete e[n]}/*!
|
|
* pinia v2.2.6
|
|
* (c) 2024 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/let K;const F=e=>K=e,ve=Symbol("pinia");function T(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var E;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(E||(E={}));const R=typeof window<"u",ue=(()=>typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof global=="object"&&global.global===global?global:typeof globalThis=="object"?globalThis:{HTMLElement:null})();function We(e,{autoBom:n=!1}={}){return n&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob([String.fromCharCode(65279),e],{type:e.type}):e}function se(e,n,o){const t=new XMLHttpRequest;t.open("GET",e),t.responseType="blob",t.onload=function(){Ie(t.response,n,o)},t.onerror=function(){console.error("could not download file")},t.send()}function Se(e){const n=new XMLHttpRequest;n.open("HEAD",e,!1);try{n.send()}catch{}return n.status>=200&&n.status<=299}function H(e){try{e.dispatchEvent(new MouseEvent("click"))}catch{const o=document.createEvent("MouseEvents");o.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(o)}}const W=typeof navigator=="object"?navigator:{userAgent:""},we=(()=>/Macintosh/.test(W.userAgent)&&/AppleWebKit/.test(W.userAgent)&&!/Safari/.test(W.userAgent))(),Ie=R?typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!we?Ge:"msSaveOrOpenBlob"in W?Je:Be:()=>{};function Ge(e,n="download",o){const t=document.createElement("a");t.download=n,t.rel="noopener",typeof e=="string"?(t.href=e,t.origin!==location.origin?Se(t.href)?se(e,n,o):(t.target="_blank",H(t)):H(t)):(t.href=URL.createObjectURL(e),setTimeout(function(){URL.revokeObjectURL(t.href)},4e4),setTimeout(function(){H(t)},0))}function Je(e,n="download",o){if(typeof e=="string")if(Se(e))se(e,n,o);else{const t=document.createElement("a");t.href=e,t.target="_blank",setTimeout(function(){H(t)})}else navigator.msSaveOrOpenBlob(We(e,o),n)}function Be(e,n,o,t){if(t=t||open("","_blank"),t&&(t.document.title=t.document.body.innerText="downloading..."),typeof e=="string")return se(e,n,o);const s=e.type==="application/octet-stream",a=/constructor/i.test(String(ue.HTMLElement))||"safari"in ue,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||s&&a||we)&&typeof FileReader<"u"){const i=new FileReader;i.onloadend=function(){let u=i.result;if(typeof u!="string")throw t=null,new Error("Wrong reader.result type");u=l?u:u.replace(/^data:[^;]*;/,"data:attachment/file;"),t?t.location.href=u:location.assign(u),t=null},i.readAsDataURL(e)}else{const i=URL.createObjectURL(e);t?t.location.assign(i):location.href=i,t=null,setTimeout(function(){URL.revokeObjectURL(i)},4e4)}}function m(e,n){const o="🍍 "+e;typeof __VUE_DEVTOOLS_TOAST__=="function"?__VUE_DEVTOOLS_TOAST__(o,n):n==="error"?console.error(o):n==="warn"?console.warn(o):console.log(o)}function re(e){return"_a"in e&&"install"in e}function Ee(){if(!("clipboard"in navigator))return m("Your browser doesn't support the Clipboard API","error"),!0}function Pe(e){return e instanceof Error&&e.message.toLowerCase().includes("document is not focused")?(m('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0):!1}async function ze(e){if(!Ee())try{await navigator.clipboard.writeText(JSON.stringify(e.state.value)),m("Global state copied to clipboard.")}catch(n){if(Pe(n))return;m("Failed to serialize the state. Check the console for more details.","error"),console.error(n)}}async function Ye(e){if(!Ee())try{$e(e,JSON.parse(await navigator.clipboard.readText())),m("Global state pasted from clipboard.")}catch(n){if(Pe(n))return;m("Failed to deserialize the state from clipboard. Check the console for more details.","error"),console.error(n)}}async function Xe(e){try{Ie(new Blob([JSON.stringify(e.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(n){m("Failed to export the state as JSON. Check the console for more details.","error"),console.error(n)}}let P;function qe(){P||(P=document.createElement("input"),P.type="file",P.accept=".json");function e(){return new Promise((n,o)=>{P.onchange=async()=>{const t=P.files;if(!t)return n(null);const s=t.item(0);return n(s?{text:await s.text(),file:s}:null)},P.oncancel=()=>n(null),P.onerror=o,P.click()})}return e}async function Ze(e){try{const o=await qe()();if(!o)return;const{text:t,file:s}=o;$e(e,JSON.parse(t)),m(`Global state imported from "${s.name}".`)}catch(n){m("Failed to import the state from JSON. Check the console for more details.","error"),console.error(n)}}function $e(e,n){for(const o in n){const t=e.state.value[o];t?Object.assign(t,n[o]):e.state.value[o]=n[o]}}function I(e){return{_custom:{display:e}}}const Oe="🍍 Pinia (root)",G="_root";function Qe(e){return re(e)?{id:G,label:Oe}:{id:e.$id,label:e.$id}}function Ke(e){if(re(e)){const o=Array.from(e._s.keys()),t=e._s;return{state:o.map(a=>({editable:!0,key:a,value:e.state.value[a]})),getters:o.filter(a=>t.get(a)._getters).map(a=>{const l=t.get(a);return{editable:!1,key:a,value:l._getters.reduce((i,u)=>(i[u]=l[u],i),{})}})}}const n={state:Object.keys(e.$state).map(o=>({editable:!0,key:o,value:e.$state[o]}))};return e._getters&&e._getters.length&&(n.getters=e._getters.map(o=>({editable:!1,key:o,value:e[o]}))),e._customProperties.size&&(n.customProperties=Array.from(e._customProperties).map(o=>({editable:!0,key:o,value:e[o]}))),n}function et(e){return e?Array.isArray(e)?e.reduce((n,o)=>(n.keys.push(o.key),n.operations.push(o.type),n.oldValue[o.key]=o.oldValue,n.newValue[o.key]=o.newValue,n),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:I(e.type),key:I(e.key),oldValue:e.oldValue,newValue:e.newValue}:{}}function tt(e){switch(e){case E.direct:return"mutation";case E.patchFunction:return"$patch";case E.patchObject:return"$patch";default:return"unknown"}}let x=!0;const J=[],j="pinia:mutations",y="pinia",{assign:nt}=Object,B=e=>"🍍 "+e;function ot(e,n){ye({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:J,app:e},o=>{typeof o.now!="function"&&m("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),o.addTimelineLayer({id:j,label:"Pinia 🍍",color:15064968}),o.addInspector({id:y,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{ze(n)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await Ye(n),o.sendInspectorTree(y),o.sendInspectorState(y)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{Xe(n)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await Ze(n),o.sendInspectorTree(y),o.sendInspectorState(y)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:t=>{const s=n._s.get(t);s?typeof s.$reset!="function"?m(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`,"warn"):(s.$reset(),m(`Store "${t}" reset.`)):m(`Cannot reset "${t}" store because it wasn't found.`,"warn")}}]}),o.on.inspectComponent((t,s)=>{const a=t.componentInstance&&t.componentInstance.proxy;if(a&&a._pStores){const l=t.componentInstance.proxy._pStores;Object.values(l).forEach(i=>{t.instanceData.state.push({type:B(i.$id),key:"state",editable:!0,value:i._isOptionsAPI?{_custom:{value:N(i.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>i.$reset()}]}}:Object.keys(i.$state).reduce((u,d)=>(u[d]=i.$state[d],u),{})}),i._getters&&i._getters.length&&t.instanceData.state.push({type:B(i.$id),key:"getters",editable:!1,value:i._getters.reduce((u,d)=>{try{u[d]=i[d]}catch(p){u[d]=p}return u},{})})})}}),o.on.getInspectorTree(t=>{if(t.app===e&&t.inspectorId===y){let s=[n];s=s.concat(Array.from(n._s.values())),t.rootNodes=(t.filter?s.filter(a=>"$id"in a?a.$id.toLowerCase().includes(t.filter.toLowerCase()):Oe.toLowerCase().includes(t.filter.toLowerCase())):s).map(Qe)}}),globalThis.$pinia=n,o.on.getInspectorState(t=>{if(t.app===e&&t.inspectorId===y){const s=t.nodeId===G?n:n._s.get(t.nodeId);if(!s)return;s&&(t.nodeId!==G&&(globalThis.$store=N(s)),t.state=Ke(s))}}),o.on.editInspectorState((t,s)=>{if(t.app===e&&t.inspectorId===y){const a=t.nodeId===G?n:n._s.get(t.nodeId);if(!a)return m(`store "${t.nodeId}" not found`,"error");const{path:l}=t;re(a)?l.unshift("state"):(l.length!==1||!a._customProperties.has(l[0])||l[0]in a.$state)&&l.unshift("$state"),x=!1,t.set(a,l,t.state.value),x=!0}}),o.on.editComponentState(t=>{if(t.type.startsWith("🍍")){const s=t.type.replace(/^🍍\s*/,""),a=n._s.get(s);if(!a)return m(`store "${s}" not found`,"error");const{path:l}=t;if(l[0]!=="state")return m(`Invalid path for store "${s}":
|
|
${l}
|
|
Only state can be modified.`);l[0]="$state",x=!1,t.set(a,l,t.state.value),x=!0}})})}function st(e,n){J.includes(B(n.$id))||J.push(B(n.$id)),ye({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:J,app:e,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},o=>{const t=typeof o.now=="function"?o.now.bind(o):Date.now;n.$onAction(({after:l,onError:i,name:u,args:d})=>{const p=je++;o.addTimelineEvent({layerId:j,event:{time:t(),title:"🛫 "+u,subtitle:"start",data:{store:I(n.$id),action:I(u),args:d},groupId:p}}),l(g=>{O=void 0,o.addTimelineEvent({layerId:j,event:{time:t(),title:"🛬 "+u,subtitle:"end",data:{store:I(n.$id),action:I(u),args:d,result:g},groupId:p}})}),i(g=>{O=void 0,o.addTimelineEvent({layerId:j,event:{time:t(),logType:"error",title:"💥 "+u,subtitle:"end",data:{store:I(n.$id),action:I(u),args:d,error:g},groupId:p}})})},!0),n._customProperties.forEach(l=>{_e(()=>Le(n[l]),(i,u)=>{o.notifyComponentUpdate(),o.sendInspectorState(y),x&&o.addTimelineEvent({layerId:j,event:{time:t(),title:"Change",subtitle:l,data:{newValue:i,oldValue:u},groupId:O}})},{deep:!0})}),n.$subscribe(({events:l,type:i},u)=>{if(o.notifyComponentUpdate(),o.sendInspectorState(y),!x)return;const d={time:t(),title:tt(i),data:nt({store:I(n.$id)},et(l)),groupId:O};i===E.patchFunction?d.subtitle="⤵️":i===E.patchObject?d.subtitle="🧩":l&&!Array.isArray(l)&&(d.subtitle=l.type),l&&(d.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:l}}),o.addTimelineEvent({layerId:j,event:d})},{detached:!0,flush:"sync"});const s=n._hotUpdate;n._hotUpdate=A(l=>{s(l),o.addTimelineEvent({layerId:j,event:{time:t(),title:"🔥 "+n.$id,subtitle:"HMR update",data:{store:I(n.$id),info:I("HMR update")}}}),o.notifyComponentUpdate(),o.sendInspectorTree(y),o.sendInspectorState(y)});const{$dispose:a}=n;n.$dispose=()=>{a(),o.notifyComponentUpdate(),o.sendInspectorTree(y),o.sendInspectorState(y),o.getSettings().logStoreChanges&&m(`Disposed "${n.$id}" store 🗑`)},o.notifyComponentUpdate(),o.sendInspectorTree(y),o.sendInspectorState(y),o.getSettings().logStoreChanges&&m(`"${n.$id}" store installed 🆕`)})}let je=0,O;function fe(e,n,o){const t=n.reduce((s,a)=>(s[a]=N(e)[a],s),{});for(const s in t)e[s]=function(){const a=je,l=o?new Proxy(e,{get(...u){return O=a,Reflect.get(...u)},set(...u){return O=a,Reflect.set(...u)}}):e;O=a;const i=t[s].apply(l,arguments);return O=void 0,i}}function rt({app:e,store:n,options:o}){if(!n.$id.startsWith("__hot:")){if(n._isOptionsAPI=!!o.state,!n._p._testing){fe(n,Object.keys(o.actions),n._isOptionsAPI);const t=n._hotUpdate;N(n)._hotUpdate=function(s){t.apply(this,arguments),fe(n,Object.keys(s._hmrPayload.actions),!!n._isOptionsAPI)}}st(e,n)}}function ht(){const e=me(!0),n=e.run(()=>ne({}));let o=[],t=[];const s=A({install(a){F(s),s._a=a,a.provide(ve,s),a.config.globalProperties.$pinia=s,R&&ot(a,s),t.forEach(l=>o.push(l)),t=[]},use(a){return!this._a&&!He?t.push(a):o.push(a),this},_p:o,_a:null,_e:e,_s:new Map,state:n});return typeof Proxy<"u"&&s.use(rt),s}function Ae(e,n){for(const o in n){const t=n[o];if(!(o in e))continue;const s=e[o];T(s)&&T(t)&&!V(t)&&!oe(t)?e[o]=Ae(s,t):e[o]=t}return e}const at=()=>{};function de(e,n,o,t=at){e.push(n);const s=()=>{const a=e.indexOf(n);a>-1&&(e.splice(a,1),t())};return!o&&Me()&&De(s),s}function k(e,...n){e.slice().forEach(o=>{o(...n)})}const it=e=>e(),he=Symbol(),Q=Symbol();function ee(e,n){e instanceof Map&&n instanceof Map?n.forEach((o,t)=>e.set(t,o)):e instanceof Set&&n instanceof Set&&n.forEach(e.add,e);for(const o in n){if(!n.hasOwnProperty(o))continue;const t=n[o],s=e[o];T(s)&&T(t)&&e.hasOwnProperty(o)&&!V(t)&&!oe(t)?e[o]=ee(s,t):e[o]=t}return e}const ct=Symbol("pinia:skipHydration");function lt(e){return!T(e)||!e.hasOwnProperty(ct)}const{assign:w}=Object;function ge(e){return!!(V(e)&&e.effect)}function pe(e,n,o,t){const{state:s,actions:a,getters:l}=n,i=o.state.value[e];let u;function d(){!i&&!t&&(o.state.value[e]=s?s():{});const p=t?le(ne(s?s():{}).value):le(o.state.value[e]);return w(p,a,Object.keys(l||{}).reduce((g,_)=>(_ in p&&console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${_}" in store "${e}".`),g[_]=A(be(()=>{F(o);const b=o._s.get(e);return l[_].call(b,b)})),g),{}))}return u=te(e,d,n,o,t,!0),u}function te(e,n,o={},t,s,a){let l;const i=w({actions:{}},o);if(!t._e.active)throw new Error("Pinia destroyed");const u={deep:!0};u.onTrigger=c=>{d?b=c:d==!1&&!f._hotUpdating&&(Array.isArray(b)?b.push(c):console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."))};let d,p,g=[],_=[],b;const C=t.state.value[e];!a&&!C&&!s&&(t.state.value[e]={});const z=ne({});let ae;function ie(c){let r;d=p=!1,b=[],typeof c=="function"?(c(t.state.value[e]),r={type:E.patchFunction,storeId:e,events:b}):(ee(t.state.value[e],c),r={type:E.patchObject,payload:c,storeId:e,events:b});const h=ae=Symbol();ce().then(()=>{ae===h&&(d=!0)}),p=!0,k(g,r,t.state.value[e])}const Te=a?function(){const{state:r}=o,h=r?r():{};this.$patch(v=>{w(v,h)})}:()=>{throw new Error(`🍍: Store "${e}" is built using the setup syntax and does not implement $reset().`)};function Ce(){l.stop(),g=[],_=[],t._s.delete(e)}const Y=(c,r="")=>{if(he in c)return c[Q]=r,c;const h=function(){F(t);const v=Array.from(arguments),L=[],X=[];function xe(S){L.push(S)}function Re(S){X.push(S)}k(_,{args:v,name:h[Q],store:f,after:xe,onError:Re});let U;try{U=c.apply(this&&this.$id===e?this:f,v)}catch(S){throw k(X,S),S}return U instanceof Promise?U.then(S=>(k(L,S),S)).catch(S=>(k(X,S),Promise.reject(S))):(k(L,U),U)};return h[he]=!0,h[Q]=r,h},M=A({actions:{},getters:{},state:[],hotState:z}),ke={_p:t,$id:e,$onAction:de.bind(null,_),$patch:ie,$reset:Te,$subscribe(c,r={}){const h=de(g,c,r.detached,()=>v()),v=l.run(()=>_e(()=>t.state.value[e],L=>{(r.flush==="sync"?p:d)&&c({storeId:e,type:E.direct,events:b},L)},w({},u,r)));return h},$dispose:Ce},f=Ve(w({_hmrPayload:M,_customProperties:A(new Set)},ke));t._s.set(e,f);const $=(t._a&&t._a.runWithContext||it)(()=>t._e.run(()=>(l=me()).run(()=>n({action:Y}))));for(const c in $){const r=$[c];if(V(r)&&!ge(r)||oe(r))s?D(z.value,c,q($,c)):a||(C&<(r)&&(V(r)?r.value=C[c]:ee(r,C[c])),t.state.value[e][c]=r),M.state.push(c);else if(typeof r=="function"){const h=s?r:Y(r,c);$[c]=h,M.actions[c]=r,i.actions[c]=r}else ge(r)&&(M.getters[c]=a?o.getters[c]:r,R&&($._getters||($._getters=A([]))).push(c))}if(w(f,$),w(N(f),$),Object.defineProperty(f,"$state",{get:()=>s?z.value:t.state.value[e],set:c=>{if(s)throw new Error("cannot set hotState");ie(r=>{w(r,c)})}}),f._hotUpdate=A(c=>{f._hotUpdating=!0,c._hmrPayload.state.forEach(r=>{if(r in f.$state){const h=c.$state[r],v=f.$state[r];typeof h=="object"&&T(h)&&T(v)?Ae(h,v):c.$state[r]=v}D(f,r,q(c.$state,r))}),Object.keys(f.$state).forEach(r=>{r in c.$state||Z(f,r)}),d=!1,p=!1,t.state.value[e]=q(c._hmrPayload,"hotState"),p=!0,ce().then(()=>{d=!0});for(const r in c._hmrPayload.actions){const h=c[r];D(f,r,Y(h,r))}for(const r in c._hmrPayload.getters){const h=c._hmrPayload.getters[r],v=a?be(()=>(F(t),h.call(f,f))):h;D(f,r,v)}Object.keys(f._hmrPayload.getters).forEach(r=>{r in c._hmrPayload.getters||Z(f,r)}),Object.keys(f._hmrPayload.actions).forEach(r=>{r in c._hmrPayload.actions||Z(f,r)}),f._hmrPayload=c._hmrPayload,f._getters=c._getters,f._hotUpdating=!1}),R){const c={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(r=>{Object.defineProperty(f,r,w({value:f[r]},c))})}return t._p.forEach(c=>{if(R){const r=l.run(()=>c({store:f,app:t._a,pinia:t,options:i}));Object.keys(r||{}).forEach(h=>f._customProperties.add(h)),w(f,r)}else w(f,l.run(()=>c({store:f,app:t._a,pinia:t,options:i})))}),f.$state&&typeof f.$state=="object"&&typeof f.$state.constructor=="function"&&!f.$state.constructor.toString().includes("[native code]")&&console.warn(`[🍍]: The "state" must be a plain object. It cannot be
|
|
state: () => new MyClass()
|
|
Found in store "${f.$id}".`),C&&a&&o.hydrate&&o.hydrate(f.$state,C),d=!0,p=!0,f}/*! #__NO_SIDE_EFFECTS__ */function gt(e,n,o){let t,s;const a=typeof n=="function";if(typeof e=="string")t=e,s=a?o:n;else if(s=e,t=e.id,typeof t!="string")throw new Error('[🍍]: "defineStore()" must be passed a store id as its first argument.');function l(i,u){const d=Fe();if(i=i||(d?Ue(ve,null):null),i&&F(i),!K)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
|
|
See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
|
|
This will fail in production.`);i=K,i._s.has(t)||(a?te(t,n,s,i):pe(t,s,i),l._pinia=i);const p=i._s.get(t);if(u){const g="__hot:"+t,_=a?te(g,n,s,i,!0):pe(g,w({},s),i,!0);u._hotUpdate(_),delete i.state.value[g],i._s.delete(g)}if(R){const g=Ne();if(g&&g.proxy&&!u){const _=g.proxy,b="_pStores"in _?_._pStores:_._pStores={};b[t]=p}}return p}return l.$id=t,l}export{ht as c,gt as d};
|