@opensalt/ob3-definer 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTES +2 -0
- package/dist/ob3-definer.js +19 -19
- package/package.json +1 -1
package/dist/ob3-definer.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const n of document.querySelectorAll('link[rel="modulepreload"]'))r(n);new MutationObserver(n=>{for(const i of n)if(i.type==="childList")for(const s of i.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&r(s)}).observe(document,{childList:!0,subtree:!0});function u(n){const i={};return n.integrity&&(i.integrity=n.integrity),n.referrerPolicy&&(i.referrerPolicy=n.referrerPolicy),n.crossOrigin==="use-credentials"?i.credentials="include":n.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(n){if(n.ep)return;n.ep=!0;const i=u(n);fetch(n.href,i)}})();/**
|
|
2
|
-
* @vue/shared v3.5.
|
|
2
|
+
* @vue/shared v3.5.13
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
|
-
**//*! #__NO_SIDE_EFFECTS__ */function
|
|
6
|
-
* @vue/reactivity v3.5.
|
|
5
|
+
**//*! #__NO_SIDE_EFFECTS__ */function Vs(e){const t=Object.create(null);for(const u of e.split(","))t[u]=1;return u=>u in t}const _e={},dr=[],ru=()=>{},Yf=()=>!1,di=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ls=e=>e.startsWith("onUpdate:"),Ye=Object.assign,Ns=(e,t)=>{const u=e.indexOf(t);u>-1&&e.splice(u,1)},Xf=Object.prototype.hasOwnProperty,ye=(e,t)=>Xf.call(e,t),ue=Array.isArray,pr=e=>pi(e)==="[object Map]",tl=e=>pi(e)==="[object Set]",ae=e=>typeof e=="function",qe=e=>typeof e=="string",Ou=e=>typeof e=="symbol",we=e=>e!==null&&typeof e=="object",ul=e=>(we(e)||ae(e))&&ae(e.then)&&ae(e.catch),rl=Object.prototype.toString,pi=e=>rl.call(e),Qf=e=>pi(e).slice(8,-1),nl=e=>pi(e)==="[object Object]",qs=e=>qe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Hr=Vs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),hi=e=>{const t=Object.create(null);return u=>t[u]||(t[u]=e(u))},e0=/-(\w)/g,Ct=hi(e=>e.replace(e0,(t,u)=>u?u.toUpperCase():"")),t0=/\B([A-Z])/g,Pu=hi(e=>e.replace(t0,"-$1").toLowerCase()),mi=hi(e=>e.charAt(0).toUpperCase()+e.slice(1)),Vi=hi(e=>e?`on${mi(e)}`:""),ot=(e,t)=>!Object.is(e,t),Li=(e,...t)=>{for(let u=0;u<e.length;u++)e[u](...t)},il=(e,t,u,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:u})},u0=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Ma;const bi=()=>Ma||(Ma=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function zs(e){if(ue(e)){const t={};for(let u=0;u<e.length;u++){const r=e[u],n=qe(r)?s0(r):zs(r);if(n)for(const i in n)t[i]=n[i]}return t}else if(qe(e)||we(e))return e}const r0=/;(?![^(]*\))/g,n0=/:([^]+)/,i0=/\/\*[^]*?\*\//g;function s0(e){const t={};return e.replace(i0,"").split(r0).forEach(u=>{if(u){const r=u.split(n0);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function $t(e){let t="";if(qe(e))t=e;else if(ue(e))for(let u=0;u<e.length;u++){const r=$t(e[u]);r&&(t+=r+" ")}else if(we(e))for(const u in e)e[u]&&(t+=u+" ");return t.trim()}const a0="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",o0=Vs(a0);function sl(e){return!!e||e===""}const al=e=>!!(e&&e.__v_isRef===!0),xu=e=>qe(e)?e:e==null?"":ue(e)||we(e)&&(e.toString===rl||!ae(e.toString))?al(e)?xu(e.value):JSON.stringify(e,ol,2):String(e),ol=(e,t)=>al(t)?ol(e,t.value):pr(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((u,[r,n],i)=>(u[Ni(r,i)+" =>"]=n,u),{})}:tl(t)?{[`Set(${t.size})`]:[...t.values()].map(u=>Ni(u))}:Ou(t)?Ni(t):we(t)&&!ue(t)&&!nl(t)?String(t):t,Ni=(e,t="")=>{var u;return Ou(e)?`Symbol(${(u=e.description)!=null?u:t})`:e};/**
|
|
6
|
+
* @vue/reactivity v3.5.13
|
|
7
7
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
8
|
* @license MIT
|
|
9
|
-
**/let _t;class _0{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=_t,!t&&_t&&(this.index=(_t.scopes||(_t.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,u;if(this.scopes)for(t=0,u=this.scopes.length;t<u;t++)this.scopes[t].pause();for(t=0,u=this.effects.length;t<u;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,u;if(this.scopes)for(t=0,u=this.scopes.length;t<u;t++)this.scopes[t].resume();for(t=0,u=this.effects.length;t<u;t++)this.effects[t].resume()}}run(t){if(this._active){const u=_t;try{return _t=this,t()}finally{_t=u}}}on(){_t=this}off(){_t=this.parent}stop(t){if(this._active){let u,r;for(u=0,r=this.effects.length;u<r;u++)this.effects[u].stop();for(u=0,r=this.cleanups.length;u<r;u++)this.cleanups[u]();if(this.scopes)for(u=0,r=this.scopes.length;u<r;u++)this.scopes[u].stop(!0);if(!this.detached&&this.parent&&!t){const n=this.parent.scopes.pop();n&&n!==this&&(this.parent.scopes[this.index]=n,n.index=this.index)}this.parent=void 0,this._active=!1}}}function v0(){return _t}let xe;const Ui=new WeakSet;class yl{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.nextEffect=void 0,this.cleanup=void 0,this.scheduler=void 0,_t&&_t.active&&_t.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Ui.has(this)&&(Ui.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||(this.flags|=8,this.nextEffect=Wr,Wr=this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ho(this),Cl(this);const t=xe,u=Lt;xe=this,Lt=!0;try{return this.fn()}finally{kl(this),xe=t,Lt=u,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Zs(t);this.deps=this.depsTail=void 0,Ho(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Ui.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){fs(this)&&this.run()}get dirty(){return fs(this)}}let xl=0,Wr;function Ks(){xl++}function Ws(){if(--xl>0)return;let e;for(;Wr;){let t=Wr;for(Wr=void 0;t;){const u=t.nextEffect;if(t.nextEffect=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=u}}if(e)throw e}function Cl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function kl(e){let t,u=e.depsTail;for(let r=u;r;r=r.prevDep)r.version===-1?(r===u&&(u=r.prevDep),Zs(r),y0(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0;e.deps=t,e.depsTail=u}function fs(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&El(t.dep.computed)===!1||t.dep.version!==t.version)return!0;return!!e._dirty}function El(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===en))return;e.globalVersion=en;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&!fs(e)){e.flags&=-3;return}const u=xe,r=Lt;xe=e,Lt=!0;try{Cl(e);const n=e.fn(e._value);(t.version===0||ft(n,e._value))&&(e._value=n,t.version++)}catch(n){throw t.version++,n}finally{xe=u,Lt=r,kl(e),e.flags&=-3}}function Zs(e){const{dep:t,prevSub:u,nextSub:r}=e;if(u&&(u.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=u,e.nextSub=void 0),t.subs===e&&(t.subs=u),!t.subs&&t.computed){t.computed.flags&=-5;for(let n=t.computed.deps;n;n=n.nextDep)Zs(n)}}function y0(e){const{prevDep:t,nextDep:u}=e;t&&(t.nextDep=u,e.prevDep=void 0),u&&(u.prevDep=t,e.nextDep=void 0)}let Lt=!0;const Al=[];function Mu(){Al.push(Lt),Lt=!1}function Vu(){const e=Al.pop();Lt=e===void 0?!0:e}function Ho(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const u=xe;xe=void 0;try{t()}finally{xe=u}}}let en=0;class gi{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0}track(t){if(!xe||!Lt||xe===this.computed)return;let u=this.activeLink;if(u===void 0||u.sub!==xe)u=this.activeLink={dep:this,sub:xe,version:this.version,nextDep:void 0,prevDep:void 0,nextSub:void 0,prevSub:void 0,prevActiveLink:void 0},xe.deps?(u.prevDep=xe.depsTail,xe.depsTail.nextDep=u,xe.depsTail=u):xe.deps=xe.depsTail=u,xe.flags&4&&$l(u);else if(u.version===-1&&(u.version=this.version,u.nextDep)){const r=u.nextDep;r.prevDep=u.prevDep,u.prevDep&&(u.prevDep.nextDep=r),u.prevDep=xe.depsTail,u.nextDep=void 0,xe.depsTail.nextDep=u,xe.depsTail=u,xe.deps===u&&(xe.deps=r)}return u}trigger(t){this.version++,en++,this.notify(t)}notify(t){Ks();try{for(let u=this.subs;u;u=u.prevSub)u.sub.notify()}finally{Ws()}}}function $l(e){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)$l(r)}const u=e.dep.subs;u!==e&&(e.prevSub=u,u&&(u.nextSub=e)),e.dep.subs=e}const zn=new WeakMap,ju=Symbol(""),ds=Symbol(""),tn=Symbol("");function ut(e,t,u){if(Lt&&xe){let r=zn.get(e);r||zn.set(e,r=new Map);let n=r.get(u);n||r.set(u,n=new gi),n.track()}}function gu(e,t,u,r,n,i){const s=zn.get(e);if(!s){en++;return}let o=[];if(t==="clear")o=[...s.values()];else{const a=ue(e),l=a&&js(u);if(a&&u==="length"){const c=Number(r);s.forEach((f,g)=>{(g==="length"||g===tn||!Ou(g)&&g>=c)&&o.push(f)})}else{const c=f=>f&&o.push(f);switch(u!==void 0&&c(s.get(u)),l&&c(s.get(tn)),t){case"add":a?l&&c(s.get("length")):(c(s.get(ju)),mr(e)&&c(s.get(ds)));break;case"delete":a||(c(s.get(ju)),mr(e)&&c(s.get(ds)));break;case"set":mr(e)&&c(s.get(ju));break}}}Ks();for(const a of o)a.trigger();Ws()}function x0(e,t){var u;return(u=zn.get(e))==null?void 0:u.get(t)}function or(e){const t=_e(e);return t===e?t:(ut(t,"iterate",tn),Nt(e)?t:t.map(tt))}function _i(e){return ut(e=_e(e),"iterate",tn),e}const C0={__proto__:null,[Symbol.iterator](){return Bi(this,Symbol.iterator,tt)},concat(...e){return or(this).concat(...e.map(t=>ue(t)?or(t):t))},entries(){return Bi(this,"entries",e=>(e[1]=tt(e[1]),e))},every(e,t){return lu(this,"every",e,t,void 0,arguments)},filter(e,t){return lu(this,"filter",e,t,u=>u.map(tt),arguments)},find(e,t){return lu(this,"find",e,t,tt,arguments)},findIndex(e,t){return lu(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return lu(this,"findLast",e,t,tt,arguments)},findLastIndex(e,t){return lu(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return lu(this,"forEach",e,t,void 0,arguments)},includes(...e){return ji(this,"includes",e)},indexOf(...e){return ji(this,"indexOf",e)},join(e){return or(this).join(e)},lastIndexOf(...e){return ji(this,"lastIndexOf",e)},map(e,t){return lu(this,"map",e,t,void 0,arguments)},pop(){return Nr(this,"pop")},push(...e){return Nr(this,"push",e)},reduce(e,...t){return Ko(this,"reduce",e,t)},reduceRight(e,...t){return Ko(this,"reduceRight",e,t)},shift(){return Nr(this,"shift")},some(e,t){return lu(this,"some",e,t,void 0,arguments)},splice(...e){return Nr(this,"splice",e)},toReversed(){return or(this).toReversed()},toSorted(e){return or(this).toSorted(e)},toSpliced(...e){return or(this).toSpliced(...e)},unshift(...e){return Nr(this,"unshift",e)},values(){return Bi(this,"values",tt)}};function Bi(e,t,u){const r=_i(e),n=r[t]();return r!==e&&!Nt(e)&&(n._next=n.next,n.next=()=>{const i=n._next();return i.value&&(i.value=u(i.value)),i}),n}const k0=Array.prototype;function lu(e,t,u,r,n,i){const s=_i(e),o=s!==e&&!Nt(e),a=s[t];if(a!==k0[t]){const f=a.apply(e,i);return o?tt(f):f}let l=u;s!==e&&(o?l=function(f,g){return u.call(this,tt(f),g,e)}:u.length>2&&(l=function(f,g){return u.call(this,f,g,e)}));const c=a.call(s,l,r);return o&&n?n(c):c}function Ko(e,t,u,r){const n=_i(e);let i=u;return n!==e&&(Nt(e)?u.length>3&&(i=function(s,o,a){return u.call(this,s,o,a,e)}):i=function(s,o,a){return u.call(this,s,tt(o),a,e)}),n[t](i,...r)}function ji(e,t,u){const r=_e(e);ut(r,"iterate",tn);const n=r[t](...u);return(n===-1||n===!1)&&Xs(u[0])?(u[0]=_e(u[0]),r[t](...u)):n}function Nr(e,t,u=[]){Mu(),Ks();const r=_e(e)[t].apply(e,u);return Ws(),Vu(),r}const E0=zs("__proto__,__v_isRef,__isVue"),Dl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ou));function A0(e){Ou(e)||(e=String(e));const t=_e(this);return ut(t,"has",e),t.hasOwnProperty(e)}class wl{constructor(t=!1,u=!1){this._isReadonly=t,this._isShallow=u}get(t,u,r){const n=this._isReadonly,i=this._isShallow;if(u==="__v_isReactive")return!n;if(u==="__v_isReadonly")return n;if(u==="__v_isShallow")return i;if(u==="__v_raw")return r===(n?i?L0:Il:i?Tl:Sl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const s=ue(t);if(!n){let a;if(s&&(a=C0[u]))return a;if(u==="hasOwnProperty")return A0}const o=Reflect.get(t,u,Pe(t)?t:r);return(Ou(u)?Dl.has(u):E0(u))||(n||ut(t,"get",u),i)?o:Pe(o)?s&&js(u)?o:o.value:we(o)?n?Rl(o):Yt(o):o}}class Fl extends wl{constructor(t=!1){super(!1,t)}set(t,u,r,n){let i=t[u];if(!this._isShallow){const a=Ku(i);if(!Nt(r)&&!Ku(r)&&(i=_e(i),r=_e(r)),!ue(t)&&Pe(i)&&!Pe(r))return a?!1:(i.value=r,!0)}const s=ue(t)&&js(u)?Number(u)<t.length:ve(t,u),o=Reflect.set(t,u,r,Pe(t)?t:n);return t===_e(n)&&(s?ft(r,i)&&gu(t,"set",u,r):gu(t,"add",u,r)),o}deleteProperty(t,u){const r=ve(t,u);t[u];const n=Reflect.deleteProperty(t,u);return n&&r&&gu(t,"delete",u,void 0),n}has(t,u){const r=Reflect.has(t,u);return(!Ou(u)||!Dl.has(u))&&ut(t,"has",u),r}ownKeys(t){return ut(t,"iterate",ue(t)?"length":ju),Reflect.ownKeys(t)}}class $0 extends wl{constructor(t=!1){super(!0,t)}set(t,u){return!0}deleteProperty(t,u){return!0}}const D0=new Fl,w0=new $0,F0=new Fl(!0);const Gs=e=>e,vi=e=>Reflect.getPrototypeOf(e);function kn(e,t,u=!1,r=!1){e=e.__v_raw;const n=_e(e),i=_e(t);u||(ft(t,i)&&ut(n,"get",t),ut(n,"get",i));const{has:s}=vi(n),o=r?Gs:u?Qs:tt;if(s.call(n,t))return o(e.get(t));if(s.call(n,i))return o(e.get(i));e!==n&&e.get(t)}function En(e,t=!1){const u=this.__v_raw,r=_e(u),n=_e(e);return t||(ft(e,n)&&ut(r,"has",e),ut(r,"has",n)),e===n?u.has(e):u.has(e)||u.has(n)}function An(e,t=!1){return e=e.__v_raw,!t&&ut(_e(e),"iterate",ju),Reflect.get(e,"size",e)}function Wo(e,t=!1){!t&&!Nt(e)&&!Ku(e)&&(e=_e(e));const u=_e(this);return vi(u).has.call(u,e)||(u.add(e),gu(u,"add",e,e)),this}function Zo(e,t,u=!1){!u&&!Nt(t)&&!Ku(t)&&(t=_e(t));const r=_e(this),{has:n,get:i}=vi(r);let s=n.call(r,e);s||(e=_e(e),s=n.call(r,e));const o=i.call(r,e);return r.set(e,t),s?ft(t,o)&&gu(r,"set",e,t):gu(r,"add",e,t),this}function Go(e){const t=_e(this),{has:u,get:r}=vi(t);let n=u.call(t,e);n||(e=_e(e),n=u.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return n&&gu(t,"delete",e,void 0),i}function Jo(){const e=_e(this),t=e.size!==0,u=e.clear();return t&&gu(e,"clear",void 0,void 0),u}function $n(e,t){return function(r,n){const i=this,s=i.__v_raw,o=_e(s),a=t?Gs:e?Qs:tt;return!e&&ut(o,"iterate",ju),s.forEach((l,c)=>r.call(n,a(l),a(c),i))}}function Dn(e,t,u){return function(...r){const n=this.__v_raw,i=_e(n),s=mr(i),o=e==="entries"||e===Symbol.iterator&&s,a=e==="keys"&&s,l=n[e](...r),c=u?Gs:t?Qs:tt;return!t&&ut(i,"iterate",a?ds:ju),{next(){const{value:f,done:g}=l.next();return g?{value:f,done:g}:{value:o?[c(f[0]),c(f[1])]:c(f),done:g}},[Symbol.iterator](){return this}}}}function ku(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function S0(){const e={get(i){return kn(this,i)},get size(){return An(this)},has:En,add:Wo,set:Zo,delete:Go,clear:Jo,forEach:$n(!1,!1)},t={get(i){return kn(this,i,!1,!0)},get size(){return An(this)},has:En,add(i){return Wo.call(this,i,!0)},set(i,s){return Zo.call(this,i,s,!0)},delete:Go,clear:Jo,forEach:$n(!1,!0)},u={get(i){return kn(this,i,!0)},get size(){return An(this,!0)},has(i){return En.call(this,i,!0)},add:ku("add"),set:ku("set"),delete:ku("delete"),clear:ku("clear"),forEach:$n(!0,!1)},r={get(i){return kn(this,i,!0,!0)},get size(){return An(this,!0)},has(i){return En.call(this,i,!0)},add:ku("add"),set:ku("set"),delete:ku("delete"),clear:ku("clear"),forEach:$n(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=Dn(i,!1,!1),u[i]=Dn(i,!0,!1),t[i]=Dn(i,!1,!0),r[i]=Dn(i,!0,!0)}),[e,u,t,r]}const[T0,I0,R0,O0]=S0();function Js(e,t){const u=t?e?O0:R0:e?I0:T0;return(r,n,i)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?r:Reflect.get(ve(u,n)&&n in r?u:r,n,i)}const P0={get:Js(!1,!1)},M0={get:Js(!1,!0)},V0={get:Js(!0,!1)};const Sl=new WeakMap,Tl=new WeakMap,Il=new WeakMap,L0=new WeakMap;function N0(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function q0(e){return e.__v_skip||!Object.isExtensible(e)?0:N0(a0(e))}function Yt(e){return Ku(e)?e:Ys(e,!1,D0,P0,Sl)}function z0(e){return Ys(e,!1,F0,M0,Tl)}function Rl(e){return Ys(e,!0,w0,V0,Il)}function Ys(e,t,u,r,n){if(!we(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=n.get(e);if(i)return i;const s=q0(e);if(s===0)return e;const o=new Proxy(e,s===2?r:u);return n.set(e,o),o}function Su(e){return Ku(e)?Su(e.__v_raw):!!(e&&e.__v_isReactive)}function Ku(e){return!!(e&&e.__v_isReadonly)}function Nt(e){return!!(e&&e.__v_isShallow)}function Xs(e){return e?!!e.__v_raw:!1}function _e(e){const t=e&&e.__v_raw;return t?_e(t):e}function yi(e){return Object.isExtensible(e)&&ml(e,"__v_skip",!0),e}const tt=e=>we(e)?Yt(e):e,Qs=e=>we(e)?Rl(e):e;function Pe(e){return e?e.__v_isRef===!0:!1}function he(e){return U0(e,!1)}function U0(e,t){return Pe(e)?e:new B0(e,t)}class B0{constructor(t,u){this.dep=new gi,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=u?t:_e(t),this._value=u?t:tt(t),this.__v_isShallow=u}get value(){return this.dep.track(),this._value}set value(t){const u=this._rawValue,r=this.__v_isShallow||Nt(t)||Ku(t);t=r?t:_e(t),ft(t,u)&&(this._rawValue=t,this._value=r?t:tt(t),this.dep.trigger())}}function wn(e){e.dep.trigger()}function hu(e){return Pe(e)?e.value:e}const j0={get:(e,t,u)=>t==="__v_raw"?e:hu(Reflect.get(e,t,u)),set:(e,t,u,r)=>{const n=e[t];return Pe(n)&&!Pe(u)?(n.value=u,!0):Reflect.set(e,t,u,r)}};function Ol(e){return Su(e)?e:new Proxy(e,j0)}class H0{constructor(t){this.__v_isRef=!0,this._value=void 0;const u=this.dep=new gi,{get:r,set:n}=t(u.track.bind(u),u.trigger.bind(u));this._get=r,this._set=n}get value(){return this._value=this._get()}set value(t){this._set(t)}}function K0(e){return new H0(e)}class W0{constructor(t,u,r){this._object=t,this._key=u,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return x0(_e(this._object),this._key)}}class Z0{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function G0(e,t,u){return Pe(e)?e:oe(e)?new Z0(e):we(e)&&arguments.length>1?J0(e,t,u):he(e)}function J0(e,t,u){const r=e[t];return Pe(r)?r:new W0(e,t,u)}class Y0{constructor(t,u,r){this.fn=t,this.setter=u,this._value=void 0,this.dep=new gi(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=en-1,this.effect=this,this.__v_isReadonly=!u,this.isSSR=r}notify(){this.flags|=16,xe!==this&&this.dep.notify()}get value(){const t=this.dep.track();return El(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function X0(e,t,u=!1){let r,n;return oe(e)?r=e:(r=e.get,n=e.set),new Y0(r,n,u)}const Fn={},Un=new WeakMap;let Bu;function Q0(e,t=!1,u=Bu){if(u){let r=Un.get(u);r||Un.set(u,r=[]),r.push(e)}}function ed(e,t,u=ge){const{immediate:r,deep:n,once:i,scheduler:s,augmentJob:o,call:a}=u,l=C=>n?C:Nt(C)||n===!1||n===0?du(C,1):du(C);let c,f,g,h,d=!1,b=!1;if(Pe(e)?(f=()=>e.value,d=Nt(e)):Su(e)?(f=()=>l(e),d=!0):ue(e)?(b=!0,d=e.some(C=>Su(C)||Nt(C)),f=()=>e.map(C=>{if(Pe(C))return C.value;if(Su(C))return l(C);if(oe(C))return a?a(C,2):C()})):oe(e)?t?f=a?()=>a(e,2):e:f=()=>{if(g){Mu();try{g()}finally{Vu()}}const C=Bu;Bu=c;try{return a?a(e,3,[h]):e(h)}finally{Bu=C}}:f=tu,t&&n){const C=f,T=n===!0?1/0:n;f=()=>du(C(),T)}const E=v0(),k=()=>{c.stop(),E&&Bs(E.effects,c)};if(i)if(t){const C=t;t=(...T)=>{C(...T),k()}}else{const C=f;f=()=>{C(),k()}}let w=b?new Array(e.length).fill(Fn):Fn;const I=C=>{if(!(!(c.flags&1)||!c.dirty&&!C))if(t){const T=c.run();if(n||d||(b?T.some((x,F)=>ft(x,w[F])):ft(T,w))){g&&g();const x=Bu;Bu=c;try{const F=[T,w===Fn?void 0:b&&w[0]===Fn?[]:w,h];a?a(t,3,F):t(...F),w=T}finally{Bu=x}}}else c.run()};return o&&o(I),c=new yl(f),c.scheduler=s?()=>s(I,!1):I,h=C=>Q0(C,!1,c),g=c.onStop=()=>{const C=Un.get(c);if(C){if(a)a(C,4);else for(const T of C)T();Un.delete(c)}},t?r?I(!0):w=c.run():s?s(I.bind(null,!0),!0):c.run(),k.pause=c.pause.bind(c),k.resume=c.resume.bind(c),k.stop=k,k}function du(e,t=1/0,u){if(t<=0||!we(e)||e.__v_skip||(u=u||new Set,u.has(e)))return e;if(u.add(e),t--,Pe(e))du(e.value,t,u);else if(ue(e))for(let r=0;r<e.length;r++)du(e[r],t,u);else if(fl(e)||mr(e))e.forEach(r=>{du(r,t,u)});else if(hl(e)){for(const r in e)du(e[r],t,u);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&du(e[r],t,u)}return e}/**
|
|
10
|
-
* @vue/runtime-core v3.5.
|
|
9
|
+
**/let yt;class l0{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=yt,!t&&yt&&(this.index=(yt.scopes||(yt.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,u;if(this.scopes)for(t=0,u=this.scopes.length;t<u;t++)this.scopes[t].pause();for(t=0,u=this.effects.length;t<u;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,u;if(this.scopes)for(t=0,u=this.scopes.length;t<u;t++)this.scopes[t].resume();for(t=0,u=this.effects.length;t<u;t++)this.effects[t].resume()}}run(t){if(this._active){const u=yt;try{return yt=this,t()}finally{yt=u}}}on(){yt=this}off(){yt=this.parent}stop(t){if(this._active){this._active=!1;let u,r;for(u=0,r=this.effects.length;u<r;u++)this.effects[u].stop();for(this.effects.length=0,u=0,r=this.cleanups.length;u<r;u++)this.cleanups[u]();if(this.cleanups.length=0,this.scopes){for(u=0,r=this.scopes.length;u<r;u++)this.scopes[u].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const n=this.parent.scopes.pop();n&&n!==this&&(this.parent.scopes[this.index]=n,n.index=this.index)}this.parent=void 0}}}function c0(){return yt}let ke;const qi=new WeakSet;class ll{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,yt&&yt.active&&yt.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,qi.has(this)&&(qi.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||fl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Va(this),dl(this);const t=ke,u=zt;ke=this,zt=!0;try{return this.fn()}finally{pl(this),ke=t,zt=u,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)js(t);this.deps=this.depsTail=void 0,Va(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?qi.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){os(this)&&this.run()}get dirty(){return os(this)}}let cl=0,Kr,Wr;function fl(e,t=!1){if(e.flags|=8,t){e.next=Wr,Wr=e;return}e.next=Kr,Kr=e}function Us(){cl++}function Bs(){if(--cl>0)return;if(Wr){let t=Wr;for(Wr=void 0;t;){const u=t.next;t.next=void 0,t.flags&=-9,t=u}}let e;for(;Kr;){let t=Kr;for(Kr=void 0;t;){const u=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=u}}if(e)throw e}function dl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function pl(e){let t,u=e.depsTail,r=u;for(;r;){const n=r.prevDep;r.version===-1?(r===u&&(u=n),js(r),f0(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=n}e.deps=t,e.depsTail=u}function os(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(hl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function hl(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===en))return;e.globalVersion=en;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!os(e)){e.flags&=-3;return}const u=ke,r=zt;ke=e,zt=!0;try{dl(e);const n=e.fn(e._value);(t.version===0||ot(n,e._value))&&(e._value=n,t.version++)}catch(n){throw t.version++,n}finally{ke=u,zt=r,pl(e),e.flags&=-3}}function js(e,t=!1){const{dep:u,prevSub:r,nextSub:n}=e;if(r&&(r.nextSub=n,e.prevSub=void 0),n&&(n.prevSub=r,e.nextSub=void 0),u.subs===e&&(u.subs=r,!r&&u.computed)){u.computed.flags&=-5;for(let i=u.computed.deps;i;i=i.nextDep)js(i,!0)}!t&&!--u.sc&&u.map&&u.map.delete(u.key)}function f0(e){const{prevDep:t,nextDep:u}=e;t&&(t.nextDep=u,e.prevDep=void 0),u&&(u.prevDep=t,e.nextDep=void 0)}let zt=!0;const ml=[];function Mu(){ml.push(zt),zt=!1}function Vu(){const e=ml.pop();zt=e===void 0?!0:e}function Va(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const u=ke;ke=void 0;try{t()}finally{ke=u}}}let en=0;class d0{constructor(t,u){this.sub=t,this.dep=u,this.version=u.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class gi{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!ke||!zt||ke===this.computed)return;let u=this.activeLink;if(u===void 0||u.sub!==ke)u=this.activeLink=new d0(ke,this),ke.deps?(u.prevDep=ke.depsTail,ke.depsTail.nextDep=u,ke.depsTail=u):ke.deps=ke.depsTail=u,bl(u);else if(u.version===-1&&(u.version=this.version,u.nextDep)){const r=u.nextDep;r.prevDep=u.prevDep,u.prevDep&&(u.prevDep.nextDep=r),u.prevDep=ke.depsTail,u.nextDep=void 0,ke.depsTail.nextDep=u,ke.depsTail=u,ke.deps===u&&(ke.deps=r)}return u}trigger(t){this.version++,en++,this.notify(t)}notify(t){Us();try{for(let u=this.subs;u;u=u.prevSub)u.sub.notify()&&u.sub.dep.notify()}finally{Bs()}}}function bl(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)bl(r)}const u=e.dep.subs;u!==e&&(e.prevSub=u,u&&(u.nextSub=e)),e.dep.subs=e}}const Vn=new WeakMap,ju=Symbol(""),ls=Symbol(""),tn=Symbol("");function Xe(e,t,u){if(zt&&ke){let r=Vn.get(e);r||Vn.set(e,r=new Map);let n=r.get(u);n||(r.set(u,n=new gi),n.map=r,n.key=u),n.track()}}function hu(e,t,u,r,n,i){const s=Vn.get(e);if(!s){en++;return}const a=o=>{o&&o.trigger()};if(Us(),t==="clear")s.forEach(a);else{const o=ue(e),l=o&&qs(u);if(o&&u==="length"){const c=Number(r);s.forEach((f,_)=>{(_==="length"||_===tn||!Ou(_)&&_>=c)&&a(f)})}else switch((u!==void 0||s.has(void 0))&&a(s.get(u)),l&&a(s.get(tn)),t){case"add":o?l&&a(s.get("length")):(a(s.get(ju)),pr(e)&&a(s.get(ls)));break;case"delete":o||(a(s.get(ju)),pr(e)&&a(s.get(ls)));break;case"set":pr(e)&&a(s.get(ju));break}}Bs()}function p0(e,t){const u=Vn.get(e);return u&&u.get(t)}function ir(e){const t=ge(e);return t===e?t:(Xe(t,"iterate",tn),wt(e)?t:t.map(Qe))}function _i(e){return Xe(e=ge(e),"iterate",tn),e}const h0={__proto__:null,[Symbol.iterator](){return zi(this,Symbol.iterator,Qe)},concat(...e){return ir(this).concat(...e.map(t=>ue(t)?ir(t):t))},entries(){return zi(this,"entries",e=>(e[1]=Qe(e[1]),e))},every(e,t){return fu(this,"every",e,t,void 0,arguments)},filter(e,t){return fu(this,"filter",e,t,u=>u.map(Qe),arguments)},find(e,t){return fu(this,"find",e,t,Qe,arguments)},findIndex(e,t){return fu(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return fu(this,"findLast",e,t,Qe,arguments)},findLastIndex(e,t){return fu(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return fu(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ui(this,"includes",e)},indexOf(...e){return Ui(this,"indexOf",e)},join(e){return ir(this).join(e)},lastIndexOf(...e){return Ui(this,"lastIndexOf",e)},map(e,t){return fu(this,"map",e,t,void 0,arguments)},pop(){return Lr(this,"pop")},push(...e){return Lr(this,"push",e)},reduce(e,...t){return La(this,"reduce",e,t)},reduceRight(e,...t){return La(this,"reduceRight",e,t)},shift(){return Lr(this,"shift")},some(e,t){return fu(this,"some",e,t,void 0,arguments)},splice(...e){return Lr(this,"splice",e)},toReversed(){return ir(this).toReversed()},toSorted(e){return ir(this).toSorted(e)},toSpliced(...e){return ir(this).toSpliced(...e)},unshift(...e){return Lr(this,"unshift",e)},values(){return zi(this,"values",Qe)}};function zi(e,t,u){const r=_i(e),n=r[t]();return r!==e&&!wt(e)&&(n._next=n.next,n.next=()=>{const i=n._next();return i.value&&(i.value=u(i.value)),i}),n}const m0=Array.prototype;function fu(e,t,u,r,n,i){const s=_i(e),a=s!==e&&!wt(e),o=s[t];if(o!==m0[t]){const f=o.apply(e,i);return a?Qe(f):f}let l=u;s!==e&&(a?l=function(f,_){return u.call(this,Qe(f),_,e)}:u.length>2&&(l=function(f,_){return u.call(this,f,_,e)}));const c=o.call(s,l,r);return a&&n?n(c):c}function La(e,t,u,r){const n=_i(e);let i=u;return n!==e&&(wt(e)?u.length>3&&(i=function(s,a,o){return u.call(this,s,a,o,e)}):i=function(s,a,o){return u.call(this,s,Qe(a),o,e)}),n[t](i,...r)}function Ui(e,t,u){const r=ge(e);Xe(r,"iterate",tn);const n=r[t](...u);return(n===-1||n===!1)&&Ws(u[0])?(u[0]=ge(u[0]),r[t](...u)):n}function Lr(e,t,u=[]){Mu(),Us();const r=ge(e)[t].apply(e,u);return Bs(),Vu(),r}const b0=Vs("__proto__,__v_isRef,__isVue"),gl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ou));function g0(e){Ou(e)||(e=String(e));const t=ge(this);return Xe(t,"has",e),t.hasOwnProperty(e)}class _l{constructor(t=!1,u=!1){this._isReadonly=t,this._isShallow=u}get(t,u,r){if(u==="__v_skip")return t.__v_skip;const n=this._isReadonly,i=this._isShallow;if(u==="__v_isReactive")return!n;if(u==="__v_isReadonly")return n;if(u==="__v_isShallow")return i;if(u==="__v_raw")return r===(n?i?$0:Cl:i?xl:vl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const s=ue(t);if(!n){let o;if(s&&(o=h0[u]))return o;if(u==="hasOwnProperty")return g0}const a=Reflect.get(t,u,Pe(t)?t:r);return(Ou(u)?gl.has(u):b0(u))||(n||Xe(t,"get",u),i)?a:Pe(a)?s&&qs(u)?a:a.value:we(a)?n?kl(a):Qt(a):a}}class yl extends _l{constructor(t=!1){super(!1,t)}set(t,u,r,n){let i=t[u];if(!this._isShallow){const o=Ku(i);if(!wt(r)&&!Ku(r)&&(i=ge(i),r=ge(r)),!ue(t)&&Pe(i)&&!Pe(r))return o?!1:(i.value=r,!0)}const s=ue(t)&&qs(u)?Number(u)<t.length:ye(t,u),a=Reflect.set(t,u,r,Pe(t)?t:n);return t===ge(n)&&(s?ot(r,i)&&hu(t,"set",u,r):hu(t,"add",u,r)),a}deleteProperty(t,u){const r=ye(t,u);t[u];const n=Reflect.deleteProperty(t,u);return n&&r&&hu(t,"delete",u,void 0),n}has(t,u){const r=Reflect.has(t,u);return(!Ou(u)||!gl.has(u))&&Xe(t,"has",u),r}ownKeys(t){return Xe(t,"iterate",ue(t)?"length":ju),Reflect.ownKeys(t)}}class _0 extends _l{constructor(t=!1){super(!0,t)}set(t,u){return!0}deleteProperty(t,u){return!0}}const y0=new yl,v0=new _0,x0=new yl(!0);const cs=e=>e,Cn=e=>Reflect.getPrototypeOf(e);function C0(e,t,u){return function(...r){const n=this.__v_raw,i=ge(n),s=pr(i),a=e==="entries"||e===Symbol.iterator&&s,o=e==="keys"&&s,l=n[e](...r),c=u?cs:t?fs:Qe;return!t&&Xe(i,"iterate",o?ls:ju),{next(){const{value:f,done:_}=l.next();return _?{value:f,done:_}:{value:a?[c(f[0]),c(f[1])]:c(f),done:_}},[Symbol.iterator](){return this}}}}function kn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function k0(e,t){const u={get(n){const i=this.__v_raw,s=ge(i),a=ge(n);e||(ot(n,a)&&Xe(s,"get",n),Xe(s,"get",a));const{has:o}=Cn(s),l=t?cs:e?fs:Qe;if(o.call(s,n))return l(i.get(n));if(o.call(s,a))return l(i.get(a));i!==s&&i.get(n)},get size(){const n=this.__v_raw;return!e&&Xe(ge(n),"iterate",ju),Reflect.get(n,"size",n)},has(n){const i=this.__v_raw,s=ge(i),a=ge(n);return e||(ot(n,a)&&Xe(s,"has",n),Xe(s,"has",a)),n===a?i.has(n):i.has(n)||i.has(a)},forEach(n,i){const s=this,a=s.__v_raw,o=ge(a),l=t?cs:e?fs:Qe;return!e&&Xe(o,"iterate",ju),a.forEach((c,f)=>n.call(i,l(c),l(f),s))}};return Ye(u,e?{add:kn("add"),set:kn("set"),delete:kn("delete"),clear:kn("clear")}:{add(n){!t&&!wt(n)&&!Ku(n)&&(n=ge(n));const i=ge(this);return Cn(i).has.call(i,n)||(i.add(n),hu(i,"add",n,n)),this},set(n,i){!t&&!wt(i)&&!Ku(i)&&(i=ge(i));const s=ge(this),{has:a,get:o}=Cn(s);let l=a.call(s,n);l||(n=ge(n),l=a.call(s,n));const c=o.call(s,n);return s.set(n,i),l?ot(i,c)&&hu(s,"set",n,i):hu(s,"add",n,i),this},delete(n){const i=ge(this),{has:s,get:a}=Cn(i);let o=s.call(i,n);o||(n=ge(n),o=s.call(i,n)),a&&a.call(i,n);const l=i.delete(n);return o&&hu(i,"delete",n,void 0),l},clear(){const n=ge(this),i=n.size!==0,s=n.clear();return i&&hu(n,"clear",void 0,void 0),s}}),["keys","values","entries",Symbol.iterator].forEach(n=>{u[n]=C0(n,e,t)}),u}function Hs(e,t){const u=k0(e,t);return(r,n,i)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?r:Reflect.get(ye(u,n)&&n in r?u:r,n,i)}const E0={get:Hs(!1,!1)},A0={get:Hs(!1,!0)},D0={get:Hs(!0,!1)};const vl=new WeakMap,xl=new WeakMap,Cl=new WeakMap,$0=new WeakMap;function w0(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function F0(e){return e.__v_skip||!Object.isExtensible(e)?0:w0(Qf(e))}function Qt(e){return Ku(e)?e:Ks(e,!1,y0,E0,vl)}function S0(e){return Ks(e,!1,x0,A0,xl)}function kl(e){return Ks(e,!0,v0,D0,Cl)}function Ks(e,t,u,r,n){if(!we(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=n.get(e);if(i)return i;const s=F0(e);if(s===0)return e;const a=new Proxy(e,s===2?r:u);return n.set(e,a),a}function Su(e){return Ku(e)?Su(e.__v_raw):!!(e&&e.__v_isReactive)}function Ku(e){return!!(e&&e.__v_isReadonly)}function wt(e){return!!(e&&e.__v_isShallow)}function Ws(e){return e?!!e.__v_raw:!1}function ge(e){const t=e&&e.__v_raw;return t?ge(t):e}function yi(e){return!ye(e,"__v_skip")&&Object.isExtensible(e)&&il(e,"__v_skip",!0),e}const Qe=e=>we(e)?Qt(e):e,fs=e=>we(e)?kl(e):e;function Pe(e){return e?e.__v_isRef===!0:!1}function pe(e){return T0(e,!1)}function T0(e,t){return Pe(e)?e:new I0(e,t)}class I0{constructor(t,u){this.dep=new gi,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=u?t:ge(t),this._value=u?t:Qe(t),this.__v_isShallow=u}get value(){return this.dep.track(),this._value}set value(t){const u=this._rawValue,r=this.__v_isShallow||wt(t)||Ku(t);t=r?t:ge(t),ot(t,u)&&(this._rawValue=t,this._value=r?t:Qe(t),this.dep.trigger())}}function En(e){e.dep&&e.dep.trigger()}function gu(e){return Pe(e)?e.value:e}const R0={get:(e,t,u)=>t==="__v_raw"?e:gu(Reflect.get(e,t,u)),set:(e,t,u,r)=>{const n=e[t];return Pe(n)&&!Pe(u)?(n.value=u,!0):Reflect.set(e,t,u,r)}};function El(e){return Su(e)?e:new Proxy(e,R0)}class O0{constructor(t){this.__v_isRef=!0,this._value=void 0;const u=this.dep=new gi,{get:r,set:n}=t(u.track.bind(u),u.trigger.bind(u));this._get=r,this._set=n}get value(){return this._value=this._get()}set value(t){this._set(t)}}function P0(e){return new O0(e)}class M0{constructor(t,u,r){this._object=t,this._key=u,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return p0(ge(this._object),this._key)}}class V0{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function L0(e,t,u){return Pe(e)?e:ae(e)?new V0(e):we(e)&&arguments.length>1?N0(e,t,u):pe(e)}function N0(e,t,u){const r=e[t];return Pe(r)?r:new M0(e,t,u)}class q0{constructor(t,u,r){this.fn=t,this.setter=u,this._value=void 0,this.dep=new gi(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=en-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!u,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&ke!==this)return fl(this,!0),!0}get value(){const t=this.dep.track();return hl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function z0(e,t,u=!1){let r,n;return ae(e)?r=e:(r=e.get,n=e.set),new q0(r,n,u)}const An={},Ln=new WeakMap;let Bu;function U0(e,t=!1,u=Bu){if(u){let r=Ln.get(u);r||Ln.set(u,r=[]),r.push(e)}}function B0(e,t,u=_e){const{immediate:r,deep:n,once:i,scheduler:s,augmentJob:a,call:o}=u,l=k=>n?k:wt(k)||n===!1||n===0?mu(k,1):mu(k);let c,f,_,d,p=!1,m=!1;if(Pe(e)?(f=()=>e.value,p=wt(e)):Su(e)?(f=()=>l(e),p=!0):ue(e)?(m=!0,p=e.some(k=>Su(k)||wt(k)),f=()=>e.map(k=>{if(Pe(k))return k.value;if(Su(k))return l(k);if(ae(k))return o?o(k,2):k()})):ae(e)?t?f=o?()=>o(e,2):e:f=()=>{if(_){Mu();try{_()}finally{Vu()}}const k=Bu;Bu=c;try{return o?o(e,3,[d]):e(d)}finally{Bu=k}}:f=ru,t&&n){const k=f,I=n===!0?1/0:n;f=()=>mu(k(),I)}const E=c0(),C=()=>{c.stop(),E&&E.active&&Ns(E.effects,c)};if(i&&t){const k=t;t=(...I)=>{k(...I),C()}}let $=m?new Array(e.length).fill(An):An;const T=k=>{if(!(!(c.flags&1)||!c.dirty&&!k))if(t){const I=c.run();if(n||p||(m?I.some((x,F)=>ot(x,$[F])):ot(I,$))){_&&_();const x=Bu;Bu=c;try{const F=[I,$===An?void 0:m&&$[0]===An?[]:$,d];o?o(t,3,F):t(...F),$=I}finally{Bu=x}}}else c.run()};return a&&a(T),c=new ll(f),c.scheduler=s?()=>s(T,!1):T,d=k=>U0(k,!1,c),_=c.onStop=()=>{const k=Ln.get(c);if(k){if(o)o(k,4);else for(const I of k)I();Ln.delete(c)}},t?r?T(!0):$=c.run():s?s(T.bind(null,!0),!0):c.run(),C.pause=c.pause.bind(c),C.resume=c.resume.bind(c),C.stop=C,C}function mu(e,t=1/0,u){if(t<=0||!we(e)||e.__v_skip||(u=u||new Set,u.has(e)))return e;if(u.add(e),t--,Pe(e))mu(e.value,t,u);else if(ue(e))for(let r=0;r<e.length;r++)mu(e[r],t,u);else if(tl(e)||pr(e))e.forEach(r=>{mu(r,t,u)});else if(nl(e)){for(const r in e)mu(e[r],t,u);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&mu(e[r],t,u)}return e}/**
|
|
10
|
+
* @vue/runtime-core v3.5.13
|
|
11
11
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
12
|
* @license MIT
|
|
13
|
-
**/function dn(e,t,u,r){try{return r?e(...r):e()}catch(n){xi(n,t,u)}}function uu(e,t,u,r){if(oe(e)){const n=dn(e,t,u,r);return n&&dl(n)&&n.catch(i=>{xi(i,t,u)}),n}if(ue(e)){const n=[];for(let i=0;i<e.length;i++)n.push(uu(e[i],t,u,r));return n}}function xi(e,t,u,r=!0){const n=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:s}=t&&t.appContext.config||ge;if(t){let o=t.parent;const a=t.proxy,l=`https://vuejs.org/error-reference/#runtime-${u}`;for(;o;){const c=o.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,a,l)===!1)return}o=o.parent}if(i){Mu(),dn(i,null,10,[e,a,l]),Vu();return}}td(e,u,n,r,s)}function td(e,t,u,r=!0,n=!1){if(n)throw e;console.error(e)}let un=!1,ps=!1;const it=[];let Zt=0;const br=[];let Eu=null,cr=0;const Pl=Promise.resolve();let eo=null;function Ml(e){const t=eo||Pl;return e?t.then(this?e.bind(this):e):t}function ud(e){let t=un?Zt+1:0,u=it.length;for(;t<u;){const r=t+u>>>1,n=it[r],i=rn(n);i<e||i===e&&n.flags&2?t=r+1:u=r}return t}function to(e){if(!(e.flags&1)){const t=rn(e),u=it[it.length-1];!u||!(e.flags&2)&&t>=rn(u)?it.push(e):it.splice(ud(t),0,e),e.flags|=1,Vl()}}function Vl(){!un&&!ps&&(ps=!0,eo=Pl.then(Nl))}function rd(e){ue(e)?br.push(...e):Eu&&e.id===-1?Eu.splice(cr+1,0,e):e.flags&1||(br.push(e),e.flags|=1),Vl()}function Yo(e,t,u=un?Zt+1:0){for(;u<it.length;u++){const r=it[u];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;it.splice(u,1),u--,r.flags&4&&(r.flags&=-2),r(),r.flags&=-2}}}function Ll(e){if(br.length){const t=[...new Set(br)].sort((u,r)=>rn(u)-rn(r));if(br.length=0,Eu){Eu.push(...t);return}for(Eu=t,cr=0;cr<Eu.length;cr++){const u=Eu[cr];u.flags&4&&(u.flags&=-2),u.flags&8||u(),u.flags&=-2}Eu=null,cr=0}}const rn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Nl(e){ps=!1,un=!0;try{for(Zt=0;Zt<it.length;Zt++){const t=it[Zt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),dn(t,t.i,t.i?15:14),t.flags&=-2)}}finally{for(;Zt<it.length;Zt++){const t=it[Zt];t&&(t.flags&=-2)}Zt=0,it.length=0,Ll(),un=!1,eo=null,(it.length||br.length)&&Nl()}}let pt=null,ql=null;function Bn(e){const t=pt;return pt=e,ql=e&&e.type.__scopeId||null,t}function Ce(e,t=pt,u){if(!t||e._n)return e;const r=(...n)=>{r._d&&ia(-1);const i=Bn(t);let s;try{s=e(...n)}finally{Bn(i),r._d&&ia(1)}return s};return r._n=!0,r._c=!0,r._d=!0,r}function Ot(e,t){if(pt===null)return e;const u=Di(pt),r=e.dirs||(e.dirs=[]);for(let n=0;n<t.length;n++){let[i,s,o,a=ge]=t[n];i&&(oe(i)&&(i={mounted:i,updated:i}),i.deep&&du(s),r.push({dir:i,instance:u,value:s,oldValue:void 0,arg:o,modifiers:a}))}return e}function zu(e,t,u,r){const n=e.dirs,i=t&&t.dirs;for(let s=0;s<n.length;s++){const o=n[s];i&&(o.oldValue=i[s].value);let a=o.dir[r];a&&(Mu(),uu(a,u,8,[e.el,o,e,t]),Vu())}}const nd=Symbol("_vte"),id=e=>e.__isTeleport;function zl(e,t){e.shapeFlag&6&&e.component?zl(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function uo(e,t){return oe(e)?Ze({name:e.name},t,{setup:e}):e}function Ul(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function hs(e,t,u,r,n=!1){if(ue(e)){e.forEach((d,b)=>hs(d,t&&(ue(t)?t[b]:t),u,r,n));return}if(Zr(r)&&!n)return;const i=r.shapeFlag&4?Di(r.component):r.el,s=n?null:i,{i:o,r:a}=e,l=t&&t.r,c=o.refs===ge?o.refs={}:o.refs,f=o.setupState,g=_e(f),h=f===ge?()=>!1:d=>ve(g,d);if(l!=null&&l!==a&&(Ne(l)?(c[l]=null,h(l)&&(f[l]=null)):Pe(l)&&(l.value=null)),oe(a))dn(a,o,12,[s,c]);else{const d=Ne(a),b=Pe(a);if(d||b){const E=()=>{if(e.f){const k=d?h(a)?f[a]:c[a]:a.value;n?ue(k)&&Bs(k,i):ue(k)?k.includes(i)||k.push(i):d?(c[a]=[i],h(a)&&(f[a]=c[a])):(a.value=[i],e.k&&(c[e.k]=a.value))}else d?(c[a]=s,h(a)&&(f[a]=s)):b&&(a.value=s,e.k&&(c[e.k]=s))};s?(E.id=-1,gt(E,u)):E()}}}const Zr=e=>!!e.type.__asyncLoader,Bl=e=>e.type.__isKeepAlive;function sd(e,t){jl(e,"a",t)}function od(e,t){jl(e,"da",t)}function jl(e,t,u=Xe){const r=e.__wdc||(e.__wdc=()=>{let n=u;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(Ci(t,r,u),u){let n=u.parent;for(;n&&n.parent;)Bl(n.parent.vnode)&&ad(r,t,u,n),n=n.parent}}function ad(e,t,u,r){const n=Ci(t,e,r,!0);ro(()=>{Bs(r[t],n)},u)}function Ci(e,t,u=Xe,r=!1){if(u){const n=u[e]||(u[e]=[]),i=t.__weh||(t.__weh=(...s)=>{Mu();const o=pn(u),a=uu(t,u,e,s);return o(),Vu(),a});return r?n.unshift(i):n.push(i),i}}const yu=e=>(t,u=Xe)=>{(!$i||e==="sp")&&Ci(e,(...r)=>t(...r),u)},Ir=yu("bm"),Ju=yu("m"),ld=yu("bu"),cd=yu("u"),Hl=yu("bum"),ro=yu("um"),fd=yu("sp"),dd=yu("rtg"),pd=yu("rtc");function hd(e,t=Xe){Ci("ec",e,t)}const md="components";function qe(e,t){return gd(md,e,!0,t)||e}const bd=Symbol.for("v-ndc");function gd(e,t,u=!0,r=!1){const n=pt||Xe;if(n){const i=n.type;{const o=rp(i,!1);if(o&&(o===t||o===wt(t)||o===bi(wt(t))))return i}const s=Xo(n[e]||i[e],t)||Xo(n.appContext[e],t);return!s&&r?i:s}}function Xo(e,t){return e&&(e[t]||e[wt(t)]||e[bi(wt(t))])}function Yu(e,t,u,r){let n;const i=u,s=ue(e);if(s||Ne(e)){const o=s&&Su(e);o&&(e=_i(e)),n=new Array(e.length);for(let a=0,l=e.length;a<l;a++)n[a]=t(o?tt(e[a]):e[a],a,void 0,i)}else if(typeof e=="number"){n=new Array(e);for(let o=0;o<e;o++)n[o]=t(o+1,o,void 0,i)}else if(we(e))if(e[Symbol.iterator])n=Array.from(e,(o,a)=>t(o,a,void 0,i));else{const o=Object.keys(e);n=new Array(o.length);for(let a=0,l=o.length;a<l;a++){const c=o[a];n[a]=t(e[c],c,a,i)}}else n=[];return n}const ms=e=>e?dc(e)?Di(e):ms(e.parent):null,Gr=Ze(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ms(e.parent),$root:e=>ms(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>no(e),$forceUpdate:e=>e.f||(e.f=()=>{to(e.update)}),$nextTick:e=>e.n||(e.n=Ml.bind(e.proxy)),$watch:e=>Nd.bind(e)}),Hi=(e,t)=>e!==ge&&!e.__isScriptSetup&&ve(e,t),_d={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:u,setupState:r,data:n,props:i,accessCache:s,type:o,appContext:a}=e;let l;if(t[0]!=="$"){const h=s[t];if(h!==void 0)switch(h){case 1:return r[t];case 2:return n[t];case 4:return u[t];case 3:return i[t]}else{if(Hi(r,t))return s[t]=1,r[t];if(n!==ge&&ve(n,t))return s[t]=2,n[t];if((l=e.propsOptions[0])&&ve(l,t))return s[t]=3,i[t];if(u!==ge&&ve(u,t))return s[t]=4,u[t];gs&&(s[t]=0)}}const c=Gr[t];let f,g;if(c)return t==="$attrs"&&ut(e.attrs,"get",""),c(e);if((f=o.__cssModules)&&(f=f[t]))return f;if(u!==ge&&ve(u,t))return s[t]=4,u[t];if(g=a.config.globalProperties,ve(g,t))return g[t]},set({_:e},t,u){const{data:r,setupState:n,ctx:i}=e;return Hi(n,t)?(n[t]=u,!0):r!==ge&&ve(r,t)?(r[t]=u,!0):ve(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=u,!0)},has({_:{data:e,setupState:t,accessCache:u,ctx:r,appContext:n,propsOptions:i}},s){let o;return!!u[s]||e!==ge&&ve(e,s)||Hi(t,s)||(o=i[0])&&ve(o,s)||ve(r,s)||ve(Gr,s)||ve(n.config.globalProperties,s)},defineProperty(e,t,u){return u.get!=null?e._.accessCache[t]=0:ve(u,"value")&&this.set(e,t,u.value,null),Reflect.defineProperty(e,t,u)}};function jn(e){return ue(e)?e.reduce((t,u)=>(t[u]=null,t),{}):e}function bs(e,t){return!e||!t?e||t:ue(e)&&ue(t)?e.concat(t):Ze({},jn(e),jn(t))}let gs=!0;function vd(e){const t=no(e),u=e.proxy,r=e.ctx;gs=!1,t.beforeCreate&&Qo(t.beforeCreate,e,"bc");const{data:n,computed:i,methods:s,watch:o,provide:a,inject:l,created:c,beforeMount:f,mounted:g,beforeUpdate:h,updated:d,activated:b,deactivated:E,beforeDestroy:k,beforeUnmount:w,destroyed:I,unmounted:C,render:T,renderTracked:x,renderTriggered:F,errorCaptured:B,serverPrefetch:X,expose:ne,inheritAttrs:Q,components:$,directives:j,filters:H}=t;if(l&&yd(l,r,null),s)for(const J in s){const ce=s[J];oe(ce)&&(r[J]=ce.bind(u))}if(n){const J=n.call(u,u);we(J)&&(e.data=Yt(J))}if(gs=!0,i)for(const J in i){const ce=i[J],Ve=oe(ce)?ce.bind(u,u):oe(ce.get)?ce.get.bind(u,u):tu,ot=!oe(ce)&&oe(ce.set)?ce.set.bind(u):tu,je=$u({get:Ve,set:ot});Object.defineProperty(r,J,{enumerable:!0,configurable:!0,get:()=>je.value,set:bt=>je.value=bt})}if(o)for(const J in o)Kl(o[J],r,u,J);if(a){const J=oe(a)?a.call(u):a;Reflect.ownKeys(J).forEach(ce=>{Zl(ce,J[ce])})}c&&Qo(c,e,"c");function Y(J,ce){ue(ce)?ce.forEach(Ve=>J(Ve.bind(u))):ce&&J(ce.bind(u))}if(Y(Ir,f),Y(Ju,g),Y(ld,h),Y(cd,d),Y(sd,b),Y(od,E),Y(hd,B),Y(pd,x),Y(dd,F),Y(Hl,w),Y(ro,C),Y(fd,X),ue(ne))if(ne.length){const J=e.exposed||(e.exposed={});ne.forEach(ce=>{Object.defineProperty(J,ce,{get:()=>u[ce],set:Ve=>u[ce]=Ve})})}else e.exposed||(e.exposed={});T&&e.render===tu&&(e.render=T),Q!=null&&(e.inheritAttrs=Q),$&&(e.components=$),j&&(e.directives=j),X&&Ul(e)}function yd(e,t,u=tu){ue(e)&&(e=_s(e));for(const r in e){const n=e[r];let i;we(n)?"default"in n?i=Xt(n.from||r,n.default,!0):i=Xt(n.from||r):i=Xt(n),Pe(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:s=>i.value=s}):t[r]=i}}function Qo(e,t,u){uu(ue(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,u)}function Kl(e,t,u,r){let n=r.includes(".")?sc(u,r):()=>u[r];if(Ne(e)){const i=t[e];oe(i)&&Te(n,i)}else if(oe(e))Te(n,e.bind(u));else if(we(e))if(ue(e))e.forEach(i=>Kl(i,t,u,r));else{const i=oe(e.handler)?e.handler.bind(u):t[e.handler];oe(i)&&Te(n,i,e)}}function no(e){const t=e.type,{mixins:u,extends:r}=t,{mixins:n,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,o=i.get(t);let a;return o?a=o:!n.length&&!u&&!r?a=t:(a={},n.length&&n.forEach(l=>Hn(a,l,s,!0)),Hn(a,t,s)),we(t)&&i.set(t,a),a}function Hn(e,t,u,r=!1){const{mixins:n,extends:i}=t;i&&Hn(e,i,u,!0),n&&n.forEach(s=>Hn(e,s,u,!0));for(const s in t)if(!(r&&s==="expose")){const o=xd[s]||u&&u[s];e[s]=o?o(e[s],t[s]):t[s]}return e}const xd={data:ea,props:ta,emits:ta,methods:Ur,computed:Ur,beforeCreate:rt,created:rt,beforeMount:rt,mounted:rt,beforeUpdate:rt,updated:rt,beforeDestroy:rt,beforeUnmount:rt,destroyed:rt,unmounted:rt,activated:rt,deactivated:rt,errorCaptured:rt,serverPrefetch:rt,components:Ur,directives:Ur,watch:kd,provide:ea,inject:Cd};function ea(e,t){return t?e?function(){return Ze(oe(e)?e.call(this,this):e,oe(t)?t.call(this,this):t)}:t:e}function Cd(e,t){return Ur(_s(e),_s(t))}function _s(e){if(ue(e)){const t={};for(let u=0;u<e.length;u++)t[e[u]]=e[u];return t}return e}function rt(e,t){return e?[...new Set([].concat(e,t))]:t}function Ur(e,t){return e?Ze(Object.create(null),e,t):t}function ta(e,t){return e?ue(e)&&ue(t)?[...new Set([...e,...t])]:Ze(Object.create(null),jn(e),jn(t??{})):t}function kd(e,t){if(!e)return t;if(!t)return e;const u=Ze(Object.create(null),e);for(const r in t)u[r]=rt(e[r],t[r]);return u}function Wl(){return{app:null,config:{isNativeTag:s0,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Ed=0;function Ad(e,t){return function(r,n=null){oe(r)||(r=Ze({},r)),n!=null&&!we(n)&&(n=null);const i=Wl(),s=new WeakSet,o=[];let a=!1;const l=i.app={_uid:Ed++,_component:r,_props:n,_container:null,_context:i,_instance:null,version:ip,get config(){return i.config},set config(c){},use(c,...f){return s.has(c)||(c&&oe(c.install)?(s.add(c),c.install(l,...f)):oe(c)&&(s.add(c),c(l,...f))),l},mixin(c){return i.mixins.includes(c)||i.mixins.push(c),l},component(c,f){return f?(i.components[c]=f,l):i.components[c]},directive(c,f){return f?(i.directives[c]=f,l):i.directives[c]},mount(c,f,g){if(!a){const h=l._ceVNode||R(r,n);return h.appContext=i,g===!0?g="svg":g===!1&&(g=void 0),f&&t?t(h,c):e(h,c,g),a=!0,l._container=c,c.__vue_app__=l,Di(h.component)}},onUnmount(c){o.push(c)},unmount(){a&&(uu(o,l._instance,16),e(null,l._container),delete l._container.__vue_app__)},provide(c,f){return i.provides[c]=f,l},runWithContext(c){const f=gr;gr=l;try{return c()}finally{gr=f}}};return l}}let gr=null;function Zl(e,t){if(Xe){let u=Xe.provides;const r=Xe.parent&&Xe.parent.provides;r===u&&(u=Xe.provides=Object.create(r)),u[e]=t}}function Xt(e,t,u=!1){const r=Xe||pt;if(r||gr){const n=gr?gr._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(n&&e in n)return n[e];if(arguments.length>1)return u&&oe(t)?t.call(r&&r.proxy):t}}const Gl={},Jl=()=>Object.create(Gl),Yl=e=>Object.getPrototypeOf(e)===Gl;function $d(e,t,u,r=!1){const n={},i=Jl();e.propsDefaults=Object.create(null),Xl(e,t,n,i);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);u?e.props=r?n:z0(n):e.type.props?e.props=n:e.props=i,e.attrs=i}function Dd(e,t,u,r){const{props:n,attrs:i,vnode:{patchFlag:s}}=e,o=_e(n),[a]=e.propsOptions;let l=!1;if((r||s>0)&&!(s&16)){if(s&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let g=c[f];if(Ei(e.emitsOptions,g))continue;const h=t[g];if(a)if(ve(i,g))h!==i[g]&&(i[g]=h,l=!0);else{const d=wt(g);n[d]=vs(a,o,d,h,e,!1)}else h!==i[g]&&(i[g]=h,l=!0)}}}else{Xl(e,t,n,i)&&(l=!0);let c;for(const f in o)(!t||!ve(t,f)&&((c=Pu(f))===f||!ve(t,c)))&&(a?u&&(u[f]!==void 0||u[c]!==void 0)&&(n[f]=vs(a,o,f,void 0,e,!0)):delete n[f]);if(i!==o)for(const f in i)(!t||!ve(t,f))&&(delete i[f],l=!0)}l&&gu(e.attrs,"set","")}function Xl(e,t,u,r){const[n,i]=e.propsOptions;let s=!1,o;if(t)for(let a in t){if(Kr(a))continue;const l=t[a];let c;n&&ve(n,c=wt(a))?!i||!i.includes(c)?u[c]=l:(o||(o={}))[c]=l:Ei(e.emitsOptions,a)||(!(a in r)||l!==r[a])&&(r[a]=l,s=!0)}if(i){const a=_e(u),l=o||ge;for(let c=0;c<i.length;c++){const f=i[c];u[f]=vs(n,a,f,l[f],e,!ve(l,f))}}return s}function vs(e,t,u,r,n,i){const s=e[u];if(s!=null){const o=ve(s,"default");if(o&&r===void 0){const a=s.default;if(s.type!==Function&&!s.skipFactory&&oe(a)){const{propsDefaults:l}=n;if(u in l)r=l[u];else{const c=pn(n);r=l[u]=a.call(null,t),c()}}else r=a;n.ce&&n.ce._setProp(u,r)}s[0]&&(i&&!o?r=!1:s[1]&&(r===""||r===Pu(u))&&(r=!0))}return r}const wd=new WeakMap;function Ql(e,t,u=!1){const r=u?wd:t.propsCache,n=r.get(e);if(n)return n;const i=e.props,s={},o=[];let a=!1;if(!oe(e)){const c=f=>{a=!0;const[g,h]=Ql(f,t,!0);Ze(s,g),h&&o.push(...h)};!u&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!i&&!a)return we(e)&&r.set(e,hr),hr;if(ue(i))for(let c=0;c<i.length;c++){const f=wt(i[c]);ua(f)&&(s[f]=ge)}else if(i)for(const c in i){const f=wt(c);if(ua(f)){const g=i[c],h=s[f]=ue(g)||oe(g)?{type:g}:Ze({},g),d=h.type;let b=!1,E=!0;if(ue(d))for(let k=0;k<d.length;++k){const w=d[k],I=oe(w)&&w.name;if(I==="Boolean"){b=!0;break}else I==="String"&&(E=!1)}else b=oe(d)&&d.name==="Boolean";h[0]=b,h[1]=E,(b||ve(h,"default"))&&o.push(f)}}const l=[s,o];return we(e)&&r.set(e,l),l}function ua(e){return e[0]!=="$"&&!Kr(e)}const ec=e=>e[0]==="_"||e==="$stable",io=e=>ue(e)?e.map(Jt):[Jt(e)],Fd=(e,t,u)=>{if(t._n)return t;const r=Ce((...n)=>io(t(...n)),u);return r._c=!1,r},tc=(e,t,u)=>{const r=e._ctx;for(const n in e){if(ec(n))continue;const i=e[n];if(oe(i))t[n]=Fd(n,i,r);else if(i!=null){const s=io(i);t[n]=()=>s}}},uc=(e,t)=>{const u=io(t);e.slots.default=()=>u},rc=(e,t,u)=>{for(const r in t)(u||r!=="_")&&(e[r]=t[r])},Sd=(e,t,u)=>{const r=e.slots=Jl();if(e.vnode.shapeFlag&32){const n=t._;n?(rc(r,t,u),u&&ml(r,"_",n,!0)):tc(t,r)}else t&&uc(e,t)},Td=(e,t,u)=>{const{vnode:r,slots:n}=e;let i=!0,s=ge;if(r.shapeFlag&32){const o=t._;o?u&&o===1?i=!1:rc(n,t,u):(i=!t.$stable,tc(t,n)),s=t}else t&&(uc(e,t),s={default:1});if(i)for(const o in n)!ec(o)&&s[o]==null&&delete n[o]},gt=Hd;function Id(e){return Rd(e)}function Rd(e,t){const u=bl();u.__VUE__=!0;const{insert:r,remove:n,patchProp:i,createElement:s,createText:o,createComment:a,setText:l,setElementText:c,parentNode:f,nextSibling:g,setScopeId:h=tu,insertStaticContent:d}=e,b=(m,y,S,O=null,P=null,V=null,z=void 0,q=null,N=!!y.dynamicChildren)=>{if(m===y)return;m&&!qr(m,y)&&(O=Je(m),bt(m,P,V,!0),m=null),y.patchFlag===-2&&(N=!1,y.dynamicChildren=null);const{type:M,ref:K,shapeFlag:U}=y;switch(M){case Ai:E(m,y,S,O);break;case Wu:k(m,y,S,O);break;case Zi:m==null&&w(y,S,O,z);break;case Be:$(m,y,S,O,P,V,z,q,N);break;default:U&1?T(m,y,S,O,P,V,z,q,N):U&6?j(m,y,S,O,P,V,z,q,N):(U&64||U&128)&&M.process(m,y,S,O,P,V,z,q,N,ou)}K!=null&&P&&hs(K,m&&m.ref,V,y||m,!y)},E=(m,y,S,O)=>{if(m==null)r(y.el=o(y.children),S,O);else{const P=y.el=m.el;y.children!==m.children&&l(P,y.children)}},k=(m,y,S,O)=>{m==null?r(y.el=a(y.children||""),S,O):y.el=m.el},w=(m,y,S,O)=>{[m.el,m.anchor]=d(m.children,y,S,O,m.el,m.anchor)},I=({el:m,anchor:y},S,O)=>{let P;for(;m&&m!==y;)P=g(m),r(m,S,O),m=P;r(y,S,O)},C=({el:m,anchor:y})=>{let S;for(;m&&m!==y;)S=g(m),n(m),m=S;n(y)},T=(m,y,S,O,P,V,z,q,N)=>{y.type==="svg"?z="svg":y.type==="math"&&(z="mathml"),m==null?x(y,S,O,P,V,z,q,N):X(m,y,P,V,z,q,N)},x=(m,y,S,O,P,V,z,q)=>{let N,M;const{props:K,shapeFlag:U,transition:W,dirs:ee}=m;if(N=m.el=s(m.type,V,K&&K.is,K),U&8?c(N,m.children):U&16&&B(m.children,N,null,O,P,Ki(m,V),z,q),ee&&zu(m,null,O,"created"),F(N,m,m.scopeId,z,O),K){for(const ye in K)ye!=="value"&&!Kr(ye)&&i(N,ye,null,K[ye],V,O);"value"in K&&i(N,"value",null,K.value,V),(M=K.onVnodeBeforeMount)&&Kt(M,O,m)}ee&&zu(m,null,O,"beforeMount");const fe=Od(P,W);fe&&W.beforeEnter(N),r(N,y,S),((M=K&&K.onVnodeMounted)||fe||ee)&>(()=>{M&&Kt(M,O,m),fe&&W.enter(N),ee&&zu(m,null,O,"mounted")},P)},F=(m,y,S,O,P)=>{if(S&&h(m,S),O)for(let V=0;V<O.length;V++)h(m,O[V]);if(P){let V=P.subTree;if(y===V||lc(V.type)&&(V.ssContent===y||V.ssFallback===y)){const z=P.vnode;F(m,z,z.scopeId,z.slotScopeIds,P.parent)}}},B=(m,y,S,O,P,V,z,q,N=0)=>{for(let M=N;M<m.length;M++){const K=m[M]=q?Au(m[M]):Jt(m[M]);b(null,K,y,S,O,P,V,z,q)}},X=(m,y,S,O,P,V,z)=>{const q=y.el=m.el;let{patchFlag:N,dynamicChildren:M,dirs:K}=y;N|=m.patchFlag&16;const U=m.props||ge,W=y.props||ge;let ee;if(S&&Uu(S,!1),(ee=W.onVnodeBeforeUpdate)&&Kt(ee,S,y,m),K&&zu(y,m,S,"beforeUpdate"),S&&Uu(S,!0),(U.innerHTML&&W.innerHTML==null||U.textContent&&W.textContent==null)&&c(q,""),M?ne(m.dynamicChildren,M,q,S,O,Ki(y,P),V):z||ce(m,y,q,null,S,O,Ki(y,P),V,!1),N>0){if(N&16)Q(q,U,W,S,P);else if(N&2&&U.class!==W.class&&i(q,"class",null,W.class,P),N&4&&i(q,"style",U.style,W.style,P),N&8){const fe=y.dynamicProps;for(let ye=0;ye<fe.length;ye++){const le=fe[ye],ze=U[le],He=W[le];(He!==ze||le==="value")&&i(q,le,ze,He,P,S)}}N&1&&m.children!==y.children&&c(q,y.children)}else!z&&M==null&&Q(q,U,W,S,P);((ee=W.onVnodeUpdated)||K)&>(()=>{ee&&Kt(ee,S,y,m),K&&zu(y,m,S,"updated")},O)},ne=(m,y,S,O,P,V,z)=>{for(let q=0;q<y.length;q++){const N=m[q],M=y[q],K=N.el&&(N.type===Be||!qr(N,M)||N.shapeFlag&70)?f(N.el):S;b(N,M,K,null,O,P,V,z,!0)}},Q=(m,y,S,O,P)=>{if(y!==S){if(y!==ge)for(const V in y)!Kr(V)&&!(V in S)&&i(m,V,y[V],null,P,O);for(const V in S){if(Kr(V))continue;const z=S[V],q=y[V];z!==q&&V!=="value"&&i(m,V,q,z,P,O)}"value"in S&&i(m,"value",y.value,S.value,P)}},$=(m,y,S,O,P,V,z,q,N)=>{const M=y.el=m?m.el:o(""),K=y.anchor=m?m.anchor:o("");let{patchFlag:U,dynamicChildren:W,slotScopeIds:ee}=y;ee&&(q=q?q.concat(ee):ee),m==null?(r(M,S,O),r(K,S,O),B(y.children||[],S,K,P,V,z,q,N)):U>0&&U&64&&W&&m.dynamicChildren?(ne(m.dynamicChildren,W,S,P,V,z,q),(y.key!=null||P&&y===P.subTree)&&nc(m,y,!0)):ce(m,y,S,K,P,V,z,q,N)},j=(m,y,S,O,P,V,z,q,N)=>{y.slotScopeIds=q,m==null?y.shapeFlag&512?P.ctx.activate(y,S,O,z,N):H(y,S,O,P,V,z,N):ae(m,y,N)},H=(m,y,S,O,P,V,z)=>{const q=m.component=Xd(m,O,P);if(Bl(m)&&(q.ctx.renderer=ou),Qd(q,!1,z),q.asyncDep){if(P&&P.registerDep(q,Y,z),!m.el){const N=q.subTree=R(Wu);k(null,N,y,S)}}else Y(q,m,y,S,P,V,z)},ae=(m,y,S)=>{const O=y.component=m.component;if(Bd(m,y,S))if(O.asyncDep&&!O.asyncResolved){J(O,y,S);return}else O.next=y,O.update();else y.el=m.el,O.vnode=y},Y=(m,y,S,O,P,V,z)=>{const q=()=>{if(m.isMounted){let{next:U,bu:W,u:ee,parent:fe,vnode:ye}=m;{const Ue=ic(m);if(Ue){U&&(U.el=ye.el,J(m,U,z)),Ue.asyncDep.then(()=>{m.isUnmounted||q()});return}}let le=U,ze;Uu(m,!1),U?(U.el=ye.el,J(m,U,z)):U=ye,W&&qi(W),(ze=U.props&&U.props.onVnodeBeforeUpdate)&&Kt(ze,fe,U,ye),Uu(m,!0);const He=Wi(m),lt=m.subTree;m.subTree=He,b(lt,He,f(lt.el),Je(lt),m,P,V),U.el=He.el,le===null&&jd(m,He.el),ee&>(ee,P),(ze=U.props&&U.props.onVnodeUpdated)&>(()=>Kt(ze,fe,U,ye),P)}else{let U;const{el:W,props:ee}=y,{bm:fe,m:ye,parent:le,root:ze,type:He}=m,lt=Zr(y);if(Uu(m,!1),fe&&qi(fe),!lt&&(U=ee&&ee.onVnodeBeforeMount)&&Kt(U,le,y),Uu(m,!0),W&&nr){const Ue=()=>{m.subTree=Wi(m),nr(W,m.subTree,m,P,null)};lt?He.__asyncHydrate(W,m,Ue):Ue()}else{ze.ce&&ze.ce._injectChildStyle(He);const Ue=m.subTree=Wi(m);b(null,Ue,S,O,m,P,V),y.el=Ue.el}if(ye&>(ye,P),!lt&&(U=ee&&ee.onVnodeMounted)){const Ue=y;gt(()=>Kt(U,le,Ue),P)}(y.shapeFlag&256||le&&Zr(le.vnode)&&le.vnode.shapeFlag&256)&&m.a&>(m.a,P),m.isMounted=!0,y=S=O=null}};m.scope.on();const N=m.effect=new yl(q);m.scope.off();const M=m.update=N.run.bind(N),K=m.job=N.runIfDirty.bind(N);K.i=m,K.id=m.uid,N.scheduler=()=>to(K),Uu(m,!0),M()},J=(m,y,S)=>{y.component=m;const O=m.vnode.props;m.vnode=y,m.next=null,Dd(m,y.props,O,S),Td(m,y.children,S),Mu(),Yo(m),Vu()},ce=(m,y,S,O,P,V,z,q,N=!1)=>{const M=m&&m.children,K=m?m.shapeFlag:0,U=y.children,{patchFlag:W,shapeFlag:ee}=y;if(W>0){if(W&128){ot(M,U,S,O,P,V,z,q,N);return}else if(W&256){Ve(M,U,S,O,P,V,z,q,N);return}}ee&8?(K&16&&kt(M,P,V),U!==M&&c(S,U)):K&16?ee&16?ot(M,U,S,O,P,V,z,q,N):kt(M,P,V,!0):(K&8&&c(S,""),ee&16&&B(U,S,O,P,V,z,q,N))},Ve=(m,y,S,O,P,V,z,q,N)=>{m=m||hr,y=y||hr;const M=m.length,K=y.length,U=Math.min(M,K);let W;for(W=0;W<U;W++){const ee=y[W]=N?Au(y[W]):Jt(y[W]);b(m[W],ee,S,null,P,V,z,q,N)}M>K?kt(m,P,V,!0,!1,U):B(y,S,O,P,V,z,q,N,U)},ot=(m,y,S,O,P,V,z,q,N)=>{let M=0;const K=y.length;let U=m.length-1,W=K-1;for(;M<=U&&M<=W;){const ee=m[M],fe=y[M]=N?Au(y[M]):Jt(y[M]);if(qr(ee,fe))b(ee,fe,S,null,P,V,z,q,N);else break;M++}for(;M<=U&&M<=W;){const ee=m[U],fe=y[W]=N?Au(y[W]):Jt(y[W]);if(qr(ee,fe))b(ee,fe,S,null,P,V,z,q,N);else break;U--,W--}if(M>U){if(M<=W){const ee=W+1,fe=ee<K?y[ee].el:O;for(;M<=W;)b(null,y[M]=N?Au(y[M]):Jt(y[M]),S,fe,P,V,z,q,N),M++}}else if(M>W)for(;M<=U;)bt(m[M],P,V,!0),M++;else{const ee=M,fe=M,ye=new Map;for(M=fe;M<=W;M++){const et=y[M]=N?Au(y[M]):Jt(y[M]);et.key!=null&&ye.set(et.key,M)}let le,ze=0;const He=W-fe+1;let lt=!1,Ue=0;const xu=new Array(He);for(M=0;M<He;M++)xu[M]=0;for(M=ee;M<=U;M++){const et=m[M];if(ze>=He){bt(et,P,V,!0);continue}let Ie;if(et.key!=null)Ie=ye.get(et.key);else for(le=fe;le<=W;le++)if(xu[le-fe]===0&&qr(et,y[le])){Ie=le;break}Ie===void 0?bt(et,P,V,!0):(xu[Ie-fe]=M+1,Ie>=Ue?Ue=Ie:lt=!0,b(et,y[Ie],S,null,P,V,z,q,N),ze++)}const _n=lt?Pd(xu):hr;for(le=_n.length-1,M=He-1;M>=0;M--){const et=fe+M,Ie=y[et],vn=et+1<K?y[et+1].el:O;xu[M]===0?b(null,Ie,S,vn,P,V,z,q,N):lt&&(le<0||M!==_n[le]?je(Ie,S,vn,2):le--)}}},je=(m,y,S,O,P=null)=>{const{el:V,type:z,transition:q,children:N,shapeFlag:M}=m;if(M&6){je(m.component.subTree,y,S,O);return}if(M&128){m.suspense.move(y,S,O);return}if(M&64){z.move(m,y,S,ou);return}if(z===Be){r(V,y,S);for(let U=0;U<N.length;U++)je(N[U],y,S,O);r(m.anchor,y,S);return}if(z===Zi){I(m,y,S);return}if(O!==2&&M&1&&q)if(O===0)q.beforeEnter(V),r(V,y,S),gt(()=>q.enter(V),P);else{const{leave:U,delayLeave:W,afterLeave:ee}=q,fe=()=>r(V,y,S),ye=()=>{U(V,()=>{fe(),ee&&ee()})};W?W(V,fe,ye):ye()}else r(V,y,S)},bt=(m,y,S,O=!1,P=!1)=>{const{type:V,props:z,ref:q,children:N,dynamicChildren:M,shapeFlag:K,patchFlag:U,dirs:W,cacheIndex:ee}=m;if(U===-2&&(P=!1),q!=null&&hs(q,null,S,m,!0),ee!=null&&(y.renderCache[ee]=void 0),K&256){y.ctx.deactivate(m);return}const fe=K&1&&W,ye=!Zr(m);let le;if(ye&&(le=z&&z.onVnodeBeforeUnmount)&&Kt(le,y,m),K&6)Vi(m.component,S,O);else{if(K&128){m.suspense.unmount(S,O);return}fe&&zu(m,null,y,"beforeUnmount"),K&64?m.type.remove(m,y,S,ou,O):M&&!M.hasOnce&&(V!==Be||U>0&&U&64)?kt(M,y,S,!1,!0):(V===Be&&U&384||!P&&K&16)&&kt(N,y,S),O&&Mr(m)}(ye&&(le=z&&z.onVnodeUnmounted)||fe)&>(()=>{le&&Kt(le,y,m),fe&&zu(m,null,y,"unmounted")},S)},Mr=m=>{const{type:y,el:S,anchor:O,transition:P}=m;if(y===Be){Mi(S,O);return}if(y===Zi){C(m);return}const V=()=>{n(S),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(m.shapeFlag&1&&P&&!P.persisted){const{leave:z,delayLeave:q}=P,N=()=>z(S,V);q?q(m.el,V,N):N()}else V()},Mi=(m,y)=>{let S;for(;m!==y;)S=g(m),n(m),m=S;n(y)},Vi=(m,y,S)=>{const{bum:O,scope:P,job:V,subTree:z,um:q,m:N,a:M}=m;ra(N),ra(M),O&&qi(O),P.stop(),V&&(V.flags|=8,bt(z,m,y,S)),q&>(q,y),gt(()=>{m.isUnmounted=!0},y),y&&y.pendingBranch&&!y.isUnmounted&&m.asyncDep&&!m.asyncResolved&&m.suspenseId===y.pendingId&&(y.deps--,y.deps===0&&y.resolve())},kt=(m,y,S,O=!1,P=!1,V=0)=>{for(let z=V;z<m.length;z++)bt(m[z],y,S,O,P)},Je=m=>{if(m.shapeFlag&6)return Je(m.component.subTree);if(m.shapeFlag&128)return m.suspense.next();const y=g(m.anchor||m.el),S=y&&y[nd];return S?g(S):y};let at=!1;const su=(m,y,S)=>{m==null?y._vnode&&bt(y._vnode,null,null,!0):b(y._vnode||null,m,y,null,null,null,S),y._vnode=m,at||(at=!0,Yo(),Ll(),at=!1)},ou={p:b,um:bt,m:je,r:Mr,mt:H,mc:B,pc:ce,pbc:ne,n:Je,o:e};let rr,nr;return{render:su,hydrate:rr,createApp:Ad(su,rr)}}function Ki({type:e,props:t},u){return u==="svg"&&e==="foreignObject"||u==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:u}function Uu({effect:e,job:t},u){u?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Od(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function nc(e,t,u=!1){const r=e.children,n=t.children;if(ue(r)&&ue(n))for(let i=0;i<r.length;i++){const s=r[i];let o=n[i];o.shapeFlag&1&&!o.dynamicChildren&&((o.patchFlag<=0||o.patchFlag===32)&&(o=n[i]=Au(n[i]),o.el=s.el),!u&&o.patchFlag!==-2&&nc(s,o)),o.type===Ai&&(o.el=s.el)}}function Pd(e){const t=e.slice(),u=[0];let r,n,i,s,o;const a=e.length;for(r=0;r<a;r++){const l=e[r];if(l!==0){if(n=u[u.length-1],e[n]<l){t[r]=n,u.push(r);continue}for(i=0,s=u.length-1;i<s;)o=i+s>>1,e[u[o]]<l?i=o+1:s=o;l<e[u[i]]&&(i>0&&(t[r]=u[i-1]),u[i]=r)}}for(i=u.length,s=u[i-1];i-- >0;)u[i]=s,s=t[s];return u}function ic(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:ic(t)}function ra(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Md=Symbol.for("v-scx"),Vd=()=>Xt(Md);function cu(e,t){return ki(e,null,t)}function Ld(e,t){return ki(e,null,{flush:"sync"})}function Te(e,t,u){return ki(e,t,u)}function ki(e,t,u=ge){const{immediate:r,deep:n,flush:i,once:s}=u,o=Ze({},u);let a;if($i)if(i==="sync"){const g=Vd();a=g.__watcherHandles||(g.__watcherHandles=[])}else if(!t||r)o.once=!0;else return{stop:tu,resume:tu,pause:tu};const l=Xe;o.call=(g,h,d)=>uu(g,l,h,d);let c=!1;i==="post"?o.scheduler=g=>{gt(g,l&&l.suspense)}:i!=="sync"&&(c=!0,o.scheduler=(g,h)=>{h?g():to(g)}),o.augmentJob=g=>{t&&(g.flags|=4),c&&(g.flags|=2,l&&(g.id=l.uid,g.i=l))};const f=ed(e,t,o);return a&&a.push(f),f}function Nd(e,t,u){const r=this.proxy,n=Ne(e)?e.includes(".")?sc(r,e):()=>r[e]:e.bind(r,r);let i;oe(t)?i=t:(i=t.handler,u=t);const s=pn(this),o=ki(n,i.bind(r),u);return s(),o}function sc(e,t){const u=t.split(".");return()=>{let r=e;for(let n=0;n<u.length&&r;n++)r=r[u[n]];return r}}function Ge(e,t,u=ge){const r=Kn(),n=wt(t),i=Pu(t),s=oc(e,t),o=K0((a,l)=>{let c,f=ge,g;return Ld(()=>{const h=e[t];ft(c,h)&&(c=h,l())}),{get(){return a(),u.get?u.get(c):c},set(h){const d=u.set?u.set(h):h;if(!ft(d,c)&&!(f!==ge&&ft(h,f)))return;const b=r.vnode.props;b&&(t in b||n in b||i in b)&&(`onUpdate:${t}`in b||`onUpdate:${n}`in b||`onUpdate:${i}`in b)||(c=h,l()),r.emit(`update:${t}`,d),ft(h,d)&&ft(h,f)&&!ft(d,g)&&l(),f=h,g=d}}});return o[Symbol.iterator]=()=>{let a=0;return{next(){return a<2?{value:a++?s||ge:o,done:!1}:{done:!0}}}},o}const oc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${wt(t)}Modifiers`]||e[`${Pu(t)}Modifiers`];function qd(e,t,...u){if(e.isUnmounted)return;const r=e.vnode.props||ge;let n=u;const i=t.startsWith("update:"),s=i&&oc(r,t.slice(7));s&&(s.trim&&(n=u.map(c=>Ne(c)?c.trim():c)),s.number&&(n=u.map(f0)));let o,a=r[o=Ni(t)]||r[o=Ni(wt(t))];!a&&i&&(a=r[o=Ni(Pu(t))]),a&&uu(a,e,6,n);const l=r[o+"Once"];if(l){if(!e.emitted)e.emitted={};else if(e.emitted[o])return;e.emitted[o]=!0,uu(l,e,6,n)}}function ac(e,t,u=!1){const r=t.emitsCache,n=r.get(e);if(n!==void 0)return n;const i=e.emits;let s={},o=!1;if(!oe(e)){const a=l=>{const c=ac(l,t,!0);c&&(o=!0,Ze(s,c))};!u&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!i&&!o?(we(e)&&r.set(e,null),null):(ue(i)?i.forEach(a=>s[a]=null):Ze(s,i),we(e)&&r.set(e,s),s)}function Ei(e,t){return!e||!pi(t)?!1:(t=t.slice(2).replace(/Once$/,""),ve(e,t[0].toLowerCase()+t.slice(1))||ve(e,Pu(t))||ve(e,t))}function Wi(e){const{type:t,vnode:u,proxy:r,withProxy:n,propsOptions:[i],slots:s,attrs:o,emit:a,render:l,renderCache:c,props:f,data:g,setupState:h,ctx:d,inheritAttrs:b,isMounted:E}=e,k=Bn(e);let w,I;try{if(u.shapeFlag&4){const T=n||r,x=T;w=Jt(l.call(x,T,c,f,h,g,d)),I=o}else{const T=t;w=Jt(T.length>1?T(f,{attrs:o,slots:s,emit:a}):T(f,null)),I=t.props?o:zd(o)}}catch(T){Jr.length=0,xi(T,e,1),w=R(Wu)}let C=w;if(I&&b!==!1){const T=Object.keys(I),{shapeFlag:x}=C;T.length&&x&7&&(i&&T.some(Us)&&(I=Ud(I,i)),C=Cr(C,I,!1,!0))}return u.dirs&&(C=Cr(C,null,!1,!0),C.dirs=C.dirs?C.dirs.concat(u.dirs):u.dirs),u.transition&&(C.transition=E?u.component.subTree.transition:u.transition),w=C,Bn(k),w}const zd=e=>{let t;for(const u in e)(u==="class"||u==="style"||pi(u))&&((t||(t={}))[u]=e[u]);return t},Ud=(e,t)=>{const u={};for(const r in e)(!Us(r)||!(r.slice(9)in t))&&(u[r]=e[r]);return u};function Bd(e,t,u){const{props:r,children:n,component:i}=e,{props:s,children:o,patchFlag:a}=t,l=i.emitsOptions;if(t.dirs||t.transition)return!0;if(u&&a>=0){if(a&1024)return!0;if(a&16)return r?na(r,s,l):!!s;if(a&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const g=c[f];if(s[g]!==r[g]&&!Ei(l,g))return!0}}}else return(n||o)&&(!o||!o.$stable)?!0:r===s?!1:r?s?na(r,s,l):!0:!!s;return!1}function na(e,t,u){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let n=0;n<r.length;n++){const i=r[n];if(t[i]!==e[i]&&!Ei(u,i))return!0}return!1}function jd({vnode:e,parent:t},u){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=u,t=t.parent;else break}}const lc=e=>e.__isSuspense;function Hd(e,t){t&&t.pendingBranch?ue(e)?t.effects.push(...e):t.effects.push(e):rd(e)}const Be=Symbol.for("v-fgt"),Ai=Symbol.for("v-txt"),Wu=Symbol.for("v-cmt"),Zi=Symbol.for("v-stc"),Jr=[];let vt=null;function te(e=!1){Jr.push(vt=e?null:[])}function Kd(){Jr.pop(),vt=Jr[Jr.length-1]||null}let nn=1;function ia(e){nn+=e,e<0&&vt&&(vt.hasOnce=!0)}function cc(e){return e.dynamicChildren=nn>0?vt||hr:null,Kd(),nn>0&&vt&&vt.push(e),e}function Ee(e,t,u,r,n,i){return cc(L(e,t,u,r,n,i,!0))}function Me(e,t,u,r,n){return cc(R(e,t,u,r,n,!0))}function ys(e){return e?e.__v_isVNode===!0:!1}function qr(e,t){return e.type===t.type&&e.key===t.key}const fc=({key:e})=>e??null,On=({ref:e,ref_key:t,ref_for:u})=>(typeof e=="number"&&(e=""+e),e!=null?Ne(e)||Pe(e)||oe(e)?{i:pt,r:e,k:t,f:!!u}:e:null);function L(e,t=null,u=null,r=0,n=null,i=e===Be?0:1,s=!1,o=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&fc(t),ref:t&&On(t),scopeId:ql,slotScopeIds:null,children:u,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:pt};return o?(so(a,u),i&128&&e.normalize(a)):u&&(a.shapeFlag|=Ne(u)?8:16),nn>0&&!s&&vt&&(a.patchFlag>0||i&6)&&a.patchFlag!==32&&vt.push(a),a}const R=Wd;function Wd(e,t=null,u=null,r=0,n=null,i=!1){if((!e||e===bd)&&(e=Wu),ys(e)){const o=Cr(e,t,!0);return u&&so(o,u),nn>0&&!i&&vt&&(o.shapeFlag&6?vt[vt.indexOf(e)]=o:vt.push(o)),o.patchFlag=-2,o}if(np(e)&&(e=e.__vccOpts),t){t=Zd(t);let{class:o,style:a}=t;o&&!Ne(o)&&(t.class=At(o)),we(a)&&(Xs(a)&&!ue(a)&&(a=Ze({},a)),t.style=Hs(a))}const s=Ne(e)?1:lc(e)?128:id(e)?64:we(e)?4:oe(e)?2:0;return L(e,t,u,r,n,s,i,!0)}function Zd(e){return e?Xs(e)||Yl(e)?Ze({},e):e:null}function Cr(e,t,u=!1,r=!1){const{props:n,ref:i,patchFlag:s,children:o,transition:a}=e,l=t?Gd(n||{},t):n,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&fc(l),ref:t&&t.ref?u&&i?ue(i)?i.concat(On(t)):[i,On(t)]:On(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:o,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Be?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Cr(e.ssContent),ssFallback:e.ssFallback&&Cr(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&zl(c,a.clone(c)),c}function Qe(e=" ",t=0){return R(Ai,null,e,t)}function dt(e="",t=!1){return t?(te(),Me(Wu,null,e)):R(Wu,null,e)}function Jt(e){return e==null||typeof e=="boolean"?R(Wu):ue(e)?R(Be,null,e.slice()):typeof e=="object"?Au(e):R(Ai,null,String(e))}function Au(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Cr(e)}function so(e,t){let u=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(ue(t))u=16;else if(typeof t=="object")if(r&65){const n=t.default;n&&(n._c&&(n._d=!1),so(e,n()),n._c&&(n._d=!0));return}else{u=32;const n=t._;!n&&!Yl(t)?t._ctx=pt:n===3&&pt&&(pt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else oe(t)?(t={default:t,_ctx:pt},u=32):(t=String(t),r&64?(u=16,t=[Qe(t)]):u=8);e.children=t,e.shapeFlag|=u}function Gd(...e){const t={};for(let u=0;u<e.length;u++){const r=e[u];for(const n in r)if(n==="class")t.class!==r.class&&(t.class=At([t.class,r.class]));else if(n==="style")t.style=Hs([t.style,r.style]);else if(pi(n)){const i=t[n],s=r[n];s&&i!==s&&!(ue(i)&&i.includes(s))&&(t[n]=i?[].concat(i,s):s)}else n!==""&&(t[n]=r[n])}return t}function Kt(e,t,u,r=null){uu(e,t,7,[u,r])}const Jd=Wl();let Yd=0;function Xd(e,t,u){const r=e.type,n=(t?t.appContext:e.appContext)||Jd,i={uid:Yd++,vnode:e,type:r,parent:t,appContext:n,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new _0(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(n.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Ql(r,n),emitsOptions:ac(r,n),emit:null,emitted:null,propsDefaults:ge,inheritAttrs:r.inheritAttrs,ctx:ge,data:ge,props:ge,attrs:ge,slots:ge,refs:ge,setupState:ge,setupContext:null,suspense:u,suspenseId:u?u.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=qd.bind(null,i),e.ce&&e.ce(i),i}let Xe=null;const Kn=()=>Xe||pt;let Wn,xs;{const e=bl(),t=(u,r)=>{let n;return(n=e[u])||(n=e[u]=[]),n.push(r),i=>{n.length>1?n.forEach(s=>s(i)):n[0](i)}};Wn=t("__VUE_INSTANCE_SETTERS__",u=>Xe=u),xs=t("__VUE_SSR_SETTERS__",u=>$i=u)}const pn=e=>{const t=Xe;return Wn(e),e.scope.on(),()=>{e.scope.off(),Wn(t)}},sa=()=>{Xe&&Xe.scope.off(),Wn(null)};function dc(e){return e.vnode.shapeFlag&4}let $i=!1;function Qd(e,t=!1,u=!1){t&&xs(t);const{props:r,children:n}=e.vnode,i=dc(e);$d(e,r,i,t),Sd(e,n,u);const s=i?ep(e,t):void 0;return t&&xs(!1),s}function ep(e,t){const u=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,_d);const{setup:r}=u;if(r){const n=e.setupContext=r.length>1?up(e):null,i=pn(e);Mu();const s=dn(r,e,0,[e.props,n]);if(Vu(),i(),dl(s)){if(Zr(e)||Ul(e),s.then(sa,sa),t)return s.then(o=>{oa(e,o,t)}).catch(o=>{xi(o,e,0)});e.asyncDep=s}else oa(e,s,t)}else pc(e,t)}function oa(e,t,u){oe(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:we(t)&&(e.setupState=Ol(t)),pc(e,u)}let aa;function pc(e,t,u){const r=e.type;if(!e.render){if(!t&&aa&&!r.render){const n=r.template||no(e).template;if(n){const{isCustomElement:i,compilerOptions:s}=e.appContext.config,{delimiters:o,compilerOptions:a}=r,l=Ze(Ze({isCustomElement:i,delimiters:o},s),a);r.render=aa(n,l)}}e.render=r.render||tu}{const n=pn(e);Mu();try{vd(e)}finally{Vu(),n()}}}const tp={get(e,t){return ut(e,"get",""),e[t]}};function up(e){const t=u=>{e.exposed=u||{}};return{attrs:new Proxy(e.attrs,tp),slots:e.slots,emit:e.emit,expose:t}}function Di(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ol(yi(e.exposed)),{get(t,u){if(u in t)return t[u];if(u in Gr)return Gr[u](e)},has(t,u){return u in t||u in Gr}})):e.proxy}function rp(e,t=!0){return oe(e)?e.displayName||e.name:e.name||t&&e.__name}function np(e){return oe(e)&&"__vccOpts"in e}const $u=(e,t)=>X0(e,t,$i);function Zn(e,t,u){const r=arguments.length;return r===2?we(t)&&!ue(t)?ys(t)?R(e,null,[t]):R(e,t):R(e,null,t):(r>3?u=Array.prototype.slice.call(arguments,2):r===3&&ys(u)&&(u=[u]),R(e,t,u))}const ip="3.5.2";/**
|
|
14
|
-
* @vue/runtime-dom v3.5.
|
|
13
|
+
**/function dn(e,t,u,r){try{return r?e(...r):e()}catch(n){vi(n,t,u)}}function nu(e,t,u,r){if(ae(e)){const n=dn(e,t,u,r);return n&&ul(n)&&n.catch(i=>{vi(i,t,u)}),n}if(ue(e)){const n=[];for(let i=0;i<e.length;i++)n.push(nu(e[i],t,u,r));return n}}function vi(e,t,u,r=!0){const n=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:s}=t&&t.appContext.config||_e;if(t){let a=t.parent;const o=t.proxy,l=`https://vuejs.org/error-reference/#runtime-${u}`;for(;a;){const c=a.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,o,l)===!1)return}a=a.parent}if(i){Mu(),dn(i,null,10,[e,o,l]),Vu();return}}j0(e,u,n,r,s)}function j0(e,t,u,r=!0,n=!1){if(n)throw e;console.error(e)}const rt=[];let Jt=-1;const hr=[];let Eu=null,or=0;const Al=Promise.resolve();let Nn=null;function Dl(e){const t=Nn||Al;return e?t.then(this?e.bind(this):e):t}function H0(e){let t=Jt+1,u=rt.length;for(;t<u;){const r=t+u>>>1,n=rt[r],i=un(n);i<e||i===e&&n.flags&2?t=r+1:u=r}return t}function Zs(e){if(!(e.flags&1)){const t=un(e),u=rt[rt.length-1];!u||!(e.flags&2)&&t>=un(u)?rt.push(e):rt.splice(H0(t),0,e),e.flags|=1,$l()}}function $l(){Nn||(Nn=Al.then(Fl))}function K0(e){ue(e)?hr.push(...e):Eu&&e.id===-1?Eu.splice(or+1,0,e):e.flags&1||(hr.push(e),e.flags|=1),$l()}function Na(e,t,u=Jt+1){for(;u<rt.length;u++){const r=rt[u];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;rt.splice(u,1),u--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function wl(e){if(hr.length){const t=[...new Set(hr)].sort((u,r)=>un(u)-un(r));if(hr.length=0,Eu){Eu.push(...t);return}for(Eu=t,or=0;or<Eu.length;or++){const u=Eu[or];u.flags&4&&(u.flags&=-2),u.flags&8||u(),u.flags&=-2}Eu=null,or=0}}const un=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Fl(e){try{for(Jt=0;Jt<rt.length;Jt++){const t=rt[Jt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),dn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Jt<rt.length;Jt++){const t=rt[Jt];t&&(t.flags&=-2)}Jt=-1,rt.length=0,wl(),Nn=null,(rt.length||hr.length)&&Fl()}}let ct=null,Sl=null;function qn(e){const t=ct;return ct=e,Sl=e&&e.type.__scopeId||null,t}function xe(e,t=ct,u){if(!t||e._n)return e;const r=(...n)=>{r._d&&Za(-1);const i=qn(t);let s;try{s=e(...n)}finally{qn(i),r._d&&Za(1)}return s};return r._n=!0,r._c=!0,r._d=!0,r}function Vt(e,t){if(ct===null)return e;const u=Ai(ct),r=e.dirs||(e.dirs=[]);for(let n=0;n<t.length;n++){let[i,s,a,o=_e]=t[n];i&&(ae(i)&&(i={mounted:i,updated:i}),i.deep&&mu(s),r.push({dir:i,instance:u,value:s,oldValue:void 0,arg:a,modifiers:o}))}return e}function zu(e,t,u,r){const n=e.dirs,i=t&&t.dirs;for(let s=0;s<n.length;s++){const a=n[s];i&&(a.oldValue=i[s].value);let o=a.dir[r];o&&(Mu(),nu(o,u,8,[e.el,a,e,t]),Vu())}}const W0=Symbol("_vte"),Z0=e=>e.__isTeleport;function Gs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Gs(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Js(e,t){return ae(e)?Ye({name:e.name},t,{setup:e}):e}function Tl(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function zn(e,t,u,r,n=!1){if(ue(e)){e.forEach((p,m)=>zn(p,t&&(ue(t)?t[m]:t),u,r,n));return}if(Zr(r)&&!n){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&zn(e,t,u,r.component.subTree);return}const i=r.shapeFlag&4?Ai(r.component):r.el,s=n?null:i,{i:a,r:o}=e,l=t&&t.r,c=a.refs===_e?a.refs={}:a.refs,f=a.setupState,_=ge(f),d=f===_e?()=>!1:p=>ye(_,p);if(l!=null&&l!==o&&(qe(l)?(c[l]=null,d(l)&&(f[l]=null)):Pe(l)&&(l.value=null)),ae(o))dn(o,a,12,[s,c]);else{const p=qe(o),m=Pe(o);if(p||m){const E=()=>{if(e.f){const C=p?d(o)?f[o]:c[o]:o.value;n?ue(C)&&Ns(C,i):ue(C)?C.includes(i)||C.push(i):p?(c[o]=[i],d(o)&&(f[o]=c[o])):(o.value=[i],e.k&&(c[e.k]=o.value))}else p?(c[o]=s,d(o)&&(f[o]=s)):m&&(o.value=s,e.k&&(c[e.k]=s))};s?(E.id=-1,_t(E,u)):E()}}}bi().requestIdleCallback;bi().cancelIdleCallback;const Zr=e=>!!e.type.__asyncLoader,Il=e=>e.type.__isKeepAlive;function G0(e,t){Rl(e,"a",t)}function J0(e,t){Rl(e,"da",t)}function Rl(e,t,u=Ge){const r=e.__wdc||(e.__wdc=()=>{let n=u;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(xi(t,r,u),u){let n=u.parent;for(;n&&n.parent;)Il(n.parent.vnode)&&Y0(r,t,u,n),n=n.parent}}function Y0(e,t,u,r){const n=xi(t,e,r,!0);Ys(()=>{Ns(r[t],n)},u)}function xi(e,t,u=Ge,r=!1){if(u){const n=u[e]||(u[e]=[]),i=t.__weh||(t.__weh=(...s)=>{Mu();const a=pn(u),o=nu(t,u,e,s);return a(),Vu(),o});return r?n.unshift(i):n.push(i),i}}const Cu=e=>(t,u=Ge)=>{(!nn||e==="sp")&&xi(e,(...r)=>t(...r),u)},Sr=Cu("bm"),Ju=Cu("m"),X0=Cu("bu"),Q0=Cu("u"),Ol=Cu("bum"),Ys=Cu("um"),ed=Cu("sp"),td=Cu("rtg"),ud=Cu("rtc");function rd(e,t=Ge){xi("ec",e,t)}const nd="components";function ze(e,t){return sd(nd,e,!0,t)||e}const id=Symbol.for("v-ndc");function sd(e,t,u=!0,r=!1){const n=ct||Ge;if(n){const i=n.type;{const a=Kd(i,!1);if(a&&(a===t||a===Ct(t)||a===mi(Ct(t))))return i}const s=qa(n[e]||i[e],t)||qa(n.appContext[e],t);return!s&&r?i:s}}function qa(e,t){return e&&(e[t]||e[Ct(t)]||e[mi(Ct(t))])}function Yu(e,t,u,r){let n;const i=u,s=ue(e);if(s||qe(e)){const a=s&&Su(e);let o=!1;a&&(o=!wt(e),e=_i(e)),n=new Array(e.length);for(let l=0,c=e.length;l<c;l++)n[l]=t(o?Qe(e[l]):e[l],l,void 0,i)}else if(typeof e=="number"){n=new Array(e);for(let a=0;a<e;a++)n[a]=t(a+1,a,void 0,i)}else if(we(e))if(e[Symbol.iterator])n=Array.from(e,(a,o)=>t(a,o,void 0,i));else{const a=Object.keys(e);n=new Array(a.length);for(let o=0,l=a.length;o<l;o++){const c=a[o];n[o]=t(e[c],c,o,i)}}else n=[];return n}const ds=e=>e?uc(e)?Ai(e):ds(e.parent):null,Gr=Ye(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ds(e.parent),$root:e=>ds(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Ml(e),$forceUpdate:e=>e.f||(e.f=()=>{Zs(e.update)}),$nextTick:e=>e.n||(e.n=Dl.bind(e.proxy)),$watch:e=>wd.bind(e)}),Bi=(e,t)=>e!==_e&&!e.__isScriptSetup&&ye(e,t),ad={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:u,setupState:r,data:n,props:i,accessCache:s,type:a,appContext:o}=e;let l;if(t[0]!=="$"){const d=s[t];if(d!==void 0)switch(d){case 1:return r[t];case 2:return n[t];case 4:return u[t];case 3:return i[t]}else{if(Bi(r,t))return s[t]=1,r[t];if(n!==_e&&ye(n,t))return s[t]=2,n[t];if((l=e.propsOptions[0])&&ye(l,t))return s[t]=3,i[t];if(u!==_e&&ye(u,t))return s[t]=4,u[t];hs&&(s[t]=0)}}const c=Gr[t];let f,_;if(c)return t==="$attrs"&&Xe(e.attrs,"get",""),c(e);if((f=a.__cssModules)&&(f=f[t]))return f;if(u!==_e&&ye(u,t))return s[t]=4,u[t];if(_=o.config.globalProperties,ye(_,t))return _[t]},set({_:e},t,u){const{data:r,setupState:n,ctx:i}=e;return Bi(n,t)?(n[t]=u,!0):r!==_e&&ye(r,t)?(r[t]=u,!0):ye(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=u,!0)},has({_:{data:e,setupState:t,accessCache:u,ctx:r,appContext:n,propsOptions:i}},s){let a;return!!u[s]||e!==_e&&ye(e,s)||Bi(t,s)||(a=i[0])&&ye(a,s)||ye(r,s)||ye(Gr,s)||ye(n.config.globalProperties,s)},defineProperty(e,t,u){return u.get!=null?e._.accessCache[t]=0:ye(u,"value")&&this.set(e,t,u.value,null),Reflect.defineProperty(e,t,u)}};function Un(e){return ue(e)?e.reduce((t,u)=>(t[u]=null,t),{}):e}function ps(e,t){return!e||!t?e||t:ue(e)&&ue(t)?e.concat(t):Ye({},Un(e),Un(t))}let hs=!0;function od(e){const t=Ml(e),u=e.proxy,r=e.ctx;hs=!1,t.beforeCreate&&za(t.beforeCreate,e,"bc");const{data:n,computed:i,methods:s,watch:a,provide:o,inject:l,created:c,beforeMount:f,mounted:_,beforeUpdate:d,updated:p,activated:m,deactivated:E,beforeDestroy:C,beforeUnmount:$,destroyed:T,unmounted:k,render:I,renderTracked:x,renderTriggered:F,errorCaptured:B,serverPrefetch:Q,expose:ne,inheritAttrs:X,components:D,directives:j,filters:H}=t;if(l&&ld(l,r,null),s)for(const J in s){const le=s[J];ae(le)&&(r[J]=le.bind(u))}if(n){const J=n.call(u,u);we(J)&&(e.data=Qt(J))}if(hs=!0,i)for(const J in i){const le=i[J],Ve=ae(le)?le.bind(u,u):ae(le.get)?le.get.bind(u,u):ru,it=!ae(le)&&ae(le.set)?le.set.bind(u):ru,Be=Du({get:Ve,set:it});Object.defineProperty(r,J,{enumerable:!0,configurable:!0,get:()=>Be.value,set:pt=>Be.value=pt})}if(a)for(const J in a)Pl(a[J],r,u,J);if(o){const J=ae(o)?o.call(u):o;Reflect.ownKeys(J).forEach(le=>{Ll(le,J[le])})}c&&za(c,e,"c");function Y(J,le){ue(le)?le.forEach(Ve=>J(Ve.bind(u))):le&&J(le.bind(u))}if(Y(Sr,f),Y(Ju,_),Y(X0,d),Y(Q0,p),Y(G0,m),Y(J0,E),Y(rd,B),Y(ud,x),Y(td,F),Y(Ol,$),Y(Ys,k),Y(ed,Q),ue(ne))if(ne.length){const J=e.exposed||(e.exposed={});ne.forEach(le=>{Object.defineProperty(J,le,{get:()=>u[le],set:Ve=>u[le]=Ve})})}else e.exposed||(e.exposed={});I&&e.render===ru&&(e.render=I),X!=null&&(e.inheritAttrs=X),D&&(e.components=D),j&&(e.directives=j),Q&&Tl(e)}function ld(e,t,u=ru){ue(e)&&(e=ms(e));for(const r in e){const n=e[r];let i;we(n)?"default"in n?i=eu(n.from||r,n.default,!0):i=eu(n.from||r):i=eu(n),Pe(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:s=>i.value=s}):t[r]=i}}function za(e,t,u){nu(ue(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,u)}function Pl(e,t,u,r){let n=r.includes(".")?Jl(u,r):()=>u[r];if(qe(e)){const i=t[e];ae(i)&&Ie(n,i)}else if(ae(e))Ie(n,e.bind(u));else if(we(e))if(ue(e))e.forEach(i=>Pl(i,t,u,r));else{const i=ae(e.handler)?e.handler.bind(u):t[e.handler];ae(i)&&Ie(n,i,e)}}function Ml(e){const t=e.type,{mixins:u,extends:r}=t,{mixins:n,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,a=i.get(t);let o;return a?o=a:!n.length&&!u&&!r?o=t:(o={},n.length&&n.forEach(l=>Bn(o,l,s,!0)),Bn(o,t,s)),we(t)&&i.set(t,o),o}function Bn(e,t,u,r=!1){const{mixins:n,extends:i}=t;i&&Bn(e,i,u,!0),n&&n.forEach(s=>Bn(e,s,u,!0));for(const s in t)if(!(r&&s==="expose")){const a=cd[s]||u&&u[s];e[s]=a?a(e[s],t[s]):t[s]}return e}const cd={data:Ua,props:Ba,emits:Ba,methods:zr,computed:zr,beforeCreate:tt,created:tt,beforeMount:tt,mounted:tt,beforeUpdate:tt,updated:tt,beforeDestroy:tt,beforeUnmount:tt,destroyed:tt,unmounted:tt,activated:tt,deactivated:tt,errorCaptured:tt,serverPrefetch:tt,components:zr,directives:zr,watch:dd,provide:Ua,inject:fd};function Ua(e,t){return t?e?function(){return Ye(ae(e)?e.call(this,this):e,ae(t)?t.call(this,this):t)}:t:e}function fd(e,t){return zr(ms(e),ms(t))}function ms(e){if(ue(e)){const t={};for(let u=0;u<e.length;u++)t[e[u]]=e[u];return t}return e}function tt(e,t){return e?[...new Set([].concat(e,t))]:t}function zr(e,t){return e?Ye(Object.create(null),e,t):t}function Ba(e,t){return e?ue(e)&&ue(t)?[...new Set([...e,...t])]:Ye(Object.create(null),Un(e),Un(t??{})):t}function dd(e,t){if(!e)return t;if(!t)return e;const u=Ye(Object.create(null),e);for(const r in t)u[r]=tt(e[r],t[r]);return u}function Vl(){return{app:null,config:{isNativeTag:Yf,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let pd=0;function hd(e,t){return function(r,n=null){ae(r)||(r=Ye({},r)),n!=null&&!we(n)&&(n=null);const i=Vl(),s=new WeakSet,a=[];let o=!1;const l=i.app={_uid:pd++,_component:r,_props:n,_container:null,_context:i,_instance:null,version:Zd,get config(){return i.config},set config(c){},use(c,...f){return s.has(c)||(c&&ae(c.install)?(s.add(c),c.install(l,...f)):ae(c)&&(s.add(c),c(l,...f))),l},mixin(c){return i.mixins.includes(c)||i.mixins.push(c),l},component(c,f){return f?(i.components[c]=f,l):i.components[c]},directive(c,f){return f?(i.directives[c]=f,l):i.directives[c]},mount(c,f,_){if(!o){const d=l._ceVNode||R(r,n);return d.appContext=i,_===!0?_="svg":_===!1&&(_=void 0),e(d,c,_),o=!0,l._container=c,c.__vue_app__=l,Ai(d.component)}},onUnmount(c){a.push(c)},unmount(){o&&(nu(a,l._instance,16),e(null,l._container),delete l._container.__vue_app__)},provide(c,f){return i.provides[c]=f,l},runWithContext(c){const f=mr;mr=l;try{return c()}finally{mr=f}}};return l}}let mr=null;function Ll(e,t){if(Ge){let u=Ge.provides;const r=Ge.parent&&Ge.parent.provides;r===u&&(u=Ge.provides=Object.create(r)),u[e]=t}}function eu(e,t,u=!1){const r=Ge||ct;if(r||mr){const n=mr?mr._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(n&&e in n)return n[e];if(arguments.length>1)return u&&ae(t)?t.call(r&&r.proxy):t}}const Nl={},ql=()=>Object.create(Nl),zl=e=>Object.getPrototypeOf(e)===Nl;function md(e,t,u,r=!1){const n={},i=ql();e.propsDefaults=Object.create(null),Ul(e,t,n,i);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);u?e.props=r?n:S0(n):e.type.props?e.props=n:e.props=i,e.attrs=i}function bd(e,t,u,r){const{props:n,attrs:i,vnode:{patchFlag:s}}=e,a=ge(n),[o]=e.propsOptions;let l=!1;if((r||s>0)&&!(s&16)){if(s&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let _=c[f];if(ki(e.emitsOptions,_))continue;const d=t[_];if(o)if(ye(i,_))d!==i[_]&&(i[_]=d,l=!0);else{const p=Ct(_);n[p]=bs(o,a,p,d,e,!1)}else d!==i[_]&&(i[_]=d,l=!0)}}}else{Ul(e,t,n,i)&&(l=!0);let c;for(const f in a)(!t||!ye(t,f)&&((c=Pu(f))===f||!ye(t,c)))&&(o?u&&(u[f]!==void 0||u[c]!==void 0)&&(n[f]=bs(o,a,f,void 0,e,!0)):delete n[f]);if(i!==a)for(const f in i)(!t||!ye(t,f))&&(delete i[f],l=!0)}l&&hu(e.attrs,"set","")}function Ul(e,t,u,r){const[n,i]=e.propsOptions;let s=!1,a;if(t)for(let o in t){if(Hr(o))continue;const l=t[o];let c;n&&ye(n,c=Ct(o))?!i||!i.includes(c)?u[c]=l:(a||(a={}))[c]=l:ki(e.emitsOptions,o)||(!(o in r)||l!==r[o])&&(r[o]=l,s=!0)}if(i){const o=ge(u),l=a||_e;for(let c=0;c<i.length;c++){const f=i[c];u[f]=bs(n,o,f,l[f],e,!ye(l,f))}}return s}function bs(e,t,u,r,n,i){const s=e[u];if(s!=null){const a=ye(s,"default");if(a&&r===void 0){const o=s.default;if(s.type!==Function&&!s.skipFactory&&ae(o)){const{propsDefaults:l}=n;if(u in l)r=l[u];else{const c=pn(n);r=l[u]=o.call(null,t),c()}}else r=o;n.ce&&n.ce._setProp(u,r)}s[0]&&(i&&!a?r=!1:s[1]&&(r===""||r===Pu(u))&&(r=!0))}return r}const gd=new WeakMap;function Bl(e,t,u=!1){const r=u?gd:t.propsCache,n=r.get(e);if(n)return n;const i=e.props,s={},a=[];let o=!1;if(!ae(e)){const c=f=>{o=!0;const[_,d]=Bl(f,t,!0);Ye(s,_),d&&a.push(...d)};!u&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!i&&!o)return we(e)&&r.set(e,dr),dr;if(ue(i))for(let c=0;c<i.length;c++){const f=Ct(i[c]);ja(f)&&(s[f]=_e)}else if(i)for(const c in i){const f=Ct(c);if(ja(f)){const _=i[c],d=s[f]=ue(_)||ae(_)?{type:_}:Ye({},_),p=d.type;let m=!1,E=!0;if(ue(p))for(let C=0;C<p.length;++C){const $=p[C],T=ae($)&&$.name;if(T==="Boolean"){m=!0;break}else T==="String"&&(E=!1)}else m=ae(p)&&p.name==="Boolean";d[0]=m,d[1]=E,(m||ye(d,"default"))&&a.push(f)}}const l=[s,a];return we(e)&&r.set(e,l),l}function ja(e){return e[0]!=="$"&&!Hr(e)}const jl=e=>e[0]==="_"||e==="$stable",Xs=e=>ue(e)?e.map(Xt):[Xt(e)],_d=(e,t,u)=>{if(t._n)return t;const r=xe((...n)=>Xs(t(...n)),u);return r._c=!1,r},Hl=(e,t,u)=>{const r=e._ctx;for(const n in e){if(jl(n))continue;const i=e[n];if(ae(i))t[n]=_d(n,i,r);else if(i!=null){const s=Xs(i);t[n]=()=>s}}},Kl=(e,t)=>{const u=Xs(t);e.slots.default=()=>u},Wl=(e,t,u)=>{for(const r in t)(u||r!=="_")&&(e[r]=t[r])},yd=(e,t,u)=>{const r=e.slots=ql();if(e.vnode.shapeFlag&32){const n=t._;n?(Wl(r,t,u),u&&il(r,"_",n,!0)):Hl(t,r)}else t&&Kl(e,t)},vd=(e,t,u)=>{const{vnode:r,slots:n}=e;let i=!0,s=_e;if(r.shapeFlag&32){const a=t._;a?u&&a===1?i=!1:Wl(n,t,u):(i=!t.$stable,Hl(t,n)),s=t}else t&&(Kl(e,t),s={default:1});if(i)for(const a in n)!jl(a)&&s[a]==null&&delete n[a]},_t=Od;function xd(e){return Cd(e)}function Cd(e,t){const u=bi();u.__VUE__=!0;const{insert:r,remove:n,patchProp:i,createElement:s,createText:a,createComment:o,setText:l,setElementText:c,parentNode:f,nextSibling:_,setScopeId:d=ru,insertStaticContent:p}=e,m=(b,v,S,M=null,O=null,P=null,U=void 0,q=null,N=!!v.dynamicChildren)=>{if(b===v)return;b&&!Nr(b,v)&&(M=We(b),pt(b,O,P,!0),b=null),v.patchFlag===-2&&(N=!1,v.dynamicChildren=null);const{type:V,ref:K,shapeFlag:z}=v;switch(V){case Ei:E(b,v,S,M);break;case Wu:C(b,v,S,M);break;case Hi:b==null&&$(v,S,M,U);break;case Ue:D(b,v,S,M,O,P,U,q,N);break;default:z&1?I(b,v,S,M,O,P,U,q,N):z&6?j(b,v,S,M,O,P,U,q,N):(z&64||z&128)&&V.process(b,v,S,M,O,P,U,q,N,lu)}K!=null&&O&&zn(K,b&&b.ref,P,v||b,!v)},E=(b,v,S,M)=>{if(b==null)r(v.el=a(v.children),S,M);else{const O=v.el=b.el;v.children!==b.children&&l(O,v.children)}},C=(b,v,S,M)=>{b==null?r(v.el=o(v.children||""),S,M):v.el=b.el},$=(b,v,S,M)=>{[b.el,b.anchor]=p(b.children,v,S,M,b.el,b.anchor)},T=({el:b,anchor:v},S,M)=>{let O;for(;b&&b!==v;)O=_(b),r(b,S,M),b=O;r(v,S,M)},k=({el:b,anchor:v})=>{let S;for(;b&&b!==v;)S=_(b),n(b),b=S;n(v)},I=(b,v,S,M,O,P,U,q,N)=>{v.type==="svg"?U="svg":v.type==="math"&&(U="mathml"),b==null?x(v,S,M,O,P,U,q,N):Q(b,v,O,P,U,q,N)},x=(b,v,S,M,O,P,U,q)=>{let N,V;const{props:K,shapeFlag:z,transition:Z,dirs:ee}=b;if(N=b.el=s(b.type,P,K&&K.is,K),z&8?c(N,b.children):z&16&&B(b.children,N,null,M,O,ji(b,P),U,q),ee&&zu(b,null,M,"created"),F(N,b,b.scopeId,U,M),K){for(const ve in K)ve!=="value"&&!Hr(ve)&&i(N,ve,null,K[ve],P,M);"value"in K&&i(N,"value",null,K.value,P),(V=K.onVnodeBeforeMount)&&Zt(V,M,b)}ee&&zu(b,null,M,"beforeMount");const ce=kd(O,Z);ce&&Z.beforeEnter(N),r(N,v,S),((V=K&&K.onVnodeMounted)||ce||ee)&&_t(()=>{V&&Zt(V,M,b),ce&&Z.enter(N),ee&&zu(b,null,M,"mounted")},O)},F=(b,v,S,M,O)=>{if(S&&d(b,S),M)for(let P=0;P<M.length;P++)d(b,M[P]);if(O){let P=O.subTree;if(v===P||Ql(P.type)&&(P.ssContent===v||P.ssFallback===v)){const U=O.vnode;F(b,U,U.scopeId,U.slotScopeIds,O.parent)}}},B=(b,v,S,M,O,P,U,q,N=0)=>{for(let V=N;V<b.length;V++){const K=b[V]=q?Au(b[V]):Xt(b[V]);m(null,K,v,S,M,O,P,U,q)}},Q=(b,v,S,M,O,P,U)=>{const q=v.el=b.el;let{patchFlag:N,dynamicChildren:V,dirs:K}=v;N|=b.patchFlag&16;const z=b.props||_e,Z=v.props||_e;let ee;if(S&&Uu(S,!1),(ee=Z.onVnodeBeforeUpdate)&&Zt(ee,S,v,b),K&&zu(v,b,S,"beforeUpdate"),S&&Uu(S,!0),(z.innerHTML&&Z.innerHTML==null||z.textContent&&Z.textContent==null)&&c(q,""),V?ne(b.dynamicChildren,V,q,S,M,ji(v,O),P):U||le(b,v,q,null,S,M,ji(v,O),P,!1),N>0){if(N&16)X(q,z,Z,S,O);else if(N&2&&z.class!==Z.class&&i(q,"class",null,Z.class,O),N&4&&i(q,"style",z.style,Z.style,O),N&8){const ce=v.dynamicProps;for(let ve=0;ve<ce.length;ve++){const be=ce[ve],Te=z[be],Le=Z[be];(Le!==Te||be==="value")&&i(q,be,Te,Le,O,S)}}N&1&&b.children!==v.children&&c(q,v.children)}else!U&&V==null&&X(q,z,Z,S,O);((ee=Z.onVnodeUpdated)||K)&&_t(()=>{ee&&Zt(ee,S,v,b),K&&zu(v,b,S,"updated")},M)},ne=(b,v,S,M,O,P,U)=>{for(let q=0;q<v.length;q++){const N=b[q],V=v[q],K=N.el&&(N.type===Ue||!Nr(N,V)||N.shapeFlag&70)?f(N.el):S;m(N,V,K,null,M,O,P,U,!0)}},X=(b,v,S,M,O)=>{if(v!==S){if(v!==_e)for(const P in v)!Hr(P)&&!(P in S)&&i(b,P,v[P],null,O,M);for(const P in S){if(Hr(P))continue;const U=S[P],q=v[P];U!==q&&P!=="value"&&i(b,P,q,U,O,M)}"value"in S&&i(b,"value",v.value,S.value,O)}},D=(b,v,S,M,O,P,U,q,N)=>{const V=v.el=b?b.el:a(""),K=v.anchor=b?b.anchor:a("");let{patchFlag:z,dynamicChildren:Z,slotScopeIds:ee}=v;ee&&(q=q?q.concat(ee):ee),b==null?(r(V,S,M),r(K,S,M),B(v.children||[],S,K,O,P,U,q,N)):z>0&&z&64&&Z&&b.dynamicChildren?(ne(b.dynamicChildren,Z,S,O,P,U,q),(v.key!=null||O&&v===O.subTree)&&Zl(b,v,!0)):le(b,v,S,K,O,P,U,q,N)},j=(b,v,S,M,O,P,U,q,N)=>{v.slotScopeIds=q,b==null?v.shapeFlag&512?O.ctx.activate(v,S,M,U,N):H(v,S,M,O,P,U,N):oe(b,v,N)},H=(b,v,S,M,O,P,U)=>{const q=b.component=zd(b,M,O);if(Il(b)&&(q.ctx.renderer=lu),Ud(q,!1,U),q.asyncDep){if(O&&O.registerDep(q,Y,U),!b.el){const N=q.subTree=R(Wu);C(null,N,v,S)}}else Y(q,b,v,S,O,P,U)},oe=(b,v,S)=>{const M=v.component=b.component;if(Id(b,v,S))if(M.asyncDep&&!M.asyncResolved){J(M,v,S);return}else M.next=v,M.update();else v.el=b.el,M.vnode=v},Y=(b,v,S,M,O,P,U)=>{const q=()=>{if(b.isMounted){let{next:z,bu:Z,u:ee,parent:ce,vnode:ve}=b;{const mt=Gl(b);if(mt){z&&(z.el=ve.el,J(b,z,U)),mt.asyncDep.then(()=>{b.isUnmounted||q()});return}}let be=z,Te;Uu(b,!1),z?(z.el=ve.el,J(b,z,U)):z=ve,Z&&Li(Z),(Te=z.props&&z.props.onVnodeBeforeUpdate)&&Zt(Te,ce,z,ve),Uu(b,!0);const Le=Ka(b),ht=b.subTree;b.subTree=Le,m(ht,Le,f(ht.el),We(ht),b,O,P),z.el=Le.el,be===null&&Rd(b,Le.el),ee&&_t(ee,O),(Te=z.props&&z.props.onVnodeUpdated)&&_t(()=>Zt(Te,ce,z,ve),O)}else{let z;const{el:Z,props:ee}=v,{bm:ce,m:ve,parent:be,root:Te,type:Le}=b,ht=Zr(v);Uu(b,!1),ce&&Li(ce),!ht&&(z=ee&&ee.onVnodeBeforeMount)&&Zt(z,be,v),Uu(b,!0);{Te.ce&&Te.ce._injectChildStyle(Le);const mt=b.subTree=Ka(b);m(null,mt,S,M,b,O,P),v.el=mt.el}if(ve&&_t(ve,O),!ht&&(z=ee&&ee.onVnodeMounted)){const mt=v;_t(()=>Zt(z,be,mt),O)}(v.shapeFlag&256||be&&Zr(be.vnode)&&be.vnode.shapeFlag&256)&&b.a&&_t(b.a,O),b.isMounted=!0,v=S=M=null}};b.scope.on();const N=b.effect=new ll(q);b.scope.off();const V=b.update=N.run.bind(N),K=b.job=N.runIfDirty.bind(N);K.i=b,K.id=b.uid,N.scheduler=()=>Zs(K),Uu(b,!0),V()},J=(b,v,S)=>{v.component=b;const M=b.vnode.props;b.vnode=v,b.next=null,bd(b,v.props,M,S),vd(b,v.children,S),Mu(),Na(b),Vu()},le=(b,v,S,M,O,P,U,q,N=!1)=>{const V=b&&b.children,K=b?b.shapeFlag:0,z=v.children,{patchFlag:Z,shapeFlag:ee}=v;if(Z>0){if(Z&128){it(V,z,S,M,O,P,U,q,N);return}else if(Z&256){Ve(V,z,S,M,O,P,U,q,N);return}}ee&8?(K&16&&At(V,O,P),z!==V&&c(S,z)):K&16?ee&16?it(V,z,S,M,O,P,U,q,N):At(V,O,P,!0):(K&8&&c(S,""),ee&16&&B(z,S,M,O,P,U,q,N))},Ve=(b,v,S,M,O,P,U,q,N)=>{b=b||dr,v=v||dr;const V=b.length,K=v.length,z=Math.min(V,K);let Z;for(Z=0;Z<z;Z++){const ee=v[Z]=N?Au(v[Z]):Xt(v[Z]);m(b[Z],ee,S,null,O,P,U,q,N)}V>K?At(b,O,P,!0,!1,z):B(v,S,M,O,P,U,q,N,z)},it=(b,v,S,M,O,P,U,q,N)=>{let V=0;const K=v.length;let z=b.length-1,Z=K-1;for(;V<=z&&V<=Z;){const ee=b[V],ce=v[V]=N?Au(v[V]):Xt(v[V]);if(Nr(ee,ce))m(ee,ce,S,null,O,P,U,q,N);else break;V++}for(;V<=z&&V<=Z;){const ee=b[z],ce=v[Z]=N?Au(v[Z]):Xt(v[Z]);if(Nr(ee,ce))m(ee,ce,S,null,O,P,U,q,N);else break;z--,Z--}if(V>z){if(V<=Z){const ee=Z+1,ce=ee<K?v[ee].el:M;for(;V<=Z;)m(null,v[V]=N?Au(v[V]):Xt(v[V]),S,ce,O,P,U,q,N),V++}}else if(V>Z)for(;V<=z;)pt(b[V],O,P,!0),V++;else{const ee=V,ce=V,ve=new Map;for(V=ce;V<=Z;V++){const et=v[V]=N?Au(v[V]):Xt(v[V]);et.key!=null&&ve.set(et.key,V)}let be,Te=0;const Le=Z-ce+1;let ht=!1,mt=0;const Pt=new Array(Le);for(V=0;V<Le;V++)Pt[V]=0;for(V=ee;V<=z;V++){const et=b[V];if(Te>=Le){pt(et,O,P,!0);continue}let bt;if(et.key!=null)bt=ve.get(et.key);else for(be=ce;be<=Z;be++)if(Pt[be-ce]===0&&Nr(et,v[be])){bt=be;break}bt===void 0?pt(et,O,P,!0):(Pt[bt-ce]=V+1,bt>=mt?mt=bt:ht=!0,m(et,v[bt],S,null,O,P,U,q,N),Te++)}const Pr=ht?Ed(Pt):dr;for(be=Pr.length-1,V=Le-1;V>=0;V--){const et=ce+V,bt=v[et],gt=et+1<K?v[et+1].el:M;Pt[V]===0?m(null,bt,S,gt,O,P,U,q,N):ht&&(be<0||V!==Pr[be]?Be(bt,S,gt,2):be--)}}},Be=(b,v,S,M,O=null)=>{const{el:P,type:U,transition:q,children:N,shapeFlag:V}=b;if(V&6){Be(b.component.subTree,v,S,M);return}if(V&128){b.suspense.move(v,S,M);return}if(V&64){U.move(b,v,S,lu);return}if(U===Ue){r(P,v,S);for(let z=0;z<N.length;z++)Be(N[z],v,S,M);r(b.anchor,v,S);return}if(U===Hi){T(b,v,S);return}if(M!==2&&V&1&&q)if(M===0)q.beforeEnter(P),r(P,v,S),_t(()=>q.enter(P),O);else{const{leave:z,delayLeave:Z,afterLeave:ee}=q,ce=()=>r(P,v,S),ve=()=>{z(P,()=>{ce(),ee&&ee()})};Z?Z(P,ce,ve):ve()}else r(P,v,S)},pt=(b,v,S,M=!1,O=!1)=>{const{type:P,props:U,ref:q,children:N,dynamicChildren:V,shapeFlag:K,patchFlag:z,dirs:Z,cacheIndex:ee}=b;if(z===-2&&(O=!1),q!=null&&zn(q,null,S,b,!0),ee!=null&&(v.renderCache[ee]=void 0),K&256){v.ctx.deactivate(b);return}const ce=K&1&&Z,ve=!Zr(b);let be;if(ve&&(be=U&&U.onVnodeBeforeUnmount)&&Zt(be,v,b),K&6)Pi(b.component,S,M);else{if(K&128){b.suspense.unmount(S,M);return}ce&&zu(b,null,v,"beforeUnmount"),K&64?b.type.remove(b,v,S,lu,M):V&&!V.hasOnce&&(P!==Ue||z>0&&z&64)?At(V,v,S,!1,!0):(P===Ue&&z&384||!O&&K&16)&&At(N,v,S),M&&Or(b)}(ve&&(be=U&&U.onVnodeUnmounted)||ce)&&_t(()=>{be&&Zt(be,v,b),ce&&zu(b,null,v,"unmounted")},S)},Or=b=>{const{type:v,el:S,anchor:M,transition:O}=b;if(v===Ue){Oi(S,M);return}if(v===Hi){k(b);return}const P=()=>{n(S),O&&!O.persisted&&O.afterLeave&&O.afterLeave()};if(b.shapeFlag&1&&O&&!O.persisted){const{leave:U,delayLeave:q}=O,N=()=>U(S,P);q?q(b.el,P,N):N()}else P()},Oi=(b,v)=>{let S;for(;b!==v;)S=_(b),n(b),b=S;n(v)},Pi=(b,v,S)=>{const{bum:M,scope:O,job:P,subTree:U,um:q,m:N,a:V}=b;Ha(N),Ha(V),M&&Li(M),O.stop(),P&&(P.flags|=8,pt(U,b,v,S)),q&&_t(q,v),_t(()=>{b.isUnmounted=!0},v),v&&v.pendingBranch&&!v.isUnmounted&&b.asyncDep&&!b.asyncResolved&&b.suspenseId===v.pendingId&&(v.deps--,v.deps===0&&v.resolve())},At=(b,v,S,M=!1,O=!1,P=0)=>{for(let U=P;U<b.length;U++)pt(b[U],v,S,M,O)},We=b=>{if(b.shapeFlag&6)return We(b.component.subTree);if(b.shapeFlag&128)return b.suspense.next();const v=_(b.anchor||b.el),S=v&&v[W0];return S?_(S):v};let st=!1;const ou=(b,v,S)=>{b==null?v._vnode&&pt(v._vnode,null,null,!0):m(v._vnode||null,b,v,null,null,null,S),v._vnode=b,st||(st=!0,Na(),wl(),st=!1)},lu={p:m,um:pt,m:Be,r:Or,mt:H,mc:B,pc:le,pbc:ne,n:We,o:e};return{render:ou,hydrate:void 0,createApp:hd(ou)}}function ji({type:e,props:t},u){return u==="svg"&&e==="foreignObject"||u==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:u}function Uu({effect:e,job:t},u){u?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function kd(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Zl(e,t,u=!1){const r=e.children,n=t.children;if(ue(r)&&ue(n))for(let i=0;i<r.length;i++){const s=r[i];let a=n[i];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=n[i]=Au(n[i]),a.el=s.el),!u&&a.patchFlag!==-2&&Zl(s,a)),a.type===Ei&&(a.el=s.el)}}function Ed(e){const t=e.slice(),u=[0];let r,n,i,s,a;const o=e.length;for(r=0;r<o;r++){const l=e[r];if(l!==0){if(n=u[u.length-1],e[n]<l){t[r]=n,u.push(r);continue}for(i=0,s=u.length-1;i<s;)a=i+s>>1,e[u[a]]<l?i=a+1:s=a;l<e[u[i]]&&(i>0&&(t[r]=u[i-1]),u[i]=r)}}for(i=u.length,s=u[i-1];i-- >0;)u[i]=s,s=t[s];return u}function Gl(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Gl(t)}function Ha(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Ad=Symbol.for("v-scx"),Dd=()=>eu(Ad);function du(e,t){return Ci(e,null,t)}function $d(e,t){return Ci(e,null,{flush:"sync"})}function Ie(e,t,u){return Ci(e,t,u)}function Ci(e,t,u=_e){const{immediate:r,deep:n,flush:i,once:s}=u,a=Ye({},u),o=t&&r||!t&&i!=="post";let l;if(nn){if(i==="sync"){const d=Dd();l=d.__watcherHandles||(d.__watcherHandles=[])}else if(!o){const d=()=>{};return d.stop=ru,d.resume=ru,d.pause=ru,d}}const c=Ge;a.call=(d,p,m)=>nu(d,c,p,m);let f=!1;i==="post"?a.scheduler=d=>{_t(d,c&&c.suspense)}:i!=="sync"&&(f=!0,a.scheduler=(d,p)=>{p?d():Zs(d)}),a.augmentJob=d=>{t&&(d.flags|=4),f&&(d.flags|=2,c&&(d.id=c.uid,d.i=c))};const _=B0(e,t,a);return nn&&(l?l.push(_):o&&_()),_}function wd(e,t,u){const r=this.proxy,n=qe(e)?e.includes(".")?Jl(r,e):()=>r[e]:e.bind(r,r);let i;ae(t)?i=t:(i=t.handler,u=t);const s=pn(this),a=Ci(n,i.bind(r),u);return s(),a}function Jl(e,t){const u=t.split(".");return()=>{let r=e;for(let n=0;n<u.length&&r;n++)r=r[u[n]];return r}}function Ke(e,t,u=_e){const r=Hn(),n=Ct(t),i=Pu(t),s=Yl(e,n),a=P0((o,l)=>{let c,f=_e,_;return $d(()=>{const d=e[n];ot(c,d)&&(c=d,l())}),{get(){return o(),u.get?u.get(c):c},set(d){const p=u.set?u.set(d):d;if(!ot(p,c)&&!(f!==_e&&ot(d,f)))return;const m=r.vnode.props;m&&(t in m||n in m||i in m)&&(`onUpdate:${t}`in m||`onUpdate:${n}`in m||`onUpdate:${i}`in m)||(c=d,l()),r.emit(`update:${t}`,p),ot(d,p)&&ot(d,f)&&!ot(p,_)&&l(),f=d,_=p}}});return a[Symbol.iterator]=()=>{let o=0;return{next(){return o<2?{value:o++?s||_e:a,done:!1}:{done:!0}}}},a}const Yl=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ct(t)}Modifiers`]||e[`${Pu(t)}Modifiers`];function Fd(e,t,...u){if(e.isUnmounted)return;const r=e.vnode.props||_e;let n=u;const i=t.startsWith("update:"),s=i&&Yl(r,t.slice(7));s&&(s.trim&&(n=u.map(c=>qe(c)?c.trim():c)),s.number&&(n=u.map(u0)));let a,o=r[a=Vi(t)]||r[a=Vi(Ct(t))];!o&&i&&(o=r[a=Vi(Pu(t))]),o&&nu(o,e,6,n);const l=r[a+"Once"];if(l){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,nu(l,e,6,n)}}function Xl(e,t,u=!1){const r=t.emitsCache,n=r.get(e);if(n!==void 0)return n;const i=e.emits;let s={},a=!1;if(!ae(e)){const o=l=>{const c=Xl(l,t,!0);c&&(a=!0,Ye(s,c))};!u&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return!i&&!a?(we(e)&&r.set(e,null),null):(ue(i)?i.forEach(o=>s[o]=null):Ye(s,i),we(e)&&r.set(e,s),s)}function ki(e,t){return!e||!di(t)?!1:(t=t.slice(2).replace(/Once$/,""),ye(e,t[0].toLowerCase()+t.slice(1))||ye(e,Pu(t))||ye(e,t))}function Ka(e){const{type:t,vnode:u,proxy:r,withProxy:n,propsOptions:[i],slots:s,attrs:a,emit:o,render:l,renderCache:c,props:f,data:_,setupState:d,ctx:p,inheritAttrs:m}=e,E=qn(e);let C,$;try{if(u.shapeFlag&4){const k=n||r,I=k;C=Xt(l.call(I,k,c,f,d,_,p)),$=a}else{const k=t;C=Xt(k.length>1?k(f,{attrs:a,slots:s,emit:o}):k(f,null)),$=t.props?a:Sd(a)}}catch(k){Jr.length=0,vi(k,e,1),C=R(Wu)}let T=C;if($&&m!==!1){const k=Object.keys($),{shapeFlag:I}=T;k.length&&I&7&&(i&&k.some(Ls)&&($=Td($,i)),T=vr(T,$,!1,!0))}return u.dirs&&(T=vr(T,null,!1,!0),T.dirs=T.dirs?T.dirs.concat(u.dirs):u.dirs),u.transition&&Gs(T,u.transition),C=T,qn(E),C}const Sd=e=>{let t;for(const u in e)(u==="class"||u==="style"||di(u))&&((t||(t={}))[u]=e[u]);return t},Td=(e,t)=>{const u={};for(const r in e)(!Ls(r)||!(r.slice(9)in t))&&(u[r]=e[r]);return u};function Id(e,t,u){const{props:r,children:n,component:i}=e,{props:s,children:a,patchFlag:o}=t,l=i.emitsOptions;if(t.dirs||t.transition)return!0;if(u&&o>=0){if(o&1024)return!0;if(o&16)return r?Wa(r,s,l):!!s;if(o&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const _=c[f];if(s[_]!==r[_]&&!ki(l,_))return!0}}}else return(n||a)&&(!a||!a.$stable)?!0:r===s?!1:r?s?Wa(r,s,l):!0:!!s;return!1}function Wa(e,t,u){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let n=0;n<r.length;n++){const i=r[n];if(t[i]!==e[i]&&!ki(u,i))return!0}return!1}function Rd({vnode:e,parent:t},u){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=u,t=t.parent;else break}}const Ql=e=>e.__isSuspense;function Od(e,t){t&&t.pendingBranch?ue(e)?t.effects.push(...e):t.effects.push(e):K0(e)}const Ue=Symbol.for("v-fgt"),Ei=Symbol.for("v-txt"),Wu=Symbol.for("v-cmt"),Hi=Symbol.for("v-stc"),Jr=[];let vt=null;function te(e=!1){Jr.push(vt=e?null:[])}function Pd(){Jr.pop(),vt=Jr[Jr.length-1]||null}let rn=1;function Za(e,t=!1){rn+=e,e<0&&vt&&t&&(vt.hasOnce=!0)}function ec(e){return e.dynamicChildren=rn>0?vt||dr:null,Pd(),rn>0&&vt&&vt.push(e),e}function Ee(e,t,u,r,n,i){return ec(L(e,t,u,r,n,i,!0))}function Me(e,t,u,r,n){return ec(R(e,t,u,r,n,!0))}function jn(e){return e?e.__v_isVNode===!0:!1}function Nr(e,t){return e.type===t.type&&e.key===t.key}const tc=({key:e})=>e??null,Sn=({ref:e,ref_key:t,ref_for:u})=>(typeof e=="number"&&(e=""+e),e!=null?qe(e)||Pe(e)||ae(e)?{i:ct,r:e,k:t,f:!!u}:e:null);function L(e,t=null,u=null,r=0,n=null,i=e===Ue?0:1,s=!1,a=!1){const o={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&tc(t),ref:t&&Sn(t),scopeId:Sl,slotScopeIds:null,children:u,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:ct};return a?(Qs(o,u),i&128&&e.normalize(o)):u&&(o.shapeFlag|=qe(u)?8:16),rn>0&&!s&&vt&&(o.patchFlag>0||i&6)&&o.patchFlag!==32&&vt.push(o),o}const R=Md;function Md(e,t=null,u=null,r=0,n=null,i=!1){if((!e||e===id)&&(e=Wu),jn(e)){const a=vr(e,t,!0);return u&&Qs(a,u),rn>0&&!i&&vt&&(a.shapeFlag&6?vt[vt.indexOf(e)]=a:vt.push(a)),a.patchFlag=-2,a}if(Wd(e)&&(e=e.__vccOpts),t){t=Vd(t);let{class:a,style:o}=t;a&&!qe(a)&&(t.class=$t(a)),we(o)&&(Ws(o)&&!ue(o)&&(o=Ye({},o)),t.style=zs(o))}const s=qe(e)?1:Ql(e)?128:Z0(e)?64:we(e)?4:ae(e)?2:0;return L(e,t,u,r,n,s,i,!0)}function Vd(e){return e?Ws(e)||zl(e)?Ye({},e):e:null}function vr(e,t,u=!1,r=!1){const{props:n,ref:i,patchFlag:s,children:a,transition:o}=e,l=t?Ld(n||{},t):n,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&tc(l),ref:t&&t.ref?u&&i?ue(i)?i.concat(Sn(t)):[i,Sn(t)]:Sn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ue?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:o,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&vr(e.ssContent),ssFallback:e.ssFallback&&vr(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return o&&r&&Gs(c,o.clone(c)),c}function Je(e=" ",t=0){return R(Ei,null,e,t)}function lt(e="",t=!1){return t?(te(),Me(Wu,null,e)):R(Wu,null,e)}function Xt(e){return e==null||typeof e=="boolean"?R(Wu):ue(e)?R(Ue,null,e.slice()):jn(e)?Au(e):R(Ei,null,String(e))}function Au(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:vr(e)}function Qs(e,t){let u=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(ue(t))u=16;else if(typeof t=="object")if(r&65){const n=t.default;n&&(n._c&&(n._d=!1),Qs(e,n()),n._c&&(n._d=!0));return}else{u=32;const n=t._;!n&&!zl(t)?t._ctx=ct:n===3&&ct&&(ct.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ae(t)?(t={default:t,_ctx:ct},u=32):(t=String(t),r&64?(u=16,t=[Je(t)]):u=8);e.children=t,e.shapeFlag|=u}function Ld(...e){const t={};for(let u=0;u<e.length;u++){const r=e[u];for(const n in r)if(n==="class")t.class!==r.class&&(t.class=$t([t.class,r.class]));else if(n==="style")t.style=zs([t.style,r.style]);else if(di(n)){const i=t[n],s=r[n];s&&i!==s&&!(ue(i)&&i.includes(s))&&(t[n]=i?[].concat(i,s):s)}else n!==""&&(t[n]=r[n])}return t}function Zt(e,t,u,r=null){nu(e,t,7,[u,r])}const Nd=Vl();let qd=0;function zd(e,t,u){const r=e.type,n=(t?t.appContext:e.appContext)||Nd,i={uid:qd++,vnode:e,type:r,parent:t,appContext:n,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new l0(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(n.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Bl(r,n),emitsOptions:Xl(r,n),emit:null,emitted:null,propsDefaults:_e,inheritAttrs:r.inheritAttrs,ctx:_e,data:_e,props:_e,attrs:_e,slots:_e,refs:_e,setupState:_e,setupContext:null,suspense:u,suspenseId:u?u.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=Fd.bind(null,i),e.ce&&e.ce(i),i}let Ge=null;const Hn=()=>Ge||ct;let Kn,gs;{const e=bi(),t=(u,r)=>{let n;return(n=e[u])||(n=e[u]=[]),n.push(r),i=>{n.length>1?n.forEach(s=>s(i)):n[0](i)}};Kn=t("__VUE_INSTANCE_SETTERS__",u=>Ge=u),gs=t("__VUE_SSR_SETTERS__",u=>nn=u)}const pn=e=>{const t=Ge;return Kn(e),e.scope.on(),()=>{e.scope.off(),Kn(t)}},Ga=()=>{Ge&&Ge.scope.off(),Kn(null)};function uc(e){return e.vnode.shapeFlag&4}let nn=!1;function Ud(e,t=!1,u=!1){t&&gs(t);const{props:r,children:n}=e.vnode,i=uc(e);md(e,r,i,t),yd(e,n,u);const s=i?Bd(e,t):void 0;return t&&gs(!1),s}function Bd(e,t){const u=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ad);const{setup:r}=u;if(r){Mu();const n=e.setupContext=r.length>1?Hd(e):null,i=pn(e),s=dn(r,e,0,[e.props,n]),a=ul(s);if(Vu(),i(),(a||e.sp)&&!Zr(e)&&Tl(e),a){if(s.then(Ga,Ga),t)return s.then(o=>{Ja(e,o)}).catch(o=>{vi(o,e,0)});e.asyncDep=s}else Ja(e,s)}else rc(e)}function Ja(e,t,u){ae(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:we(t)&&(e.setupState=El(t)),rc(e)}function rc(e,t,u){const r=e.type;e.render||(e.render=r.render||ru);{const n=pn(e);Mu();try{od(e)}finally{Vu(),n()}}}const jd={get(e,t){return Xe(e,"get",""),e[t]}};function Hd(e){const t=u=>{e.exposed=u||{}};return{attrs:new Proxy(e.attrs,jd),slots:e.slots,emit:e.emit,expose:t}}function Ai(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(El(yi(e.exposed)),{get(t,u){if(u in t)return t[u];if(u in Gr)return Gr[u](e)},has(t,u){return u in t||u in Gr}})):e.proxy}function Kd(e,t=!0){return ae(e)?e.displayName||e.name:e.name||t&&e.__name}function Wd(e){return ae(e)&&"__vccOpts"in e}const Du=(e,t)=>z0(e,t,nn);function Wn(e,t,u){const r=arguments.length;return r===2?we(t)&&!ue(t)?jn(t)?R(e,null,[t]):R(e,t):R(e,null,t):(r>3?u=Array.prototype.slice.call(arguments,2):r===3&&jn(u)&&(u=[u]),R(e,t,u))}const Zd="3.5.13";/**
|
|
14
|
+
* @vue/runtime-dom v3.5.13
|
|
15
15
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
16
|
* @license MIT
|
|
17
|
-
**/let Cs;const la=typeof window<"u"&&window.trustedTypes;if(la)try{Cs=la.createPolicy("vue",{createHTML:e=>e})}catch{}const hc=Cs?e=>Cs.createHTML(e):e=>e,sp="http://www.w3.org/2000/svg",op="http://www.w3.org/1998/Math/MathML",fu=typeof document<"u"?document:null,ca=fu&&fu.createElement("template"),ap={insert:(e,t,u)=>{t.insertBefore(e,u||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,u,r)=>{const n=t==="svg"?fu.createElementNS(sp,e):t==="mathml"?fu.createElementNS(op,e):u?fu.createElement(e,{is:u}):fu.createElement(e);return e==="select"&&r&&r.multiple!=null&&n.setAttribute("multiple",r.multiple),n},createText:e=>fu.createTextNode(e),createComment:e=>fu.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>fu.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,u,r,n,i){const s=u?u.previousSibling:t.lastChild;if(n&&(n===i||n.nextSibling))for(;t.insertBefore(n.cloneNode(!0),u),!(n===i||!(n=n.nextSibling)););else{ca.innerHTML=hc(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const o=ca.content;if(r==="svg"||r==="mathml"){const a=o.firstChild;for(;a.firstChild;)o.appendChild(a.firstChild);o.removeChild(a)}t.insertBefore(o,u)}return[s?s.nextSibling:t.firstChild,u?u.previousSibling:t.lastChild]}},lp=Symbol("_vtc");function cp(e,t,u){const r=e[lp];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):u?e.setAttribute("class",t):e.className=t}const Gn=Symbol("_vod"),mc=Symbol("_vsh"),mu={beforeMount(e,{value:t},{transition:u}){e[Gn]=e.style.display==="none"?"":e.style.display,u&&t?u.beforeEnter(e):zr(e,t)},mounted(e,{value:t},{transition:u}){u&&t&&u.enter(e)},updated(e,{value:t,oldValue:u},{transition:r}){!t!=!u&&(r?t?(r.beforeEnter(e),zr(e,!0),r.enter(e)):r.leave(e,()=>{zr(e,!1)}):zr(e,t))},beforeUnmount(e,{value:t}){zr(e,t)}};function zr(e,t){e.style.display=t?e[Gn]:"none",e[mc]=!t}const fp=Symbol(""),dp=/(^|;)\s*display\s*:/;function pp(e,t,u){const r=e.style,n=Ne(u);let i=!1;if(u&&!n){if(t)if(Ne(t))for(const s of t.split(";")){const o=s.slice(0,s.indexOf(":")).trim();u[o]==null&&Pn(r,o,"")}else for(const s in t)u[s]==null&&Pn(r,s,"");for(const s in u)s==="display"&&(i=!0),Pn(r,s,u[s])}else if(n){if(t!==u){const s=r[fp];s&&(u+=";"+s),r.cssText=u,i=dp.test(u)}}else t&&e.removeAttribute("style");Gn in e&&(e[Gn]=i?r.display:"",e[mc]&&(r.display="none"))}const fa=/\s*!important$/;function Pn(e,t,u){if(ue(u))u.forEach(r=>Pn(e,t,r));else if(u==null&&(u=""),t.startsWith("--"))e.setProperty(t,u);else{const r=hp(e,t);fa.test(u)?e.setProperty(Pu(r),u.replace(fa,""),"important"):e[r]=u}}const da=["Webkit","Moz","ms"],Gi={};function hp(e,t){const u=Gi[t];if(u)return u;let r=wt(t);if(r!=="filter"&&r in e)return Gi[t]=r;r=bi(r);for(let n=0;n<da.length;n++){const i=da[n]+r;if(i in e)return Gi[t]=i}return t}const pa="http://www.w3.org/1999/xlink";function ha(e,t,u,r,n,i=g0(t)){r&&t.startsWith("xlink:")?u==null?e.removeAttributeNS(pa,t.slice(6,t.length)):e.setAttributeNS(pa,t,u):u==null||i&&!gl(u)?e.removeAttribute(t):e.setAttribute(t,i?"":Ou(u)?String(u):u)}function mp(e,t,u,r){if(t==="innerHTML"||t==="textContent"){u!=null&&(e[t]=t==="innerHTML"?hc(u):u);return}const n=e.tagName;if(t==="value"&&n!=="PROGRESS"&&!n.includes("-")){const s=n==="OPTION"?e.getAttribute("value")||"":e.value,o=u==null?e.type==="checkbox"?"on":"":String(u);(s!==o||!("_value"in e))&&(e.value=o),u==null&&e.removeAttribute(t),e._value=u;return}let i=!1;if(u===""||u==null){const s=typeof e[t];s==="boolean"?u=gl(u):u==null&&s==="string"?(u="",i=!0):s==="number"&&(u=0,i=!0)}try{e[t]=u}catch{}i&&e.removeAttribute(t)}function bp(e,t,u,r){e.addEventListener(t,u,r)}function gp(e,t,u,r){e.removeEventListener(t,u,r)}const ma=Symbol("_vei");function _p(e,t,u,r,n=null){const i=e[ma]||(e[ma]={}),s=i[t];if(r&&s)s.value=r;else{const[o,a]=vp(t);if(r){const l=i[t]=Cp(r,n);bp(e,o,l,a)}else s&&(gp(e,o,s,a),i[t]=void 0)}}const ba=/(?:Once|Passive|Capture)$/;function vp(e){let t;if(ba.test(e)){t={};let r;for(;r=e.match(ba);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Pu(e.slice(2)),t]}let Ji=0;const yp=Promise.resolve(),xp=()=>Ji||(yp.then(()=>Ji=0),Ji=Date.now());function Cp(e,t){const u=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=u.attached)return;uu(kp(r,u.value),t,5,[r])};return u.value=e,u.attached=xp(),u}function kp(e,t){if(ue(t)){const u=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{u.call(e),e._stopped=!0},t.map(r=>n=>!n._stopped&&r&&r(n))}else return t}const ga=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Ep=(e,t,u,r,n,i)=>{const s=n==="svg";t==="class"?cp(e,r,s):t==="style"?pp(e,u,r):pi(t)?Us(t)||_p(e,t,u,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ap(e,t,r,s))?(mp(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&ha(e,t,r,s,i,t!=="value")):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),ha(e,t,r,s))};function Ap(e,t,u,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&ga(t)&&oe(u));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const n=e.tagName;if(n==="IMG"||n==="VIDEO"||n==="CANVAS"||n==="SOURCE")return!1}return ga(t)&&Ne(u)?!1:!!(t in e||e._isVueCE&&(/[A-Z]/.test(t)||!Ne(u)))}const $p=Ze({patchProp:Ep},ap);let _a;function Dp(){return _a||(_a=Id($p))}const wp=(...e)=>{const t=Dp().createApp(...e),{mount:u}=t;return t.mount=r=>{const n=Sp(r);if(!n)return;const i=t._component;!oe(i)&&!i.render&&!i.template&&(i.template=n.innerHTML),n.nodeType===1&&(n.textContent="");const s=u(n,!1,Fp(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},t};function Fp(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Sp(e){return Ne(e)?document.querySelector(e):e}var bc=["__key","__init","__shim","__original","__index","__prevKey"];function Rr(){return Math.random().toString(36).substring(2,15)}function Tp(e,t){return[...e instanceof Set?e:new Set(e)]}function ie(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function st(e,t,u=!0,r=["__key"]){if(e===t)return!0;if(typeof t=="object"&&typeof e=="object"){if(e instanceof Map||e instanceof Set)return!1;if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(e instanceof RegExp&&t instanceof RegExp)return Ip(e,t);if(e===null||t===null||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n of r)if((n in e||n in t)&&e[n]!==t[n])return!1;for(const n in e)if(!(n in t)||e[n]!==t[n]&&!u||u&&!st(e[n],t[n],u,r))return!1;return!0}return!1}function Ip(e,t){return e.source===t.source&&e.flags.split("").sort().join("")===t.flags.split("").sort().join("")}function $t(e){const t=typeof e;if(t==="number")return!1;if(e===void 0)return!0;if(t==="string")return e==="";if(t==="object"){if(e===null)return!0;for(const u in e)return!1;return!(e instanceof RegExp||e instanceof Date)}return!1}function Rp(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Op(e){const t=`^${Rp(e)}$`,u={MM:"(0[1-9]|1[012])",M:"([1-9]|1[012])",DD:"([012][0-9]|3[01])",D:"([012]?[0-9]|3[01])",YYYY:"\\d{4}",YY:"\\d{2}"},r=Object.keys(u);return new RegExp(r.reduce((n,i)=>n.replace(i,u[i]),t))}function Jn(e){return Object.prototype.toString.call(e)==="[object Object]"}function Yr(e){return Jn(e)||Array.isArray(e)}function kr(e){if(Jn(e)===!1||e.__FKNode__||e.__POJO__===!1)return!1;const t=e.constructor;if(t===void 0)return!0;const u=t.prototype;return!(Jn(u)===!1||u.hasOwnProperty("isPrototypeOf")===!1)}var Tu=(e,t,u=!1,r=!1)=>{if(t===null)return null;const n={};if(typeof t=="string")return t;for(const i in e)if(ie(t,i)&&(t[i]!==void 0||!r)){if(u&&Array.isArray(e[i])&&Array.isArray(t[i])){n[i]=e[i].concat(t[i]);continue}if(t[i]===void 0)continue;kr(e[i])&&kr(t[i])?n[i]=Tu(e[i],t[i],u,r):n[i]=t[i]}else n[i]=e[i];for(const i in t)!ie(n,i)&&t[i]!==void 0&&(n[i]=t[i]);return n};function Pp(e){if(e[0]!=='"'&&e[0]!=="'"||e[0]!==e[e.length-1])return!1;const t=e[0];for(let u=1;u<e.length;u++)if(e[u]===t&&(u===1||e[u-1]!=="\\")&&u!==e.length-1)return!1;return!0}function Mp(e){if(!e.length)return"";let t="",u="";for(let r=0;r<e.length;r++){const n=e.charAt(r);(n!=="\\"||u==="\\")&&(t+=n),u=n}return t}function ar(...e){return e.reduce((t,u)=>{const{value:r,name:n,modelValue:i,config:s,plugins:o,...a}=u;return Object.assign(t,a)},{})}function Vp(e){const t=[];let u="",r=0,n="",i="";for(let s=0;s<e.length;s++){const o=e.charAt(s);o===n&&i!=="\\"?n="":(o==="'"||o==='"')&&!n&&i!=="\\"?n=o:o==="("&&!n?r++:o===")"&&!n&&r--,o===","&&!n&&r===0?(t.push(u),u=""):(o!==" "||n)&&(u+=o),i=o}return u&&t.push(u),t}function va(e,t){const u={},r=t.filter(i=>i instanceof RegExp),n=new Set(t);for(const i in e)!n.has(i)&&!r.some(s=>s.test(i))&&(u[i]=e[i]);return u}function ya(e,t){const u={},r=t.filter(n=>n instanceof RegExp);return t.forEach(n=>{n instanceof RegExp||(u[n]=e[n])}),Object.keys(e).forEach(n=>{r.some(i=>i.test(n))&&(u[n]=e[n])}),u}function _r(e){return e.replace(/-([a-z0-9])/gi,(t,u)=>u.toUpperCase())}function gc(e){return e.replace(/([a-z0-9])([A-Z])/g,(t,u,r)=>u+"-"+r.toLowerCase()).replace(" ","-").toLowerCase()}function ks(e,t=bc){if(e!==null&&typeof e=="object"){let u;if(Array.isArray(e)?u=[...e]:kr(e)&&(u={...e}),u)return Np(e,u,t),u}return e}function Er(e,t=bc){if(e===null||e instanceof RegExp||e instanceof Date||e instanceof Map||e instanceof Set||typeof File=="function"&&e instanceof File)return e;let u;Array.isArray(e)?u=e.map(r=>typeof r=="object"?Er(r,t):r):u=Object.keys(e).reduce((r,n)=>(r[n]=typeof e[n]=="object"?Er(e[n],t):e[n],r),{});for(const r of t)r in e&&Object.defineProperty(u,r,{enumerable:!1,value:e[r]});return u}function Pt(e){return typeof e=="object"?Er(e):e}function Lp(e,t){if(!e||typeof e!="object")return null;const u=t.split(".");let r=e;for(const n in u){const i=u[n];if(ie(r,i)&&(r=r[i]),+n===u.length-1)return r;if(!r||typeof r!="object")return null}return null}function Mt(e){return e!==void 0&&e!=="false"&&e!==!1?!0:void 0}function Ar(e){return Object.isFrozen(e)?e:Object.defineProperty(e,"__init",{enumerable:!1,value:!0})}function oo(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().replace(/[^a-z0-9]/g," ").trim().replace(/\s+/g,"-")}function Np(e,t,u){for(const r of u)r in e&&Object.defineProperty(t,r,{enumerable:!1,value:e[r]});return t}function qp(e){let t=!1;return(...u)=>{if(!t)return t=!0,queueMicrotask(()=>t=!1),e(...u)}}function zp(e){if(!(e==="false"||e===!1))return!0}function ao(){const e=[];let t=0;const u=n=>e.push(n),r=n=>{const i=e[t];return typeof i=="function"?i(n,s=>(t++,r(s))):(t=0,n)};return u.dispatch=r,u.unshift=n=>e.unshift(n),u.remove=n=>{const i=e.indexOf(n);i>-1&&e.splice(i,1)},u}function _c(){const e=new Map,t=new Map;let u;const r=(n,i)=>{if(u){u.set(i.name,[n,i]);return}e.has(i.name)&&e.get(i.name).forEach(s=>{(i.origin===n||s.modifiers.includes("deep"))&&s.listener(i)}),i.bubble&&n.bubble(i)};return r.flush=()=>{e.clear(),t.clear(),u==null||u.clear()},r.on=(n,i,s="push")=>{const[o,...a]=n.split("."),l=i.receipt||Rr(),c={modifiers:a,event:o,listener:i,receipt:l};return e.has(o)?e.get(o)[s](c):e.set(o,[c]),t.has(l)?t.get(l)[s](o):t.set(l,[o]),l},r.off=n=>{var i;t.has(n)&&((i=t.get(n))==null||i.forEach(s=>{const o=e.get(s);Array.isArray(o)&&e.set(s,o.filter(a=>a.receipt!==n))}),t.delete(n))},r.pause=n=>{u||(u=new Map),n&&n.walk(i=>i._e.pause())},r.play=n=>{if(!u)return;const i=u;u=void 0,i.forEach(([s,o])=>r(s,o)),n&&n.walk(s=>s._e.play())},r}function Up(e,t,u,r,n=!0,i){return t._e(e,{payload:r,name:u,bubble:n,origin:e,meta:i}),e}function Bp(e,t,u){return hn(e.parent)&&e.parent._e(e.parent,u),e}function jp(e,t,u,r,n){return t._e.on(u,r,n)}function Hp(e,t,u){return t._e.off(u),e}var lo=ao();lo((e,t)=>(e.message||(e.message=`E${e.code}`),t(e)));var co=ao();co((e,t)=>{e.message||(e.message=`W${e.code}`);const u=t(e);return console&&typeof console.warn=="function"&&console.warn(u.message),u});function Xu(e,t={}){co.dispatch({code:e,data:t})}function yt(e,t={}){throw Error(lo.dispatch({code:e,data:t}).message)}function xt(e,t){return{blocking:!1,key:Rr(),meta:{},type:"state",visible:!0,...e}}var xa={apply:Yp,set:Wp,remove:vc,filter:Gp,reduce:Jp,release:e1,touch:Zp};function Kp(e=!1){const t={};let u,r=e,n=[];const i=new Map;let s;const o=new Proxy(t,{get(...a){const[l,c]=a;return c==="buffer"?r:c==="_b"?n:c==="_m"?i:c==="_r"?s:ie(xa,c)?xa[c].bind(null,t,o,u):Reflect.get(...a)},set(a,l,c){return l==="_n"?(u=c,s==="__n"&&yc(u,o),!0):l==="_b"?(n=c,!0):l==="buffer"?(r=c,!0):l==="_r"?(s=c,!0):(yt(101,u),!1)}});return o}function Wp(e,t,u,r){if(t.buffer)return t._b.push([[r]]),t;if(e[r.key]!==r){if(typeof r.value=="string"&&r.meta.localize!==!1){const i=r.value;r.value=u.t(r),r.value!==i&&(r.meta.locale=u.props.locale)}const n=`message-${ie(e,r.key)?"updated":"added"}`;e[r.key]=Object.freeze(u.hook.message.dispatch(r)),u.emit(n,r)}return t}function Zp(e,t){for(const u in e){const r={...e[u]};t.set(r)}}function vc(e,t,u,r){if(ie(e,r)){const n=e[r];delete e[r],u.emit("message-removed",n)}return t.buffer===!0&&(t._b=t._b.filter(n=>(n[0]=n[0].filter(i=>i.key!==r),n[1]||n[0].length))),t}function Gp(e,t,u,r,n){for(const i in e){const s=e[i];(!n||s.type===n)&&!r(s)&&vc(e,t,u,i)}}function Jp(e,t,u,r,n){for(const i in e){const s=e[i];n=r(n,s)}return n}function Yp(e,t,u,r,n){if(Array.isArray(r)){if(t.buffer){t._b.push([r,n]);return}const i=new Set(r.map(s=>(t.set(s),s.key)));typeof n=="string"?t.filter(s=>s.type!==n||i.has(s.key)):typeof n=="function"&&t.filter(s=>!n(s)||i.has(s.key))}else for(const i in r){const s=u.at(i);s?s.store.apply(r[i],n):Qp(u,t,i,r[i],n)}}function Xp(e,...t){const u=`${e.name}-set`,r=n=>xt({key:oo(n),type:"error",value:n,meta:{source:u,autoClear:!0}});return t.filter(n=>!!n).map(n=>{if(typeof n=="string"&&(n=[n]),Array.isArray(n))return n.map(i=>r(i));{const i={};for(const s in n)Array.isArray(n[s])?i[s]=n[s].map(o=>r(o)):i[s]=[r(n[s])];return i}})}function Qp(e,t,u,r,n){var s;const i=t._m;i.has(u)||i.set(u,[]),t._r||(t._r=yc(e,t)),(s=i.get(u))==null||s.push([r,n])}function yc(e,t){return e.on("child.deep",({payload:u})=>{t._m.forEach((r,n)=>{e.at(n)===u&&(r.forEach(([i,s])=>{u.store.apply(i,s)}),t._m.delete(n))}),t._m.size===0&&t._r&&(e.off(t._r),t._r=void 0)})}function e1(e,t){t.buffer=!1,t._b.forEach(([u,r])=>t.apply(u,r)),t._b=[]}function t1(){const e={};let t;return{count:(...u)=>u1(t,e,...u),init(u){t=u,u.on("message-added.deep",Ca(e,1)),u.on("message-removed.deep",Ca(e,-1))},merge:u=>ka(t,e,u),settled(u){return ie(e,u)?e[u].promise:Promise.resolve()},unmerge:u=>ka(t,e,u,!0),value(u){return ie(e,u)?e[u].count:0}}}function u1(e,t,u,r,n=0){if(r=r1(r||u),!ie(t,u)){const i={condition:r,count:0,name:u,node:e,promise:Promise.resolve(),resolve:()=>{}};t[u]=i,n=e.store.reduce((s,o)=>s+i.condition(o)*1,n),e.each(s=>{s.ledger.count(i.name,i.condition),n+=s.ledger.value(i.name)})}return xc(t[u],n).promise}function r1(e){return typeof e=="function"?e:t=>t.type===e}function xc(e,t){const u=e.count,r=e.count+t;return e.count=r,u===0&&r!==0?(e.node.emit(`unsettled:${e.name}`,e.count,!1),e.promise=new Promise(n=>e.resolve=n)):u!==0&&r===0&&(e.node.emit(`settled:${e.name}`,e.count,!1),e.resolve()),e.node.emit(`count:${e.name}`,e.count,!1),e}function Ca(e,t){return u=>{for(const r in e){const n=e[r];n.condition(u.payload)&&xc(n,t)}}}function ka(e,t,u,r=!1){const n=e;for(const i in t){const s=t[i].condition;r||u.ledger.count(i,s);const o=u.ledger.value(i)*(r?-1:1);if(e){do e.ledger.count(i,s,o),e=e.parent;while(e);e=n}}}var fo=new Map,Mn=new Map,po=_c();function n1(e){e.props.id&&(fo.set(e.props.id,e),Mn.set(e,e.props.id),po(e,{payload:e,name:e.props.id,bubble:!1,origin:e}))}function i1(e){if(Mn.has(e)){const t=Mn.get(e);Mn.delete(e),fo.delete(t),po(e,{payload:null,name:t,bubble:!1,origin:e})}}function Or(e){return fo.get(e)}function s1(e,t){return po.on(e,t)}function Es(e,t,u){let r=!0;return t in e.config._t?r=!1:e.emit(`config:${t}`,u,!1),t in e.props||(e.emit("prop",{prop:t,value:u}),e.emit(`prop:${t}`,u)),r}function o1(e={}){const t=new Set,u={...e,_add:n=>t.add(n),_rm:n=>t.delete(n)};return new Proxy(u,{set(n,i,s,o){return typeof i=="string"&&t.forEach(a=>Es(a,i,s)),Reflect.set(n,i,s,o)}})}function Cc(e,t){const u=(t||document).getElementById(e);if(u instanceof HTMLFormElement){const r=new Event("submit",{cancelable:!0,bubbles:!0});u.dispatchEvent(r);return}Xu(151,e)}function a1(e){const t=u=>{for(const r in u.store){const n=u.store[r];n.type==="error"||n.type==="ui"&&r==="incomplete"?u.store.remove(r):n.type==="state"&&u.store.set({...n,value:!1})}};t(e),e.walk(t)}function kc(e,t){const u=typeof e=="string"?Or(e):e;if(u){const r=s=>Pt(s.props.initial)||(s.type==="group"?{}:s.type==="list"?[]:void 0);u._e.pause(u);const n=Pt(t);return t&&!$t(t)&&(u.props.initial=Yr(n)?Ar(n):n,u.props._init=u.props.initial),u.input(r(u),!1),u.walk(s=>{s.type==="list"&&s.sync||s.input(r(s),!1)}),u.input($t(n)&&n?n:r(u),!1),u.type!=="input"&&t&&!$t(t)&&Yr(t)&&u.walk(s=>{s.props.initial=Yr(s.value)?Ar(s.value):s.value,s.props._init=s.props.initial}),u._e.play(u),a1(u),u.emit("reset",u),u}Xu(152,e)}var l1={delimiter:".",delay:0,locale:"en",rootClasses:e=>({[`formkit-${gc(e)}`]:!0})},Ec=Symbol("index"),As=Symbol("removed"),$s=Symbol("moved"),Ac=Symbol("inserted");function c1(e){return e.type==="list"&&Array.isArray(e._value)}function hn(e){return e&&typeof e=="object"&&e.__FKNode__===!0}var Vn=(e,t,u)=>{yt(102,[e,u])},f1={_c:be(I1,Vn,!1),add:be(E1),addProps:be(k1),address:be(O1,Vn,!1),at:be(P1),bubble:be(Bp),clearErrors:be(j1),calm:be(y1),config:be(!1),define:be(C1),disturb:be(v1),destroy:be(x1),extend:be(K1),hydrate:be(g1),index:be(T1,S1,!1),input:be(wc),each:be(D1),emit:be(Up),find:be(V1),on:be(jp),off:be(Hp),parent:be(!1,A1),plugins:be(!1),remove:be($1),root:be(N1,Vn,!1),reset:be(U1),resetConfig:be(F1),setErrors:be(B1),submit:be(z1),t:be(q1),use:be(ho),name:be(R1,!1,!1),walk:be(w1)};function d1(){return new Map(Object.entries(f1))}function be(e,t,u=!0){return{get:e?(r,n)=>u?(...i)=>e(r,n,...i):e(r,n):!1,set:t!==void 0?t:Vn.bind(null)}}function p1(){const e=new Map;return new Proxy(e,{get(t,u){return e.has(u)||e.set(u,ao()),e.get(u)}})}var $c=0,h1=0;function m1(e){var t,u;return((t=e.parent)==null?void 0:t.type)==="list"?Ec:e.name||`${((u=e.props)==null?void 0:u.type)||"input"}_${++$c}`}function Dc(e){return e.type==="group"?Ar(e.value&&typeof e.value=="object"&&!Array.isArray(e.value)?e.value:{}):e.type==="list"?Ar(Array.isArray(e.value)?e.value:[]):e.value}function wc(e,t,u,r=!0){return t._value=b1(e,e.hook.input.dispatch(u)),e.emit("input",t._value),e.isCreated&&e.type==="input"&&st(t._value,t.value)&&!e.props.mergeStrategy?(e.emit("commitRaw",t.value),t.settled):(t.isSettled&&e.disturb(),r?(t._tmo&&clearTimeout(t._tmo),t._tmo=setTimeout(Yn,e.props.delay,e,t)):Yn(e,t),t.settled)}function b1(e,t){switch(e.type){case"input":break;case"group":(!t||typeof t!="object")&&yt(107,[e,t]);break;case"list":Array.isArray(t)||yt(108,[e,t]);break}return t}function Yn(e,t,u=!0,r=!0){t._value=t.value=e.hook.commit.dispatch(t._value),e.type!=="input"&&r&&e.hydrate(),e.emit("commitRaw",t.value),e.emit("commit",t.value),u&&e.calm()}function Fc(e,{name:t,value:u,from:r}){if(!Object.isFrozen(e._value)){if(c1(e)){const n=u===As?[]:u===$s&&typeof r=="number"?e._value.splice(r,1):[u];e._value.splice(t,u===$s||r===Ac?0:1,...n);return}u!==As?e._value[t]=u:delete e._value[t]}}function g1(e,t){const u=t._value;return e.type==="list"&&e.sync&&_1(e,t),t.children.forEach(r=>{if(typeof u=="object")if(r.name in u){const n=r.type!=="input"||u[r.name]&&typeof u[r.name]=="object"?Ar(u[r.name]):u[r.name];if(!r.isSettled||(!Yr(n)||r.props.mergeStrategy)&&st(n,r._value))return;r.input(n,!1)}else(e.type!=="list"||typeof r.name=="number")&&Fc(t,{name:r.name,value:r.value}),u.__init||(r.type==="group"?r.input({},!1):r.type==="list"?r.input([],!1):r.input(void 0,!1))}),e}function _1(e,t){const u=e._value;if(!Array.isArray(u))return;const r=[],n=new Set(t.children),i=new Map;u.forEach((o,a)=>{if(t.children[a]&&t.children[a]._value===o)r.push(t.children[a]),n.delete(t.children[a]);else{r.push(null);const l=i.get(o)||[];l.push(a),i.set(o,l)}}),n.size&&i.size&&n.forEach(o=>{if(i.has(o._value)){const a=i.get(o._value),l=a.shift();r[l]=o,n.delete(o),a.length||i.delete(o._value)}});const s=[];for(i.forEach(o=>{s.push(...o)});n.size&&s.length;){const o=n.values().next().value,a=s.shift();if(a===void 0)break;r[a]=o,n.delete(o)}s.forEach((o,a)=>{r[o]=J1({value:a})}),n.size&&n.forEach(o=>{if(!("__FKP"in o)){const a=o._c.parent;if(!a||Y1(a))return;a.ledger.unmerge(o),o._c.parent=null,o.destroy()}}),t.children=r}function v1(e,t){var u;return t._d<=0&&(t.isSettled=!1,e.emit("settled",!1,!1),t.settled=new Promise(r=>{t._resolve=r}),e.parent&&((u=e.parent)==null||u.disturb())),t._d++,e}function y1(e,t,u){var r;if(u!==void 0&&e.type!=="input"){Fc(t,u);const n=!!(e.config.mergeStrategy&&e.config.mergeStrategy[u.name]);return Yn(e,t,!0,n)}t._d>0&&t._d--,t._d===0&&(t.isSettled=!0,e.emit("settled",!0,!1),e.parent&&((r=e.parent)==null||r.calm({name:e.name,value:t.value})),t._resolve&&t._resolve(t.value))}function x1(e,t){e.emit("destroying",e),e.store.filter(()=>!1),e.parent&&e.parent.remove(e),i1(e),e.emit("destroyed",e),t._e.flush(),t._value=t.value=void 0;for(const u in t.context)delete t.context[u];t.plugins.clear(),t.context=null}function C1(e,t,u){t.type=u.type;const r=Er(u);e.props.__propDefs=Sc(e.props.__propDefs??[],(r==null?void 0:r.props)||[]),r.props=e.props.__propDefs,t.props.definition=r,t.value=t._value=Dc({type:e.type,value:t.value}),u.forceTypeProp&&(e.props.type&&(e.props.originalType=e.props.type),t.props.type=u.forceTypeProp),u.family&&(t.props.family=u.family),u.features&&u.features.forEach(n=>n(e)),u.props&&e.addProps(u.props),e.emit("defined",u)}function k1(e,t,u){const r=Array.isArray(u)?u:Object.keys(u),n=Array.isArray(u)?{}:r.reduce((s,o)=>("default"in u[o]&&(s[o]=u[o].default),s),{});if(e.props.attrs){const s={...e.props.attrs};e.props._emit=!1;for(const a in s){const l=_r(a);r.includes(l)&&(e.props[l]=s[a],delete s[a])}Array.isArray(u)||r.forEach(a=>{"default"in u[a]&&e.props[a]===void 0&&(e.props[a]=n[a])});const o=Pt(t._value);e.props.initial=e.type!=="input"?Ar(o):o,e.props._emit=!0,e.props.attrs=s}const i=Sc(e.props.__propDefs??[],u);return e.props.definition&&(e.props.definition.props=i),e.props.__propDefs=i,e.emit("added-props",u),e}function Ds(e){return Array.isArray(e)?e.reduce((t,u)=>(t[u]={},t),{}):e}function Sc(e,t){return Array.isArray(e)&&Array.isArray(t)?e.concat(t):Tu(Ds(e),Ds(t))}function E1(e,t,u,r){if(e.type==="input"&&yt(100,e),u.parent&&u.parent!==e&&u.parent.remove(u),!t.children.includes(u)){if(r!==void 0&&e.type==="list"){const n=t.children[r];n&&"__FKP"in n?(u._c.uid=n.uid,t.children.splice(r,1,u)):t.children.splice(r,0,u),Array.isArray(e.value)&&e.value.length<t.children.length&&e.disturb().calm({name:r,value:u.value,from:Ac})}else t.children.push(u);u.isSettled||e.disturb()}if(u.parent!==e){if(u.parent=e,u.parent!==e)return e.remove(u),u.parent.add(u),e}else u.use(e.plugins);return Yn(e,t,!1),e.ledger.merge(u),e.emit("child",u),e}function A1(e,t,u,r){return hn(r)?(e.parent&&e.parent!==r&&e.parent.remove(e),t.parent=r,e.resetConfig(),r.children.includes(e)?e.use(r.plugins):r.add(e),!0):r===null?(t.parent=null,!0):!1}function $1(e,t,u){const r=t.children.indexOf(u);if(r!==-1){u.isSettled&&e.disturb(),t.children.splice(r,1);let n=Mt(u.props.preserve),i=u.parent;for(;n===void 0&&i;)n=Mt(i.props.preserve),i=i.parent;n?e.calm():e.calm({name:e.type==="list"?r:u.name,value:As}),u.parent=null,u.config._rmn=u}return e.ledger.unmerge(u),e.emit("childRemoved",u),e}function D1(e,t,u){t.children.forEach(r=>!("__FKP"in r)&&u(r))}function w1(e,t,u,r=!1,n=!1){t.children.some(i=>{if("__FKP"in i)return!1;const s=u(i);return r&&s===!1?!0:n&&s===!1?!1:i.walk(u,r,n)})}function F1(e,t){const u=e.parent||void 0;t.config=Tc(e.config._t,u),e.walk(r=>r.resetConfig())}function ho(e,t,u,r=!0,n=!0){return Array.isArray(u)||u instanceof Set?(u.forEach(i=>ho(e,t,i)),e):(t.plugins.has(u)||(n&&typeof u.library=="function"&&u.library(e),r&&u(e)!==!1&&(t.plugins.add(u),e.children.forEach(i=>i.use(u)))),e)}function S1(e,t,u,r){if(hn(e.parent)){const n=e.parent.children,i=r>=n.length?n.length-1:r<0?0:r,s=n.indexOf(e);return s===-1?!1:(n.splice(s,1),n.splice(i,0,e),e.parent.children=n,e.parent.type==="list"&&e.parent.disturb().calm({name:i,value:$s,from:s}),!0)}return!1}function T1(e){if(e.parent){const t=[...e.parent.children].indexOf(e);return t===-1?e.parent.children.length:t}return-1}function I1(e,t){return t}function R1(e,t){var u;return((u=e.parent)==null?void 0:u.type)==="list"?e.index:t.name!==Ec?t.name:e.index}function O1(e,t){return t.parent?t.parent.address.concat([e.name]):[e.name]}function P1(e,t,u){const r=typeof u=="string"?u.split(e.config.delimiter):u;if(!r.length)return;const n=r[0];let i=e.parent;for(i||(String(r[0])===String(e.name)&&r.shift(),i=e),n==="$parent"&&r.shift();i&&r.length;){const s=r.shift();switch(s){case"$root":i=e.root;break;case"$parent":i=i.parent;break;case"$self":i=e;break;default:i=i.children.find(o=>!("__FKP"in o)&&String(o.name)===String(s))||M1(i,s)}}return i||void 0}function M1(e,t){const u=String(t).match(/^(find)\((.*)\)$/);if(u){const[,r,n]=u,i=n.split(",").map(s=>s.trim());switch(r){case"find":return e.find(i[0],i[1]);default:return}}}function V1(e,t,u,r){return L1(e,u,r)}function L1(e,t,u="name"){const r=typeof u=="string"?i=>i[u]==t:u,n=[e];for(;n.length;){const i=n.shift();if(!("__FKP"in i)){if(r(i,t))return i;n.push(...i.children)}}}function N1(e){let t=e;for(;t.parent;)t=t.parent;return t}function Tc(e={},t){let u;return new Proxy(e,{get(...r){const n=r[1];if(n==="_t")return e;const i=Reflect.get(...r);if(i!==void 0)return i;if(t){const s=t.config[n];if(s!==void 0)return s}if(e.rootConfig&&typeof n=="string"){const s=e.rootConfig[n];if(s!==void 0)return s}return n==="delay"&&(u==null?void 0:u.type)==="input"?20:l1[n]},set(...r){const n=r[1],i=r[2];if(n==="_n")return u=i,e.rootConfig&&e.rootConfig._add(u),!0;if(n==="_rmn")return e.rootConfig&&e.rootConfig._rm(u),u=void 0,!0;if(!st(e[n],i,!1)){const s=Reflect.set(...r);return u&&(u.emit(`config:${n}`,i,!1),Es(u,n,i),u.walk(o=>Es(o,n,i),!1,!0)),s}return!0}})}function q1(e,t,u,r="ui"){const n=typeof u=="string"?{key:u,value:u,type:r}:u,i=e.hook.text.dispatch(n);return e.emit("text",i,!1),i.value}function z1(e){const t=e.name;do{if(e.props.isForm===!0)break;e.parent||yt(106,t),e=e.parent}while(e);e.props.id&&Cc(e.props.id,e.props.__root)}function U1(e,t,u){return kc(e,u)}function B1(e,t,u,r){const n=`${e.name}-set`,i=e.hook.setErrors.dispatch({localErrors:u,childErrors:r});return Xp(e,i.localErrors,i.childErrors).forEach(s=>{e.store.apply(s,o=>o.meta.source===n)}),e}function j1(e,t,u=!0,r){return e.store.filter(n=>!(r===void 0||n.meta.source===r),"error"),u&&(r=r||`${e.name}-set`,e.walk(n=>{n.store.filter(i=>!(i.type==="error"&&i.meta&&i.meta.source===r))})),e}function H1(e){const t={initial:typeof e=="object"?Pt(e):e};let u,r=!0,n={};return new Proxy(t,{get(...i){var c,f,g,h;const[s,o]=i;let a;ie(t,o)?(a=Reflect.get(...i),(c=n[o])!=null&&c.boolean&&(a=zp(a))):u&&typeof o=="string"&&u.config[o]!==void 0?(a=u.config[o],o==="mergeStrategy"&&(u==null?void 0:u.type)==="input"&&Jn(a)&&u.name in a&&(a=a[u.name])):a=(f=n[o])==null?void 0:f.default;const l=(g=n[o])==null?void 0:g.getter;return(h=n[o])!=null&&h.boolean&&(a=!!a),l?l(a,u):a},set(i,s,o,a){var g;if(s==="_n")return u=o,!0;if(s==="_emit")return r=o,!0;let{prop:l,value:c}=u.hook.prop.dispatch({prop:s,value:o});const f=(g=n[l])==null?void 0:g.setter;if(c=f?f(c,u):c,!st(t[l],c,!1)||typeof c=="object"){const h=Reflect.set(i,l,c,a);return l==="__propDefs"&&(n=Ds(c)),r&&(u.emit("prop",{prop:l,value:c}),typeof l=="string"&&u.emit(`prop:${l}`,c)),h}return!0}})}function K1(e,t,u,r){return t.traps.set(u,r),e}function W1(e,t){if(e.props.definition)return e.define(e.props.definition);for(const u of t){if(e.props.definition)return;typeof u.library=="function"&&u.library(e)}}function Z1(e){const t=Dc(e),u=Tc(e.config||{},e.parent);return{_d:0,_e:_c(),uid:Symbol(),_resolve:!1,_tmo:!1,_value:t,children:Tp(e.children||[]),config:u,hook:p1(),isCreated:!1,isSettled:!0,ledger:t1(),name:m1(e),parent:e.parent||null,plugins:new Set,props:H1(t),settled:Promise.resolve(t),store:Kp(!0),sync:e.sync||!1,traps:d1(),type:e.type||"input",value:t}}function G1(e,t){var r,n;const u=(r=t.props)==null?void 0:r.id;if(u||(n=t.props)==null||delete n.id,e.ledger.init(e.store._n=e.props._n=e.config._n=e),e.props._emit=!1,Object.assign(e.props,u?{}:{id:`input_${h1++}`},t.props??{}),e.props._emit=!0,W1(e,new Set([...t.plugins||[],...e.parent?e.parent.plugins:[]])),t.plugins)for(const i of t.plugins)ho(e,e._c,i,!0,!1);return e.each(i=>e.add(i)),e.parent&&e.parent.add(e,t.index),e.type==="input"&&e.children.length&&yt(100,e),wc(e,e._c,e._value,!1),e.store.release(),u&&n1(e),e.emit("created",e),e.isCreated=!0,e}function J1(e){return{__FKP:!0,uid:Symbol(),name:(e==null?void 0:e.name)??`p_${$c++}`,value:(e==null?void 0:e.value)??null,_value:(e==null?void 0:e.value)??null,type:(e==null?void 0:e.type)??"input",props:{},use:()=>{},input(t){return this._value=t,this.value=t,Promise.resolve()},isSettled:!0}}function Y1(e){return"__FKP"in e}function X1(e){const t=e||{},u=Z1(t),r=new Proxy(u,{get(...n){const[,i]=n;if(i==="__FKNode__")return!0;const s=u.traps.get(i);return s&&s.get?s.get(r,u):Reflect.get(...n)},set(...n){const[,i,s]=n,o=u.traps.get(i);return o&&o.set?o.set(r,u,i,s):Reflect.set(...n)}});return G1(r,t)}function ws(e){return typeof e!="string"&&ie(e,"$el")}function Fs(e){return typeof e!="string"&&ie(e,"$cmp")}function fr(e){return!e||typeof e=="string"?!1:ie(e,"if")&&ie(e,"then")}function Q1(e){return typeof e!="string"&&"$formkit"in e}function eh(e){if(typeof e=="string")return{$el:"text",children:e};if(Q1(e)){const{$formkit:t,for:u,if:r,children:n,bind:i,...s}=e;return Object.assign({$cmp:"FormKit",props:{...s,type:t}},r?{if:r}:{},u?{for:u}:{},n?{children:n}:{},i?{bind:i}:{})}return e}function Rt(e){let t;const u=new Set,r=function(E,k){return typeof E=="function"?E(k):E},n=[{"&&":(b,E,k)=>r(b,k)&&r(E,k),"||":(b,E,k)=>r(b,k)||r(E,k)},{"===":(b,E,k)=>r(b,k)===r(E,k),"!==":(b,E,k)=>r(b,k)!==r(E,k),"==":(b,E,k)=>r(b,k)==r(E,k),"!=":(b,E,k)=>r(b,k)!=r(E,k),">=":(b,E,k)=>r(b,k)>=r(E,k),"<=":(b,E,k)=>r(b,k)<=r(E,k),">":(b,E,k)=>r(b,k)>r(E,k),"<":(b,E,k)=>r(b,k)<r(E,k)},{"+":(b,E,k)=>r(b,k)+r(E,k),"-":(b,E,k)=>r(b,k)-r(E,k)},{"*":(b,E,k)=>r(b,k)*r(E,k),"/":(b,E,k)=>r(b,k)/r(E,k),"%":(b,E,k)=>r(b,k)%r(E,k)}],i=n.reduce((b,E)=>b.concat(Object.keys(E)),[]),s=new Set(i.map(b=>b.charAt(0)));function o(b,E,k,w){const I=b.filter(C=>C.startsWith(E));return I.length?I.find(C=>w.length>=k+C.length&&w.substring(k,k+C.length)===C?C:!1):!1}function a(b,E,k=1){let w=k?E.substring(b+1).trim():E.substring(0,b).trim();if(!w.length)return-1;if(!k){const C=w.split("").reverse(),T=C.findIndex(x=>s.has(x));w=C.slice(T).join("")}const I=w[0];return n.findIndex(C=>{const T=Object.keys(C);return!!o(T,I,0,w)})}function l(b,E){let k="";const w=E.length;let I=0;for(let C=b;C<w;C++){const T=E.charAt(C);if(T==="(")I++;else if(T===")")I--;else if(I===0&&T===" ")continue;if(I===0&&o(i,T,C,E))return[k,C-1];k+=T}return[k,E.length-1]}function c(b,E=0){const k=n[E],w=b.length,I=Object.keys(k);let C=0,T=!1,x=null,F="",B=null,X,ne="",Q="",$="",j="",H=0;const ae=(Y,J)=>{Y?$+=J:F+=J};for(let Y=0;Y<w;Y++)if(ne=Q,Q=b.charAt(Y),(Q==="'"||Q==='"')&&ne!=="\\"&&(C===0&&!T||C&&!j)){C?j=Q:T=Q,ae(C,Q);continue}else if(T&&(Q!==T||ne==="\\")||j&&(Q!==j||ne==="\\")){ae(C,Q);continue}else if(T===Q){T=!1,ae(C,Q);continue}else if(j===Q){j=!1,ae(C,Q);continue}else{if(Q===" ")continue;if(Q==="(")C===0?H=Y:$+=Q,C++;else if(Q===")")if(C--,C===0){const J=typeof F=="string"&&F.startsWith("$")?F:void 0,ce=J&&b.charAt(Y+1)===".";let Ve="";ce&&([Ve,Y]=l(Y+2,b));const ot=x?E:a(H,b,0),je=a(Y,b);ot===-1&&je===-1?(F=f($,-1,J,Ve),typeof F=="string"&&(F=$)):x&&(ot>=je||je===-1)&&E===ot?(B=x.bind(null,f($,-1,J,Ve)),x=null,F=""):je>ot&&E===je?F=f($,-1,J,Ve):F+=`(${$})${ce?`.${Ve}`:""}`,$=""}else $+=Q;else if(C===0&&(X=o(I,Q,Y,b))){Y===0&&yt(103,[X,b]),Y+=X.length-1,Y===b.length-1&&yt(104,[X,b]),x?F&&(B=x.bind(null,f(F,E)),x=k[X].bind(null,B),F=""):B?(x=k[X].bind(null,f(B,E)),B=null):(x=k[X].bind(null,f(F,E)),F="");continue}else ae(C,Q)}return F&&x&&(x=x.bind(null,f(F,E))),x=!x&&B?B:x,!x&&F&&(x=(Y,J)=>typeof Y=="function"?Y(J):Y,x=x.bind(null,f(F,E))),!x&&!F&&yt(105,b),x}function f(b,E,k,w){if(k){const I=f(k,n.length);let C,T=w?Rt(`$${w}`):!1;if(typeof I=="function"){const x=Vp(String(b)).map(F=>f(F,-1));return F=>{const B=I(F);return typeof B!="function"?(Xu(150,k),B):(C=B(...x.map(X=>typeof X=="function"?X(F):X)),T&&(T=T.provide(X=>{const ne=t(X);return X.reduce(($,j)=>{if(j===w||(w==null?void 0:w.startsWith(`${j}(`))){const ae=Lp(C,j);$[j]=()=>ae}else $[j]=ne[j];return $},{})})),T?T():C)}}}else if(typeof b=="string"){if(b==="true")return!0;if(b==="false")return!1;if(b==="undefined")return;if(Pp(b))return Mp(b.substring(1,b.length-1));if(!isNaN(+b))return Number(b);if(E<n.length-1)return c(b,E+1);if(b.startsWith("$")){const I=b.substring(1);return u.add(I),function(T){return I in T?T[I]():void 0}}return b}return b}const g=c(e.startsWith("$:")?e.substring(2):e),h=Array.from(u);function d(b){return t=b,Object.assign(g.bind(null,b(h)),{provide:d})}return Object.assign(g,{provide:d})}function Ln(e,t,u){return u?typeof u=="string"?u.split(" ").reduce((n,i)=>Object.assign(n,{[i]:!0}),{}):typeof u=="function"?Ln(e,t,u(t,e)):u:{}}function th(e,t,...u){const r=u.reduce((n,i)=>{if(!i)return Yi(n);const{$reset:s,...o}=i;return Yi(s?o:Object.assign(n,o))},{});return Object.keys(e.hook.classes.dispatch({property:t,classes:r}).classes).filter(n=>r[n]).join(" ")||null}function Yi(e){const t="$remove:";let u=!1;const r=Object.keys(e).filter(n=>(e[n]&&n.startsWith(t)&&(u=!0),e[n]));return r.length>1&&u&&r.filter(i=>i.startsWith(t)).map(i=>{const s=i.substring(t.length);e[s]=!1,e[i]=!1}),e}function uh(e,t,u){const r=Or(e);r?r.setErrors(t,u):Xu(651,e)}function rh(e,t=!0){const u=Or(e);u?u.clearErrors(t):Xu(652,e)}var Xn="1.6.5";const Qu=(e,t)=>{const u=e.__vccOpts||e;for(const[r,n]of t)u[r]=n;return u},nh={class:"card mb-3"},ih={class:"card-body"},sh={class:"row"},oh={class:"col-md-8"},ah={class:"col-md-4"},lh={class:"figure ms-3 mt-2"},ch=["src"],fh={__name:"AchievementImage",props:bs({help:{type:String,default:"An image that represents the credential. Must be a PNG or SVG image."}},{modelValue:{default:{id:"",type:"",caption:""}},modelModifiers:{}}),emits:bs(["update:modelValue"],["update:modelValue"]),setup(e,{emit:t}){const u=e,r=Ge(e,"modelValue"),n=he(""),i=he(""),s=he("");Ir(()=>{s.value=r.value.id||null,i.value=r.value.caption||null,s.value&&(r.value.type="Image")}),Te(i,a=>{r.value.caption=a}),Te(s,a=>{r.value.id=a,r.value.type=a?"Image":null,r.value.caption=a?i.value:null}),Te(n,a=>{a&&(s.value=a)});function o(a){if(Object.keys(a).length===0){n.value=null;return}const l=a[0].file,c=new FileReader;c.onerror=f=>{n.value=null},c.onload=f=>{if(n.value=c.result,n.value.substring(0,11)!=="data:image/")return n.value=null,!1;Or("ob3-file-upload-input").context.handlers.resetFiles(f)};try{c.readAsDataURL(l)}catch{n.value=null}}return(a,l)=>{const c=qe("FormKit");return te(),Ee("div",nh,[l[5]||(l[5]=L("div",{class:"card-header"}," Image for the Credential ",-1)),L("div",ih,[R(c,{type:"group",name:"image"},{default:Ce(()=>[L("div",sh,[L("div",oh,[R(c,{label:"ID",type:"innerLabelTextInput",modelValue:s.value,"onUpdate:modelValue":l[0]||(l[0]=f=>s.value=f),name:"id",help:u.help+" Can be a URL or data URI.","inner-class":"input-group","label-class":"input-group-text",validation:"uri","validation-messages":{uri:"Please enter a valid URL or upload an image."}},null,8,["modelValue","help"]),R(c,{type:"hidden",name:"type",value:"Image"})]),L("div",ah,[R(c,{label:"Upload Image",type:"file",id:"ob3-file-upload-input",accept:"image/png, image/svg+xml","inner-class":"d-none","label-class":"btn btn-secondary",help:"You can upload an image to save it as a data URI.",onInput:o,ignore:"true"},{fileList:Ce(()=>l[2]||(l[2]=[])),noFiles:Ce(()=>l[3]||(l[3]=[])),_:1})])]),Ot(R(c,{label:"Caption",type:"innerLabelTextInput",modelValue:i.value,"onUpdate:modelValue":l[1]||(l[1]=f=>i.value=f),name:"caption",help:"A caption for the image.","inner-class":"input-group","label-class":"input-group-text"},null,8,["modelValue"]),[[mu,s.value]]),Ot(L("figure",lh,[L("img",{src:s.value,alt:"Image preview",class:"img-thumbnail figure-img img-fluid rounded",id:"cm-image-thumbnail"},null,8,ch),l[4]||(l[4]=L("figcaption",{class:"figure-caption text-center"},"Image preview",-1))],512),[[mu,s.value]])]),_:1})])])}}},Ic=Qu(fh,[["__scopeId","data-v-33960540"]]),dh={__name:"AchievementType",props:{modelValue:{default:""},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue"),u=he(""),r=he("");return Ju(()=>{if(t.value&&t.value.substring(0,4)==="ext:"){u.value="other",r.value=t.value.substring(4);return}u.value=t.value?t.value:"",r.value=""}),Te(u,n=>{if(n==="other"){t.value="ext:"+r.value;return}t.value=n}),Te(r,n=>{if(u.value==="other"){t.value="ext:"+n;return}t.value=u.value}),(n,i)=>{const s=qe("FormKit");return te(),Ee(Be,null,[R(s,{type:"hidden",name:"achievementType",modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=o=>t.value=o)},null,8,["modelValue"]),R(s,{type:"select",label:"Credential Type",modelValue:u.value,"onUpdate:modelValue":i[1]||(i[1]=o=>u.value=o),name:"achievementTypeInput",ignore:"true","input-class":"$reset formkit-input form-select","inner-class":"",placeholder:"Select the Credential Type",help:"The type of the credential",options:{"":"Select the Credential Type",Achievement:"Achievement",ApprenticeshipCertificate:"Apprenticeship Certificate",Assessment:"Assessment",Assignment:"Assignment",AssociateDegree:"Associate Degree",Award:"Award",Badge:"Badge",BachelorDegree:"Bachelor Degree",Certificate:"Certificate",CertificateOfCompletion:"Certificate Of Completion",Certification:"Certification",CommunityService:"Community Service",Competency:"Competency",Course:"Course",CoCurricular:"Co-Curricular",Degree:"Degree",Diploma:"Diploma",DoctoralDegree:"Doctoral Degree",Fieldwork:"Fieldwork",GeneralEducationDevelopment:"General Education Development",JourneymanCertificate:"Journeyman Certificate",LearningProgram:"Learning Program",License:"License",Membership:"Membership",ProfessionalDoctorate:"Professional Doctorate",QualityAssuranceCredential:"Quality Assurance Credential",MasterCertificate:"Master Certificate",MasterDegree:"Master Degree",MicroCredential:"Micro Credential",ResearchDoctorate:"Research Doctorate",SecondarySchoolDiploma:"Secondary School Diploma",other:"Other (ext:)"}},null,8,["modelValue"]),u.value==="other"?(te(),Me(s,{key:0,type:"innerLabelTextInput",label:"Extended Type",modelValue:r.value,"onUpdate:modelValue":i[2]||(i[2]=o=>r.value=o),name:"typeExt",ignore:"true","aria-label":"Extended Alignment Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"],["required"]],help:"Extended value for Credential Type"},{prefix:Ce(()=>i[3]||(i[3]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1},8,["modelValue"])):dt("",!0)],64)}}},ph=Qu(dh,[["__scopeId","data-v-0b3af11e"]]),Ea={};function hh(e){let t=Ea[e];if(t)return t;t=Ea[e]=[];for(let u=0;u<128;u++){const r=String.fromCharCode(u);t.push(r)}for(let u=0;u<e.length;u++){const r=e.charCodeAt(u);t[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2)}return t}function $r(e,t){typeof t!="string"&&(t=$r.defaultChars);const u=hh(t);return e.replace(/(%[a-f0-9]{2})+/gi,function(r){let n="";for(let i=0,s=r.length;i<s;i+=3){const o=parseInt(r.slice(i+1,i+3),16);if(o<128){n+=u[o];continue}if((o&224)===192&&i+3<s){const a=parseInt(r.slice(i+4,i+6),16);if((a&192)===128){const l=o<<6&1984|a&63;l<128?n+="��":n+=String.fromCharCode(l),i+=3;continue}}if((o&240)===224&&i+6<s){const a=parseInt(r.slice(i+4,i+6),16),l=parseInt(r.slice(i+7,i+9),16);if((a&192)===128&&(l&192)===128){const c=o<<12&61440|a<<6&4032|l&63;c<2048||c>=55296&&c<=57343?n+="���":n+=String.fromCharCode(c),i+=6;continue}}if((o&248)===240&&i+9<s){const a=parseInt(r.slice(i+4,i+6),16),l=parseInt(r.slice(i+7,i+9),16),c=parseInt(r.slice(i+10,i+12),16);if((a&192)===128&&(l&192)===128&&(c&192)===128){let f=o<<18&1835008|a<<12&258048|l<<6&4032|c&63;f<65536||f>1114111?n+="����":(f-=65536,n+=String.fromCharCode(55296+(f>>10),56320+(f&1023))),i+=9;continue}}n+="�"}return n})}$r.defaultChars=";/?:@&=+$,#";$r.componentChars="";const Aa={};function mh(e){let t=Aa[e];if(t)return t;t=Aa[e]=[];for(let u=0;u<128;u++){const r=String.fromCharCode(u);/^[0-9a-z]$/i.test(r)?t.push(r):t.push("%"+("0"+u.toString(16).toUpperCase()).slice(-2))}for(let u=0;u<e.length;u++)t[e.charCodeAt(u)]=e[u];return t}function mn(e,t,u){typeof t!="string"&&(u=t,t=mn.defaultChars),typeof u>"u"&&(u=!0);const r=mh(t);let n="";for(let i=0,s=e.length;i<s;i++){const o=e.charCodeAt(i);if(u&&o===37&&i+2<s&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3))){n+=e.slice(i,i+3),i+=2;continue}if(o<128){n+=r[o];continue}if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&i+1<s){const a=e.charCodeAt(i+1);if(a>=56320&&a<=57343){n+=encodeURIComponent(e[i]+e[i+1]),i++;continue}}n+="%EF%BF%BD";continue}n+=encodeURIComponent(e[i])}return n}mn.defaultChars=";/?:@&=+$,-_.!~*'()#";mn.componentChars="-_.!~*'()";function mo(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function Qn(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const bh=/^([a-z0-9.+-]+:)/i,gh=/:[0-9]*$/,_h=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,vh=["<",">",'"',"`"," ","\r",`
|
|
18
|
-
`," "],yh=["{","}","|","\\","^","`"].concat(vh),xh=["'"].concat(yh),$a=["%","/","?",";","#"].concat(xh),Da=["/","?","#"],Ch=255,wa=/^[+a-z0-9A-Z_-]{0,63}$/,kh=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Fa={javascript:!0,"javascript:":!0},Sa={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function bo(e,t){if(e&&e instanceof Qn)return e;const u=new Qn;return u.parse(e,t),u}Qn.prototype.parse=function(e,t){let u,r,n,i=e;if(i=i.trim(),!t&&e.split("#").length===1){const l=_h.exec(i);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}let s=bh.exec(i);if(s&&(s=s[0],u=s.toLowerCase(),this.protocol=s,i=i.substr(s.length)),(t||s||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(n=i.substr(0,2)==="//",n&&!(s&&Fa[s])&&(i=i.substr(2),this.slashes=!0)),!Fa[s]&&(n||s&&!Sa[s])){let l=-1;for(let d=0;d<Da.length;d++)r=i.indexOf(Da[d]),r!==-1&&(l===-1||r<l)&&(l=r);let c,f;l===-1?f=i.lastIndexOf("@"):f=i.lastIndexOf("@",l),f!==-1&&(c=i.slice(0,f),i=i.slice(f+1),this.auth=c),l=-1;for(let d=0;d<$a.length;d++)r=i.indexOf($a[d]),r!==-1&&(l===-1||r<l)&&(l=r);l===-1&&(l=i.length),i[l-1]===":"&&l--;const g=i.slice(0,l);i=i.slice(l),this.parseHost(g),this.hostname=this.hostname||"";const h=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!h){const d=this.hostname.split(/\./);for(let b=0,E=d.length;b<E;b++){const k=d[b];if(k&&!k.match(wa)){let w="";for(let I=0,C=k.length;I<C;I++)k.charCodeAt(I)>127?w+="x":w+=k[I];if(!w.match(wa)){const I=d.slice(0,b),C=d.slice(b+1),T=k.match(kh);T&&(I.push(T[1]),C.unshift(T[2])),C.length&&(i=C.join(".")+i),this.hostname=I.join(".");break}}}}this.hostname.length>Ch&&(this.hostname=""),h&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const o=i.indexOf("#");o!==-1&&(this.hash=i.substr(o),i=i.slice(0,o));const a=i.indexOf("?");return a!==-1&&(this.search=i.substr(a),i=i.slice(0,a)),i&&(this.pathname=i),Sa[u]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Qn.prototype.parseHost=function(e){let t=gh.exec(e);t&&(t=t[0],t!==":"&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const Eh=Object.freeze(Object.defineProperty({__proto__:null,decode:$r,encode:mn,format:mo,parse:bo},Symbol.toStringTag,{value:"Module"})),Rc=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Oc=/[\0-\x1F\x7F-\x9F]/,Ah=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,go=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Pc=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,Mc=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,$h=Object.freeze(Object.defineProperty({__proto__:null,Any:Rc,Cc:Oc,Cf:Ah,P:go,S:Pc,Z:Mc},Symbol.toStringTag,{value:"Module"})),Dh=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),wh=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var Xi;const Fh=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Sh=(Xi=String.fromCodePoint)!==null&&Xi!==void 0?Xi:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function Th(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Fh.get(e))!==null&&t!==void 0?t:e}var We;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(We||(We={}));const Ih=32;var Fu;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Fu||(Fu={}));function Ss(e){return e>=We.ZERO&&e<=We.NINE}function Rh(e){return e>=We.UPPER_A&&e<=We.UPPER_F||e>=We.LOWER_A&&e<=We.LOWER_F}function Oh(e){return e>=We.UPPER_A&&e<=We.UPPER_Z||e>=We.LOWER_A&&e<=We.LOWER_Z||Ss(e)}function Ph(e){return e===We.EQUALS||Oh(e)}var Ke;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(Ke||(Ke={}));var wu;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(wu||(wu={}));class Mh{constructor(t,u,r){this.decodeTree=t,this.emitCodePoint=u,this.errors=r,this.state=Ke.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=wu.Strict}startEntity(t){this.decodeMode=t,this.state=Ke.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,u){switch(this.state){case Ke.EntityStart:return t.charCodeAt(u)===We.NUM?(this.state=Ke.NumericStart,this.consumed+=1,this.stateNumericStart(t,u+1)):(this.state=Ke.NamedEntity,this.stateNamedEntity(t,u));case Ke.NumericStart:return this.stateNumericStart(t,u);case Ke.NumericDecimal:return this.stateNumericDecimal(t,u);case Ke.NumericHex:return this.stateNumericHex(t,u);case Ke.NamedEntity:return this.stateNamedEntity(t,u)}}stateNumericStart(t,u){return u>=t.length?-1:(t.charCodeAt(u)|Ih)===We.LOWER_X?(this.state=Ke.NumericHex,this.consumed+=1,this.stateNumericHex(t,u+1)):(this.state=Ke.NumericDecimal,this.stateNumericDecimal(t,u))}addToNumericResult(t,u,r,n){if(u!==r){const i=r-u;this.result=this.result*Math.pow(n,i)+parseInt(t.substr(u,i),n),this.consumed+=i}}stateNumericHex(t,u){const r=u;for(;u<t.length;){const n=t.charCodeAt(u);if(Ss(n)||Rh(n))u+=1;else return this.addToNumericResult(t,r,u,16),this.emitNumericEntity(n,3)}return this.addToNumericResult(t,r,u,16),-1}stateNumericDecimal(t,u){const r=u;for(;u<t.length;){const n=t.charCodeAt(u);if(Ss(n))u+=1;else return this.addToNumericResult(t,r,u,10),this.emitNumericEntity(n,2)}return this.addToNumericResult(t,r,u,10),-1}emitNumericEntity(t,u){var r;if(this.consumed<=u)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===We.SEMI)this.consumed+=1;else if(this.decodeMode===wu.Strict)return 0;return this.emitCodePoint(Th(this.result),this.consumed),this.errors&&(t!==We.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,u){const{decodeTree:r}=this;let n=r[this.treeIndex],i=(n&Fu.VALUE_LENGTH)>>14;for(;u<t.length;u++,this.excess++){const s=t.charCodeAt(u);if(this.treeIndex=Vh(r,n,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return this.result===0||this.decodeMode===wu.Attribute&&(i===0||Ph(s))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],i=(n&Fu.VALUE_LENGTH)>>14,i!==0){if(s===We.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==wu.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:u,decodeTree:r}=this,n=(r[u]&Fu.VALUE_LENGTH)>>14;return this.emitNamedEntityData(u,n,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,u,r){const{decodeTree:n}=this;return this.emitCodePoint(u===1?n[t]&~Fu.VALUE_LENGTH:n[t+1],r),u===3&&this.emitCodePoint(n[t+2],r),r}end(){var t;switch(this.state){case Ke.NamedEntity:return this.result!==0&&(this.decodeMode!==wu.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Ke.NumericDecimal:return this.emitNumericEntity(0,2);case Ke.NumericHex:return this.emitNumericEntity(0,3);case Ke.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Ke.EntityStart:return 0}}}function Vc(e){let t="";const u=new Mh(e,r=>t+=Sh(r));return function(n,i){let s=0,o=0;for(;(o=n.indexOf("&",o))>=0;){t+=n.slice(s,o),u.startEntity(i);const l=u.write(n,o+1);if(l<0){s=o+u.end();break}s=o+l,o=l===0?s+1:s}const a=t+n.slice(s);return t="",a}}function Vh(e,t,u,r){const n=(t&Fu.BRANCH_LENGTH)>>7,i=t&Fu.JUMP_TABLE;if(n===0)return i!==0&&r===i?u:-1;if(i){const a=r-i;return a<0||a>=n?-1:e[u+a]-1}let s=u,o=s+n-1;for(;s<=o;){const a=s+o>>>1,l=e[a];if(l<r)s=a+1;else if(l>r)o=a-1;else return e[a+n]}return-1}const Lh=Vc(Dh);Vc(wh);function Lc(e,t=wu.Legacy){return Lh(e,t)}function Nh(e){return Object.prototype.toString.call(e)}function _o(e){return Nh(e)==="[object String]"}const qh=Object.prototype.hasOwnProperty;function zh(e,t){return qh.call(e,t)}function wi(e){return Array.prototype.slice.call(arguments,1).forEach(function(u){if(u){if(typeof u!="object")throw new TypeError(u+"must be object");Object.keys(u).forEach(function(r){e[r]=u[r]})}}),e}function Nc(e,t,u){return[].concat(e.slice(0,t),u,e.slice(t+1))}function vo(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534||e>=0&&e<=8||e===11||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function ei(e){if(e>65535){e-=65536;const t=55296+(e>>10),u=56320+(e&1023);return String.fromCharCode(t,u)}return String.fromCharCode(e)}const qc=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Uh=/&([a-z#][a-z0-9]{1,31});/gi,Bh=new RegExp(qc.source+"|"+Uh.source,"gi"),jh=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Hh(e,t){if(t.charCodeAt(0)===35&&jh.test(t)){const r=t[1].toLowerCase()==="x"?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return vo(r)?ei(r):e}const u=Lc(e);return u!==e?u:e}function Kh(e){return e.indexOf("\\")<0?e:e.replace(qc,"$1")}function Dr(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Bh,function(t,u,r){return u||Hh(t,r)})}const Wh=/[&<>"]/,Zh=/[&<>"]/g,Gh={"&":"&","<":"<",">":">",'"':"""};function Jh(e){return Gh[e]}function Iu(e){return Wh.test(e)?e.replace(Zh,Jh):e}const Yh=/[.?*+^$[\]\\(){}|-]/g;function Xh(e){return e.replace(Yh,"\\$&")}function Ae(e){switch(e){case 9:case 32:return!0}return!1}function sn(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function on(e){return go.test(e)||Pc.test(e)}function an(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function Fi(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const Qh={mdurl:Eh,ucmicro:$h},em=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:Nc,assign:wi,escapeHtml:Iu,escapeRE:Xh,fromCodePoint:ei,has:zh,isMdAsciiPunct:an,isPunctChar:on,isSpace:Ae,isString:_o,isValidEntityCode:vo,isWhiteSpace:sn,lib:Qh,normalizeReference:Fi,unescapeAll:Dr,unescapeMd:Kh},Symbol.toStringTag,{value:"Module"}));function tm(e,t,u){let r,n,i,s;const o=e.posMax,a=e.pos;for(e.pos=t+1,r=1;e.pos<o;){if(i=e.src.charCodeAt(e.pos),i===93&&(r--,r===0)){n=!0;break}if(s=e.pos,e.md.inline.skipToken(e),i===91){if(s===e.pos-1)r++;else if(u)return e.pos=a,-1}}let l=-1;return n&&(l=e.pos),e.pos=a,l}function um(e,t,u){let r,n=t;const i={ok:!1,pos:0,str:""};if(e.charCodeAt(n)===60){for(n++;n<u;){if(r=e.charCodeAt(n),r===10||r===60)return i;if(r===62)return i.pos=n+1,i.str=Dr(e.slice(t+1,n)),i.ok=!0,i;if(r===92&&n+1<u){n+=2;continue}n++}return i}let s=0;for(;n<u&&(r=e.charCodeAt(n),!(r===32||r<32||r===127));){if(r===92&&n+1<u){if(e.charCodeAt(n+1)===32)break;n+=2;continue}if(r===40&&(s++,s>32))return i;if(r===41){if(s===0)break;s--}n++}return t===n||s!==0||(i.str=Dr(e.slice(t,n)),i.pos=n,i.ok=!0),i}function rm(e,t,u,r){let n,i=t;const s={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(r)s.str=r.str,s.marker=r.marker;else{if(i>=u)return s;let o=e.charCodeAt(i);if(o!==34&&o!==39&&o!==40)return s;t++,i++,o===40&&(o=41),s.marker=o}for(;i<u;){if(n=e.charCodeAt(i),n===s.marker)return s.pos=i+1,s.str+=Dr(e.slice(t,i)),s.ok=!0,s;if(n===40&&s.marker===41)return s;n===92&&i+1<u&&i++,i++}return s.can_continue=!0,s.str+=Dr(e.slice(t,i)),s}const nm=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:um,parseLinkLabel:tm,parseLinkTitle:rm},Symbol.toStringTag,{value:"Module"})),ru={};ru.code_inline=function(e,t,u,r,n){const i=e[t];return"<code"+n.renderAttrs(i)+">"+Iu(i.content)+"</code>"};ru.code_block=function(e,t,u,r,n){const i=e[t];return"<pre"+n.renderAttrs(i)+"><code>"+Iu(e[t].content)+`</code></pre>
|
|
19
|
-
`};
|
|
20
|
-
`;if(s){const c=i.attrIndex("class"),f=i.attrs?i.attrs.slice():[];c<0?f.push(["class",u.langPrefix+
|
|
17
|
+
**/let _s;const Ya=typeof window<"u"&&window.trustedTypes;if(Ya)try{_s=Ya.createPolicy("vue",{createHTML:e=>e})}catch{}const nc=_s?e=>_s.createHTML(e):e=>e,Gd="http://www.w3.org/2000/svg",Jd="http://www.w3.org/1998/Math/MathML",pu=typeof document<"u"?document:null,Xa=pu&&pu.createElement("template"),Yd={insert:(e,t,u)=>{t.insertBefore(e,u||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,u,r)=>{const n=t==="svg"?pu.createElementNS(Gd,e):t==="mathml"?pu.createElementNS(Jd,e):u?pu.createElement(e,{is:u}):pu.createElement(e);return e==="select"&&r&&r.multiple!=null&&n.setAttribute("multiple",r.multiple),n},createText:e=>pu.createTextNode(e),createComment:e=>pu.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>pu.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,u,r,n,i){const s=u?u.previousSibling:t.lastChild;if(n&&(n===i||n.nextSibling))for(;t.insertBefore(n.cloneNode(!0),u),!(n===i||!(n=n.nextSibling)););else{Xa.innerHTML=nc(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const a=Xa.content;if(r==="svg"||r==="mathml"){const o=a.firstChild;for(;o.firstChild;)a.appendChild(o.firstChild);a.removeChild(o)}t.insertBefore(a,u)}return[s?s.nextSibling:t.firstChild,u?u.previousSibling:t.lastChild]}},Xd=Symbol("_vtc");function Qd(e,t,u){const r=e[Xd];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):u?e.setAttribute("class",t):e.className=t}const Zn=Symbol("_vod"),ic=Symbol("_vsh"),_u={beforeMount(e,{value:t},{transition:u}){e[Zn]=e.style.display==="none"?"":e.style.display,u&&t?u.beforeEnter(e):qr(e,t)},mounted(e,{value:t},{transition:u}){u&&t&&u.enter(e)},updated(e,{value:t,oldValue:u},{transition:r}){!t!=!u&&(r?t?(r.beforeEnter(e),qr(e,!0),r.enter(e)):r.leave(e,()=>{qr(e,!1)}):qr(e,t))},beforeUnmount(e,{value:t}){qr(e,t)}};function qr(e,t){e.style.display=t?e[Zn]:"none",e[ic]=!t}const ep=Symbol(""),tp=/(^|;)\s*display\s*:/;function up(e,t,u){const r=e.style,n=qe(u);let i=!1;if(u&&!n){if(t)if(qe(t))for(const s of t.split(";")){const a=s.slice(0,s.indexOf(":")).trim();u[a]==null&&Tn(r,a,"")}else for(const s in t)u[s]==null&&Tn(r,s,"");for(const s in u)s==="display"&&(i=!0),Tn(r,s,u[s])}else if(n){if(t!==u){const s=r[ep];s&&(u+=";"+s),r.cssText=u,i=tp.test(u)}}else t&&e.removeAttribute("style");Zn in e&&(e[Zn]=i?r.display:"",e[ic]&&(r.display="none"))}const Qa=/\s*!important$/;function Tn(e,t,u){if(ue(u))u.forEach(r=>Tn(e,t,r));else if(u==null&&(u=""),t.startsWith("--"))e.setProperty(t,u);else{const r=rp(e,t);Qa.test(u)?e.setProperty(Pu(r),u.replace(Qa,""),"important"):e[r]=u}}const eo=["Webkit","Moz","ms"],Ki={};function rp(e,t){const u=Ki[t];if(u)return u;let r=Ct(t);if(r!=="filter"&&r in e)return Ki[t]=r;r=mi(r);for(let n=0;n<eo.length;n++){const i=eo[n]+r;if(i in e)return Ki[t]=i}return t}const to="http://www.w3.org/1999/xlink";function uo(e,t,u,r,n,i=o0(t)){r&&t.startsWith("xlink:")?u==null?e.removeAttributeNS(to,t.slice(6,t.length)):e.setAttributeNS(to,t,u):u==null||i&&!sl(u)?e.removeAttribute(t):e.setAttribute(t,i?"":Ou(u)?String(u):u)}function ro(e,t,u,r,n){if(t==="innerHTML"||t==="textContent"){u!=null&&(e[t]=t==="innerHTML"?nc(u):u);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const a=i==="OPTION"?e.getAttribute("value")||"":e.value,o=u==null?e.type==="checkbox"?"on":"":String(u);(a!==o||!("_value"in e))&&(e.value=o),u==null&&e.removeAttribute(t),e._value=u;return}let s=!1;if(u===""||u==null){const a=typeof e[t];a==="boolean"?u=sl(u):u==null&&a==="string"?(u="",s=!0):a==="number"&&(u=0,s=!0)}try{e[t]=u}catch{}s&&e.removeAttribute(n||t)}function np(e,t,u,r){e.addEventListener(t,u,r)}function ip(e,t,u,r){e.removeEventListener(t,u,r)}const no=Symbol("_vei");function sp(e,t,u,r,n=null){const i=e[no]||(e[no]={}),s=i[t];if(r&&s)s.value=r;else{const[a,o]=ap(t);if(r){const l=i[t]=cp(r,n);np(e,a,l,o)}else s&&(ip(e,a,s,o),i[t]=void 0)}}const io=/(?:Once|Passive|Capture)$/;function ap(e){let t;if(io.test(e)){t={};let r;for(;r=e.match(io);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Pu(e.slice(2)),t]}let Wi=0;const op=Promise.resolve(),lp=()=>Wi||(op.then(()=>Wi=0),Wi=Date.now());function cp(e,t){const u=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=u.attached)return;nu(fp(r,u.value),t,5,[r])};return u.value=e,u.attached=lp(),u}function fp(e,t){if(ue(t)){const u=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{u.call(e),e._stopped=!0},t.map(r=>n=>!n._stopped&&r&&r(n))}else return t}const so=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,dp=(e,t,u,r,n,i)=>{const s=n==="svg";t==="class"?Qd(e,r,s):t==="style"?up(e,u,r):di(t)?Ls(t)||sp(e,t,u,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):pp(e,t,r,s))?(ro(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&uo(e,t,r,s,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!qe(r))?ro(e,Ct(t),r,i,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),uo(e,t,r,s))};function pp(e,t,u,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&so(t)&&ae(u));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const n=e.tagName;if(n==="IMG"||n==="VIDEO"||n==="CANVAS"||n==="SOURCE")return!1}return so(t)&&qe(u)?!1:t in e}const hp=Ye({patchProp:dp},Yd);let ao;function mp(){return ao||(ao=xd(hp))}const bp=(...e)=>{const t=mp().createApp(...e),{mount:u}=t;return t.mount=r=>{const n=_p(r);if(!n)return;const i=t._component;!ae(i)&&!i.render&&!i.template&&(i.template=n.innerHTML),n.nodeType===1&&(n.textContent="");const s=u(n,!1,gp(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},t};function gp(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function _p(e){return qe(e)?document.querySelector(e):e}var sc=["__key","__init","__shim","__original","__index","__prevKey"];function Tr(){return Math.random().toString(36).substring(2,15)}function yp(e,t){return[...e instanceof Set?e:new Set(e)]}function ie(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function nt(e,t,u=!0,r=["__key"]){if(e===t)return!0;if(typeof t=="object"&&typeof e=="object"){if(e instanceof Map||e instanceof Set)return!1;if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(e instanceof RegExp&&t instanceof RegExp)return vp(e,t);if(e===null||t===null||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n of r)if((n in e||n in t)&&e[n]!==t[n])return!1;for(const n in e)if(!(n in t)||e[n]!==t[n]&&!u||u&&!nt(e[n],t[n],u,r))return!1;return!0}return!1}function vp(e,t){return e.source===t.source&&e.flags.split("").sort().join("")===t.flags.split("").sort().join("")}function Ft(e){const t=typeof e;if(t==="number")return!1;if(e===void 0)return!0;if(t==="string")return e==="";if(t==="object"){if(e===null)return!0;for(const u in e)return!1;return!(e instanceof RegExp||e instanceof Date)}return!1}function xp(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Cp(e){const t=`^${xp(e)}$`,u={MM:"(0[1-9]|1[012])",M:"([1-9]|1[012])",DD:"([012][0-9]|3[01])",D:"([012]?[0-9]|3[01])",YYYY:"\\d{4}",YY:"\\d{2}"},r=Object.keys(u);return new RegExp(r.reduce((n,i)=>n.replace(i,u[i]),t))}function Gn(e){return Object.prototype.toString.call(e)==="[object Object]"}function Yr(e){return Gn(e)||Array.isArray(e)}function xr(e){if(Gn(e)===!1||e.__FKNode__||e.__POJO__===!1)return!1;const t=e.constructor;if(t===void 0)return!0;const u=t.prototype;return!(Gn(u)===!1||u.hasOwnProperty("isPrototypeOf")===!1)}var Tu=(e,t,u=!1,r=!1)=>{if(t===null)return null;const n={};if(typeof t=="string")return t;for(const i in e)if(ie(t,i)&&(t[i]!==void 0||!r)){if(u&&Array.isArray(e[i])&&Array.isArray(t[i])){n[i]=e[i].concat(t[i]);continue}if(t[i]===void 0)continue;xr(e[i])&&xr(t[i])?n[i]=Tu(e[i],t[i],u,r):n[i]=t[i]}else n[i]=e[i];for(const i in t)!ie(n,i)&&t[i]!==void 0&&(n[i]=t[i]);return n};function kp(e){if(e[0]!=='"'&&e[0]!=="'"||e[0]!==e[e.length-1])return!1;const t=e[0];for(let u=1;u<e.length;u++)if(e[u]===t&&(u===1||e[u-1]!=="\\")&&u!==e.length-1)return!1;return!0}function Ep(e){if(!e.length)return"";let t="",u="";for(let r=0;r<e.length;r++){const n=e.charAt(r);(n!=="\\"||u==="\\")&&(t+=n),u=n}return t}function sr(...e){return e.reduce((t,u)=>{const{value:r,name:n,modelValue:i,config:s,plugins:a,...o}=u;return Object.assign(t,o)},{})}function Ap(e){const t=[];let u="",r=0,n="",i="";for(let s=0;s<e.length;s++){const a=e.charAt(s);a===n&&i!=="\\"?n="":(a==="'"||a==='"')&&!n&&i!=="\\"?n=a:a==="("&&!n?r++:a===")"&&!n&&r--,a===","&&!n&&r===0?(t.push(u),u=""):(a!==" "||n)&&(u+=a),i=a}return u&&t.push(u),t}function oo(e,t){const u={},r=t.filter(i=>i instanceof RegExp),n=new Set(t);for(const i in e)!n.has(i)&&!r.some(s=>s.test(i))&&(u[i]=e[i]);return u}function lo(e,t){const u={},r=t.filter(n=>n instanceof RegExp);return t.forEach(n=>{n instanceof RegExp||(u[n]=e[n])}),Object.keys(e).forEach(n=>{r.some(i=>i.test(n))&&(u[n]=e[n])}),u}function br(e){return e.replace(/-([a-z0-9])/gi,(t,u)=>u.toUpperCase())}function ac(e){return e.replace(/([a-z0-9])([A-Z])/g,(t,u,r)=>u+"-"+r.toLowerCase()).replace(" ","-").toLowerCase()}function ys(e,t=sc){if(e!==null&&typeof e=="object"){let u;if(Array.isArray(e)?u=[...e]:xr(e)&&(u={...e}),u)return $p(e,u,t),u}return e}function Cr(e,t=sc){if(e===null||e instanceof RegExp||e instanceof Date||e instanceof Map||e instanceof Set||typeof File=="function"&&e instanceof File)return e;let u;Array.isArray(e)?u=e.map(r=>typeof r=="object"?Cr(r,t):r):u=Object.keys(e).reduce((r,n)=>(r[n]=typeof e[n]=="object"?Cr(e[n],t):e[n],r),{});for(const r of t)r in e&&Object.defineProperty(u,r,{enumerable:!1,value:e[r]});return u}function Lt(e){return typeof e=="object"?Cr(e):e}function Dp(e,t){if(!e||typeof e!="object")return null;const u=t.split(".");let r=e;for(const n in u){const i=u[n];if(ie(r,i)&&(r=r[i]),+n===u.length-1)return r;if(!r||typeof r!="object")return null}return null}function Nt(e){return e!==void 0&&e!=="false"&&e!==!1?!0:void 0}function kr(e){return Object.isFrozen(e)?e:Object.defineProperty(e,"__init",{enumerable:!1,value:!0})}function ea(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().replace(/[^a-z0-9]/g," ").trim().replace(/\s+/g,"-")}function $p(e,t,u){for(const r of u)r in e&&Object.defineProperty(t,r,{enumerable:!1,value:e[r]});return t}function wp(e){let t=!1;return(...u)=>{if(!t)return t=!0,queueMicrotask(()=>t=!1),e(...u)}}function Fp(e){if(!(e==="false"||e===!1))return!0}function ta(){const e=[];let t=0;const u=n=>e.push(n),r=n=>{const i=e[t];return typeof i=="function"?i(n,s=>(t++,r(s))):(t=0,n)};return u.dispatch=r,u.unshift=n=>e.unshift(n),u.remove=n=>{const i=e.indexOf(n);i>-1&&e.splice(i,1)},u}function oc(){const e=new Map,t=new Map;let u;const r=(n,i)=>{if(u){u.set(i.name,[n,i]);return}e.has(i.name)&&e.get(i.name).forEach(s=>{(i.origin===n||s.modifiers.includes("deep"))&&s.listener(i)}),i.bubble&&n.bubble(i)};return r.flush=()=>{e.clear(),t.clear(),u==null||u.clear()},r.on=(n,i,s="push")=>{const[a,...o]=n.split("."),l=i.receipt||Tr(),c={modifiers:o,event:a,listener:i,receipt:l};return e.has(a)?e.get(a)[s](c):e.set(a,[c]),t.has(l)?t.get(l)[s](a):t.set(l,[a]),l},r.off=n=>{var i;t.has(n)&&((i=t.get(n))==null||i.forEach(s=>{const a=e.get(s);Array.isArray(a)&&e.set(s,a.filter(o=>o.receipt!==n))}),t.delete(n))},r.pause=n=>{u||(u=new Map),n&&n.walk(i=>i._e.pause())},r.play=n=>{if(!u)return;const i=u;u=void 0,i.forEach(([s,a])=>r(s,a)),n&&n.walk(s=>s._e.play())},r}function Sp(e,t,u,r,n=!0,i){return t._e(e,{payload:r,name:u,bubble:n,origin:e,meta:i}),e}function Tp(e,t,u){return hn(e.parent)&&e.parent._e(e.parent,u),e}function Ip(e,t,u,r,n){return t._e.on(u,r,n)}function Rp(e,t,u){return t._e.off(u),e}var ua=ta();ua((e,t)=>(e.message||(e.message=`E${e.code}`),t(e)));var ra=ta();ra((e,t)=>{e.message||(e.message=`W${e.code}`);const u=t(e);return console&&typeof console.warn=="function"&&console.warn(u.message),u});function Xu(e,t={}){ra.dispatch({code:e,data:t})}function xt(e,t={}){throw Error(ua.dispatch({code:e,data:t}).message)}function kt(e,t){return{blocking:!1,key:Tr(),meta:{},type:"state",visible:!0,...e}}var co={apply:Np,set:Pp,remove:lc,filter:Vp,reduce:Lp,release:Up,touch:Mp};function Op(e=!1){const t={};let u,r=e,n=[];const i=new Map;let s;const a=new Proxy(t,{get(...o){const[l,c]=o;return c==="buffer"?r:c==="_b"?n:c==="_m"?i:c==="_r"?s:ie(co,c)?co[c].bind(null,t,a,u):Reflect.get(...o)},set(o,l,c){return l==="_n"?(u=c,s==="__n"&&cc(u,a),!0):l==="_b"?(n=c,!0):l==="buffer"?(r=c,!0):l==="_r"?(s=c,!0):(xt(101,u),!1)}});return a}function Pp(e,t,u,r){if(t.buffer)return t._b.push([[r]]),t;if(e[r.key]!==r){if(typeof r.value=="string"&&r.meta.localize!==!1){const i=r.value;r.value=u.t(r),r.value!==i&&(r.meta.locale=u.props.locale)}const n=`message-${ie(e,r.key)?"updated":"added"}`;e[r.key]=Object.freeze(u.hook.message.dispatch(r)),u.emit(n,r)}return t}function Mp(e,t){for(const u in e){const r={...e[u]};t.set(r)}}function lc(e,t,u,r){if(ie(e,r)){const n=e[r];delete e[r],u.emit("message-removed",n)}return t.buffer===!0&&(t._b=t._b.filter(n=>(n[0]=n[0].filter(i=>i.key!==r),n[1]||n[0].length))),t}function Vp(e,t,u,r,n){for(const i in e){const s=e[i];(!n||s.type===n)&&!r(s)&&lc(e,t,u,i)}}function Lp(e,t,u,r,n){for(const i in e){const s=e[i];n=r(n,s)}return n}function Np(e,t,u,r,n){if(Array.isArray(r)){if(t.buffer){t._b.push([r,n]);return}const i=new Set(r.map(s=>(t.set(s),s.key)));typeof n=="string"?t.filter(s=>s.type!==n||i.has(s.key)):typeof n=="function"&&t.filter(s=>!n(s)||i.has(s.key))}else for(const i in r){const s=u.at(i);s?s.store.apply(r[i],n):zp(u,t,i,r[i],n)}}function qp(e,...t){const u=`${e.name}-set`,r=n=>kt({key:ea(n),type:"error",value:n,meta:{source:u,autoClear:!0}});return t.filter(n=>!!n).map(n=>{if(typeof n=="string"&&(n=[n]),Array.isArray(n))return n.map(i=>r(i));{const i={};for(const s in n)Array.isArray(n[s])?i[s]=n[s].map(a=>r(a)):i[s]=[r(n[s])];return i}})}function zp(e,t,u,r,n){var s;const i=t._m;i.has(u)||i.set(u,[]),t._r||(t._r=cc(e,t)),(s=i.get(u))==null||s.push([r,n])}function cc(e,t){return e.on("child.deep",({payload:u})=>{t._m.forEach((r,n)=>{e.at(n)===u&&(r.forEach(([i,s])=>{u.store.apply(i,s)}),t._m.delete(n))}),t._m.size===0&&t._r&&(e.off(t._r),t._r=void 0)})}function Up(e,t){t.buffer=!1,t._b.forEach(([u,r])=>t.apply(u,r)),t._b=[]}function Bp(){const e={};let t;return{count:(...u)=>jp(t,e,...u),init(u){t=u,u.on("message-added.deep",fo(e,1)),u.on("message-removed.deep",fo(e,-1))},merge:u=>po(t,e,u),settled(u){return ie(e,u)?e[u].promise:Promise.resolve()},unmerge:u=>po(t,e,u,!0),value(u){return ie(e,u)?e[u].count:0}}}function jp(e,t,u,r,n=0){if(r=Hp(r||u),!ie(t,u)){const i={condition:r,count:0,name:u,node:e,promise:Promise.resolve(),resolve:()=>{}};t[u]=i,n=e.store.reduce((s,a)=>s+i.condition(a)*1,n),e.each(s=>{s.ledger.count(i.name,i.condition),n+=s.ledger.value(i.name)})}return fc(t[u],n).promise}function Hp(e){return typeof e=="function"?e:t=>t.type===e}function fc(e,t){const u=e.count,r=e.count+t;return e.count=r,u===0&&r!==0?(e.node.emit(`unsettled:${e.name}`,e.count,!1),e.promise=new Promise(n=>e.resolve=n)):u!==0&&r===0&&(e.node.emit(`settled:${e.name}`,e.count,!1),e.resolve()),e.node.emit(`count:${e.name}`,e.count,!1),e}function fo(e,t){return u=>{for(const r in e){const n=e[r];n.condition(u.payload)&&fc(n,t)}}}function po(e,t,u,r=!1){const n=e;for(const i in t){const s=t[i].condition;r||u.ledger.count(i,s);const a=u.ledger.value(i)*(r?-1:1);if(e){do e.ledger.count(i,s,a),e=e.parent;while(e);e=n}}}var na=new Map,In=new Map,ia=oc();function Kp(e){e.props.id&&(na.set(e.props.id,e),In.set(e,e.props.id),ia(e,{payload:e,name:e.props.id,bubble:!1,origin:e}))}function Wp(e){if(In.has(e)){const t=In.get(e);In.delete(e),na.delete(t),ia(e,{payload:null,name:t,bubble:!1,origin:e})}}function Ir(e){return na.get(e)}function Zp(e,t){return ia.on(e,t)}function vs(e,t,u){let r=!0;return t in e.config._t?r=!1:e.emit(`config:${t}`,u,!1),t in e.props||(e.emit("prop",{prop:t,value:u}),e.emit(`prop:${t}`,u)),r}function Gp(e={}){const t=new Set,u={...e,_add:n=>t.add(n),_rm:n=>t.delete(n)};return new Proxy(u,{set(n,i,s,a){return typeof i=="string"&&t.forEach(o=>vs(o,i,s)),Reflect.set(n,i,s,a)}})}function dc(e,t){const u=(t||document).getElementById(e);if(u instanceof HTMLFormElement){const r=new Event("submit",{cancelable:!0,bubbles:!0});u.dispatchEvent(r);return}Xu(151,e)}function Jp(e){const t=u=>{for(const r in u.store){const n=u.store[r];n.type==="error"||n.type==="ui"&&r==="incomplete"?u.store.remove(r):n.type==="state"&&u.store.set({...n,value:!1})}};t(e),e.walk(t)}function pc(e,t){const u=typeof e=="string"?Ir(e):e;if(u){const r=s=>{const a=Lt(s.props.initial);return a!==void 0?a:s.type==="group"?{}:s.type==="list"?[]:void 0};u._e.pause(u);const n=Lt(t);return t&&!Ft(t)&&(u.props.initial=Yr(n)?kr(n):n,u.props._init=u.props.initial),u.input(r(u),!1),u.walk(s=>{s.type==="list"&&s.sync||s.input(r(s),!1)}),u.input(Ft(n)&&n?n:r(u),!1),u.type!=="input"&&t&&!Ft(t)&&Yr(t)&&u.walk(s=>{s.props.initial=Yr(s.value)?kr(s.value):s.value,s.props._init=s.props.initial}),u._e.play(u),Jp(u),u.emit("reset",u),u}Xu(152,e)}var Yp={delimiter:".",delay:0,locale:"en",rootClasses:e=>({[`formkit-${ac(e)}`]:!0})},hc=Symbol("index"),xs=Symbol("removed"),Cs=Symbol("moved"),mc=Symbol("inserted");function Xp(e){return e.type==="list"&&Array.isArray(e._value)}function hn(e){return e&&typeof e=="object"&&e.__FKNode__===!0}var Rn=(e,t,u)=>{xt(102,[e,u])},Qp={_c:me(v1,Rn,!1),add:me(d1),addProps:me(f1),address:me(C1,Rn,!1),at:me(k1),bubble:me(Tp),clearErrors:me(I1),calm:me(o1),config:me(!1),define:me(c1),disturb:me(a1),destroy:me(l1),extend:me(O1),hydrate:me(i1),index:me(y1,_1,!1),input:me(_c),each:me(m1),emit:me(Sp),find:me(A1),on:me(Ip),off:me(Rp),parent:me(!1,p1),plugins:me(!1),remove:me(h1),root:me($1,Rn,!1),reset:me(S1),resetConfig:me(g1),setErrors:me(T1),submit:me(F1),t:me(w1),use:me(sa),name:me(x1,!1,!1),walk:me(b1)};function e1(){return new Map(Object.entries(Qp))}function me(e,t,u=!0){return{get:e?(r,n)=>u?(...i)=>e(r,n,...i):e(r,n):!1,set:t!==void 0?t:Rn.bind(null)}}function t1(){const e=new Map;return new Proxy(e,{get(t,u){return e.has(u)||e.set(u,ta()),e.get(u)}})}var bc=0,u1=0;function r1(e){var t,u;return((t=e.parent)==null?void 0:t.type)==="list"?hc:e.name||`${((u=e.props)==null?void 0:u.type)||"input"}_${++bc}`}function gc(e){return e.type==="group"?kr(e.value&&typeof e.value=="object"&&!Array.isArray(e.value)?e.value:{}):e.type==="list"?kr(Array.isArray(e.value)?e.value:[]):e.value}function _c(e,t,u,r=!0){return t._value=n1(e,e.hook.input.dispatch(u)),e.emit("input",t._value),e.isCreated&&e.type==="input"&&nt(t._value,t.value)&&!e.props.mergeStrategy?(e.emit("commitRaw",t.value),t.settled):(t.isSettled&&e.disturb(),r?(t._tmo&&clearTimeout(t._tmo),t._tmo=setTimeout(Jn,e.props.delay,e,t)):Jn(e,t),t.settled)}function n1(e,t){switch(e.type){case"input":break;case"group":(!t||typeof t!="object")&&xt(107,[e,t]);break;case"list":Array.isArray(t)||xt(108,[e,t]);break}return t}function Jn(e,t,u=!0,r=!0){t._value=t.value=e.hook.commit.dispatch(t._value),e.type!=="input"&&r&&e.hydrate(),e.emit("commitRaw",t.value),e.emit("commit",t.value),u&&e.calm()}function yc(e,{name:t,value:u,from:r}){if(!Object.isFrozen(e._value)){if(Xp(e)){const n=u===xs?[]:u===Cs&&typeof r=="number"?e._value.splice(r,1):[u];e._value.splice(t,u===Cs||r===mc?0:1,...n);return}u!==xs?e._value[t]=u:delete e._value[t]}}function i1(e,t){const u=t._value;return e.type==="list"&&e.sync&&s1(e,t),t.children.forEach(r=>{if(typeof u=="object")if(r.name in u){const n=r.type!=="input"||u[r.name]&&typeof u[r.name]=="object"?kr(u[r.name]):u[r.name];if(!r.isSettled||(!Yr(n)||r.props.mergeStrategy)&&nt(n,r._value))return;r.input(n,!1)}else(e.type!=="list"||typeof r.name=="number")&&yc(t,{name:r.name,value:r.value}),u.__init||(r.type==="group"?r.input({},!1):r.type==="list"?r.input([],!1):r.input(void 0,!1))}),e}function s1(e,t){const u=e._value;if(!Array.isArray(u))return;const r=[],n=new Set(t.children),i=new Map;u.forEach((a,o)=>{if(t.children[o]&&t.children[o]._value===a)r.push(t.children[o]),n.delete(t.children[o]);else{r.push(null);const l=i.get(a)||[];l.push(o),i.set(a,l)}}),n.size&&i.size&&n.forEach(a=>{if(i.has(a._value)){const o=i.get(a._value),l=o.shift();r[l]=a,n.delete(a),o.length||i.delete(a._value)}});const s=[];for(i.forEach(a=>{s.push(...a)});n.size&&s.length;){const a=n.values().next().value,o=s.shift();if(o===void 0)break;r[o]=a,n.delete(a)}s.forEach((a,o)=>{r[a]=L1({value:o})}),n.size&&n.forEach(a=>{if(!("__FKP"in a)){const o=a._c.parent;if(!o||N1(o))return;o.ledger.unmerge(a),a._c.parent=null,a.destroy()}}),t.children=r}function a1(e,t){var u;return t._d<=0&&(t.isSettled=!1,e.emit("settled",!1,!1),t.settled=new Promise(r=>{t._resolve=r}),e.parent&&((u=e.parent)==null||u.disturb())),t._d++,e}function o1(e,t,u){var r;if(u!==void 0&&e.type!=="input"){yc(t,u);const n=!!(e.config.mergeStrategy&&e.config.mergeStrategy[u.name]);return Jn(e,t,!0,n)}t._d>0&&t._d--,t._d===0&&(t.isSettled=!0,e.emit("settled",!0,!1),e.parent&&((r=e.parent)==null||r.calm({name:e.name,value:t.value})),t._resolve&&t._resolve(t.value))}function l1(e,t){e.emit("destroying",e),e.store.filter(()=>!1),e.parent&&e.parent.remove(e),Wp(e),e.emit("destroyed",e),t._e.flush(),t._value=t.value=void 0;for(const u in t.context)delete t.context[u];t.plugins.clear(),t.context=null}function c1(e,t,u){t.type=u.type;const r=Cr(u);e.props.__propDefs=vc(e.props.__propDefs??[],(r==null?void 0:r.props)||[]),r.props=e.props.__propDefs,t.props.definition=r,t.value=t._value=gc({type:e.type,value:t.value}),u.forceTypeProp&&(e.props.type&&(e.props.originalType=e.props.type),t.props.type=u.forceTypeProp),u.family&&(t.props.family=u.family),u.features&&u.features.forEach(n=>n(e)),u.props&&e.addProps(u.props),e.emit("defined",u)}function f1(e,t,u){const r=Array.isArray(u)?u:Object.keys(u),n=Array.isArray(u)?{}:r.reduce((s,a)=>("default"in u[a]&&(s[a]=u[a].default),s),{});if(e.props.attrs){const s={...e.props.attrs};e.props._emit=!1;for(const o in s){const l=br(o);r.includes(l)&&(e.props[l]=s[o],delete s[o])}Array.isArray(u)||r.forEach(o=>{"default"in u[o]&&e.props[o]===void 0&&(e.props[o]=n[o])});const a=Lt(t._value);e.props.initial=e.type!=="input"?kr(a):a,e.props._emit=!0,e.props.attrs=s}const i=vc(e.props.__propDefs??[],u);return e.props.definition&&(e.props.definition.props=i),e.props.__propDefs=i,e.emit("added-props",u),e}function ks(e){return Array.isArray(e)?e.reduce((t,u)=>(t[u]={},t),{}):e}function vc(e,t){return Array.isArray(e)&&Array.isArray(t)?e.concat(t):Tu(ks(e),ks(t))}function d1(e,t,u,r){if(e.type==="input"&&xt(100,e),u.parent&&u.parent!==e&&u.parent.remove(u),!t.children.includes(u)){if(r!==void 0&&e.type==="list"){const n=t.children[r];n&&"__FKP"in n?(u._c.uid=n.uid,t.children.splice(r,1,u)):t.children.splice(r,0,u),Array.isArray(e.value)&&e.value.length<t.children.length&&e.disturb().calm({name:r,value:u.value,from:mc})}else t.children.push(u);u.isSettled||e.disturb()}if(u.parent!==e){if(u.parent=e,u.parent!==e)return e.remove(u),u.parent.add(u),e}else u.use(e.plugins);return Jn(e,t,!1),e.ledger.merge(u),e.emit("child",u),e}function p1(e,t,u,r){return hn(r)?(e.parent&&e.parent!==r&&e.parent.remove(e),t.parent=r,e.resetConfig(),r.children.includes(e)?e.use(r.plugins):r.add(e),!0):r===null?(t.parent=null,!0):!1}function h1(e,t,u){const r=t.children.indexOf(u);if(r!==-1){u.isSettled&&e.disturb(),t.children.splice(r,1);let n=Nt(u.props.preserve),i=u.parent;for(;n===void 0&&i;)n=Nt(i.props.preserve),i=i.parent;n?e.calm():e.calm({name:e.type==="list"?r:u.name,value:xs}),u.parent=null,u.config._rmn=u}return e.ledger.unmerge(u),e.emit("childRemoved",u),e}function m1(e,t,u){t.children.forEach(r=>!("__FKP"in r)&&u(r))}function b1(e,t,u,r=!1,n=!1){t.children.some(i=>{if("__FKP"in i)return!1;const s=u(i);return r&&s===!1?!0:n&&s===!1?!1:i.walk(u,r,n)})}function g1(e,t){const u=e.parent||void 0;t.config=xc(e.config._t,u),e.walk(r=>r.resetConfig())}function sa(e,t,u,r=!0,n=!0){return Array.isArray(u)||u instanceof Set?(u.forEach(i=>sa(e,t,i)),e):(t.plugins.has(u)||(n&&typeof u.library=="function"&&u.library(e),r&&u(e)!==!1&&(t.plugins.add(u),e.children.forEach(i=>i.use(u)))),e)}function _1(e,t,u,r){if(hn(e.parent)){const n=e.parent.children,i=r>=n.length?n.length-1:r<0?0:r,s=n.indexOf(e);return s===-1?!1:(n.splice(s,1),n.splice(i,0,e),e.parent.children=n,e.parent.type==="list"&&e.parent.disturb().calm({name:i,value:Cs,from:s}),!0)}return!1}function y1(e){if(e.parent){const t=[...e.parent.children].indexOf(e);return t===-1?e.parent.children.length:t}return-1}function v1(e,t){return t}function x1(e,t){var u;return((u=e.parent)==null?void 0:u.type)==="list"?e.index:t.name!==hc?t.name:e.index}function C1(e,t){return t.parent?t.parent.address.concat([e.name]):[e.name]}function k1(e,t,u){const r=typeof u=="string"?u.split(e.config.delimiter):u;if(!r.length)return;const n=r[0];let i=e.parent;for(i||(String(r[0])===String(e.name)&&r.shift(),i=e),n==="$parent"&&r.shift();i&&r.length;){const s=r.shift();switch(s){case"$root":i=e.root;break;case"$parent":i=i.parent;break;case"$self":i=e;break;default:i=i.children.find(a=>!("__FKP"in a)&&String(a.name)===String(s))||E1(i,s)}}return i||void 0}function E1(e,t){const u=String(t).match(/^(find)\((.*)\)$/);if(u){const[,r,n]=u,i=n.split(",").map(s=>s.trim());switch(r){case"find":return e.find(i[0],i[1]);default:return}}}function A1(e,t,u,r){return D1(e,u,r)}function D1(e,t,u="name"){const r=typeof u=="string"?i=>i[u]==t:u,n=[e];for(;n.length;){const i=n.shift();if(!("__FKP"in i)){if(r(i,t))return i;n.push(...i.children)}}}function $1(e){let t=e;for(;t.parent;)t=t.parent;return t}function xc(e={},t){let u;return new Proxy(e,{get(...r){const n=r[1];if(n==="_t")return e;const i=Reflect.get(...r);if(i!==void 0)return i;if(t){const s=t.config[n];if(s!==void 0)return s}if(e.rootConfig&&typeof n=="string"){const s=e.rootConfig[n];if(s!==void 0)return s}return n==="delay"&&(u==null?void 0:u.type)==="input"?20:Yp[n]},set(...r){const n=r[1],i=r[2];if(n==="_n")return u=i,e.rootConfig&&e.rootConfig._add(u),!0;if(n==="_rmn")return e.rootConfig&&e.rootConfig._rm(u),u=void 0,!0;if(!nt(e[n],i,!1)){const s=Reflect.set(...r);return u&&(u.emit(`config:${n}`,i,!1),vs(u,n,i),u.walk(a=>vs(a,n,i),!1,!0)),s}return!0}})}function w1(e,t,u,r="ui"){const n=typeof u=="string"?{key:u,value:u,type:r}:u,i=e.hook.text.dispatch(n);return e.emit("text",i,!1),i.value}function F1(e){const t=e.name;do{if(e.props.isForm===!0)break;e.parent||xt(106,t),e=e.parent}while(e);e.props.id&&dc(e.props.id,e.props.__root)}function S1(e,t,u){return pc(e,u)}function T1(e,t,u,r){const n=`${e.name}-set`,i=e.hook.setErrors.dispatch({localErrors:u,childErrors:r});return qp(e,i.localErrors,i.childErrors).forEach(s=>{e.store.apply(s,a=>a.meta.source===n)}),e}function I1(e,t,u=!0,r){return e.store.filter(n=>!(r===void 0||n.meta.source===r),"error"),u&&(r=r||`${e.name}-set`,e.walk(n=>{n.store.filter(i=>!(i.type==="error"&&i.meta&&i.meta.source===r))})),e}function R1(e){const t={initial:typeof e=="object"?Lt(e):e};let u,r=!0,n={};return new Proxy(t,{get(...i){var c,f,_,d;const[s,a]=i;let o;ie(t,a)?(o=Reflect.get(...i),(c=n[a])!=null&&c.boolean&&(o=Fp(o))):u&&typeof a=="string"&&u.config[a]!==void 0?(o=u.config[a],a==="mergeStrategy"&&(u==null?void 0:u.type)==="input"&&Gn(o)&&u.name in o&&(o=o[u.name])):o=(f=n[a])==null?void 0:f.default;const l=(_=n[a])==null?void 0:_.getter;return(d=n[a])!=null&&d.boolean&&(o=!!o),l?l(o,u):o},set(i,s,a,o){var _;if(s==="_n")return u=a,!0;if(s==="_emit")return r=a,!0;let{prop:l,value:c}=u.hook.prop.dispatch({prop:s,value:a});const f=(_=n[l])==null?void 0:_.setter;if(c=f?f(c,u):c,!nt(t[l],c,!1)||typeof c=="object"){const d=Reflect.set(i,l,c,o);return l==="__propDefs"&&(n=ks(c)),r&&(u.emit("prop",{prop:l,value:c}),typeof l=="string"&&u.emit(`prop:${l}`,c)),d}return!0}})}function O1(e,t,u,r){return t.traps.set(u,r),e}function P1(e,t){if(e.props.definition)return e.define(e.props.definition);for(const u of t){if(e.props.definition)return;typeof u.library=="function"&&u.library(e)}}function M1(e){const t=gc(e),u=xc(e.config||{},e.parent);return{_d:0,_e:oc(),uid:Symbol(),_resolve:!1,_tmo:!1,_value:t,children:yp(e.children||[]),config:u,hook:t1(),isCreated:!1,isSettled:!0,ledger:Bp(),name:r1(e),parent:e.parent||null,plugins:new Set,props:R1(t),settled:Promise.resolve(t),store:Op(!0),sync:e.sync||!1,traps:e1(),type:e.type||"input",value:t}}function V1(e,t){var r,n;const u=(r=t.props)==null?void 0:r.id;if(u||(n=t.props)==null||delete n.id,e.ledger.init(e.store._n=e.props._n=e.config._n=e),e.props._emit=!1,Object.assign(e.props,u?{}:{id:`input_${u1++}`},t.props??{}),e.props._emit=!0,P1(e,new Set([...t.plugins||[],...e.parent?e.parent.plugins:[]])),t.plugins)for(const i of t.plugins)sa(e,e._c,i,!0,!1);return e.each(i=>e.add(i)),e.parent&&e.parent.add(e,t.index),e.type==="input"&&e.children.length&&xt(100,e),_c(e,e._c,e._value,!1),e.store.release(),u&&Kp(e),e.emit("created",e),e.isCreated=!0,e}function L1(e){return{__FKP:!0,uid:Symbol(),name:(e==null?void 0:e.name)??`p_${bc++}`,value:(e==null?void 0:e.value)??null,_value:(e==null?void 0:e.value)??null,type:(e==null?void 0:e.type)??"input",props:{},use:()=>{},input(t){return this._value=t,this.value=t,Promise.resolve()},isSettled:!0}}function N1(e){return"__FKP"in e}function q1(e){const t=e||{},u=M1(t),r=new Proxy(u,{get(...n){const[,i]=n;if(i==="__FKNode__")return!0;const s=u.traps.get(i);return s&&s.get?s.get(r,u):Reflect.get(...n)},set(...n){const[,i,s]=n,a=u.traps.get(i);return a&&a.set?a.set(r,u,i,s):Reflect.set(...n)}});return V1(r,t)}function Es(e){return typeof e!="string"&&ie(e,"$el")}function As(e){return typeof e!="string"&&ie(e,"$cmp")}function lr(e){return!e||typeof e=="string"?!1:ie(e,"if")&&ie(e,"then")}function z1(e){return typeof e!="string"&&"$formkit"in e}function U1(e){if(typeof e=="string")return{$el:"text",children:e};if(z1(e)){const{$formkit:t,for:u,if:r,children:n,bind:i,...s}=e;return Object.assign({$cmp:"FormKit",props:{...s,type:t}},r?{if:r}:{},u?{for:u}:{},n?{children:n}:{},i?{bind:i}:{})}return e}function Mt(e){let t;const u=new Set,r=function(E,C){return typeof E=="function"?E(C):E},n=[{"&&":(m,E,C)=>r(m,C)&&r(E,C),"||":(m,E,C)=>r(m,C)||r(E,C)},{"===":(m,E,C)=>r(m,C)===r(E,C),"!==":(m,E,C)=>r(m,C)!==r(E,C),"==":(m,E,C)=>r(m,C)==r(E,C),"!=":(m,E,C)=>r(m,C)!=r(E,C),">=":(m,E,C)=>r(m,C)>=r(E,C),"<=":(m,E,C)=>r(m,C)<=r(E,C),">":(m,E,C)=>r(m,C)>r(E,C),"<":(m,E,C)=>r(m,C)<r(E,C)},{"+":(m,E,C)=>r(m,C)+r(E,C),"-":(m,E,C)=>r(m,C)-r(E,C)},{"*":(m,E,C)=>r(m,C)*r(E,C),"/":(m,E,C)=>r(m,C)/r(E,C),"%":(m,E,C)=>r(m,C)%r(E,C)}],i=n.reduce((m,E)=>m.concat(Object.keys(E)),[]),s=new Set(i.map(m=>m.charAt(0)));function a(m,E,C,$){const T=m.filter(k=>k.startsWith(E));return T.length?T.find(k=>$.length>=C+k.length&&$.substring(C,C+k.length)===k?k:!1):!1}function o(m,E,C=1){let $=C?E.substring(m+1).trim():E.substring(0,m).trim();if(!$.length)return-1;if(!C){const k=$.split("").reverse(),I=k.findIndex(x=>s.has(x));$=k.slice(I).join("")}const T=$[0];return n.findIndex(k=>{const I=Object.keys(k);return!!a(I,T,0,$)})}function l(m,E){let C="";const $=E.length;let T=0;for(let k=m;k<$;k++){const I=E.charAt(k);if(I==="(")T++;else if(I===")")T--;else if(T===0&&I===" ")continue;if(T===0&&a(i,I,k,E))return[C,k-1];C+=I}return[C,E.length-1]}function c(m,E=0){const C=n[E],$=m.length,T=Object.keys(C);let k=0,I=!1,x=null,F="",B=null,Q,ne="",X="",D="",j="",H=0;const oe=(Y,J)=>{Y?D+=J:F+=J};for(let Y=0;Y<$;Y++)if(ne=X,X=m.charAt(Y),(X==="'"||X==='"')&&ne!=="\\"&&(k===0&&!I||k&&!j)){k?j=X:I=X,oe(k,X);continue}else if(I&&(X!==I||ne==="\\")||j&&(X!==j||ne==="\\")){oe(k,X);continue}else if(I===X){I=!1,oe(k,X);continue}else if(j===X){j=!1,oe(k,X);continue}else{if(X===" ")continue;if(X==="(")k===0?H=Y:D+=X,k++;else if(X===")")if(k--,k===0){const J=typeof F=="string"&&F.startsWith("$")?F:void 0,le=J&&m.charAt(Y+1)===".";let Ve="";le&&([Ve,Y]=l(Y+2,m));const it=x?E:o(H,m,0),Be=o(Y,m);it===-1&&Be===-1?(F=f(D,-1,J,Ve),typeof F=="string"&&(F=D)):x&&(it>=Be||Be===-1)&&E===it?(B=x.bind(null,f(D,-1,J,Ve)),x=null,F=""):Be>it&&E===Be?F=f(D,-1,J,Ve):F+=`(${D})${le?`.${Ve}`:""}`,D=""}else D+=X;else if(k===0&&(Q=a(T,X,Y,m))){Y===0&&xt(103,[Q,m]),Y+=Q.length-1,Y===m.length-1&&xt(104,[Q,m]),x?F&&(B=x.bind(null,f(F,E)),x=C[Q].bind(null,B),F=""):B?(x=C[Q].bind(null,f(B,E)),B=null):(x=C[Q].bind(null,f(F,E)),F="");continue}else oe(k,X)}return F&&x&&(x=x.bind(null,f(F,E))),x=!x&&B?B:x,!x&&F&&(x=(Y,J)=>typeof Y=="function"?Y(J):Y,x=x.bind(null,f(F,E))),!x&&!F&&xt(105,m),x}function f(m,E,C,$){if(C){const T=f(C,n.length);let k,I=$?Mt(`$${$}`):!1;if(typeof T=="function"){const x=Ap(String(m)).map(F=>f(F,-1));return F=>{const B=T(F);return typeof B!="function"?(Xu(150,C),B):(k=B(...x.map(Q=>typeof Q=="function"?Q(F):Q)),I&&(I=I.provide(Q=>{const ne=t(Q);return Q.reduce((D,j)=>{if(j===$||($==null?void 0:$.startsWith(`${j}(`))){const oe=Dp(k,j);D[j]=()=>oe}else D[j]=ne[j];return D},{})})),I?I():k)}}}else if(typeof m=="string"){if(m==="true")return!0;if(m==="false")return!1;if(m==="undefined")return;if(kp(m))return Ep(m.substring(1,m.length-1));if(!isNaN(+m))return Number(m);if(E<n.length-1)return c(m,E+1);if(m.startsWith("$")){const T=m.substring(1);return u.add(T),function(I){return T in I?I[T]():void 0}}return m}return m}const _=c(e.startsWith("$:")?e.substring(2):e),d=Array.from(u);function p(m){return t=m,Object.assign(_.bind(null,m(d)),{provide:p})}return Object.assign(_,{provide:p})}function On(e,t,u){return u?typeof u=="string"?u.split(" ").reduce((n,i)=>Object.assign(n,{[i]:!0}),{}):typeof u=="function"?On(e,t,u(t,e)):u:{}}function B1(e,t,...u){const r=u.reduce((n,i)=>{if(!i)return Zi(n);const{$reset:s,...a}=i;return Zi(s?a:Object.assign(n,a))},{});return Object.keys(e.hook.classes.dispatch({property:t,classes:r}).classes).filter(n=>r[n]).join(" ")||null}function Zi(e){const t="$remove:";let u=!1;const r=Object.keys(e).filter(n=>(e[n]&&n.startsWith(t)&&(u=!0),e[n]));return r.length>1&&u&&r.filter(i=>i.startsWith(t)).map(i=>{const s=i.substring(t.length);e[s]=!1,e[i]=!1}),e}function j1(e,t,u){const r=Ir(e);r?r.setErrors(t,u):Xu(651,e)}function H1(e,t=!0){const u=Ir(e);u?u.clearErrors(t):Xu(652,e)}var Yn="1.6.9";const Qu=(e,t)=>{const u=e.__vccOpts||e;for(const[r,n]of t)u[r]=n;return u},K1={class:"card mb-3"},W1={class:"card-body"},Z1={class:"row"},G1={class:"col-md-8"},J1={class:"col-md-4"},Y1={class:"figure ms-3 mt-2"},X1=["src"],Q1={__name:"AchievementImage",props:ps({help:{type:String,default:"An image that represents the credential. Must be a PNG or SVG image."}},{modelValue:{default:{id:"",type:"",caption:""}},modelModifiers:{}}),emits:ps(["update:modelValue"],["update:modelValue"]),setup(e,{emit:t}){const u=e,r=Ke(e,"modelValue"),n=pe(""),i=pe(""),s=pe("");Sr(()=>{s.value=r.value.id||null,i.value=r.value.caption||null,s.value&&(r.value.type="Image")}),Ie(i,o=>{r.value.caption=o}),Ie(s,o=>{r.value.id=o,r.value.type=o?"Image":null,r.value.caption=o?i.value:null}),Ie(n,o=>{o&&(s.value=o)});function a(o){if(Object.keys(o).length===0){n.value=null;return}const l=o[0].file,c=new FileReader;c.onerror=f=>{n.value=null},c.onload=f=>{if(n.value=c.result,n.value.substring(0,11)!=="data:image/")return n.value=null,!1;Ir("ob3-file-upload-input").context.handlers.resetFiles(f)};try{c.readAsDataURL(l)}catch{n.value=null}}return(o,l)=>{const c=ze("FormKit");return te(),Ee("div",K1,[l[5]||(l[5]=L("div",{class:"card-header"}," Image for the Credential ",-1)),L("div",W1,[R(c,{type:"group",name:"image"},{default:xe(()=>[L("div",Z1,[L("div",G1,[R(c,{label:"ID",type:"innerLabelTextInput",modelValue:s.value,"onUpdate:modelValue":l[0]||(l[0]=f=>s.value=f),name:"id",help:u.help+" Can be a URL or data URI.","inner-class":"input-group","label-class":"input-group-text",validation:"uri","validation-messages":{uri:"Please enter a valid URL or upload an image."}},null,8,["modelValue","help"]),R(c,{type:"hidden",name:"type",value:"Image"})]),L("div",J1,[R(c,{label:"Upload Image",type:"file",id:"ob3-file-upload-input",accept:"image/png, image/svg+xml","inner-class":"d-none","label-class":"btn btn-secondary",help:"You can upload an image to save it as a data URI.",onInput:a,ignore:"true"},{fileList:xe(()=>l[2]||(l[2]=[])),noFiles:xe(()=>l[3]||(l[3]=[])),_:1})])]),Vt(R(c,{label:"Caption",type:"innerLabelTextInput",modelValue:i.value,"onUpdate:modelValue":l[1]||(l[1]=f=>i.value=f),name:"caption",help:"A caption for the image.","inner-class":"input-group","label-class":"input-group-text"},null,8,["modelValue"]),[[_u,s.value]]),Vt(L("figure",Y1,[L("img",{src:s.value,alt:"Image preview",class:"img-thumbnail figure-img img-fluid rounded",id:"cm-image-thumbnail"},null,8,X1),l[4]||(l[4]=L("figcaption",{class:"figure-caption text-center"},"Image preview",-1))],512),[[_u,s.value]])]),_:1})])])}}},Cc=Qu(Q1,[["__scopeId","data-v-33960540"]]),eh={__name:"AchievementType",props:{modelValue:{default:""},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue"),u=pe(""),r=pe("");return Ju(()=>{if(t.value&&t.value.substring(0,4)==="ext:"){u.value="other",r.value=t.value.substring(4);return}u.value=t.value?t.value:"",r.value=""}),Ie(u,n=>{if(n==="other"){t.value="ext:"+r.value;return}t.value=n}),Ie(r,n=>{if(u.value==="other"){t.value="ext:"+n;return}t.value=u.value}),(n,i)=>{const s=ze("FormKit");return te(),Ee(Ue,null,[R(s,{type:"hidden",name:"achievementType",modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=a=>t.value=a)},null,8,["modelValue"]),R(s,{type:"select",label:"Credential Type",modelValue:u.value,"onUpdate:modelValue":i[1]||(i[1]=a=>u.value=a),name:"achievementTypeInput",ignore:"true","input-class":"$reset formkit-input form-select","inner-class":"",placeholder:"Select the Credential Type",help:"The type of the credential",options:{"":"Select the Credential Type",Achievement:"Achievement",ApprenticeshipCertificate:"Apprenticeship Certificate",Assessment:"Assessment",Assignment:"Assignment",AssociateDegree:"Associate Degree",Award:"Award",Badge:"Badge",BachelorDegree:"Bachelor Degree",Certificate:"Certificate",CertificateOfCompletion:"Certificate Of Completion",Certification:"Certification",CommunityService:"Community Service",Competency:"Competency",Course:"Course",CoCurricular:"Co-Curricular",Degree:"Degree",Diploma:"Diploma",DoctoralDegree:"Doctoral Degree",Fieldwork:"Fieldwork",GeneralEducationDevelopment:"General Education Development",JourneymanCertificate:"Journeyman Certificate",LearningProgram:"Learning Program",License:"License",Membership:"Membership",ProfessionalDoctorate:"Professional Doctorate",QualityAssuranceCredential:"Quality Assurance Credential",MasterCertificate:"Master Certificate",MasterDegree:"Master Degree",MicroCredential:"Micro Credential",ResearchDoctorate:"Research Doctorate",SecondarySchoolDiploma:"Secondary School Diploma",other:"Other (ext:)"}},null,8,["modelValue"]),u.value==="other"?(te(),Me(s,{key:0,type:"innerLabelTextInput",label:"Extended Type",modelValue:r.value,"onUpdate:modelValue":i[2]||(i[2]=a=>r.value=a),name:"typeExt",ignore:"true","aria-label":"Extended Alignment Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"],["required"]],help:"Extended value for Credential Type"},{prefix:xe(()=>i[3]||(i[3]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1},8,["modelValue"])):lt("",!0)],64)}}},th=Qu(eh,[["__scopeId","data-v-0b3af11e"]]),ho={};function uh(e){let t=ho[e];if(t)return t;t=ho[e]=[];for(let u=0;u<128;u++){const r=String.fromCharCode(u);t.push(r)}for(let u=0;u<e.length;u++){const r=e.charCodeAt(u);t[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2)}return t}function Er(e,t){typeof t!="string"&&(t=Er.defaultChars);const u=uh(t);return e.replace(/(%[a-f0-9]{2})+/gi,function(r){let n="";for(let i=0,s=r.length;i<s;i+=3){const a=parseInt(r.slice(i+1,i+3),16);if(a<128){n+=u[a];continue}if((a&224)===192&&i+3<s){const o=parseInt(r.slice(i+4,i+6),16);if((o&192)===128){const l=a<<6&1984|o&63;l<128?n+="��":n+=String.fromCharCode(l),i+=3;continue}}if((a&240)===224&&i+6<s){const o=parseInt(r.slice(i+4,i+6),16),l=parseInt(r.slice(i+7,i+9),16);if((o&192)===128&&(l&192)===128){const c=a<<12&61440|o<<6&4032|l&63;c<2048||c>=55296&&c<=57343?n+="���":n+=String.fromCharCode(c),i+=6;continue}}if((a&248)===240&&i+9<s){const o=parseInt(r.slice(i+4,i+6),16),l=parseInt(r.slice(i+7,i+9),16),c=parseInt(r.slice(i+10,i+12),16);if((o&192)===128&&(l&192)===128&&(c&192)===128){let f=a<<18&1835008|o<<12&258048|l<<6&4032|c&63;f<65536||f>1114111?n+="����":(f-=65536,n+=String.fromCharCode(55296+(f>>10),56320+(f&1023))),i+=9;continue}}n+="�"}return n})}Er.defaultChars=";/?:@&=+$,#";Er.componentChars="";const mo={};function rh(e){let t=mo[e];if(t)return t;t=mo[e]=[];for(let u=0;u<128;u++){const r=String.fromCharCode(u);/^[0-9a-z]$/i.test(r)?t.push(r):t.push("%"+("0"+u.toString(16).toUpperCase()).slice(-2))}for(let u=0;u<e.length;u++)t[e.charCodeAt(u)]=e[u];return t}function mn(e,t,u){typeof t!="string"&&(u=t,t=mn.defaultChars),typeof u>"u"&&(u=!0);const r=rh(t);let n="";for(let i=0,s=e.length;i<s;i++){const a=e.charCodeAt(i);if(u&&a===37&&i+2<s&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3))){n+=e.slice(i,i+3),i+=2;continue}if(a<128){n+=r[a];continue}if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&i+1<s){const o=e.charCodeAt(i+1);if(o>=56320&&o<=57343){n+=encodeURIComponent(e[i]+e[i+1]),i++;continue}}n+="%EF%BF%BD";continue}n+=encodeURIComponent(e[i])}return n}mn.defaultChars=";/?:@&=+$,-_.!~*'()#";mn.componentChars="-_.!~*'()";function aa(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function Xn(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const nh=/^([a-z0-9.+-]+:)/i,ih=/:[0-9]*$/,sh=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,ah=["<",">",'"',"`"," ","\r",`
|
|
18
|
+
`," "],oh=["{","}","|","\\","^","`"].concat(ah),lh=["'"].concat(oh),bo=["%","/","?",";","#"].concat(lh),go=["/","?","#"],ch=255,_o=/^[+a-z0-9A-Z_-]{0,63}$/,fh=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,yo={javascript:!0,"javascript:":!0},vo={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function oa(e,t){if(e&&e instanceof Xn)return e;const u=new Xn;return u.parse(e,t),u}Xn.prototype.parse=function(e,t){let u,r,n,i=e;if(i=i.trim(),!t&&e.split("#").length===1){const l=sh.exec(i);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}let s=nh.exec(i);if(s&&(s=s[0],u=s.toLowerCase(),this.protocol=s,i=i.substr(s.length)),(t||s||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(n=i.substr(0,2)==="//",n&&!(s&&yo[s])&&(i=i.substr(2),this.slashes=!0)),!yo[s]&&(n||s&&!vo[s])){let l=-1;for(let p=0;p<go.length;p++)r=i.indexOf(go[p]),r!==-1&&(l===-1||r<l)&&(l=r);let c,f;l===-1?f=i.lastIndexOf("@"):f=i.lastIndexOf("@",l),f!==-1&&(c=i.slice(0,f),i=i.slice(f+1),this.auth=c),l=-1;for(let p=0;p<bo.length;p++)r=i.indexOf(bo[p]),r!==-1&&(l===-1||r<l)&&(l=r);l===-1&&(l=i.length),i[l-1]===":"&&l--;const _=i.slice(0,l);i=i.slice(l),this.parseHost(_),this.hostname=this.hostname||"";const d=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!d){const p=this.hostname.split(/\./);for(let m=0,E=p.length;m<E;m++){const C=p[m];if(C&&!C.match(_o)){let $="";for(let T=0,k=C.length;T<k;T++)C.charCodeAt(T)>127?$+="x":$+=C[T];if(!$.match(_o)){const T=p.slice(0,m),k=p.slice(m+1),I=C.match(fh);I&&(T.push(I[1]),k.unshift(I[2])),k.length&&(i=k.join(".")+i),this.hostname=T.join(".");break}}}}this.hostname.length>ch&&(this.hostname=""),d&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const a=i.indexOf("#");a!==-1&&(this.hash=i.substr(a),i=i.slice(0,a));const o=i.indexOf("?");return o!==-1&&(this.search=i.substr(o),i=i.slice(0,o)),i&&(this.pathname=i),vo[u]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Xn.prototype.parseHost=function(e){let t=ih.exec(e);t&&(t=t[0],t!==":"&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const dh=Object.freeze(Object.defineProperty({__proto__:null,decode:Er,encode:mn,format:aa,parse:oa},Symbol.toStringTag,{value:"Module"})),kc=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Ec=/[\0-\x1F\x7F-\x9F]/,ph=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,la=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Ac=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,Dc=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,hh=Object.freeze(Object.defineProperty({__proto__:null,Any:kc,Cc:Ec,Cf:ph,P:la,S:Ac,Z:Dc},Symbol.toStringTag,{value:"Module"})),mh=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),bh=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var Gi;const gh=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),_h=(Gi=String.fromCodePoint)!==null&&Gi!==void 0?Gi:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function yh(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=gh.get(e))!==null&&t!==void 0?t:e}var He;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(He||(He={}));const vh=32;var Fu;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Fu||(Fu={}));function Ds(e){return e>=He.ZERO&&e<=He.NINE}function xh(e){return e>=He.UPPER_A&&e<=He.UPPER_F||e>=He.LOWER_A&&e<=He.LOWER_F}function Ch(e){return e>=He.UPPER_A&&e<=He.UPPER_Z||e>=He.LOWER_A&&e<=He.LOWER_Z||Ds(e)}function kh(e){return e===He.EQUALS||Ch(e)}var je;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(je||(je={}));var wu;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(wu||(wu={}));class Eh{constructor(t,u,r){this.decodeTree=t,this.emitCodePoint=u,this.errors=r,this.state=je.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=wu.Strict}startEntity(t){this.decodeMode=t,this.state=je.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,u){switch(this.state){case je.EntityStart:return t.charCodeAt(u)===He.NUM?(this.state=je.NumericStart,this.consumed+=1,this.stateNumericStart(t,u+1)):(this.state=je.NamedEntity,this.stateNamedEntity(t,u));case je.NumericStart:return this.stateNumericStart(t,u);case je.NumericDecimal:return this.stateNumericDecimal(t,u);case je.NumericHex:return this.stateNumericHex(t,u);case je.NamedEntity:return this.stateNamedEntity(t,u)}}stateNumericStart(t,u){return u>=t.length?-1:(t.charCodeAt(u)|vh)===He.LOWER_X?(this.state=je.NumericHex,this.consumed+=1,this.stateNumericHex(t,u+1)):(this.state=je.NumericDecimal,this.stateNumericDecimal(t,u))}addToNumericResult(t,u,r,n){if(u!==r){const i=r-u;this.result=this.result*Math.pow(n,i)+parseInt(t.substr(u,i),n),this.consumed+=i}}stateNumericHex(t,u){const r=u;for(;u<t.length;){const n=t.charCodeAt(u);if(Ds(n)||xh(n))u+=1;else return this.addToNumericResult(t,r,u,16),this.emitNumericEntity(n,3)}return this.addToNumericResult(t,r,u,16),-1}stateNumericDecimal(t,u){const r=u;for(;u<t.length;){const n=t.charCodeAt(u);if(Ds(n))u+=1;else return this.addToNumericResult(t,r,u,10),this.emitNumericEntity(n,2)}return this.addToNumericResult(t,r,u,10),-1}emitNumericEntity(t,u){var r;if(this.consumed<=u)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===He.SEMI)this.consumed+=1;else if(this.decodeMode===wu.Strict)return 0;return this.emitCodePoint(yh(this.result),this.consumed),this.errors&&(t!==He.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,u){const{decodeTree:r}=this;let n=r[this.treeIndex],i=(n&Fu.VALUE_LENGTH)>>14;for(;u<t.length;u++,this.excess++){const s=t.charCodeAt(u);if(this.treeIndex=Ah(r,n,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return this.result===0||this.decodeMode===wu.Attribute&&(i===0||kh(s))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],i=(n&Fu.VALUE_LENGTH)>>14,i!==0){if(s===He.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==wu.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:u,decodeTree:r}=this,n=(r[u]&Fu.VALUE_LENGTH)>>14;return this.emitNamedEntityData(u,n,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,u,r){const{decodeTree:n}=this;return this.emitCodePoint(u===1?n[t]&~Fu.VALUE_LENGTH:n[t+1],r),u===3&&this.emitCodePoint(n[t+2],r),r}end(){var t;switch(this.state){case je.NamedEntity:return this.result!==0&&(this.decodeMode!==wu.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case je.NumericDecimal:return this.emitNumericEntity(0,2);case je.NumericHex:return this.emitNumericEntity(0,3);case je.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case je.EntityStart:return 0}}}function $c(e){let t="";const u=new Eh(e,r=>t+=_h(r));return function(n,i){let s=0,a=0;for(;(a=n.indexOf("&",a))>=0;){t+=n.slice(s,a),u.startEntity(i);const l=u.write(n,a+1);if(l<0){s=a+u.end();break}s=a+l,a=l===0?s+1:s}const o=t+n.slice(s);return t="",o}}function Ah(e,t,u,r){const n=(t&Fu.BRANCH_LENGTH)>>7,i=t&Fu.JUMP_TABLE;if(n===0)return i!==0&&r===i?u:-1;if(i){const o=r-i;return o<0||o>=n?-1:e[u+o]-1}let s=u,a=s+n-1;for(;s<=a;){const o=s+a>>>1,l=e[o];if(l<r)s=o+1;else if(l>r)a=o-1;else return e[o+n]}return-1}const Dh=$c(mh);$c(bh);function wc(e,t=wu.Legacy){return Dh(e,t)}function $h(e){return Object.prototype.toString.call(e)}function ca(e){return $h(e)==="[object String]"}const wh=Object.prototype.hasOwnProperty;function Fh(e,t){return wh.call(e,t)}function Di(e){return Array.prototype.slice.call(arguments,1).forEach(function(u){if(u){if(typeof u!="object")throw new TypeError(u+"must be object");Object.keys(u).forEach(function(r){e[r]=u[r]})}}),e}function Fc(e,t,u){return[].concat(e.slice(0,t),u,e.slice(t+1))}function fa(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534||e>=0&&e<=8||e===11||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function Qn(e){if(e>65535){e-=65536;const t=55296+(e>>10),u=56320+(e&1023);return String.fromCharCode(t,u)}return String.fromCharCode(e)}const Sc=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Sh=/&([a-z#][a-z0-9]{1,31});/gi,Th=new RegExp(Sc.source+"|"+Sh.source,"gi"),Ih=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Rh(e,t){if(t.charCodeAt(0)===35&&Ih.test(t)){const r=t[1].toLowerCase()==="x"?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return fa(r)?Qn(r):e}const u=wc(e);return u!==e?u:e}function Oh(e){return e.indexOf("\\")<0?e:e.replace(Sc,"$1")}function Ar(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Th,function(t,u,r){return u||Rh(t,r)})}const Ph=/[&<>"]/,Mh=/[&<>"]/g,Vh={"&":"&","<":"<",">":">",'"':"""};function Lh(e){return Vh[e]}function Iu(e){return Ph.test(e)?e.replace(Mh,Lh):e}const Nh=/[.?*+^$[\]\\(){}|-]/g;function qh(e){return e.replace(Nh,"\\$&")}function Ae(e){switch(e){case 9:case 32:return!0}return!1}function sn(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function an(e){return la.test(e)||Ac.test(e)}function on(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function $i(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const zh={mdurl:dh,ucmicro:hh},Uh=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:Fc,assign:Di,escapeHtml:Iu,escapeRE:qh,fromCodePoint:Qn,has:Fh,isMdAsciiPunct:on,isPunctChar:an,isSpace:Ae,isString:ca,isValidEntityCode:fa,isWhiteSpace:sn,lib:zh,normalizeReference:$i,unescapeAll:Ar,unescapeMd:Oh},Symbol.toStringTag,{value:"Module"}));function Bh(e,t,u){let r,n,i,s;const a=e.posMax,o=e.pos;for(e.pos=t+1,r=1;e.pos<a;){if(i=e.src.charCodeAt(e.pos),i===93&&(r--,r===0)){n=!0;break}if(s=e.pos,e.md.inline.skipToken(e),i===91){if(s===e.pos-1)r++;else if(u)return e.pos=o,-1}}let l=-1;return n&&(l=e.pos),e.pos=o,l}function jh(e,t,u){let r,n=t;const i={ok:!1,pos:0,str:""};if(e.charCodeAt(n)===60){for(n++;n<u;){if(r=e.charCodeAt(n),r===10||r===60)return i;if(r===62)return i.pos=n+1,i.str=Ar(e.slice(t+1,n)),i.ok=!0,i;if(r===92&&n+1<u){n+=2;continue}n++}return i}let s=0;for(;n<u&&(r=e.charCodeAt(n),!(r===32||r<32||r===127));){if(r===92&&n+1<u){if(e.charCodeAt(n+1)===32)break;n+=2;continue}if(r===40&&(s++,s>32))return i;if(r===41){if(s===0)break;s--}n++}return t===n||s!==0||(i.str=Ar(e.slice(t,n)),i.pos=n,i.ok=!0),i}function Hh(e,t,u,r){let n,i=t;const s={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(r)s.str=r.str,s.marker=r.marker;else{if(i>=u)return s;let a=e.charCodeAt(i);if(a!==34&&a!==39&&a!==40)return s;t++,i++,a===40&&(a=41),s.marker=a}for(;i<u;){if(n=e.charCodeAt(i),n===s.marker)return s.pos=i+1,s.str+=Ar(e.slice(t,i)),s.ok=!0,s;if(n===40&&s.marker===41)return s;n===92&&i+1<u&&i++,i++}return s.can_continue=!0,s.str+=Ar(e.slice(t,i)),s}const Kh=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:jh,parseLinkLabel:Bh,parseLinkTitle:Hh},Symbol.toStringTag,{value:"Module"})),iu={};iu.code_inline=function(e,t,u,r,n){const i=e[t];return"<code"+n.renderAttrs(i)+">"+Iu(i.content)+"</code>"};iu.code_block=function(e,t,u,r,n){const i=e[t];return"<pre"+n.renderAttrs(i)+"><code>"+Iu(e[t].content)+`</code></pre>
|
|
19
|
+
`};iu.fence=function(e,t,u,r,n){const i=e[t],s=i.info?Ar(i.info).trim():"";let a="",o="";if(s){const c=s.split(/(\s+)/g);a=c[0],o=c.slice(2).join("")}let l;if(u.highlight?l=u.highlight(i.content,a,o)||Iu(i.content):l=Iu(i.content),l.indexOf("<pre")===0)return l+`
|
|
20
|
+
`;if(s){const c=i.attrIndex("class"),f=i.attrs?i.attrs.slice():[];c<0?f.push(["class",u.langPrefix+a]):(f[c]=f[c].slice(),f[c][1]+=" "+u.langPrefix+a);const _={attrs:f};return`<pre><code${n.renderAttrs(_)}>${l}</code></pre>
|
|
21
21
|
`}return`<pre><code${n.renderAttrs(i)}>${l}</code></pre>
|
|
22
|
-
`};
|
|
22
|
+
`};iu.image=function(e,t,u,r,n){const i=e[t];return i.attrs[i.attrIndex("alt")][1]=n.renderInlineAsText(i.children,u,r),n.renderToken(e,t,u)};iu.hardbreak=function(e,t,u){return u.xhtmlOut?`<br />
|
|
23
23
|
`:`<br>
|
|
24
|
-
`};
|
|
24
|
+
`};iu.softbreak=function(e,t,u){return u.breaks?u.xhtmlOut?`<br />
|
|
25
25
|
`:`<br>
|
|
26
26
|
`:`
|
|
27
|
-
`};
|
|
28
|
-
`),i+=(n.nesting===-1?"</":"<")+n.tag,i+=this.renderAttrs(n),n.nesting===0&&r.xhtmlOut&&(i+=" /");let s=!1;if(n.block&&(s=!0,n.nesting===1&&u+1<t.length)){const
|
|
29
|
-
`:">",i};
|
|
30
|
-
`;break}return r};
|
|
31
|
-
`),t=t.replace(sm,"�"),e.src=t}function am(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function lm(e){const t=e.tokens;for(let u=0,r=t.length;u<r;u++){const n=t[u];n.type==="inline"&&e.md.inline.parse(n.content,e.md,e.env,n.children)}}function cm(e){return/^<a[>\s]/i.test(e)}function fm(e){return/^<\/a\s*>/i.test(e)}function dm(e){const t=e.tokens;if(e.md.options.linkify)for(let u=0,r=t.length;u<r;u++){if(t[u].type!=="inline"||!e.md.linkify.pretest(t[u].content))continue;let n=t[u].children,i=0;for(let s=n.length-1;s>=0;s--){const o=n[s];if(o.type==="link_close"){for(s--;n[s].level!==o.level&&n[s].type!=="link_open";)s--;continue}if(o.type==="html_inline"&&(cm(o.content)&&i>0&&i--,fm(o.content)&&i++),!(i>0)&&o.type==="text"&&e.md.linkify.test(o.content)){const a=o.content;let l=e.md.linkify.match(a);const c=[];let f=o.level,g=0;l.length>0&&l[0].index===0&&s>0&&n[s-1].type==="text_special"&&(l=l.slice(1));for(let h=0;h<l.length;h++){const d=l[h].url,b=e.md.normalizeLink(d);if(!e.md.validateLink(b))continue;let E=l[h].text;l[h].schema?l[h].schema==="mailto:"&&!/^mailto:/i.test(E)?E=e.md.normalizeLinkText("mailto:"+E).replace(/^mailto:/,""):E=e.md.normalizeLinkText(E):E=e.md.normalizeLinkText("http://"+E).replace(/^http:\/\//,"");const k=l[h].index;if(k>g){const T=new e.Token("text","",0);T.content=a.slice(g,k),T.level=f,c.push(T)}const w=new e.Token("link_open","a",1);w.attrs=[["href",b]],w.level=f++,w.markup="linkify",w.info="auto",c.push(w);const I=new e.Token("text","",0);I.content=E,I.level=f,c.push(I);const C=new e.Token("link_close","a",-1);C.level=--f,C.markup="linkify",C.info="auto",c.push(C),g=l[h].lastIndex}if(g<a.length){const h=new e.Token("text","",0);h.content=a.slice(g),h.level=f,c.push(h)}t[u].children=n=Nc(n,s,c)}}}}const Uc=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,pm=/\((c|tm|r)\)/i,hm=/\((c|tm|r)\)/ig,mm={c:"©",r:"®",tm:"™"};function bm(e,t){return mm[t.toLowerCase()]}function gm(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];r.type==="text"&&!t&&(r.content=r.content.replace(hm,bm)),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function _m(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];r.type==="text"&&!t&&Uc.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function vm(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(pm.test(e.tokens[t].content)&&gm(e.tokens[t].children),Uc.test(e.tokens[t].content)&&_m(e.tokens[t].children))}const ym=/['"]/,Ta=/['"]/g,Ia="’";function Sn(e,t,u){return e.slice(0,t)+u+e.slice(t+1)}function xm(e,t){let u;const r=[];for(let n=0;n<e.length;n++){const i=e[n],s=e[n].level;for(u=r.length-1;u>=0&&!(r[u].level<=s);u--);if(r.length=u+1,i.type!=="text")continue;let o=i.content,a=0,l=o.length;e:for(;a<l;){Ta.lastIndex=a;const c=Ta.exec(o);if(!c)break;let f=!0,g=!0;a=c.index+1;const h=c[0]==="'";let d=32;if(c.index-1>=0)d=o.charCodeAt(c.index-1);else for(u=n-1;u>=0&&!(e[u].type==="softbreak"||e[u].type==="hardbreak");u--)if(e[u].content){d=e[u].content.charCodeAt(e[u].content.length-1);break}let b=32;if(a<l)b=o.charCodeAt(a);else for(u=n+1;u<e.length&&!(e[u].type==="softbreak"||e[u].type==="hardbreak");u++)if(e[u].content){b=e[u].content.charCodeAt(0);break}const E=an(d)||on(String.fromCharCode(d)),k=an(b)||on(String.fromCharCode(b)),w=sn(d),I=sn(b);if(I?f=!1:k&&(w||E||(f=!1)),w?g=!1:E&&(I||k||(g=!1)),b===34&&c[0]==='"'&&d>=48&&d<=57&&(g=f=!1),f&&g&&(f=E,g=k),!f&&!g){h&&(i.content=Sn(i.content,c.index,Ia));continue}if(g)for(u=r.length-1;u>=0;u--){let C=r[u];if(r[u].level<s)break;if(C.single===h&&r[u].level===s){C=r[u];let T,x;h?(T=t.md.options.quotes[2],x=t.md.options.quotes[3]):(T=t.md.options.quotes[0],x=t.md.options.quotes[1]),i.content=Sn(i.content,c.index,x),e[C.token].content=Sn(e[C.token].content,C.pos,T),a+=x.length-1,C.token===n&&(a+=T.length-1),o=i.content,l=o.length,r.length=u;continue e}}f?r.push({token:n,pos:c.index,single:h,level:s}):g&&h&&(i.content=Sn(i.content,c.index,Ia))}}}function Cm(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!ym.test(e.tokens[t].content)||xm(e.tokens[t].children,e)}function km(e){let t,u;const r=e.tokens,n=r.length;for(let i=0;i<n;i++){if(r[i].type!=="inline")continue;const s=r[i].children,o=s.length;for(t=0;t<o;t++)s[t].type==="text_special"&&(s[t].type="text");for(t=u=0;t<o;t++)s[t].type==="text"&&t+1<o&&s[t+1].type==="text"?s[t+1].content=s[t].content+s[t+1].content:(t!==u&&(s[u]=s[t]),u++);t!==u&&(s.length=u)}}const Qi=[["normalize",om],["block",am],["inline",lm],["linkify",dm],["replacements",vm],["smartquotes",Cm],["text_join",km]];function yo(){this.ruler=new mt;for(let e=0;e<Qi.length;e++)this.ruler.push(Qi[e][0],Qi[e][1])}yo.prototype.process=function(e){const t=this.ruler.getRules("");for(let u=0,r=t.length;u<r;u++)t[u](e)};yo.prototype.State=zc;function nu(e,t,u,r){this.src=e,this.md=t,this.env=u,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const n=this.src;for(let i=0,s=0,o=0,a=0,l=n.length,c=!1;s<l;s++){const f=n.charCodeAt(s);if(!c)if(Ae(f)){o++,f===9?a+=4-a%4:a++;continue}else c=!0;(f===10||s===l-1)&&(f!==10&&s++,this.bMarks.push(i),this.eMarks.push(s),this.tShift.push(o),this.sCount.push(a),this.bsCount.push(0),c=!1,o=0,a=0,i=s+1)}this.bMarks.push(n.length),this.eMarks.push(n.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}nu.prototype.push=function(e,t,u){const r=new qt(e,t,u);return r.block=!0,u<0&&this.level--,r.level=this.level,u>0&&this.level++,this.tokens.push(r),r};nu.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]};nu.prototype.skipEmptyLines=function(t){for(let u=this.lineMax;t<u&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t};nu.prototype.skipSpaces=function(t){for(let u=this.src.length;t<u;t++){const r=this.src.charCodeAt(t);if(!Ae(r))break}return t};nu.prototype.skipSpacesBack=function(t,u){if(t<=u)return t;for(;t>u;)if(!Ae(this.src.charCodeAt(--t)))return t+1;return t};nu.prototype.skipChars=function(t,u){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===u;t++);return t};nu.prototype.skipCharsBack=function(t,u,r){if(t<=r)return t;for(;t>r;)if(u!==this.src.charCodeAt(--t))return t+1;return t};nu.prototype.getLines=function(t,u,r,n){if(t>=u)return"";const i=new Array(u-t);for(let s=0,o=t;o<u;o++,s++){let a=0;const l=this.bMarks[o];let c=l,f;for(o+1<u||n?f=this.eMarks[o]+1:f=this.eMarks[o];c<f&&a<r;){const g=this.src.charCodeAt(c);if(Ae(g))g===9?a+=4-(a+this.bsCount[o])%4:a++;else if(c-l<this.tShift[o])a++;else break;c++}a>r?i[s]=new Array(a-r+1).join(" ")+this.src.slice(c,f):i[s]=this.src.slice(c,f)}return i.join("")};nu.prototype.Token=qt;const Em=65536;function es(e,t){const u=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(u,r)}function Ra(e){const t=[],u=e.length;let r=0,n=e.charCodeAt(r),i=!1,s=0,o="";for(;r<u;)n===124&&(i?(o+=e.substring(s,r-1),s=r):(t.push(o+e.substring(s,r)),o="",s=r+1)),i=n===92,r++,n=e.charCodeAt(r);return t.push(o+e.substring(s)),t}function Am(e,t,u,r){if(t+2>u)return!1;let n=t+1;if(e.sCount[n]<e.blkIndent||e.sCount[n]-e.blkIndent>=4)return!1;let i=e.bMarks[n]+e.tShift[n];if(i>=e.eMarks[n])return!1;const s=e.src.charCodeAt(i++);if(s!==124&&s!==45&&s!==58||i>=e.eMarks[n])return!1;const o=e.src.charCodeAt(i++);if(o!==124&&o!==45&&o!==58&&!Ae(o)||s===45&&Ae(o))return!1;for(;i<e.eMarks[n];){const C=e.src.charCodeAt(i);if(C!==124&&C!==45&&C!==58&&!Ae(C))return!1;i++}let a=es(e,t+1),l=a.split("|");const c=[];for(let C=0;C<l.length;C++){const T=l[C].trim();if(!T){if(C===0||C===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(T))return!1;T.charCodeAt(T.length-1)===58?c.push(T.charCodeAt(0)===58?"center":"right"):T.charCodeAt(0)===58?c.push("left"):c.push("")}if(a=es(e,t).trim(),a.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4)return!1;l=Ra(a),l.length&&l[0]===""&&l.shift(),l.length&&l[l.length-1]===""&&l.pop();const f=l.length;if(f===0||f!==c.length)return!1;if(r)return!0;const g=e.parentType;e.parentType="table";const h=e.md.block.ruler.getRules("blockquote"),d=e.push("table_open","table",1),b=[t,0];d.map=b;const E=e.push("thead_open","thead",1);E.map=[t,t+1];const k=e.push("tr_open","tr",1);k.map=[t,t+1];for(let C=0;C<l.length;C++){const T=e.push("th_open","th",1);c[C]&&(T.attrs=[["style","text-align:"+c[C]]]);const x=e.push("inline","",0);x.content=l[C].trim(),x.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let w,I=0;for(n=t+2;n<u&&!(e.sCount[n]<e.blkIndent);n++){let C=!1;for(let x=0,F=h.length;x<F;x++)if(h[x](e,n,u,!0)){C=!0;break}if(C||(a=es(e,n).trim(),!a)||e.sCount[n]-e.blkIndent>=4||(l=Ra(a),l.length&&l[0]===""&&l.shift(),l.length&&l[l.length-1]===""&&l.pop(),I+=f-l.length,I>Em))break;if(n===t+2){const x=e.push("tbody_open","tbody",1);x.map=w=[t+2,0]}const T=e.push("tr_open","tr",1);T.map=[n,n+1];for(let x=0;x<f;x++){const F=e.push("td_open","td",1);c[x]&&(F.attrs=[["style","text-align:"+c[x]]]);const B=e.push("inline","",0);B.content=l[x]?l[x].trim():"",B.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return w&&(e.push("tbody_close","tbody",-1),w[1]=n),e.push("table_close","table",-1),b[1]=n,e.parentType=g,e.line=n,!0}function $m(e,t,u){if(e.sCount[t]-e.blkIndent<4)return!1;let r=t+1,n=r;for(;r<u;){if(e.isEmpty(r)){r++;continue}if(e.sCount[r]-e.blkIndent>=4){r++,n=r;continue}break}e.line=n;const i=e.push("code_block","code",0);return i.content=e.getLines(t,n,4+e.blkIndent,!1)+`
|
|
32
|
-
`,i.map=[t,e.line],!0}function Dm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||n+3>i)return!1;const s=e.src.charCodeAt(n);if(s!==126&&s!==96)return!1;let o=n;n=e.skipChars(n,s);let a=n-o;if(a<3)return!1;const l=e.src.slice(o,n),c=e.src.slice(n,i);if(s===96&&c.indexOf(String.fromCharCode(s))>=0)return!1;if(r)return!0;let f=t,g=!1;for(;f++,!(f>=u||(n=o=e.bMarks[f]+e.tShift[f],i=e.eMarks[f],n<i&&e.sCount[f]<e.blkIndent));)if(e.src.charCodeAt(n)===s&&!(e.sCount[f]-e.blkIndent>=4)&&(n=e.skipChars(n,s),!(n-o<a)&&(n=e.skipSpaces(n),!(n<i)))){g=!0;break}a=e.sCount[t],e.line=f+(g?1:0);const h=e.push("fence","code",0);return h.info=c,h.content=e.getLines(t+1,f,a,!0),h.markup=l,h.map=[t,e.line],!0}function wm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];const s=e.lineMax;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(n)!==62)return!1;if(r)return!0;const o=[],a=[],l=[],c=[],f=e.md.block.ruler.getRules("blockquote"),g=e.parentType;e.parentType="blockquote";let h=!1,d;for(d=t;d<u;d++){const I=e.sCount[d]<e.blkIndent;if(n=e.bMarks[d]+e.tShift[d],i=e.eMarks[d],n>=i)break;if(e.src.charCodeAt(n++)===62&&!I){let T=e.sCount[d]+1,x,F;e.src.charCodeAt(n)===32?(n++,T++,F=!1,x=!0):e.src.charCodeAt(n)===9?(x=!0,(e.bsCount[d]+T)%4===3?(n++,T++,F=!1):F=!0):x=!1;let B=T;for(o.push(e.bMarks[d]),e.bMarks[d]=n;n<i;){const X=e.src.charCodeAt(n);if(Ae(X))X===9?B+=4-(B+e.bsCount[d]+(F?1:0))%4:B++;else break;n++}h=n>=i,a.push(e.bsCount[d]),e.bsCount[d]=e.sCount[d]+1+(x?1:0),l.push(e.sCount[d]),e.sCount[d]=B-T,c.push(e.tShift[d]),e.tShift[d]=n-e.bMarks[d];continue}if(h)break;let C=!1;for(let T=0,x=f.length;T<x;T++)if(f[T](e,d,u,!0)){C=!0;break}if(C){e.lineMax=d,e.blkIndent!==0&&(o.push(e.bMarks[d]),a.push(e.bsCount[d]),c.push(e.tShift[d]),l.push(e.sCount[d]),e.sCount[d]-=e.blkIndent);break}o.push(e.bMarks[d]),a.push(e.bsCount[d]),c.push(e.tShift[d]),l.push(e.sCount[d]),e.sCount[d]=-1}const b=e.blkIndent;e.blkIndent=0;const E=e.push("blockquote_open","blockquote",1);E.markup=">";const k=[t,0];E.map=k,e.md.block.tokenize(e,t,d);const w=e.push("blockquote_close","blockquote",-1);w.markup=">",e.lineMax=s,e.parentType=g,k[1]=e.line;for(let I=0;I<c.length;I++)e.bMarks[I+t]=o[I],e.tShift[I+t]=c[I],e.sCount[I+t]=l[I],e.bsCount[I+t]=a[I];return e.blkIndent=b,!0}function Fm(e,t,u,r){const n=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.bMarks[t]+e.tShift[t];const s=e.src.charCodeAt(i++);if(s!==42&&s!==45&&s!==95)return!1;let o=1;for(;i<n;){const l=e.src.charCodeAt(i++);if(l!==s&&!Ae(l))return!1;l===s&&o++}if(o<3)return!1;if(r)return!0;e.line=t+1;const a=e.push("hr","hr",0);return a.map=[t,e.line],a.markup=Array(o+1).join(String.fromCharCode(s)),!0}function Oa(e,t){const u=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const n=e.src.charCodeAt(r++);if(n!==42&&n!==45&&n!==43)return-1;if(r<u){const i=e.src.charCodeAt(r);if(!Ae(i))return-1}return r}function Pa(e,t){const u=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];let n=u;if(n+1>=r)return-1;let i=e.src.charCodeAt(n++);if(i<48||i>57)return-1;for(;;){if(n>=r)return-1;if(i=e.src.charCodeAt(n++),i>=48&&i<=57){if(n-u>=10)return-1;continue}if(i===41||i===46)break;return-1}return n<r&&(i=e.src.charCodeAt(n),!Ae(i))?-1:n}function Sm(e,t){const u=e.level+2;for(let r=t+2,n=e.tokens.length-2;r<n;r++)e.tokens[r].level===u&&e.tokens[r].type==="paragraph_open"&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}function Tm(e,t,u,r){let n,i,s,o,a=t,l=!0;if(e.sCount[a]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[a]-e.listIndent>=4&&e.sCount[a]<e.blkIndent)return!1;let c=!1;r&&e.parentType==="paragraph"&&e.sCount[a]>=e.blkIndent&&(c=!0);let f,g,h;if((h=Pa(e,a))>=0){if(f=!0,s=e.bMarks[a]+e.tShift[a],g=Number(e.src.slice(s,h-1)),c&&g!==1)return!1}else if((h=Oa(e,a))>=0)f=!1;else return!1;if(c&&e.skipSpaces(h)>=e.eMarks[a])return!1;if(r)return!0;const d=e.src.charCodeAt(h-1),b=e.tokens.length;f?(o=e.push("ordered_list_open","ol",1),g!==1&&(o.attrs=[["start",g]])):o=e.push("bullet_list_open","ul",1);const E=[a,0];o.map=E,o.markup=String.fromCharCode(d);let k=!1;const w=e.md.block.ruler.getRules("list"),I=e.parentType;for(e.parentType="list";a<u;){i=h,n=e.eMarks[a];const C=e.sCount[a]+h-(e.bMarks[a]+e.tShift[a]);let T=C;for(;i<n;){const ae=e.src.charCodeAt(i);if(ae===9)T+=4-(T+e.bsCount[a])%4;else if(ae===32)T++;else break;i++}const x=i;let F;x>=n?F=1:F=T-C,F>4&&(F=1);const B=C+F;o=e.push("list_item_open","li",1),o.markup=String.fromCharCode(d);const X=[a,0];o.map=X,f&&(o.info=e.src.slice(s,h-1));const ne=e.tight,Q=e.tShift[a],$=e.sCount[a],j=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=B,e.tight=!0,e.tShift[a]=x-e.bMarks[a],e.sCount[a]=T,x>=n&&e.isEmpty(a+1)?e.line=Math.min(e.line+2,u):e.md.block.tokenize(e,a,u,!0),(!e.tight||k)&&(l=!1),k=e.line-a>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=j,e.tShift[a]=Q,e.sCount[a]=$,e.tight=ne,o=e.push("list_item_close","li",-1),o.markup=String.fromCharCode(d),a=e.line,X[1]=a,a>=u||e.sCount[a]<e.blkIndent||e.sCount[a]-e.blkIndent>=4)break;let H=!1;for(let ae=0,Y=w.length;ae<Y;ae++)if(w[ae](e,a,u,!0)){H=!0;break}if(H)break;if(f){if(h=Pa(e,a),h<0)break;s=e.bMarks[a]+e.tShift[a]}else if(h=Oa(e,a),h<0)break;if(d!==e.src.charCodeAt(h-1))break}return f?o=e.push("ordered_list_close","ol",-1):o=e.push("bullet_list_close","ul",-1),o.markup=String.fromCharCode(d),E[1]=a,e.line=a,e.parentType=I,l&&Sm(e,b),!0}function Im(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],s=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(n)!==91)return!1;function o(w){const I=e.lineMax;if(w>=I||e.isEmpty(w))return null;let C=!1;if(e.sCount[w]-e.blkIndent>3&&(C=!0),e.sCount[w]<0&&(C=!0),!C){const F=e.md.block.ruler.getRules("reference"),B=e.parentType;e.parentType="reference";let X=!1;for(let ne=0,Q=F.length;ne<Q;ne++)if(F[ne](e,w,I,!0)){X=!0;break}if(e.parentType=B,X)return null}const T=e.bMarks[w]+e.tShift[w],x=e.eMarks[w];return e.src.slice(T,x+1)}let a=e.src.slice(n,i+1);i=a.length;let l=-1;for(n=1;n<i;n++){const w=a.charCodeAt(n);if(w===91)return!1;if(w===93){l=n;break}else if(w===10){const I=o(s);I!==null&&(a+=I,i=a.length,s++)}else if(w===92&&(n++,n<i&&a.charCodeAt(n)===10)){const I=o(s);I!==null&&(a+=I,i=a.length,s++)}}if(l<0||a.charCodeAt(l+1)!==58)return!1;for(n=l+2;n<i;n++){const w=a.charCodeAt(n);if(w===10){const I=o(s);I!==null&&(a+=I,i=a.length,s++)}else if(!Ae(w))break}const c=e.md.helpers.parseLinkDestination(a,n,i);if(!c.ok)return!1;const f=e.md.normalizeLink(c.str);if(!e.md.validateLink(f))return!1;n=c.pos;const g=n,h=s,d=n;for(;n<i;n++){const w=a.charCodeAt(n);if(w===10){const I=o(s);I!==null&&(a+=I,i=a.length,s++)}else if(!Ae(w))break}let b=e.md.helpers.parseLinkTitle(a,n,i);for(;b.can_continue;){const w=o(s);if(w===null)break;a+=w,n=i,i=a.length,s++,b=e.md.helpers.parseLinkTitle(a,n,i,b)}let E;for(n<i&&d!==n&&b.ok?(E=b.str,n=b.pos):(E="",n=g,s=h);n<i;){const w=a.charCodeAt(n);if(!Ae(w))break;n++}if(n<i&&a.charCodeAt(n)!==10&&E)for(E="",n=g,s=h;n<i;){const w=a.charCodeAt(n);if(!Ae(w))break;n++}if(n<i&&a.charCodeAt(n)!==10)return!1;const k=Fi(a.slice(1,l));return k?(r||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[k]>"u"&&(e.env.references[k]={title:E,href:f}),e.line=s),!0):!1}const Rm=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Om="[a-zA-Z_:][a-zA-Z0-9:._-]*",Pm="[^\"'=<>`\\x00-\\x20]+",Mm="'[^']*'",Vm='"[^"]*"',Lm="(?:"+Pm+"|"+Mm+"|"+Vm+")",Nm="(?:\\s+"+Om+"(?:\\s*=\\s*"+Lm+")?)",Bc="<[A-Za-z][A-Za-z0-9\\-]*"+Nm+"*\\s*\\/?>",jc="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",qm="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",zm="<[?][\\s\\S]*?[?]>",Um="<![A-Za-z][^>]*>",Bm="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",jm=new RegExp("^(?:"+Bc+"|"+jc+"|"+qm+"|"+zm+"|"+Um+"|"+Bm+")"),Hm=new RegExp("^(?:"+Bc+"|"+jc+")"),lr=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+Rm.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Hm.source+"\\s*$"),/^$/,!1]];function Km(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(n)!==60)return!1;let s=e.src.slice(n,i),o=0;for(;o<lr.length&&!lr[o][0].test(s);o++);if(o===lr.length)return!1;if(r)return lr[o][2];let a=t+1;if(!lr[o][1].test(s)){for(;a<u&&!(e.sCount[a]<e.blkIndent);a++)if(n=e.bMarks[a]+e.tShift[a],i=e.eMarks[a],s=e.src.slice(n,i),lr[o][1].test(s)){s.length!==0&&a++;break}}e.line=a;const l=e.push("html_block","",0);return l.map=[t,a],l.content=e.getLines(t,a,e.blkIndent,!0),!0}function Wm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let s=e.src.charCodeAt(n);if(s!==35||n>=i)return!1;let o=1;for(s=e.src.charCodeAt(++n);s===35&&n<i&&o<=6;)o++,s=e.src.charCodeAt(++n);if(o>6||n<i&&!Ae(s))return!1;if(r)return!0;i=e.skipSpacesBack(i,n);const a=e.skipCharsBack(i,35,n);a>n&&Ae(e.src.charCodeAt(a-1))&&(i=a),e.line=t+1;const l=e.push("heading_open","h"+String(o),1);l.markup="########".slice(0,o),l.map=[t,e.line];const c=e.push("inline","",0);c.content=e.src.slice(n,i).trim(),c.map=[t,e.line],c.children=[];const f=e.push("heading_close","h"+String(o),-1);return f.markup="########".slice(0,o),!0}function Zm(e,t,u){const r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const n=e.parentType;e.parentType="paragraph";let i=0,s,o=t+1;for(;o<u&&!e.isEmpty(o);o++){if(e.sCount[o]-e.blkIndent>3)continue;if(e.sCount[o]>=e.blkIndent){let h=e.bMarks[o]+e.tShift[o];const d=e.eMarks[o];if(h<d&&(s=e.src.charCodeAt(h),(s===45||s===61)&&(h=e.skipChars(h,s),h=e.skipSpaces(h),h>=d))){i=s===61?1:2;break}}if(e.sCount[o]<0)continue;let g=!1;for(let h=0,d=r.length;h<d;h++)if(r[h](e,o,u,!0)){g=!0;break}if(g)break}if(!i)return!1;const a=e.getLines(t,o,e.blkIndent,!1).trim();e.line=o+1;const l=e.push("heading_open","h"+String(i),1);l.markup=String.fromCharCode(s),l.map=[t,e.line];const c=e.push("inline","",0);c.content=a,c.map=[t,e.line-1],c.children=[];const f=e.push("heading_close","h"+String(i),-1);return f.markup=String.fromCharCode(s),e.parentType=n,!0}function Gm(e,t,u){const r=e.md.block.ruler.getRules("paragraph"),n=e.parentType;let i=t+1;for(e.parentType="paragraph";i<u&&!e.isEmpty(i);i++){if(e.sCount[i]-e.blkIndent>3||e.sCount[i]<0)continue;let l=!1;for(let c=0,f=r.length;c<f;c++)if(r[c](e,i,u,!0)){l=!0;break}if(l)break}const s=e.getLines(t,i,e.blkIndent,!1).trim();e.line=i;const o=e.push("paragraph_open","p",1);o.map=[t,e.line];const a=e.push("inline","",0);return a.content=s,a.map=[t,e.line],a.children=[],e.push("paragraph_close","p",-1),e.parentType=n,!0}const Tn=[["table",Am,["paragraph","reference"]],["code",$m],["fence",Dm,["paragraph","reference","blockquote","list"]],["blockquote",wm,["paragraph","reference","blockquote","list"]],["hr",Fm,["paragraph","reference","blockquote","list"]],["list",Tm,["paragraph","reference","blockquote"]],["reference",Im],["html_block",Km,["paragraph","reference","blockquote"]],["heading",Wm,["paragraph","reference","blockquote"]],["lheading",Zm],["paragraph",Gm]];function Si(){this.ruler=new mt;for(let e=0;e<Tn.length;e++)this.ruler.push(Tn[e][0],Tn[e][1],{alt:(Tn[e][2]||[]).slice()})}Si.prototype.tokenize=function(e,t,u){const r=this.ruler.getRules(""),n=r.length,i=e.md.options.maxNesting;let s=t,o=!1;for(;s<u&&(e.line=s=e.skipEmptyLines(s),!(s>=u||e.sCount[s]<e.blkIndent));){if(e.level>=i){e.line=u;break}const a=e.line;let l=!1;for(let c=0;c<n;c++)if(l=r[c](e,s,u,!1),l){if(a>=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!o,e.isEmpty(e.line-1)&&(o=!0),s=e.line,s<u&&e.isEmpty(s)&&(o=!0,s++,e.line=s)}};Si.prototype.parse=function(e,t,u,r){if(!e)return;const n=new this.State(e,t,u,r);this.tokenize(n,n.line,n.lineMax)};Si.prototype.State=nu;function bn(e,t,u,r){this.src=e,this.env=u,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}bn.prototype.pushPending=function(){const e=new qt("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};bn.prototype.push=function(e,t,u){this.pending&&this.pushPending();const r=new qt(e,t,u);let n=null;return u<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,u>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],n={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(n),r};bn.prototype.scanDelims=function(e,t){const u=this.posMax,r=this.src.charCodeAt(e),n=e>0?this.src.charCodeAt(e-1):32;let i=e;for(;i<u&&this.src.charCodeAt(i)===r;)i++;const s=i-e,o=i<u?this.src.charCodeAt(i):32,a=an(n)||on(String.fromCharCode(n)),l=an(o)||on(String.fromCharCode(o)),c=sn(n),f=sn(o),g=!f&&(!l||c||a),h=!c&&(!a||f||l);return{can_open:g&&(t||!h||a),can_close:h&&(t||!g||l),length:s}};bn.prototype.Token=qt;function Jm(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function Ym(e,t){let u=e.pos;for(;u<e.posMax&&!Jm(e.src.charCodeAt(u));)u++;return u===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,u)),e.pos=u,!0)}const Xm=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function Qm(e,t){if(!e.md.options.linkify||e.linkLevel>0)return!1;const u=e.pos,r=e.posMax;if(u+3>r||e.src.charCodeAt(u)!==58||e.src.charCodeAt(u+1)!==47||e.src.charCodeAt(u+2)!==47)return!1;const n=e.pending.match(Xm);if(!n)return!1;const i=n[1],s=e.md.linkify.matchAtStart(e.src.slice(u-i.length));if(!s)return!1;let o=s.url;if(o.length<=i.length)return!1;o=o.replace(/\*+$/,"");const a=e.md.normalizeLink(o);if(!e.md.validateLink(a))return!1;if(!t){e.pending=e.pending.slice(0,-i.length);const l=e.push("link_open","a",1);l.attrs=[["href",a]],l.markup="linkify",l.info="auto";const c=e.push("text","",0);c.content=e.md.normalizeLinkText(o);const f=e.push("link_close","a",-1);f.markup="linkify",f.info="auto"}return e.pos+=o.length-i.length,!0}function eb(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==10)return!1;const r=e.pending.length-1,n=e.posMax;if(!t)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){let i=r-1;for(;i>=1&&e.pending.charCodeAt(i-1)===32;)i--;e.pending=e.pending.slice(0,i),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(u++;u<n&&Ae(e.src.charCodeAt(u));)u++;return e.pos=u,!0}const xo=[];for(let e=0;e<256;e++)xo.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){xo[e.charCodeAt(0)]=1});function tb(e,t){let u=e.pos;const r=e.posMax;if(e.src.charCodeAt(u)!==92||(u++,u>=r))return!1;let n=e.src.charCodeAt(u);if(n===10){for(t||e.push("hardbreak","br",0),u++;u<r&&(n=e.src.charCodeAt(u),!!Ae(n));)u++;return e.pos=u,!0}let i=e.src[u];if(n>=55296&&n<=56319&&u+1<r){const o=e.src.charCodeAt(u+1);o>=56320&&o<=57343&&(i+=e.src[u+1],u++)}const s="\\"+i;if(!t){const o=e.push("text_special","",0);n<256&&xo[n]!==0?o.content=i:o.content=s,o.markup=s,o.info="escape"}return e.pos=u+1,!0}function ub(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==96)return!1;const n=u;u++;const i=e.posMax;for(;u<i&&e.src.charCodeAt(u)===96;)u++;const s=e.src.slice(n,u),o=s.length;if(e.backticksScanned&&(e.backticks[o]||0)<=n)return t||(e.pending+=s),e.pos+=o,!0;let a=u,l;for(;(l=e.src.indexOf("`",a))!==-1;){for(a=l+1;a<i&&e.src.charCodeAt(a)===96;)a++;const c=a-l;if(c===o){if(!t){const f=e.push("code_inline","code",0);f.markup=s,f.content=e.src.slice(u,l).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=a,!0}e.backticks[c]=l}return e.backticksScanned=!0,t||(e.pending+=s),e.pos+=o,!0}function rb(e,t){const u=e.pos,r=e.src.charCodeAt(u);if(t||r!==126)return!1;const n=e.scanDelims(e.pos,!0);let i=n.length;const s=String.fromCharCode(r);if(i<2)return!1;let o;i%2&&(o=e.push("text","",0),o.content=s,i--);for(let a=0;a<i;a+=2)o=e.push("text","",0),o.content=s+s,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0}function Ma(e,t){let u;const r=[],n=t.length;for(let i=0;i<n;i++){const s=t[i];if(s.marker!==126||s.end===-1)continue;const o=t[s.end];u=e.tokens[s.token],u.type="s_open",u.tag="s",u.nesting=1,u.markup="~~",u.content="",u=e.tokens[o.token],u.type="s_close",u.tag="s",u.nesting=-1,u.markup="~~",u.content="",e.tokens[o.token-1].type==="text"&&e.tokens[o.token-1].content==="~"&&r.push(o.token-1)}for(;r.length;){const i=r.pop();let s=i+1;for(;s<e.tokens.length&&e.tokens[s].type==="s_close";)s++;s--,i!==s&&(u=e.tokens[s],e.tokens[s]=e.tokens[i],e.tokens[i]=u)}}function nb(e){const t=e.tokens_meta,u=e.tokens_meta.length;Ma(e,e.delimiters);for(let r=0;r<u;r++)t[r]&&t[r].delimiters&&Ma(e,t[r].delimiters)}const Hc={tokenize:rb,postProcess:nb};function ib(e,t){const u=e.pos,r=e.src.charCodeAt(u);if(t||r!==95&&r!==42)return!1;const n=e.scanDelims(e.pos,r===42);for(let i=0;i<n.length;i++){const s=e.push("text","",0);s.content=String.fromCharCode(r),e.delimiters.push({marker:r,length:n.length,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close})}return e.pos+=n.length,!0}function Va(e,t){const u=t.length;for(let r=u-1;r>=0;r--){const n=t[r];if(n.marker!==95&&n.marker!==42||n.end===-1)continue;const i=t[n.end],s=r>0&&t[r-1].end===n.end+1&&t[r-1].marker===n.marker&&t[r-1].token===n.token-1&&t[n.end+1].token===i.token+1,o=String.fromCharCode(n.marker),a=e.tokens[n.token];a.type=s?"strong_open":"em_open",a.tag=s?"strong":"em",a.nesting=1,a.markup=s?o+o:o,a.content="";const l=e.tokens[i.token];l.type=s?"strong_close":"em_close",l.tag=s?"strong":"em",l.nesting=-1,l.markup=s?o+o:o,l.content="",s&&(e.tokens[t[r-1].token].content="",e.tokens[t[n.end+1].token].content="",r--)}}function sb(e){const t=e.tokens_meta,u=e.tokens_meta.length;Va(e,e.delimiters);for(let r=0;r<u;r++)t[r]&&t[r].delimiters&&Va(e,t[r].delimiters)}const Kc={tokenize:ib,postProcess:sb};function ob(e,t){let u,r,n,i,s="",o="",a=e.pos,l=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;const c=e.pos,f=e.posMax,g=e.pos+1,h=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(h<0)return!1;let d=h+1;if(d<f&&e.src.charCodeAt(d)===40){for(l=!1,d++;d<f&&(u=e.src.charCodeAt(d),!(!Ae(u)&&u!==10));d++);if(d>=f)return!1;if(a=d,n=e.md.helpers.parseLinkDestination(e.src,d,e.posMax),n.ok){for(s=e.md.normalizeLink(n.str),e.md.validateLink(s)?d=n.pos:s="",a=d;d<f&&(u=e.src.charCodeAt(d),!(!Ae(u)&&u!==10));d++);if(n=e.md.helpers.parseLinkTitle(e.src,d,e.posMax),d<f&&a!==d&&n.ok)for(o=n.str,d=n.pos;d<f&&(u=e.src.charCodeAt(d),!(!Ae(u)&&u!==10));d++);}(d>=f||e.src.charCodeAt(d)!==41)&&(l=!0),d++}if(l){if(typeof e.env.references>"u")return!1;if(d<f&&e.src.charCodeAt(d)===91?(a=d+1,d=e.md.helpers.parseLinkLabel(e,d),d>=0?r=e.src.slice(a,d++):d=h+1):d=h+1,r||(r=e.src.slice(g,h)),i=e.env.references[Fi(r)],!i)return e.pos=c,!1;s=i.href,o=i.title}if(!t){e.pos=g,e.posMax=h;const b=e.push("link_open","a",1),E=[["href",s]];b.attrs=E,o&&E.push(["title",o]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=d,e.posMax=f,!0}function ab(e,t){let u,r,n,i,s,o,a,l,c="";const f=e.pos,g=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;const h=e.pos+2,d=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(d<0)return!1;if(i=d+1,i<g&&e.src.charCodeAt(i)===40){for(i++;i<g&&(u=e.src.charCodeAt(i),!(!Ae(u)&&u!==10));i++);if(i>=g)return!1;for(l=i,o=e.md.helpers.parseLinkDestination(e.src,i,e.posMax),o.ok&&(c=e.md.normalizeLink(o.str),e.md.validateLink(c)?i=o.pos:c=""),l=i;i<g&&(u=e.src.charCodeAt(i),!(!Ae(u)&&u!==10));i++);if(o=e.md.helpers.parseLinkTitle(e.src,i,e.posMax),i<g&&l!==i&&o.ok)for(a=o.str,i=o.pos;i<g&&(u=e.src.charCodeAt(i),!(!Ae(u)&&u!==10));i++);else a="";if(i>=g||e.src.charCodeAt(i)!==41)return e.pos=f,!1;i++}else{if(typeof e.env.references>"u")return!1;if(i<g&&e.src.charCodeAt(i)===91?(l=i+1,i=e.md.helpers.parseLinkLabel(e,i),i>=0?n=e.src.slice(l,i++):i=d+1):i=d+1,n||(n=e.src.slice(h,d)),s=e.env.references[Fi(n)],!s)return e.pos=f,!1;c=s.href,a=s.title}if(!t){r=e.src.slice(h,d);const b=[];e.md.inline.parse(r,e.md,e.env,b);const E=e.push("image","img",0),k=[["src",c],["alt",""]];E.attrs=k,E.children=b,E.content=r,a&&k.push(["title",a])}return e.pos=i,e.posMax=g,!0}const lb=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,cb=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function fb(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==60)return!1;const r=e.pos,n=e.posMax;for(;;){if(++u>=n)return!1;const s=e.src.charCodeAt(u);if(s===60)return!1;if(s===62)break}const i=e.src.slice(r+1,u);if(cb.test(i)){const s=e.md.normalizeLink(i);if(!e.md.validateLink(s))return!1;if(!t){const o=e.push("link_open","a",1);o.attrs=[["href",s]],o.markup="autolink",o.info="auto";const a=e.push("text","",0);a.content=e.md.normalizeLinkText(i);const l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=i.length+2,!0}if(lb.test(i)){const s=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(s))return!1;if(!t){const o=e.push("link_open","a",1);o.attrs=[["href",s]],o.markup="autolink",o.info="auto";const a=e.push("text","",0);a.content=e.md.normalizeLinkText(i);const l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=i.length+2,!0}return!1}function db(e){return/^<a[>\s]/i.test(e)}function pb(e){return/^<\/a\s*>/i.test(e)}function hb(e){const t=e|32;return t>=97&&t<=122}function mb(e,t){if(!e.md.options.html)return!1;const u=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==60||r+2>=u)return!1;const n=e.src.charCodeAt(r+1);if(n!==33&&n!==63&&n!==47&&!hb(n))return!1;const i=e.src.slice(r).match(jm);if(!i)return!1;if(!t){const s=e.push("html_inline","",0);s.content=i[0],db(s.content)&&e.linkLevel++,pb(s.content)&&e.linkLevel--}return e.pos+=i[0].length,!0}const bb=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,gb=/^&([a-z][a-z0-9]{1,31});/i;function _b(e,t){const u=e.pos,r=e.posMax;if(e.src.charCodeAt(u)!==38||u+1>=r)return!1;if(e.src.charCodeAt(u+1)===35){const i=e.src.slice(u).match(bb);if(i){if(!t){const s=i[1][0].toLowerCase()==="x"?parseInt(i[1].slice(1),16):parseInt(i[1],10),o=e.push("text_special","",0);o.content=vo(s)?ei(s):ei(65533),o.markup=i[0],o.info="entity"}return e.pos+=i[0].length,!0}}else{const i=e.src.slice(u).match(gb);if(i){const s=Lc(i[0]);if(s!==i[0]){if(!t){const o=e.push("text_special","",0);o.content=s,o.markup=i[0],o.info="entity"}return e.pos+=i[0].length,!0}}}return!1}function La(e){const t={},u=e.length;if(!u)return;let r=0,n=-2;const i=[];for(let s=0;s<u;s++){const o=e[s];if(i.push(0),(e[r].marker!==o.marker||n!==o.token-1)&&(r=s),n=o.token,o.length=o.length||0,!o.close)continue;t.hasOwnProperty(o.marker)||(t[o.marker]=[-1,-1,-1,-1,-1,-1]);const a=t[o.marker][(o.open?3:0)+o.length%3];let l=r-i[r]-1,c=l;for(;l>a;l-=i[l]+1){const f=e[l];if(f.marker===o.marker&&f.open&&f.end<0){let g=!1;if((f.close||o.open)&&(f.length+o.length)%3===0&&(f.length%3!==0||o.length%3!==0)&&(g=!0),!g){const h=l>0&&!e[l-1].open?i[l-1]+1:0;i[s]=s-l+h,i[l]=h,o.open=!1,f.end=s,f.close=!1,c=-1,n=-2;break}}}c!==-1&&(t[o.marker][(o.open?3:0)+(o.length||0)%3]=c)}}function vb(e){const t=e.tokens_meta,u=e.tokens_meta.length;La(e.delimiters);for(let r=0;r<u;r++)t[r]&&t[r].delimiters&&La(t[r].delimiters)}function yb(e){let t,u,r=0;const n=e.tokens,i=e.tokens.length;for(t=u=0;t<i;t++)n[t].nesting<0&&r--,n[t].level=r,n[t].nesting>0&&r++,n[t].type==="text"&&t+1<i&&n[t+1].type==="text"?n[t+1].content=n[t].content+n[t+1].content:(t!==u&&(n[u]=n[t]),u++);t!==u&&(n.length=u)}const ts=[["text",Ym],["linkify",Qm],["newline",eb],["escape",tb],["backticks",ub],["strikethrough",Hc.tokenize],["emphasis",Kc.tokenize],["link",ob],["image",ab],["autolink",fb],["html_inline",mb],["entity",_b]],us=[["balance_pairs",vb],["strikethrough",Hc.postProcess],["emphasis",Kc.postProcess],["fragments_join",yb]];function gn(){this.ruler=new mt;for(let e=0;e<ts.length;e++)this.ruler.push(ts[e][0],ts[e][1]);this.ruler2=new mt;for(let e=0;e<us.length;e++)this.ruler2.push(us[e][0],us[e][1])}gn.prototype.skipToken=function(e){const t=e.pos,u=this.ruler.getRules(""),r=u.length,n=e.md.options.maxNesting,i=e.cache;if(typeof i[t]<"u"){e.pos=i[t];return}let s=!1;if(e.level<n){for(let o=0;o<r;o++)if(e.level++,s=u[o](e,!0),e.level--,s){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;s||e.pos++,i[t]=e.pos};gn.prototype.tokenize=function(e){const t=this.ruler.getRules(""),u=t.length,r=e.posMax,n=e.md.options.maxNesting;for(;e.pos<r;){const i=e.pos;let s=!1;if(e.level<n){for(let o=0;o<u;o++)if(s=t[o](e,!1),s){if(i>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(s){if(e.pos>=r)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};gn.prototype.parse=function(e,t,u,r){const n=new this.State(e,t,u,r);this.tokenize(n);const i=this.ruler2.getRules(""),s=i.length;for(let o=0;o<s;o++)i[o](n)};gn.prototype.State=bn;function xb(e){const t={};e=e||{},t.src_Any=Rc.source,t.src_Cc=Oc.source,t.src_Z=Mc.source,t.src_P=go.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const u="[><|]";return t.src_pseudo_letter="(?:(?!"+u+"|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|"+u+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+u+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy="(^|"+u+'|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}function Ts(e){return Array.prototype.slice.call(arguments,1).forEach(function(u){u&&Object.keys(u).forEach(function(r){e[r]=u[r]})}),e}function Ti(e){return Object.prototype.toString.call(e)}function Cb(e){return Ti(e)==="[object String]"}function kb(e){return Ti(e)==="[object Object]"}function Eb(e){return Ti(e)==="[object RegExp]"}function Na(e){return Ti(e)==="[object Function]"}function Ab(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const Wc={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function $b(e){return Object.keys(e||{}).reduce(function(t,u){return t||Wc.hasOwnProperty(u)},!1)}const Db={"http:":{validate:function(e,t,u){const r=e.slice(t);return u.re.http||(u.re.http=new RegExp("^\\/\\/"+u.re.src_auth+u.re.src_host_port_strict+u.re.src_path,"i")),u.re.http.test(r)?r.match(u.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,u){const r=e.slice(t);return u.re.no_http||(u.re.no_http=new RegExp("^"+u.re.src_auth+"(?:localhost|(?:(?:"+u.re.src_domain+")\\.)+"+u.re.src_domain_root+")"+u.re.src_port+u.re.src_host_terminator+u.re.src_path,"i")),u.re.no_http.test(r)?t>=3&&e[t-3]===":"||t>=3&&e[t-3]==="/"?0:r.match(u.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,u){const r=e.slice(t);return u.re.mailto||(u.re.mailto=new RegExp("^"+u.re.src_email_name+"@"+u.re.src_host_strict,"i")),u.re.mailto.test(r)?r.match(u.re.mailto)[0].length:0}}},wb="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",Fb="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Sb(e){e.__index__=-1,e.__text_cache__=""}function Tb(e){return function(t,u){const r=t.slice(u);return e.test(r)?r.match(e)[0].length:0}}function qa(){return function(e,t){t.normalize(e)}}function ti(e){const t=e.re=xb(e.__opts__),u=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||u.push(wb),u.push(t.src_xn),t.src_tlds=u.join("|");function r(o){return o.replace("%TLDS%",t.src_tlds)}t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const n=[];e.__compiled__={};function i(o,a){throw new Error('(LinkifyIt) Invalid schema "'+o+'": '+a)}Object.keys(e.__schemas__).forEach(function(o){const a=e.__schemas__[o];if(a===null)return;const l={validate:null,link:null};if(e.__compiled__[o]=l,kb(a)){Eb(a.validate)?l.validate=Tb(a.validate):Na(a.validate)?l.validate=a.validate:i(o,a),Na(a.normalize)?l.normalize=a.normalize:a.normalize?i(o,a):l.normalize=qa();return}if(Cb(a)){n.push(o);return}i(o,a)}),n.forEach(function(o){e.__compiled__[e.__schemas__[o]]&&(e.__compiled__[o].validate=e.__compiled__[e.__schemas__[o]].validate,e.__compiled__[o].normalize=e.__compiled__[e.__schemas__[o]].normalize)}),e.__compiled__[""]={validate:null,normalize:qa()};const s=Object.keys(e.__compiled__).filter(function(o){return o.length>0&&e.__compiled__[o]}).map(Ab).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),Sb(e)}function Ib(e,t){const u=e.__index__,r=e.__last_index__,n=e.__text_cache__.slice(u,r);this.schema=e.__schema__.toLowerCase(),this.index=u+t,this.lastIndex=r+t,this.raw=n,this.text=n,this.url=n}function Is(e,t){const u=new Ib(e,t);return e.__compiled__[u.schema].normalize(u,e),u}function Ct(e,t){if(!(this instanceof Ct))return new Ct(e,t);t||$b(e)&&(t=e,e={}),this.__opts__=Ts({},Wc,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Ts({},Db,e),this.__compiled__={},this.__tlds__=Fb,this.__tlds_replaced__=!1,this.re={},ti(this)}Ct.prototype.add=function(t,u){return this.__schemas__[t]=u,ti(this),this};Ct.prototype.set=function(t){return this.__opts__=Ts(this.__opts__,t),this};Ct.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let u,r,n,i,s,o,a,l,c;if(this.re.schema_test.test(t)){for(a=this.re.schema_search,a.lastIndex=0;(u=a.exec(t))!==null;)if(i=this.testSchemaAt(t,u[2],a.lastIndex),i){this.__schema__=u[2],this.__index__=u.index+u[1].length,this.__last_index__=u.index+u[0].length+i;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=t.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(s=r.index+r[1].length,(this.__index__<0||s<this.__index__)&&(this.__schema__="",this.__index__=s,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(c=t.indexOf("@"),c>=0&&(n=t.match(this.re.email_fuzzy))!==null&&(s=n.index+n[1].length,o=n.index+n[0].length,(this.__index__<0||s<this.__index__||s===this.__index__&&o>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=o))),this.__index__>=0};Ct.prototype.pretest=function(t){return this.re.pretest.test(t)};Ct.prototype.testSchemaAt=function(t,u,r){return this.__compiled__[u.toLowerCase()]?this.__compiled__[u.toLowerCase()].validate(t,r,this):0};Ct.prototype.match=function(t){const u=[];let r=0;this.__index__>=0&&this.__text_cache__===t&&(u.push(Is(this,r)),r=this.__last_index__);let n=r?t.slice(r):t;for(;this.test(n);)u.push(Is(this,r)),n=n.slice(this.__last_index__),r+=this.__last_index__;return u.length?u:null};Ct.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;const u=this.re.schema_at_start.exec(t);if(!u)return null;const r=this.testSchemaAt(t,u[2],u[0].length);return r?(this.__schema__=u[2],this.__index__=u.index+u[1].length,this.__last_index__=u.index+u[0].length+r,Is(this,0)):null};Ct.prototype.tlds=function(t,u){return t=Array.isArray(t)?t:[t],u?(this.__tlds__=this.__tlds__.concat(t).sort().filter(function(r,n,i){return r!==i[n-1]}).reverse(),ti(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,ti(this),this)};Ct.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),t.schema==="mailto:"&&!/^mailto:/i.test(t.url)&&(t.url="mailto:"+t.url)};Ct.prototype.onCompile=function(){};const vr=2147483647,Qt=36,Co=1,ln=26,Rb=38,Ob=700,Zc=72,Gc=128,Jc="-",Pb=/^xn--/,Mb=/[^\0-\x7F]/,Vb=/[\x2E\u3002\uFF0E\uFF61]/g,Lb={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},rs=Qt-Co,eu=Math.floor,ns=String.fromCharCode;function Du(e){throw new RangeError(Lb[e])}function Nb(e,t){const u=[];let r=e.length;for(;r--;)u[r]=t(e[r]);return u}function Yc(e,t){const u=e.split("@");let r="";u.length>1&&(r=u[0]+"@",e=u[1]),e=e.replace(Vb,".");const n=e.split("."),i=Nb(n,t).join(".");return r+i}function Xc(e){const t=[];let u=0;const r=e.length;for(;u<r;){const n=e.charCodeAt(u++);if(n>=55296&&n<=56319&&u<r){const i=e.charCodeAt(u++);(i&64512)==56320?t.push(((n&1023)<<10)+(i&1023)+65536):(t.push(n),u--)}else t.push(n)}return t}const qb=e=>String.fromCodePoint(...e),zb=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:Qt},za=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},Qc=function(e,t,u){let r=0;for(e=u?eu(e/Ob):e>>1,e+=eu(e/t);e>rs*ln>>1;r+=Qt)e=eu(e/rs);return eu(r+(rs+1)*e/(e+Rb))},ef=function(e){const t=[],u=e.length;let r=0,n=Gc,i=Zc,s=e.lastIndexOf(Jc);s<0&&(s=0);for(let o=0;o<s;++o)e.charCodeAt(o)>=128&&Du("not-basic"),t.push(e.charCodeAt(o));for(let o=s>0?s+1:0;o<u;){const a=r;for(let c=1,f=Qt;;f+=Qt){o>=u&&Du("invalid-input");const g=zb(e.charCodeAt(o++));g>=Qt&&Du("invalid-input"),g>eu((vr-r)/c)&&Du("overflow"),r+=g*c;const h=f<=i?Co:f>=i+ln?ln:f-i;if(g<h)break;const d=Qt-h;c>eu(vr/d)&&Du("overflow"),c*=d}const l=t.length+1;i=Qc(r-a,l,a==0),eu(r/l)>vr-n&&Du("overflow"),n+=eu(r/l),r%=l,t.splice(r++,0,n)}return String.fromCodePoint(...t)},tf=function(e){const t=[];e=Xc(e);const u=e.length;let r=Gc,n=0,i=Zc;for(const a of e)a<128&&t.push(ns(a));const s=t.length;let o=s;for(s&&t.push(Jc);o<u;){let a=vr;for(const c of e)c>=r&&c<a&&(a=c);const l=o+1;a-r>eu((vr-n)/l)&&Du("overflow"),n+=(a-r)*l,r=a;for(const c of e)if(c<r&&++n>vr&&Du("overflow"),c===r){let f=n;for(let g=Qt;;g+=Qt){const h=g<=i?Co:g>=i+ln?ln:g-i;if(f<h)break;const d=f-h,b=Qt-h;t.push(ns(za(h+d%b,0))),f=eu(d/b)}t.push(ns(za(f,0))),i=Qc(n,l,o===s),n=0,++o}++n,++r}return t.join("")},Ub=function(e){return Yc(e,function(t){return Pb.test(t)?ef(t.slice(4).toLowerCase()):t})},Bb=function(e){return Yc(e,function(t){return Mb.test(t)?"xn--"+tf(t):t})},uf={version:"2.3.1",ucs2:{decode:Xc,encode:qb},decode:ef,encode:tf,toASCII:Bb,toUnicode:Ub},jb={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Hb={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},Kb={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Wb={default:jb,zero:Hb,commonmark:Kb},Zb=/^(vbscript|javascript|file|data):/,Gb=/^data:image\/(gif|png|jpeg|webp);/;function Jb(e){const t=e.trim().toLowerCase();return Zb.test(t)?Gb.test(t):!0}const rf=["http:","https:","mailto:"];function Yb(e){const t=bo(e,!0);if(t.hostname&&(!t.protocol||rf.indexOf(t.protocol)>=0))try{t.hostname=uf.toASCII(t.hostname)}catch{}return mn(mo(t))}function Xb(e){const t=bo(e,!0);if(t.hostname&&(!t.protocol||rf.indexOf(t.protocol)>=0))try{t.hostname=uf.toUnicode(t.hostname)}catch{}return $r(mo(t),$r.defaultChars+"%")}function Ft(e,t){if(!(this instanceof Ft))return new Ft(e,t);t||_o(e)||(t=e||{},e="default"),this.inline=new gn,this.block=new Si,this.core=new yo,this.renderer=new Pr,this.linkify=new Ct,this.validateLink=Jb,this.normalizeLink=Yb,this.normalizeLinkText=Xb,this.utils=em,this.helpers=wi({},nm),this.options={},this.configure(e),t&&this.set(t)}Ft.prototype.set=function(e){return wi(this.options,e),this};Ft.prototype.configure=function(e){const t=this;if(_o(e)){const u=e;if(e=Wb[u],!e)throw new Error('Wrong `markdown-it` preset "'+u+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(u){e.components[u].rules&&t[u].ruler.enableOnly(e.components[u].rules),e.components[u].rules2&&t[u].ruler2.enableOnly(e.components[u].rules2)}),this};Ft.prototype.enable=function(e,t){let u=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(n){u=u.concat(this[n].ruler.enable(e,!0))},this),u=u.concat(this.inline.ruler2.enable(e,!0));const r=e.filter(function(n){return u.indexOf(n)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};Ft.prototype.disable=function(e,t){let u=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(n){u=u.concat(this[n].ruler.disable(e,!0))},this),u=u.concat(this.inline.ruler2.disable(e,!0));const r=e.filter(function(n){return u.indexOf(n)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};Ft.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this};Ft.prototype.parse=function(e,t){if(typeof e!="string")throw new Error("Input data should be a String");const u=new this.core.State(e,this,t);return this.core.process(u),u.tokens};Ft.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)};Ft.prototype.parseInline=function(e,t){const u=new this.core.State(e,this,t);return u.inlineMode=!0,this.core.process(u),u.tokens};Ft.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const Qb=["innerHTML"],e2={__name:"MarkdownRenderer",props:{source:{type:String,default:""}},setup(e){const t=Ft();return(u,r)=>(te(),Ee("div",{class:"mb-3",innerHTML:hu(t).render(e.source)},null,8,Qb))}},t2={class:"nav nav-tabs",role:"tablist"},u2={class:"nav-item",role:"presentation"},r2=["aria-selected"],n2={class:"nav-item",role:"presentation"},i2=["aria-selected"],s2={class:"tab-content",id:"criteria-tab"},o2={__name:"AchievementCriteria",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue"),u=he("");Te(t,()=>{u.value=t.value.narrative}),Ju(()=>{u.value=t.value.narrative?t.value.narrative:""});const r=he("edit");function n(i){r.value=i}return(i,s)=>{const o=qe("FormKit");return te(),Ee(Be,null,[s[4]||(s[4]=L("div",{class:"formkit-wrapper required"},[L("label",{class:"form-label"},"Earning Criteria")],-1)),L("ul",t2,[L("li",u2,[L("button",{class:At(["nav-link",{active:r.value==="edit"}]),type:"button",id:"edit-tab","aria-controls":"criteria-edit",role:"tab","aria-selected":r.value==="edit",onClick:s[0]||(s[0]=a=>n("edit"))},"Edit ",10,r2)]),L("li",n2,[L("button",{class:At(["nav-link",{active:r.value==="preview"}]),type:"button",id:"preview-tab","aria-controls":"criteria-preview",role:"tab","aria-selected":r.value==="preview",onClick:s[1]||(s[1]=a=>n("preview"))},"Preview ",10,i2)])]),L("div",s2,[Ot(L("div",{class:At(["tab-pane fade",{show:r.value==="edit",active:r.value==="edit"}]),id:"criteria-edit",role:"tabpanel","aria-labelledby":"edit-tab"},[R(o,{type:"group",name:"criteria",modelValue:t.value,"onUpdate:modelValue":s[2]||(s[2]=a=>t.value=a)},{default:Ce(()=>[R(o,{type:"textarea",label:"Narrative",name:"narrative",rows:"5",validation:"require_one:id",help:"A narrative of what is needed to earn the credential. Markdown is allowed."}),R(o,{type:"text",label:"Criteria URL",name:"id",validation:"require_one:narrative|url",help:"The URL of a webpage that describes in a human-readable format the criteria for the credential."})]),_:1},8,["modelValue"])],2),[[mu,r.value==="edit"]]),Ot(L("div",{class:At(["tab-pane fade",{show:r.value==="preview",active:r.value==="preview"}]),id:"criteria-preview",role:"tabpanel","aria-labelledby":"preview-tab"},[s[3]||(s[3]=L("label",{class:"mt-3 mb-2"},"Narrative Preview",-1)),R(e2,{source:u.value,class:"border rounded p-3"},null,8,["source"])],2),[[mu,r.value==="preview"]])])],64)}}},a2=Qu(o2,[["__scopeId","data-v-61f2bd5b"]]),l2={class:"tab-pane fade show active",id:"tab-basic",role:"tabpanel","aria-labelledby":"basic-tab"},c2={__name:"BasicTab",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>{const n=qe("FormKit");return te(),Ee("div",l2,[r[5]||(r[5]=L("div",{class:"card mb-3"},[L("div",{class:"card-body"},[L("p",{class:"mb-0"},[Qe(" This tab contains all of the required fields for a credential."),L("br"),L("em",null,"Credential Type"),Qe(" and "),L("em",null,"Image"),Qe(" are not required, but it is suggested that all credentials have them. ")])])],-1)),R(n,{type:"text",label:"Credential Name",name:"name","wrapper-class":"required",validation:"required:trim",modelValue:t.value.name,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value.name=i),help:"The name of the credential."},null,8,["modelValue"]),R(ph,{modelValue:t.value.achievementType,"onUpdate:modelValue":r[1]||(r[1]=i=>t.value.achievementType=i)},null,8,["modelValue"]),R(Ic,{modelValue:t.value.image,"onUpdate:modelValue":r[2]||(r[2]=i=>t.value.image=i)},null,8,["modelValue"]),R(n,{type:"textarea",label:"Description",name:"description","wrapper-class":"required",rows:"5",validation:"required:trim",modelValue:t.value.description,"onUpdate:modelValue":r[3]||(r[3]=i=>t.value.description=i),help:"A short description of the achievement."},null,8,["modelValue"]),R(a2,{modelValue:t.value.criteria,"onUpdate:modelValue":r[4]||(r[4]=i=>t.value.criteria=i)},null,8,["modelValue"])])}}},f2={class:"tab-pane fade show active",id:"tab-detail",role:"tabpanel","aria-labelledby":"detail-tab"},d2={__name:"DetailTab",props:{modelValue:{default:{humanCode:null,inLanguage:null,version:null,creditsAvailable:null,additionalType:null}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>{const n=qe("FormKit");return te(),Ee("div",f2,[R(n,{type:"text",label:"Human Code",modelValue:t.value.humanCode,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value.humanCode=i),name:"humanCode",help:"The code, generally human readable, associated with an achievement."},null,8,["modelValue"]),R(n,{type:"text",label:"In Language",modelValue:t.value.inLanguage,"onUpdate:modelValue":r[1]||(r[1]=i=>t.value.inLanguage=i),name:"inLanguage",help:"The language this credential is in as a BCP47 language code, such as 'en', 'en-US', or 'es-MX'",validation:[["matches","/^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$/"]],"validation-messages":{matches:"The language must formatted as a BCP47 language code, such as 'en', 'en-US', or 'es-MX'."}},null,8,["modelValue"]),R(n,{type:"text",label:"Version",modelValue:t.value.version,"onUpdate:modelValue":r[2]||(r[2]=i=>t.value.version=i),name:"version",help:"The version property allows issuers to set a version string for an Achievement. This is particularly useful when replacing a previous version with an update."},null,8,["modelValue"]),R(n,{type:"number",label:"Credits Available",number:"",name:"creditsAvailable",modelValue:t.value.creditsAvailable,"onUpdate:modelValue":r[3]||(r[3]=i=>t.value.creditsAvailable=i),help:"Credit hours associated with this entity, or credit hours possible. For example 3.0."},null,8,["modelValue"]),R(n,{type:"text",label:"Specialization",modelValue:t.value.specialization,"onUpdate:modelValue":r[4]||(r[4]=i=>t.value.specialization=i),name:"specialization",help:"Name given to the focus, concentration, or specific area of study defined in the achievement. Examples include 'Entrepreneurship', 'Technical Communication', and 'Finance'."},null,8,["modelValue"]),R(n,{type:"text",label:"Field of Study",modelValue:t.value.fieldOfStudy,"onUpdate:modelValue":r[5]||(r[5]=i=>t.value.fieldOfStudy=i),name:"fieldOfStudy",help:"Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology."},null,8,["modelValue"])])}}},p2=Qu(d2,[["__scopeId","data-v-2cf645b7"]]),h2={__name:"AlignmentType",props:{modelValue:{default:""},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue"),u=he(""),r=he("");return Ju(()=>{if(console.log("model",t),t.value&&t.value.substring(0,4)==="ext:"){r.value=t.value.substring(4),u.value="other";return}u.value=t.value?t.value:"",r.value=""}),Te(u,n=>{if(n==="other"){t.value="ext:"+r.value;return}t.value=n}),Te(r,n=>{if(u.value==="other"){t.value="ext:"+n;return}t.value=u.value}),(n,i)=>{const s=qe("FormKit");return te(),Ee(Be,null,[R(s,{type:"hidden",name:"targetType",modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=o=>t.value=o)},null,8,["modelValue"]),R(s,{type:"selectInputGroup",label:"Alignment Type",modelValue:u.value,"onUpdate:modelValue":i[2]||(i[2]=o=>u.value=o),ignore:"true",name:"targetTypeInput","inner-class":"input-group","label-class":"input-group-text","input-class":"$reset formkit-input form-select",placeholder:"Target Type",help:"The type of the alignment target node.",options:{"":"",CFItem:"CFItem",CFRubric:"CFRubric",CFRubricCriterion:"CFRubricCriterion",CFRubricCriterionLevel:"CFRubricCriterionLevel","ceasn:Competency":"ceasn:Competency","ceterms:Credential":"ceterms:Credential",CTDL:"CTDL",other:"Other (ext:)"}},{suffix:Ce(()=>[u.value==="other"?(te(),Me(s,{key:0,type:"innerLabelTextInput",label:"Extended Type",modelValue:r.value,"onUpdate:modelValue":i[1]||(i[1]=o=>r.value=o),ignore:"true",name:"typeExt","aria-label":"Extended Alignment Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"],["required"]]},{prefix:Ce(()=>i[3]||(i[3]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1},8,["modelValue"])):dt("",!0)]),_:1},8,["modelValue"])],64)}}},m2=Qu(h2,[["__scopeId","data-v-e95c80e7"]]),b2=["onClick"],g2={class:"card mb-3"},_2={class:"card-header"},v2=["onClick"],y2={class:"card-body pb-0"},ko={__name:"AlignmentComponent",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>{const n=qe("FormKit");return te(),Me(n,{type:"list",modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),name:"alignment",dynamic:""},{default:Ce(({items:i,node:s,value:o})=>[L("h5",null,[r[1]||(r[1]=Qe("Alignments ")),L("button",{type:"button",onClick:()=>s.input(o.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Alignment ",8,b2)]),(te(!0),Ee(Be,null,Yu(i,(a,l)=>(te(),Me(n,{type:"group","wrapper-class":"card",key:a,index:l},{default:Ce(()=>[L("div",g2,[L("h5",_2,[Qe("Target "+vu(l+1)+" ",1),L("button",{type:"button",onClick:()=>s.input(o.filter((c,f)=>f!==l)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,v2)]),L("div",y2,[R(n,{type:"hidden",name:"type",value:["Alignment"]}),R(n,{type:"innerLabelTextInput",label:"Name",name:"targetName","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim",help:"Name of the alignment."}),R(n,{type:"innerLabelTextInput",label:"URL",name:"targetUrl","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim|url",help:"URL linking to the official description of the alignment target, for example an individual standard within an educatinoal framework."}),R(n,{type:"innerLabelTextInput",label:"Framework",name:"targetFramework","inner-class":"input-group","label-class":"input-group-text",help:"Name of the framework for the alignment target."}),R(n,{type:"innerLabelTextareaInput",label:"Description",name:"description",rows:"2","inner-class":"input-group","label-class":"input-group-text",help:"Short description of the alignment target."}),R(n,{type:"innerLabelTextInput",label:"Code",name:"targetCode","inner-class":"input-group","label-class":"input-group-text",help:"If applicable, a locally unique string identifier that identifies the alignment target within its framework and/or targetUrl."}),R(m2,{modelValue:t.value[l].targetType,"onUpdate:modelValue":c=>t.value[l].targetType=c},null,8,["modelValue","onUpdate:modelValue"])])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},x2={__name:"AlignmentsComponent",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>(te(),Me(ko,{modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=n=>t.value=n)},null,8,["modelValue"]))}};var nf=new WeakSet;function Ii(e,t){const u=t||Object.assign(new Map,{active:!1}),r=new Map,n=function(c){var f;u.active&&(u.has(e)||u.set(e,new Set),(f=u.get(e))==null||f.add(c))},i=function(c){return new Proxy(c,{get(...f){return typeof f[1]=="string"&&n(`prop:${f[1]}`),Reflect.get(...f)}})},s=function(c){return new Proxy(c,{get(...f){return f[1]==="value"?g=>(n(`count:${g}`),c.value(g)):Reflect.get(...f)}})},o=function(c,f){return hn(c)?Ii(c,u):(f==="value"&&n("commit"),f==="_value"&&n("input"),f==="props"?i(c):f==="ledger"?s(c):(f==="children"&&(n("child"),n("childRemoved")),c))},{proxy:a,revoke:l}=Proxy.revocable(e,{get(...c){switch(c[1]){case"_node":return e;case"deps":return u;case"watch":return(g,h,d)=>af(a,g,h,d);case"observe":return()=>{const g=new Map(u);return u.clear(),u.active=!0,g};case"stopObserve":return()=>{const g=new Map(u);return u.active=!1,g};case"receipts":return r;case"kill":return()=>{of(r),nf.add(c[2]),l()}}const f=Reflect.get(...c);return typeof f=="function"?(...g)=>{const h=f(...g);return o(h,c[1])}:o(f,c[1])}});return a}function sf(e,[t,u],r,n){t.forEach((i,s)=>{i.forEach(o=>{e.receipts.has(s)||e.receipts.set(s,{});const a=e.receipts.get(s)??{};a[o]=a[o]??[],a[o].push(s.on(o,r,n)),e.receipts.set(s,a)})}),u.forEach((i,s)=>{i.forEach(o=>{if(e.receipts.has(s)){const a=e.receipts.get(s);a&&ie(a,o)&&(a[o].map(s.off),delete a[o],e.receipts.set(s,a))}})})}function of(e){e.forEach((t,u)=>{for(const r in t)t[r].map(u.off)}),e.clear()}function af(e,t,u,r){const n=o=>{const a=e.stopObserve();sf(e,lf(i,a),()=>af(e,t,u,r),r),u&&u(o)},i=new Map(e.deps);e.observe();const s=t(e);s instanceof Promise?s.then(o=>n(o)):n(s)}function lf(e,t){const u=new Map,r=new Map;return t.forEach((n,i)=>{if(!e.has(i))u.set(i,n);else{const s=new Set,o=e.get(i);n.forEach(a=>!(o!=null&&o.has(a))&&s.add(a)),u.set(i,s)}}),e.forEach((n,i)=>{if(!t.has(i))r.set(i,n);else{const s=new Set,o=t.get(i);n.forEach(a=>!(o!=null&&o.has(a))&&s.add(a)),r.set(i,s)}}),[u,r]}function Eo(e){return nf.has(e)}var cf=function({value:t}){return["yes","on","1",1,!0,"true"].includes(t)};cf.skipEmpty=!1;var C2=cf,k2=function({value:e},t=!1){const u=Date.parse(t||new Date),r=Date.parse(String(e));return isNaN(r)?!1:r>u},E2=k2,A2=function({value:e},t="default"){const u={default:new RegExp("^\\p{L}+$","u"),latin:/^[a-z]+$/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},$2=A2,D2=function({value:e},t="default"){const u={default:/^[\p{L} ]+$/u,latin:/^[a-z ]+$/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},w2=D2,F2=function({value:e},t="default"){const u={default:/^[0-9\p{L}]+$/u,latin:/^[0-9a-z]+$/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},S2=F2,T2=function({value:e},t=!1){const u=Date.parse(t||new Date),r=Date.parse(String(e));return isNaN(r)?!1:r<u},I2=T2,R2=function({value:t},u,r){if(!isNaN(t)&&!isNaN(u)&&!isNaN(r)){const n=1*t;u=Number(u),r=Number(r);const[i,s]=u<=r?[u,r]:[r,u];return n>=1*i&&n<=1*s}return!1},O2=R2,Ua=/(_confirm(?:ed)?)$/,P2=function(t,u,r="loose"){var i;u||(u=Ua.test(t.name)?t.name.replace(Ua,""):`${t.name}_confirm`);const n=(i=t.at(u))==null?void 0:i.value;return r==="strict"?t.value===n:t.value==n},M2=P2,V2=function({value:e},t="default"){const u={default:new RegExp("\\p{L}","u"),latin:/[a-z]/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},L2=V2,N2=function({value:e},t="default"){const u={default:/[\p{L} ]/u,latin:/[a-z ]/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},q2=N2,z2=function({value:e},t="default"){const u={default:/[0-9\p{L}]/u,latin:/[0-9a-z]/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},U2=z2,B2=function({value:e},t="default"){const u={default:new RegExp("\\p{Ll}","u"),latin:/[a-z]/},r=ie(u,t)?t:"default";return u[r].test(String(e))},j2=B2,H2=function({value:t}){return/[0-9]/.test(String(t))},K2=H2,W2=function({value:e}){return/[!-/:-@[-`{-~]/.test(String(e))},Z2=W2,G2=function({value:e},t="default"){const u={default:new RegExp("\\p{Lu}","u"),latin:/[A-Z]/},r=ie(u,t)?t:"default";return u[r].test(String(e))},J2=G2,Y2=function({value:t},u,r){u=u instanceof Date?u.getTime():Date.parse(u),r=r instanceof Date?r.getTime():Date.parse(r);const n=t instanceof Date?t.getTime():Date.parse(String(t));if(u&&!r)r=u,u=Date.now();else if(!u||!n)return!1;return n>=u&&n<=r},X2=Y2,Q2=function({value:t},u){return u&&typeof u=="string"?Op(u).test(String(t)):!isNaN(Date.parse(String(t)))},eg=Q2,tg=function({value:t}){return/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i.test(String(t))},ug=tg,rg=function({value:t},...u){return typeof t=="string"&&u.length?u.some(r=>t.endsWith(r)):typeof t=="string"&&u.length===0},ng=rg,ig=function({value:t},...u){return u.some(r=>typeof r=="object"?st(r,t):r==t)},sg=ig,og=function({value:t},u=0,r=1/0){u=parseInt(u),r=isNaN(parseInt(r))?1/0:parseInt(r);const n=u<=r?u:r,i=r>=u?r:u;if(typeof t=="string"||Array.isArray(t))return t.length>=n&&t.length<=i;if(t&&typeof t=="object"){const s=Object.keys(t).length;return s>=n&&s<=i}return!1},ag=og,lg=function({value:e},t="default"){const u={default:new RegExp("^\\p{Ll}+$","u"),allow_non_alpha:/^[0-9\p{Ll}!-/:-@[-`{-~]+$/u,allow_numeric:/^[0-9\p{Ll}]+$/u,allow_numeric_dashes:/^[0-9\p{Ll}-]+$/u,latin:/^[a-z]+$/},r=ie(u,t)?t:"default";return u[r].test(String(e))},cg=lg,fg=function({value:t},...u){return u.some(r=>(typeof r=="string"&&r.substr(0,1)==="/"&&r.substr(-1)==="/"&&(r=new RegExp(r.substr(1,r.length-2))),r instanceof RegExp?r.test(String(t)):r===t))},dg=fg,pg=function({value:t},u=10){return Array.isArray(t)?t.length<=u:Number(t)<=Number(u)},hg=pg,mg=function({value:t},u=1){return Array.isArray(t)?t.length>=u:Number(t)>=Number(u)},bg=mg,gg=function({value:t},...u){return!u.some(r=>typeof r=="object"?st(r,t):r===t)},_g=gg,vg=function({value:t}){return!isNaN(t)},yg=vg,ff=function(e,...t){return $t(e.value)?t.map(r=>{var n;return(n=e.at(r))==null?void 0:n.value}).some(r=>!$t(r)):!0};ff.skipEmpty=!1;var xg=ff,df=function({value:t},u="default"){return u==="trim"&&typeof t=="string"?!$t(t.trim()):!$t(t)};df.skipEmpty=!1;var Cg=df,kg=function({value:t},...u){return typeof t=="string"&&u.length?u.some(r=>t.startsWith(r)):typeof t=="string"&&u.length===0},Eg=kg,Ag=function({value:e}){return/^[!-/:-@[-`{-~]+$/.test(String(e))},$g=Ag,Dg=function({value:e},t="default"){const u={default:new RegExp("^\\p{Lu}+$","u"),latin:/^[A-Z]+$/},r=ie(u,t)?t:"default";return u[r].test(String(e))},wg=Dg,Fg=function({value:t},...u){try{const r=u.length?u:["http:","https:"],n=new URL(String(t));return r.includes(n.protocol)}catch{return!1}},Sg=Fg;const Tg=Object.freeze(Object.defineProperty({__proto__:null,accepted:C2,alpha:$2,alpha_spaces:w2,alphanumeric:S2,between:O2,confirm:M2,contains_alpha:L2,contains_alpha_spaces:q2,contains_alphanumeric:U2,contains_lowercase:j2,contains_numeric:K2,contains_symbol:Z2,contains_uppercase:J2,date_after:E2,date_before:I2,date_between:X2,date_format:eg,email:ug,ends_with:ng,is:sg,length:ag,lowercase:cg,matches:dg,max:hg,min:bg,not:_g,number:yg,require_one:xg,required:Cg,starts_with:Eg,symbol:$g,uppercase:wg,url:Sg},Symbol.toStringTag,{value:"Module"}));var Rs=xt({type:"state",blocking:!0,visible:!1,value:!0,key:"validating"});function Ig(e={}){return function(u){let r=Pt(u.props.validationRules||{}),n={...e,...r};const i={input:Rr(),rerun:null,isPassing:!0};let s=Pt(u.props.validation);u.on("prop:validation",({payload:a})=>o(a,r)),u.on("prop:validationRules",({payload:a})=>o(s,a));function o(a,l){var c;st(Object.keys(r||{}),Object.keys(l||{}))&&st(s,a)||(r=Pt(l),s=Pt(a),n={...e,...r},(c=u.props.parsedRules)==null||c.forEach(f=>{pf(f),of(f.observer.receipts),f.observer.kill()}),u.store.filter(()=>!1,"validation"),u.props.parsedRules=ja(a,n,u),i.isPassing=!0,Os(u,u.props.parsedRules,i))}u.props.parsedRules=ja(s,n,u),Os(u,u.props.parsedRules,i)}}function Os(e,t,u){Eo(e)||(u.input=Rr(),e.store.set(xt({key:"failing",value:!u.isPassing,visible:!1})),u.isPassing=!0,e.store.filter(r=>!r.meta.removeImmediately,"validation"),t.forEach(r=>r.debounce&&clearTimeout(r.timer)),t.length&&(e.store.set(Rs),Ps(0,t,u,!1,()=>{e.store.remove(Rs.key),e.store.set(xt({key:"failing",value:!u.isPassing,visible:!1}))})))}function Ps(e,t,u,r,n){const i=t[e];if(!i)return n();const s=i.observer;if(Eo(s))return;const o=u.input;i.state=null;function a(l,c){if(u.input!==o)return;u.isPassing=u.isPassing&&!!c,i.queued=!1;const f=s.stopObserve(),g=lf(i.deps,f);if(sf(s,g,function(){try{s.store.set(Rs)}catch{}i.queued=!0,u.rerun&&clearTimeout(u.rerun),u.rerun=setTimeout(Os,0,s,t,u)},"unshift"),i.deps=f,i.state=c,c===!1?Og(i,r||l):pf(i),t.length>e+1){const h=t[e+1];(c||h.force||!h.skipEmpty)&&h.state===null&&(h.queued=!0),Ps(e+1,t,u,r||l,n)}else n()}(!$t(s.value)||!i.skipEmpty)&&(u.isPassing||i.force)?i.queued?Rg(i,s,l=>{l instanceof Promise?l.then(c=>a(!0,c)):a(!1,l)}):Ps(e+1,t,u,r,n):$t(s.value)&&i.skipEmpty&&u.isPassing?(s.observe(),s.value,a(!1,u.isPassing)):a(!1,null)}function Rg(e,t,u){e.debounce?e.timer=setTimeout(()=>{t.observe(),u(e.rule(t,...e.args))},e.debounce):(t.observe(),u(e.rule(t,...e.args)))}function pf(e){const t=`rule_${e.name}`;e.messageObserver&&(e.messageObserver=e.messageObserver.kill()),ie(e.observer.store,t)&&e.observer.store.remove(t)}function Og(e,t){const u=e.observer;Eo(u)||(e.messageObserver||(e.messageObserver=Ii(u._node)),e.messageObserver.watch(r=>Mg(r,e),r=>{const n=Pg(u,e,r),i=xt({blocking:e.blocking,key:`rule_${e.name}`,meta:{messageKey:e.name,removeImmediately:t,localize:!n,i18nArgs:r},type:"validation",value:n||"This field is not valid."});u.store.set(i)}))}function Pg(e,t,u){const r=e.props.validationMessages&&ie(e.props.validationMessages,t.name)?e.props.validationMessages[t.name]:void 0;return typeof r=="function"?r(...u):r}function Mg(e,t){return[{node:e,name:hf(e),args:t.args}]}function hf(e){return typeof e.props.validationLabel=="function"?e.props.validationLabel(e):e.props.validationLabel||e.props.label||e.props.name||String(e.name)}var mf="(?:[\\*+?()0-9]+)",bf="[a-zA-Z][a-zA-Z0-9_]+",Vg=new RegExp(`^(${mf}?${bf})(?:\\:(.*)+)?$`,"i"),Lg=new RegExp(`^(${mf})(${bf})$`,"i"),Ng=/([\*+?]+)?(\(\d+\))([\*+?]+)?/,Ba=/\(\d+\)/,qg={blocking:!0,debounce:0,force:!1,skipEmpty:!0,name:""};function ja(e,t,u){return e?(typeof e=="string"?zg(e):Er(e)).reduce((n,i)=>{let s=i.shift();const o={};if(typeof s=="string"){const[a,l]=Bg(s);ie(t,a)&&(s=t[a],Object.assign(o,l))}return typeof s=="function"&&n.push({observer:Ii(u),rule:s,args:i,timer:0,state:null,queued:!0,deps:new Map,...qg,...jg(o,s)}),n},[]):[]}function zg(e){return e.split("|").reduce((t,u)=>{const r=Ug(u);return r&&t.push(r),t},[])}function Ug(e){const t=e.trim();if(t){const u=t.match(Vg);if(u&&typeof u[1]=="string"){const r=u[1].trim(),n=u[2]&&typeof u[2]=="string"?u[2].split(",").map(i=>i.trim()):[];return[r,...n]}}return!1}function Bg(e){const t=e.match(Lg);if(!t)return[e,{name:e}];const u={"*":{force:!0},"+":{skipEmpty:!1},"?":{blocking:!1}},[,r,n]=t,i=Ba.test(r)?r.match(Ng)||[]:[,r];return[n,[i[1],i[2],i[3]].reduce((s,o)=>(o&&(Ba.test(o)?s.debounce=parseInt(o.substr(1,o.length-1)):o.split("").forEach(a=>ie(u,a)&&Object.assign(s,u[a]))),s),{name:n})]}function jg(e,t){return e.name||(e.name=t.ruleName||t.name),["skipEmpty","force","debounce","blocking"].reduce((u,r)=>(ie(t,r)&&!ie(u,r)&&Object.assign(u,{[r]:t[r]}),u),e)}function pe(e){return e[0].toUpperCase()+e.substr(1)}function Ha(e,t="or"){return e.reduce((u,r,n)=>(u+=r,n<=e.length-2&&e.length>2&&(u+=", "),n===e.length-2&&(u+=`${e.length===2?" ":""}${t} `),u),"")}function In(e){const t=typeof e=="string"?new Date(Date.parse(e)):e;return t instanceof Date?new Intl.DateTimeFormat(void 0,{dateStyle:"medium",timeZone:"UTC"}).format(t):"(unknown)"}function Hg(e,t){return Number(e)>=Number(t)?[t,e]:[e,t]}var Kg={add:"Add",remove:"Remove",removeAll:"Remove all",incomplete:"Sorry, not all fields are filled out correctly.",submit:"Submit",noFiles:"No file chosen",moveUp:"Move up",moveDown:"Move down",isLoading:"Loading...",loadMore:"Load more",next:"Next",prev:"Previous",addAllValues:"Add all values",addSelectedValues:"Add selected values",removeAllValues:"Remove all values",removeSelectedValues:"Remove selected values",chooseDate:"Choose date",changeDate:"Change date",summaryHeader:"There were errors in your form.",close:"Close",open:"Open"},Wg={accepted({name:e}){return`Please accept the ${e}.`},date_after({name:e,args:t}){return Array.isArray(t)&&t.length?`${pe(e)} must be after ${In(t[0])}.`:`${pe(e)} must be in the future.`},alpha({name:e}){return`${pe(e)} can only contain alphabetical characters.`},alphanumeric({name:e}){return`${pe(e)} can only contain letters and numbers.`},alpha_spaces({name:e}){return`${pe(e)} can only contain letters and spaces.`},contains_alpha({name:e}){return`${pe(e)} must contain alphabetical characters.`},contains_alphanumeric({name:e}){return`${pe(e)} must contain letters or numbers.`},contains_alpha_spaces({name:e}){return`${pe(e)} must contain letters or spaces.`},contains_symbol({name:e}){return`${pe(e)} must contain a symbol.`},contains_uppercase({name:e}){return`${pe(e)} must contain an uppercase letter.`},contains_lowercase({name:e}){return`${pe(e)} must contain a lowercase letter.`},contains_numeric({name:e}){return`${pe(e)} must contain numbers.`},symbol({name:e}){return`${pe(e)} must be a symbol.`},uppercase({name:e}){return`${pe(e)} can only contain uppercase letters.`},lowercase({name:e,args:t}){let u="";return Array.isArray(t)&&t.length&&(t[0]==="allow_non_alpha"&&(u=", numbers and symbols"),t[0]==="allow_numeric"&&(u=" and numbers"),t[0]==="allow_numeric_dashes"&&(u=", numbers and dashes")),`${pe(e)} can only contain lowercase letters${u}.`},date_before({name:e,args:t}){return Array.isArray(t)&&t.length?`${pe(e)} must be before ${In(t[0])}.`:`${pe(e)} must be in the past.`},between({name:e,args:t}){if(isNaN(t[0])||isNaN(t[1]))return"This field was configured incorrectly and can’t be submitted.";const[u,r]=Hg(t[0],t[1]);return`${pe(e)} must be between ${u} and ${r}.`},confirm({name:e}){return`${pe(e)} does not match.`},date_format({name:e,args:t}){return Array.isArray(t)&&t.length?`${pe(e)} is not a valid date, please use the format ${t[0]}`:"This field was configured incorrectly and can’t be submitted"},date_between({name:e,args:t}){return`${pe(e)} must be between ${In(t[0])} and ${In(t[1])}`},email:"Please enter a valid email address.",ends_with({name:e,args:t}){return`${pe(e)} doesn’t end with ${Ha(t)}.`},is({name:e}){return`${pe(e)} is not an allowed value.`},length({name:e,args:[t=0,u=1/0]}){const r=Number(t)<=Number(u)?t:u,n=Number(u)>=Number(t)?u:t;return r==1&&n===1/0?`${pe(e)} must be at least one character.`:r==0&&n?`${pe(e)} must be less than or equal to ${n} characters.`:r===n?`${pe(e)} should be ${n} characters long.`:r&&n===1/0?`${pe(e)} must be greater than or equal to ${r} characters.`:`${pe(e)} must be between ${r} and ${n} characters.`},matches({name:e}){return`${pe(e)} is not an allowed value.`},max({name:e,node:{value:t},args:u}){return Array.isArray(t)?`Cannot have more than ${u[0]} ${e}.`:`${pe(e)} must be no more than ${u[0]}.`},mime({name:e,args:t}){return t[0]?`${pe(e)} must be of the type: ${t[0]}`:"No file formats allowed."},min({name:e,node:{value:t},args:u}){return Array.isArray(t)?`Cannot have fewer than ${u[0]} ${e}.`:`${pe(e)} must be at least ${u[0]}.`},not({name:e,node:{value:t}}){return`“${t}” is not an allowed ${e}.`},number({name:e}){return`${pe(e)} must be a number.`},require_one:({name:e,node:t,args:u})=>{const r=u.map(n=>{const i=t.at(n);return i?hf(i):!1}).filter(n=>!!n);return r.unshift(e),`${r.join(" or ")} is required.`},required({name:e}){return`${pe(e)} is required.`},starts_with({name:e,args:t}){return`${pe(e)} doesn’t start with ${Ha(t)}.`},url(){return"Please enter a valid URL."},invalidDate:"The selected date is invalid."},Zg={ui:Kg,validation:Wg},Ka=new Set;function Gg(e){return function(u){Ka.add(u),u.on("destroying",()=>Ka.delete(u));let r=Wa(u.config.locale,e),n=r?e[r]:{};u.on("prop:locale",({payload:i})=>{r=Wa(i,e),n=r?e[r]:{},u.store.touch()}),u.on("prop:label",()=>u.store.touch()),u.on("prop:validationLabel",()=>u.store.touch()),u.hook.text((i,s)=>{var a,l;const o=((a=i.meta)==null?void 0:a.messageKey)||i.key;if(ie(n,i.type)&&ie(n[i.type],o)){const c=n[i.type][o];typeof c=="function"?i.value=Array.isArray((l=i.meta)==null?void 0:l.i18nArgs)?c(...i.meta.i18nArgs):c(i):i.value=c}return s(i)})}}function Wa(e,t){if(ie(t,e))return e;const[u]=e.split("-");if(ie(t,u))return u;for(const r in t)return r;return!1}function Jg(...e){const t=e.reduce((r,n)=>Tu(r,n),{}),u=()=>{};return u.library=function(r){const n=_r(r.props.type);ie(t,n)&&r.define(t[n])},u}var Yg=["classes","config","delay","errors","id","index","inputErrors","library","modelValue","onUpdate:modelValue","name","number","parent","plugins","sectionsSchema","type","validation","validationLabel","validationMessages","validationRules","onInput","onInputRaw","onUpdate:modelValue","onNode","onSubmit","onSubmitInvalid","onSubmitRaw"];function Ri(e){return e&&typeof e=="object"&&"group"in e&&Array.isArray(e.options)}function gf(e,t={count:1}){return Array.isArray(e)?e.map(u=>{if(typeof u=="string"||typeof u=="number")return{label:String(u),value:String(u)};if(typeof u=="object"){if("group"in u)return u.options=gf(u.options||[],t),u;"value"in u&&typeof u.value!="string"&&Object.assign(u,{value:`__mask_${t.count++}`,__original:u.value})}return u}):Object.keys(e).map(u=>({label:e[u],value:u}))}function Zu(e,t,u=!1){if(Array.isArray(e)){for(const r of e)if(!(typeof r!="object"&&r)){if(Ri(r)){const n=Zu(r.options,t,!0);if(n!==void 0)return n}else if(t==r.value)return"__original"in r?r.__original:r.value}}return u?void 0:t}function wr(e,t){return e===null&&t===void 0||e===void 0&&t===null?!1:e==t?!0:kr(e)&&kr(t)?st(e,t):!1}function Oi(e){e.hook.prop((t,u)=>{var r;return t.prop==="options"&&(typeof t.value=="function"?(e.props.optionsLoader=t.value,t.value=[]):((r=e.props)._normalizeCounter??(r._normalizeCounter={count:1}),t.value=gf(t.value,e.props._normalizeCounter))),u(t)})}function re(e,t,u=!1){return(...r)=>{const n=i=>{const s=!t||typeof t=="string"?{$el:t}:t();return(ws(s)||Fs(s))&&(s.meta?s.meta.section=e:s.meta={section:e},r.length&&!s.children&&(s.children=[...r.map(o=>typeof o=="function"?o(i):o)]),ws(s)&&(s.attrs={class:`$classes.${e}`,...s.attrs||{}})),{if:`$slots.${e}`,then:`$slots.${e}`,else:e in i?Br(s,i[e]):s}};return n._s=e,u?Xg(n):n}}function Xg(e){return t=>[e(t)]}function ui(e){return!!(e&&typeof e=="object"&&("$el"in e||"$cmp"in e||"$formkit"in e))}function Br(e,t={}){return typeof e=="string"?ui(t)||typeof t=="string"?t:e:Array.isArray(e)?ui(t)?t:e:Tu(e,t)}var Qg=re("actions",()=>({$el:"div",if:"$actions"})),ri=re("input",()=>({$el:"input",bind:"$attrs",attrs:{type:"$type",name:"$node.props.altName || $node.name",disabled:"$option.attrs.disabled || $disabled",onInput:"$handlers.toggleChecked",checked:"$fns.eq($_value, $onValue)",onBlur:"$handlers.blur",value:"$: true",id:"$id","aria-describedby":{if:"$options.length",then:{if:"$option.help",then:'$: "help-" + $option.attrs.id',else:void 0},else:{if:"$help",then:'$: "help-" + $id',else:void 0}}}})),_f=re("optionHelp",()=>({$el:"div",if:"$option.help",attrs:{id:'$: "help-" + $option.attrs.id'}})),ni=re("inner","span"),ii=re("label","span"),vf=re("option",()=>({$el:"li",for:["option","$options"],attrs:{"data-disabled":"$option.attrs.disabled || $disabled || undefined"}})),yf=re("options","ul"),si=re("wrapper",()=>({$el:"label",attrs:{"data-disabled":{if:"$options.length",then:void 0,else:"$disabled || undefined"},"data-checked":{if:"$options == undefined",then:"$fns.eq($_value, $onValue) || undefined",else:"$fns.isChecked($option.value) || undefined"}}})),e3=re("input",()=>({$el:"button",bind:"$attrs",attrs:{type:"$type",disabled:"$disabled",name:"$node.name",id:"$id"}})),t3=re("default",null),oi=re("decorator",()=>({$el:"span",attrs:{"aria-hidden":"true"}})),xf=re("fieldset",()=>({$el:"fieldset",attrs:{id:"$id","aria-describedby":{if:"$help",then:'$: "help-" + $id',else:void 0}}})),u3=re("input",()=>({$el:"input",bind:"$attrs",attrs:{type:"file",disabled:"$disabled",name:"$node.name",onChange:"$handlers.files",onBlur:"$handlers.blur",id:"$id","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"}})),r3=re("fileItem",()=>({$el:"li",for:["file","$value"]})),n3=re("fileList",()=>({$el:"ul",if:"$value.length",attrs:{"data-has-multiple":"$_hasMultipleFiles"}})),i3=re("fileName",()=>({$el:"span",attrs:{class:"$classes.fileName"}})),Za=re("fileRemove",()=>({$el:"button",attrs:{type:"button",onClick:"$handlers.resetFiles"}})),s3=re("form",()=>({$el:"form",bind:"$attrs",meta:{autoAnimate:!0},attrs:{id:"$id",name:"$node.name",onSubmit:"$handlers.submit","data-loading":"$state.loading || undefined"}})),Ao=re("wrapper",null,!0),St=re("help",()=>({$el:"div",if:"$help",attrs:{id:'$: "help-" + $id'}})),De=(e,t)=>re(`${e}Icon`,()=>{const u=`_raw${e.charAt(0).toUpperCase()}${e.slice(1)}Icon`;return{if:`$${e}Icon && $${u}`,$el:`${t||"span"}`,attrs:{class:`$classes.${e}Icon + " " + $classes.icon`,innerHTML:`$${u}`,onClick:`$handlers.iconClick(${e})`,role:`$fns.iconRole(${e})`,tabindex:`$fns.iconRole(${e}) === "button" && "0" || undefined`,for:{if:`${t==="label"}`,then:"$id"}}}})(),er=re("inner","div"),tr=re("label",()=>({$el:"label",if:"$label",attrs:{for:"$id"}})),Cf=re("legend",()=>({$el:"legend",if:"$label"})),zt=re("message",()=>({$el:"li",for:["message","$messages"],attrs:{key:"$message.key",id:"$id + '-' + $message.key","data-message-type":"$message.type"}})),Ut=re("messages",()=>({$el:"ul",if:"$defaultMessagePlacement && $fns.length($messages)"})),o3=re("noFiles",()=>({$el:"span",if:"$value.length == 0"})),kf=re("optGroup",()=>({$el:"optgroup",bind:"$option.attrs",attrs:{label:"$option.group"}})),ai=re("option",()=>({$el:"option",bind:"$option.attrs",attrs:{class:"$classes.option",value:"$option.value",selected:"$fns.isSelected($option)"}})),li=re("options",()=>({$el:null,if:"$options.length",for:["option","$option.options || $options"]})),iu=re("outer",()=>({$el:"div",meta:{autoAnimate:!0},attrs:{key:"$id","data-family":"$family || undefined","data-type":"$type","data-multiple":'$attrs.multiple || ($type != "select" && $options != undefined) || undefined',"data-has-multiple":"$_hasMultipleFiles","data-disabled":'$: ($disabled !== "false" && $disabled) || undefined',"data-empty":"$state.empty || undefined","data-complete":"$state.complete || undefined","data-invalid":"$state.invalid || undefined","data-errors":"$state.errors || undefined","data-submitted":"$state.submitted || undefined","data-prefix-icon":"$_rawPrefixIcon !== undefined || undefined","data-suffix-icon":"$_rawSuffixIcon !== undefined || undefined","data-prefix-icon-click":"$onPrefixIconClick !== undefined || undefined","data-suffix-icon-click":"$onSuffixIconClick !== undefined || undefined"}})),Tt=re("prefix",null),Ef=re("input",()=>({$el:"select",bind:"$attrs",attrs:{id:"$id","data-placeholder":"$fns.showPlaceholder($_value, $placeholder)",disabled:"$disabled",class:"$classes.input",name:"$node.name",onChange:"$handlers.onChange",onInput:"$handlers.selectInput",onBlur:"$handlers.blur","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"}})),a3=re("submit",()=>({$cmp:"FormKit",bind:"$submitAttrs",props:{type:"submit",label:"$submitLabel"}})),It=re("suffix",null),$o=re("input",()=>({$el:"input",bind:"$attrs",attrs:{type:"$type",disabled:"$disabled",name:"$node.name",onInput:"$handlers.DOMInput",onBlur:"$handlers.blur",value:"$_value",id:"$id","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"}})),Af=re("input",()=>({$el:"textarea",bind:"$attrs",attrs:{disabled:"$disabled",name:"$node.name",onInput:"$handlers.DOMInput",onBlur:"$handlers.blur",value:"$_value",id:"$id","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"},children:"$initialValue"})),Lu=re("wrapper","div"),l3=0;function $f(e){(e.type==="group"||e.type==="list")&&e.plugins.add(c3)}function c3(e){e.props.type==="radio"&&(e.addProps(["altName"]),e.props.altName=`${e.name}_${l3++}`)}function Df(e){return function(t,u){return t.prop==="options"&&Array.isArray(t.value)&&(t.value=t.value.map(r=>{var n;return(n=r.attrs)!=null&&n.id?r:Tu(r,{attrs:{id:`${e.props.id}-option-${oo(String(r.value))}`}})}),e.props.type==="checkbox"&&!Array.isArray(e.value)&&(e.isCreated?e.input([],!1):e.on("created",()=>{Array.isArray(e.value)||e.input([],!1)}))),u(t)}}function f3(e,t){const u=t.target;if(u instanceof HTMLInputElement){const r=Array.isArray(e.props.options)?Zu(e.props.options,u.value):u.value;Array.isArray(e.props.options)&&e.props.options.length?Array.isArray(e._value)?e._value.some(n=>wr(r,n))?e.input(e._value.filter(n=>!wr(r,n))):e.input([...e._value,r]):e.input([r]):u.checked?e.input(e.props.onValue):e.input(e.props.offValue)}}function d3(e,t){var u,r;return(u=e.context)==null||u.value,(r=e.context)==null||r._value,Array.isArray(e._value)?e._value.some(n=>wr(Zu(e.props.options,t),n)):!1}function p3(e){e.on("created",()=>{var t,u;(t=e.context)!=null&&t.handlers&&(e.context.handlers.toggleChecked=f3.bind(null,e)),(u=e.context)!=null&&u.fns&&(e.context.fns.isChecked=d3.bind(null,e)),ie(e.props,"onValue")||(e.props.onValue=!0),ie(e.props,"offValue")||(e.props.offValue=!1)}),e.hook.prop(Df(e))}function Hu(e,t){return u=>{u.props[`${e}Icon`]===void 0&&(u.props[`${e}Icon`]=t.startsWith("<svg")?t:`default:${t}`)}}function Do(e){e.on("created",()=>{"disabled"in e.props&&(e.props.disabled=Mt(e.props.disabled),e.config.disabled=Mt(e.props.disabled))}),e.hook.prop(({prop:t,value:u},r)=>(u=t==="disabled"?Mt(u):u,r({prop:t,value:u}))),e.on("prop:disabled",({payload:t})=>{e.config.disabled=Mt(t)})}function Nn(e,t){return u=>{u.store.set(xt({key:e,type:"ui",value:t||e,meta:{localize:!0,i18nArgs:[u]}}))}}var is=typeof window<"u";function wf(e){e.target instanceof HTMLElement&&e.target.hasAttribute("data-file-hover")&&e.target.removeAttribute("data-file-hover")}function Ga(e,t){t.target instanceof HTMLInputElement?e==="dragover"&&t.target.setAttribute("data-file-hover","true"):t.preventDefault(),e==="drop"&&wf(t)}function h3(e){Nn("noFiles","Select file")(e),Nn("removeAll","Remove all")(e),Nn("remove")(e),e.addProps(["_hasMultipleFiles"]),is&&(window._FormKit_File_Drop||(window.addEventListener("dragover",Ga.bind(null,"dragover")),window.addEventListener("drop",Ga.bind(null,"drop")),window.addEventListener("dragleave",wf),window._FormKit_File_Drop=!0)),e.hook.input((t,u)=>u(Array.isArray(t)?t:[])),e.on("input",({payload:t})=>{e.props._hasMultipleFiles=Array.isArray(t)&&t.length>1?!0:void 0}),e.on("reset",()=>{if(e.props.id&&is){const t=document.getElementById(e.props.id);t&&(t.value="")}}),e.on("created",()=>{Array.isArray(e.value)||e.input([],!1),e.context&&(e.context.handlers.resetFiles=t=>{if(t.preventDefault(),e.input([]),e.props.id&&is){const u=document.getElementById(e.props.id);u&&(u.value=""),u==null||u.focus()}},e.context.handlers.files=t=>{var r,n;const u=[];if(t.target instanceof HTMLInputElement&&t.target.files){for(let i=0;i<t.target.files.length;i++){let s;(s=t.target.files.item(i))&&u.push({name:s.name,file:s})}e.input(u)}e.context&&(e.context.files=u),typeof((r=e.props.attrs)==null?void 0:r.onChange)=="function"&&((n=e.props.attrs)==null||n.onChange(t))})})}var Ja=xt({key:"loading",value:!0,visible:!1});async function m3(e,t){const u=Math.random();if(e.props._submitNonce=u,t.preventDefault(),await e.settled,e.ledger.value("validating")&&(e.store.set(Ja),await e.ledger.settled("validating"),e.store.remove("loading"),e.props._submitNonce!==u))return;const r=n=>n.store.set(xt({key:"submitted",value:!0,visible:!1}));if(e.walk(r),r(e),e.emit("submit-raw"),typeof e.props.onSubmitRaw=="function"&&e.props.onSubmitRaw(t,e),e.ledger.value("blocking"))typeof e.props.onSubmitInvalid=="function"&&e.props.onSubmitInvalid(e),e.props.incompleteMessage!==!1&&Ff(e);else if(typeof e.props.onSubmit=="function"){const n=e.props.onSubmit(e.hook.submit.dispatch(Er(e.value)),e);if(n instanceof Promise){const i=e.props.disabled===void 0&&e.props.submitBehavior!=="live";i&&(e.props.disabled=!0),e.store.set(Ja),await n,i&&(e.props.disabled=!1),e.store.remove("loading")}}else t.target instanceof HTMLFormElement&&t.target.submit()}function Ff(e){e.store.set(xt({blocking:!1,key:"incomplete",meta:{localize:e.props.incompleteMessage===void 0,i18nArgs:[{node:e}],showAsMessage:!0},type:"ui",value:e.props.incompleteMessage||"Form incomplete."}))}function b3(e){var t;e.props.isForm=!0,e.ledger.count("validating",u=>u.key==="validating"),(t=e.props).submitAttrs??(t.submitAttrs={disabled:e.props.disabled}),e.on("prop:disabled",({payload:u})=>{e.props.submitAttrs={...e.props.submitAttrs,disabled:u}}),e.on("created",()=>{var u;(u=e.context)!=null&&u.handlers&&(e.context.handlers.submit=m3.bind(null,e)),ie(e.props,"actions")||(e.props.actions=!0)}),e.on("prop:incompleteMessage",()=>{e.store.incomplete&&Ff(e)}),e.on("settled:blocking",()=>e.store.remove("incomplete"))}function g3(e){e.props.ignore===void 0&&(e.props.ignore=!0,e.parent=null)}function Sf(e){e.on("created",()=>{e.context&&(e.context.initialValue=e.value||"")})}function wo(e){if(typeof e.props.number>"u")return;const t=["number","range","hidden"].includes(e.props.type);e.hook.input((u,r)=>{if(u==="")return r(void 0);const n=e.props.number==="integer"?parseInt(u):parseFloat(u);return Number.isFinite(n)?r(n):r(t?void 0:u)})}function _3(e,t){t.target instanceof HTMLInputElement&&e.input(Zu(e.props.options,t.target.value))}function v3(e,t){var u,r;return(u=e.context)==null||u.value,(r=e.context)==null||r._value,wr(Zu(e.props.options,t),e._value)}function y3(e){e.on("created",()=>{var t,u;Array.isArray(e.props.options)||Xu(350,{node:e,inputType:"radio"}),(t=e.context)!=null&&t.handlers&&(e.context.handlers.toggleChecked=_3.bind(null,e)),(u=e.context)!=null&&u.fns&&(e.context.fns.isChecked=v3.bind(null,e))}),e.hook.prop(Df(e))}function x3(e,t){if(Ri(t))return!1;e.context&&e.context.value;const u="__original"in t?t.__original:t.value;return Array.isArray(e._value)?e._value.some(r=>wr(r,u)):(e._value===void 0||e._value===null&&!Tf(e.props.options,null))&&t.attrs&&t.attrs["data-is-placeholder"]?!0:wr(u,e._value)}function Tf(e,t){return e.some(u=>Ri(u)?Tf(u.options,t):("__original"in u?u.__original:u.value)===t)}async function C3(e,t){var u;typeof((u=e.props.attrs)==null?void 0:u.onChange)=="function"&&(await new Promise(r=>setTimeout(r,0)),await e.settled,e.props.attrs.onChange(t))}function k3(e,t){const u=t.target,r=u.hasAttribute("multiple")?Array.from(u.selectedOptions).map(n=>Zu(e.props.options,n.value)):Zu(e.props.options,u.value);e.input(r)}function Ya(e,t){return e.some(u=>u.attrs&&u.attrs["data-is-placeholder"])?e:[{label:t,value:"",attrs:{hidden:!0,disabled:!0,"data-is-placeholder":"true"}},...e]}function If(e){const t=e.length>0?e[0]:void 0;if(t)return Ri(t)?If(t.options):"__original"in t?t.__original:t.value}function Rf(e){e.on("created",()=>{var u,r,n;const t=Mt((u=e.props.attrs)==null?void 0:u.multiple);!t&&e.props.placeholder&&Array.isArray(e.props.options)&&(e.hook.prop(({prop:i,value:s},o)=>(i==="options"&&(s=Ya(s,e.props.placeholder)),o({prop:i,value:s}))),e.props.options=Ya(e.props.options,e.props.placeholder)),t?e.value===void 0&&e.input([],!1):e.context&&!e.context.options&&(e.props.attrs=Object.assign({},e.props.attrs,{value:e._value}),e.on("input",({payload:i})=>{e.props.attrs=Object.assign({},e.props.attrs,{value:i})})),(r=e.context)!=null&&r.handlers&&(e.context.handlers.selectInput=k3.bind(null,e),e.context.handlers.onChange=C3.bind(null,e)),(n=e.context)!=null&&n.fns&&(e.context.fns.isSelected=x3.bind(null,e),e.context.fns.showPlaceholder=(i,s)=>{if(!Array.isArray(e.props.options))return!1;const o=e.props.options.some(a=>{if(a.attrs&&"data-is-placeholder"in a.attrs)return!1;const l="__original"in a?a.__original:a.value;return st(i,l)});return s&&!o?!0:void 0})}),e.hook.input((t,u)=>{var r,n,i;return!e.props.placeholder&&t===void 0&&Array.isArray((r=e.props)==null?void 0:r.options)&&e.props.options.length&&!Mt((i=(n=e.props)==null?void 0:n.attrs)==null?void 0:i.multiple)&&(t=If(e.props.options)),u(t)})}function Ms(e){return!!(fr(e)&&e.if&&e.if.startsWith("$slots.")&&typeof e.then=="string"&&e.then.startsWith("$slots.")&&"else"in e)}function Dt(e,t,u){const r=n=>{const i=t(n);if(u||ui(i)&&"if"in i||Ms(i)){const s={if:e,then:i};return u&&(s.else=u(n)),s}else Ms(i)?Object.assign(i.else,{if:e}):ui(i)&&Object.assign(i,{if:e});return i};return r._s=Rr(),r}function yr(e,t){const u=r=>{const n=e({});return Ms(n)?(Array.isArray(n.else)||(n.else=Br(Br(n.else,t),e._s?r[e._s]:{})),n):Br(Br(n,t),e._s?r[e._s]:{})};return u._s=e._s,u}var Xa={schema:iu(Ut(zt("$message.value")),Lu(e3(De("prefix"),Tt(),t3("$label || $ui.submit.value"),It(),De("suffix"))),St("$help")),type:"input",family:"button",props:[],features:[Nn("submit"),g3],schemaMemoKey:"h6st4epl3j8"},E3={schema:iu(Dt("$options == undefined",si(ni(Tt(),ri(),oi(De("decorator")),It()),yr(ii("$label"),{if:"$label"})),xf(Cf("$label"),St("$help"),yf(vf(si(ni(Tt(),yr(ri(),{bind:"$option.attrs",attrs:{id:"$option.attrs.id",value:"$option.value",checked:"$fns.isChecked($option.value)"}}),oi(De("decorator")),It()),yr(ii("$option.label"),{if:"$option.label"})),_f("$option.help"))))),Dt("$options == undefined && $help",St("$help")),Ut(zt("$message.value"))),type:"input",family:"box",props:["options","onValue","offValue","optionsLoader"],features:[Oi,p3,Hu("decorator","checkboxDecorator")],schemaMemoKey:"qje02tb3gu8"},A3={schema:iu(Lu(tr("$label"),er(De("prefix","label"),Tt(),u3(),n3(r3(De("fileItem"),i3("$file.name"),Dt("$value.length === 1",Za(De("fileRemove"),'$ui.remove.value + " " + $file.name')))),Dt("$value.length > 1",Za("$ui.removeAll.value")),o3(De("noFiles"),"$ui.noFiles.value"),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",family:"text",props:[],features:[h3,Hu("fileItem","fileItem"),Hu("fileRemove","fileRemove"),Hu("noFiles","noFiles")],schemaMemoKey:"9kqc4852fv8"},$3={schema:s3("$slots.default",Ut(zt("$message.value")),Qg(a3())),type:"group",props:["actions","submit","submitLabel","submitAttrs","submitBehavior","incompleteMessage"],features:[b3,Do],schemaMemoKey:"5bg016redjo"},D3={schema:Ao("$slots.default"),type:"group",props:[],features:[Do,$f]},w3={schema:$o(),type:"input",props:[],features:[wo]},F3={schema:Ao("$slots.default"),type:"list",props:["sync","dynamic"],features:[Do,$f]},S3={schema:Ao(),type:"input",props:[],features:[]},T3={schema:iu(Dt("$options == undefined",si(ni(Tt(),ri(),oi(De("decorator")),It()),yr(ii("$label"),{if:"$label"})),xf(Cf("$label"),St("$help"),yf(vf(si(ni(Tt(),yr(ri(),{bind:"$option.attrs",attrs:{id:"$option.attrs.id",value:"$option.value",checked:"$fns.isChecked($option.value)"}}),oi(De("decorator")),It()),yr(ii("$option.label"),{if:"$option.label"})),_f("$option.help"))))),Dt("$options == undefined && $help",St("$help")),Ut(zt("$message.value"))),type:"input",family:"box",props:["options","onValue","offValue","optionsLoader"],features:[Oi,y3,Hu("decorator","radioDecorator")],schemaMemoKey:"qje02tb3gu8"},I3={schema:iu(Lu(tr("$label"),er(De("prefix"),Tt(),Ef(Dt("$slots.default",()=>"$slots.default",li(Dt("$option.group",kf(li(ai("$option.label"))),ai("$option.label"))))),Dt("$attrs.multiple !== undefined",()=>"",De("select")),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",props:["options","placeholder","optionsLoader"],features:[Oi,Rf,Hu("select","select")],schemaMemoKey:"cb119h43krg"},R3={schema:iu(Lu(tr("$label"),er(De("prefix","label"),Tt(),Af(),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",props:[],features:[Sf],schemaMemoKey:"b1n0td79m9g"},ct={schema:iu(Lu(tr("$label"),er(De("prefix","label"),Tt(),$o(),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",family:"text",props:[],features:[wo],schemaMemoKey:"c3cc4kflsg"},O3={button:Xa,submit:Xa,checkbox:E3,file:A3,form:$3,group:D3,hidden:w3,list:F3,meta:S3,radio:T3,select:I3,textarea:R3,text:ct,color:ct,date:ct,datetimeLocal:ct,email:ct,month:ct,number:ct,password:ct,search:ct,tel:ct,time:ct,url:ct,week:ct,range:ct};function P3(e){const t={};return Object.keys(e).forEach(u=>{Object.keys(e[u]).forEach(r=>{t[r]?t[r][u]=e[u][r]:t[r]={[u]:e[u][r]}})}),Object.keys(t).forEach(u=>{const r=t[u];t[u]=function(n,i){return M3(n,i,r)}}),t}function M3(e,t,u){const r=e.props.type,n=e.props.family;let i="";u.global&&(i+=u.global+" "),u[`family:${n}`]&&(i+=u[`family:${n}`]+" "),u[r]&&(i+=u[r]);const s=i.split("$reset");return s.length>1?`$reset ${s[s.length-1].trim()}`:s[0].trim()}var Vt=void 0,Wt=null,ci,Of=!1,jr=!1,V3=new Promise(e=>{ci=()=>{Of=!0,e()}}),_u=typeof window<"u"&&typeof fetch<"u";Vt=_u?getComputedStyle(document.documentElement):void 0;var dr={},ss={};function L3(e,t,u,r){t&&Object.assign(dr,t),_u&&!jr&&(Vt!=null&&Vt.getPropertyValue("--formkit-theme"))?(ci(),jr=!0):e&&!jr&&_u?N3(e):!jr&&_u&&ci();const n=function(s){var o,a;s.addProps(["iconLoader","iconLoaderUrl"]),s.props.iconHandler=Xr((o=s.props)!=null&&o.iconLoader?s.props.iconLoader:r,(a=s.props)!=null&&a.iconLoaderUrl?s.props.iconLoaderUrl:u),U3(s,s.props.iconHandler),s.on("created",()=>{var l,c;(l=s==null?void 0:s.context)!=null&&l.handlers&&(s.context.handlers.iconClick=f=>{const g=`on${f.charAt(0).toUpperCase()}${f.slice(1)}IconClick`,h=s.props[g];if(h&&typeof h=="function")return d=>h(s,d)}),(c=s==null?void 0:s.context)!=null&&c.fns&&(s.context.fns.iconRole=f=>{const g=`on${f.charAt(0).toUpperCase()}${f.slice(1)}IconClick`;return typeof s.props[g]=="function"?"button":null})})};return n.iconHandler=Xr(r,u),n}function N3(e){if(!(!e||!_u||typeof getComputedStyle!="function")&&(jr=!0,Wt=document.getElementById("formkit-theme"),e&&_u&&(!(Vt!=null&&Vt.getPropertyValue("--formkit-theme"))&&!Wt||Wt!=null&&Wt.getAttribute("data-theme")&&(Wt==null?void 0:Wt.getAttribute("data-theme"))!==e))){const u=`https://cdn.jsdelivr.net/npm/@formkit/themes@${Xn.startsWith("__")?"latest":Xn}/dist/${e}/theme.css`,r=document.createElement("link");r.type="text/css",r.rel="stylesheet",r.id="formkit-theme",r.setAttribute("data-theme",e),r.onload=()=>{Vt=getComputedStyle(document.documentElement),ci()},document.head.appendChild(r),r.href=u,Wt&&Wt.remove()}}function Xr(e,t){return u=>{if(typeof u!="string")return;if(u.startsWith("<svg"))return u;const r=u.startsWith("default:");u=r?u.split(":")[1]:u;const n=u in dr;let i;if(n)return dr[u];if(!ss[u]){if(i=q3(u),i=_u&&typeof i>"u"?Promise.resolve(i):i,i instanceof Promise)ss[u]=i.then(s=>!s&&typeof u=="string"&&!r?i=typeof e=="function"?e(u):z3(u,t):s).then(s=>(typeof u=="string"&&(dr[r?`default:${u}`:u]=s),s));else if(typeof i=="string")return dr[r?`default:${u}`:u]=i,i}return ss[u]}}function q3(e){if(_u)return Of?Qa(e):V3.then(()=>Qa(e))}function Qa(e){const t=Vt==null?void 0:Vt.getPropertyValue(`--fk-icon-${e}`);if(t){const u=atob(t);if(u.startsWith("<svg"))return dr[e]=u,u}}function z3(e,t){const u=Xn.startsWith("__")?"latest":Xn,r=typeof t=="function"?t(e):`https://cdn.jsdelivr.net/npm/@formkit/icons@${u}/dist/icons/${e}.svg`;if(_u)return fetch(`${r}`).then(async n=>{const i=await n.text();if(i.startsWith("<svg"))return i}).catch(n=>{console.error(n)})}function U3(e,t){const u=/^[a-zA-Z-]+(?:-icon|Icon)$/;Object.keys(e.props).filter(n=>u.test(n)).forEach(n=>B3(e,t,n))}function B3(e,t,u){const r=e.props[u],n=t(r),i=`_raw${u.charAt(0).toUpperCase()}${u.slice(1)}`,s=`on${u.charAt(0).toUpperCase()}${u.slice(1)}Click`;if(e.addProps([i,s]),e.on(`prop:${u}`,j3),n instanceof Promise)return n.then(o=>{e.props[i]=o});e.props[i]=n}function j3(e){var s;const t=e.origin,u=e.payload,r=(s=t==null?void 0:t.props)==null?void 0:s.iconHandler,n=e.name.split(":")[1],i=`_raw${n.charAt(0).toUpperCase()}${n.slice(1)}`;if(r&&typeof r=="function"){const o=r(u);if(o instanceof Promise)return o.then(a=>{t.props[i]=a});t.props[i]=o}}var el={100:({data:e})=>`Only groups, lists, and forms can have children (${e.name}).`,101:({data:e})=>`You cannot directly modify the store (${e.name}). See: https://formkit.com/advanced/core#message-store`,102:({data:[e,t]})=>`You cannot directly assign node.${t} (${e.name})`,103:({data:[e]})=>`Schema expressions cannot start with an operator (${e})`,104:({data:[e,t]})=>`Schema expressions cannot end with an operator (${e} in "${t}")`,105:({data:e})=>`Invalid schema expression: ${e}`,106:({data:e})=>`Cannot submit because (${e}) is not in a form.`,107:({data:[e,t]})=>`Cannot set ${e.name} to non object value: ${t}`,108:({data:[e,t]})=>`Cannot set ${e.name} to non array value: ${t}`,300:({data:[e]})=>`Cannot set behavior prop to overscroll (on ${e.name} input) when options prop is a function.`,600:({data:e})=>`Unknown input type${typeof e.props.type=="string"?' "'+e.props.type+'"':""} ("${e.name}")`,601:({data:e})=>`Input definition${typeof e.props.type=="string"?' "'+e.props.type+'"':""} is missing a schema or component property (${e.name}).`},tl={150:({data:e})=>`Schema function "${e}()" is not a valid function.`,151:({data:e})=>`No form element with id: ${e}`,152:({data:e})=>`No input element with id: ${e}`,350:({data:{node:e,inputType:t}})=>`Invalid options prop for ${e.name} input (${t}). See https://formkit.com/inputs/${t}`,650:'Schema "$get()" must use the id of an input to access.',651:({data:e})=>`Cannot setErrors() on "${e}" because no such id exists.`,652:({data:e})=>`Cannot clearErrors() on "${e}" because no such id exists.`,800:({data:e})=>`${e} is deprecated.`},H3=(e,t)=>{if(e.code in el){const u=el[e.code];e.message=typeof u=="function"?u(e):u}return t(e)},ul=!1;function K3(){ul||(lo(H3),co(W3),ul=!0)}var W3=(e,t)=>{if(e.code in tl){const u=tl[e.code];e.message=typeof u=="function"?u(e):u}return t(e)},Z3=Object.defineProperty,G3=Object.getOwnPropertyNames,Pf=(e,t)=>function(){return e&&(t=(0,e[G3(e)[0]])(e=0)),t},J3=(e,t)=>{for(var u in t)Z3(e,u,{get:t[u],enumerable:!0})},rl,Mf,Vf=Pf({"packages/vue/src/bindings.ts"(){rl=function(t){t.ledger.count("blocking",$=>$.blocking);const u=he(!t.ledger.value("blocking"));t.ledger.count("errors",$=>$.type==="error");const r=he(!!t.ledger.value("errors"));let n=!1;Ml(()=>{n=!0});const i=Yt(t.store.reduce(($,j)=>(j.visible&&($[j.key]=j),$),{})),s=he(t.props.validationVisibility||(t.props.type==="checkbox"?"dirty":"blur"));t.on("prop:validationVisibility",({payload:$})=>{s.value=$});const o=he(s.value==="live"),a=he(!1),l=$=>{a.value=($??[]).some(j=>j.name==="required")};l(t.props.parsedRules),t.on("prop:parsedRules",({payload:$})=>l($));const c=he(t.children.map($=>$.uid)),f=$u(()=>{if(!F.state)return!1;if(F.state.submitted)return!0;if(!o.value&&!F.state.settled)return!1;switch(s.value){case"live":return!0;case"blur":return F.state.blurred;case"dirty":return F.state.dirty;default:return!1}}),g=$u(()=>F.state.failing&&f.value),h=$u(()=>F&&d.value?u.value&&!r.value:F.state.dirty&&!$t(F.value)),d=he(Array.isArray(t.props.parsedRules)&&t.props.parsedRules.length>0);t.on("prop:parsedRules",({payload:$})=>{d.value=Array.isArray($)&&$.length>0});const b=$u(()=>{const $={};for(const j in i){const H=i[j];(H.type!=="validation"||f.value)&&($[j]=H)}return $}),E=Yt(t.store.reduce(($,j)=>(j.type==="ui"&&j.visible&&($[j.key]=j),$),{})),k=$u(()=>!F.state.failing),w=Yt({}),I=new Proxy(w,{get(...$){const[j,H]=$;let ae=Reflect.get(...$);return!ae&&typeof H=="string"&&!ie(j,H)&&!H.startsWith("__v")&&Ii(t).watch(J=>{const ce=typeof J.config.rootClasses=="function"?J.config.rootClasses(H,J):{},Ve=J.config.classes?Ln(H,J,J.config.classes[H]):{},ot=Ln(H,J,J.props[`_${H}Class`]),je=Ln(H,J,J.props[`${H}Class`]);ae=th(J,H,ce,Ve,ot,je),j[H]=ae??""}),ae}});t.on("prop:rootClasses",()=>{const $=Object.keys(w);for(const j of $)delete w[j]});const C=$u(()=>{const $=[];F.help&&$.push(`help-${t.props.id}`);for(const j in b.value)$.push(`${t.props.id}-${j}`);return $.length?$.join(" "):void 0}),T=he(t.value),x=he(t.value),F=Yt({_value:x,attrs:t.props.attrs,disabled:t.props.disabled,describedBy:C,fns:{length:$=>Object.keys($).length,number:$=>Number($),string:$=>String($),json:$=>JSON.stringify($),eq:st},handlers:{blur:$=>{t&&(t.store.set(xt({key:"blurred",visible:!1,value:!0})),typeof t.props.attrs.onBlur=="function"&&t.props.attrs.onBlur($))},touch:()=>{var H;const $=F.dirtyBehavior==="compare";if((H=t.store.dirty)!=null&&H.value&&!$)return;const j=!st(t.props._init,t._value);!j&&!$||t.store.set(xt({key:"dirty",visible:!1,value:j}))},DOMInput:$=>{t.input($.target.value),t.emit("dom-input-event",$)}},help:t.props.help,id:t.props.id,items:c,label:t.props.label,messages:b,didMount:!1,node:yi(t),options:t.props.options,defaultMessagePlacement:!0,slots:t.props.__slots,state:{blurred:!1,complete:h,dirty:!1,empty:$t(T),submitted:!1,settled:t.isSettled,valid:u,invalid:g,errors:r,rules:d,validationVisible:f,required:a,failing:!1,passing:k},type:t.props.type,family:t.props.family,ui:E,value:T,classes:I});t.on("created",()=>{st(F.value,t.value)||(x.value=t.value,T.value=t.value,wn(T),wn(x)),(async()=>(await t.settled,t&&(t.props._init=Pt(t.value))))()}),t.on("mounted",()=>{F.didMount=!0}),t.on("settled",({payload:$})=>{F.state.settled=$});function B($){(Array.isArray($)?$:Object.keys($)).forEach(H=>{H=_r(H),ie(F,H)||(F[H]=t.props[H]),t.on(`prop:${H}`,({payload:ae})=>{F[H]=ae})})}B((()=>{const $=["__root","help","label","disabled","options","type","attrs","preserve","preserveErrors","id","dirtyBehavior"],j=/^[a-zA-Z-]+(?:-icon|Icon)$/,H=Object.keys(t.props).filter(ae=>j.test(ae));return $.concat(H)})());function ne($){$.props&&B($.props)}t.props.definition&&ne(t.props.definition),t.on("added-props",({payload:$})=>B($)),t.on("input",({payload:$})=>{t.type!=="input"&&!Pe($)&&!Su($)?x.value=ks($):(x.value=$,wn(x))}),t.on("commitRaw",({payload:$})=>{t.type!=="input"&&!Pe($)&&!Su($)?T.value=x.value=ks($):(T.value=x.value=$,wn(T)),t.emit("modelUpdated")}),t.on("commit",({payload:$})=>{var j;if((!F.state.dirty||F.dirtyBehavior==="compare")&&t.isCreated&&n)if(!((j=t.store.validating)!=null&&j.value))F.handlers.touch();else{const H=t.on("message-removed",({payload:ae})=>{ae.key==="validating"&&(F.handlers.touch(),t.off(H))})}h&&t.type==="input"&&r.value&&!Mt(t.props.preserveErrors)&&t.store.filter(H=>{var ae;return!(H.type==="error"&&((ae=H.meta)==null?void 0:ae.autoClear)===!0)}),t.type==="list"&&t.sync&&(c.value=t.children.map(H=>H.uid)),F.state.empty=$t($)});const Q=async $=>{$.type==="ui"&&$.visible&&!$.meta.showAsMessage?E[$.key]=$:$.visible?i[$.key]=$:$.type==="state"&&(F.state[$.key]=!!$.value)};t.on("message-added",$=>Q($.payload)),t.on("message-updated",$=>Q($.payload)),t.on("message-removed",({payload:$})=>{delete E[$.key],delete i[$.key],delete F.state[$.key]}),t.on("settled:blocking",()=>{u.value=!0}),t.on("unsettled:blocking",()=>{u.value=!1}),t.on("settled:errors",()=>{r.value=!1}),t.on("unsettled:errors",()=>{r.value=!0}),Te(f,$=>{$&&(o.value=!0)}),t.context=F,t.emit("context",t,!1),t.on("destroyed",()=>{t.context=void 0,t=null})},Mf=rl}}),Y3={};J3(Y3,{defaultConfig:()=>Fo});var Fo,X3=Pf({"packages/vue/src/defaultConfig.ts"(){Vf(),Fo=(e={})=>{K3();const{rules:t={},locales:u={},inputs:r={},messages:n={},locale:i=void 0,theme:s=void 0,iconLoaderUrl:o=void 0,iconLoader:a=void 0,icons:l={},...c}=e,f=Ig({...Tg,...t||{}}),g=Gg(Tu({en:Zg,...u||{}},n)),h=Jg(O3,r),d=L3(s,l,o,a);return Tu({plugins:[h,d,Mf,g,f],...i?{config:{locale:i}}:{}},c||{},!0)}}}),Q3=typeof window>"u",os=new Map;function e6(e,t){var u;!Q3||!e||(os.has(e)||os.set(e,new Set),(u=os.get(e))==null||u.add(t))}var Lf=typeof window>"u",Qr={},xr={},nt,pu=new WeakMap,t6="__raw__",u6=/[a-zA-Z0-9\-][cC]lass$/;function r6(e,t){const u=he(null);if(e==="get"){const n={};return u.value=n6.bind(null,n),u}const r=e.split(".");return cu(()=>{u.value=So(Pe(t)?t.value:t,r)}),u}function So(e,t){if(Array.isArray(e)){for(const n of e){const i=n!==!1&&So(n,t);if(i!==void 0)return i}return}let u,r=e;for(const n in t){const i=t[n];if(typeof r!="object"||r===null){u=void 0;break}const s=r[i];if(Number(n)===t.length-1&&s!==void 0){u=typeof s=="function"?s.bind(r):s;break}r=s}return u}function n6(e,t){if(typeof t!="string")return Xu(650);if(t in e||(e[t]=he(void 0)),e[t].value===void 0){e[t].value=null;const u=Or(t);u&&(e[t].value=u.context),s1(t,({payload:r})=>{e[t].value=hn(r)?r.context:r})}return e[t].value}function nl(e,t,u){function r(h,d){const b=f(Rt(d.if),{if:!0}),E=l(h,d.then),k=d.else?l(h,d.else):null;return[b,E,k]}function n(h,d){var w,I;const b=f(Rt(h.if));let E=()=>d,k=()=>d;return typeof h.then=="object"?k=i(h.then,void 0):typeof h.then=="string"&&((w=h.then)!=null&&w.startsWith("$"))?k=f(Rt(h.then)):k=()=>h.then,ie(h,"else")&&(typeof h.else=="object"?E=i(h.else):typeof h.else=="string"&&((I=h.else)!=null&&I.startsWith("$"))?E=f(Rt(h.else)):E=()=>h.else),()=>b()?k():E()}function i(h,d,b={}){const E=new Set(Object.keys(h||{})),k=d?f(Rt(d)):()=>({}),w=[I=>{const C=k();for(const T in C)E.has(T)||(I[T]=C[T])}];if(h){if(fr(h))return n(h,b);for(let I in h){const C=h[I];let T;const x=typeof C=="string";I.startsWith(t6)?(I=I.substring(7),T=()=>C):x&&C.startsWith("$")&&C.length>1&&!(C.startsWith("$reset")&&u6.test(I))?T=f(Rt(C)):typeof C=="object"&&fr(C)?T=n(C,void 0):typeof C=="object"&&kr(C)?T=i(C):T=()=>C,w.push(F=>{F[I]=T()})}}return()=>{const I=Array.isArray(h)?[]:{};return w.forEach(C=>C(I)),I}}function s(h,d){let b=null,E=()=>null,k=!1,w=null,I=null,C=null,T=!1;const x=eh(d);if(ws(x)?(b=x.$el,E=x.$el!=="text"?i(x.attrs,x.bind):()=>null):Fs(x)?(typeof x.$cmp=="string"?ie(h,x.$cmp)?b=h[x.$cmp]:(b=x.$cmp,T=!0):b=x.$cmp,E=i(x.props,x.bind)):fr(x)&&([k,w,I]=r(h,x)),!fr(x)&&"if"in x?k=f(Rt(x.if)):!fr(x)&&b===null&&(k=()=>!0),"children"in x&&x.children)if(typeof x.children=="string")if(x.children.startsWith("$slots."))b=b==="text"?"slot":b,w=f(Rt(x.children));else if(x.children.startsWith("$")&&x.children.length>1){const F=f(Rt(x.children));w=()=>String(F())}else w=()=>String(x.children);else if(Array.isArray(x.children))w=l(h,x.children);else{const[F,B,X]=r(h,x.children);w=ne=>F&&F()?B&&B(ne):X&&X(ne)}if(Fs(x))if(w){const F=w;w=B=>({default(X,ne){var j,H,ae,Y;const Q=nt;ne&&(nt=ne),X&&((j=pu.get(nt))==null||j.unshift(X)),B&&((H=pu.get(nt))==null||H.unshift(B));const $=F(B);return X&&((ae=pu.get(nt))==null||ae.shift()),B&&((Y=pu.get(nt))==null||Y.shift()),nt=Q,$}}),w.slot=!0}else w=()=>({});if("for"in x&&x.for){const F=x.for.length===3?x.for[2]:x.for[1];C=[typeof F=="string"&&F.startsWith("$")?f(Rt(F)):()=>F,x.for[0],x.for.length===3?String(x.for[1]):null]}return[k,b,E,w,I,C,T]}function o(h,d){const b=h(d),E=nt;return Object.keys(b).reduce((k,w)=>{const I=b&&b[w];return k[w]=C=>I&&I(C,E)||null,k},{})}function a(h,d){const[b,E,k,w,I,C,T]=s(h,d);let x=F=>{if(b&&E===null&&w)return b()?w(F):I&&I(F);if(E&&(!b||b())){if(E==="text"&&w)return Qe(String(w()));if(E==="slot"&&w)return w(F);const B=T?qe(E):E,X=w!=null&&w.slot?o(w,F):null;return Zn(B,k(),X||(w?w(F):[]))}return typeof I=="function"?I(F):I};if(C){const F=x,[B,X,ne]=C;x=()=>{const Q=B(),$=Number.isFinite(Q)?Array(Number(Q)).fill(0).map((Y,J)=>J):Q,j=[];if(typeof $!="object")return null;const H=pu.get(nt)||[],ae=Array.isArray($);for(const Y in $){if(ae&&Y in Array.prototype)continue;const J=Object.defineProperty({...H.reduce((ce,Ve)=>ce.__idata?{...ce,...Ve}:Ve,{}),[X]:$[Y],...ne!==null?{[ne]:ae?Number(Y):Y}:{}},"__idata",{enumerable:!1,value:!0});H.unshift(J),j.push(F.bind(null,J)()),H.shift()}return j}}return x}function l(h,d){if(Array.isArray(d)){const E=d.map(a.bind(null,h));return k=>E.map(w=>w(k))}const b=a(h,d);return E=>b(E)}const c=[];function f(h,d={}){const b=new WeakMap;return c.push((E,k)=>{b.set(k,h.provide(w=>E(w,d)))}),()=>b.get(nt)()}function g(h,d){u??(u=qf(t));const[b,E]=ie(Qr,u)?Qr[u]:[l(e,t),c];return Lf||(xr[u]??(xr[u]=0),xr[u]++,Qr[u]=[b,E]),E.forEach(k=>{k(h,d)}),()=>(nt=d,b())}return g}function Nf(e,t){const u=pu.get(nt)||[];let r;return u.length&&(r=So(u,e.split("."))),r===void 0?t:r}function i6(e,t){return new Proxy(e,{get(...u){let r;const n=u[1];if(typeof n=="string"){const i=nt;nt=t,r=Nf(n,void 0),nt=i}return r!==void 0?r:Reflect.get(...u)}})}function il(e,t,u){return e((r,n={})=>r.reduce((i,s)=>{if(s.startsWith("slots.")){const o=s.substring(6),a=()=>t.slots&&ie(t.slots,o)&&typeof t.slots[o]=="function";if(n.if)i[s]=a;else if(t.slots){const l=i6(t,u);i[s]=()=>a()?t.slots[o](l):null}}else{const o=r6(s,t);i[s]=()=>Nf(s,o.value)}return i},{}),u)}function sl(e,t,u){if(t??(t=qf(e)),xr[t]--,xr[t]===0){delete xr[t];const[,r]=Qr[t];delete Qr[t],r.length=0}pu.delete(u)}function qf(e){return JSON.stringify(e,(t,u)=>typeof u=="function"?u.toString():u)}var zf=uo({name:"FormKitSchema",props:{schema:{type:[Array,Object],required:!0},data:{type:Object,default:()=>({})},library:{type:Object,default:()=>({})},memoKey:{type:String,required:!1}},emits:["mounted"],setup(e,t){var l;const u=Kn();let r={};pu.set(r,[]);const n={FormKit:yi(Bf),...e.library};let i=nl(n,e.schema,e.memoKey),s,o;Lf||Te(()=>e.schema,(c,f)=>{var h;const g=r;r={},pu.set(r,[]),i=nl(n,e.schema,e.memoKey),s=il(i,o,r),c===f&&((h=u==null?void 0:u.proxy)==null?void 0:h.$forceUpdate).call(h),sl(e.schema,e.memoKey,g)},{deep:!0}),cu(()=>{o=Object.assign(Yt(e.data??{}),{slots:t.slots}),t.slots,s=il(i,o,r)});function a(){sl(e.schema,e.memoKey,r),o.node&&o.node.destroy(),o.slots=null,o=null,s=null}return Ju(()=>t.emit("mounted")),ro(a),e6((l=Kn())==null?void 0:l.appContext.app,a),()=>s?s():null}}),s6=zf,o6=typeof window>"u",Vs=Symbol("FormKitParent"),a6=Symbol("FormKitComponentCallback");function l6(e,t){const u=g6(e,t);if(u.props.definition||yt(600,u),u.props.definition.component)return()=>{var l;return Zn((l=u.props.definition)==null?void 0:l.component,{context:u.context},{...t.slots})};const r=he([]);let n=u.props.definition.schemaMemoKey;const i=()=>{var c,f;const l=(f=(c=u.props)==null?void 0:c.definition)==null?void 0:f.schema;l||yt(601,u),typeof l=="function"?(r.value=l({...e.sectionsSchema||{}}),(n&&e.sectionsSchema||"memoKey"in l&&typeof l.memoKey=="string")&&(n=(n??(l==null?void 0:l.memoKey))+JSON.stringify(e.sectionsSchema))):r.value=l};i(),o6||u.on("schema",()=>{n+="♻️",i()}),t.emit("node",u);const s=u.props.definition.library,o={FormKit:yi(Uf),...s,...e.library??{}};function a(){u.emit("mounted")}return t.expose({node:u}),()=>Zn(zf,{schema:r.value,data:u.context,onMounted:a,library:o,memoKey:n},{...t.slots})}var Uf=uo(l6,{props:Yg,inheritAttrs:!1}),Bf=Uf,c6=Symbol();function f6(e,t){return e.component(t.alias||"FormKit",Bf).component(t.schemaAlias||"FormKitSchema",s6),{get:Or,setLocale:u=>{var r;(r=t.config)!=null&&r.rootConfig&&(t.config.rootConfig.locale=u)},clearErrors:rh,setErrors:uh,submit:Cc,reset:kc}}var To=Symbol.for("FormKitOptions"),d6=Symbol.for("FormKitConfig"),p6={install(e,t){const u=Object.assign({alias:"FormKit",schemaAlias:"FormKitSchema"},typeof t=="function"?t():t),r=o1(u.config||{});u.config={rootConfig:r},e.config.globalProperties.$formkit=f6(e,u),e.provide(To,u),e.provide(d6,r),typeof window<"u"&&(globalThis.__FORMKIT_CONFIGS__=(globalThis.__FORMKIT_CONFIGS__||[]).concat([r]))}},h6=typeof window<"u",as=["ignore","disabled","preserve","help","label",/^preserve(-e|E)rrors/,/^[a-z]+(?:-visibility|Visibility|-behavior|Behavior)$/,/^[a-zA-Z-]+(?:-class|Class)$/,"prefixIcon","suffixIcon",/^[a-zA-Z-]+(?:-icon|Icon)$/],m6=["disabled","ignore","preserve"];function ol(e,t){t.classes&&Object.keys(t.classes).forEach(u=>{typeof u=="string"&&(e.props[`_${u}Class`]=t.classes[u],Yr(t.classes[u])&&u==="inner"&&Object.values(t.classes[u]))})}function b6(e){return e?["Submit","SubmitRaw","SubmitInvalid"].reduce((u,r)=>{const n=`on${r}`;return n in e&&typeof e[n]=="function"&&(u[n]=e[n]),u},{}):{}}function g6(e,t,u={}){const r=Object.assign({},Xt(To)||{},u),n=Xt(c6,he(h6?document:void 0)),i=Xt(a6,()=>{}),s=Kn(),o=b6(s==null?void 0:s.vnode.props),a=["modelValue","model-value"].some(x=>x in((s==null?void 0:s.vnode.props)??{}));let l=!1;Ju(()=>{l=!0});const c=e.modelValue!==void 0?e.modelValue:Pt(t.attrs.value);function f(){const x={...ar(e),...o,type:e.type??"text",__root:n.value,__slots:t.slots},F=va(ar(t.attrs),as);F.key||(F.key=Rr()),x.attrs=F;const B=ya(ar(t.attrs),as);for(const ne in B)m6.includes(ne)&&B[ne]===""&&(B[ne]=!0),x[_r(ne)]=B[ne];const X={props:{}};return ol(X,e),Object.assign(x,X.props),typeof x.type!="string"&&(x.definition=x.type,delete x.type),x}const g=f(),h=g.ignore?null:e.parent||Xt(Vs,null),d=X1(Tu(r||{},{name:e.name||void 0,value:c,parent:h,plugins:(r.plugins||[]).concat(e.plugins??[]),config:e.config||{},props:g,index:e.index,sync:!!Mt(t.attrs.sync||t.attrs.dynamic)},!1,!0));i(d),d.props.definition||yt(600,d);const b=he(new Set(Array.isArray(d.props.__propDefs)?d.props.__propDefs:Object.keys(d.props.__propDefs??{})));d.on("added-props",({payload:x})=>{(Array.isArray(x)?x:Object.keys(x??{})).forEach(B=>b.value.add(B))});const E=$u(()=>as.concat([...b.value]).reduce((x,F)=>(typeof F=="string"?(x.push(_r(F)),x.push(gc(F))):x.push(F),x),[]));cu(()=>ol(d,e));const k=ar(e);for(const x in k)Te(()=>e[x],()=>{e[x]!==void 0&&(d.props[x]=e[x])});cu(()=>{d.props.__root=n.value});const w=new Set,I=ar(t.attrs);cu(()=>{C(ya(I,E.value))});function C(x){w.forEach(F=>{F(),w.delete(F)});for(const F in x){const B=_r(F);w.add(Te(()=>t.attrs[F],()=>{d.props[B]=t.attrs[F]}))}}if(cu(()=>{const x=va(ar(t.attrs),E.value);"multiple"in x&&(x.multiple=Mt(x.multiple)),typeof x.onBlur=="function"&&(x.onBlur=qp(x.onBlur)),d.props.attrs=Object.assign({},d.props.attrs||{},x)}),cu(()=>{const x=(e.errors??[]).map(F=>xt({key:oo(F),type:"error",value:F,meta:{source:"prop"}}));d.store.apply(x,F=>F.type==="error"&&F.meta.source==="prop")}),d.type!=="input"){const x=`${d.name}-prop`;cu(()=>{const F=e.inputErrors??{},B=Object.keys(F);B.length||d.clearErrors(!0,x);const X=B.reduce((ne,Q)=>{let $=F[Q];return typeof $=="string"&&($=[$]),Array.isArray($)&&(ne[Q]=$.map(j=>xt({key:j,type:"error",value:j,meta:{source:x}}))),ne},{});d.store.apply(X,ne=>ne.type==="error"&&ne.meta.source===x)})}cu(()=>Object.assign(d.config,e.config)),d.type!=="input"&&Zl(Vs,d);let T;return d.on("modelUpdated",()=>{var x,F;t.emit("inputRaw",(x=d.context)==null?void 0:x.value,d),l&&t.emit("input",(F=d.context)==null?void 0:F.value,d),a&&d.context&&(T=Pt(d.value),t.emit("update:modelValue",ks(d.value)))}),a&&(Te(G0(e,"modelValue"),x=>{st(T,x)||d.input(x,!1)},{deep:!0}),d.value!==c&&d.emit("modelUpdated")),Hl(()=>d.destroy()),d}var _6=re("messages",()=>({$el:"ul",if:"$fns.length($messages)"})),v6=re("message",()=>({$el:"li",for:["message","$messages"],attrs:{key:"$message.key",id:"$id + '-' + $message.key","data-message-type":"$message.type"}}));_6(v6("$message.value"));var y6=re("summary",()=>({$el:"div",attrs:{"aria-live":"polite"}})),x6=re("summaryInner",()=>({$el:"div",if:"$summaries.length && $showSummaries"})),C6=re("messages",()=>({$el:"ul",if:"$summaries.length && $showSummaries"})),k6=re("message",()=>({$el:"li",for:["summary","$summaries"],attrs:{key:"$summary.key","data-message-type":"$summary.type"}})),E6=re("summaryHeader",()=>({$el:"h2",attrs:{id:"$id"}})),A6=re("messageLink",()=>({$el:"a",attrs:{id:"$summary.key",href:'$: "#" + $summary.id',onClick:"$jumpLink"}}));y6(x6(E6("$summaryHeader"),C6(k6(A6("$summary.message")))));X3();Vf();var qn=uo({name:"FormKitIcon",props:{icon:{type:String,default:""},iconLoader:{type:Function,default:null},iconLoaderUrl:{type:Function,default:null}},setup(e){var s,o;const t=he(void 0),u=Xt(To,{}),r=Xt(Vs,null);let n;function i(){if(!n||typeof n!="function")return;const a=n(e.icon);a instanceof Promise?a.then(l=>{t.value=l}):t.value=a}if(e.iconLoader&&typeof e.iconLoader=="function")n=Xr(e.iconLoader);else if(r&&((s=r.props)!=null&&s.iconLoader))n=Xr(r.props.iconLoader);else if(e.iconLoaderUrl&&typeof e.iconLoaderUrl=="function")n=Xr(n,e.iconLoaderUrl);else{const a=(o=u==null?void 0:u.plugins)==null?void 0:o.find(l=>typeof l.iconHandler=="function");a&&(n=a.iconHandler)}return Te(()=>e.icon,()=>{i()},{immediate:!0}),()=>e.icon&&t.value?Zn("span",{class:"formkit-icon",innerHTML:t.value}):null}});const jf=new Set,ht=new WeakMap,Fr=new WeakMap,Gu=new WeakMap,Ls=new WeakMap,$6=new WeakMap,Sr=new WeakMap,fi=new WeakMap,Hr=new WeakSet;let Ru,Io=0,Ro=0;const bu="__aa_tgt",cn="__aa_del",di="__aa_new",D6=e=>{const t=R6(e);t&&t.forEach(u=>O6(u))},w6=e=>{e.forEach(t=>{t.target===Ru&&S6(),ht.has(t.target)&&ur(t.target)})};function F6(e){const t=Ls.get(e);t==null||t.disconnect();let u=ht.get(e),r=0;const n=5;u||(u=Tr(e),ht.set(e,u));const{offsetWidth:i,offsetHeight:s}=Ru,a=[u.top-n,i-(u.left+n+u.width),s-(u.top+n+u.height),u.left-n].map(c=>`${-1*Math.floor(c)}px`).join(" "),l=new IntersectionObserver(()=>{++r>1&&ur(e)},{root:Ru,threshold:1,rootMargin:a});l.observe(e),Ls.set(e,l)}function ur(e){clearTimeout(fi.get(e));const t=Pi(e),u=fn(t)?500:t.duration;fi.set(e,setTimeout(async()=>{const r=Gu.get(e);try{await(r==null?void 0:r.finished),ht.set(e,Tr(e)),F6(e)}catch{}},u))}function S6(){clearTimeout(fi.get(Ru)),fi.set(Ru,setTimeout(()=>{jf.forEach(e=>Zf(e,t=>Hf(()=>ur(t))))},100))}function T6(e){setTimeout(()=>{$6.set(e,setInterval(()=>Hf(ur.bind(null,e)),2e3))},Math.round(2e3*Math.random()))}function Hf(e){typeof requestIdleCallback=="function"?requestIdleCallback(()=>e()):requestAnimationFrame(()=>e())}let Ns,pr;const I6=typeof window<"u"&&"ResizeObserver"in window;I6&&(Ru=document.documentElement,Ns=new MutationObserver(D6),pr=new ResizeObserver(w6),window.addEventListener("scroll",()=>{Ro=window.scrollY,Io=window.scrollX}),pr.observe(Ru));function R6(e){return e.reduce((r,n)=>[...r,...Array.from(n.addedNodes),...Array.from(n.removedNodes)],[]).every(r=>r.nodeName==="#comment")?!1:e.reduce((r,n)=>{if(r===!1)return!1;if(n.target instanceof Element){if(ls(n.target),!r.has(n.target)){r.add(n.target);for(let i=0;i<n.target.children.length;i++){const s=n.target.children.item(i);if(s){if(cn in s)return!1;ls(n.target,s),r.add(s)}}}if(n.removedNodes.length)for(let i=0;i<n.removedNodes.length;i++){const s=n.removedNodes[i];if(cn in s)return!1;s instanceof Element&&(r.add(s),ls(n.target,s),Fr.set(s,[n.previousSibling,n.nextSibling]))}}return r},new Set)}function ls(e,t){!t&&!(bu in e)?Object.defineProperty(e,bu,{value:e}):t&&!(bu in t)&&Object.defineProperty(t,bu,{value:e})}function O6(e){var t;const u=e.isConnected,r=ht.has(e);u&&Fr.has(e)&&Fr.delete(e),Gu.has(e)&&((t=Gu.get(e))===null||t===void 0||t.cancel()),di in e?al(e):r&&u?M6(e):r&&!u?V6(e):al(e)}function Gt(e){return Number(e.replace(/[^0-9.\-]/g,""))}function P6(e){let t=e.parentElement;for(;t;){if(t.scrollLeft||t.scrollTop)return{x:t.scrollLeft,y:t.scrollTop};t=t.parentElement}return{x:0,y:0}}function Tr(e){const t=e.getBoundingClientRect(),{x:u,y:r}=P6(e);return{top:t.top+r,left:t.left+u,width:t.width,height:t.height}}function Kf(e,t,u){let r=t.width,n=t.height,i=u.width,s=u.height;const o=getComputedStyle(e);if(o.getPropertyValue("box-sizing")==="content-box"){const l=Gt(o.paddingTop)+Gt(o.paddingBottom)+Gt(o.borderTopWidth)+Gt(o.borderBottomWidth),c=Gt(o.paddingLeft)+Gt(o.paddingRight)+Gt(o.borderRightWidth)+Gt(o.borderLeftWidth);r-=c,i-=c,n-=l,s-=l}return[r,i,n,s].map(Math.round)}function Pi(e){return bu in e&&Sr.has(e[bu])?Sr.get(e[bu]):{duration:250,easing:"ease-in-out"}}function Wf(e){if(bu in e)return e[bu]}function Oo(e){const t=Wf(e);return t?Hr.has(t):!1}function Zf(e,...t){t.forEach(u=>u(e,Sr.has(e)));for(let u=0;u<e.children.length;u++){const r=e.children.item(u);r&&t.forEach(n=>n(r,Sr.has(r)))}}function Po(e){return Array.isArray(e)?e:[e]}function fn(e){return typeof e=="function"}function M6(e){const t=ht.get(e),u=Tr(e);if(!Oo(e))return ht.set(e,u);let r;if(!t)return;const n=Pi(e);if(typeof n!="function"){const i=t.left-u.left,s=t.top-u.top,[o,a,l,c]=Kf(e,t,u),f={transform:`translate(${i}px, ${s}px)`},g={transform:"translate(0, 0)"};o!==a&&(f.width=`${o}px`,g.width=`${a}px`),l!==c&&(f.height=`${l}px`,g.height=`${c}px`),r=e.animate([f,g],{duration:n.duration,easing:n.easing})}else{const[i]=Po(n(e,"remain",t,u));r=new Animation(i),r.play()}Gu.set(e,r),ht.set(e,u),r.addEventListener("finish",ur.bind(null,e))}function al(e){di in e&&delete e[di];const t=Tr(e);ht.set(e,t);const u=Pi(e);if(!Oo(e))return;let r;if(typeof u!="function")r=e.animate([{transform:"scale(.98)",opacity:0},{transform:"scale(0.98)",opacity:0,offset:.5},{transform:"scale(1)",opacity:1}],{duration:u.duration*1.5,easing:"ease-in"});else{const[n]=Po(u(e,"add",t));r=new Animation(n),r.play()}Gu.set(e,r),r.addEventListener("finish",ur.bind(null,e))}function ll(e,t){var u;e.remove(),ht.delete(e),Fr.delete(e),Gu.delete(e),(u=Ls.get(e))===null||u===void 0||u.disconnect(),setTimeout(()=>{if(cn in e&&delete e[cn],Object.defineProperty(e,di,{value:!0,configurable:!0}),t&&e instanceof HTMLElement)for(const r in t)e.style[r]=""},0)}function V6(e){var t;if(!Fr.has(e)||!ht.has(e))return;const[u,r]=Fr.get(e);Object.defineProperty(e,cn,{value:!0,configurable:!0});const n=window.scrollX,i=window.scrollY;if(r&&r.parentNode&&r.parentNode instanceof Element?r.parentNode.insertBefore(e,r):u&&u.parentNode?u.parentNode.appendChild(e):(t=Wf(e))===null||t===void 0||t.appendChild(e),!Oo(e))return ll(e);const[s,o,a,l]=N6(e),c=Pi(e),f=ht.get(e);(n!==Io||i!==Ro)&&L6(e,n,i,c);let g,h={position:"absolute",top:`${s}px`,left:`${o}px`,width:`${a}px`,height:`${l}px`,margin:"0",pointerEvents:"none",transformOrigin:"center",zIndex:"100"};if(!fn(c))Object.assign(e.style,h),g=e.animate([{transform:"scale(1)",opacity:1},{transform:"scale(.98)",opacity:0}],{duration:c.duration,easing:"ease-out"});else{const[d,b]=Po(c(e,"remove",f));(b==null?void 0:b.styleReset)!==!1&&(h=(b==null?void 0:b.styleReset)||h,Object.assign(e.style,h)),g=new Animation(d),g.play()}Gu.set(e,g),g.addEventListener("finish",ll.bind(null,e,h))}function L6(e,t,u,r){const n=Io-t,i=Ro-u,s=document.documentElement.style.scrollBehavior;if(getComputedStyle(Ru).scrollBehavior==="smooth"&&(document.documentElement.style.scrollBehavior="auto"),window.scrollTo(window.scrollX+n,window.scrollY+i),!e.parentElement)return;const a=e.parentElement;let l=a.clientHeight,c=a.clientWidth;const f=performance.now();function g(){requestAnimationFrame(()=>{if(!fn(r)){const h=l-a.clientHeight,d=c-a.clientWidth;f+r.duration>performance.now()?(window.scrollTo({left:window.scrollX-d,top:window.scrollY-h}),l=a.clientHeight,c=a.clientWidth,g()):document.documentElement.style.scrollBehavior=s}})}g()}function N6(e){const t=ht.get(e),[u,,r]=Kf(e,t,Tr(e));let n=e.parentElement;for(;n&&(getComputedStyle(n).position==="static"||n instanceof HTMLBodyElement);)n=n.parentElement;n||(n=document.body);const i=getComputedStyle(n),s=ht.get(n)||Tr(n),o=Math.round(t.top-s.top)-Gt(i.borderTopWidth),a=Math.round(t.left-s.left)-Gt(i.borderLeftWidth);return[o,a,u,r]}function q6(e,t={}){return Ns&&pr&&(window.matchMedia("(prefers-reduced-motion: reduce)").matches&&!fn(t)&&!t.disrespectUserMotionPreference||(Hr.add(e),getComputedStyle(e).position==="static"&&Object.assign(e.style,{position:"relative"}),Zf(e,ur,T6,n=>pr==null?void 0:pr.observe(n)),fn(t)?Sr.set(e,t):Sr.set(e,{duration:250,easing:"ease-in-out",...t}),Ns.observe(e,{childList:!0}),jf.add(e))),Object.freeze({parent:e,enable:()=>{Hr.add(e)},disable:()=>{Hr.delete(e)},isEnabled:()=>Hr.has(e)})}const Gf={mounted:(e,t)=>{q6(e,t.value||{})},getSSRProps:()=>({})},z6={key:0,class:"ms-5 mb-3 p-3 border rounded col-md-8"},U6={class:"controls mt-2"},B6=["onClick"],j6=["onClick"],H6=["onClick"],K6={__name:"ValueList",props:{modelValue:{default:[]},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=he([]),u=Ge(e,"modelValue");function r(n){const i=n.at("$parent");if(i.value){for(const s in i.value)if(""+s!=""+n.name&&i.value[s]===n.value)return!1}return!0}return Te(t,n=>{u.value=n}),(n,i)=>{const s=qe("FormKit");return Ot((te(),Ee("div",null,[R(s,{modelValue:t.value,"onUpdate:modelValue":i[1]||(i[1]=o=>t.value=o),name:"allowedValue",type:"list",dynamic:""},{default:Ce(({items:o,node:a,value:l})=>[L("h5",null,[i[2]||(i[2]=Qe("Allowed Values ")),L("button",{type:"button",onClick:i[0]||(i[0]=c=>t.value.push(null)),class:"btn btn-sm btn-primary ms-3"}," Add Value ")]),i[3]||(i[3]=L("p",{class:"form-text"}," An ordered list of allowed values. The values should be ordered from low to high as determined by the achievement creator. ",-1)),o.length>0?(te(),Ee("div",z6,[(te(!0),Ee(Be,null,Yu(o,(c,f)=>(te(),Ee("div",{key:c,class:"value-item"},[R(s,{type:"innerLabelTextInput",index:f,"inner-class":"input-group","label-class":"input-group-text","validation-rules":{distinct:r},validation:"required:trim|distinct","validation-messages":{required:"A value is required.",distinct:"The values must all be different."},"outer-class":"$reset","aria-label":"Allowed value "+(f+1)},{label:Ce(g=>[L("label",{class:At(g.classes.label)},vu(f+1),3)]),_:2},1032,["index","validation-rules","aria-label"]),L("ul",U6,[L("li",null,[L("button",{type:"button",onClick:g=>t.value.splice(f-1,0,t.value.splice(f,1)[0]),class:"button"},[R(hu(qn),{icon:"arrowUp"})],8,B6)]),L("li",null,[L("button",{type:"button",onClick:g=>t.value.splice(f+1,0,t.value.splice(f,1)[0]),class:"button"},[R(hu(qn),{icon:"arrowDown"})],8,j6)]),L("li",null,[L("button",{type:"button",onClick:g=>t.value.splice(f,1),class:"button close"},[R(hu(qn),{icon:"close"})],8,H6)])])]))),128))])):dt("",!0)]),_:1},8,["modelValue"])])),[[hu(Gf)]])}}},W6=Qu(K6,[["__scopeId","data-v-d268d66c"]]),Z6=["onClick"],G6={class:"card mb-3"},J6={class:"card-header"},Y6=["onClick"],X6={class:"card-body"},Q6={__name:"CriterionLevels",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>{const n=qe("FormKit");return te(),Me(n,{type:"list",modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),name:"rubricCriterionLevel",dynamic:""},{default:Ce(({items:i,node:s,value:o})=>[L("h5",null,[r[1]||(r[1]=Qe("Rubric Criterion Levels ")),L("button",{type:"button",onClick:()=>s.input(o.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Level ",8,Z6)]),(te(!0),Ee(Be,null,Yu(i,(a,l)=>(te(),Me(n,{type:"group","wrapper-class":"card",key:a,index:l},{default:Ce(()=>[L("div",G6,[L("h5",J6,[Qe("Level "+vu(l+1)+" ",1),L("button",{type:"button",onClick:()=>s.input(o.filter((c,f)=>f!==l)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,Y6)]),L("div",X6,[R(n,{type:"hidden",name:"type",value:["RubricCriterionLevel"]}),R(n,{type:"innerLabelTextInput",label:"ID",name:"id","inner-class":"input-group","label-class":"input-group-text",validation:"required:trim","wrapper-class":"required"}),R(n,{type:"innerLabelTextInput",label:"Name",name:"name","inner-class":"input-group","label-class":"input-group-text",validation:"required:trim","wrapper-class":"required"}),R(n,{type:"innerLabelTextareaInput",label:"Description",name:"description","inner-class":"input-group","label-class":"input-group-text"}),R(n,{type:"innerLabelTextInput",label:"Level",name:"level","inner-class":"input-group","label-class":"input-group-text"}),R(n,{type:"innerLabelTextInput",label:"Points",name:"points","inner-class":"input-group","label-class":"input-group-text"}),R(ko,{modelValue:t.value[l].alignment,"onUpdate:modelValue":c=>t.value[l].alignment=c},null,8,["modelValue","onUpdate:modelValue"])])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},e_={__name:"ResultType",props:{modelValue:{default:""},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue"),u=he(""),r=he("");return Ju(()=>{var n;if(((n=t.value)==null?void 0:n.substring(0,4))==="ext:"){u.value="other",r.value=t.value.substring(4);return}u.value=t.value?t.value:"",r.value=""}),Te(u,n=>{if(n==="other"){t.value="ext:"+r.value;return}t.value=n}),Te(r,n=>{if(u.value==="other"){t.value="ext:"+n;return}t.value=u.value}),(n,i)=>{const s=qe("FormKit");return te(),Me(s,{type:"selectInputGroup",label:"Result Type",modelValue:u.value,"onUpdate:modelValue":i[1]||(i[1]=o=>u.value=o),name:"selectedType","inner-class":"input-group","label-class":"input-group-text","input-class":"$reset formkit-input form-select","wrapper-class":"required",placeholder:"Select Result Type",validation:"required",options:{GradePointAverage:"Grade Point Average",LetterGrade:"Letter Grade",Percent:"Percent",PerformanceLevel:"Performance Level",PredictedScore:"Predicted Score",RawScore:"Raw Score",Result:"Result",RubricCriterion:"Rubric Criterion",RubricCriterionLevel:"Rubric Criterion Level",RubricScore:"Rubric Score",ScaledScore:"Scaled Score",Status:"Status",other:"Other (ext:)"},help:"The type of result this description represents. This is an extensible enumerated vocabulary."},{suffix:Ce(()=>[u.value==="other"?(te(),Me(s,{key:0,type:"innerLabelTextInput",label:"Extended Type",modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=o=>r.value=o),name:"typeExt","aria-label":"Extended Result Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"],["required"]]},{prefix:Ce(()=>i[2]||(i[2]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1},8,["modelValue"])):dt("",!0)]),_:1},8,["modelValue"])}}};var Ye=[];for(var cs=0;cs<256;++cs)Ye.push((cs+256).toString(16).slice(1));function t_(e,t=0){return(Ye[e[t+0]]+Ye[e[t+1]]+Ye[e[t+2]]+Ye[e[t+3]]+"-"+Ye[e[t+4]]+Ye[e[t+5]]+"-"+Ye[e[t+6]]+Ye[e[t+7]]+"-"+Ye[e[t+8]]+Ye[e[t+9]]+"-"+Ye[e[t+10]]+Ye[e[t+11]]+Ye[e[t+12]]+Ye[e[t+13]]+Ye[e[t+14]]+Ye[e[t+15]]).toLowerCase()}var Rn,u_=new Uint8Array(16);function r_(){if(!Rn&&(Rn=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Rn))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Rn(u_)}var n_=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const cl={randomUUID:n_};function i_(e,t,u){if(cl.randomUUID&&!t&&!e)return cl.randomUUID();e=e||{};var r=e.random||(e.rng||r_)();if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,t){u=u||0;for(var n=0;n<16;++n)t[u+n]=r[n];return t}return t_(r)}const s_={class:"mb-4"},o_=["onClick"],a_={class:"card mb-3"},l_={class:"card-header"},c_=["onClick"],f_={class:"card-body"},d_={__name:"ResultDescription",props:{modelValue:{default:[]},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>{const n=qe("FormKit");return te(),Me(n,{type:"list",name:"resultDescription",modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),dynamic:""},{default:Ce(({items:i,node:s,value:o})=>[L("h5",s_,[r[1]||(r[1]=Qe("Result Descriptions ")),L("button",{type:"button",onClick:()=>s.input(o.concat({id:"urn:uuid:"+hu(i_)()})),class:"btn btn-sm btn-primary ms-3"}," Add Result Description ",8,o_)]),(te(!0),Ee(Be,null,Yu(i,(a,l)=>(te(),Me(n,{type:"group","wrapper-class":"card",key:a,index:l},{default:Ce(()=>[L("div",a_,[L("h5",l_,[Qe("Result Description "+vu(l+1)+" ",1),L("button",{type:"button",onClick:()=>s.input(o.filter((c,f)=>f!==l)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,c_)]),L("div",f_,[R(n,{type:"innerLabelTextInput",label:"ID",name:"id","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"uri:required:trim",help:"The unique URI for this result description. Required so a result can link to this result description."}),R(n,{type:"hidden",name:"type",value:["ResultDescription"]}),R(n,{type:"innerLabelTextInput",label:"Name",name:"name","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim",help:"The name of the result."}),R(e_,{modelValue:t.value[l].resultType,"onUpdate:modelValue":c=>t.value[l].resultType=c},null,8,["modelValue","onUpdate:modelValue"]),R(W6,{modelValue:t.value[l].allowedValue,"onUpdate:modelValue":c=>t.value[l].allowedValue=c},null,8,["modelValue","onUpdate:modelValue"]),R(n,{type:"innerLabelTextInput",label:"Minimum Value",name:"valueMin","inner-class":"input-group","label-class":"input-group-text",help:"The minimum possible `value` that may be asserted in a linked result."}),R(n,{type:"innerLabelTextInput",label:"Maximum Value",name:"valueMax","inner-class":"input-group","label-class":"input-group-text",help:"The maximum possible `value` that may be asserted in a linked result."}),R(Q6,{modelValue:t.value[l].rubricCriterionLevel,"onUpdate:modelValue":c=>t.value[l].rubricCriterionLevel=c},null,8,["modelValue","onUpdate:modelValue"]),R(n,{type:"innerLabelTextInput",label:"Required Level",name:"requiredLevel","inner-class":"input-group","label-class":"input-group-text",help:"The `id` of the rubric criterion level required to pass as determined by the achievement creator."}),R(n,{type:"innerLabelTextInput",label:"Required Value",name:"requiredValue","inner-class":"input-group","label-class":"input-group-text",help:"A value from `allowedValue` or within the range of `valueMin` to `valueMax` required to pass as determined by the achievement creator."}),R(ko,{modelValue:t.value[l].alignment,"onUpdate:modelValue":c=>t.value[l].alignment=c},null,8,["modelValue","onUpdate:modelValue"])])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},p_={class:"tab-pane fade show active",id:"tab-alignments",role:"tabpanel","aria-labelledby":"alignments-tab"},h_={__name:"AlignmentsTab",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>(te(),Ee("div",p_,[R(d_,{modelValue:t.value.resultDescription,"onUpdate:modelValue":r[0]||(r[0]=n=>t.value.resultDescription=n)},null,8,["modelValue"]),R(x2,{modelValue:t.value.alignment,"onUpdate:modelValue":r[1]||(r[1]=n=>t.value.alignment=n)},null,8,["modelValue"])]))}},m_={key:0,class:"ms-5 mb-3 p-3 border rounded"},b_={class:"controls mt-2"},g_=["onClick"],__={__name:"TagList",props:{modelValue:{default:[]},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=he([]),u=Ge(e,"modelValue");Ir(()=>{t.value=u.value});function r(n){const i=n.at("$parent");if(i.value){for(const s in i.value)if(""+s!=""+n.name&&i.value[s]===n.value)return!1}return!0}return Te(t,n=>{u.value=n}),(n,i)=>{const s=qe("FormKit");return Ot((te(),Ee("div",null,[R(s,{modelValue:t.value,"onUpdate:modelValue":i[1]||(i[1]=o=>t.value=o),name:"tag",type:"list",dynamic:""},{default:Ce(({items:o,node:a,value:l})=>[L("h5",null,[i[2]||(i[2]=Qe("Tags ")),L("button",{type:"button",onClick:i[0]||(i[0]=c=>t.value.push(null)),class:"btn btn-sm btn-primary ms-3"}," Add Tag ")]),i[3]||(i[3]=L("p",{class:"form-text"},"One or more short, human-friendly, searchable, keywords that describe the type of achievement.",-1)),o.length>0?(te(),Ee("div",m_,[(te(!0),Ee(Be,null,Yu(o,(c,f)=>(te(),Ee("div",{key:c,class:"value-item"},[R(s,{type:"text",index:f,"validation-rules":{distinct:r},validation:"required:trim|distinct",placeholder:"Enter tag","validation-messages":{required:"Value is required",distinct:"The tags must be distinct"},"outer-class":"$reset"},null,8,["index","validation-rules"]),L("ul",b_,[L("li",null,[L("button",{type:"button",onClick:g=>t.value.splice(f,1),class:"button close"},[R(hu(qn),{icon:"close"})],8,g_)])])]))),128))])):dt("",!0)]),_:1},8,["modelValue"])])),[[hu(Gf)]])}}},v_=Qu(__,[["__scopeId","data-v-cd88b606"]]),y_=["onClick"],x_={class:"card mb-3"},C_={class:"card-header"},k_=["onClick"],E_={class:"card-body pb-0"},A_={__name:"RelatedList",emits:["change"],setup(e,{emit:t}){const u=t,r=he([]);return Te(r,n=>{u("change",n)}),(n,i)=>{const s=qe("FormKit");return te(),Me(s,{type:"list",modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=o=>r.value=o),name:"related",dynamic:""},{default:Ce(({items:o,node:a,value:l})=>[L("h5",null,[i[1]||(i[1]=Qe("Related Credentials ")),L("button",{type:"button",onClick:()=>a.input(l.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Related Credential ",8,y_)]),i[2]||(i[2]=L("p",{class:"form-text"},"A list of credentials related to this one.",-1)),(te(!0),Ee(Be,null,Yu(o,(c,f)=>(te(),Me(s,{type:"group","wrapper-class":"card",key:c,index:f},{default:Ce(()=>[L("div",x_,[L("h5",C_,[Qe("Credential "+vu(f+1)+" ",1),L("button",{type:"button",onClick:()=>a.input(l.filter((g,h)=>h!==f)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,k_)]),L("div",E_,[R(s,{type:"hidden",name:"type",value:["Related"]}),R(s,{type:"innerLabelTextInput",label:"ID",name:"id","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"uri:required:trim",help:"The URI of the related achievement."}),R(s,{type:"innerLabelTextInput",label:"Language",name:"inLanguage","inner-class":"input-group","label-class":"input-group-text",validation:[["matches","/^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$/"]],help:"The language of the related achievement as a BCP47 language code."}),R(s,{type:"innerLabelTextInput",label:"Version",name:"version","inner-class":"input-group","label-class":"input-group-text",help:"The version of the related achievement."})])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},$_=["onClick"],D_={class:"form-text"},w_={class:"card mb-3"},F_={class:"card-header"},S_=["onClick"],T_={class:"card-body pb-0"},Jf={__name:"OtherIdentifiers",props:bs({help:{type:String,default:"Other identifiers for this credential."}},{modelValue:{default:[]},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,u=Ge(e,"modelValue");return(r,n)=>{const i=qe("FormKit");return te(),Me(i,{type:"list",modelValue:u.value,"onUpdate:modelValue":n[0]||(n[0]=s=>u.value=s),name:"otherIdentifier",dynamic:""},{default:Ce(({items:s,node:o,value:a})=>[L("h5",null,[n[1]||(n[1]=Qe("Other Identifiers ")),L("button",{type:"button",onClick:()=>o.input(a.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Identifier ",8,$_)]),L("p",D_,vu(t.help),1),(te(!0),Ee(Be,null,Yu(s,(l,c)=>(te(),Me(i,{type:"group",key:l,index:c},{default:Ce(()=>[L("div",w_,[L("h5",F_,[Qe("Other Identifier "+vu(c+1)+" ",1),L("button",{type:"button",onClick:()=>o.input(a.filter((f,g)=>g!==c)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,S_)]),L("div",T_,[R(i,{type:"hidden",name:"type",value:"IdentifierEntry"}),R(i,{type:"innerLabelTextInput",label:"Identifier",name:"identifier","aria-label":"Identifier","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim"}),R(i,{type:"selectInputGroup",label:"Identifier Type",name:"identifierType","inner-class":"input-group","label-class":"input-group-text","input-class":"$reset formkit-input form-select","wrapper-class":"required",placeholder:"Select the Identifier Type",validation:"required",options:{name:"name",sourcedId:"sourcedId",systemId:"systemId",productId:"productId",userName:"userName",accountId:"accountId",emailAddress:"emailAddress",nationalIdentityNumber:"nationalIdentityNumber",isbn:"isbn",issn:"issn",lisSourcedId:"lisSourcedId",oneRosterSourcedId:"oneRosterSourcedId",sisSourcedId:"sisSourcedId",ltiContextId:"ltiContextId",ltiDeploymentId:"ltiDeploymentId",ltiToolId:"ltiToolId",ltiPlatformId:"ltiPlatformId",ltiUserId:"ltiUserId",identifier:"identifier",other:"Other (ext:)"}}),a[c].identifierType==="other"?(te(),Me(i,{key:0,type:"innerLabelTextInput",label:"Extended Type",name:"typeExt","aria-label":"Extended Identifier Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"]]},{prefix:Ce(()=>n[2]||(n[2]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1})):dt("",!0)])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},I_={__name:"AddressComponent",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue"),u=he(!1);return Ir(()=>{Object.keys(t).length>0&&(u.value=!0)}),(r,n)=>{const i=qe("FormKit");return te(),Me(i,{type:"group",name:"address",modelValue:t.value,"onUpdate:modelValue":n[1]||(n[1]=s=>t.value=s)},{default:Ce(()=>[R(i,{type:"checkbox",label:"Include address",modelValue:u.value,"onUpdate:modelValue":n[0]||(n[0]=s=>u.value=s),"wrapper-class":"form-check form-switch","input-class":"$reset form-check-input","label-class":"$reset form-check-label",role:"switch",ignore:"true"},null,8,["modelValue"]),Ot(L("div",null,[R(i,{type:"hidden",name:"type",value:["Address"]}),R(i,{type:"text",label:"Street Address",name:"streetAddress",help:"Street address of the creator."}),R(i,{type:"text",label:"Post Office Box Number",name:"postOfficeBoxNumber",help:"A post office box number for PO box addresses."}),R(i,{type:"text",label:"City",name:"addressLocality",help:"A locality within the region."}),R(i,{type:"text",label:"State",name:"addressRegion",help:"The region within the country."}),R(i,{type:"text",label:"Postal Code",name:"postalCode",help:"A postal code."}),R(i,{type:"text",label:"Country",name:"addressCountry",help:"Country name."}),R(i,{type:"text",label:"Country Code",name:"addressCountryCode",help:"Country code. The value must be a ISO 3166-1 alpha-2 country code, such as 'US'."}),dt("",!0)],512),[[mu,u.value]])]),_:1},8,["modelValue"])}}},R_={class:"card"},O_={class:"card-header"},P_={class:"card-body"},M_={__name:"CreatorProfile",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue"),u=he("noCreator");return Ir(()=>{if(Object.keys(t.value).length===0){u.value="noCreator";return}u.value="organization",t.value.dateOfBirth&&(u.value="individual")}),(r,n)=>{const i=qe("formKit"),s=qe("FormKit");return te(),Ee("div",R_,[L("h5",O_,[R(i,{type:"select",label:"Creator",modelValue:u.value,"onUpdate:modelValue":n[0]||(n[0]=o=>u.value=o),"input-class":"$reset formkit-input form-select",options:{noCreator:"Do not add a creator field",organization:"The creator is an Organization",individual:"The creator is a Person"},ignore:"true"},null,8,["modelValue"])]),u.value!=="noCreator"?(te(),Me(s,{key:0,type:"group",name:"creator",modelValue:t.value,"onUpdate:modelValue":n[4]||(n[4]=o=>t.value=o)},{default:Ce(()=>[L("div",P_,[R(s,{type:"text",label:"ID",name:"id","wrapper-class":"required",validation:"uri:required:trim",help:"Unique URI for the creator."}),R(s,{type:"hidden",name:"type",value:["Profile"]}),R(s,{type:"text",label:"Name",name:"name",help:"The name of the entity or organization."}),R(s,{type:"text",label:"Description",name:"description",help:"A short description of the issuer entity or organization."}),R(Ic,{help:"An image that represents the creator. Must be a PNG or SVG image.",modelValue:t.value.image,"onUpdate:modelValue":n[1]||(n[1]=o=>t.value.image=o)},null,8,["modelValue"]),u.value==="organization"?(te(),Me(s,{key:0,type:"text",label:"Official",name:"official",help:"If the entity is an organization, `official` is the name of an authorized official of the organization."})):dt("",!0),R(s,{type:"text",label:"URL",name:"url",validation:"url",help:"The homepage or social media profile of the entity, whether individual or institutional. Should be a URL/URI Accessible via HTTP."}),R(s,{type:"text",label:"Email",name:"email",validation:"email",help:"An email address for the creator."}),R(s,{type:"text",label:"Phone",name:"phone",help:"A phone number for the creator."}),R(I_,{modelValue:t.value.address,"onUpdate:modelValue":n[2]||(n[2]=o=>t.value.address=o)},null,8,["modelValue"]),u.value==="individual"?(te(),Me(s,{key:1,type:"text",label:"Date of Birth",name:"dateOfBirth",format:"yyyy-MM-dd",help:"Birthdate of the person."})):dt("",!0),R(Jf,{label:"Other Identifiers",modelValue:t.value.otherIdentifier,"onUpdate:modelValue":n[3]||(n[3]=o=>t.value.otherIdentifier=o),help:"Other unique identifiers for the creator."},null,8,["modelValue"]),dt("",!0),dt("",!0),dt("",!0)])]),_:1},8,["modelValue"])):dt("",!0)])}}},V_={class:"tab-pane fade show active",id:"tab-additional",role:"tabpanel","aria-labelledby":"additional-tab"},L_={__name:"AdditionalTab",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ge(e,"modelValue");return(u,r)=>{const n=qe("FormKit");return te(),Ee("div",V_,[R(n,{type:"text",name:"id",label:"ID",modelValue:t.value.id,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value.id=i),validation:"uri:trim",help:"Unique URI for the Achievement."},null,8,["modelValue"]),R(v_,{modelValue:t.value.tag,"onUpdate:modelValue":r[1]||(r[1]=i=>t.value.tag=i)},null,8,["modelValue"]),R(A_,{modelValue:t.value.related,"onUpdate:modelValue":r[2]||(r[2]=i=>t.value.related=i)},null,8,["modelValue"]),R(Jf,{modelValue:t.value.otherIdentifier,"onUpdate:modelValue":r[3]||(r[3]=i=>t.value.otherIdentifier=i)},null,8,["modelValue"]),R(M_,{modelValue:t.value.creator,"onUpdate:modelValue":r[4]||(r[4]=i=>t.value.creator=i)},null,8,["modelValue"])])}}},N_={class:"nav nav-tabs",role:"tablist"},q_={class:"nav-item",role:"presentation"},z_=["aria-selected"],U_={class:"nav-item",role:"presentation"},B_=["aria-selected"],j_={class:"nav-item",role:"presentation"},H_=["aria-selected"],K_={class:"nav-item",role:"presentation"},W_=["aria-selected"],Z_={class:"tab-content mt-3",id:"tab-content"},G_={key:0,class:"alert alert-warning",role:"alert"},J_={class:"btn btn-primary float-end mt-5",type:"submit",disabled:!1},Y_={__name:"AchievementDefiner",props:{achievement:{type:String,default:""},submitText:{type:String,default:"Save"}},emits:["saveDefinition"],setup(e,{emit:t}){const u=e,r=he("basic"),n=he(!1),i=he(null),s=Yt({type:["Achievement"],basic:{},detail:{},alignments:{},additional:{}}),o=Yt({});Ir(()=>{try{const h=JSON.parse(u.achievement);s.basic={name:h.name||"",achievementType:h.achievementType||null,image:h.image||{},description:h.description||"",criteria:h.criteria||{}},s.detail={humanCode:h.humanCode||null,inLanguage:h.inLanguage||null,version:h.version||null,creditsAvailable:h.creditsAvailable||null,specialization:h.specialization||null,fieldOfStudy:h.fieldOfStudy||null},s.alignments={resultDescription:h.resultDescription||[],alignment:h.alignment||[]},s.additional={id:h.id||null,tag:h.tag||[],related:h.related||[],otherIdentifier:h.otherIdentifier||[],creator:h.creator||{}}}catch{}}),Te(s,h=>{Object.assign(o,h.basic),Object.assign(o,h.detail),Object.assign(o,h.alignments),Object.assign(o,h.additional)});function a(h){r.value=h}function l(h){return JSON.parse(JSON.stringify(h,(d,b)=>b===null||b===""||Array.isArray(b)&&b.length===0?void 0:b))}function c(h){h.image.id||(h.image=null);const d=l(h);document.getElementById(i.value.node.props.id).dispatchEvent(new CustomEvent("saveDefinition",{bubbles:!0,detail:JSON.stringify(d)}))}function f(h){try{const d=document.getElementById(i.value.node.props.id),b=i.value.node.context.state.valid,E=l(i.value.node.value);d.dispatchEvent(new CustomEvent("changed",{bubbles:!0,detail:JSON.stringify(E)})),b&&d.dispatchEvent(new CustomEvent("updated",{bubbles:!0,detail:JSON.stringify(E)}))}catch{}}function g(h){n.value=!0}return(h,d)=>{const b=qe("FormKit");return te(),Ee("div",null,[L("ul",N_,[L("li",q_,[L("button",{class:At(["nav-link",{active:r.value==="basic"}]),type:"button",id:"basic-tab",role:"tab","aria-controls":"tab-basic","aria-selected":r.value==="basic"?"true":"false",onClick:d[0]||(d[0]=E=>a("basic"))},"Primary Details",10,z_)]),L("li",U_,[L("button",{class:At(["nav-link",{active:r.value==="detail"}]),type:"button",id:"detail-tab",role:"tab","aria-controls":"tab-detail","aria-selected":r.value==="detail"?"true":"false",onClick:d[1]||(d[1]=E=>a("detail"))},"Additional Details",10,B_)]),L("li",j_,[L("button",{class:At(["nav-link",{active:r.value==="alignments"}]),type:"button",id:"detail-tab",role:"tab","aria-controls":"tab-alignments","aria-selected":r.value==="alignments"?"true":"false",onClick:d[2]||(d[2]=E=>a("alignments"))},"Alignments",10,H_)]),L("li",K_,[L("button",{class:At(["nav-link",{active:r.value==="additional"}]),type:"button",id:"additional-tab",role:"tab","aria-controls":"tab-additional","aria-selected":r.value==="additional"?"true":"false",onClick:d[3]||(d[3]=E=>a("additional"))},"Additional Information",10,W_)])]),L("div",Z_,[R(b,{type:"form",actions:!1,ref_key:"form",ref:i,onSubmit:c,onSubmitInvalid:g,onChange:f,"validation-visibility":"live"},{default:Ce(({state:{valid:E}})=>[!E&&n.value?(te(),Ee("div",G_," There are some errors in the form submission. Please correct the errors and then resubmit the form. ")):dt("",!0),R(b,{type:"hidden",name:"@context",value:["https://www.w3.org/2018/credentials/v2","https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json"]}),R(b,{type:"hidden",name:"type",modelValue:s.type,"onUpdate:modelValue":d[4]||(d[4]=k=>s.type=k),value:["Achievement"]},null,8,["modelValue"]),Ot(R(c2,{modelValue:s.basic,"onUpdate:modelValue":d[5]||(d[5]=k=>s.basic=k)},null,8,["modelValue"]),[[mu,r.value==="basic"]]),Ot(R(p2,{modelValue:s.detail,"onUpdate:modelValue":d[6]||(d[6]=k=>s.detail=k)},null,8,["modelValue"]),[[mu,r.value==="detail"]]),Ot(R(h_,{modelValue:s.alignments,"onUpdate:modelValue":d[7]||(d[7]=k=>s.alignments=k)},null,8,["modelValue"]),[[mu,r.value==="alignments"]]),Ot(R(L_,{modelValue:s.additional,"onUpdate:modelValue":d[8]||(d[8]=k=>s.additional=k)},null,8,["modelValue"]),[[mu,r.value==="additional"]]),L("button",J_,vu(e.submitText),1)]),_:1},512)])])}}},X_={class:"container"},Q_={__name:"App",props:{achievement:{type:String,default:""},submitText:{type:String,default:"Save"}},setup(e){return(t,u)=>(te(),Ee("div",X_,[R(Y_,{achievement:e.achievement,"submit-text":e.submitText},null,8,["achievement","submit-text"])]))}},ev={config:{classes:P3({global:{outer:"$reset mb-4",input:"form-control",label:"form-label",help:"form-text",message:"invalid-feedback"},form:{form:"mt-1 mx-auto p-3 border rounded"},range:{input:"$reset form-range"},submit:{outer:"$reset mt-3",input:"$reset btn btn-primary"}})}},tv={schema:iu(Lu(er(tr("$label"),De("prefix","label"),Tt(),$o(),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",family:"text",props:[],forceTypeProp:"text",features:[wo],schemaMemoKey:"qmwq6rtsiye"},uv={schema:iu(Lu(er(tr("$label"),De("prefix","label"),Tt(),Af(),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",props:[],forceTypeProp:"textarea",features:[Sf],schemaMemoKey:"zq0nltggno"},rv={schema:iu(Lu(er(tr("$label"),De("prefix"),Tt(),Ef(Dt("$slots.default",()=>"$slots.default",li(Dt("$option.group",kf(li(ai("$option.label"))),ai("$option.label"))))),Dt("$attrs.multiple !== undefined",()=>"",De("select")),It(),De("suffix"))),St("$help"),Ut(zt("$message.value"))),type:"input",props:["options","placeholder","optionsLoader"],forceTypeProp:"select",features:[Oi,Rf,Hu("select","select")],schemaMemoKey:"at63zamx5wg"};var nv=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},qs={exports:{}};/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */(function(e,t){(function(u,r){r(t)})(nv,function(u){function r(){for(var _=arguments.length,p=Array(_),v=0;v<_;v++)p[v]=arguments[v];if(p.length>1){p[0]=p[0].slice(0,-1);for(var D=p.length-1,A=1;A<D;++A)p[A]=p[A].slice(1,-1);return p[D]=p[D].slice(1),p.join("")}else return p[0]}function n(_){return"(?:"+_+")"}function i(_){return _===void 0?"undefined":_===null?"null":Object.prototype.toString.call(_).split(" ").pop().split("]").shift().toLowerCase()}function s(_){return _.toUpperCase()}function o(_){return _!=null?_ instanceof Array?_:typeof _.length!="number"||_.split||_.setInterval||_.call?[_]:Array.prototype.slice.call(_):[]}function a(_,p){var v=_;if(p)for(var D in p)v[D]=p[D];return v}function l(_){var p="[A-Za-z]",v="[0-9]",D=r(v,"[A-Fa-f]"),A=n(n("%[EFef]"+D+"%"+D+D+"%"+D+D)+"|"+n("%[89A-Fa-f]"+D+"%"+D+D)+"|"+n("%"+D+D)),Z="[\\:\\/\\?\\#\\[\\]\\@]",G="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",me=r(Z,G),$e=_?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",Re=_?"[\\uE000-\\uF8FF]":"[]",de=r(p,v,"[\\-\\.\\_\\~]",$e);n(p+r(p,v,"[\\+\\-\\.]")+"*"),n(n(A+"|"+r(de,G,"[\\:]"))+"*");var ke=n(n("25[0-5]")+"|"+n("2[0-4]"+v)+"|"+n("1"+v+v)+"|"+n("0?[1-9]"+v)+"|0?0?"+v),Oe=n(ke+"\\."+ke+"\\."+ke+"\\."+ke),se=n(D+"{1,4}"),Fe=n(n(se+"\\:"+se)+"|"+Oe),Le=n(n(se+"\\:")+"{6}"+Fe),Se=n("\\:\\:"+n(se+"\\:")+"{5}"+Fe),Cu=n(n(se)+"?\\:\\:"+n(se+"\\:")+"{4}"+Fe),Bt=n(n(n(se+"\\:")+"{0,1}"+se)+"?\\:\\:"+n(se+"\\:")+"{3}"+Fe),jt=n(n(n(se+"\\:")+"{0,2}"+se)+"?\\:\\:"+n(se+"\\:")+"{2}"+Fe),sr=n(n(n(se+"\\:")+"{0,3}"+se)+"?\\:\\:"+se+"\\:"+Fe),Nu=n(n(n(se+"\\:")+"{0,4}"+se)+"?\\:\\:"+Fe),Et=n(n(n(se+"\\:")+"{0,5}"+se)+"?\\:\\:"+se),Ht=n(n(n(se+"\\:")+"{0,6}"+se)+"?\\:\\:"),qu=n([Le,Se,Cu,Bt,jt,sr,Nu,Et,Ht].join("|")),au=n(n(de+"|"+A)+"+");n("[vV]"+D+"+\\."+r(de,G,"[\\:]")+"+"),n(n(A+"|"+r(de,G))+"*");var Vr=n(A+"|"+r(de,G,"[\\:\\@]"));return n(n(A+"|"+r(de,G,"[\\@]"))+"+"),n(n(Vr+"|"+r("[\\/\\?]",Re))+"*"),{NOT_SCHEME:new RegExp(r("[^]",p,v,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(r("[^\\%\\:]",de,G),"g"),NOT_HOST:new RegExp(r("[^\\%\\[\\]\\:]",de,G),"g"),NOT_PATH:new RegExp(r("[^\\%\\/\\:\\@]",de,G),"g"),NOT_PATH_NOSCHEME:new RegExp(r("[^\\%\\/\\@]",de,G),"g"),NOT_QUERY:new RegExp(r("[^\\%]",de,G,"[\\:\\@\\/\\?]",Re),"g"),NOT_FRAGMENT:new RegExp(r("[^\\%]",de,G,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(r("[^]",de,G),"g"),UNRESERVED:new RegExp(de,"g"),OTHER_CHARS:new RegExp(r("[^\\%]",de,me),"g"),PCT_ENCODED:new RegExp(A,"g"),IPV4ADDRESS:new RegExp("^("+Oe+")$"),IPV6ADDRESS:new RegExp("^\\[?("+qu+")"+n(n("\\%25|\\%(?!"+D+"{2})")+"("+au+")")+"?\\]?$")}}var c=l(!1),f=l(!0),g=function(){function _(p,v){var D=[],A=!0,Z=!1,G=void 0;try{for(var me=p[Symbol.iterator](),$e;!(A=($e=me.next()).done)&&(D.push($e.value),!(v&&D.length===v));A=!0);}catch(Re){Z=!0,G=Re}finally{try{!A&&me.return&&me.return()}finally{if(Z)throw G}}return D}return function(p,v){if(Array.isArray(p))return p;if(Symbol.iterator in Object(p))return _(p,v);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),h=function(_){if(Array.isArray(_)){for(var p=0,v=Array(_.length);p<_.length;p++)v[p]=_[p];return v}else return Array.from(_)},d=2147483647,b=36,E=1,k=26,w=38,I=700,C=72,T=128,x="-",F=/^xn--/,B=/[^\0-\x7E]/,X=/[\x2E\u3002\uFF0E\uFF61]/g,ne={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Q=b-E,$=Math.floor,j=String.fromCharCode;function H(_){throw new RangeError(ne[_])}function ae(_,p){for(var v=[],D=_.length;D--;)v[D]=p(_[D]);return v}function Y(_,p){var v=_.split("@"),D="";v.length>1&&(D=v[0]+"@",_=v[1]),_=_.replace(X,".");var A=_.split("."),Z=ae(A,p).join(".");return D+Z}function J(_){for(var p=[],v=0,D=_.length;v<D;){var A=_.charCodeAt(v++);if(A>=55296&&A<=56319&&v<D){var Z=_.charCodeAt(v++);(Z&64512)==56320?p.push(((A&1023)<<10)+(Z&1023)+65536):(p.push(A),v--)}else p.push(A)}return p}var ce=function(p){return String.fromCodePoint.apply(String,h(p))},Ve=function(p){return p-48<10?p-22:p-65<26?p-65:p-97<26?p-97:b},ot=function(p,v){return p+22+75*(p<26)-((v!=0)<<5)},je=function(p,v,D){var A=0;for(p=D?$(p/I):p>>1,p+=$(p/v);p>Q*k>>1;A+=b)p=$(p/Q);return $(A+(Q+1)*p/(p+w))},bt=function(p){var v=[],D=p.length,A=0,Z=T,G=C,me=p.lastIndexOf(x);me<0&&(me=0);for(var $e=0;$e<me;++$e)p.charCodeAt($e)>=128&&H("not-basic"),v.push(p.charCodeAt($e));for(var Re=me>0?me+1:0;Re<D;){for(var de=A,ke=1,Oe=b;;Oe+=b){Re>=D&&H("invalid-input");var se=Ve(p.charCodeAt(Re++));(se>=b||se>$((d-A)/ke))&&H("overflow"),A+=se*ke;var Fe=Oe<=G?E:Oe>=G+k?k:Oe-G;if(se<Fe)break;var Le=b-Fe;ke>$(d/Le)&&H("overflow"),ke*=Le}var Se=v.length+1;G=je(A-de,Se,de==0),$(A/Se)>d-Z&&H("overflow"),Z+=$(A/Se),A%=Se,v.splice(A++,0,Z)}return String.fromCodePoint.apply(String,v)},Mr=function(p){var v=[];p=J(p);var D=p.length,A=T,Z=0,G=C,me=!0,$e=!1,Re=void 0;try{for(var de=p[Symbol.iterator](),ke;!(me=(ke=de.next()).done);me=!0){var Oe=ke.value;Oe<128&&v.push(j(Oe))}}catch(Lr){$e=!0,Re=Lr}finally{try{!me&&de.return&&de.return()}finally{if($e)throw Re}}var se=v.length,Fe=se;for(se&&v.push(x);Fe<D;){var Le=d,Se=!0,Cu=!1,Bt=void 0;try{for(var jt=p[Symbol.iterator](),sr;!(Se=(sr=jt.next()).done);Se=!0){var Nu=sr.value;Nu>=A&&Nu<Le&&(Le=Nu)}}catch(Lr){Cu=!0,Bt=Lr}finally{try{!Se&&jt.return&&jt.return()}finally{if(Cu)throw Bt}}var Et=Fe+1;Le-A>$((d-Z)/Et)&&H("overflow"),Z+=(Le-A)*Et,A=Le;var Ht=!0,qu=!1,au=void 0;try{for(var Vr=p[Symbol.iterator](),qo;!(Ht=(qo=Vr.next()).done);Ht=!0){var zo=qo.value;if(zo<A&&++Z>d&&H("overflow"),zo==A){for(var yn=Z,xn=b;;xn+=b){var Cn=xn<=G?E:xn>=G+k?k:xn-G;if(yn<Cn)break;var Uo=yn-Cn,Bo=b-Cn;v.push(j(ot(Cn+Uo%Bo,0))),yn=$(Uo/Bo)}v.push(j(ot(yn,0))),G=je(Z,Et,Fe==se),Z=0,++Fe}}}catch(Lr){qu=!0,au=Lr}finally{try{!Ht&&Vr.return&&Vr.return()}finally{if(qu)throw au}}++Z,++A}return v.join("")},Mi=function(p){return Y(p,function(v){return F.test(v)?bt(v.slice(4).toLowerCase()):v})},Vi=function(p){return Y(p,function(v){return B.test(v)?"xn--"+Mr(v):v})},kt={version:"2.1.0",ucs2:{decode:J,encode:ce},decode:bt,encode:Mr,toASCII:Vi,toUnicode:Mi},Je={};function at(_){var p=_.charCodeAt(0),v=void 0;return p<16?v="%0"+p.toString(16).toUpperCase():p<128?v="%"+p.toString(16).toUpperCase():p<2048?v="%"+(p>>6|192).toString(16).toUpperCase()+"%"+(p&63|128).toString(16).toUpperCase():v="%"+(p>>12|224).toString(16).toUpperCase()+"%"+(p>>6&63|128).toString(16).toUpperCase()+"%"+(p&63|128).toString(16).toUpperCase(),v}function su(_){for(var p="",v=0,D=_.length;v<D;){var A=parseInt(_.substr(v+1,2),16);if(A<128)p+=String.fromCharCode(A),v+=3;else if(A>=194&&A<224){if(D-v>=6){var Z=parseInt(_.substr(v+4,2),16);p+=String.fromCharCode((A&31)<<6|Z&63)}else p+=_.substr(v,6);v+=6}else if(A>=224){if(D-v>=9){var G=parseInt(_.substr(v+4,2),16),me=parseInt(_.substr(v+7,2),16);p+=String.fromCharCode((A&15)<<12|(G&63)<<6|me&63)}else p+=_.substr(v,9);v+=9}else p+=_.substr(v,3),v+=3}return p}function ou(_,p){function v(D){var A=su(D);return A.match(p.UNRESERVED)?A:D}return _.scheme&&(_.scheme=String(_.scheme).replace(p.PCT_ENCODED,v).toLowerCase().replace(p.NOT_SCHEME,"")),_.userinfo!==void 0&&(_.userinfo=String(_.userinfo).replace(p.PCT_ENCODED,v).replace(p.NOT_USERINFO,at).replace(p.PCT_ENCODED,s)),_.host!==void 0&&(_.host=String(_.host).replace(p.PCT_ENCODED,v).toLowerCase().replace(p.NOT_HOST,at).replace(p.PCT_ENCODED,s)),_.path!==void 0&&(_.path=String(_.path).replace(p.PCT_ENCODED,v).replace(_.scheme?p.NOT_PATH:p.NOT_PATH_NOSCHEME,at).replace(p.PCT_ENCODED,s)),_.query!==void 0&&(_.query=String(_.query).replace(p.PCT_ENCODED,v).replace(p.NOT_QUERY,at).replace(p.PCT_ENCODED,s)),_.fragment!==void 0&&(_.fragment=String(_.fragment).replace(p.PCT_ENCODED,v).replace(p.NOT_FRAGMENT,at).replace(p.PCT_ENCODED,s)),_}function rr(_){return _.replace(/^0*(.*)/,"$1")||"0"}function nr(_,p){var v=_.match(p.IPV4ADDRESS)||[],D=g(v,2),A=D[1];return A?A.split(".").map(rr).join("."):_}function m(_,p){var v=_.match(p.IPV6ADDRESS)||[],D=g(v,3),A=D[1],Z=D[2];if(A){for(var G=A.toLowerCase().split("::").reverse(),me=g(G,2),$e=me[0],Re=me[1],de=Re?Re.split(":").map(rr):[],ke=$e.split(":").map(rr),Oe=p.IPV4ADDRESS.test(ke[ke.length-1]),se=Oe?7:8,Fe=ke.length-se,Le=Array(se),Se=0;Se<se;++Se)Le[Se]=de[Se]||ke[Fe+Se]||"";Oe&&(Le[se-1]=nr(Le[se-1],p));var Cu=Le.reduce(function(Et,Ht,qu){if(!Ht||Ht==="0"){var au=Et[Et.length-1];au&&au.index+au.length===qu?au.length++:Et.push({index:qu,length:1})}return Et},[]),Bt=Cu.sort(function(Et,Ht){return Ht.length-Et.length})[0],jt=void 0;if(Bt&&Bt.length>1){var sr=Le.slice(0,Bt.index),Nu=Le.slice(Bt.index+Bt.length);jt=sr.join(":")+"::"+Nu.join(":")}else jt=Le.join(":");return Z&&(jt+="%"+Z),jt}else return _}var y=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,S="".match(/(){0}/)[1]===void 0;function O(_){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},v={},D=p.iri!==!1?f:c;p.reference==="suffix"&&(_=(p.scheme?p.scheme+":":"")+"//"+_);var A=_.match(y);if(A){S?(v.scheme=A[1],v.userinfo=A[3],v.host=A[4],v.port=parseInt(A[5],10),v.path=A[6]||"",v.query=A[7],v.fragment=A[8],isNaN(v.port)&&(v.port=A[5])):(v.scheme=A[1]||void 0,v.userinfo=_.indexOf("@")!==-1?A[3]:void 0,v.host=_.indexOf("//")!==-1?A[4]:void 0,v.port=parseInt(A[5],10),v.path=A[6]||"",v.query=_.indexOf("?")!==-1?A[7]:void 0,v.fragment=_.indexOf("#")!==-1?A[8]:void 0,isNaN(v.port)&&(v.port=_.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?A[4]:void 0)),v.host&&(v.host=m(nr(v.host,D),D)),v.scheme===void 0&&v.userinfo===void 0&&v.host===void 0&&v.port===void 0&&!v.path&&v.query===void 0?v.reference="same-document":v.scheme===void 0?v.reference="relative":v.fragment===void 0?v.reference="absolute":v.reference="uri",p.reference&&p.reference!=="suffix"&&p.reference!==v.reference&&(v.error=v.error||"URI is not a "+p.reference+" reference.");var Z=Je[(p.scheme||v.scheme||"").toLowerCase()];if(!p.unicodeSupport&&(!Z||!Z.unicodeSupport)){if(v.host&&(p.domainHost||Z&&Z.domainHost))try{v.host=kt.toASCII(v.host.replace(D.PCT_ENCODED,su).toLowerCase())}catch(G){v.error=v.error||"Host's domain name can not be converted to ASCII via punycode: "+G}ou(v,c)}else ou(v,D);Z&&Z.parse&&Z.parse(v,p)}else v.error=v.error||"URI can not be parsed.";return v}function P(_,p){var v=p.iri!==!1?f:c,D=[];return _.userinfo!==void 0&&(D.push(_.userinfo),D.push("@")),_.host!==void 0&&D.push(m(nr(String(_.host),v),v).replace(v.IPV6ADDRESS,function(A,Z,G){return"["+Z+(G?"%25"+G:"")+"]"})),(typeof _.port=="number"||typeof _.port=="string")&&(D.push(":"),D.push(String(_.port))),D.length?D.join(""):void 0}var V=/^\.\.?\//,z=/^\/\.(\/|$)/,q=/^\/\.\.(\/|$)/,N=/^\/?(?:.|\n)*?(?=\/|$)/;function M(_){for(var p=[];_.length;)if(_.match(V))_=_.replace(V,"");else if(_.match(z))_=_.replace(z,"/");else if(_.match(q))_=_.replace(q,"/"),p.pop();else if(_==="."||_==="..")_="";else{var v=_.match(N);if(v){var D=v[0];_=_.slice(D.length),p.push(D)}else throw new Error("Unexpected dot segment condition")}return p.join("")}function K(_){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},v=p.iri?f:c,D=[],A=Je[(p.scheme||_.scheme||"").toLowerCase()];if(A&&A.serialize&&A.serialize(_,p),_.host&&!v.IPV6ADDRESS.test(_.host)){if(p.domainHost||A&&A.domainHost)try{_.host=p.iri?kt.toUnicode(_.host):kt.toASCII(_.host.replace(v.PCT_ENCODED,su).toLowerCase())}catch(me){_.error=_.error||"Host's domain name can not be converted to "+(p.iri?"Unicode":"ASCII")+" via punycode: "+me}}ou(_,v),p.reference!=="suffix"&&_.scheme&&(D.push(_.scheme),D.push(":"));var Z=P(_,p);if(Z!==void 0&&(p.reference!=="suffix"&&D.push("//"),D.push(Z),_.path&&_.path.charAt(0)!=="/"&&D.push("/")),_.path!==void 0){var G=_.path;!p.absolutePath&&(!A||!A.absolutePath)&&(G=M(G)),Z===void 0&&(G=G.replace(/^\/\//,"/%2F")),D.push(G)}return _.query!==void 0&&(D.push("?"),D.push(_.query)),_.fragment!==void 0&&(D.push("#"),D.push(_.fragment)),D.join("")}function U(_,p){var v=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},D=arguments[3],A={};return D||(_=O(K(_,v),v),p=O(K(p,v),v)),v=v||{},!v.tolerant&&p.scheme?(A.scheme=p.scheme,A.userinfo=p.userinfo,A.host=p.host,A.port=p.port,A.path=M(p.path||""),A.query=p.query):(p.userinfo!==void 0||p.host!==void 0||p.port!==void 0?(A.userinfo=p.userinfo,A.host=p.host,A.port=p.port,A.path=M(p.path||""),A.query=p.query):(p.path?(p.path.charAt(0)==="/"?A.path=M(p.path):((_.userinfo!==void 0||_.host!==void 0||_.port!==void 0)&&!_.path?A.path="/"+p.path:_.path?A.path=_.path.slice(0,_.path.lastIndexOf("/")+1)+p.path:A.path=p.path,A.path=M(A.path)),A.query=p.query):(A.path=_.path,p.query!==void 0?A.query=p.query:A.query=_.query),A.userinfo=_.userinfo,A.host=_.host,A.port=_.port),A.scheme=_.scheme),A.fragment=p.fragment,A}function W(_,p,v){var D=a({scheme:"null"},v);return K(U(O(_,D),O(p,D),D,!0),D)}function ee(_,p){return typeof _=="string"?_=K(O(_,p),p):i(_)==="object"&&(_=O(K(_,p),p)),_}function fe(_,p,v){return typeof _=="string"?_=K(O(_,v),v):i(_)==="object"&&(_=K(_,v)),typeof p=="string"?p=K(O(p,v),v):i(p)==="object"&&(p=K(p,v)),_===p}function ye(_,p){return _&&_.toString().replace(!p||!p.iri?c.ESCAPE:f.ESCAPE,at)}function le(_,p){return _&&_.toString().replace(!p||!p.iri?c.PCT_ENCODED:f.PCT_ENCODED,su)}var ze={scheme:"http",domainHost:!0,parse:function(p,v){return p.host||(p.error=p.error||"HTTP URIs must have a host."),p},serialize:function(p,v){var D=String(p.scheme).toLowerCase()==="https";return(p.port===(D?443:80)||p.port==="")&&(p.port=void 0),p.path||(p.path="/"),p}},He={scheme:"https",domainHost:ze.domainHost,parse:ze.parse,serialize:ze.serialize};function lt(_){return typeof _.secure=="boolean"?_.secure:String(_.scheme).toLowerCase()==="wss"}var Ue={scheme:"ws",domainHost:!0,parse:function(p,v){var D=p;return D.secure=lt(D),D.resourceName=(D.path||"/")+(D.query?"?"+D.query:""),D.path=void 0,D.query=void 0,D},serialize:function(p,v){if((p.port===(lt(p)?443:80)||p.port==="")&&(p.port=void 0),typeof p.secure=="boolean"&&(p.scheme=p.secure?"wss":"ws",p.secure=void 0),p.resourceName){var D=p.resourceName.split("?"),A=g(D,2),Z=A[0],G=A[1];p.path=Z&&Z!=="/"?Z:void 0,p.query=G,p.resourceName=void 0}return p.fragment=void 0,p}},xu={scheme:"wss",domainHost:Ue.domainHost,parse:Ue.parse,serialize:Ue.serialize},_n={},et="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",Ie="[0-9A-Fa-f]",vn=n(n("%[EFef]"+Ie+"%"+Ie+Ie+"%"+Ie+Ie)+"|"+n("%[89A-Fa-f]"+Ie+"%"+Ie+Ie)+"|"+n("%"+Ie+Ie)),Yf="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Xf="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Qf=r(Xf,'[\\"\\\\]'),e0="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",t0=new RegExp(et,"g"),ir=new RegExp(vn,"g"),u0=new RegExp(r("[^]",Yf,"[\\.]",'[\\"]',Qf),"g"),Mo=new RegExp(r("[^]",et,e0),"g"),r0=Mo;function Li(_){var p=su(_);return p.match(t0)?p:_}var Vo={scheme:"mailto",parse:function(p,v){var D=p,A=D.to=D.path?D.path.split(","):[];if(D.path=void 0,D.query){for(var Z=!1,G={},me=D.query.split("&"),$e=0,Re=me.length;$e<Re;++$e){var de=me[$e].split("=");switch(de[0]){case"to":for(var ke=de[1].split(","),Oe=0,se=ke.length;Oe<se;++Oe)A.push(ke[Oe]);break;case"subject":D.subject=le(de[1],v);break;case"body":D.body=le(de[1],v);break;default:Z=!0,G[le(de[0],v)]=le(de[1],v);break}}Z&&(D.headers=G)}D.query=void 0;for(var Fe=0,Le=A.length;Fe<Le;++Fe){var Se=A[Fe].split("@");if(Se[0]=le(Se[0]),v.unicodeSupport)Se[1]=le(Se[1],v).toLowerCase();else try{Se[1]=kt.toASCII(le(Se[1],v).toLowerCase())}catch(Cu){D.error=D.error||"Email address's domain name can not be converted to ASCII via punycode: "+Cu}A[Fe]=Se.join("@")}return D},serialize:function(p,v){var D=p,A=o(p.to);if(A){for(var Z=0,G=A.length;Z<G;++Z){var me=String(A[Z]),$e=me.lastIndexOf("@"),Re=me.slice(0,$e).replace(ir,Li).replace(ir,s).replace(u0,at),de=me.slice($e+1);try{de=v.iri?kt.toUnicode(de):kt.toASCII(le(de,v).toLowerCase())}catch(Fe){D.error=D.error||"Email address's domain name can not be converted to "+(v.iri?"Unicode":"ASCII")+" via punycode: "+Fe}A[Z]=Re+"@"+de}D.path=A.join(",")}var ke=p.headers=p.headers||{};p.subject&&(ke.subject=p.subject),p.body&&(ke.body=p.body);var Oe=[];for(var se in ke)ke[se]!==_n[se]&&Oe.push(se.replace(ir,Li).replace(ir,s).replace(Mo,at)+"="+ke[se].replace(ir,Li).replace(ir,s).replace(r0,at));return Oe.length&&(D.query=Oe.join("&")),D}},n0=/^([^\:]+)\:(.*)/,Lo={scheme:"urn",parse:function(p,v){var D=p.path&&p.path.match(n0),A=p;if(D){var Z=v.scheme||A.scheme||"urn",G=D[1].toLowerCase(),me=D[2],$e=Z+":"+(v.nid||G),Re=Je[$e];A.nid=G,A.nss=me,A.path=void 0,Re&&(A=Re.parse(A,v))}else A.error=A.error||"URN can not be parsed.";return A},serialize:function(p,v){var D=v.scheme||p.scheme||"urn",A=p.nid,Z=D+":"+(v.nid||A),G=Je[Z];G&&(p=G.serialize(p,v));var me=p,$e=p.nss;return me.path=(A||v.nid)+":"+$e,me}},i0=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,No={scheme:"urn:uuid",parse:function(p,v){var D=p;return D.uuid=D.nss,D.nss=void 0,!v.tolerant&&(!D.uuid||!D.uuid.match(i0))&&(D.error=D.error||"UUID is not valid."),D},serialize:function(p,v){var D=p;return D.nss=(p.uuid||"").toLowerCase(),D}};Je[ze.scheme]=ze,Je[He.scheme]=He,Je[Ue.scheme]=Ue,Je[xu.scheme]=xu,Je[Vo.scheme]=Vo,Je[Lo.scheme]=Lo,Je[No.scheme]=No,u.SCHEMES=Je,u.pctEncChar=at,u.pctDecChars=su,u.parse=O,u.removeDotSegments=M,u.serialize=K,u.resolveComponents=U,u.resolve=W,u.normalize=ee,u.equal=fe,u.escapeComponent=ye,u.unescapeComponent=le,Object.defineProperty(u,"__esModule",{value:!0})})})(qs,qs.exports);var iv=qs.exports;const sv=function(e){try{return!iv.parse(e.value,{reference:"absolute",absolutePath:!0}).error}catch{return!1}},ov=(e,t)=>{const u=wp(Q_,t);return u.use(p6,Fo({config:ev.config,inputs:{innerLabelTextInput:tv,innerLabelTextareaInput:uv,selectInputGroup:rv},rules:{uri:sv}})),u};window.addEventListener("ob3-open",function(e){var i,s,o;const t=((i=e.detail)==null?void 0:i.selector)||"#ob3-definer",u=document.querySelector(t);if(!u)throw new Error("No element found for selector "+t);const r={...u.dataset};(s=e.detail)!=null&&s.achievement&&(typeof e.detail.achievement=="string"?r.achievement=e.detail.achievement:r.achievement=JSON.stringify(e.detail.achievement)),(o=e.detail)!=null&&o.submitText&&(r.submitText=e.detail.submitText);const n=ov(t,r);n.mount(t),window.addEventListener("ob3-close",function a(){window.removeEventListener("ob3-open",a),n.unmount()})});
|
|
27
|
+
`};iu.text=function(e,t){return Iu(e[t].content)};iu.html_block=function(e,t){return e[t].content};iu.html_inline=function(e,t){return e[t].content};function Rr(){this.rules=Di({},iu)}Rr.prototype.renderAttrs=function(t){let u,r,n;if(!t.attrs)return"";for(n="",u=0,r=t.attrs.length;u<r;u++)n+=" "+Iu(t.attrs[u][0])+'="'+Iu(t.attrs[u][1])+'"';return n};Rr.prototype.renderToken=function(t,u,r){const n=t[u];let i="";if(n.hidden)return"";n.block&&n.nesting!==-1&&u&&t[u-1].hidden&&(i+=`
|
|
28
|
+
`),i+=(n.nesting===-1?"</":"<")+n.tag,i+=this.renderAttrs(n),n.nesting===0&&r.xhtmlOut&&(i+=" /");let s=!1;if(n.block&&(s=!0,n.nesting===1&&u+1<t.length)){const a=t[u+1];(a.type==="inline"||a.hidden||a.nesting===-1&&a.tag===n.tag)&&(s=!1)}return i+=s?`>
|
|
29
|
+
`:">",i};Rr.prototype.renderInline=function(e,t,u){let r="";const n=this.rules;for(let i=0,s=e.length;i<s;i++){const a=e[i].type;typeof n[a]<"u"?r+=n[a](e,i,t,u,this):r+=this.renderToken(e,i,t)}return r};Rr.prototype.renderInlineAsText=function(e,t,u){let r="";for(let n=0,i=e.length;n<i;n++)switch(e[n].type){case"text":r+=e[n].content;break;case"image":r+=this.renderInlineAsText(e[n].children,t,u);break;case"html_inline":case"html_block":r+=e[n].content;break;case"softbreak":case"hardbreak":r+=`
|
|
30
|
+
`;break}return r};Rr.prototype.render=function(e,t,u){let r="";const n=this.rules;for(let i=0,s=e.length;i<s;i++){const a=e[i].type;a==="inline"?r+=this.renderInline(e[i].children,t,u):typeof n[a]<"u"?r+=n[a](e,i,t,u,this):r+=this.renderToken(e,i,t,u)}return r};function dt(){this.__rules__=[],this.__cache__=null}dt.prototype.__find__=function(e){for(let t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1};dt.prototype.__compile__=function(){const e=this,t=[""];e.__rules__.forEach(function(u){u.enabled&&u.alt.forEach(function(r){t.indexOf(r)<0&&t.push(r)})}),e.__cache__={},t.forEach(function(u){e.__cache__[u]=[],e.__rules__.forEach(function(r){r.enabled&&(u&&r.alt.indexOf(u)<0||e.__cache__[u].push(r.fn))})})};dt.prototype.at=function(e,t,u){const r=this.__find__(e),n=u||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__[r].fn=t,this.__rules__[r].alt=n.alt||[],this.__cache__=null};dt.prototype.before=function(e,t,u,r){const n=this.__find__(e),i=r||{};if(n===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(n,0,{name:t,enabled:!0,fn:u,alt:i.alt||[]}),this.__cache__=null};dt.prototype.after=function(e,t,u,r){const n=this.__find__(e),i=r||{};if(n===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(n+1,0,{name:t,enabled:!0,fn:u,alt:i.alt||[]}),this.__cache__=null};dt.prototype.push=function(e,t,u){const r=u||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null};dt.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);const u=[];return e.forEach(function(r){const n=this.__find__(r);if(n<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[n].enabled=!0,u.push(r)},this),this.__cache__=null,u};dt.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(u){u.enabled=!1}),this.enable(e,t)};dt.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);const u=[];return e.forEach(function(r){const n=this.__find__(r);if(n<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[n].enabled=!1,u.push(r)},this),this.__cache__=null,u};dt.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function Ut(e,t,u){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=u,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}Ut.prototype.attrIndex=function(t){if(!this.attrs)return-1;const u=this.attrs;for(let r=0,n=u.length;r<n;r++)if(u[r][0]===t)return r;return-1};Ut.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]};Ut.prototype.attrSet=function(t,u){const r=this.attrIndex(t),n=[t,u];r<0?this.attrPush(n):this.attrs[r]=n};Ut.prototype.attrGet=function(t){const u=this.attrIndex(t);let r=null;return u>=0&&(r=this.attrs[u][1]),r};Ut.prototype.attrJoin=function(t,u){const r=this.attrIndex(t);r<0?this.attrPush([t,u]):this.attrs[r][1]=this.attrs[r][1]+" "+u};function Tc(e,t,u){this.src=e,this.env=u,this.tokens=[],this.inlineMode=!1,this.md=t}Tc.prototype.Token=Ut;const Wh=/\r\n?|\n/g,Zh=/\0/g;function Gh(e){let t;t=e.src.replace(Wh,`
|
|
31
|
+
`),t=t.replace(Zh,"�"),e.src=t}function Jh(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function Yh(e){const t=e.tokens;for(let u=0,r=t.length;u<r;u++){const n=t[u];n.type==="inline"&&e.md.inline.parse(n.content,e.md,e.env,n.children)}}function Xh(e){return/^<a[>\s]/i.test(e)}function Qh(e){return/^<\/a\s*>/i.test(e)}function em(e){const t=e.tokens;if(e.md.options.linkify)for(let u=0,r=t.length;u<r;u++){if(t[u].type!=="inline"||!e.md.linkify.pretest(t[u].content))continue;let n=t[u].children,i=0;for(let s=n.length-1;s>=0;s--){const a=n[s];if(a.type==="link_close"){for(s--;n[s].level!==a.level&&n[s].type!=="link_open";)s--;continue}if(a.type==="html_inline"&&(Xh(a.content)&&i>0&&i--,Qh(a.content)&&i++),!(i>0)&&a.type==="text"&&e.md.linkify.test(a.content)){const o=a.content;let l=e.md.linkify.match(o);const c=[];let f=a.level,_=0;l.length>0&&l[0].index===0&&s>0&&n[s-1].type==="text_special"&&(l=l.slice(1));for(let d=0;d<l.length;d++){const p=l[d].url,m=e.md.normalizeLink(p);if(!e.md.validateLink(m))continue;let E=l[d].text;l[d].schema?l[d].schema==="mailto:"&&!/^mailto:/i.test(E)?E=e.md.normalizeLinkText("mailto:"+E).replace(/^mailto:/,""):E=e.md.normalizeLinkText(E):E=e.md.normalizeLinkText("http://"+E).replace(/^http:\/\//,"");const C=l[d].index;if(C>_){const I=new e.Token("text","",0);I.content=o.slice(_,C),I.level=f,c.push(I)}const $=new e.Token("link_open","a",1);$.attrs=[["href",m]],$.level=f++,$.markup="linkify",$.info="auto",c.push($);const T=new e.Token("text","",0);T.content=E,T.level=f,c.push(T);const k=new e.Token("link_close","a",-1);k.level=--f,k.markup="linkify",k.info="auto",c.push(k),_=l[d].lastIndex}if(_<o.length){const d=new e.Token("text","",0);d.content=o.slice(_),d.level=f,c.push(d)}t[u].children=n=Fc(n,s,c)}}}}const Ic=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,tm=/\((c|tm|r)\)/i,um=/\((c|tm|r)\)/ig,rm={c:"©",r:"®",tm:"™"};function nm(e,t){return rm[t.toLowerCase()]}function im(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];r.type==="text"&&!t&&(r.content=r.content.replace(um,nm)),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function sm(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];r.type==="text"&&!t&&Ic.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function am(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(tm.test(e.tokens[t].content)&&im(e.tokens[t].children),Ic.test(e.tokens[t].content)&&sm(e.tokens[t].children))}const om=/['"]/,xo=/['"]/g,Co="’";function Dn(e,t,u){return e.slice(0,t)+u+e.slice(t+1)}function lm(e,t){let u;const r=[];for(let n=0;n<e.length;n++){const i=e[n],s=e[n].level;for(u=r.length-1;u>=0&&!(r[u].level<=s);u--);if(r.length=u+1,i.type!=="text")continue;let a=i.content,o=0,l=a.length;e:for(;o<l;){xo.lastIndex=o;const c=xo.exec(a);if(!c)break;let f=!0,_=!0;o=c.index+1;const d=c[0]==="'";let p=32;if(c.index-1>=0)p=a.charCodeAt(c.index-1);else for(u=n-1;u>=0&&!(e[u].type==="softbreak"||e[u].type==="hardbreak");u--)if(e[u].content){p=e[u].content.charCodeAt(e[u].content.length-1);break}let m=32;if(o<l)m=a.charCodeAt(o);else for(u=n+1;u<e.length&&!(e[u].type==="softbreak"||e[u].type==="hardbreak");u++)if(e[u].content){m=e[u].content.charCodeAt(0);break}const E=on(p)||an(String.fromCharCode(p)),C=on(m)||an(String.fromCharCode(m)),$=sn(p),T=sn(m);if(T?f=!1:C&&($||E||(f=!1)),$?_=!1:E&&(T||C||(_=!1)),m===34&&c[0]==='"'&&p>=48&&p<=57&&(_=f=!1),f&&_&&(f=E,_=C),!f&&!_){d&&(i.content=Dn(i.content,c.index,Co));continue}if(_)for(u=r.length-1;u>=0;u--){let k=r[u];if(r[u].level<s)break;if(k.single===d&&r[u].level===s){k=r[u];let I,x;d?(I=t.md.options.quotes[2],x=t.md.options.quotes[3]):(I=t.md.options.quotes[0],x=t.md.options.quotes[1]),i.content=Dn(i.content,c.index,x),e[k.token].content=Dn(e[k.token].content,k.pos,I),o+=x.length-1,k.token===n&&(o+=I.length-1),a=i.content,l=a.length,r.length=u;continue e}}f?r.push({token:n,pos:c.index,single:d,level:s}):_&&d&&(i.content=Dn(i.content,c.index,Co))}}}function cm(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!om.test(e.tokens[t].content)||lm(e.tokens[t].children,e)}function fm(e){let t,u;const r=e.tokens,n=r.length;for(let i=0;i<n;i++){if(r[i].type!=="inline")continue;const s=r[i].children,a=s.length;for(t=0;t<a;t++)s[t].type==="text_special"&&(s[t].type="text");for(t=u=0;t<a;t++)s[t].type==="text"&&t+1<a&&s[t+1].type==="text"?s[t+1].content=s[t].content+s[t+1].content:(t!==u&&(s[u]=s[t]),u++);t!==u&&(s.length=u)}}const Ji=[["normalize",Gh],["block",Jh],["inline",Yh],["linkify",em],["replacements",am],["smartquotes",cm],["text_join",fm]];function da(){this.ruler=new dt;for(let e=0;e<Ji.length;e++)this.ruler.push(Ji[e][0],Ji[e][1])}da.prototype.process=function(e){const t=this.ruler.getRules("");for(let u=0,r=t.length;u<r;u++)t[u](e)};da.prototype.State=Tc;function su(e,t,u,r){this.src=e,this.md=t,this.env=u,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const n=this.src;for(let i=0,s=0,a=0,o=0,l=n.length,c=!1;s<l;s++){const f=n.charCodeAt(s);if(!c)if(Ae(f)){a++,f===9?o+=4-o%4:o++;continue}else c=!0;(f===10||s===l-1)&&(f!==10&&s++,this.bMarks.push(i),this.eMarks.push(s),this.tShift.push(a),this.sCount.push(o),this.bsCount.push(0),c=!1,a=0,o=0,i=s+1)}this.bMarks.push(n.length),this.eMarks.push(n.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}su.prototype.push=function(e,t,u){const r=new Ut(e,t,u);return r.block=!0,u<0&&this.level--,r.level=this.level,u>0&&this.level++,this.tokens.push(r),r};su.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]};su.prototype.skipEmptyLines=function(t){for(let u=this.lineMax;t<u&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t};su.prototype.skipSpaces=function(t){for(let u=this.src.length;t<u;t++){const r=this.src.charCodeAt(t);if(!Ae(r))break}return t};su.prototype.skipSpacesBack=function(t,u){if(t<=u)return t;for(;t>u;)if(!Ae(this.src.charCodeAt(--t)))return t+1;return t};su.prototype.skipChars=function(t,u){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===u;t++);return t};su.prototype.skipCharsBack=function(t,u,r){if(t<=r)return t;for(;t>r;)if(u!==this.src.charCodeAt(--t))return t+1;return t};su.prototype.getLines=function(t,u,r,n){if(t>=u)return"";const i=new Array(u-t);for(let s=0,a=t;a<u;a++,s++){let o=0;const l=this.bMarks[a];let c=l,f;for(a+1<u||n?f=this.eMarks[a]+1:f=this.eMarks[a];c<f&&o<r;){const _=this.src.charCodeAt(c);if(Ae(_))_===9?o+=4-(o+this.bsCount[a])%4:o++;else if(c-l<this.tShift[a])o++;else break;c++}o>r?i[s]=new Array(o-r+1).join(" ")+this.src.slice(c,f):i[s]=this.src.slice(c,f)}return i.join("")};su.prototype.Token=Ut;const dm=65536;function Yi(e,t){const u=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(u,r)}function ko(e){const t=[],u=e.length;let r=0,n=e.charCodeAt(r),i=!1,s=0,a="";for(;r<u;)n===124&&(i?(a+=e.substring(s,r-1),s=r):(t.push(a+e.substring(s,r)),a="",s=r+1)),i=n===92,r++,n=e.charCodeAt(r);return t.push(a+e.substring(s)),t}function pm(e,t,u,r){if(t+2>u)return!1;let n=t+1;if(e.sCount[n]<e.blkIndent||e.sCount[n]-e.blkIndent>=4)return!1;let i=e.bMarks[n]+e.tShift[n];if(i>=e.eMarks[n])return!1;const s=e.src.charCodeAt(i++);if(s!==124&&s!==45&&s!==58||i>=e.eMarks[n])return!1;const a=e.src.charCodeAt(i++);if(a!==124&&a!==45&&a!==58&&!Ae(a)||s===45&&Ae(a))return!1;for(;i<e.eMarks[n];){const k=e.src.charCodeAt(i);if(k!==124&&k!==45&&k!==58&&!Ae(k))return!1;i++}let o=Yi(e,t+1),l=o.split("|");const c=[];for(let k=0;k<l.length;k++){const I=l[k].trim();if(!I){if(k===0||k===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(I))return!1;I.charCodeAt(I.length-1)===58?c.push(I.charCodeAt(0)===58?"center":"right"):I.charCodeAt(0)===58?c.push("left"):c.push("")}if(o=Yi(e,t).trim(),o.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4)return!1;l=ko(o),l.length&&l[0]===""&&l.shift(),l.length&&l[l.length-1]===""&&l.pop();const f=l.length;if(f===0||f!==c.length)return!1;if(r)return!0;const _=e.parentType;e.parentType="table";const d=e.md.block.ruler.getRules("blockquote"),p=e.push("table_open","table",1),m=[t,0];p.map=m;const E=e.push("thead_open","thead",1);E.map=[t,t+1];const C=e.push("tr_open","tr",1);C.map=[t,t+1];for(let k=0;k<l.length;k++){const I=e.push("th_open","th",1);c[k]&&(I.attrs=[["style","text-align:"+c[k]]]);const x=e.push("inline","",0);x.content=l[k].trim(),x.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let $,T=0;for(n=t+2;n<u&&!(e.sCount[n]<e.blkIndent);n++){let k=!1;for(let x=0,F=d.length;x<F;x++)if(d[x](e,n,u,!0)){k=!0;break}if(k||(o=Yi(e,n).trim(),!o)||e.sCount[n]-e.blkIndent>=4||(l=ko(o),l.length&&l[0]===""&&l.shift(),l.length&&l[l.length-1]===""&&l.pop(),T+=f-l.length,T>dm))break;if(n===t+2){const x=e.push("tbody_open","tbody",1);x.map=$=[t+2,0]}const I=e.push("tr_open","tr",1);I.map=[n,n+1];for(let x=0;x<f;x++){const F=e.push("td_open","td",1);c[x]&&(F.attrs=[["style","text-align:"+c[x]]]);const B=e.push("inline","",0);B.content=l[x]?l[x].trim():"",B.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return $&&(e.push("tbody_close","tbody",-1),$[1]=n),e.push("table_close","table",-1),m[1]=n,e.parentType=_,e.line=n,!0}function hm(e,t,u){if(e.sCount[t]-e.blkIndent<4)return!1;let r=t+1,n=r;for(;r<u;){if(e.isEmpty(r)){r++;continue}if(e.sCount[r]-e.blkIndent>=4){r++,n=r;continue}break}e.line=n;const i=e.push("code_block","code",0);return i.content=e.getLines(t,n,4+e.blkIndent,!1)+`
|
|
32
|
+
`,i.map=[t,e.line],!0}function mm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||n+3>i)return!1;const s=e.src.charCodeAt(n);if(s!==126&&s!==96)return!1;let a=n;n=e.skipChars(n,s);let o=n-a;if(o<3)return!1;const l=e.src.slice(a,n),c=e.src.slice(n,i);if(s===96&&c.indexOf(String.fromCharCode(s))>=0)return!1;if(r)return!0;let f=t,_=!1;for(;f++,!(f>=u||(n=a=e.bMarks[f]+e.tShift[f],i=e.eMarks[f],n<i&&e.sCount[f]<e.blkIndent));)if(e.src.charCodeAt(n)===s&&!(e.sCount[f]-e.blkIndent>=4)&&(n=e.skipChars(n,s),!(n-a<o)&&(n=e.skipSpaces(n),!(n<i)))){_=!0;break}o=e.sCount[t],e.line=f+(_?1:0);const d=e.push("fence","code",0);return d.info=c,d.content=e.getLines(t+1,f,o,!0),d.markup=l,d.map=[t,e.line],!0}function bm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];const s=e.lineMax;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(n)!==62)return!1;if(r)return!0;const a=[],o=[],l=[],c=[],f=e.md.block.ruler.getRules("blockquote"),_=e.parentType;e.parentType="blockquote";let d=!1,p;for(p=t;p<u;p++){const T=e.sCount[p]<e.blkIndent;if(n=e.bMarks[p]+e.tShift[p],i=e.eMarks[p],n>=i)break;if(e.src.charCodeAt(n++)===62&&!T){let I=e.sCount[p]+1,x,F;e.src.charCodeAt(n)===32?(n++,I++,F=!1,x=!0):e.src.charCodeAt(n)===9?(x=!0,(e.bsCount[p]+I)%4===3?(n++,I++,F=!1):F=!0):x=!1;let B=I;for(a.push(e.bMarks[p]),e.bMarks[p]=n;n<i;){const Q=e.src.charCodeAt(n);if(Ae(Q))Q===9?B+=4-(B+e.bsCount[p]+(F?1:0))%4:B++;else break;n++}d=n>=i,o.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(x?1:0),l.push(e.sCount[p]),e.sCount[p]=B-I,c.push(e.tShift[p]),e.tShift[p]=n-e.bMarks[p];continue}if(d)break;let k=!1;for(let I=0,x=f.length;I<x;I++)if(f[I](e,p,u,!0)){k=!0;break}if(k){e.lineMax=p,e.blkIndent!==0&&(a.push(e.bMarks[p]),o.push(e.bsCount[p]),c.push(e.tShift[p]),l.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}a.push(e.bMarks[p]),o.push(e.bsCount[p]),c.push(e.tShift[p]),l.push(e.sCount[p]),e.sCount[p]=-1}const m=e.blkIndent;e.blkIndent=0;const E=e.push("blockquote_open","blockquote",1);E.markup=">";const C=[t,0];E.map=C,e.md.block.tokenize(e,t,p);const $=e.push("blockquote_close","blockquote",-1);$.markup=">",e.lineMax=s,e.parentType=_,C[1]=e.line;for(let T=0;T<c.length;T++)e.bMarks[T+t]=a[T],e.tShift[T+t]=c[T],e.sCount[T+t]=l[T],e.bsCount[T+t]=o[T];return e.blkIndent=m,!0}function gm(e,t,u,r){const n=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let i=e.bMarks[t]+e.tShift[t];const s=e.src.charCodeAt(i++);if(s!==42&&s!==45&&s!==95)return!1;let a=1;for(;i<n;){const l=e.src.charCodeAt(i++);if(l!==s&&!Ae(l))return!1;l===s&&a++}if(a<3)return!1;if(r)return!0;e.line=t+1;const o=e.push("hr","hr",0);return o.map=[t,e.line],o.markup=Array(a+1).join(String.fromCharCode(s)),!0}function Eo(e,t){const u=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const n=e.src.charCodeAt(r++);if(n!==42&&n!==45&&n!==43)return-1;if(r<u){const i=e.src.charCodeAt(r);if(!Ae(i))return-1}return r}function Ao(e,t){const u=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];let n=u;if(n+1>=r)return-1;let i=e.src.charCodeAt(n++);if(i<48||i>57)return-1;for(;;){if(n>=r)return-1;if(i=e.src.charCodeAt(n++),i>=48&&i<=57){if(n-u>=10)return-1;continue}if(i===41||i===46)break;return-1}return n<r&&(i=e.src.charCodeAt(n),!Ae(i))?-1:n}function _m(e,t){const u=e.level+2;for(let r=t+2,n=e.tokens.length-2;r<n;r++)e.tokens[r].level===u&&e.tokens[r].type==="paragraph_open"&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}function ym(e,t,u,r){let n,i,s,a,o=t,l=!0;if(e.sCount[o]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[o]-e.listIndent>=4&&e.sCount[o]<e.blkIndent)return!1;let c=!1;r&&e.parentType==="paragraph"&&e.sCount[o]>=e.blkIndent&&(c=!0);let f,_,d;if((d=Ao(e,o))>=0){if(f=!0,s=e.bMarks[o]+e.tShift[o],_=Number(e.src.slice(s,d-1)),c&&_!==1)return!1}else if((d=Eo(e,o))>=0)f=!1;else return!1;if(c&&e.skipSpaces(d)>=e.eMarks[o])return!1;if(r)return!0;const p=e.src.charCodeAt(d-1),m=e.tokens.length;f?(a=e.push("ordered_list_open","ol",1),_!==1&&(a.attrs=[["start",_]])):a=e.push("bullet_list_open","ul",1);const E=[o,0];a.map=E,a.markup=String.fromCharCode(p);let C=!1;const $=e.md.block.ruler.getRules("list"),T=e.parentType;for(e.parentType="list";o<u;){i=d,n=e.eMarks[o];const k=e.sCount[o]+d-(e.bMarks[o]+e.tShift[o]);let I=k;for(;i<n;){const oe=e.src.charCodeAt(i);if(oe===9)I+=4-(I+e.bsCount[o])%4;else if(oe===32)I++;else break;i++}const x=i;let F;x>=n?F=1:F=I-k,F>4&&(F=1);const B=k+F;a=e.push("list_item_open","li",1),a.markup=String.fromCharCode(p);const Q=[o,0];a.map=Q,f&&(a.info=e.src.slice(s,d-1));const ne=e.tight,X=e.tShift[o],D=e.sCount[o],j=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=B,e.tight=!0,e.tShift[o]=x-e.bMarks[o],e.sCount[o]=I,x>=n&&e.isEmpty(o+1)?e.line=Math.min(e.line+2,u):e.md.block.tokenize(e,o,u,!0),(!e.tight||C)&&(l=!1),C=e.line-o>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=j,e.tShift[o]=X,e.sCount[o]=D,e.tight=ne,a=e.push("list_item_close","li",-1),a.markup=String.fromCharCode(p),o=e.line,Q[1]=o,o>=u||e.sCount[o]<e.blkIndent||e.sCount[o]-e.blkIndent>=4)break;let H=!1;for(let oe=0,Y=$.length;oe<Y;oe++)if($[oe](e,o,u,!0)){H=!0;break}if(H)break;if(f){if(d=Ao(e,o),d<0)break;s=e.bMarks[o]+e.tShift[o]}else if(d=Eo(e,o),d<0)break;if(p!==e.src.charCodeAt(d-1))break}return f?a=e.push("ordered_list_close","ol",-1):a=e.push("bullet_list_close","ul",-1),a.markup=String.fromCharCode(p),E[1]=o,e.line=o,e.parentType=T,l&&_m(e,m),!0}function vm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],s=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(n)!==91)return!1;function a($){const T=e.lineMax;if($>=T||e.isEmpty($))return null;let k=!1;if(e.sCount[$]-e.blkIndent>3&&(k=!0),e.sCount[$]<0&&(k=!0),!k){const F=e.md.block.ruler.getRules("reference"),B=e.parentType;e.parentType="reference";let Q=!1;for(let ne=0,X=F.length;ne<X;ne++)if(F[ne](e,$,T,!0)){Q=!0;break}if(e.parentType=B,Q)return null}const I=e.bMarks[$]+e.tShift[$],x=e.eMarks[$];return e.src.slice(I,x+1)}let o=e.src.slice(n,i+1);i=o.length;let l=-1;for(n=1;n<i;n++){const $=o.charCodeAt(n);if($===91)return!1;if($===93){l=n;break}else if($===10){const T=a(s);T!==null&&(o+=T,i=o.length,s++)}else if($===92&&(n++,n<i&&o.charCodeAt(n)===10)){const T=a(s);T!==null&&(o+=T,i=o.length,s++)}}if(l<0||o.charCodeAt(l+1)!==58)return!1;for(n=l+2;n<i;n++){const $=o.charCodeAt(n);if($===10){const T=a(s);T!==null&&(o+=T,i=o.length,s++)}else if(!Ae($))break}const c=e.md.helpers.parseLinkDestination(o,n,i);if(!c.ok)return!1;const f=e.md.normalizeLink(c.str);if(!e.md.validateLink(f))return!1;n=c.pos;const _=n,d=s,p=n;for(;n<i;n++){const $=o.charCodeAt(n);if($===10){const T=a(s);T!==null&&(o+=T,i=o.length,s++)}else if(!Ae($))break}let m=e.md.helpers.parseLinkTitle(o,n,i);for(;m.can_continue;){const $=a(s);if($===null)break;o+=$,n=i,i=o.length,s++,m=e.md.helpers.parseLinkTitle(o,n,i,m)}let E;for(n<i&&p!==n&&m.ok?(E=m.str,n=m.pos):(E="",n=_,s=d);n<i;){const $=o.charCodeAt(n);if(!Ae($))break;n++}if(n<i&&o.charCodeAt(n)!==10&&E)for(E="",n=_,s=d;n<i;){const $=o.charCodeAt(n);if(!Ae($))break;n++}if(n<i&&o.charCodeAt(n)!==10)return!1;const C=$i(o.slice(1,l));return C?(r||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[C]>"u"&&(e.env.references[C]={title:E,href:f}),e.line=s),!0):!1}const xm=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Cm="[a-zA-Z_:][a-zA-Z0-9:._-]*",km="[^\"'=<>`\\x00-\\x20]+",Em="'[^']*'",Am='"[^"]*"',Dm="(?:"+km+"|"+Em+"|"+Am+")",$m="(?:\\s+"+Cm+"(?:\\s*=\\s*"+Dm+")?)",Rc="<[A-Za-z][A-Za-z0-9\\-]*"+$m+"*\\s*\\/?>",Oc="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",wm="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",Fm="<[?][\\s\\S]*?[?]>",Sm="<![A-Za-z][^>]*>",Tm="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",Im=new RegExp("^(?:"+Rc+"|"+Oc+"|"+wm+"|"+Fm+"|"+Sm+"|"+Tm+")"),Rm=new RegExp("^(?:"+Rc+"|"+Oc+")"),ar=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+xm.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Rm.source+"\\s*$"),/^$/,!1]];function Om(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(n)!==60)return!1;let s=e.src.slice(n,i),a=0;for(;a<ar.length&&!ar[a][0].test(s);a++);if(a===ar.length)return!1;if(r)return ar[a][2];let o=t+1;if(!ar[a][1].test(s)){for(;o<u&&!(e.sCount[o]<e.blkIndent);o++)if(n=e.bMarks[o]+e.tShift[o],i=e.eMarks[o],s=e.src.slice(n,i),ar[a][1].test(s)){s.length!==0&&o++;break}}e.line=o;const l=e.push("html_block","",0);return l.map=[t,o],l.content=e.getLines(t,o,e.blkIndent,!0),!0}function Pm(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let s=e.src.charCodeAt(n);if(s!==35||n>=i)return!1;let a=1;for(s=e.src.charCodeAt(++n);s===35&&n<i&&a<=6;)a++,s=e.src.charCodeAt(++n);if(a>6||n<i&&!Ae(s))return!1;if(r)return!0;i=e.skipSpacesBack(i,n);const o=e.skipCharsBack(i,35,n);o>n&&Ae(e.src.charCodeAt(o-1))&&(i=o),e.line=t+1;const l=e.push("heading_open","h"+String(a),1);l.markup="########".slice(0,a),l.map=[t,e.line];const c=e.push("inline","",0);c.content=e.src.slice(n,i).trim(),c.map=[t,e.line],c.children=[];const f=e.push("heading_close","h"+String(a),-1);return f.markup="########".slice(0,a),!0}function Mm(e,t,u){const r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const n=e.parentType;e.parentType="paragraph";let i=0,s,a=t+1;for(;a<u&&!e.isEmpty(a);a++){if(e.sCount[a]-e.blkIndent>3)continue;if(e.sCount[a]>=e.blkIndent){let d=e.bMarks[a]+e.tShift[a];const p=e.eMarks[a];if(d<p&&(s=e.src.charCodeAt(d),(s===45||s===61)&&(d=e.skipChars(d,s),d=e.skipSpaces(d),d>=p))){i=s===61?1:2;break}}if(e.sCount[a]<0)continue;let _=!1;for(let d=0,p=r.length;d<p;d++)if(r[d](e,a,u,!0)){_=!0;break}if(_)break}if(!i)return!1;const o=e.getLines(t,a,e.blkIndent,!1).trim();e.line=a+1;const l=e.push("heading_open","h"+String(i),1);l.markup=String.fromCharCode(s),l.map=[t,e.line];const c=e.push("inline","",0);c.content=o,c.map=[t,e.line-1],c.children=[];const f=e.push("heading_close","h"+String(i),-1);return f.markup=String.fromCharCode(s),e.parentType=n,!0}function Vm(e,t,u){const r=e.md.block.ruler.getRules("paragraph"),n=e.parentType;let i=t+1;for(e.parentType="paragraph";i<u&&!e.isEmpty(i);i++){if(e.sCount[i]-e.blkIndent>3||e.sCount[i]<0)continue;let l=!1;for(let c=0,f=r.length;c<f;c++)if(r[c](e,i,u,!0)){l=!0;break}if(l)break}const s=e.getLines(t,i,e.blkIndent,!1).trim();e.line=i;const a=e.push("paragraph_open","p",1);a.map=[t,e.line];const o=e.push("inline","",0);return o.content=s,o.map=[t,e.line],o.children=[],e.push("paragraph_close","p",-1),e.parentType=n,!0}const $n=[["table",pm,["paragraph","reference"]],["code",hm],["fence",mm,["paragraph","reference","blockquote","list"]],["blockquote",bm,["paragraph","reference","blockquote","list"]],["hr",gm,["paragraph","reference","blockquote","list"]],["list",ym,["paragraph","reference","blockquote"]],["reference",vm],["html_block",Om,["paragraph","reference","blockquote"]],["heading",Pm,["paragraph","reference","blockquote"]],["lheading",Mm],["paragraph",Vm]];function wi(){this.ruler=new dt;for(let e=0;e<$n.length;e++)this.ruler.push($n[e][0],$n[e][1],{alt:($n[e][2]||[]).slice()})}wi.prototype.tokenize=function(e,t,u){const r=this.ruler.getRules(""),n=r.length,i=e.md.options.maxNesting;let s=t,a=!1;for(;s<u&&(e.line=s=e.skipEmptyLines(s),!(s>=u||e.sCount[s]<e.blkIndent));){if(e.level>=i){e.line=u;break}const o=e.line;let l=!1;for(let c=0;c<n;c++)if(l=r[c](e,s,u,!1),l){if(o>=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),s=e.line,s<u&&e.isEmpty(s)&&(a=!0,s++,e.line=s)}};wi.prototype.parse=function(e,t,u,r){if(!e)return;const n=new this.State(e,t,u,r);this.tokenize(n,n.line,n.lineMax)};wi.prototype.State=su;function bn(e,t,u,r){this.src=e,this.env=u,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}bn.prototype.pushPending=function(){const e=new Ut("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};bn.prototype.push=function(e,t,u){this.pending&&this.pushPending();const r=new Ut(e,t,u);let n=null;return u<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,u>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],n={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(n),r};bn.prototype.scanDelims=function(e,t){const u=this.posMax,r=this.src.charCodeAt(e),n=e>0?this.src.charCodeAt(e-1):32;let i=e;for(;i<u&&this.src.charCodeAt(i)===r;)i++;const s=i-e,a=i<u?this.src.charCodeAt(i):32,o=on(n)||an(String.fromCharCode(n)),l=on(a)||an(String.fromCharCode(a)),c=sn(n),f=sn(a),_=!f&&(!l||c||o),d=!c&&(!o||f||l);return{can_open:_&&(t||!d||o),can_close:d&&(t||!_||l),length:s}};bn.prototype.Token=Ut;function Lm(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function Nm(e,t){let u=e.pos;for(;u<e.posMax&&!Lm(e.src.charCodeAt(u));)u++;return u===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,u)),e.pos=u,!0)}const qm=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function zm(e,t){if(!e.md.options.linkify||e.linkLevel>0)return!1;const u=e.pos,r=e.posMax;if(u+3>r||e.src.charCodeAt(u)!==58||e.src.charCodeAt(u+1)!==47||e.src.charCodeAt(u+2)!==47)return!1;const n=e.pending.match(qm);if(!n)return!1;const i=n[1],s=e.md.linkify.matchAtStart(e.src.slice(u-i.length));if(!s)return!1;let a=s.url;if(a.length<=i.length)return!1;a=a.replace(/\*+$/,"");const o=e.md.normalizeLink(a);if(!e.md.validateLink(o))return!1;if(!t){e.pending=e.pending.slice(0,-i.length);const l=e.push("link_open","a",1);l.attrs=[["href",o]],l.markup="linkify",l.info="auto";const c=e.push("text","",0);c.content=e.md.normalizeLinkText(a);const f=e.push("link_close","a",-1);f.markup="linkify",f.info="auto"}return e.pos+=a.length-i.length,!0}function Um(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==10)return!1;const r=e.pending.length-1,n=e.posMax;if(!t)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){let i=r-1;for(;i>=1&&e.pending.charCodeAt(i-1)===32;)i--;e.pending=e.pending.slice(0,i),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(u++;u<n&&Ae(e.src.charCodeAt(u));)u++;return e.pos=u,!0}const pa=[];for(let e=0;e<256;e++)pa.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){pa[e.charCodeAt(0)]=1});function Bm(e,t){let u=e.pos;const r=e.posMax;if(e.src.charCodeAt(u)!==92||(u++,u>=r))return!1;let n=e.src.charCodeAt(u);if(n===10){for(t||e.push("hardbreak","br",0),u++;u<r&&(n=e.src.charCodeAt(u),!!Ae(n));)u++;return e.pos=u,!0}let i=e.src[u];if(n>=55296&&n<=56319&&u+1<r){const a=e.src.charCodeAt(u+1);a>=56320&&a<=57343&&(i+=e.src[u+1],u++)}const s="\\"+i;if(!t){const a=e.push("text_special","",0);n<256&&pa[n]!==0?a.content=i:a.content=s,a.markup=s,a.info="escape"}return e.pos=u+1,!0}function jm(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==96)return!1;const n=u;u++;const i=e.posMax;for(;u<i&&e.src.charCodeAt(u)===96;)u++;const s=e.src.slice(n,u),a=s.length;if(e.backticksScanned&&(e.backticks[a]||0)<=n)return t||(e.pending+=s),e.pos+=a,!0;let o=u,l;for(;(l=e.src.indexOf("`",o))!==-1;){for(o=l+1;o<i&&e.src.charCodeAt(o)===96;)o++;const c=o-l;if(c===a){if(!t){const f=e.push("code_inline","code",0);f.markup=s,f.content=e.src.slice(u,l).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=o,!0}e.backticks[c]=l}return e.backticksScanned=!0,t||(e.pending+=s),e.pos+=a,!0}function Hm(e,t){const u=e.pos,r=e.src.charCodeAt(u);if(t||r!==126)return!1;const n=e.scanDelims(e.pos,!0);let i=n.length;const s=String.fromCharCode(r);if(i<2)return!1;let a;i%2&&(a=e.push("text","",0),a.content=s,i--);for(let o=0;o<i;o+=2)a=e.push("text","",0),a.content=s+s,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0}function Do(e,t){let u;const r=[],n=t.length;for(let i=0;i<n;i++){const s=t[i];if(s.marker!==126||s.end===-1)continue;const a=t[s.end];u=e.tokens[s.token],u.type="s_open",u.tag="s",u.nesting=1,u.markup="~~",u.content="",u=e.tokens[a.token],u.type="s_close",u.tag="s",u.nesting=-1,u.markup="~~",u.content="",e.tokens[a.token-1].type==="text"&&e.tokens[a.token-1].content==="~"&&r.push(a.token-1)}for(;r.length;){const i=r.pop();let s=i+1;for(;s<e.tokens.length&&e.tokens[s].type==="s_close";)s++;s--,i!==s&&(u=e.tokens[s],e.tokens[s]=e.tokens[i],e.tokens[i]=u)}}function Km(e){const t=e.tokens_meta,u=e.tokens_meta.length;Do(e,e.delimiters);for(let r=0;r<u;r++)t[r]&&t[r].delimiters&&Do(e,t[r].delimiters)}const Pc={tokenize:Hm,postProcess:Km};function Wm(e,t){const u=e.pos,r=e.src.charCodeAt(u);if(t||r!==95&&r!==42)return!1;const n=e.scanDelims(e.pos,r===42);for(let i=0;i<n.length;i++){const s=e.push("text","",0);s.content=String.fromCharCode(r),e.delimiters.push({marker:r,length:n.length,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close})}return e.pos+=n.length,!0}function $o(e,t){const u=t.length;for(let r=u-1;r>=0;r--){const n=t[r];if(n.marker!==95&&n.marker!==42||n.end===-1)continue;const i=t[n.end],s=r>0&&t[r-1].end===n.end+1&&t[r-1].marker===n.marker&&t[r-1].token===n.token-1&&t[n.end+1].token===i.token+1,a=String.fromCharCode(n.marker),o=e.tokens[n.token];o.type=s?"strong_open":"em_open",o.tag=s?"strong":"em",o.nesting=1,o.markup=s?a+a:a,o.content="";const l=e.tokens[i.token];l.type=s?"strong_close":"em_close",l.tag=s?"strong":"em",l.nesting=-1,l.markup=s?a+a:a,l.content="",s&&(e.tokens[t[r-1].token].content="",e.tokens[t[n.end+1].token].content="",r--)}}function Zm(e){const t=e.tokens_meta,u=e.tokens_meta.length;$o(e,e.delimiters);for(let r=0;r<u;r++)t[r]&&t[r].delimiters&&$o(e,t[r].delimiters)}const Mc={tokenize:Wm,postProcess:Zm};function Gm(e,t){let u,r,n,i,s="",a="",o=e.pos,l=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;const c=e.pos,f=e.posMax,_=e.pos+1,d=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(d<0)return!1;let p=d+1;if(p<f&&e.src.charCodeAt(p)===40){for(l=!1,p++;p<f&&(u=e.src.charCodeAt(p),!(!Ae(u)&&u!==10));p++);if(p>=f)return!1;if(o=p,n=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),n.ok){for(s=e.md.normalizeLink(n.str),e.md.validateLink(s)?p=n.pos:s="",o=p;p<f&&(u=e.src.charCodeAt(p),!(!Ae(u)&&u!==10));p++);if(n=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<f&&o!==p&&n.ok)for(a=n.str,p=n.pos;p<f&&(u=e.src.charCodeAt(p),!(!Ae(u)&&u!==10));p++);}(p>=f||e.src.charCodeAt(p)!==41)&&(l=!0),p++}if(l){if(typeof e.env.references>"u")return!1;if(p<f&&e.src.charCodeAt(p)===91?(o=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?r=e.src.slice(o,p++):p=d+1):p=d+1,r||(r=e.src.slice(_,d)),i=e.env.references[$i(r)],!i)return e.pos=c,!1;s=i.href,a=i.title}if(!t){e.pos=_,e.posMax=d;const m=e.push("link_open","a",1),E=[["href",s]];m.attrs=E,a&&E.push(["title",a]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=f,!0}function Jm(e,t){let u,r,n,i,s,a,o,l,c="";const f=e.pos,_=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;const d=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(i=p+1,i<_&&e.src.charCodeAt(i)===40){for(i++;i<_&&(u=e.src.charCodeAt(i),!(!Ae(u)&&u!==10));i++);if(i>=_)return!1;for(l=i,a=e.md.helpers.parseLinkDestination(e.src,i,e.posMax),a.ok&&(c=e.md.normalizeLink(a.str),e.md.validateLink(c)?i=a.pos:c=""),l=i;i<_&&(u=e.src.charCodeAt(i),!(!Ae(u)&&u!==10));i++);if(a=e.md.helpers.parseLinkTitle(e.src,i,e.posMax),i<_&&l!==i&&a.ok)for(o=a.str,i=a.pos;i<_&&(u=e.src.charCodeAt(i),!(!Ae(u)&&u!==10));i++);else o="";if(i>=_||e.src.charCodeAt(i)!==41)return e.pos=f,!1;i++}else{if(typeof e.env.references>"u")return!1;if(i<_&&e.src.charCodeAt(i)===91?(l=i+1,i=e.md.helpers.parseLinkLabel(e,i),i>=0?n=e.src.slice(l,i++):i=p+1):i=p+1,n||(n=e.src.slice(d,p)),s=e.env.references[$i(n)],!s)return e.pos=f,!1;c=s.href,o=s.title}if(!t){r=e.src.slice(d,p);const m=[];e.md.inline.parse(r,e.md,e.env,m);const E=e.push("image","img",0),C=[["src",c],["alt",""]];E.attrs=C,E.children=m,E.content=r,o&&C.push(["title",o])}return e.pos=i,e.posMax=_,!0}const Ym=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Xm=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function Qm(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==60)return!1;const r=e.pos,n=e.posMax;for(;;){if(++u>=n)return!1;const s=e.src.charCodeAt(u);if(s===60)return!1;if(s===62)break}const i=e.src.slice(r+1,u);if(Xm.test(i)){const s=e.md.normalizeLink(i);if(!e.md.validateLink(s))return!1;if(!t){const a=e.push("link_open","a",1);a.attrs=[["href",s]],a.markup="autolink",a.info="auto";const o=e.push("text","",0);o.content=e.md.normalizeLinkText(i);const l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=i.length+2,!0}if(Ym.test(i)){const s=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(s))return!1;if(!t){const a=e.push("link_open","a",1);a.attrs=[["href",s]],a.markup="autolink",a.info="auto";const o=e.push("text","",0);o.content=e.md.normalizeLinkText(i);const l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=i.length+2,!0}return!1}function eb(e){return/^<a[>\s]/i.test(e)}function tb(e){return/^<\/a\s*>/i.test(e)}function ub(e){const t=e|32;return t>=97&&t<=122}function rb(e,t){if(!e.md.options.html)return!1;const u=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==60||r+2>=u)return!1;const n=e.src.charCodeAt(r+1);if(n!==33&&n!==63&&n!==47&&!ub(n))return!1;const i=e.src.slice(r).match(Im);if(!i)return!1;if(!t){const s=e.push("html_inline","",0);s.content=i[0],eb(s.content)&&e.linkLevel++,tb(s.content)&&e.linkLevel--}return e.pos+=i[0].length,!0}const nb=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,ib=/^&([a-z][a-z0-9]{1,31});/i;function sb(e,t){const u=e.pos,r=e.posMax;if(e.src.charCodeAt(u)!==38||u+1>=r)return!1;if(e.src.charCodeAt(u+1)===35){const i=e.src.slice(u).match(nb);if(i){if(!t){const s=i[1][0].toLowerCase()==="x"?parseInt(i[1].slice(1),16):parseInt(i[1],10),a=e.push("text_special","",0);a.content=fa(s)?Qn(s):Qn(65533),a.markup=i[0],a.info="entity"}return e.pos+=i[0].length,!0}}else{const i=e.src.slice(u).match(ib);if(i){const s=wc(i[0]);if(s!==i[0]){if(!t){const a=e.push("text_special","",0);a.content=s,a.markup=i[0],a.info="entity"}return e.pos+=i[0].length,!0}}}return!1}function wo(e){const t={},u=e.length;if(!u)return;let r=0,n=-2;const i=[];for(let s=0;s<u;s++){const a=e[s];if(i.push(0),(e[r].marker!==a.marker||n!==a.token-1)&&(r=s),n=a.token,a.length=a.length||0,!a.close)continue;t.hasOwnProperty(a.marker)||(t[a.marker]=[-1,-1,-1,-1,-1,-1]);const o=t[a.marker][(a.open?3:0)+a.length%3];let l=r-i[r]-1,c=l;for(;l>o;l-=i[l]+1){const f=e[l];if(f.marker===a.marker&&f.open&&f.end<0){let _=!1;if((f.close||a.open)&&(f.length+a.length)%3===0&&(f.length%3!==0||a.length%3!==0)&&(_=!0),!_){const d=l>0&&!e[l-1].open?i[l-1]+1:0;i[s]=s-l+d,i[l]=d,a.open=!1,f.end=s,f.close=!1,c=-1,n=-2;break}}}c!==-1&&(t[a.marker][(a.open?3:0)+(a.length||0)%3]=c)}}function ab(e){const t=e.tokens_meta,u=e.tokens_meta.length;wo(e.delimiters);for(let r=0;r<u;r++)t[r]&&t[r].delimiters&&wo(t[r].delimiters)}function ob(e){let t,u,r=0;const n=e.tokens,i=e.tokens.length;for(t=u=0;t<i;t++)n[t].nesting<0&&r--,n[t].level=r,n[t].nesting>0&&r++,n[t].type==="text"&&t+1<i&&n[t+1].type==="text"?n[t+1].content=n[t].content+n[t+1].content:(t!==u&&(n[u]=n[t]),u++);t!==u&&(n.length=u)}const Xi=[["text",Nm],["linkify",zm],["newline",Um],["escape",Bm],["backticks",jm],["strikethrough",Pc.tokenize],["emphasis",Mc.tokenize],["link",Gm],["image",Jm],["autolink",Qm],["html_inline",rb],["entity",sb]],Qi=[["balance_pairs",ab],["strikethrough",Pc.postProcess],["emphasis",Mc.postProcess],["fragments_join",ob]];function gn(){this.ruler=new dt;for(let e=0;e<Xi.length;e++)this.ruler.push(Xi[e][0],Xi[e][1]);this.ruler2=new dt;for(let e=0;e<Qi.length;e++)this.ruler2.push(Qi[e][0],Qi[e][1])}gn.prototype.skipToken=function(e){const t=e.pos,u=this.ruler.getRules(""),r=u.length,n=e.md.options.maxNesting,i=e.cache;if(typeof i[t]<"u"){e.pos=i[t];return}let s=!1;if(e.level<n){for(let a=0;a<r;a++)if(e.level++,s=u[a](e,!0),e.level--,s){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;s||e.pos++,i[t]=e.pos};gn.prototype.tokenize=function(e){const t=this.ruler.getRules(""),u=t.length,r=e.posMax,n=e.md.options.maxNesting;for(;e.pos<r;){const i=e.pos;let s=!1;if(e.level<n){for(let a=0;a<u;a++)if(s=t[a](e,!1),s){if(i>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(s){if(e.pos>=r)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};gn.prototype.parse=function(e,t,u,r){const n=new this.State(e,t,u,r);this.tokenize(n);const i=this.ruler2.getRules(""),s=i.length;for(let a=0;a<s;a++)i[a](n)};gn.prototype.State=bn;function lb(e){const t={};e=e||{},t.src_Any=kc.source,t.src_Cc=Ec.source,t.src_Z=Dc.source,t.src_P=la.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const u="[><|]";return t.src_pseudo_letter="(?:(?!"+u+"|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|"+u+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+u+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy="(^|"+u+'|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}function $s(e){return Array.prototype.slice.call(arguments,1).forEach(function(u){u&&Object.keys(u).forEach(function(r){e[r]=u[r]})}),e}function Fi(e){return Object.prototype.toString.call(e)}function cb(e){return Fi(e)==="[object String]"}function fb(e){return Fi(e)==="[object Object]"}function db(e){return Fi(e)==="[object RegExp]"}function Fo(e){return Fi(e)==="[object Function]"}function pb(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const Vc={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function hb(e){return Object.keys(e||{}).reduce(function(t,u){return t||Vc.hasOwnProperty(u)},!1)}const mb={"http:":{validate:function(e,t,u){const r=e.slice(t);return u.re.http||(u.re.http=new RegExp("^\\/\\/"+u.re.src_auth+u.re.src_host_port_strict+u.re.src_path,"i")),u.re.http.test(r)?r.match(u.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,u){const r=e.slice(t);return u.re.no_http||(u.re.no_http=new RegExp("^"+u.re.src_auth+"(?:localhost|(?:(?:"+u.re.src_domain+")\\.)+"+u.re.src_domain_root+")"+u.re.src_port+u.re.src_host_terminator+u.re.src_path,"i")),u.re.no_http.test(r)?t>=3&&e[t-3]===":"||t>=3&&e[t-3]==="/"?0:r.match(u.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,u){const r=e.slice(t);return u.re.mailto||(u.re.mailto=new RegExp("^"+u.re.src_email_name+"@"+u.re.src_host_strict,"i")),u.re.mailto.test(r)?r.match(u.re.mailto)[0].length:0}}},bb="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",gb="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function _b(e){e.__index__=-1,e.__text_cache__=""}function yb(e){return function(t,u){const r=t.slice(u);return e.test(r)?r.match(e)[0].length:0}}function So(){return function(e,t){t.normalize(e)}}function ei(e){const t=e.re=lb(e.__opts__),u=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||u.push(bb),u.push(t.src_xn),t.src_tlds=u.join("|");function r(a){return a.replace("%TLDS%",t.src_tlds)}t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const n=[];e.__compiled__={};function i(a,o){throw new Error('(LinkifyIt) Invalid schema "'+a+'": '+o)}Object.keys(e.__schemas__).forEach(function(a){const o=e.__schemas__[a];if(o===null)return;const l={validate:null,link:null};if(e.__compiled__[a]=l,fb(o)){db(o.validate)?l.validate=yb(o.validate):Fo(o.validate)?l.validate=o.validate:i(a,o),Fo(o.normalize)?l.normalize=o.normalize:o.normalize?i(a,o):l.normalize=So();return}if(cb(o)){n.push(a);return}i(a,o)}),n.forEach(function(a){e.__compiled__[e.__schemas__[a]]&&(e.__compiled__[a].validate=e.__compiled__[e.__schemas__[a]].validate,e.__compiled__[a].normalize=e.__compiled__[e.__schemas__[a]].normalize)}),e.__compiled__[""]={validate:null,normalize:So()};const s=Object.keys(e.__compiled__).filter(function(a){return a.length>0&&e.__compiled__[a]}).map(pb).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),_b(e)}function vb(e,t){const u=e.__index__,r=e.__last_index__,n=e.__text_cache__.slice(u,r);this.schema=e.__schema__.toLowerCase(),this.index=u+t,this.lastIndex=r+t,this.raw=n,this.text=n,this.url=n}function ws(e,t){const u=new vb(e,t);return e.__compiled__[u.schema].normalize(u,e),u}function Et(e,t){if(!(this instanceof Et))return new Et(e,t);t||hb(e)&&(t=e,e={}),this.__opts__=$s({},Vc,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=$s({},mb,e),this.__compiled__={},this.__tlds__=gb,this.__tlds_replaced__=!1,this.re={},ei(this)}Et.prototype.add=function(t,u){return this.__schemas__[t]=u,ei(this),this};Et.prototype.set=function(t){return this.__opts__=$s(this.__opts__,t),this};Et.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let u,r,n,i,s,a,o,l,c;if(this.re.schema_test.test(t)){for(o=this.re.schema_search,o.lastIndex=0;(u=o.exec(t))!==null;)if(i=this.testSchemaAt(t,u[2],o.lastIndex),i){this.__schema__=u[2],this.__index__=u.index+u[1].length,this.__last_index__=u.index+u[0].length+i;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=t.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(s=r.index+r[1].length,(this.__index__<0||s<this.__index__)&&(this.__schema__="",this.__index__=s,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(c=t.indexOf("@"),c>=0&&(n=t.match(this.re.email_fuzzy))!==null&&(s=n.index+n[1].length,a=n.index+n[0].length,(this.__index__<0||s<this.__index__||s===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=a))),this.__index__>=0};Et.prototype.pretest=function(t){return this.re.pretest.test(t)};Et.prototype.testSchemaAt=function(t,u,r){return this.__compiled__[u.toLowerCase()]?this.__compiled__[u.toLowerCase()].validate(t,r,this):0};Et.prototype.match=function(t){const u=[];let r=0;this.__index__>=0&&this.__text_cache__===t&&(u.push(ws(this,r)),r=this.__last_index__);let n=r?t.slice(r):t;for(;this.test(n);)u.push(ws(this,r)),n=n.slice(this.__last_index__),r+=this.__last_index__;return u.length?u:null};Et.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;const u=this.re.schema_at_start.exec(t);if(!u)return null;const r=this.testSchemaAt(t,u[2],u[0].length);return r?(this.__schema__=u[2],this.__index__=u.index+u[1].length,this.__last_index__=u.index+u[0].length+r,ws(this,0)):null};Et.prototype.tlds=function(t,u){return t=Array.isArray(t)?t:[t],u?(this.__tlds__=this.__tlds__.concat(t).sort().filter(function(r,n,i){return r!==i[n-1]}).reverse(),ei(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,ei(this),this)};Et.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),t.schema==="mailto:"&&!/^mailto:/i.test(t.url)&&(t.url="mailto:"+t.url)};Et.prototype.onCompile=function(){};const gr=2147483647,tu=36,ha=1,ln=26,xb=38,Cb=700,Lc=72,Nc=128,qc="-",kb=/^xn--/,Eb=/[^\0-\x7F]/,Ab=/[\x2E\u3002\uFF0E\uFF61]/g,Db={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},es=tu-ha,uu=Math.floor,ts=String.fromCharCode;function $u(e){throw new RangeError(Db[e])}function $b(e,t){const u=[];let r=e.length;for(;r--;)u[r]=t(e[r]);return u}function zc(e,t){const u=e.split("@");let r="";u.length>1&&(r=u[0]+"@",e=u[1]),e=e.replace(Ab,".");const n=e.split("."),i=$b(n,t).join(".");return r+i}function Uc(e){const t=[];let u=0;const r=e.length;for(;u<r;){const n=e.charCodeAt(u++);if(n>=55296&&n<=56319&&u<r){const i=e.charCodeAt(u++);(i&64512)==56320?t.push(((n&1023)<<10)+(i&1023)+65536):(t.push(n),u--)}else t.push(n)}return t}const wb=e=>String.fromCodePoint(...e),Fb=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:tu},To=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},Bc=function(e,t,u){let r=0;for(e=u?uu(e/Cb):e>>1,e+=uu(e/t);e>es*ln>>1;r+=tu)e=uu(e/es);return uu(r+(es+1)*e/(e+xb))},jc=function(e){const t=[],u=e.length;let r=0,n=Nc,i=Lc,s=e.lastIndexOf(qc);s<0&&(s=0);for(let a=0;a<s;++a)e.charCodeAt(a)>=128&&$u("not-basic"),t.push(e.charCodeAt(a));for(let a=s>0?s+1:0;a<u;){const o=r;for(let c=1,f=tu;;f+=tu){a>=u&&$u("invalid-input");const _=Fb(e.charCodeAt(a++));_>=tu&&$u("invalid-input"),_>uu((gr-r)/c)&&$u("overflow"),r+=_*c;const d=f<=i?ha:f>=i+ln?ln:f-i;if(_<d)break;const p=tu-d;c>uu(gr/p)&&$u("overflow"),c*=p}const l=t.length+1;i=Bc(r-o,l,o==0),uu(r/l)>gr-n&&$u("overflow"),n+=uu(r/l),r%=l,t.splice(r++,0,n)}return String.fromCodePoint(...t)},Hc=function(e){const t=[];e=Uc(e);const u=e.length;let r=Nc,n=0,i=Lc;for(const o of e)o<128&&t.push(ts(o));const s=t.length;let a=s;for(s&&t.push(qc);a<u;){let o=gr;for(const c of e)c>=r&&c<o&&(o=c);const l=a+1;o-r>uu((gr-n)/l)&&$u("overflow"),n+=(o-r)*l,r=o;for(const c of e)if(c<r&&++n>gr&&$u("overflow"),c===r){let f=n;for(let _=tu;;_+=tu){const d=_<=i?ha:_>=i+ln?ln:_-i;if(f<d)break;const p=f-d,m=tu-d;t.push(ts(To(d+p%m,0))),f=uu(p/m)}t.push(ts(To(f,0))),i=Bc(n,l,a===s),n=0,++a}++n,++r}return t.join("")},Sb=function(e){return zc(e,function(t){return kb.test(t)?jc(t.slice(4).toLowerCase()):t})},Tb=function(e){return zc(e,function(t){return Eb.test(t)?"xn--"+Hc(t):t})},Kc={version:"2.3.1",ucs2:{decode:Uc,encode:wb},decode:jc,encode:Hc,toASCII:Tb,toUnicode:Sb},Ib={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Rb={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},Ob={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Pb={default:Ib,zero:Rb,commonmark:Ob},Mb=/^(vbscript|javascript|file|data):/,Vb=/^data:image\/(gif|png|jpeg|webp);/;function Lb(e){const t=e.trim().toLowerCase();return Mb.test(t)?Vb.test(t):!0}const Wc=["http:","https:","mailto:"];function Nb(e){const t=oa(e,!0);if(t.hostname&&(!t.protocol||Wc.indexOf(t.protocol)>=0))try{t.hostname=Kc.toASCII(t.hostname)}catch{}return mn(aa(t))}function qb(e){const t=oa(e,!0);if(t.hostname&&(!t.protocol||Wc.indexOf(t.protocol)>=0))try{t.hostname=Kc.toUnicode(t.hostname)}catch{}return Er(aa(t),Er.defaultChars+"%")}function Tt(e,t){if(!(this instanceof Tt))return new Tt(e,t);t||ca(e)||(t=e||{},e="default"),this.inline=new gn,this.block=new wi,this.core=new da,this.renderer=new Rr,this.linkify=new Et,this.validateLink=Lb,this.normalizeLink=Nb,this.normalizeLinkText=qb,this.utils=Uh,this.helpers=Di({},Kh),this.options={},this.configure(e),t&&this.set(t)}Tt.prototype.set=function(e){return Di(this.options,e),this};Tt.prototype.configure=function(e){const t=this;if(ca(e)){const u=e;if(e=Pb[u],!e)throw new Error('Wrong `markdown-it` preset "'+u+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(u){e.components[u].rules&&t[u].ruler.enableOnly(e.components[u].rules),e.components[u].rules2&&t[u].ruler2.enableOnly(e.components[u].rules2)}),this};Tt.prototype.enable=function(e,t){let u=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(n){u=u.concat(this[n].ruler.enable(e,!0))},this),u=u.concat(this.inline.ruler2.enable(e,!0));const r=e.filter(function(n){return u.indexOf(n)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};Tt.prototype.disable=function(e,t){let u=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(n){u=u.concat(this[n].ruler.disable(e,!0))},this),u=u.concat(this.inline.ruler2.disable(e,!0));const r=e.filter(function(n){return u.indexOf(n)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};Tt.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this};Tt.prototype.parse=function(e,t){if(typeof e!="string")throw new Error("Input data should be a String");const u=new this.core.State(e,this,t);return this.core.process(u),u.tokens};Tt.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)};Tt.prototype.parseInline=function(e,t){const u=new this.core.State(e,this,t);return u.inlineMode=!0,this.core.process(u),u.tokens};Tt.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const zb=["innerHTML"],Ub={__name:"MarkdownRenderer",props:{source:{type:String,default:""}},setup(e){const t=Tt();return(u,r)=>(te(),Ee("div",{class:"mb-3",innerHTML:gu(t).render(e.source)},null,8,zb))}},Bb={class:"nav nav-tabs",role:"tablist"},jb={class:"nav-item",role:"presentation"},Hb=["aria-selected"],Kb={class:"nav-item",role:"presentation"},Wb=["aria-selected"],Zb={class:"tab-content",id:"criteria-tab"},Gb={__name:"AchievementCriteria",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue"),u=pe("");Ie(t,()=>{u.value=t.value.narrative}),Ju(()=>{u.value=t.value.narrative?t.value.narrative:""});const r=pe("edit");function n(i){r.value=i}return(i,s)=>{const a=ze("FormKit");return te(),Ee(Ue,null,[s[4]||(s[4]=L("div",{class:"formkit-wrapper required"},[L("label",{class:"form-label"},"Earning Criteria")],-1)),L("ul",Bb,[L("li",jb,[L("button",{class:$t(["nav-link",{active:r.value==="edit"}]),type:"button",id:"edit-tab","aria-controls":"criteria-edit",role:"tab","aria-selected":r.value==="edit",onClick:s[0]||(s[0]=o=>n("edit"))},"Edit ",10,Hb)]),L("li",Kb,[L("button",{class:$t(["nav-link",{active:r.value==="preview"}]),type:"button",id:"preview-tab","aria-controls":"criteria-preview",role:"tab","aria-selected":r.value==="preview",onClick:s[1]||(s[1]=o=>n("preview"))},"Preview ",10,Wb)])]),L("div",Zb,[Vt(L("div",{class:$t(["tab-pane fade",{show:r.value==="edit",active:r.value==="edit"}]),id:"criteria-edit",role:"tabpanel","aria-labelledby":"edit-tab"},[R(a,{type:"group",name:"criteria",modelValue:t.value,"onUpdate:modelValue":s[2]||(s[2]=o=>t.value=o)},{default:xe(()=>[R(a,{type:"textarea",label:"Narrative",name:"narrative",rows:"5",validation:"require_one:id",help:"A narrative of what is needed to earn the credential. Markdown is allowed."}),R(a,{type:"text",label:"Criteria URL",name:"id",validation:"require_one:narrative|url",help:"The URL of a webpage that describes in a human-readable format the criteria for the credential."})]),_:1},8,["modelValue"])],2),[[_u,r.value==="edit"]]),Vt(L("div",{class:$t(["tab-pane fade",{show:r.value==="preview",active:r.value==="preview"}]),id:"criteria-preview",role:"tabpanel","aria-labelledby":"preview-tab"},[s[3]||(s[3]=L("label",{class:"mt-3 mb-2"},"Narrative Preview",-1)),R(Ub,{source:u.value,class:"border rounded p-3"},null,8,["source"])],2),[[_u,r.value==="preview"]])])],64)}}},Jb=Qu(Gb,[["__scopeId","data-v-61f2bd5b"]]),Yb={class:"tab-pane fade show active",id:"tab-basic",role:"tabpanel","aria-labelledby":"basic-tab"},Xb={__name:"BasicTab",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>{const n=ze("FormKit");return te(),Ee("div",Yb,[r[5]||(r[5]=L("div",{class:"card mb-3"},[L("div",{class:"card-body"},[L("p",{class:"mb-0"},[Je(" This tab contains all of the required fields for a credential."),L("br"),L("em",null,"Credential Type"),Je(" and "),L("em",null,"Image"),Je(" are not required, but it is suggested that all credentials have them. ")])])],-1)),R(n,{type:"text",label:"Credential Name",name:"name","wrapper-class":"required",validation:"required:trim",modelValue:t.value.name,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value.name=i),help:"The name of the credential."},null,8,["modelValue"]),R(th,{modelValue:t.value.achievementType,"onUpdate:modelValue":r[1]||(r[1]=i=>t.value.achievementType=i)},null,8,["modelValue"]),R(Cc,{modelValue:t.value.image,"onUpdate:modelValue":r[2]||(r[2]=i=>t.value.image=i)},null,8,["modelValue"]),R(n,{type:"textarea",label:"Description",name:"description","wrapper-class":"required",rows:"5",validation:"required:trim",modelValue:t.value.description,"onUpdate:modelValue":r[3]||(r[3]=i=>t.value.description=i),help:"A short description of the achievement."},null,8,["modelValue"]),R(Jb,{modelValue:t.value.criteria,"onUpdate:modelValue":r[4]||(r[4]=i=>t.value.criteria=i)},null,8,["modelValue"])])}}},Qb={class:"tab-pane fade show active",id:"tab-detail",role:"tabpanel","aria-labelledby":"detail-tab"},e2={__name:"DetailTab",props:{modelValue:{default:{humanCode:null,inLanguage:null,version:null,creditsAvailable:null,additionalType:null}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>{const n=ze("FormKit");return te(),Ee("div",Qb,[R(n,{type:"text",label:"Human Code",modelValue:t.value.humanCode,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value.humanCode=i),name:"humanCode",help:"The code, generally human readable, associated with an achievement."},null,8,["modelValue"]),R(n,{type:"text",label:"In Language",modelValue:t.value.inLanguage,"onUpdate:modelValue":r[1]||(r[1]=i=>t.value.inLanguage=i),name:"inLanguage",help:"The language this credential is in as a BCP47 language code, such as 'en', 'en-US', or 'es-MX'",validation:[["matches","/^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$/"]],"validation-messages":{matches:"The language must formatted as a BCP47 language code, such as 'en', 'en-US', or 'es-MX'."}},null,8,["modelValue"]),R(n,{type:"text",label:"Version",modelValue:t.value.version,"onUpdate:modelValue":r[2]||(r[2]=i=>t.value.version=i),name:"version",help:"The version property allows issuers to set a version string for an Achievement. This is particularly useful when replacing a previous version with an update."},null,8,["modelValue"]),R(n,{type:"number",label:"Credits Available",number:"",name:"creditsAvailable",modelValue:t.value.creditsAvailable,"onUpdate:modelValue":r[3]||(r[3]=i=>t.value.creditsAvailable=i),help:"Credit hours associated with this entity, or credit hours possible. For example 3.0."},null,8,["modelValue"]),R(n,{type:"text",label:"Specialization",modelValue:t.value.specialization,"onUpdate:modelValue":r[4]||(r[4]=i=>t.value.specialization=i),name:"specialization",help:"Name given to the focus, concentration, or specific area of study defined in the achievement. Examples include 'Entrepreneurship', 'Technical Communication', and 'Finance'."},null,8,["modelValue"]),R(n,{type:"text",label:"Field of Study",modelValue:t.value.fieldOfStudy,"onUpdate:modelValue":r[5]||(r[5]=i=>t.value.fieldOfStudy=i),name:"fieldOfStudy",help:"Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology."},null,8,["modelValue"])])}}},t2=Qu(e2,[["__scopeId","data-v-2cf645b7"]]),u2={__name:"AlignmentType",props:{modelValue:{default:""},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue"),u=pe(""),r=pe("");return Ju(()=>{if(console.log("model",t),t.value&&t.value.substring(0,4)==="ext:"){r.value=t.value.substring(4),u.value="other";return}u.value=t.value?t.value:"",r.value=""}),Ie(u,n=>{if(n==="other"){t.value="ext:"+r.value;return}t.value=n}),Ie(r,n=>{if(u.value==="other"){t.value="ext:"+n;return}t.value=u.value}),(n,i)=>{const s=ze("FormKit");return te(),Ee(Ue,null,[R(s,{type:"hidden",name:"targetType",modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=a=>t.value=a)},null,8,["modelValue"]),R(s,{type:"selectInputGroup",label:"Alignment Type",modelValue:u.value,"onUpdate:modelValue":i[2]||(i[2]=a=>u.value=a),ignore:"true",name:"targetTypeInput","inner-class":"input-group","label-class":"input-group-text","input-class":"$reset formkit-input form-select",placeholder:"Target Type",help:"The type of the alignment target node.",options:{"":"",CFItem:"CFItem",CFRubric:"CFRubric",CFRubricCriterion:"CFRubricCriterion",CFRubricCriterionLevel:"CFRubricCriterionLevel","ceasn:Competency":"ceasn:Competency","ceterms:Credential":"ceterms:Credential",CTDL:"CTDL",other:"Other (ext:)"}},{suffix:xe(()=>[u.value==="other"?(te(),Me(s,{key:0,type:"innerLabelTextInput",label:"Extended Type",modelValue:r.value,"onUpdate:modelValue":i[1]||(i[1]=a=>r.value=a),ignore:"true",name:"typeExt","aria-label":"Extended Alignment Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"],["required"]]},{prefix:xe(()=>i[3]||(i[3]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1},8,["modelValue"])):lt("",!0)]),_:1},8,["modelValue"])],64)}}},r2=Qu(u2,[["__scopeId","data-v-e95c80e7"]]),n2=["onClick"],i2={class:"card mb-3"},s2={class:"card-header"},a2=["onClick"],o2={class:"card-body pb-0"},ma={__name:"AlignmentComponent",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>{const n=ze("FormKit");return te(),Me(n,{type:"list",modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),name:"alignment",dynamic:""},{default:xe(({items:i,node:s,value:a})=>[L("h5",null,[r[1]||(r[1]=Je("Alignments ")),L("button",{type:"button",onClick:()=>s.input(a.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Alignment ",8,n2)]),(te(!0),Ee(Ue,null,Yu(i,(o,l)=>(te(),Me(n,{type:"group","wrapper-class":"card",key:o,index:l},{default:xe(()=>[L("div",i2,[L("h5",s2,[Je("Target "+xu(l+1)+" ",1),L("button",{type:"button",onClick:()=>s.input(a.filter((c,f)=>f!==l)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,a2)]),L("div",o2,[R(n,{type:"hidden",name:"type",value:["Alignment"]}),R(n,{type:"innerLabelTextInput",label:"Name",name:"targetName","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim",help:"Name of the alignment."}),R(n,{type:"innerLabelTextInput",label:"URL",name:"targetUrl","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim|url",help:"URL linking to the official description of the alignment target, for example an individual standard within an educatinoal framework."}),R(n,{type:"innerLabelTextInput",label:"Framework",name:"targetFramework","inner-class":"input-group","label-class":"input-group-text",help:"Name of the framework for the alignment target."}),R(n,{type:"innerLabelTextareaInput",label:"Description",name:"description",rows:"2","inner-class":"input-group","label-class":"input-group-text",help:"Short description of the alignment target."}),R(n,{type:"innerLabelTextInput",label:"Code",name:"targetCode","inner-class":"input-group","label-class":"input-group-text",help:"If applicable, a locally unique string identifier that identifies the alignment target within its framework and/or targetUrl."}),R(r2,{modelValue:t.value[l].targetType,"onUpdate:modelValue":c=>t.value[l].targetType=c},null,8,["modelValue","onUpdate:modelValue"])])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},l2={__name:"AlignmentsComponent",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>(te(),Me(ma,{modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=n=>t.value=n)},null,8,["modelValue"]))}};var Zc=new WeakSet;function Si(e,t){const u=t||Object.assign(new Map,{active:!1}),r=new Map,n=function(c){var f;u.active&&(u.has(e)||u.set(e,new Set),(f=u.get(e))==null||f.add(c))},i=function(c){return new Proxy(c,{get(...f){return typeof f[1]=="string"&&n(`prop:${f[1]}`),Reflect.get(...f)}})},s=function(c){return new Proxy(c,{get(...f){return f[1]==="value"?_=>(n(`count:${_}`),c.value(_)):Reflect.get(...f)}})},a=function(c,f){return hn(c)?Si(c,u):(f==="value"&&n("commit"),f==="_value"&&n("input"),f==="props"?i(c):f==="ledger"?s(c):(f==="children"&&(n("child"),n("childRemoved")),c))},{proxy:o,revoke:l}=Proxy.revocable(e,{get(...c){switch(c[1]){case"_node":return e;case"deps":return u;case"watch":return(_,d,p)=>Yc(o,_,d,p);case"observe":return()=>{const _=new Map(u);return u.clear(),u.active=!0,_};case"stopObserve":return()=>{const _=new Map(u);return u.active=!1,_};case"receipts":return r;case"kill":return()=>{Jc(r),Zc.add(c[2]),l()}}const f=Reflect.get(...c);return typeof f=="function"?(..._)=>{const d=f(..._);return a(d,c[1])}:a(f,c[1])}});return o}function Gc(e,[t,u],r,n){t.forEach((i,s)=>{i.forEach(a=>{e.receipts.has(s)||e.receipts.set(s,{});const o=e.receipts.get(s)??{};o[a]=o[a]??[],o[a].push(s.on(a,r,n)),e.receipts.set(s,o)})}),u.forEach((i,s)=>{i.forEach(a=>{if(e.receipts.has(s)){const o=e.receipts.get(s);o&&ie(o,a)&&(o[a].map(s.off),delete o[a],e.receipts.set(s,o))}})})}function Jc(e){e.forEach((t,u)=>{for(const r in t)t[r].map(u.off)}),e.clear()}function Yc(e,t,u,r){const n=a=>{const o=e.stopObserve();Gc(e,Xc(i,o),()=>Yc(e,t,u,r),r),u&&u(a)},i=new Map(e.deps);e.observe();const s=t(e);s instanceof Promise?s.then(a=>n(a)):n(s)}function Xc(e,t){const u=new Map,r=new Map;return t.forEach((n,i)=>{if(!e.has(i))u.set(i,n);else{const s=new Set,a=e.get(i);n.forEach(o=>!(a!=null&&a.has(o))&&s.add(o)),u.set(i,s)}}),e.forEach((n,i)=>{if(!t.has(i))r.set(i,n);else{const s=new Set,a=t.get(i);n.forEach(o=>!(a!=null&&a.has(o))&&s.add(o)),r.set(i,s)}}),[u,r]}function ba(e){return Zc.has(e)}var Qc=function({value:t}){return["yes","on","1",1,!0,"true"].includes(t)};Qc.skipEmpty=!1;var c2=Qc,f2=function({value:e},t=!1){const u=Date.parse(t||new Date),r=Date.parse(String(e));return isNaN(r)?!1:r>u},d2=f2,p2=function({value:e},t=!1){const u=Date.parse(t||new Date),r=Date.parse(String(e));return isNaN(r)?!1:r>u||r===u},h2=p2,m2=function(e,t){var n;if(!t)return!1;const u=Date.parse(String(e.value)),r=Date.parse(String((n=e.at(t))==null?void 0:n.value));return isNaN(r)?!0:isNaN(u)?!1:u>r},b2=m2,g2=function({value:e},t="default"){const u={default:new RegExp("^\\p{L}+$","u"),latin:/^[a-z]+$/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},_2=g2,y2=function({value:e},t="default"){const u={default:/^[\p{L} ]+$/u,latin:/^[a-z ]+$/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},v2=y2,x2=function({value:e},t="default"){const u={default:/^[0-9\p{L}]+$/u,latin:/^[0-9a-z]+$/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},C2=x2,k2=function({value:e},t=!1){const u=Date.parse(t||new Date),r=Date.parse(String(e));return isNaN(r)?!1:r<u},E2=k2,A2=function(e,t){var n;if(!t)return!1;const u=Date.parse(String(e.value)),r=Date.parse(String((n=e.at(t))==null?void 0:n.value));return isNaN(r)?!0:isNaN(u)?!1:u<r},D2=A2,$2=function({value:e},t=!1){const u=Date.parse(t||new Date),r=Date.parse(String(e));return isNaN(r)?!1:r<u||r===u},w2=$2,F2=function({value:t},u,r){if(!isNaN(t)&&!isNaN(u)&&!isNaN(r)){const n=1*t;u=Number(u),r=Number(r);const[i,s]=u<=r?[u,r]:[r,u];return n>=1*i&&n<=1*s}return!1},S2=F2,Io=/(_confirm(?:ed)?)$/,T2=function(t,u,r="loose"){var i;u||(u=Io.test(t.name)?t.name.replace(Io,""):`${t.name}_confirm`);const n=(i=t.at(u))==null?void 0:i.value;return r==="strict"?t.value===n:t.value==n},I2=T2,R2=function({value:e},t="default"){const u={default:new RegExp("\\p{L}","u"),latin:/[a-z]/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},O2=R2,P2=function({value:e},t="default"){const u={default:/[\p{L} ]/u,latin:/[a-z ]/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},M2=P2,V2=function({value:e},t="default"){const u={default:/[0-9\p{L}]/u,latin:/[0-9a-z]/i},r=ie(u,t)?t:"default";return u[r].test(String(e))},L2=V2,N2=function({value:e},t="default"){const u={default:new RegExp("\\p{Ll}","u"),latin:/[a-z]/},r=ie(u,t)?t:"default";return u[r].test(String(e))},q2=N2,z2=function({value:t}){return/[0-9]/.test(String(t))},U2=z2,B2=function({value:e}){return/[!-/:-@[-`{-~]/.test(String(e))},j2=B2,H2=function({value:e},t="default"){const u={default:new RegExp("\\p{Lu}","u"),latin:/[A-Z]/},r=ie(u,t)?t:"default";return u[r].test(String(e))},K2=H2,W2=function({value:t},u,r){u=u instanceof Date?u.getTime():Date.parse(u),r=r instanceof Date?r.getTime():Date.parse(r);const n=t instanceof Date?t.getTime():Date.parse(String(t));if(u&&!r)r=u,u=Date.now();else if(!u||!n)return!1;return n>=u&&n<=r},Z2=W2,G2=function({value:t},u){return u&&typeof u=="string"?Cp(u).test(String(t)):!isNaN(Date.parse(String(t)))},J2=G2,Y2=function({value:t}){return/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i.test(String(t))},X2=Y2,Q2=function({value:t},...u){return typeof t=="string"&&u.length?u.some(r=>t.endsWith(r)):typeof t=="string"&&u.length===0},eg=Q2,tg=function({value:t},...u){return u.some(r=>typeof r=="object"?nt(r,t):r==t)},ug=tg,rg=function({value:t},u=0,r=1/0){u=parseInt(u),r=isNaN(parseInt(r))?1/0:parseInt(r);const n=u<=r?u:r,i=r>=u?r:u;if(typeof t=="string"||Array.isArray(t))return t.length>=n&&t.length<=i;if(t&&typeof t=="object"){const s=Object.keys(t).length;return s>=n&&s<=i}return!1},ng=rg,ig=function({value:e},t="default"){const u={default:new RegExp("^\\p{Ll}+$","u"),allow_non_alpha:/^[0-9\p{Ll}!-/:-@[-`{-~]+$/u,allow_numeric:/^[0-9\p{Ll}]+$/u,allow_numeric_dashes:/^[0-9\p{Ll}-]+$/u,latin:/^[a-z]+$/},r=ie(u,t)?t:"default";return u[r].test(String(e))},sg=ig,ag=function({value:t},...u){return u.some(r=>(typeof r=="string"&&r.substr(0,1)==="/"&&r.substr(-1)==="/"&&(r=new RegExp(r.substr(1,r.length-2))),r instanceof RegExp?r.test(String(t)):r===t))},og=ag,lg=function({value:t},u=10){return Array.isArray(t)?t.length<=u:Number(t)<=Number(u)},cg=lg,fg=function({value:t},u=1){return Array.isArray(t)?t.length>=u:Number(t)>=Number(u)},dg=fg,pg=function({value:t},...u){return!u.some(r=>typeof r=="object"?nt(r,t):r===t)},hg=pg,mg=function({value:t}){return!isNaN(t)},bg=mg,ef=function(e,...t){return Ft(e.value)?t.map(r=>{var n;return(n=e.at(r))==null?void 0:n.value}).some(r=>!Ft(r)):!0};ef.skipEmpty=!1;var gg=ef,tf=function({value:t},u="default"){return u==="trim"&&typeof t=="string"?!Ft(t.trim()):!Ft(t)};tf.skipEmpty=!1;var _g=tf,yg=function({value:t},...u){return typeof t=="string"&&u.length?u.some(r=>t.startsWith(r)):typeof t=="string"&&u.length===0},vg=yg,xg=function({value:e}){return/^[!-/:-@[-`{-~]+$/.test(String(e))},Cg=xg,kg=function({value:e},t="default"){const u={default:new RegExp("^\\p{Lu}+$","u"),latin:/^[A-Z]+$/},r=ie(u,t)?t:"default";return u[r].test(String(e))},Eg=kg,Ag=function({value:t},...u){try{const r=u.length?u:["http:","https:"],n=new URL(String(t));return r.includes(n.protocol)}catch{return!1}},Dg=Ag;const $g=Object.freeze(Object.defineProperty({__proto__:null,accepted:c2,alpha:_2,alpha_spaces:v2,alphanumeric:C2,between:S2,confirm:I2,contains_alpha:O2,contains_alpha_spaces:M2,contains_alphanumeric:L2,contains_lowercase:q2,contains_numeric:U2,contains_symbol:j2,contains_uppercase:K2,date_after:d2,date_after_node:b2,date_after_or_equal:h2,date_before:E2,date_before_node:D2,date_before_or_equal:w2,date_between:Z2,date_format:J2,email:X2,ends_with:eg,is:ug,length:ng,lowercase:sg,matches:og,max:cg,min:dg,not:hg,number:bg,require_one:gg,required:_g,starts_with:vg,symbol:Cg,uppercase:Eg,url:Dg},Symbol.toStringTag,{value:"Module"}));var Fs=kt({type:"state",blocking:!0,visible:!1,value:!0,key:"validating"});function wg(e={}){return function(u){let r=Lt(u.props.validationRules||{}),n={...e,...r};const i={input:Tr(),rerun:null,isPassing:!0};let s=Lt(u.props.validation);u.on("prop:validation",({payload:o})=>a(o,r)),u.on("prop:validationRules",({payload:o})=>a(s,o));function a(o,l){var c;nt(Object.keys(r||{}),Object.keys(l||{}))&&nt(s,o)||(r=Lt(l),s=Lt(o),n={...e,...r},(c=u.props.parsedRules)==null||c.forEach(f=>{uf(f),Jc(f.observer.receipts),f.observer.kill()}),u.store.filter(()=>!1,"validation"),u.props.parsedRules=Oo(o,n,u),i.isPassing=!0,Ss(u,u.props.parsedRules,i))}u.props.parsedRules=Oo(s,n,u),Ss(u,u.props.parsedRules,i)}}function Ss(e,t,u){ba(e)||(u.input=Tr(),e.store.set(kt({key:"failing",value:!u.isPassing,visible:!1})),u.isPassing=!0,e.store.filter(r=>!r.meta.removeImmediately,"validation"),t.forEach(r=>r.debounce&&clearTimeout(r.timer)),t.length&&(e.store.set(Fs),Ts(0,t,u,!1,()=>{e.store.remove(Fs.key),e.store.set(kt({key:"failing",value:!u.isPassing,visible:!1}))})))}function Ts(e,t,u,r,n){const i=t[e];if(!i)return n();const s=i.observer;if(ba(s))return;const a=u.input;i.state=null;function o(l,c){if(u.input!==a)return;u.isPassing=u.isPassing&&!!c,i.queued=!1;const f=s.stopObserve(),_=Xc(i.deps,f);if(Gc(s,_,function(){try{s.store.set(Fs)}catch{}i.queued=!0,u.rerun&&clearTimeout(u.rerun),u.rerun=setTimeout(Ss,0,s,t,u)},"unshift"),i.deps=f,i.state=c,c===!1?Sg(i,r||l):uf(i),t.length>e+1){const d=t[e+1];(c||d.force||!d.skipEmpty)&&d.state===null&&(d.queued=!0),Ts(e+1,t,u,r||l,n)}else n()}(!Ft(s.value)||!i.skipEmpty)&&(u.isPassing||i.force)?i.queued?Fg(i,s,l=>{l instanceof Promise?l.then(c=>o(!0,c)):o(!1,l)}):Ts(e+1,t,u,r,n):Ft(s.value)&&i.skipEmpty&&u.isPassing?(s.observe(),s.value,o(!1,u.isPassing)):o(!1,null)}function Fg(e,t,u){e.debounce?e.timer=setTimeout(()=>{t.observe(),u(e.rule(t,...e.args))},e.debounce):(t.observe(),u(e.rule(t,...e.args)))}function uf(e){const t=`rule_${e.name}`;e.messageObserver&&(e.messageObserver=e.messageObserver.kill()),ie(e.observer.store,t)&&e.observer.store.remove(t)}function Sg(e,t){const u=e.observer;ba(u)||(e.messageObserver||(e.messageObserver=Si(u._node)),e.messageObserver.watch(r=>Ig(r,e),r=>{const n=Tg(u,e,r),i=kt({blocking:e.blocking,key:`rule_${e.name}`,meta:{messageKey:e.name,removeImmediately:t,localize:!n,i18nArgs:r},type:"validation",value:n||"This field is not valid."});u.store.set(i)}))}function Tg(e,t,u){const r=e.props.validationMessages&&ie(e.props.validationMessages,t.name)?e.props.validationMessages[t.name]:void 0;return typeof r=="function"?r(...u):r}function Ig(e,t){return[{node:e,name:rf(e),args:t.args}]}function rf(e){return typeof e.props.validationLabel=="function"?e.props.validationLabel(e):e.props.validationLabel||e.props.label||e.props.name||String(e.name)}var nf="(?:[\\*+?()0-9]+)",sf="[a-zA-Z][a-zA-Z0-9_]+",Rg=new RegExp(`^(${nf}?${sf})(?:\\:(.*)+)?$`,"i"),Og=new RegExp(`^(${nf})(${sf})$`,"i"),Pg=/([\*+?]+)?(\(\d+\))([\*+?]+)?/,Ro=/\(\d+\)/,Mg={blocking:!0,debounce:0,force:!1,skipEmpty:!0,name:""};function Oo(e,t,u){return e?(typeof e=="string"?Vg(e):Cr(e)).reduce((n,i)=>{let s=i.shift();const a={};if(typeof s=="string"){const[o,l]=Ng(s);ie(t,o)&&(s=t[o],Object.assign(a,l))}return typeof s=="function"&&n.push({observer:Si(u),rule:s,args:i,timer:0,state:null,queued:!0,deps:new Map,...Mg,...qg(a,s)}),n},[]):[]}function Vg(e){return e.split("|").reduce((t,u)=>{const r=Lg(u);return r&&t.push(r),t},[])}function Lg(e){const t=e.trim();if(t){const u=t.match(Rg);if(u&&typeof u[1]=="string"){const r=u[1].trim(),n=u[2]&&typeof u[2]=="string"?u[2].split(",").map(i=>i.trim()):[];return[r,...n]}}return!1}function Ng(e){const t=e.match(Og);if(!t)return[e,{name:e}];const u={"*":{force:!0},"+":{skipEmpty:!1},"?":{blocking:!1}},[,r,n]=t,i=Ro.test(r)?r.match(Pg)||[]:[,r];return[n,[i[1],i[2],i[3]].reduce((s,a)=>(a&&(Ro.test(a)?s.debounce=parseInt(a.substr(1,a.length-1)):a.split("").forEach(o=>ie(u,o)&&Object.assign(s,u[o]))),s),{name:n})]}function qg(e,t){return e.name||(e.name=t.ruleName||t.name),["skipEmpty","force","debounce","blocking"].reduce((u,r)=>(ie(t,r)&&!ie(u,r)&&Object.assign(u,{[r]:t[r]}),u),e)}function de(e){return e[0].toUpperCase()+e.substr(1)}function Po(e,t="or"){return e.reduce((u,r,n)=>(u+=r,n<=e.length-2&&e.length>2&&(u+=", "),n===e.length-2&&(u+=`${e.length===2?" ":""}${t} `),u),"")}function wn(e){const t=typeof e=="string"?new Date(Date.parse(e)):e;return t instanceof Date?new Intl.DateTimeFormat(void 0,{dateStyle:"medium",timeZone:"UTC"}).format(t):"(unknown)"}function zg(e,t){return Number(e)>=Number(t)?[t,e]:[e,t]}var Ug={add:"Add",remove:"Remove",removeAll:"Remove all",incomplete:"Sorry, not all fields are filled out correctly.",submit:"Submit",noFiles:"No file chosen",moveUp:"Move up",moveDown:"Move down",isLoading:"Loading...",loadMore:"Load more",next:"Next",prev:"Previous",addAllValues:"Add all values",addSelectedValues:"Add selected values",removeAllValues:"Remove all values",removeSelectedValues:"Remove selected values",chooseDate:"Choose date",changeDate:"Change date",summaryHeader:"There were errors in your form.",close:"Close",open:"Open"},Bg={accepted({name:e}){return`Please accept the ${e}.`},date_after({name:e,args:t}){return Array.isArray(t)&&t.length?`${de(e)} must be after ${wn(t[0])}.`:`${de(e)} must be in the future.`},alpha({name:e}){return`${de(e)} can only contain alphabetical characters.`},alphanumeric({name:e}){return`${de(e)} can only contain letters and numbers.`},alpha_spaces({name:e}){return`${de(e)} can only contain letters and spaces.`},contains_alpha({name:e}){return`${de(e)} must contain alphabetical characters.`},contains_alphanumeric({name:e}){return`${de(e)} must contain letters or numbers.`},contains_alpha_spaces({name:e}){return`${de(e)} must contain letters or spaces.`},contains_symbol({name:e}){return`${de(e)} must contain a symbol.`},contains_uppercase({name:e}){return`${de(e)} must contain an uppercase letter.`},contains_lowercase({name:e}){return`${de(e)} must contain a lowercase letter.`},contains_numeric({name:e}){return`${de(e)} must contain numbers.`},symbol({name:e}){return`${de(e)} must be a symbol.`},uppercase({name:e}){return`${de(e)} can only contain uppercase letters.`},lowercase({name:e,args:t}){let u="";return Array.isArray(t)&&t.length&&(t[0]==="allow_non_alpha"&&(u=", numbers and symbols"),t[0]==="allow_numeric"&&(u=" and numbers"),t[0]==="allow_numeric_dashes"&&(u=", numbers and dashes")),`${de(e)} can only contain lowercase letters${u}.`},date_before({name:e,args:t}){return Array.isArray(t)&&t.length?`${de(e)} must be before ${wn(t[0])}.`:`${de(e)} must be in the past.`},between({name:e,args:t}){if(isNaN(t[0])||isNaN(t[1]))return"This field was configured incorrectly and can’t be submitted.";const[u,r]=zg(t[0],t[1]);return`${de(e)} must be between ${u} and ${r}.`},confirm({name:e}){return`${de(e)} does not match.`},date_format({name:e,args:t}){return Array.isArray(t)&&t.length?`${de(e)} is not a valid date, please use the format ${t[0]}`:"This field was configured incorrectly and can’t be submitted"},date_between({name:e,args:t}){return`${de(e)} must be between ${wn(t[0])} and ${wn(t[1])}`},email:"Please enter a valid email address.",ends_with({name:e,args:t}){return`${de(e)} doesn’t end with ${Po(t)}.`},is({name:e}){return`${de(e)} is not an allowed value.`},length({name:e,args:[t=0,u=1/0]}){const r=Number(t)<=Number(u)?t:u,n=Number(u)>=Number(t)?u:t;return r==1&&n===1/0?`${de(e)} must be at least one character.`:r==0&&n?`${de(e)} must be less than or equal to ${n} characters.`:r===n?`${de(e)} should be ${n} characters long.`:r&&n===1/0?`${de(e)} must be greater than or equal to ${r} characters.`:`${de(e)} must be between ${r} and ${n} characters.`},matches({name:e}){return`${de(e)} is not an allowed value.`},max({name:e,node:{value:t},args:u}){return Array.isArray(t)?`Cannot have more than ${u[0]} ${e}.`:`${de(e)} must be no more than ${u[0]}.`},mime({name:e,args:t}){return t[0]?`${de(e)} must be of the type: ${t[0]}`:"No file formats allowed."},min({name:e,node:{value:t},args:u}){return Array.isArray(t)?`Cannot have fewer than ${u[0]} ${e}.`:`${de(e)} must be at least ${u[0]}.`},not({name:e,node:{value:t}}){return`“${t}” is not an allowed ${e}.`},number({name:e}){return`${de(e)} must be a number.`},require_one:({name:e,node:t,args:u})=>{const r=u.map(n=>{const i=t.at(n);return i?rf(i):!1}).filter(n=>!!n);return r.unshift(e),`${r.join(" or ")} is required.`},required({name:e}){return`${de(e)} is required.`},starts_with({name:e,args:t}){return`${de(e)} doesn’t start with ${Po(t)}.`},url(){return"Please enter a valid URL."},invalidDate:"The selected date is invalid."},jg={ui:Ug,validation:Bg},Mo=new Set;function Hg(e){return function(u){Mo.add(u),u.on("destroying",()=>Mo.delete(u));let r=Vo(u.config.locale,e),n=r?e[r]:{};u.on("prop:locale",({payload:i})=>{r=Vo(i,e),n=r?e[r]:{},u.store.touch()}),u.on("prop:label",()=>u.store.touch()),u.on("prop:validationLabel",()=>u.store.touch()),u.hook.text((i,s)=>{var o,l;const a=((o=i.meta)==null?void 0:o.messageKey)||i.key;if(ie(n,i.type)&&ie(n[i.type],a)){const c=n[i.type][a];typeof c=="function"?i.value=Array.isArray((l=i.meta)==null?void 0:l.i18nArgs)?c(...i.meta.i18nArgs):c(i):i.value=c}return s(i)})}}function Vo(e,t){if(ie(t,e))return e;const[u]=e.split("-");if(ie(t,u))return u;for(const r in t)return r;return!1}function Kg(...e){const t=e.reduce((r,n)=>Tu(r,n),{}),u=()=>{};return u.library=function(r){const n=br(r.props.type);ie(t,n)&&r.define(t[n])},u}var Wg=["classes","config","delay","errors","id","index","inputErrors","library","modelValue","onUpdate:modelValue","name","number","parent","plugins","sectionsSchema","type","validation","validationLabel","validationMessages","validationRules","onInput","onInputRaw","onUpdate:modelValue","onNode","onSubmit","onSubmitInvalid","onSubmitRaw"];function Ti(e){return e&&typeof e=="object"&&"group"in e&&Array.isArray(e.options)}function af(e,t={count:1}){return Array.isArray(e)?e.map(u=>{if(typeof u=="string"||typeof u=="number")return{label:String(u),value:String(u)};if(typeof u=="object"){if("group"in u)return u.options=af(u.options||[],t),u;"value"in u&&typeof u.value!="string"&&Object.assign(u,{value:`__mask_${t.count++}`,__original:u.value})}return u}):Object.keys(e).map(u=>({label:e[u],value:u}))}function Zu(e,t,u=!1){if(Array.isArray(e)){for(const r of e)if(!(typeof r!="object"&&r)){if(Ti(r)){const n=Zu(r.options,t,!0);if(n!==void 0)return n}else if(t==r.value)return"__original"in r?r.__original:r.value}}return u?void 0:t}function Dr(e,t){return e===null&&t===void 0||e===void 0&&t===null?!1:e==t?!0:xr(e)&&xr(t)?nt(e,t):!1}function Ii(e){e.hook.prop((t,u)=>{var r;return t.prop==="options"&&(typeof t.value=="function"?(e.props.optionsLoader=t.value,t.value=[]):((r=e.props)._normalizeCounter??(r._normalizeCounter={count:1}),t.value=af(t.value,e.props._normalizeCounter))),u(t)})}function re(e,t,u=!1){return(...r)=>{const n=i=>{const s=!t||typeof t=="string"?{$el:t}:t();return(Es(s)||As(s))&&(s.meta?s.meta.section=e:s.meta={section:e},r.length&&!s.children&&(s.children=[...r.map(a=>typeof a=="function"?a(i):a)]),Es(s)&&(s.attrs={class:`$classes.${e}`,...s.attrs||{}})),{if:`$slots.${e}`,then:`$slots.${e}`,else:e in i?Ur(s,i[e]):s}};return n._s=e,u?Zg(n):n}}function Zg(e){return t=>[e(t)]}function ti(e){return!!(e&&typeof e=="object"&&("$el"in e||"$cmp"in e||"$formkit"in e))}function Ur(e,t={}){return typeof e=="string"?ti(t)||typeof t=="string"?t:e:Array.isArray(e)?ti(t)?t:e:Tu(e,t)}var Gg=re("actions",()=>({$el:"div",if:"$actions"})),ui=re("input",()=>({$el:"input",bind:"$attrs",attrs:{type:"$type",name:"$node.props.altName || $node.name",disabled:"$option.attrs.disabled || $disabled",onInput:"$handlers.toggleChecked",checked:"$fns.eq($_value, $onValue)",onBlur:"$handlers.blur",value:"$: true",id:"$id","aria-describedby":{if:"$options.length",then:{if:"$option.help",then:'$: "help-" + $option.attrs.id',else:void 0},else:{if:"$help",then:'$: "help-" + $id',else:void 0}}}})),of=re("optionHelp",()=>({$el:"div",if:"$option.help",attrs:{id:'$: "help-" + $option.attrs.id'}})),ri=re("inner","span"),ni=re("label","span"),lf=re("option",()=>({$el:"li",for:["option","$options"],attrs:{"data-disabled":"$option.attrs.disabled || $disabled || undefined"}})),cf=re("options","ul"),ii=re("wrapper",()=>({$el:"label",attrs:{"data-disabled":{if:"$options.length",then:void 0,else:"$disabled || undefined"},"data-checked":{if:"$options == undefined",then:"$fns.eq($_value, $onValue) || undefined",else:"$fns.isChecked($option.value) || undefined"}}})),Jg=re("input",()=>({$el:"button",bind:"$attrs",attrs:{type:"$type",disabled:"$disabled",name:"$node.name",id:"$id"}})),Yg=re("default",null),si=re("decorator",()=>({$el:"span",attrs:{"aria-hidden":"true"}})),ff=re("fieldset",()=>({$el:"fieldset",attrs:{id:"$id","aria-describedby":{if:"$help",then:'$: "help-" + $id',else:void 0}}})),Xg=re("input",()=>({$el:"input",bind:"$attrs",attrs:{type:"file",disabled:"$disabled",name:"$node.name",onChange:"$handlers.files",onBlur:"$handlers.blur",id:"$id","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"}})),Qg=re("fileItem",()=>({$el:"li",for:["file","$value"]})),e3=re("fileList",()=>({$el:"ul",if:"$value.length",attrs:{"data-has-multiple":"$_hasMultipleFiles"}})),t3=re("fileName",()=>({$el:"span",attrs:{class:"$classes.fileName"}})),Lo=re("fileRemove",()=>({$el:"button",attrs:{type:"button",onClick:"$handlers.resetFiles"}})),u3=re("form",()=>({$el:"form",bind:"$attrs",meta:{autoAnimate:!0},attrs:{id:"$id",name:"$node.name",onSubmit:"$handlers.submit","data-loading":"$state.loading || undefined"}})),ga=re("wrapper",null,!0),It=re("help",()=>({$el:"div",if:"$help",attrs:{id:'$: "help-" + $id'}})),$e=(e,t)=>re(`${e}Icon`,()=>{const u=`_raw${e.charAt(0).toUpperCase()}${e.slice(1)}Icon`;return{if:`$${e}Icon && $${u}`,$el:`${t||"span"}`,attrs:{class:`$classes.${e}Icon + " " + $classes.icon`,innerHTML:`$${u}`,onClick:`$handlers.iconClick(${e})`,role:`$fns.iconRole(${e})`,tabindex:`$fns.iconRole(${e}) === "button" && "0" || undefined`,for:{if:`${t==="label"}`,then:"$id"}}}})(),er=re("inner","div"),tr=re("label",()=>({$el:"label",if:"$label",attrs:{for:"$id"}})),df=re("legend",()=>({$el:"legend",if:"$label"})),Bt=re("message",()=>({$el:"li",for:["message","$messages"],attrs:{key:"$message.key",id:"$id + '-' + $message.key","data-message-type":"$message.type"}})),jt=re("messages",()=>({$el:"ul",if:"$defaultMessagePlacement && $fns.length($messages)"})),r3=re("noFiles",()=>({$el:"span",if:"$value == null || $value.length == 0"})),pf=re("optGroup",()=>({$el:"optgroup",bind:"$option.attrs",attrs:{label:"$option.group"}})),ai=re("option",()=>({$el:"option",bind:"$option.attrs",attrs:{class:"$classes.option",value:"$option.value",selected:"$fns.isSelected($option)"}})),oi=re("options",()=>({$el:null,if:"$options.length",for:["option","$option.options || $options"]})),au=re("outer",()=>({$el:"div",meta:{autoAnimate:!0},attrs:{key:"$id","data-family":"$family || undefined","data-type":"$type","data-multiple":'$attrs.multiple || ($type != "select" && $options != undefined) || undefined',"data-has-multiple":"$_hasMultipleFiles","data-disabled":'$: ($disabled !== "false" && $disabled) || undefined',"data-empty":"$state.empty || undefined","data-complete":"$state.complete || undefined","data-invalid":"$state.invalid || undefined","data-errors":"$state.errors || undefined","data-submitted":"$state.submitted || undefined","data-prefix-icon":"$_rawPrefixIcon !== undefined || undefined","data-suffix-icon":"$_rawSuffixIcon !== undefined || undefined","data-prefix-icon-click":"$onPrefixIconClick !== undefined || undefined","data-suffix-icon-click":"$onSuffixIconClick !== undefined || undefined"}})),Rt=re("prefix",null),hf=re("input",()=>({$el:"select",bind:"$attrs",attrs:{id:"$id","data-placeholder":"$fns.showPlaceholder($_value, $placeholder)",disabled:"$disabled",class:"$classes.input",name:"$node.name",onChange:"$handlers.onChange",onInput:"$handlers.selectInput",onBlur:"$handlers.blur","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"}})),n3=re("submit",()=>({$cmp:"FormKit",bind:"$submitAttrs",props:{type:"submit",label:"$submitLabel"}})),Ot=re("suffix",null),_a=re("input",()=>({$el:"input",bind:"$attrs",attrs:{type:"$type",disabled:"$disabled",name:"$node.name",onInput:"$handlers.DOMInput",onBlur:"$handlers.blur",value:"$_value",id:"$id","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"}})),mf=re("input",()=>({$el:"textarea",bind:"$attrs",attrs:{disabled:"$disabled",name:"$node.name",onInput:"$handlers.DOMInput",onBlur:"$handlers.blur",value:"$_value",id:"$id","aria-describedby":"$describedBy","aria-required":"$state.required || undefined"},children:"$initialValue"})),Lu=re("wrapper","div"),i3=0;function bf(e){(e.type==="group"||e.type==="list")&&e.plugins.add(s3)}function s3(e){e.props.type==="radio"&&(e.addProps(["altName"]),e.props.altName=`${e.name}_${i3++}`)}function gf(e){return function(t,u){return t.prop==="options"&&Array.isArray(t.value)&&(t.value=t.value.map(r=>{var n;return(n=r.attrs)!=null&&n.id?r:Tu(r,{attrs:{id:`${e.props.id}-option-${ea(String(r.value))}`}})}),e.props.type==="checkbox"&&!Array.isArray(e.value)&&(e.isCreated?e.input([],!1):e.on("created",()=>{Array.isArray(e.value)||e.input([],!1)}))),u(t)}}function a3(e,t){const u=t.target;if(u instanceof HTMLInputElement){const r=Array.isArray(e.props.options)?Zu(e.props.options,u.value):u.value;Array.isArray(e.props.options)&&e.props.options.length?Array.isArray(e._value)?e._value.some(n=>Dr(r,n))?e.input(e._value.filter(n=>!Dr(r,n))):e.input([...e._value,r]):e.input([r]):u.checked?e.input(e.props.onValue):e.input(e.props.offValue)}}function o3(e,t){var u,r;return(u=e.context)==null||u.value,(r=e.context)==null||r._value,Array.isArray(e._value)?e._value.some(n=>Dr(Zu(e.props.options,t),n)):!1}function l3(e){e.on("created",()=>{var t,u;(t=e.context)!=null&&t.handlers&&(e.context.handlers.toggleChecked=a3.bind(null,e)),(u=e.context)!=null&&u.fns&&(e.context.fns.isChecked=o3.bind(null,e)),ie(e.props,"onValue")||(e.props.onValue=!0),ie(e.props,"offValue")||(e.props.offValue=!1)}),e.hook.prop(gf(e))}function Hu(e,t){return u=>{u.props[`${e}Icon`]===void 0&&(u.props[`${e}Icon`]=t.startsWith("<svg")?t:`default:${t}`)}}function ya(e){e.on("created",()=>{"disabled"in e.props&&(e.props.disabled=Nt(e.props.disabled),e.config.disabled=Nt(e.props.disabled))}),e.hook.prop(({prop:t,value:u},r)=>(u=t==="disabled"?Nt(u):u,r({prop:t,value:u}))),e.on("prop:disabled",({payload:t})=>{e.config.disabled=Nt(t)})}function Pn(e,t){return u=>{u.store.set(kt({key:e,type:"ui",value:t||e,meta:{localize:!0,i18nArgs:[u]}}))}}var us=typeof window<"u";function _f(e){e.target instanceof HTMLElement&&e.target.hasAttribute("data-file-hover")&&e.target.removeAttribute("data-file-hover")}function No(e,t){t.target instanceof HTMLInputElement?e==="dragover"&&t.target.setAttribute("data-file-hover","true"):t.preventDefault(),e==="drop"&&_f(t)}function c3(e){Pn("noFiles","Select file")(e),Pn("removeAll","Remove all")(e),Pn("remove")(e),e.addProps(["_hasMultipleFiles"]),us&&(window._FormKit_File_Drop||(window.addEventListener("dragover",No.bind(null,"dragover")),window.addEventListener("drop",No.bind(null,"drop")),window.addEventListener("dragleave",_f),window._FormKit_File_Drop=!0)),e.hook.input((t,u)=>u(Array.isArray(t)?t:[])),e.on("input",({payload:t})=>{e.props._hasMultipleFiles=Array.isArray(t)&&t.length>1?!0:void 0}),e.on("reset",()=>{if(e.props.id&&us){const t=document.getElementById(e.props.id);t&&(t.value="")}}),e.on("created",()=>{Array.isArray(e.value)||e.input([],!1),e.context&&(e.context.handlers.resetFiles=t=>{if(t.preventDefault(),e.input([]),e.props.id&&us){const u=document.getElementById(e.props.id);u&&(u.value=""),u==null||u.focus()}},e.context.handlers.files=t=>{var r,n;const u=[];if(t.target instanceof HTMLInputElement&&t.target.files){for(let i=0;i<t.target.files.length;i++){let s;(s=t.target.files.item(i))&&u.push({name:s.name,file:s})}e.input(u)}e.context&&(e.context.files=u),typeof((r=e.props.attrs)==null?void 0:r.onChange)=="function"&&((n=e.props.attrs)==null||n.onChange(t))})})}var qo=kt({key:"loading",value:!0,visible:!1});async function f3(e,t){const u=Math.random();if(e.props._submitNonce=u,t.preventDefault(),await e.settled,e.ledger.value("validating")&&(e.store.set(qo),await e.ledger.settled("validating"),e.store.remove("loading"),e.props._submitNonce!==u))return;const r=n=>n.store.set(kt({key:"submitted",value:!0,visible:!1}));if(e.walk(r),r(e),e.emit("submit-raw"),typeof e.props.onSubmitRaw=="function"&&e.props.onSubmitRaw(t,e),e.ledger.value("blocking"))typeof e.props.onSubmitInvalid=="function"&&e.props.onSubmitInvalid(e),e.props.incompleteMessage!==!1&&yf(e);else if(typeof e.props.onSubmit=="function"){const n=e.props.onSubmit(e.hook.submit.dispatch(Cr(e.value)),e);if(n instanceof Promise){const i=e.props.disabled===void 0&&e.props.submitBehavior!=="live";i&&(e.props.disabled=!0),e.store.set(qo),await n,i&&(e.props.disabled=!1),e.store.remove("loading")}}else t.target instanceof HTMLFormElement&&t.target.submit()}function yf(e){e.store.set(kt({blocking:!1,key:"incomplete",meta:{localize:e.props.incompleteMessage===void 0,i18nArgs:[{node:e}],showAsMessage:!0},type:"ui",value:e.props.incompleteMessage||"Form incomplete."}))}function d3(e){var t;e.props.isForm=!0,e.ledger.count("validating",u=>u.key==="validating"),(t=e.props).submitAttrs??(t.submitAttrs={disabled:e.props.disabled}),e.on("prop:disabled",({payload:u})=>{e.props.submitAttrs={...e.props.submitAttrs,disabled:u}}),e.on("created",()=>{var u;(u=e.context)!=null&&u.handlers&&(e.context.handlers.submit=f3.bind(null,e)),ie(e.props,"actions")||(e.props.actions=!0)}),e.on("prop:incompleteMessage",()=>{e.store.incomplete&&yf(e)}),e.on("settled:blocking",()=>e.store.remove("incomplete"))}function p3(e){e.props.ignore===void 0&&(e.props.ignore=!0,e.parent=null)}function vf(e){e.on("created",()=>{e.context&&(e.context.initialValue=e.value||"")})}function va(e){if(typeof e.props.number>"u")return;const t=["number","range","hidden"].includes(e.props.type);e.hook.input((u,r)=>{if(u==="")return r(void 0);const n=e.props.number==="integer"?parseInt(u):parseFloat(u);return Number.isFinite(n)?r(n):r(t?void 0:u)})}function h3(e,t){t.target instanceof HTMLInputElement&&e.input(Zu(e.props.options,t.target.value))}function m3(e,t){var u,r;return(u=e.context)==null||u.value,(r=e.context)==null||r._value,Dr(Zu(e.props.options,t),e._value)}function b3(e){e.on("created",()=>{var t,u;Array.isArray(e.props.options)||Xu(350,{node:e,inputType:"radio"}),(t=e.context)!=null&&t.handlers&&(e.context.handlers.toggleChecked=h3.bind(null,e)),(u=e.context)!=null&&u.fns&&(e.context.fns.isChecked=m3.bind(null,e))}),e.hook.prop(gf(e))}function g3(e,t){if(Ti(t))return!1;e.context&&e.context.value;const u="__original"in t?t.__original:t.value;return Array.isArray(e._value)?e._value.some(r=>Dr(r,u)):(e._value===void 0||e._value===null&&!xf(e.props.options,null))&&t.attrs&&t.attrs["data-is-placeholder"]?!0:Dr(u,e._value)}function xf(e,t){return e.some(u=>Ti(u)?xf(u.options,t):("__original"in u?u.__original:u.value)===t)}async function _3(e,t){var u;typeof((u=e.props.attrs)==null?void 0:u.onChange)=="function"&&(await new Promise(r=>setTimeout(r,0)),await e.settled,e.props.attrs.onChange(t))}function y3(e,t){const u=t.target,r=u.hasAttribute("multiple")?Array.from(u.selectedOptions).map(n=>Zu(e.props.options,n.value)):Zu(e.props.options,u.value);e.input(r)}function zo(e,t){return e.some(u=>u.attrs&&u.attrs["data-is-placeholder"])?e:[{label:t,value:"",attrs:{hidden:!0,disabled:!0,"data-is-placeholder":"true"}},...e]}function Cf(e){const t=e.length>0?e[0]:void 0;if(t)return Ti(t)?Cf(t.options):"__original"in t?t.__original:t.value}function kf(e){e.on("created",()=>{var u,r,n;const t=Nt((u=e.props.attrs)==null?void 0:u.multiple);!t&&e.props.placeholder&&Array.isArray(e.props.options)&&(e.hook.prop(({prop:i,value:s},a)=>(i==="options"&&(s=zo(s,e.props.placeholder)),a({prop:i,value:s}))),e.props.options=zo(e.props.options,e.props.placeholder)),t?e.value===void 0&&e.input([],!1):e.context&&!e.context.options&&(e.props.attrs=Object.assign({},e.props.attrs,{value:e._value}),e.on("input",({payload:i})=>{e.props.attrs=Object.assign({},e.props.attrs,{value:i})})),(r=e.context)!=null&&r.handlers&&(e.context.handlers.selectInput=y3.bind(null,e),e.context.handlers.onChange=_3.bind(null,e)),(n=e.context)!=null&&n.fns&&(e.context.fns.isSelected=g3.bind(null,e),e.context.fns.showPlaceholder=(i,s)=>{if(!Array.isArray(e.props.options))return!1;const a=e.props.options.some(o=>{if(o.attrs&&"data-is-placeholder"in o.attrs)return!1;const l="__original"in o?o.__original:o.value;return nt(i,l)});return s&&!a?!0:void 0})}),e.hook.input((t,u)=>{var r,n,i;return!e.props.placeholder&&t===void 0&&Array.isArray((r=e.props)==null?void 0:r.options)&&e.props.options.length&&!Nt((i=(n=e.props)==null?void 0:n.attrs)==null?void 0:i.multiple)&&(t=Cf(e.props.options)),u(t)})}function Is(e){return!!(lr(e)&&e.if&&e.if.startsWith("$slots.")&&typeof e.then=="string"&&e.then.startsWith("$slots.")&&"else"in e)}function St(e,t,u){const r=n=>{const i=t(n);if(u||ti(i)&&"if"in i||Is(i)){const s={if:e,then:i};return u&&(s.else=u(n)),s}else Is(i)?Object.assign(i.else,{if:e}):ti(i)&&Object.assign(i,{if:e});return i};return r._s=Tr(),r}function _r(e,t){const u=r=>{const n=e({});return Is(n)?(Array.isArray(n.else)||(n.else=Ur(Ur(n.else,t),e._s?r[e._s]:{})),n):Ur(Ur(n,t),e._s?r[e._s]:{})};return u._s=e._s,u}var Uo={schema:au(jt(Bt("$message.value")),Lu(Jg($e("prefix"),Rt(),Yg("$label || $ui.submit.value"),Ot(),$e("suffix"))),It("$help")),type:"input",family:"button",props:[],features:[Pn("submit"),p3],schemaMemoKey:"h6st4epl3j8"},v3={schema:au(St("$options == undefined",ii(ri(Rt(),ui(),si($e("decorator")),Ot()),_r(ni("$label"),{if:"$label"})),ff(df("$label"),It("$help"),cf(lf(ii(ri(Rt(),_r(ui(),{bind:"$option.attrs",attrs:{id:"$option.attrs.id",value:"$option.value",checked:"$fns.isChecked($option.value)"}}),si($e("decorator")),Ot()),_r(ni("$option.label"),{if:"$option.label"})),of("$option.help"))))),St("$options == undefined && $help",It("$help")),jt(Bt("$message.value"))),type:"input",family:"box",props:["options","onValue","offValue","optionsLoader"],features:[Ii,l3,Hu("decorator","checkboxDecorator")],schemaMemoKey:"qje02tb3gu8"},x3={schema:au(Lu(tr("$label"),er($e("prefix","label"),Rt(),Xg(),e3(Qg($e("fileItem"),t3("$file.name"),St("$value.length === 1",Lo($e("fileRemove"),'$ui.remove.value + " " + $file.name')))),St("$value.length > 1",Lo("$ui.removeAll.value")),r3($e("noFiles"),"$ui.noFiles.value"),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",family:"text",props:[],features:[c3,Hu("fileItem","fileItem"),Hu("fileRemove","fileRemove"),Hu("noFiles","noFiles")],schemaMemoKey:"9kqc4852fv8"},C3={schema:u3("$slots.default",jt(Bt("$message.value")),Gg(n3())),type:"group",props:["actions","submit","submitLabel","submitAttrs","submitBehavior","incompleteMessage"],features:[d3,ya],schemaMemoKey:"5bg016redjo"},k3={schema:ga("$slots.default"),type:"group",props:[],features:[ya,bf]},E3={schema:_a(),type:"input",props:[],features:[va]},A3={schema:ga("$slots.default"),type:"list",props:["sync","dynamic"],features:[ya,bf]},D3={schema:ga(),type:"input",props:[],features:[]},$3={schema:au(St("$options == undefined",ii(ri(Rt(),ui(),si($e("decorator")),Ot()),_r(ni("$label"),{if:"$label"})),ff(df("$label"),It("$help"),cf(lf(ii(ri(Rt(),_r(ui(),{bind:"$option.attrs",attrs:{id:"$option.attrs.id",value:"$option.value",checked:"$fns.isChecked($option.value)"}}),si($e("decorator")),Ot()),_r(ni("$option.label"),{if:"$option.label"})),of("$option.help"))))),St("$options == undefined && $help",It("$help")),jt(Bt("$message.value"))),type:"input",family:"box",props:["options","onValue","offValue","optionsLoader"],features:[Ii,b3,Hu("decorator","radioDecorator")],schemaMemoKey:"qje02tb3gu8"},w3={schema:au(Lu(tr("$label"),er($e("prefix"),Rt(),hf(St("$slots.default",()=>"$slots.default",oi(St("$option.group",pf(oi(ai("$option.label"))),ai("$option.label"))))),St("$attrs.multiple !== undefined",()=>"",$e("select")),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",props:["options","placeholder","optionsLoader"],features:[Ii,kf,Hu("select","select")],schemaMemoKey:"cb119h43krg"},F3={schema:au(Lu(tr("$label"),er($e("prefix","label"),Rt(),mf(),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",props:[],features:[vf],schemaMemoKey:"b1n0td79m9g"},at={schema:au(Lu(tr("$label"),er($e("prefix","label"),Rt(),_a(),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",family:"text",props:[],features:[va],schemaMemoKey:"c3cc4kflsg"},S3={button:Uo,submit:Uo,checkbox:v3,file:x3,form:C3,group:k3,hidden:E3,list:A3,meta:D3,radio:$3,select:w3,textarea:F3,text:at,color:at,date:at,datetimeLocal:at,email:at,month:at,number:at,password:at,search:at,tel:at,time:at,url:at,week:at,range:at};function T3(e){const t={};return Object.keys(e).forEach(u=>{Object.keys(e[u]).forEach(r=>{t[r]?t[r][u]=e[u][r]:t[r]={[u]:e[u][r]}})}),Object.keys(t).forEach(u=>{const r=t[u];t[u]=function(n,i){return I3(n,i,r)}}),t}function I3(e,t,u){const r=e.props.type,n=e.props.family;let i="";u.global&&(i+=u.global+" "),u[`family:${n}`]&&(i+=u[`family:${n}`]+" "),u[r]&&(i+=u[r]);const s=i.split("$reset");return s.length>1?`$reset ${s[s.length-1].trim()}`:s[0].trim()}var qt=void 0,Gt=null,li,Ef=!1,Br=!1,R3=new Promise(e=>{li=()=>{Ef=!0,e()}}),vu=typeof window<"u"&&typeof fetch<"u";qt=vu?getComputedStyle(document.documentElement):void 0;var cr={},rs={};function O3(e,t,u,r){t&&Object.assign(cr,t),vu&&!Br&&(qt!=null&&qt.getPropertyValue("--formkit-theme"))?(li(),Br=!0):e&&!Br&&vu?P3(e):!Br&&vu&&li();const n=function(s){var a,o;s.addProps(["iconLoader","iconLoaderUrl"]),s.props.iconHandler=Xr((a=s.props)!=null&&a.iconLoader?s.props.iconLoader:r,(o=s.props)!=null&&o.iconLoaderUrl?s.props.iconLoaderUrl:u),L3(s,s.props.iconHandler),s.on("created",()=>{var l,c;(l=s==null?void 0:s.context)!=null&&l.handlers&&(s.context.handlers.iconClick=f=>{const _=`on${f.charAt(0).toUpperCase()}${f.slice(1)}IconClick`,d=s.props[_];if(d&&typeof d=="function")return p=>d(s,p)}),(c=s==null?void 0:s.context)!=null&&c.fns&&(s.context.fns.iconRole=f=>{const _=`on${f.charAt(0).toUpperCase()}${f.slice(1)}IconClick`;return typeof s.props[_]=="function"?"button":null})})};return n.iconHandler=Xr(r,u),n}function P3(e){if(!(!e||!vu||typeof getComputedStyle!="function")&&(Br=!0,Gt=document.getElementById("formkit-theme"),e&&vu&&(!(qt!=null&&qt.getPropertyValue("--formkit-theme"))&&!Gt||Gt!=null&&Gt.getAttribute("data-theme")&&(Gt==null?void 0:Gt.getAttribute("data-theme"))!==e))){const u=`https://cdn.jsdelivr.net/npm/@formkit/themes@${Yn.startsWith("__")?"latest":Yn}/dist/${e}/theme.css`,r=document.createElement("link");r.type="text/css",r.rel="stylesheet",r.id="formkit-theme",r.setAttribute("data-theme",e),r.onload=()=>{qt=getComputedStyle(document.documentElement),li()},document.head.appendChild(r),r.href=u,Gt&&Gt.remove()}}function Xr(e,t){return u=>{if(typeof u!="string")return;if(u.startsWith("<svg"))return u;const r=u.startsWith("default:");u=r?u.split(":")[1]:u;const n=u in cr;let i;if(n)return cr[u];if(!rs[u]){if(i=M3(u),i=vu&&typeof i>"u"?Promise.resolve(i):i,i instanceof Promise)rs[u]=i.then(s=>!s&&typeof u=="string"&&!r?i=typeof e=="function"?e(u):V3(u,t):s).then(s=>(typeof u=="string"&&(cr[r?`default:${u}`:u]=s),s));else if(typeof i=="string")return cr[r?`default:${u}`:u]=i,i}return rs[u]}}function M3(e){if(vu)return Ef?Bo(e):R3.then(()=>Bo(e))}function Bo(e){const t=qt==null?void 0:qt.getPropertyValue(`--fk-icon-${e}`);if(t){const u=atob(t);if(u.startsWith("<svg"))return cr[e]=u,u}}function V3(e,t){const u=Yn.startsWith("__")?"latest":Yn,r=typeof t=="function"?t(e):`https://cdn.jsdelivr.net/npm/@formkit/icons@${u}/dist/icons/${e}.svg`;if(vu)return fetch(`${r}`).then(async n=>{const i=await n.text();if(i.startsWith("<svg"))return i}).catch(n=>{console.error(n)})}function L3(e,t){const u=/^[a-zA-Z-]+(?:-icon|Icon)$/;Object.keys(e.props).filter(n=>u.test(n)).forEach(n=>N3(e,t,n))}function N3(e,t,u){const r=e.props[u],n=t(r),i=`_raw${u.charAt(0).toUpperCase()}${u.slice(1)}`,s=`on${u.charAt(0).toUpperCase()}${u.slice(1)}Click`;if(e.addProps([i,s]),e.on(`prop:${u}`,q3),n instanceof Promise)return n.then(a=>{e.props[i]=a});e.props[i]=n}function q3(e){var s;const t=e.origin,u=e.payload,r=(s=t==null?void 0:t.props)==null?void 0:s.iconHandler,n=e.name.split(":")[1],i=`_raw${n.charAt(0).toUpperCase()}${n.slice(1)}`;if(r&&typeof r=="function"){const a=r(u);if(a instanceof Promise)return a.then(o=>{t.props[i]=o});t.props[i]=a}}var jo={100:({data:e})=>`Only groups, lists, and forms can have children (${e.name}).`,101:({data:e})=>`You cannot directly modify the store (${e.name}). See: https://formkit.com/advanced/core#message-store`,102:({data:[e,t]})=>`You cannot directly assign node.${t} (${e.name})`,103:({data:[e]})=>`Schema expressions cannot start with an operator (${e})`,104:({data:[e,t]})=>`Schema expressions cannot end with an operator (${e} in "${t}")`,105:({data:e})=>`Invalid schema expression: ${e}`,106:({data:e})=>`Cannot submit because (${e}) is not in a form.`,107:({data:[e,t]})=>`Cannot set ${e.name} to non object value: ${t}`,108:({data:[e,t]})=>`Cannot set ${e.name} to non array value: ${t}`,300:({data:[e]})=>`Cannot set behavior prop to overscroll (on ${e.name} input) when options prop is a function.`,600:({data:e})=>`Unknown input type${typeof e.props.type=="string"?' "'+e.props.type+'"':""} ("${e.name}")`,601:({data:e})=>`Input definition${typeof e.props.type=="string"?' "'+e.props.type+'"':""} is missing a schema or component property (${e.name}).`},Ho={150:({data:e})=>`Schema function "${e}()" is not a valid function.`,151:({data:e})=>`No form element with id: ${e}`,152:({data:e})=>`No input element with id: ${e}`,350:({data:{node:e,inputType:t}})=>`Invalid options prop for ${e.name} input (${t}). See https://formkit.com/inputs/${t}`,650:'Schema "$get()" must use the id of an input to access.',651:({data:e})=>`Cannot setErrors() on "${e}" because no such id exists.`,652:({data:e})=>`Cannot clearErrors() on "${e}" because no such id exists.`,800:({data:e})=>`${e} is deprecated.`},z3=(e,t)=>{if(e.code in jo){const u=jo[e.code];e.message=typeof u=="function"?u(e):u}return t(e)},Ko=!1;function U3(){Ko||(ua(z3),ra(B3),Ko=!0)}var B3=(e,t)=>{if(e.code in Ho){const u=Ho[e.code];e.message=typeof u=="function"?u(e):u}return t(e)},j3=Object.defineProperty,H3=Object.getOwnPropertyNames,Af=(e,t)=>function(){return e&&(t=(0,e[H3(e)[0]])(e=0)),t},K3=(e,t)=>{for(var u in t)j3(e,u,{get:t[u],enumerable:!0})},Wo,Df,$f=Af({"packages/vue/src/bindings.ts"(){Wo=function(t){t.ledger.count("blocking",D=>D.blocking);const u=pe(!t.ledger.value("blocking"));t.ledger.count("errors",D=>D.type==="error");const r=pe(!!t.ledger.value("errors"));let n=!1;Dl(()=>{n=!0});const i=Qt(t.store.reduce((D,j)=>(j.visible&&(D[j.key]=j),D),{})),s=pe(t.props.validationVisibility||(t.props.type==="checkbox"?"dirty":"blur"));t.on("prop:validationVisibility",({payload:D})=>{s.value=D});const a=pe(s.value==="live"),o=pe(!1),l=D=>{o.value=(D??[]).some(j=>j.name==="required")};l(t.props.parsedRules),t.on("prop:parsedRules",({payload:D})=>l(D));const c=pe(t.children.map(D=>D.uid)),f=Du(()=>{if(!F.state)return!1;if(F.state.submitted)return!0;if(!a.value&&!F.state.settled)return!1;switch(s.value){case"live":return!0;case"blur":return F.state.blurred;case"dirty":return F.state.dirty;default:return!1}}),_=Du(()=>F.state.failing&&f.value),d=Du(()=>F&&p.value?u.value&&!r.value:F.state.dirty&&!Ft(F.value)),p=pe(Array.isArray(t.props.parsedRules)&&t.props.parsedRules.length>0);t.on("prop:parsedRules",({payload:D})=>{p.value=Array.isArray(D)&&D.length>0});const m=Du(()=>{const D={};for(const j in i){const H=i[j];(H.type!=="validation"||f.value)&&(D[j]=H)}return D}),E=Qt(t.store.reduce((D,j)=>(j.type==="ui"&&j.visible&&(D[j.key]=j),D),{})),C=Du(()=>!F.state.failing),$=Qt({}),T=new Proxy($,{get(...D){if(!t)return"";const[j,H]=D;let oe=Reflect.get(...D);return!oe&&typeof H=="string"&&!ie(j,H)&&!H.startsWith("__v")&&Si(t).watch(J=>{const le=typeof J.config.rootClasses=="function"?J.config.rootClasses(H,J):{},Ve=J.config.classes?On(H,J,J.config.classes[H]):{},it=On(H,J,J.props[`_${H}Class`]),Be=On(H,J,J.props[`${H}Class`]);oe=B1(J,H,le,Ve,it,Be),j[H]=oe??""}),oe}});t.on("prop:rootClasses",()=>{const D=Object.keys($);for(const j of D)delete $[j]});const k=Du(()=>{if(!t)return;const D=[];F.help&&D.push(`help-${t.props.id}`);for(const j in m.value)D.push(`${t.props.id}-${j}`);return D.length?D.join(" "):void 0}),I=pe(t.value),x=pe(t.value),F=Qt({_value:x,attrs:t.props.attrs,disabled:t.props.disabled,describedBy:k,fns:{length:D=>Object.keys(D).length,number:D=>Number(D),string:D=>String(D),json:D=>JSON.stringify(D),eq:nt},handlers:{blur:D=>{t&&(t.store.set(kt({key:"blurred",visible:!1,value:!0})),typeof t.props.attrs.onBlur=="function"&&t.props.attrs.onBlur(D))},touch:()=>{var H;const D=F.dirtyBehavior==="compare";if((H=t.store.dirty)!=null&&H.value&&!D)return;const j=!nt(t.props._init,t._value);!j&&!D||t.store.set(kt({key:"dirty",visible:!1,value:j}))},DOMInput:D=>{t.input(D.target.value),t.emit("dom-input-event",D)}},help:t.props.help,id:t.props.id,items:c,label:t.props.label,messages:m,didMount:!1,node:yi(t),options:t.props.options,defaultMessagePlacement:!0,slots:t.props.__slots,state:{blurred:!1,complete:d,dirty:!1,empty:Ft(I),submitted:!1,settled:t.isSettled,valid:u,invalid:_,errors:r,rules:p,validationVisible:f,required:o,failing:!1,passing:C},type:t.props.type,family:t.props.family,ui:E,value:I,classes:T});t.on("created",()=>{nt(F.value,t.value)||(x.value=t.value,I.value=t.value,En(I),En(x)),(async()=>(await t.settled,t&&(t.props._init=Lt(t.value))))()}),t.on("mounted",()=>{F.didMount=!0}),t.on("settled",({payload:D})=>{F.state.settled=D});function B(D){(Array.isArray(D)?D:Object.keys(D)).forEach(H=>{H=br(H),ie(F,H)||(F[H]=t.props[H]),t.on(`prop:${H}`,({payload:oe})=>{F[H]=oe})})}B((()=>{const D=["__root","help","label","disabled","options","type","attrs","preserve","preserveErrors","id","dirtyBehavior"],j=/^[a-zA-Z-]+(?:-icon|Icon)$/,H=Object.keys(t.props).filter(oe=>j.test(oe));return D.concat(H)})());function ne(D){D.props&&B(D.props)}t.props.definition&&ne(t.props.definition),t.on("added-props",({payload:D})=>B(D)),t.on("input",({payload:D})=>{t.type!=="input"&&!Pe(D)&&!Su(D)?x.value=ys(D):(x.value=D,En(x))}),t.on("commitRaw",({payload:D})=>{t.type!=="input"&&!Pe(D)&&!Su(D)?I.value=x.value=ys(D):(I.value=x.value=D,En(I)),t.emit("modelUpdated")}),t.on("commit",({payload:D})=>{var j;if((!F.state.dirty||F.dirtyBehavior==="compare")&&t.isCreated&&n)if(!((j=t.store.validating)!=null&&j.value))F.handlers.touch();else{const H=t.on("message-removed",({payload:oe})=>{oe.key==="validating"&&(F.handlers.touch(),t.off(H))})}d&&t.type==="input"&&r.value&&!Nt(t.props.preserveErrors)&&t.store.filter(H=>{var oe;return!(H.type==="error"&&((oe=H.meta)==null?void 0:oe.autoClear)===!0)}),t.type==="list"&&t.sync&&(c.value=t.children.map(H=>H.uid)),F.state.empty=Ft(D)});const X=async D=>{D.type==="ui"&&D.visible&&!D.meta.showAsMessage?E[D.key]=D:D.visible?i[D.key]=D:D.type==="state"&&(F.state[D.key]=!!D.value)};t.on("message-added",D=>X(D.payload)),t.on("message-updated",D=>X(D.payload)),t.on("message-removed",({payload:D})=>{delete E[D.key],delete i[D.key],delete F.state[D.key]}),t.on("settled:blocking",()=>{u.value=!0}),t.on("unsettled:blocking",()=>{u.value=!1}),t.on("settled:errors",()=>{r.value=!1}),t.on("unsettled:errors",()=>{r.value=!0}),Ie(f,D=>{D&&(a.value=!0)}),t.context=F,t.emit("context",t,!1),t.on("destroyed",()=>{t.context=void 0,t=null})},Df=Wo}}),W3={};K3(W3,{defaultConfig:()=>xa});var xa,Z3=Af({"packages/vue/src/defaultConfig.ts"(){$f(),xa=(e={})=>{U3();const{rules:t={},locales:u={},inputs:r={},messages:n={},locale:i=void 0,theme:s=void 0,iconLoaderUrl:a=void 0,iconLoader:o=void 0,icons:l={},...c}=e,f=wg({...$g,...t||{}}),_=Hg(Tu({en:jg,...u||{}},n)),d=Kg(S3,r),p=O3(s,l,a,o);return Tu({plugins:[d,p,Df,_,f],...i?{config:{locale:i}}:{}},c||{},!0)}}}),G3=typeof window>"u",ns=new Map;function J3(e,t){var u;!G3||!e||(ns.has(e)||ns.set(e,new Set),(u=ns.get(e))==null||u.add(t))}var wf=typeof window>"u",Qr={},yr={},ut,bu=new WeakMap,Y3="__raw__",X3=/[a-zA-Z0-9\-][cC]lass$/;function Q3(e,t){const u=pe(null);if(e==="get"){const n={};return u.value=e6.bind(null,n),u}const r=e.split(".");return du(()=>{u.value=Ca(Pe(t)?t.value:t,r)}),u}function Ca(e,t){if(Array.isArray(e)){for(const n of e){const i=n!==!1&&Ca(n,t);if(i!==void 0)return i}return}let u,r=e;for(const n in t){const i=t[n];if(typeof r!="object"||r===null){u=void 0;break}const s=r[i];if(Number(n)===t.length-1&&s!==void 0){u=typeof s=="function"?s.bind(r):s;break}r=s}return u}function e6(e,t){if(typeof t!="string")return Xu(650);if(t in e||(e[t]=pe(void 0)),e[t].value===void 0){e[t].value=null;const u=Ir(t);u&&(e[t].value=u.context),Zp(t,({payload:r})=>{e[t].value=hn(r)?r.context:r})}return e[t].value}function Zo(e,t,u){function r(d,p){const m=f(Mt(p.if),{if:!0}),E=l(d,p.then),C=p.else?l(d,p.else):null;return[m,E,C]}function n(d,p){var $,T;const m=f(Mt(d.if));let E=()=>p,C=()=>p;return typeof d.then=="object"?C=i(d.then,void 0):typeof d.then=="string"&&(($=d.then)!=null&&$.startsWith("$"))?C=f(Mt(d.then)):C=()=>d.then,ie(d,"else")&&(typeof d.else=="object"?E=i(d.else):typeof d.else=="string"&&((T=d.else)!=null&&T.startsWith("$"))?E=f(Mt(d.else)):E=()=>d.else),()=>m()?C():E()}function i(d,p,m={}){const E=new Set(Object.keys(d||{})),C=p?f(Mt(p)):()=>({}),$=[T=>{const k=C();for(const I in k)E.has(I)||(T[I]=k[I])}];if(d){if(lr(d))return n(d,m);for(let T in d){const k=d[T];let I;const x=typeof k=="string";T.startsWith(Y3)?(T=T.substring(7),I=()=>k):x&&k.startsWith("$")&&k.length>1&&!(k.startsWith("$reset")&&X3.test(T))?I=f(Mt(k)):typeof k=="object"&&lr(k)?I=n(k,void 0):typeof k=="object"&&xr(k)?I=i(k):I=()=>k,$.push(F=>{F[T]=I()})}}return()=>{const T=Array.isArray(d)?[]:{};return $.forEach(k=>k(T)),T}}function s(d,p){let m=null,E=()=>null,C=!1,$=null,T=null,k=null,I=!1;const x=U1(p);if(Es(x)?(m=x.$el,E=x.$el!=="text"?i(x.attrs,x.bind):()=>null):As(x)?(typeof x.$cmp=="string"?ie(d,x.$cmp)?m=d[x.$cmp]:(m=x.$cmp,I=!0):m=x.$cmp,E=i(x.props,x.bind)):lr(x)&&([C,$,T]=r(d,x)),!lr(x)&&"if"in x?C=f(Mt(x.if)):!lr(x)&&m===null&&(C=()=>!0),"children"in x&&x.children)if(typeof x.children=="string")if(x.children.startsWith("$slots."))m=m==="text"?"slot":m,$=f(Mt(x.children));else if(x.children.startsWith("$")&&x.children.length>1){const F=f(Mt(x.children));$=()=>String(F())}else $=()=>String(x.children);else if(Array.isArray(x.children))$=l(d,x.children);else{const[F,B,Q]=r(d,x.children);$=ne=>F&&F()?B&&B(ne):Q&&Q(ne)}if(As(x))if($){const F=$;$=B=>({default(Q,ne){var j,H,oe,Y;const X=ut;ne&&(ut=ne),Q&&((j=bu.get(ut))==null||j.unshift(Q)),B&&((H=bu.get(ut))==null||H.unshift(B));const D=F(B);return Q&&((oe=bu.get(ut))==null||oe.shift()),B&&((Y=bu.get(ut))==null||Y.shift()),ut=X,D}}),$.slot=!0}else $=()=>({});if("for"in x&&x.for){const F=x.for.length===3?x.for[2]:x.for[1];k=[typeof F=="string"&&F.startsWith("$")?f(Mt(F)):()=>F,x.for[0],x.for.length===3?String(x.for[1]):null]}return[C,m,E,$,T,k,I]}function a(d,p){const m=d(p),E=ut;return Object.keys(m).reduce((C,$)=>{const T=m&&m[$];return C[$]=k=>T&&T(k,E)||null,C},{})}function o(d,p){const[m,E,C,$,T,k,I]=s(d,p);let x=F=>{if(m&&E===null&&$)return m()?$(F):T&&T(F);if(E&&(!m||m())){if(E==="text"&&$)return Je(String($()));if(E==="slot"&&$)return $(F);const B=I?ze(E):E,Q=$!=null&&$.slot?a($,F):null;return Wn(B,C(),Q||($?$(F):[]))}return typeof T=="function"?T(F):T};if(k){const F=x,[B,Q,ne]=k;x=()=>{const X=B(),D=Number.isFinite(X)?Array(Number(X)).fill(0).map((Y,J)=>J):X,j=[];if(typeof D!="object")return null;const H=bu.get(ut)||[],oe=Array.isArray(D);for(const Y in D){if(oe&&Y in Array.prototype)continue;const J=Object.defineProperty({...H.reduce((le,Ve)=>le.__idata?{...le,...Ve}:Ve,{}),[Q]:D[Y],...ne!==null?{[ne]:oe?Number(Y):Y}:{}},"__idata",{enumerable:!1,value:!0});H.unshift(J),j.push(F.bind(null,J)()),H.shift()}return j}}return x}function l(d,p){if(Array.isArray(p)){const E=p.map(o.bind(null,d));return C=>E.map($=>$(C))}const m=o(d,p);return E=>m(E)}const c=[];function f(d,p={}){const m=new WeakMap;return c.push((E,C)=>{m.set(C,d.provide($=>E($,p)))}),()=>m.get(ut)()}function _(d,p){u??(u=Sf(t));const[m,E]=ie(Qr,u)?Qr[u]:[l(e,t),c];return wf||(yr[u]??(yr[u]=0),yr[u]++,Qr[u]=[m,E]),E.forEach(C=>{C(d,p)}),()=>(ut=p,m())}return _}function Ff(e,t){const u=bu.get(ut)||[];let r;return u.length&&(r=Ca(u,e.split("."))),r===void 0?t:r}function t6(e,t){return new Proxy(e,{get(...u){let r;const n=u[1];if(typeof n=="string"){const i=ut;ut=t,r=Ff(n,void 0),ut=i}return r!==void 0?r:Reflect.get(...u)}})}function Go(e,t,u){return e((r,n={})=>r.reduce((i,s)=>{if(s.startsWith("slots.")){const a=s.substring(6),o=()=>t.slots&&ie(t.slots,a)&&typeof t.slots[a]=="function";if(n.if)i[s]=o;else if(t.slots){const l=t6(t,u);i[s]=()=>o()?t.slots[a](l):null}}else{const a=Q3(s,t);i[s]=()=>Ff(s,a.value)}return i},{}),u)}function Jo(e,t,u){if(t??(t=Sf(e)),yr[t]--,yr[t]===0){delete yr[t];const[,r]=Qr[t];delete Qr[t],r.length=0}bu.delete(u)}function Sf(e){return JSON.stringify(e,(t,u)=>typeof u=="function"?u.toString():u)}var Tf=Js({name:"FormKitSchema",props:{schema:{type:[Array,Object],required:!0},data:{type:Object,default:()=>({})},library:{type:Object,default:()=>({})},memoKey:{type:String,required:!1}},emits:["mounted"],setup(e,t){var l;const u=Hn();let r={};bu.set(r,[]);const n={FormKit:yi(Rf),...e.library};let i=Zo(n,e.schema,e.memoKey),s,a;wf||Ie(()=>e.schema,(c,f)=>{var d;const _=r;r={},bu.set(r,[]),i=Zo(n,e.schema,e.memoKey),s=Go(i,a,r),c===f&&((d=u==null?void 0:u.proxy)==null?void 0:d.$forceUpdate).call(d),Jo(e.schema,e.memoKey,_)},{deep:!0}),du(()=>{a=Object.assign(Qt(e.data??{}),{slots:t.slots}),t.slots,s=Go(i,a,r)});function o(){Jo(e.schema,e.memoKey,r),a&&(a.node&&a.node.destroy(),a.slots=null,a=null),s=null}return Ju(()=>t.emit("mounted")),Ys(o),J3((l=Hn())==null?void 0:l.appContext.app,o),()=>s?s():null}}),u6=Tf,r6=typeof window>"u",Rs=Symbol("FormKitParent"),n6=Symbol("FormKitComponentCallback");function i6(e,t){const u=p6(e,t);if(u.props.definition||xt(600,u),u.props.definition.component)return()=>{var l;return Wn((l=u.props.definition)==null?void 0:l.component,{context:u.context},{...t.slots})};const r=pe([]);let n=u.props.definition.schemaMemoKey;const i=()=>{var c,f;const l=(f=(c=u.props)==null?void 0:c.definition)==null?void 0:f.schema;l||xt(601,u),typeof l=="function"?(r.value=l({...e.sectionsSchema||{}}),(n&&e.sectionsSchema||"memoKey"in l&&typeof l.memoKey=="string")&&(n=(n??(l==null?void 0:l.memoKey))+JSON.stringify(e.sectionsSchema))):r.value=l};i(),r6||u.on("schema",()=>{n+="♻️",i()}),t.emit("node",u);const s=u.props.definition.library,a={FormKit:yi(If),...s,...e.library??{}};function o(){u.emit("mounted")}return t.expose({node:u}),()=>Wn(Tf,{schema:r.value,data:u.context,onMounted:o,library:a,memoKey:n},{...t.slots})}var If=Js(i6,{props:Wg,inheritAttrs:!1}),Rf=If,s6=Symbol();function a6(e,t){return e.component(t.alias||"FormKit",Rf).component(t.schemaAlias||"FormKitSchema",u6),{get:Ir,setLocale:u=>{var r;(r=t.config)!=null&&r.rootConfig&&(t.config.rootConfig.locale=u)},clearErrors:H1,setErrors:j1,submit:dc,reset:pc}}var ka=Symbol.for("FormKitOptions"),o6=Symbol.for("FormKitConfig"),l6={install(e,t){const u=Object.assign({alias:"FormKit",schemaAlias:"FormKitSchema"},typeof t=="function"?t():t),r=Gp(u.config||{});u.config={rootConfig:r},e.config.globalProperties.$formkit=a6(e,u),e.provide(ka,u),e.provide(o6,r),typeof window<"u"&&(globalThis.__FORMKIT_CONFIGS__=(globalThis.__FORMKIT_CONFIGS__||[]).concat([r]))}},c6=typeof window<"u",is=["ignore","disabled","preserve","help","label",/^preserve(-e|E)rrors/,/^[a-z]+(?:-visibility|Visibility|-behavior|Behavior)$/,/^[a-zA-Z-]+(?:-class|Class)$/,"prefixIcon","suffixIcon",/^[a-zA-Z-]+(?:-icon|Icon)$/],f6=["disabled","ignore","preserve"];function Yo(e,t){t.classes&&Object.keys(t.classes).forEach(u=>{typeof u=="string"&&(e.props[`_${u}Class`]=t.classes[u],Yr(t.classes[u])&&u==="inner"&&Object.values(t.classes[u]))})}function d6(e){return e?["Submit","SubmitRaw","SubmitInvalid"].reduce((u,r)=>{const n=`on${r}`;return n in e&&typeof e[n]=="function"&&(u[n]=e[n]),u},{}):{}}function p6(e,t,u={}){const r=Object.assign({},eu(ka)||{},u),n=eu(s6,pe(c6?document:void 0)),i=eu(n6,()=>{}),s=Hn(),a=d6(s==null?void 0:s.vnode.props),o=["modelValue","model-value"].some(x=>x in((s==null?void 0:s.vnode.props)??{}));let l=!1;Ju(()=>{l=!0});const c=e.modelValue!==void 0?e.modelValue:Lt(t.attrs.value);function f(){const x={...sr(e),...a,type:e.type??"text",__root:n.value,__slots:t.slots},F=oo(sr(t.attrs),is);F.key||(F.key=Tr()),x.attrs=F;const B=lo(sr(t.attrs),is);for(const ne in B)f6.includes(ne)&&B[ne]===""&&(B[ne]=!0),x[br(ne)]=B[ne];const Q={props:{}};return Yo(Q,e),Object.assign(x,Q.props),typeof x.type!="string"&&(x.definition=x.type,delete x.type),x}const _=f(),d=_.ignore?null:e.parent||eu(Rs,null),p=q1(Tu(r||{},{name:e.name||void 0,value:c,parent:d,plugins:(r.plugins||[]).concat(e.plugins??[]),config:e.config||{},props:_,index:e.index,sync:!!Nt(t.attrs.sync||t.attrs.dynamic)},!1,!0));i(p),p.props.definition||xt(600,p);const m=pe(new Set(Array.isArray(p.props.__propDefs)?p.props.__propDefs:Object.keys(p.props.__propDefs??{})));p.on("added-props",({payload:x})=>{(Array.isArray(x)?x:Object.keys(x??{})).forEach(B=>m.value.add(B))});const E=Du(()=>is.concat([...m.value]).reduce((x,F)=>(typeof F=="string"?(x.push(br(F)),x.push(ac(F))):x.push(F),x),[]));du(()=>Yo(p,e));const C=sr(e);for(const x in C)Ie(()=>e[x],()=>{e[x]!==void 0&&(p.props[x]=e[x])});du(()=>{p.props.__root=n.value});const $=new Set,T=sr(t.attrs);du(()=>{k(lo(T,E.value))});function k(x){$.forEach(F=>{F(),$.delete(F)});for(const F in x){const B=br(F);$.add(Ie(()=>t.attrs[F],()=>{p.props[B]=t.attrs[F]}))}}if(du(()=>{const x=oo(sr(t.attrs),E.value);"multiple"in x&&(x.multiple=Nt(x.multiple)),typeof x.onBlur=="function"&&(x.onBlur=wp(x.onBlur)),p.props.attrs=Object.assign({},p.props.attrs||{},x)}),du(()=>{const x=(e.errors??[]).map(F=>kt({key:ea(F),type:"error",value:F,meta:{source:"prop"}}));p.store.apply(x,F=>F.type==="error"&&F.meta.source==="prop")}),p.type!=="input"){const x=`${p.name}-prop`;du(()=>{const F=e.inputErrors??{},B=Object.keys(F);B.length||p.clearErrors(!0,x);const Q=B.reduce((ne,X)=>{let D=F[X];return typeof D=="string"&&(D=[D]),Array.isArray(D)&&(ne[X]=D.map(j=>kt({key:j,type:"error",value:j,meta:{source:x}}))),ne},{});p.store.apply(Q,ne=>ne.type==="error"&&ne.meta.source===x)})}du(()=>Object.assign(p.config,e.config)),p.type!=="input"&&Ll(Rs,p);let I;return p.on("modelUpdated",()=>{var x,F;t.emit("inputRaw",(x=p.context)==null?void 0:x.value,p),l&&t.emit("input",(F=p.context)==null?void 0:F.value,p),o&&p.context&&(I=Lt(p.value),t.emit("update:modelValue",ys(p.value)))}),o&&(Ie(L0(e,"modelValue"),x=>{nt(I,x)||p.input(x,!1)},{deep:!0}),p.value!==c&&p.emit("modelUpdated")),Ol(()=>p.destroy()),p}var h6=re("messages",()=>({$el:"ul",if:"$fns.length($messages)"})),m6=re("message",()=>({$el:"li",for:["message","$messages"],attrs:{key:"$message.key",id:"$id + '-' + $message.key","data-message-type":"$message.type"}}));h6(m6("$message.value"));var b6=re("summary",()=>({$el:"div",attrs:{"aria-live":"polite"}})),g6=re("summaryInner",()=>({$el:"div",if:"$summaries.length && $showSummaries"})),_6=re("messages",()=>({$el:"ul",if:"$summaries.length && $showSummaries"})),y6=re("message",()=>({$el:"li",for:["summary","$summaries"],attrs:{key:"$summary.key","data-message-type":"$summary.type"}})),v6=re("summaryHeader",()=>({$el:"h2",attrs:{id:"$id"}})),x6=re("messageLink",()=>({$el:"a",attrs:{id:"$summary.key",href:'$: "#" + $summary.id',onClick:"$jumpLink"}}));b6(g6(v6("$summaryHeader"),_6(y6(x6("$summary.message")))));Z3();$f();var Mn=Js({name:"FormKitIcon",props:{icon:{type:String,default:""},iconLoader:{type:Function,default:null},iconLoaderUrl:{type:Function,default:null}},setup(e){var s,a;const t=pe(void 0),u=eu(ka,{}),r=eu(Rs,null);let n;function i(){if(!n||typeof n!="function")return;const o=n(e.icon);o instanceof Promise?o.then(l=>{t.value=l}):t.value=o}if(e.iconLoader&&typeof e.iconLoader=="function")n=Xr(e.iconLoader);else if(r&&((s=r.props)!=null&&s.iconLoader))n=Xr(r.props.iconLoader);else if(e.iconLoaderUrl&&typeof e.iconLoaderUrl=="function")n=Xr(n,e.iconLoaderUrl);else{const o=(a=u==null?void 0:u.plugins)==null?void 0:a.find(l=>typeof l.iconHandler=="function");o&&(n=o.iconHandler)}return Ie(()=>e.icon,()=>{i()},{immediate:!0}),()=>e.icon&&t.value?Wn("span",{class:"formkit-icon",innerHTML:t.value}):null}});const Of=new Set,ft=new WeakMap,$r=new WeakMap,Gu=new WeakMap,Os=new WeakMap,C6=new WeakMap,wr=new WeakMap,ci=new WeakMap,jr=new WeakSet;let Ru,Ea=0,Aa=0;const yu="__aa_tgt",cn="__aa_del",fi="__aa_new",k6=e=>{const t=F6(e);t&&t.forEach(u=>S6(u))},E6=e=>{e.forEach(t=>{t.target===Ru&&D6(),ft.has(t.target)&&ur(t.target)})};function A6(e){const t=Os.get(e);t==null||t.disconnect();let u=ft.get(e),r=0;const n=5;u||(u=Fr(e),ft.set(e,u));const{offsetWidth:i,offsetHeight:s}=Ru,o=[u.top-n,i-(u.left+n+u.width),s-(u.top+n+u.height),u.left-n].map(c=>`${-1*Math.floor(c)}px`).join(" "),l=new IntersectionObserver(()=>{++r>1&&ur(e)},{root:Ru,threshold:1,rootMargin:o});l.observe(e),Os.set(e,l)}function ur(e){clearTimeout(ci.get(e));const t=Ri(e),u=fn(t)?500:t.duration;ci.set(e,setTimeout(async()=>{const r=Gu.get(e);try{await(r==null?void 0:r.finished),ft.set(e,Fr(e)),A6(e)}catch{}},u))}function D6(){clearTimeout(ci.get(Ru)),ci.set(Ru,setTimeout(()=>{Of.forEach(e=>Lf(e,t=>Pf(()=>ur(t))))},100))}function $6(e){setTimeout(()=>{C6.set(e,setInterval(()=>Pf(ur.bind(null,e)),2e3))},Math.round(2e3*Math.random()))}function Pf(e){typeof requestIdleCallback=="function"?requestIdleCallback(()=>e()):requestAnimationFrame(()=>e())}let Ps,fr;const w6=typeof window<"u"&&"ResizeObserver"in window;w6&&(Ru=document.documentElement,Ps=new MutationObserver(k6),fr=new ResizeObserver(E6),window.addEventListener("scroll",()=>{Aa=window.scrollY,Ea=window.scrollX}),fr.observe(Ru));function F6(e){return e.reduce((r,n)=>[...r,...Array.from(n.addedNodes),...Array.from(n.removedNodes)],[]).every(r=>r.nodeName==="#comment")?!1:e.reduce((r,n)=>{if(r===!1)return!1;if(n.target instanceof Element){if(ss(n.target),!r.has(n.target)){r.add(n.target);for(let i=0;i<n.target.children.length;i++){const s=n.target.children.item(i);if(s){if(cn in s)return!1;ss(n.target,s),r.add(s)}}}if(n.removedNodes.length)for(let i=0;i<n.removedNodes.length;i++){const s=n.removedNodes[i];if(cn in s)return!1;s instanceof Element&&(r.add(s),ss(n.target,s),$r.set(s,[n.previousSibling,n.nextSibling]))}}return r},new Set)}function ss(e,t){!t&&!(yu in e)?Object.defineProperty(e,yu,{value:e}):t&&!(yu in t)&&Object.defineProperty(t,yu,{value:e})}function S6(e){var t;const u=e.isConnected,r=ft.has(e);u&&$r.has(e)&&$r.delete(e),Gu.has(e)&&((t=Gu.get(e))===null||t===void 0||t.cancel()),fi in e?Xo(e):r&&u?I6(e):r&&!u?R6(e):Xo(e)}function Yt(e){return Number(e.replace(/[^0-9.\-]/g,""))}function T6(e){let t=e.parentElement;for(;t;){if(t.scrollLeft||t.scrollTop)return{x:t.scrollLeft,y:t.scrollTop};t=t.parentElement}return{x:0,y:0}}function Fr(e){const t=e.getBoundingClientRect(),{x:u,y:r}=T6(e);return{top:t.top+r,left:t.left+u,width:t.width,height:t.height}}function Mf(e,t,u){let r=t.width,n=t.height,i=u.width,s=u.height;const a=getComputedStyle(e);if(a.getPropertyValue("box-sizing")==="content-box"){const l=Yt(a.paddingTop)+Yt(a.paddingBottom)+Yt(a.borderTopWidth)+Yt(a.borderBottomWidth),c=Yt(a.paddingLeft)+Yt(a.paddingRight)+Yt(a.borderRightWidth)+Yt(a.borderLeftWidth);r-=c,i-=c,n-=l,s-=l}return[r,i,n,s].map(Math.round)}function Ri(e){return yu in e&&wr.has(e[yu])?wr.get(e[yu]):{duration:250,easing:"ease-in-out"}}function Vf(e){if(yu in e)return e[yu]}function Da(e){const t=Vf(e);return t?jr.has(t):!1}function Lf(e,...t){t.forEach(u=>u(e,wr.has(e)));for(let u=0;u<e.children.length;u++){const r=e.children.item(u);r&&t.forEach(n=>n(r,wr.has(r)))}}function $a(e){return Array.isArray(e)?e:[e]}function fn(e){return typeof e=="function"}function I6(e){const t=ft.get(e),u=Fr(e);if(!Da(e))return ft.set(e,u);let r;if(!t)return;const n=Ri(e);if(typeof n!="function"){const i=t.left-u.left,s=t.top-u.top,[a,o,l,c]=Mf(e,t,u),f={transform:`translate(${i}px, ${s}px)`},_={transform:"translate(0, 0)"};a!==o&&(f.width=`${a}px`,_.width=`${o}px`),l!==c&&(f.height=`${l}px`,_.height=`${c}px`),r=e.animate([f,_],{duration:n.duration,easing:n.easing})}else{const[i]=$a(n(e,"remain",t,u));r=new Animation(i),r.play()}Gu.set(e,r),ft.set(e,u),r.addEventListener("finish",ur.bind(null,e))}function Xo(e){fi in e&&delete e[fi];const t=Fr(e);ft.set(e,t);const u=Ri(e);if(!Da(e))return;let r;if(typeof u!="function")r=e.animate([{transform:"scale(.98)",opacity:0},{transform:"scale(0.98)",opacity:0,offset:.5},{transform:"scale(1)",opacity:1}],{duration:u.duration*1.5,easing:"ease-in"});else{const[n]=$a(u(e,"add",t));r=new Animation(n),r.play()}Gu.set(e,r),r.addEventListener("finish",ur.bind(null,e))}function Qo(e,t){var u;e.remove(),ft.delete(e),$r.delete(e),Gu.delete(e),(u=Os.get(e))===null||u===void 0||u.disconnect(),setTimeout(()=>{if(cn in e&&delete e[cn],Object.defineProperty(e,fi,{value:!0,configurable:!0}),t&&e instanceof HTMLElement)for(const r in t)e.style[r]=""},0)}function R6(e){var t;if(!$r.has(e)||!ft.has(e))return;const[u,r]=$r.get(e);Object.defineProperty(e,cn,{value:!0,configurable:!0});const n=window.scrollX,i=window.scrollY;if(r&&r.parentNode&&r.parentNode instanceof Element?r.parentNode.insertBefore(e,r):u&&u.parentNode?u.parentNode.appendChild(e):(t=Vf(e))===null||t===void 0||t.appendChild(e),!Da(e))return Qo(e);const[s,a,o,l]=P6(e),c=Ri(e),f=ft.get(e);(n!==Ea||i!==Aa)&&O6(e,n,i,c);let _,d={position:"absolute",top:`${s}px`,left:`${a}px`,width:`${o}px`,height:`${l}px`,margin:"0",pointerEvents:"none",transformOrigin:"center",zIndex:"100"};if(!fn(c))Object.assign(e.style,d),_=e.animate([{transform:"scale(1)",opacity:1},{transform:"scale(.98)",opacity:0}],{duration:c.duration,easing:"ease-out"});else{const[p,m]=$a(c(e,"remove",f));(m==null?void 0:m.styleReset)!==!1&&(d=(m==null?void 0:m.styleReset)||d,Object.assign(e.style,d)),_=new Animation(p),_.play()}Gu.set(e,_),_.addEventListener("finish",Qo.bind(null,e,d))}function O6(e,t,u,r){const n=Ea-t,i=Aa-u,s=document.documentElement.style.scrollBehavior;if(getComputedStyle(Ru).scrollBehavior==="smooth"&&(document.documentElement.style.scrollBehavior="auto"),window.scrollTo(window.scrollX+n,window.scrollY+i),!e.parentElement)return;const o=e.parentElement;let l=o.clientHeight,c=o.clientWidth;const f=performance.now();function _(){requestAnimationFrame(()=>{if(!fn(r)){const d=l-o.clientHeight,p=c-o.clientWidth;f+r.duration>performance.now()?(window.scrollTo({left:window.scrollX-p,top:window.scrollY-d}),l=o.clientHeight,c=o.clientWidth,_()):document.documentElement.style.scrollBehavior=s}})}_()}function P6(e){const t=ft.get(e),[u,,r]=Mf(e,t,Fr(e));let n=e.parentElement;for(;n&&(getComputedStyle(n).position==="static"||n instanceof HTMLBodyElement);)n=n.parentElement;n||(n=document.body);const i=getComputedStyle(n),s=ft.get(n)||Fr(n),a=Math.round(t.top-s.top)-Yt(i.borderTopWidth),o=Math.round(t.left-s.left)-Yt(i.borderLeftWidth);return[a,o,u,r]}function M6(e,t={}){return Ps&&fr&&(window.matchMedia("(prefers-reduced-motion: reduce)").matches&&!fn(t)&&!t.disrespectUserMotionPreference||(jr.add(e),getComputedStyle(e).position==="static"&&Object.assign(e.style,{position:"relative"}),Lf(e,ur,$6,n=>fr==null?void 0:fr.observe(n)),fn(t)?wr.set(e,t):wr.set(e,{duration:250,easing:"ease-in-out",...t}),Ps.observe(e,{childList:!0}),Of.add(e))),Object.freeze({parent:e,enable:()=>{jr.add(e)},disable:()=>{jr.delete(e)},isEnabled:()=>jr.has(e)})}const Nf={mounted:(e,t)=>{M6(e,t.value||{})},getSSRProps:()=>({})},V6={key:0,class:"ms-5 mb-3 p-3 border rounded col-md-8"},L6={class:"controls mt-2"},N6=["onClick"],q6=["onClick"],z6=["onClick"],U6={__name:"ValueList",props:{modelValue:{default:[]},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=pe([]),u=Ke(e,"modelValue");function r(n){const i=n.at("$parent");if(i.value){for(const s in i.value)if(""+s!=""+n.name&&i.value[s]===n.value)return!1}return!0}return Ie(t,n=>{u.value=n}),(n,i)=>{const s=ze("FormKit");return Vt((te(),Ee("div",null,[R(s,{modelValue:t.value,"onUpdate:modelValue":i[1]||(i[1]=a=>t.value=a),name:"allowedValue",type:"list",dynamic:""},{default:xe(({items:a,node:o,value:l})=>[L("h5",null,[i[2]||(i[2]=Je("Allowed Values ")),L("button",{type:"button",onClick:i[0]||(i[0]=c=>t.value.push(null)),class:"btn btn-sm btn-primary ms-3"}," Add Value ")]),i[3]||(i[3]=L("p",{class:"form-text"}," An ordered list of allowed values. The values should be ordered from low to high as determined by the achievement creator. ",-1)),a.length>0?(te(),Ee("div",V6,[(te(!0),Ee(Ue,null,Yu(a,(c,f)=>(te(),Ee("div",{key:c,class:"value-item"},[R(s,{type:"innerLabelTextInput",index:f,"inner-class":"input-group","label-class":"input-group-text","validation-rules":{distinct:r},validation:"required:trim|distinct","validation-messages":{required:"A value is required.",distinct:"The values must all be different."},"outer-class":"$reset","aria-label":"Allowed value "+(f+1)},{label:xe(_=>[L("label",{class:$t(_.classes.label)},xu(f+1),3)]),_:2},1032,["index","validation-rules","aria-label"]),L("ul",L6,[L("li",null,[L("button",{type:"button",onClick:_=>t.value.splice(f-1,0,t.value.splice(f,1)[0]),class:"button"},[R(gu(Mn),{icon:"arrowUp"})],8,N6)]),L("li",null,[L("button",{type:"button",onClick:_=>t.value.splice(f+1,0,t.value.splice(f,1)[0]),class:"button"},[R(gu(Mn),{icon:"arrowDown"})],8,q6)]),L("li",null,[L("button",{type:"button",onClick:_=>t.value.splice(f,1),class:"button close"},[R(gu(Mn),{icon:"close"})],8,z6)])])]))),128))])):lt("",!0)]),_:1},8,["modelValue"])])),[[gu(Nf)]])}}},B6=Qu(U6,[["__scopeId","data-v-d268d66c"]]),j6=["onClick"],H6={class:"card mb-3"},K6={class:"card-header"},W6=["onClick"],Z6={class:"card-body"},G6={__name:"CriterionLevels",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>{const n=ze("FormKit");return te(),Me(n,{type:"list",modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),name:"rubricCriterionLevel",dynamic:""},{default:xe(({items:i,node:s,value:a})=>[L("h5",null,[r[1]||(r[1]=Je("Rubric Criterion Levels ")),L("button",{type:"button",onClick:()=>s.input(a.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Level ",8,j6)]),(te(!0),Ee(Ue,null,Yu(i,(o,l)=>(te(),Me(n,{type:"group","wrapper-class":"card",key:o,index:l},{default:xe(()=>[L("div",H6,[L("h5",K6,[Je("Level "+xu(l+1)+" ",1),L("button",{type:"button",onClick:()=>s.input(a.filter((c,f)=>f!==l)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,W6)]),L("div",Z6,[R(n,{type:"hidden",name:"type",value:["RubricCriterionLevel"]}),R(n,{type:"innerLabelTextInput",label:"ID",name:"id","inner-class":"input-group","label-class":"input-group-text",validation:"required:trim","wrapper-class":"required"}),R(n,{type:"innerLabelTextInput",label:"Name",name:"name","inner-class":"input-group","label-class":"input-group-text",validation:"required:trim","wrapper-class":"required"}),R(n,{type:"innerLabelTextareaInput",label:"Description",name:"description","inner-class":"input-group","label-class":"input-group-text"}),R(n,{type:"innerLabelTextInput",label:"Level",name:"level","inner-class":"input-group","label-class":"input-group-text"}),R(n,{type:"innerLabelTextInput",label:"Points",name:"points","inner-class":"input-group","label-class":"input-group-text"}),R(ma,{modelValue:t.value[l].alignment,"onUpdate:modelValue":c=>t.value[l].alignment=c},null,8,["modelValue","onUpdate:modelValue"])])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},J6={__name:"ResultType",props:{modelValue:{default:""},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue"),u=pe(""),r=pe("");return Ju(()=>{var n;if(((n=t.value)==null?void 0:n.substring(0,4))==="ext:"){u.value="other",r.value=t.value.substring(4);return}u.value=t.value?t.value:"",r.value=""}),Ie(u,n=>{if(n==="other"){t.value="ext:"+r.value;return}t.value=n}),Ie(r,n=>{if(u.value==="other"){t.value="ext:"+n;return}t.value=u.value}),(n,i)=>{const s=ze("FormKit");return te(),Me(s,{type:"selectInputGroup",label:"Result Type",modelValue:u.value,"onUpdate:modelValue":i[1]||(i[1]=a=>u.value=a),name:"selectedType","inner-class":"input-group","label-class":"input-group-text","input-class":"$reset formkit-input form-select","wrapper-class":"required",placeholder:"Select Result Type",validation:"required",options:{GradePointAverage:"Grade Point Average",LetterGrade:"Letter Grade",Percent:"Percent",PerformanceLevel:"Performance Level",PredictedScore:"Predicted Score",RawScore:"Raw Score",Result:"Result",RubricCriterion:"Rubric Criterion",RubricCriterionLevel:"Rubric Criterion Level",RubricScore:"Rubric Score",ScaledScore:"Scaled Score",Status:"Status",other:"Other (ext:)"},help:"The type of result this description represents. This is an extensible enumerated vocabulary."},{suffix:xe(()=>[u.value==="other"?(te(),Me(s,{key:0,type:"innerLabelTextInput",label:"Extended Type",modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=a=>r.value=a),name:"typeExt","aria-label":"Extended Result Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"],["required"]]},{prefix:xe(()=>i[2]||(i[2]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1},8,["modelValue"])):lt("",!0)]),_:1},8,["modelValue"])}}};var Ze=[];for(var as=0;as<256;++as)Ze.push((as+256).toString(16).slice(1));function Y6(e,t=0){return(Ze[e[t+0]]+Ze[e[t+1]]+Ze[e[t+2]]+Ze[e[t+3]]+"-"+Ze[e[t+4]]+Ze[e[t+5]]+"-"+Ze[e[t+6]]+Ze[e[t+7]]+"-"+Ze[e[t+8]]+Ze[e[t+9]]+"-"+Ze[e[t+10]]+Ze[e[t+11]]+Ze[e[t+12]]+Ze[e[t+13]]+Ze[e[t+14]]+Ze[e[t+15]]).toLowerCase()}var Fn,X6=new Uint8Array(16);function Q6(){if(!Fn&&(Fn=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Fn))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Fn(X6)}var e_=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const el={randomUUID:e_};function t_(e,t,u){if(el.randomUUID&&!t&&!e)return el.randomUUID();e=e||{};var r=e.random||(e.rng||Q6)();if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,t){u=u||0;for(var n=0;n<16;++n)t[u+n]=r[n];return t}return Y6(r)}const u_={class:"mb-4"},r_=["onClick"],n_={class:"card mb-3"},i_={class:"card-header"},s_=["onClick"],a_={class:"card-body"},o_={__name:"ResultDescription",props:{modelValue:{default:[]},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>{const n=ze("FormKit");return te(),Me(n,{type:"list",name:"resultDescription",modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),dynamic:""},{default:xe(({items:i,node:s,value:a})=>[L("h5",u_,[r[1]||(r[1]=Je("Result Descriptions ")),L("button",{type:"button",onClick:()=>s.input(a.concat({id:"urn:uuid:"+gu(t_)()})),class:"btn btn-sm btn-primary ms-3"}," Add Result Description ",8,r_)]),(te(!0),Ee(Ue,null,Yu(i,(o,l)=>(te(),Me(n,{type:"group","wrapper-class":"card",key:o,index:l},{default:xe(()=>[L("div",n_,[L("h5",i_,[Je("Result Description "+xu(l+1)+" ",1),L("button",{type:"button",onClick:()=>s.input(a.filter((c,f)=>f!==l)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,s_)]),L("div",a_,[R(n,{type:"innerLabelTextInput",label:"ID",name:"id","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"uri:required:trim",help:"The unique URI for this result description. Required so a result can link to this result description."}),R(n,{type:"hidden",name:"type",value:["ResultDescription"]}),R(n,{type:"innerLabelTextInput",label:"Name",name:"name","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim",help:"The name of the result."}),R(J6,{modelValue:t.value[l].resultType,"onUpdate:modelValue":c=>t.value[l].resultType=c},null,8,["modelValue","onUpdate:modelValue"]),R(B6,{modelValue:t.value[l].allowedValue,"onUpdate:modelValue":c=>t.value[l].allowedValue=c},null,8,["modelValue","onUpdate:modelValue"]),R(n,{type:"innerLabelTextInput",label:"Minimum Value",name:"valueMin","inner-class":"input-group","label-class":"input-group-text",help:"The minimum possible `value` that may be asserted in a linked result."}),R(n,{type:"innerLabelTextInput",label:"Maximum Value",name:"valueMax","inner-class":"input-group","label-class":"input-group-text",help:"The maximum possible `value` that may be asserted in a linked result."}),R(G6,{modelValue:t.value[l].rubricCriterionLevel,"onUpdate:modelValue":c=>t.value[l].rubricCriterionLevel=c},null,8,["modelValue","onUpdate:modelValue"]),R(n,{type:"innerLabelTextInput",label:"Required Level",name:"requiredLevel","inner-class":"input-group","label-class":"input-group-text",help:"The `id` of the rubric criterion level required to pass as determined by the achievement creator."}),R(n,{type:"innerLabelTextInput",label:"Required Value",name:"requiredValue","inner-class":"input-group","label-class":"input-group-text",help:"A value from `allowedValue` or within the range of `valueMin` to `valueMax` required to pass as determined by the achievement creator."}),R(ma,{modelValue:t.value[l].alignment,"onUpdate:modelValue":c=>t.value[l].alignment=c},null,8,["modelValue","onUpdate:modelValue"])])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},l_={class:"tab-pane fade show active",id:"tab-alignments",role:"tabpanel","aria-labelledby":"alignments-tab"},c_={__name:"AlignmentsTab",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>(te(),Ee("div",l_,[R(o_,{modelValue:t.value.resultDescription,"onUpdate:modelValue":r[0]||(r[0]=n=>t.value.resultDescription=n)},null,8,["modelValue"]),R(l2,{modelValue:t.value.alignment,"onUpdate:modelValue":r[1]||(r[1]=n=>t.value.alignment=n)},null,8,["modelValue"])]))}},f_={key:0,class:"ms-5 mb-3 p-3 border rounded"},d_={class:"controls mt-2"},p_=["onClick"],h_={__name:"TagList",props:{modelValue:{default:[]},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=pe([]),u=Ke(e,"modelValue");Sr(()=>{t.value=u.value});function r(n){const i=n.at("$parent");if(i.value){for(const s in i.value)if(""+s!=""+n.name&&i.value[s]===n.value)return!1}return!0}return Ie(t,n=>{u.value=n}),(n,i)=>{const s=ze("FormKit");return Vt((te(),Ee("div",null,[R(s,{modelValue:t.value,"onUpdate:modelValue":i[1]||(i[1]=a=>t.value=a),name:"tag",type:"list",dynamic:""},{default:xe(({items:a,node:o,value:l})=>[L("h5",null,[i[2]||(i[2]=Je("Tags ")),L("button",{type:"button",onClick:i[0]||(i[0]=c=>t.value.push(null)),class:"btn btn-sm btn-primary ms-3"}," Add Tag ")]),i[3]||(i[3]=L("p",{class:"form-text"},"One or more short, human-friendly, searchable, keywords that describe the type of achievement.",-1)),a.length>0?(te(),Ee("div",f_,[(te(!0),Ee(Ue,null,Yu(a,(c,f)=>(te(),Ee("div",{key:c,class:"value-item"},[R(s,{type:"text",index:f,"validation-rules":{distinct:r},validation:"required:trim|distinct",placeholder:"Enter tag","validation-messages":{required:"Value is required",distinct:"The tags must be distinct"},"outer-class":"$reset"},null,8,["index","validation-rules"]),L("ul",d_,[L("li",null,[L("button",{type:"button",onClick:_=>t.value.splice(f,1),class:"button close"},[R(gu(Mn),{icon:"close"})],8,p_)])])]))),128))])):lt("",!0)]),_:1},8,["modelValue"])])),[[gu(Nf)]])}}},m_=Qu(h_,[["__scopeId","data-v-cd88b606"]]),b_=["onClick"],g_={class:"card mb-3"},__={class:"card-header"},y_=["onClick"],v_={class:"card-body pb-0"},x_={__name:"RelatedList",emits:["change"],setup(e,{emit:t}){const u=t,r=pe([]);return Ie(r,n=>{u("change",n)}),(n,i)=>{const s=ze("FormKit");return te(),Me(s,{type:"list",modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=a=>r.value=a),name:"related",dynamic:""},{default:xe(({items:a,node:o,value:l})=>[L("h5",null,[i[1]||(i[1]=Je("Related Credentials ")),L("button",{type:"button",onClick:()=>o.input(l.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Related Credential ",8,b_)]),i[2]||(i[2]=L("p",{class:"form-text"},"A list of credentials related to this one.",-1)),(te(!0),Ee(Ue,null,Yu(a,(c,f)=>(te(),Me(s,{type:"group","wrapper-class":"card",key:c,index:f},{default:xe(()=>[L("div",g_,[L("h5",__,[Je("Credential "+xu(f+1)+" ",1),L("button",{type:"button",onClick:()=>o.input(l.filter((_,d)=>d!==f)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,y_)]),L("div",v_,[R(s,{type:"hidden",name:"type",value:["Related"]}),R(s,{type:"innerLabelTextInput",label:"ID",name:"id","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"uri:required:trim",help:"The URI of the related achievement."}),R(s,{type:"innerLabelTextInput",label:"Language",name:"inLanguage","inner-class":"input-group","label-class":"input-group-text",validation:[["matches","/^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$/"]],help:"The language of the related achievement as a BCP47 language code."}),R(s,{type:"innerLabelTextInput",label:"Version",name:"version","inner-class":"input-group","label-class":"input-group-text",help:"The version of the related achievement."})])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},C_=["onClick"],k_={class:"form-text"},E_={class:"card mb-3"},A_={class:"card-header"},D_=["onClick"],$_={class:"card-body pb-0"},qf={__name:"OtherIdentifiers",props:ps({help:{type:String,default:"Other identifiers for this credential."}},{modelValue:{default:[]},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,u=Ke(e,"modelValue");return(r,n)=>{const i=ze("FormKit");return te(),Me(i,{type:"list",modelValue:u.value,"onUpdate:modelValue":n[0]||(n[0]=s=>u.value=s),name:"otherIdentifier",dynamic:""},{default:xe(({items:s,node:a,value:o})=>[L("h5",null,[n[1]||(n[1]=Je("Other Identifiers ")),L("button",{type:"button",onClick:()=>a.input(o.concat({})),class:"btn btn-sm btn-primary ms-3"}," Add Identifier ",8,C_)]),L("p",k_,xu(t.help),1),(te(!0),Ee(Ue,null,Yu(s,(l,c)=>(te(),Me(i,{type:"group",key:l,index:c},{default:xe(()=>[L("div",E_,[L("h5",A_,[Je("Other Identifier "+xu(c+1)+" ",1),L("button",{type:"button",onClick:()=>a.input(o.filter((f,_)=>_!==c)),class:"btn btn-secondary btn-sm float-end"}," Remove ",8,D_)]),L("div",$_,[R(i,{type:"hidden",name:"type",value:"IdentifierEntry"}),R(i,{type:"innerLabelTextInput",label:"Identifier",name:"identifier","aria-label":"Identifier","inner-class":"input-group","label-class":"input-group-text","wrapper-class":"required",validation:"required:trim"}),R(i,{type:"selectInputGroup",label:"Identifier Type",name:"identifierType","inner-class":"input-group","label-class":"input-group-text","input-class":"$reset formkit-input form-select","wrapper-class":"required",placeholder:"Select the Identifier Type",validation:"required",options:{name:"name",sourcedId:"sourcedId",systemId:"systemId",productId:"productId",userName:"userName",accountId:"accountId",emailAddress:"emailAddress",nationalIdentityNumber:"nationalIdentityNumber",isbn:"isbn",issn:"issn",lisSourcedId:"lisSourcedId",oneRosterSourcedId:"oneRosterSourcedId",sisSourcedId:"sisSourcedId",ltiContextId:"ltiContextId",ltiDeploymentId:"ltiDeploymentId",ltiToolId:"ltiToolId",ltiPlatformId:"ltiPlatformId",ltiUserId:"ltiUserId",identifier:"identifier",other:"Other (ext:)"}}),o[c].identifierType==="other"?(te(),Me(i,{key:0,type:"innerLabelTextInput",label:"Extended Type",name:"typeExt","aria-label":"Extended Identifier Type","inner-class":"input-group ms-3 me-5 pe-3","outer-class":"$reset","label-class":"visually-hidden",before:"ext:",validation:[["matches","/^[a-z|A-Z|0-9|.|-|_]+$/"]]},{prefix:xe(()=>n[2]||(n[2]=[L("span",{class:"input-group-text","aria-label":"ext:"},"ext:",-1)])),_:1})):lt("",!0)])])]),_:2},1032,["index"]))),128))]),_:1},8,["modelValue"])}}},w_={__name:"AddressComponent",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue"),u=pe(!1);return Sr(()=>{Object.keys(t).length>0&&(u.value=!0)}),(r,n)=>{const i=ze("FormKit");return te(),Me(i,{type:"group",name:"address",modelValue:t.value,"onUpdate:modelValue":n[1]||(n[1]=s=>t.value=s)},{default:xe(()=>[R(i,{type:"checkbox",label:"Include address",modelValue:u.value,"onUpdate:modelValue":n[0]||(n[0]=s=>u.value=s),"wrapper-class":"form-check form-switch","input-class":"$reset form-check-input","label-class":"$reset form-check-label",role:"switch",ignore:"true"},null,8,["modelValue"]),Vt(L("div",null,[R(i,{type:"hidden",name:"type",value:["Address"]}),R(i,{type:"text",label:"Street Address",name:"streetAddress",help:"Street address of the creator."}),R(i,{type:"text",label:"Post Office Box Number",name:"postOfficeBoxNumber",help:"A post office box number for PO box addresses."}),R(i,{type:"text",label:"City",name:"addressLocality",help:"A locality within the region."}),R(i,{type:"text",label:"State",name:"addressRegion",help:"The region within the country."}),R(i,{type:"text",label:"Postal Code",name:"postalCode",help:"A postal code."}),R(i,{type:"text",label:"Country",name:"addressCountry",help:"Country name."}),R(i,{type:"text",label:"Country Code",name:"addressCountryCode",help:"Country code. The value must be a ISO 3166-1 alpha-2 country code, such as 'US'."}),lt("",!0)],512),[[_u,u.value]])]),_:1},8,["modelValue"])}}},F_={class:"card"},S_={class:"card-header"},T_={class:"card-body"},I_={__name:"CreatorProfile",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue"),u=pe("noCreator");return Sr(()=>{if(Object.keys(t.value).length===0){u.value="noCreator";return}u.value="organization",t.value.dateOfBirth&&(u.value="individual")}),(r,n)=>{const i=ze("formKit"),s=ze("FormKit");return te(),Ee("div",F_,[L("h5",S_,[R(i,{type:"select",label:"Creator",modelValue:u.value,"onUpdate:modelValue":n[0]||(n[0]=a=>u.value=a),"input-class":"$reset formkit-input form-select",options:{noCreator:"Do not add a creator field",organization:"The creator is an Organization",individual:"The creator is a Person"},ignore:"true"},null,8,["modelValue"])]),u.value!=="noCreator"?(te(),Me(s,{key:0,type:"group",name:"creator",modelValue:t.value,"onUpdate:modelValue":n[4]||(n[4]=a=>t.value=a)},{default:xe(()=>[L("div",T_,[R(s,{type:"text",label:"ID",name:"id","wrapper-class":"required",validation:"uri:required:trim",help:"Unique URI for the creator."}),R(s,{type:"hidden",name:"type",value:["Profile"]}),R(s,{type:"text",label:"Name",name:"name",help:"The name of the entity or organization."}),R(s,{type:"text",label:"Description",name:"description",help:"A short description of the issuer entity or organization."}),R(Cc,{help:"An image that represents the creator. Must be a PNG or SVG image.",modelValue:t.value.image,"onUpdate:modelValue":n[1]||(n[1]=a=>t.value.image=a)},null,8,["modelValue"]),u.value==="organization"?(te(),Me(s,{key:0,type:"text",label:"Official",name:"official",help:"If the entity is an organization, `official` is the name of an authorized official of the organization."})):lt("",!0),R(s,{type:"text",label:"URL",name:"url",validation:"url",help:"The homepage or social media profile of the entity, whether individual or institutional. Should be a URL/URI Accessible via HTTP."}),R(s,{type:"text",label:"Email",name:"email",validation:"email",help:"An email address for the creator."}),R(s,{type:"text",label:"Phone",name:"phone",help:"A phone number for the creator."}),R(w_,{modelValue:t.value.address,"onUpdate:modelValue":n[2]||(n[2]=a=>t.value.address=a)},null,8,["modelValue"]),u.value==="individual"?(te(),Me(s,{key:1,type:"text",label:"Date of Birth",name:"dateOfBirth",format:"yyyy-MM-dd",help:"Birthdate of the person."})):lt("",!0),R(qf,{label:"Other Identifiers",modelValue:t.value.otherIdentifier,"onUpdate:modelValue":n[3]||(n[3]=a=>t.value.otherIdentifier=a),help:"Other unique identifiers for the creator."},null,8,["modelValue"]),lt("",!0),lt("",!0),lt("",!0)])]),_:1},8,["modelValue"])):lt("",!0)])}}},R_={class:"tab-pane fade show active",id:"tab-additional",role:"tabpanel","aria-labelledby":"additional-tab"},O_={__name:"AdditionalTab",props:{modelValue:{default:{}},modelModifiers:{}},emits:["update:modelValue"],setup(e){const t=Ke(e,"modelValue");return(u,r)=>{const n=ze("FormKit");return te(),Ee("div",R_,[R(n,{type:"text",name:"id",label:"ID",modelValue:t.value.id,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value.id=i),validation:"uri:trim",help:"Unique URI for the Achievement."},null,8,["modelValue"]),R(m_,{modelValue:t.value.tag,"onUpdate:modelValue":r[1]||(r[1]=i=>t.value.tag=i)},null,8,["modelValue"]),R(x_,{modelValue:t.value.related,"onUpdate:modelValue":r[2]||(r[2]=i=>t.value.related=i)},null,8,["modelValue"]),R(qf,{modelValue:t.value.otherIdentifier,"onUpdate:modelValue":r[3]||(r[3]=i=>t.value.otherIdentifier=i)},null,8,["modelValue"]),R(I_,{modelValue:t.value.creator,"onUpdate:modelValue":r[4]||(r[4]=i=>t.value.creator=i)},null,8,["modelValue"])])}}},P_={class:"nav nav-tabs",role:"tablist"},M_={class:"nav-item",role:"presentation"},V_=["aria-selected"],L_={class:"nav-item",role:"presentation"},N_=["aria-selected"],q_={class:"nav-item",role:"presentation"},z_=["aria-selected"],U_={class:"nav-item",role:"presentation"},B_=["aria-selected"],j_={class:"tab-content mt-3",id:"tab-content"},H_={key:0,class:"alert alert-warning",role:"alert"},K_={class:"btn btn-primary float-end mt-5",type:"submit",disabled:!1},W_={__name:"AchievementDefiner",props:{achievement:{type:String,default:""},submitText:{type:String,default:"Save"}},emits:["saveDefinition"],setup(e,{emit:t}){const u=e,r=pe("basic"),n=pe(!1),i=pe(null),s=Qt({type:["Achievement"],basic:{},detail:{},alignments:{},additional:{}}),a=Qt({});Sr(()=>{try{const d=JSON.parse(u.achievement);s.basic={name:d.name||"",achievementType:d.achievementType||null,image:d.image||{},description:d.description||"",criteria:d.criteria||{}},s.detail={humanCode:d.humanCode||null,inLanguage:d.inLanguage||null,version:d.version||null,creditsAvailable:d.creditsAvailable||null,specialization:d.specialization||null,fieldOfStudy:d.fieldOfStudy||null},s.alignments={resultDescription:d.resultDescription||[],alignment:d.alignment||[]},s.additional={id:d.id||null,tag:d.tag||[],related:d.related||[],otherIdentifier:d.otherIdentifier||[],creator:d.creator||{}}}catch{}}),Ie(s,d=>{Object.assign(a,d.basic),Object.assign(a,d.detail),Object.assign(a,d.alignments),Object.assign(a,d.additional)});function o(d){r.value=d}function l(d){return JSON.parse(JSON.stringify(d,(p,m)=>m===null||m===""||Array.isArray(m)&&m.length===0?void 0:m))}function c(d){d.image.id||(d.image=null);const p=l(d);document.getElementById(i.value.node.props.id).dispatchEvent(new CustomEvent("saveDefinition",{bubbles:!0,detail:JSON.stringify(p)}))}function f(d){try{const p=document.getElementById(i.value.node.props.id),m=i.value.node.context.state.valid,E=l(i.value.node.value);p.dispatchEvent(new CustomEvent("changed",{bubbles:!0,detail:JSON.stringify(E)})),m&&p.dispatchEvent(new CustomEvent("updated",{bubbles:!0,detail:JSON.stringify(E)}))}catch{}}function _(d){n.value=!0}return(d,p)=>{const m=ze("FormKit");return te(),Ee("div",null,[L("ul",P_,[L("li",M_,[L("button",{class:$t(["nav-link",{active:r.value==="basic"}]),type:"button",id:"basic-tab",role:"tab","aria-controls":"tab-basic","aria-selected":r.value==="basic"?"true":"false",onClick:p[0]||(p[0]=E=>o("basic"))},"Primary Details",10,V_)]),L("li",L_,[L("button",{class:$t(["nav-link",{active:r.value==="detail"}]),type:"button",id:"detail-tab",role:"tab","aria-controls":"tab-detail","aria-selected":r.value==="detail"?"true":"false",onClick:p[1]||(p[1]=E=>o("detail"))},"Additional Details",10,N_)]),L("li",q_,[L("button",{class:$t(["nav-link",{active:r.value==="alignments"}]),type:"button",id:"detail-tab",role:"tab","aria-controls":"tab-alignments","aria-selected":r.value==="alignments"?"true":"false",onClick:p[2]||(p[2]=E=>o("alignments"))},"Alignments",10,z_)]),L("li",U_,[L("button",{class:$t(["nav-link",{active:r.value==="additional"}]),type:"button",id:"additional-tab",role:"tab","aria-controls":"tab-additional","aria-selected":r.value==="additional"?"true":"false",onClick:p[3]||(p[3]=E=>o("additional"))},"Additional Information",10,B_)])]),L("div",j_,[R(m,{type:"form",actions:!1,ref_key:"form",ref:i,onSubmit:c,onSubmitInvalid:_,onChange:f,"validation-visibility":"live"},{default:xe(({state:{valid:E}})=>[!E&&n.value?(te(),Ee("div",H_," There are some errors in the form submission. Please correct the errors and then resubmit the form. ")):lt("",!0),R(m,{type:"hidden",name:"@context",value:["https://www.w3.org/2018/credentials/v2","https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json"]}),R(m,{type:"hidden",name:"type",modelValue:s.type,"onUpdate:modelValue":p[4]||(p[4]=C=>s.type=C),value:["Achievement"]},null,8,["modelValue"]),Vt(R(Xb,{modelValue:s.basic,"onUpdate:modelValue":p[5]||(p[5]=C=>s.basic=C)},null,8,["modelValue"]),[[_u,r.value==="basic"]]),Vt(R(t2,{modelValue:s.detail,"onUpdate:modelValue":p[6]||(p[6]=C=>s.detail=C)},null,8,["modelValue"]),[[_u,r.value==="detail"]]),Vt(R(c_,{modelValue:s.alignments,"onUpdate:modelValue":p[7]||(p[7]=C=>s.alignments=C)},null,8,["modelValue"]),[[_u,r.value==="alignments"]]),Vt(R(O_,{modelValue:s.additional,"onUpdate:modelValue":p[8]||(p[8]=C=>s.additional=C)},null,8,["modelValue"]),[[_u,r.value==="additional"]]),L("button",K_,xu(e.submitText),1)]),_:1},512)])])}}},Z_={class:"container"},G_={__name:"App",props:{achievement:{type:String,default:""},submitText:{type:String,default:"Save"}},setup(e){return(t,u)=>(te(),Ee("div",Z_,[R(W_,{achievement:e.achievement,"submit-text":e.submitText},null,8,["achievement","submit-text"])]))}},J_={config:{classes:T3({global:{outer:"$reset mb-4",input:"form-control",label:"form-label",help:"form-text",message:"invalid-feedback"},form:{form:"mt-1 mx-auto p-3 border rounded"},range:{input:"$reset form-range"},submit:{outer:"$reset mt-3",input:"$reset btn btn-primary"}})}},Y_={schema:au(Lu(er(tr("$label"),$e("prefix","label"),Rt(),_a(),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",family:"text",props:[],forceTypeProp:"text",features:[va],schemaMemoKey:"qmwq6rtsiye"},X_={schema:au(Lu(er(tr("$label"),$e("prefix","label"),Rt(),mf(),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",props:[],forceTypeProp:"textarea",features:[vf],schemaMemoKey:"zq0nltggno"},Q_={schema:au(Lu(er(tr("$label"),$e("prefix"),Rt(),hf(St("$slots.default",()=>"$slots.default",oi(St("$option.group",pf(oi(ai("$option.label"))),ai("$option.label"))))),St("$attrs.multiple !== undefined",()=>"",$e("select")),Ot(),$e("suffix"))),It("$help"),jt(Bt("$message.value"))),type:"input",props:["options","placeholder","optionsLoader"],forceTypeProp:"select",features:[Ii,kf,Hu("select","select")],schemaMemoKey:"at63zamx5wg"};var ey=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ms={exports:{}};/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */(function(e,t){(function(u,r){r(t)})(ey,function(u){function r(){for(var g=arguments.length,h=Array(g),y=0;y<g;y++)h[y]=arguments[y];if(h.length>1){h[0]=h[0].slice(0,-1);for(var w=h.length-1,A=1;A<w;++A)h[A]=h[A].slice(1,-1);return h[w]=h[w].slice(1),h.join("")}else return h[0]}function n(g){return"(?:"+g+")"}function i(g){return g===void 0?"undefined":g===null?"null":Object.prototype.toString.call(g).split(" ").pop().split("]").shift().toLowerCase()}function s(g){return g.toUpperCase()}function a(g){return g!=null?g instanceof Array?g:typeof g.length!="number"||g.split||g.setInterval||g.call?[g]:Array.prototype.slice.call(g):[]}function o(g,h){var y=g;if(h)for(var w in h)y[w]=h[w];return y}function l(g){var h="[A-Za-z]",y="[0-9]",w=r(y,"[A-Fa-f]"),A=n(n("%[EFef]"+w+"%"+w+w+"%"+w+w)+"|"+n("%[89A-Fa-f]"+w+"%"+w+w)+"|"+n("%"+w+w)),W="[\\:\\/\\?\\#\\[\\]\\@]",G="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",he=r(W,G),De=g?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",Re=g?"[\\uE000-\\uF8FF]":"[]",fe=r(h,y,"[\\-\\.\\_\\~]",De);n(h+r(h,y,"[\\+\\-\\.]")+"*"),n(n(A+"|"+r(fe,G,"[\\:]"))+"*");var Ce=n(n("25[0-5]")+"|"+n("2[0-4]"+y)+"|"+n("1"+y+y)+"|"+n("0?[1-9]"+y)+"|0?0?"+y),Oe=n(Ce+"\\."+Ce+"\\."+Ce+"\\."+Ce),se=n(w+"{1,4}"),Fe=n(n(se+"\\:"+se)+"|"+Oe),Ne=n(n(se+"\\:")+"{6}"+Fe),Se=n("\\:\\:"+n(se+"\\:")+"{5}"+Fe),ku=n(n(se)+"?\\:\\:"+n(se+"\\:")+"{4}"+Fe),Ht=n(n(n(se+"\\:")+"{0,1}"+se)+"?\\:\\:"+n(se+"\\:")+"{3}"+Fe),Kt=n(n(n(se+"\\:")+"{0,2}"+se)+"?\\:\\:"+n(se+"\\:")+"{2}"+Fe),nr=n(n(n(se+"\\:")+"{0,3}"+se)+"?\\:\\:"+se+"\\:"+Fe),Nu=n(n(n(se+"\\:")+"{0,4}"+se)+"?\\:\\:"+Fe),Dt=n(n(n(se+"\\:")+"{0,5}"+se)+"?\\:\\:"+se),Wt=n(n(n(se+"\\:")+"{0,6}"+se)+"?\\:\\:"),qu=n([Ne,Se,ku,Ht,Kt,nr,Nu,Dt,Wt].join("|")),cu=n(n(fe+"|"+A)+"+");n("[vV]"+w+"+\\."+r(fe,G,"[\\:]")+"+"),n(n(A+"|"+r(fe,G))+"*");var Mr=n(A+"|"+r(fe,G,"[\\:\\@]"));return n(n(A+"|"+r(fe,G,"[\\@]"))+"+"),n(n(Mr+"|"+r("[\\/\\?]",Re))+"*"),{NOT_SCHEME:new RegExp(r("[^]",h,y,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(r("[^\\%\\:]",fe,G),"g"),NOT_HOST:new RegExp(r("[^\\%\\[\\]\\:]",fe,G),"g"),NOT_PATH:new RegExp(r("[^\\%\\/\\:\\@]",fe,G),"g"),NOT_PATH_NOSCHEME:new RegExp(r("[^\\%\\/\\@]",fe,G),"g"),NOT_QUERY:new RegExp(r("[^\\%]",fe,G,"[\\:\\@\\/\\?]",Re),"g"),NOT_FRAGMENT:new RegExp(r("[^\\%]",fe,G,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(r("[^]",fe,G),"g"),UNRESERVED:new RegExp(fe,"g"),OTHER_CHARS:new RegExp(r("[^\\%]",fe,he),"g"),PCT_ENCODED:new RegExp(A,"g"),IPV4ADDRESS:new RegExp("^("+Oe+")$"),IPV6ADDRESS:new RegExp("^\\[?("+qu+")"+n(n("\\%25|\\%(?!"+w+"{2})")+"("+cu+")")+"?\\]?$")}}var c=l(!1),f=l(!0),_=function(){function g(h,y){var w=[],A=!0,W=!1,G=void 0;try{for(var he=h[Symbol.iterator](),De;!(A=(De=he.next()).done)&&(w.push(De.value),!(y&&w.length===y));A=!0);}catch(Re){W=!0,G=Re}finally{try{!A&&he.return&&he.return()}finally{if(W)throw G}}return w}return function(h,y){if(Array.isArray(h))return h;if(Symbol.iterator in Object(h))return g(h,y);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(g){if(Array.isArray(g)){for(var h=0,y=Array(g.length);h<g.length;h++)y[h]=g[h];return y}else return Array.from(g)},p=2147483647,m=36,E=1,C=26,$=38,T=700,k=72,I=128,x="-",F=/^xn--/,B=/[^\0-\x7E]/,Q=/[\x2E\u3002\uFF0E\uFF61]/g,ne={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},X=m-E,D=Math.floor,j=String.fromCharCode;function H(g){throw new RangeError(ne[g])}function oe(g,h){for(var y=[],w=g.length;w--;)y[w]=h(g[w]);return y}function Y(g,h){var y=g.split("@"),w="";y.length>1&&(w=y[0]+"@",g=y[1]),g=g.replace(Q,".");var A=g.split("."),W=oe(A,h).join(".");return w+W}function J(g){for(var h=[],y=0,w=g.length;y<w;){var A=g.charCodeAt(y++);if(A>=55296&&A<=56319&&y<w){var W=g.charCodeAt(y++);(W&64512)==56320?h.push(((A&1023)<<10)+(W&1023)+65536):(h.push(A),y--)}else h.push(A)}return h}var le=function(h){return String.fromCodePoint.apply(String,d(h))},Ve=function(h){return h-48<10?h-22:h-65<26?h-65:h-97<26?h-97:m},it=function(h,y){return h+22+75*(h<26)-((y!=0)<<5)},Be=function(h,y,w){var A=0;for(h=w?D(h/T):h>>1,h+=D(h/y);h>X*C>>1;A+=m)h=D(h/X);return D(A+(X+1)*h/(h+$))},pt=function(h){var y=[],w=h.length,A=0,W=I,G=k,he=h.lastIndexOf(x);he<0&&(he=0);for(var De=0;De<he;++De)h.charCodeAt(De)>=128&&H("not-basic"),y.push(h.charCodeAt(De));for(var Re=he>0?he+1:0;Re<w;){for(var fe=A,Ce=1,Oe=m;;Oe+=m){Re>=w&&H("invalid-input");var se=Ve(h.charCodeAt(Re++));(se>=m||se>D((p-A)/Ce))&&H("overflow"),A+=se*Ce;var Fe=Oe<=G?E:Oe>=G+C?C:Oe-G;if(se<Fe)break;var Ne=m-Fe;Ce>D(p/Ne)&&H("overflow"),Ce*=Ne}var Se=y.length+1;G=Be(A-fe,Se,fe==0),D(A/Se)>p-W&&H("overflow"),W+=D(A/Se),A%=Se,y.splice(A++,0,W)}return String.fromCodePoint.apply(String,y)},Or=function(h){var y=[];h=J(h);var w=h.length,A=I,W=0,G=k,he=!0,De=!1,Re=void 0;try{for(var fe=h[Symbol.iterator](),Ce;!(he=(Ce=fe.next()).done);he=!0){var Oe=Ce.value;Oe<128&&y.push(j(Oe))}}catch(Vr){De=!0,Re=Vr}finally{try{!he&&fe.return&&fe.return()}finally{if(De)throw Re}}var se=y.length,Fe=se;for(se&&y.push(x);Fe<w;){var Ne=p,Se=!0,ku=!1,Ht=void 0;try{for(var Kt=h[Symbol.iterator](),nr;!(Se=(nr=Kt.next()).done);Se=!0){var Nu=nr.value;Nu>=A&&Nu<Ne&&(Ne=Nu)}}catch(Vr){ku=!0,Ht=Vr}finally{try{!Se&&Kt.return&&Kt.return()}finally{if(ku)throw Ht}}var Dt=Fe+1;Ne-A>D((p-W)/Dt)&&H("overflow"),W+=(Ne-A)*Dt,A=Ne;var Wt=!0,qu=!1,cu=void 0;try{for(var Mr=h[Symbol.iterator](),Ia;!(Wt=(Ia=Mr.next()).done);Wt=!0){var Ra=Ia.value;if(Ra<A&&++W>p&&H("overflow"),Ra==A){for(var yn=W,vn=m;;vn+=m){var xn=vn<=G?E:vn>=G+C?C:vn-G;if(yn<xn)break;var Oa=yn-xn,Pa=m-xn;y.push(j(it(xn+Oa%Pa,0))),yn=D(Oa/Pa)}y.push(j(it(yn,0))),G=Be(W,Dt,Fe==se),W=0,++Fe}}}catch(Vr){qu=!0,cu=Vr}finally{try{!Wt&&Mr.return&&Mr.return()}finally{if(qu)throw cu}}++W,++A}return y.join("")},Oi=function(h){return Y(h,function(y){return F.test(y)?pt(y.slice(4).toLowerCase()):y})},Pi=function(h){return Y(h,function(y){return B.test(y)?"xn--"+Or(y):y})},At={version:"2.1.0",ucs2:{decode:J,encode:le},decode:pt,encode:Or,toASCII:Pi,toUnicode:Oi},We={};function st(g){var h=g.charCodeAt(0),y=void 0;return h<16?y="%0"+h.toString(16).toUpperCase():h<128?y="%"+h.toString(16).toUpperCase():h<2048?y="%"+(h>>6|192).toString(16).toUpperCase()+"%"+(h&63|128).toString(16).toUpperCase():y="%"+(h>>12|224).toString(16).toUpperCase()+"%"+(h>>6&63|128).toString(16).toUpperCase()+"%"+(h&63|128).toString(16).toUpperCase(),y}function ou(g){for(var h="",y=0,w=g.length;y<w;){var A=parseInt(g.substr(y+1,2),16);if(A<128)h+=String.fromCharCode(A),y+=3;else if(A>=194&&A<224){if(w-y>=6){var W=parseInt(g.substr(y+4,2),16);h+=String.fromCharCode((A&31)<<6|W&63)}else h+=g.substr(y,6);y+=6}else if(A>=224){if(w-y>=9){var G=parseInt(g.substr(y+4,2),16),he=parseInt(g.substr(y+7,2),16);h+=String.fromCharCode((A&15)<<12|(G&63)<<6|he&63)}else h+=g.substr(y,9);y+=9}else h+=g.substr(y,3),y+=3}return h}function lu(g,h){function y(w){var A=ou(w);return A.match(h.UNRESERVED)?A:w}return g.scheme&&(g.scheme=String(g.scheme).replace(h.PCT_ENCODED,y).toLowerCase().replace(h.NOT_SCHEME,"")),g.userinfo!==void 0&&(g.userinfo=String(g.userinfo).replace(h.PCT_ENCODED,y).replace(h.NOT_USERINFO,st).replace(h.PCT_ENCODED,s)),g.host!==void 0&&(g.host=String(g.host).replace(h.PCT_ENCODED,y).toLowerCase().replace(h.NOT_HOST,st).replace(h.PCT_ENCODED,s)),g.path!==void 0&&(g.path=String(g.path).replace(h.PCT_ENCODED,y).replace(g.scheme?h.NOT_PATH:h.NOT_PATH_NOSCHEME,st).replace(h.PCT_ENCODED,s)),g.query!==void 0&&(g.query=String(g.query).replace(h.PCT_ENCODED,y).replace(h.NOT_QUERY,st).replace(h.PCT_ENCODED,s)),g.fragment!==void 0&&(g.fragment=String(g.fragment).replace(h.PCT_ENCODED,y).replace(h.NOT_FRAGMENT,st).replace(h.PCT_ENCODED,s)),g}function _n(g){return g.replace(/^0*(.*)/,"$1")||"0"}function b(g,h){var y=g.match(h.IPV4ADDRESS)||[],w=_(y,2),A=w[1];return A?A.split(".").map(_n).join("."):g}function v(g,h){var y=g.match(h.IPV6ADDRESS)||[],w=_(y,3),A=w[1],W=w[2];if(A){for(var G=A.toLowerCase().split("::").reverse(),he=_(G,2),De=he[0],Re=he[1],fe=Re?Re.split(":").map(_n):[],Ce=De.split(":").map(_n),Oe=h.IPV4ADDRESS.test(Ce[Ce.length-1]),se=Oe?7:8,Fe=Ce.length-se,Ne=Array(se),Se=0;Se<se;++Se)Ne[Se]=fe[Se]||Ce[Fe+Se]||"";Oe&&(Ne[se-1]=b(Ne[se-1],h));var ku=Ne.reduce(function(Dt,Wt,qu){if(!Wt||Wt==="0"){var cu=Dt[Dt.length-1];cu&&cu.index+cu.length===qu?cu.length++:Dt.push({index:qu,length:1})}return Dt},[]),Ht=ku.sort(function(Dt,Wt){return Wt.length-Dt.length})[0],Kt=void 0;if(Ht&&Ht.length>1){var nr=Ne.slice(0,Ht.index),Nu=Ne.slice(Ht.index+Ht.length);Kt=nr.join(":")+"::"+Nu.join(":")}else Kt=Ne.join(":");return W&&(Kt+="%"+W),Kt}else return g}var S=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,M="".match(/(){0}/)[1]===void 0;function O(g){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y={},w=h.iri!==!1?f:c;h.reference==="suffix"&&(g=(h.scheme?h.scheme+":":"")+"//"+g);var A=g.match(S);if(A){M?(y.scheme=A[1],y.userinfo=A[3],y.host=A[4],y.port=parseInt(A[5],10),y.path=A[6]||"",y.query=A[7],y.fragment=A[8],isNaN(y.port)&&(y.port=A[5])):(y.scheme=A[1]||void 0,y.userinfo=g.indexOf("@")!==-1?A[3]:void 0,y.host=g.indexOf("//")!==-1?A[4]:void 0,y.port=parseInt(A[5],10),y.path=A[6]||"",y.query=g.indexOf("?")!==-1?A[7]:void 0,y.fragment=g.indexOf("#")!==-1?A[8]:void 0,isNaN(y.port)&&(y.port=g.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?A[4]:void 0)),y.host&&(y.host=v(b(y.host,w),w)),y.scheme===void 0&&y.userinfo===void 0&&y.host===void 0&&y.port===void 0&&!y.path&&y.query===void 0?y.reference="same-document":y.scheme===void 0?y.reference="relative":y.fragment===void 0?y.reference="absolute":y.reference="uri",h.reference&&h.reference!=="suffix"&&h.reference!==y.reference&&(y.error=y.error||"URI is not a "+h.reference+" reference.");var W=We[(h.scheme||y.scheme||"").toLowerCase()];if(!h.unicodeSupport&&(!W||!W.unicodeSupport)){if(y.host&&(h.domainHost||W&&W.domainHost))try{y.host=At.toASCII(y.host.replace(w.PCT_ENCODED,ou).toLowerCase())}catch(G){y.error=y.error||"Host's domain name can not be converted to ASCII via punycode: "+G}lu(y,c)}else lu(y,w);W&&W.parse&&W.parse(y,h)}else y.error=y.error||"URI can not be parsed.";return y}function P(g,h){var y=h.iri!==!1?f:c,w=[];return g.userinfo!==void 0&&(w.push(g.userinfo),w.push("@")),g.host!==void 0&&w.push(v(b(String(g.host),y),y).replace(y.IPV6ADDRESS,function(A,W,G){return"["+W+(G?"%25"+G:"")+"]"})),(typeof g.port=="number"||typeof g.port=="string")&&(w.push(":"),w.push(String(g.port))),w.length?w.join(""):void 0}var U=/^\.\.?\//,q=/^\/\.(\/|$)/,N=/^\/\.\.(\/|$)/,V=/^\/?(?:.|\n)*?(?=\/|$)/;function K(g){for(var h=[];g.length;)if(g.match(U))g=g.replace(U,"");else if(g.match(q))g=g.replace(q,"/");else if(g.match(N))g=g.replace(N,"/"),h.pop();else if(g==="."||g==="..")g="";else{var y=g.match(V);if(y){var w=y[0];g=g.slice(w.length),h.push(w)}else throw new Error("Unexpected dot segment condition")}return h.join("")}function z(g){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=h.iri?f:c,w=[],A=We[(h.scheme||g.scheme||"").toLowerCase()];if(A&&A.serialize&&A.serialize(g,h),g.host&&!y.IPV6ADDRESS.test(g.host)){if(h.domainHost||A&&A.domainHost)try{g.host=h.iri?At.toUnicode(g.host):At.toASCII(g.host.replace(y.PCT_ENCODED,ou).toLowerCase())}catch(he){g.error=g.error||"Host's domain name can not be converted to "+(h.iri?"Unicode":"ASCII")+" via punycode: "+he}}lu(g,y),h.reference!=="suffix"&&g.scheme&&(w.push(g.scheme),w.push(":"));var W=P(g,h);if(W!==void 0&&(h.reference!=="suffix"&&w.push("//"),w.push(W),g.path&&g.path.charAt(0)!=="/"&&w.push("/")),g.path!==void 0){var G=g.path;!h.absolutePath&&(!A||!A.absolutePath)&&(G=K(G)),W===void 0&&(G=G.replace(/^\/\//,"/%2F")),w.push(G)}return g.query!==void 0&&(w.push("?"),w.push(g.query)),g.fragment!==void 0&&(w.push("#"),w.push(g.fragment)),w.join("")}function Z(g,h){var y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},w=arguments[3],A={};return w||(g=O(z(g,y),y),h=O(z(h,y),y)),y=y||{},!y.tolerant&&h.scheme?(A.scheme=h.scheme,A.userinfo=h.userinfo,A.host=h.host,A.port=h.port,A.path=K(h.path||""),A.query=h.query):(h.userinfo!==void 0||h.host!==void 0||h.port!==void 0?(A.userinfo=h.userinfo,A.host=h.host,A.port=h.port,A.path=K(h.path||""),A.query=h.query):(h.path?(h.path.charAt(0)==="/"?A.path=K(h.path):((g.userinfo!==void 0||g.host!==void 0||g.port!==void 0)&&!g.path?A.path="/"+h.path:g.path?A.path=g.path.slice(0,g.path.lastIndexOf("/")+1)+h.path:A.path=h.path,A.path=K(A.path)),A.query=h.query):(A.path=g.path,h.query!==void 0?A.query=h.query:A.query=g.query),A.userinfo=g.userinfo,A.host=g.host,A.port=g.port),A.scheme=g.scheme),A.fragment=h.fragment,A}function ee(g,h,y){var w=o({scheme:"null"},y);return z(Z(O(g,w),O(h,w),w,!0),w)}function ce(g,h){return typeof g=="string"?g=z(O(g,h),h):i(g)==="object"&&(g=O(z(g,h),h)),g}function ve(g,h,y){return typeof g=="string"?g=z(O(g,y),y):i(g)==="object"&&(g=z(g,y)),typeof h=="string"?h=z(O(h,y),y):i(h)==="object"&&(h=z(h,y)),g===h}function be(g,h){return g&&g.toString().replace(!h||!h.iri?c.ESCAPE:f.ESCAPE,st)}function Te(g,h){return g&&g.toString().replace(!h||!h.iri?c.PCT_ENCODED:f.PCT_ENCODED,ou)}var Le={scheme:"http",domainHost:!0,parse:function(h,y){return h.host||(h.error=h.error||"HTTP URIs must have a host."),h},serialize:function(h,y){var w=String(h.scheme).toLowerCase()==="https";return(h.port===(w?443:80)||h.port==="")&&(h.port=void 0),h.path||(h.path="/"),h}},ht={scheme:"https",domainHost:Le.domainHost,parse:Le.parse,serialize:Le.serialize};function mt(g){return typeof g.secure=="boolean"?g.secure:String(g.scheme).toLowerCase()==="wss"}var Pt={scheme:"ws",domainHost:!0,parse:function(h,y){var w=h;return w.secure=mt(w),w.resourceName=(w.path||"/")+(w.query?"?"+w.query:""),w.path=void 0,w.query=void 0,w},serialize:function(h,y){if((h.port===(mt(h)?443:80)||h.port==="")&&(h.port=void 0),typeof h.secure=="boolean"&&(h.scheme=h.secure?"wss":"ws",h.secure=void 0),h.resourceName){var w=h.resourceName.split("?"),A=_(w,2),W=A[0],G=A[1];h.path=W&&W!=="/"?W:void 0,h.query=G,h.resourceName=void 0}return h.fragment=void 0,h}},Pr={scheme:"wss",domainHost:Pt.domainHost,parse:Pt.parse,serialize:Pt.serialize},et={},bt="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",gt="[0-9A-Fa-f]",zf=n(n("%[EFef]"+gt+"%"+gt+gt+"%"+gt+gt)+"|"+n("%[89A-Fa-f]"+gt+"%"+gt+gt)+"|"+n("%"+gt+gt)),Uf="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Bf="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",jf=r(Bf,'[\\"\\\\]'),Hf="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",Kf=new RegExp(bt,"g"),rr=new RegExp(zf,"g"),Wf=new RegExp(r("[^]",Uf,"[\\.]",'[\\"]',jf),"g"),wa=new RegExp(r("[^]",bt,Hf),"g"),Zf=wa;function Mi(g){var h=ou(g);return h.match(Kf)?h:g}var Fa={scheme:"mailto",parse:function(h,y){var w=h,A=w.to=w.path?w.path.split(","):[];if(w.path=void 0,w.query){for(var W=!1,G={},he=w.query.split("&"),De=0,Re=he.length;De<Re;++De){var fe=he[De].split("=");switch(fe[0]){case"to":for(var Ce=fe[1].split(","),Oe=0,se=Ce.length;Oe<se;++Oe)A.push(Ce[Oe]);break;case"subject":w.subject=Te(fe[1],y);break;case"body":w.body=Te(fe[1],y);break;default:W=!0,G[Te(fe[0],y)]=Te(fe[1],y);break}}W&&(w.headers=G)}w.query=void 0;for(var Fe=0,Ne=A.length;Fe<Ne;++Fe){var Se=A[Fe].split("@");if(Se[0]=Te(Se[0]),y.unicodeSupport)Se[1]=Te(Se[1],y).toLowerCase();else try{Se[1]=At.toASCII(Te(Se[1],y).toLowerCase())}catch(ku){w.error=w.error||"Email address's domain name can not be converted to ASCII via punycode: "+ku}A[Fe]=Se.join("@")}return w},serialize:function(h,y){var w=h,A=a(h.to);if(A){for(var W=0,G=A.length;W<G;++W){var he=String(A[W]),De=he.lastIndexOf("@"),Re=he.slice(0,De).replace(rr,Mi).replace(rr,s).replace(Wf,st),fe=he.slice(De+1);try{fe=y.iri?At.toUnicode(fe):At.toASCII(Te(fe,y).toLowerCase())}catch(Fe){w.error=w.error||"Email address's domain name can not be converted to "+(y.iri?"Unicode":"ASCII")+" via punycode: "+Fe}A[W]=Re+"@"+fe}w.path=A.join(",")}var Ce=h.headers=h.headers||{};h.subject&&(Ce.subject=h.subject),h.body&&(Ce.body=h.body);var Oe=[];for(var se in Ce)Ce[se]!==et[se]&&Oe.push(se.replace(rr,Mi).replace(rr,s).replace(wa,st)+"="+Ce[se].replace(rr,Mi).replace(rr,s).replace(Zf,st));return Oe.length&&(w.query=Oe.join("&")),w}},Gf=/^([^\:]+)\:(.*)/,Sa={scheme:"urn",parse:function(h,y){var w=h.path&&h.path.match(Gf),A=h;if(w){var W=y.scheme||A.scheme||"urn",G=w[1].toLowerCase(),he=w[2],De=W+":"+(y.nid||G),Re=We[De];A.nid=G,A.nss=he,A.path=void 0,Re&&(A=Re.parse(A,y))}else A.error=A.error||"URN can not be parsed.";return A},serialize:function(h,y){var w=y.scheme||h.scheme||"urn",A=h.nid,W=w+":"+(y.nid||A),G=We[W];G&&(h=G.serialize(h,y));var he=h,De=h.nss;return he.path=(A||y.nid)+":"+De,he}},Jf=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,Ta={scheme:"urn:uuid",parse:function(h,y){var w=h;return w.uuid=w.nss,w.nss=void 0,!y.tolerant&&(!w.uuid||!w.uuid.match(Jf))&&(w.error=w.error||"UUID is not valid."),w},serialize:function(h,y){var w=h;return w.nss=(h.uuid||"").toLowerCase(),w}};We[Le.scheme]=Le,We[ht.scheme]=ht,We[Pt.scheme]=Pt,We[Pr.scheme]=Pr,We[Fa.scheme]=Fa,We[Sa.scheme]=Sa,We[Ta.scheme]=Ta,u.SCHEMES=We,u.pctEncChar=st,u.pctDecChars=ou,u.parse=O,u.removeDotSegments=K,u.serialize=z,u.resolveComponents=Z,u.resolve=ee,u.normalize=ce,u.equal=ve,u.escapeComponent=be,u.unescapeComponent=Te,Object.defineProperty(u,"__esModule",{value:!0})})})(Ms,Ms.exports);var ty=Ms.exports;const uy=function(e){try{return!ty.parse(e.value,{reference:"absolute",absolutePath:!0}).error}catch{return!1}},ry=(e,t)=>{const u=bp(G_,t);return u.use(l6,xa({config:J_.config,inputs:{innerLabelTextInput:Y_,innerLabelTextareaInput:X_,selectInputGroup:Q_},rules:{uri:uy}})),u};window.addEventListener("ob3-open",function(e){var i,s,a;const t=((i=e.detail)==null?void 0:i.selector)||"#ob3-definer",u=document.querySelector(t);if(!u)throw new Error("No element found for selector "+t);const r={...u.dataset};(s=e.detail)!=null&&s.achievement&&(typeof e.detail.achievement=="string"?r.achievement=e.detail.achievement:r.achievement=JSON.stringify(e.detail.achievement)),(a=e.detail)!=null&&a.submitText&&(r.submitText=e.detail.submitText);const n=ry(t,r);n.mount(t),window.addEventListener("ob3-close",function o(){window.removeEventListener("ob3-open",o),n.unmount()})});
|