@stonecrop/stonecrop 0.4.35 → 0.4.36

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.
@@ -1 +1 @@
1
- {"version":"5.8.3"}
1
+ {"version":"5.9.3"}
@@ -1,6 +1,6 @@
1
- (function(j,b){typeof exports=="object"&&typeof module<"u"?b(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],b):(j=typeof globalThis<"u"?globalThis:j||self,b(j["@stonecrop/stonecrop"]={},j.Vue))})(this,function(j,b){"use strict";function as(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global}function cs(){const e=as();if(e.__xstate__)return e.__xstate__}const ls=e=>{if(typeof window>"u")return;const t=cs();t&&t.register(e)};class dn{constructor(t){this._process=t,this._active=!1,this._current=null,this._last=null}start(){this._active=!0,this.flush()}clear(){this._current&&(this._current.next=null,this._last=this._current)}enqueue(t){const n={value:t,next:null};if(this._current){this._last.next=n,this._last=n;return}this._current=n,this._last=n,this._active&&this.flush()}flush(){for(;this._current;){const t=this._current;this._process(t.value),this._current=t.next}this._last=null}}const hn=".",fs="",pn="",ds="#",hs="*",_n="xstate.init",ft="xstate.stop";function ps(e,t){return{type:`xstate.after.${e}.${t}`}}function dt(e,t){return{type:`xstate.done.state.${e}`,output:t}}function _s(e,t){return{type:`xstate.done.actor.${e}`,output:t,actorId:e}}function gs(e,t){return{type:`xstate.error.actor.${e}`,error:t,actorId:e}}function gn(e){return{type:_n,input:e}}function q(e){setTimeout(()=>{throw e})}const ms=typeof Symbol=="function"&&Symbol.observable||"@@observable";function mn(e,t){const n=En(e),r=En(t);return typeof r=="string"?typeof n=="string"?r===n:!1:typeof n=="string"?n in r:Object.keys(n).every(o=>o in r?mn(n[o],r[o]):!1)}function ht(e){if(Sn(e))return e;const t=[];let n="";for(let r=0;r<e.length;r++){switch(e.charCodeAt(r)){case 92:n+=e[r+1],r++;continue;case 46:t.push(n),n="";continue}n+=e[r]}return t.push(n),t}function En(e){if(Xs(e))return e.value;if(typeof e!="string")return e;const t=ht(e);return Es(t)}function Es(e){if(e.length===1)return e[0];const t={};let n=t;for(let r=0;r<e.length-1;r++)if(r===e.length-2)n[e[r]]=e[r+1];else{const o=n;n={},o[e[r]]=n}return t}function yn(e,t){const n={},r=Object.keys(e);for(let o=0;o<r.length;o++){const s=r[o];n[s]=t(e[s],s,e,o)}return n}function vn(e){return Sn(e)?e:[e]}function Z(e){return e===void 0?[]:vn(e)}function pt(e,t,n,r){return typeof e=="function"?e({context:t,event:n,self:r}):e}function Sn(e){return Array.isArray(e)}function ys(e){return e.type.startsWith("xstate.error.actor")}function he(e){return vn(e).map(t=>typeof t>"u"||typeof t=="string"?{target:t}:t)}function bn(e){if(!(e===void 0||e===fs))return Z(e)}function _t(e,t,n){const r=typeof e=="object",o=r?e:void 0;return{next:(r?e.next:e)?.bind(o),error:(r?e.error:t)?.bind(o),complete:(r?e.complete:n)?.bind(o)}}function An(e,t){return`${t}.${e}`}function gt(e,t){const n=t.match(/^xstate\.invoke\.(\d+)\.(.*)/);if(!n)return e.implementations.actors[t];const[,r,o]=n,i=e.getStateNodeById(o).config.invoke;return(Array.isArray(i)?i[r]:i).src}function wn(e,t){return`${e.sessionId}.${t}`}let vs=0;function Ss(e,t){const n=new Map,r=new Map,o=new WeakMap,s=new Set,i={},{clock:u,logger:a}=t,c={schedule:(f,d,h,m,g=Math.random().toString(36).slice(2))=>{const E={source:f,target:d,event:h,delay:m,id:g,startedAt:Date.now()},O=wn(f,g);l._snapshot._scheduledEvents[O]=E;const T=u.setTimeout(()=>{delete i[O],delete l._snapshot._scheduledEvents[O],l._relay(f,d,h)},m);i[O]=T},cancel:(f,d)=>{const h=wn(f,d),m=i[h];delete i[h],delete l._snapshot._scheduledEvents[h],m!==void 0&&u.clearTimeout(m)},cancelAll:f=>{for(const d in l._snapshot._scheduledEvents){const h=l._snapshot._scheduledEvents[d];h.source===f&&c.cancel(f,h.id)}}},p=f=>{if(!s.size)return;const d={...f,rootId:e.sessionId};s.forEach(h=>h.next?.(d))},l={_snapshot:{_scheduledEvents:(t?.snapshot&&t.snapshot.scheduler)??{}},_bookId:()=>`x:${vs++}`,_register:(f,d)=>(n.set(f,d),f),_unregister:f=>{n.delete(f.sessionId);const d=o.get(f);d!==void 0&&(r.delete(d),o.delete(f))},get:f=>r.get(f),_set:(f,d)=>{const h=r.get(f);if(h&&h!==d)throw new Error(`Actor with system ID '${f}' already exists.`);r.set(f,d),o.set(d,f)},inspect:f=>{const d=_t(f);return s.add(d),{unsubscribe(){s.delete(d)}}},_sendInspectionEvent:p,_relay:(f,d,h)=>{l._sendInspectionEvent({type:"@xstate.event",sourceRef:f,actorRef:d,event:h}),d._send(h)},scheduler:c,getSnapshot:()=>({_scheduledEvents:{...l._snapshot._scheduledEvents}}),start:()=>{const f=l._snapshot._scheduledEvents;l._snapshot._scheduledEvents={};for(const d in f){const{source:h,target:m,event:g,delay:E,id:O}=f[d];c.schedule(h,m,g,E,O)}},_clock:u,_logger:a};return l}let mt=!1;const Et=1;let V=function(e){return e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped",e}({});const bs={clock:{setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e)},logger:console.log.bind(console),devTools:!1};class As{constructor(t,n){this.logic=t,this._snapshot=void 0,this.clock=void 0,this.options=void 0,this.id=void 0,this.mailbox=new dn(this._process.bind(this)),this.observers=new Set,this.eventListeners=new Map,this.logger=void 0,this._processingStatus=V.NotStarted,this._parent=void 0,this._syncSnapshot=void 0,this.ref=void 0,this._actorScope=void 0,this._systemId=void 0,this.sessionId=void 0,this.system=void 0,this._doneEvent=void 0,this.src=void 0,this._deferred=[];const r={...bs,...n},{clock:o,logger:s,parent:i,syncSnapshot:u,id:a,systemId:c,inspect:p}=r;this.system=i?i.system:Ss(this,{clock:o,logger:s}),p&&!i&&this.system.inspect(_t(p)),this.sessionId=this.system._bookId(),this.id=a??this.sessionId,this.logger=n?.logger??this.system._logger,this.clock=n?.clock??this.system._clock,this._parent=i,this._syncSnapshot=u,this.options=r,this.src=r.src??t,this.ref=this,this._actorScope={self:this,id:this.id,sessionId:this.sessionId,logger:this.logger,defer:l=>{this._deferred.push(l)},system:this.system,stopChild:l=>{if(l._parent!==this)throw new Error(`Cannot stop child actor ${l.id} of ${this.id} because it is not a child`);l._stop()},emit:l=>{const f=this.eventListeners.get(l.type),d=this.eventListeners.get("*");if(!f&&!d)return;const h=[...f?f.values():[],...d?d.values():[]];for(const m of h)m(l)},actionExecutor:l=>{const f=()=>{if(this._actorScope.system._sendInspectionEvent({type:"@xstate.action",actorRef:this,action:{type:l.type,params:l.params}}),!l.exec)return;const d=mt;try{mt=!0,l.exec(l.info,l.params)}finally{mt=d}};this._processingStatus===V.Running?f():this._deferred.push(f)}},this.send=this.send.bind(this),this.system._sendInspectionEvent({type:"@xstate.actor",actorRef:this}),c&&(this._systemId=c,this.system._set(c,this)),this._initState(n?.snapshot??n?.state),c&&this._snapshot.status!=="active"&&this.system._unregister(this)}_initState(t){try{this._snapshot=t?this.logic.restoreSnapshot?this.logic.restoreSnapshot(t,this._actorScope):t:this.logic.getInitialSnapshot(this._actorScope,this.options?.input)}catch(n){this._snapshot={status:"error",output:void 0,error:n}}}update(t,n){this._snapshot=t;let r;for(;r=this._deferred.shift();)try{r()}catch(o){this._deferred.length=0,this._snapshot={...t,status:"error",error:o}}switch(this._snapshot.status){case"active":for(const o of this.observers)try{o.next?.(t)}catch(s){q(s)}break;case"done":for(const o of this.observers)try{o.next?.(t)}catch(s){q(s)}this._stopProcedure(),this._complete(),this._doneEvent=_s(this.id,this._snapshot.output),this._parent&&this.system._relay(this,this._parent,this._doneEvent);break;case"error":this._error(this._snapshot.error);break}this.system._sendInspectionEvent({type:"@xstate.snapshot",actorRef:this,event:n,snapshot:t})}subscribe(t,n,r){const o=_t(t,n,r);if(this._processingStatus!==V.Stopped)this.observers.add(o);else switch(this._snapshot.status){case"done":try{o.complete?.()}catch(s){q(s)}break;case"error":{const s=this._snapshot.error;if(!o.error)q(s);else try{o.error(s)}catch(i){q(i)}break}}return{unsubscribe:()=>{this.observers.delete(o)}}}on(t,n){let r=this.eventListeners.get(t);r||(r=new Set,this.eventListeners.set(t,r));const o=n.bind(void 0);return r.add(o),{unsubscribe:()=>{r.delete(o)}}}start(){if(this._processingStatus===V.Running)return this;this._syncSnapshot&&this.subscribe({next:r=>{r.status==="active"&&this.system._relay(this,this._parent,{type:`xstate.snapshot.${this.id}`,snapshot:r})},error:()=>{}}),this.system._register(this.sessionId,this),this._systemId&&this.system._set(this._systemId,this),this._processingStatus=V.Running;const t=gn(this.options.input);switch(this.system._sendInspectionEvent({type:"@xstate.event",sourceRef:this._parent,actorRef:this,event:t}),this._snapshot.status){case"done":return this.update(this._snapshot,t),this;case"error":return this._error(this._snapshot.error),this}if(this._parent||this.system.start(),this.logic.start)try{this.logic.start(this._snapshot,this._actorScope)}catch(r){return this._snapshot={...this._snapshot,status:"error",error:r},this._error(r),this}return this.update(this._snapshot,t),this.options.devTools&&this.attachDevTools(),this.mailbox.start(),this}_process(t){let n,r;try{n=this.logic.transition(this._snapshot,t,this._actorScope)}catch(o){r={err:o}}if(r){const{err:o}=r;this._snapshot={...this._snapshot,status:"error",error:o},this._error(o);return}this.update(n,t),t.type===ft&&(this._stopProcedure(),this._complete())}_stop(){return this._processingStatus===V.Stopped?this:(this.mailbox.clear(),this._processingStatus===V.NotStarted?(this._processingStatus=V.Stopped,this):(this.mailbox.enqueue({type:ft}),this))}stop(){if(this._parent)throw new Error("A non-root actor cannot be stopped directly.");return this._stop()}_complete(){for(const t of this.observers)try{t.complete?.()}catch(n){q(n)}this.observers.clear()}_reportError(t){if(!this.observers.size){this._parent||q(t);return}let n=!1;for(const r of this.observers){const o=r.error;n||=!o;try{o?.(t)}catch(s){q(s)}}this.observers.clear(),n&&q(t)}_error(t){this._stopProcedure(),this._reportError(t),this._parent&&this.system._relay(this,this._parent,gs(this.id,t))}_stopProcedure(){return this._processingStatus!==V.Running?this:(this.system.scheduler.cancelAll(this),this.mailbox.clear(),this.mailbox=new dn(this._process.bind(this)),this._processingStatus=V.Stopped,this.system._unregister(this),this)}_send(t){this._processingStatus!==V.Stopped&&this.mailbox.enqueue(t)}send(t){this.system._relay(void 0,this,t)}attachDevTools(){const{devTools:t}=this.options;t&&(typeof t=="function"?t:ls)(this)}toJSON(){return{xstate$$type:Et,id:this.id}}getPersistedSnapshot(t){return this.logic.getPersistedSnapshot(this._snapshot,t)}[ms](){return this}getSnapshot(){return this._snapshot}}function xe(e,...[t]){return new As(e,t)}function ws(e,t,n,r,{sendId:o}){const s=typeof o=="function"?o(n,r):o;return[t,{sendId:s},void 0]}function Os(e,t){e.defer(()=>{e.system.scheduler.cancel(e.self,t.sendId)})}function Ts(e){function t(n,r){}return t.type="xstate.cancel",t.sendId=e,t.resolve=ws,t.execute=Os,t}function Is(e,t,n,r,{id:o,systemId:s,src:i,input:u,syncSnapshot:a}){const c=typeof i=="string"?gt(t.machine,i):i,p=typeof o=="function"?o(n):o;let l,f;return c&&(f=typeof u=="function"?u({context:t.context,event:n.event,self:e.self}):u,l=xe(c,{id:p,src:i,parent:e.self,syncSnapshot:a,systemId:s,input:f})),[ue(t,{children:{...t.children,[p]:l}}),{id:o,systemId:s,actorRef:l,src:i,input:f},void 0]}function ks(e,{actorRef:t}){t&&e.defer(()=>{t._processingStatus!==V.Stopped&&t.start()})}function Cs(...[e,{id:t,systemId:n,input:r,syncSnapshot:o=!1}={}]){function s(i,u){}return s.type="xstate.spawnChild",s.id=t,s.systemId=n,s.src=e,s.input=r,s.syncSnapshot=o,s.resolve=Is,s.execute=ks,s}function Ds(e,t,n,r,{actorRef:o}){const s=typeof o=="function"?o(n,r):o,i=typeof s=="string"?t.children[s]:s;let u=t.children;return i&&(u={...u},delete u[i.id]),[ue(t,{children:u}),i,void 0]}function xs(e,t){if(t){if(e.system._unregister(t),t._processingStatus!==V.Running){e.stopChild(t);return}e.defer(()=>{e.stopChild(t)})}}function On(e){function t(n,r){}return t.type="xstate.stopChild",t.actorRef=e,t.resolve=Ds,t.execute=xs,t}function yt(e,t,n,r){const{machine:o}=r,s=typeof e=="function",i=s?e:o.implementations.guards[typeof e=="string"?e:e.type];if(!s&&!i)throw new Error(`Guard '${typeof e=="string"?e:e.type}' is not implemented.'.`);if(typeof i!="function")return yt(i,t,n,r);const u={context:t,event:n},a=s||typeof e=="string"?void 0:"params"in e?typeof e.params=="function"?e.params({context:t,event:n}):e.params:void 0;return"check"in i?i.check(r,u,i):i(u,a)}const vt=e=>e.type==="atomic"||e.type==="final";function pe(e){return Object.values(e.states).filter(t=>t.type!=="history")}function Re(e,t){const n=[];if(t===e)return n;let r=e.parent;for(;r&&r!==t;)n.push(r),r=r.parent;return n}function Ge(e){const t=new Set(e),n=In(t);for(const r of t)if(r.type==="compound"&&(!n.get(r)||!n.get(r).length))Dn(r).forEach(o=>t.add(o));else if(r.type==="parallel"){for(const o of pe(r))if(o.type!=="history"&&!t.has(o)){const s=Dn(o);for(const i of s)t.add(i)}}for(const r of t){let o=r.parent;for(;o;)t.add(o),o=o.parent}return t}function Tn(e,t){const n=t.get(e);if(!n)return{};if(e.type==="compound"){const o=n[0];if(o){if(vt(o))return o.key}else return{}}const r={};for(const o of n)r[o.key]=Tn(o,t);return r}function In(e){const t=new Map;for(const n of e)t.has(n)||t.set(n,[]),n.parent&&(t.has(n.parent)||t.set(n.parent,[]),t.get(n.parent).push(n));return t}function kn(e,t){const n=Ge(t);return Tn(e,In(n))}function St(e,t){return t.type==="compound"?pe(t).some(n=>n.type==="final"&&e.has(n)):t.type==="parallel"?pe(t).every(n=>St(e,n)):t.type==="final"}const We=e=>e[0]===ds;function Rs(e,t){return e.transitions.get(t)||[...e.transitions.keys()].filter(r=>{if(r===hs)return!0;if(!r.endsWith(".*"))return!1;const o=r.split("."),s=t.split(".");for(let i=0;i<o.length;i++){const u=o[i],a=s[i];if(u==="*")return i===o.length-1;if(u!==a)return!1}return!0}).sort((r,o)=>o.length-r.length).flatMap(r=>e.transitions.get(r))}function Ps(e){const t=e.config.after;if(!t)return[];const n=o=>{const s=ps(o,e.id),i=s.type;return e.entry.push(ui(s,{id:i,delay:o})),e.exit.push(Ts(i)),i};return Object.keys(t).flatMap(o=>{const s=t[o],i=typeof s=="string"?{target:s}:s,u=Number.isNaN(+o)?o:+o,a=n(u);return Z(i).map(c=>({...c,event:a,delay:u}))}).map(o=>{const{delay:s}=o;return{...se(e,o.event,o),delay:s}})}function se(e,t,n){const r=bn(n.target),o=n.reenter??!1,s=Ls(e,r),i={...n,actions:Z(n.actions),guard:n.guard,target:s,source:e,reenter:o,eventType:t,toJSON:()=>({...i,source:`#${e.id}`,target:s?s.map(u=>`#${u.id}`):void 0})};return i}function Ns(e){const t=new Map;if(e.config.on)for(const n of Object.keys(e.config.on)){if(n===pn)throw new Error('Null events ("") cannot be specified as a transition key. Use `always: { ... }` instead.');const r=e.config.on[n];t.set(n,he(r).map(o=>se(e,n,o)))}if(e.config.onDone){const n=`xstate.done.state.${e.id}`;t.set(n,he(e.config.onDone).map(r=>se(e,n,r)))}for(const n of e.invoke){if(n.onDone){const r=`xstate.done.actor.${n.id}`;t.set(r,he(n.onDone).map(o=>se(e,r,o)))}if(n.onError){const r=`xstate.error.actor.${n.id}`;t.set(r,he(n.onError).map(o=>se(e,r,o)))}if(n.onSnapshot){const r=`xstate.snapshot.${n.id}`;t.set(r,he(n.onSnapshot).map(o=>se(e,r,o)))}}for(const n of e.after){let r=t.get(n.eventType);r||(r=[],t.set(n.eventType,r)),r.push(n)}return t}function Vs(e,t){const n=typeof t=="string"?e.states[t]:t?e.states[t.target]:void 0;if(!n&&t)throw new Error(`Initial state node "${t}" not found on parent state node #${e.id}`);const r={source:e,actions:!t||typeof t=="string"?[]:Z(t.actions),eventType:null,reenter:!1,target:n?[n]:[],toJSON:()=>({...r,source:`#${e.id}`,target:n?[`#${n.id}`]:[]})};return r}function Ls(e,t){if(t!==void 0)return t.map(n=>{if(typeof n!="string")return n;if(We(n))return e.machine.getStateNodeById(n);const r=n[0]===hn;if(r&&!e.parent)return Ye(e,n.slice(1));const o=r?e.key+n:n;if(e.parent)try{return Ye(e.parent,o)}catch(s){throw new Error(`Invalid transition definition for state node '${e.id}':
1
+ (function(j,b){typeof exports=="object"&&typeof module<"u"?b(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],b):(j=typeof globalThis<"u"?globalThis:j||self,b(j["@stonecrop/stonecrop"]={},j.Vue))})(this,(function(j,b){"use strict";function as(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global}function cs(){const e=as();if(e.__xstate__)return e.__xstate__}const ls=e=>{if(typeof window>"u")return;const t=cs();t&&t.register(e)};class dn{constructor(t){this._process=t,this._active=!1,this._current=null,this._last=null}start(){this._active=!0,this.flush()}clear(){this._current&&(this._current.next=null,this._last=this._current)}enqueue(t){const n={value:t,next:null};if(this._current){this._last.next=n,this._last=n;return}this._current=n,this._last=n,this._active&&this.flush()}flush(){for(;this._current;){const t=this._current;this._process(t.value),this._current=t.next}this._last=null}}const hn=".",fs="",pn="",ds="#",hs="*",_n="xstate.init",ft="xstate.stop";function ps(e,t){return{type:`xstate.after.${e}.${t}`}}function dt(e,t){return{type:`xstate.done.state.${e}`,output:t}}function _s(e,t){return{type:`xstate.done.actor.${e}`,output:t,actorId:e}}function gs(e,t){return{type:`xstate.error.actor.${e}`,error:t,actorId:e}}function gn(e){return{type:_n,input:e}}function q(e){setTimeout(()=>{throw e})}const ms=typeof Symbol=="function"&&Symbol.observable||"@@observable";function mn(e,t){const n=En(e),r=En(t);return typeof r=="string"?typeof n=="string"?r===n:!1:typeof n=="string"?n in r:Object.keys(n).every(o=>o in r?mn(n[o],r[o]):!1)}function ht(e){if(Sn(e))return e;const t=[];let n="";for(let r=0;r<e.length;r++){switch(e.charCodeAt(r)){case 92:n+=e[r+1],r++;continue;case 46:t.push(n),n="";continue}n+=e[r]}return t.push(n),t}function En(e){if(Xs(e))return e.value;if(typeof e!="string")return e;const t=ht(e);return Es(t)}function Es(e){if(e.length===1)return e[0];const t={};let n=t;for(let r=0;r<e.length-1;r++)if(r===e.length-2)n[e[r]]=e[r+1];else{const o=n;n={},o[e[r]]=n}return t}function yn(e,t){const n={},r=Object.keys(e);for(let o=0;o<r.length;o++){const s=r[o];n[s]=t(e[s],s,e,o)}return n}function vn(e){return Sn(e)?e:[e]}function Z(e){return e===void 0?[]:vn(e)}function pt(e,t,n,r){return typeof e=="function"?e({context:t,event:n,self:r}):e}function Sn(e){return Array.isArray(e)}function ys(e){return e.type.startsWith("xstate.error.actor")}function he(e){return vn(e).map(t=>typeof t>"u"||typeof t=="string"?{target:t}:t)}function bn(e){if(!(e===void 0||e===fs))return Z(e)}function _t(e,t,n){const r=typeof e=="object",o=r?e:void 0;return{next:(r?e.next:e)?.bind(o),error:(r?e.error:t)?.bind(o),complete:(r?e.complete:n)?.bind(o)}}function An(e,t){return`${t}.${e}`}function gt(e,t){const n=t.match(/^xstate\.invoke\.(\d+)\.(.*)/);if(!n)return e.implementations.actors[t];const[,r,o]=n,i=e.getStateNodeById(o).config.invoke;return(Array.isArray(i)?i[r]:i).src}function wn(e,t){return`${e.sessionId}.${t}`}let vs=0;function Ss(e,t){const n=new Map,r=new Map,o=new WeakMap,s=new Set,i={},{clock:u,logger:a}=t,c={schedule:(f,d,h,m,g=Math.random().toString(36).slice(2))=>{const E={source:f,target:d,event:h,delay:m,id:g,startedAt:Date.now()},O=wn(f,g);l._snapshot._scheduledEvents[O]=E;const T=u.setTimeout(()=>{delete i[O],delete l._snapshot._scheduledEvents[O],l._relay(f,d,h)},m);i[O]=T},cancel:(f,d)=>{const h=wn(f,d),m=i[h];delete i[h],delete l._snapshot._scheduledEvents[h],m!==void 0&&u.clearTimeout(m)},cancelAll:f=>{for(const d in l._snapshot._scheduledEvents){const h=l._snapshot._scheduledEvents[d];h.source===f&&c.cancel(f,h.id)}}},p=f=>{if(!s.size)return;const d={...f,rootId:e.sessionId};s.forEach(h=>h.next?.(d))},l={_snapshot:{_scheduledEvents:(t?.snapshot&&t.snapshot.scheduler)??{}},_bookId:()=>`x:${vs++}`,_register:(f,d)=>(n.set(f,d),f),_unregister:f=>{n.delete(f.sessionId);const d=o.get(f);d!==void 0&&(r.delete(d),o.delete(f))},get:f=>r.get(f),_set:(f,d)=>{const h=r.get(f);if(h&&h!==d)throw new Error(`Actor with system ID '${f}' already exists.`);r.set(f,d),o.set(d,f)},inspect:f=>{const d=_t(f);return s.add(d),{unsubscribe(){s.delete(d)}}},_sendInspectionEvent:p,_relay:(f,d,h)=>{l._sendInspectionEvent({type:"@xstate.event",sourceRef:f,actorRef:d,event:h}),d._send(h)},scheduler:c,getSnapshot:()=>({_scheduledEvents:{...l._snapshot._scheduledEvents}}),start:()=>{const f=l._snapshot._scheduledEvents;l._snapshot._scheduledEvents={};for(const d in f){const{source:h,target:m,event:g,delay:E,id:O}=f[d];c.schedule(h,m,g,E,O)}},_clock:u,_logger:a};return l}let mt=!1;const Et=1;let V=(function(e){return e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped",e})({});const bs={clock:{setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e)},logger:console.log.bind(console),devTools:!1};class As{constructor(t,n){this.logic=t,this._snapshot=void 0,this.clock=void 0,this.options=void 0,this.id=void 0,this.mailbox=new dn(this._process.bind(this)),this.observers=new Set,this.eventListeners=new Map,this.logger=void 0,this._processingStatus=V.NotStarted,this._parent=void 0,this._syncSnapshot=void 0,this.ref=void 0,this._actorScope=void 0,this._systemId=void 0,this.sessionId=void 0,this.system=void 0,this._doneEvent=void 0,this.src=void 0,this._deferred=[];const r={...bs,...n},{clock:o,logger:s,parent:i,syncSnapshot:u,id:a,systemId:c,inspect:p}=r;this.system=i?i.system:Ss(this,{clock:o,logger:s}),p&&!i&&this.system.inspect(_t(p)),this.sessionId=this.system._bookId(),this.id=a??this.sessionId,this.logger=n?.logger??this.system._logger,this.clock=n?.clock??this.system._clock,this._parent=i,this._syncSnapshot=u,this.options=r,this.src=r.src??t,this.ref=this,this._actorScope={self:this,id:this.id,sessionId:this.sessionId,logger:this.logger,defer:l=>{this._deferred.push(l)},system:this.system,stopChild:l=>{if(l._parent!==this)throw new Error(`Cannot stop child actor ${l.id} of ${this.id} because it is not a child`);l._stop()},emit:l=>{const f=this.eventListeners.get(l.type),d=this.eventListeners.get("*");if(!f&&!d)return;const h=[...f?f.values():[],...d?d.values():[]];for(const m of h)m(l)},actionExecutor:l=>{const f=()=>{if(this._actorScope.system._sendInspectionEvent({type:"@xstate.action",actorRef:this,action:{type:l.type,params:l.params}}),!l.exec)return;const d=mt;try{mt=!0,l.exec(l.info,l.params)}finally{mt=d}};this._processingStatus===V.Running?f():this._deferred.push(f)}},this.send=this.send.bind(this),this.system._sendInspectionEvent({type:"@xstate.actor",actorRef:this}),c&&(this._systemId=c,this.system._set(c,this)),this._initState(n?.snapshot??n?.state),c&&this._snapshot.status!=="active"&&this.system._unregister(this)}_initState(t){try{this._snapshot=t?this.logic.restoreSnapshot?this.logic.restoreSnapshot(t,this._actorScope):t:this.logic.getInitialSnapshot(this._actorScope,this.options?.input)}catch(n){this._snapshot={status:"error",output:void 0,error:n}}}update(t,n){this._snapshot=t;let r;for(;r=this._deferred.shift();)try{r()}catch(o){this._deferred.length=0,this._snapshot={...t,status:"error",error:o}}switch(this._snapshot.status){case"active":for(const o of this.observers)try{o.next?.(t)}catch(s){q(s)}break;case"done":for(const o of this.observers)try{o.next?.(t)}catch(s){q(s)}this._stopProcedure(),this._complete(),this._doneEvent=_s(this.id,this._snapshot.output),this._parent&&this.system._relay(this,this._parent,this._doneEvent);break;case"error":this._error(this._snapshot.error);break}this.system._sendInspectionEvent({type:"@xstate.snapshot",actorRef:this,event:n,snapshot:t})}subscribe(t,n,r){const o=_t(t,n,r);if(this._processingStatus!==V.Stopped)this.observers.add(o);else switch(this._snapshot.status){case"done":try{o.complete?.()}catch(s){q(s)}break;case"error":{const s=this._snapshot.error;if(!o.error)q(s);else try{o.error(s)}catch(i){q(i)}break}}return{unsubscribe:()=>{this.observers.delete(o)}}}on(t,n){let r=this.eventListeners.get(t);r||(r=new Set,this.eventListeners.set(t,r));const o=n.bind(void 0);return r.add(o),{unsubscribe:()=>{r.delete(o)}}}start(){if(this._processingStatus===V.Running)return this;this._syncSnapshot&&this.subscribe({next:r=>{r.status==="active"&&this.system._relay(this,this._parent,{type:`xstate.snapshot.${this.id}`,snapshot:r})},error:()=>{}}),this.system._register(this.sessionId,this),this._systemId&&this.system._set(this._systemId,this),this._processingStatus=V.Running;const t=gn(this.options.input);switch(this.system._sendInspectionEvent({type:"@xstate.event",sourceRef:this._parent,actorRef:this,event:t}),this._snapshot.status){case"done":return this.update(this._snapshot,t),this;case"error":return this._error(this._snapshot.error),this}if(this._parent||this.system.start(),this.logic.start)try{this.logic.start(this._snapshot,this._actorScope)}catch(r){return this._snapshot={...this._snapshot,status:"error",error:r},this._error(r),this}return this.update(this._snapshot,t),this.options.devTools&&this.attachDevTools(),this.mailbox.start(),this}_process(t){let n,r;try{n=this.logic.transition(this._snapshot,t,this._actorScope)}catch(o){r={err:o}}if(r){const{err:o}=r;this._snapshot={...this._snapshot,status:"error",error:o},this._error(o);return}this.update(n,t),t.type===ft&&(this._stopProcedure(),this._complete())}_stop(){return this._processingStatus===V.Stopped?this:(this.mailbox.clear(),this._processingStatus===V.NotStarted?(this._processingStatus=V.Stopped,this):(this.mailbox.enqueue({type:ft}),this))}stop(){if(this._parent)throw new Error("A non-root actor cannot be stopped directly.");return this._stop()}_complete(){for(const t of this.observers)try{t.complete?.()}catch(n){q(n)}this.observers.clear()}_reportError(t){if(!this.observers.size){this._parent||q(t);return}let n=!1;for(const r of this.observers){const o=r.error;n||=!o;try{o?.(t)}catch(s){q(s)}}this.observers.clear(),n&&q(t)}_error(t){this._stopProcedure(),this._reportError(t),this._parent&&this.system._relay(this,this._parent,gs(this.id,t))}_stopProcedure(){return this._processingStatus!==V.Running?this:(this.system.scheduler.cancelAll(this),this.mailbox.clear(),this.mailbox=new dn(this._process.bind(this)),this._processingStatus=V.Stopped,this.system._unregister(this),this)}_send(t){this._processingStatus!==V.Stopped&&this.mailbox.enqueue(t)}send(t){this.system._relay(void 0,this,t)}attachDevTools(){const{devTools:t}=this.options;t&&(typeof t=="function"?t:ls)(this)}toJSON(){return{xstate$$type:Et,id:this.id}}getPersistedSnapshot(t){return this.logic.getPersistedSnapshot(this._snapshot,t)}[ms](){return this}getSnapshot(){return this._snapshot}}function xe(e,...[t]){return new As(e,t)}function ws(e,t,n,r,{sendId:o}){const s=typeof o=="function"?o(n,r):o;return[t,{sendId:s},void 0]}function Os(e,t){e.defer(()=>{e.system.scheduler.cancel(e.self,t.sendId)})}function Ts(e){function t(n,r){}return t.type="xstate.cancel",t.sendId=e,t.resolve=ws,t.execute=Os,t}function Is(e,t,n,r,{id:o,systemId:s,src:i,input:u,syncSnapshot:a}){const c=typeof i=="string"?gt(t.machine,i):i,p=typeof o=="function"?o(n):o;let l,f;return c&&(f=typeof u=="function"?u({context:t.context,event:n.event,self:e.self}):u,l=xe(c,{id:p,src:i,parent:e.self,syncSnapshot:a,systemId:s,input:f})),[ue(t,{children:{...t.children,[p]:l}}),{id:o,systemId:s,actorRef:l,src:i,input:f},void 0]}function ks(e,{actorRef:t}){t&&e.defer(()=>{t._processingStatus!==V.Stopped&&t.start()})}function Cs(...[e,{id:t,systemId:n,input:r,syncSnapshot:o=!1}={}]){function s(i,u){}return s.type="xstate.spawnChild",s.id=t,s.systemId=n,s.src=e,s.input=r,s.syncSnapshot=o,s.resolve=Is,s.execute=ks,s}function Ds(e,t,n,r,{actorRef:o}){const s=typeof o=="function"?o(n,r):o,i=typeof s=="string"?t.children[s]:s;let u=t.children;return i&&(u={...u},delete u[i.id]),[ue(t,{children:u}),i,void 0]}function xs(e,t){if(t){if(e.system._unregister(t),t._processingStatus!==V.Running){e.stopChild(t);return}e.defer(()=>{e.stopChild(t)})}}function On(e){function t(n,r){}return t.type="xstate.stopChild",t.actorRef=e,t.resolve=Ds,t.execute=xs,t}function yt(e,t,n,r){const{machine:o}=r,s=typeof e=="function",i=s?e:o.implementations.guards[typeof e=="string"?e:e.type];if(!s&&!i)throw new Error(`Guard '${typeof e=="string"?e:e.type}' is not implemented.'.`);if(typeof i!="function")return yt(i,t,n,r);const u={context:t,event:n},a=s||typeof e=="string"?void 0:"params"in e?typeof e.params=="function"?e.params({context:t,event:n}):e.params:void 0;return"check"in i?i.check(r,u,i):i(u,a)}const vt=e=>e.type==="atomic"||e.type==="final";function pe(e){return Object.values(e.states).filter(t=>t.type!=="history")}function Re(e,t){const n=[];if(t===e)return n;let r=e.parent;for(;r&&r!==t;)n.push(r),r=r.parent;return n}function Ge(e){const t=new Set(e),n=In(t);for(const r of t)if(r.type==="compound"&&(!n.get(r)||!n.get(r).length))Dn(r).forEach(o=>t.add(o));else if(r.type==="parallel"){for(const o of pe(r))if(o.type!=="history"&&!t.has(o)){const s=Dn(o);for(const i of s)t.add(i)}}for(const r of t){let o=r.parent;for(;o;)t.add(o),o=o.parent}return t}function Tn(e,t){const n=t.get(e);if(!n)return{};if(e.type==="compound"){const o=n[0];if(o){if(vt(o))return o.key}else return{}}const r={};for(const o of n)r[o.key]=Tn(o,t);return r}function In(e){const t=new Map;for(const n of e)t.has(n)||t.set(n,[]),n.parent&&(t.has(n.parent)||t.set(n.parent,[]),t.get(n.parent).push(n));return t}function kn(e,t){const n=Ge(t);return Tn(e,In(n))}function St(e,t){return t.type==="compound"?pe(t).some(n=>n.type==="final"&&e.has(n)):t.type==="parallel"?pe(t).every(n=>St(e,n)):t.type==="final"}const We=e=>e[0]===ds;function Rs(e,t){return e.transitions.get(t)||[...e.transitions.keys()].filter(r=>{if(r===hs)return!0;if(!r.endsWith(".*"))return!1;const o=r.split("."),s=t.split(".");for(let i=0;i<o.length;i++){const u=o[i],a=s[i];if(u==="*")return i===o.length-1;if(u!==a)return!1}return!0}).sort((r,o)=>o.length-r.length).flatMap(r=>e.transitions.get(r))}function Ps(e){const t=e.config.after;if(!t)return[];const n=o=>{const s=ps(o,e.id),i=s.type;return e.entry.push(ui(s,{id:i,delay:o})),e.exit.push(Ts(i)),i};return Object.keys(t).flatMap(o=>{const s=t[o],i=typeof s=="string"?{target:s}:s,u=Number.isNaN(+o)?o:+o,a=n(u);return Z(i).map(c=>({...c,event:a,delay:u}))}).map(o=>{const{delay:s}=o;return{...se(e,o.event,o),delay:s}})}function se(e,t,n){const r=bn(n.target),o=n.reenter??!1,s=Ls(e,r),i={...n,actions:Z(n.actions),guard:n.guard,target:s,source:e,reenter:o,eventType:t,toJSON:()=>({...i,source:`#${e.id}`,target:s?s.map(u=>`#${u.id}`):void 0})};return i}function Ns(e){const t=new Map;if(e.config.on)for(const n of Object.keys(e.config.on)){if(n===pn)throw new Error('Null events ("") cannot be specified as a transition key. Use `always: { ... }` instead.');const r=e.config.on[n];t.set(n,he(r).map(o=>se(e,n,o)))}if(e.config.onDone){const n=`xstate.done.state.${e.id}`;t.set(n,he(e.config.onDone).map(r=>se(e,n,r)))}for(const n of e.invoke){if(n.onDone){const r=`xstate.done.actor.${n.id}`;t.set(r,he(n.onDone).map(o=>se(e,r,o)))}if(n.onError){const r=`xstate.error.actor.${n.id}`;t.set(r,he(n.onError).map(o=>se(e,r,o)))}if(n.onSnapshot){const r=`xstate.snapshot.${n.id}`;t.set(r,he(n.onSnapshot).map(o=>se(e,r,o)))}}for(const n of e.after){let r=t.get(n.eventType);r||(r=[],t.set(n.eventType,r)),r.push(n)}return t}function Vs(e,t){const n=typeof t=="string"?e.states[t]:t?e.states[t.target]:void 0;if(!n&&t)throw new Error(`Initial state node "${t}" not found on parent state node #${e.id}`);const r={source:e,actions:!t||typeof t=="string"?[]:Z(t.actions),eventType:null,reenter:!1,target:n?[n]:[],toJSON:()=>({...r,source:`#${e.id}`,target:n?[`#${n.id}`]:[]})};return r}function Ls(e,t){if(t!==void 0)return t.map(n=>{if(typeof n!="string")return n;if(We(n))return e.machine.getStateNodeById(n);const r=n[0]===hn;if(r&&!e.parent)return Ye(e,n.slice(1));const o=r?e.key+n:n;if(e.parent)try{return Ye(e.parent,o)}catch(s){throw new Error(`Invalid transition definition for state node '${e.id}':
2
2
  ${s.message}`)}else throw new Error(`Invalid target: "${n}" is not a valid target from the root node. Did you mean ".${n}"?`)})}function Cn(e){const t=bn(e.config.target);return t?{target:t.map(n=>typeof n=="string"?Ye(e.parent,n):n)}:e.parent.initial}function ie(e){return e.type==="history"}function Dn(e){const t=xn(e);for(const n of t)for(const r of Re(n,e))t.add(r);return t}function xn(e){const t=new Set;function n(r){if(!t.has(r)){if(t.add(r),r.type==="compound")n(r.initial.target[0]);else if(r.type==="parallel")for(const o of pe(r))n(o)}}return n(e),t}function _e(e,t){if(We(t))return e.machine.getStateNodeById(t);if(!e.states)throw new Error(`Unable to retrieve child state '${t}' from '${e.id}'; no child states exist.`);const n=e.states[t];if(!n)throw new Error(`Child state '${t}' does not exist on '${e.id}'`);return n}function Ye(e,t){if(typeof t=="string"&&We(t))try{return e.machine.getStateNodeById(t)}catch{}const n=ht(t).slice();let r=e;for(;n.length;){const o=n.shift();if(!o.length)break;r=_e(r,o)}return r}function qe(e,t){if(typeof t=="string"){const o=e.states[t];if(!o)throw new Error(`State '${t}' does not exist on '${e.id}'`);return[e,o]}const n=Object.keys(t),r=n.map(o=>_e(e,o)).filter(Boolean);return[e.machine.root,e].concat(r,n.reduce((o,s)=>{const i=_e(e,s);if(!i)return o;const u=qe(i,t[s]);return o.concat(u)},[]))}function Ms(e,t,n,r){const s=_e(e,t).next(n,r);return!s||!s.length?e.next(n,r):s}function Bs(e,t,n,r){const o=Object.keys(t),s=_e(e,o[0]),i=bt(s,t[o[0]],n,r);return!i||!i.length?e.next(n,r):i}function $s(e,t,n,r){const o=[];for(const s of Object.keys(t)){const i=t[s];if(!i)continue;const u=_e(e,s),a=bt(u,i,n,r);a&&o.push(...a)}return o.length?o:e.next(n,r)}function bt(e,t,n,r){return typeof t=="string"?Ms(e,t,n,r):Object.keys(t).length===1?Bs(e,t,n,r):$s(e,t,n,r)}function Us(e){return Object.keys(e.states).map(t=>e.states[t]).filter(t=>t.type==="history")}function Q(e,t){let n=e;for(;n.parent&&n.parent!==t;)n=n.parent;return n.parent===t}function Fs(e,t){const n=new Set(e),r=new Set(t);for(const o of n)if(r.has(o))return!0;for(const o of r)if(n.has(o))return!0;return!1}function Rn(e,t,n){const r=new Set;for(const o of e){let s=!1;const i=new Set;for(const u of r)if(Fs(wt([o],t,n),wt([u],t,n)))if(Q(o.source,u.source))i.add(u);else{s=!0;break}if(!s){for(const u of i)r.delete(u);r.add(o)}}return Array.from(r)}function js(e){const[t,...n]=e;for(const r of Re(t,void 0))if(n.every(o=>Q(o,r)))return r}function At(e,t){if(!e.target)return[];const n=new Set;for(const r of e.target)if(ie(r))if(t[r.id])for(const o of t[r.id])n.add(o);else for(const o of At(Cn(r),t))n.add(o);else n.add(r);return[...n]}function Pn(e,t){const n=At(e,t);if(!n)return;if(!e.reenter&&n.every(o=>o===e.source||Q(o,e.source)))return e.source;const r=js(n.concat(e.source));if(r)return r;if(!e.reenter)return e.source.machine.root}function wt(e,t,n){const r=new Set;for(const o of e)if(o.target?.length){const s=Pn(o,n);o.reenter&&o.source===s&&r.add(s);for(const i of t)Q(i,s)&&r.add(i)}return[...r]}function Hs(e,t){if(e.length!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function Ot(e,t,n,r,o,s){if(!e.length)return t;const i=new Set(t._nodes);let u=t.historyValue;const a=Rn(e,i,u);let c=t;o||([c,u]=Ws(c,r,n,a,i,u,s,n.actionExecutor)),c=me(c,r,n,a.flatMap(l=>l.actions),s,void 0),c=Ks(c,r,n,a,i,s,u,o);const p=[...i];c.status==="done"&&(c=me(c,r,n,p.sort((l,f)=>f.order-l.order).flatMap(l=>l.exit),s,void 0));try{return u===t.historyValue&&Hs(t._nodes,i)?c:ue(c,{_nodes:p,historyValue:u})}catch(l){throw l}}function zs(e,t,n,r,o){if(r.output===void 0)return;const s=dt(o.id,o.output!==void 0&&o.parent?pt(o.output,e.context,t,n.self):void 0);return pt(r.output,e.context,s,n.self)}function Ks(e,t,n,r,o,s,i,u){let a=e;const c=new Set,p=new Set;Gs(r,i,p,c),u&&p.add(e.machine.root);const l=new Set;for(const f of[...c].sort((d,h)=>d.order-h.order)){o.add(f);const d=[];d.push(...f.entry);for(const h of f.invoke)d.push(Cs(h.src,{...h,syncSnapshot:!!h.onSnapshot}));if(p.has(f)){const h=f.initial.actions;d.push(...h)}if(a=me(a,t,n,d,s,f.invoke.map(h=>h.id)),f.type==="final"){const h=f.parent;let m=h?.type==="parallel"?h:h?.parent,g=m||f;for(h?.type==="compound"&&s.push(dt(h.id,f.output!==void 0?pt(f.output,a.context,t,n.self):void 0));m?.type==="parallel"&&!l.has(m)&&St(o,m);)l.add(m),s.push(dt(m.id)),g=m,m=m.parent;if(m)continue;a=ue(a,{status:"done",output:zs(a,t,n,a.machine.root,g)})}}return a}function Gs(e,t,n,r){for(const o of e){const s=Pn(o,t);for(const u of o.target||[])!ie(u)&&(o.source!==u||o.source!==s||o.reenter)&&(r.add(u),n.add(u)),ge(u,t,n,r);const i=At(o,t);for(const u of i){const a=Re(u,s);s?.type==="parallel"&&a.push(s),Nn(r,t,n,a,!o.source.parent&&o.reenter?void 0:s)}}}function ge(e,t,n,r){if(ie(e))if(t[e.id]){const o=t[e.id];for(const s of o)r.add(s),ge(s,t,n,r);for(const s of o)Tt(s,e.parent,r,t,n)}else{const o=Cn(e);for(const s of o.target)r.add(s),o===e.parent?.initial&&n.add(e.parent),ge(s,t,n,r);for(const s of o.target)Tt(s,e.parent,r,t,n)}else if(e.type==="compound"){const[o]=e.initial.target;ie(o)||(r.add(o),n.add(o)),ge(o,t,n,r),Tt(o,e,r,t,n)}else if(e.type==="parallel")for(const o of pe(e).filter(s=>!ie(s)))[...r].some(s=>Q(s,o))||(ie(o)||(r.add(o),n.add(o)),ge(o,t,n,r))}function Nn(e,t,n,r,o){for(const s of r)if((!o||Q(s,o))&&e.add(s),s.type==="parallel")for(const i of pe(s).filter(u=>!ie(u)))[...e].some(u=>Q(u,i))||(e.add(i),ge(i,t,n,e))}function Tt(e,t,n,r,o){Nn(n,r,o,Re(e,t))}function Ws(e,t,n,r,o,s,i,u){let a=e;const c=wt(r,o,s);c.sort((l,f)=>f.order-l.order);let p;for(const l of c)for(const f of Us(l)){let d;f.history==="deep"?d=h=>vt(h)&&Q(h,l):d=h=>h.parent===l,p??={...s},p[f.id]=Array.from(o).filter(d)}for(const l of c)a=me(a,t,n,[...l.exit,...l.invoke.map(f=>On(f.id))],i,void 0),o.delete(l);return[a,p||s]}function Ys(e,t){return e.implementations.actions[t]}function Vn(e,t,n,r,o,s){const{machine:i}=e;let u=e;for(const a of r){const c=typeof a=="function",p=c?a:Ys(i,typeof a=="string"?a:a.type),l={context:u.context,event:t,self:n.self,system:n.system},f=c||typeof a=="string"?void 0:"params"in a?typeof a.params=="function"?a.params({context:u.context,event:t}):a.params:void 0;if(!p||!("resolve"in p)){n.actionExecutor({type:typeof a=="string"?a:typeof a=="object"?a.type:a.name||"(anonymous)",info:l,params:f,exec:p});continue}const d=p,[h,m,g]=d.resolve(n,u,l,f,p,o);u=h,"retryResolve"in d&&s?.push([d,m]),"execute"in d&&n.actionExecutor({type:d.type,info:l,params:m,exec:d.execute.bind(null,n,m)}),g&&(u=Vn(u,t,n,g,o,s))}return u}function me(e,t,n,r,o,s){const i=s?[]:void 0,u=Vn(e,t,n,r,{internalQueue:o,deferredActorIds:s},i);return i?.forEach(([a,c])=>{a.retryResolve(n,u,c)}),u}function It(e,t,n,r){let o=e;const s=[];function i(c,p,l){n.system._sendInspectionEvent({type:"@xstate.microstep",actorRef:n.self,event:p,snapshot:c,_transitions:l}),s.push(c)}if(t.type===ft)return o=ue(Ln(o,t,n),{status:"stopped"}),i(o,t,[]),{snapshot:o,microstates:s};let u=t;if(u.type!==_n){const c=u,p=ys(c),l=Mn(c,o);if(p&&!l.length)return o=ue(e,{status:"error",error:c.error}),i(o,c,[]),{snapshot:o,microstates:s};o=Ot(l,e,n,u,!1,r),i(o,c,l)}let a=!0;for(;o.status==="active";){let c=a?qs(o,u):[];const p=c.length?o:void 0;if(!c.length){if(!r.length)break;u=r.shift(),c=Mn(u,o)}o=Ot(c,o,n,u,!1,r),a=o!==p,i(o,u,c)}return o.status!=="active"&&Ln(o,u,n),{snapshot:o,microstates:s}}function Ln(e,t,n){return me(e,t,n,Object.values(e.children).map(r=>On(r)),[],void 0)}function Mn(e,t){return t.machine.getTransitionData(t,e)}function qs(e,t){const n=new Set,r=e._nodes.filter(vt);for(const o of r)e:for(const s of[o].concat(Re(o,void 0)))if(s.always){for(const i of s.always)if(i.guard===void 0||yt(i.guard,e.context,t,e)){n.add(i);break e}}return Rn(Array.from(n),new Set(e._nodes),e.historyValue)}function Js(e,t){const n=Ge(qe(e,t));return kn(e,[...n])}function Xs(e){return!!e&&typeof e=="object"&&"machine"in e&&"value"in e}const Zs=function(t){return mn(t,this.value)},Qs=function(t){return this.tags.has(t)},ei=function(t){const n=this.machine.getTransitionData(this,t);return!!n?.length&&n.some(r=>r.target!==void 0||r.actions.length)},ti=function(){const{_nodes:t,tags:n,machine:r,getMeta:o,toJSON:s,can:i,hasTag:u,matches:a,...c}=this;return{...c,tags:Array.from(n)}},ni=function(){return this._nodes.reduce((t,n)=>(n.meta!==void 0&&(t[n.id]=n.meta),t),{})};function Je(e,t){return{status:e.status,output:e.output,error:e.error,machine:t,context:e.context,_nodes:e._nodes,value:kn(t.root,e._nodes),tags:new Set(e._nodes.flatMap(n=>n.tags)),children:e.children,historyValue:e.historyValue||{},matches:Zs,hasTag:Qs,can:ei,getMeta:ni,toJSON:ti}}function ue(e,t={}){return Je({...e,...t},e.machine)}function ri(e){if(typeof e!="object"||e===null)return{};const t={};for(const n in e){const r=e[n];Array.isArray(r)&&(t[n]=r.map(o=>({id:o.id})))}return t}function oi(e,t){const{_nodes:n,tags:r,machine:o,children:s,context:i,can:u,hasTag:a,matches:c,getMeta:p,toJSON:l,...f}=e,d={};for(const m in s){const g=s[m];d[m]={snapshot:g.getPersistedSnapshot(t),src:g.src,systemId:g._systemId,syncSnapshot:g._syncSnapshot}}return{...f,context:Bn(i),children:d,historyValue:ri(f.historyValue)}}function Bn(e){let t;for(const n in e){const r=e[n];if(r&&typeof r=="object")if("sessionId"in r&&"send"in r&&"ref"in r)t??=Array.isArray(e)?e.slice():{...e},t[n]={xstate$$type:Et,id:r.id};else{const o=Bn(r);o!==r&&(t??=Array.isArray(e)?e.slice():{...e},t[n]=o)}}return t??e}function si(e,t,n,r,{event:o,id:s,delay:i},{internalQueue:u}){const a=t.machine.implementations.delays;if(typeof o=="string")throw new Error(`Only event objects may be used with raise; use raise({ type: "${o}" }) instead`);const c=typeof o=="function"?o(n,r):o;let p;if(typeof i=="string"){const l=a&&a[i];p=typeof l=="function"?l(n,r):l}else p=typeof i=="function"?i(n,r):i;return typeof p!="number"&&u.push(c),[t,{event:c,id:s,delay:p},void 0]}function ii(e,t){const{event:n,delay:r,id:o}=t;if(typeof r=="number"){e.defer(()=>{const s=e.self;e.system.scheduler.schedule(s,s,n,r,o)});return}}function ui(e,t){function n(r,o){}return n.type="xstate.raise",n.event=e,n.id=t?.id,n.delay=t?.delay,n.resolve=si,n.execute=ii,n}function ai(e,{machine:t,context:n},r,o){const s=(i,u)=>{if(typeof i=="string"){const a=gt(t,i);if(!a)throw new Error(`Actor logic '${i}' not implemented in machine '${t.id}'`);const c=xe(a,{id:u?.id,parent:e.self,syncSnapshot:u?.syncSnapshot,input:typeof u?.input=="function"?u.input({context:n,event:r,self:e.self}):u?.input,src:i,systemId:u?.systemId});return o[c.id]=c,c}else return xe(i,{id:u?.id,parent:e.self,syncSnapshot:u?.syncSnapshot,input:u?.input,src:i,systemId:u?.systemId})};return(i,u)=>{const a=s(i,u);return o[a.id]=a,e.defer(()=>{a._processingStatus!==V.Stopped&&a.start()}),a}}function ci(e,t,n,r,{assignment:o}){if(!t.context)throw new Error("Cannot assign to undefined `context`. Ensure that `context` is defined in the machine config.");const s={},i={context:t.context,event:n.event,spawn:ai(e,t,n.event,s),self:e.self,system:e.system};let u={};if(typeof o=="function")u=o(i,r);else for(const c of Object.keys(o)){const p=o[c];u[c]=typeof p=="function"?p(i,r):p}const a=Object.assign({},t.context,u);return[ue(t,{context:a,children:Object.keys(s).length?{...t.children,...s}:t.children}),void 0,void 0]}function li(e){function t(n,r){}return t.type="xstate.assign",t.assignment=e,t.resolve=ci,t}const $n=new WeakMap;function Ee(e,t,n){let r=$n.get(e);return r?t in r||(r[t]=n()):(r={[t]:n()},$n.set(e,r)),r[t]}const fi={},Pe=e=>typeof e=="string"?{type:e}:typeof e=="function"?"resolve"in e?{type:e.type}:{type:e.name}:e;class Xe{constructor(t,n){if(this.config=t,this.key=void 0,this.id=void 0,this.type=void 0,this.path=void 0,this.states=void 0,this.history=void 0,this.entry=void 0,this.exit=void 0,this.parent=void 0,this.machine=void 0,this.meta=void 0,this.output=void 0,this.order=-1,this.description=void 0,this.tags=[],this.transitions=void 0,this.always=void 0,this.parent=n._parent,this.key=n._key,this.machine=n._machine,this.path=this.parent?this.parent.path.concat(this.key):[],this.id=this.config.id||[this.machine.id,...this.path].join(hn),this.type=this.config.type||(this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.description=this.config.description,this.order=this.machine.idMap.size,this.machine.idMap.set(this.id,this),this.states=this.config.states?yn(this.config.states,(r,o)=>new Xe(r,{_parent:this,_key:o,_machine:this.machine})):fi,this.type==="compound"&&!this.config.initial)throw new Error(`No initial state specified for compound state node "#${this.id}". Try adding { initial: "${Object.keys(this.states)[0]}" } to the state config.`);this.history=this.config.history===!0?"shallow":this.config.history||!1,this.entry=Z(this.config.entry).slice(),this.exit=Z(this.config.exit).slice(),this.meta=this.config.meta,this.output=this.type==="final"||!this.parent?this.config.output:void 0,this.tags=Z(t.tags).slice()}_initialize(){this.transitions=Ns(this),this.config.always&&(this.always=he(this.config.always).map(t=>se(this,pn,t))),Object.keys(this.states).forEach(t=>{this.states[t]._initialize()})}get definition(){return{id:this.id,key:this.key,version:this.machine.version,type:this.type,initial:this.initial?{target:this.initial.target,source:this,actions:this.initial.actions.map(Pe),eventType:null,reenter:!1,toJSON:()=>({target:this.initial.target.map(t=>`#${t.id}`),source:`#${this.id}`,actions:this.initial.actions.map(Pe),eventType:null})}:void 0,history:this.history,states:yn(this.states,t=>t.definition),on:this.on,transitions:[...this.transitions.values()].flat().map(t=>({...t,actions:t.actions.map(Pe)})),entry:this.entry.map(Pe),exit:this.exit.map(Pe),meta:this.meta,order:this.order||-1,output:this.output,invoke:this.invoke,description:this.description,tags:this.tags}}toJSON(){return this.definition}get invoke(){return Ee(this,"invoke",()=>Z(this.config.invoke).map((t,n)=>{const{src:r,systemId:o}=t,s=t.id??An(this.id,n),i=typeof r=="string"?r:`xstate.invoke.${An(this.id,n)}`;return{...t,src:i,id:s,systemId:o,toJSON(){const{onDone:u,onError:a,...c}=t;return{...c,type:"xstate.invoke",src:i,id:s}}}}))}get on(){return Ee(this,"on",()=>[...this.transitions].flatMap(([n,r])=>r.map(o=>[n,o])).reduce((n,[r,o])=>(n[r]=n[r]||[],n[r].push(o),n),{}))}get after(){return Ee(this,"delayedTransitions",()=>Ps(this))}get initial(){return Ee(this,"initial",()=>Vs(this,this.config.initial))}next(t,n){const r=n.type,o=[];let s;const i=Ee(this,`candidates-${r}`,()=>Rs(this,r));for(const u of i){const{guard:a}=u,c=t.context;let p=!1;try{p=!a||yt(a,c,n,t)}catch(l){const f=typeof a=="string"?a:typeof a=="object"?a.type:void 0;throw new Error(`Unable to evaluate guard ${f?`'${f}' `:""}in transition for event '${r}' in state node '${this.id}':
3
- ${l.message}`)}if(p){o.push(...u.actions),s=u;break}}return s?[s]:void 0}get events(){return Ee(this,"events",()=>{const{states:t}=this,n=new Set(this.ownEvents);if(t)for(const r of Object.keys(t)){const o=t[r];if(o.states)for(const s of o.events)n.add(`${s}`)}return Array.from(n)})}get ownEvents(){const t=new Set([...this.transitions.keys()].filter(n=>this.transitions.get(n).some(r=>!(!r.target&&!r.actions.length&&!r.reenter))));return Array.from(t)}}const di="#";class kt{constructor(t,n){this.config=t,this.version=void 0,this.schemas=void 0,this.implementations=void 0,this.__xstatenode=!0,this.idMap=new Map,this.root=void 0,this.id=void 0,this.states=void 0,this.events=void 0,this.id=t.id||"(machine)",this.implementations={actors:n?.actors??{},actions:n?.actions??{},delays:n?.delays??{},guards:n?.guards??{}},this.version=this.config.version,this.schemas=this.config.schemas,this.transition=this.transition.bind(this),this.getInitialSnapshot=this.getInitialSnapshot.bind(this),this.getPersistedSnapshot=this.getPersistedSnapshot.bind(this),this.restoreSnapshot=this.restoreSnapshot.bind(this),this.start=this.start.bind(this),this.root=new Xe(t,{_key:this.id,_machine:this}),this.root._initialize(),this.states=this.root.states,this.events=this.root.events}provide(t){const{actions:n,guards:r,actors:o,delays:s}=this.implementations;return new kt(this.config,{actions:{...n,...t.actions},guards:{...r,...t.guards},actors:{...o,...t.actors},delays:{...s,...t.delays}})}resolveState(t){const n=Js(this.root,t.value),r=Ge(qe(this.root,n));return Je({_nodes:[...r],context:t.context||{},children:{},status:St(r,this.root)?"done":t.status||"active",output:t.output,error:t.error,historyValue:t.historyValue},this)}transition(t,n,r){return It(t,n,r,[]).snapshot}microstep(t,n,r){return It(t,n,r,[]).microstates}getTransitionData(t,n){return bt(this.root,t.value,t,n)||[]}getPreInitialState(t,n,r){const{context:o}=this.config,s=Je({context:typeof o!="function"&&o?o:{},_nodes:[this.root],children:{},status:"active"},this);return typeof o=="function"?me(s,n,t,[li(({spawn:u,event:a,self:c})=>o({spawn:u,input:a.input,self:c}))],r,void 0):s}getInitialSnapshot(t,n){const r=gn(n),o=[],s=this.getPreInitialState(t,r,o),i=Ot([{target:[...xn(this.root)],source:this.root,reenter:!0,actions:[],eventType:null,toJSON:null}],s,t,r,!0,o),{snapshot:u}=It(i,r,t,o);return u}start(t){Object.values(t.children).forEach(n=>{n.getSnapshot().status==="active"&&n.start()})}getStateNodeById(t){const n=ht(t),r=n.slice(1),o=We(n[0])?n[0].slice(di.length):n[0],s=this.idMap.get(o);if(!s)throw new Error(`Child state node '#${o}' does not exist on machine '${this.id}'`);return Ye(s,r)}get definition(){return this.root.definition}toJSON(){return this.definition}getPersistedSnapshot(t,n){return oi(t,n)}restoreSnapshot(t,n){const r={},o=t.children;Object.keys(o).forEach(l=>{const f=o[l],d=f.snapshot,h=f.src,m=typeof h=="string"?gt(this,h):h;if(!m)return;const g=xe(m,{id:l,parent:n.self,syncSnapshot:f.syncSnapshot,snapshot:d,src:h,systemId:f.systemId});r[l]=g});function s(l,f){if(f instanceof Xe)return f;try{return l.machine.getStateNodeById(f.id)}catch{}}function i(l,f){if(!f||typeof f!="object")return{};const d={};for(const h in f){const m=f[h];for(const g of m){const E=s(l,g);E&&(d[h]??=[],d[h].push(E))}}return d}const u=i(this.root,t.historyValue),a=Je({...t,children:r,_nodes:Array.from(Ge(qe(this.root,t.value))),historyValue:u},this),c=new Set;function p(l,f){if(!c.has(l)){c.add(l);for(const d in l){const h=l[d];if(h&&typeof h=="object"){if("xstate$$type"in h&&h.xstate$$type===Et){l[d]=f[h.id];continue}p(h,f)}}}}return p(a.context,r),a}}function hi(e,t){return new kt(e,t)}function Ct(e){this.message=e||""}Ct.prototype=Object.create(Error.prototype,{constructor:{value:Ct},name:{value:"NotImplemented"},stack:{get:function(){return new Error().stack}}});class ye{static _root;name="Stonecrop";registry;store;constructor(t,n){if(ye._root)return ye._root;ye._root=this,this.registry=t,this.store=n}setup(t){this.getMeta(t.doctype)}async getMeta(t){if(!this.registry.getMeta)throw new Ct(`getMeta function is not implemented for ${t} in the registry`);return await this.registry.getMeta(t)}async getRecords(t,n){this.store.$patch({records:[]});const o=await(await fetch(`/${t.slug}`,n)).json();this.store.$patch({records:o})}async getRecord(t,n){this.store.$patch({record:{}});const o=await(await fetch(`/${t.slug}/${n}`)).json();this.store.$patch({record:o})}runAction(t,n,r){const o=this.registry.registry[t.slug],s=o.actions?.get(n),i=o.workflow;if(i){const u=hi(i),a=xe(u);a.start(),a.send({type:n,id:r}),s&&s.length>0&&s.forEach(c=>{new Function(c)(r)})}}}var pi=Object.create,Un=Object.defineProperty,_i=Object.getOwnPropertyDescriptor,Dt=Object.getOwnPropertyNames,gi=Object.getPrototypeOf,mi=Object.prototype.hasOwnProperty,Ei=(e,t)=>function(){return e&&(t=(0,e[Dt(e)[0]])(e=0)),t},yi=(e,t)=>function(){return t||(0,e[Dt(e)[0]])((t={exports:{}}).exports,t),t.exports},vi=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Dt(t))!mi.call(e,o)&&o!==n&&Un(e,o,{get:()=>t[o],enumerable:!(r=_i(t,o))||r.enumerable});return e},Si=(e,t,n)=>(n=e!=null?pi(gi(e)):{},vi(Un(n,"default",{value:e,enumerable:!0}),e)),Ne=Ei({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){}}),bi=yi({"../../node_modules/.pnpm/rfdc@1.4.1/node_modules/rfdc/index.js"(e,t){Ne(),t.exports=r;function n(s){return s instanceof Buffer?Buffer.from(s):new s.constructor(s.buffer.slice(),s.byteOffset,s.length)}function r(s){if(s=s||{},s.circles)return o(s);const i=new Map;if(i.set(Date,l=>new Date(l)),i.set(Map,(l,f)=>new Map(a(Array.from(l),f))),i.set(Set,(l,f)=>new Set(a(Array.from(l),f))),s.constructorHandlers)for(const l of s.constructorHandlers)i.set(l[0],l[1]);let u=null;return s.proto?p:c;function a(l,f){const d=Object.keys(l),h=new Array(d.length);for(let m=0;m<d.length;m++){const g=d[m],E=l[g];typeof E!="object"||E===null?h[g]=E:E.constructor!==Object&&(u=i.get(E.constructor))?h[g]=u(E,f):ArrayBuffer.isView(E)?h[g]=n(E):h[g]=f(E)}return h}function c(l){if(typeof l!="object"||l===null)return l;if(Array.isArray(l))return a(l,c);if(l.constructor!==Object&&(u=i.get(l.constructor)))return u(l,c);const f={};for(const d in l){if(Object.hasOwnProperty.call(l,d)===!1)continue;const h=l[d];typeof h!="object"||h===null?f[d]=h:h.constructor!==Object&&(u=i.get(h.constructor))?f[d]=u(h,c):ArrayBuffer.isView(h)?f[d]=n(h):f[d]=c(h)}return f}function p(l){if(typeof l!="object"||l===null)return l;if(Array.isArray(l))return a(l,p);if(l.constructor!==Object&&(u=i.get(l.constructor)))return u(l,p);const f={};for(const d in l){const h=l[d];typeof h!="object"||h===null?f[d]=h:h.constructor!==Object&&(u=i.get(h.constructor))?f[d]=u(h,p):ArrayBuffer.isView(h)?f[d]=n(h):f[d]=p(h)}return f}}function o(s){const i=[],u=[],a=new Map;if(a.set(Date,d=>new Date(d)),a.set(Map,(d,h)=>new Map(p(Array.from(d),h))),a.set(Set,(d,h)=>new Set(p(Array.from(d),h))),s.constructorHandlers)for(const d of s.constructorHandlers)a.set(d[0],d[1]);let c=null;return s.proto?f:l;function p(d,h){const m=Object.keys(d),g=new Array(m.length);for(let E=0;E<m.length;E++){const O=m[E],T=d[O];if(typeof T!="object"||T===null)g[O]=T;else if(T.constructor!==Object&&(c=a.get(T.constructor)))g[O]=c(T,h);else if(ArrayBuffer.isView(T))g[O]=n(T);else{const L=i.indexOf(T);L!==-1?g[O]=u[L]:g[O]=h(T)}}return g}function l(d){if(typeof d!="object"||d===null)return d;if(Array.isArray(d))return p(d,l);if(d.constructor!==Object&&(c=a.get(d.constructor)))return c(d,l);const h={};i.push(d),u.push(h);for(const m in d){if(Object.hasOwnProperty.call(d,m)===!1)continue;const g=d[m];if(typeof g!="object"||g===null)h[m]=g;else if(g.constructor!==Object&&(c=a.get(g.constructor)))h[m]=c(g,l);else if(ArrayBuffer.isView(g))h[m]=n(g);else{const E=i.indexOf(g);E!==-1?h[m]=u[E]:h[m]=l(g)}}return i.pop(),u.pop(),h}function f(d){if(typeof d!="object"||d===null)return d;if(Array.isArray(d))return p(d,f);if(d.constructor!==Object&&(c=a.get(d.constructor)))return c(d,f);const h={};i.push(d),u.push(h);for(const m in d){const g=d[m];if(typeof g!="object"||g===null)h[m]=g;else if(g.constructor!==Object&&(c=a.get(g.constructor)))h[m]=c(g,f);else if(ArrayBuffer.isView(g))h[m]=n(g);else{const E=i.indexOf(g);E!==-1?h[m]=u[E]:h[m]=f(g)}}return i.pop(),u.pop(),h}}}});Ne(),Ne(),Ne();var Fn=typeof navigator<"u",y=typeof window<"u"?window:typeof globalThis<"u"?globalThis:typeof global<"u"?global:{};typeof y.chrome<"u"&&y.chrome.devtools,Fn&&(y.self,y.top);var jn;typeof navigator<"u"&&((jn=navigator.userAgent)==null||jn.toLowerCase().includes("electron")),Ne();var Ai=Si(bi()),wi=/(?:^|[-_/])(\w)/g;function Oi(e,t){return t?t.toUpperCase():""}function Ti(e){return e&&`${e}`.replace(wi,Oi)}function Ii(e,t){let n=e.replace(/^[a-z]:/i,"").replace(/\\/g,"/");n.endsWith(`index${t}`)&&(n=n.replace(`/index${t}`,t));const r=n.lastIndexOf("/"),o=n.substring(r+1);{const s=o.lastIndexOf(t);return o.substring(0,s)}}var Hn=(0,Ai.default)({circles:!0});const ki={trailing:!0};function ve(e,t=25,n={}){if(n={...ki,...n},!Number.isFinite(t))throw new TypeError("Expected `wait` to be a finite number");let r,o,s=[],i,u;const a=(c,p)=>(i=Ci(e,c,p),i.finally(()=>{if(i=null,n.trailing&&u&&!o){const l=a(c,u);return u=null,l}}),i);return function(...c){return i?(n.trailing&&(u=c),i):new Promise(p=>{const l=!o&&n.leading;clearTimeout(o),o=setTimeout(()=>{o=null;const f=n.leading?r:a(this,c);for(const d of s)d(f);s=[]},t),l?(r=a(this,c),p(r)):s.push(p)})}}async function Ci(e,t,n){return await e.apply(t,n)}function xt(e,t={},n){for(const r in e){const o=e[r],s=n?`${n}:${r}`:r;typeof o=="object"&&o!==null?xt(o,t,s):typeof o=="function"&&(t[s]=o)}return t}const Di={run:e=>e()},xi=()=>Di,zn=typeof console.createTask<"u"?console.createTask:xi;function Ri(e,t){const n=t.shift(),r=zn(n);return e.reduce((o,s)=>o.then(()=>r.run(()=>s(...t))),Promise.resolve())}function Pi(e,t){const n=t.shift(),r=zn(n);return Promise.all(e.map(o=>r.run(()=>o(...t))))}function Rt(e,t){for(const n of[...e])n(t)}class Ni{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const o=t;let s;for(;this._deprecatedHooks[t];)s=this._deprecatedHooks[t],t=s.to;if(s&&!r.allowDeprecated){let i=s.message;i||(i=`${o} hook has been deprecated`+(s.to?`, please use ${s.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,o=(...s)=>(typeof r=="function"&&r(),r=void 0,o=void 0,n(...s));return r=this.hook(t,o),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const o of r)this.hook(t,o)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=xt(t),r=Object.keys(n).map(o=>this.hook(o,n[o]));return()=>{for(const o of r.splice(0,r.length))o()}}removeHooks(t){const n=xt(t);for(const r in n)this.removeHook(r,n[r])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(Ri,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(Pi,t,...n)}callHookWith(t,n,...r){const o=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&Rt(this._before,o);const s=t(n in this._hooks?[...this._hooks[n]]:[],r);return s instanceof Promise?s.finally(()=>{this._after&&o&&Rt(this._after,o)}):(this._after&&o&&Rt(this._after,o),s)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function Kn(){return new Ni}var Vi=Object.create,Gn=Object.defineProperty,Li=Object.getOwnPropertyDescriptor,Pt=Object.getOwnPropertyNames,Mi=Object.getPrototypeOf,Bi=Object.prototype.hasOwnProperty,$i=(e,t)=>function(){return e&&(t=(0,e[Pt(e)[0]])(e=0)),t},Wn=(e,t)=>function(){return t||(0,e[Pt(e)[0]])((t={exports:{}}).exports,t),t.exports},Ui=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Pt(t))!Bi.call(e,o)&&o!==n&&Gn(e,o,{get:()=>t[o],enumerable:!(r=Li(t,o))||r.enumerable});return e},Fi=(e,t,n)=>(n=e!=null?Vi(Mi(e)):{},Ui(Gn(n,"default",{value:e,enumerable:!0}),e)),_=$i({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){}}),ji=Wn({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/lib/speakingurl.js"(e,t){_(),function(n){var r={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"Ae",Å:"A",Æ:"AE",Ç:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"Oe",Ő:"O",Ø:"O",Ù:"U",Ú:"U",Û:"U",Ü:"Ue",Ű:"U",Ý:"Y",Þ:"TH",ß:"ss",à:"a",á:"a",â:"a",ã:"a",ä:"ae",å:"a",æ:"ae",ç:"c",è:"e",é:"e",ê:"e",ë:"e",ì:"i",í:"i",î:"i",ï:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"oe",ő:"o",ø:"o",ù:"u",ú:"u",û:"u",ü:"ue",ű:"u",ý:"y",þ:"th",ÿ:"y","ẞ":"SS",ا:"a",أ:"a",إ:"i",آ:"aa",ؤ:"u",ئ:"e",ء:"a",ب:"b",ت:"t",ث:"th",ج:"j",ح:"h",خ:"kh",د:"d",ذ:"th",ر:"r",ز:"z",س:"s",ش:"sh",ص:"s",ض:"dh",ط:"t",ظ:"z",ع:"a",غ:"gh",ف:"f",ق:"q",ك:"k",ل:"l",م:"m",ن:"n",ه:"h",و:"w",ي:"y",ى:"a",ة:"h",ﻻ:"la",ﻷ:"laa",ﻹ:"lai",ﻵ:"laa",گ:"g",چ:"ch",پ:"p",ژ:"zh",ک:"k",ی:"y","َ":"a","ً":"an","ِ":"e","ٍ":"en","ُ":"u","ٌ":"on","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9",က:"k",ခ:"kh",ဂ:"g",ဃ:"ga",င:"ng",စ:"s",ဆ:"sa",ဇ:"z","စျ":"za",ည:"ny",ဋ:"t",ဌ:"ta",ဍ:"d",ဎ:"da",ဏ:"na",တ:"t",ထ:"ta",ဒ:"d",ဓ:"da",န:"n",ပ:"p",ဖ:"pa",ဗ:"b",ဘ:"ba",မ:"m",ယ:"y",ရ:"ya",လ:"l",ဝ:"w",သ:"th",ဟ:"h",ဠ:"la",အ:"a","ြ":"y","ျ":"ya","ွ":"w","ြွ":"yw","ျွ":"ywa","ှ":"h",ဧ:"e","၏":"-e",ဣ:"i",ဤ:"-i",ဉ:"u",ဦ:"-u",ဩ:"aw","သြော":"aw",ဪ:"aw","၀":"0","၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","္":"","့":"","း":"",č:"c",ď:"d",ě:"e",ň:"n",ř:"r",š:"s",ť:"t",ů:"u",ž:"z",Č:"C",Ď:"D",Ě:"E",Ň:"N",Ř:"R",Š:"S",Ť:"T",Ů:"U",Ž:"Z",ހ:"h",ށ:"sh",ނ:"n",ރ:"r",ބ:"b",ޅ:"lh",ކ:"k",އ:"a",ވ:"v",މ:"m",ފ:"f",ދ:"dh",ތ:"th",ލ:"l",ގ:"g",ޏ:"gn",ސ:"s",ޑ:"d",ޒ:"z",ޓ:"t",ޔ:"y",ޕ:"p",ޖ:"j",ޗ:"ch",ޘ:"tt",ޙ:"hh",ޚ:"kh",ޛ:"th",ޜ:"z",ޝ:"sh",ޞ:"s",ޟ:"d",ޠ:"t",ޡ:"z",ޢ:"a",ޣ:"gh",ޤ:"q",ޥ:"w","ަ":"a","ާ":"aa","ި":"i","ީ":"ee","ު":"u","ޫ":"oo","ެ":"e","ޭ":"ey","ޮ":"o","ޯ":"oa","ް":"",ა:"a",ბ:"b",გ:"g",დ:"d",ე:"e",ვ:"v",ზ:"z",თ:"t",ი:"i",კ:"k",ლ:"l",მ:"m",ნ:"n",ო:"o",პ:"p",ჟ:"zh",რ:"r",ს:"s",ტ:"t",უ:"u",ფ:"p",ქ:"k",ღ:"gh",ყ:"q",შ:"sh",ჩ:"ch",ც:"ts",ძ:"dz",წ:"ts",ჭ:"ch",ხ:"kh",ჯ:"j",ჰ:"h",α:"a",β:"v",γ:"g",δ:"d",ε:"e",ζ:"z",η:"i",θ:"th",ι:"i",κ:"k",λ:"l",μ:"m",ν:"n",ξ:"ks",ο:"o",π:"p",ρ:"r",σ:"s",τ:"t",υ:"y",φ:"f",χ:"x",ψ:"ps",ω:"o",ά:"a",έ:"e",ί:"i",ό:"o",ύ:"y",ή:"i",ώ:"o",ς:"s",ϊ:"i",ΰ:"y",ϋ:"y",ΐ:"i",Α:"A",Β:"B",Γ:"G",Δ:"D",Ε:"E",Ζ:"Z",Η:"I",Θ:"TH",Ι:"I",Κ:"K",Λ:"L",Μ:"M",Ν:"N",Ξ:"KS",Ο:"O",Π:"P",Ρ:"R",Σ:"S",Τ:"T",Υ:"Y",Φ:"F",Χ:"X",Ψ:"PS",Ω:"O",Ά:"A",Έ:"E",Ί:"I",Ό:"O",Ύ:"Y",Ή:"I",Ώ:"O",Ϊ:"I",Ϋ:"Y",ā:"a",ē:"e",ģ:"g",ī:"i",ķ:"k",ļ:"l",ņ:"n",ū:"u",Ā:"A",Ē:"E",Ģ:"G",Ī:"I",Ķ:"k",Ļ:"L",Ņ:"N",Ū:"U",Ќ:"Kj",ќ:"kj",Љ:"Lj",љ:"lj",Њ:"Nj",њ:"nj",Тс:"Ts",тс:"ts",ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ś:"s",ź:"z",ż:"z",Ą:"A",Ć:"C",Ę:"E",Ł:"L",Ń:"N",Ś:"S",Ź:"Z",Ż:"Z",Є:"Ye",І:"I",Ї:"Yi",Ґ:"G",є:"ye",і:"i",ї:"yi",ґ:"g",ă:"a",Ă:"A",ș:"s",Ș:"S",ț:"t",Ț:"T",ţ:"t",Ţ:"T",а:"a",б:"b",в:"v",г:"g",д:"d",е:"e",ё:"yo",ж:"zh",з:"z",и:"i",й:"i",к:"k",л:"l",м:"m",н:"n",о:"o",п:"p",р:"r",с:"s",т:"t",у:"u",ф:"f",х:"kh",ц:"c",ч:"ch",ш:"sh",щ:"sh",ъ:"",ы:"y",ь:"",э:"e",ю:"yu",я:"ya",А:"A",Б:"B",В:"V",Г:"G",Д:"D",Е:"E",Ё:"Yo",Ж:"Zh",З:"Z",И:"I",Й:"I",К:"K",Л:"L",М:"M",Н:"N",О:"O",П:"P",Р:"R",С:"S",Т:"T",У:"U",Ф:"F",Х:"Kh",Ц:"C",Ч:"Ch",Ш:"Sh",Щ:"Sh",Ъ:"",Ы:"Y",Ь:"",Э:"E",Ю:"Yu",Я:"Ya",ђ:"dj",ј:"j",ћ:"c",џ:"dz",Ђ:"Dj",Ј:"j",Ћ:"C",Џ:"Dz",ľ:"l",ĺ:"l",ŕ:"r",Ľ:"L",Ĺ:"L",Ŕ:"R",ş:"s",Ş:"S",ı:"i",İ:"I",ğ:"g",Ğ:"G",ả:"a",Ả:"A",ẳ:"a",Ẳ:"A",ẩ:"a",Ẩ:"A",đ:"d",Đ:"D",ẹ:"e",Ẹ:"E",ẽ:"e",Ẽ:"E",ẻ:"e",Ẻ:"E",ế:"e",Ế:"E",ề:"e",Ề:"E",ệ:"e",Ệ:"E",ễ:"e",Ễ:"E",ể:"e",Ể:"E",ỏ:"o",ọ:"o",Ọ:"o",ố:"o",Ố:"O",ồ:"o",Ồ:"O",ổ:"o",Ổ:"O",ộ:"o",Ộ:"O",ỗ:"o",Ỗ:"O",ơ:"o",Ơ:"O",ớ:"o",Ớ:"O",ờ:"o",Ờ:"O",ợ:"o",Ợ:"O",ỡ:"o",Ỡ:"O",Ở:"o",ở:"o",ị:"i",Ị:"I",ĩ:"i",Ĩ:"I",ỉ:"i",Ỉ:"i",ủ:"u",Ủ:"U",ụ:"u",Ụ:"U",ũ:"u",Ũ:"U",ư:"u",Ư:"U",ứ:"u",Ứ:"U",ừ:"u",Ừ:"U",ự:"u",Ự:"U",ữ:"u",Ữ:"U",ử:"u",Ử:"ư",ỷ:"y",Ỷ:"y",ỳ:"y",Ỳ:"Y",ỵ:"y",Ỵ:"Y",ỹ:"y",Ỹ:"Y",ạ:"a",Ạ:"A",ấ:"a",Ấ:"A",ầ:"a",Ầ:"A",ậ:"a",Ậ:"A",ẫ:"a",Ẫ:"A",ắ:"a",Ắ:"A",ằ:"a",Ằ:"A",ặ:"a",Ặ:"A",ẵ:"a",Ẵ:"A","⓪":"0","①":"1","②":"2","③":"3","④":"4","⑤":"5","⑥":"6","⑦":"7","⑧":"8","⑨":"9","⑩":"10","⑪":"11","⑫":"12","⑬":"13","⑭":"14","⑮":"15","⑯":"16","⑰":"17","⑱":"18","⑲":"18","⑳":"18","⓵":"1","⓶":"2","⓷":"3","⓸":"4","⓹":"5","⓺":"6","⓻":"7","⓼":"8","⓽":"9","⓾":"10","⓿":"0","⓫":"11","⓬":"12","⓭":"13","⓮":"14","⓯":"15","⓰":"16","⓱":"17","⓲":"18","⓳":"19","⓴":"20","Ⓐ":"A","Ⓑ":"B","Ⓒ":"C","Ⓓ":"D","Ⓔ":"E","Ⓕ":"F","Ⓖ":"G","Ⓗ":"H","Ⓘ":"I","Ⓙ":"J","Ⓚ":"K","Ⓛ":"L","Ⓜ":"M","Ⓝ":"N","Ⓞ":"O","Ⓟ":"P","Ⓠ":"Q","Ⓡ":"R","Ⓢ":"S","Ⓣ":"T","Ⓤ":"U","Ⓥ":"V","Ⓦ":"W","Ⓧ":"X","Ⓨ":"Y","Ⓩ":"Z","ⓐ":"a","ⓑ":"b","ⓒ":"c","ⓓ":"d","ⓔ":"e","ⓕ":"f","ⓖ":"g","ⓗ":"h","ⓘ":"i","ⓙ":"j","ⓚ":"k","ⓛ":"l","ⓜ":"m","ⓝ":"n","ⓞ":"o","ⓟ":"p","ⓠ":"q","ⓡ":"r","ⓢ":"s","ⓣ":"t","ⓤ":"u","ⓦ":"v","ⓥ":"w","ⓧ":"x","ⓨ":"y","ⓩ":"z","“":'"',"”":'"',"‘":"'","’":"'","∂":"d",ƒ:"f","™":"(TM)","©":"(C)",œ:"oe",Œ:"OE","®":"(R)","†":"+","℠":"(SM)","…":"...","˚":"o",º:"o",ª:"a","•":"*","၊":",","။":".",$:"USD","€":"EUR","₢":"BRN","₣":"FRF","£":"GBP","₤":"ITL","₦":"NGN","₧":"ESP","₩":"KRW","₪":"ILS","₫":"VND","₭":"LAK","₮":"MNT","₯":"GRD","₱":"ARS","₲":"PYG","₳":"ARA","₴":"UAH","₵":"GHS","¢":"cent","¥":"CNY",元:"CNY",円:"YEN","﷼":"IRR","₠":"EWE","฿":"THB","₨":"INR","₹":"INR","₰":"PF","₺":"TRY","؋":"AFN","₼":"AZN",лв:"BGN","៛":"KHR","₡":"CRC","₸":"KZT",ден:"MKD",zł:"PLN","₽":"RUB","₾":"GEL"},o=["်","ް"],s={"ာ":"a","ါ":"a","ေ":"e","ဲ":"e","ိ":"i","ီ":"i","ို":"o","ု":"u","ူ":"u","ေါင်":"aung","ော":"aw","ော်":"aw","ေါ":"aw","ေါ်":"aw","်":"်","က်":"et","ိုက်":"aik","ောက်":"auk","င်":"in","ိုင်":"aing","ောင်":"aung","စ်":"it","ည်":"i","တ်":"at","ိတ်":"eik","ုတ်":"ok","ွတ်":"ut","ေတ်":"it","ဒ်":"d","ိုဒ်":"ok","ုဒ်":"ait","န်":"an","ာန်":"an","ိန်":"ein","ုန်":"on","ွန်":"un","ပ်":"at","ိပ်":"eik","ုပ်":"ok","ွပ်":"ut","န်ုပ်":"nub","မ်":"an","ိမ်":"ein","ုမ်":"on","ွမ်":"un","ယ်":"e","ိုလ်":"ol","ဉ်":"in","ံ":"an","ိံ":"ein","ုံ":"on","ައް":"ah","ަށް":"ah"},i={en:{},az:{ç:"c",ə:"e",ğ:"g",ı:"i",ö:"o",ş:"s",ü:"u",Ç:"C",Ə:"E",Ğ:"G",İ:"I",Ö:"O",Ş:"S",Ü:"U"},cs:{č:"c",ď:"d",ě:"e",ň:"n",ř:"r",š:"s",ť:"t",ů:"u",ž:"z",Č:"C",Ď:"D",Ě:"E",Ň:"N",Ř:"R",Š:"S",Ť:"T",Ů:"U",Ž:"Z"},fi:{ä:"a",Ä:"A",ö:"o",Ö:"O"},hu:{ä:"a",Ä:"A",ö:"o",Ö:"O",ü:"u",Ü:"U",ű:"u",Ű:"U"},lt:{ą:"a",č:"c",ę:"e",ė:"e",į:"i",š:"s",ų:"u",ū:"u",ž:"z",Ą:"A",Č:"C",Ę:"E",Ė:"E",Į:"I",Š:"S",Ų:"U",Ū:"U"},lv:{ā:"a",č:"c",ē:"e",ģ:"g",ī:"i",ķ:"k",ļ:"l",ņ:"n",š:"s",ū:"u",ž:"z",Ā:"A",Č:"C",Ē:"E",Ģ:"G",Ī:"i",Ķ:"k",Ļ:"L",Ņ:"N",Š:"S",Ū:"u",Ž:"Z"},pl:{ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ó:"o",ś:"s",ź:"z",ż:"z",Ą:"A",Ć:"C",Ę:"e",Ł:"L",Ń:"N",Ó:"O",Ś:"S",Ź:"Z",Ż:"Z"},sv:{ä:"a",Ä:"A",ö:"o",Ö:"O"},sk:{ä:"a",Ä:"A"},sr:{љ:"lj",њ:"nj",Љ:"Lj",Њ:"Nj",đ:"dj",Đ:"Dj"},tr:{Ü:"U",Ö:"O",ü:"u",ö:"o"}},u={ar:{"∆":"delta","∞":"la-nihaya","♥":"hob","&":"wa","|":"aw","<":"aqal-men",">":"akbar-men","∑":"majmou","¤":"omla"},az:{},ca:{"∆":"delta","∞":"infinit","♥":"amor","&":"i","|":"o","<":"menys que",">":"mes que","∑":"suma dels","¤":"moneda"},cs:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"nebo","<":"mensi nez",">":"vetsi nez","∑":"soucet","¤":"mena"},de:{"∆":"delta","∞":"unendlich","♥":"Liebe","&":"und","|":"oder","<":"kleiner als",">":"groesser als","∑":"Summe von","¤":"Waehrung"},dv:{"∆":"delta","∞":"kolunulaa","♥":"loabi","&":"aai","|":"noonee","<":"ah vure kuda",">":"ah vure bodu","∑":"jumula","¤":"faisaa"},en:{"∆":"delta","∞":"infinity","♥":"love","&":"and","|":"or","<":"less than",">":"greater than","∑":"sum","¤":"currency"},es:{"∆":"delta","∞":"infinito","♥":"amor","&":"y","|":"u","<":"menos que",">":"mas que","∑":"suma de los","¤":"moneda"},fa:{"∆":"delta","∞":"bi-nahayat","♥":"eshgh","&":"va","|":"ya","<":"kamtar-az",">":"bishtar-az","∑":"majmooe","¤":"vahed"},fi:{"∆":"delta","∞":"aarettomyys","♥":"rakkaus","&":"ja","|":"tai","<":"pienempi kuin",">":"suurempi kuin","∑":"summa","¤":"valuutta"},fr:{"∆":"delta","∞":"infiniment","♥":"Amour","&":"et","|":"ou","<":"moins que",">":"superieure a","∑":"somme des","¤":"monnaie"},ge:{"∆":"delta","∞":"usasruloba","♥":"siqvaruli","&":"da","|":"an","<":"naklebi",">":"meti","∑":"jami","¤":"valuta"},gr:{},hu:{"∆":"delta","∞":"vegtelen","♥":"szerelem","&":"es","|":"vagy","<":"kisebb mint",">":"nagyobb mint","∑":"szumma","¤":"penznem"},it:{"∆":"delta","∞":"infinito","♥":"amore","&":"e","|":"o","<":"minore di",">":"maggiore di","∑":"somma","¤":"moneta"},lt:{"∆":"delta","∞":"begalybe","♥":"meile","&":"ir","|":"ar","<":"maziau nei",">":"daugiau nei","∑":"suma","¤":"valiuta"},lv:{"∆":"delta","∞":"bezgaliba","♥":"milestiba","&":"un","|":"vai","<":"mazak neka",">":"lielaks neka","∑":"summa","¤":"valuta"},my:{"∆":"kwahkhyaet","∞":"asaonasme","♥":"akhyait","&":"nhin","|":"tho","<":"ngethaw",">":"kyithaw","∑":"paungld","¤":"ngwekye"},mk:{},nl:{"∆":"delta","∞":"oneindig","♥":"liefde","&":"en","|":"of","<":"kleiner dan",">":"groter dan","∑":"som","¤":"valuta"},pl:{"∆":"delta","∞":"nieskonczonosc","♥":"milosc","&":"i","|":"lub","<":"mniejsze niz",">":"wieksze niz","∑":"suma","¤":"waluta"},pt:{"∆":"delta","∞":"infinito","♥":"amor","&":"e","|":"ou","<":"menor que",">":"maior que","∑":"soma","¤":"moeda"},ro:{"∆":"delta","∞":"infinit","♥":"dragoste","&":"si","|":"sau","<":"mai mic ca",">":"mai mare ca","∑":"suma","¤":"valuta"},ru:{"∆":"delta","∞":"beskonechno","♥":"lubov","&":"i","|":"ili","<":"menshe",">":"bolshe","∑":"summa","¤":"valjuta"},sk:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"alebo","<":"menej ako",">":"viac ako","∑":"sucet","¤":"mena"},sr:{},tr:{"∆":"delta","∞":"sonsuzluk","♥":"ask","&":"ve","|":"veya","<":"kucuktur",">":"buyuktur","∑":"toplam","¤":"para birimi"},uk:{"∆":"delta","∞":"bezkinechnist","♥":"lubov","&":"i","|":"abo","<":"menshe",">":"bilshe","∑":"suma","¤":"valjuta"},vn:{"∆":"delta","∞":"vo cuc","♥":"yeu","&":"va","|":"hoac","<":"nho hon",">":"lon hon","∑":"tong","¤":"tien te"}},a=[";","?",":","@","&","=","+","$",",","/"].join(""),c=[";","?",":","@","&","=","+","$",","].join(""),p=[".","!","~","*","'","(",")"].join(""),l=function(g,E){var O="-",T="",L="",re=!0,U={},A,ze,M,S,v,I,R,F,Ce,z,w,Y,C,De,oe="";if(typeof g!="string")return"";if(typeof E=="string"&&(O=E),R=u.en,F=i.en,typeof E=="object"){A=E.maintainCase||!1,U=E.custom&&typeof E.custom=="object"?E.custom:U,M=+E.truncate>1&&E.truncate||!1,S=E.uric||!1,v=E.uricNoSlash||!1,I=E.mark||!1,re=!(E.symbols===!1||E.lang===!1),O=E.separator||O,S&&(oe+=a),v&&(oe+=c),I&&(oe+=p),R=E.lang&&u[E.lang]&&re?u[E.lang]:re?u.en:{},F=E.lang&&i[E.lang]?i[E.lang]:E.lang===!1||E.lang===!0?{}:i.en,E.titleCase&&typeof E.titleCase.length=="number"&&Array.prototype.toString.call(E.titleCase)?(E.titleCase.forEach(function(K){U[K+""]=K+""}),ze=!0):ze=!!E.titleCase,E.custom&&typeof E.custom.length=="number"&&Array.prototype.toString.call(E.custom)&&E.custom.forEach(function(K){U[K+""]=K+""}),Object.keys(U).forEach(function(K){var Ke;K.length>1?Ke=new RegExp("\\b"+d(K)+"\\b","gi"):Ke=new RegExp(d(K),"gi"),g=g.replace(Ke,U[K])});for(w in U)oe+=w}for(oe+=O,oe=d(oe),g=g.replace(/(^\s+|\s+$)/g,""),C=!1,De=!1,z=0,Y=g.length;z<Y;z++)w=g[z],h(w,U)?C=!1:F[w]?(w=C&&F[w].match(/[A-Za-z0-9]/)?" "+F[w]:F[w],C=!1):w in r?(z+1<Y&&o.indexOf(g[z+1])>=0?(L+=w,w=""):De===!0?(w=s[L]+r[w],L=""):w=C&&r[w].match(/[A-Za-z0-9]/)?" "+r[w]:r[w],C=!1,De=!1):w in s?(L+=w,w="",z===Y-1&&(w=s[L]),De=!0):R[w]&&!(S&&a.indexOf(w)!==-1)&&!(v&&c.indexOf(w)!==-1)?(w=C||T.substr(-1).match(/[A-Za-z0-9]/)?O+R[w]:R[w],w+=g[z+1]!==void 0&&g[z+1].match(/[A-Za-z0-9]/)?O:"",C=!0):(De===!0?(w=s[L]+w,L="",De=!1):C&&(/[A-Za-z0-9]/.test(w)||T.substr(-1).match(/A-Za-z0-9]/))&&(w=" "+w),C=!1),T+=w.replace(new RegExp("[^\\w\\s"+oe+"_-]","g"),O);return ze&&(T=T.replace(/(\w)(\S*)/g,function(K,Ke,us){var fn=Ke.toUpperCase()+(us!==null?us:"");return Object.keys(U).indexOf(fn.toLowerCase())<0?fn:fn.toLowerCase()})),T=T.replace(/\s+/g,O).replace(new RegExp("\\"+O+"+","g"),O).replace(new RegExp("(^\\"+O+"+|\\"+O+"+$)","g"),""),M&&T.length>M&&(Ce=T.charAt(M)===O,T=T.slice(0,M),Ce||(T=T.slice(0,T.lastIndexOf(O)))),!A&&!ze&&(T=T.toLowerCase()),T},f=function(g){return function(O){return l(O,g)}},d=function(g){return g.replace(/[-\\^$*+?.()|[\]{}\/]/g,"\\$&")},h=function(m,g){for(var E in g)if(g[E]===m)return!0};if(typeof t<"u"&&t.exports)t.exports=l,t.exports.createSlug=f;else if(typeof define<"u"&&define.amd)define([],function(){return l});else try{if(n.getSlug||n.createSlug)throw"speakingurl: globals exists /(getSlug|createSlug)/";n.getSlug=l,n.createSlug=f}catch{}}(e)}}),Hi=Wn({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/index.js"(e,t){_(),t.exports=ji()}});_(),_(),_(),_(),_(),_(),_(),_();function zi(e){var t;const n=e.name||e._componentTag||e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||e.__name;return n==="index"&&((t=e.__file)!=null&&t.endsWith("index.vue"))?"":n}function Ki(e){const t=e.__file;if(t)return Ti(Ii(t,".vue"))}function Yn(e,t){return e.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__=t,t}function Nt(e){if(e.__VUE_DEVTOOLS_NEXT_APP_RECORD__)return e.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(e.root)return e.appContext.app.__VUE_DEVTOOLS_NEXT_APP_RECORD__}function qn(e){var t,n;const r=(t=e.subTree)==null?void 0:t.type,o=Nt(e);return o?((n=o?.types)==null?void 0:n.Fragment)===r:!1}function Ze(e){var t,n,r;const o=zi(e?.type||{});if(o)return o;if(e?.root===e)return"Root";for(const i in(n=(t=e.parent)==null?void 0:t.type)==null?void 0:n.components)if(e.parent.type.components[i]===e?.type)return Yn(e,i);for(const i in(r=e.appContext)==null?void 0:r.components)if(e.appContext.components[i]===e?.type)return Yn(e,i);const s=Ki(e?.type||{});return s||"Anonymous Component"}function Gi(e){var t,n,r;const o=(r=(n=(t=e?.appContext)==null?void 0:t.app)==null?void 0:n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__)!=null?r:0,s=e===e?.root?"root":e.uid;return`${o}:${s}`}function Vt(e,t){return t=t||`${e.id}:root`,e.instanceMap.get(t)||e.instanceMap.get(":root")}function Wi(){const e={top:0,bottom:0,left:0,right:0,get width(){return e.right-e.left},get height(){return e.bottom-e.top}};return e}var Qe;function Yi(e){return Qe||(Qe=document.createRange()),Qe.selectNode(e),Qe.getBoundingClientRect()}function qi(e){const t=Wi();if(!e.children)return t;for(let n=0,r=e.children.length;n<r;n++){const o=e.children[n];let s;if(o.component)s=ae(o.component);else if(o.el){const i=o.el;i.nodeType===1||i.getBoundingClientRect?s=i.getBoundingClientRect():i.nodeType===3&&i.data.trim()&&(s=Yi(i))}s&&Ji(t,s)}return t}function Ji(e,t){return(!e.top||t.top<e.top)&&(e.top=t.top),(!e.bottom||t.bottom>e.bottom)&&(e.bottom=t.bottom),(!e.left||t.left<e.left)&&(e.left=t.left),(!e.right||t.right>e.right)&&(e.right=t.right),e}var Jn={top:0,left:0,right:0,bottom:0,width:0,height:0};function ae(e){const t=e.subTree.el;return typeof window>"u"?Jn:qn(e)?qi(e.subTree):t?.nodeType===1?t?.getBoundingClientRect():e.subTree.component?ae(e.subTree.component):Jn}_();function Lt(e){return qn(e)?Xi(e.subTree):e.subTree?[e.subTree.el]:[]}function Xi(e){if(!e.children)return[];const t=[];return e.children.forEach(n=>{n.component?t.push(...Lt(n.component)):n?.el&&t.push(n.el)}),t}var Xn="__vue-devtools-component-inspector__",Zn="__vue-devtools-component-inspector__card__",Qn="__vue-devtools-component-inspector__name__",er="__vue-devtools-component-inspector__indicator__",tr={display:"block",zIndex:2147483640,position:"fixed",backgroundColor:"#42b88325",border:"1px solid #42b88350",borderRadius:"5px",transition:"all 0.1s ease-in",pointerEvents:"none"},Zi={fontFamily:"Arial, Helvetica, sans-serif",padding:"5px 8px",borderRadius:"4px",textAlign:"left",position:"absolute",left:0,color:"#e9e9e9",fontSize:"14px",fontWeight:600,lineHeight:"24px",backgroundColor:"#42b883",boxShadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},Qi={display:"inline-block",fontWeight:400,fontStyle:"normal",fontSize:"12px",opacity:.7};function Se(){return document.getElementById(Xn)}function eu(){return document.getElementById(Zn)}function tu(){return document.getElementById(er)}function nu(){return document.getElementById(Qn)}function Mt(e){return{left:`${Math.round(e.left*100)/100}px`,top:`${Math.round(e.top*100)/100}px`,width:`${Math.round(e.width*100)/100}px`,height:`${Math.round(e.height*100)/100}px`}}function Bt(e){var t;const n=document.createElement("div");n.id=(t=e.elementId)!=null?t:Xn,Object.assign(n.style,{...tr,...Mt(e.bounds),...e.style});const r=document.createElement("span");r.id=Zn,Object.assign(r.style,{...Zi,top:e.bounds.top<35?0:"-35px"});const o=document.createElement("span");o.id=Qn,o.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`;const s=document.createElement("i");return s.id=er,s.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`,Object.assign(s.style,Qi),r.appendChild(o),r.appendChild(s),n.appendChild(r),document.body.appendChild(n),n}function $t(e){const t=Se(),n=eu(),r=nu(),o=tu();t&&(Object.assign(t.style,{...tr,...Mt(e.bounds)}),Object.assign(n.style,{top:e.bounds.top<35?0:"-35px"}),r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`,o.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`)}function ru(e){const t=ae(e);if(!t.width&&!t.height)return;const n=Ze(e);Se()?$t({bounds:t,name:n}):Bt({bounds:t,name:n})}function nr(){const e=Se();e&&(e.style.display="none")}var Ut=null;function Ft(e){const t=e.target;if(t){const n=t.__vueParentComponent;if(n&&(Ut=n,n.vnode.el)){const o=ae(n),s=Ze(n);Se()?$t({bounds:o,name:s}):Bt({bounds:o,name:s})}}}function ou(e,t){if(e.preventDefault(),e.stopPropagation(),Ut){const n=Gi(Ut);t(n)}}var et=null;function su(){nr(),window.removeEventListener("mouseover",Ft),window.removeEventListener("click",et,!0),et=null}function iu(){return window.addEventListener("mouseover",Ft),new Promise(e=>{function t(n){n.preventDefault(),n.stopPropagation(),ou(n,r=>{window.removeEventListener("click",t,!0),et=null,window.removeEventListener("mouseover",Ft);const o=Se();o&&(o.style.display="none"),e(JSON.stringify({id:r}))})}et=t,window.addEventListener("click",t,!0)})}function uu(e){const t=Vt(N.value,e.id);if(t){const[n]=Lt(t);if(typeof n.scrollIntoView=="function")n.scrollIntoView({behavior:"smooth"});else{const r=ae(t),o=document.createElement("div"),s={...Mt(r),position:"absolute"};Object.assign(o.style,s),document.body.appendChild(o),o.scrollIntoView({behavior:"smooth"}),setTimeout(()=>{document.body.removeChild(o)},2e3)}setTimeout(()=>{const r=ae(t);if(r.width||r.height){const o=Ze(t),s=Se();s?$t({...e,name:o,bounds:r}):Bt({...e,name:o,bounds:r}),setTimeout(()=>{s&&(s.style.display="none")},1500)}},1200)}}_();var rr,or;(or=(rr=y).__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__)!=null||(rr.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__=!0);function au(e){let t=0;const n=setInterval(()=>{y.__VUE_INSPECTOR__&&(clearInterval(n),t+=30,e()),t>=5e3&&clearInterval(n)},30)}function cu(){const e=y.__VUE_INSPECTOR__,t=e.openInEditor;e.openInEditor=async(...n)=>{e.disable(),t(...n)}}function lu(){return new Promise(e=>{function t(){cu(),e(y.__VUE_INSPECTOR__)}y.__VUE_INSPECTOR__?t():au(()=>{t()})})}_(),_();function fu(e){return!!(e&&e.__v_isReadonly)}function sr(e){return fu(e)?sr(e.__v_raw):!!(e&&e.__v_isReactive)}function jt(e){return!!(e&&e.__v_isRef===!0)}function Ve(e){const t=e&&e.__v_raw;return t?Ve(t):e}var du=class{constructor(){this.refEditor=new hu}set(e,t,n,r){const o=Array.isArray(t)?t:t.split(".");for(;o.length>1;){const u=o.shift();e instanceof Map?e=e.get(u):e instanceof Set?e=Array.from(e.values())[u]:e=e[u],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}const s=o[0],i=this.refEditor.get(e)[s];r?r(e,s,n):this.refEditor.isRef(i)?this.refEditor.set(i,n):e[s]=n}get(e,t){const n=Array.isArray(t)?t:t.split(".");for(let r=0;r<n.length;r++)if(e instanceof Map?e=e.get(n[r]):e=e[n[r]],this.refEditor.isRef(e)&&(e=this.refEditor.get(e)),!e)return;return e}has(e,t,n=!1){if(typeof e>"u")return!1;const r=Array.isArray(t)?t.slice():t.split("."),o=n?2:1;for(;e&&r.length>o;){const s=r.shift();e=e[s],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}return e!=null&&Object.prototype.hasOwnProperty.call(e,r[0])}createDefaultSetCallback(e){return(t,n,r)=>{if((e.remove||e.newKey)&&(Array.isArray(t)?t.splice(n,1):Ve(t)instanceof Map?t.delete(n):Ve(t)instanceof Set?t.delete(Array.from(t.values())[n]):Reflect.deleteProperty(t,n)),!e.remove){const o=t[e.newKey||n];this.refEditor.isRef(o)?this.refEditor.set(o,r):Ve(t)instanceof Map?t.set(e.newKey||n,r):Ve(t)instanceof Set?t.add(r):t[e.newKey||n]=r}}}},hu=class{set(e,t){if(jt(e))e.value=t;else{if(e instanceof Set&&Array.isArray(t)){e.clear(),t.forEach(o=>e.add(o));return}const n=Object.keys(t);if(e instanceof Map){const o=new Set(e.keys());n.forEach(s=>{e.set(s,Reflect.get(t,s)),o.delete(s)}),o.forEach(s=>e.delete(s));return}const r=new Set(Object.keys(e));n.forEach(o=>{Reflect.set(e,o,Reflect.get(t,o)),r.delete(o)}),r.forEach(o=>Reflect.deleteProperty(e,o))}}get(e){return jt(e)?e.value:e}isRef(e){return jt(e)||sr(e)}};_(),_(),_();var pu="__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";function _u(){if(!Fn||typeof localStorage>"u"||localStorage===null)return{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""};const e=localStorage.getItem(pu);return e?JSON.parse(e):{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""}}_(),_(),_();var ir,ur;(ur=(ir=y).__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS)!=null||(ir.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS=[]);var gu=new Proxy(y.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS,{get(e,t,n){return Reflect.get(e,t,n)}});function mu(e,t){D.timelineLayersState[t.id]=!1,gu.push({...e,descriptorId:t.id,appRecord:Nt(t.app)})}var ar,cr;(cr=(ar=y).__VUE_DEVTOOLS_KIT_INSPECTOR__)!=null||(ar.__VUE_DEVTOOLS_KIT_INSPECTOR__=[]);var Ht=new Proxy(y.__VUE_DEVTOOLS_KIT_INSPECTOR__,{get(e,t,n){return Reflect.get(e,t,n)}}),lr=ve(()=>{Ae.hooks.callHook("sendInspectorToClient",fr())});function Eu(e,t){var n,r;Ht.push({options:e,descriptor:t,treeFilterPlaceholder:(n=e.treeFilterPlaceholder)!=null?n:"Search tree...",stateFilterPlaceholder:(r=e.stateFilterPlaceholder)!=null?r:"Search state...",treeFilter:"",selectedNodeId:"",appRecord:Nt(t.app)}),lr()}function fr(){return Ht.filter(e=>e.descriptor.app===N.value.app).filter(e=>e.descriptor.id!=="components").map(e=>{var t;const n=e.descriptor,r=e.options;return{id:r.id,label:r.label,logo:n.logo,icon:`custom-ic-baseline-${(t=r?.icon)==null?void 0:t.replace(/_/g,"-")}`,packageName:n.packageName,homepage:n.homepage,pluginId:n.id}})}function tt(e,t){return Ht.find(n=>n.options.id===e&&(t?n.descriptor.app===t:!0))}function yu(){const e=Kn();e.hook("addInspector",({inspector:r,plugin:o})=>{Eu(r,o.descriptor)});const t=ve(async({inspectorId:r,plugin:o})=>{var s;if(!r||!((s=o?.descriptor)!=null&&s.app)||D.highPerfModeEnabled)return;const i=tt(r,o.descriptor.app),u={app:o.descriptor.app,inspectorId:r,filter:i?.treeFilter||"",rootNodes:[]};await new Promise(a=>{e.callHookWith(async c=>{await Promise.all(c.map(p=>p(u))),a()},"getInspectorTree")}),e.callHookWith(async a=>{await Promise.all(a.map(c=>c({inspectorId:r,rootNodes:u.rootNodes})))},"sendInspectorTreeToClient")},120);e.hook("sendInspectorTree",t);const n=ve(async({inspectorId:r,plugin:o})=>{var s;if(!r||!((s=o?.descriptor)!=null&&s.app)||D.highPerfModeEnabled)return;const i=tt(r,o.descriptor.app),u={app:o.descriptor.app,inspectorId:r,nodeId:i?.selectedNodeId||"",state:null},a={currentTab:`custom-inspector:${r}`};u.nodeId&&await new Promise(c=>{e.callHookWith(async p=>{await Promise.all(p.map(l=>l(u,a))),c()},"getInspectorState")}),e.callHookWith(async c=>{await Promise.all(c.map(p=>p({inspectorId:r,nodeId:u.nodeId,state:u.state})))},"sendInspectorStateToClient")},120);return e.hook("sendInspectorState",n),e.hook("customInspectorSelectNode",({inspectorId:r,nodeId:o,plugin:s})=>{const i=tt(r,s.descriptor.app);i&&(i.selectedNodeId=o)}),e.hook("timelineLayerAdded",({options:r,plugin:o})=>{mu(r,o.descriptor)}),e.hook("timelineEventAdded",({options:r,plugin:o})=>{var s;const i=["performance","component-event","keyboard","mouse"];D.highPerfModeEnabled||!((s=D.timelineLayersState)!=null&&s[o.descriptor.id])&&!i.includes(r.layerId)||e.callHookWith(async u=>{await Promise.all(u.map(a=>a(r)))},"sendTimelineEventToClient")}),e.hook("getComponentInstances",async({app:r})=>{const o=r.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(!o)return null;const s=o.id.toString();return[...o.instanceMap].filter(([u])=>u.split(":")[0]===s).map(([,u])=>u)}),e.hook("getComponentBounds",async({instance:r})=>ae(r)),e.hook("getComponentName",({instance:r})=>Ze(r)),e.hook("componentHighlight",({uid:r})=>{const o=N.value.instanceMap.get(r);o&&ru(o)}),e.hook("componentUnhighlight",()=>{nr()}),e}var dr,hr;(hr=(dr=y).__VUE_DEVTOOLS_KIT_APP_RECORDS__)!=null||(dr.__VUE_DEVTOOLS_KIT_APP_RECORDS__=[]);var pr,_r;(_r=(pr=y).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__)!=null||(pr.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__={});var gr,mr;(mr=(gr=y).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__)!=null||(gr.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__="");var Er,yr;(yr=(Er=y).__VUE_DEVTOOLS_KIT_CUSTOM_TABS__)!=null||(Er.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__=[]);var vr,Sr;(Sr=(vr=y).__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__)!=null||(vr.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__=[]);var ce="__VUE_DEVTOOLS_KIT_GLOBAL_STATE__";function vu(){return{connected:!1,clientConnected:!1,vitePluginDetected:!0,appRecords:[],activeAppRecordId:"",tabs:[],commands:[],highPerfModeEnabled:!0,devtoolsClientDetected:{},perfUniqueGroupId:0,timelineLayersState:_u()}}var br,Ar;(Ar=(br=y)[ce])!=null||(br[ce]=vu());var Su=ve(e=>{Ae.hooks.callHook("devtoolsStateUpdated",{state:e})});ve((e,t)=>{Ae.hooks.callHook("devtoolsConnectedUpdated",{state:e,oldState:t})});var nt=new Proxy(y.__VUE_DEVTOOLS_KIT_APP_RECORDS__,{get(e,t,n){return t==="value"?y.__VUE_DEVTOOLS_KIT_APP_RECORDS__:y.__VUE_DEVTOOLS_KIT_APP_RECORDS__[t]}}),N=new Proxy(y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__,{get(e,t,n){return t==="value"?y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__:t==="id"?y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__:y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__[t]}});function wr(){Su({...y[ce],appRecords:nt.value,activeAppRecordId:N.id,tabs:y.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,commands:y.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__})}function bu(e){y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__=e,wr()}function Au(e){y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=e,wr()}var D=new Proxy(y[ce],{get(e,t){return t==="appRecords"?nt:t==="activeAppRecordId"?N.id:t==="tabs"?y.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__:t==="commands"?y.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__:y[ce][t]},deleteProperty(e,t){return delete e[t],!0},set(e,t,n){return{...y[ce]},e[t]=n,y[ce][t]=n,!0}});function wu(e={}){var t,n,r;const{file:o,host:s,baseUrl:i=window.location.origin,line:u=0,column:a=0}=e;if(o){if(s==="chrome-extension"){const c=o.replace(/\\/g,"\\\\"),p=(n=(t=window.VUE_DEVTOOLS_CONFIG)==null?void 0:t.openInEditorHost)!=null?n:"/";fetch(`${p}__open-in-editor?file=${encodeURI(o)}`).then(l=>{if(!l.ok){const f=`Opening component ${c} failed`;console.log(`%c${f}`,"color:red")}})}else if(D.vitePluginDetected){const c=(r=y.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__)!=null?r:i;y.__VUE_INSPECTOR__.openInEditor(c,o,u,a)}}}_(),_(),_(),_(),_();var Or,Tr;(Tr=(Or=y).__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__)!=null||(Or.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__=[]);var zt=new Proxy(y.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__,{get(e,t,n){return Reflect.get(e,t,n)}});function Kt(e){const t={};return Object.keys(e).forEach(n=>{t[n]=e[n].defaultValue}),t}function Gt(e){return`__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${e}__`}function Ou(e){var t,n,r;const o=(n=(t=zt.find(s=>{var i;return s[0].id===e&&!!((i=s[0])!=null&&i.settings)}))==null?void 0:t[0])!=null?n:null;return(r=o?.settings)!=null?r:null}function Ir(e,t){var n,r,o;const s=Gt(e);if(s){const i=localStorage.getItem(s);if(i)return JSON.parse(i)}if(e){const i=(r=(n=zt.find(u=>u[0].id===e))==null?void 0:n[0])!=null?r:null;return Kt((o=i?.settings)!=null?o:{})}return Kt(t)}function Tu(e,t){const n=Gt(e);localStorage.getItem(n)||localStorage.setItem(n,JSON.stringify(Kt(t)))}function Iu(e,t,n){const r=Gt(e),o=localStorage.getItem(r),s=JSON.parse(o||"{}"),i={...s,[t]:n};localStorage.setItem(r,JSON.stringify(i)),Ae.hooks.callHookWith(u=>{u.forEach(a=>a({pluginId:e,key:t,oldValue:s[t],newValue:n,settings:i}))},"setPluginSettings")}_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_();var kr,Cr,B=(Cr=(kr=y).__VUE_DEVTOOLS_HOOK)!=null?Cr:kr.__VUE_DEVTOOLS_HOOK=Kn(),ku={vueAppInit(e){B.hook("app:init",e)},vueAppUnmount(e){B.hook("app:unmount",e)},vueAppConnected(e){B.hook("app:connected",e)},componentAdded(e){return B.hook("component:added",e)},componentEmit(e){return B.hook("component:emit",e)},componentUpdated(e){return B.hook("component:updated",e)},componentRemoved(e){return B.hook("component:removed",e)},setupDevtoolsPlugin(e){B.hook("devtools-plugin:setup",e)},perfStart(e){return B.hook("perf:start",e)},perfEnd(e){return B.hook("perf:end",e)}},Dr={on:ku,setupDevToolsPlugin(e,t){return B.callHook("devtools-plugin:setup",e,t)}},Cu=class{constructor({plugin:e,ctx:t}){this.hooks=t.hooks,this.plugin=e}get on(){return{visitComponentTree:e=>{this.hooks.hook("visitComponentTree",e)},inspectComponent:e=>{this.hooks.hook("inspectComponent",e)},editComponentState:e=>{this.hooks.hook("editComponentState",e)},getInspectorTree:e=>{this.hooks.hook("getInspectorTree",e)},getInspectorState:e=>{this.hooks.hook("getInspectorState",e)},editInspectorState:e=>{this.hooks.hook("editInspectorState",e)},inspectTimelineEvent:e=>{this.hooks.hook("inspectTimelineEvent",e)},timelineCleared:e=>{this.hooks.hook("timelineCleared",e)},setPluginSettings:e=>{this.hooks.hook("setPluginSettings",e)}}}notifyComponentUpdate(e){var t;if(D.highPerfModeEnabled)return;const n=fr().find(r=>r.packageName===this.plugin.descriptor.packageName);if(n?.id){if(e){const r=[e.appContext.app,e.uid,(t=e.parent)==null?void 0:t.uid,e];B.callHook("component:updated",...r)}else B.callHook("component:updated");this.hooks.callHook("sendInspectorState",{inspectorId:n.id,plugin:this.plugin})}}addInspector(e){this.hooks.callHook("addInspector",{inspector:e,plugin:this.plugin}),this.plugin.descriptor.settings&&Tu(e.id,this.plugin.descriptor.settings)}sendInspectorTree(e){D.highPerfModeEnabled||this.hooks.callHook("sendInspectorTree",{inspectorId:e,plugin:this.plugin})}sendInspectorState(e){D.highPerfModeEnabled||this.hooks.callHook("sendInspectorState",{inspectorId:e,plugin:this.plugin})}selectInspectorNode(e,t){this.hooks.callHook("customInspectorSelectNode",{inspectorId:e,nodeId:t,plugin:this.plugin})}visitComponentTree(e){return this.hooks.callHook("visitComponentTree",e)}now(){return D.highPerfModeEnabled?0:Date.now()}addTimelineLayer(e){this.hooks.callHook("timelineLayerAdded",{options:e,plugin:this.plugin})}addTimelineEvent(e){D.highPerfModeEnabled||this.hooks.callHook("timelineEventAdded",{options:e,plugin:this.plugin})}getSettings(e){return Ir(e??this.plugin.descriptor.id,this.plugin.descriptor.settings)}getComponentInstances(e){return this.hooks.callHook("getComponentInstances",{app:e})}getComponentBounds(e){return this.hooks.callHook("getComponentBounds",{instance:e})}getComponentName(e){return this.hooks.callHook("getComponentName",{instance:e})}highlightElement(e){const t=e.__VUE_DEVTOOLS_NEXT_UID__;return this.hooks.callHook("componentHighlight",{uid:t})}unhighlightElement(){return this.hooks.callHook("componentUnhighlight")}},Du=Cu;_(),_(),_(),_();var xu="__vue_devtool_undefined__",Ru="__vue_devtool_infinity__",Pu="__vue_devtool_negative_infinity__",Nu="__vue_devtool_nan__";_(),_();var Vu={[xu]:"undefined",[Nu]:"NaN",[Ru]:"Infinity",[Pu]:"-Infinity"};Object.entries(Vu).reduce((e,[t,n])=>(e[n]=t,e),{}),_(),_(),_(),_(),_();var xr,Rr;(Rr=(xr=y).__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__)!=null||(xr.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__=new Set);function Pr(e,t){return Dr.setupDevToolsPlugin(e,t)}function Lu(e,t){const[n,r]=e;if(n.app!==t)return;const o=new Du({plugin:{setupFn:r,descriptor:n},ctx:Ae});n.packageName==="vuex"&&o.on.editInspectorState(s=>{o.sendInspectorState(s.inspectorId)}),r(o)}function Nr(e,t){y.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(e)||D.highPerfModeEnabled&&!t?.inspectingComponent||(y.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(e),zt.forEach(n=>{Lu(n,e)}))}_(),_();var Le="__VUE_DEVTOOLS_ROUTER__",be="__VUE_DEVTOOLS_ROUTER_INFO__",Vr,Lr;(Lr=(Vr=y)[be])!=null||(Vr[be]={currentRoute:null,routes:[]});var Mr,Br;(Br=(Mr=y)[Le])!=null||(Mr[Le]={}),new Proxy(y[be],{get(e,t){return y[be][t]}}),new Proxy(y[Le],{get(e,t){if(t==="value")return y[Le]}});function Mu(e){const t=new Map;return(e?.getRoutes()||[]).filter(n=>!t.has(n.path)&&t.set(n.path,1))}function Wt(e){return e.map(t=>{let{path:n,name:r,children:o,meta:s}=t;return o?.length&&(o=Wt(o)),{path:n,name:r,children:o,meta:s}})}function Bu(e){if(e){const{fullPath:t,hash:n,href:r,path:o,name:s,matched:i,params:u,query:a}=e;return{fullPath:t,hash:n,href:r,path:o,name:s,params:u,query:a,matched:Wt(i)}}return e}function $u(e,t){function n(){var r;const o=(r=e.app)==null?void 0:r.config.globalProperties.$router,s=Bu(o?.currentRoute.value),i=Wt(Mu(o)),u=console.warn;console.warn=()=>{},y[be]={currentRoute:s?Hn(s):{},routes:Hn(i)},y[Le]=o,console.warn=u}n(),Dr.on.componentUpdated(ve(()=>{var r;((r=t.value)==null?void 0:r.app)===e.app&&(n(),!D.highPerfModeEnabled&&Ae.hooks.callHook("routerInfoUpdated",{state:y[be]}))},200))}function Uu(e){return{async getInspectorTree(t){const n={...t,app:N.value.app,rootNodes:[]};return await new Promise(r=>{e.callHookWith(async o=>{await Promise.all(o.map(s=>s(n))),r()},"getInspectorTree")}),n.rootNodes},async getInspectorState(t){const n={...t,app:N.value.app,state:null},r={currentTab:`custom-inspector:${t.inspectorId}`};return await new Promise(o=>{e.callHookWith(async s=>{await Promise.all(s.map(i=>i(n,r))),o()},"getInspectorState")}),n.state},editInspectorState(t){const n=new du,r={...t,app:N.value.app,set:(o,s=t.path,i=t.state.value,u)=>{n.set(o,s,i,u||n.createDefaultSetCallback(t.state))}};e.callHookWith(o=>{o.forEach(s=>s(r))},"editInspectorState")},sendInspectorState(t){const n=tt(t);e.callHook("sendInspectorState",{inspectorId:t,plugin:{descriptor:n.descriptor,setupFn:()=>({})}})},inspectComponentInspector(){return iu()},cancelInspectComponentInspector(){return su()},getComponentRenderCode(t){const n=Vt(N.value,t);if(n)return typeof n?.type!="function"?n.render.toString():n.type.toString()},scrollToComponent(t){return uu({id:t})},openInEditor:wu,getVueInspector:lu,toggleApp(t,n){const r=nt.value.find(o=>o.id===t);r&&(Au(t),bu(r),$u(r,N),lr(),Nr(r.app,n))},inspectDOM(t){const n=Vt(N.value,t);if(n){const[r]=Lt(n);r&&(y.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__=r)}},updatePluginSettings(t,n,r){Iu(t,n,r)},getPluginSettings(t){return{options:Ou(t),values:Ir(t)}}}}_();var $r,Ur;(Ur=($r=y).__VUE_DEVTOOLS_ENV__)!=null||($r.__VUE_DEVTOOLS_ENV__={vitePluginDetected:!1});var Fr=yu(),jr,Hr;(Hr=(jr=y).__VUE_DEVTOOLS_KIT_CONTEXT__)!=null||(jr.__VUE_DEVTOOLS_KIT_CONTEXT__={hooks:Fr,get state(){return{...D,activeAppRecordId:N.id,activeAppRecord:N.value,appRecords:nt.value}},api:Uu(Fr)});var Ae=y.__VUE_DEVTOOLS_KIT_CONTEXT__;_(),Fi(Hi());var zr,Kr;(Kr=(zr=y).__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__)!=null||(zr.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__={id:0,appIds:new Set}),_(),_();function Fu(e){D.highPerfModeEnabled=e??!D.highPerfModeEnabled,!e&&N.value&&Nr(N.value.app)}_(),_(),_();function ju(e){D.devtoolsClientDetected={...D.devtoolsClientDetected,...e};const t=Object.values(D.devtoolsClientDetected).some(Boolean);Fu(!t)}var Gr,Wr;(Wr=(Gr=y).__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__)!=null||(Gr.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__=ju),_(),_(),_(),_(),_(),_(),_();var Hu=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},Yr=class{constructor(t){this.generateIdentifier=t,this.kv=new Hu}register(t,n){this.kv.getByValue(t)||(n||(n=this.generateIdentifier(t)),this.kv.set(n,t))}clear(){this.kv.clear()}getIdentifier(t){return this.kv.getByValue(t)}getValue(t){return this.kv.getByKey(t)}},zu=class extends Yr{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){typeof t=="object"?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};_(),_();function Ku(e){if("values"in Object)return Object.values(e);const t=[];for(const n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}function Gu(e,t){const n=Ku(e);if("find"in n)return n.find(t);const r=n;for(let o=0;o<r.length;o++){const s=r[o];if(t(s))return s}}function we(e,t){Object.entries(e).forEach(([n,r])=>t(r,n))}function rt(e,t){return e.indexOf(t)!==-1}function qr(e,t){for(let n=0;n<e.length;n++){const r=e[n];if(t(r))return r}}var Wu=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return Gu(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}};_(),_();var Yu=e=>Object.prototype.toString.call(e).slice(8,-1),Jr=e=>typeof e>"u",qu=e=>e===null,Me=e=>typeof e!="object"||e===null||e===Object.prototype?!1:Object.getPrototypeOf(e)===null?!0:Object.getPrototypeOf(e)===Object.prototype,Yt=e=>Me(e)&&Object.keys(e).length===0,ee=e=>Array.isArray(e),Ju=e=>typeof e=="string",Xu=e=>typeof e=="number"&&!isNaN(e),Zu=e=>typeof e=="boolean",Qu=e=>e instanceof RegExp,Be=e=>e instanceof Map,$e=e=>e instanceof Set,Xr=e=>Yu(e)==="Symbol",ea=e=>e instanceof Date&&!isNaN(e.valueOf()),ta=e=>e instanceof Error,Zr=e=>typeof e=="number"&&isNaN(e),na=e=>Zu(e)||qu(e)||Jr(e)||Xu(e)||Ju(e)||Xr(e),ra=e=>typeof e=="bigint",oa=e=>e===1/0||e===-1/0,sa=e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),ia=e=>e instanceof URL;_();var Qr=e=>e.replace(/\./g,"\\."),qt=e=>e.map(String).map(Qr).join("."),Ue=e=>{const t=[];let n="";for(let o=0;o<e.length;o++){let s=e.charAt(o);if(s==="\\"&&e.charAt(o+1)==="."){n+=".",o++;continue}if(s==="."){t.push(n),n="";continue}n+=s}const r=n;return t.push(r),t};_();function G(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var eo=[G(Jr,"undefined",()=>null,()=>{}),G(ra,"bigint",e=>e.toString(),e=>typeof BigInt<"u"?BigInt(e):(console.error("Please add a BigInt polyfill."),e)),G(ea,"Date",e=>e.toISOString(),e=>new Date(e)),G(ta,"Error",(e,t)=>{const n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n},(e,t)=>{const n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n}),G(Qu,"regexp",e=>""+e,e=>{const t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),G($e,"set",e=>[...e.values()],e=>new Set(e)),G(Be,"map",e=>[...e.entries()],e=>new Map(e)),G(e=>Zr(e)||oa(e),"number",e=>Zr(e)?"NaN":e>0?"Infinity":"-Infinity",Number),G(e=>e===0&&1/e===-1/0,"number",()=>"-0",Number),G(ia,"URL",e=>e.toString(),e=>new URL(e))];function ot(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var to=ot((e,t)=>Xr(e)?!!t.symbolRegistry.getIdentifier(e):!1,(e,t)=>["symbol",t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{const r=n.symbolRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown symbol");return r}),ua=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),no=ot(sa,e=>["typed-array",e.constructor.name],e=>[...e],(e,t)=>{const n=ua[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function ro(e,t){return e?.constructor?!!t.classRegistry.getIdentifier(e.constructor):!1}var oo=ot(ro,(e,t)=>["class",t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{const n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};const r={};return n.forEach(o=>{r[o]=e[o]}),r},(e,t,n)=>{const r=n.classRegistry.getValue(t[1]);if(!r)throw new Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(r.prototype),e)}),so=ot((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>["custom",t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{const r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw new Error("Trying to deserialize unknown custom value");return r.deserialize(e)}),aa=[oo,to,so,no],io=(e,t)=>{const n=qr(aa,o=>o.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};const r=qr(eo,o=>o.isApplicable(e,t));if(r)return{value:r.transform(e,t),type:r.annotation}},uo={};eo.forEach(e=>{uo[e.annotation]=e});var ca=(e,t,n)=>{if(ee(t))switch(t[0]){case"symbol":return to.untransform(e,t,n);case"class":return oo.untransform(e,t,n);case"custom":return so.untransform(e,t,n);case"typed-array":return no.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}else{const r=uo[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}};_();var Oe=(e,t)=>{if(t>e.size)throw new Error("index out of bounds");const n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function ao(e){if(rt(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(rt(e,"prototype"))throw new Error("prototype is not allowed as a property");if(rt(e,"constructor"))throw new Error("constructor is not allowed as a property")}var la=(e,t)=>{ao(t);for(let n=0;n<t.length;n++){const r=t[n];if($e(e))e=Oe(e,+r);else if(Be(e)){const o=+r,s=+t[++n]==0?"key":"value",i=Oe(e,o);switch(s){case"key":e=i;break;case"value":e=e.get(i);break}}else e=e[r]}return e},Jt=(e,t,n)=>{if(ao(t),t.length===0)return n(e);let r=e;for(let s=0;s<t.length-1;s++){const i=t[s];if(ee(r)){const u=+i;r=r[u]}else if(Me(r))r=r[i];else if($e(r)){const u=+i;r=Oe(r,u)}else if(Be(r)){if(s===t.length-2)break;const a=+i,c=+t[++s]==0?"key":"value",p=Oe(r,a);switch(c){case"key":r=p;break;case"value":r=r.get(p);break}}}const o=t[t.length-1];if(ee(r)?r[+o]=n(r[+o]):Me(r)&&(r[o]=n(r[o])),$e(r)){const s=Oe(r,+o),i=n(s);s!==i&&(r.delete(s),r.add(i))}if(Be(r)){const s=+t[t.length-2],i=Oe(r,s);switch(+o==0?"key":"value"){case"key":{const a=n(i);r.set(a,r.get(i)),a!==i&&r.delete(i);break}case"value":{r.set(i,n(r.get(i)));break}}}return e};function Xt(e,t,n=[]){if(!e)return;if(!ee(e)){we(e,(s,i)=>Xt(s,t,[...n,...Ue(i)]));return}const[r,o]=e;o&&we(o,(s,i)=>{Xt(s,t,[...n,...Ue(i)])}),t(r,n)}function fa(e,t,n){return Xt(t,(r,o)=>{e=Jt(e,o,s=>ca(s,r,n))}),e}function da(e,t){function n(r,o){const s=la(e,Ue(o));r.map(Ue).forEach(i=>{e=Jt(e,i,()=>s)})}if(ee(t)){const[r,o]=t;r.forEach(s=>{e=Jt(e,Ue(s),()=>e)}),o&&we(o,n)}else we(t,n);return e}var ha=(e,t)=>Me(e)||ee(e)||Be(e)||$e(e)||ro(e,t);function pa(e,t,n){const r=n.get(e);r?r.push(t):n.set(e,[t])}function _a(e,t){const n={};let r;return e.forEach(o=>{if(o.length<=1)return;t||(o=o.map(u=>u.map(String)).sort((u,a)=>u.length-a.length));const[s,...i]=o;s.length===0?r=i.map(qt):n[qt(s)]=i.map(qt)}),r?Yt(n)?[r]:[r,n]:Yt(n)?void 0:n}var co=(e,t,n,r,o=[],s=[],i=new Map)=>{var u;const a=na(e);if(!a){pa(e,o,t);const h=i.get(e);if(h)return r?{transformedValue:null}:h}if(!ha(e,n)){const h=io(e,n),m=h?{transformedValue:h.value,annotations:[h.type]}:{transformedValue:e};return a||i.set(e,m),m}if(rt(s,e))return{transformedValue:null};const c=io(e,n),p=(u=c?.value)!=null?u:e,l=ee(p)?[]:{},f={};we(p,(h,m)=>{if(m==="__proto__"||m==="constructor"||m==="prototype")throw new Error(`Detected property ${m}. This is a prototype pollution risk, please remove it from your object.`);const g=co(h,t,n,r,[...o,m],[...s,e],i);l[m]=g.transformedValue,ee(g.annotations)?f[m]=g.annotations:Me(g.annotations)&&we(g.annotations,(E,O)=>{f[Qr(m)+"."+O]=E})});const d=Yt(f)?{transformedValue:l,annotations:c?[c.type]:void 0}:{transformedValue:l,annotations:c?[c.type,f]:f};return a||i.set(e,d),d};_(),_();function lo(e){return Object.prototype.toString.call(e).slice(8,-1)}function fo(e){return lo(e)==="Array"}function ga(e){if(lo(e)!=="Object")return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}function ma(e,t,n,r,o){const s={}.propertyIsEnumerable.call(r,t)?"enumerable":"nonenumerable";s==="enumerable"&&(e[t]=n),o&&s==="nonenumerable"&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function Zt(e,t={}){if(fo(e))return e.map(o=>Zt(o,t));if(!ga(e))return e;const n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertySymbols(e);return[...n,...r].reduce((o,s)=>{if(fo(t.props)&&!t.props.includes(s))return o;const i=e[s],u=Zt(i,t);return ma(o,s,u,e,t.nonenumerable),o},{})}var k=class{constructor({dedupe:e=!1}={}){this.classRegistry=new zu,this.symbolRegistry=new Yr(t=>{var n;return(n=t.description)!=null?n:""}),this.customTransformerRegistry=new Wu,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const t=new Map,n=co(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta={...r.meta,values:n.annotations});const o=_a(t,this.dedupe);return o&&(r.meta={...r.meta,referentialEqualities:o}),r}deserialize(e){const{json:t,meta:n}=e;let r=Zt(t);return n?.values&&(r=fa(r,n.values,this)),n?.referentialEqualities&&(r=da(r,n.referentialEqualities)),r}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};k.defaultInstance=new k,k.serialize=k.defaultInstance.serialize.bind(k.defaultInstance),k.deserialize=k.defaultInstance.deserialize.bind(k.defaultInstance),k.stringify=k.defaultInstance.stringify.bind(k.defaultInstance),k.parse=k.defaultInstance.parse.bind(k.defaultInstance),k.registerClass=k.defaultInstance.registerClass.bind(k.defaultInstance),k.registerSymbol=k.defaultInstance.registerSymbol.bind(k.defaultInstance),k.registerCustom=k.defaultInstance.registerCustom.bind(k.defaultInstance),k.allowErrorProps=k.defaultInstance.allowErrorProps.bind(k.defaultInstance),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_();var ho,po;(po=(ho=y).__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__)!=null||(ho.__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__=[]);var _o,go;(go=(_o=y).__VUE_DEVTOOLS_KIT_RPC_CLIENT__)!=null||(_o.__VUE_DEVTOOLS_KIT_RPC_CLIENT__=null);var mo,Eo;(Eo=(mo=y).__VUE_DEVTOOLS_KIT_RPC_SERVER__)!=null||(mo.__VUE_DEVTOOLS_KIT_RPC_SERVER__=null);var yo,vo;(vo=(yo=y).__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__)!=null||(yo.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__=null);var So,bo;(bo=(So=y).__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__)!=null||(So.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__=null);var Ao,wo;(wo=(Ao=y).__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__)!=null||(Ao.__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__=null),_(),_(),_(),_(),_(),_(),_();/*!
3
+ ${l.message}`)}if(p){o.push(...u.actions),s=u;break}}return s?[s]:void 0}get events(){return Ee(this,"events",()=>{const{states:t}=this,n=new Set(this.ownEvents);if(t)for(const r of Object.keys(t)){const o=t[r];if(o.states)for(const s of o.events)n.add(`${s}`)}return Array.from(n)})}get ownEvents(){const t=new Set([...this.transitions.keys()].filter(n=>this.transitions.get(n).some(r=>!(!r.target&&!r.actions.length&&!r.reenter))));return Array.from(t)}}const di="#";class kt{constructor(t,n){this.config=t,this.version=void 0,this.schemas=void 0,this.implementations=void 0,this.__xstatenode=!0,this.idMap=new Map,this.root=void 0,this.id=void 0,this.states=void 0,this.events=void 0,this.id=t.id||"(machine)",this.implementations={actors:n?.actors??{},actions:n?.actions??{},delays:n?.delays??{},guards:n?.guards??{}},this.version=this.config.version,this.schemas=this.config.schemas,this.transition=this.transition.bind(this),this.getInitialSnapshot=this.getInitialSnapshot.bind(this),this.getPersistedSnapshot=this.getPersistedSnapshot.bind(this),this.restoreSnapshot=this.restoreSnapshot.bind(this),this.start=this.start.bind(this),this.root=new Xe(t,{_key:this.id,_machine:this}),this.root._initialize(),this.states=this.root.states,this.events=this.root.events}provide(t){const{actions:n,guards:r,actors:o,delays:s}=this.implementations;return new kt(this.config,{actions:{...n,...t.actions},guards:{...r,...t.guards},actors:{...o,...t.actors},delays:{...s,...t.delays}})}resolveState(t){const n=Js(this.root,t.value),r=Ge(qe(this.root,n));return Je({_nodes:[...r],context:t.context||{},children:{},status:St(r,this.root)?"done":t.status||"active",output:t.output,error:t.error,historyValue:t.historyValue},this)}transition(t,n,r){return It(t,n,r,[]).snapshot}microstep(t,n,r){return It(t,n,r,[]).microstates}getTransitionData(t,n){return bt(this.root,t.value,t,n)||[]}getPreInitialState(t,n,r){const{context:o}=this.config,s=Je({context:typeof o!="function"&&o?o:{},_nodes:[this.root],children:{},status:"active"},this);return typeof o=="function"?me(s,n,t,[li(({spawn:u,event:a,self:c})=>o({spawn:u,input:a.input,self:c}))],r,void 0):s}getInitialSnapshot(t,n){const r=gn(n),o=[],s=this.getPreInitialState(t,r,o),i=Ot([{target:[...xn(this.root)],source:this.root,reenter:!0,actions:[],eventType:null,toJSON:null}],s,t,r,!0,o),{snapshot:u}=It(i,r,t,o);return u}start(t){Object.values(t.children).forEach(n=>{n.getSnapshot().status==="active"&&n.start()})}getStateNodeById(t){const n=ht(t),r=n.slice(1),o=We(n[0])?n[0].slice(di.length):n[0],s=this.idMap.get(o);if(!s)throw new Error(`Child state node '#${o}' does not exist on machine '${this.id}'`);return Ye(s,r)}get definition(){return this.root.definition}toJSON(){return this.definition}getPersistedSnapshot(t,n){return oi(t,n)}restoreSnapshot(t,n){const r={},o=t.children;Object.keys(o).forEach(l=>{const f=o[l],d=f.snapshot,h=f.src,m=typeof h=="string"?gt(this,h):h;if(!m)return;const g=xe(m,{id:l,parent:n.self,syncSnapshot:f.syncSnapshot,snapshot:d,src:h,systemId:f.systemId});r[l]=g});function s(l,f){if(f instanceof Xe)return f;try{return l.machine.getStateNodeById(f.id)}catch{}}function i(l,f){if(!f||typeof f!="object")return{};const d={};for(const h in f){const m=f[h];for(const g of m){const E=s(l,g);E&&(d[h]??=[],d[h].push(E))}}return d}const u=i(this.root,t.historyValue),a=Je({...t,children:r,_nodes:Array.from(Ge(qe(this.root,t.value))),historyValue:u},this),c=new Set;function p(l,f){if(!c.has(l)){c.add(l);for(const d in l){const h=l[d];if(h&&typeof h=="object"){if("xstate$$type"in h&&h.xstate$$type===Et){l[d]=f[h.id];continue}p(h,f)}}}}return p(a.context,r),a}}function hi(e,t){return new kt(e,t)}function Ct(e){this.message=e||""}Ct.prototype=Object.create(Error.prototype,{constructor:{value:Ct},name:{value:"NotImplemented"},stack:{get:function(){return new Error().stack}}});class ye{static _root;name="Stonecrop";registry;store;constructor(t,n){if(ye._root)return ye._root;ye._root=this,this.registry=t,this.store=n}setup(t){this.getMeta(t.doctype)}async getMeta(t){if(!this.registry.getMeta)throw new Ct(`getMeta function is not implemented for ${t} in the registry`);return await this.registry.getMeta(t)}async getRecords(t,n){this.store.$patch({records:[]});const o=await(await fetch(`/${t.slug}`,n)).json();this.store.$patch({records:o})}async getRecord(t,n){this.store.$patch({record:{}});const o=await(await fetch(`/${t.slug}/${n}`)).json();this.store.$patch({record:o})}runAction(t,n,r){const o=this.registry.registry[t.slug],s=o.actions?.get(n),i=o.workflow;if(i){const u=hi(i),a=xe(u);a.start(),a.send({type:n,id:r}),s&&s.length>0&&s.forEach(c=>{new Function(c)(r)})}}}var pi=Object.create,Un=Object.defineProperty,_i=Object.getOwnPropertyDescriptor,Dt=Object.getOwnPropertyNames,gi=Object.getPrototypeOf,mi=Object.prototype.hasOwnProperty,Ei=(e,t)=>function(){return e&&(t=(0,e[Dt(e)[0]])(e=0)),t},yi=(e,t)=>function(){return t||(0,e[Dt(e)[0]])((t={exports:{}}).exports,t),t.exports},vi=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Dt(t))!mi.call(e,o)&&o!==n&&Un(e,o,{get:()=>t[o],enumerable:!(r=_i(t,o))||r.enumerable});return e},Si=(e,t,n)=>(n=e!=null?pi(gi(e)):{},vi(Un(n,"default",{value:e,enumerable:!0}),e)),Ne=Ei({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){}}),bi=yi({"../../node_modules/.pnpm/rfdc@1.4.1/node_modules/rfdc/index.js"(e,t){Ne(),t.exports=r;function n(s){return s instanceof Buffer?Buffer.from(s):new s.constructor(s.buffer.slice(),s.byteOffset,s.length)}function r(s){if(s=s||{},s.circles)return o(s);const i=new Map;if(i.set(Date,l=>new Date(l)),i.set(Map,(l,f)=>new Map(a(Array.from(l),f))),i.set(Set,(l,f)=>new Set(a(Array.from(l),f))),s.constructorHandlers)for(const l of s.constructorHandlers)i.set(l[0],l[1]);let u=null;return s.proto?p:c;function a(l,f){const d=Object.keys(l),h=new Array(d.length);for(let m=0;m<d.length;m++){const g=d[m],E=l[g];typeof E!="object"||E===null?h[g]=E:E.constructor!==Object&&(u=i.get(E.constructor))?h[g]=u(E,f):ArrayBuffer.isView(E)?h[g]=n(E):h[g]=f(E)}return h}function c(l){if(typeof l!="object"||l===null)return l;if(Array.isArray(l))return a(l,c);if(l.constructor!==Object&&(u=i.get(l.constructor)))return u(l,c);const f={};for(const d in l){if(Object.hasOwnProperty.call(l,d)===!1)continue;const h=l[d];typeof h!="object"||h===null?f[d]=h:h.constructor!==Object&&(u=i.get(h.constructor))?f[d]=u(h,c):ArrayBuffer.isView(h)?f[d]=n(h):f[d]=c(h)}return f}function p(l){if(typeof l!="object"||l===null)return l;if(Array.isArray(l))return a(l,p);if(l.constructor!==Object&&(u=i.get(l.constructor)))return u(l,p);const f={};for(const d in l){const h=l[d];typeof h!="object"||h===null?f[d]=h:h.constructor!==Object&&(u=i.get(h.constructor))?f[d]=u(h,p):ArrayBuffer.isView(h)?f[d]=n(h):f[d]=p(h)}return f}}function o(s){const i=[],u=[],a=new Map;if(a.set(Date,d=>new Date(d)),a.set(Map,(d,h)=>new Map(p(Array.from(d),h))),a.set(Set,(d,h)=>new Set(p(Array.from(d),h))),s.constructorHandlers)for(const d of s.constructorHandlers)a.set(d[0],d[1]);let c=null;return s.proto?f:l;function p(d,h){const m=Object.keys(d),g=new Array(m.length);for(let E=0;E<m.length;E++){const O=m[E],T=d[O];if(typeof T!="object"||T===null)g[O]=T;else if(T.constructor!==Object&&(c=a.get(T.constructor)))g[O]=c(T,h);else if(ArrayBuffer.isView(T))g[O]=n(T);else{const L=i.indexOf(T);L!==-1?g[O]=u[L]:g[O]=h(T)}}return g}function l(d){if(typeof d!="object"||d===null)return d;if(Array.isArray(d))return p(d,l);if(d.constructor!==Object&&(c=a.get(d.constructor)))return c(d,l);const h={};i.push(d),u.push(h);for(const m in d){if(Object.hasOwnProperty.call(d,m)===!1)continue;const g=d[m];if(typeof g!="object"||g===null)h[m]=g;else if(g.constructor!==Object&&(c=a.get(g.constructor)))h[m]=c(g,l);else if(ArrayBuffer.isView(g))h[m]=n(g);else{const E=i.indexOf(g);E!==-1?h[m]=u[E]:h[m]=l(g)}}return i.pop(),u.pop(),h}function f(d){if(typeof d!="object"||d===null)return d;if(Array.isArray(d))return p(d,f);if(d.constructor!==Object&&(c=a.get(d.constructor)))return c(d,f);const h={};i.push(d),u.push(h);for(const m in d){const g=d[m];if(typeof g!="object"||g===null)h[m]=g;else if(g.constructor!==Object&&(c=a.get(g.constructor)))h[m]=c(g,f);else if(ArrayBuffer.isView(g))h[m]=n(g);else{const E=i.indexOf(g);E!==-1?h[m]=u[E]:h[m]=f(g)}}return i.pop(),u.pop(),h}}}});Ne(),Ne(),Ne();var Fn=typeof navigator<"u",y=typeof window<"u"?window:typeof globalThis<"u"?globalThis:typeof global<"u"?global:{};typeof y.chrome<"u"&&y.chrome.devtools,Fn&&(y.self,y.top);var jn;typeof navigator<"u"&&((jn=navigator.userAgent)==null||jn.toLowerCase().includes("electron")),Ne();var Ai=Si(bi()),wi=/(?:^|[-_/])(\w)/g;function Oi(e,t){return t?t.toUpperCase():""}function Ti(e){return e&&`${e}`.replace(wi,Oi)}function Ii(e,t){let n=e.replace(/^[a-z]:/i,"").replace(/\\/g,"/");n.endsWith(`index${t}`)&&(n=n.replace(`/index${t}`,t));const r=n.lastIndexOf("/"),o=n.substring(r+1);{const s=o.lastIndexOf(t);return o.substring(0,s)}}var Hn=(0,Ai.default)({circles:!0});const ki={trailing:!0};function ve(e,t=25,n={}){if(n={...ki,...n},!Number.isFinite(t))throw new TypeError("Expected `wait` to be a finite number");let r,o,s=[],i,u;const a=(c,p)=>(i=Ci(e,c,p),i.finally(()=>{if(i=null,n.trailing&&u&&!o){const l=a(c,u);return u=null,l}}),i);return function(...c){return i?(n.trailing&&(u=c),i):new Promise(p=>{const l=!o&&n.leading;clearTimeout(o),o=setTimeout(()=>{o=null;const f=n.leading?r:a(this,c);for(const d of s)d(f);s=[]},t),l?(r=a(this,c),p(r)):s.push(p)})}}async function Ci(e,t,n){return await e.apply(t,n)}function xt(e,t={},n){for(const r in e){const o=e[r],s=n?`${n}:${r}`:r;typeof o=="object"&&o!==null?xt(o,t,s):typeof o=="function"&&(t[s]=o)}return t}const Di={run:e=>e()},xi=()=>Di,zn=typeof console.createTask<"u"?console.createTask:xi;function Ri(e,t){const n=t.shift(),r=zn(n);return e.reduce((o,s)=>o.then(()=>r.run(()=>s(...t))),Promise.resolve())}function Pi(e,t){const n=t.shift(),r=zn(n);return Promise.all(e.map(o=>r.run(()=>o(...t))))}function Rt(e,t){for(const n of[...e])n(t)}class Ni{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const o=t;let s;for(;this._deprecatedHooks[t];)s=this._deprecatedHooks[t],t=s.to;if(s&&!r.allowDeprecated){let i=s.message;i||(i=`${o} hook has been deprecated`+(s.to?`, please use ${s.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,o=(...s)=>(typeof r=="function"&&r(),r=void 0,o=void 0,n(...s));return r=this.hook(t,o),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const o of r)this.hook(t,o)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=xt(t),r=Object.keys(n).map(o=>this.hook(o,n[o]));return()=>{for(const o of r.splice(0,r.length))o()}}removeHooks(t){const n=xt(t);for(const r in n)this.removeHook(r,n[r])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(Ri,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(Pi,t,...n)}callHookWith(t,n,...r){const o=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&Rt(this._before,o);const s=t(n in this._hooks?[...this._hooks[n]]:[],r);return s instanceof Promise?s.finally(()=>{this._after&&o&&Rt(this._after,o)}):(this._after&&o&&Rt(this._after,o),s)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function Kn(){return new Ni}var Vi=Object.create,Gn=Object.defineProperty,Li=Object.getOwnPropertyDescriptor,Pt=Object.getOwnPropertyNames,Mi=Object.getPrototypeOf,Bi=Object.prototype.hasOwnProperty,$i=(e,t)=>function(){return e&&(t=(0,e[Pt(e)[0]])(e=0)),t},Wn=(e,t)=>function(){return t||(0,e[Pt(e)[0]])((t={exports:{}}).exports,t),t.exports},Ui=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Pt(t))!Bi.call(e,o)&&o!==n&&Gn(e,o,{get:()=>t[o],enumerable:!(r=Li(t,o))||r.enumerable});return e},Fi=(e,t,n)=>(n=e!=null?Vi(Mi(e)):{},Ui(Gn(n,"default",{value:e,enumerable:!0}),e)),_=$i({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){}}),ji=Wn({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/lib/speakingurl.js"(e,t){_(),(function(n){var r={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"Ae",Å:"A",Æ:"AE",Ç:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"Oe",Ő:"O",Ø:"O",Ù:"U",Ú:"U",Û:"U",Ü:"Ue",Ű:"U",Ý:"Y",Þ:"TH",ß:"ss",à:"a",á:"a",â:"a",ã:"a",ä:"ae",å:"a",æ:"ae",ç:"c",è:"e",é:"e",ê:"e",ë:"e",ì:"i",í:"i",î:"i",ï:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"oe",ő:"o",ø:"o",ù:"u",ú:"u",û:"u",ü:"ue",ű:"u",ý:"y",þ:"th",ÿ:"y","ẞ":"SS",ا:"a",أ:"a",إ:"i",آ:"aa",ؤ:"u",ئ:"e",ء:"a",ب:"b",ت:"t",ث:"th",ج:"j",ح:"h",خ:"kh",د:"d",ذ:"th",ر:"r",ز:"z",س:"s",ش:"sh",ص:"s",ض:"dh",ط:"t",ظ:"z",ع:"a",غ:"gh",ف:"f",ق:"q",ك:"k",ل:"l",م:"m",ن:"n",ه:"h",و:"w",ي:"y",ى:"a",ة:"h",ﻻ:"la",ﻷ:"laa",ﻹ:"lai",ﻵ:"laa",گ:"g",چ:"ch",پ:"p",ژ:"zh",ک:"k",ی:"y","َ":"a","ً":"an","ِ":"e","ٍ":"en","ُ":"u","ٌ":"on","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9",က:"k",ခ:"kh",ဂ:"g",ဃ:"ga",င:"ng",စ:"s",ဆ:"sa",ဇ:"z","စျ":"za",ည:"ny",ဋ:"t",ဌ:"ta",ဍ:"d",ဎ:"da",ဏ:"na",တ:"t",ထ:"ta",ဒ:"d",ဓ:"da",န:"n",ပ:"p",ဖ:"pa",ဗ:"b",ဘ:"ba",မ:"m",ယ:"y",ရ:"ya",လ:"l",ဝ:"w",သ:"th",ဟ:"h",ဠ:"la",အ:"a","ြ":"y","ျ":"ya","ွ":"w","ြွ":"yw","ျွ":"ywa","ှ":"h",ဧ:"e","၏":"-e",ဣ:"i",ဤ:"-i",ဉ:"u",ဦ:"-u",ဩ:"aw","သြော":"aw",ဪ:"aw","၀":"0","၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","္":"","့":"","း":"",č:"c",ď:"d",ě:"e",ň:"n",ř:"r",š:"s",ť:"t",ů:"u",ž:"z",Č:"C",Ď:"D",Ě:"E",Ň:"N",Ř:"R",Š:"S",Ť:"T",Ů:"U",Ž:"Z",ހ:"h",ށ:"sh",ނ:"n",ރ:"r",ބ:"b",ޅ:"lh",ކ:"k",އ:"a",ވ:"v",މ:"m",ފ:"f",ދ:"dh",ތ:"th",ލ:"l",ގ:"g",ޏ:"gn",ސ:"s",ޑ:"d",ޒ:"z",ޓ:"t",ޔ:"y",ޕ:"p",ޖ:"j",ޗ:"ch",ޘ:"tt",ޙ:"hh",ޚ:"kh",ޛ:"th",ޜ:"z",ޝ:"sh",ޞ:"s",ޟ:"d",ޠ:"t",ޡ:"z",ޢ:"a",ޣ:"gh",ޤ:"q",ޥ:"w","ަ":"a","ާ":"aa","ި":"i","ީ":"ee","ު":"u","ޫ":"oo","ެ":"e","ޭ":"ey","ޮ":"o","ޯ":"oa","ް":"",ა:"a",ბ:"b",გ:"g",დ:"d",ე:"e",ვ:"v",ზ:"z",თ:"t",ი:"i",კ:"k",ლ:"l",მ:"m",ნ:"n",ო:"o",პ:"p",ჟ:"zh",რ:"r",ს:"s",ტ:"t",უ:"u",ფ:"p",ქ:"k",ღ:"gh",ყ:"q",შ:"sh",ჩ:"ch",ც:"ts",ძ:"dz",წ:"ts",ჭ:"ch",ხ:"kh",ჯ:"j",ჰ:"h",α:"a",β:"v",γ:"g",δ:"d",ε:"e",ζ:"z",η:"i",θ:"th",ι:"i",κ:"k",λ:"l",μ:"m",ν:"n",ξ:"ks",ο:"o",π:"p",ρ:"r",σ:"s",τ:"t",υ:"y",φ:"f",χ:"x",ψ:"ps",ω:"o",ά:"a",έ:"e",ί:"i",ό:"o",ύ:"y",ή:"i",ώ:"o",ς:"s",ϊ:"i",ΰ:"y",ϋ:"y",ΐ:"i",Α:"A",Β:"B",Γ:"G",Δ:"D",Ε:"E",Ζ:"Z",Η:"I",Θ:"TH",Ι:"I",Κ:"K",Λ:"L",Μ:"M",Ν:"N",Ξ:"KS",Ο:"O",Π:"P",Ρ:"R",Σ:"S",Τ:"T",Υ:"Y",Φ:"F",Χ:"X",Ψ:"PS",Ω:"O",Ά:"A",Έ:"E",Ί:"I",Ό:"O",Ύ:"Y",Ή:"I",Ώ:"O",Ϊ:"I",Ϋ:"Y",ā:"a",ē:"e",ģ:"g",ī:"i",ķ:"k",ļ:"l",ņ:"n",ū:"u",Ā:"A",Ē:"E",Ģ:"G",Ī:"I",Ķ:"k",Ļ:"L",Ņ:"N",Ū:"U",Ќ:"Kj",ќ:"kj",Љ:"Lj",љ:"lj",Њ:"Nj",њ:"nj",Тс:"Ts",тс:"ts",ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ś:"s",ź:"z",ż:"z",Ą:"A",Ć:"C",Ę:"E",Ł:"L",Ń:"N",Ś:"S",Ź:"Z",Ż:"Z",Є:"Ye",І:"I",Ї:"Yi",Ґ:"G",є:"ye",і:"i",ї:"yi",ґ:"g",ă:"a",Ă:"A",ș:"s",Ș:"S",ț:"t",Ț:"T",ţ:"t",Ţ:"T",а:"a",б:"b",в:"v",г:"g",д:"d",е:"e",ё:"yo",ж:"zh",з:"z",и:"i",й:"i",к:"k",л:"l",м:"m",н:"n",о:"o",п:"p",р:"r",с:"s",т:"t",у:"u",ф:"f",х:"kh",ц:"c",ч:"ch",ш:"sh",щ:"sh",ъ:"",ы:"y",ь:"",э:"e",ю:"yu",я:"ya",А:"A",Б:"B",В:"V",Г:"G",Д:"D",Е:"E",Ё:"Yo",Ж:"Zh",З:"Z",И:"I",Й:"I",К:"K",Л:"L",М:"M",Н:"N",О:"O",П:"P",Р:"R",С:"S",Т:"T",У:"U",Ф:"F",Х:"Kh",Ц:"C",Ч:"Ch",Ш:"Sh",Щ:"Sh",Ъ:"",Ы:"Y",Ь:"",Э:"E",Ю:"Yu",Я:"Ya",ђ:"dj",ј:"j",ћ:"c",џ:"dz",Ђ:"Dj",Ј:"j",Ћ:"C",Џ:"Dz",ľ:"l",ĺ:"l",ŕ:"r",Ľ:"L",Ĺ:"L",Ŕ:"R",ş:"s",Ş:"S",ı:"i",İ:"I",ğ:"g",Ğ:"G",ả:"a",Ả:"A",ẳ:"a",Ẳ:"A",ẩ:"a",Ẩ:"A",đ:"d",Đ:"D",ẹ:"e",Ẹ:"E",ẽ:"e",Ẽ:"E",ẻ:"e",Ẻ:"E",ế:"e",Ế:"E",ề:"e",Ề:"E",ệ:"e",Ệ:"E",ễ:"e",Ễ:"E",ể:"e",Ể:"E",ỏ:"o",ọ:"o",Ọ:"o",ố:"o",Ố:"O",ồ:"o",Ồ:"O",ổ:"o",Ổ:"O",ộ:"o",Ộ:"O",ỗ:"o",Ỗ:"O",ơ:"o",Ơ:"O",ớ:"o",Ớ:"O",ờ:"o",Ờ:"O",ợ:"o",Ợ:"O",ỡ:"o",Ỡ:"O",Ở:"o",ở:"o",ị:"i",Ị:"I",ĩ:"i",Ĩ:"I",ỉ:"i",Ỉ:"i",ủ:"u",Ủ:"U",ụ:"u",Ụ:"U",ũ:"u",Ũ:"U",ư:"u",Ư:"U",ứ:"u",Ứ:"U",ừ:"u",Ừ:"U",ự:"u",Ự:"U",ữ:"u",Ữ:"U",ử:"u",Ử:"ư",ỷ:"y",Ỷ:"y",ỳ:"y",Ỳ:"Y",ỵ:"y",Ỵ:"Y",ỹ:"y",Ỹ:"Y",ạ:"a",Ạ:"A",ấ:"a",Ấ:"A",ầ:"a",Ầ:"A",ậ:"a",Ậ:"A",ẫ:"a",Ẫ:"A",ắ:"a",Ắ:"A",ằ:"a",Ằ:"A",ặ:"a",Ặ:"A",ẵ:"a",Ẵ:"A","⓪":"0","①":"1","②":"2","③":"3","④":"4","⑤":"5","⑥":"6","⑦":"7","⑧":"8","⑨":"9","⑩":"10","⑪":"11","⑫":"12","⑬":"13","⑭":"14","⑮":"15","⑯":"16","⑰":"17","⑱":"18","⑲":"18","⑳":"18","⓵":"1","⓶":"2","⓷":"3","⓸":"4","⓹":"5","⓺":"6","⓻":"7","⓼":"8","⓽":"9","⓾":"10","⓿":"0","⓫":"11","⓬":"12","⓭":"13","⓮":"14","⓯":"15","⓰":"16","⓱":"17","⓲":"18","⓳":"19","⓴":"20","Ⓐ":"A","Ⓑ":"B","Ⓒ":"C","Ⓓ":"D","Ⓔ":"E","Ⓕ":"F","Ⓖ":"G","Ⓗ":"H","Ⓘ":"I","Ⓙ":"J","Ⓚ":"K","Ⓛ":"L","Ⓜ":"M","Ⓝ":"N","Ⓞ":"O","Ⓟ":"P","Ⓠ":"Q","Ⓡ":"R","Ⓢ":"S","Ⓣ":"T","Ⓤ":"U","Ⓥ":"V","Ⓦ":"W","Ⓧ":"X","Ⓨ":"Y","Ⓩ":"Z","ⓐ":"a","ⓑ":"b","ⓒ":"c","ⓓ":"d","ⓔ":"e","ⓕ":"f","ⓖ":"g","ⓗ":"h","ⓘ":"i","ⓙ":"j","ⓚ":"k","ⓛ":"l","ⓜ":"m","ⓝ":"n","ⓞ":"o","ⓟ":"p","ⓠ":"q","ⓡ":"r","ⓢ":"s","ⓣ":"t","ⓤ":"u","ⓦ":"v","ⓥ":"w","ⓧ":"x","ⓨ":"y","ⓩ":"z","“":'"',"”":'"',"‘":"'","’":"'","∂":"d",ƒ:"f","™":"(TM)","©":"(C)",œ:"oe",Œ:"OE","®":"(R)","†":"+","℠":"(SM)","…":"...","˚":"o",º:"o",ª:"a","•":"*","၊":",","။":".",$:"USD","€":"EUR","₢":"BRN","₣":"FRF","£":"GBP","₤":"ITL","₦":"NGN","₧":"ESP","₩":"KRW","₪":"ILS","₫":"VND","₭":"LAK","₮":"MNT","₯":"GRD","₱":"ARS","₲":"PYG","₳":"ARA","₴":"UAH","₵":"GHS","¢":"cent","¥":"CNY",元:"CNY",円:"YEN","﷼":"IRR","₠":"EWE","฿":"THB","₨":"INR","₹":"INR","₰":"PF","₺":"TRY","؋":"AFN","₼":"AZN",лв:"BGN","៛":"KHR","₡":"CRC","₸":"KZT",ден:"MKD",zł:"PLN","₽":"RUB","₾":"GEL"},o=["်","ް"],s={"ာ":"a","ါ":"a","ေ":"e","ဲ":"e","ိ":"i","ီ":"i","ို":"o","ု":"u","ူ":"u","ေါင်":"aung","ော":"aw","ော်":"aw","ေါ":"aw","ေါ်":"aw","်":"်","က်":"et","ိုက်":"aik","ောက်":"auk","င်":"in","ိုင်":"aing","ောင်":"aung","စ်":"it","ည်":"i","တ်":"at","ိတ်":"eik","ုတ်":"ok","ွတ်":"ut","ေတ်":"it","ဒ်":"d","ိုဒ်":"ok","ုဒ်":"ait","န်":"an","ာန်":"an","ိန်":"ein","ုန်":"on","ွန်":"un","ပ်":"at","ိပ်":"eik","ုပ်":"ok","ွပ်":"ut","န်ုပ်":"nub","မ်":"an","ိမ်":"ein","ုမ်":"on","ွမ်":"un","ယ်":"e","ိုလ်":"ol","ဉ်":"in","ံ":"an","ိံ":"ein","ုံ":"on","ައް":"ah","ަށް":"ah"},i={en:{},az:{ç:"c",ə:"e",ğ:"g",ı:"i",ö:"o",ş:"s",ü:"u",Ç:"C",Ə:"E",Ğ:"G",İ:"I",Ö:"O",Ş:"S",Ü:"U"},cs:{č:"c",ď:"d",ě:"e",ň:"n",ř:"r",š:"s",ť:"t",ů:"u",ž:"z",Č:"C",Ď:"D",Ě:"E",Ň:"N",Ř:"R",Š:"S",Ť:"T",Ů:"U",Ž:"Z"},fi:{ä:"a",Ä:"A",ö:"o",Ö:"O"},hu:{ä:"a",Ä:"A",ö:"o",Ö:"O",ü:"u",Ü:"U",ű:"u",Ű:"U"},lt:{ą:"a",č:"c",ę:"e",ė:"e",į:"i",š:"s",ų:"u",ū:"u",ž:"z",Ą:"A",Č:"C",Ę:"E",Ė:"E",Į:"I",Š:"S",Ų:"U",Ū:"U"},lv:{ā:"a",č:"c",ē:"e",ģ:"g",ī:"i",ķ:"k",ļ:"l",ņ:"n",š:"s",ū:"u",ž:"z",Ā:"A",Č:"C",Ē:"E",Ģ:"G",Ī:"i",Ķ:"k",Ļ:"L",Ņ:"N",Š:"S",Ū:"u",Ž:"Z"},pl:{ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ó:"o",ś:"s",ź:"z",ż:"z",Ą:"A",Ć:"C",Ę:"e",Ł:"L",Ń:"N",Ó:"O",Ś:"S",Ź:"Z",Ż:"Z"},sv:{ä:"a",Ä:"A",ö:"o",Ö:"O"},sk:{ä:"a",Ä:"A"},sr:{љ:"lj",њ:"nj",Љ:"Lj",Њ:"Nj",đ:"dj",Đ:"Dj"},tr:{Ü:"U",Ö:"O",ü:"u",ö:"o"}},u={ar:{"∆":"delta","∞":"la-nihaya","♥":"hob","&":"wa","|":"aw","<":"aqal-men",">":"akbar-men","∑":"majmou","¤":"omla"},az:{},ca:{"∆":"delta","∞":"infinit","♥":"amor","&":"i","|":"o","<":"menys que",">":"mes que","∑":"suma dels","¤":"moneda"},cs:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"nebo","<":"mensi nez",">":"vetsi nez","∑":"soucet","¤":"mena"},de:{"∆":"delta","∞":"unendlich","♥":"Liebe","&":"und","|":"oder","<":"kleiner als",">":"groesser als","∑":"Summe von","¤":"Waehrung"},dv:{"∆":"delta","∞":"kolunulaa","♥":"loabi","&":"aai","|":"noonee","<":"ah vure kuda",">":"ah vure bodu","∑":"jumula","¤":"faisaa"},en:{"∆":"delta","∞":"infinity","♥":"love","&":"and","|":"or","<":"less than",">":"greater than","∑":"sum","¤":"currency"},es:{"∆":"delta","∞":"infinito","♥":"amor","&":"y","|":"u","<":"menos que",">":"mas que","∑":"suma de los","¤":"moneda"},fa:{"∆":"delta","∞":"bi-nahayat","♥":"eshgh","&":"va","|":"ya","<":"kamtar-az",">":"bishtar-az","∑":"majmooe","¤":"vahed"},fi:{"∆":"delta","∞":"aarettomyys","♥":"rakkaus","&":"ja","|":"tai","<":"pienempi kuin",">":"suurempi kuin","∑":"summa","¤":"valuutta"},fr:{"∆":"delta","∞":"infiniment","♥":"Amour","&":"et","|":"ou","<":"moins que",">":"superieure a","∑":"somme des","¤":"monnaie"},ge:{"∆":"delta","∞":"usasruloba","♥":"siqvaruli","&":"da","|":"an","<":"naklebi",">":"meti","∑":"jami","¤":"valuta"},gr:{},hu:{"∆":"delta","∞":"vegtelen","♥":"szerelem","&":"es","|":"vagy","<":"kisebb mint",">":"nagyobb mint","∑":"szumma","¤":"penznem"},it:{"∆":"delta","∞":"infinito","♥":"amore","&":"e","|":"o","<":"minore di",">":"maggiore di","∑":"somma","¤":"moneta"},lt:{"∆":"delta","∞":"begalybe","♥":"meile","&":"ir","|":"ar","<":"maziau nei",">":"daugiau nei","∑":"suma","¤":"valiuta"},lv:{"∆":"delta","∞":"bezgaliba","♥":"milestiba","&":"un","|":"vai","<":"mazak neka",">":"lielaks neka","∑":"summa","¤":"valuta"},my:{"∆":"kwahkhyaet","∞":"asaonasme","♥":"akhyait","&":"nhin","|":"tho","<":"ngethaw",">":"kyithaw","∑":"paungld","¤":"ngwekye"},mk:{},nl:{"∆":"delta","∞":"oneindig","♥":"liefde","&":"en","|":"of","<":"kleiner dan",">":"groter dan","∑":"som","¤":"valuta"},pl:{"∆":"delta","∞":"nieskonczonosc","♥":"milosc","&":"i","|":"lub","<":"mniejsze niz",">":"wieksze niz","∑":"suma","¤":"waluta"},pt:{"∆":"delta","∞":"infinito","♥":"amor","&":"e","|":"ou","<":"menor que",">":"maior que","∑":"soma","¤":"moeda"},ro:{"∆":"delta","∞":"infinit","♥":"dragoste","&":"si","|":"sau","<":"mai mic ca",">":"mai mare ca","∑":"suma","¤":"valuta"},ru:{"∆":"delta","∞":"beskonechno","♥":"lubov","&":"i","|":"ili","<":"menshe",">":"bolshe","∑":"summa","¤":"valjuta"},sk:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"alebo","<":"menej ako",">":"viac ako","∑":"sucet","¤":"mena"},sr:{},tr:{"∆":"delta","∞":"sonsuzluk","♥":"ask","&":"ve","|":"veya","<":"kucuktur",">":"buyuktur","∑":"toplam","¤":"para birimi"},uk:{"∆":"delta","∞":"bezkinechnist","♥":"lubov","&":"i","|":"abo","<":"menshe",">":"bilshe","∑":"suma","¤":"valjuta"},vn:{"∆":"delta","∞":"vo cuc","♥":"yeu","&":"va","|":"hoac","<":"nho hon",">":"lon hon","∑":"tong","¤":"tien te"}},a=[";","?",":","@","&","=","+","$",",","/"].join(""),c=[";","?",":","@","&","=","+","$",","].join(""),p=[".","!","~","*","'","(",")"].join(""),l=function(g,E){var O="-",T="",L="",re=!0,U={},A,ze,M,S,v,I,R,F,Ce,z,w,Y,C,De,oe="";if(typeof g!="string")return"";if(typeof E=="string"&&(O=E),R=u.en,F=i.en,typeof E=="object"){A=E.maintainCase||!1,U=E.custom&&typeof E.custom=="object"?E.custom:U,M=+E.truncate>1&&E.truncate||!1,S=E.uric||!1,v=E.uricNoSlash||!1,I=E.mark||!1,re=!(E.symbols===!1||E.lang===!1),O=E.separator||O,S&&(oe+=a),v&&(oe+=c),I&&(oe+=p),R=E.lang&&u[E.lang]&&re?u[E.lang]:re?u.en:{},F=E.lang&&i[E.lang]?i[E.lang]:E.lang===!1||E.lang===!0?{}:i.en,E.titleCase&&typeof E.titleCase.length=="number"&&Array.prototype.toString.call(E.titleCase)?(E.titleCase.forEach(function(K){U[K+""]=K+""}),ze=!0):ze=!!E.titleCase,E.custom&&typeof E.custom.length=="number"&&Array.prototype.toString.call(E.custom)&&E.custom.forEach(function(K){U[K+""]=K+""}),Object.keys(U).forEach(function(K){var Ke;K.length>1?Ke=new RegExp("\\b"+d(K)+"\\b","gi"):Ke=new RegExp(d(K),"gi"),g=g.replace(Ke,U[K])});for(w in U)oe+=w}for(oe+=O,oe=d(oe),g=g.replace(/(^\s+|\s+$)/g,""),C=!1,De=!1,z=0,Y=g.length;z<Y;z++)w=g[z],h(w,U)?C=!1:F[w]?(w=C&&F[w].match(/[A-Za-z0-9]/)?" "+F[w]:F[w],C=!1):w in r?(z+1<Y&&o.indexOf(g[z+1])>=0?(L+=w,w=""):De===!0?(w=s[L]+r[w],L=""):w=C&&r[w].match(/[A-Za-z0-9]/)?" "+r[w]:r[w],C=!1,De=!1):w in s?(L+=w,w="",z===Y-1&&(w=s[L]),De=!0):R[w]&&!(S&&a.indexOf(w)!==-1)&&!(v&&c.indexOf(w)!==-1)?(w=C||T.substr(-1).match(/[A-Za-z0-9]/)?O+R[w]:R[w],w+=g[z+1]!==void 0&&g[z+1].match(/[A-Za-z0-9]/)?O:"",C=!0):(De===!0?(w=s[L]+w,L="",De=!1):C&&(/[A-Za-z0-9]/.test(w)||T.substr(-1).match(/A-Za-z0-9]/))&&(w=" "+w),C=!1),T+=w.replace(new RegExp("[^\\w\\s"+oe+"_-]","g"),O);return ze&&(T=T.replace(/(\w)(\S*)/g,function(K,Ke,us){var fn=Ke.toUpperCase()+(us!==null?us:"");return Object.keys(U).indexOf(fn.toLowerCase())<0?fn:fn.toLowerCase()})),T=T.replace(/\s+/g,O).replace(new RegExp("\\"+O+"+","g"),O).replace(new RegExp("(^\\"+O+"+|\\"+O+"+$)","g"),""),M&&T.length>M&&(Ce=T.charAt(M)===O,T=T.slice(0,M),Ce||(T=T.slice(0,T.lastIndexOf(O)))),!A&&!ze&&(T=T.toLowerCase()),T},f=function(g){return function(O){return l(O,g)}},d=function(g){return g.replace(/[-\\^$*+?.()|[\]{}\/]/g,"\\$&")},h=function(m,g){for(var E in g)if(g[E]===m)return!0};if(typeof t<"u"&&t.exports)t.exports=l,t.exports.createSlug=f;else if(typeof define<"u"&&define.amd)define([],function(){return l});else try{if(n.getSlug||n.createSlug)throw"speakingurl: globals exists /(getSlug|createSlug)/";n.getSlug=l,n.createSlug=f}catch{}})(e)}}),Hi=Wn({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/index.js"(e,t){_(),t.exports=ji()}});_(),_(),_(),_(),_(),_(),_(),_();function zi(e){var t;const n=e.name||e._componentTag||e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||e.__name;return n==="index"&&((t=e.__file)!=null&&t.endsWith("index.vue"))?"":n}function Ki(e){const t=e.__file;if(t)return Ti(Ii(t,".vue"))}function Yn(e,t){return e.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__=t,t}function Nt(e){if(e.__VUE_DEVTOOLS_NEXT_APP_RECORD__)return e.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(e.root)return e.appContext.app.__VUE_DEVTOOLS_NEXT_APP_RECORD__}function qn(e){var t,n;const r=(t=e.subTree)==null?void 0:t.type,o=Nt(e);return o?((n=o?.types)==null?void 0:n.Fragment)===r:!1}function Ze(e){var t,n,r;const o=zi(e?.type||{});if(o)return o;if(e?.root===e)return"Root";for(const i in(n=(t=e.parent)==null?void 0:t.type)==null?void 0:n.components)if(e.parent.type.components[i]===e?.type)return Yn(e,i);for(const i in(r=e.appContext)==null?void 0:r.components)if(e.appContext.components[i]===e?.type)return Yn(e,i);const s=Ki(e?.type||{});return s||"Anonymous Component"}function Gi(e){var t,n,r;const o=(r=(n=(t=e?.appContext)==null?void 0:t.app)==null?void 0:n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__)!=null?r:0,s=e===e?.root?"root":e.uid;return`${o}:${s}`}function Vt(e,t){return t=t||`${e.id}:root`,e.instanceMap.get(t)||e.instanceMap.get(":root")}function Wi(){const e={top:0,bottom:0,left:0,right:0,get width(){return e.right-e.left},get height(){return e.bottom-e.top}};return e}var Qe;function Yi(e){return Qe||(Qe=document.createRange()),Qe.selectNode(e),Qe.getBoundingClientRect()}function qi(e){const t=Wi();if(!e.children)return t;for(let n=0,r=e.children.length;n<r;n++){const o=e.children[n];let s;if(o.component)s=ae(o.component);else if(o.el){const i=o.el;i.nodeType===1||i.getBoundingClientRect?s=i.getBoundingClientRect():i.nodeType===3&&i.data.trim()&&(s=Yi(i))}s&&Ji(t,s)}return t}function Ji(e,t){return(!e.top||t.top<e.top)&&(e.top=t.top),(!e.bottom||t.bottom>e.bottom)&&(e.bottom=t.bottom),(!e.left||t.left<e.left)&&(e.left=t.left),(!e.right||t.right>e.right)&&(e.right=t.right),e}var Jn={top:0,left:0,right:0,bottom:0,width:0,height:0};function ae(e){const t=e.subTree.el;return typeof window>"u"?Jn:qn(e)?qi(e.subTree):t?.nodeType===1?t?.getBoundingClientRect():e.subTree.component?ae(e.subTree.component):Jn}_();function Lt(e){return qn(e)?Xi(e.subTree):e.subTree?[e.subTree.el]:[]}function Xi(e){if(!e.children)return[];const t=[];return e.children.forEach(n=>{n.component?t.push(...Lt(n.component)):n?.el&&t.push(n.el)}),t}var Xn="__vue-devtools-component-inspector__",Zn="__vue-devtools-component-inspector__card__",Qn="__vue-devtools-component-inspector__name__",er="__vue-devtools-component-inspector__indicator__",tr={display:"block",zIndex:2147483640,position:"fixed",backgroundColor:"#42b88325",border:"1px solid #42b88350",borderRadius:"5px",transition:"all 0.1s ease-in",pointerEvents:"none"},Zi={fontFamily:"Arial, Helvetica, sans-serif",padding:"5px 8px",borderRadius:"4px",textAlign:"left",position:"absolute",left:0,color:"#e9e9e9",fontSize:"14px",fontWeight:600,lineHeight:"24px",backgroundColor:"#42b883",boxShadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},Qi={display:"inline-block",fontWeight:400,fontStyle:"normal",fontSize:"12px",opacity:.7};function Se(){return document.getElementById(Xn)}function eu(){return document.getElementById(Zn)}function tu(){return document.getElementById(er)}function nu(){return document.getElementById(Qn)}function Mt(e){return{left:`${Math.round(e.left*100)/100}px`,top:`${Math.round(e.top*100)/100}px`,width:`${Math.round(e.width*100)/100}px`,height:`${Math.round(e.height*100)/100}px`}}function Bt(e){var t;const n=document.createElement("div");n.id=(t=e.elementId)!=null?t:Xn,Object.assign(n.style,{...tr,...Mt(e.bounds),...e.style});const r=document.createElement("span");r.id=Zn,Object.assign(r.style,{...Zi,top:e.bounds.top<35?0:"-35px"});const o=document.createElement("span");o.id=Qn,o.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`;const s=document.createElement("i");return s.id=er,s.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`,Object.assign(s.style,Qi),r.appendChild(o),r.appendChild(s),n.appendChild(r),document.body.appendChild(n),n}function $t(e){const t=Se(),n=eu(),r=nu(),o=tu();t&&(Object.assign(t.style,{...tr,...Mt(e.bounds)}),Object.assign(n.style,{top:e.bounds.top<35?0:"-35px"}),r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`,o.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`)}function ru(e){const t=ae(e);if(!t.width&&!t.height)return;const n=Ze(e);Se()?$t({bounds:t,name:n}):Bt({bounds:t,name:n})}function nr(){const e=Se();e&&(e.style.display="none")}var Ut=null;function Ft(e){const t=e.target;if(t){const n=t.__vueParentComponent;if(n&&(Ut=n,n.vnode.el)){const o=ae(n),s=Ze(n);Se()?$t({bounds:o,name:s}):Bt({bounds:o,name:s})}}}function ou(e,t){if(e.preventDefault(),e.stopPropagation(),Ut){const n=Gi(Ut);t(n)}}var et=null;function su(){nr(),window.removeEventListener("mouseover",Ft),window.removeEventListener("click",et,!0),et=null}function iu(){return window.addEventListener("mouseover",Ft),new Promise(e=>{function t(n){n.preventDefault(),n.stopPropagation(),ou(n,r=>{window.removeEventListener("click",t,!0),et=null,window.removeEventListener("mouseover",Ft);const o=Se();o&&(o.style.display="none"),e(JSON.stringify({id:r}))})}et=t,window.addEventListener("click",t,!0)})}function uu(e){const t=Vt(N.value,e.id);if(t){const[n]=Lt(t);if(typeof n.scrollIntoView=="function")n.scrollIntoView({behavior:"smooth"});else{const r=ae(t),o=document.createElement("div"),s={...Mt(r),position:"absolute"};Object.assign(o.style,s),document.body.appendChild(o),o.scrollIntoView({behavior:"smooth"}),setTimeout(()=>{document.body.removeChild(o)},2e3)}setTimeout(()=>{const r=ae(t);if(r.width||r.height){const o=Ze(t),s=Se();s?$t({...e,name:o,bounds:r}):Bt({...e,name:o,bounds:r}),setTimeout(()=>{s&&(s.style.display="none")},1500)}},1200)}}_();var rr,or;(or=(rr=y).__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__)!=null||(rr.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__=!0);function au(e){let t=0;const n=setInterval(()=>{y.__VUE_INSPECTOR__&&(clearInterval(n),t+=30,e()),t>=5e3&&clearInterval(n)},30)}function cu(){const e=y.__VUE_INSPECTOR__,t=e.openInEditor;e.openInEditor=async(...n)=>{e.disable(),t(...n)}}function lu(){return new Promise(e=>{function t(){cu(),e(y.__VUE_INSPECTOR__)}y.__VUE_INSPECTOR__?t():au(()=>{t()})})}_(),_();function fu(e){return!!(e&&e.__v_isReadonly)}function sr(e){return fu(e)?sr(e.__v_raw):!!(e&&e.__v_isReactive)}function jt(e){return!!(e&&e.__v_isRef===!0)}function Ve(e){const t=e&&e.__v_raw;return t?Ve(t):e}var du=class{constructor(){this.refEditor=new hu}set(e,t,n,r){const o=Array.isArray(t)?t:t.split(".");for(;o.length>1;){const u=o.shift();e instanceof Map?e=e.get(u):e instanceof Set?e=Array.from(e.values())[u]:e=e[u],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}const s=o[0],i=this.refEditor.get(e)[s];r?r(e,s,n):this.refEditor.isRef(i)?this.refEditor.set(i,n):e[s]=n}get(e,t){const n=Array.isArray(t)?t:t.split(".");for(let r=0;r<n.length;r++)if(e instanceof Map?e=e.get(n[r]):e=e[n[r]],this.refEditor.isRef(e)&&(e=this.refEditor.get(e)),!e)return;return e}has(e,t,n=!1){if(typeof e>"u")return!1;const r=Array.isArray(t)?t.slice():t.split("."),o=n?2:1;for(;e&&r.length>o;){const s=r.shift();e=e[s],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}return e!=null&&Object.prototype.hasOwnProperty.call(e,r[0])}createDefaultSetCallback(e){return(t,n,r)=>{if((e.remove||e.newKey)&&(Array.isArray(t)?t.splice(n,1):Ve(t)instanceof Map?t.delete(n):Ve(t)instanceof Set?t.delete(Array.from(t.values())[n]):Reflect.deleteProperty(t,n)),!e.remove){const o=t[e.newKey||n];this.refEditor.isRef(o)?this.refEditor.set(o,r):Ve(t)instanceof Map?t.set(e.newKey||n,r):Ve(t)instanceof Set?t.add(r):t[e.newKey||n]=r}}}},hu=class{set(e,t){if(jt(e))e.value=t;else{if(e instanceof Set&&Array.isArray(t)){e.clear(),t.forEach(o=>e.add(o));return}const n=Object.keys(t);if(e instanceof Map){const o=new Set(e.keys());n.forEach(s=>{e.set(s,Reflect.get(t,s)),o.delete(s)}),o.forEach(s=>e.delete(s));return}const r=new Set(Object.keys(e));n.forEach(o=>{Reflect.set(e,o,Reflect.get(t,o)),r.delete(o)}),r.forEach(o=>Reflect.deleteProperty(e,o))}}get(e){return jt(e)?e.value:e}isRef(e){return jt(e)||sr(e)}};_(),_(),_();var pu="__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";function _u(){if(!Fn||typeof localStorage>"u"||localStorage===null)return{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""};const e=localStorage.getItem(pu);return e?JSON.parse(e):{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""}}_(),_(),_();var ir,ur;(ur=(ir=y).__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS)!=null||(ir.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS=[]);var gu=new Proxy(y.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS,{get(e,t,n){return Reflect.get(e,t,n)}});function mu(e,t){D.timelineLayersState[t.id]=!1,gu.push({...e,descriptorId:t.id,appRecord:Nt(t.app)})}var ar,cr;(cr=(ar=y).__VUE_DEVTOOLS_KIT_INSPECTOR__)!=null||(ar.__VUE_DEVTOOLS_KIT_INSPECTOR__=[]);var Ht=new Proxy(y.__VUE_DEVTOOLS_KIT_INSPECTOR__,{get(e,t,n){return Reflect.get(e,t,n)}}),lr=ve(()=>{Ae.hooks.callHook("sendInspectorToClient",fr())});function Eu(e,t){var n,r;Ht.push({options:e,descriptor:t,treeFilterPlaceholder:(n=e.treeFilterPlaceholder)!=null?n:"Search tree...",stateFilterPlaceholder:(r=e.stateFilterPlaceholder)!=null?r:"Search state...",treeFilter:"",selectedNodeId:"",appRecord:Nt(t.app)}),lr()}function fr(){return Ht.filter(e=>e.descriptor.app===N.value.app).filter(e=>e.descriptor.id!=="components").map(e=>{var t;const n=e.descriptor,r=e.options;return{id:r.id,label:r.label,logo:n.logo,icon:`custom-ic-baseline-${(t=r?.icon)==null?void 0:t.replace(/_/g,"-")}`,packageName:n.packageName,homepage:n.homepage,pluginId:n.id}})}function tt(e,t){return Ht.find(n=>n.options.id===e&&(t?n.descriptor.app===t:!0))}function yu(){const e=Kn();e.hook("addInspector",({inspector:r,plugin:o})=>{Eu(r,o.descriptor)});const t=ve(async({inspectorId:r,plugin:o})=>{var s;if(!r||!((s=o?.descriptor)!=null&&s.app)||D.highPerfModeEnabled)return;const i=tt(r,o.descriptor.app),u={app:o.descriptor.app,inspectorId:r,filter:i?.treeFilter||"",rootNodes:[]};await new Promise(a=>{e.callHookWith(async c=>{await Promise.all(c.map(p=>p(u))),a()},"getInspectorTree")}),e.callHookWith(async a=>{await Promise.all(a.map(c=>c({inspectorId:r,rootNodes:u.rootNodes})))},"sendInspectorTreeToClient")},120);e.hook("sendInspectorTree",t);const n=ve(async({inspectorId:r,plugin:o})=>{var s;if(!r||!((s=o?.descriptor)!=null&&s.app)||D.highPerfModeEnabled)return;const i=tt(r,o.descriptor.app),u={app:o.descriptor.app,inspectorId:r,nodeId:i?.selectedNodeId||"",state:null},a={currentTab:`custom-inspector:${r}`};u.nodeId&&await new Promise(c=>{e.callHookWith(async p=>{await Promise.all(p.map(l=>l(u,a))),c()},"getInspectorState")}),e.callHookWith(async c=>{await Promise.all(c.map(p=>p({inspectorId:r,nodeId:u.nodeId,state:u.state})))},"sendInspectorStateToClient")},120);return e.hook("sendInspectorState",n),e.hook("customInspectorSelectNode",({inspectorId:r,nodeId:o,plugin:s})=>{const i=tt(r,s.descriptor.app);i&&(i.selectedNodeId=o)}),e.hook("timelineLayerAdded",({options:r,plugin:o})=>{mu(r,o.descriptor)}),e.hook("timelineEventAdded",({options:r,plugin:o})=>{var s;const i=["performance","component-event","keyboard","mouse"];D.highPerfModeEnabled||!((s=D.timelineLayersState)!=null&&s[o.descriptor.id])&&!i.includes(r.layerId)||e.callHookWith(async u=>{await Promise.all(u.map(a=>a(r)))},"sendTimelineEventToClient")}),e.hook("getComponentInstances",async({app:r})=>{const o=r.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(!o)return null;const s=o.id.toString();return[...o.instanceMap].filter(([u])=>u.split(":")[0]===s).map(([,u])=>u)}),e.hook("getComponentBounds",async({instance:r})=>ae(r)),e.hook("getComponentName",({instance:r})=>Ze(r)),e.hook("componentHighlight",({uid:r})=>{const o=N.value.instanceMap.get(r);o&&ru(o)}),e.hook("componentUnhighlight",()=>{nr()}),e}var dr,hr;(hr=(dr=y).__VUE_DEVTOOLS_KIT_APP_RECORDS__)!=null||(dr.__VUE_DEVTOOLS_KIT_APP_RECORDS__=[]);var pr,_r;(_r=(pr=y).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__)!=null||(pr.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__={});var gr,mr;(mr=(gr=y).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__)!=null||(gr.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__="");var Er,yr;(yr=(Er=y).__VUE_DEVTOOLS_KIT_CUSTOM_TABS__)!=null||(Er.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__=[]);var vr,Sr;(Sr=(vr=y).__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__)!=null||(vr.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__=[]);var ce="__VUE_DEVTOOLS_KIT_GLOBAL_STATE__";function vu(){return{connected:!1,clientConnected:!1,vitePluginDetected:!0,appRecords:[],activeAppRecordId:"",tabs:[],commands:[],highPerfModeEnabled:!0,devtoolsClientDetected:{},perfUniqueGroupId:0,timelineLayersState:_u()}}var br,Ar;(Ar=(br=y)[ce])!=null||(br[ce]=vu());var Su=ve(e=>{Ae.hooks.callHook("devtoolsStateUpdated",{state:e})});ve((e,t)=>{Ae.hooks.callHook("devtoolsConnectedUpdated",{state:e,oldState:t})});var nt=new Proxy(y.__VUE_DEVTOOLS_KIT_APP_RECORDS__,{get(e,t,n){return t==="value"?y.__VUE_DEVTOOLS_KIT_APP_RECORDS__:y.__VUE_DEVTOOLS_KIT_APP_RECORDS__[t]}}),N=new Proxy(y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__,{get(e,t,n){return t==="value"?y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__:t==="id"?y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__:y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__[t]}});function wr(){Su({...y[ce],appRecords:nt.value,activeAppRecordId:N.id,tabs:y.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,commands:y.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__})}function bu(e){y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__=e,wr()}function Au(e){y.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=e,wr()}var D=new Proxy(y[ce],{get(e,t){return t==="appRecords"?nt:t==="activeAppRecordId"?N.id:t==="tabs"?y.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__:t==="commands"?y.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__:y[ce][t]},deleteProperty(e,t){return delete e[t],!0},set(e,t,n){return{...y[ce]},e[t]=n,y[ce][t]=n,!0}});function wu(e={}){var t,n,r;const{file:o,host:s,baseUrl:i=window.location.origin,line:u=0,column:a=0}=e;if(o){if(s==="chrome-extension"){const c=o.replace(/\\/g,"\\\\"),p=(n=(t=window.VUE_DEVTOOLS_CONFIG)==null?void 0:t.openInEditorHost)!=null?n:"/";fetch(`${p}__open-in-editor?file=${encodeURI(o)}`).then(l=>{if(!l.ok){const f=`Opening component ${c} failed`;console.log(`%c${f}`,"color:red")}})}else if(D.vitePluginDetected){const c=(r=y.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__)!=null?r:i;y.__VUE_INSPECTOR__.openInEditor(c,o,u,a)}}}_(),_(),_(),_(),_();var Or,Tr;(Tr=(Or=y).__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__)!=null||(Or.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__=[]);var zt=new Proxy(y.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__,{get(e,t,n){return Reflect.get(e,t,n)}});function Kt(e){const t={};return Object.keys(e).forEach(n=>{t[n]=e[n].defaultValue}),t}function Gt(e){return`__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${e}__`}function Ou(e){var t,n,r;const o=(n=(t=zt.find(s=>{var i;return s[0].id===e&&!!((i=s[0])!=null&&i.settings)}))==null?void 0:t[0])!=null?n:null;return(r=o?.settings)!=null?r:null}function Ir(e,t){var n,r,o;const s=Gt(e);if(s){const i=localStorage.getItem(s);if(i)return JSON.parse(i)}if(e){const i=(r=(n=zt.find(u=>u[0].id===e))==null?void 0:n[0])!=null?r:null;return Kt((o=i?.settings)!=null?o:{})}return Kt(t)}function Tu(e,t){const n=Gt(e);localStorage.getItem(n)||localStorage.setItem(n,JSON.stringify(Kt(t)))}function Iu(e,t,n){const r=Gt(e),o=localStorage.getItem(r),s=JSON.parse(o||"{}"),i={...s,[t]:n};localStorage.setItem(r,JSON.stringify(i)),Ae.hooks.callHookWith(u=>{u.forEach(a=>a({pluginId:e,key:t,oldValue:s[t],newValue:n,settings:i}))},"setPluginSettings")}_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_();var kr,Cr,B=(Cr=(kr=y).__VUE_DEVTOOLS_HOOK)!=null?Cr:kr.__VUE_DEVTOOLS_HOOK=Kn(),ku={vueAppInit(e){B.hook("app:init",e)},vueAppUnmount(e){B.hook("app:unmount",e)},vueAppConnected(e){B.hook("app:connected",e)},componentAdded(e){return B.hook("component:added",e)},componentEmit(e){return B.hook("component:emit",e)},componentUpdated(e){return B.hook("component:updated",e)},componentRemoved(e){return B.hook("component:removed",e)},setupDevtoolsPlugin(e){B.hook("devtools-plugin:setup",e)},perfStart(e){return B.hook("perf:start",e)},perfEnd(e){return B.hook("perf:end",e)}},Dr={on:ku,setupDevToolsPlugin(e,t){return B.callHook("devtools-plugin:setup",e,t)}},Cu=class{constructor({plugin:e,ctx:t}){this.hooks=t.hooks,this.plugin=e}get on(){return{visitComponentTree:e=>{this.hooks.hook("visitComponentTree",e)},inspectComponent:e=>{this.hooks.hook("inspectComponent",e)},editComponentState:e=>{this.hooks.hook("editComponentState",e)},getInspectorTree:e=>{this.hooks.hook("getInspectorTree",e)},getInspectorState:e=>{this.hooks.hook("getInspectorState",e)},editInspectorState:e=>{this.hooks.hook("editInspectorState",e)},inspectTimelineEvent:e=>{this.hooks.hook("inspectTimelineEvent",e)},timelineCleared:e=>{this.hooks.hook("timelineCleared",e)},setPluginSettings:e=>{this.hooks.hook("setPluginSettings",e)}}}notifyComponentUpdate(e){var t;if(D.highPerfModeEnabled)return;const n=fr().find(r=>r.packageName===this.plugin.descriptor.packageName);if(n?.id){if(e){const r=[e.appContext.app,e.uid,(t=e.parent)==null?void 0:t.uid,e];B.callHook("component:updated",...r)}else B.callHook("component:updated");this.hooks.callHook("sendInspectorState",{inspectorId:n.id,plugin:this.plugin})}}addInspector(e){this.hooks.callHook("addInspector",{inspector:e,plugin:this.plugin}),this.plugin.descriptor.settings&&Tu(e.id,this.plugin.descriptor.settings)}sendInspectorTree(e){D.highPerfModeEnabled||this.hooks.callHook("sendInspectorTree",{inspectorId:e,plugin:this.plugin})}sendInspectorState(e){D.highPerfModeEnabled||this.hooks.callHook("sendInspectorState",{inspectorId:e,plugin:this.plugin})}selectInspectorNode(e,t){this.hooks.callHook("customInspectorSelectNode",{inspectorId:e,nodeId:t,plugin:this.plugin})}visitComponentTree(e){return this.hooks.callHook("visitComponentTree",e)}now(){return D.highPerfModeEnabled?0:Date.now()}addTimelineLayer(e){this.hooks.callHook("timelineLayerAdded",{options:e,plugin:this.plugin})}addTimelineEvent(e){D.highPerfModeEnabled||this.hooks.callHook("timelineEventAdded",{options:e,plugin:this.plugin})}getSettings(e){return Ir(e??this.plugin.descriptor.id,this.plugin.descriptor.settings)}getComponentInstances(e){return this.hooks.callHook("getComponentInstances",{app:e})}getComponentBounds(e){return this.hooks.callHook("getComponentBounds",{instance:e})}getComponentName(e){return this.hooks.callHook("getComponentName",{instance:e})}highlightElement(e){const t=e.__VUE_DEVTOOLS_NEXT_UID__;return this.hooks.callHook("componentHighlight",{uid:t})}unhighlightElement(){return this.hooks.callHook("componentUnhighlight")}},Du=Cu;_(),_(),_(),_();var xu="__vue_devtool_undefined__",Ru="__vue_devtool_infinity__",Pu="__vue_devtool_negative_infinity__",Nu="__vue_devtool_nan__";_(),_();var Vu={[xu]:"undefined",[Nu]:"NaN",[Ru]:"Infinity",[Pu]:"-Infinity"};Object.entries(Vu).reduce((e,[t,n])=>(e[n]=t,e),{}),_(),_(),_(),_(),_();var xr,Rr;(Rr=(xr=y).__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__)!=null||(xr.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__=new Set);function Pr(e,t){return Dr.setupDevToolsPlugin(e,t)}function Lu(e,t){const[n,r]=e;if(n.app!==t)return;const o=new Du({plugin:{setupFn:r,descriptor:n},ctx:Ae});n.packageName==="vuex"&&o.on.editInspectorState(s=>{o.sendInspectorState(s.inspectorId)}),r(o)}function Nr(e,t){y.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(e)||D.highPerfModeEnabled&&!t?.inspectingComponent||(y.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(e),zt.forEach(n=>{Lu(n,e)}))}_(),_();var Le="__VUE_DEVTOOLS_ROUTER__",be="__VUE_DEVTOOLS_ROUTER_INFO__",Vr,Lr;(Lr=(Vr=y)[be])!=null||(Vr[be]={currentRoute:null,routes:[]});var Mr,Br;(Br=(Mr=y)[Le])!=null||(Mr[Le]={}),new Proxy(y[be],{get(e,t){return y[be][t]}}),new Proxy(y[Le],{get(e,t){if(t==="value")return y[Le]}});function Mu(e){const t=new Map;return(e?.getRoutes()||[]).filter(n=>!t.has(n.path)&&t.set(n.path,1))}function Wt(e){return e.map(t=>{let{path:n,name:r,children:o,meta:s}=t;return o?.length&&(o=Wt(o)),{path:n,name:r,children:o,meta:s}})}function Bu(e){if(e){const{fullPath:t,hash:n,href:r,path:o,name:s,matched:i,params:u,query:a}=e;return{fullPath:t,hash:n,href:r,path:o,name:s,params:u,query:a,matched:Wt(i)}}return e}function $u(e,t){function n(){var r;const o=(r=e.app)==null?void 0:r.config.globalProperties.$router,s=Bu(o?.currentRoute.value),i=Wt(Mu(o)),u=console.warn;console.warn=()=>{},y[be]={currentRoute:s?Hn(s):{},routes:Hn(i)},y[Le]=o,console.warn=u}n(),Dr.on.componentUpdated(ve(()=>{var r;((r=t.value)==null?void 0:r.app)===e.app&&(n(),!D.highPerfModeEnabled&&Ae.hooks.callHook("routerInfoUpdated",{state:y[be]}))},200))}function Uu(e){return{async getInspectorTree(t){const n={...t,app:N.value.app,rootNodes:[]};return await new Promise(r=>{e.callHookWith(async o=>{await Promise.all(o.map(s=>s(n))),r()},"getInspectorTree")}),n.rootNodes},async getInspectorState(t){const n={...t,app:N.value.app,state:null},r={currentTab:`custom-inspector:${t.inspectorId}`};return await new Promise(o=>{e.callHookWith(async s=>{await Promise.all(s.map(i=>i(n,r))),o()},"getInspectorState")}),n.state},editInspectorState(t){const n=new du,r={...t,app:N.value.app,set:(o,s=t.path,i=t.state.value,u)=>{n.set(o,s,i,u||n.createDefaultSetCallback(t.state))}};e.callHookWith(o=>{o.forEach(s=>s(r))},"editInspectorState")},sendInspectorState(t){const n=tt(t);e.callHook("sendInspectorState",{inspectorId:t,plugin:{descriptor:n.descriptor,setupFn:()=>({})}})},inspectComponentInspector(){return iu()},cancelInspectComponentInspector(){return su()},getComponentRenderCode(t){const n=Vt(N.value,t);if(n)return typeof n?.type!="function"?n.render.toString():n.type.toString()},scrollToComponent(t){return uu({id:t})},openInEditor:wu,getVueInspector:lu,toggleApp(t,n){const r=nt.value.find(o=>o.id===t);r&&(Au(t),bu(r),$u(r,N),lr(),Nr(r.app,n))},inspectDOM(t){const n=Vt(N.value,t);if(n){const[r]=Lt(n);r&&(y.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__=r)}},updatePluginSettings(t,n,r){Iu(t,n,r)},getPluginSettings(t){return{options:Ou(t),values:Ir(t)}}}}_();var $r,Ur;(Ur=($r=y).__VUE_DEVTOOLS_ENV__)!=null||($r.__VUE_DEVTOOLS_ENV__={vitePluginDetected:!1});var Fr=yu(),jr,Hr;(Hr=(jr=y).__VUE_DEVTOOLS_KIT_CONTEXT__)!=null||(jr.__VUE_DEVTOOLS_KIT_CONTEXT__={hooks:Fr,get state(){return{...D,activeAppRecordId:N.id,activeAppRecord:N.value,appRecords:nt.value}},api:Uu(Fr)});var Ae=y.__VUE_DEVTOOLS_KIT_CONTEXT__;_(),Fi(Hi());var zr,Kr;(Kr=(zr=y).__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__)!=null||(zr.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__={id:0,appIds:new Set}),_(),_();function Fu(e){D.highPerfModeEnabled=e??!D.highPerfModeEnabled,!e&&N.value&&Nr(N.value.app)}_(),_(),_();function ju(e){D.devtoolsClientDetected={...D.devtoolsClientDetected,...e};const t=Object.values(D.devtoolsClientDetected).some(Boolean);Fu(!t)}var Gr,Wr;(Wr=(Gr=y).__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__)!=null||(Gr.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__=ju),_(),_(),_(),_(),_(),_(),_();var Hu=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},Yr=class{constructor(t){this.generateIdentifier=t,this.kv=new Hu}register(t,n){this.kv.getByValue(t)||(n||(n=this.generateIdentifier(t)),this.kv.set(n,t))}clear(){this.kv.clear()}getIdentifier(t){return this.kv.getByValue(t)}getValue(t){return this.kv.getByKey(t)}},zu=class extends Yr{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){typeof t=="object"?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};_(),_();function Ku(e){if("values"in Object)return Object.values(e);const t=[];for(const n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}function Gu(e,t){const n=Ku(e);if("find"in n)return n.find(t);const r=n;for(let o=0;o<r.length;o++){const s=r[o];if(t(s))return s}}function we(e,t){Object.entries(e).forEach(([n,r])=>t(r,n))}function rt(e,t){return e.indexOf(t)!==-1}function qr(e,t){for(let n=0;n<e.length;n++){const r=e[n];if(t(r))return r}}var Wu=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return Gu(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}};_(),_();var Yu=e=>Object.prototype.toString.call(e).slice(8,-1),Jr=e=>typeof e>"u",qu=e=>e===null,Me=e=>typeof e!="object"||e===null||e===Object.prototype?!1:Object.getPrototypeOf(e)===null?!0:Object.getPrototypeOf(e)===Object.prototype,Yt=e=>Me(e)&&Object.keys(e).length===0,ee=e=>Array.isArray(e),Ju=e=>typeof e=="string",Xu=e=>typeof e=="number"&&!isNaN(e),Zu=e=>typeof e=="boolean",Qu=e=>e instanceof RegExp,Be=e=>e instanceof Map,$e=e=>e instanceof Set,Xr=e=>Yu(e)==="Symbol",ea=e=>e instanceof Date&&!isNaN(e.valueOf()),ta=e=>e instanceof Error,Zr=e=>typeof e=="number"&&isNaN(e),na=e=>Zu(e)||qu(e)||Jr(e)||Xu(e)||Ju(e)||Xr(e),ra=e=>typeof e=="bigint",oa=e=>e===1/0||e===-1/0,sa=e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),ia=e=>e instanceof URL;_();var Qr=e=>e.replace(/\./g,"\\."),qt=e=>e.map(String).map(Qr).join("."),Ue=e=>{const t=[];let n="";for(let o=0;o<e.length;o++){let s=e.charAt(o);if(s==="\\"&&e.charAt(o+1)==="."){n+=".",o++;continue}if(s==="."){t.push(n),n="";continue}n+=s}const r=n;return t.push(r),t};_();function G(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var eo=[G(Jr,"undefined",()=>null,()=>{}),G(ra,"bigint",e=>e.toString(),e=>typeof BigInt<"u"?BigInt(e):(console.error("Please add a BigInt polyfill."),e)),G(ea,"Date",e=>e.toISOString(),e=>new Date(e)),G(ta,"Error",(e,t)=>{const n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n},(e,t)=>{const n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n}),G(Qu,"regexp",e=>""+e,e=>{const t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),G($e,"set",e=>[...e.values()],e=>new Set(e)),G(Be,"map",e=>[...e.entries()],e=>new Map(e)),G(e=>Zr(e)||oa(e),"number",e=>Zr(e)?"NaN":e>0?"Infinity":"-Infinity",Number),G(e=>e===0&&1/e===-1/0,"number",()=>"-0",Number),G(ia,"URL",e=>e.toString(),e=>new URL(e))];function ot(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var to=ot((e,t)=>Xr(e)?!!t.symbolRegistry.getIdentifier(e):!1,(e,t)=>["symbol",t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{const r=n.symbolRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown symbol");return r}),ua=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),no=ot(sa,e=>["typed-array",e.constructor.name],e=>[...e],(e,t)=>{const n=ua[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function ro(e,t){return e?.constructor?!!t.classRegistry.getIdentifier(e.constructor):!1}var oo=ot(ro,(e,t)=>["class",t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{const n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};const r={};return n.forEach(o=>{r[o]=e[o]}),r},(e,t,n)=>{const r=n.classRegistry.getValue(t[1]);if(!r)throw new Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(r.prototype),e)}),so=ot((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>["custom",t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{const r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw new Error("Trying to deserialize unknown custom value");return r.deserialize(e)}),aa=[oo,to,so,no],io=(e,t)=>{const n=qr(aa,o=>o.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};const r=qr(eo,o=>o.isApplicable(e,t));if(r)return{value:r.transform(e,t),type:r.annotation}},uo={};eo.forEach(e=>{uo[e.annotation]=e});var ca=(e,t,n)=>{if(ee(t))switch(t[0]){case"symbol":return to.untransform(e,t,n);case"class":return oo.untransform(e,t,n);case"custom":return so.untransform(e,t,n);case"typed-array":return no.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}else{const r=uo[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}};_();var Oe=(e,t)=>{if(t>e.size)throw new Error("index out of bounds");const n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function ao(e){if(rt(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(rt(e,"prototype"))throw new Error("prototype is not allowed as a property");if(rt(e,"constructor"))throw new Error("constructor is not allowed as a property")}var la=(e,t)=>{ao(t);for(let n=0;n<t.length;n++){const r=t[n];if($e(e))e=Oe(e,+r);else if(Be(e)){const o=+r,s=+t[++n]==0?"key":"value",i=Oe(e,o);switch(s){case"key":e=i;break;case"value":e=e.get(i);break}}else e=e[r]}return e},Jt=(e,t,n)=>{if(ao(t),t.length===0)return n(e);let r=e;for(let s=0;s<t.length-1;s++){const i=t[s];if(ee(r)){const u=+i;r=r[u]}else if(Me(r))r=r[i];else if($e(r)){const u=+i;r=Oe(r,u)}else if(Be(r)){if(s===t.length-2)break;const a=+i,c=+t[++s]==0?"key":"value",p=Oe(r,a);switch(c){case"key":r=p;break;case"value":r=r.get(p);break}}}const o=t[t.length-1];if(ee(r)?r[+o]=n(r[+o]):Me(r)&&(r[o]=n(r[o])),$e(r)){const s=Oe(r,+o),i=n(s);s!==i&&(r.delete(s),r.add(i))}if(Be(r)){const s=+t[t.length-2],i=Oe(r,s);switch(+o==0?"key":"value"){case"key":{const a=n(i);r.set(a,r.get(i)),a!==i&&r.delete(i);break}case"value":{r.set(i,n(r.get(i)));break}}}return e};function Xt(e,t,n=[]){if(!e)return;if(!ee(e)){we(e,(s,i)=>Xt(s,t,[...n,...Ue(i)]));return}const[r,o]=e;o&&we(o,(s,i)=>{Xt(s,t,[...n,...Ue(i)])}),t(r,n)}function fa(e,t,n){return Xt(t,(r,o)=>{e=Jt(e,o,s=>ca(s,r,n))}),e}function da(e,t){function n(r,o){const s=la(e,Ue(o));r.map(Ue).forEach(i=>{e=Jt(e,i,()=>s)})}if(ee(t)){const[r,o]=t;r.forEach(s=>{e=Jt(e,Ue(s),()=>e)}),o&&we(o,n)}else we(t,n);return e}var ha=(e,t)=>Me(e)||ee(e)||Be(e)||$e(e)||ro(e,t);function pa(e,t,n){const r=n.get(e);r?r.push(t):n.set(e,[t])}function _a(e,t){const n={};let r;return e.forEach(o=>{if(o.length<=1)return;t||(o=o.map(u=>u.map(String)).sort((u,a)=>u.length-a.length));const[s,...i]=o;s.length===0?r=i.map(qt):n[qt(s)]=i.map(qt)}),r?Yt(n)?[r]:[r,n]:Yt(n)?void 0:n}var co=(e,t,n,r,o=[],s=[],i=new Map)=>{var u;const a=na(e);if(!a){pa(e,o,t);const h=i.get(e);if(h)return r?{transformedValue:null}:h}if(!ha(e,n)){const h=io(e,n),m=h?{transformedValue:h.value,annotations:[h.type]}:{transformedValue:e};return a||i.set(e,m),m}if(rt(s,e))return{transformedValue:null};const c=io(e,n),p=(u=c?.value)!=null?u:e,l=ee(p)?[]:{},f={};we(p,(h,m)=>{if(m==="__proto__"||m==="constructor"||m==="prototype")throw new Error(`Detected property ${m}. This is a prototype pollution risk, please remove it from your object.`);const g=co(h,t,n,r,[...o,m],[...s,e],i);l[m]=g.transformedValue,ee(g.annotations)?f[m]=g.annotations:Me(g.annotations)&&we(g.annotations,(E,O)=>{f[Qr(m)+"."+O]=E})});const d=Yt(f)?{transformedValue:l,annotations:c?[c.type]:void 0}:{transformedValue:l,annotations:c?[c.type,f]:f};return a||i.set(e,d),d};_(),_();function lo(e){return Object.prototype.toString.call(e).slice(8,-1)}function fo(e){return lo(e)==="Array"}function ga(e){if(lo(e)!=="Object")return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}function ma(e,t,n,r,o){const s={}.propertyIsEnumerable.call(r,t)?"enumerable":"nonenumerable";s==="enumerable"&&(e[t]=n),o&&s==="nonenumerable"&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function Zt(e,t={}){if(fo(e))return e.map(o=>Zt(o,t));if(!ga(e))return e;const n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertySymbols(e);return[...n,...r].reduce((o,s)=>{if(fo(t.props)&&!t.props.includes(s))return o;const i=e[s],u=Zt(i,t);return ma(o,s,u,e,t.nonenumerable),o},{})}var k=class{constructor({dedupe:e=!1}={}){this.classRegistry=new zu,this.symbolRegistry=new Yr(t=>{var n;return(n=t.description)!=null?n:""}),this.customTransformerRegistry=new Wu,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const t=new Map,n=co(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta={...r.meta,values:n.annotations});const o=_a(t,this.dedupe);return o&&(r.meta={...r.meta,referentialEqualities:o}),r}deserialize(e){const{json:t,meta:n}=e;let r=Zt(t);return n?.values&&(r=fa(r,n.values,this)),n?.referentialEqualities&&(r=da(r,n.referentialEqualities)),r}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};k.defaultInstance=new k,k.serialize=k.defaultInstance.serialize.bind(k.defaultInstance),k.deserialize=k.defaultInstance.deserialize.bind(k.defaultInstance),k.stringify=k.defaultInstance.stringify.bind(k.defaultInstance),k.parse=k.defaultInstance.parse.bind(k.defaultInstance),k.registerClass=k.defaultInstance.registerClass.bind(k.defaultInstance),k.registerSymbol=k.defaultInstance.registerSymbol.bind(k.defaultInstance),k.registerCustom=k.defaultInstance.registerCustom.bind(k.defaultInstance),k.allowErrorProps=k.defaultInstance.allowErrorProps.bind(k.defaultInstance),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_();var ho,po;(po=(ho=y).__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__)!=null||(ho.__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__=[]);var _o,go;(go=(_o=y).__VUE_DEVTOOLS_KIT_RPC_CLIENT__)!=null||(_o.__VUE_DEVTOOLS_KIT_RPC_CLIENT__=null);var mo,Eo;(Eo=(mo=y).__VUE_DEVTOOLS_KIT_RPC_SERVER__)!=null||(mo.__VUE_DEVTOOLS_KIT_RPC_SERVER__=null);var yo,vo;(vo=(yo=y).__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__)!=null||(yo.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__=null);var So,bo;(bo=(So=y).__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__)!=null||(So.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__=null);var Ao,wo;(wo=(Ao=y).__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__)!=null||(Ao.__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__=null),_(),_(),_(),_(),_(),_(),_();/*!
4
4
  * pinia v3.0.3
5
5
  * (c) 2025 Eduardo San Martin Morote
6
6
  * @license MIT
@@ -10,5 +10,5 @@ Only state can be modified.`);i[0]="$state",Te=!1,r.set(s,i,r.state.value),Te=!0
10
10
  state: () => new MyClass()
11
11
  Found in store "${A.$id}".`),h&&s&&n.hydrate&&n.hydrate(A.$state,h),c=!0,p=!0,A}/*! #__NO_SIDE_EFFECTS__ */function $a(e,t,n){let r;const o=typeof t=="function";r=o?n:t;function s(i,u){const a=b.hasInjectionContext();if(i=(process.env.NODE_ENV==="test"&&Fe&&Fe._testing?null:i)||(a?b.inject(Oo,null):null),i&&je(i),process.env.NODE_ENV!=="production"&&!Fe)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
12
12
  See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
13
- This will fail in production.`);i=Fe,i._s.has(e)||(o?rn(e,t,r,i):Fo(e,r,i),process.env.NODE_ENV!=="production"&&(s._pinia=i));const c=i._s.get(e);if(process.env.NODE_ENV!=="production"&&u){const p="__hot:"+e,l=o?rn(p,t,r,i,!0):Fo(p,$({},r),i,!0);u._hotUpdate(l),delete i.state.value[p],i._s.delete(p)}if(process.env.NODE_ENV!=="production"&&te){const p=b.getCurrentInstance();if(p&&p.proxy&&!u){const l=p.proxy,f="_pStores"in l?l._pStores:l._pStores={};f[e]=c}}return c}return s.$id=e,s}const Ua=$a("data",()=>{const e=b.ref([]),t=b.ref({});return{records:e,record:t}});function Fa(e){const t=b.ref();return b.onMounted(async()=>{if(e||(e=b.inject("$registry")),!e||!e.router)return;let n;try{n=Ua()}catch{throw new Error("Please enable the Stonecrop plugin before using the Stonecrop composable")}t.value=new ye(e,n);const r=e.router.currentRoute.value,o=r.params.records?.toString().toLowerCase(),s=r.params.record?.toString().toLowerCase();if(!o&&!s)return;const i=await e.getMeta?.(o);i&&(e.addDoctype(i),t.value.setup(i),o&&(s?await t.value.getRecord(i,s):await t.value.getRecords(i)),t.value.runAction(i,"load",s?[s]:void 0))}),{stonecrop:t}}class ja{doctype;schema;workflow;actions;component;constructor(t,n,r,o,s){this.doctype=t,this.schema=n,this.workflow=r,this.actions=o,this.component=s}get slug(){return this.doctype.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase()}}class ke{static _root;name;registry;router;constructor(t,n){if(ke._root)return ke._root;ke._root=this,this.name="Registry",this.registry={},this.router=t,this.getMeta=n}getMeta;addDoctype(t){t.doctype in Object.keys(this.registry)||(this.registry[t.slug]=t),t.component&&this.router&&!this.router.hasRoute(t.doctype)&&this.router.addRoute({path:`/${t.slug}`,name:t.slug,component:t.component})}}function Ha(e){return e&&typeof e.then=="function"}Promise.resolve(!1),Promise.resolve(!0);var de=Promise.resolve();function jo(e,t){return e||(e=0),new Promise(function(n){return setTimeout(function(){return n(t)},e)})}function za(e,t){return Math.floor(Math.random()*(t-e+1)+e)}function on(){return Math.random().toString(36).substring(2)}var sn=0;function He(){var e=Date.now()*1e3;return e<=sn&&(e=sn+1),sn=e,e}var Ka=He,Ga="native";function Wa(e){var t={time:He(),messagesCallback:null,bc:new BroadcastChannel(e),subFns:[]};return t.bc.onmessage=function(n){t.messagesCallback&&t.messagesCallback(n.data)},t}function Ya(e){e.bc.close(),e.subFns=[]}function qa(e,t){try{return e.bc.postMessage(t,!1),de}catch(n){return Promise.reject(n)}}function Ja(e,t){e.messagesCallback=t}function Xa(){if(typeof globalThis<"u"&&globalThis.Deno&&globalThis.Deno.args)return!0;if((typeof window<"u"||typeof self<"u")&&typeof BroadcastChannel=="function"){if(BroadcastChannel._pubkey)throw new Error("BroadcastChannel: Do not overwrite window.BroadcastChannel with this module, this is not a polyfill");return!0}else return!1}function Za(){return 150}var Qa={create:Wa,close:Ya,onMessage:Ja,postMessage:qa,canBeUsed:Xa,type:Ga,averageResponseTime:Za,microSeconds:Ka};class Ho{ttl;map=new Map;_to=!1;constructor(t){this.ttl=t}has(t){return this.map.has(t)}add(t){this.map.set(t,zo()),this._to||(this._to=!0,setTimeout(()=>{this._to=!1,ec(this)},0))}clear(){this.map.clear()}}function ec(e){const t=zo()-e.ttl,n=e.map[Symbol.iterator]();for(;;){const r=n.next().value;if(!r)return;const o=r[0];if(r[1]<t)e.map.delete(o);else return}}function zo(){return Date.now()}function un(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=JSON.parse(JSON.stringify(e));return typeof t.webWorkerSupport>"u"&&(t.webWorkerSupport=!0),t.idb||(t.idb={}),t.idb.ttl||(t.idb.ttl=1e3*45),t.idb.fallbackInterval||(t.idb.fallbackInterval=150),e.idb&&typeof e.idb.onclose=="function"&&(t.idb.onclose=e.idb.onclose),t.localstorage||(t.localstorage={}),t.localstorage.removeTimeout||(t.localstorage.removeTimeout=1e3*60),e.methods&&(t.methods=e.methods),t.node||(t.node={}),t.node.ttl||(t.node.ttl=1e3*60*2),t.node.maxParallelWrites||(t.node.maxParallelWrites=2048),typeof t.node.useFastPath>"u"&&(t.node.useFastPath=!0),t}var tc=He,nc="pubkey.broadcast-channel-0-",X="messages",lt={durability:"relaxed"},rc="idb";function Ko(){if(typeof indexedDB<"u")return indexedDB;if(typeof window<"u"){if(typeof window.mozIndexedDB<"u")return window.mozIndexedDB;if(typeof window.webkitIndexedDB<"u")return window.webkitIndexedDB;if(typeof window.msIndexedDB<"u")return window.msIndexedDB}return!1}function an(e){e.commit&&e.commit()}function oc(e){var t=Ko(),n=nc+e,r=t.open(n);return r.onupgradeneeded=function(o){var s=o.target.result;s.createObjectStore(X,{keyPath:"id",autoIncrement:!0})},new Promise(function(o,s){r.onerror=function(i){return s(i)},r.onsuccess=function(){o(r.result)}})}function sc(e,t,n){var r=Date.now(),o={uuid:t,time:r,data:n},s=e.transaction([X],"readwrite",lt);return new Promise(function(i,u){s.oncomplete=function(){return i()},s.onerror=function(c){return u(c)};var a=s.objectStore(X);a.add(o),an(s)})}function ic(e,t){var n=e.transaction(X,"readonly",lt),r=n.objectStore(X),o=[],s=IDBKeyRange.bound(t+1,1/0);if(r.getAll){var i=r.getAll(s);return new Promise(function(a,c){i.onerror=function(p){return c(p)},i.onsuccess=function(p){a(p.target.result)}})}function u(){try{return s=IDBKeyRange.bound(t+1,1/0),r.openCursor(s)}catch{return r.openCursor()}}return new Promise(function(a,c){var p=u();p.onerror=function(l){return c(l)},p.onsuccess=function(l){var f=l.target.result;f?f.value.id<t+1?f.continue(t+1):(o.push(f.value),f.continue()):(an(n),a(o))}})}function uc(e,t){if(e.closed)return Promise.resolve([]);var n=e.db.transaction(X,"readwrite",lt),r=n.objectStore(X);return Promise.all(t.map(function(o){var s=r.delete(o);return new Promise(function(i){s.onsuccess=function(){return i()}})}))}function ac(e,t){var n=Date.now()-t,r=e.transaction(X,"readonly",lt),o=r.objectStore(X),s=[];return new Promise(function(i){o.openCursor().onsuccess=function(u){var a=u.target.result;if(a){var c=a.value;c.time<n?(s.push(c),a.continue()):(an(r),i(s))}else i(s)}})}function cc(e){return ac(e.db,e.options.idb.ttl).then(function(t){return uc(e,t.map(function(n){return n.id}))})}function lc(e,t){return t=un(t),oc(e).then(function(n){var r={closed:!1,lastCursorId:0,channelName:e,options:t,uuid:on(),eMIs:new Ho(t.idb.ttl*2),writeBlockPromise:de,messagesCallback:null,readQueuePromises:[],db:n};return n.onclose=function(){r.closed=!0,t.idb.onclose&&t.idb.onclose()},Go(r),r})}function Go(e){e.closed||Wo(e).then(function(){return jo(e.options.idb.fallbackInterval)}).then(function(){return Go(e)})}function fc(e,t){return!(e.uuid===t.uuid||t.eMIs.has(e.id)||e.data.time<t.messagesCallbackTime)}function Wo(e){return e.closed||!e.messagesCallback?de:ic(e.db,e.lastCursorId).then(function(t){var n=t.filter(function(r){return!!r}).map(function(r){return r.id>e.lastCursorId&&(e.lastCursorId=r.id),r}).filter(function(r){return fc(r,e)}).sort(function(r,o){return r.time-o.time});return n.forEach(function(r){e.messagesCallback&&(e.eMIs.add(r.id),e.messagesCallback(r.data))}),de})}function dc(e){e.closed=!0,e.db.close()}function hc(e,t){return e.writeBlockPromise=e.writeBlockPromise.then(function(){return sc(e.db,e.uuid,t)}).then(function(){za(0,10)===0&&cc(e)}),e.writeBlockPromise}function pc(e,t,n){e.messagesCallbackTime=n,e.messagesCallback=t,Wo(e)}function _c(){return!!Ko()}function gc(e){return e.idb.fallbackInterval*2}var mc={create:lc,close:dc,onMessage:pc,postMessage:hc,canBeUsed:_c,type:rc,averageResponseTime:gc,microSeconds:tc},Ec=He,yc="pubkey.broadcastChannel-",vc="localstorage";function Yo(){var e;if(typeof window>"u")return null;try{e=window.localStorage,e=window["ie8-eventlistener/storage"]||window.localStorage}catch{}return e}function qo(e){return yc+e}function Sc(e,t){return new Promise(function(n){jo().then(function(){var r=qo(e.channelName),o={token:on(),time:Date.now(),data:t,uuid:e.uuid},s=JSON.stringify(o);Yo().setItem(r,s);var i=document.createEvent("Event");i.initEvent("storage",!0,!0),i.key=r,i.newValue=s,window.dispatchEvent(i),n()})})}function bc(e,t){var n=qo(e),r=function(s){s.key===n&&t(JSON.parse(s.newValue))};return window.addEventListener("storage",r),r}function Ac(e){window.removeEventListener("storage",e)}function wc(e,t){if(t=un(t),!Jo())throw new Error("BroadcastChannel: localstorage cannot be used");var n=on(),r=new Ho(t.localstorage.removeTimeout),o={channelName:e,uuid:n,eMIs:r};return o.listener=bc(e,function(s){o.messagesCallback&&s.uuid!==n&&(!s.token||r.has(s.token)||s.data.time&&s.data.time<o.messagesCallbackTime||(r.add(s.token),o.messagesCallback(s.data)))}),o}function Oc(e){Ac(e.listener)}function Tc(e,t,n){e.messagesCallbackTime=n,e.messagesCallback=t}function Jo(){var e=Yo();if(!e)return!1;try{var t="__broadcastchannel_check";e.setItem(t,"works"),e.removeItem(t)}catch{return!1}return!0}function Ic(){var e=120,t=navigator.userAgent.toLowerCase();return t.includes("safari")&&!t.includes("chrome")?e*2:e}var kc={create:wc,close:Oc,onMessage:Tc,postMessage:Sc,canBeUsed:Jo,type:vc,averageResponseTime:Ic,microSeconds:Ec},Xo=He,Cc="simulate",cn=new Set;function Dc(e){var t={time:Xo(),name:e,messagesCallback:null};return cn.add(t),t}function xc(e){cn.delete(e)}var Zo=5;function Rc(e,t){return new Promise(function(n){return setTimeout(function(){var r=Array.from(cn);r.forEach(function(o){o.name===e.name&&o!==e&&o.messagesCallback&&o.time<t.time&&o.messagesCallback(t)}),n()},Zo)})}function Pc(e,t){e.messagesCallback=t}function Nc(){return!0}function Vc(){return Zo}var Lc={create:Dc,close:xc,onMessage:Pc,postMessage:Rc,canBeUsed:Nc,type:Cc,averageResponseTime:Vc,microSeconds:Xo},Qo=[Qa,mc,kc];function Mc(e){var t=[].concat(e.methods,Qo).filter(Boolean);if(e.type){if(e.type==="simulate")return Lc;var n=t.find(function(o){return o.type===e.type});if(n)return n;throw new Error("method-type "+e.type+" not found")}e.webWorkerSupport||(t=t.filter(function(o){return o.type!=="idb"}));var r=t.find(function(o){return o.canBeUsed()});if(r)return r;throw new Error("No usable method found in "+JSON.stringify(Qo.map(function(o){return o.type})))}var es=new Set,Bc=0,ln=function(t,n){this.id=Bc++,es.add(this),this.name=t,this.options=un(n),this.method=Mc(this.options),this._iL=!1,this._onML=null,this._addEL={message:[],internal:[]},this._uMP=new Set,this._befC=[],this._prepP=null,$c(this)};ln._pubkey=!0,ln.prototype={postMessage:function(t){if(this.closed)throw new Error("BroadcastChannel.postMessage(): Cannot post message after channel has closed "+JSON.stringify(t));return ts(this,"message",t)},postInternal:function(t){return ts(this,"internal",t)},set onmessage(e){var t=this.method.microSeconds(),n={time:t,fn:e};os(this,"message",this._onML),e&&typeof e=="function"?(this._onML=n,rs(this,"message",n)):this._onML=null},addEventListener:function(t,n){var r=this.method.microSeconds(),o={time:r,fn:n};rs(this,t,o)},removeEventListener:function(t,n){var r=this._addEL[t].find(function(o){return o.fn===n});os(this,t,r)},close:function(){var t=this;if(!this.closed){es.delete(this),this.closed=!0;var n=this._prepP?this._prepP:de;return this._onML=null,this._addEL.message=[],n.then(function(){return Promise.all(Array.from(t._uMP))}).then(function(){return Promise.all(t._befC.map(function(r){return r()}))}).then(function(){return t.method.close(t._state)})}},get type(){return this.method.type},get isClosed(){return this.closed}};function ts(e,t,n){var r=e.method.microSeconds(),o={time:r,type:t,data:n},s=e._prepP?e._prepP:de;return s.then(function(){var i=e.method.postMessage(e._state,o);return e._uMP.add(i),i.catch().then(function(){return e._uMP.delete(i)}),i})}function $c(e){var t=e.method.create(e.name,e.options);Ha(t)?(e._prepP=t,t.then(function(n){e._state=n})):e._state=t}function ns(e){return e._addEL.message.length>0||e._addEL.internal.length>0}function rs(e,t,n){e._addEL[t].push(n),Uc(e)}function os(e,t,n){e._addEL[t]=e._addEL[t].filter(function(r){return r!==n}),Fc(e)}function Uc(e){if(!e._iL&&ns(e)){var t=function(o){e._addEL[o.type].forEach(function(s){o.time>=s.time&&s.fn(o.data)})},n=e.method.microSeconds();e._prepP?e._prepP.then(function(){e._iL=!0,e.method.onMessage(e._state,t,n)}):(e._iL=!0,e.method.onMessage(e._state,t,n))}}function Fc(e){if(e._iL&&!ns(e)){e._iL=!1;var t=e.method.microSeconds();e.method.onMessage(e._state,null,t)}}function ss(e,t={serialize:JSON.stringify,deserialize:JSON.parse}){return t.deserialize(t.serialize(e))}function jc(e,t){return Object.keys(t).includes(e)}function Hc({enable:e=!0,initialize:t=!0,type:n,serializer:r}){return({store:o,options:s})=>{const i=s?.share?.enable??e,u=s?.share?.omit??[];if(!i)return;const a=new ln(o.$id,{type:n});let c=0,p=!1;const l=Object.keys(o.$state).filter(d=>!u.includes(d)&&jc(d,o.$state));a.onmessage=d=>{if(d===void 0){a.postMessage({timestamp:c,state:ss(o.$state,r)});return}d.timestamp<=c||(p=!0,c=d.timestamp,o.$patch(h=>{l.forEach(m=>{h[m]=d.state[m]})}))},(s?.share?.initialize??t)&&a.postMessage(void 0),o.$subscribe((d,h)=>{p||(c=Date.now(),a.postMessage({timestamp:c,state:ss(h,r)})),p=!1})}}const is=Va();is.use(Hc({enable:!0,initialize:!0}));const zc={install:(e,t)=>{const n=e.config.globalProperties.$router,r=n||t?.router,o=new ke(r,t?.getMeta);if(!n&&r&&e.use(r),e.use(is),e.provide("$registry",o),t?.components)for(const[s,i]of Object.entries(t.components))e.component(s,i)}};j.DoctypeMeta=ja,j.Registry=ke,j.Stonecrop=zc,j.StonecropClass=ye,j.useStonecrop=Fa,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})});
13
+ This will fail in production.`);i=Fe,i._s.has(e)||(o?rn(e,t,r,i):Fo(e,r,i),process.env.NODE_ENV!=="production"&&(s._pinia=i));const c=i._s.get(e);if(process.env.NODE_ENV!=="production"&&u){const p="__hot:"+e,l=o?rn(p,t,r,i,!0):Fo(p,$({},r),i,!0);u._hotUpdate(l),delete i.state.value[p],i._s.delete(p)}if(process.env.NODE_ENV!=="production"&&te){const p=b.getCurrentInstance();if(p&&p.proxy&&!u){const l=p.proxy,f="_pStores"in l?l._pStores:l._pStores={};f[e]=c}}return c}return s.$id=e,s}const Ua=$a("data",()=>{const e=b.ref([]),t=b.ref({});return{records:e,record:t}});function Fa(e){const t=b.ref();return b.onMounted(async()=>{if(e||(e=b.inject("$registry")),!e||!e.router)return;let n;try{n=Ua()}catch{throw new Error("Please enable the Stonecrop plugin before using the Stonecrop composable")}t.value=new ye(e,n);const r=e.router.currentRoute.value,o=r.params.records?.toString().toLowerCase(),s=r.params.record?.toString().toLowerCase();if(!o&&!s)return;const i=await e.getMeta?.(o);i&&(e.addDoctype(i),t.value.setup(i),o&&(s?await t.value.getRecord(i,s):await t.value.getRecords(i)),t.value.runAction(i,"load",s?[s]:void 0))}),{stonecrop:t}}class ja{doctype;schema;workflow;actions;component;constructor(t,n,r,o,s){this.doctype=t,this.schema=n,this.workflow=r,this.actions=o,this.component=s}get slug(){return this.doctype.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase()}}class ke{static _root;name;registry;router;constructor(t,n){if(ke._root)return ke._root;ke._root=this,this.name="Registry",this.registry={},this.router=t,this.getMeta=n}getMeta;addDoctype(t){t.doctype in Object.keys(this.registry)||(this.registry[t.slug]=t),t.component&&this.router&&!this.router.hasRoute(t.doctype)&&this.router.addRoute({path:`/${t.slug}`,name:t.slug,component:t.component})}}function Ha(e){return e&&typeof e.then=="function"}Promise.resolve(!1),Promise.resolve(!0);var de=Promise.resolve();function jo(e,t){return e||(e=0),new Promise(function(n){return setTimeout(function(){return n(t)},e)})}function za(e,t){return Math.floor(Math.random()*(t-e+1)+e)}function on(){return Math.random().toString(36).substring(2)}var sn=0;function He(){var e=Date.now()*1e3;return e<=sn&&(e=sn+1),sn=e,e}var Ka=He,Ga="native";function Wa(e){var t={time:He(),messagesCallback:null,bc:new BroadcastChannel(e),subFns:[]};return t.bc.onmessage=function(n){t.messagesCallback&&t.messagesCallback(n.data)},t}function Ya(e){e.bc.close(),e.subFns=[]}function qa(e,t){try{return e.bc.postMessage(t,!1),de}catch(n){return Promise.reject(n)}}function Ja(e,t){e.messagesCallback=t}function Xa(){if(typeof globalThis<"u"&&globalThis.Deno&&globalThis.Deno.args)return!0;if((typeof window<"u"||typeof self<"u")&&typeof BroadcastChannel=="function"){if(BroadcastChannel._pubkey)throw new Error("BroadcastChannel: Do not overwrite window.BroadcastChannel with this module, this is not a polyfill");return!0}else return!1}function Za(){return 150}var Qa={create:Wa,close:Ya,onMessage:Ja,postMessage:qa,canBeUsed:Xa,type:Ga,averageResponseTime:Za,microSeconds:Ka};class Ho{ttl;map=new Map;_to=!1;constructor(t){this.ttl=t}has(t){return this.map.has(t)}add(t){this.map.set(t,zo()),this._to||(this._to=!0,setTimeout(()=>{this._to=!1,ec(this)},0))}clear(){this.map.clear()}}function ec(e){const t=zo()-e.ttl,n=e.map[Symbol.iterator]();for(;;){const r=n.next().value;if(!r)return;const o=r[0];if(r[1]<t)e.map.delete(o);else return}}function zo(){return Date.now()}function un(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=JSON.parse(JSON.stringify(e));return typeof t.webWorkerSupport>"u"&&(t.webWorkerSupport=!0),t.idb||(t.idb={}),t.idb.ttl||(t.idb.ttl=1e3*45),t.idb.fallbackInterval||(t.idb.fallbackInterval=150),e.idb&&typeof e.idb.onclose=="function"&&(t.idb.onclose=e.idb.onclose),t.localstorage||(t.localstorage={}),t.localstorage.removeTimeout||(t.localstorage.removeTimeout=1e3*60),e.methods&&(t.methods=e.methods),t.node||(t.node={}),t.node.ttl||(t.node.ttl=1e3*60*2),t.node.maxParallelWrites||(t.node.maxParallelWrites=2048),typeof t.node.useFastPath>"u"&&(t.node.useFastPath=!0),t}var tc=He,nc="pubkey.broadcast-channel-0-",X="messages",lt={durability:"relaxed"},rc="idb";function Ko(){if(typeof indexedDB<"u")return indexedDB;if(typeof window<"u"){if(typeof window.mozIndexedDB<"u")return window.mozIndexedDB;if(typeof window.webkitIndexedDB<"u")return window.webkitIndexedDB;if(typeof window.msIndexedDB<"u")return window.msIndexedDB}return!1}function an(e){e.commit&&e.commit()}function oc(e){var t=Ko(),n=nc+e,r=t.open(n);return r.onupgradeneeded=function(o){var s=o.target.result;s.createObjectStore(X,{keyPath:"id",autoIncrement:!0})},new Promise(function(o,s){r.onerror=function(i){return s(i)},r.onsuccess=function(){o(r.result)}})}function sc(e,t,n){var r=Date.now(),o={uuid:t,time:r,data:n},s=e.transaction([X],"readwrite",lt);return new Promise(function(i,u){s.oncomplete=function(){return i()},s.onerror=function(c){return u(c)};var a=s.objectStore(X);a.add(o),an(s)})}function ic(e,t){var n=e.transaction(X,"readonly",lt),r=n.objectStore(X),o=[],s=IDBKeyRange.bound(t+1,1/0);if(r.getAll){var i=r.getAll(s);return new Promise(function(a,c){i.onerror=function(p){return c(p)},i.onsuccess=function(p){a(p.target.result)}})}function u(){try{return s=IDBKeyRange.bound(t+1,1/0),r.openCursor(s)}catch{return r.openCursor()}}return new Promise(function(a,c){var p=u();p.onerror=function(l){return c(l)},p.onsuccess=function(l){var f=l.target.result;f?f.value.id<t+1?f.continue(t+1):(o.push(f.value),f.continue()):(an(n),a(o))}})}function uc(e,t){if(e.closed)return Promise.resolve([]);var n=e.db.transaction(X,"readwrite",lt),r=n.objectStore(X);return Promise.all(t.map(function(o){var s=r.delete(o);return new Promise(function(i){s.onsuccess=function(){return i()}})}))}function ac(e,t){var n=Date.now()-t,r=e.transaction(X,"readonly",lt),o=r.objectStore(X),s=[];return new Promise(function(i){o.openCursor().onsuccess=function(u){var a=u.target.result;if(a){var c=a.value;c.time<n?(s.push(c),a.continue()):(an(r),i(s))}else i(s)}})}function cc(e){return ac(e.db,e.options.idb.ttl).then(function(t){return uc(e,t.map(function(n){return n.id}))})}function lc(e,t){return t=un(t),oc(e).then(function(n){var r={closed:!1,lastCursorId:0,channelName:e,options:t,uuid:on(),eMIs:new Ho(t.idb.ttl*2),writeBlockPromise:de,messagesCallback:null,readQueuePromises:[],db:n};return n.onclose=function(){r.closed=!0,t.idb.onclose&&t.idb.onclose()},Go(r),r})}function Go(e){e.closed||Wo(e).then(function(){return jo(e.options.idb.fallbackInterval)}).then(function(){return Go(e)})}function fc(e,t){return!(e.uuid===t.uuid||t.eMIs.has(e.id)||e.data.time<t.messagesCallbackTime)}function Wo(e){return e.closed||!e.messagesCallback?de:ic(e.db,e.lastCursorId).then(function(t){var n=t.filter(function(r){return!!r}).map(function(r){return r.id>e.lastCursorId&&(e.lastCursorId=r.id),r}).filter(function(r){return fc(r,e)}).sort(function(r,o){return r.time-o.time});return n.forEach(function(r){e.messagesCallback&&(e.eMIs.add(r.id),e.messagesCallback(r.data))}),de})}function dc(e){e.closed=!0,e.db.close()}function hc(e,t){return e.writeBlockPromise=e.writeBlockPromise.then(function(){return sc(e.db,e.uuid,t)}).then(function(){za(0,10)===0&&cc(e)}),e.writeBlockPromise}function pc(e,t,n){e.messagesCallbackTime=n,e.messagesCallback=t,Wo(e)}function _c(){return!!Ko()}function gc(e){return e.idb.fallbackInterval*2}var mc={create:lc,close:dc,onMessage:pc,postMessage:hc,canBeUsed:_c,type:rc,averageResponseTime:gc,microSeconds:tc},Ec=He,yc="pubkey.broadcastChannel-",vc="localstorage";function Yo(){var e;if(typeof window>"u")return null;try{e=window.localStorage,e=window["ie8-eventlistener/storage"]||window.localStorage}catch{}return e}function qo(e){return yc+e}function Sc(e,t){return new Promise(function(n){jo().then(function(){var r=qo(e.channelName),o={token:on(),time:Date.now(),data:t,uuid:e.uuid},s=JSON.stringify(o);Yo().setItem(r,s);var i=document.createEvent("Event");i.initEvent("storage",!0,!0),i.key=r,i.newValue=s,window.dispatchEvent(i),n()})})}function bc(e,t){var n=qo(e),r=function(s){s.key===n&&t(JSON.parse(s.newValue))};return window.addEventListener("storage",r),r}function Ac(e){window.removeEventListener("storage",e)}function wc(e,t){if(t=un(t),!Jo())throw new Error("BroadcastChannel: localstorage cannot be used");var n=on(),r=new Ho(t.localstorage.removeTimeout),o={channelName:e,uuid:n,eMIs:r};return o.listener=bc(e,function(s){o.messagesCallback&&s.uuid!==n&&(!s.token||r.has(s.token)||s.data.time&&s.data.time<o.messagesCallbackTime||(r.add(s.token),o.messagesCallback(s.data)))}),o}function Oc(e){Ac(e.listener)}function Tc(e,t,n){e.messagesCallbackTime=n,e.messagesCallback=t}function Jo(){var e=Yo();if(!e)return!1;try{var t="__broadcastchannel_check";e.setItem(t,"works"),e.removeItem(t)}catch{return!1}return!0}function Ic(){var e=120,t=navigator.userAgent.toLowerCase();return t.includes("safari")&&!t.includes("chrome")?e*2:e}var kc={create:wc,close:Oc,onMessage:Tc,postMessage:Sc,canBeUsed:Jo,type:vc,averageResponseTime:Ic,microSeconds:Ec},Xo=He,Cc="simulate",cn=new Set;function Dc(e){var t={time:Xo(),name:e,messagesCallback:null};return cn.add(t),t}function xc(e){cn.delete(e)}var Zo=5;function Rc(e,t){return new Promise(function(n){return setTimeout(function(){var r=Array.from(cn);r.forEach(function(o){o.name===e.name&&o!==e&&o.messagesCallback&&o.time<t.time&&o.messagesCallback(t)}),n()},Zo)})}function Pc(e,t){e.messagesCallback=t}function Nc(){return!0}function Vc(){return Zo}var Lc={create:Dc,close:xc,onMessage:Pc,postMessage:Rc,canBeUsed:Nc,type:Cc,averageResponseTime:Vc,microSeconds:Xo},Qo=[Qa,mc,kc];function Mc(e){var t=[].concat(e.methods,Qo).filter(Boolean);if(e.type){if(e.type==="simulate")return Lc;var n=t.find(function(o){return o.type===e.type});if(n)return n;throw new Error("method-type "+e.type+" not found")}e.webWorkerSupport||(t=t.filter(function(o){return o.type!=="idb"}));var r=t.find(function(o){return o.canBeUsed()});if(r)return r;throw new Error("No usable method found in "+JSON.stringify(Qo.map(function(o){return o.type})))}var es=new Set,Bc=0,ln=function(t,n){this.id=Bc++,es.add(this),this.name=t,this.options=un(n),this.method=Mc(this.options),this._iL=!1,this._onML=null,this._addEL={message:[],internal:[]},this._uMP=new Set,this._befC=[],this._prepP=null,$c(this)};ln._pubkey=!0,ln.prototype={postMessage:function(t){if(this.closed)throw new Error("BroadcastChannel.postMessage(): Cannot post message after channel has closed "+JSON.stringify(t));return ts(this,"message",t)},postInternal:function(t){return ts(this,"internal",t)},set onmessage(e){var t=this.method.microSeconds(),n={time:t,fn:e};os(this,"message",this._onML),e&&typeof e=="function"?(this._onML=n,rs(this,"message",n)):this._onML=null},addEventListener:function(t,n){var r=this.method.microSeconds(),o={time:r,fn:n};rs(this,t,o)},removeEventListener:function(t,n){var r=this._addEL[t].find(function(o){return o.fn===n});os(this,t,r)},close:function(){var t=this;if(!this.closed){es.delete(this),this.closed=!0;var n=this._prepP?this._prepP:de;return this._onML=null,this._addEL.message=[],n.then(function(){return Promise.all(Array.from(t._uMP))}).then(function(){return Promise.all(t._befC.map(function(r){return r()}))}).then(function(){return t.method.close(t._state)})}},get type(){return this.method.type},get isClosed(){return this.closed}};function ts(e,t,n){var r=e.method.microSeconds(),o={time:r,type:t,data:n},s=e._prepP?e._prepP:de;return s.then(function(){var i=e.method.postMessage(e._state,o);return e._uMP.add(i),i.catch().then(function(){return e._uMP.delete(i)}),i})}function $c(e){var t=e.method.create(e.name,e.options);Ha(t)?(e._prepP=t,t.then(function(n){e._state=n})):e._state=t}function ns(e){return e._addEL.message.length>0||e._addEL.internal.length>0}function rs(e,t,n){e._addEL[t].push(n),Uc(e)}function os(e,t,n){e._addEL[t]=e._addEL[t].filter(function(r){return r!==n}),Fc(e)}function Uc(e){if(!e._iL&&ns(e)){var t=function(o){e._addEL[o.type].forEach(function(s){o.time>=s.time&&s.fn(o.data)})},n=e.method.microSeconds();e._prepP?e._prepP.then(function(){e._iL=!0,e.method.onMessage(e._state,t,n)}):(e._iL=!0,e.method.onMessage(e._state,t,n))}}function Fc(e){if(e._iL&&!ns(e)){e._iL=!1;var t=e.method.microSeconds();e.method.onMessage(e._state,null,t)}}function ss(e,t={serialize:JSON.stringify,deserialize:JSON.parse}){return t.deserialize(t.serialize(e))}function jc(e,t){return Object.keys(t).includes(e)}function Hc({enable:e=!0,initialize:t=!0,type:n,serializer:r}){return({store:o,options:s})=>{const i=s?.share?.enable??e,u=s?.share?.omit??[];if(!i)return;const a=new ln(o.$id,{type:n});let c=0,p=!1;const l=Object.keys(o.$state).filter(d=>!u.includes(d)&&jc(d,o.$state));a.onmessage=d=>{if(d===void 0){a.postMessage({timestamp:c,state:ss(o.$state,r)});return}d.timestamp<=c||(p=!0,c=d.timestamp,o.$patch(h=>{l.forEach(m=>{h[m]=d.state[m]})}))},(s?.share?.initialize??t)&&a.postMessage(void 0),o.$subscribe((d,h)=>{p||(c=Date.now(),a.postMessage({timestamp:c,state:ss(h,r)})),p=!1})}}const is=Va();is.use(Hc({enable:!0,initialize:!0}));const zc={install:(e,t)=>{const n=e.config.globalProperties.$router,r=n||t?.router,o=new ke(r,t?.getMeta);if(!n&&r&&e.use(r),e.use(is),e.provide("$registry",o),t?.components)for(const[s,i]of Object.entries(t.components))e.component(s,i)}};j.DoctypeMeta=ja,j.Registry=ke,j.Stonecrop=zc,j.StonecropClass=ye,j.useStonecrop=Fa,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})}));
14
14
  //# sourceMappingURL=stonecrop.umd.cjs.map