@like-a-startup/matildex-chat 0.52.0

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.
Files changed (64) hide show
  1. package/README.md +289 -0
  2. package/dist/App.vue.d.ts +2 -0
  3. package/dist/__stories__/App.stories.d.ts +18 -0
  4. package/dist/__tests__/Input.spec.d.ts +1 -0
  5. package/dist/__tests__/api/generic.spec.d.ts +1 -0
  6. package/dist/__tests__/api/message.spec.d.ts +1 -0
  7. package/dist/__tests__/index.spec.d.ts +1 -0
  8. package/dist/__tests__/plugins/chat.spec.d.ts +1 -0
  9. package/dist/__tests__/plugins/chat.test.d.ts +1 -0
  10. package/dist/__tests__/setup.d.ts +0 -0
  11. package/dist/__tests__/utils/create.d.ts +5 -0
  12. package/dist/__tests__/utils/fetch.d.ts +13 -0
  13. package/dist/__tests__/utils/index.d.ts +3 -0
  14. package/dist/__tests__/utils/selectors.d.ts +12 -0
  15. package/dist/__tests__/utils/streaming.spec.d.ts +1 -0
  16. package/dist/__tests__/utils/streamingHandlers.spec.d.ts +1 -0
  17. package/dist/api/generic.d.ts +7 -0
  18. package/dist/api/index.d.ts +2 -0
  19. package/dist/api/message.d.ts +11 -0
  20. package/dist/chat.bundle.es.js +27900 -0
  21. package/dist/chat.bundle.umd.js +54 -0
  22. package/dist/chat.es.js +28458 -0
  23. package/dist/chat.umd.js +498 -0
  24. package/dist/components/Button.vue.d.ts +17 -0
  25. package/dist/components/Chat.vue.d.ts +2 -0
  26. package/dist/components/ChatFile.vue.d.ts +11 -0
  27. package/dist/components/ChatWindow.vue.d.ts +2 -0
  28. package/dist/components/GetStarted.vue.d.ts +2 -0
  29. package/dist/components/GetStartedFooter.vue.d.ts +2 -0
  30. package/dist/components/Input.vue.d.ts +34 -0
  31. package/dist/components/Layout.vue.d.ts +23 -0
  32. package/dist/components/Message.vue.d.ts +39 -0
  33. package/dist/components/MessageTyping.vue.d.ts +76 -0
  34. package/dist/components/MessagesList.vue.d.ts +164 -0
  35. package/dist/components/PoweredBy.vue.d.ts +2 -0
  36. package/dist/components/index.d.ts +10 -0
  37. package/dist/composables/index.d.ts +3 -0
  38. package/dist/composables/useChat.d.ts +2 -0
  39. package/dist/composables/useI18n.d.ts +4 -0
  40. package/dist/composables/useOptions.d.ts +4 -0
  41. package/dist/constants/defaults.d.ts +3 -0
  42. package/dist/constants/index.d.ts +3 -0
  43. package/dist/constants/localStorage.d.ts +2 -0
  44. package/dist/constants/symbols.d.ts +4 -0
  45. package/dist/event-buses/chatEventBus.d.ts +1 -0
  46. package/dist/event-buses/index.d.ts +1 -0
  47. package/dist/favicon.ico +0 -0
  48. package/dist/index.d.ts +2 -0
  49. package/dist/plugins/chat.d.ts +3 -0
  50. package/dist/plugins/index.d.ts +1 -0
  51. package/dist/style.css +15 -0
  52. package/dist/types/chat.d.ts +13 -0
  53. package/dist/types/index.d.ts +5 -0
  54. package/dist/types/messages.d.ts +17 -0
  55. package/dist/types/options.d.ts +33 -0
  56. package/dist/types/streaming.d.ts +18 -0
  57. package/dist/types/webhook.d.ts +19 -0
  58. package/dist/utils/event-bus.d.ts +8 -0
  59. package/dist/utils/index.d.ts +3 -0
  60. package/dist/utils/mount.d.ts +1 -0
  61. package/dist/utils/streaming.d.ts +26 -0
  62. package/dist/utils/streamingHandlers.d.ts +6 -0
  63. package/dist/utils/utils.d.ts +1 -0
  64. package/package.json +68 -0
@@ -0,0 +1,54 @@
1
+ (function(vt,qt){typeof exports=="object"&&typeof module<"u"?qt(exports):typeof define=="function"&&define.amd?define(["exports"],qt):(vt=typeof globalThis<"u"?globalThis:vt||self,qt(vt.N8nChat={}))})(this,function(vt){"use strict";var TN=Object.defineProperty;var MN=(vt,qt,Ue)=>qt in vt?TN(vt,qt,{enumerable:!0,configurable:!0,writable:!0,value:Ue}):vt[qt]=Ue;var pa=(vt,qt,Ue)=>MN(vt,typeof qt!="symbol"?qt+"":qt,Ue);/*! Package version @n8n/chat@0.52.0 *//**
2
+ * @vue/shared v3.5.13
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **//*! #__NO_SIDE_EFFECTS__ */function qt(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const Ue={},to=[],$t=()=>{},Iy=()=>!1,Ss=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ha=e=>e.startsWith("onUpdate:"),Ct=Object.assign,ga=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Ry=Object.prototype.hasOwnProperty,We=(e,t)=>Ry.call(e,t),$e=Array.isArray,no=e=>As(e)==="[object Map]",ed=e=>As(e)==="[object Set]",Ce=e=>typeof e=="function",He=e=>typeof e=="string",zn=e=>typeof e=="symbol",Fe=e=>e!==null&&typeof e=="object",td=e=>(Fe(e)||Ce(e))&&Ce(e.then)&&Ce(e.catch),nd=Object.prototype.toString,As=e=>nd.call(e),Ts=e=>As(e).slice(8,-1),rd=e=>As(e)==="[object Object]",ma=e=>He(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Io=qt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ms=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Oy=/-(\w)/g,cn=Ms(e=>e.replace(Oy,(t,n)=>n?n.toUpperCase():"")),Py=/\B([A-Z])/g,dr=Ms(e=>e.replace(Py,"-$1").toLowerCase()),Ls=Ms(e=>e.charAt(0).toUpperCase()+e.slice(1)),va=Ms(e=>e?`on${Ls(e)}`:""),pr=(e,t)=>!Object.is(e,t),$s=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},od=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},ba=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Dy=e=>{const t=He(e)?Number(e):NaN;return isNaN(t)?e:t};let sd;const Is=()=>sd||(sd=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function st(e){if($e(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=He(r)?Fy(r):st(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(He(e)||Fe(e))return e}const Ny=/;(?![^(]*\))/g,By=/:([^]+)/,qy=/\/\*[^]*?\*\//g;function Fy(e){const t={};return e.replace(qy,"").split(Ny).forEach(n=>{if(n){const r=n.split(By);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Q(e){let t="";if(He(e))t=e;else if($e(e))for(let n=0;n<e.length;n++){const r=Q(e[n]);r&&(t+=r+" ")}else if(Fe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Rs(e){if(!e)return null;let{class:t,style:n}=e;return t&&!He(t)&&(e.class=Q(t)),n&&(e.style=st(n)),e}const zy=qt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function id(e){return!!e||e===""}const ad=e=>!!(e&&e.__v_isRef===!0),Qe=e=>He(e)?e:e==null?"":$e(e)||Fe(e)&&(e.toString===nd||!Ce(e.toString))?ad(e)?Qe(e.value):JSON.stringify(e,ld,2):String(e),ld=(e,t)=>ad(t)?ld(e,t.value):no(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[_a(r,o)+" =>"]=s,n),{})}:ed(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>_a(n))}:zn(t)?_a(t):Fe(t)&&!$e(t)&&!rd(t)?String(t):t,_a=(e,t="")=>{var n;return zn(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
6
+ * @vue/reactivity v3.5.13
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let Ft;class Hy{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ft,!t&&Ft&&(this.index=(Ft.scopes||(Ft.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Ft;try{return Ft=this,t()}finally{Ft=n}}}on(){Ft=this}off(){Ft=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0}}}function ya(){return Ft}function cd(e,t=!1){Ft&&Ft.cleanups.push(e)}let at;const wa=new WeakSet;class ud{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,Ft&&Ft.active&&Ft.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,wa.has(this)&&(wa.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||dd(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,vd(this),pd(this);const t=at,n=vn;at=this,vn=!0;try{return this.fn()}finally{hd(this),at=t,vn=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ea(t);this.deps=this.depsTail=void 0,vd(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?wa.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){xa(this)&&this.run()}get dirty(){return xa(this)}}let fd=0,Ro,Oo;function dd(e,t=!1){if(e.flags|=8,t){e.next=Oo,Oo=e;return}e.next=Ro,Ro=e}function ka(){fd++}function Ca(){if(--fd>0)return;if(Oo){let t=Oo;for(Oo=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Ro;){let t=Ro;for(Ro=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function pd(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function hd(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),Ea(r),jy(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function xa(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(gd(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function gd(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Po))return;e.globalVersion=Po;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!xa(e)){e.flags&=-3;return}const n=at,r=vn;at=e,vn=!0;try{pd(e);const s=e.fn(e._value);(t.version===0||pr(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{at=n,vn=r,hd(e),e.flags&=-3}}function Ea(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let o=n.computed.deps;o;o=o.nextDep)Ea(o,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function jy(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let vn=!0;const md=[];function Hn(){md.push(vn),vn=!1}function jn(){const e=md.pop();vn=e===void 0?!0:e}function vd(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=at;at=void 0;try{t()}finally{at=n}}}let Po=0;class Vy{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Sa{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(!at||!vn||at===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==at)n=this.activeLink=new Vy(at,this),at.deps?(n.prevDep=at.depsTail,at.depsTail.nextDep=n,at.depsTail=n):at.deps=at.depsTail=n,bd(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=at.depsTail,n.nextDep=void 0,at.depsTail.nextDep=n,at.depsTail=n,at.deps===n&&(at.deps=r)}return n}trigger(t){this.version++,Po++,this.notify(t)}notify(t){ka();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ca()}}}function bd(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)bd(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Os=new WeakMap,Ir=Symbol(""),Aa=Symbol(""),Do=Symbol("");function It(e,t,n){if(vn&&at){let r=Os.get(e);r||Os.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new Sa),s.map=r,s.key=n),s.track()}}function Vn(e,t,n,r,s,o){const i=Os.get(e);if(!i){Po++;return}const a=l=>{l&&l.trigger()};if(ka(),t==="clear")i.forEach(a);else{const l=$e(e),u=l&&ma(n);if(l&&n==="length"){const f=Number(r);i.forEach((c,p)=>{(p==="length"||p===Do||!zn(p)&&p>=f)&&a(c)})}else switch((n!==void 0||i.has(void 0))&&a(i.get(n)),u&&a(i.get(Do)),t){case"add":l?u&&a(i.get("length")):(a(i.get(Ir)),no(e)&&a(i.get(Aa)));break;case"delete":l||(a(i.get(Ir)),no(e)&&a(i.get(Aa)));break;case"set":no(e)&&a(i.get(Ir));break}}Ca()}function Uy(e,t){const n=Os.get(e);return n&&n.get(t)}function ro(e){const t=qe(e);return t===e?t:(It(t,"iterate",Do),un(e)?t:t.map(Rt))}function Ps(e){return It(e=qe(e),"iterate",Do),e}const Ky={__proto__:null,[Symbol.iterator](){return Ta(this,Symbol.iterator,Rt)},concat(...e){return ro(this).concat(...e.map(t=>$e(t)?ro(t):t))},entries(){return Ta(this,"entries",e=>(e[1]=Rt(e[1]),e))},every(e,t){return Un(this,"every",e,t,void 0,arguments)},filter(e,t){return Un(this,"filter",e,t,n=>n.map(Rt),arguments)},find(e,t){return Un(this,"find",e,t,Rt,arguments)},findIndex(e,t){return Un(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Un(this,"findLast",e,t,Rt,arguments)},findLastIndex(e,t){return Un(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Un(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ma(this,"includes",e)},indexOf(...e){return Ma(this,"indexOf",e)},join(e){return ro(this).join(e)},lastIndexOf(...e){return Ma(this,"lastIndexOf",e)},map(e,t){return Un(this,"map",e,t,void 0,arguments)},pop(){return No(this,"pop")},push(...e){return No(this,"push",e)},reduce(e,...t){return _d(this,"reduce",e,t)},reduceRight(e,...t){return _d(this,"reduceRight",e,t)},shift(){return No(this,"shift")},some(e,t){return Un(this,"some",e,t,void 0,arguments)},splice(...e){return No(this,"splice",e)},toReversed(){return ro(this).toReversed()},toSorted(e){return ro(this).toSorted(e)},toSpliced(...e){return ro(this).toSpliced(...e)},unshift(...e){return No(this,"unshift",e)},values(){return Ta(this,"values",Rt)}};function Ta(e,t,n){const r=Ps(e),s=r[t]();return r!==e&&!un(e)&&(s._next=s.next,s.next=()=>{const o=s._next();return o.value&&(o.value=n(o.value)),o}),s}const Gy=Array.prototype;function Un(e,t,n,r,s,o){const i=Ps(e),a=i!==e&&!un(e),l=i[t];if(l!==Gy[t]){const c=l.apply(e,o);return a?Rt(c):c}let u=n;i!==e&&(a?u=function(c,p){return n.call(this,Rt(c),p,e)}:n.length>2&&(u=function(c,p){return n.call(this,c,p,e)}));const f=l.call(i,u,r);return a&&s?s(f):f}function _d(e,t,n,r){const s=Ps(e);let o=n;return s!==e&&(un(e)?n.length>3&&(o=function(i,a,l){return n.call(this,i,a,l,e)}):o=function(i,a,l){return n.call(this,i,Rt(a),l,e)}),s[t](o,...r)}function Ma(e,t,n){const r=qe(e);It(r,"iterate",Do);const s=r[t](...n);return(s===-1||s===!1)&&$a(n[0])?(n[0]=qe(n[0]),r[t](...n)):s}function No(e,t,n=[]){Hn(),ka();const r=qe(e)[t].apply(e,n);return Ca(),jn(),r}const Wy=qt("__proto__,__v_isRef,__isVue"),yd=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(zn));function Zy(e){zn(e)||(e=String(e));const t=qe(this);return It(t,"has",e),t.hasOwnProperty(e)}class wd{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const s=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(s?o?Ad:Sd:o?Ed:xd).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=$e(t);if(!s){let l;if(i&&(l=Ky[n]))return l;if(n==="hasOwnProperty")return Zy}const a=Reflect.get(t,n,mt(t)?t:r);return(zn(n)?yd.has(n):Wy(n))||(s||It(t,"get",n),o)?a:mt(a)?i&&ma(n)?a:a.value:Fe(a)?s?qs(a):bn(a):a}}class kd extends wd{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._isShallow){const l=Rr(o);if(!un(r)&&!Rr(r)&&(o=qe(o),r=qe(r)),!$e(t)&&mt(o)&&!mt(r))return l?!1:(o.value=r,!0)}const i=$e(t)&&ma(n)?Number(n)<t.length:We(t,n),a=Reflect.set(t,n,r,mt(t)?t:s);return t===qe(s)&&(i?pr(r,o)&&Vn(t,"set",n,r):Vn(t,"add",n,r)),a}deleteProperty(t,n){const r=We(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&Vn(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!zn(n)||!yd.has(n))&&It(t,"has",n),r}ownKeys(t){return It(t,"iterate",$e(t)?"length":Ir),Reflect.ownKeys(t)}}class Cd extends wd{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Jy=new kd,Xy=new Cd,Yy=new kd(!0),Qy=new Cd(!0),La=e=>e,Ds=e=>Reflect.getPrototypeOf(e);function ew(e,t,n){return function(...r){const s=this.__v_raw,o=qe(s),i=no(o),a=e==="entries"||e===Symbol.iterator&&i,l=e==="keys"&&i,u=s[e](...r),f=n?La:t?Ia:Rt;return!t&&It(o,"iterate",l?Aa:Ir),{next(){const{value:c,done:p}=u.next();return p?{value:c,done:p}:{value:a?[f(c[0]),f(c[1])]:f(c),done:p}},[Symbol.iterator](){return this}}}}function Ns(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function tw(e,t){const n={get(s){const o=this.__v_raw,i=qe(o),a=qe(s);e||(pr(s,a)&&It(i,"get",s),It(i,"get",a));const{has:l}=Ds(i),u=t?La:e?Ia:Rt;if(l.call(i,s))return u(o.get(s));if(l.call(i,a))return u(o.get(a));o!==i&&o.get(s)},get size(){const s=this.__v_raw;return!e&&It(qe(s),"iterate",Ir),Reflect.get(s,"size",s)},has(s){const o=this.__v_raw,i=qe(o),a=qe(s);return e||(pr(s,a)&&It(i,"has",s),It(i,"has",a)),s===a?o.has(s):o.has(s)||o.has(a)},forEach(s,o){const i=this,a=i.__v_raw,l=qe(a),u=t?La:e?Ia:Rt;return!e&&It(l,"iterate",Ir),a.forEach((f,c)=>s.call(o,u(f),u(c),i))}};return Ct(n,e?{add:Ns("add"),set:Ns("set"),delete:Ns("delete"),clear:Ns("clear")}:{add(s){!t&&!un(s)&&!Rr(s)&&(s=qe(s));const o=qe(this);return Ds(o).has.call(o,s)||(o.add(s),Vn(o,"add",s,s)),this},set(s,o){!t&&!un(o)&&!Rr(o)&&(o=qe(o));const i=qe(this),{has:a,get:l}=Ds(i);let u=a.call(i,s);u||(s=qe(s),u=a.call(i,s));const f=l.call(i,s);return i.set(s,o),u?pr(o,f)&&Vn(i,"set",s,o):Vn(i,"add",s,o),this},delete(s){const o=qe(this),{has:i,get:a}=Ds(o);let l=i.call(o,s);l||(s=qe(s),l=i.call(o,s)),a&&a.call(o,s);const u=o.delete(s);return l&&Vn(o,"delete",s,void 0),u},clear(){const s=qe(this),o=s.size!==0,i=s.clear();return o&&Vn(s,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=ew(s,e,t)}),n}function Bs(e,t){const n=tw(e,t);return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(We(n,s)&&s in r?n:r,s,o)}const nw={get:Bs(!1,!1)},rw={get:Bs(!1,!0)},ow={get:Bs(!0,!1)},sw={get:Bs(!0,!0)},xd=new WeakMap,Ed=new WeakMap,Sd=new WeakMap,Ad=new WeakMap;function iw(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function aw(e){return e.__v_skip||!Object.isExtensible(e)?0:iw(Ts(e))}function bn(e){return Rr(e)?e:Fs(e,!1,Jy,nw,xd)}function lw(e){return Fs(e,!1,Yy,rw,Ed)}function qs(e){return Fs(e,!0,Xy,ow,Sd)}function $N(e){return Fs(e,!0,Qy,sw,Ad)}function Fs(e,t,n,r,s){if(!Fe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=aw(e);if(i===0)return e;const a=new Proxy(e,i===2?r:n);return s.set(e,a),a}function oo(e){return Rr(e)?oo(e.__v_raw):!!(e&&e.__v_isReactive)}function Rr(e){return!!(e&&e.__v_isReadonly)}function un(e){return!!(e&&e.__v_isShallow)}function $a(e){return e?!!e.__v_raw:!1}function qe(e){const t=e&&e.__v_raw;return t?qe(t):e}function cw(e){return!We(e,"__v_skip")&&Object.isExtensible(e)&&od(e,"__v_skip",!0),e}const Rt=e=>Fe(e)?bn(e):e,Ia=e=>Fe(e)?qs(e):e;function mt(e){return e?e.__v_isRef===!0:!1}function G(e){return Td(e,!1)}function Kn(e){return Td(e,!0)}function Td(e,t){return mt(e)?e:new uw(e,t)}class uw{constructor(t,n){this.dep=new Sa,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:qe(t),this._value=n?t:Rt(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||un(t)||Rr(t);t=r?t:qe(t),pr(t,n)&&(this._rawValue=t,this._value=r?t:Rt(t),this.dep.trigger())}}function Bo(e){e.dep&&e.dep.trigger()}function b(e){return mt(e)?e.value:e}const fw={get:(e,t,n)=>t==="__v_raw"?e:b(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return mt(s)&&!mt(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Md(e){return oo(e)?e:new Proxy(e,fw)}function zs(e){const t=$e(e)?new Array(e.length):{};for(const n in e)t[n]=Ld(e,n);return t}class dw{constructor(t,n,r){this._object=t,this._key=n,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 Uy(qe(this._object),this._key)}}class pw{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 _n(e,t,n){return mt(e)?e:Ce(e)?new pw(e):Fe(e)&&arguments.length>1?Ld(e,t,n):G(e)}function Ld(e,t,n){const r=e[t];return mt(r)?r:new dw(e,t,n)}class hw{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Sa(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Po-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&at!==this)return dd(this,!0),!0}get value(){const t=this.dep.track();return gd(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function gw(e,t,n=!1){let r,s;return Ce(e)?r=e:(r=e.get,s=e.set),new hw(r,s,n)}const Hs={},js=new WeakMap;let Or;function mw(e,t=!1,n=Or){if(n){let r=js.get(n);r||js.set(n,r=[]),r.push(e)}}function vw(e,t,n=Ue){const{immediate:r,deep:s,once:o,scheduler:i,augmentJob:a,call:l}=n,u=_=>s?_:un(_)||s===!1||s===0?Gn(_,1):Gn(_);let f,c,p,d,m=!1,g=!1;if(mt(e)?(c=()=>e.value,m=un(e)):oo(e)?(c=()=>u(e),m=!0):$e(e)?(g=!0,m=e.some(_=>oo(_)||un(_)),c=()=>e.map(_=>{if(mt(_))return _.value;if(oo(_))return u(_);if(Ce(_))return l?l(_,2):_()})):Ce(e)?t?c=l?()=>l(e,2):e:c=()=>{if(p){Hn();try{p()}finally{jn()}}const _=Or;Or=f;try{return l?l(e,3,[d]):e(d)}finally{Or=_}}:c=$t,t&&s){const _=c,E=s===!0?1/0:s;c=()=>Gn(_(),E)}const C=ya(),h=()=>{f.stop(),C&&C.active&&ga(C.effects,f)};if(o&&t){const _=t;t=(...E)=>{_(...E),h()}}let k=g?new Array(e.length).fill(Hs):Hs;const y=_=>{if(!(!(f.flags&1)||!f.dirty&&!_))if(t){const E=f.run();if(s||m||(g?E.some((x,M)=>pr(x,k[M])):pr(E,k))){p&&p();const x=Or;Or=f;try{const M=[E,k===Hs?void 0:g&&k[0]===Hs?[]:k,d];l?l(t,3,M):t(...M),k=E}finally{Or=x}}}else f.run()};return a&&a(y),f=new ud(c),f.scheduler=i?()=>i(y,!1):y,d=_=>mw(_,!1,f),p=f.onStop=()=>{const _=js.get(f);if(_){if(l)l(_,4);else for(const E of _)E();js.delete(f)}},t?r?y(!0):k=f.run():i?i(y.bind(null,!0),!0):f.run(),h.pause=f.pause.bind(f),h.resume=f.resume.bind(f),h.stop=h,h}function Gn(e,t=1/0,n){if(t<=0||!Fe(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,mt(e))Gn(e.value,t,n);else if($e(e))for(let r=0;r<e.length;r++)Gn(e[r],t,n);else if(ed(e)||no(e))e.forEach(r=>{Gn(r,t,n)});else if(rd(e)){for(const r in e)Gn(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Gn(e[r],t,n)}return e}/**
10
+ * @vue/runtime-core v3.5.13
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/const qo=[];let Ra=!1;function IN(e,...t){if(Ra)return;Ra=!0,Hn();const n=qo.length?qo[qo.length-1].component:null,r=n&&n.appContext.config.warnHandler,s=bw();if(r)so(r,n,11,[e+t.map(o=>{var i,a;return(a=(i=o.toString)==null?void 0:i.call(o))!=null?a:JSON.stringify(o)}).join(""),n&&n.proxy,s.map(({vnode:o})=>`at <${z0(n,o.type)}>`).join(`
14
+ `),s]);else{const o=[`[Vue warn]: ${e}`,...t];s.length&&o.push(`
15
+ `,..._w(s)),console.warn(...o)}jn(),Ra=!1}function bw(){let e=qo[qo.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function _w(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
16
+ `],...yw(n))}),t}function yw({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,s=` at <${z0(e.component,e.type,r)}`,o=">"+n;return e.props?[s,...ww(e.props),o]:[s+o]}function ww(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...$d(r,e[r]))}),n.length>3&&t.push(" ..."),t}function $d(e,t,n){return He(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:mt(t)?(t=$d(e,qe(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):Ce(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=qe(t),n?t:[`${e}=`,t])}function so(e,t,n,r){try{return r?e(...r):e()}catch(s){Vs(s,t,n)}}function yn(e,t,n,r){if(Ce(e)){const s=so(e,t,n,r);return s&&td(s)&&s.catch(o=>{Vs(o,t,n)}),s}if($e(e)){const s=[];for(let o=0;o<e.length;o++)s.push(yn(e[o],t,n,r));return s}}function Vs(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||Ue;if(t){let a=t.parent;const l=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const f=a.ec;if(f){for(let c=0;c<f.length;c++)if(f[c](e,l,u)===!1)return}a=a.parent}if(o){Hn(),so(o,null,10,[e,l,u]),jn();return}}kw(e,n,s,r,i)}function kw(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const zt=[];let In=-1;const io=[];let hr=null,ao=0;const Id=Promise.resolve();let Us=null;function Ke(e){const t=Us||Id;return e?t.then(this?e.bind(this):e):t}function Cw(e){let t=In+1,n=zt.length;for(;t<n;){const r=t+n>>>1,s=zt[r],o=Fo(s);o<e||o===e&&s.flags&2?t=r+1:n=r}return t}function Oa(e){if(!(e.flags&1)){const t=Fo(e),n=zt[zt.length-1];!n||!(e.flags&2)&&t>=Fo(n)?zt.push(e):zt.splice(Cw(t),0,e),e.flags|=1,Rd()}}function Rd(){Us||(Us=Id.then(Dd))}function xw(e){$e(e)?io.push(...e):hr&&e.id===-1?hr.splice(ao+1,0,e):e.flags&1||(io.push(e),e.flags|=1),Rd()}function Od(e,t,n=In+1){for(;n<zt.length;n++){const r=zt[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;zt.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Pd(e){if(io.length){const t=[...new Set(io)].sort((n,r)=>Fo(n)-Fo(r));if(io.length=0,hr){hr.push(...t);return}for(hr=t,ao=0;ao<hr.length;ao++){const n=hr[ao];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}hr=null,ao=0}}const Fo=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Dd(e){try{for(In=0;In<zt.length;In++){const t=zt[In];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),so(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;In<zt.length;In++){const t=zt[In];t&&(t.flags&=-2)}In=-1,zt.length=0,Pd(),Us=null,(zt.length||io.length)&&Dd()}}let xt=null,Nd=null;function Ks(e){const t=xt;return xt=e,Nd=e&&e.type.__scopeId||null,t}function pe(e,t=xt,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&I0(-1);const o=Ks(t);let i;try{i=e(...s)}finally{Ks(o),r._d&&I0(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Ht(e,t){if(xt===null)return e;const n=ai(xt),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,a,l=Ue]=t[s];o&&(Ce(o)&&(o={mounted:o,updated:o}),o.deep&&Gn(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:a,modifiers:l}))}return e}function Pr(e,t,n,r){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const a=s[i];o&&(a.oldValue=o[i].value);let l=a.dir[r];l&&(Hn(),yn(l,n,8,[e.el,a,e,t]),jn())}}const Bd=Symbol("_vte"),qd=e=>e.__isTeleport,zo=e=>e&&(e.disabled||e.disabled===""),Fd=e=>e&&(e.defer||e.defer===""),zd=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Hd=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Pa=(e,t)=>{const n=e&&e.to;return He(n)?t?t(n):null:n},jd={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,o,i,a,l,u){const{mc:f,pc:c,pbc:p,o:{insert:d,querySelector:m,createText:g,createComment:C}}=u,h=zo(t.props);let{shapeFlag:k,children:y,dynamicChildren:_}=t;if(e==null){const E=t.el=g(""),x=t.anchor=g("");d(E,n,r),d(x,n,r);const M=(R,D)=>{k&16&&(s&&s.isCE&&(s.ce._teleportTarget=R),f(y,R,D,s,o,i,a,l))},L=()=>{const R=t.target=Pa(t.props,m),D=Vd(R,t,g,d);R&&(i!=="svg"&&zd(R)?i="svg":i!=="mathml"&&Hd(R)&&(i="mathml"),h||(M(R,D),Ws(t,!1)))};h&&(M(n,x),Ws(t,!0)),Fd(t.props)?Ut(()=>{L(),t.el.__isMounted=!0},o):L()}else{if(Fd(t.props)&&!e.el.__isMounted){Ut(()=>{jd.process(e,t,n,r,s,o,i,a,l,u),delete e.el.__isMounted},o);return}t.el=e.el,t.targetStart=e.targetStart;const E=t.anchor=e.anchor,x=t.target=e.target,M=t.targetAnchor=e.targetAnchor,L=zo(e.props),R=L?n:x,D=L?E:M;if(i==="svg"||zd(x)?i="svg":(i==="mathml"||Hd(x))&&(i="mathml"),_?(p(e.dynamicChildren,_,R,s,o,i,a),Ga(e,t,!0)):l||c(e,t,R,D,s,o,i,a,!1),h)L?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Gs(t,n,E,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const B=t.target=Pa(t.props,m);B&&Gs(t,B,null,u,0)}else L&&Gs(t,x,M,u,1);Ws(t,h)}},remove(e,t,n,{um:r,o:{remove:s}},o){const{shapeFlag:i,children:a,anchor:l,targetStart:u,targetAnchor:f,target:c,props:p}=e;if(c&&(s(u),s(f)),o&&s(l),i&16){const d=o||!zo(p);for(let m=0;m<a.length;m++){const g=a[m];r(g,t,n,d,!!g.dynamicChildren)}}},move:Gs,hydrate:Ew};function Gs(e,t,n,{o:{insert:r},m:s},o=2){o===0&&r(e.targetAnchor,t,n);const{el:i,anchor:a,shapeFlag:l,children:u,props:f}=e,c=o===2;if(c&&r(i,t,n),(!c||zo(f))&&l&16)for(let p=0;p<u.length;p++)s(u[p],t,n,2);c&&r(a,t,n)}function Ew(e,t,n,r,s,o,{o:{nextSibling:i,parentNode:a,querySelector:l,insert:u,createText:f}},c){const p=t.target=Pa(t.props,l);if(p){const d=zo(t.props),m=p._lpa||p.firstChild;if(t.shapeFlag&16)if(d)t.anchor=c(i(e),t,a(e),n,r,s,o),t.targetStart=m,t.targetAnchor=m&&i(m);else{t.anchor=i(e);let g=m;for(;g;){if(g&&g.nodeType===8){if(g.data==="teleport start anchor")t.targetStart=g;else if(g.data==="teleport anchor"){t.targetAnchor=g,p._lpa=t.targetAnchor&&i(t.targetAnchor);break}}g=i(g)}t.targetAnchor||Vd(p,t,f,u),c(m&&i(m),t,p,n,r,s,o)}Ws(t,d)}return t.anchor&&i(t.anchor)}const Sw=jd;function Ws(e,t){const n=e.ctx;if(n&&n.ut){let r,s;for(t?(r=e.el,s=e.anchor):(r=e.targetStart,s=e.targetAnchor);r&&r!==s;)r.nodeType===1&&r.setAttribute("data-v-owner",n.uid),r=r.nextSibling;n.ut()}}function Vd(e,t,n,r){const s=t.targetStart=n(""),o=t.targetAnchor=n("");return s[Bd]=o,e&&(r(s,e),r(o,e)),o}const gr=Symbol("_leaveCb"),Zs=Symbol("_enterCb");function Aw(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return it(()=>{e.isMounted=!0}),Zt(()=>{e.isUnmounting=!0}),e}const fn=[Function,Array],Ud={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:fn,onEnter:fn,onAfterEnter:fn,onEnterCancelled:fn,onBeforeLeave:fn,onLeave:fn,onAfterLeave:fn,onLeaveCancelled:fn,onBeforeAppear:fn,onAppear:fn,onAfterAppear:fn,onAppearCancelled:fn},Kd=e=>{const t=e.subTree;return t.component?Kd(t.component):t},Tw={name:"BaseTransition",props:Ud,setup(e,{slots:t}){const n=bt(),r=Aw();return()=>{const s=t.default&&Jd(t.default(),!0);if(!s||!s.length)return;const o=Gd(s),i=qe(e),{mode:a}=i;if(r.isLeaving)return Na(o);const l=Zd(o);if(!l)return Na(o);let u=Da(l,i,r,n,c=>u=c);l.type!==Pt&&Ho(l,u);let f=n.subTree&&Zd(n.subTree);if(f&&f.type!==Pt&&!Nr(l,f)&&Kd(n).type!==Pt){let c=Da(f,i,r,n);if(Ho(f,c),a==="out-in"&&l.type!==Pt)return r.isLeaving=!0,c.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete c.afterLeave,f=void 0},Na(o);a==="in-out"&&l.type!==Pt?c.delayLeave=(p,d,m)=>{const g=Wd(r,f);g[String(f.key)]=f,p[gr]=()=>{d(),p[gr]=void 0,delete u.delayedLeave,f=void 0},u.delayedLeave=()=>{m(),delete u.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return o}}};function Gd(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Pt){t=n;break}}return t}const Mw=Tw;function Wd(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Da(e,t,n,r,s){const{appear:o,mode:i,persisted:a=!1,onBeforeEnter:l,onEnter:u,onAfterEnter:f,onEnterCancelled:c,onBeforeLeave:p,onLeave:d,onAfterLeave:m,onLeaveCancelled:g,onBeforeAppear:C,onAppear:h,onAfterAppear:k,onAppearCancelled:y}=t,_=String(e.key),E=Wd(n,e),x=(R,D)=>{R&&yn(R,r,9,D)},M=(R,D)=>{const B=D[1];x(R,D),$e(R)?R.every(N=>N.length<=1)&&B():R.length<=1&&B()},L={mode:i,persisted:a,beforeEnter(R){let D=l;if(!n.isMounted)if(o)D=C||l;else return;R[gr]&&R[gr](!0);const B=E[_];B&&Nr(e,B)&&B.el[gr]&&B.el[gr](),x(D,[R])},enter(R){let D=u,B=f,N=c;if(!n.isMounted)if(o)D=h||u,B=k||f,N=y||c;else return;let oe=!1;const F=R[Zs]=ie=>{oe||(oe=!0,ie?x(N,[R]):x(B,[R]),L.delayedLeave&&L.delayedLeave(),R[Zs]=void 0)};D?M(D,[R,F]):F()},leave(R,D){const B=String(e.key);if(R[Zs]&&R[Zs](!0),n.isUnmounting)return D();x(p,[R]);let N=!1;const oe=R[gr]=F=>{N||(N=!0,D(),F?x(g,[R]):x(m,[R]),R[gr]=void 0,E[B]===e&&delete E[B])};E[B]=e,d?M(d,[R,oe]):oe()},clone(R){const D=Da(R,t,n,r,s);return s&&s(D),D}};return L}function Na(e){if(Xs(e))return e=Zn(e),e.children=null,e}function Zd(e){if(!Xs(e))return qd(e.type)&&e.children?Gd(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&Ce(n.default))return n.default()}}function Ho(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Ho(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Jd(e,t=!1,n){let r=[],s=0;for(let o=0;o<e.length;o++){let i=e[o];const a=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===tt?(i.patchFlag&128&&s++,r=r.concat(Jd(i.children,t,a))):(t||i.type!==Pt)&&r.push(a!=null?Zn(i,{key:a}):i)}if(s>1)for(let o=0;o<r.length;o++)r[o].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function re(e,t){return Ce(e)?Ct({name:e.name},t,{setup:e}):e}function Xd(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Js(e,t,n,r,s=!1){if($e(e)){e.forEach((m,g)=>Js(m,t&&($e(t)?t[g]:t),n,r,s));return}if(lo(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&Js(e,t,n,r.component.subTree);return}const o=r.shapeFlag&4?ai(r.component):r.el,i=s?null:o,{i:a,r:l}=e,u=t&&t.r,f=a.refs===Ue?a.refs={}:a.refs,c=a.setupState,p=qe(c),d=c===Ue?()=>!1:m=>We(p,m);if(u!=null&&u!==l&&(He(u)?(f[u]=null,d(u)&&(c[u]=null)):mt(u)&&(u.value=null)),Ce(l))so(l,a,12,[i,f]);else{const m=He(l),g=mt(l);if(m||g){const C=()=>{if(e.f){const h=m?d(l)?c[l]:f[l]:l.value;s?$e(h)&&ga(h,o):$e(h)?h.includes(o)||h.push(o):m?(f[l]=[o],d(l)&&(c[l]=f[l])):(l.value=[o],e.k&&(f[e.k]=l.value))}else m?(f[l]=i,d(l)&&(c[l]=i)):g&&(l.value=i,e.k&&(f[e.k]=i))};i?(C.id=-1,Ut(C,n)):C()}}}Is().requestIdleCallback,Is().cancelIdleCallback;const lo=e=>!!e.type.__asyncLoader,Xs=e=>e.type.__isKeepAlive;function Lw(e,t){Qd(e,"a",t)}function Yd(e,t){Qd(e,"da",t)}function Qd(e,t,n=St){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Ys(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Xs(s.parent.vnode)&&$w(r,t,n,s),s=s.parent}}function $w(e,t,n,r){const s=Ys(t,e,r,!0);Qs(()=>{ga(r[t],s)},n)}function Ys(e,t,n=St,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{Hn();const a=Wo(n),l=yn(t,n,e,i);return a(),jn(),l});return r?s.unshift(o):s.push(o),o}}const Wn=e=>(t,n=St)=>{(!Zo||e==="sp")&&Ys(e,(...r)=>t(...r),n)},e0=Wn("bm"),it=Wn("m"),Iw=Wn("bu"),t0=Wn("u"),Zt=Wn("bum"),Qs=Wn("um"),Rw=Wn("sp"),Ow=Wn("rtg"),Pw=Wn("rtc");function Dw(e,t=St){Ys("ec",e,t)}const Ba="components",Nw="directives";function mr(e,t){return qa(Ba,e,!0,t)||e}const n0=Symbol.for("v-ndc");function Ot(e){return He(e)?qa(Ba,e,!1)||e:e||n0}function r0(e){return qa(Nw,e)}function qa(e,t,n=!0,r=!1){const s=xt||St;if(s){const o=s.type;if(e===Ba){const a=F0(o,!1);if(a&&(a===t||a===cn(t)||a===Ls(cn(t))))return o}const i=o0(s[e]||o[e],t)||o0(s.appContext[e],t);return!i&&r?o:i}}function o0(e,t){return e&&(e[t]||e[cn(t)]||e[Ls(cn(t))])}function wn(e,t,n,r){let s;const o=n,i=$e(e);if(i||He(e)){const a=i&&oo(e);let l=!1;a&&(l=!un(e),e=Ps(e)),s=new Array(e.length);for(let u=0,f=e.length;u<f;u++)s[u]=t(l?Rt(e[u]):e[u],u,void 0,o)}else if(typeof e=="number"){s=new Array(e);for(let a=0;a<e;a++)s[a]=t(a+1,a,void 0,o)}else if(Fe(e))if(e[Symbol.iterator])s=Array.from(e,(a,l)=>t(a,l,void 0,o));else{const a=Object.keys(e);s=new Array(a.length);for(let l=0,u=a.length;l<u;l++){const f=a[l];s[l]=t(e[f],f,l,o)}}else s=[];return s}function ei(e,t){for(let n=0;n<t.length;n++){const r=t[n];if($e(r))for(let s=0;s<r.length;s++)e[r[s].name]=r[s].fn;else r&&(e[r.name]=r.key?(...s)=>{const o=r.fn(...s);return o&&(o.key=r.key),o}:r.fn)}return e}function we(e,t,n={},r,s){if(xt.ce||xt.parent&&lo(xt.parent)&&xt.parent.ce)return t!=="default"&&(n.name=t),w(),ue(tt,null,[xe("slot",n,r&&r())],64);let o=e[t];o&&o._c&&(o._d=!1),w();const i=o&&s0(o(n)),a=n.key||i&&i.key,l=ue(tt,{key:(a&&!zn(a)?a:`_${t}`)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&e._===1?64:-2);return!s&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),o&&o._c&&(o._d=!0),l}function s0(e){return e.some(t=>Go(t)?!(t.type===Pt||t.type===tt&&!s0(t.children)):!0)?e:null}const Fa=e=>e?D0(e)?ai(e):Fa(e.parent):null,jo=Ct(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=>Fa(e.parent),$root:e=>Fa(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>f0(e),$forceUpdate:e=>e.f||(e.f=()=>{Oa(e.update)}),$nextTick:e=>e.n||(e.n=Ke.bind(e.proxy)),$watch:e=>o4.bind(e)}),za=(e,t)=>e!==Ue&&!e.__isScriptSetup&&We(e,t),Bw={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:a,appContext:l}=e;let u;if(t[0]!=="$"){const d=i[t];if(d!==void 0)switch(d){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(za(r,t))return i[t]=1,r[t];if(s!==Ue&&We(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&We(u,t))return i[t]=3,o[t];if(n!==Ue&&We(n,t))return i[t]=4,n[t];Ha&&(i[t]=0)}}const f=jo[t];let c,p;if(f)return t==="$attrs"&&It(e.attrs,"get",""),f(e);if((c=a.__cssModules)&&(c=c[t]))return c;if(n!==Ue&&We(n,t))return i[t]=4,n[t];if(p=l.config.globalProperties,We(p,t))return p[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return za(s,t)?(s[t]=n,!0):r!==Ue&&We(r,t)?(r[t]=n,!0):We(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:o}},i){let a;return!!n[i]||e!==Ue&&We(e,i)||za(t,i)||(a=o[0])&&We(a,i)||We(r,i)||We(jo,i)||We(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:We(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function i0(){return a0().slots}function ti(){return a0().attrs}function a0(){const e=bt();return e.setupContext||(e.setupContext=q0(e))}function l0(e){return $e(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Ha=!0;function qw(e){const t=f0(e),n=e.proxy,r=e.ctx;Ha=!1,t.beforeCreate&&c0(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:a,provide:l,inject:u,created:f,beforeMount:c,mounted:p,beforeUpdate:d,updated:m,activated:g,deactivated:C,beforeDestroy:h,beforeUnmount:k,destroyed:y,unmounted:_,render:E,renderTracked:x,renderTriggered:M,errorCaptured:L,serverPrefetch:R,expose:D,inheritAttrs:B,components:N,directives:oe,filters:F}=t;if(u&&Fw(u,r,null),i)for(const V in i){const H=i[V];Ce(H)&&(r[V]=H.bind(n))}if(s){const V=s.call(n,n);Fe(V)&&(e.data=bn(V))}if(Ha=!0,o)for(const V in o){const H=o[V],Y=Ce(H)?H.bind(n,n):Ce(H.get)?H.get.bind(n,n):$t,I=!Ce(H)&&Ce(H.set)?H.set.bind(n):$t,Z=P({get:Y,set:I});Object.defineProperty(r,V,{enumerable:!0,configurable:!0,get:()=>Z.value,set:K=>Z.value=K})}if(a)for(const V in a)u0(a[V],r,n,V);if(l){const V=Ce(l)?l.call(n):l;Reflect.ownKeys(V).forEach(H=>{Vt(H,V[H])})}f&&c0(f,e,"c");function j(V,H){$e(H)?H.forEach(Y=>V(Y.bind(n))):H&&V(H.bind(n))}if(j(e0,c),j(it,p),j(Iw,d),j(t0,m),j(Lw,g),j(Yd,C),j(Dw,L),j(Pw,x),j(Ow,M),j(Zt,k),j(Qs,_),j(Rw,R),$e(D))if(D.length){const V=e.exposed||(e.exposed={});D.forEach(H=>{Object.defineProperty(V,H,{get:()=>n[H],set:Y=>n[H]=Y})})}else e.exposed||(e.exposed={});E&&e.render===$t&&(e.render=E),B!=null&&(e.inheritAttrs=B),N&&(e.components=N),oe&&(e.directives=oe),R&&Xd(e)}function Fw(e,t,n=$t){$e(e)&&(e=ja(e));for(const r in e){const s=e[r];let o;Fe(s)?"default"in s?o=ze(s.from||r,s.default,!0):o=ze(s.from||r):o=ze(s),mt(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function c0(e,t,n){yn($e(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function u0(e,t,n,r){let s=r.includes(".")?A0(n,r):()=>n[r];if(He(e)){const o=t[e];Ce(o)&&Se(s,o)}else if(Ce(e))Se(s,e.bind(n));else if(Fe(e))if($e(e))e.forEach(o=>u0(o,t,n,r));else{const o=Ce(e.handler)?e.handler.bind(n):t[e.handler];Ce(o)&&Se(s,o,e)}}function f0(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,a=o.get(t);let l;return a?l=a:!s.length&&!n&&!r?l=t:(l={},s.length&&s.forEach(u=>ni(l,u,i,!0)),ni(l,t,i)),Fe(t)&&o.set(t,l),l}function ni(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&ni(e,o,n,!0),s&&s.forEach(i=>ni(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const a=zw[i]||n&&n[i];e[i]=a?a(e[i],t[i]):t[i]}return e}const zw={data:d0,props:p0,emits:p0,methods:Vo,computed:Vo,beforeCreate:jt,created:jt,beforeMount:jt,mounted:jt,beforeUpdate:jt,updated:jt,beforeDestroy:jt,beforeUnmount:jt,destroyed:jt,unmounted:jt,activated:jt,deactivated:jt,errorCaptured:jt,serverPrefetch:jt,components:Vo,directives:Vo,watch:jw,provide:d0,inject:Hw};function d0(e,t){return t?e?function(){return Ct(Ce(e)?e.call(this,this):e,Ce(t)?t.call(this,this):t)}:t:e}function Hw(e,t){return Vo(ja(e),ja(t))}function ja(e){if($e(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function jt(e,t){return e?[...new Set([].concat(e,t))]:t}function Vo(e,t){return e?Ct(Object.create(null),e,t):t}function p0(e,t){return e?$e(e)&&$e(t)?[...new Set([...e,...t])]:Ct(Object.create(null),l0(e),l0(t??{})):t}function jw(e,t){if(!e)return t;if(!t)return e;const n=Ct(Object.create(null),e);for(const r in t)n[r]=jt(e[r],t[r]);return n}function h0(){return{app:null,config:{isNativeTag:Iy,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 Vw=0;function Uw(e,t){return function(r,s=null){Ce(r)||(r=Ct({},r)),s!=null&&!Fe(s)&&(s=null);const o=h0(),i=new WeakSet,a=[];let l=!1;const u=o.app={_uid:Vw++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:C4,get config(){return o.config},set config(f){},use(f,...c){return i.has(f)||(f&&Ce(f.install)?(i.add(f),f.install(u,...c)):Ce(f)&&(i.add(f),f(u,...c))),u},mixin(f){return o.mixins.includes(f)||o.mixins.push(f),u},component(f,c){return c?(o.components[f]=c,u):o.components[f]},directive(f,c){return c?(o.directives[f]=c,u):o.directives[f]},mount(f,c,p){if(!l){const d=u._ceVNode||xe(r,s);return d.appContext=o,p===!0?p="svg":p===!1&&(p=void 0),e(d,f,p),l=!0,u._container=f,f.__vue_app__=u,ai(d.component)}},onUnmount(f){a.push(f)},unmount(){l&&(yn(a,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(f,c){return o.provides[f]=c,u},runWithContext(f){const c=co;co=u;try{return f()}finally{co=c}}};return u}}let co=null;function Vt(e,t){if(St){let n=St.provides;const r=St.parent&&St.parent.provides;r===n&&(n=St.provides=Object.create(r)),n[e]=t}}function ze(e,t,n=!1){const r=St||xt;if(r||co){const s=co?co._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&Ce(t)?t.call(r&&r.proxy):t}}const g0={},m0=()=>Object.create(g0),v0=e=>Object.getPrototypeOf(e)===g0;function Kw(e,t,n,r=!1){const s={},o=m0();e.propsDefaults=Object.create(null),b0(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:lw(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function Gw(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,a=qe(s),[l]=e.propsOptions;let u=!1;if((r||i>0)&&!(i&16)){if(i&8){const f=e.vnode.dynamicProps;for(let c=0;c<f.length;c++){let p=f[c];if(ri(e.emitsOptions,p))continue;const d=t[p];if(l)if(We(o,p))d!==o[p]&&(o[p]=d,u=!0);else{const m=cn(p);s[m]=Va(l,a,m,d,e,!1)}else d!==o[p]&&(o[p]=d,u=!0)}}}else{b0(e,t,s,o)&&(u=!0);let f;for(const c in a)(!t||!We(t,c)&&((f=dr(c))===c||!We(t,f)))&&(l?n&&(n[c]!==void 0||n[f]!==void 0)&&(s[c]=Va(l,a,c,void 0,e,!0)):delete s[c]);if(o!==a)for(const c in o)(!t||!We(t,c))&&(delete o[c],u=!0)}u&&Vn(e.attrs,"set","")}function b0(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,a;if(t)for(let l in t){if(Io(l))continue;const u=t[l];let f;s&&We(s,f=cn(l))?!o||!o.includes(f)?n[f]=u:(a||(a={}))[f]=u:ri(e.emitsOptions,l)||(!(l in r)||u!==r[l])&&(r[l]=u,i=!0)}if(o){const l=qe(n),u=a||Ue;for(let f=0;f<o.length;f++){const c=o[f];n[c]=Va(s,l,c,u[c],e,!We(u,c))}}return i}function Va(e,t,n,r,s,o){const i=e[n];if(i!=null){const a=We(i,"default");if(a&&r===void 0){const l=i.default;if(i.type!==Function&&!i.skipFactory&&Ce(l)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const f=Wo(s);r=u[n]=l.call(null,t),f()}}else r=l;s.ce&&s.ce._setProp(n,r)}i[0]&&(o&&!a?r=!1:i[1]&&(r===""||r===dr(n))&&(r=!0))}return r}const Ww=new WeakMap;function _0(e,t,n=!1){const r=n?Ww:t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},a=[];let l=!1;if(!Ce(e)){const f=c=>{l=!0;const[p,d]=_0(c,t,!0);Ct(i,p),d&&a.push(...d)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!o&&!l)return Fe(e)&&r.set(e,to),to;if($e(o))for(let f=0;f<o.length;f++){const c=cn(o[f]);y0(c)&&(i[c]=Ue)}else if(o)for(const f in o){const c=cn(f);if(y0(c)){const p=o[f],d=i[c]=$e(p)||Ce(p)?{type:p}:Ct({},p),m=d.type;let g=!1,C=!0;if($e(m))for(let h=0;h<m.length;++h){const k=m[h],y=Ce(k)&&k.name;if(y==="Boolean"){g=!0;break}else y==="String"&&(C=!1)}else g=Ce(m)&&m.name==="Boolean";d[0]=g,d[1]=C,(g||We(d,"default"))&&a.push(c)}}const u=[i,a];return Fe(e)&&r.set(e,u),u}function y0(e){return e[0]!=="$"&&!Io(e)}const w0=e=>e[0]==="_"||e==="$stable",Ua=e=>$e(e)?e.map(Rn):[Rn(e)],Zw=(e,t,n)=>{if(t._n)return t;const r=pe((...s)=>Ua(t(...s)),n);return r._c=!1,r},k0=(e,t,n)=>{const r=e._ctx;for(const s in e){if(w0(s))continue;const o=e[s];if(Ce(o))t[s]=Zw(s,o,r);else if(o!=null){const i=Ua(o);t[s]=()=>i}}},C0=(e,t)=>{const n=Ua(t);e.slots.default=()=>n},x0=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Jw=(e,t,n)=>{const r=e.slots=m0();if(e.vnode.shapeFlag&32){const s=t._;s?(x0(r,t,n),n&&od(r,"_",s,!0)):k0(t,r)}else t&&C0(e,t)},Xw=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=Ue;if(r.shapeFlag&32){const a=t._;a?n&&a===1?o=!1:x0(s,t,n):(o=!t.$stable,k0(t,s)),i=t}else t&&(C0(e,t),i={default:1});if(o)for(const a in s)!w0(a)&&i[a]==null&&delete s[a]},Ut=f4;function Yw(e){return Qw(e)}function Qw(e,t){const n=Is();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:a,createComment:l,setText:u,setElementText:f,parentNode:c,nextSibling:p,setScopeId:d=$t,insertStaticContent:m}=e,g=(T,$,z,X=null,J=null,ee=null,ae=void 0,se=null,ne=!!$.dynamicChildren)=>{if(T===$)return;T&&!Nr(T,$)&&(X=Je(T),K(T,J,ee,!0),T=null),$.patchFlag===-2&&(ne=!1,$.dynamicChildren=null);const{type:te,ref:ye,shapeFlag:fe}=$;switch(te){case uo:C(T,$,z,X);break;case Pt:h(T,$,z,X);break;case oi:T==null&&k($,z,X,ae);break;case tt:N(T,$,z,X,J,ee,ae,se,ne);break;default:fe&1?E(T,$,z,X,J,ee,ae,se,ne):fe&6?oe(T,$,z,X,J,ee,ae,se,ne):(fe&64||fe&128)&&te.process(T,$,z,X,J,ee,ae,se,ne,he)}ye!=null&&J&&Js(ye,T&&T.ref,ee,$||T,!$)},C=(T,$,z,X)=>{if(T==null)r($.el=a($.children),z,X);else{const J=$.el=T.el;$.children!==T.children&&u(J,$.children)}},h=(T,$,z,X)=>{T==null?r($.el=l($.children||""),z,X):$.el=T.el},k=(T,$,z,X)=>{[T.el,T.anchor]=m(T.children,$,z,X,T.el,T.anchor)},y=({el:T,anchor:$},z,X)=>{let J;for(;T&&T!==$;)J=p(T),r(T,z,X),T=J;r($,z,X)},_=({el:T,anchor:$})=>{let z;for(;T&&T!==$;)z=p(T),s(T),T=z;s($)},E=(T,$,z,X,J,ee,ae,se,ne)=>{$.type==="svg"?ae="svg":$.type==="math"&&(ae="mathml"),T==null?x($,z,X,J,ee,ae,se,ne):R(T,$,J,ee,ae,se,ne)},x=(T,$,z,X,J,ee,ae,se)=>{let ne,te;const{props:ye,shapeFlag:fe,transition:ve,dirs:U}=T;if(ne=T.el=i(T.type,ee,ye&&ye.is,ye),fe&8?f(ne,T.children):fe&16&&L(T.children,ne,null,X,J,Ka(T,ee),ae,se),U&&Pr(T,null,X,"created"),M(ne,T,T.scopeId,ae,X),ye){for(const Te in ye)Te!=="value"&&!Io(Te)&&o(ne,Te,null,ye[Te],ee,X);"value"in ye&&o(ne,"value",null,ye.value,ee),(te=ye.onVnodeBeforeMount)&&On(te,X,T)}U&&Pr(T,null,X,"beforeMount");const le=e4(J,ve);le&&ve.beforeEnter(ne),r(ne,$,z),((te=ye&&ye.onVnodeMounted)||le||U)&&Ut(()=>{te&&On(te,X,T),le&&ve.enter(ne),U&&Pr(T,null,X,"mounted")},J)},M=(T,$,z,X,J)=>{if(z&&d(T,z),X)for(let ee=0;ee<X.length;ee++)d(T,X[ee]);if(J){let ee=J.subTree;if($===ee||$0(ee.type)&&(ee.ssContent===$||ee.ssFallback===$)){const ae=J.vnode;M(T,ae,ae.scopeId,ae.slotScopeIds,J.parent)}}},L=(T,$,z,X,J,ee,ae,se,ne=0)=>{for(let te=ne;te<T.length;te++){const ye=T[te]=se?br(T[te]):Rn(T[te]);g(null,ye,$,z,X,J,ee,ae,se)}},R=(T,$,z,X,J,ee,ae)=>{const se=$.el=T.el;let{patchFlag:ne,dynamicChildren:te,dirs:ye}=$;ne|=T.patchFlag&16;const fe=T.props||Ue,ve=$.props||Ue;let U;if(z&&Dr(z,!1),(U=ve.onVnodeBeforeUpdate)&&On(U,z,$,T),ye&&Pr($,T,z,"beforeUpdate"),z&&Dr(z,!0),(fe.innerHTML&&ve.innerHTML==null||fe.textContent&&ve.textContent==null)&&f(se,""),te?D(T.dynamicChildren,te,se,z,X,Ka($,J),ee):ae||H(T,$,se,null,z,X,Ka($,J),ee,!1),ne>0){if(ne&16)B(se,fe,ve,z,J);else if(ne&2&&fe.class!==ve.class&&o(se,"class",null,ve.class,J),ne&4&&o(se,"style",fe.style,ve.style,J),ne&8){const le=$.dynamicProps;for(let Te=0;Te<le.length;Te++){const Re=le[Te],ut=fe[Re],gt=ve[Re];(gt!==ut||Re==="value")&&o(se,Re,ut,gt,J,z)}}ne&1&&T.children!==$.children&&f(se,$.children)}else!ae&&te==null&&B(se,fe,ve,z,J);((U=ve.onVnodeUpdated)||ye)&&Ut(()=>{U&&On(U,z,$,T),ye&&Pr($,T,z,"updated")},X)},D=(T,$,z,X,J,ee,ae)=>{for(let se=0;se<$.length;se++){const ne=T[se],te=$[se],ye=ne.el&&(ne.type===tt||!Nr(ne,te)||ne.shapeFlag&70)?c(ne.el):z;g(ne,te,ye,null,X,J,ee,ae,!0)}},B=(T,$,z,X,J)=>{if($!==z){if($!==Ue)for(const ee in $)!Io(ee)&&!(ee in z)&&o(T,ee,$[ee],null,J,X);for(const ee in z){if(Io(ee))continue;const ae=z[ee],se=$[ee];ae!==se&&ee!=="value"&&o(T,ee,se,ae,J,X)}"value"in z&&o(T,"value",$.value,z.value,J)}},N=(T,$,z,X,J,ee,ae,se,ne)=>{const te=$.el=T?T.el:a(""),ye=$.anchor=T?T.anchor:a("");let{patchFlag:fe,dynamicChildren:ve,slotScopeIds:U}=$;U&&(se=se?se.concat(U):U),T==null?(r(te,z,X),r(ye,z,X),L($.children||[],z,ye,J,ee,ae,se,ne)):fe>0&&fe&64&&ve&&T.dynamicChildren?(D(T.dynamicChildren,ve,z,J,ee,ae,se),($.key!=null||J&&$===J.subTree)&&Ga(T,$,!0)):H(T,$,z,ye,J,ee,ae,se,ne)},oe=(T,$,z,X,J,ee,ae,se,ne)=>{$.slotScopeIds=se,T==null?$.shapeFlag&512?J.ctx.activate($,z,X,ae,ne):F($,z,X,J,ee,ae,ne):ie(T,$,ne)},F=(T,$,z,X,J,ee,ae)=>{const se=T.component=m4(T,X,J);if(Xs(T)&&(se.ctx.renderer=he),v4(se,!1,ae),se.asyncDep){if(J&&J.registerDep(se,j,ae),!T.el){const ne=se.subTree=xe(Pt);h(null,ne,$,z)}}else j(se,T,$,z,J,ee,ae)},ie=(T,$,z)=>{const X=$.component=T.component;if(c4(T,$,z))if(X.asyncDep&&!X.asyncResolved){V(X,$,z);return}else X.next=$,X.update();else $.el=T.el,X.vnode=$},j=(T,$,z,X,J,ee,ae)=>{const se=()=>{if(T.isMounted){let{next:fe,bu:ve,u:U,parent:le,vnode:Te}=T;{const Mt=E0(T);if(Mt){fe&&(fe.el=Te.el,V(T,fe,ae)),Mt.asyncDep.then(()=>{T.isUnmounted||se()});return}}let Re=fe,ut;Dr(T,!1),fe?(fe.el=Te.el,V(T,fe,ae)):fe=Te,ve&&$s(ve),(ut=fe.props&&fe.props.onVnodeBeforeUpdate)&&On(ut,le,fe,Te),Dr(T,!0);const gt=M0(T),Et=T.subTree;T.subTree=gt,g(Et,gt,c(Et.el),Je(Et),T,J,ee),fe.el=gt.el,Re===null&&u4(T,gt.el),U&&Ut(U,J),(ut=fe.props&&fe.props.onVnodeUpdated)&&Ut(()=>On(ut,le,fe,Te),J)}else{let fe;const{el:ve,props:U}=$,{bm:le,m:Te,parent:Re,root:ut,type:gt}=T,Et=lo($);Dr(T,!1),le&&$s(le),!Et&&(fe=U&&U.onVnodeBeforeMount)&&On(fe,Re,$),Dr(T,!0);{ut.ce&&ut.ce._injectChildStyle(gt);const Mt=T.subTree=M0(T);g(null,Mt,z,X,T,J,ee),$.el=Mt.el}if(Te&&Ut(Te,J),!Et&&(fe=U&&U.onVnodeMounted)){const Mt=$;Ut(()=>On(fe,Re,Mt),J)}($.shapeFlag&256||Re&&lo(Re.vnode)&&Re.vnode.shapeFlag&256)&&T.a&&Ut(T.a,J),T.isMounted=!0,$=z=X=null}};T.scope.on();const ne=T.effect=new ud(se);T.scope.off();const te=T.update=ne.run.bind(ne),ye=T.job=ne.runIfDirty.bind(ne);ye.i=T,ye.id=T.uid,ne.scheduler=()=>Oa(ye),Dr(T,!0),te()},V=(T,$,z)=>{$.component=T;const X=T.vnode.props;T.vnode=$,T.next=null,Gw(T,$.props,X,z),Xw(T,$.children,z),Hn(),Od(T),jn()},H=(T,$,z,X,J,ee,ae,se,ne=!1)=>{const te=T&&T.children,ye=T?T.shapeFlag:0,fe=$.children,{patchFlag:ve,shapeFlag:U}=$;if(ve>0){if(ve&128){I(te,fe,z,X,J,ee,ae,se,ne);return}else if(ve&256){Y(te,fe,z,X,J,ee,ae,se,ne);return}}U&8?(ye&16&&Pe(te,J,ee),fe!==te&&f(z,fe)):ye&16?U&16?I(te,fe,z,X,J,ee,ae,se,ne):Pe(te,J,ee,!0):(ye&8&&f(z,""),U&16&&L(fe,z,X,J,ee,ae,se,ne))},Y=(T,$,z,X,J,ee,ae,se,ne)=>{T=T||to,$=$||to;const te=T.length,ye=$.length,fe=Math.min(te,ye);let ve;for(ve=0;ve<fe;ve++){const U=$[ve]=ne?br($[ve]):Rn($[ve]);g(T[ve],U,z,null,J,ee,ae,se,ne)}te>ye?Pe(T,J,ee,!0,!1,fe):L($,z,X,J,ee,ae,se,ne,fe)},I=(T,$,z,X,J,ee,ae,se,ne)=>{let te=0;const ye=$.length;let fe=T.length-1,ve=ye-1;for(;te<=fe&&te<=ve;){const U=T[te],le=$[te]=ne?br($[te]):Rn($[te]);if(Nr(U,le))g(U,le,z,null,J,ee,ae,se,ne);else break;te++}for(;te<=fe&&te<=ve;){const U=T[fe],le=$[ve]=ne?br($[ve]):Rn($[ve]);if(Nr(U,le))g(U,le,z,null,J,ee,ae,se,ne);else break;fe--,ve--}if(te>fe){if(te<=ve){const U=ve+1,le=U<ye?$[U].el:X;for(;te<=ve;)g(null,$[te]=ne?br($[te]):Rn($[te]),z,le,J,ee,ae,se,ne),te++}}else if(te>ve)for(;te<=fe;)K(T[te],J,ee,!0),te++;else{const U=te,le=te,Te=new Map;for(te=le;te<=ve;te++){const yt=$[te]=ne?br($[te]):Rn($[te]);yt.key!=null&&Te.set(yt.key,te)}let Re,ut=0;const gt=ve-le+1;let Et=!1,Mt=0;const Ln=new Array(gt);for(te=0;te<gt;te++)Ln[te]=0;for(te=U;te<=fe;te++){const yt=T[te];if(ut>=gt){K(yt,J,ee,!0);continue}let Nt;if(yt.key!=null)Nt=Te.get(yt.key);else for(Re=le;Re<=ve;Re++)if(Ln[Re-le]===0&&Nr(yt,$[Re])){Nt=Re;break}Nt===void 0?K(yt,J,ee,!0):(Ln[Nt-le]=te+1,Nt>=Mt?Mt=Nt:Et=!0,g(yt,$[Nt],z,null,J,ee,ae,se,ne),ut++)}const mn=Et?t4(Ln):to;for(Re=mn.length-1,te=gt-1;te>=0;te--){const yt=le+te,Nt=$[yt],Bn=yt+1<ye?$[yt+1].el:X;Ln[te]===0?g(null,Nt,z,Bn,J,ee,ae,se,ne):Et&&(Re<0||te!==mn[Re]?Z(Nt,z,Bn,2):Re--)}}},Z=(T,$,z,X,J=null)=>{const{el:ee,type:ae,transition:se,children:ne,shapeFlag:te}=T;if(te&6){Z(T.component.subTree,$,z,X);return}if(te&128){T.suspense.move($,z,X);return}if(te&64){ae.move(T,$,z,he);return}if(ae===tt){r(ee,$,z);for(let fe=0;fe<ne.length;fe++)Z(ne[fe],$,z,X);r(T.anchor,$,z);return}if(ae===oi){y(T,$,z);return}if(X!==2&&te&1&&se)if(X===0)se.beforeEnter(ee),r(ee,$,z),Ut(()=>se.enter(ee),J);else{const{leave:fe,delayLeave:ve,afterLeave:U}=se,le=()=>r(ee,$,z),Te=()=>{fe(ee,()=>{le(),U&&U()})};ve?ve(ee,le,Te):Te()}else r(ee,$,z)},K=(T,$,z,X=!1,J=!1)=>{const{type:ee,props:ae,ref:se,children:ne,dynamicChildren:te,shapeFlag:ye,patchFlag:fe,dirs:ve,cacheIndex:U}=T;if(fe===-2&&(J=!1),se!=null&&Js(se,null,z,T,!0),U!=null&&($.renderCache[U]=void 0),ye&256){$.ctx.deactivate(T);return}const le=ye&1&&ve,Te=!lo(T);let Re;if(Te&&(Re=ae&&ae.onVnodeBeforeUnmount)&&On(Re,$,T),ye&6)Oe(T.component,z,X);else{if(ye&128){T.suspense.unmount(z,X);return}le&&Pr(T,null,$,"beforeUnmount"),ye&64?T.type.remove(T,$,z,he,X):te&&!te.hasOnce&&(ee!==tt||fe>0&&fe&64)?Pe(te,$,z,!1,!0):(ee===tt&&fe&384||!J&&ye&16)&&Pe(ne,$,z),X&&me(T)}(Te&&(Re=ae&&ae.onVnodeUnmounted)||le)&&Ut(()=>{Re&&On(Re,$,T),le&&Pr(T,null,$,"unmounted")},z)},me=T=>{const{type:$,el:z,anchor:X,transition:J}=T;if($===tt){Ae(z,X);return}if($===oi){_(T);return}const ee=()=>{s(z),J&&!J.persisted&&J.afterLeave&&J.afterLeave()};if(T.shapeFlag&1&&J&&!J.persisted){const{leave:ae,delayLeave:se}=J,ne=()=>ae(z,ee);se?se(T.el,ee,ne):ne()}else ee()},Ae=(T,$)=>{let z;for(;T!==$;)z=p(T),s(T),T=z;s($)},Oe=(T,$,z)=>{const{bum:X,scope:J,job:ee,subTree:ae,um:se,m:ne,a:te}=T;S0(ne),S0(te),X&&$s(X),J.stop(),ee&&(ee.flags|=8,K(ae,T,$,z)),se&&Ut(se,$),Ut(()=>{T.isUnmounted=!0},$),$&&$.pendingBranch&&!$.isUnmounted&&T.asyncDep&&!T.asyncResolved&&T.suspenseId===$.pendingId&&($.deps--,$.deps===0&&$.resolve())},Pe=(T,$,z,X=!1,J=!1,ee=0)=>{for(let ae=ee;ae<T.length;ae++)K(T[ae],$,z,X,J)},Je=T=>{if(T.shapeFlag&6)return Je(T.component.subTree);if(T.shapeFlag&128)return T.suspense.next();const $=p(T.anchor||T.el),z=$&&$[Bd];return z?p(z):$};let je=!1;const pt=(T,$,z)=>{T==null?$._vnode&&K($._vnode,null,null,!0):g($._vnode||null,T,$,null,null,null,z),$._vnode=T,je||(je=!0,Od(),Pd(),je=!1)},he={p:g,um:K,m:Z,r:me,mt:F,mc:L,pc:H,pbc:D,n:Je,o:e};return{render:pt,hydrate:void 0,createApp:Uw(pt)}}function Ka({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Dr({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function e4(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ga(e,t,n=!1){const r=e.children,s=t.children;if($e(r)&&$e(s))for(let o=0;o<r.length;o++){const i=r[o];let a=s[o];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=s[o]=br(s[o]),a.el=i.el),!n&&a.patchFlag!==-2&&Ga(i,a)),a.type===uo&&(a.el=i.el)}}function t4(e){const t=e.slice(),n=[0];let r,s,o,i,a;const l=e.length;for(r=0;r<l;r++){const u=e[r];if(u!==0){if(s=n[n.length-1],e[s]<u){t[r]=s,n.push(r);continue}for(o=0,i=n.length-1;o<i;)a=o+i>>1,e[n[a]]<u?o=a+1:i=a;u<e[n[o]]&&(o>0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function E0(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:E0(t)}function S0(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const n4=Symbol.for("v-scx"),r4=()=>ze(n4);function Wa(e,t){return Za(e,null,t)}function Se(e,t,n){return Za(e,t,n)}function Za(e,t,n=Ue){const{immediate:r,deep:s,flush:o,once:i}=n,a=Ct({},n),l=t&&r||!t&&o!=="post";let u;if(Zo){if(o==="sync"){const d=r4();u=d.__watcherHandles||(d.__watcherHandles=[])}else if(!l){const d=()=>{};return d.stop=$t,d.resume=$t,d.pause=$t,d}}const f=St;a.call=(d,m,g)=>yn(d,f,m,g);let c=!1;o==="post"?a.scheduler=d=>{Ut(d,f&&f.suspense)}:o!=="sync"&&(c=!0,a.scheduler=(d,m)=>{m?d():Oa(d)}),a.augmentJob=d=>{t&&(d.flags|=4),c&&(d.flags|=2,f&&(d.id=f.uid,d.i=f))};const p=vw(e,t,a);return Zo&&(u?u.push(p):l&&p()),p}function o4(e,t,n){const r=this.proxy,s=He(e)?e.includes(".")?A0(r,e):()=>r[e]:e.bind(r,r);let o;Ce(t)?o=t:(o=t.handler,n=t);const i=Wo(this),a=Za(s,o.bind(r),n);return i(),a}function A0(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const s4=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${cn(t)}Modifiers`]||e[`${dr(t)}Modifiers`];function i4(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||Ue;let s=n;const o=t.startsWith("update:"),i=o&&s4(r,t.slice(7));i&&(i.trim&&(s=n.map(f=>He(f)?f.trim():f)),i.number&&(s=n.map(ba)));let a,l=r[a=va(t)]||r[a=va(cn(t))];!l&&o&&(l=r[a=va(dr(t))]),l&&yn(l,e,6,s);const u=r[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,yn(u,e,6,s)}}function T0(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const o=e.emits;let i={},a=!1;if(!Ce(e)){const l=u=>{const f=T0(u,t,!0);f&&(a=!0,Ct(i,f))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!o&&!a?(Fe(e)&&r.set(e,null),null):($e(o)?o.forEach(l=>i[l]=null):Ct(i,o),Fe(e)&&r.set(e,i),i)}function ri(e,t){return!e||!Ss(t)?!1:(t=t.slice(2).replace(/Once$/,""),We(e,t[0].toLowerCase()+t.slice(1))||We(e,dr(t))||We(e,t))}function RN(){}function M0(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[o],slots:i,attrs:a,emit:l,render:u,renderCache:f,props:c,data:p,setupState:d,ctx:m,inheritAttrs:g}=e,C=Ks(e);let h,k;try{if(n.shapeFlag&4){const _=s||r,E=_;h=Rn(u.call(E,_,f,c,d,p,m)),k=a}else{const _=t;h=Rn(_.length>1?_(c,{attrs:a,slots:i,emit:l}):_(c,null)),k=t.props?a:a4(a)}}catch(_){Uo.length=0,Vs(_,e,1),h=xe(Pt)}let y=h;if(k&&g!==!1){const _=Object.keys(k),{shapeFlag:E}=y;_.length&&E&7&&(o&&_.some(ha)&&(k=l4(k,o)),y=Zn(y,k,!1,!0))}return n.dirs&&(y=Zn(y,null,!1,!0),y.dirs=y.dirs?y.dirs.concat(n.dirs):n.dirs),n.transition&&Ho(y,n.transition),h=y,Ks(C),h}const a4=e=>{let t;for(const n in e)(n==="class"||n==="style"||Ss(n))&&((t||(t={}))[n]=e[n]);return t},l4=(e,t)=>{const n={};for(const r in e)(!ha(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function c4(e,t,n){const{props:r,children:s,component:o}=e,{props:i,children:a,patchFlag:l}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?L0(r,i,u):!!i;if(l&8){const f=t.dynamicProps;for(let c=0;c<f.length;c++){const p=f[c];if(i[p]!==r[p]&&!ri(u,p))return!0}}}else return(s||a)&&(!a||!a.$stable)?!0:r===i?!1:r?i?L0(r,i,u):!0:!!i;return!1}function L0(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const o=r[s];if(t[o]!==e[o]&&!ri(n,o))return!0}return!1}function u4({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const $0=e=>e.__isSuspense;function f4(e,t){t&&t.pendingBranch?$e(e)?t.effects.push(...e):t.effects.push(e):xw(e)}const tt=Symbol.for("v-fgt"),uo=Symbol.for("v-txt"),Pt=Symbol.for("v-cmt"),oi=Symbol.for("v-stc"),Uo=[];let en=null;function w(e=!1){Uo.push(en=e?null:[])}function d4(){Uo.pop(),en=Uo[Uo.length-1]||null}let Ko=1;function I0(e,t=!1){Ko+=e,e<0&&en&&t&&(en.hasOnce=!0)}function R0(e){return e.dynamicChildren=Ko>0?en||to:null,d4(),Ko>0&&en&&en.push(e),e}function A(e,t,n,r,s,o){return R0(v(e,t,n,r,s,o,!0))}function ue(e,t,n,r,s){return R0(xe(e,t,n,r,s,!0))}function Go(e){return e?e.__v_isVNode===!0:!1}function Nr(e,t){return e.type===t.type&&e.key===t.key}const O0=({key:e})=>e??null,si=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?He(e)||mt(e)||Ce(e)?{i:xt,r:e,k:t,f:!!n}:e:null);function v(e,t=null,n=null,r=0,s=null,o=e===tt?0:1,i=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&O0(t),ref:t&&si(t),scopeId:Nd,slotScopeIds:null,children:n,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:o,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:xt};return a?(Xa(l,n),o&128&&e.normalize(l)):n&&(l.shapeFlag|=He(n)?8:16),Ko>0&&!i&&en&&(l.patchFlag>0||o&6)&&l.patchFlag!==32&&en.push(l),l}const xe=p4;function p4(e,t=null,n=null,r=0,s=null,o=!1){if((!e||e===n0)&&(e=Pt),Go(e)){const a=Zn(e,t,!0);return n&&Xa(a,n),Ko>0&&!o&&en&&(a.shapeFlag&6?en[en.indexOf(e)]=a:en.push(a)),a.patchFlag=-2,a}if(k4(e)&&(e=e.__vccOpts),t){t=Ja(t);let{class:a,style:l}=t;a&&!He(a)&&(t.class=Q(a)),Fe(l)&&($a(l)&&!$e(l)&&(l=Ct({},l)),t.style=st(l))}const i=He(e)?1:$0(e)?128:qd(e)?64:Fe(e)?4:Ce(e)?2:0;return v(e,t,n,r,s,i,o,!0)}function Ja(e){return e?$a(e)||v0(e)?Ct({},e):e:null}function Zn(e,t,n=!1,r=!1){const{props:s,ref:o,patchFlag:i,children:a,transition:l}=e,u=t?ht(s||{},t):s,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&O0(u),ref:t&&t.ref?n&&o?$e(o)?o.concat(si(t)):[o,si(t)]:si(t):o,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!==tt?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Zn(e.ssContent),ssFallback:e.ssFallback&&Zn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&Ho(f,l.clone(f)),f}function Br(e=" ",t=0){return xe(uo,null,e,t)}function vr(e,t){const n=xe(oi,null,e);return n.staticCount=t,n}function _e(e="",t=!1){return t?(w(),ue(Pt,null,e)):xe(Pt,null,e)}function Rn(e){return e==null||typeof e=="boolean"?xe(Pt):$e(e)?xe(tt,null,e.slice()):Go(e)?br(e):xe(uo,null,String(e))}function br(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Zn(e)}function Xa(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if($e(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),Xa(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!v0(t)?t._ctx=xt:s===3&&xt&&(xt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Ce(t)?(t={default:t,_ctx:xt},n=32):(t=String(t),r&64?(n=16,t=[Br(t)]):n=8);e.children=t,e.shapeFlag|=n}function ht(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=Q([t.class,r.class]));else if(s==="style")t.style=st([t.style,r.style]);else if(Ss(s)){const o=t[s],i=r[s];i&&o!==i&&!($e(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=r[s])}return t}function On(e,t,n,r=null){yn(e,t,7,[n,r])}const h4=h0();let g4=0;function m4(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||h4,o={uid:g4++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Hy(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:_0(r,s),emitsOptions:T0(r,s),emit:null,emitted:null,propsDefaults:Ue,inheritAttrs:r.inheritAttrs,ctx:Ue,data:Ue,props:Ue,attrs:Ue,slots:Ue,refs:Ue,setupState:Ue,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=i4.bind(null,o),e.ce&&e.ce(o),o}let St=null;const bt=()=>St||xt;let ii,Ya;{const e=Is(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};ii=t("__VUE_INSTANCE_SETTERS__",n=>St=n),Ya=t("__VUE_SSR_SETTERS__",n=>Zo=n)}const Wo=e=>{const t=St;return ii(e),e.scope.on(),()=>{e.scope.off(),ii(t)}},P0=()=>{St&&St.scope.off(),ii(null)};function D0(e){return e.vnode.shapeFlag&4}let Zo=!1;function v4(e,t=!1,n=!1){t&&Ya(t);const{props:r,children:s}=e.vnode,o=D0(e);Kw(e,r,o,t),Jw(e,s,n);const i=o?b4(e,t):void 0;return t&&Ya(!1),i}function b4(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Bw);const{setup:r}=n;if(r){Hn();const s=e.setupContext=r.length>1?q0(e):null,o=Wo(e),i=so(r,e,0,[e.props,s]),a=td(i);if(jn(),o(),(a||e.sp)&&!lo(e)&&Xd(e),a){if(i.then(P0,P0),t)return i.then(l=>{N0(e,l)}).catch(l=>{Vs(l,e,0)});e.asyncDep=i}else N0(e,i)}else B0(e)}function N0(e,t,n){Ce(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Fe(t)&&(e.setupState=Md(t)),B0(e)}function B0(e,t,n){const r=e.type;e.render||(e.render=r.render||$t);{const s=Wo(e);Hn();try{qw(e)}finally{jn(),s()}}}const _4={get(e,t){return It(e,"get",""),e[t]}};function q0(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,_4),slots:e.slots,emit:e.emit,expose:t}}function ai(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Md(cw(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in jo)return jo[n](e)},has(t,n){return n in t||n in jo}})):e.proxy}const y4=/(?:^|[-_])(\w)/g,w4=e=>e.replace(y4,t=>t.toUpperCase()).replace(/[-_]/g,"");function F0(e,t=!0){return Ce(e)?e.displayName||e.name:e.name||t&&e.__name}function z0(e,t,n=!1){let r=F0(t);if(!r&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(r=s[1])}if(!r&&e&&e.parent){const s=o=>{for(const i in o)if(o[i]===t)return i};r=s(e.components||e.parent.type.components)||s(e.appContext.components)}return r?w4(r):n?"App":"Anonymous"}function k4(e){return Ce(e)&&"__vccOpts"in e}const P=(e,t)=>gw(e,t,Zo);function kn(e,t,n){const r=arguments.length;return r===2?Fe(t)&&!$e(t)?Go(t)?xe(e,null,[t]):xe(e,t):xe(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Go(n)&&(n=[n]),xe(e,t,n))}const C4="3.5.13",x4=$t;/**
17
+ * @vue/runtime-dom v3.5.13
18
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
19
+ * @license MIT
20
+ **/let Qa;const H0=typeof window<"u"&&window.trustedTypes;if(H0)try{Qa=H0.createPolicy("vue",{createHTML:e=>e})}catch{}const j0=Qa?e=>Qa.createHTML(e):e=>e,E4="http://www.w3.org/2000/svg",S4="http://www.w3.org/1998/Math/MathML",Jn=typeof document<"u"?document:null,V0=Jn&&Jn.createElement("template"),A4={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?Jn.createElementNS(E4,e):t==="mathml"?Jn.createElementNS(S4,e):n?Jn.createElement(e,{is:n}):Jn.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Jn.createTextNode(e),createComment:e=>Jn.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Jn.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,o){const i=n?n.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===o||!(s=s.nextSibling)););else{V0.innerHTML=j0(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const a=V0.content;if(r==="svg"||r==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},_r="transition",Jo="animation",Xo=Symbol("_vtc"),U0={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},T4=Ct({},Ud,U0),qr=(e=>(e.displayName="Transition",e.props=T4,e))((e,{slots:t})=>kn(Mw,M4(e),t)),Fr=(e,t=[])=>{$e(e)?e.forEach(n=>n(...t)):e&&e(...t)},K0=e=>e?$e(e)?e.some(t=>t.length>1):e.length>1:!1;function M4(e){const t={};for(const N in e)N in U0||(t[N]=e[N]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=o,appearActiveClass:u=i,appearToClass:f=a,leaveFromClass:c=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:d=`${n}-leave-to`}=e,m=L4(s),g=m&&m[0],C=m&&m[1],{onBeforeEnter:h,onEnter:k,onEnterCancelled:y,onLeave:_,onLeaveCancelled:E,onBeforeAppear:x=h,onAppear:M=k,onAppearCancelled:L=y}=t,R=(N,oe,F,ie)=>{N._enterCancelled=ie,zr(N,oe?f:a),zr(N,oe?u:i),F&&F()},D=(N,oe)=>{N._isLeaving=!1,zr(N,c),zr(N,d),zr(N,p),oe&&oe()},B=N=>(oe,F)=>{const ie=N?M:k,j=()=>R(oe,N,F);Fr(ie,[oe,j]),G0(()=>{zr(oe,N?l:o),Xn(oe,N?f:a),K0(ie)||W0(oe,r,g,j)})};return Ct(t,{onBeforeEnter(N){Fr(h,[N]),Xn(N,o),Xn(N,i)},onBeforeAppear(N){Fr(x,[N]),Xn(N,l),Xn(N,u)},onEnter:B(!1),onAppear:B(!0),onLeave(N,oe){N._isLeaving=!0;const F=()=>D(N,oe);Xn(N,c),N._enterCancelled?(Xn(N,p),X0()):(X0(),Xn(N,p)),G0(()=>{N._isLeaving&&(zr(N,c),Xn(N,d),K0(_)||W0(N,r,C,F))}),Fr(_,[N,F])},onEnterCancelled(N){R(N,!1,void 0,!0),Fr(y,[N])},onAppearCancelled(N){R(N,!0,void 0,!0),Fr(L,[N])},onLeaveCancelled(N){D(N),Fr(E,[N])}})}function L4(e){if(e==null)return null;if(Fe(e))return[el(e.enter),el(e.leave)];{const t=el(e);return[t,t]}}function el(e){return Dy(e)}function Xn(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Xo]||(e[Xo]=new Set)).add(t)}function zr(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Xo];n&&(n.delete(t),n.size||(e[Xo]=void 0))}function G0(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let $4=0;function W0(e,t,n,r){const s=e._endId=++$4,o=()=>{s===e._endId&&r()};if(n!=null)return setTimeout(o,n);const{type:i,timeout:a,propCount:l}=I4(e,t);if(!i)return r();const u=i+"end";let f=0;const c=()=>{e.removeEventListener(u,p),o()},p=d=>{d.target===e&&++f>=l&&c()};setTimeout(()=>{f<l&&c()},a+1),e.addEventListener(u,p)}function I4(e,t){const n=window.getComputedStyle(e),r=m=>(n[m]||"").split(", "),s=r(`${_r}Delay`),o=r(`${_r}Duration`),i=Z0(s,o),a=r(`${Jo}Delay`),l=r(`${Jo}Duration`),u=Z0(a,l);let f=null,c=0,p=0;t===_r?i>0&&(f=_r,c=i,p=o.length):t===Jo?u>0&&(f=Jo,c=u,p=l.length):(c=Math.max(i,u),f=c>0?i>u?_r:Jo:null,p=f?f===_r?o.length:l.length:0);const d=f===_r&&/\b(transform|all)(,|$)/.test(r(`${_r}Property`).toString());return{type:f,timeout:c,propCount:p,hasTransform:d}}function Z0(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>J0(n)+J0(e[r])))}function J0(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function X0(){return document.body.offsetHeight}function R4(e,t,n){const r=e[Xo];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const li=Symbol("_vod"),Y0=Symbol("_vsh"),Yn={beforeMount(e,{value:t},{transition:n}){e[li]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Yo(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Yo(e,!0),r.enter(e)):r.leave(e,()=>{Yo(e,!1)}):Yo(e,t))},beforeUnmount(e,{value:t}){Yo(e,t)}};function Yo(e,t){e.style.display=t?e[li]:"none",e[Y0]=!t}const O4=Symbol(""),P4=/(^|;)\s*display\s*:/;function D4(e,t,n){const r=e.style,s=He(n);let o=!1;if(n&&!s){if(t)if(He(t))for(const i of t.split(";")){const a=i.slice(0,i.indexOf(":")).trim();n[a]==null&&ci(r,a,"")}else for(const i in t)n[i]==null&&ci(r,i,"");for(const i in n)i==="display"&&(o=!0),ci(r,i,n[i])}else if(s){if(t!==n){const i=r[O4];i&&(n+=";"+i),r.cssText=n,o=P4.test(n)}}else t&&e.removeAttribute("style");li in e&&(e[li]=o?r.display:"",e[Y0]&&(r.display="none"))}const Q0=/\s*!important$/;function ci(e,t,n){if($e(n))n.forEach(r=>ci(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=N4(e,t);Q0.test(n)?e.setProperty(dr(r),n.replace(Q0,""),"important"):e[r]=n}}const ep=["Webkit","Moz","ms"],tl={};function N4(e,t){const n=tl[t];if(n)return n;let r=cn(t);if(r!=="filter"&&r in e)return tl[t]=r;r=Ls(r);for(let s=0;s<ep.length;s++){const o=ep[s]+r;if(o in e)return tl[t]=o}return t}const tp="http://www.w3.org/1999/xlink";function np(e,t,n,r,s,o=zy(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(tp,t.slice(6,t.length)):e.setAttributeNS(tp,t,n):n==null||o&&!id(n)?e.removeAttribute(t):e.setAttribute(t,o?"":zn(n)?String(n):n)}function rp(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?j0(n):n);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const a=o==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(a!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=id(n):n==null&&a==="string"?(n="",i=!0):a==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(s||t)}function fo(e,t,n,r){e.addEventListener(t,n,r)}function B4(e,t,n,r){e.removeEventListener(t,n,r)}const op=Symbol("_vei");function q4(e,t,n,r,s=null){const o=e[op]||(e[op]={}),i=o[t];if(r&&i)i.value=r;else{const[a,l]=F4(t);if(r){const u=o[t]=j4(r,s);fo(e,a,u,l)}else i&&(B4(e,a,i,l),o[t]=void 0)}}const sp=/(?:Once|Passive|Capture)$/;function F4(e){let t;if(sp.test(e)){t={};let r;for(;r=e.match(sp);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):dr(e.slice(2)),t]}let nl=0;const z4=Promise.resolve(),H4=()=>nl||(z4.then(()=>nl=0),nl=Date.now());function j4(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;yn(V4(r,n.value),t,5,[r])};return n.value=e,n.attached=H4(),n}function V4(e,t){if($e(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const ip=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,U4=(e,t,n,r,s,o)=>{const i=s==="svg";t==="class"?R4(e,r,i):t==="style"?D4(e,n,r):Ss(t)?ha(t)||q4(e,t,n,r,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):K4(e,t,r,i))?(rp(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&np(e,t,r,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!He(r))?rp(e,cn(t),r,o,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),np(e,t,r,i))};function K4(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&ip(t)&&Ce(n));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 s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return ip(t)&&He(n)?!1:t in e}function rl(e="$style"){{const t=bt();if(!t)return Ue;const n=t.type.__cssModules;if(!n)return Ue;const r=n[e];return r||Ue}}const ap=e=>{const t=e.props["onUpdate:modelValue"]||!1;return $e(t)?n=>$s(t,n):t};function G4(e){e.target.composing=!0}function lp(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ol=Symbol("_assign"),cp={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[ol]=ap(s);const o=r||s.props&&s.props.type==="number";fo(e,t?"change":"input",i=>{if(i.target.composing)return;let a=e.value;n&&(a=a.trim()),o&&(a=ba(a)),e[ol](a)}),n&&fo(e,"change",()=>{e.value=e.value.trim()}),t||(fo(e,"compositionstart",G4),fo(e,"compositionend",lp),fo(e,"change",lp))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:s,number:o}},i){if(e[ol]=ap(i),e.composing)return;const a=(o||e.type==="number")&&!/^0\d/.test(e.value)?ba(e.value):e.value,l=t??"";a!==l&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||s&&e.value.trim()===l)||(e.value=l))}},W4=["ctrl","shift","alt","meta"],Z4={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>W4.some(n=>e[`${n}Key`]&&!t.includes(n))},tn=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(s,...o)=>{for(let i=0;i<t.length;i++){const a=Z4[t[i]];if(a&&a(s,t))return}return e(s,...o)})},J4={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Kt=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=s=>{if(!("key"in s))return;const o=dr(s.key);if(t.some(i=>i===o||J4[i]===o))return e(s)})},X4=Ct({patchProp:U4},A4);let up;function Y4(){return up||(up=Yw(X4))}const Q4=(...e)=>{const t=Y4().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=t3(r);if(!s)return;const o=t._component;!Ce(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const i=n(s,!1,e3(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t};function e3(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function t3(e){return He(e)?document.querySelector(e):e}const Qo={webhookUrl:"http://localhost:5678",webhookConfig:{method:"POST",headers:{}},target:"#n8n-chat",mode:"window",loadPreviousSession:!0,chatInputKey:"chatInput",chatSessionKey:"sessionId",defaultLanguage:"en",showWelcomeScreen:!1,initialMessages:["Hi there! 👋","My name is Nathan. How can I assist you today?"],i18n:{en:{title:"Hi there! 👋",subtitle:"Start a chat. We're here to help you 24/7.",footer:"",getStarted:"New Conversation",inputPlaceholder:"Type your question..",closeButtonTooltip:"Close chat"}},theme:{},enableStreaming:!1},n3="#n8n-chat",fp="n8n-chat/sessionId",dp="Chat",pp="ChatOptions";for(var At=[],sl=0;sl<256;++sl)At.push((sl+256).toString(16).slice(1));function r3(e,t=0){return(At[e[t+0]]+At[e[t+1]]+At[e[t+2]]+At[e[t+3]]+"-"+At[e[t+4]]+At[e[t+5]]+"-"+At[e[t+6]]+At[e[t+7]]+"-"+At[e[t+8]]+At[e[t+9]]+"-"+At[e[t+10]]+At[e[t+11]]+At[e[t+12]]+At[e[t+13]]+At[e[t+14]]+At[e[t+15]]).toLowerCase()}var ui,o3=new Uint8Array(16);function s3(){if(!ui&&(ui=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ui))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ui(o3)}var i3=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const hp={randomUUID:i3};function Hr(e,t,n){if(hp.randomUUID&&!e)return hp.randomUUID();e=e||{};var r=e.random||(e.rng||s3)();return r[6]=r[6]&15|64,r[8]=r[8]&63|128,r3(r)}async function a3(){return""}async function il(...e){var i,a;const t=await a3(),n=(i=e[1])==null?void 0:i.body,r={...t?{authorization:`Bearer ${t}`}:{},...(a=e[1])==null?void 0:a.headers};n instanceof FormData?delete r["Content-Type"]:r["Content-Type"]="application/json";const s=await fetch(e[0],{...e[1],mode:"cors",cache:"no-cache",headers:r});let o;try{o=await s.clone().json()}catch{o=await s.text()}return o}async function gp(e,t={},n={}){let r=e;return Object.keys(t).length>0&&(r=`${r}?${new URLSearchParams(t).toString()}`),await il(r,{...n,method:"GET"})}async function mp(e,t={},n={}){return await il(e,{...n,method:"POST",body:JSON.stringify(t)})}async function l3(e,t={},n=[],r={}){const s=new FormData;for(const o in t){const i=t[o];typeof i=="object"&&i!==null?s.append(o,JSON.stringify(i)):s.append(o,i)}for(const o of n)s.append("files",o);return await il(e,{...r,method:"POST",body:s})}async function c3(e,t){var r,s;return await(((r=t.webhookConfig)==null?void 0:r.method)==="POST"?mp:gp)(`${t.webhookUrl}`,{action:"loadPreviousSession",[t.chatSessionKey]:e,...t.metadata?{metadata:t.metadata}:{}},{headers:(s=t.webhookConfig)==null?void 0:s.headers})}async function u3(e,t,n,r){var o,i,a;return t.length>0?await l3(`${r.webhookUrl}`,{action:"sendMessage",[r.chatSessionKey]:n,[r.chatInputKey]:e,...r.metadata?{metadata:r.metadata}:{}},t,{headers:(o=r.webhookConfig)==null?void 0:o.headers}):await(((i=r.webhookConfig)==null?void 0:i.method)==="POST"?mp:gp)(`${r.webhookUrl}`,{action:"sendMessage",[r.chatSessionKey]:n,[r.chatInputKey]:e,...r.metadata?{metadata:r.metadata}:{}},{headers:(a=r.webhookConfig)==null?void 0:a.headers})}function f3(){let e="";const t=new TextDecoder;return new TransformStream({transform(n,r){e+=t.decode(n,{stream:!0});const s=e.split(`
21
+ `);e=s.pop()??"";for(const o of s)if(o.trim())try{const i=JSON.parse(o);r.enqueue(i)}catch{r.enqueue({type:"item",content:o})}},flush(n){if(e.trim())try{const r=JSON.parse(e);n.enqueue(r)}catch{n.enqueue({type:"item",content:e})}}})}async function d3(e,t,n,r,s){var l,u;const o=await(t.length>0?p3(e,t,n,r):h3(e,n,r));if(!o.ok){const f=await o.text();throw console.error("HTTP error response:",o.status,f),new Error(`Error while sending message. Error: ${f}`)}if(!o.body)throw new Error("Response body is not readable");const i=o.body.pipeThrough(f3()).getReader();let a=!1;try{for(;;){const{done:f,value:c}=await i.read();if(f)break;const p=((l=c.metadata)==null?void 0:l.nodeId)||"unknown",d=(u=c.metadata)==null?void 0:u.runIndex;switch(c.type){case"begin":s.onBeginMessage(p,d);break;case"item":a=!0,s.onChunk(c.content??"",p,d);break;case"end":s.onEndMessage(p,d);break;case"error":a=!0,s.onChunk(`Error: ${c.content??"Unknown error"}`,p,d),s.onEndMessage(p,d);break}}}finally{i.releaseLock()}return{hasReceivedChunks:a}}async function p3(e,t,n,r){var o;const s=new FormData;s.append("action","sendMessage"),s.append(r.chatSessionKey,n),s.append(r.chatInputKey,e),r.metadata&&s.append("metadata",JSON.stringify(r.metadata));for(const i of t)s.append("files",i);return await fetch(r.webhookUrl,{method:"POST",headers:{Accept:"text/plain",...(o=r.webhookConfig)==null?void 0:o.headers},body:s})}async function h3(e,t,n){var s;const r={action:"sendMessage",[n.chatSessionKey]:t,[n.chatInputKey]:e,...n.metadata?{metadata:n.metadata}:{}};return await fetch(n.webhookUrl,{method:"POST",headers:{"Content-Type":"application/json",Accept:"text/plain",...(s=n.webhookConfig)==null?void 0:s.headers},body:JSON.stringify(r)})}function g3(){const e=new Map;function t(s,o){const i=e.get(s);i&&i.splice(i.indexOf(o)>>>0,1)}function n(s,o){let i=e.get(s);return i?i.push(o):i=[o],e.set(s,i),()=>t(s,o)}function r(s,o){const i=e.get(s);i&&i.slice().forEach(async a=>{await a(o)})}return{on:n,off:t,emit:r}}function m3(e){if(!document.querySelector(e)){const n=document.createElement("div");e.startsWith("#")&&(n.id=e.replace("#","")),e.startsWith(".")&&n.classList.add(e.replace(".","")),document.body.appendChild(n)}}function v3(e,t,n,r){const s=new URL(e).origin,o=s.startsWith("https")?"wss":"ws";return`${s.replace(/^https?/,o)}/chat?sessionId=${n}&executionId=${t}&isPublic=true`}const Gt=g3();class b3{constructor(){pa(this,"nodeRuns",new Map);pa(this,"runOrder",[]);pa(this,"activeRuns",new Set)}getRunKey(t,n){return n!==void 0?`${t}-${n}`:t}initializeRun(t,n){const r=this.getRunKey(t,n);if(!this.nodeRuns.has(r)){const s=po();return this.nodeRuns.set(r,{content:"",isComplete:!1,message:s}),this.runOrder.push(r),s}return this.nodeRuns.get(r).message}registerRunStart(t,n){const r=this.getRunKey(t,n);this.activeRuns.add(r)}addRunToActive(t,n){const r=this.getRunKey(t,n);return this.activeRuns.add(r),this.initializeRun(t,n)}removeRunFromActive(t,n){const r=this.getRunKey(t,n);this.activeRuns.delete(r);const s=this.nodeRuns.get(r);s&&(s.isComplete=!0)}addChunkToRun(t,n,r){const s=this.getRunKey(t,r),o=this.nodeRuns.get(s);if(o){o.content+=n;const i={...o.message,text:o.content};return o.message=i,i}return null}getRunMessage(t,n){const r=this.getRunKey(t,n),s=this.nodeRuns.get(r);return(s==null?void 0:s.message)??null}areAllRunsComplete(){return Array.from(this.nodeRuns.values()).every(t=>t.isComplete)}getRunCount(){return this.runOrder.length}getActiveRunCount(){return this.activeRuns.size}getAllMessages(){return this.runOrder.map(t=>{var n;return(n=this.nodeRuns.get(t))==null?void 0:n.message}).filter(t=>t!==void 0)}reset(){this.nodeRuns.clear(),this.runOrder=[],this.activeRuns.clear()}}function po(e){return{id:e??Hr(),type:"text",text:"",sender:"bot"}}function vp(e,t,n){const r=e.findIndex(s=>s.id===t);if(r===-1)throw new Error(`Can't update message. No message with id ${t} found`);e[r]=n}function _3(e,t,n,r,s,o){try{if(e==="")return;if(t){let i=n.getRunMessage(t,o);i||(i=n.addRunToActive(t,o),s.value.push(i));const a=n.addChunkToRun(t,e,o);a&&vp(s.value,a.id,a)}else{r.value||(r.value=po(),s.value.push(r.value));const i={...r.value,text:r.value.text+e};vp(s.value,r.value.id,i),r.value=i}Ke(()=>{Gt.emit("scrollToBottom")})}catch(i){console.error("Error handling stream chunk:",i)}}function y3(e,t,n){try{t.registerRunStart(e,n)}catch(r){console.error("Error handling node start:",r)}}function w3(e,t,n){try{t.removeRunFromActive(e,n)}catch(r){console.error("Error handling node complete:",r)}}function k3(e,t=[]){return{id:Hr(),text:e,sender:"user",files:t}}function C3(e){let t=e.output??e.text??e.message??"";if(t===""&&Object.keys(e).length>0)try{t=JSON.stringify(e,null,2)}catch{}return t}function x3(e){const{receivedMessage:t,messages:n}=e;t.value&&n.value.some(s=>s.sender==="bot"&&"text"in s&&s.text.trim().length>0)||(t.value=po(),n.value.push(t.value)),t.value.text="[No response received. This could happen if streaming is enabled in the trigger but disabled in agent node(s)]"}function E3(e){const{error:t,receivedMessage:n,messages:r}=e;n.value??(n.value=po()),n.value.text="Error: Failed to receive response",r.value.includes(n.value)||r.value.push(n.value),console.error("Chat API error:",t)}async function S3(e){const{text:t,files:n,sessionId:r,options:s,messages:o,receivedMessage:i,streamingManager:a}=e,l={onChunk:(f,c,p)=>{_3(f,c,a,i,o,p)},onBeginMessage:(f,c)=>{y3(f,a,c)},onEndMessage:(f,c)=>{w3(f,a,c)}},{hasReceivedChunks:u}=await d3(t,n,r,s,l);u||x3({receivedMessage:i,messages:o})}async function A3(e){const{text:t,files:n,sessionId:r,options:s}=e,o=await u3(t,n,r,s);if(o!=null&&o.executionStarted)return{response:o};const i=po();return i.text=C3(o),{botMessage:i}}const T3={install(e,t){e.provide(pp,t);const n=G([]),r=G(null),s=G(!1),o=P(()=>(t.initialMessages??[]).map(f=>({id:Hr(),text:f,sender:"bot"})));async function i(f,c=[]){var g;const p=k3(f,c);n.value.push(p),s.value=!0,Ke(()=>{Gt.emit("scrollToBottom")});const d=G(null),m=new b3;try{if(t!=null&&t.enableStreaming)await S3({text:f,files:c,sessionId:r.value,options:t,messages:n,receivedMessage:d,streamingManager:m});else{const C=await A3({text:f,files:c,sessionId:r.value,options:t});if((g=C.response)!=null&&g.executionStarted)return s.value=!1,C.response;C.botMessage&&(d.value=C.botMessage,n.value.push(C.botMessage))}}catch(C){E3({error:C,receivedMessage:d,messages:n})}finally{s.value=!1}return Ke(()=>{Gt.emit("scrollToBottom")}),null}async function a(){if(!t.loadPreviousSession)return;const f=localStorage.getItem(fp)??Hr(),c=await c3(f,t);return n.value=((c==null?void 0:c.data)||[]).map((p,d)=>({id:`${d}`,text:p.kwargs.content,sender:p.id.includes("HumanMessage")?"user":"bot"})),n.value.length&&(r.value=f),f}async function l(){r.value=Hr(),localStorage.setItem(fp,r.value)}const u={initialMessages:o,messages:n,currentSessionId:r,waitingForResponse:s,loadPreviousSession:a,startNewSession:l,sendMessage:i};e.provide(dp,u),e.config.globalProperties.$chat=u}};var ho=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function al(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ll,bp;function M3(){if(bp)return ll;bp=1;function e(S){return S instanceof Map?S.clear=S.delete=S.set=function(){throw new Error("map is read-only")}:S instanceof Set&&(S.add=S.clear=S.delete=function(){throw new Error("set is read-only")}),Object.freeze(S),Object.getOwnPropertyNames(S).forEach(O=>{const W=S[O],ke=typeof W;(ke==="object"||ke==="function")&&!Object.isFrozen(W)&&e(W)}),S}class t{constructor(O){O.data===void 0&&(O.data={}),this.data=O.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function n(S){return S.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function r(S,...O){const W=Object.create(null);for(const ke in S)W[ke]=S[ke];return O.forEach(function(ke){for(const Ve in ke)W[Ve]=ke[Ve]}),W}const s="</span>",o=S=>!!S.scope,i=(S,{prefix:O})=>{if(S.startsWith("language:"))return S.replace("language:","language-");if(S.includes(".")){const W=S.split(".");return[`${O}${W.shift()}`,...W.map((ke,Ve)=>`${ke}${"_".repeat(Ve+1)}`)].join(" ")}return`${O}${S}`};class a{constructor(O,W){this.buffer="",this.classPrefix=W.classPrefix,O.walk(this)}addText(O){this.buffer+=n(O)}openNode(O){if(!o(O))return;const W=i(O.scope,{prefix:this.classPrefix});this.span(W)}closeNode(O){o(O)&&(this.buffer+=s)}value(){return this.buffer}span(O){this.buffer+=`<span class="${O}">`}}const l=(S={})=>{const O={children:[]};return Object.assign(O,S),O};class u{constructor(){this.rootNode=l(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(O){this.top.children.push(O)}openNode(O){const W=l({scope:O});this.add(W),this.stack.push(W)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(O){return this.constructor._walk(O,this.rootNode)}static _walk(O,W){return typeof W=="string"?O.addText(W):W.children&&(O.openNode(W),W.children.forEach(ke=>this._walk(O,ke)),O.closeNode(W)),O}static _collapse(O){typeof O!="string"&&O.children&&(O.children.every(W=>typeof W=="string")?O.children=[O.children.join("")]:O.children.forEach(W=>{u._collapse(W)}))}}class f extends u{constructor(O){super(),this.options=O}addText(O){O!==""&&this.add(O)}startScope(O){this.openNode(O)}endScope(){this.closeNode()}__addSublanguage(O,W){const ke=O.root;W&&(ke.scope=`language:${W}`),this.add(ke)}toHTML(){return new a(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function c(S){return S?typeof S=="string"?S:S.source:null}function p(S){return g("(?=",S,")")}function d(S){return g("(?:",S,")*")}function m(S){return g("(?:",S,")?")}function g(...S){return S.map(W=>c(W)).join("")}function C(S){const O=S[S.length-1];return typeof O=="object"&&O.constructor===Object?(S.splice(S.length-1,1),O):{}}function h(...S){return"("+(C(S).capture?"":"?:")+S.map(ke=>c(ke)).join("|")+")"}function k(S){return new RegExp(S.toString()+"|").exec("").length-1}function y(S,O){const W=S&&S.exec(O);return W&&W.index===0}const _=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function E(S,{joinWith:O}){let W=0;return S.map(ke=>{W+=1;const Ve=W;let Xe=c(ke),be="";for(;Xe.length>0;){const de=_.exec(Xe);if(!de){be+=Xe;break}be+=Xe.substring(0,de.index),Xe=Xe.substring(de.index+de[0].length),de[0][0]==="\\"&&de[1]?be+="\\"+String(Number(de[1])+Ve):(be+=de[0],de[0]==="("&&W++)}return be}).map(ke=>`(${ke})`).join(O)}const x=/\b\B/,M="[a-zA-Z]\\w*",L="[a-zA-Z_]\\w*",R="\\b\\d+(\\.\\d+)?",D="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",B="\\b(0b[01]+)",N="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",oe=(S={})=>{const O=/^#![ ]*\//;return S.binary&&(S.begin=g(O,/.*\b/,S.binary,/\b.*/)),r({scope:"meta",begin:O,end:/$/,relevance:0,"on:begin":(W,ke)=>{W.index!==0&&ke.ignoreMatch()}},S)},F={begin:"\\\\[\\s\\S]",relevance:0},ie={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[F]},j={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[F]},V={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},H=function(S,O,W={}){const ke=r({scope:"comment",begin:S,end:O,contains:[]},W);ke.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const Ve=h("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return ke.contains.push({begin:g(/[ ]+/,"(",Ve,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),ke},Y=H("//","$"),I=H("/\\*","\\*/"),Z=H("#","$"),K={scope:"number",begin:R,relevance:0},me={scope:"number",begin:D,relevance:0},Ae={scope:"number",begin:B,relevance:0},Oe={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[F,{begin:/\[/,end:/\]/,relevance:0,contains:[F]}]},Pe={scope:"title",begin:M,relevance:0},Je={scope:"title",begin:L,relevance:0},je={begin:"\\.\\s*"+L,relevance:0};var he=Object.freeze({__proto__:null,APOS_STRING_MODE:ie,BACKSLASH_ESCAPE:F,BINARY_NUMBER_MODE:Ae,BINARY_NUMBER_RE:B,COMMENT:H,C_BLOCK_COMMENT_MODE:I,C_LINE_COMMENT_MODE:Y,C_NUMBER_MODE:me,C_NUMBER_RE:D,END_SAME_AS_BEGIN:function(S){return Object.assign(S,{"on:begin":(O,W)=>{W.data._beginMatch=O[1]},"on:end":(O,W)=>{W.data._beginMatch!==O[1]&&W.ignoreMatch()}})},HASH_COMMENT_MODE:Z,IDENT_RE:M,MATCH_NOTHING_RE:x,METHOD_GUARD:je,NUMBER_MODE:K,NUMBER_RE:R,PHRASAL_WORDS_MODE:V,QUOTE_STRING_MODE:j,REGEXP_MODE:Oe,RE_STARTERS_RE:N,SHEBANG:oe,TITLE_MODE:Pe,UNDERSCORE_IDENT_RE:L,UNDERSCORE_TITLE_MODE:Je});function Me(S,O){S.input[S.index-1]==="."&&O.ignoreMatch()}function T(S,O){S.className!==void 0&&(S.scope=S.className,delete S.className)}function $(S,O){O&&S.beginKeywords&&(S.begin="\\b("+S.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",S.__beforeBegin=Me,S.keywords=S.keywords||S.beginKeywords,delete S.beginKeywords,S.relevance===void 0&&(S.relevance=0))}function z(S,O){Array.isArray(S.illegal)&&(S.illegal=h(...S.illegal))}function X(S,O){if(S.match){if(S.begin||S.end)throw new Error("begin & end are not supported with match");S.begin=S.match,delete S.match}}function J(S,O){S.relevance===void 0&&(S.relevance=1)}const ee=(S,O)=>{if(!S.beforeMatch)return;if(S.starts)throw new Error("beforeMatch cannot be used with starts");const W=Object.assign({},S);Object.keys(S).forEach(ke=>{delete S[ke]}),S.keywords=W.keywords,S.begin=g(W.beforeMatch,p(W.begin)),S.starts={relevance:0,contains:[Object.assign(W,{endsParent:!0})]},S.relevance=0,delete W.beforeMatch},ae=["of","and","for","in","not","or","if","then","parent","list","value"],se="keyword";function ne(S,O,W=se){const ke=Object.create(null);return typeof S=="string"?Ve(W,S.split(" ")):Array.isArray(S)?Ve(W,S):Object.keys(S).forEach(function(Xe){Object.assign(ke,ne(S[Xe],O,Xe))}),ke;function Ve(Xe,be){O&&(be=be.map(de=>de.toLowerCase())),be.forEach(function(de){const Ie=de.split("|");ke[Ie[0]]=[Xe,te(Ie[0],Ie[1])]})}}function te(S,O){return O?Number(O):ye(S)?0:1}function ye(S){return ae.includes(S.toLowerCase())}const fe={},ve=S=>{console.error(S)},U=(S,...O)=>{console.log(`WARN: ${S}`,...O)},le=(S,O)=>{fe[`${S}/${O}`]||(console.log(`Deprecated as of ${S}. ${O}`),fe[`${S}/${O}`]=!0)},Te=new Error;function Re(S,O,{key:W}){let ke=0;const Ve=S[W],Xe={},be={};for(let de=1;de<=O.length;de++)be[de+ke]=Ve[de],Xe[de+ke]=!0,ke+=k(O[de-1]);S[W]=be,S[W]._emit=Xe,S[W]._multi=!0}function ut(S){if(Array.isArray(S.begin)){if(S.skip||S.excludeBegin||S.returnBegin)throw ve("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),Te;if(typeof S.beginScope!="object"||S.beginScope===null)throw ve("beginScope must be object"),Te;Re(S,S.begin,{key:"beginScope"}),S.begin=E(S.begin,{joinWith:""})}}function gt(S){if(Array.isArray(S.end)){if(S.skip||S.excludeEnd||S.returnEnd)throw ve("skip, excludeEnd, returnEnd not compatible with endScope: {}"),Te;if(typeof S.endScope!="object"||S.endScope===null)throw ve("endScope must be object"),Te;Re(S,S.end,{key:"endScope"}),S.end=E(S.end,{joinWith:""})}}function Et(S){S.scope&&typeof S.scope=="object"&&S.scope!==null&&(S.beginScope=S.scope,delete S.scope)}function Mt(S){Et(S),typeof S.beginScope=="string"&&(S.beginScope={_wrap:S.beginScope}),typeof S.endScope=="string"&&(S.endScope={_wrap:S.endScope}),ut(S),gt(S)}function Ln(S){function O(be,de){return new RegExp(c(be),"m"+(S.case_insensitive?"i":"")+(S.unicodeRegex?"u":"")+(de?"g":""))}class W{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(de,Ie){Ie.position=this.position++,this.matchIndexes[this.matchAt]=Ie,this.regexes.push([Ie,de]),this.matchAt+=k(de)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const de=this.regexes.map(Ie=>Ie[1]);this.matcherRe=O(E(de,{joinWith:"|"}),!0),this.lastIndex=0}exec(de){this.matcherRe.lastIndex=this.lastIndex;const Ie=this.matcherRe.exec(de);if(!Ie)return null;const wt=Ie.findIndex((an,Wf)=>Wf>0&&an!==void 0),Ye=this.matchIndexes[wt];return Ie.splice(0,wt),Object.assign(Ie,Ye)}}class ke{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(de){if(this.multiRegexes[de])return this.multiRegexes[de];const Ie=new W;return this.rules.slice(de).forEach(([wt,Ye])=>Ie.addRule(wt,Ye)),Ie.compile(),this.multiRegexes[de]=Ie,Ie}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(de,Ie){this.rules.push([de,Ie]),Ie.type==="begin"&&this.count++}exec(de){const Ie=this.getMatcher(this.regexIndex);Ie.lastIndex=this.lastIndex;let wt=Ie.exec(de);if(this.resumingScanAtSamePosition()&&!(wt&&wt.index===this.lastIndex)){const Ye=this.getMatcher(0);Ye.lastIndex=this.lastIndex+1,wt=Ye.exec(de)}return wt&&(this.regexIndex+=wt.position+1,this.regexIndex===this.count&&this.considerAll()),wt}}function Ve(be){const de=new ke;return be.contains.forEach(Ie=>de.addRule(Ie.begin,{rule:Ie,type:"begin"})),be.terminatorEnd&&de.addRule(be.terminatorEnd,{type:"end"}),be.illegal&&de.addRule(be.illegal,{type:"illegal"}),de}function Xe(be,de){const Ie=be;if(be.isCompiled)return Ie;[T,X,Mt,ee].forEach(Ye=>Ye(be,de)),S.compilerExtensions.forEach(Ye=>Ye(be,de)),be.__beforeBegin=null,[$,z,J].forEach(Ye=>Ye(be,de)),be.isCompiled=!0;let wt=null;return typeof be.keywords=="object"&&be.keywords.$pattern&&(be.keywords=Object.assign({},be.keywords),wt=be.keywords.$pattern,delete be.keywords.$pattern),wt=wt||/\w+/,be.keywords&&(be.keywords=ne(be.keywords,S.case_insensitive)),Ie.keywordPatternRe=O(wt,!0),de&&(be.begin||(be.begin=/\B|\b/),Ie.beginRe=O(Ie.begin),!be.end&&!be.endsWithParent&&(be.end=/\B|\b/),be.end&&(Ie.endRe=O(Ie.end)),Ie.terminatorEnd=c(Ie.end)||"",be.endsWithParent&&de.terminatorEnd&&(Ie.terminatorEnd+=(be.end?"|":"")+de.terminatorEnd)),be.illegal&&(Ie.illegalRe=O(be.illegal)),be.contains||(be.contains=[]),be.contains=[].concat(...be.contains.map(function(Ye){return yt(Ye==="self"?be:Ye)})),be.contains.forEach(function(Ye){Xe(Ye,Ie)}),be.starts&&Xe(be.starts,de),Ie.matcher=Ve(Ie),Ie}if(S.compilerExtensions||(S.compilerExtensions=[]),S.contains&&S.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return S.classNameAliases=r(S.classNameAliases||{}),Xe(S)}function mn(S){return S?S.endsWithParent||mn(S.starts):!1}function yt(S){return S.variants&&!S.cachedVariants&&(S.cachedVariants=S.variants.map(function(O){return r(S,{variants:null},O)})),S.cachedVariants?S.cachedVariants:mn(S)?r(S,{starts:S.starts?r(S.starts):null}):Object.isFrozen(S)?r(S):S}var Nt="11.9.0";class Bn extends Error{constructor(O,W){super(O),this.name="HTMLInjectionError",this.html=W}}const Mr=n,Lo=r,Qr=Symbol("nomatch"),Es=7,$o=function(S){const O=Object.create(null),W=Object.create(null),ke=[];let Ve=!0;const Xe="Could not find the language '{}', did you forget to load/include a language module?",be={disableAutodetect:!0,name:"Plain text",contains:[]};let de={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:f};function Ie(ce){return de.noHighlightRe.test(ce)}function wt(ce){let Le=ce.className+" ";Le+=ce.parentNode?ce.parentNode.className:"";const Ge=de.languageDetectRe.exec(Le);if(Ge){const lt=Lr(Ge[1]);return lt||(U(Xe.replace("{}",Ge[1])),U("Falling back to no-highlight mode for this block.",ce)),lt?Ge[1]:"no-highlight"}return Le.split(/\s+/).find(lt=>Ie(lt)||Lr(lt))}function Ye(ce,Le,Ge){let lt="",kt="";typeof Le=="object"?(lt=ce,Ge=Le.ignoreIllegals,kt=Le.language):(le("10.7.0","highlight(lang, code, ...args) has been deprecated."),le("10.7.0",`Please use highlight(code, options) instead.
22
+ https://github.com/highlightjs/highlight.js/issues/2277`),kt=ce,lt=Le),Ge===void 0&&(Ge=!0);const $n={code:lt,language:kt};ca("before:highlight",$n);const $r=$n.result?$n.result:an($n.language,$n.code,Ge);return $r.code=$n.code,ca("after:highlight",$r),$r}function an(ce,Le,Ge,lt){const kt=Object.create(null);function $n(ge,Ee){return ge.keywords[Ee]}function $r(){if(!De.keywords){Lt.addText(ft);return}let ge=0;De.keywordPatternRe.lastIndex=0;let Ee=De.keywordPatternRe.exec(ft),Be="";for(;Ee;){Be+=ft.substring(ge,Ee.index);const ot=Fn.case_insensitive?Ee[0].toLowerCase():Ee[0],Bt=$n(De,ot);if(Bt){const[fr,SN]=Bt;if(Lt.addText(Be),Be="",kt[ot]=(kt[ot]||0)+1,kt[ot]<=Es&&(da+=SN),fr.startsWith("_"))Be+=Ee[0];else{const AN=Fn.classNameAliases[fr]||fr;qn(Ee[0],AN)}}else Be+=Ee[0];ge=De.keywordPatternRe.lastIndex,Ee=De.keywordPatternRe.exec(ft)}Be+=ft.substring(ge),Lt.addText(Be)}function ua(){if(ft==="")return;let ge=null;if(typeof De.subLanguage=="string"){if(!O[De.subLanguage]){Lt.addText(ft);return}ge=an(De.subLanguage,ft,!0,$y[De.subLanguage]),$y[De.subLanguage]=ge._top}else ge=Zf(ft,De.subLanguage.length?De.subLanguage:null);De.relevance>0&&(da+=ge.relevance),Lt.__addSublanguage(ge._emitter,ge.language)}function ln(){De.subLanguage!=null?ua():$r(),ft=""}function qn(ge,Ee){ge!==""&&(Lt.startScope(Ee),Lt.addText(ge),Lt.endScope())}function Ay(ge,Ee){let Be=1;const ot=Ee.length-1;for(;Be<=ot;){if(!ge._emit[Be]){Be++;continue}const Bt=Fn.classNameAliases[ge[Be]]||ge[Be],fr=Ee[Be];Bt?qn(fr,Bt):(ft=fr,$r(),ft=""),Be++}}function Ty(ge,Ee){return ge.scope&&typeof ge.scope=="string"&&Lt.openNode(Fn.classNameAliases[ge.scope]||ge.scope),ge.beginScope&&(ge.beginScope._wrap?(qn(ft,Fn.classNameAliases[ge.beginScope._wrap]||ge.beginScope._wrap),ft=""):ge.beginScope._multi&&(Ay(ge.beginScope,Ee),ft="")),De=Object.create(ge,{parent:{value:De}}),De}function My(ge,Ee,Be){let ot=y(ge.endRe,Be);if(ot){if(ge["on:end"]){const Bt=new t(ge);ge["on:end"](Ee,Bt),Bt.isMatchIgnored&&(ot=!1)}if(ot){for(;ge.endsParent&&ge.parent;)ge=ge.parent;return ge}}if(ge.endsWithParent)return My(ge.parent,Ee,Be)}function wN(ge){return De.matcher.regexIndex===0?(ft+=ge[0],1):(Qf=!0,0)}function kN(ge){const Ee=ge[0],Be=ge.rule,ot=new t(Be),Bt=[Be.__beforeBegin,Be["on:begin"]];for(const fr of Bt)if(fr&&(fr(ge,ot),ot.isMatchIgnored))return wN(Ee);return Be.skip?ft+=Ee:(Be.excludeBegin&&(ft+=Ee),ln(),!Be.returnBegin&&!Be.excludeBegin&&(ft=Ee)),Ty(Be,ge),Be.returnBegin?0:Ee.length}function CN(ge){const Ee=ge[0],Be=Le.substring(ge.index),ot=My(De,ge,Be);if(!ot)return Qr;const Bt=De;De.endScope&&De.endScope._wrap?(ln(),qn(Ee,De.endScope._wrap)):De.endScope&&De.endScope._multi?(ln(),Ay(De.endScope,ge)):Bt.skip?ft+=Ee:(Bt.returnEnd||Bt.excludeEnd||(ft+=Ee),ln(),Bt.excludeEnd&&(ft=Ee));do De.scope&&Lt.closeNode(),!De.skip&&!De.subLanguage&&(da+=De.relevance),De=De.parent;while(De!==ot.parent);return ot.starts&&Ty(ot.starts,ge),Bt.returnEnd?0:Ee.length}function xN(){const ge=[];for(let Ee=De;Ee!==Fn;Ee=Ee.parent)Ee.scope&&ge.unshift(Ee.scope);ge.forEach(Ee=>Lt.openNode(Ee))}let fa={};function Ly(ge,Ee){const Be=Ee&&Ee[0];if(ft+=ge,Be==null)return ln(),0;if(fa.type==="begin"&&Ee.type==="end"&&fa.index===Ee.index&&Be===""){if(ft+=Le.slice(Ee.index,Ee.index+1),!Ve){const ot=new Error(`0 width match regex (${ce})`);throw ot.languageName=ce,ot.badRule=fa.rule,ot}return 1}if(fa=Ee,Ee.type==="begin")return kN(Ee);if(Ee.type==="illegal"&&!Ge){const ot=new Error('Illegal lexeme "'+Be+'" for mode "'+(De.scope||"<unnamed>")+'"');throw ot.mode=De,ot}else if(Ee.type==="end"){const ot=CN(Ee);if(ot!==Qr)return ot}if(Ee.type==="illegal"&&Be==="")return 1;if(Yf>1e5&&Yf>Ee.index*3)throw new Error("potential infinite loop, way more iterations than matches");return ft+=Be,Be.length}const Fn=Lr(ce);if(!Fn)throw ve(Xe.replace("{}",ce)),new Error('Unknown language: "'+ce+'"');const EN=Ln(Fn);let Xf="",De=lt||EN;const $y={},Lt=new de.__emitter(de);xN();let ft="",da=0,eo=0,Yf=0,Qf=!1;try{if(Fn.__emitTokens)Fn.__emitTokens(Le,Lt);else{for(De.matcher.considerAll();;){Yf++,Qf?Qf=!1:De.matcher.considerAll(),De.matcher.lastIndex=eo;const ge=De.matcher.exec(Le);if(!ge)break;const Ee=Le.substring(eo,ge.index),Be=Ly(Ee,ge);eo=ge.index+Be}Ly(Le.substring(eo))}return Lt.finalize(),Xf=Lt.toHTML(),{language:ce,value:Xf,relevance:da,illegal:!1,_emitter:Lt,_top:De}}catch(ge){if(ge.message&&ge.message.includes("Illegal"))return{language:ce,value:Mr(Le),illegal:!0,relevance:0,_illegalBy:{message:ge.message,index:eo,context:Le.slice(eo-100,eo+100),mode:ge.mode,resultSoFar:Xf},_emitter:Lt};if(Ve)return{language:ce,value:Mr(Le),illegal:!1,relevance:0,errorRaised:ge,_emitter:Lt,_top:De};throw ge}}function Wf(ce){const Le={value:Mr(ce),illegal:!1,relevance:0,_top:be,_emitter:new de.__emitter(de)};return Le._emitter.addText(ce),Le}function Zf(ce,Le){Le=Le||de.languages||Object.keys(O);const Ge=Wf(ce),lt=Le.filter(Lr).filter(Sy).map(ln=>an(ln,ce,!1));lt.unshift(Ge);const kt=lt.sort((ln,qn)=>{if(ln.relevance!==qn.relevance)return qn.relevance-ln.relevance;if(ln.language&&qn.language){if(Lr(ln.language).supersetOf===qn.language)return 1;if(Lr(qn.language).supersetOf===ln.language)return-1}return 0}),[$n,$r]=kt,ua=$n;return ua.secondBest=$r,ua}function cN(ce,Le,Ge){const lt=Le&&W[Le]||Ge;ce.classList.add("hljs"),ce.classList.add(`language-${lt}`)}function Jf(ce){let Le=null;const Ge=wt(ce);if(Ie(Ge))return;if(ca("before:highlightElement",{el:ce,language:Ge}),ce.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",ce);return}if(ce.children.length>0&&(de.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(ce)),de.throwUnescapedHTML))throw new Bn("One of your code blocks includes unescaped HTML.",ce.innerHTML);Le=ce;const lt=Le.textContent,kt=Ge?Ye(lt,{language:Ge,ignoreIllegals:!0}):Zf(lt);ce.innerHTML=kt.value,ce.dataset.highlighted="yes",cN(ce,Ge,kt.language),ce.result={language:kt.language,re:kt.relevance,relevance:kt.relevance},kt.secondBest&&(ce.secondBest={language:kt.secondBest.language,relevance:kt.secondBest.relevance}),ca("after:highlightElement",{el:ce,result:kt,text:lt})}function uN(ce){de=Lo(de,ce)}const fN=()=>{la(),le("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function dN(){la(),le("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let xy=!1;function la(){if(document.readyState==="loading"){xy=!0;return}document.querySelectorAll(de.cssSelector).forEach(Jf)}function pN(){xy&&la()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",pN,!1);function hN(ce,Le){let Ge=null;try{Ge=Le(S)}catch(lt){if(ve("Language definition for '{}' could not be registered.".replace("{}",ce)),Ve)ve(lt);else throw lt;Ge=be}Ge.name||(Ge.name=ce),O[ce]=Ge,Ge.rawDefinition=Le.bind(null,S),Ge.aliases&&Ey(Ge.aliases,{languageName:ce})}function gN(ce){delete O[ce];for(const Le of Object.keys(W))W[Le]===ce&&delete W[Le]}function mN(){return Object.keys(O)}function Lr(ce){return ce=(ce||"").toLowerCase(),O[ce]||O[W[ce]]}function Ey(ce,{languageName:Le}){typeof ce=="string"&&(ce=[ce]),ce.forEach(Ge=>{W[Ge.toLowerCase()]=Le})}function Sy(ce){const Le=Lr(ce);return Le&&!Le.disableAutodetect}function vN(ce){ce["before:highlightBlock"]&&!ce["before:highlightElement"]&&(ce["before:highlightElement"]=Le=>{ce["before:highlightBlock"](Object.assign({block:Le.el},Le))}),ce["after:highlightBlock"]&&!ce["after:highlightElement"]&&(ce["after:highlightElement"]=Le=>{ce["after:highlightBlock"](Object.assign({block:Le.el},Le))})}function bN(ce){vN(ce),ke.push(ce)}function _N(ce){const Le=ke.indexOf(ce);Le!==-1&&ke.splice(Le,1)}function ca(ce,Le){const Ge=ce;ke.forEach(function(lt){lt[Ge]&&lt[Ge](Le)})}function yN(ce){return le("10.7.0","highlightBlock will be removed entirely in v12.0"),le("10.7.0","Please use highlightElement now."),Jf(ce)}Object.assign(S,{highlight:Ye,highlightAuto:Zf,highlightAll:la,highlightElement:Jf,highlightBlock:yN,configure:uN,initHighlighting:fN,initHighlightingOnLoad:dN,registerLanguage:hN,unregisterLanguage:gN,listLanguages:mN,getLanguage:Lr,registerAliases:Ey,autoDetection:Sy,inherit:Lo,addPlugin:bN,removePlugin:_N}),S.debugMode=function(){Ve=!1},S.safeMode=function(){Ve=!0},S.versionString=Nt,S.regex={concat:g,lookahead:p,either:h,optional:m,anyNumberOfTimes:d};for(const ce in he)typeof he[ce]=="object"&&e(he[ce]);return Object.assign(S,he),S},q=$o({});return q.newInstance=()=>$o({}),ll=q,q.HighlightJS=q,q.default=q,ll}var L3=M3();const Qn=al(L3),_p="[A-Za-z$_][0-9A-Za-z$_]*",$3=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],I3=["true","false","null","undefined","NaN","Infinity"],yp=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],wp=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],kp=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],R3=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],O3=[].concat(kp,yp,wp);function Cp(e){const t=e.regex,n=(H,{after:Y})=>{const I="</"+H[0].slice(1);return H.input.indexOf(I,Y)!==-1},r=_p,s={begin:"<>",end:"</>"},o=/<[A-Za-z0-9\\._:-]+\s*\/>/,i={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(H,Y)=>{const I=H[0].length+H.index,Z=H.input[I];if(Z==="<"||Z===","){Y.ignoreMatch();return}Z===">"&&(n(H,{after:I})||Y.ignoreMatch());let K;const me=H.input.substring(I);if(K=me.match(/^\s*=/)){Y.ignoreMatch();return}if((K=me.match(/^\s+extends\s+/))&&K.index===0){Y.ignoreMatch();return}}},a={$pattern:_p,keyword:$3,literal:I3,built_in:O3,"variable.language":R3},l="[0-9](_?[0-9])*",u=`\\.(${l})`,f="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",c={className:"number",variants:[{begin:`(\\b(${f})((${u})|\\.)?|(${u}))[eE][+-]?(${l})\\b`},{begin:`\\b(${f})\\b((${u})\\b|\\.)?|(${u})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},p={className:"subst",begin:"\\$\\{",end:"\\}",keywords:a,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"xml"}},m={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"css"}},g={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"graphql"}},C={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,p]},k={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:r+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},y=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,m,g,C,{match:/\$\d+/},c];p.contains=y.concat({begin:/\{/,end:/\}/,keywords:a,contains:["self"].concat(y)});const _=[].concat(k,p.contains),E=_.concat([{begin:/\(/,end:/\)/,keywords:a,contains:["self"].concat(_)}]),x={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:E},M={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,"(",t.concat(/\./,r),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,r],scope:{1:"keyword",3:"title.class"}}]},L={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...yp,...wp]}},R={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},D={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[x],illegal:/%/},B={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function N(H){return t.concat("(?!",H.join("|"),")")}const oe={match:t.concat(/\b/,N([...kp,"super","import"]),r,t.lookahead(/\(/)),className:"title.function",relevance:0},F={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},ie={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},x]},j="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",V={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(j)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[x]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:a,exports:{PARAMS_CONTAINS:E,CLASS_REFERENCE:L},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),R,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,m,g,C,k,{match:/\$\d+/},c,L,{className:"attr",begin:r+t.lookahead(":"),relevance:0},V,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[k,e.REGEXP_MODE,{className:"function",begin:j,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:E}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:s.begin,end:s.end},{match:o},{begin:i.begin,"on:begin":i.isTrulyOpeningTag,end:i.end}],subLanguage:"xml",contains:[{begin:i.begin,end:i.end,skip:!0,contains:["self"]}]}]},D,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[x,e.inherit(e.TITLE_MODE,{begin:r,className:"title.function"})]},{match:/\.\.\./,relevance:0},F,{match:"\\$"+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[x]},oe,B,M,ie,{match:/\$[(.]/}]}}function xp(e){const t=e.regex,n=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),r=/[\p{L}0-9._:-]+/u,s={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},o={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},i=e.inherit(o,{begin:/\(/,end:/\)/}),a=e.inherit(e.APOS_STRING_MODE,{className:"string"}),l=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),u={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:r,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[s]},{begin:/'/,end:/'/,contains:[s]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[o,l,a,i,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[o,i,l,a]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},s,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[l]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[u],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[u],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:t.concat(/</,t.lookahead(t.concat(n,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:n,relevance:0,starts:u}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(n,/>/))),contains:[{className:"name",begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}const P3={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function D3(e,t){return w(),A("svg",P3,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"},null,-1)]))}const N3={name:"mdi-close",render:D3},yr=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},B3={},q3={class:"chat-button"};function F3(e,t){return w(),A("button",q3,[we(e.$slots,"default")])}const z3=yr(B3,[["render",F3]]);function cl(){return ze(dp)}function es(){return{options:ze(pp)}}function fi(){const{options:e}=es(),t=(e==null?void 0:e.defaultLanguage)??"en";function n(s){var i,a;const o=(a=(i=e==null?void 0:e.i18n)==null?void 0:i[t])==null?void 0:a[s];return mt(o)?o.value:o??s}function r(s){var o,i;return!!((i=(o=e==null?void 0:e.i18n)==null?void 0:o[t])!=null&&i[s])}return{t:n,te:r}}const H3={class:"chat-get-started"},j3=re({__name:"GetStarted",setup(e){const{t}=fi();return(n,r)=>(w(),A("div",H3,[xe(z3,{onClick:r[0]||(r[0]=s=>n.$emit("click:button"))},{default:pe(()=>[Br(Qe(b(t)("getStarted")),1)]),_:1})]))}}),V3={},U3={class:"chat-powered-by"};function K3(e,t){return w(),A("div",U3,t[0]||(t[0]=[Br(" Powered by "),v("a",{href:"https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by"},"n8n",-1)]))}const G3=yr(V3,[["render",K3]]),W3={class:"chat-get-started-footer"},Z3={key:0},J3=re({__name:"GetStartedFooter",setup(e){const{t,te:n}=fi();return(r,s)=>(w(),A("div",W3,[b(n)("footer")?(w(),A("div",Z3,Qe(b(t)("footer")),1)):_e("",!0),xe(G3)]))}});function X3(e){return ya()?(cd(e),!0):!1}function Y3(){const e=new Set,t=s=>{e.delete(s)};return{on:s=>{e.add(s);const o=()=>t(s);return X3(o),{off:o}},off:t,trigger:(...s)=>Promise.all(Array.from(e).map(o=>o(...s)))}}const Q3=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ek=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),tk=Q3?window.document:void 0,nk={multiple:!0,accept:"*",reset:!1,directory:!1};function rk(e={}){const{document:t=tk}=e,n=G(null),{on:r,trigger:s}=Y3();let o;t&&(o=t.createElement("input"),o.type="file",o.onchange=l=>{const u=l.target;n.value=u.files,s(n.value)});const i=()=>{n.value=null,o&&o.value&&(o.value="",s(null))},a=l=>{if(!o)return;const u={...nk,...e,...l};o.multiple=u.multiple,o.accept=u.accept,o.webkitdirectory=u.directory,ek(u,"capture")&&(o.capture=u.capture),u.reset&&i(),o.click()};return{files:qs(n),open:a,reset:i,onChange:r}}const ok={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function sk(e,t){return w(),A("svg",ok,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M16.5 6v11.5a4 4 0 0 1-4 4a4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5A2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4a4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5a5.5 5.5 0 0 0 5.5-5.5V6z"},null,-1)]))}const ik={name:"mdi-paperclip",render:sk},ak={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lk(e,t){return w(),A("svg",ak,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"m2 21l21-9L2 3v7l15 2l-15 2z"},null,-1)]))}const ck={name:"mdi-send",render:lk},uk={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function fk(e,t){return w(),A("svg",uk,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12z"},null,-1)]))}const dk={name:"mdi-closeThick",render:fk},pk={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function hk(e,t){return w(),A("svg",pk,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4l-2-2zM8 9a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2"},null,-1)]))}const gk={name:"mdi-fileImage",render:hk},mk={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function vk(e,t){return w(),A("svg",mk,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z"},null,-1)]))}const bk={name:"mdi-fileMusic",render:vk},_k={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function yk(e,t){return w(),A("svg",_k,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"},null,-1)]))}const Ep={name:"mdi-fileText",render:yk},wk={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function kk(e,t){return w(),A("svg",wk,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z"},null,-1)]))}const Ck={name:"mdi-fileVideo",render:kk},xk={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Ek(e,t){return w(),A("svg",xk,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"},null,-1)]))}const Sk={name:"mdi-openInNew",render:Ek},Ak={class:"chat-file-name"},Sp=yr(re({__name:"ChatFile",props:{file:{},isRemovable:{type:Boolean},isPreviewable:{type:Boolean}},emits:["remove"],setup(e,{emit:t}){const n=e,r=t,s={document:Ep,audio:bk,image:gk,video:Ck},o=P(()=>{var u;const l=(u=n.file)==null?void 0:u.type.split("/")[0];return s[l]||Ep});function i(){n.isPreviewable&&window.open(URL.createObjectURL(n.file))}function a(){r("remove",n.file)}return(l,u)=>(w(),A("div",{class:"chat-file",onClick:i},[xe(b(o)),v("p",Ak,Qe(l.file.name),1),l.isRemovable?(w(),A("span",{key:0,class:"chat-file-delete",onClick:tn(a,["stop"])},[xe(b(dk))])):l.isPreviewable?(w(),ue(b(Sk),{key:1,class:"chat-file-preview"})):_e("",!0)]))}}),[["__scopeId","data-v-e0d57af7"]]),Tk={class:"chat-inputs"},Mk={key:0,class:"chat-input-left-panel"},Lk=["disabled","placeholder"],$k={class:"chat-inputs-controls"},Ik=["disabled"],Rk=["disabled"],Ok={key:0,class:"chat-files"},Pk=yr(re({__name:"Input",props:{placeholder:{default:"inputPlaceholder"}},emits:["arrowKeyDown"],setup(e,{emit:t}){const n=e,{t:r}=fi(),s=t,{options:o}=es(),i=cl(),{waitingForResponse:a}=i,l=G(null),u=G(null),f=G(""),c=G(!1),p=G(null),d=G(!1),m=P(()=>{var I;return d.value?!1:f.value===""||b(a)||((I=o.disabled)==null?void 0:I.value)===!0}),g=P(()=>{var I;return((I=o.disabled)==null?void 0:I.value)===!0}),C=P(()=>{var I;return h.value&&b(a)&&!((I=o.disabled)!=null&&I.value)}),h=P(()=>b(o.allowFileUploads)===!0),k=P(()=>b(o.allowedFilesMimeTypes)),y=P(()=>({"--controls-count":h.value?2:1})),{open:_,reset:E,onChange:x}=rk({multiple:!0,reset:!1});x(I=>{if(!I)return;const Z=new DataTransfer;if(l.value)for(let K=0;K<l.value.length;K++)Z.items.add(l.value[K]);for(let K=0;K<I.length;K++)Z.items.add(I[K]);l.value=Z.files}),it(()=>{Gt.on("focusInput",L),Gt.on("blurInput",M),Gt.on("setInputValue",R),u.value&&(p.value=new ResizeObserver(I=>{for(const Z of I)Z.target===u.value&&Y()}),p.value.observe(u.value))}),Qs(()=>{Gt.off("focusInput",L),Gt.off("blurInput",M),Gt.off("setInputValue",R),p.value&&(p.value.disconnect(),p.value=null)});function M(){u.value&&u.value.blur()}function L(){u.value&&u.value.focus()}function R(I){f.value=I,L()}function D(){if(l.value){const I=Array.from(l.value);return E(),l.value=null,I}return[]}function B(I){if(o.webhookUrl&&i.currentSessionId.value)try{const Z=v3(o.webhookUrl,I,i.currentSessionId.value,!0);i.ws=new WebSocket(Z),i.ws.onmessage=K=>{var Ae;if(K.data==="n8n|heartbeat"){(Ae=i.ws)==null||Ae.send("n8n|heartbeat-ack");return}if(K.data==="n8n|continue"){d.value=!1,i.waitingForResponse.value=!0;return}const me={id:Hr(),text:K.data,sender:"bot"};i.messages.value.push(me),d.value=!0,i.waitingForResponse.value=!1},i.ws.onclose=()=>{i.ws=null,d.value=!1,i.waitingForResponse.value=!1}}catch(Z){console.error("Error setting up websocket connection",Z)}}async function N(I){if(!I||I.length===0)return[];const Z=I.map(async K=>new Promise((me,Ae)=>{const Oe=new FileReader;Oe.onload=()=>me({name:K.name,type:K.type,data:Oe.result}),Oe.onerror=()=>{var Pe;return Ae(new Error(`Error reading file: ${((Pe=Oe.error)==null?void 0:Pe.message)??"Unknown error"}`))},Oe.readAsDataURL(K)}));return await Promise.all(Z)}async function oe(I,Z){const K={id:Hr(),text:Z,sender:"user",files:l.value?D():void 0};i.messages.value.push(K),I.send(JSON.stringify({sessionId:i.currentSessionId.value,action:"sendMessage",chatInput:Z,files:await N(K.files)})),i.waitingForResponse.value=!0,d.value=!1}async function F(I){if(I.preventDefault(),m.value)return;const Z=f.value;if(f.value="",c.value=!0,i.ws&&d.value){await oe(i.ws,Z);return}const K=await i.sendMessage(Z,D());K!=null&&K.executionId&&B(K.executionId),c.value=!1}async function ie(I){I.shiftKey||I.isComposing||(await F(I),Y())}function j(I){if(!l.value)return;const Z=new DataTransfer;for(let K=0;K<l.value.length;K++){const me=l.value[K];I.name!==me.name&&Z.items.add(me)}E(),l.value=Z.files}function V(I){(I.key==="ArrowUp"||I.key==="ArrowDown")&&(I.preventDefault(),s("arrowKeyDown",{key:I.key,currentInputValue:f.value}))}function H(){C.value||_({accept:b(k)})}function Y(){const I=u.value;if(!I)return;I.style.height="var(--chat--textarea--height)";const Z=Math.min(I.scrollHeight,480);I.style.height=`${Z}px`}return(I,Z)=>{var K;return w(),A("div",{class:"chat-input",style:st(y.value),onKeydown:tn(V,["stop"])},[v("div",Tk,[I.$slots.leftPanel?(w(),A("div",Mk,[we(I.$slots,"leftPanel",{},void 0,!0)])):_e("",!0),Ht(v("textarea",{ref_key:"chatTextArea",ref:u,"onUpdate:modelValue":Z[0]||(Z[0]=me=>f.value=me),"data-test-id":"chat-input",disabled:g.value,placeholder:b(r)(n.placeholder),onKeydown:Kt(ie,["enter"]),onInput:Y,onMousedown:Y,onFocus:Y},null,40,Lk),[[cp,f.value]]),v("div",$k,[h.value?(w(),A("button",{key:0,disabled:C.value,class:"chat-input-file-button","data-test-id":"chat-attach-file-button",onClick:H},[xe(b(ik),{height:"24",width:"24"})],8,Ik)):_e("",!0),v("button",{disabled:m.value,class:"chat-input-send-button",onClick:F},[xe(b(ck),{height:"24",width:"24"})],8,Rk)])]),(K=l.value)!=null&&K.length&&(!c.value||d.value)?(w(),A("div",Ok,[(w(!0),A(tt,null,wn(l.value,me=>(w(),ue(Sp,{key:me.name,file:me,"is-removable":!0,"is-previewable":!0,onRemove:j},null,8,["file"]))),128))])):_e("",!0)],36)}}}),[["__scopeId","data-v-de5e7961"]]),Dk={class:"chat-layout"},Nk={key:0,class:"chat-header"},Bk={key:2,class:"chat-footer"},qk=re({__name:"Layout",setup(e){const t=G(null);function n(){const r=t.value;r&&(r.scrollTop=r.scrollHeight)}return it(()=>{Gt.on("scrollToBottom",n),window.addEventListener("resize",n)}),Zt(()=>{Gt.off("scrollToBottom",n),window.removeEventListener("resize",n)}),(r,s)=>(w(),A("main",Dk,[r.$slots.header?(w(),A("div",Nk,[we(r.$slots,"header")])):_e("",!0),r.$slots.default?(w(),A("div",{key:1,ref_key:"chatBodyRef",ref:t,class:"chat-body"},[we(r.$slots,"default")],512)):_e("",!0),r.$slots.footer?(w(),A("div",Bk,[we(r.$slots,"footer")])):_e("",!0)]))}}),er=(e,t,{checkForDefaultPrevented:n=!0}={})=>s=>{const o=e==null?void 0:e(s);if(n===!1||!o)return t==null?void 0:t(s)};var Ap;const Dt=typeof window<"u",Fk=e=>typeof e=="string",Tp=()=>{},Mp=Dt&&((Ap=window==null?void 0:window.navigator)==null?void 0:Ap.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Lp(e){return typeof e=="function"?e():b(e)}function zk(e){return e}function ul(e){return ya()?(cd(e),!0):!1}function Hk(e,t=!0){bt()?it(e):t?e():Ke(e)}function wr(e){var t;const n=Lp(e);return(t=n==null?void 0:n.$el)!=null?t:n}const fl=Dt?window:void 0;function jr(...e){let t,n,r,s;if(Fk(e[0])||Array.isArray(e[0])?([n,r,s]=e,t=fl):[t,n,r,s]=e,!t)return Tp;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],i=()=>{o.forEach(f=>f()),o.length=0},a=(f,c,p,d)=>(f.addEventListener(c,p,d),()=>f.removeEventListener(c,p,d)),l=Se(()=>[wr(t),Lp(s)],([f,c])=>{i(),f&&o.push(...n.flatMap(p=>r.map(d=>a(f,p,d,c))))},{immediate:!0,flush:"post"}),u=()=>{l(),i()};return ul(u),u}let $p=!1;function jk(e,t,n={}){const{window:r=fl,ignore:s=[],capture:o=!0,detectIframe:i=!1}=n;if(!r)return;Mp&&!$p&&($p=!0,Array.from(r.document.body.children).forEach(p=>p.addEventListener("click",Tp)));let a=!0;const l=p=>s.some(d=>{if(typeof d=="string")return Array.from(r.document.querySelectorAll(d)).some(m=>m===p.target||p.composedPath().includes(m));{const m=wr(d);return m&&(p.target===m||p.composedPath().includes(m))}}),f=[jr(r,"click",p=>{const d=wr(e);if(!(!d||d===p.target||p.composedPath().includes(d))){if(p.detail===0&&(a=!l(p)),!a){a=!0;return}t(p)}},{passive:!0,capture:o}),jr(r,"pointerdown",p=>{const d=wr(e);d&&(a=!p.composedPath().includes(d)&&!l(p))},{passive:!0}),i&&jr(r,"blur",p=>{var d;const m=wr(e);((d=r.document.activeElement)==null?void 0:d.tagName)==="IFRAME"&&!(m!=null&&m.contains(r.document.activeElement))&&t(p)})].filter(Boolean);return()=>f.forEach(p=>p())}function Vk(e,t=!1){const n=G(),r=()=>n.value=!!e();return r(),Hk(r,t),n}const Ip=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Rp="__vueuse_ssr_handlers__";Ip[Rp]=Ip[Rp]||{};var Op=Object.getOwnPropertySymbols,Uk=Object.prototype.hasOwnProperty,Kk=Object.prototype.propertyIsEnumerable,Gk=(e,t)=>{var n={};for(var r in e)Uk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Op)for(var r of Op(e))t.indexOf(r)<0&&Kk.call(e,r)&&(n[r]=e[r]);return n};function di(e,t,n={}){const r=n,{window:s=fl}=r,o=Gk(r,["window"]);let i;const a=Vk(()=>s&&"ResizeObserver"in s),l=()=>{i&&(i.disconnect(),i=void 0)},u=Se(()=>wr(e),c=>{l(),a.value&&s&&c&&(i=new ResizeObserver(t),i.observe(c,o))},{immediate:!0,flush:"post"}),f=()=>{l(),u()};return ul(f),{isSupported:a,stop:f}}var Pp;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Pp||(Pp={}));var Wk=Object.defineProperty,Dp=Object.getOwnPropertySymbols,Zk=Object.prototype.hasOwnProperty,Jk=Object.prototype.propertyIsEnumerable,Np=(e,t,n)=>t in e?Wk(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Xk=(e,t)=>{for(var n in t||(t={}))Zk.call(t,n)&&Np(e,n,t[n]);if(Dp)for(var n of Dp(t))Jk.call(t,n)&&Np(e,n,t[n]);return e};Xk({linear:zk},{easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]});const Yk=()=>Dt&&/firefox/i.test(window.navigator.userAgent),dl=e=>{let t,n;return e.type==="touchend"?(n=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(n=e.touches[0].clientY,t=e.touches[0].clientX):(n=e.clientY,t=e.clientX),{clientX:t,clientY:n}};var Bp=typeof global=="object"&&global&&global.Object===Object&&global,Qk=typeof self=="object"&&self&&self.Object===Object&&self,Pn=Bp||Qk||Function("return this")(),kr=Pn.Symbol,qp=Object.prototype,eC=qp.hasOwnProperty,tC=qp.toString,ts=kr?kr.toStringTag:void 0;function nC(e){var t=eC.call(e,ts),n=e[ts];try{e[ts]=void 0;var r=!0}catch{}var s=tC.call(e);return r&&(t?e[ts]=n:delete e[ts]),s}var rC=Object.prototype,oC=rC.toString;function sC(e){return oC.call(e)}var iC="[object Null]",aC="[object Undefined]",Fp=kr?kr.toStringTag:void 0;function go(e){return e==null?e===void 0?aC:iC:Fp&&Fp in Object(e)?nC(e):sC(e)}function mo(e){return e!=null&&typeof e=="object"}var lC="[object Symbol]";function pi(e){return typeof e=="symbol"||mo(e)&&go(e)==lC}function cC(e,t){for(var n=-1,r=e==null?0:e.length,s=Array(r);++n<r;)s[n]=t(e[n],n,e);return s}var tr=Array.isArray,zp=kr?kr.prototype:void 0,Hp=zp?zp.toString:void 0;function jp(e){if(typeof e=="string")return e;if(tr(e))return cC(e,jp)+"";if(pi(e))return Hp?Hp.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var uC=/\s/;function fC(e){for(var t=e.length;t--&&uC.test(e.charAt(t)););return t}var dC=/^\s+/;function pC(e){return e&&e.slice(0,fC(e)+1).replace(dC,"")}function vo(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Vp=NaN,hC=/^[-+]0x[0-9a-f]+$/i,gC=/^0b[01]+$/i,mC=/^0o[0-7]+$/i,vC=parseInt;function Up(e){if(typeof e=="number")return e;if(pi(e))return Vp;if(vo(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=vo(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=pC(e);var n=gC.test(e);return n||mC.test(e)?vC(e.slice(2),n?2:8):hC.test(e)?Vp:+e}function bC(e){return e}var _C="[object AsyncFunction]",yC="[object Function]",wC="[object GeneratorFunction]",kC="[object Proxy]";function Kp(e){if(!vo(e))return!1;var t=go(e);return t==yC||t==wC||t==_C||t==kC}var pl=Pn["__core-js_shared__"],Gp=function(){var e=/[^.]+$/.exec(pl&&pl.keys&&pl.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function CC(e){return!!Gp&&Gp in e}var xC=Function.prototype,EC=xC.toString;function Vr(e){if(e!=null){try{return EC.call(e)}catch{}try{return e+""}catch{}}return""}var SC=/[\\^$.*+?()[\]{}|]/g,AC=/^\[object .+?Constructor\]$/,TC=Function.prototype,MC=Object.prototype,LC=TC.toString,$C=MC.hasOwnProperty,IC=RegExp("^"+LC.call($C).replace(SC,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function RC(e){if(!vo(e)||CC(e))return!1;var t=Kp(e)?IC:AC;return t.test(Vr(e))}function OC(e,t){return e==null?void 0:e[t]}function bo(e,t){var n=OC(e,t);return RC(n)?n:void 0}var hl=bo(Pn,"WeakMap");function PC(e,t,n,r){e.length;for(var s=n+1;s--;)if(t(e[s],s,e))return s;return-1}var DC=9007199254740991,NC=/^(?:0|[1-9]\d*)$/;function Wp(e,t){var n=typeof e;return t=t??DC,!!t&&(n=="number"||n!="symbol"&&NC.test(e))&&e>-1&&e%1==0&&e<t}function Zp(e,t){return e===t||e!==e&&t!==t}var BC=9007199254740991;function gl(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=BC}function qC(e){return e!=null&&gl(e.length)&&!Kp(e)}var FC=Object.prototype;function zC(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||FC;return e===n}function HC(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var jC="[object Arguments]";function Jp(e){return mo(e)&&go(e)==jC}var Xp=Object.prototype,VC=Xp.hasOwnProperty,UC=Xp.propertyIsEnumerable,Yp=Jp(function(){return arguments}())?Jp:function(e){return mo(e)&&VC.call(e,"callee")&&!UC.call(e,"callee")};function KC(){return!1}var Qp=typeof vt=="object"&&vt&&!vt.nodeType&&vt,eh=Qp&&typeof module=="object"&&module&&!module.nodeType&&module,GC=eh&&eh.exports===Qp,th=GC?Pn.Buffer:void 0,WC=th?th.isBuffer:void 0,ml=WC||KC,ZC="[object Arguments]",JC="[object Array]",XC="[object Boolean]",YC="[object Date]",QC="[object Error]",ex="[object Function]",tx="[object Map]",nx="[object Number]",rx="[object Object]",ox="[object RegExp]",sx="[object Set]",ix="[object String]",ax="[object WeakMap]",lx="[object ArrayBuffer]",cx="[object DataView]",ux="[object Float32Array]",fx="[object Float64Array]",dx="[object Int8Array]",px="[object Int16Array]",hx="[object Int32Array]",gx="[object Uint8Array]",mx="[object Uint8ClampedArray]",vx="[object Uint16Array]",bx="[object Uint32Array]",ct={};ct[ux]=ct[fx]=ct[dx]=ct[px]=ct[hx]=ct[gx]=ct[mx]=ct[vx]=ct[bx]=!0,ct[ZC]=ct[JC]=ct[lx]=ct[XC]=ct[cx]=ct[YC]=ct[QC]=ct[ex]=ct[tx]=ct[nx]=ct[rx]=ct[ox]=ct[sx]=ct[ix]=ct[ax]=!1;function _x(e){return mo(e)&&gl(e.length)&&!!ct[go(e)]}function yx(e){return function(t){return e(t)}}var nh=typeof vt=="object"&&vt&&!vt.nodeType&&vt,ns=nh&&typeof module=="object"&&module&&!module.nodeType&&module,wx=ns&&ns.exports===nh,vl=wx&&Bp.process,rh=function(){try{var e=ns&&ns.require&&ns.require("util").types;return e||vl&&vl.binding&&vl.binding("util")}catch{}}(),oh=rh&&rh.isTypedArray,sh=oh?yx(oh):_x,kx=Object.prototype,Cx=kx.hasOwnProperty;function xx(e,t){var n=tr(e),r=!n&&Yp(e),s=!n&&!r&&ml(e),o=!n&&!r&&!s&&sh(e),i=n||r||s||o,a=i?HC(e.length,String):[],l=a.length;for(var u in e)Cx.call(e,u)&&!(i&&(u=="length"||s&&(u=="offset"||u=="parent")||o&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Wp(u,l)))&&a.push(u);return a}function Ex(e,t){return function(n){return e(t(n))}}var Sx=Ex(Object.keys,Object),Ax=Object.prototype,Tx=Ax.hasOwnProperty;function Mx(e){if(!zC(e))return Sx(e);var t=[];for(var n in Object(e))Tx.call(e,n)&&n!="constructor"&&t.push(n);return t}function ih(e){return qC(e)?xx(e):Mx(e)}var Lx=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$x=/^\w*$/;function bl(e,t){if(tr(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||pi(e)?!0:$x.test(e)||!Lx.test(e)||t!=null&&e in Object(t)}var rs=bo(Object,"create");function Ix(){this.__data__=rs?rs(null):{},this.size=0}function Rx(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Ox="__lodash_hash_undefined__",Px=Object.prototype,Dx=Px.hasOwnProperty;function Nx(e){var t=this.__data__;if(rs){var n=t[e];return n===Ox?void 0:n}return Dx.call(t,e)?t[e]:void 0}var Bx=Object.prototype,qx=Bx.hasOwnProperty;function Fx(e){var t=this.__data__;return rs?t[e]!==void 0:qx.call(t,e)}var zx="__lodash_hash_undefined__";function Hx(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=rs&&t===void 0?zx:t,this}function Ur(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ur.prototype.clear=Ix,Ur.prototype.delete=Rx,Ur.prototype.get=Nx,Ur.prototype.has=Fx,Ur.prototype.set=Hx;function jx(){this.__data__=[],this.size=0}function hi(e,t){for(var n=e.length;n--;)if(Zp(e[n][0],t))return n;return-1}var Vx=Array.prototype,Ux=Vx.splice;function Kx(e){var t=this.__data__,n=hi(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():Ux.call(t,n,1),--this.size,!0}function Gx(e){var t=this.__data__,n=hi(t,e);return n<0?void 0:t[n][1]}function Wx(e){return hi(this.__data__,e)>-1}function Zx(e,t){var n=this.__data__,r=hi(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function nr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}nr.prototype.clear=jx,nr.prototype.delete=Kx,nr.prototype.get=Gx,nr.prototype.has=Wx,nr.prototype.set=Zx;var os=bo(Pn,"Map");function Jx(){this.size=0,this.__data__={hash:new Ur,map:new(os||nr),string:new Ur}}function Xx(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function gi(e,t){var n=e.__data__;return Xx(t)?n[typeof t=="string"?"string":"hash"]:n.map}function Yx(e){var t=gi(this,e).delete(e);return this.size-=t?1:0,t}function Qx(e){return gi(this,e).get(e)}function e6(e){return gi(this,e).has(e)}function t6(e,t){var n=gi(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function rr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}rr.prototype.clear=Jx,rr.prototype.delete=Yx,rr.prototype.get=Qx,rr.prototype.has=e6,rr.prototype.set=t6;var n6="Expected a function";function _l(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(n6);var n=function(){var r=arguments,s=t?t.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=e.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new(_l.Cache||rr),n}_l.Cache=rr;var r6=500;function o6(e){var t=_l(e,function(r){return n.size===r6&&n.clear(),r}),n=t.cache;return t}var s6=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i6=/\\(\\)?/g,a6=o6(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(s6,function(n,r,s,o){t.push(s?o.replace(i6,"$1"):r||n)}),t});function l6(e){return e==null?"":jp(e)}function ah(e,t){return tr(e)?e:bl(e,t)?[e]:a6(l6(e))}function mi(e){if(typeof e=="string"||pi(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function lh(e,t){t=ah(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[mi(t[n++])];return n&&n==r?e:void 0}function nn(e,t,n){var r=e==null?void 0:lh(e,t);return r===void 0?n:r}function c6(e,t){for(var n=-1,r=t.length,s=e.length;++n<r;)e[s+n]=t[n];return e}function u6(){this.__data__=new nr,this.size=0}function f6(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function d6(e){return this.__data__.get(e)}function p6(e){return this.__data__.has(e)}var h6=200;function g6(e,t){var n=this.__data__;if(n instanceof nr){var r=n.__data__;if(!os||r.length<h6-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new rr(r)}return n.set(e,t),this.size=n.size,this}function or(e){var t=this.__data__=new nr(e);this.size=t.size}or.prototype.clear=u6,or.prototype.delete=f6,or.prototype.get=d6,or.prototype.has=p6,or.prototype.set=g6;function m6(e,t){for(var n=-1,r=e==null?0:e.length,s=0,o=[];++n<r;){var i=e[n];t(i,n,e)&&(o[s++]=i)}return o}function v6(){return[]}var b6=Object.prototype,_6=b6.propertyIsEnumerable,ch=Object.getOwnPropertySymbols,y6=ch?function(e){return e==null?[]:(e=Object(e),m6(ch(e),function(t){return _6.call(e,t)}))}:v6;function w6(e,t,n){var r=t(e);return tr(e)?r:c6(r,n(e))}function uh(e){return w6(e,ih,y6)}var yl=bo(Pn,"DataView"),wl=bo(Pn,"Promise"),kl=bo(Pn,"Set"),fh="[object Map]",k6="[object Object]",dh="[object Promise]",ph="[object Set]",hh="[object WeakMap]",gh="[object DataView]",C6=Vr(yl),x6=Vr(os),E6=Vr(wl),S6=Vr(kl),A6=Vr(hl),Cr=go;(yl&&Cr(new yl(new ArrayBuffer(1)))!=gh||os&&Cr(new os)!=fh||wl&&Cr(wl.resolve())!=dh||kl&&Cr(new kl)!=ph||hl&&Cr(new hl)!=hh)&&(Cr=function(e){var t=go(e),n=t==k6?e.constructor:void 0,r=n?Vr(n):"";if(r)switch(r){case C6:return gh;case x6:return fh;case E6:return dh;case S6:return ph;case A6:return hh}return t});var mh=Pn.Uint8Array,T6="__lodash_hash_undefined__";function M6(e){return this.__data__.set(e,T6),this}function L6(e){return this.__data__.has(e)}function vi(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new rr;++t<n;)this.add(e[t])}vi.prototype.add=vi.prototype.push=M6,vi.prototype.has=L6;function $6(e,t){for(var n=-1,r=e==null?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function I6(e,t){return e.has(t)}var R6=1,O6=2;function vh(e,t,n,r,s,o){var i=n&R6,a=e.length,l=t.length;if(a!=l&&!(i&&l>a))return!1;var u=o.get(e),f=o.get(t);if(u&&f)return u==t&&f==e;var c=-1,p=!0,d=n&O6?new vi:void 0;for(o.set(e,t),o.set(t,e);++c<a;){var m=e[c],g=t[c];if(r)var C=i?r(g,m,c,t,e,o):r(m,g,c,e,t,o);if(C!==void 0){if(C)continue;p=!1;break}if(d){if(!$6(t,function(h,k){if(!I6(d,k)&&(m===h||s(m,h,n,r,o)))return d.push(k)})){p=!1;break}}else if(!(m===g||s(m,g,n,r,o))){p=!1;break}}return o.delete(e),o.delete(t),p}function P6(e){var t=-1,n=Array(e.size);return e.forEach(function(r,s){n[++t]=[s,r]}),n}function D6(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var N6=1,B6=2,q6="[object Boolean]",F6="[object Date]",z6="[object Error]",H6="[object Map]",j6="[object Number]",V6="[object RegExp]",U6="[object Set]",K6="[object String]",G6="[object Symbol]",W6="[object ArrayBuffer]",Z6="[object DataView]",bh=kr?kr.prototype:void 0,Cl=bh?bh.valueOf:void 0;function J6(e,t,n,r,s,o,i){switch(n){case Z6:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case W6:return!(e.byteLength!=t.byteLength||!o(new mh(e),new mh(t)));case q6:case F6:case j6:return Zp(+e,+t);case z6:return e.name==t.name&&e.message==t.message;case V6:case K6:return e==t+"";case H6:var a=P6;case U6:var l=r&N6;if(a||(a=D6),e.size!=t.size&&!l)return!1;var u=i.get(e);if(u)return u==t;r|=B6,i.set(e,t);var f=vh(a(e),a(t),r,s,o,i);return i.delete(e),f;case G6:if(Cl)return Cl.call(e)==Cl.call(t)}return!1}var X6=1,Y6=Object.prototype,Q6=Y6.hasOwnProperty;function e5(e,t,n,r,s,o){var i=n&X6,a=uh(e),l=a.length,u=uh(t),f=u.length;if(l!=f&&!i)return!1;for(var c=l;c--;){var p=a[c];if(!(i?p in t:Q6.call(t,p)))return!1}var d=o.get(e),m=o.get(t);if(d&&m)return d==t&&m==e;var g=!0;o.set(e,t),o.set(t,e);for(var C=i;++c<l;){p=a[c];var h=e[p],k=t[p];if(r)var y=i?r(k,h,p,t,e,o):r(h,k,p,e,t,o);if(!(y===void 0?h===k||s(h,k,n,r,o):y)){g=!1;break}C||(C=p=="constructor")}if(g&&!C){var _=e.constructor,E=t.constructor;_!=E&&"constructor"in e&&"constructor"in t&&!(typeof _=="function"&&_ instanceof _&&typeof E=="function"&&E instanceof E)&&(g=!1)}return o.delete(e),o.delete(t),g}var t5=1,_h="[object Arguments]",yh="[object Array]",bi="[object Object]",n5=Object.prototype,wh=n5.hasOwnProperty;function r5(e,t,n,r,s,o){var i=tr(e),a=tr(t),l=i?yh:Cr(e),u=a?yh:Cr(t);l=l==_h?bi:l,u=u==_h?bi:u;var f=l==bi,c=u==bi,p=l==u;if(p&&ml(e)){if(!ml(t))return!1;i=!0,f=!1}if(p&&!f)return o||(o=new or),i||sh(e)?vh(e,t,n,r,s,o):J6(e,t,l,n,r,s,o);if(!(n&t5)){var d=f&&wh.call(e,"__wrapped__"),m=c&&wh.call(t,"__wrapped__");if(d||m){var g=d?e.value():e,C=m?t.value():t;return o||(o=new or),s(g,C,n,r,o)}}return p?(o||(o=new or),e5(e,t,n,r,s,o)):!1}function _i(e,t,n,r,s){return e===t?!0:e==null||t==null||!mo(e)&&!mo(t)?e!==e&&t!==t:r5(e,t,n,r,_i,s)}var o5=1,s5=2;function i5(e,t,n,r){var s=n.length,o=s;if(e==null)return!o;for(e=Object(e);s--;){var i=n[s];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++s<o;){i=n[s];var a=i[0],l=e[a],u=i[1];if(i[2]){if(l===void 0&&!(a in e))return!1}else{var f=new or,c;if(!(c===void 0?_i(u,l,o5|s5,r,f):c))return!1}}return!0}function kh(e){return e===e&&!vo(e)}function a5(e){for(var t=ih(e),n=t.length;n--;){var r=t[n],s=e[r];t[n]=[r,s,kh(s)]}return t}function Ch(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==void 0||e in Object(n))}}function l5(e){var t=a5(e);return t.length==1&&t[0][2]?Ch(t[0][0],t[0][1]):function(n){return n===e||i5(n,e,t)}}function c5(e,t){return e!=null&&t in Object(e)}function u5(e,t,n){t=ah(t,e);for(var r=-1,s=t.length,o=!1;++r<s;){var i=mi(t[r]);if(!(o=e!=null&&n(e,i)))break;e=e[i]}return o||++r!=s?o:(s=e==null?0:e.length,!!s&&gl(s)&&Wp(i,s)&&(tr(e)||Yp(e)))}function f5(e,t){return e!=null&&u5(e,t,c5)}var d5=1,p5=2;function h5(e,t){return bl(e)&&kh(t)?Ch(mi(e),t):function(n){var r=nn(n,e);return r===void 0&&r===t?f5(n,e):_i(t,r,d5|p5)}}function g5(e){return function(t){return t==null?void 0:t[e]}}function m5(e){return function(t){return lh(t,e)}}function v5(e){return bl(e)?g5(mi(e)):m5(e)}function b5(e){return typeof e=="function"?e:e==null?bC:typeof e=="object"?tr(e)?h5(e[0],e[1]):l5(e):v5(e)}var xl=function(){return Pn.Date.now()},_5="Expected a function",y5=Math.max,w5=Math.min;function El(e,t,n){var r,s,o,i,a,l,u=0,f=!1,c=!1,p=!0;if(typeof e!="function")throw new TypeError(_5);t=Up(t)||0,vo(n)&&(f=!!n.leading,c="maxWait"in n,o=c?y5(Up(n.maxWait)||0,t):o,p="trailing"in n?!!n.trailing:p);function d(x){var M=r,L=s;return r=s=void 0,u=x,i=e.apply(L,M),i}function m(x){return u=x,a=setTimeout(h,t),f?d(x):i}function g(x){var M=x-l,L=x-u,R=t-M;return c?w5(R,o-L):R}function C(x){var M=x-l,L=x-u;return l===void 0||M>=t||M<0||c&&L>=o}function h(){var x=xl();if(C(x))return k(x);a=setTimeout(h,g(x))}function k(x){return a=void 0,p&&r?d(x):(r=s=void 0,i)}function y(){a!==void 0&&clearTimeout(a),u=0,r=l=s=a=void 0}function _(){return a===void 0?i:k(xl())}function E(){var x=xl(),M=C(x);if(r=arguments,s=this,l=x,M){if(a===void 0)return m(l);if(c)return clearTimeout(a),a=setTimeout(h,t),d(l)}return a===void 0&&(a=setTimeout(h,t)),i}return E.cancel=y,E.flush=_,E}function k5(e,t,n){var r=e==null?0:e.length;if(!r)return-1;var s=r-1;return PC(e,b5(t),s)}function yi(e){for(var t=-1,n=e==null?0:e.length,r={};++t<n;){var s=e[t];r[s[0]]=s[1]}return r}function Sl(e,t){return _i(e,t)}function Kr(e){return e==null}function C5(e){return e===void 0}const xh=e=>e===void 0,Al=e=>typeof e=="boolean",_t=e=>typeof e=="number",ss=e=>typeof Element>"u"?!1:e instanceof Element,x5=e=>He(e)?!Number.isNaN(Number(e)):!1,E5=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d");class S5 extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function A5(e,t){throw new S5(`[${e}] ${t}`)}function qN(e,t){}function _o(e,t="px"){if(!e)return"";if(_t(e)||x5(e))return`${e}${t}`;if(He(e))return e}function T5(e,t){if(!Dt)return;if(!t){e.scrollTop=0;return}const n=[];let r=t.offsetParent;for(;r!==null&&e!==r&&e.contains(r);)n.push(r),r=r.offsetParent;const s=t.offsetTop+n.reduce((l,u)=>l+u.offsetTop,0),o=s+t.offsetHeight,i=e.scrollTop,a=i+e.clientHeight;s<i?e.scrollTop=s:o>a&&(e.scrollTop=o-e.clientHeight)}/*! Element Plus Icons Vue v2.3.1 */var M5=re({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"})]))}}),Eh=M5,L5=re({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),$5=L5,I5=re({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),R5=I5,O5=re({name:"CircleCheck",__name:"circle-check",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),v("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"})]))}}),P5=O5,D5=re({name:"CircleClose",__name:"circle-close",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),v("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),Tl=D5,N5=re({name:"Close",__name:"close",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),Ml=N5,B5=re({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"})]))}}),q5=B5,F5=re({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),z5=F5,H5=re({name:"Hide",__name:"hide",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),v("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"})]))}}),j5=H5,V5=re({name:"Loading",__name:"loading",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"})]))}}),Sh=V5,U5=re({name:"MoreFilled",__name:"more-filled",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),Ah=U5,K5=re({name:"View",__name:"view",setup(e){return(t,n)=>(w(),A("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[v("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),G5=K5;const Th="__epPropKey",Ne=e=>e,W5=e=>Fe(e)&&!!e[Th],wi=(e,t)=>{if(!Fe(e)||W5(e))return e;const{values:n,required:r,default:s,type:o,validator:i}=e,l={type:o,required:!!r,validator:n||i?u=>{let f=!1,c=[];if(n&&(c=Array.from(n),We(e,"default")&&c.push(s),f||(f=c.includes(u))),i&&(f||(f=i(u))),!f&&c.length>0){const p=[...new Set(c)].map(d=>JSON.stringify(d)).join(", ");x4(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${p}], got value ${JSON.stringify(u)}.`)}return f}:void 0,[Th]:!0};return We(e,"default")&&(l.default=s),l},rt=e=>yi(Object.entries(e).map(([t,n])=>[t,wi(n,t)])),Cn=Ne([String,Object,Function]),Mh={validating:Sh,success:P5,error:Tl},xn=(e,t)=>{if(e.install=n=>{for(const r of[e,...Object.values(t??{})])n.component(r.name,r)},t)for(const[n,r]of Object.entries(t))e[n]=r;return e},Z5=(e,t)=>(e.install=n=>{n.directive(t,e)},e),Ll=e=>(e.install=$t,e),sr={tab:"Tab",enter:"Enter",space:"Space",esc:"Escape",delete:"Delete",backspace:"Backspace"},Jt="update:modelValue",$l="change",is=["","default","small","large"],J5={large:40,default:32,small:24},X5=e=>J5[e||"default"],Y5=e=>["",...is].includes(e),Lh=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),Il=e=>e,Q5=["class","style"],e8=/^on[A-Z]/,t8=(e={})=>{const{excludeListeners:t=!1,excludeKeys:n}=e,r=P(()=>((n==null?void 0:n.value)||[]).concat(Q5)),s=bt();return P(s?()=>{var o;return yi(Object.entries((o=s.proxy)==null?void 0:o.$attrs).filter(([i])=>!r.value.includes(i)&&!(t&&e8.test(i))))}:()=>({}))},$h=({from:e,replacement:t,scope:n,version:r,ref:s,type:o="API"},i)=>{Se(()=>b(i),a=>{},{immediate:!0})};var n8={name:"en",el:{colorpicker:{confirm:"OK",clear:"Clear",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color."},datepicker:{now:"Now",today:"Today",cancel:"Cancel",clear:"Clear",confirm:"OK",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Select date",selectTime:"Select time",startDate:"Start Date",startTime:"Start Time",endDate:"End Date",endTime:"End Time",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",year:"",month1:"January",month2:"February",month3:"March",month4:"April",month5:"May",month6:"June",month7:"July",month8:"August",month9:"September",month10:"October",month11:"November",month12:"December",week:"week",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"Jan",feb:"Feb",mar:"Mar",apr:"Apr",may:"May",jun:"Jun",jul:"Jul",aug:"Aug",sep:"Sep",oct:"Oct",nov:"Nov",dec:"Dec"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No matching data",loading:"Loading",placeholder:"Select",noData:"No data"},pagination:{goto:"Go to",pagesize:"/page",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},upload:{deleteTip:"press delete to remove",delete:"Delete",preview:"Preview",continue:"Continue"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"No Data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum"},tree:{emptyText:"No Data"},transfer:{noMatch:"No matching data",noData:"No data",titles:["List 1","List 2"],filterPlaceholder:"Enter keyword",noCheckedFormat:"{total} items",hasCheckedFormat:"{checked}/{total} checked"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"}}};const r8=e=>(t,n)=>o8(t,n,b(e)),o8=(e,t,n)=>nn(n,e,e).replace(/\{(\w+)\}/g,(r,s)=>{var o;return`${(o=t==null?void 0:t[s])!=null?o:`{${s}}`}`}),s8=e=>{const t=P(()=>b(e).name),n=mt(e)?e:G(e);return{lang:t,locale:n,t:r8(e)}},i8=Symbol("localeContextKey"),En=e=>{const t=ze(i8,G());return s8(P(()=>t.value||n8))},Rl="el",a8="is-",Gr=(e,t,n,r,s)=>{let o=`${e}-${t}`;return n&&(o+=`-${n}`),r&&(o+=`__${r}`),s&&(o+=`--${s}`),o},l8=Symbol("namespaceContextKey"),Ol=e=>{const t=bt()?ze(l8,G(Rl)):G(Rl);return P(()=>b(t)||Rl)},et=(e,t)=>{const n=Ol();return{namespace:n,b:(g="")=>Gr(n.value,e,g,"",""),e:g=>g?Gr(n.value,e,"",g,""):"",m:g=>g?Gr(n.value,e,"","",g):"",be:(g,C)=>g&&C?Gr(n.value,e,g,C,""):"",em:(g,C)=>g&&C?Gr(n.value,e,"",g,C):"",bm:(g,C)=>g&&C?Gr(n.value,e,g,"",C):"",bem:(g,C,h)=>g&&C&&h?Gr(n.value,e,g,C,h):"",is:(g,...C)=>{const h=C.length>=1?C[0]:!0;return g&&h?`${a8}${g}`:""},cssVar:g=>{const C={};for(const h in g)g[h]&&(C[`--${n.value}-${h}`]=g[h]);return C},cssVarName:g=>`--${n.value}-${g}`,cssVarBlock:g=>{const C={};for(const h in g)g[h]&&(C[`--${n.value}-${e}-${h}`]=g[h]);return C},cssVarBlockName:g=>`--${n.value}-${e}-${g}`}},c8=wi({type:Ne(Boolean),default:null}),u8=wi({type:Ne(Function)}),f8=e=>{const t=`update:${e}`,n=`onUpdate:${e}`,r=[t],s={[e]:c8,[n]:u8};return{useModelToggle:({indicator:i,toggleReason:a,shouldHideWhenRouteChanges:l,shouldProceed:u,onShow:f,onHide:c})=>{const p=bt(),{emit:d}=p,m=p.props,g=P(()=>Ce(m[n])),C=P(()=>m[e]===null),h=M=>{i.value!==!0&&(i.value=!0,a&&(a.value=M),Ce(f)&&f(M))},k=M=>{i.value!==!1&&(i.value=!1,a&&(a.value=M),Ce(c)&&c(M))},y=M=>{if(m.disabled===!0||Ce(u)&&!u())return;const L=g.value&&Dt;L&&d(t,!0),(C.value||!L)&&h(M)},_=M=>{if(m.disabled===!0||!Dt)return;const L=g.value&&Dt;L&&d(t,!1),(C.value||!L)&&k(M)},E=M=>{Al(M)&&(m.disabled&&M?g.value&&d(t,!1):i.value!==M&&(M?h():k()))},x=()=>{i.value?_():y()};return Se(()=>m[e],E),l&&p.appContext.config.globalProperties.$route!==void 0&&Se(()=>({...p.proxy.$route}),()=>{l.value&&i.value&&_()}),it(()=>{E(m[e])}),{hide:_,show:y,toggle:x,hasUpdateHandler:g}},useModelToggleProps:s,useModelToggleEmits:r}},Ih=e=>{const t=bt();return P(()=>{var n,r;return(r=(n=t==null?void 0:t.proxy)==null?void 0:n.$props)==null?void 0:r[e]})};var Xt="top",dn="bottom",pn="right",Yt="left",Pl="auto",as=[Xt,dn,pn,Yt],yo="start",ls="end",d8="clippingParents",Rh="viewport",cs="popper",p8="reference",Oh=as.reduce(function(e,t){return e.concat([t+"-"+yo,t+"-"+ls])},[]),ki=[].concat(as,[Pl]).reduce(function(e,t){return e.concat([t,t+"-"+yo,t+"-"+ls])},[]),h8="beforeRead",g8="read",m8="afterRead",v8="beforeMain",b8="main",_8="afterMain",y8="beforeWrite",w8="write",k8="afterWrite",C8=[h8,g8,m8,v8,b8,_8,y8,w8,k8];function Dn(e){return e?(e.nodeName||"").toLowerCase():null}function Sn(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function wo(e){var t=Sn(e).Element;return e instanceof t||e instanceof Element}function hn(e){var t=Sn(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Dl(e){if(typeof ShadowRoot>"u")return!1;var t=Sn(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function x8(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},s=t.attributes[n]||{},o=t.elements[n];!hn(o)||!Dn(o)||(Object.assign(o.style,r),Object.keys(s).forEach(function(i){var a=s[i];a===!1?o.removeAttribute(i):o.setAttribute(i,a===!0?"":a)}))})}function E8(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var s=t.elements[r],o=t.attributes[r]||{},i=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),a=i.reduce(function(l,u){return l[u]="",l},{});!hn(s)||!Dn(s)||(Object.assign(s.style,a),Object.keys(o).forEach(function(l){s.removeAttribute(l)}))})}}var Ph={name:"applyStyles",enabled:!0,phase:"write",fn:x8,effect:E8,requires:["computeStyles"]};function Nn(e){return e.split("-")[0]}var Wr=Math.max,Ci=Math.min,ko=Math.round;function Co(e,t){t===void 0&&(t=!1);var n=e.getBoundingClientRect(),r=1,s=1;if(hn(e)&&t){var o=e.offsetHeight,i=e.offsetWidth;i>0&&(r=ko(n.width)/i||1),o>0&&(s=ko(n.height)/o||1)}return{width:n.width/r,height:n.height/s,top:n.top/s,right:n.right/r,bottom:n.bottom/s,left:n.left/r,x:n.left/r,y:n.top/s}}function Nl(e){var t=Co(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function Dh(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Dl(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function ir(e){return Sn(e).getComputedStyle(e)}function S8(e){return["table","td","th"].indexOf(Dn(e))>=0}function xr(e){return((wo(e)?e.ownerDocument:e.document)||window.document).documentElement}function xi(e){return Dn(e)==="html"?e:e.assignedSlot||e.parentNode||(Dl(e)?e.host:null)||xr(e)}function Nh(e){return!hn(e)||ir(e).position==="fixed"?null:e.offsetParent}function A8(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,n=navigator.userAgent.indexOf("Trident")!==-1;if(n&&hn(e)){var r=ir(e);if(r.position==="fixed")return null}var s=xi(e);for(Dl(s)&&(s=s.host);hn(s)&&["html","body"].indexOf(Dn(s))<0;){var o=ir(s);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return s;s=s.parentNode}return null}function us(e){for(var t=Sn(e),n=Nh(e);n&&S8(n)&&ir(n).position==="static";)n=Nh(n);return n&&(Dn(n)==="html"||Dn(n)==="body"&&ir(n).position==="static")?t:n||A8(e)||t}function Bl(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function fs(e,t,n){return Wr(e,Ci(t,n))}function T8(e,t,n){var r=fs(e,t,n);return r>n?n:r}function Bh(){return{top:0,right:0,bottom:0,left:0}}function qh(e){return Object.assign({},Bh(),e)}function Fh(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var M8=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,qh(typeof e!="number"?e:Fh(e,as))};function L8(e){var t,n=e.state,r=e.name,s=e.options,o=n.elements.arrow,i=n.modifiersData.popperOffsets,a=Nn(n.placement),l=Bl(a),u=[Yt,pn].indexOf(a)>=0,f=u?"height":"width";if(!(!o||!i)){var c=M8(s.padding,n),p=Nl(o),d=l==="y"?Xt:Yt,m=l==="y"?dn:pn,g=n.rects.reference[f]+n.rects.reference[l]-i[l]-n.rects.popper[f],C=i[l]-n.rects.reference[l],h=us(o),k=h?l==="y"?h.clientHeight||0:h.clientWidth||0:0,y=g/2-C/2,_=c[d],E=k-p[f]-c[m],x=k/2-p[f]/2+y,M=fs(_,x,E),L=l;n.modifiersData[r]=(t={},t[L]=M,t.centerOffset=M-x,t)}}function $8(e){var t=e.state,n=e.options,r=n.element,s=r===void 0?"[data-popper-arrow]":r;s!=null&&(typeof s=="string"&&(s=t.elements.popper.querySelector(s),!s)||!Dh(t.elements.popper,s)||(t.elements.arrow=s))}var I8={name:"arrow",enabled:!0,phase:"main",fn:L8,effect:$8,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function xo(e){return e.split("-")[1]}var R8={top:"auto",right:"auto",bottom:"auto",left:"auto"};function O8(e){var t=e.x,n=e.y,r=window,s=r.devicePixelRatio||1;return{x:ko(t*s)/s||0,y:ko(n*s)/s||0}}function zh(e){var t,n=e.popper,r=e.popperRect,s=e.placement,o=e.variation,i=e.offsets,a=e.position,l=e.gpuAcceleration,u=e.adaptive,f=e.roundOffsets,c=e.isFixed,p=i.x,d=p===void 0?0:p,m=i.y,g=m===void 0?0:m,C=typeof f=="function"?f({x:d,y:g}):{x:d,y:g};d=C.x,g=C.y;var h=i.hasOwnProperty("x"),k=i.hasOwnProperty("y"),y=Yt,_=Xt,E=window;if(u){var x=us(n),M="clientHeight",L="clientWidth";if(x===Sn(n)&&(x=xr(n),ir(x).position!=="static"&&a==="absolute"&&(M="scrollHeight",L="scrollWidth")),x=x,s===Xt||(s===Yt||s===pn)&&o===ls){_=dn;var R=c&&x===E&&E.visualViewport?E.visualViewport.height:x[M];g-=R-r.height,g*=l?1:-1}if(s===Yt||(s===Xt||s===dn)&&o===ls){y=pn;var D=c&&x===E&&E.visualViewport?E.visualViewport.width:x[L];d-=D-r.width,d*=l?1:-1}}var B=Object.assign({position:a},u&&R8),N=f===!0?O8({x:d,y:g}):{x:d,y:g};if(d=N.x,g=N.y,l){var oe;return Object.assign({},B,(oe={},oe[_]=k?"0":"",oe[y]=h?"0":"",oe.transform=(E.devicePixelRatio||1)<=1?"translate("+d+"px, "+g+"px)":"translate3d("+d+"px, "+g+"px, 0)",oe))}return Object.assign({},B,(t={},t[_]=k?g+"px":"",t[y]=h?d+"px":"",t.transform="",t))}function P8(e){var t=e.state,n=e.options,r=n.gpuAcceleration,s=r===void 0?!0:r,o=n.adaptive,i=o===void 0?!0:o,a=n.roundOffsets,l=a===void 0?!0:a,u={placement:Nn(t.placement),variation:xo(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:s,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,zh(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,zh(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Hh={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:P8,data:{}},Ei={passive:!0};function D8(e){var t=e.state,n=e.instance,r=e.options,s=r.scroll,o=s===void 0?!0:s,i=r.resize,a=i===void 0?!0:i,l=Sn(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&u.forEach(function(f){f.addEventListener("scroll",n.update,Ei)}),a&&l.addEventListener("resize",n.update,Ei),function(){o&&u.forEach(function(f){f.removeEventListener("scroll",n.update,Ei)}),a&&l.removeEventListener("resize",n.update,Ei)}}var jh={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:D8,data:{}},N8={left:"right",right:"left",bottom:"top",top:"bottom"};function Si(e){return e.replace(/left|right|bottom|top/g,function(t){return N8[t]})}var B8={start:"end",end:"start"};function Vh(e){return e.replace(/start|end/g,function(t){return B8[t]})}function ql(e){var t=Sn(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function Fl(e){return Co(xr(e)).left+ql(e).scrollLeft}function q8(e){var t=Sn(e),n=xr(e),r=t.visualViewport,s=n.clientWidth,o=n.clientHeight,i=0,a=0;return r&&(s=r.width,o=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=r.offsetLeft,a=r.offsetTop)),{width:s,height:o,x:i+Fl(e),y:a}}function F8(e){var t,n=xr(e),r=ql(e),s=(t=e.ownerDocument)==null?void 0:t.body,o=Wr(n.scrollWidth,n.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),i=Wr(n.scrollHeight,n.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a=-r.scrollLeft+Fl(e),l=-r.scrollTop;return ir(s||n).direction==="rtl"&&(a+=Wr(n.clientWidth,s?s.clientWidth:0)-o),{width:o,height:i,x:a,y:l}}function zl(e){var t=ir(e),n=t.overflow,r=t.overflowX,s=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+s+r)}function Uh(e){return["html","body","#document"].indexOf(Dn(e))>=0?e.ownerDocument.body:hn(e)&&zl(e)?e:Uh(xi(e))}function ds(e,t){var n;t===void 0&&(t=[]);var r=Uh(e),s=r===((n=e.ownerDocument)==null?void 0:n.body),o=Sn(r),i=s?[o].concat(o.visualViewport||[],zl(r)?r:[]):r,a=t.concat(i);return s?a:a.concat(ds(xi(i)))}function Hl(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function z8(e){var t=Co(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function Kh(e,t){return t===Rh?Hl(q8(e)):wo(t)?z8(t):Hl(F8(xr(e)))}function H8(e){var t=ds(xi(e)),n=["absolute","fixed"].indexOf(ir(e).position)>=0,r=n&&hn(e)?us(e):e;return wo(r)?t.filter(function(s){return wo(s)&&Dh(s,r)&&Dn(s)!=="body"}):[]}function j8(e,t,n){var r=t==="clippingParents"?H8(e):[].concat(t),s=[].concat(r,[n]),o=s[0],i=s.reduce(function(a,l){var u=Kh(e,l);return a.top=Wr(u.top,a.top),a.right=Ci(u.right,a.right),a.bottom=Ci(u.bottom,a.bottom),a.left=Wr(u.left,a.left),a},Kh(e,o));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function Gh(e){var t=e.reference,n=e.element,r=e.placement,s=r?Nn(r):null,o=r?xo(r):null,i=t.x+t.width/2-n.width/2,a=t.y+t.height/2-n.height/2,l;switch(s){case Xt:l={x:i,y:t.y-n.height};break;case dn:l={x:i,y:t.y+t.height};break;case pn:l={x:t.x+t.width,y:a};break;case Yt:l={x:t.x-n.width,y:a};break;default:l={x:t.x,y:t.y}}var u=s?Bl(s):null;if(u!=null){var f=u==="y"?"height":"width";switch(o){case yo:l[u]=l[u]-(t[f]/2-n[f]/2);break;case ls:l[u]=l[u]+(t[f]/2-n[f]/2);break}}return l}function ps(e,t){t===void 0&&(t={});var n=t,r=n.placement,s=r===void 0?e.placement:r,o=n.boundary,i=o===void 0?d8:o,a=n.rootBoundary,l=a===void 0?Rh:a,u=n.elementContext,f=u===void 0?cs:u,c=n.altBoundary,p=c===void 0?!1:c,d=n.padding,m=d===void 0?0:d,g=qh(typeof m!="number"?m:Fh(m,as)),C=f===cs?p8:cs,h=e.rects.popper,k=e.elements[p?C:f],y=j8(wo(k)?k:k.contextElement||xr(e.elements.popper),i,l),_=Co(e.elements.reference),E=Gh({reference:_,element:h,placement:s}),x=Hl(Object.assign({},h,E)),M=f===cs?x:_,L={top:y.top-M.top+g.top,bottom:M.bottom-y.bottom+g.bottom,left:y.left-M.left+g.left,right:M.right-y.right+g.right},R=e.modifiersData.offset;if(f===cs&&R){var D=R[s];Object.keys(L).forEach(function(B){var N=[pn,dn].indexOf(B)>=0?1:-1,oe=[Xt,dn].indexOf(B)>=0?"y":"x";L[B]+=D[oe]*N})}return L}function V8(e,t){t===void 0&&(t={});var n=t,r=n.placement,s=n.boundary,o=n.rootBoundary,i=n.padding,a=n.flipVariations,l=n.allowedAutoPlacements,u=l===void 0?ki:l,f=xo(r),c=f?a?Oh:Oh.filter(function(m){return xo(m)===f}):as,p=c.filter(function(m){return u.indexOf(m)>=0});p.length===0&&(p=c);var d=p.reduce(function(m,g){return m[g]=ps(e,{placement:g,boundary:s,rootBoundary:o,padding:i})[Nn(g)],m},{});return Object.keys(d).sort(function(m,g){return d[m]-d[g]})}function U8(e){if(Nn(e)===Pl)return[];var t=Si(e);return[Vh(e),t,Vh(t)]}function K8(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var s=n.mainAxis,o=s===void 0?!0:s,i=n.altAxis,a=i===void 0?!0:i,l=n.fallbackPlacements,u=n.padding,f=n.boundary,c=n.rootBoundary,p=n.altBoundary,d=n.flipVariations,m=d===void 0?!0:d,g=n.allowedAutoPlacements,C=t.options.placement,h=Nn(C),k=h===C,y=l||(k||!m?[Si(C)]:U8(C)),_=[C].concat(y).reduce(function(Ae,Oe){return Ae.concat(Nn(Oe)===Pl?V8(t,{placement:Oe,boundary:f,rootBoundary:c,padding:u,flipVariations:m,allowedAutoPlacements:g}):Oe)},[]),E=t.rects.reference,x=t.rects.popper,M=new Map,L=!0,R=_[0],D=0;D<_.length;D++){var B=_[D],N=Nn(B),oe=xo(B)===yo,F=[Xt,dn].indexOf(N)>=0,ie=F?"width":"height",j=ps(t,{placement:B,boundary:f,rootBoundary:c,altBoundary:p,padding:u}),V=F?oe?pn:Yt:oe?dn:Xt;E[ie]>x[ie]&&(V=Si(V));var H=Si(V),Y=[];if(o&&Y.push(j[N]<=0),a&&Y.push(j[V]<=0,j[H]<=0),Y.every(function(Ae){return Ae})){R=B,L=!1;break}M.set(B,Y)}if(L)for(var I=m?3:1,Z=function(Ae){var Oe=_.find(function(Pe){var Je=M.get(Pe);if(Je)return Je.slice(0,Ae).every(function(je){return je})});if(Oe)return R=Oe,"break"},K=I;K>0;K--){var me=Z(K);if(me==="break")break}t.placement!==R&&(t.modifiersData[r]._skip=!0,t.placement=R,t.reset=!0)}}var G8={name:"flip",enabled:!0,phase:"main",fn:K8,requiresIfExists:["offset"],data:{_skip:!1}};function Wh(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Zh(e){return[Xt,pn,dn,Yt].some(function(t){return e[t]>=0})}function W8(e){var t=e.state,n=e.name,r=t.rects.reference,s=t.rects.popper,o=t.modifiersData.preventOverflow,i=ps(t,{elementContext:"reference"}),a=ps(t,{altBoundary:!0}),l=Wh(i,r),u=Wh(a,s,o),f=Zh(l),c=Zh(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:f,hasPopperEscaped:c},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":c})}var Z8={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:W8};function J8(e,t,n){var r=Nn(e),s=[Yt,Xt].indexOf(r)>=0?-1:1,o=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,i=o[0],a=o[1];return i=i||0,a=(a||0)*s,[Yt,pn].indexOf(r)>=0?{x:a,y:i}:{x:i,y:a}}function X8(e){var t=e.state,n=e.options,r=e.name,s=n.offset,o=s===void 0?[0,0]:s,i=ki.reduce(function(f,c){return f[c]=J8(c,t.rects,o),f},{}),a=i[t.placement],l=a.x,u=a.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=i}var Y8={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:X8};function Q8(e){var t=e.state,n=e.name;t.modifiersData[n]=Gh({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}var Jh={name:"popperOffsets",enabled:!0,phase:"read",fn:Q8,data:{}};function eE(e){return e==="x"?"y":"x"}function tE(e){var t=e.state,n=e.options,r=e.name,s=n.mainAxis,o=s===void 0?!0:s,i=n.altAxis,a=i===void 0?!1:i,l=n.boundary,u=n.rootBoundary,f=n.altBoundary,c=n.padding,p=n.tether,d=p===void 0?!0:p,m=n.tetherOffset,g=m===void 0?0:m,C=ps(t,{boundary:l,rootBoundary:u,padding:c,altBoundary:f}),h=Nn(t.placement),k=xo(t.placement),y=!k,_=Bl(h),E=eE(_),x=t.modifiersData.popperOffsets,M=t.rects.reference,L=t.rects.popper,R=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,D=typeof R=="number"?{mainAxis:R,altAxis:R}:Object.assign({mainAxis:0,altAxis:0},R),B=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,N={x:0,y:0};if(x){if(o){var oe,F=_==="y"?Xt:Yt,ie=_==="y"?dn:pn,j=_==="y"?"height":"width",V=x[_],H=V+C[F],Y=V-C[ie],I=d?-L[j]/2:0,Z=k===yo?M[j]:L[j],K=k===yo?-L[j]:-M[j],me=t.elements.arrow,Ae=d&&me?Nl(me):{width:0,height:0},Oe=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Bh(),Pe=Oe[F],Je=Oe[ie],je=fs(0,M[j],Ae[j]),pt=y?M[j]/2-I-je-Pe-D.mainAxis:Z-je-Pe-D.mainAxis,he=y?-M[j]/2+I+je+Je+D.mainAxis:K+je+Je+D.mainAxis,Me=t.elements.arrow&&us(t.elements.arrow),T=Me?_==="y"?Me.clientTop||0:Me.clientLeft||0:0,$=(oe=B==null?void 0:B[_])!=null?oe:0,z=V+pt-$-T,X=V+he-$,J=fs(d?Ci(H,z):H,V,d?Wr(Y,X):Y);x[_]=J,N[_]=J-V}if(a){var ee,ae=_==="x"?Xt:Yt,se=_==="x"?dn:pn,ne=x[E],te=E==="y"?"height":"width",ye=ne+C[ae],fe=ne-C[se],ve=[Xt,Yt].indexOf(h)!==-1,U=(ee=B==null?void 0:B[E])!=null?ee:0,le=ve?ye:ne-M[te]-L[te]-U+D.altAxis,Te=ve?ne+M[te]+L[te]-U-D.altAxis:fe,Re=d&&ve?T8(le,ne,Te):fs(d?le:ye,ne,d?Te:fe);x[E]=Re,N[E]=Re-ne}t.modifiersData[r]=N}}var nE={name:"preventOverflow",enabled:!0,phase:"main",fn:tE,requiresIfExists:["offset"]};function rE(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function oE(e){return e===Sn(e)||!hn(e)?ql(e):rE(e)}function sE(e){var t=e.getBoundingClientRect(),n=ko(t.width)/e.offsetWidth||1,r=ko(t.height)/e.offsetHeight||1;return n!==1||r!==1}function iE(e,t,n){n===void 0&&(n=!1);var r=hn(t),s=hn(t)&&sE(t),o=xr(t),i=Co(e,s),a={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(r||!r&&!n)&&((Dn(t)!=="body"||zl(o))&&(a=oE(t)),hn(t)?(l=Co(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):o&&(l.x=Fl(o))),{x:i.left+a.scrollLeft-l.x,y:i.top+a.scrollTop-l.y,width:i.width,height:i.height}}function aE(e){var t=new Map,n=new Set,r=[];e.forEach(function(o){t.set(o.name,o)});function s(o){n.add(o.name);var i=[].concat(o.requires||[],o.requiresIfExists||[]);i.forEach(function(a){if(!n.has(a)){var l=t.get(a);l&&s(l)}}),r.push(o)}return e.forEach(function(o){n.has(o.name)||s(o)}),r}function lE(e){var t=aE(e);return C8.reduce(function(n,r){return n.concat(t.filter(function(s){return s.phase===r}))},[])}function cE(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function uE(e){var t=e.reduce(function(n,r){var s=n[r.name];return n[r.name]=s?Object.assign({},s,r,{options:Object.assign({},s.options,r.options),data:Object.assign({},s.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var Xh={placement:"bottom",modifiers:[],strategy:"absolute"};function Yh(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function jl(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,s=t.defaultOptions,o=s===void 0?Xh:s;return function(i,a,l){l===void 0&&(l=o);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},Xh,o),modifiersData:{},elements:{reference:i,popper:a},attributes:{},styles:{}},f=[],c=!1,p={state:u,setOptions:function(g){var C=typeof g=="function"?g(u.options):g;m(),u.options=Object.assign({},o,u.options,C),u.scrollParents={reference:wo(i)?ds(i):i.contextElement?ds(i.contextElement):[],popper:ds(a)};var h=lE(uE([].concat(r,u.options.modifiers)));return u.orderedModifiers=h.filter(function(k){return k.enabled}),d(),p.update()},forceUpdate:function(){if(!c){var g=u.elements,C=g.reference,h=g.popper;if(Yh(C,h)){u.rects={reference:iE(C,us(h),u.options.strategy==="fixed"),popper:Nl(h)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function(L){return u.modifiersData[L.name]=Object.assign({},L.data)});for(var k=0;k<u.orderedModifiers.length;k++){if(u.reset===!0){u.reset=!1,k=-1;continue}var y=u.orderedModifiers[k],_=y.fn,E=y.options,x=E===void 0?{}:E,M=y.name;typeof _=="function"&&(u=_({state:u,options:x,name:M,instance:p})||u)}}}},update:cE(function(){return new Promise(function(g){p.forceUpdate(),g(u)})}),destroy:function(){m(),c=!0}};if(!Yh(i,a))return p;p.setOptions(l).then(function(g){!c&&l.onFirstUpdate&&l.onFirstUpdate(g)});function d(){u.orderedModifiers.forEach(function(g){var C=g.name,h=g.options,k=h===void 0?{}:h,y=g.effect;if(typeof y=="function"){var _=y({state:u,name:C,instance:p,options:k}),E=function(){};f.push(_||E)}})}function m(){f.forEach(function(g){return g()}),f=[]}return p}}jl();var fE=[jh,Jh,Hh,Ph];jl({defaultModifiers:fE});var dE=[jh,Jh,Hh,Ph,Y8,G8,nE,I8,Z8],pE=jl({defaultModifiers:dE});const hE=(e,t,n={})=>{const r={name:"updateState",enabled:!0,phase:"write",fn:({state:l})=>{const u=gE(l);Object.assign(i.value,u)},requires:["computeStyles"]},s=P(()=>{const{onFirstUpdate:l,placement:u,strategy:f,modifiers:c}=b(n);return{onFirstUpdate:l,placement:u||"bottom",strategy:f||"absolute",modifiers:[...c||[],r,{name:"applyStyles",enabled:!1}]}}),o=Kn(),i=G({styles:{popper:{position:b(s).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),a=()=>{o.value&&(o.value.destroy(),o.value=void 0)};return Se(s,l=>{const u=b(o);u&&u.setOptions(l)},{deep:!0}),Se([e,t],([l,u])=>{a(),!(!l||!u)&&(o.value=pE(l,u,b(s)))}),Zt(()=>{a()}),{state:P(()=>{var l;return{...((l=b(o))==null?void 0:l.state)||{}}}),styles:P(()=>b(i).styles),attributes:P(()=>b(i).attributes),update:()=>{var l;return(l=b(o))==null?void 0:l.update()},forceUpdate:()=>{var l;return(l=b(o))==null?void 0:l.forceUpdate()},instanceRef:P(()=>b(o))}};function gE(e){const t=Object.keys(e.elements),n=yi(t.map(s=>[s,e.styles[s]||{}])),r=yi(t.map(s=>[s,e.attributes[s]]));return{styles:n,attributes:r}}function Qh(){let e;const t=(r,s)=>{n(),e=window.setTimeout(r,s)},n=()=>window.clearTimeout(e);return ul(()=>n()),{registerTimeout:t,cancelTimeout:n}}const e2={prefix:Math.floor(Math.random()*1e4),current:0},mE=Symbol("elIdInjection"),t2=()=>bt()?ze(mE,e2):e2,Ai=e=>{const t=t2(),n=Ol();return P(()=>b(e)||`${n.value}-id-${t.prefix}-${t.current++}`)};let Eo=[];const n2=e=>{const t=e;t.key===sr.esc&&Eo.forEach(n=>n(t))},vE=e=>{it(()=>{Eo.length===0&&document.addEventListener("keydown",n2),Dt&&Eo.push(e)}),Zt(()=>{Eo=Eo.filter(t=>t!==e),Eo.length===0&&Dt&&document.removeEventListener("keydown",n2)})};let r2;const o2=()=>{const e=Ol(),t=t2(),n=P(()=>`${e.value}-popper-container-${t.prefix}`),r=P(()=>`#${n.value}`);return{id:n,selector:r}},bE=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},_E=()=>{const{id:e,selector:t}=o2();return e0(()=>{Dt&&!r2&&!document.body.querySelector(t.value)&&(r2=bE(e.value))}),{id:e,selector:t}},yE=rt({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),wE=({showAfter:e,hideAfter:t,autoClose:n,open:r,close:s})=>{const{registerTimeout:o}=Qh(),{registerTimeout:i,cancelTimeout:a}=Qh();return{onOpen:f=>{o(()=>{r(f);const c=b(n);_t(c)&&c>0&&i(()=>{s(f)},c)},b(e))},onClose:f=>{a(),o(()=>{s(f)},b(t))}}},s2=Symbol("elForwardRef"),kE=e=>{Vt(s2,{setForwardRef:n=>{e.value=n}})},CE=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),i2=G(0),xE=2e3,EE=Symbol("zIndexContextKey"),SE=e=>{const t=bt()?ze(EE,void 0):void 0,n=P(()=>{const o=b(t);return _t(o)?o:xE}),r=P(()=>n.value+i2.value);return{initialZIndex:n,currentZIndex:r,nextZIndex:()=>(i2.value++,r.value)}};function AE(e){const t=G();function n(){if(e.value==null)return;const{selectionStart:s,selectionEnd:o,value:i}=e.value;if(s==null||o==null)return;const a=i.slice(0,Math.max(0,s)),l=i.slice(Math.max(0,o));t.value={selectionStart:s,selectionEnd:o,value:i,beforeTxt:a,afterTxt:l}}function r(){if(e.value==null||t.value==null)return;const{value:s}=e.value,{beforeTxt:o,afterTxt:i,selectionStart:a}=t.value;if(o==null||i==null||a==null)return;let l=s.length;if(s.endsWith(i))l=s.length-i.length;else if(s.startsWith(o))l=o.length;else{const u=o[a-1],f=s.indexOf(u,a-1);f!==-1&&(l=f+1)}e.value.setSelectionRange(l,l)}return[n,r]}const Vl=wi({type:String,values:is,required:!1}),TE=Symbol("size"),ME=()=>{const e=ze(TE,{});return P(()=>b(e.size)||"")};function a2(e,{afterFocus:t,beforeBlur:n,afterBlur:r}={}){const s=bt(),{emit:o}=s,i=Kn(),a=G(!1),l=c=>{a.value||(a.value=!0,o("focus",c),t==null||t())},u=c=>{var p;Ce(n)&&n(c)||c.relatedTarget&&((p=i.value)!=null&&p.contains(c.relatedTarget))||(a.value=!1,o("blur",c),r==null||r())},f=()=>{var c;(c=e.value)==null||c.focus()};return Se(i,c=>{c&&c.setAttribute("tabindex","-1")}),jr(i,"click",f),{wrapperRef:i,isFocused:a,handleFocus:l,handleBlur:u}}const LE=Symbol(),l2=G();function $E(e,t=void 0){const n=bt()?ze(LE,l2):l2;return P(()=>{var r,s;return(s=(r=n.value)==null?void 0:r[e])!=null?s:t})}var Ze=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n};const IE=rt({size:{type:Ne([Number,String])},color:{type:String}}),RE=re({...re({name:"ElIcon",inheritAttrs:!1}),props:IE,setup(e){const t=e,n=et("icon"),r=P(()=>{const{size:s,color:o}=t;return!s&&!o?{}:{fontSize:xh(s)?void 0:_o(s),"--color":o}});return(s,o)=>(w(),A("i",ht({class:b(n).b(),style:b(r)},s.$attrs),[we(s.$slots,"default")],16))}});var OE=Ze(RE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/icon/src/icon.vue"]]);const Qt=xn(OE),Ul=Symbol("formContextKey"),Ti=Symbol("formItemContextKey"),hs=(e,t={})=>{const n=G(void 0),r=t.prop?n:Ih("size"),s=t.global?n:ME(),o=t.form?{size:void 0}:ze(Ul,void 0),i=t.formItem?{size:void 0}:ze(Ti,void 0);return P(()=>r.value||b(e)||(i==null?void 0:i.size)||(o==null?void 0:o.size)||s.value||"")},Mi=e=>{const t=Ih("disabled"),n=ze(Ul,void 0);return P(()=>t.value||b(e)||(n==null?void 0:n.disabled)||!1)},Li=()=>{const e=ze(Ul,void 0),t=ze(Ti,void 0);return{form:e,formItem:t}},c2=(e,{formItemContext:t,disableIdGeneration:n,disableIdManagement:r})=>{n||(n=G(!1)),r||(r=G(!1));const s=G();let o;const i=P(()=>{var a;return!!(!e.label&&t&&t.inputIds&&((a=t.inputIds)==null?void 0:a.length)<=1)});return it(()=>{o=Se([_n(e,"id"),n],([a,l])=>{const u=a??(l?void 0:Ai().value);u!==s.value&&(t!=null&&t.removeInputId&&(s.value&&t.removeInputId(s.value),!(r!=null&&r.value)&&!l&&u&&t.addInputId(u)),s.value=u)},{immediate:!0})}),Qs(()=>{o&&o(),t!=null&&t.removeInputId&&s.value&&t.removeInputId(s.value)}),{isLabeledByFormItem:i,inputId:s}};let An;const PE=`
23
+ height:0 !important;
24
+ visibility:hidden !important;
25
+ ${Yk()?"":"overflow:hidden !important;"}
26
+ position:absolute !important;
27
+ z-index:-1000 !important;
28
+ top:0 !important;
29
+ right:0 !important;
30
+ `,DE=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function NE(e){const t=window.getComputedStyle(e),n=t.getPropertyValue("box-sizing"),r=Number.parseFloat(t.getPropertyValue("padding-bottom"))+Number.parseFloat(t.getPropertyValue("padding-top")),s=Number.parseFloat(t.getPropertyValue("border-bottom-width"))+Number.parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:DE.map(i=>`${i}:${t.getPropertyValue(i)}`).join(";"),paddingSize:r,borderSize:s,boxSizing:n}}function u2(e,t=1,n){var r;An||(An=document.createElement("textarea"),document.body.appendChild(An));const{paddingSize:s,borderSize:o,boxSizing:i,contextStyle:a}=NE(e);An.setAttribute("style",`${a};${PE}`),An.value=e.value||e.placeholder||"";let l=An.scrollHeight;const u={};i==="border-box"?l=l+o:i==="content-box"&&(l=l-s),An.value="";const f=An.scrollHeight-s;if(_t(t)){let c=f*t;i==="border-box"&&(c=c+s+o),l=Math.max(c,l),u.minHeight=`${c}px`}if(_t(n)){let c=f*n;i==="border-box"&&(c=c+s+o),l=Math.min(c,l)}return u.height=`${l}px`,(r=An.parentNode)==null||r.removeChild(An),An=void 0,u}const BE=rt({id:{type:String,default:void 0},size:Vl,disabled:Boolean,modelValue:{type:Ne([String,Number,Object]),default:""},type:{type:String,default:"text"},resize:{type:String,values:["none","both","horizontal","vertical"]},autosize:{type:Ne([Boolean,Object]),default:!1},autocomplete:{type:String,default:"off"},formatter:{type:Function},parser:{type:Function},placeholder:{type:String},form:{type:String},readonly:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},suffixIcon:{type:Cn},prefixIcon:{type:Cn},containerRole:{type:String,default:void 0},label:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},validateEvent:{type:Boolean,default:!0},inputStyle:{type:Ne([Object,Array,String]),default:()=>Il({})},autofocus:{type:Boolean,default:!1}}),qE={[Jt]:e=>He(e),input:e=>He(e),change:e=>He(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,mouseleave:e=>e instanceof MouseEvent,mouseenter:e=>e instanceof MouseEvent,keydown:e=>e instanceof Event,compositionstart:e=>e instanceof CompositionEvent,compositionupdate:e=>e instanceof CompositionEvent,compositionend:e=>e instanceof CompositionEvent},FE=["role"],zE=["id","type","disabled","formatter","parser","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus"],HE=["id","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus"],jE=re({...re({name:"ElInput",inheritAttrs:!1}),props:BE,emits:qE,setup(e,{expose:t,emit:n}){const r=e,s=ti(),o=i0(),i=P(()=>{const U={};return r.containerRole==="combobox"&&(U["aria-haspopup"]=s["aria-haspopup"],U["aria-owns"]=s["aria-owns"],U["aria-expanded"]=s["aria-expanded"]),U}),a=P(()=>[r.type==="textarea"?C.b():g.b(),g.m(d.value),g.is("disabled",m.value),g.is("exceed",Ae.value),{[g.b("group")]:o.prepend||o.append,[g.bm("group","append")]:o.append,[g.bm("group","prepend")]:o.prepend,[g.m("prefix")]:o.prefix||r.prefixIcon,[g.m("suffix")]:o.suffix||r.suffixIcon||r.clearable||r.showPassword,[g.bm("suffix","password-clear")]:I.value&&Z.value},s.class]),l=P(()=>[g.e("wrapper"),g.is("focus",D.value)]),u=t8({excludeKeys:P(()=>Object.keys(i.value))}),{form:f,formItem:c}=Li(),{inputId:p}=c2(r,{formItemContext:c}),d=hs(),m=Mi(),g=et("input"),C=et("textarea"),h=Kn(),k=Kn(),y=G(!1),_=G(!1),E=G(!1),x=G(),M=Kn(r.inputStyle),L=P(()=>h.value||k.value),{wrapperRef:R,isFocused:D,handleFocus:B,handleBlur:N}=a2(L,{afterBlur(){var U;r.validateEvent&&((U=c==null?void 0:c.validate)==null||U.call(c,"blur").catch(le=>void 0))}}),oe=P(()=>{var U;return(U=f==null?void 0:f.statusIcon)!=null?U:!1}),F=P(()=>(c==null?void 0:c.validateState)||""),ie=P(()=>F.value&&Mh[F.value]),j=P(()=>E.value?G5:j5),V=P(()=>[s.style,r.inputStyle]),H=P(()=>[r.inputStyle,M.value,{resize:r.resize}]),Y=P(()=>Kr(r.modelValue)?"":String(r.modelValue)),I=P(()=>r.clearable&&!m.value&&!r.readonly&&!!Y.value&&(D.value||y.value)),Z=P(()=>r.showPassword&&!m.value&&!r.readonly&&!!Y.value&&(!!Y.value||D.value)),K=P(()=>r.showWordLimit&&!!u.value.maxlength&&(r.type==="text"||r.type==="textarea")&&!m.value&&!r.readonly&&!r.showPassword),me=P(()=>Y.value.length),Ae=P(()=>!!K.value&&me.value>Number(u.value.maxlength)),Oe=P(()=>!!o.suffix||!!r.suffixIcon||I.value||r.showPassword||K.value||!!F.value&&oe.value),[Pe,Je]=AE(h);di(k,U=>{if(he(),!K.value||r.resize!=="both")return;const le=U[0],{width:Te}=le.contentRect;x.value={right:`calc(100% - ${Te+15+6}px)`}});const je=()=>{const{type:U,autosize:le}=r;if(!(!Dt||U!=="textarea"||!k.value))if(le){const Te=Fe(le)?le.minRows:void 0,Re=Fe(le)?le.maxRows:void 0,ut=u2(k.value,Te,Re);M.value={overflowY:"hidden",...ut},Ke(()=>{k.value.offsetHeight,M.value=ut})}else M.value={minHeight:u2(k.value).minHeight}},he=(U=>{let le=!1;return()=>{var Te;if(le||!r.autosize)return;((Te=k.value)==null?void 0:Te.offsetParent)===null||(U(),le=!0)}})(je),Me=()=>{const U=L.value,le=r.formatter?r.formatter(Y.value):Y.value;!U||U.value===le||(U.value=le)},T=async U=>{Pe();let{value:le}=U.target;if(r.formatter&&(le=r.parser?r.parser(le):le),!_.value){if(le===Y.value){Me();return}n(Jt,le),n("input",le),await Ke(),Me(),Je()}},$=U=>{n("change",U.target.value)},z=U=>{n("compositionstart",U),_.value=!0},X=U=>{var le;n("compositionupdate",U);const Te=(le=U.target)==null?void 0:le.value,Re=Te[Te.length-1]||"";_.value=!Lh(Re)},J=U=>{n("compositionend",U),_.value&&(_.value=!1,T(U))},ee=()=>{E.value=!E.value,ae()},ae=async()=>{var U;await Ke(),(U=L.value)==null||U.focus()},se=()=>{var U;return(U=L.value)==null?void 0:U.blur()},ne=U=>{y.value=!1,n("mouseleave",U)},te=U=>{y.value=!0,n("mouseenter",U)},ye=U=>{n("keydown",U)},fe=()=>{var U;(U=L.value)==null||U.select()},ve=()=>{n(Jt,""),n("change",""),n("clear"),n("input","")};return Se(()=>r.modelValue,()=>{var U;Ke(()=>je()),r.validateEvent&&((U=c==null?void 0:c.validate)==null||U.call(c,"change").catch(le=>void 0))}),Se(Y,()=>Me()),Se(()=>r.type,async()=>{await Ke(),Me(),je()}),it(()=>{!r.formatter&&r.parser,Me(),Ke(je)}),t({input:h,textarea:k,ref:L,textareaStyle:H,autosize:_n(r,"autosize"),focus:ae,blur:se,select:fe,clear:ve,resizeTextarea:je}),(U,le)=>Ht((w(),A("div",ht(b(i),{class:b(a),style:b(V),role:U.containerRole,onMouseenter:te,onMouseleave:ne}),[_e(" input "),U.type!=="textarea"?(w(),A(tt,{key:0},[_e(" prepend slot "),U.$slots.prepend?(w(),A("div",{key:0,class:Q(b(g).be("group","prepend"))},[we(U.$slots,"prepend")],2)):_e("v-if",!0),v("div",{ref_key:"wrapperRef",ref:R,class:Q(b(l))},[_e(" prefix slot "),U.$slots.prefix||U.prefixIcon?(w(),A("span",{key:0,class:Q(b(g).e("prefix"))},[v("span",{class:Q(b(g).e("prefix-inner"))},[we(U.$slots,"prefix"),U.prefixIcon?(w(),ue(b(Qt),{key:0,class:Q(b(g).e("icon"))},{default:pe(()=>[(w(),ue(Ot(U.prefixIcon)))]),_:1},8,["class"])):_e("v-if",!0)],2)],2)):_e("v-if",!0),v("input",ht({id:b(p),ref_key:"input",ref:h,class:b(g).e("inner")},b(u),{type:U.showPassword?E.value?"text":"password":U.type,disabled:b(m),formatter:U.formatter,parser:U.parser,readonly:U.readonly,autocomplete:U.autocomplete,tabindex:U.tabindex,"aria-label":U.label,placeholder:U.placeholder,style:U.inputStyle,form:r.form,autofocus:r.autofocus,onCompositionstart:z,onCompositionupdate:X,onCompositionend:J,onInput:T,onFocus:le[0]||(le[0]=(...Te)=>b(B)&&b(B)(...Te)),onBlur:le[1]||(le[1]=(...Te)=>b(N)&&b(N)(...Te)),onChange:$,onKeydown:ye}),null,16,zE),_e(" suffix slot "),b(Oe)?(w(),A("span",{key:1,class:Q(b(g).e("suffix"))},[v("span",{class:Q(b(g).e("suffix-inner"))},[!b(I)||!b(Z)||!b(K)?(w(),A(tt,{key:0},[we(U.$slots,"suffix"),U.suffixIcon?(w(),ue(b(Qt),{key:0,class:Q(b(g).e("icon"))},{default:pe(()=>[(w(),ue(Ot(U.suffixIcon)))]),_:1},8,["class"])):_e("v-if",!0)],64)):_e("v-if",!0),b(I)?(w(),ue(b(Qt),{key:1,class:Q([b(g).e("icon"),b(g).e("clear")]),onMousedown:tn(b($t),["prevent"]),onClick:ve},{default:pe(()=>[xe(b(Tl))]),_:1},8,["class","onMousedown"])):_e("v-if",!0),b(Z)?(w(),ue(b(Qt),{key:2,class:Q([b(g).e("icon"),b(g).e("password")]),onClick:ee},{default:pe(()=>[(w(),ue(Ot(b(j))))]),_:1},8,["class"])):_e("v-if",!0),b(K)?(w(),A("span",{key:3,class:Q(b(g).e("count"))},[v("span",{class:Q(b(g).e("count-inner"))},Qe(b(me))+" / "+Qe(b(u).maxlength),3)],2)):_e("v-if",!0),b(F)&&b(ie)&&b(oe)?(w(),ue(b(Qt),{key:4,class:Q([b(g).e("icon"),b(g).e("validateIcon"),b(g).is("loading",b(F)==="validating")])},{default:pe(()=>[(w(),ue(Ot(b(ie))))]),_:1},8,["class"])):_e("v-if",!0)],2)],2)):_e("v-if",!0)],2),_e(" append slot "),U.$slots.append?(w(),A("div",{key:1,class:Q(b(g).be("group","append"))},[we(U.$slots,"append")],2)):_e("v-if",!0)],64)):(w(),A(tt,{key:1},[_e(" textarea "),v("textarea",ht({id:b(p),ref_key:"textarea",ref:k,class:b(C).e("inner")},b(u),{tabindex:U.tabindex,disabled:b(m),readonly:U.readonly,autocomplete:U.autocomplete,style:b(H),"aria-label":U.label,placeholder:U.placeholder,form:r.form,autofocus:r.autofocus,onCompositionstart:z,onCompositionupdate:X,onCompositionend:J,onInput:T,onFocus:le[2]||(le[2]=(...Te)=>b(B)&&b(B)(...Te)),onBlur:le[3]||(le[3]=(...Te)=>b(N)&&b(N)(...Te)),onChange:$,onKeydown:ye}),null,16,HE),b(K)?(w(),A("span",{key:0,style:st(x.value),class:Q(b(g).e("count"))},Qe(b(me))+" / "+Qe(b(u).maxlength),7)):_e("v-if",!0)],64))],16,FE)),[[Yn,U.type!=="hidden"]])}});var VE=Ze(jE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/input/src/input.vue"]]);const $i=xn(VE),So=4,UE={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}},KE=({move:e,size:t,bar:n})=>({[n.size]:t,transform:`translate${n.axis}(${e}%)`}),f2=Symbol("scrollbarContextKey"),GE=rt({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),WE="Thumb";var d2=Ze(re({__name:"thumb",props:GE,setup(e){const t=e,n=ze(f2),r=et("scrollbar");n||A5(WE,"can not inject scrollbar context");const s=G(),o=G(),i=G({}),a=G(!1);let l=!1,u=!1,f=Dt?document.onselectstart:null;const c=P(()=>UE[t.vertical?"vertical":"horizontal"]),p=P(()=>KE({size:t.size,move:t.move,bar:c.value})),d=P(()=>s.value[c.value.offset]**2/n.wrapElement[c.value.scrollSize]/t.ratio/o.value[c.value.offset]),m=x=>{var M;if(x.stopPropagation(),x.ctrlKey||[1,2].includes(x.button))return;(M=window.getSelection())==null||M.removeAllRanges(),C(x);const L=x.currentTarget;L&&(i.value[c.value.axis]=L[c.value.offset]-(x[c.value.client]-L.getBoundingClientRect()[c.value.direction]))},g=x=>{if(!o.value||!s.value||!n.wrapElement)return;const M=Math.abs(x.target.getBoundingClientRect()[c.value.direction]-x[c.value.client]),L=o.value[c.value.offset]/2,R=(M-L)*100*d.value/s.value[c.value.offset];n.wrapElement[c.value.scroll]=R*n.wrapElement[c.value.scrollSize]/100},C=x=>{x.stopImmediatePropagation(),l=!0,document.addEventListener("mousemove",h),document.addEventListener("mouseup",k),f=document.onselectstart,document.onselectstart=()=>!1},h=x=>{if(!s.value||!o.value||l===!1)return;const M=i.value[c.value.axis];if(!M)return;const L=(s.value.getBoundingClientRect()[c.value.direction]-x[c.value.client])*-1,R=o.value[c.value.offset]-M,D=(L-R)*100*d.value/s.value[c.value.offset];n.wrapElement[c.value.scroll]=D*n.wrapElement[c.value.scrollSize]/100},k=()=>{l=!1,i.value[c.value.axis]=0,document.removeEventListener("mousemove",h),document.removeEventListener("mouseup",k),E(),u&&(a.value=!1)},y=()=>{u=!1,a.value=!!t.size},_=()=>{u=!0,a.value=l};Zt(()=>{E(),document.removeEventListener("mouseup",k)});const E=()=>{document.onselectstart!==f&&(document.onselectstart=f)};return jr(_n(n,"scrollbarElement"),"mousemove",y),jr(_n(n,"scrollbarElement"),"mouseleave",_),(x,M)=>(w(),ue(qr,{name:b(r).b("fade"),persisted:""},{default:pe(()=>[Ht(v("div",{ref_key:"instance",ref:s,class:Q([b(r).e("bar"),b(r).is(b(c).key)]),onMousedown:g},[v("div",{ref_key:"thumb",ref:o,class:Q(b(r).e("thumb")),style:st(b(p)),onMousedown:m},null,38)],34),[[Yn,x.always||a.value]])]),_:1},8,["name"]))}}),[["__file","/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/thumb.vue"]]);const ZE=rt({always:{type:Boolean,default:!0},width:String,height:String,ratioX:{type:Number,default:1},ratioY:{type:Number,default:1}});var JE=Ze(re({__name:"bar",props:ZE,setup(e,{expose:t}){const n=e,r=G(0),s=G(0);return t({handleScroll:i=>{if(i){const a=i.offsetHeight-So,l=i.offsetWidth-So;s.value=i.scrollTop*100/a*n.ratioY,r.value=i.scrollLeft*100/l*n.ratioX}}}),(i,a)=>(w(),A(tt,null,[xe(d2,{move:r.value,ratio:i.ratioX,size:i.width,always:i.always},null,8,["move","ratio","size","always"]),xe(d2,{move:s.value,ratio:i.ratioY,size:i.height,vertical:"",always:i.always},null,8,["move","ratio","size","always"])],64))}}),[["__file","/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/bar.vue"]]);const XE=rt({height:{type:[String,Number],default:""},maxHeight:{type:[String,Number],default:""},native:{type:Boolean,default:!1},wrapStyle:{type:Ne([String,Object,Array]),default:""},wrapClass:{type:[String,Array],default:""},viewClass:{type:[String,Array],default:""},viewStyle:{type:[String,Array,Object],default:""},noresize:Boolean,tag:{type:String,default:"div"},always:Boolean,minSize:{type:Number,default:20},id:String,role:String,ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical"]}}),YE=re({...re({name:"ElScrollbar"}),props:XE,emits:{scroll:({scrollTop:e,scrollLeft:t})=>[e,t].every(_t)},setup(e,{expose:t,emit:n}){const r=e,s=et("scrollbar");let o,i;const a=G(),l=G(),u=G(),f=G("0"),c=G("0"),p=G(),d=G(1),m=G(1),g=P(()=>{const M={};return r.height&&(M.height=_o(r.height)),r.maxHeight&&(M.maxHeight=_o(r.maxHeight)),[r.wrapStyle,M]}),C=P(()=>[r.wrapClass,s.e("wrap"),{[s.em("wrap","hidden-default")]:!r.native}]),h=P(()=>[s.e("view"),r.viewClass]),k=()=>{var M;l.value&&((M=p.value)==null||M.handleScroll(l.value),n("scroll",{scrollTop:l.value.scrollTop,scrollLeft:l.value.scrollLeft}))};function y(M,L){Fe(M)?l.value.scrollTo(M):_t(M)&&_t(L)&&l.value.scrollTo(M,L)}const _=M=>{_t(M)&&(l.value.scrollTop=M)},E=M=>{_t(M)&&(l.value.scrollLeft=M)},x=()=>{if(!l.value)return;const M=l.value.offsetHeight-So,L=l.value.offsetWidth-So,R=M**2/l.value.scrollHeight,D=L**2/l.value.scrollWidth,B=Math.max(R,r.minSize),N=Math.max(D,r.minSize);d.value=R/(M-R)/(B/(M-B)),m.value=D/(L-D)/(N/(L-N)),c.value=B+So<M?`${B}px`:"",f.value=N+So<L?`${N}px`:""};return Se(()=>r.noresize,M=>{M?(o==null||o(),i==null||i()):({stop:o}=di(u,x),i=jr("resize",x))},{immediate:!0}),Se(()=>[r.maxHeight,r.height],()=>{r.native||Ke(()=>{var M;x(),l.value&&((M=p.value)==null||M.handleScroll(l.value))})}),Vt(f2,bn({scrollbarElement:a,wrapElement:l})),it(()=>{r.native||Ke(()=>{x()})}),t0(()=>x()),t({wrapRef:l,update:x,scrollTo:y,setScrollTop:_,setScrollLeft:E,handleScroll:k}),(M,L)=>(w(),A("div",{ref_key:"scrollbarRef",ref:a,class:Q(b(s).b())},[v("div",{ref_key:"wrapRef",ref:l,class:Q(b(C)),style:st(b(g)),onScroll:k},[(w(),ue(Ot(M.tag),{id:M.id,ref_key:"resizeRef",ref:u,class:Q(b(h)),style:st(M.viewStyle),role:M.role,"aria-label":M.ariaLabel,"aria-orientation":M.ariaOrientation},{default:pe(()=>[we(M.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),M.native?_e("v-if",!0):(w(),ue(JE,{key:0,ref_key:"barRef",ref:p,height:c.value,width:f.value,always:M.always,"ratio-x":m.value,"ratio-y":d.value},null,8,["height","width","always","ratio-x","ratio-y"]))],2))}});var QE=Ze(YE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/scrollbar.vue"]]);const eS=xn(QE),Kl=Symbol("popper"),p2=Symbol("popperContent"),h2=rt({role:{type:String,values:["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],default:"tooltip"}}),tS=re({...re({name:"ElPopper",inheritAttrs:!1}),props:h2,setup(e,{expose:t}){const n=e,r=G(),s=G(),o=G(),i=G(),a=P(()=>n.role),l={triggerRef:r,popperInstanceRef:s,contentRef:o,referenceRef:i,role:a};return t(l),Vt(Kl,l),(u,f)=>we(u.$slots,"default")}});var nS=Ze(tS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/popper.vue"]]);const g2=rt({arrowOffset:{type:Number,default:5}}),rS=re({...re({name:"ElPopperArrow",inheritAttrs:!1}),props:g2,setup(e,{expose:t}){const n=e,r=et("popper"),{arrowOffset:s,arrowRef:o,arrowStyle:i}=ze(p2,void 0);return Se(()=>n.arrowOffset,a=>{s.value=a}),Zt(()=>{o.value=void 0}),t({arrowRef:o}),(a,l)=>(w(),A("span",{ref_key:"arrowRef",ref:o,class:Q(b(r).e("arrow")),style:st(b(i)),"data-popper-arrow":""},null,6))}});var oS=Ze(rS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/arrow.vue"]]);const sS=re({name:"ElOnlyChild",setup(e,{slots:t,attrs:n}){var r;const s=ze(s2),o=CE((r=s==null?void 0:s.setForwardRef)!=null?r:$t);return()=>{var i;const a=(i=t.default)==null?void 0:i.call(t,n);if(!a||a.length>1)return null;const l=m2(a);return l?Ht(Zn(l,n),[[o]]):null}}});function m2(e){if(!e)return null;const t=e;for(const n of t){if(Fe(n))switch(n.type){case Pt:continue;case uo:case"svg":return v2(n);case tt:return m2(n.children);default:return n}return v2(n)}return null}function v2(e){const t=et("only-child");return xe("span",{class:t.e("content")},[e])}const b2=rt({virtualRef:{type:Ne(Object)},virtualTriggering:Boolean,onMouseenter:{type:Ne(Function)},onMouseleave:{type:Ne(Function)},onClick:{type:Ne(Function)},onKeydown:{type:Ne(Function)},onFocus:{type:Ne(Function)},onBlur:{type:Ne(Function)},onContextmenu:{type:Ne(Function)},id:String,open:Boolean}),iS=re({...re({name:"ElPopperTrigger",inheritAttrs:!1}),props:b2,setup(e,{expose:t}){const n=e,{role:r,triggerRef:s}=ze(Kl,void 0);kE(s);const o=P(()=>a.value?n.id:void 0),i=P(()=>{if(r&&r.value==="tooltip")return n.open&&n.id?n.id:void 0}),a=P(()=>{if(r&&r.value!=="tooltip")return r.value}),l=P(()=>a.value?`${n.open}`:void 0);let u;return it(()=>{Se(()=>n.virtualRef,f=>{f&&(s.value=wr(f))},{immediate:!0}),Se(s,(f,c)=>{u==null||u(),u=void 0,ss(f)&&(["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"].forEach(p=>{var d;const m=n[p];m&&(f.addEventListener(p.slice(2).toLowerCase(),m),(d=c==null?void 0:c.removeEventListener)==null||d.call(c,p.slice(2).toLowerCase(),m))}),u=Se([o,i,a,l],p=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((d,m)=>{Kr(p[m])?f.removeAttribute(d):f.setAttribute(d,p[m])})},{immediate:!0})),ss(c)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(p=>c.removeAttribute(p))},{immediate:!0})}),Zt(()=>{u==null||u(),u=void 0}),t({triggerRef:s}),(f,c)=>f.virtualTriggering?_e("v-if",!0):(w(),ue(b(sS),ht({key:0},f.$attrs,{"aria-controls":b(o),"aria-describedby":b(i),"aria-expanded":b(l),"aria-haspopup":b(a)}),{default:pe(()=>[we(f.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}});var aS=Ze(iS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/trigger.vue"]]);const Gl="focus-trap.focus-after-trapped",Wl="focus-trap.focus-after-released",lS="focus-trap.focusout-prevented",_2={cancelable:!0,bubbles:!1},cS={cancelable:!0,bubbles:!1},y2="focusAfterTrapped",w2="focusAfterReleased",uS=Symbol("elFocusTrap"),Zl=G(),Ii=G(0),Jl=G(0);let Ri=0;const k2=e=>{const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const s=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||s?NodeFilter.FILTER_SKIP:r.tabIndex>=0||r===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t},C2=(e,t)=>{for(const n of e)if(!fS(n,t))return n},fS=(e,t)=>{if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1},dS=e=>{const t=k2(e),n=C2(t,e),r=C2(t.reverse(),e);return[n,r]},pS=e=>e instanceof HTMLInputElement&&"select"in e,Er=(e,t)=>{if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),Jl.value=window.performance.now(),e!==n&&pS(e)&&t&&e.select()}};function x2(e,t){const n=[...e],r=e.indexOf(t);return r!==-1&&n.splice(r,1),n}const hS=()=>{let e=[];return{push:r=>{const s=e[0];s&&r!==s&&s.pause(),e=x2(e,r),e.unshift(r)},remove:r=>{var s,o;e=x2(e,r),(o=(s=e[0])==null?void 0:s.resume)==null||o.call(s)}}},gS=(e,t=!1)=>{const n=document.activeElement;for(const r of e)if(Er(r,t),document.activeElement!==n)return},E2=hS(),mS=()=>Ii.value>Jl.value,Oi=()=>{Zl.value="pointer",Ii.value=window.performance.now()},S2=()=>{Zl.value="keyboard",Ii.value=window.performance.now()},vS=()=>(it(()=>{Ri===0&&(document.addEventListener("mousedown",Oi),document.addEventListener("touchstart",Oi),document.addEventListener("keydown",S2)),Ri++}),Zt(()=>{Ri--,Ri<=0&&(document.removeEventListener("mousedown",Oi),document.removeEventListener("touchstart",Oi),document.removeEventListener("keydown",S2))}),{focusReason:Zl,lastUserFocusTimestamp:Ii,lastAutomatedFocusTimestamp:Jl}),Pi=e=>new CustomEvent(lS,{...cS,detail:e}),bS=re({name:"ElFocusTrap",inheritAttrs:!1,props:{loop:Boolean,trapped:Boolean,focusTrapEl:Object,focusStartEl:{type:[Object,String],default:"first"}},emits:[y2,w2,"focusin","focusout","focusout-prevented","release-requested"],setup(e,{emit:t}){const n=G();let r,s;const{focusReason:o}=vS();vE(m=>{e.trapped&&!i.paused&&t("release-requested",m)});const i={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},a=m=>{if(!e.loop&&!e.trapped||i.paused)return;const{key:g,altKey:C,ctrlKey:h,metaKey:k,currentTarget:y,shiftKey:_}=m,{loop:E}=e,x=g===sr.tab&&!C&&!h&&!k,M=document.activeElement;if(x&&M){const L=y,[R,D]=dS(L);if(R&&D){if(!_&&M===D){const N=Pi({focusReason:o.value});t("focusout-prevented",N),N.defaultPrevented||(m.preventDefault(),E&&Er(R,!0))}else if(_&&[R,L].includes(M)){const N=Pi({focusReason:o.value});t("focusout-prevented",N),N.defaultPrevented||(m.preventDefault(),E&&Er(D,!0))}}else if(M===L){const N=Pi({focusReason:o.value});t("focusout-prevented",N),N.defaultPrevented||m.preventDefault()}}};Vt(uS,{focusTrapRef:n,onKeydown:a}),Se(()=>e.focusTrapEl,m=>{m&&(n.value=m)},{immediate:!0}),Se([n],([m],[g])=>{m&&(m.addEventListener("keydown",a),m.addEventListener("focusin",f),m.addEventListener("focusout",c)),g&&(g.removeEventListener("keydown",a),g.removeEventListener("focusin",f),g.removeEventListener("focusout",c))});const l=m=>{t(y2,m)},u=m=>t(w2,m),f=m=>{const g=b(n);if(!g)return;const C=m.target,h=m.relatedTarget,k=C&&g.contains(C);e.trapped||h&&g.contains(h)||(r=h),k&&t("focusin",m),!i.paused&&e.trapped&&(k?s=C:Er(s,!0))},c=m=>{const g=b(n);if(!(i.paused||!g))if(e.trapped){const C=m.relatedTarget;!Kr(C)&&!g.contains(C)&&setTimeout(()=>{if(!i.paused&&e.trapped){const h=Pi({focusReason:o.value});t("focusout-prevented",h),h.defaultPrevented||Er(s,!0)}},0)}else{const C=m.target;C&&g.contains(C)||t("focusout",m)}};async function p(){await Ke();const m=b(n);if(m){E2.push(i);const g=m.contains(document.activeElement)?r:document.activeElement;if(r=g,!m.contains(g)){const h=new Event(Gl,_2);m.addEventListener(Gl,l),m.dispatchEvent(h),h.defaultPrevented||Ke(()=>{let k=e.focusStartEl;He(k)||(Er(k),document.activeElement!==k&&(k="first")),k==="first"&&gS(k2(m),!0),(document.activeElement===g||k==="container")&&Er(m)})}}}function d(){const m=b(n);if(m){m.removeEventListener(Gl,l);const g=new CustomEvent(Wl,{..._2,detail:{focusReason:o.value}});m.addEventListener(Wl,u),m.dispatchEvent(g),!g.defaultPrevented&&(o.value=="keyboard"||!mS()||m.contains(document.activeElement))&&Er(r??document.body),m.removeEventListener(Wl,u),E2.remove(i)}}return it(()=>{e.trapped&&p(),Se(()=>e.trapped,m=>{m?p():d()})}),Zt(()=>{e.trapped&&d()}),{onKeydown:a}}});function _S(e,t,n,r,s,o){return we(e.$slots,"default",{handleKeydown:e.onKeydown})}var yS=Ze(bS,[["render",_S],["__file","/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);const wS=["fixed","absolute"],kS=rt({boundariesPadding:{type:Number,default:0},fallbackPlacements:{type:Ne(Array),default:void 0},gpuAcceleration:{type:Boolean,default:!0},offset:{type:Number,default:12},placement:{type:String,values:ki,default:"bottom"},popperOptions:{type:Ne(Object),default:()=>({})},strategy:{type:String,values:wS,default:"absolute"}}),A2=rt({...kS,id:String,style:{type:Ne([String,Array,Object])},className:{type:Ne([String,Array,Object])},effect:{type:String,default:"dark"},visible:Boolean,enterable:{type:Boolean,default:!0},pure:Boolean,focusOnShow:{type:Boolean,default:!1},trapping:{type:Boolean,default:!1},popperClass:{type:Ne([String,Array,Object])},popperStyle:{type:Ne([String,Array,Object])},referenceEl:{type:Ne(Object)},triggerTargetEl:{type:Ne(Object)},stopPopperMouseEvent:{type:Boolean,default:!0},ariaLabel:{type:String,default:void 0},virtualTriggering:Boolean,zIndex:Number}),CS={mouseenter:e=>e instanceof MouseEvent,mouseleave:e=>e instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},xS=(e,t=[])=>{const{placement:n,strategy:r,popperOptions:s}=e,o={placement:n,strategy:r,...s,modifiers:[...SS(e),...t]};return AS(o,s==null?void 0:s.modifiers),o},ES=e=>{if(Dt)return wr(e)};function SS(e){const{offset:t,gpuAcceleration:n,fallbackPlacements:r}=e;return[{name:"offset",options:{offset:[0,t??12]}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5,fallbackPlacements:r}},{name:"computeStyles",options:{gpuAcceleration:n}}]}function AS(e,t){t&&(e.modifiers=[...e.modifiers,...t??[]])}const TS=0,MS=e=>{const{popperInstanceRef:t,contentRef:n,triggerRef:r,role:s}=ze(Kl,void 0),o=G(),i=G(),a=P(()=>({name:"eventListeners",enabled:!!e.visible})),l=P(()=>{var h;const k=b(o),y=(h=b(i))!=null?h:TS;return{name:"arrow",enabled:!C5(k),options:{element:k,padding:y}}}),u=P(()=>({onFirstUpdate:()=>{m()},...xS(e,[b(l),b(a)])})),f=P(()=>ES(e.referenceEl)||b(r)),{attributes:c,state:p,styles:d,update:m,forceUpdate:g,instanceRef:C}=hE(f,n,u);return Se(C,h=>t.value=h),it(()=>{Se(()=>{var h;return(h=b(f))==null?void 0:h.getBoundingClientRect()},()=>{m()})}),{attributes:c,arrowRef:o,contentRef:n,instanceRef:C,state:p,styles:d,role:s,forceUpdate:g,update:m}},LS=(e,{attributes:t,styles:n,role:r})=>{const{nextZIndex:s}=SE(),o=et("popper"),i=P(()=>b(t).popper),a=G(_t(e.zIndex)?e.zIndex:s()),l=P(()=>[o.b(),o.is("pure",e.pure),o.is(e.effect),e.popperClass]),u=P(()=>[{zIndex:b(a)},b(n).popper,e.popperStyle||{}]),f=P(()=>r.value==="dialog"?"false":void 0),c=P(()=>b(n).arrow||{});return{ariaModal:f,arrowStyle:c,contentAttrs:i,contentClass:l,contentStyle:u,contentZIndex:a,updateZIndex:()=>{a.value=_t(e.zIndex)?e.zIndex:s()}}},$S=(e,t)=>{const n=G(!1),r=G();return{focusStartRef:r,trapped:n,onFocusAfterReleased:u=>{var f;((f=u.detail)==null?void 0:f.focusReason)!=="pointer"&&(r.value="first",t("blur"))},onFocusAfterTrapped:()=>{t("focus")},onFocusInTrap:u=>{e.visible&&!n.value&&(u.target&&(r.value=u.target),n.value=!0)},onFocusoutPrevented:u=>{e.trapping||(u.detail.focusReason==="pointer"&&u.preventDefault(),n.value=!1)},onReleaseRequested:()=>{n.value=!1,t("close")}}},IS=re({...re({name:"ElPopperContent"}),props:A2,emits:CS,setup(e,{expose:t,emit:n}){const r=e,{focusStartRef:s,trapped:o,onFocusAfterReleased:i,onFocusAfterTrapped:a,onFocusInTrap:l,onFocusoutPrevented:u,onReleaseRequested:f}=$S(r,n),{attributes:c,arrowRef:p,contentRef:d,styles:m,instanceRef:g,role:C,update:h}=MS(r),{ariaModal:k,arrowStyle:y,contentAttrs:_,contentClass:E,contentStyle:x,updateZIndex:M}=LS(r,{styles:m,attributes:c,role:C}),L=ze(Ti,void 0),R=G();Vt(p2,{arrowStyle:y,arrowRef:p,arrowOffset:R}),L&&(L.addInputId||L.removeInputId)&&Vt(Ti,{...L,addInputId:$t,removeInputId:$t});let D;const B=(oe=!0)=>{h(),oe&&M()},N=()=>{B(!1),r.visible&&r.focusOnShow?o.value=!0:r.visible===!1&&(o.value=!1)};return it(()=>{Se(()=>r.triggerTargetEl,(oe,F)=>{D==null||D(),D=void 0;const ie=b(oe||d.value),j=b(F||d.value);ss(ie)&&(D=Se([C,()=>r.ariaLabel,k,()=>r.id],V=>{["role","aria-label","aria-modal","id"].forEach((H,Y)=>{Kr(V[Y])?ie.removeAttribute(H):ie.setAttribute(H,V[Y])})},{immediate:!0})),j!==ie&&ss(j)&&["role","aria-label","aria-modal","id"].forEach(V=>{j.removeAttribute(V)})},{immediate:!0}),Se(()=>r.visible,N,{immediate:!0})}),Zt(()=>{D==null||D(),D=void 0}),t({popperContentRef:d,popperInstanceRef:g,updatePopper:B,contentStyle:x}),(oe,F)=>(w(),A("div",ht({ref_key:"contentRef",ref:d},b(_),{style:b(x),class:b(E),tabindex:"-1",onMouseenter:F[0]||(F[0]=ie=>oe.$emit("mouseenter",ie)),onMouseleave:F[1]||(F[1]=ie=>oe.$emit("mouseleave",ie))}),[xe(b(yS),{trapped:b(o),"trap-on-focus-in":!0,"focus-trap-el":b(d),"focus-start-el":b(s),onFocusAfterTrapped:b(a),onFocusAfterReleased:b(i),onFocusin:b(l),onFocusoutPrevented:b(u),onReleaseRequested:b(f)},{default:pe(()=>[we(oe.$slots,"default")]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusin","onFocusoutPrevented","onReleaseRequested"])],16))}});var RS=Ze(IS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/content.vue"]]);const OS=xn(nS),Xl=Symbol("elTooltip"),rn=rt({...yE,...A2,appendTo:{type:Ne([String,Object])},content:{type:String,default:""},rawContent:{type:Boolean,default:!1},persistent:Boolean,ariaLabel:String,visible:{type:Ne(Boolean),default:null},transition:String,teleported:{type:Boolean,default:!0},disabled:Boolean}),gs=rt({...b2,disabled:Boolean,trigger:{type:Ne([String,Array]),default:"hover"},triggerKeys:{type:Ne(Array),default:()=>[sr.enter,sr.space]}}),{useModelToggleProps:PS,useModelToggleEmits:DS,useModelToggle:NS}=f8("visible"),BS=rt({...h2,...PS,...rn,...gs,...g2,showArrow:{type:Boolean,default:!0}}),qS=[...DS,"before-show","before-hide","show","hide","open","close"],FS=(e,t)=>$e(e)?e.includes(t):e===t,Ao=(e,t,n)=>r=>{FS(b(e),t)&&n(r)},zS=re({...re({name:"ElTooltipTrigger"}),props:gs,setup(e,{expose:t}){const n=e,r=et("tooltip"),{controlled:s,id:o,open:i,onOpen:a,onClose:l,onToggle:u}=ze(Xl,void 0),f=G(null),c=()=>{if(b(s)||n.disabled)return!0},p=_n(n,"trigger"),d=er(c,Ao(p,"hover",a)),m=er(c,Ao(p,"hover",l)),g=er(c,Ao(p,"click",_=>{_.button===0&&u(_)})),C=er(c,Ao(p,"focus",a)),h=er(c,Ao(p,"focus",l)),k=er(c,Ao(p,"contextmenu",_=>{_.preventDefault(),u(_)})),y=er(c,_=>{const{code:E}=_;n.triggerKeys.includes(E)&&(_.preventDefault(),u(_))});return t({triggerRef:f}),(_,E)=>(w(),ue(b(aS),{id:b(o),"virtual-ref":_.virtualRef,open:b(i),"virtual-triggering":_.virtualTriggering,class:Q(b(r).e("trigger")),onBlur:b(h),onClick:b(g),onContextmenu:b(k),onFocus:b(C),onMouseenter:b(d),onMouseleave:b(m),onKeydown:b(y)},{default:pe(()=>[we(_.$slots,"default")]),_:3},8,["id","virtual-ref","open","virtual-triggering","class","onBlur","onClick","onContextmenu","onFocus","onMouseenter","onMouseleave","onKeydown"]))}});var HS=Ze(zS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);const jS=re({...re({name:"ElTooltipContent",inheritAttrs:!1}),props:rn,setup(e,{expose:t}){const n=e,{selector:r}=o2(),s=et("tooltip"),o=G(null),i=G(!1),{controlled:a,id:l,open:u,trigger:f,onClose:c,onOpen:p,onShow:d,onHide:m,onBeforeShow:g,onBeforeHide:C}=ze(Xl,void 0),h=P(()=>n.transition||`${s.namespace.value}-fade-in-linear`),k=P(()=>n.persistent);Zt(()=>{i.value=!0});const y=P(()=>b(k)?!0:b(u)),_=P(()=>n.disabled?!1:b(u)),E=P(()=>n.appendTo||r.value),x=P(()=>{var V;return(V=n.style)!=null?V:{}}),M=P(()=>!b(u)),L=()=>{m()},R=()=>{if(b(a))return!0},D=er(R,()=>{n.enterable&&b(f)==="hover"&&p()}),B=er(R,()=>{b(f)==="hover"&&c()}),N=()=>{var V,H;(H=(V=o.value)==null?void 0:V.updatePopper)==null||H.call(V),g==null||g()},oe=()=>{C==null||C()},F=()=>{d(),j=jk(P(()=>{var V;return(V=o.value)==null?void 0:V.popperContentRef}),()=>{if(b(a))return;b(f)!=="hover"&&c()})},ie=()=>{n.virtualTriggering||c()};let j;return Se(()=>b(u),V=>{V||j==null||j()},{flush:"post"}),Se(()=>n.content,()=>{var V,H;(H=(V=o.value)==null?void 0:V.updatePopper)==null||H.call(V)}),t({contentRef:o}),(V,H)=>(w(),ue(Sw,{disabled:!V.teleported,to:b(E)},[xe(qr,{name:b(h),onAfterLeave:L,onBeforeEnter:N,onAfterEnter:F,onBeforeLeave:oe},{default:pe(()=>[b(y)?Ht((w(),ue(b(RS),ht({key:0,id:b(l),ref_key:"contentRef",ref:o},V.$attrs,{"aria-label":V.ariaLabel,"aria-hidden":b(M),"boundaries-padding":V.boundariesPadding,"fallback-placements":V.fallbackPlacements,"gpu-acceleration":V.gpuAcceleration,offset:V.offset,placement:V.placement,"popper-options":V.popperOptions,strategy:V.strategy,effect:V.effect,enterable:V.enterable,pure:V.pure,"popper-class":V.popperClass,"popper-style":[V.popperStyle,b(x)],"reference-el":V.referenceEl,"trigger-target-el":V.triggerTargetEl,visible:b(_),"z-index":V.zIndex,onMouseenter:b(D),onMouseleave:b(B),onBlur:ie,onClose:b(c)}),{default:pe(()=>[i.value?_e("v-if",!0):we(V.$slots,"default",{key:0})]),_:3},16,["id","aria-label","aria-hidden","boundaries-padding","fallback-placements","gpu-acceleration","offset","placement","popper-options","strategy","effect","enterable","pure","popper-class","popper-style","reference-el","trigger-target-el","visible","z-index","onMouseenter","onMouseleave","onClose"])),[[Yn,b(_)]]):_e("v-if",!0)]),_:3},8,["name"])],8,["disabled","to"]))}});var VS=Ze(jS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);const US=["innerHTML"],KS={key:1},GS=re({...re({name:"ElTooltip"}),props:BS,emits:qS,setup(e,{expose:t,emit:n}){const r=e;_E();const s=Ai(),o=G(),i=G(),a=()=>{var h;const k=b(o);k&&((h=k.popperInstanceRef)==null||h.update())},l=G(!1),u=G(),{show:f,hide:c,hasUpdateHandler:p}=NS({indicator:l,toggleReason:u}),{onOpen:d,onClose:m}=wE({showAfter:_n(r,"showAfter"),hideAfter:_n(r,"hideAfter"),autoClose:_n(r,"autoClose"),open:f,close:c}),g=P(()=>Al(r.visible)&&!p.value);Vt(Xl,{controlled:g,id:s,open:qs(l),trigger:_n(r,"trigger"),onOpen:h=>{d(h)},onClose:h=>{m(h)},onToggle:h=>{b(l)?m(h):d(h)},onShow:()=>{n("show",u.value)},onHide:()=>{n("hide",u.value)},onBeforeShow:()=>{n("before-show",u.value)},onBeforeHide:()=>{n("before-hide",u.value)},updatePopper:a}),Se(()=>r.disabled,h=>{h&&l.value&&(l.value=!1)});const C=h=>{var k,y;const _=(y=(k=i.value)==null?void 0:k.contentRef)==null?void 0:y.popperContentRef,E=(h==null?void 0:h.relatedTarget)||document.activeElement;return _&&_.contains(E)};return Yd(()=>l.value&&c()),t({popperRef:o,contentRef:i,isFocusInsideContent:C,updatePopper:a,onOpen:d,onClose:m,hide:c}),(h,k)=>(w(),ue(b(OS),{ref_key:"popperRef",ref:o,role:h.role},{default:pe(()=>[xe(HS,{disabled:h.disabled,trigger:h.trigger,"trigger-keys":h.triggerKeys,"virtual-ref":h.virtualRef,"virtual-triggering":h.virtualTriggering},{default:pe(()=>[h.$slots.default?we(h.$slots,"default",{key:0}):_e("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),xe(VS,{ref_key:"contentRef",ref:i,"aria-label":h.ariaLabel,"boundaries-padding":h.boundariesPadding,content:h.content,disabled:h.disabled,effect:h.effect,enterable:h.enterable,"fallback-placements":h.fallbackPlacements,"hide-after":h.hideAfter,"gpu-acceleration":h.gpuAcceleration,offset:h.offset,persistent:h.persistent,"popper-class":h.popperClass,"popper-style":h.popperStyle,placement:h.placement,"popper-options":h.popperOptions,pure:h.pure,"raw-content":h.rawContent,"reference-el":h.referenceEl,"trigger-target-el":h.triggerTargetEl,"show-after":h.showAfter,strategy:h.strategy,teleported:h.teleported,transition:h.transition,"virtual-triggering":h.virtualTriggering,"z-index":h.zIndex,"append-to":h.appendTo},{default:pe(()=>[we(h.$slots,"content",{},()=>[h.rawContent?(w(),A("span",{key:0,innerHTML:h.content},null,8,US)):(w(),A("span",KS,Qe(h.content),1))]),h.showArrow?(w(),ue(b(oS),{key:0,"arrow-offset":h.arrowOffset},null,8,["arrow-offset"])):_e("v-if",!0)]),_:3},8,["aria-label","boundaries-padding","content","disabled","effect","enterable","fallback-placements","hide-after","gpu-acceleration","offset","persistent","popper-class","popper-style","placement","popper-options","pure","raw-content","reference-el","trigger-target-el","show-after","strategy","teleported","transition","virtual-triggering","z-index","append-to"])]),_:3},8,["role"]))}});var WS=Ze(GS,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/tooltip.vue"]]);const ms=xn(WS),T2=Symbol("buttonGroupContextKey"),ZS=(e,t)=>{$h({from:"type.text",replacement:"link",version:"3.0.0",scope:"props",ref:"https://element-plus.org/en-US/component/button.html#button-attributes"},P(()=>e.type==="text"));const n=ze(T2,void 0),r=$E("button"),{form:s}=Li(),o=hs(P(()=>n==null?void 0:n.size)),i=Mi(),a=G(),l=i0(),u=P(()=>e.type||(n==null?void 0:n.type)||""),f=P(()=>{var m,g,C;return(C=(g=e.autoInsertSpace)!=null?g:(m=r.value)==null?void 0:m.autoInsertSpace)!=null?C:!1}),c=P(()=>e.tag==="button"?{ariaDisabled:i.value||e.loading,disabled:i.value||e.loading,autofocus:e.autofocus,type:e.nativeType}:{}),p=P(()=>{var m;const g=(m=l.default)==null?void 0:m.call(l);if(f.value&&(g==null?void 0:g.length)===1){const C=g[0];if((C==null?void 0:C.type)===uo){const h=C.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test(h.trim())}}return!1});return{_disabled:i,_size:o,_type:u,_ref:a,_props:c,shouldAddSpace:p,handleClick:m=>{e.nativeType==="reset"&&(s==null||s.resetFields()),t("click",m)}}},Yl=rt({size:Vl,disabled:Boolean,type:{type:String,values:["default","primary","success","warning","info","danger","text",""],default:""},icon:{type:Cn},nativeType:{type:String,values:["button","submit","reset"],default:"button"},loading:Boolean,loadingIcon:{type:Cn,default:()=>Sh},plain:Boolean,text:Boolean,link:Boolean,bg:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean,color:String,dark:Boolean,autoInsertSpace:{type:Boolean,default:void 0},tag:{type:Ne([String,Object]),default:"button"}}),JS={click:e=>e instanceof MouseEvent};function Tt(e,t){XS(e)&&(e="100%");var n=YS(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function Di(e){return Math.min(1,Math.max(0,e))}function XS(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function YS(e){return typeof e=="string"&&e.indexOf("%")!==-1}function M2(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function Ni(e){return e<=1?"".concat(Number(e)*100,"%"):e}function Zr(e){return e.length===1?"0"+e:String(e)}function QS(e,t,n){return{r:Tt(e,255)*255,g:Tt(t,255)*255,b:Tt(n,255)*255}}function L2(e,t,n){e=Tt(e,255),t=Tt(t,255),n=Tt(n,255);var r=Math.max(e,t,n),s=Math.min(e,t,n),o=0,i=0,a=(r+s)/2;if(r===s)i=0,o=0;else{var l=r-s;switch(i=a>.5?l/(2-r-s):l/(r+s),r){case e:o=(t-n)/l+(t<n?6:0);break;case t:o=(n-e)/l+2;break;case n:o=(e-t)/l+4;break}o/=6}return{h:o,s:i,l:a}}function Ql(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function e7(e,t,n){var r,s,o;if(e=Tt(e,360),t=Tt(t,100),n=Tt(n,100),t===0)s=n,o=n,r=n;else{var i=n<.5?n*(1+t):n+t-n*t,a=2*n-i;r=Ql(a,i,e+1/3),s=Ql(a,i,e),o=Ql(a,i,e-1/3)}return{r:r*255,g:s*255,b:o*255}}function $2(e,t,n){e=Tt(e,255),t=Tt(t,255),n=Tt(n,255);var r=Math.max(e,t,n),s=Math.min(e,t,n),o=0,i=r,a=r-s,l=r===0?0:a/r;if(r===s)o=0;else{switch(r){case e:o=(t-n)/a+(t<n?6:0);break;case t:o=(n-e)/a+2;break;case n:o=(e-t)/a+4;break}o/=6}return{h:o,s:l,v:i}}function t7(e,t,n){e=Tt(e,360)*6,t=Tt(t,100),n=Tt(n,100);var r=Math.floor(e),s=e-r,o=n*(1-t),i=n*(1-s*t),a=n*(1-(1-s)*t),l=r%6,u=[n,i,o,o,a,n][l],f=[a,n,n,i,o,o][l],c=[o,o,a,n,n,i][l];return{r:u*255,g:f*255,b:c*255}}function I2(e,t,n,r){var s=[Zr(Math.round(e).toString(16)),Zr(Math.round(t).toString(16)),Zr(Math.round(n).toString(16))];return r&&s[0].startsWith(s[0].charAt(1))&&s[1].startsWith(s[1].charAt(1))&&s[2].startsWith(s[2].charAt(1))?s[0].charAt(0)+s[1].charAt(0)+s[2].charAt(0):s.join("")}function n7(e,t,n,r,s){var o=[Zr(Math.round(e).toString(16)),Zr(Math.round(t).toString(16)),Zr(Math.round(n).toString(16)),Zr(r7(r))];return s&&o[0].startsWith(o[0].charAt(1))&&o[1].startsWith(o[1].charAt(1))&&o[2].startsWith(o[2].charAt(1))&&o[3].startsWith(o[3].charAt(1))?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}function r7(e){return Math.round(parseFloat(e)*255).toString(16)}function R2(e){return on(e)/255}function on(e){return parseInt(e,16)}function o7(e){return{r:e>>16,g:(e&65280)>>8,b:e&255}}var ec={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function s7(e){var t={r:0,g:0,b:0},n=1,r=null,s=null,o=null,i=!1,a=!1;return typeof e=="string"&&(e=l7(e)),typeof e=="object"&&(ar(e.r)&&ar(e.g)&&ar(e.b)?(t=QS(e.r,e.g,e.b),i=!0,a=String(e.r).substr(-1)==="%"?"prgb":"rgb"):ar(e.h)&&ar(e.s)&&ar(e.v)?(r=Ni(e.s),s=Ni(e.v),t=t7(e.h,r,s),i=!0,a="hsv"):ar(e.h)&&ar(e.s)&&ar(e.l)&&(r=Ni(e.s),o=Ni(e.l),t=e7(e.h,r,o),i=!0,a="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=M2(n),{ok:i,format:e.format||a,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var i7="[-\\+]?\\d+%?",a7="[-\\+]?\\d*\\.\\d+%?",Sr="(?:".concat(a7,")|(?:").concat(i7,")"),tc="[\\s|\\(]+(".concat(Sr,")[,|\\s]+(").concat(Sr,")[,|\\s]+(").concat(Sr,")\\s*\\)?"),nc="[\\s|\\(]+(".concat(Sr,")[,|\\s]+(").concat(Sr,")[,|\\s]+(").concat(Sr,")[,|\\s]+(").concat(Sr,")\\s*\\)?"),Tn={CSS_UNIT:new RegExp(Sr),rgb:new RegExp("rgb"+tc),rgba:new RegExp("rgba"+nc),hsl:new RegExp("hsl"+tc),hsla:new RegExp("hsla"+nc),hsv:new RegExp("hsv"+tc),hsva:new RegExp("hsva"+nc),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function l7(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(ec[e])e=ec[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=Tn.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=Tn.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=Tn.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=Tn.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=Tn.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=Tn.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=Tn.hex8.exec(e),n?{r:on(n[1]),g:on(n[2]),b:on(n[3]),a:R2(n[4]),format:t?"name":"hex8"}:(n=Tn.hex6.exec(e),n?{r:on(n[1]),g:on(n[2]),b:on(n[3]),format:t?"name":"hex"}:(n=Tn.hex4.exec(e),n?{r:on(n[1]+n[1]),g:on(n[2]+n[2]),b:on(n[3]+n[3]),a:R2(n[4]+n[4]),format:t?"name":"hex8"}:(n=Tn.hex3.exec(e),n?{r:on(n[1]+n[1]),g:on(n[2]+n[2]),b:on(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function ar(e){return!!Tn.CSS_UNIT.exec(String(e))}var c7=function(){function e(t,n){t===void 0&&(t=""),n===void 0&&(n={});var r;if(t instanceof e)return t;typeof t=="number"&&(t=o7(t)),this.originalInput=t;var s=s7(t);this.originalInput=t,this.r=s.r,this.g=s.g,this.b=s.b,this.a=s.a,this.roundA=Math.round(100*this.a)/100,this.format=(r=n.format)!==null&&r!==void 0?r:s.format,this.gradientType=n.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=s.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),n,r,s,o=t.r/255,i=t.g/255,a=t.b/255;return o<=.03928?n=o/12.92:n=Math.pow((o+.055)/1.055,2.4),i<=.03928?r=i/12.92:r=Math.pow((i+.055)/1.055,2.4),a<=.03928?s=a/12.92:s=Math.pow((a+.055)/1.055,2.4),.2126*n+.7152*r+.0722*s},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=M2(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var t=this.toHsl().s;return t===0},e.prototype.toHsv=function(){var t=$2(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=$2(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),s=Math.round(t.v*100);return this.a===1?"hsv(".concat(n,", ").concat(r,"%, ").concat(s,"%)"):"hsva(".concat(n,", ").concat(r,"%, ").concat(s,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=L2(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=L2(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),s=Math.round(t.l*100);return this.a===1?"hsl(".concat(n,", ").concat(r,"%, ").concat(s,"%)"):"hsla(".concat(n,", ").concat(r,"%, ").concat(s,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),I2(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),n7(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toHexShortString=function(t){return t===void 0&&(t=!1),this.a===1?this.toHexString(t):this.toHex8String(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),n=Math.round(this.g),r=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(n,", ").concat(r,")"):"rgba(".concat(t,", ").concat(n,", ").concat(r,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(n){return"".concat(Math.round(Tt(n,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(n){return Math.round(Tt(n,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+I2(this.r,this.g,this.b,!1),n=0,r=Object.entries(ec);n<r.length;n++){var s=r[n],o=s[0],i=s[1];if(t===i)return o}return!1},e.prototype.toString=function(t){var n=!!t;t=t??this.format;var r=!1,s=this.a<1&&this.a>=0,o=!n&&s&&(t.startsWith("hex")||t==="name");return o?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l+=t/100,n.l=Di(n.l),new e(n)},e.prototype.brighten=function(t){t===void 0&&(t=10);var n=this.toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),new e(n)},e.prototype.darken=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l-=t/100,n.l=Di(n.l),new e(n)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s-=t/100,n.s=Di(n.s),new e(n)},e.prototype.saturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s+=t/100,n.s=Di(n.s),new e(n)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var n=this.toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,new e(n)},e.prototype.mix=function(t,n){n===void 0&&(n=50);var r=this.toRgb(),s=new e(t).toRgb(),o=n/100,i={r:(s.r-r.r)*o+r.r,g:(s.g-r.g)*o+r.g,b:(s.b-r.b)*o+r.b,a:(s.a-r.a)*o+r.a};return new e(i)},e.prototype.analogous=function(t,n){t===void 0&&(t=6),n===void 0&&(n=30);var r=this.toHsl(),s=360/n,o=[this];for(r.h=(r.h-(s*t>>1)+720)%360;--t;)r.h=(r.h+s)%360,o.push(new e(r));return o},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var n=this.toHsv(),r=n.h,s=n.s,o=n.v,i=[],a=1/t;t--;)i.push(new e({h:r,s,v:o})),o=(o+a)%1;return i},e.prototype.splitcomplement=function(){var t=this.toHsl(),n=t.h;return[this,new e({h:(n+72)%360,s:t.s,l:t.l}),new e({h:(n+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var n=this.toRgb(),r=new e(t).toRgb(),s=n.a+r.a*(1-n.a);return new e({r:(n.r*n.a+r.r*r.a*(1-n.a))/s,g:(n.g*n.a+r.g*r.a*(1-n.a))/s,b:(n.b*n.a+r.b*r.a*(1-n.a))/s,a:s})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var n=this.toHsl(),r=n.h,s=[this],o=360/t,i=1;i<t;i++)s.push(new e({h:(r+i*o)%360,s:n.s,l:n.l}));return s},e.prototype.equals=function(t){return this.toRgbString()===new e(t).toRgbString()},e}();function Ar(e,t=20){return e.mix("#141414",t).toString()}function u7(e){const t=Mi(),n=et("button");return P(()=>{let r={};const s=e.color;if(s){const o=new c7(s),i=e.dark?o.tint(20).toString():Ar(o,20);if(e.plain)r=n.cssVarBlock({"bg-color":e.dark?Ar(o,90):o.tint(90).toString(),"text-color":s,"border-color":e.dark?Ar(o,50):o.tint(50).toString(),"hover-text-color":`var(${n.cssVarName("color-white")})`,"hover-bg-color":s,"hover-border-color":s,"active-bg-color":i,"active-text-color":`var(${n.cssVarName("color-white")})`,"active-border-color":i}),t.value&&(r[n.cssVarBlockName("disabled-bg-color")]=e.dark?Ar(o,90):o.tint(90).toString(),r[n.cssVarBlockName("disabled-text-color")]=e.dark?Ar(o,50):o.tint(50).toString(),r[n.cssVarBlockName("disabled-border-color")]=e.dark?Ar(o,80):o.tint(80).toString());else{const a=e.dark?Ar(o,30):o.tint(30).toString(),l=o.isDark()?`var(${n.cssVarName("color-white")})`:`var(${n.cssVarName("color-black")})`;if(r=n.cssVarBlock({"bg-color":s,"text-color":l,"border-color":s,"hover-bg-color":a,"hover-text-color":l,"hover-border-color":a,"active-bg-color":i,"active-border-color":i}),t.value){const u=e.dark?Ar(o,50):o.tint(50).toString();r[n.cssVarBlockName("disabled-bg-color")]=u,r[n.cssVarBlockName("disabled-text-color")]=e.dark?"rgba(255, 255, 255, 0.5)":`var(${n.cssVarName("color-white")})`,r[n.cssVarBlockName("disabled-border-color")]=u}}}return r})}const f7=re({...re({name:"ElButton"}),props:Yl,emits:JS,setup(e,{expose:t,emit:n}){const r=e,s=u7(r),o=et("button"),{_ref:i,_size:a,_type:l,_disabled:u,_props:f,shouldAddSpace:c,handleClick:p}=ZS(r,n);return t({ref:i,size:a,type:l,disabled:u,shouldAddSpace:c}),(d,m)=>(w(),ue(Ot(d.tag),ht({ref_key:"_ref",ref:i},b(f),{class:[b(o).b(),b(o).m(b(l)),b(o).m(b(a)),b(o).is("disabled",b(u)),b(o).is("loading",d.loading),b(o).is("plain",d.plain),b(o).is("round",d.round),b(o).is("circle",d.circle),b(o).is("text",d.text),b(o).is("link",d.link),b(o).is("has-bg",d.bg)],style:b(s),onClick:b(p)}),{default:pe(()=>[d.loading?(w(),A(tt,{key:0},[d.$slots.loading?we(d.$slots,"loading",{key:0}):(w(),ue(b(Qt),{key:1,class:Q(b(o).is("loading"))},{default:pe(()=>[(w(),ue(Ot(d.loadingIcon)))]),_:1},8,["class"]))],64)):d.icon||d.$slots.icon?(w(),ue(b(Qt),{key:1},{default:pe(()=>[d.icon?(w(),ue(Ot(d.icon),{key:0})):we(d.$slots,"icon",{key:1})]),_:3})):_e("v-if",!0),d.$slots.default?(w(),A("span",{key:2,class:Q({[b(o).em("text","expand")]:b(c)})},[we(d.$slots,"default")],2)):_e("v-if",!0)]),_:3},16,["class","style","onClick"]))}});var d7=Ze(f7,[["__file","/home/runner/work/element-plus/element-plus/packages/components/button/src/button.vue"]]);const p7={size:Yl.size,type:Yl.type},h7=re({...re({name:"ElButtonGroup"}),props:p7,setup(e){const t=e;Vt(T2,bn({size:_n(t,"size"),type:_n(t,"type")}));const n=et("button");return(r,s)=>(w(),A("div",{class:Q(`${b(n).b("group")}`)},[we(r.$slots,"default")],2))}});var O2=Ze(h7,[["__file","/home/runner/work/element-plus/element-plus/packages/components/button/src/button-group.vue"]]);const P2=xn(d7,{ButtonGroup:O2});Ll(O2);const Tr=new Map;let D2;Dt&&(document.addEventListener("mousedown",e=>D2=e),document.addEventListener("mouseup",e=>{for(const t of Tr.values())for(const{documentHandler:n}of t)n(e,D2)}));function N2(e,t){let n=[];return Array.isArray(t.arg)?n=t.arg:ss(t.arg)&&n.push(t.arg),function(r,s){const o=t.instance.popperRef,i=r.target,a=s==null?void 0:s.target,l=!t||!t.instance,u=!i||!a,f=e.contains(i)||e.contains(a),c=e===i,p=n.length&&n.some(m=>m==null?void 0:m.contains(i))||n.length&&n.includes(a),d=o&&(o.contains(i)||o.contains(a));l||u||f||c||p||d||t.value(r,s)}}const B2={beforeMount(e,t){Tr.has(e)||Tr.set(e,[]),Tr.get(e).push({documentHandler:N2(e,t),bindingFn:t.value})},updated(e,t){Tr.has(e)||Tr.set(e,[]);const n=Tr.get(e),r=n.findIndex(o=>o.bindingFn===t.oldValue),s={documentHandler:N2(e,t),bindingFn:t.value};r>=0?n.splice(r,1,s):n.push(s)},unmounted(e){Tr.delete(e)}},q2=rt({type:{type:String,values:["success","info","warning","danger",""],default:""},closable:Boolean,disableTransitions:Boolean,hit:Boolean,color:{type:String,default:""},size:{type:String,values:is,default:""},effect:{type:String,values:["dark","light","plain"],default:"light"},round:Boolean}),g7=re({...re({name:"ElTag"}),props:q2,emits:{close:e=>e instanceof MouseEvent,click:e=>e instanceof MouseEvent},setup(e,{emit:t}){const n=e,r=hs(),s=et("tag"),o=P(()=>{const{type:l,hit:u,effect:f,closable:c,round:p}=n;return[s.b(),s.is("closable",c),s.m(l),s.m(r.value),s.m(f),s.is("hit",u),s.is("round",p)]}),i=l=>{t("close",l)},a=l=>{t("click",l)};return(l,u)=>l.disableTransitions?(w(),A("span",{key:0,class:Q(b(o)),style:st({backgroundColor:l.color}),onClick:a},[v("span",{class:Q(b(s).e("content"))},[we(l.$slots,"default")],2),l.closable?(w(),ue(b(Qt),{key:0,class:Q(b(s).e("close")),onClick:tn(i,["stop"])},{default:pe(()=>[xe(b(Ml))]),_:1},8,["class","onClick"])):_e("v-if",!0)],6)):(w(),ue(qr,{key:1,name:`${b(s).namespace.value}-zoom-in-center`,appear:""},{default:pe(()=>[v("span",{class:Q(b(o)),style:st({backgroundColor:l.color}),onClick:a},[v("span",{class:Q(b(s).e("content"))},[we(l.$slots,"default")],2),l.closable?(w(),ue(b(Qt),{key:0,class:Q(b(s).e("close")),onClick:tn(i,["stop"])},{default:pe(()=>[xe(b(Ml))]),_:1},8,["class","onClick"])):_e("v-if",!0)],6)]),_:3},8,["name"]))}});var m7=Ze(g7,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tag/src/tag.vue"]]);const v7=xn(m7),b7=rt({color:{type:Ne(Object),required:!0},vertical:{type:Boolean,default:!1}});let rc=!1;function vs(e,t){if(!Dt)return;const n=function(o){var i;(i=t.drag)==null||i.call(t,o)},r=function(o){var i;document.removeEventListener("mousemove",n),document.removeEventListener("mouseup",r),document.removeEventListener("touchmove",n),document.removeEventListener("touchend",r),document.onselectstart=null,document.ondragstart=null,rc=!1,(i=t.end)==null||i.call(t,o)},s=function(o){var i;rc||(o.preventDefault(),document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",n),document.addEventListener("mouseup",r),document.addEventListener("touchmove",n),document.addEventListener("touchend",r),rc=!0,(i=t.start)==null||i.call(t,o))};e.addEventListener("mousedown",s),e.addEventListener("touchstart",s)}const _7=e=>{const t=bt(),n=Kn(),r=Kn();function s(i){i.target!==n.value&&o(i)}function o(i){if(!r.value||!n.value)return;const l=t.vnode.el.getBoundingClientRect(),{clientX:u,clientY:f}=dl(i);if(e.vertical){let c=f-l.top;c=Math.max(n.value.offsetHeight/2,c),c=Math.min(c,l.height-n.value.offsetHeight/2),e.color.set("alpha",Math.round((c-n.value.offsetHeight/2)/(l.height-n.value.offsetHeight)*100))}else{let c=u-l.left;c=Math.max(n.value.offsetWidth/2,c),c=Math.min(c,l.width-n.value.offsetWidth/2),e.color.set("alpha",Math.round((c-n.value.offsetWidth/2)/(l.width-n.value.offsetWidth)*100))}}return{thumb:n,bar:r,handleDrag:o,handleClick:s}},y7=(e,{bar:t,thumb:n,handleDrag:r})=>{const s=bt(),o=et("color-alpha-slider"),i=G(0),a=G(0),l=G();function u(){if(!n.value||e.vertical)return 0;const k=s.vnode.el,y=e.color.get("alpha");return k?Math.round(y*(k.offsetWidth-n.value.offsetWidth/2)/100):0}function f(){if(!n.value)return 0;const k=s.vnode.el;if(!e.vertical)return 0;const y=e.color.get("alpha");return k?Math.round(y*(k.offsetHeight-n.value.offsetHeight/2)/100):0}function c(){if(e.color&&e.color.value){const{r:k,g:y,b:_}=e.color.toRgb();return`linear-gradient(to right, rgba(${k}, ${y}, ${_}, 0) 0%, rgba(${k}, ${y}, ${_}, 1) 100%)`}return""}function p(){i.value=u(),a.value=f(),l.value=c()}it(()=>{if(!t.value||!n.value)return;const k={drag:y=>{r(y)},end:y=>{r(y)}};vs(t.value,k),vs(n.value,k),p()}),Se(()=>e.color.get("alpha"),()=>p()),Se(()=>e.color.value,()=>p());const d=P(()=>[o.b(),o.is("vertical",e.vertical)]),m=P(()=>o.e("bar")),g=P(()=>o.e("thumb")),C=P(()=>({background:l.value})),h=P(()=>({left:_o(i.value),top:_o(a.value)}));return{rootKls:d,barKls:m,barStyle:C,thumbKls:g,thumbStyle:h,update:p}},w7=re({...re({name:"ElColorAlphaSlider"}),props:b7,setup(e,{expose:t}){const n=e,{bar:r,thumb:s,handleDrag:o,handleClick:i}=_7(n),{rootKls:a,barKls:l,barStyle:u,thumbKls:f,thumbStyle:c,update:p}=y7(n,{bar:r,thumb:s,handleDrag:o});return t({update:p,bar:r,thumb:s}),(d,m)=>(w(),A("div",{class:Q(b(a))},[v("div",{ref_key:"bar",ref:r,class:Q(b(l)),style:st(b(u)),onClick:m[0]||(m[0]=(...g)=>b(i)&&b(i)(...g))},null,6),v("div",{ref_key:"thumb",ref:s,class:Q(b(f)),style:st(b(c))},null,6)],2))}});var k7=Ze(w7,[["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/alpha-slider.vue"]]);const C7=re({name:"ElColorHueSlider",props:{color:{type:Object,required:!0},vertical:Boolean},setup(e){const t=et("color-hue-slider"),n=bt(),r=G(),s=G(),o=G(0),i=G(0),a=P(()=>e.color.get("hue"));Se(()=>a.value,()=>{p()});function l(d){d.target!==r.value&&u(d)}function u(d){if(!s.value||!r.value)return;const g=n.vnode.el.getBoundingClientRect(),{clientX:C,clientY:h}=dl(d);let k;if(e.vertical){let y=h-g.top;y=Math.min(y,g.height-r.value.offsetHeight/2),y=Math.max(r.value.offsetHeight/2,y),k=Math.round((y-r.value.offsetHeight/2)/(g.height-r.value.offsetHeight)*360)}else{let y=C-g.left;y=Math.min(y,g.width-r.value.offsetWidth/2),y=Math.max(r.value.offsetWidth/2,y),k=Math.round((y-r.value.offsetWidth/2)/(g.width-r.value.offsetWidth)*360)}e.color.set("hue",k)}function f(){if(!r.value)return 0;const d=n.vnode.el;if(e.vertical)return 0;const m=e.color.get("hue");return d?Math.round(m*(d.offsetWidth-r.value.offsetWidth/2)/360):0}function c(){if(!r.value)return 0;const d=n.vnode.el;if(!e.vertical)return 0;const m=e.color.get("hue");return d?Math.round(m*(d.offsetHeight-r.value.offsetHeight/2)/360):0}function p(){o.value=f(),i.value=c()}return it(()=>{if(!s.value||!r.value)return;const d={drag:m=>{u(m)},end:m=>{u(m)}};vs(s.value,d),vs(r.value,d),p()}),{bar:s,thumb:r,thumbLeft:o,thumbTop:i,hueValue:a,handleClick:l,update:p,ns:t}}});function x7(e,t,n,r,s,o){return w(),A("div",{class:Q([e.ns.b(),e.ns.is("vertical",e.vertical)])},[v("div",{ref:"bar",class:Q(e.ns.e("bar")),onClick:t[0]||(t[0]=(...i)=>e.handleClick&&e.handleClick(...i))},null,2),v("div",{ref:"thumb",class:Q(e.ns.e("thumb")),style:st({left:e.thumbLeft+"px",top:e.thumbTop+"px"})},null,6)],2)}var E7=Ze(C7,[["render",x7],["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/hue-slider.vue"]]);const S7=rt({modelValue:String,id:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:Vl,popperClass:{type:String,default:""},label:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},predefine:{type:Ne(Array)},validateEvent:{type:Boolean,default:!0}}),A7={[Jt]:e=>He(e)||Kr(e),[$l]:e=>He(e)||Kr(e),activeChange:e=>He(e)||Kr(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},F2=Symbol("colorPickerContextKey"),z2=function(e,t,n){return[e,t*n/((e=(2-t)*n)<1?e:2-e)||0,e/2]},T7=function(e){return typeof e=="string"&&e.includes(".")&&Number.parseFloat(e)===1},M7=function(e){return typeof e=="string"&&e.includes("%")},To=function(e,t){T7(e)&&(e="100%");const n=M7(e);return e=Math.min(t,Math.max(0,Number.parseFloat(`${e}`))),n&&(e=Number.parseInt(`${e*t}`,10)/100),Math.abs(e-t)<1e-6?1:e%t/Number.parseFloat(t)},H2={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},Bi=e=>{e=Math.min(Math.round(e),255);const t=Math.floor(e/16),n=e%16;return`${H2[t]||t}${H2[n]||n}`},j2=function({r:e,g:t,b:n}){return Number.isNaN(+e)||Number.isNaN(+t)||Number.isNaN(+n)?"":`#${Bi(e)}${Bi(t)}${Bi(n)}`},oc={A:10,B:11,C:12,D:13,E:14,F:15},Jr=function(e){return e.length===2?(oc[e[0].toUpperCase()]||+e[0])*16+(oc[e[1].toUpperCase()]||+e[1]):oc[e[1].toUpperCase()]||+e[1]},L7=function(e,t,n){t=t/100,n=n/100;let r=t;const s=Math.max(n,.01);n*=2,t*=n<=1?n:2-n,r*=s<=1?s:2-s;const o=(n+t)/2,i=n===0?2*r/(s+r):2*t/(n+t);return{h:e,s:i*100,v:o*100}},V2=(e,t,n)=>{e=To(e,255),t=To(t,255),n=To(n,255);const r=Math.max(e,t,n),s=Math.min(e,t,n);let o;const i=r,a=r-s,l=r===0?0:a/r;if(r===s)o=0;else{switch(r){case e:{o=(t-n)/a+(t<n?6:0);break}case t:{o=(n-e)/a+2;break}case n:{o=(e-t)/a+4;break}}o/=6}return{h:o*360,s:l*100,v:i*100}},bs=function(e,t,n){e=To(e,360)*6,t=To(t,100),n=To(n,100);const r=Math.floor(e),s=e-r,o=n*(1-t),i=n*(1-s*t),a=n*(1-(1-s)*t),l=r%6,u=[n,i,o,o,a,n][l],f=[a,n,n,i,o,o][l],c=[o,o,a,n,n,i][l];return{r:Math.round(u*255),g:Math.round(f*255),b:Math.round(c*255)}};class _s{constructor(t={}){this._hue=0,this._saturation=100,this._value=100,this._alpha=100,this.enableAlpha=!1,this.format="hex",this.value="";for(const n in t)We(t,n)&&(this[n]=t[n]);t.value?this.fromString(t.value):this.doOnChange()}set(t,n){if(arguments.length===1&&typeof t=="object"){for(const r in t)We(t,r)&&this.set(r,t[r]);return}this[`_${t}`]=n,this.doOnChange()}get(t){return t==="alpha"?Math.floor(this[`_${t}`]):this[`_${t}`]}toRgb(){return bs(this._hue,this._saturation,this._value)}fromString(t){if(!t){this._hue=0,this._saturation=100,this._value=100,this.doOnChange();return}const n=(r,s,o)=>{this._hue=Math.max(0,Math.min(360,r)),this._saturation=Math.max(0,Math.min(100,s)),this._value=Math.max(0,Math.min(100,o)),this.doOnChange()};if(t.includes("hsl")){const r=t.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter(s=>s!=="").map((s,o)=>o>2?Number.parseFloat(s):Number.parseInt(s,10));if(r.length===4?this._alpha=Number.parseFloat(r[3])*100:r.length===3&&(this._alpha=100),r.length>=3){const{h:s,s:o,v:i}=L7(r[0],r[1],r[2]);n(s,o,i)}}else if(t.includes("hsv")){const r=t.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter(s=>s!=="").map((s,o)=>o>2?Number.parseFloat(s):Number.parseInt(s,10));r.length===4?this._alpha=Number.parseFloat(r[3])*100:r.length===3&&(this._alpha=100),r.length>=3&&n(r[0],r[1],r[2])}else if(t.includes("rgb")){const r=t.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter(s=>s!=="").map((s,o)=>o>2?Number.parseFloat(s):Number.parseInt(s,10));if(r.length===4?this._alpha=Number.parseFloat(r[3])*100:r.length===3&&(this._alpha=100),r.length>=3){const{h:s,s:o,v:i}=V2(r[0],r[1],r[2]);n(s,o,i)}}else if(t.includes("#")){const r=t.replace("#","").trim();if(!/^[0-9a-fA-F]{3}$|^[0-9a-fA-F]{6}$|^[0-9a-fA-F]{8}$/.test(r))return;let s,o,i;r.length===3?(s=Jr(r[0]+r[0]),o=Jr(r[1]+r[1]),i=Jr(r[2]+r[2])):(r.length===6||r.length===8)&&(s=Jr(r.slice(0,2)),o=Jr(r.slice(2,4)),i=Jr(r.slice(4,6))),r.length===8?this._alpha=Jr(r.slice(6))/255*100:(r.length===3||r.length===6)&&(this._alpha=100);const{h:a,s:l,v:u}=V2(s,o,i);n(a,l,u)}}compare(t){return Math.abs(t._hue-this._hue)<2&&Math.abs(t._saturation-this._saturation)<1&&Math.abs(t._value-this._value)<1&&Math.abs(t._alpha-this._alpha)<1}doOnChange(){const{_hue:t,_saturation:n,_value:r,_alpha:s,format:o}=this;if(this.enableAlpha)switch(o){case"hsl":{const i=z2(t,n/100,r/100);this.value=`hsla(${t}, ${Math.round(i[1]*100)}%, ${Math.round(i[2]*100)}%, ${this.get("alpha")/100})`;break}case"hsv":{this.value=`hsva(${t}, ${Math.round(n)}%, ${Math.round(r)}%, ${this.get("alpha")/100})`;break}case"hex":{this.value=`${j2(bs(t,n,r))}${Bi(s*255/100)}`;break}default:{const{r:i,g:a,b:l}=bs(t,n,r);this.value=`rgba(${i}, ${a}, ${l}, ${this.get("alpha")/100})`}}else switch(o){case"hsl":{const i=z2(t,n/100,r/100);this.value=`hsl(${t}, ${Math.round(i[1]*100)}%, ${Math.round(i[2]*100)}%)`;break}case"hsv":{this.value=`hsv(${t}, ${Math.round(n)}%, ${Math.round(r)}%)`;break}case"rgb":{const{r:i,g:a,b:l}=bs(t,n,r);this.value=`rgb(${i}, ${a}, ${l})`;break}default:this.value=j2(bs(t,n,r))}}}const $7=re({props:{colors:{type:Array,required:!0},color:{type:Object,required:!0}},setup(e){const t=et("color-predefine"),{currentColor:n}=ze(F2),r=G(o(e.colors,e.color));Se(()=>n.value,i=>{const a=new _s;a.fromString(i),r.value.forEach(l=>{l.selected=a.compare(l)})}),Wa(()=>{r.value=o(e.colors,e.color)});function s(i){e.color.fromString(e.colors[i])}function o(i,a){return i.map(l=>{const u=new _s;return u.enableAlpha=!0,u.format="rgba",u.fromString(l),u.selected=u.value===a.value,u})}return{rgbaColors:r,handleSelect:s,ns:t}}}),I7=["onClick"];function R7(e,t,n,r,s,o){return w(),A("div",{class:Q(e.ns.b())},[v("div",{class:Q(e.ns.e("colors"))},[(w(!0),A(tt,null,wn(e.rgbaColors,(i,a)=>(w(),A("div",{key:e.colors[a],class:Q([e.ns.e("color-selector"),e.ns.is("alpha",i._alpha<100),{selected:i.selected}]),onClick:l=>e.handleSelect(a)},[v("div",{style:st({backgroundColor:i.value})},null,4)],10,I7))),128))],2)],2)}var O7=Ze($7,[["render",R7],["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/predefine.vue"]]);const P7=re({name:"ElSlPanel",props:{color:{type:Object,required:!0}},setup(e){const t=et("color-svpanel"),n=bt(),r=G(0),s=G(0),o=G("hsl(0, 100%, 50%)"),i=P(()=>{const u=e.color.get("hue"),f=e.color.get("value");return{hue:u,value:f}});function a(){const u=e.color.get("saturation"),f=e.color.get("value"),c=n.vnode.el,{clientWidth:p,clientHeight:d}=c;s.value=u*p/100,r.value=(100-f)*d/100,o.value=`hsl(${e.color.get("hue")}, 100%, 50%)`}function l(u){const c=n.vnode.el.getBoundingClientRect(),{clientX:p,clientY:d}=dl(u);let m=p-c.left,g=d-c.top;m=Math.max(0,m),m=Math.min(m,c.width),g=Math.max(0,g),g=Math.min(g,c.height),s.value=m,r.value=g,e.color.set({saturation:m/c.width*100,value:100-g/c.height*100})}return Se(()=>i.value,()=>{a()}),it(()=>{vs(n.vnode.el,{drag:u=>{l(u)},end:u=>{l(u)}}),a()}),{cursorTop:r,cursorLeft:s,background:o,colorValue:i,handleDrag:l,update:a,ns:t}}}),D7=[v("div",null,null,-1)];function N7(e,t,n,r,s,o){return w(),A("div",{class:Q(e.ns.b()),style:st({backgroundColor:e.background})},[v("div",{class:Q(e.ns.e("white"))},null,2),v("div",{class:Q(e.ns.e("black"))},null,2),v("div",{class:Q(e.ns.e("cursor")),style:st({top:e.cursorTop+"px",left:e.cursorLeft+"px"})},D7,6)],6)}var B7=Ze(P7,[["render",N7],["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/sv-panel.vue"]]);const q7=["onKeydown"],F7=["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex"],z7=re({...re({name:"ElColorPicker"}),props:S7,emits:A7,setup(e,{expose:t,emit:n}){const r=e,{t:s}=En(),o=et("color"),{formItem:i}=Li(),a=hs(),l=Mi(),{inputId:u,isLabeledByFormItem:f}=c2(r,{formItemContext:i}),c=G(),p=G(),d=G(),m=G(),g=G(),C=G(),{isFocused:h,handleFocus:k,handleBlur:y}=a2(g,{beforeBlur(he){var Me;return(Me=m.value)==null?void 0:Me.isFocusInsideContent(he)},afterBlur(){j(!1),I()}}),_=he=>{if(l.value)return pt();k(he)};let E=!0;const x=bn(new _s({enableAlpha:r.showAlpha,format:r.colorFormat||"",value:r.modelValue})),M=G(!1),L=G(!1),R=G(""),D=P(()=>!r.modelValue&&!L.value?"transparent":ie(x,r.showAlpha)),B=P(()=>!r.modelValue&&!L.value?"":x.value),N=P(()=>f.value?void 0:r.label||s("el.colorpicker.defaultLabel")),oe=P(()=>f.value?i==null?void 0:i.labelId:void 0),F=P(()=>[o.b("picker"),o.is("disabled",l.value),o.bm("picker",a.value),o.is("focused",h.value)]);function ie(he,Me){if(!(he instanceof _s))throw new TypeError("color should be instance of _color Class");const{r:T,g:$,b:z}=he.toRgb();return Me?`rgba(${T}, ${$}, ${z}, ${he.get("alpha")/100})`:`rgb(${T}, ${$}, ${z})`}function j(he){M.value=he}const V=El(j,100,{leading:!0});function H(){l.value||j(!0)}function Y(){V(!1),I()}function I(){Ke(()=>{r.modelValue?x.fromString(r.modelValue):(x.value="",Ke(()=>{L.value=!1}))})}function Z(){l.value||V(!M.value)}function K(){x.fromString(R.value)}function me(){const he=x.value;n(Jt,he),n("change",he),r.validateEvent&&(i==null||i.validate("change").catch(Me=>void 0)),V(!1),Ke(()=>{const Me=new _s({enableAlpha:r.showAlpha,format:r.colorFormat||"",value:r.modelValue});x.compare(Me)||I()})}function Ae(){V(!1),n(Jt,null),n("change",null),r.modelValue!==null&&r.validateEvent&&(i==null||i.validate("change").catch(he=>void 0)),I()}function Oe(he){if(M.value&&(Y(),h.value)){const Me=new FocusEvent("focus",he);y(Me)}}function Pe(he){he.preventDefault(),he.stopPropagation(),j(!1),I()}function Je(he){switch(he.code){case sr.enter:case sr.space:he.preventDefault(),he.stopPropagation(),H(),C.value.focus();break;case sr.esc:Pe(he);break}}function je(){g.value.focus()}function pt(){g.value.blur()}return it(()=>{r.modelValue&&(R.value=B.value)}),Se(()=>r.modelValue,he=>{he?he&&he!==x.value&&(E=!1,x.fromString(he)):L.value=!1}),Se(()=>B.value,he=>{R.value=he,E&&n("activeChange",he),E=!0}),Se(()=>x.value,()=>{!r.modelValue&&!L.value&&(L.value=!0)}),Se(()=>M.value,()=>{Ke(()=>{var he,Me,T;(he=c.value)==null||he.update(),(Me=p.value)==null||Me.update(),(T=d.value)==null||T.update()})}),Vt(F2,{currentColor:B}),t({color:x,show:H,hide:Y,focus:je,blur:pt}),(he,Me)=>(w(),ue(b(ms),{ref_key:"popper",ref:m,visible:M.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[b(o).be("picker","panel"),b(o).b("dropdown"),he.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",transition:`${b(o).namespace.value}-zoom-in-top`,persistent:"",onHide:Me[2]||(Me[2]=T=>j(!1))},{content:pe(()=>[Ht((w(),A("div",{onKeydown:Kt(Pe,["esc"])},[v("div",{class:Q(b(o).be("dropdown","main-wrapper"))},[xe(E7,{ref_key:"hue",ref:c,class:"hue-slider",color:b(x),vertical:""},null,8,["color"]),xe(B7,{ref_key:"sv",ref:p,color:b(x)},null,8,["color"])],2),he.showAlpha?(w(),ue(k7,{key:0,ref_key:"alpha",ref:d,color:b(x)},null,8,["color"])):_e("v-if",!0),he.predefine?(w(),ue(O7,{key:1,ref:"predefine",color:b(x),colors:he.predefine},null,8,["color","colors"])):_e("v-if",!0),v("div",{class:Q(b(o).be("dropdown","btns"))},[v("span",{class:Q(b(o).be("dropdown","value"))},[xe(b($i),{ref_key:"inputRef",ref:C,modelValue:R.value,"onUpdate:modelValue":Me[0]||(Me[0]=T=>R.value=T),"validate-event":!1,size:"small",onKeyup:Kt(K,["enter"]),onBlur:K},null,8,["modelValue","onKeyup"])],2),xe(b(P2),{class:Q(b(o).be("dropdown","link-btn")),text:"",size:"small",onClick:Ae},{default:pe(()=>[Br(Qe(b(s)("el.colorpicker.clear")),1)]),_:1},8,["class"]),xe(b(P2),{plain:"",size:"small",class:Q(b(o).be("dropdown","btn")),onClick:me},{default:pe(()=>[Br(Qe(b(s)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,q7)),[[b(B2),Oe]])]),default:pe(()=>[v("div",{id:b(u),ref_key:"triggerRef",ref:g,class:Q(b(F)),role:"button","aria-label":b(N),"aria-labelledby":b(oe),"aria-description":b(s)("el.colorpicker.description",{color:he.modelValue||""}),"aria-disabled":b(l),tabindex:b(l)?-1:he.tabindex,onKeydown:Je,onFocus:_,onBlur:Me[1]||(Me[1]=(...T)=>b(y)&&b(y)(...T))},[b(l)?(w(),A("div",{key:0,class:Q(b(o).be("picker","mask"))},null,2)):_e("v-if",!0),v("div",{class:Q(b(o).be("picker","trigger")),onClick:Z},[v("span",{class:Q([b(o).be("picker","color"),b(o).is("alpha",he.showAlpha)])},[v("span",{class:Q(b(o).be("picker","color-inner")),style:st({backgroundColor:b(D)})},[Ht(xe(b(Qt),{class:Q([b(o).be("picker","icon"),b(o).is("icon-arrow-down")])},{default:pe(()=>[xe(b(Eh))]),_:1},8,["class"]),[[Yn,he.modelValue||L.value]]),Ht(xe(b(Qt),{class:Q([b(o).be("picker","empty"),b(o).is("icon-close")])},{default:pe(()=>[xe(b(Ml))]),_:1},8,["class"]),[[Yn,!he.modelValue&&!L.value]])],6)],2)],2)],42,F7)]),_:1},8,["visible","popper-class","transition"]))}});var H7=Ze(z7,[["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/color-picker.vue"]]);const j7=xn(H7),V7=re({inheritAttrs:!1});function U7(e,t,n,r,s,o){return we(e.$slots,"default")}var K7=Ze(V7,[["render",U7],["__file","/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]);const G7=re({name:"ElCollectionItem",inheritAttrs:!1});function W7(e,t,n,r,s,o){return we(e.$slots,"default")}var Z7=Ze(G7,[["render",W7],["__file","/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection-item.vue"]]);const J7="data-el-collection-item",X7=e=>{const t=`El${e}Collection`,n=`${t}Item`,r=Symbol(t),s=Symbol(n),o={...K7,name:t,setup(){const a=G(null),l=new Map;Vt(r,{itemMap:l,getItems:()=>{const f=b(a);if(!f)return[];const c=Array.from(f.querySelectorAll(`[${J7}]`));return[...l.values()].sort((d,m)=>c.indexOf(d.ref)-c.indexOf(m.ref))},collectionRef:a})}},i={...Z7,name:n,setup(a,{attrs:l}){const u=G(null),f=ze(r,void 0);Vt(s,{collectionItemRef:u}),it(()=>{const c=b(u);c&&f.itemMap.set(c,{ref:c,...l})}),Zt(()=>{const c=b(u);f.itemMap.delete(c)})}};return{COLLECTION_INJECTION_KEY:r,COLLECTION_ITEM_INJECTION_KEY:s,ElCollection:o,ElCollectionItem:i}},sc=rt({trigger:gs.trigger,effect:{...rn.effect,default:"light"},type:{type:Ne(String)},placement:{type:Ne(String),default:"bottom"},popperOptions:{type:Ne(Object),default:()=>({})},id:String,size:{type:String,default:""},splitButton:Boolean,hideOnClick:{type:Boolean,default:!0},loop:{type:Boolean,default:!0},showTimeout:{type:Number,default:150},hideTimeout:{type:Number,default:150},tabindex:{type:Ne([Number,String]),default:0},maxHeight:{type:Ne([Number,String]),default:""},popperClass:{type:String,default:""},disabled:{type:Boolean,default:!1},role:{type:String,default:"menu"},buttonProps:{type:Ne(Object)},teleported:rn.teleported});rt({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:Cn}}),rt({onKeydown:{type:Ne(Function)}}),X7("Dropdown");const U2=Symbol("elPaginationKey"),Y7=rt({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:Cn}}),Q7={click:e=>e instanceof MouseEvent},e9=["disabled","aria-label","aria-disabled"],t9={key:0},n9=re({...re({name:"ElPaginationPrev"}),props:Y7,emits:Q7,setup(e){const t=e,{t:n}=En(),r=P(()=>t.disabled||t.currentPage<=1);return(s,o)=>(w(),A("button",{type:"button",class:"btn-prev",disabled:b(r),"aria-label":s.prevText||b(n)("el.pagination.prev"),"aria-disabled":b(r),onClick:o[0]||(o[0]=i=>s.$emit("click",i))},[s.prevText?(w(),A("span",t9,Qe(s.prevText),1)):(w(),ue(b(Qt),{key:1},{default:pe(()=>[(w(),ue(Ot(s.prevIcon)))]),_:1}))],8,e9))}});var r9=Ze(n9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);const o9=rt({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:Cn}}),s9=["disabled","aria-label","aria-disabled"],i9={key:0},a9=re({...re({name:"ElPaginationNext"}),props:o9,emits:["click"],setup(e){const t=e,{t:n}=En(),r=P(()=>t.disabled||t.currentPage===t.pageCount||t.pageCount===0);return(s,o)=>(w(),A("button",{type:"button",class:"btn-next",disabled:b(r),"aria-label":s.nextText||b(n)("el.pagination.next"),"aria-disabled":b(r),onClick:o[0]||(o[0]=i=>s.$emit("click",i))},[s.nextText?(w(),A("span",i9,Qe(s.nextText),1)):(w(),ue(b(Qt),{key:1},{default:pe(()=>[(w(),ue(Ot(s.nextIcon)))]),_:1}))],8,s9))}});var l9=Ze(a9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);const K2=Symbol("ElSelectGroup"),qi=Symbol("ElSelect");function c9(e,t){const n=ze(qi),r=ze(K2,{disabled:!1}),s=P(()=>Fe(e.value)),o=P(()=>n.props.multiple?c(n.props.modelValue,e.value):p(e.value,n.props.modelValue)),i=P(()=>{if(n.props.multiple){const g=n.props.modelValue||[];return!o.value&&g.length>=n.props.multipleLimit&&n.props.multipleLimit>0}else return!1}),a=P(()=>e.label||(s.value?"":e.value)),l=P(()=>e.value||e.label||""),u=P(()=>e.disabled||t.groupDisabled||i.value),f=bt(),c=(g=[],C)=>{if(s.value){const h=n.props.valueKey;return g&&g.some(k=>qe(nn(k,h))===nn(C,h))}else return g&&g.includes(C)},p=(g,C)=>{if(s.value){const{valueKey:h}=n.props;return nn(g,h)===nn(C,h)}else return g===C},d=()=>{!e.disabled&&!r.disabled&&(n.hoverIndex=n.optionsArray.indexOf(f.proxy))};Se(()=>a.value,()=>{!e.created&&!n.props.remote&&n.setSelected()}),Se(()=>e.value,(g,C)=>{const{remote:h,valueKey:k}=n.props;if(Object.is(g,C)||(n.onOptionDestroy(C,f.proxy),n.onOptionCreate(f.proxy)),!e.created&&!h){if(k&&Fe(g)&&Fe(C)&&g[k]===C[k])return;n.setSelected()}}),Se(()=>r.disabled,()=>{t.groupDisabled=r.disabled},{immediate:!0});const{queryChange:m}=qe(n);return Se(m,g=>{const{query:C}=b(g),h=new RegExp(E5(C),"i");t.visible=h.test(a.value)||e.created,t.visible||n.filteredOptionsCount--},{immediate:!0}),{select:n,currentLabel:a,currentValue:l,itemSelected:o,isDisabled:u,hoverItem:d}}const u9=re({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:Boolean},setup(e){const t=et("select"),n=Ai(),r=P(()=>[t.be("dropdown","item"),t.is("disabled",b(a)),{selected:b(i),hover:b(c)}]),s=bn({index:-1,groupDisabled:!1,visible:!0,hitState:!1,hover:!1}),{currentLabel:o,itemSelected:i,isDisabled:a,select:l,hoverItem:u}=c9(e,s),{visible:f,hover:c}=zs(s),p=bt().proxy;l.onOptionCreate(p),Zt(()=>{const m=p.value,{selected:g}=l,h=(l.props.multiple?g:[g]).some(k=>k.value===p.value);Ke(()=>{l.cachedOptions.get(m)===p&&!h&&l.cachedOptions.delete(m)}),l.onOptionDestroy(m,p)});function d(){e.disabled!==!0&&s.groupDisabled!==!0&&l.handleOptionSelect(p)}return{ns:t,id:n,containerKls:r,currentLabel:o,itemSelected:i,isDisabled:a,select:l,hoverItem:u,visible:f,hover:c,selectOptionClick:d,states:s}}}),f9=["id","aria-disabled","aria-selected"];function d9(e,t,n,r,s,o){return Ht((w(),A("li",{id:e.id,class:Q(e.containerKls),role:"option","aria-disabled":e.isDisabled||void 0,"aria-selected":e.itemSelected,onMouseenter:t[0]||(t[0]=(...i)=>e.hoverItem&&e.hoverItem(...i)),onClick:t[1]||(t[1]=tn((...i)=>e.selectOptionClick&&e.selectOptionClick(...i),["stop"]))},[we(e.$slots,"default",{},()=>[v("span",null,Qe(e.currentLabel),1)])],42,f9)),[[Yn,e.visible]])}var ic=Ze(u9,[["render",d9],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);const p9=re({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const e=ze(qi),t=et("select"),n=P(()=>e.props.popperClass),r=P(()=>e.props.multiple),s=P(()=>e.props.fitInputWidth),o=G("");function i(){var a;o.value=`${(a=e.selectWrapper)==null?void 0:a.offsetWidth}px`}return it(()=>{i(),di(e.selectWrapper,i)}),{ns:t,minWidth:o,popperClass:n,isMultiple:r,isFitInputWidth:s}}});function h9(e,t,n,r,s,o){return w(),A("div",{class:Q([e.ns.b("dropdown"),e.ns.is("multiple",e.isMultiple),e.popperClass]),style:st({[e.isFitInputWidth?"width":"minWidth"]:e.minWidth})},[e.$slots.header?(w(),A("div",{key:0,class:Q(e.ns.be("dropdown","header"))},[we(e.$slots,"header")],2)):_e("v-if",!0),we(e.$slots,"default"),e.$slots.footer?(w(),A("div",{key:1,class:Q(e.ns.be("dropdown","footer"))},[we(e.$slots,"footer")],2)):_e("v-if",!0)],6)}var g9=Ze(p9,[["render",h9],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);function m9(e){const{t}=En();return bn({options:new Map,cachedOptions:new Map,disabledOptions:new Map,createdLabel:null,createdSelected:!1,selected:e.multiple?[]:{},inputLength:20,inputWidth:0,optionsCount:0,filteredOptionsCount:0,visible:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,cachedPlaceHolder:"",currentPlaceholder:t("el.select.placeholder"),menuVisibleOnFocus:!1,isOnComposition:!1,prefixWidth:11,mouseEnter:!1,focused:!1})}const v9=(e,t,n)=>{const{t:r}=En(),s=et("select");$h({from:"suffixTransition",replacement:"override style scheme",version:"2.3.0",scope:"props",ref:"https://element-plus.org/en-US/component/select.html#select-attributes"},P(()=>e.suffixTransition===!1));const o=G(null),i=G(null),a=G(null),l=G(null),u=G(null),f=G(null),c=G(null),p=G(null),d=G(),m=Kn({query:""}),g=Kn(""),C=G([]);let h=0;const{form:k,formItem:y}=Li(),_=P(()=>!e.filterable||e.multiple||!t.visible),E=P(()=>e.disabled||(k==null?void 0:k.disabled)),x=P(()=>{const q=e.multiple?Array.isArray(e.modelValue)&&e.modelValue.length>0:e.modelValue!==void 0&&e.modelValue!==null&&e.modelValue!=="";return e.clearable&&!E.value&&t.inputHovering&&q}),M=P(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),L=P(()=>s.is("reverse",M.value&&t.visible&&e.suffixTransition)),R=P(()=>(k==null?void 0:k.statusIcon)&&(y==null?void 0:y.validateState)&&Mh[y==null?void 0:y.validateState]),D=P(()=>e.remote?300:0),B=P(()=>e.loading?e.loadingText||r("el.select.loading"):e.remote&&t.query===""&&t.options.size===0?!1:e.filterable&&t.query&&t.options.size>0&&t.filteredOptionsCount===0?e.noMatchText||r("el.select.noMatch"):t.options.size===0?e.noDataText||r("el.select.noData"):null),N=P(()=>{const q=Array.from(t.options.values()),S=[];return C.value.forEach(O=>{const W=q.findIndex(ke=>ke.currentLabel===O);W>-1&&S.push(q[W])}),S.length>=q.length?S:q}),oe=P(()=>Array.from(t.cachedOptions.values())),F=P(()=>{const q=N.value.filter(S=>!S.created).some(S=>S.currentLabel===t.query);return e.filterable&&e.allowCreate&&t.query!==""&&!q}),ie=hs(),j=P(()=>["small"].includes(ie.value)?"small":"default"),V=P({get(){return t.visible&&B.value!==!1},set(q){t.visible=q}});Se([()=>E.value,()=>ie.value,()=>k==null?void 0:k.size],()=>{Ke(()=>{H()})}),Se(()=>e.placeholder,q=>{t.cachedPlaceHolder=t.currentPlaceholder=q,e.multiple&&Array.isArray(e.modelValue)&&e.modelValue.length>0&&(t.currentPlaceholder="")}),Se(()=>e.modelValue,(q,S)=>{e.multiple&&(H(),q&&q.length>0||i.value&&t.query!==""?t.currentPlaceholder="":t.currentPlaceholder=t.cachedPlaceHolder,e.filterable&&!e.reserveKeyword&&(t.query="",Y(t.query))),K(),e.filterable&&!e.multiple&&(t.inputLength=20),!Sl(q,S)&&e.validateEvent&&(y==null||y.validate("change").catch(O=>void 0))},{flush:"post",deep:!0}),Se(()=>t.visible,q=>{var S,O,W,ke,Ve;q?((O=(S=l.value)==null?void 0:S.updatePopper)==null||O.call(S),e.filterable&&(t.filteredOptionsCount=t.optionsCount,t.query=e.remote?"":t.selectedLabel,(ke=(W=a.value)==null?void 0:W.focus)==null||ke.call(W),e.multiple?(Ve=i.value)==null||Ve.focus():t.selectedLabel&&(t.currentPlaceholder=`${t.selectedLabel}`,t.selectedLabel=""),Y(t.query),!e.multiple&&!e.remote&&(m.value.query="",Bo(m),Bo(g)))):(e.filterable&&(Ce(e.filterMethod)&&e.filterMethod(""),Ce(e.remoteMethod)&&e.remoteMethod("")),t.query="",t.previousQuery=null,t.selectedLabel="",t.inputLength=20,t.menuVisibleOnFocus=!1,Ae(),Ke(()=>{i.value&&i.value.value===""&&t.selected.length===0&&(t.currentPlaceholder=t.cachedPlaceHolder)}),e.multiple||(t.selected&&(e.filterable&&e.allowCreate&&t.createdSelected&&t.createdLabel?t.selectedLabel=t.createdLabel:t.selectedLabel=t.selected.currentLabel,e.filterable&&(t.query=t.selectedLabel)),e.filterable&&(t.currentPlaceholder=t.cachedPlaceHolder))),n.emit("visible-change",q)}),Se(()=>t.options.entries(),()=>{var q,S,O;if(!Dt)return;(S=(q=l.value)==null?void 0:q.updatePopper)==null||S.call(q),e.multiple&&H();const W=((O=c.value)==null?void 0:O.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!xh(e.modelValue)||!Array.from(W).includes(document.activeElement))&&K(),e.defaultFirstOption&&(e.filterable||e.remote)&&t.filteredOptionsCount&&Z()},{flush:"post"}),Se(()=>t.hoverIndex,q=>{_t(q)&&q>-1?d.value=N.value[q]||{}:d.value={},N.value.forEach(S=>{S.hover=d.value===S})});const H=()=>{Ke(()=>{var q,S;if(!o.value)return;const O=o.value.$el.querySelector("input");h=h||(O.clientHeight>0?O.clientHeight+2:0);const W=f.value,ke=getComputedStyle(O).getPropertyValue(s.cssVarName("input-height")),Ve=Number.parseFloat(ke)||X5(ie.value||(k==null?void 0:k.size)),Xe=ie.value||Ve===h||h<=0?Ve:h;!(O.offsetParent===null)&&(O.style.height=`${(t.selected.length===0?Xe:Math.max(W?W.clientHeight+(W.clientHeight>Xe?6:0):0,Xe))-2}px`),t.visible&&B.value!==!1&&((S=(q=l.value)==null?void 0:q.updatePopper)==null||S.call(q))})},Y=async q=>{if(!(t.previousQuery===q||t.isOnComposition)){if(t.previousQuery===null&&(Ce(e.filterMethod)||Ce(e.remoteMethod))){t.previousQuery=q;return}t.previousQuery=q,Ke(()=>{var S,O;t.visible&&((O=(S=l.value)==null?void 0:S.updatePopper)==null||O.call(S))}),t.hoverIndex=-1,e.multiple&&e.filterable&&Ke(()=>{if(!E.value){const S=i.value.value.length*15+20;t.inputLength=e.collapseTags?Math.min(50,S):S,I()}H()}),e.remote&&Ce(e.remoteMethod)?(t.hoverIndex=-1,e.remoteMethod(q)):Ce(e.filterMethod)?(e.filterMethod(q),Bo(g)):(t.filteredOptionsCount=t.optionsCount,m.value.query=q,Bo(m),Bo(g)),e.defaultFirstOption&&(e.filterable||e.remote)&&t.filteredOptionsCount&&(await Ke(),Z())}},I=()=>{t.currentPlaceholder!==""&&(t.currentPlaceholder=i.value.value?"":t.cachedPlaceHolder)},Z=()=>{const q=N.value.filter(W=>W.visible&&!W.disabled&&!W.states.groupDisabled),S=q.find(W=>W.created),O=q[0];t.hoverIndex=J(N.value,S||O)},K=()=>{var q;if(e.multiple)t.selectedLabel="";else{const O=me(e.modelValue);(q=O.props)!=null&&q.created?(t.createdLabel=O.props.value,t.createdSelected=!0):t.createdSelected=!1,t.selectedLabel=O.currentLabel,t.selected=O,e.filterable&&(t.query=t.selectedLabel);return}const S=[];Array.isArray(e.modelValue)&&e.modelValue.forEach(O=>{S.push(me(O))}),t.selected=S,Ke(()=>{H()})},me=q=>{let S;const O=Ts(q).toLowerCase()==="object",W=Ts(q).toLowerCase()==="null",ke=Ts(q).toLowerCase()==="undefined";for(let be=t.cachedOptions.size-1;be>=0;be--){const de=oe.value[be];if(O?nn(de.value,e.valueKey)===nn(q,e.valueKey):de.value===q){S={value:q,currentLabel:de.currentLabel,isDisabled:de.isDisabled};break}}if(S)return S;const Ve=O?q.label:!W&&!ke?q:"",Xe={value:q,currentLabel:Ve};return e.multiple&&(Xe.hitState=!1),Xe},Ae=()=>{setTimeout(()=>{const q=e.valueKey;e.multiple?t.selected.length>0?t.hoverIndex=Math.min.apply(null,t.selected.map(S=>N.value.findIndex(O=>nn(O,q)===nn(S,q)))):t.hoverIndex=-1:t.hoverIndex=N.value.findIndex(S=>mn(S)===mn(t.selected))},300)},Oe=()=>{var q,S;Pe(),(S=(q=l.value)==null?void 0:q.updatePopper)==null||S.call(q),e.multiple&&H()},Pe=()=>{var q;t.inputWidth=(q=o.value)==null?void 0:q.$el.offsetWidth},Je=()=>{e.filterable&&t.query!==t.selectedLabel&&(t.query=t.selectedLabel,Y(t.query))},je=El(()=>{Je()},D.value),pt=El(q=>{Y(q.target.value)},D.value),he=q=>{Sl(e.modelValue,q)||n.emit($l,q)},Me=q=>k5(q,S=>!t.disabledOptions.has(S)),T=q=>{if(q.code!==sr.delete){if(q.target.value.length<=0&&!ye()){const S=e.modelValue.slice(),O=Me(S);if(O<0)return;S.splice(O,1),n.emit(Jt,S),he(S)}q.target.value.length===1&&e.modelValue.length===0&&(t.currentPlaceholder=t.cachedPlaceHolder)}},$=(q,S)=>{const O=t.selected.indexOf(S);if(O>-1&&!E.value){const W=e.modelValue.slice();W.splice(O,1),n.emit(Jt,W),he(W),n.emit("remove-tag",S.value)}q.stopPropagation(),le()},z=q=>{q.stopPropagation();const S=e.multiple?[]:"";if(!He(S))for(const O of t.selected)O.isDisabled&&S.push(O.value);n.emit(Jt,S),he(S),t.hoverIndex=-1,t.visible=!1,n.emit("clear"),le()},X=q=>{var S;if(e.multiple){const O=(e.modelValue||[]).slice(),W=J(O,q.value);W>-1?O.splice(W,1):(e.multipleLimit<=0||O.length<e.multipleLimit)&&O.push(q.value),n.emit(Jt,O),he(O),q.created&&(t.query="",Y(""),t.inputLength=20),e.filterable&&((S=i.value)==null||S.focus())}else n.emit(Jt,q.value),he(q.value),t.visible=!1;ee(),!t.visible&&Ke(()=>{ae(q)})},J=(q=[],S)=>{if(!Fe(S))return q.indexOf(S);const O=e.valueKey;let W=-1;return q.some((ke,Ve)=>qe(nn(ke,O))===nn(S,O)?(W=Ve,!0):!1),W},ee=()=>{const q=i.value||o.value;q&&(q==null||q.focus())},ae=q=>{var S,O,W,ke,Ve;const Xe=Array.isArray(q)?q[0]:q;let be=null;if(Xe!=null&&Xe.value){const de=N.value.filter(Ie=>Ie.value===Xe.value);de.length>0&&(be=de[0].$el)}if(l.value&&be){const de=(ke=(W=(O=(S=l.value)==null?void 0:S.popperRef)==null?void 0:O.contentRef)==null?void 0:W.querySelector)==null?void 0:ke.call(W,`.${s.be("dropdown","wrap")}`);de&&T5(de,be)}(Ve=p.value)==null||Ve.handleScroll()},se=q=>{t.optionsCount++,t.filteredOptionsCount++,t.options.set(q.value,q),t.cachedOptions.set(q.value,q),q.disabled&&t.disabledOptions.set(q.value,q)},ne=(q,S)=>{t.options.get(q)===S&&(t.optionsCount--,t.filteredOptionsCount--,t.options.delete(q))},te=q=>{q.code!==sr.backspace&&ye(!1),t.inputLength=i.value.value.length*15+20,H()},ye=q=>{if(!Array.isArray(t.selected))return;const S=Me(t.selected.map(W=>W.value)),O=t.selected[S];if(O)return q===!0||q===!1?(O.hitState=q,q):(O.hitState=!O.hitState,O.hitState)},fe=q=>{const S=q.target.value;if(q.type==="compositionend")t.isOnComposition=!1,Ke(()=>Y(S));else{const O=S[S.length-1]||"";t.isOnComposition=!Lh(O)}},ve=()=>{Ke(()=>ae(t.selected))},U=q=>{t.focused||((e.automaticDropdown||e.filterable)&&(e.filterable&&!t.visible&&(t.menuVisibleOnFocus=!0),t.visible=!0),t.focused=!0,n.emit("focus",q))},le=()=>{var q,S;t.visible?(q=i.value||o.value)==null||q.focus():(S=o.value)==null||S.focus()},Te=()=>{var q,S,O;t.visible=!1,(q=o.value)==null||q.blur(),(O=(S=a.value)==null?void 0:S.blur)==null||O.call(S)},Re=q=>{var S,O,W;(S=l.value)!=null&&S.isFocusInsideContent(q)||(O=u.value)!=null&&O.isFocusInsideContent(q)||(W=c.value)!=null&&W.contains(q.relatedTarget)||(t.visible&&gt(),t.focused=!1,n.emit("blur",q))},ut=q=>{z(q)},gt=()=>{t.visible=!1},Et=q=>{t.visible&&(q.preventDefault(),q.stopPropagation(),t.visible=!1)},Mt=q=>{q&&!t.mouseEnter||E.value||(t.menuVisibleOnFocus?t.menuVisibleOnFocus=!1:(!l.value||!l.value.isFocusInsideContent())&&(t.visible=!t.visible),le())},Ln=()=>{t.visible?N.value[t.hoverIndex]&&X(N.value[t.hoverIndex]):Mt()},mn=q=>Fe(q.value)?nn(q.value,e.valueKey):q.value,yt=P(()=>N.value.filter(q=>q.visible).every(q=>q.disabled)),Nt=P(()=>e.multiple?t.selected.slice(0,e.maxCollapseTags):[]),Bn=P(()=>e.multiple?t.selected.slice(e.maxCollapseTags):[]),Mr=q=>{if(!t.visible){t.visible=!0;return}if(!(t.options.size===0||t.filteredOptionsCount===0)&&!t.isOnComposition&&!yt.value){q==="next"?(t.hoverIndex++,t.hoverIndex===t.options.size&&(t.hoverIndex=0)):q==="prev"&&(t.hoverIndex--,t.hoverIndex<0&&(t.hoverIndex=t.options.size-1));const S=N.value[t.hoverIndex];(S.disabled===!0||S.states.groupDisabled===!0||!S.visible)&&Mr(q),Ke(()=>ae(d.value))}},Lo=()=>{t.mouseEnter=!0},Qr=()=>{t.mouseEnter=!1},Es=(q,S)=>{var O,W;$(q,S),(W=(O=u.value)==null?void 0:O.updatePopper)==null||W.call(O)},$o=P(()=>({maxWidth:`${b(t.inputWidth)-32-(R.value?22:0)}px`,width:"100%"}));return{optionList:C,optionsArray:N,hoverOption:d,selectSize:ie,handleResize:Oe,debouncedOnInputChange:je,debouncedQueryChange:pt,deletePrevTag:T,deleteTag:$,deleteSelected:z,handleOptionSelect:X,scrollToOption:ae,readonly:_,resetInputHeight:H,showClose:x,iconComponent:M,iconReverse:L,showNewOption:F,collapseTagSize:j,setSelected:K,managePlaceholder:I,selectDisabled:E,emptyText:B,toggleLastOptionHitState:ye,resetInputState:te,handleComposition:fe,onOptionCreate:se,onOptionDestroy:ne,handleMenuEnter:ve,handleFocus:U,focus:le,blur:Te,handleBlur:Re,handleClearClick:ut,handleClose:gt,handleKeydownEscape:Et,toggleMenu:Mt,selectOption:Ln,getValueKey:mn,navigateOptions:Mr,handleDeleteTooltipTag:Es,dropMenuVisible:V,queryChange:m,groupQueryChange:g,showTagList:Nt,collapseTagList:Bn,selectTagsStyle:$o,reference:o,input:i,iOSInput:a,tooltipRef:l,tagTooltipRef:u,tags:f,selectWrapper:c,scrollbar:p,handleMouseEnter:Lo,handleMouseLeave:Qr}};var b9=re({name:"ElOptions",emits:["update-options"],setup(e,{slots:t,emit:n}){let r=[];function s(o,i){if(o.length!==i.length)return!1;for(const[a]of o.entries())if(o[a]!=i[a])return!1;return!0}return()=>{var o,i;const a=(o=t.default)==null?void 0:o.call(t),l=[];function u(f){Array.isArray(f)&&f.forEach(c=>{var p,d,m,g;const C=(p=(c==null?void 0:c.type)||{})==null?void 0:p.name;C==="ElOptionGroup"?u(!He(c.children)&&!Array.isArray(c.children)&&Ce((d=c.children)==null?void 0:d.default)?(m=c.children)==null?void 0:m.default():c.children):C==="ElOption"?l.push((g=c.props)==null?void 0:g.label):Array.isArray(c.children)&&u(c.children)})}return a.length&&u((i=a[0])==null?void 0:i.children),s(l,r)||(r=l,n("update-options",l)),a}}});const G2="ElSelect",_9=re({name:G2,componentName:G2,components:{ElInput:$i,ElSelectMenu:g9,ElOption:ic,ElOptions:b9,ElTag:v7,ElScrollbar:eS,ElTooltip:ms,ElIcon:Qt},directives:{ClickOutside:B2},props:{name:String,id:String,modelValue:{type:[Array,String,Number,Boolean,Object],default:void 0},autocomplete:{type:String,default:"off"},automaticDropdown:Boolean,size:{type:String,validator:Y5},effect:{type:String,default:"light"},disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:{type:String,default:""},popperOptions:{type:Object,default:()=>({})},remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String},defaultFirstOption:Boolean,reserveKeyword:{type:Boolean,default:!0},valueKey:{type:String,default:"value"},collapseTags:Boolean,collapseTagsTooltip:Boolean,maxCollapseTags:{type:Number,default:1},teleported:rn.teleported,persistent:{type:Boolean,default:!0},clearIcon:{type:Cn,default:Tl},fitInputWidth:Boolean,suffixIcon:{type:Cn,default:Eh},tagType:{...q2.type,default:"info"},validateEvent:{type:Boolean,default:!0},remoteShowSuffix:Boolean,suffixTransition:{type:Boolean,default:!0},placement:{type:String,values:ki,default:"bottom-start"},ariaLabel:{type:String,default:void 0}},emits:[Jt,$l,"remove-tag","clear","visible-change","focus","blur"],setup(e,t){const n=et("select"),r=et("input"),{t:s}=En(),o=Ai(),i=m9(e),{optionList:a,optionsArray:l,hoverOption:u,selectSize:f,readonly:c,handleResize:p,collapseTagSize:d,debouncedOnInputChange:m,debouncedQueryChange:g,deletePrevTag:C,deleteTag:h,deleteSelected:k,handleOptionSelect:y,scrollToOption:_,setSelected:E,resetInputHeight:x,managePlaceholder:M,showClose:L,selectDisabled:R,iconComponent:D,iconReverse:B,showNewOption:N,emptyText:oe,toggleLastOptionHitState:F,resetInputState:ie,handleComposition:j,onOptionCreate:V,onOptionDestroy:H,handleMenuEnter:Y,handleFocus:I,focus:Z,blur:K,handleBlur:me,handleClearClick:Ae,handleClose:Oe,handleKeydownEscape:Pe,toggleMenu:Je,selectOption:je,getValueKey:pt,navigateOptions:he,handleDeleteTooltipTag:Me,dropMenuVisible:T,reference:$,input:z,iOSInput:X,tooltipRef:J,tagTooltipRef:ee,tags:ae,selectWrapper:se,scrollbar:ne,queryChange:te,groupQueryChange:ye,handleMouseEnter:fe,handleMouseLeave:ve,showTagList:U,collapseTagList:le,selectTagsStyle:Te}=v9(e,i,t),{inputWidth:Re,selected:ut,inputLength:gt,filteredOptionsCount:Et,visible:Mt,selectedLabel:Ln,hoverIndex:mn,query:yt,inputHovering:Nt,currentPlaceholder:Bn,menuVisibleOnFocus:Mr,isOnComposition:Lo,options:Qr,cachedOptions:Es,optionsCount:$o,prefixWidth:q}=zs(i),S=P(()=>{const Ye=[n.b()],an=b(f);return an&&Ye.push(n.m(an)),e.disabled&&Ye.push(n.m("disabled")),Ye}),O=P(()=>[n.e("tags"),n.is("disabled",b(R))]),W=P(()=>[n.b("tags-wrapper"),{"has-prefix":b(q)&&b(ut).length}]),ke=P(()=>[n.e("input"),n.is(b(f)),n.is("disabled",b(R))]),Ve=P(()=>[n.e("input"),n.is(b(f)),n.em("input","iOS")]),Xe=P(()=>[n.is("empty",!e.allowCreate&&!!b(yt)&&b(Et)===0)]),be=P(()=>({maxWidth:`${b(Re)>123&&b(ut).length>e.maxCollapseTags?b(Re)-123:b(Re)-75}px`})),de=P(()=>({marginLeft:`${b(q)}px`,flexGrow:1,width:`${b(gt)/(b(Re)-32)}%`,maxWidth:`${b(Re)-42}px`}));Vt(qi,bn({props:e,options:Qr,optionsArray:l,cachedOptions:Es,optionsCount:$o,filteredOptionsCount:Et,hoverIndex:mn,handleOptionSelect:y,onOptionCreate:V,onOptionDestroy:H,selectWrapper:se,selected:ut,setSelected:E,queryChange:te,groupQueryChange:ye})),it(()=>{i.cachedPlaceHolder=Bn.value=e.placeholder||(()=>s("el.select.placeholder")),e.multiple&&Array.isArray(e.modelValue)&&e.modelValue.length>0&&(Bn.value=""),di(se,p),e.remote&&e.multiple&&x(),Ke(()=>{const Ye=$.value&&$.value.$el;if(Ye&&(Re.value=Ye.getBoundingClientRect().width,t.slots.prefix)){const an=Ye.querySelector(`.${r.e("prefix")}`);q.value=Math.max(an.getBoundingClientRect().width+11,30)}}),E()}),e.multiple&&!Array.isArray(e.modelValue)&&t.emit(Jt,[]),!e.multiple&&Array.isArray(e.modelValue)&&t.emit(Jt,"");const Ie=P(()=>{var Ye,an;return(an=(Ye=J.value)==null?void 0:Ye.popperRef)==null?void 0:an.contentRef});return{isIOS:Mp,onOptionsRendered:Ye=>{a.value=Ye},prefixWidth:q,selectSize:f,readonly:c,handleResize:p,collapseTagSize:d,debouncedOnInputChange:m,debouncedQueryChange:g,deletePrevTag:C,deleteTag:h,handleDeleteTooltipTag:Me,deleteSelected:k,handleOptionSelect:y,scrollToOption:_,inputWidth:Re,selected:ut,inputLength:gt,filteredOptionsCount:Et,visible:Mt,selectedLabel:Ln,hoverIndex:mn,query:yt,inputHovering:Nt,currentPlaceholder:Bn,menuVisibleOnFocus:Mr,isOnComposition:Lo,options:Qr,resetInputHeight:x,managePlaceholder:M,showClose:L,selectDisabled:R,iconComponent:D,iconReverse:B,showNewOption:N,emptyText:oe,toggleLastOptionHitState:F,resetInputState:ie,handleComposition:j,handleMenuEnter:Y,handleFocus:I,focus:Z,blur:K,handleBlur:me,handleClearClick:Ae,handleClose:Oe,handleKeydownEscape:Pe,toggleMenu:Je,selectOption:je,getValueKey:pt,navigateOptions:he,dropMenuVisible:T,reference:$,input:z,iOSInput:X,tooltipRef:J,popperPaneRef:Ie,tags:ae,selectWrapper:se,scrollbar:ne,wrapperKls:S,tagsKls:O,tagWrapperKls:W,inputKls:ke,iOSInputKls:Ve,scrollbarKls:Xe,selectTagsStyle:Te,nsSelect:n,tagTextStyle:be,inputStyle:de,handleMouseEnter:fe,handleMouseLeave:ve,showTagList:U,collapseTagList:le,tagTooltipRef:ee,contentId:o,hoverOption:u}}}),y9=["disabled","autocomplete","aria-activedescendant","aria-controls","aria-expanded","aria-label"],w9=["disabled"],k9={style:{height:"100%",display:"flex","justify-content":"center","align-items":"center"}};function C9(e,t,n,r,s,o){const i=mr("el-tag"),a=mr("el-tooltip"),l=mr("el-icon"),u=mr("el-input"),f=mr("el-option"),c=mr("el-options"),p=mr("el-scrollbar"),d=mr("el-select-menu"),m=r0("click-outside");return Ht((w(),A("div",{ref:"selectWrapper",class:Q(e.wrapperKls),onMouseenter:t[22]||(t[22]=(...g)=>e.handleMouseEnter&&e.handleMouseEnter(...g)),onMouseleave:t[23]||(t[23]=(...g)=>e.handleMouseLeave&&e.handleMouseLeave(...g)),onClick:t[24]||(t[24]=tn((...g)=>e.toggleMenu&&e.toggleMenu(...g),["stop"]))},[xe(a,{ref:"tooltipRef",visible:e.dropMenuVisible,placement:e.placement,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"popper-options":e.popperOptions,"fallback-placements":["bottom-start","top-start","right","left"],effect:e.effect,pure:"",trigger:"click",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:e.persistent,onShow:e.handleMenuEnter},{default:pe(()=>{var g,C;return[v("div",{class:"select-trigger",onMouseenter:t[20]||(t[20]=h=>e.inputHovering=!0),onMouseleave:t[21]||(t[21]=h=>e.inputHovering=!1)},[e.multiple?(w(),A("div",{key:0,ref:"tags",tabindex:"-1",class:Q(e.tagsKls),style:st(e.selectTagsStyle),onClick:t[15]||(t[15]=(...h)=>e.focus&&e.focus(...h))},[e.collapseTags&&e.selected.length?(w(),ue(qr,{key:0,onAfterLeave:e.resetInputHeight},{default:pe(()=>[v("span",{class:Q(e.tagWrapperKls)},[(w(!0),A(tt,null,wn(e.showTagList,h=>(w(),ue(i,{key:e.getValueKey(h),closable:!e.selectDisabled&&!h.isDisabled,size:e.collapseTagSize,hit:h.hitState,type:e.tagType,"disable-transitions":"",onClose:k=>e.deleteTag(k,h)},{default:pe(()=>[v("span",{class:Q(e.nsSelect.e("tags-text")),style:st(e.tagTextStyle)},Qe(h.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"]))),128)),e.selected.length>e.maxCollapseTags?(w(),ue(i,{key:0,closable:!1,size:e.collapseTagSize,type:e.tagType,"disable-transitions":""},{default:pe(()=>[e.collapseTagsTooltip?(w(),ue(a,{key:0,ref:"tagTooltipRef",disabled:e.dropMenuVisible,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:pe(()=>[v("span",{class:Q(e.nsSelect.e("tags-text"))},"+ "+Qe(e.selected.length-e.maxCollapseTags),3)]),content:pe(()=>[v("div",{class:Q(e.nsSelect.e("collapse-tags"))},[(w(!0),A(tt,null,wn(e.collapseTagList,h=>(w(),A("div",{key:e.getValueKey(h),class:Q(e.nsSelect.e("collapse-tag"))},[xe(i,{class:"in-tooltip",closable:!e.selectDisabled&&!h.isDisabled,size:e.collapseTagSize,hit:h.hitState,type:e.tagType,"disable-transitions":"",style:{margin:"2px"},onClose:k=>e.handleDeleteTooltipTag(k,h)},{default:pe(()=>[v("span",{class:Q(e.nsSelect.e("tags-text")),style:st({maxWidth:e.inputWidth-75+"px"})},Qe(h.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"])],2))),128))],2)]),_:1},8,["disabled","effect","teleported"])):(w(),A("span",{key:1,class:Q(e.nsSelect.e("tags-text"))},"+ "+Qe(e.selected.length-e.maxCollapseTags),3))]),_:1},8,["size","type"])):_e("v-if",!0)],2)]),_:1},8,["onAfterLeave"])):_e("v-if",!0),e.collapseTags?_e("v-if",!0):(w(),ue(qr,{key:1,onAfterLeave:e.resetInputHeight},{default:pe(()=>[v("span",{class:Q(e.tagWrapperKls),style:st(e.prefixWidth&&e.selected.length?{marginLeft:`${e.prefixWidth}px`}:"")},[(w(!0),A(tt,null,wn(e.selected,h=>(w(),ue(i,{key:e.getValueKey(h),closable:!e.selectDisabled&&!h.isDisabled,size:e.collapseTagSize,hit:h.hitState,type:e.tagType,"disable-transitions":"",onClose:k=>e.deleteTag(k,h)},{default:pe(()=>[v("span",{class:Q(e.nsSelect.e("tags-text")),style:st({maxWidth:e.inputWidth-75+"px"})},Qe(h.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"]))),128))],6)]),_:1},8,["onAfterLeave"])),e.filterable&&!e.selectDisabled?Ht((w(),A("input",{key:2,ref:"input","onUpdate:modelValue":t[0]||(t[0]=h=>e.query=h),type:"text",class:Q(e.inputKls),disabled:e.selectDisabled,autocomplete:e.autocomplete,style:st(e.inputStyle),role:"combobox","aria-activedescendant":((g=e.hoverOption)==null?void 0:g.id)||"","aria-controls":e.contentId,"aria-expanded":e.dropMenuVisible,"aria-label":e.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onFocus:t[1]||(t[1]=(...h)=>e.handleFocus&&e.handleFocus(...h)),onBlur:t[2]||(t[2]=(...h)=>e.handleBlur&&e.handleBlur(...h)),onKeyup:t[3]||(t[3]=(...h)=>e.managePlaceholder&&e.managePlaceholder(...h)),onKeydown:[t[4]||(t[4]=(...h)=>e.resetInputState&&e.resetInputState(...h)),t[5]||(t[5]=Kt(tn(h=>e.navigateOptions("next"),["prevent"]),["down"])),t[6]||(t[6]=Kt(tn(h=>e.navigateOptions("prev"),["prevent"]),["up"])),t[7]||(t[7]=Kt((...h)=>e.handleKeydownEscape&&e.handleKeydownEscape(...h),["esc"])),t[8]||(t[8]=Kt(tn((...h)=>e.selectOption&&e.selectOption(...h),["stop","prevent"]),["enter"])),t[9]||(t[9]=Kt((...h)=>e.deletePrevTag&&e.deletePrevTag(...h),["delete"])),t[10]||(t[10]=Kt(h=>e.visible=!1,["tab"]))],onCompositionstart:t[11]||(t[11]=(...h)=>e.handleComposition&&e.handleComposition(...h)),onCompositionupdate:t[12]||(t[12]=(...h)=>e.handleComposition&&e.handleComposition(...h)),onCompositionend:t[13]||(t[13]=(...h)=>e.handleComposition&&e.handleComposition(...h)),onInput:t[14]||(t[14]=(...h)=>e.debouncedQueryChange&&e.debouncedQueryChange(...h))},null,46,y9)),[[cp,e.query]]):_e("v-if",!0)],6)):_e("v-if",!0),e.isIOS&&!e.multiple&&e.filterable&&e.readonly?(w(),A("input",{key:1,ref:"iOSInput",class:Q(e.iOSInputKls),disabled:e.selectDisabled,type:"text"},null,10,w9)):_e("v-if",!0),xe(u,{id:e.id,ref:"reference",modelValue:e.selectedLabel,"onUpdate:modelValue":t[16]||(t[16]=h=>e.selectedLabel=h),type:"text",placeholder:typeof e.currentPlaceholder=="function"?e.currentPlaceholder():e.currentPlaceholder,name:e.name,autocomplete:e.autocomplete,size:e.selectSize,disabled:e.selectDisabled,readonly:e.readonly,"validate-event":!1,class:Q([e.nsSelect.is("focus",e.visible)]),tabindex:e.multiple&&e.filterable?-1:void 0,role:"combobox","aria-activedescendant":((C=e.hoverOption)==null?void 0:C.id)||"","aria-controls":e.contentId,"aria-expanded":e.dropMenuVisible,label:e.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onFocus:e.handleFocus,onBlur:e.handleBlur,onInput:e.debouncedOnInputChange,onPaste:e.debouncedOnInputChange,onCompositionstart:e.handleComposition,onCompositionupdate:e.handleComposition,onCompositionend:e.handleComposition,onKeydown:[t[17]||(t[17]=Kt(tn(h=>e.navigateOptions("next"),["stop","prevent"]),["down"])),t[18]||(t[18]=Kt(tn(h=>e.navigateOptions("prev"),["stop","prevent"]),["up"])),Kt(tn(e.selectOption,["stop","prevent"]),["enter"]),Kt(e.handleKeydownEscape,["esc"]),t[19]||(t[19]=Kt(h=>e.visible=!1,["tab"]))]},ei({suffix:pe(()=>[e.iconComponent&&!e.showClose?(w(),ue(l,{key:0,class:Q([e.nsSelect.e("caret"),e.nsSelect.e("icon"),e.iconReverse])},{default:pe(()=>[(w(),ue(Ot(e.iconComponent)))]),_:1},8,["class"])):_e("v-if",!0),e.showClose&&e.clearIcon?(w(),ue(l,{key:1,class:Q([e.nsSelect.e("caret"),e.nsSelect.e("icon")]),onClick:e.handleClearClick},{default:pe(()=>[(w(),ue(Ot(e.clearIcon)))]),_:1},8,["class","onClick"])):_e("v-if",!0)]),_:2},[e.$slots.prefix?{name:"prefix",fn:pe(()=>[v("div",k9,[we(e.$slots,"prefix")])])}:void 0]),1032,["id","modelValue","placeholder","name","autocomplete","size","disabled","readonly","class","tabindex","aria-activedescendant","aria-controls","aria-expanded","label","onFocus","onBlur","onInput","onPaste","onCompositionstart","onCompositionupdate","onCompositionend","onKeydown"])],32)]}),content:pe(()=>[xe(d,null,ei({default:pe(()=>[Ht(xe(p,{id:e.contentId,ref:"scrollbar",tag:"ul","wrap-class":e.nsSelect.be("dropdown","wrap"),"view-class":e.nsSelect.be("dropdown","list"),class:Q(e.scrollbarKls),role:"listbox","aria-label":e.ariaLabel,"aria-orientation":"vertical"},{default:pe(()=>[e.showNewOption?(w(),ue(f,{key:0,value:e.query,created:!0},null,8,["value"])):_e("v-if",!0),xe(c,{onUpdateOptions:e.onOptionsRendered},{default:pe(()=>[we(e.$slots,"default")]),_:3},8,["onUpdateOptions"])]),_:3},8,["id","wrap-class","view-class","class","aria-label"]),[[Yn,e.options.size>0&&!e.loading]]),e.emptyText&&(!e.allowCreate||e.loading||e.allowCreate&&e.options.size===0)?(w(),A(tt,{key:0},[e.$slots.empty?we(e.$slots,"empty",{key:0}):(w(),A("p",{key:1,class:Q(e.nsSelect.be("dropdown","empty"))},Qe(e.emptyText),3))],64)):_e("v-if",!0)]),_:2},[e.$slots.header?{name:"header",fn:pe(()=>[we(e.$slots,"header")])}:void 0,e.$slots.footer?{name:"footer",fn:pe(()=>[we(e.$slots,"footer")])}:void 0]),1024)]),_:3},8,["visible","placement","teleported","popper-class","popper-options","effect","transition","persistent","onShow"])],34)),[[m,e.handleClose,e.popperPaneRef]])}var x9=Ze(_9,[["render",C9],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);const E9=re({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(e){const t=et("select"),n=G(!0),r=bt(),s=G([]);Vt(K2,bn({...zs(e)}));const o=ze(qi);it(()=>{s.value=i(r.subTree)});const i=l=>{const u=[];return Array.isArray(l.children)&&l.children.forEach(f=>{var c;f.type&&f.type.name==="ElOption"&&f.component&&f.component.proxy?u.push(f.component.proxy):(c=f.children)!=null&&c.length&&u.push(...i(f))}),u},{groupQueryChange:a}=qe(o);return Se(a,()=>{n.value=s.value.some(l=>l.visible===!0)},{flush:"post"}),{visible:n,ns:t}}});function S9(e,t,n,r,s,o){return Ht((w(),A("ul",{class:Q(e.ns.be("group","wrap"))},[v("li",{class:Q(e.ns.be("group","title"))},Qe(e.label),3),v("li",null,[v("ul",{class:Q(e.ns.b("group"))},[we(e.$slots,"default")],2)])],2)),[[Yn,e.visible]])}var W2=Ze(E9,[["render",S9],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);const ac=xn(x9,{Option:ic,OptionGroup:W2}),A9=Ll(ic);Ll(W2);const lc=()=>ze(U2,{}),T9=rt({pageSize:{type:Number,required:!0},pageSizes:{type:Ne(Array),default:()=>Il([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,teleported:Boolean,size:{type:String,values:is}}),M9=re({...re({name:"ElPaginationSizes"}),props:T9,emits:["page-size-change"],setup(e,{emit:t}){const n=e,{t:r}=En(),s=et("pagination"),o=lc(),i=G(n.pageSize);Se(()=>n.pageSizes,(u,f)=>{if(!Sl(u,f)&&Array.isArray(u)){const c=u.includes(n.pageSize)?n.pageSize:n.pageSizes[0];t("page-size-change",c)}}),Se(()=>n.pageSize,u=>{i.value=u});const a=P(()=>n.pageSizes);function l(u){var f;u!==i.value&&(i.value=u,(f=o.handleSizeChange)==null||f.call(o,Number(u)))}return(u,f)=>(w(),A("span",{class:Q(b(s).e("sizes"))},[xe(b(ac),{"model-value":i.value,disabled:u.disabled,"popper-class":u.popperClass,size:u.size,teleported:u.teleported,"validate-event":!1,onChange:l},{default:pe(()=>[(w(!0),A(tt,null,wn(b(a),c=>(w(),ue(b(A9),{key:c,value:c,label:c+b(r)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","size","teleported"])],2))}});var L9=Ze(M9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);const $9=rt({size:{type:String,values:is}}),I9=["disabled"],R9=re({...re({name:"ElPaginationJumper"}),props:$9,setup(e){const{t}=En(),n=et("pagination"),{pageCount:r,disabled:s,currentPage:o,changeEvent:i}=lc(),a=G(),l=P(()=>{var c;return(c=a.value)!=null?c:o==null?void 0:o.value});function u(c){a.value=c?+c:""}function f(c){c=Math.trunc(+c),i==null||i(c),a.value=void 0}return(c,p)=>(w(),A("span",{class:Q(b(n).e("jump")),disabled:b(s)},[v("span",{class:Q([b(n).e("goto")])},Qe(b(t)("el.pagination.goto")),3),xe(b($i),{size:c.size,class:Q([b(n).e("editor"),b(n).is("in-pagination")]),min:1,max:b(r),disabled:b(s),"model-value":b(l),"validate-event":!1,label:b(t)("el.pagination.page"),type:"number","onUpdate:modelValue":u,onChange:f},null,8,["size","class","max","disabled","model-value","label"]),v("span",{class:Q([b(n).e("classifier")])},Qe(b(t)("el.pagination.pageClassifier")),3)],10,I9))}});var O9=Ze(R9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);const P9=rt({total:{type:Number,default:1e3}}),D9=["disabled"],N9=re({...re({name:"ElPaginationTotal"}),props:P9,setup(e){const{t}=En(),n=et("pagination"),{disabled:r}=lc();return(s,o)=>(w(),A("span",{class:Q(b(n).e("total")),disabled:b(r)},Qe(b(t)("el.pagination.total",{total:s.total})),11,D9))}});var B9=Ze(N9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);const q9=rt({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),F9=["onKeyup"],z9=["aria-current","aria-label","tabindex"],H9=["tabindex","aria-label"],j9=["aria-current","aria-label","tabindex"],V9=["tabindex","aria-label"],U9=["aria-current","aria-label","tabindex"],K9=re({...re({name:"ElPaginationPager"}),props:q9,emits:["change"],setup(e,{emit:t}){const n=e,r=et("pager"),s=et("icon"),{t:o}=En(),i=G(!1),a=G(!1),l=G(!1),u=G(!1),f=G(!1),c=G(!1),p=P(()=>{const _=n.pagerCount,E=(_-1)/2,x=Number(n.currentPage),M=Number(n.pageCount);let L=!1,R=!1;M>_&&(x>_-E&&(L=!0),x<M-E&&(R=!0));const D=[];if(L&&!R){const B=M-(_-2);for(let N=B;N<M;N++)D.push(N)}else if(!L&&R)for(let B=2;B<_;B++)D.push(B);else if(L&&R){const B=Math.floor(_/2)-1;for(let N=x-B;N<=x+B;N++)D.push(N)}else for(let B=2;B<M;B++)D.push(B);return D}),d=P(()=>["more","btn-quickprev",s.b(),r.is("disabled",n.disabled)]),m=P(()=>["more","btn-quicknext",s.b(),r.is("disabled",n.disabled)]),g=P(()=>n.disabled?-1:0);Wa(()=>{const _=(n.pagerCount-1)/2;i.value=!1,a.value=!1,n.pageCount>n.pagerCount&&(n.currentPage>n.pagerCount-_&&(i.value=!0),n.currentPage<n.pageCount-_&&(a.value=!0))});function C(_=!1){n.disabled||(_?l.value=!0:u.value=!0)}function h(_=!1){_?f.value=!0:c.value=!0}function k(_){const E=_.target;if(E.tagName.toLowerCase()==="li"&&Array.from(E.classList).includes("number")){const x=Number(E.textContent);x!==n.currentPage&&t("change",x)}else E.tagName.toLowerCase()==="li"&&Array.from(E.classList).includes("more")&&y(_)}function y(_){const E=_.target;if(E.tagName.toLowerCase()==="ul"||n.disabled)return;let x=Number(E.textContent);const M=n.pageCount,L=n.currentPage,R=n.pagerCount-2;E.className.includes("more")&&(E.className.includes("quickprev")?x=L-R:E.className.includes("quicknext")&&(x=L+R)),Number.isNaN(+x)||(x<1&&(x=1),x>M&&(x=M)),x!==L&&t("change",x)}return(_,E)=>(w(),A("ul",{class:Q(b(r).b()),onClick:y,onKeyup:Kt(k,["enter"])},[_.pageCount>0?(w(),A("li",{key:0,class:Q([[b(r).is("active",_.currentPage===1),b(r).is("disabled",_.disabled)],"number"]),"aria-current":_.currentPage===1,"aria-label":b(o)("el.pagination.currentPage",{pager:1}),tabindex:b(g)}," 1 ",10,z9)):_e("v-if",!0),i.value?(w(),A("li",{key:1,class:Q(b(d)),tabindex:b(g),"aria-label":b(o)("el.pagination.prevPages",{pager:_.pagerCount-2}),onMouseenter:E[0]||(E[0]=x=>C(!0)),onMouseleave:E[1]||(E[1]=x=>l.value=!1),onFocus:E[2]||(E[2]=x=>h(!0)),onBlur:E[3]||(E[3]=x=>f.value=!1)},[(l.value||f.value)&&!_.disabled?(w(),ue(b(q5),{key:0})):(w(),ue(b(Ah),{key:1}))],42,H9)):_e("v-if",!0),(w(!0),A(tt,null,wn(b(p),x=>(w(),A("li",{key:x,class:Q([[b(r).is("active",_.currentPage===x),b(r).is("disabled",_.disabled)],"number"]),"aria-current":_.currentPage===x,"aria-label":b(o)("el.pagination.currentPage",{pager:x}),tabindex:b(g)},Qe(x),11,j9))),128)),a.value?(w(),A("li",{key:2,class:Q(b(m)),tabindex:b(g),"aria-label":b(o)("el.pagination.nextPages",{pager:_.pagerCount-2}),onMouseenter:E[4]||(E[4]=x=>C()),onMouseleave:E[5]||(E[5]=x=>u.value=!1),onFocus:E[6]||(E[6]=x=>h()),onBlur:E[7]||(E[7]=x=>c.value=!1)},[(u.value||c.value)&&!_.disabled?(w(),ue(b(z5),{key:0})):(w(),ue(b(Ah),{key:1}))],42,V9)):_e("v-if",!0),_.pageCount>1?(w(),A("li",{key:3,class:Q([[b(r).is("active",_.currentPage===_.pageCount),b(r).is("disabled",_.disabled)],"number"]),"aria-current":_.currentPage===_.pageCount,"aria-label":b(o)("el.pagination.currentPage",{pager:_.pageCount}),tabindex:b(g)},Qe(_.pageCount),11,U9)):_e("v-if",!0)],42,F9))}});var G9=Ze(K9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);const Wt=e=>typeof e!="number",Z2=rt({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:e=>_t(e)&&Math.trunc(e)===e&&e>4&&e<22&&e%2===1,default:7},currentPage:Number,defaultCurrentPage:Number,layout:{type:String,default:["prev","pager","next","jumper","->","total"].join(", ")},pageSizes:{type:Ne(Array),default:()=>Il([10,20,30,40,50,100])},popperClass:{type:String,default:""},prevText:{type:String,default:""},prevIcon:{type:Cn,default:()=>$5},nextText:{type:String,default:""},nextIcon:{type:Cn,default:()=>R5},teleported:{type:Boolean,default:!0},small:Boolean,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean}),W9={"update:current-page":e=>_t(e),"update:page-size":e=>_t(e),"size-change":e=>_t(e),"current-change":e=>_t(e),"prev-click":e=>_t(e),"next-click":e=>_t(e)},J2="ElPagination";var Z9=re({name:J2,props:Z2,emits:W9,setup(e,{emit:t,slots:n}){const{t:r}=En(),s=et("pagination"),o=bt().vnode.props||{},i="onUpdate:currentPage"in o||"onUpdate:current-page"in o||"onCurrentChange"in o,a="onUpdate:pageSize"in o||"onUpdate:page-size"in o||"onSizeChange"in o,l=P(()=>{if(Wt(e.total)&&Wt(e.pageCount)||!Wt(e.currentPage)&&!i)return!1;if(e.layout.includes("sizes")){if(Wt(e.pageCount)){if(!Wt(e.total)&&!Wt(e.pageSize)&&!a)return!1}else if(!a)return!1}return!0}),u=G(Wt(e.defaultPageSize)?10:e.defaultPageSize),f=G(Wt(e.defaultCurrentPage)?1:e.defaultCurrentPage),c=P({get(){return Wt(e.pageSize)?u.value:e.pageSize},set(y){Wt(e.pageSize)&&(u.value=y),a&&(t("update:page-size",y),t("size-change",y))}}),p=P(()=>{let y=0;return Wt(e.pageCount)?Wt(e.total)||(y=Math.max(1,Math.ceil(e.total/c.value))):y=e.pageCount,y}),d=P({get(){return Wt(e.currentPage)?f.value:e.currentPage},set(y){let _=y;y<1?_=1:y>p.value&&(_=p.value),Wt(e.currentPage)&&(f.value=_),i&&(t("update:current-page",_),t("current-change",_))}});Se(p,y=>{d.value>y&&(d.value=y)});function m(y){d.value=y}function g(y){c.value=y;const _=p.value;d.value>_&&(d.value=_)}function C(){e.disabled||(d.value-=1,t("prev-click",d.value))}function h(){e.disabled||(d.value+=1,t("next-click",d.value))}function k(y,_){y&&(y.props||(y.props={}),y.props.class=[y.props.class,_].join(" "))}return Vt(U2,{pageCount:p,disabled:P(()=>e.disabled),currentPage:d,changeEvent:m,handleSizeChange:g}),()=>{var y,_;if(!l.value)return r("el.pagination.deprecationWarning"),null;if(!e.layout||e.hideOnSinglePage&&p.value<=1)return null;const E=[],x=[],M=kn("div",{class:s.e("rightwrapper")},x),L={prev:kn(r9,{disabled:e.disabled,currentPage:d.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:C}),jumper:kn(O9,{size:e.small?"small":"default"}),pager:kn(G9,{currentPage:d.value,pageCount:p.value,pagerCount:e.pagerCount,onChange:m,disabled:e.disabled}),next:kn(l9,{disabled:e.disabled,currentPage:d.value,pageCount:p.value,nextText:e.nextText,nextIcon:e.nextIcon,onClick:h}),sizes:kn(L9,{pageSize:c.value,pageSizes:e.pageSizes,popperClass:e.popperClass,disabled:e.disabled,teleported:e.teleported,size:e.small?"small":"default"}),slot:(_=(y=n==null?void 0:n.default)==null?void 0:y.call(n))!=null?_:null,total:kn(B9,{total:Wt(e.total)?0:e.total})},R=e.layout.split(",").map(B=>B.trim());let D=!1;return R.forEach(B=>{if(B==="->"){D=!0;return}D?x.push(L[B]):E.push(L[B])}),k(E[0],s.is("first")),k(E[E.length-1],s.is("last")),D&&x.length>0&&(k(x[0],s.is("first")),k(x[x.length-1],s.is("last")),E.push(M)),kn("div",{class:[s.b(),s.is("background",e.background),{[s.m("small")]:e.small}]},E)}}});const J9=xn(Z9),X2=rt({trigger:gs.trigger,placement:sc.placement,disabled:gs.disabled,visible:rn.visible,transition:rn.transition,popperOptions:sc.popperOptions,tabindex:sc.tabindex,content:rn.content,popperStyle:rn.popperStyle,popperClass:rn.popperClass,enterable:{...rn.enterable,default:!0},effect:{...rn.effect,default:"light"},teleported:rn.teleported,title:String,width:{type:[String,Number],default:150},offset:{type:Number,default:void 0},showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0},showArrow:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},"onUpdate:visible":{type:Function}}),X9={"update:visible":e=>Al(e),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},Y9="onUpdate:visible",Q9=re({...re({name:"ElPopover"}),props:X2,emits:X9,setup(e,{expose:t,emit:n}){const r=e,s=P(()=>r[Y9]),o=et("popover"),i=G(),a=P(()=>{var C;return(C=b(i))==null?void 0:C.popperRef}),l=P(()=>[{width:_o(r.width)},r.popperStyle]),u=P(()=>[o.b(),r.popperClass,{[o.m("plain")]:!!r.content}]),f=P(()=>r.transition===`${o.namespace.value}-fade-in-linear`),c=()=>{var C;(C=i.value)==null||C.hide()},p=()=>{n("before-enter")},d=()=>{n("before-leave")},m=()=>{n("after-enter")},g=()=>{n("update:visible",!1),n("after-leave")};return t({popperRef:a,hide:c}),(C,h)=>(w(),ue(b(ms),ht({ref_key:"tooltipRef",ref:i},C.$attrs,{trigger:C.trigger,placement:C.placement,disabled:C.disabled,visible:C.visible,transition:C.transition,"popper-options":C.popperOptions,tabindex:C.tabindex,content:C.content,offset:C.offset,"show-after":C.showAfter,"hide-after":C.hideAfter,"auto-close":C.autoClose,"show-arrow":C.showArrow,"aria-label":C.title,effect:C.effect,enterable:C.enterable,"popper-class":b(u),"popper-style":b(l),teleported:C.teleported,persistent:C.persistent,"gpu-acceleration":b(f),"onUpdate:visible":b(s),onBeforeShow:p,onBeforeHide:d,onShow:m,onHide:g}),{content:pe(()=>[C.title?(w(),A("div",{key:0,class:Q(b(o).e("title")),role:"title"},Qe(C.title),3)):_e("v-if",!0),we(C.$slots,"default",{},()=>[Br(Qe(C.content),1)])]),default:pe(()=>[C.$slots.reference?we(C.$slots,"reference",{key:0}):_e("v-if",!0)]),_:3},16,["trigger","placement","disabled","visible","transition","popper-options","tabindex","content","offset","show-after","hide-after","auto-close","show-arrow","aria-label","effect","enterable","popper-class","popper-style","teleported","persistent","gpu-acceleration","onUpdate:visible"]))}});var eA=Ze(Q9,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popover/src/popover.vue"]]);const Y2=(e,t)=>{const n=t.arg||t.value,r=n==null?void 0:n.popperRef;r&&(r.triggerRef=e)};var tA={mounted(e,t){Y2(e,t)},updated(e,t){Y2(e,t)}};const nA=Z5(tA,"popover"),rA=xn(eA,{directive:nA}),oA="TOOLTIP_APPEND_TO";function sA(){return ze(oA,P(()=>{}))}const Q2="data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e",iA="data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e",aA="data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e",lA="data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e",e1="data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",cA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e",uA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e",fA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e",dA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e",pA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e",hA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e",gA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e",mA="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e",t1="data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e",vA="data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e",bA="data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e",n1="data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e",r1="data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e",o1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e",s1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e",i1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e",a1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e",l1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e",c1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e",u1="data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e",f1="data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e",d1="data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e",p1="data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e",h1="data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e",_A={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function yA(e,t){return w(),A("svg",_A,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 12H9m12 6H7M21 6H3"},null,-1)]))}const g1={name:"lucide-align-right",render:yA},wA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function kA(e,t){return w(),A("svg",wA,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}),v("path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4"})],-1)]))}const m1={name:"lucide-archive",render:kA},CA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function xA(e,t){return w(),A("svg",CA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 5v14m7-7l-7 7l-7-7"},null,-1)]))}const v1={name:"lucide-arrow-down",render:xA},EA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function SA(e,t){return w(),A("svg",EA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m12 19l-7-7l7-7m7 7H5"},null,-1)]))}const cc={name:"lucide-arrow-left",render:SA},AA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TA(e,t){return w(),A("svg",AA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M8 3L4 7l4 4M4 7h16m-4 14l4-4l-4-4m4 4H4"},null,-1)]))}const b1={name:"lucide-arrow-left-right",render:TA},MA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LA(e,t){return w(),A("svg",MA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 12h14m-7-7l7 7l-7 7"},null,-1)]))}const _1={name:"lucide-arrow-right",render:LA},$A={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function IA(e,t){return w(),A("svg",$A,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M3 5v14m18-7H7m8 6l6-6l-6-6"},null,-1)]))}const RA={name:"lucide-arrow-right-from-line",render:IA},OA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PA(e,t){return w(),A("svg",OA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M17 12H3m8 6l6-6l-6-6m10-1v14"},null,-1)]))}const DA={name:"lucide-arrow-right-to-line",render:PA},NA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function BA(e,t){return w(),A("svg",NA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m5 12l7-7l7 7m-7 7V5"},null,-1)]))}const y1={name:"lucide-arrow-up",render:BA},qA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function FA(e,t){return w(),A("svg",qA,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"4"}),v("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"})],-1)]))}const w1={name:"lucide-at-sign",render:FA},zA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function HA(e,t){return w(),A("svg",zA,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"m4.9 4.9l14.2 14.2"})],-1)]))}const k1={name:"lucide-ban",render:HA},jA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function VA(e,t){return w(),A("svg",jA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"},null,-1)]))}const C1={name:"lucide-bell",render:VA},UA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function KA(e,t){return w(),A("svg",UA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"},null,-1)]))}const x1={name:"lucide-book",render:KA},GA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WA(e,t){return w(),A("svg",GA,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 7v14m-9-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3z"},null,-1)]))}const ZA={name:"lucide-book-open",render:WA},JA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function XA(e,t){return w(),A("svg",JA,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 8V4H8"}),v("rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}),v("path",{d:"M2 14h2m16 0h2m-7-1v2m-6-2v2"})],-1)]))}const E1={name:"lucide-bot",render:XA},YA={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function QA(e,t){return w(),A("svg",YA,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z"}),v("path",{d:"m3.3 7l8.7 5l8.7-5M12 22V12"})],-1)]))}const S1={name:"lucide-box",render:QA},eT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function tT(e,t){return w(),A("svg",eT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2a2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"},null,-1)]))}const A1={name:"lucide-braces",render:tT},nT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function rT(e,t){return w(),A("svg",nT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 5a3 3 0 1 0-5.997.125a4 4 0 0 0-2.526 5.77a4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"}),v("path",{d:"M12 5a3 3 0 1 1 5.997.125a4 4 0 0 1 2.526 5.77a4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"}),v("path",{d:"M15 13a4.5 4.5 0 0 1-3-4a4.5 4.5 0 0 1-3 4m8.599-6.5a3 3 0 0 0 .399-1.375m-11.995 0A3 3 0 0 0 6.401 6.5m-2.924 4.396a4 4 0 0 1 .585-.396m15.876 0a4 4 0 0 1 .585.396M6 18a4 4 0 0 1-1.967-.516m15.934 0A4 4 0 0 1 18 18"})],-1)]))}const T1={name:"lucide-brain",render:rT},oT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function sT(e,t){return w(),A("svg",oT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m8 2l1.88 1.88m4.24 0L16 2M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"}),v("path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6m0 0v-9"}),v("path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5m3 8H2m1 8c0-2.1 1.7-3.9 3.8-4M20.97 5c0 2.1-1.6 3.8-3.5 4M22 13h-4m-.8 4c2.1.1 3.8 1.9 3.8 4"})],-1)]))}const M1={name:"lucide-bug",render:sT},iT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function aT(e,t){return w(),A("svg",iT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}),v("path",{d:"M8 6h8m0 8v4m0-8h.01M12 10h.01M8 10h.01M12 14h.01M8 14h.01M12 18h.01M8 18h.01"})],-1)]))}const L1={name:"lucide-calculator",render:aT},lT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function cT(e,t){return w(),A("svg",lT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M8 2v4m8-4v4"}),v("rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}),v("path",{d:"M3 10h18"})],-1)]))}const $1={name:"lucide-calendar",render:cT},uT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function fT(e,t){return w(),A("svg",uT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m3 15l4-8l4 8m-7-2h6m5-2h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"},null,-1)]))}const I1={name:"lucide-case-upper",render:fT},dT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function pT(e,t){return w(),A("svg",dT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5"},null,-1)]))}const R1={name:"lucide-chart-column-decreasing",render:pT},hT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function gT(e,t){return w(),A("svg",hT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M20 6L9 17l-5-5"},null,-1)]))}const O1={name:"lucide-check",render:gT},mT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function vT(e,t){return w(),A("svg",mT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16"},null,-1)]))}const P1={name:"lucide-check-check",render:vT},bT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _T(e,t){return w(),A("svg",bT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m6 9l6 6l6-6"},null,-1)]))}const Fi={name:"lucide-chevron-down",render:_T},yT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function wT(e,t){return w(),A("svg",yT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m15 18l-6-6l6-6"},null,-1)]))}const zi={name:"lucide-chevron-left",render:wT},kT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function CT(e,t){return w(),A("svg",kT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m9 18l6-6l-6-6"},null,-1)]))}const Hi={name:"lucide-chevron-right",render:CT},xT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ET(e,t){return w(),A("svg",xT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m18 15l-6-6l-6 6"},null,-1)]))}const ji={name:"lucide-chevron-up",render:ET},ST={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function AT(e,t){return w(),A("svg",ST,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m7 20l5-5l5 5M7 4l5 5l5-5"},null,-1)]))}const TT={name:"lucide-chevrons-down-up",render:AT},MT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LT(e,t){return w(),A("svg",MT,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m11 17l-5-5l5-5m7 10l-5-5l5-5"},null,-1)]))}const D1={name:"lucide-chevrons-left",render:LT},$T={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function IT(e,t){return w(),A("svg",$T,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m7 15l5 5l5-5M7 9l5-5l5 5"},null,-1)]))}const N1={name:"lucide-chevrons-up-down",render:IT},RT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function OT(e,t){return w(),A("svg",RT,t[0]||(t[0]=[v("circle",{cx:"12",cy:"12",r:"10",fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},null,-1)]))}const B1={name:"lucide-circle",render:OT},PT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function DT(e,t){return w(),A("svg",PT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M12 8v4m0 4h.01"})],-1)]))}const q1={name:"lucide-circle-alert",render:DT},NT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function BT(e,t){return w(),A("svg",NT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"m9 12l2 2l4-4"})],-1)]))}const F1={name:"lucide-circle-check",render:BT},qT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function FT(e,t){return w(),A("svg",qT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("circle",{cx:"12",cy:"12",r:"1"})],-1)]))}const z1={name:"lucide-circle-dot",render:FT},zT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function HT(e,t){return w(),A("svg",zT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01"})],-1)]))}const uc={name:"lucide-circle-help",render:HT},jT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function VT(e,t){return w(),A("svg",jT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M8 12h8"})],-1)]))}const H1={name:"lucide-circle-minus",render:VT},UT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function KT(e,t){return w(),A("svg",UT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M10 15V9m4 6V9"})],-1)]))}const j1={name:"lucide-circle-pause",render:KT},GT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WT(e,t){return w(),A("svg",GT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"m10 8l6 4l-6 4z"})],-1)]))}const V1={name:"lucide-circle-play",render:WT},ZT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function JT(e,t){return w(),A("svg",ZT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M8 12h8m-4-4v8"})],-1)]))}const U1={name:"lucide-circle-plus",render:JT},XT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function YT(e,t){return w(),A("svg",XT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M18 20a6 6 0 0 0-12 0"}),v("circle",{cx:"12",cy:"10",r:"4"}),v("circle",{cx:"12",cy:"12",r:"10"})],-1)]))}const K1={name:"lucide-circle-user-round",render:YT},QT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function eM(e,t){return w(),A("svg",QT,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"m15 9l-6 6m0-6l6 6"})],-1)]))}const G1={name:"lucide-circle-x",render:eM},tM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function nM(e,t){return w(),A("svg",tM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}),v("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m4 7h4m-4 5h4m-8-5h.01M8 16h.01"})],-1)]))}const W1={name:"lucide-clipboard-list",render:nM},rM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function oM(e,t){return w(),A("svg",rM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 6v6l4 2"}),v("circle",{cx:"12",cy:"12",r:"10"})],-1)]))}const Z1={name:"lucide-clock",render:oM},sM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function iM(e,t){return w(),A("svg",sM,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9"},null,-1)]))}const J1={name:"lucide-cloud",render:iM},aM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lM(e,t){return w(),A("svg",aM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 13v8l-4-4m4 4l4-4"}),v("path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284"})],-1)]))}const X1={name:"lucide-cloud-download",render:lM},cM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function uM(e,t){return w(),A("svg",cM,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m16 18l6-6l-6-6M8 6l-6 6l6 6"},null,-1)]))}const Y1={name:"lucide-code",render:uM},fM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function dM(e,t){return w(),A("svg",fM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16"}),v("path",{d:"M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-12v2m0 18v-2m5 .66l-1-1.73m-5-8.66L7 3.34M20.66 17l-1.73-1M3.34 7l1.73 1M14 12h8M2 12h2m16.66-5l-1.73 1M3.34 17l1.73-1M17 3.34l-1 1.73m-5 8.66l-4 6.93"})],-1)]))}const fc={name:"lucide-cog",render:dM},pM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function hM(e,t){return w(),A("svg",pM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M12 18a6 6 0 0 0 0-12z"})],-1)]))}const Q1={name:"lucide-contrast",render:hM},gM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function mM(e,t){return w(),A("svg",gM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}),v("path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"})],-1)]))}const eg={name:"lucide-copy",render:mM},vM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bM(e,t){return w(),A("svg",vM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M22 12h-4M6 12H2m10-6V2m0 20v-4"})],-1)]))}const _M={name:"lucide-crosshair",render:bM},yM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function wM(e,t){return w(),A("svg",yM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),v("path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}),v("path",{d:"M3 12a9 3 0 0 0 18 0"})],-1)]))}const tg={name:"lucide-database",render:wM},kM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function CM(e,t){return w(),A("svg",kM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05"}),v("circle",{cx:"12",cy:"12",r:"10"})],-1)]))}const ng={name:"lucide-earth",render:CM},xM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function EM(e,t){return w(),A("svg",xM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"1"}),v("circle",{cx:"19",cy:"12",r:"1"}),v("circle",{cx:"5",cy:"12",r:"1"})],-1)]))}const rg={name:"lucide-ellipsis",render:EM},SM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function AM(e,t){return w(),A("svg",SM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"1"}),v("circle",{cx:"12",cy:"5",r:"1"}),v("circle",{cx:"12",cy:"19",r:"1"})],-1)]))}const og={name:"lucide-ellipsis-vertical",render:AM},TM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function MM(e,t){return w(),A("svg",TM,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 9h14M5 15h14"},null,-1)]))}const sg={name:"lucide-equal",render:MM},LM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function $M(e,t){return w(),A("svg",LM,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"},null,-1)]))}const ig={name:"lucide-external-link",render:$M},IM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function RM(e,t){return w(),A("svg",IM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0"}),v("circle",{cx:"12",cy:"12",r:"3"})],-1)]))}const ag={name:"lucide-eye",render:RM},OM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PM(e,t){return w(),A("svg",OM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242"}),v("path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20"})],-1)]))}const lg={name:"lucide-eye-off",render:PM},DM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function NM(e,t){return w(),A("svg",DM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),v("path",{d:"M14 2v4a2 2 0 0 0 2 2h4"})],-1)]))}const cg={name:"lucide-file",render:NM},BM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function qM(e,t){return w(),A("svg",BM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M10 12v-1m0 7v-2m0-9V6m4-4v4a2 2 0 0 0 2 2h4"}),v("path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01"}),v("circle",{cx:"10",cy:"20",r:"2"})],-1)]))}const ug={name:"lucide-file-archive",render:qM},FM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function zM(e,t){return w(),A("svg",FM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M10 12.5L8 15l2 2.5m4-5l2 2.5l-2 2.5M14 2v4a2 2 0 0 0 2 2h4"}),v("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"})],-1)]))}const fg={name:"lucide-file-code",render:zM},HM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function jM(e,t){return w(),A("svg",HM,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Zm-6 8h6m-3 3V7M9 17h6"},null,-1)]))}const VM={name:"lucide-file-diff",render:jM},UM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function KM(e,t){return w(),A("svg",UM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),v("path",{d:"M14 2v4a2 2 0 0 0 2 2h4m-8 10v-6m-3 3l3 3l3-3"})],-1)]))}const dg={name:"lucide-file-down",render:KM},GM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WM(e,t){return w(),A("svg",GM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}),v("path",{d:"M14 2v4a2 2 0 0 0 2 2h4M2 15h10m-3 3l3-3l-3-3"})],-1)]))}const pg={name:"lucide-file-input",render:WM},ZM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function JM(e,t){return w(),A("svg",ZM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M14 2v4a2 2 0 0 0 2 2h4M4 7V4a2 2 0 0 1 2-2a2 2 0 0 0-2 2"}),v("path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6m-1 9l-3 3"}),v("path",{d:"m5 17l-3-3h10"})],-1)]))}const hg={name:"lucide-file-output",render:JM},XM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function YM(e,t){return w(),A("svg",XM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),v("path",{d:"M14 2v4a2 2 0 0 0 2 2h4M10 9H8m8 4H8m8 4H8"})],-1)]))}const dc={name:"lucide-file-text",render:YM},QM={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function eL(e,t){return w(),A("svg",QM,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M20 7h-3a2 2 0 0 1-2-2V2"}),v("path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z"}),v("path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8"})],-1)]))}const gg={name:"lucide-files",render:eL},tL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function nL(e,t){return w(),A("svg",tL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4M14 13.12c0 2.38 0 6.38-1 8.88m4.29-.98c.12-.6.43-2.3.5-3.02M2 12a10 10 0 0 1 18-6M2 16h.01m19.79 0c.2-2 .131-5.354 0-6"}),v("path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2m2.31 12c.21-.66.45-1.32.57-2M9 6.8a6 6 0 0 1 9 5.2v2"})],-1)]))}const mg={name:"lucide-fingerprint",render:nL},rL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function oL(e,t){return w(),A("svg",rL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2M6.453 15h11.094M8.5 2h7"},null,-1)]))}const vg={name:"lucide-flask-conical",render:oL},sL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function iL(e,t){return w(),A("svg",sL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"},null,-1)]))}const bg={name:"lucide-folder",render:iL},aL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lL(e,t){return w(),A("svg",aL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"},null,-1)]))}const _g={name:"lucide-folder-open",render:lL},cL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function uL(e,t){return w(),A("svg",cL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 10v6m-3-3h6m5 7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"},null,-1)]))}const yg={name:"lucide-folder-plus",render:uL},fL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function dL(e,t){return w(),A("svg",fL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"},null,-1)]))}const wg={name:"lucide-funnel",render:dL},pL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function hL(e,t){return w(),A("svg",pL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M6 3h12l4 6l-10 13L2 9Z"}),v("path",{d:"M11 3L8 9l4 13l4-13l-3-6M2 9h20"})],-1)]))}const kg={name:"lucide-gem",render:hL},gL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function mL(e,t){return w(),A("svg",gL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"18",height:"4",x:"3",y:"8",rx:"1"}),v("path",{d:"M12 8v13m7-9v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7m2.5-4a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5a2.5 2.5 0 0 1 0 5"})],-1)]))}const Cg={name:"lucide-gift",render:mL},vL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bL(e,t){return w(),A("svg",vL,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6 3v12"></path><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path></g>',1)]))}const xg={name:"lucide-git-branch",render:bL},_L={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function yL(e,t){return w(),A("svg",_L,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20"})],-1)]))}const Eg={name:"lucide-globe",render:yL},wL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function kL(e,t){return w(),A("svg",wL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6"}),v("path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5"})],-1)]))}const Sg={name:"lucide-graduation-cap",render:kL},CL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function xL(e,t){return w(),A("svg",CL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 3v18m-9-9h18"}),v("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"})],-1)]))}const Ag={name:"lucide-grid-2x2",render:xL},EL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function SL(e,t){return w(),A("svg",EL,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="9" cy="12" r="1"></circle><circle cx="9" cy="5" r="1"></circle><circle cx="9" cy="19" r="1"></circle><circle cx="15" cy="12" r="1"></circle><circle cx="15" cy="5" r="1"></circle><circle cx="15" cy="19" r="1"></circle></g>',1)]))}const Tg={name:"lucide-grip-vertical",render:SL},AL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TL(e,t){return w(),A("svg",AL,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17"></path><path d="m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6"></path><circle cx="16" cy="9" r="2.9"></circle><circle cx="6" cy="5" r="3"></circle></g>',1)]))}const Mg={name:"lucide-hand-coins",render:TL},ML={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LL(e,t){return w(),A("svg",ML,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m11 17l2 2a1 1 0 1 0 3-3"}),v("path",{d:"m14 14l2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4"}),v("path",{d:"m21 3l1 11h-2M3 3L2 14l6.5 6.5a1 1 0 1 0 3-3M3 4h8"})],-1)]))}const Lg={name:"lucide-handshake",render:LL},$L={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function IL(e,t){return w(),A("svg",$L,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M22 12H2m3.45-6.89L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11M6 16h.01M10 16h.01"},null,-1)]))}const $g={name:"lucide-hard-drive",render:IL},RL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function OL(e,t){return w(),A("svg",RL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 2v8m4-4l-4 4l-4-4"}),v("rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}),v("path",{d:"M6 18h.01M10 18h.01"})],-1)]))}const Ig={name:"lucide-hard-drive-download",render:OL},PL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function DL(e,t){return w(),A("svg",PL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 9h16M4 15h16M10 3L8 21m8-18l-2 18"},null,-1)]))}const Rg={name:"lucide-hash",render:DL},NL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function BL(e,t){return w(),A("svg",NL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8"}),v("path",{d:"M3 3v5h5m4-1v5l4 2"})],-1)]))}const Og={name:"lucide-history",render:BL},qL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function FL(e,t){return w(),A("svg",qL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 22h14M5 2h14m-2 20v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"},null,-1)]))}const Pg={name:"lucide-hourglass",render:FL},zL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function HL(e,t){return w(),A("svg",zL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}),v("path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"})],-1)]))}const Dg={name:"lucide-house",render:HL},jL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function VL(e,t){return w(),A("svg",jL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}),v("circle",{cx:"9",cy:"9",r:"2"}),v("path",{d:"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21"})],-1)]))}const Ng={name:"lucide-image",render:VL},UL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function KL(e,t){return w(),A("svg",UL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M22 12h-6l-2 3h-4l-2-3H2"}),v("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11"})],-1)]))}const Bg={name:"lucide-inbox",render:KL},GL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WL(e,t){return w(),A("svg",GL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M12 16v-4m0-4h.01"})],-1)]))}const pc={name:"lucide-info",render:WL},ZL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function JL(e,t){return w(),A("svg",ZL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z"}),v("circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"})],-1)]))}const qg={name:"lucide-key-round",render:JL},XL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function YL(e,t){return w(),A("svg",XL,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m5 8l6 6m-7 0l6-6l2-3M2 5h12M7 2h1m14 20l-5-10l-5 10m2-4h6"},null,-1)]))}const Fg={name:"lucide-languages",render:YL},QL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function e$(e,t){return w(),A("svg",QL,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"}),v("path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"}),v("path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"})],-1)]))}const zg={name:"lucide-layers",render:e$},t$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function n$(e,t){return w(),A("svg",t$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15 14c.2-1 .7-1.7 1.5-2.5c1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4"},null,-1)]))}const Hg={name:"lucide-lightbulb",render:n$},r$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function o$(e,t){return w(),A("svg",r$,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),v("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})],-1)]))}const jg={name:"lucide-link",render:o$},s$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function i$(e,t){return w(),A("svg",s$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M3 12h.01M3 18h.01M3 6h.01M8 12h13M8 18h13M8 6h13"},null,-1)]))}const Vg={name:"lucide-list",render:i$},a$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function l$(e,t){return w(),A("svg",a$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m3 17l2 2l4-4M3 7l2 2l4-4m4 1h8m-8 6h8m-8 6h8"},null,-1)]))}const Ug={name:"lucide-list-checks",render:l$},c$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function u$(e,t){return w(),A("svg",c$,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}),v("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})],-1)]))}const Kg={name:"lucide-lock",render:u$},f$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function d$(e,t){return w(),A("svg",f$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m10 17l5-5l-5-5m5 5H3m12-9h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"},null,-1)]))}const Gg={name:"lucide-log-in",render:d$},p$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function h$(e,t){return w(),A("svg",p$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"},null,-1)]))}const Wg={name:"lucide-log-out",render:h$},g$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function m$(e,t){return w(),A("svg",g$,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m22 7l-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}),v("rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"})],-1)]))}const Zg={name:"lucide-mail",render:m$},v$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function b$(e,t){return w(),A("svg",v$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3M3 16v3a2 2 0 0 0 2 2h3m8 0h3a2 2 0 0 0 2-2v-3"},null,-1)]))}const Jg={name:"lucide-maximize",render:b$},_$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function y$(e,t){return w(),A("svg",_$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15 3h6v6m0-6l-7 7M3 21l7-7m-1 7H3v-6"},null,-1)]))}const Xg={name:"lucide-maximize-2",render:y$},w$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function k$(e,t){return w(),A("svg",w$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 12h16M4 18h16M4 6h16"},null,-1)]))}const Yg={name:"lucide-menu",render:k$},C$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function x$(e,t){return w(),A("svg",C$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z"},null,-1)]))}const Qg={name:"lucide-message-circle",render:x$},E$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function S$(e,t){return w(),A("svg",E$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm4 0h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"},null,-1)]))}const em={name:"lucide-messages-square",render:S$},A$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function T$(e,t){return w(),A("svg",A$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 13v8m0-18v3M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z"},null,-1)]))}const tm={name:"lucide-milestone",render:T$},M$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function L$(e,t){return w(),A("svg",M$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m14 10l7-7m-1 7h-6V4M3 21l7-7m-6 0h6v6"},null,-1)]))}const $$={name:"lucide-minimize-2",render:L$},I$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function R$(e,t){return w(),A("svg",I$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12.586 12.586L19 19M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z"},null,-1)]))}const nm={name:"lucide-mouse-pointer",render:R$},O$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function P$(e,t){return w(),A("svg",O$,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="6" height="6" x="16" y="16" rx="1"></rect><rect width="6" height="6" x="2" y="16" rx="1"></rect><rect width="6" height="6" x="9" y="2" rx="1"></rect><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8"></path></g>',1)]))}const rm={name:"lucide-network",render:P$},D$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function N$(e,t){return w(),A("svg",D$,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 22v-9m3.17-10.79a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.66 1.66 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z"}),v("path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13"}),v("path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.64 1.64 0 0 0 1.63 0z"})],-1)]))}const om={name:"lucide-package-open",render:N$},B$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function q$(e,t){return w(),A("svg",B$,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z"></path><circle cx="13.5" cy="6.5" r=".5" fill="currentColor"></circle><circle cx="17.5" cy="10.5" r=".5" fill="currentColor"></circle><circle cx="6.5" cy="12.5" r=".5" fill="currentColor"></circle><circle cx="8.5" cy="7.5" r=".5" fill="currentColor"></circle></g>',1)]))}const sm={name:"lucide-palette",render:q$},F$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function z$(e,t){return w(),A("svg",F$,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),v("path",{d:"M15 3v18"})],-1)]))}const H$={name:"lucide-panel-right",render:z$},j$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function V$(e,t){return w(),A("svg",j$,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"4",height:"16",x:"14",y:"4",rx:"1"}),v("rect",{width:"4",height:"16",x:"6",y:"4",rx:"1"})],-1)]))}const im={name:"lucide-pause",render:V$},U$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function K$(e,t){return w(),A("svg",U$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"},null,-1)]))}const am={name:"lucide-pen",render:K$},G$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function W$(e,t){return w(),A("svg",G$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4"},null,-1)]))}const lm={name:"lucide-pencil",render:W$},Z$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function J$(e,t){return w(),A("svg",Z$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 17v5M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4a1 1 0 0 1 1 1z"},null,-1)]))}const cm={name:"lucide-pin",render:J$},X$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Y$(e,t){return w(),A("svg",X$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m6 3l14 9l-14 9z"},null,-1)]))}const um={name:"lucide-play",render:Y$},Q$={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function eI(e,t){return w(),A("svg",Q$,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 22v-5M9 8V2m6 6V2m3 6v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"},null,-1)]))}const fm={name:"lucide-plug",render:eI},tI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function nI(e,t){return w(),A("svg",tI,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 12h14m-7-7v14"},null,-1)]))}const dm={name:"lucide-plus",render:nI},rI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function oI(e,t){return w(),A("svg",rI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2s-2 1-2 2s2 1 2 2m13-7h.01M6 18h.01m14.82-9.17a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z"}),v("path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6"})],-1)]))}const pm={name:"lucide-pocket-knife",render:oI},sI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function iI(e,t){return w(),A("svg",sI,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 2v10m6.4-5.4a9 9 0 1 1-12.77.04"},null,-1)]))}const hm={name:"lucide-power",render:iI},aI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lI(e,t){return w(),A("svg",aI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m15 14l5-5l-5-5"}),v("path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13"})],-1)]))}const gm={name:"lucide-redo-2",render:lI},cI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function uI(e,t){return w(),A("svg",cI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8"}),v("path",{d:"M21 3v5h-5m5 4a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16"}),v("path",{d:"M8 16H3v5"})],-1)]))}const Vi={name:"lucide-refresh-cw",render:uI},fI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function dI(e,t){return w(),A("svg",fI,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 7V4h16v3M5 20h6m2-16L8 20m7-5l5 5m0-5l-5 5"},null,-1)]))}const mm={name:"lucide-remove-formatting",render:dI},pI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function hI(e,t){return w(),A("svg",pI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16"}),v("circle",{cx:"5",cy:"19",r:"1"})],-1)]))}const vm={name:"lucide-rss",render:hI},gI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function mI(e,t){return w(),A("svg",gI,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 10a7.31 7.31 0 0 0 10 10Zm5 5l3-3m5 1a6 6 0 0 0-6-6m10 6A10 10 0 0 0 11 3"},null,-1)]))}const bm={name:"lucide-satellite-dish",render:mI},vI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bI(e,t){return w(),A("svg",vI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"}),v("path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7"})],-1)]))}const _m={name:"lucide-save",render:bI},_I={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function yI(e,t){return w(),A("svg",_I,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m16 16l3-8l3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1M2 16l3-8l3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1m5 5h10M12 3v18M3 7h2c2 0 5-1 7-2c2 1 5 2 7 2h2"},null,-1)]))}const ym={name:"lucide-scale",render:yI},wI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function kI(e,t){return w(),A("svg",wI,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="6" cy="6" r="3"></circle><path d="M8.12 8.12L12 12m8-8L8.12 15.88"></path><circle cx="6" cy="18" r="3"></circle><path d="M14.8 14.8L20 20"></path></g>',1)]))}const hc={name:"lucide-scissors",render:kI},CI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function xI(e,t){return w(),A("svg",CI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m21 21l-4.34-4.34"}),v("circle",{cx:"11",cy:"11",r:"8"})],-1)]))}const wm={name:"lucide-search",render:xI},EI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function SI(e,t){return w(),A("svg",EI,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939"},null,-1)]))}const km={name:"lucide-send",render:SI},AI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TI(e,t){return w(),A("svg",AI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}),v("rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}),v("path",{d:"M6 6h.01M6 18h.01"})],-1)]))}const Cm={name:"lucide-server",render:TI},MI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LI(e,t){return w(),A("svg",MI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2"}),v("circle",{cx:"12",cy:"12",r:"3"})],-1)]))}const $I={name:"lucide-settings",render:LI},II={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function RI(e,t){return w(),A("svg",II,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"},null,-1)]))}const xm={name:"lucide-share",render:RI},OI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PI(e,t){return w(),A("svg",OI,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 4h-7m-4 0H3m18 8h-9m-4 0H3m18 8h-5m-4 0H3M14 2v4m-6 4v4m8 4v4"},null,-1)]))}const Em={name:"lucide-sliders-horizontal",render:PI},DI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function NI(e,t){return w(),A("svg",DI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"10"}),v("path",{d:"M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01"})],-1)]))}const Sm={name:"lucide-smile",render:NI},BI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function qI(e,t){return w(),A("svg",BI,t[0]||(t[0]=[v("rect",{width:"18",height:"18",x:"3",y:"3",fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",rx:"2"},null,-1)]))}const Am={name:"lucide-square",render:qI},FI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function zI(e,t){return w(),A("svg",FI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),v("path",{d:"m9 12l2 2l4-4"})],-1)]))}const Tm={name:"lucide-square-check",render:zI},HI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function jI(e,t){return w(),A("svg",HI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),v("path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z"})],-1)]))}const Mm={name:"lucide-square-pen",render:jI},VI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function UI(e,t){return w(),A("svg",VI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),v("path",{d:"M8 12h8m-4-4v8"})],-1)]))}const Lm={name:"lucide-square-plus",render:UI},KI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function GI(e,t){return w(),A("svg",KI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z"}),v("path",{d:"M15 3v4a2 2 0 0 0 2 2h4"})],-1)]))}const $m={name:"lucide-sticky-note",render:GI},WI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ZI(e,t){return w(),A("svg",WI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"12",r:"4"}),v("path",{d:"M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41"})],-1)]))}const Im={name:"lucide-sun",render:ZI},JI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function XI(e,t){return w(),A("svg",JI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M12 3v18"}),v("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),v("path",{d:"M3 9h18M3 15h18"})],-1)]))}const Rm={name:"lucide-table",render:XI},YI={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function QI(e,t){return w(),A("svg",YI,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m15 5l6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19"}),v("path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z"}),v("circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor"})],-1)]))}const Om={name:"lucide-tags",render:QI},eR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function tR(e,t){return w(),A("svg",eR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 19h8M4 17l6-6l-6-6"},null,-1)]))}const Pm={name:"lucide-terminal",render:tR},nR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function rR(e,t){return w(),A("svg",nR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M17 14V2M9 18.12L10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88"},null,-1)]))}const Dm={name:"lucide-thumbs-down",render:rR},oR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function sR(e,t){return w(),A("svg",oR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M7 10v12m8-16.12L14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88"},null,-1)]))}const Nm={name:"lucide-thumbs-up",render:sR},iR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function aR(e,t){return w(),A("svg",iR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"},null,-1)]))}const Bm={name:"lucide-trash-2",render:aR},lR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function cR(e,t){return w(),A("svg",lR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m17 14l3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7zm-5 8v-3"},null,-1)]))}const qm={name:"lucide-tree-pine",render:cR},uR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function fR(e,t){return w(),A("svg",uR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01"},null,-1)]))}const Fm={name:"lucide-triangle-alert",render:fR},dR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function pR(e,t){return w(),A("svg",dR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M9 14L4 9l5-5"}),v("path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11"})],-1)]))}const zm={name:"lucide-undo-2",render:pR},hR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function gR(e,t){return w(),A("svg",hR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71m-6.58 6.57l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71M8 2v3M2 8h3m11 11v3m3-6h3"},null,-1)]))}const Hm={name:"lucide-unlink",render:gR},mR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function vR(e,t){return w(),A("svg",mR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}),v("circle",{cx:"12",cy:"7",r:"4"})],-1)]))}const jm={name:"lucide-user",render:vR},bR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _R(e,t){return w(),A("svg",bR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m16 11l2 2l4-4m-6 12v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}),v("circle",{cx:"9",cy:"7",r:"4"})],-1)]))}const Vm={name:"lucide-user-check",render:_R},yR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function wR(e,t){return w(),A("svg",yR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"10",cy:"7",r:"4"}),v("path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2m12-5.5V14a2 2 0 0 1 4 0v1.5"}),v("rect",{width:"8",height:"5",x:"13",y:"16",rx:".899"})],-1)]))}const Um={name:"lucide-user-lock",render:wR},kR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function CR(e,t){return w(),A("svg",kR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"12",cy:"8",r:"5"}),v("path",{d:"M20 21a8 8 0 0 0-16 0"})],-1)]))}const Km={name:"lucide-user-round",render:CR},xR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ER(e,t){return w(),A("svg",xR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2M16 3.128a4 4 0 0 1 0 7.744M22 21v-2a4 4 0 0 0-3-3.87"}),v("circle",{cx:"9",cy:"7",r:"4"})],-1)]))}const Gm={name:"lucide-users",render:ER},SR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function AR(e,t){return w(),A("svg",SR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9M15 9l-6 6m0-6l6 6"},null,-1)]))}const Wm={name:"lucide-variable",render:AR},TR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function MR(e,t){return w(),A("svg",TR,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="18" height="18" x="3" y="3" rx="2"></rect><circle cx="7.5" cy="7.5" r=".5" fill="currentColor"></circle><path d="m7.9 7.9l2.7 2.7"></path><circle cx="16.5" cy="7.5" r=".5" fill="currentColor"></circle><path d="m13.4 10.6l2.7-2.7"></path><circle cx="7.5" cy="16.5" r=".5" fill="currentColor"></circle><path d="m7.9 16.1l2.7-2.7"></path><circle cx="16.5" cy="16.5" r=".5" fill="currentColor"></circle><path d="m13.4 13.4l2.7 2.7"></path><circle cx="12" cy="12" r="2"></circle></g>',1)]))}const Zm={name:"lucide-vault",render:MR},LR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function $R(e,t){return w(),A("svg",LR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("path",{d:"m16 13l5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5"}),v("rect",{width:"14",height:"12",x:"2",y:"6",rx:"2"})],-1)]))}const Jm={name:"lucide-video",render:$R},IR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function RR(e,t){return w(),A("svg",IR,t[0]||(t[0]=[vr('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="4.5" r="2.5"></circle><path d="m10.2 6.3l-3.9 3.9"></path><circle cx="4.5" cy="12" r="2.5"></circle><path d="M7 12h10"></path><circle cx="19.5" cy="12" r="2.5"></circle><path d="m13.8 17.7l3.9-3.9"></path><circle cx="12" cy="19.5" r="2.5"></circle></g>',1)]))}const Xm={name:"lucide-waypoints",render:RR},OR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PR(e,t){return w(),A("svg",OR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"},null,-1)]))}const Ym={name:"lucide-wrench",render:PR},DR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function NR(e,t){return w(),A("svg",DR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M18 6L6 18M6 6l12 12"},null,-1)]))}const gc={name:"lucide-x",render:NR},BR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function qR(e,t){return w(),A("svg",BR,t[0]||(t[0]=[v("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"},null,-1)]))}const Qm={name:"lucide-zap",render:qR},FR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function zR(e,t){return w(),A("svg",FR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"11",cy:"11",r:"8"}),v("path",{d:"m21 21l-4.35-4.35M11 8v6m-3-3h6"})],-1)]))}const ev={name:"lucide-zoom-in",render:zR},HR={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function jR(e,t){return w(),A("svg",HR,t[0]||(t[0]=[v("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[v("circle",{cx:"11",cy:"11",r:"8"}),v("path",{d:"m21 21l-4.35-4.35M8 11h6"})],-1)]))}const tv={name:"lucide-zoom-out",render:jR},nv={variable:Wm,"pop-out":t1,triangle:p1,"status-completed":s1,"status-waiting":c1,"status-error":i1,"status-canceled":o1,"status-new":a1,"status-unknown":l1,"status-warning":u1,"vector-square":h1,schema:n1,json:A1,binary:Q2,text:f1,toolbox:d1,spinner:r1,xmark:gc,"caret-up":ji,"caret-down":Fi,"caret-right":Hi,"caret-left":zi,"folder-plus":yg,share:xm,"user-check":Vm,"check-double":P1,"exclamation-circle":q1,circle:B1,"eye-slash":lg,folder:bg,"minus-circle":H1,adjust:Q1,refresh:Vi,vault:Zm,"angle-double-left":D1,"angle-down":Fi,"angle-left":zi,"angle-right":Hi,"angle-up":ji,archive:m1,"arrow-left":cc,"arrow-right":_1,"arrow-up":y1,"arrow-down":v1,at:w1,ban:k1,"balance-scale-left":ym,bars:Yg,bolt:Qm,book:x1,"box-open":om,bug:M1,brain:T1,calculator:L1,calendar:$1,"chart-bar":R1,check:O1,"check-circle":F1,"check-square":Tm,"chevron-left":zi,"chevron-right":Hi,"chevron-down":Fi,"chevron-up":ji,code:Y1,"code-branch":xg,cog:fc,cogs:fc,comment:Qg,comments:em,"clipboard-list":W1,clock:Z1,clone:eg,cloud:J1,"cloud-download-alt":X1,compress:N1,copy:gg,cube:S1,cut:hc,database:tg,"dot-circle":z1,"grip-lines-vertical":e1,"grip-vertical":Tg,edit:Mm,"ellipsis-h":rg,"ellipsis-v":og,envelope:Zg,equals:sg,eye:ag,"exclamation-triangle":Fm,expand:Jg,"expand-alt":Xg,"external-link-alt":ig,"exchange-alt":b1,file:cg,"file-alt":dc,"file-archive":ug,"file-code":fg,"file-download":dg,"file-export":hg,"file-import":pg,"file-pdf":dc,filter:wg,fingerprint:mg,flask:vg,"folder-open":_g,font:I1,gift:Cg,globe:Eg,"globe-americas":ng,"graduation-cap":Sg,"hand-holding-usd":Mg,"hand-scissors":hc,handshake:Lg,"hand-point-left":cc,hashtag:Rg,hdd:$g,history:Og,home:Dg,hourglass:Pg,image:Ng,inbox:Bg,info:pc,"info-circle":pc,key:qg,language:Fg,"layer-group":zg,link:jg,list:Vg,lightbulb:Hg,lock:Kg,"map-signs":tm,"mouse-pointer":nm,"network-wired":rm,palette:sm,pause:im,"pause-circle":j1,pen:am,"pencil-alt":lm,play:um,"play-circle":V1,plug:fm,plus:dm,"plus-circle":U1,"plus-square":Lm,"project-diagram":Xm,question:uc,"question-circle":uc,redo:gm,"remove-format":mm,robot:E1,rss:vm,save:_m,"satellite-dish":bm,search:wm,"search-minus":tv,"search-plus":ev,server:Cm,screwdriver:pm,smile:Sm,"sign-in-alt":Gg,"sign-out-alt":Wg,"sliders-h":Em,"sticky-note":$m,stop:Am,stream:g1,sun:Im,sync:Vi,"sync-alt":Vi,table:Rm,tags:Om,tasks:Ug,terminal:Pm,"th-large":Ag,thumbtack:cm,"thumbs-down":Dm,"thumbs-up":Nm,times:gc,"times-circle":G1,tools:Ym,trash:Bm,undo:zm,unlink:Hm,user:jm,"user-circle":K1,"user-friends":Km,users:Gm,video:Jm,tree:qm,"user-lock":Um,gem:kg,download:Ig,"power-off":hm,"paper-plane":km,bell:C1},rv={"bolt-filled":iA,"grip-lines-vertical":e1,variable:Wm,"pop-out":t1,triangle:p1,"status-completed":s1,"status-waiting":c1,"status-error":i1,"status-canceled":o1,"status-new":a1,"status-unknown":l1,"status-warning":u1,"vector-square":h1,"continue-on-error":aA,"always-output-data":lA,"retry-on-fail":vA,"execute-once":bA,schema:n1,json:A1,binary:Q2,text:f1,toolbox:d1,spinner:r1,"node-dirty":cA,"node-ellipsis":uA,"node-error":fA,"node-pin":dA,"node-play":pA,"node-power":hA,"node-success":gA,"node-trash":mA,"align-right":g1,archive:m1,"arrow-down":v1,"arrow-left":cc,"arrow-left-right":b1,"arrow-right":_1,"arrow-right-from-line":RA,"arrow-right-to-line":DA,"arrow-up":y1,"at-sign":w1,ban:k1,bell:C1,book:x1,"book-open":ZA,bot:E1,box:S1,brain:T1,bug:M1,calculator:L1,calendar:$1,"case-upper":I1,"chart-column-decreasing":R1,check:O1,"check-check":P1,"chevron-down":Fi,"chevron-left":zi,"chevron-right":Hi,"chevron-up":ji,"chevrons-left":D1,"chevrons-down-up":TT,"chevrons-up-down":N1,circle:B1,"circle-alert":q1,"circle-check":F1,"circle-dot":z1,"circle-help":uc,"circle-minus":H1,"circle-pause":j1,"circle-play":V1,"circle-plus":U1,"circle-user-round":K1,"circle-x":G1,"clipboard-list":W1,clock:Z1,cloud:J1,"cloud-download":X1,code:Y1,cog:fc,contrast:Q1,copy:eg,crosshair:_M,database:tg,earth:ng,ellipsis:rg,"ellipsis-vertical":og,equal:sg,"external-link":ig,eye:ag,"eye-off":lg,file:cg,"file-archive":ug,"file-code":fg,"file-diff":VM,"file-down":dg,"file-input":pg,"file-output":hg,"file-text":dc,files:gg,fingerprint:mg,"flask-conical":vg,folder:bg,"folder-open":_g,"folder-plus":yg,funnel:wg,gem:kg,gift:Cg,"git-branch":xg,globe:Eg,"graduation-cap":Sg,"grid-2x2":Ag,"grip-vertical":Tg,"hand-coins":Mg,handshake:Lg,"hard-drive":$g,"hard-drive-download":Ig,hash:Rg,history:Og,hourglass:Pg,house:Dg,image:Ng,inbox:Bg,info:pc,"key-round":qg,languages:Fg,layers:zg,lightbulb:Hg,link:jg,list:Vg,"list-checks":Ug,lock:Kg,"log-in":Gg,"log-out":Wg,mail:Zg,"minimize-2":$$,maximize:Jg,"maximize-2":Xg,menu:Yg,"message-circle":Qg,"messages-square":em,milestone:tm,"mouse-pointer":nm,network:rm,"package-open":om,palette:sm,"panel-right":H$,pause:im,pen:am,pencil:lm,pin:cm,play:um,plug:fm,plus:dm,"pocket-knife":pm,power:hm,"redo-2":gm,"refresh-cw":Vi,"remove-formatting":mm,rss:vm,"satellite-dish":bm,save:_m,scale:ym,scissors:hc,search:wm,settings:$I,send:km,server:Cm,share:xm,"sliders-horizontal":Em,smile:Sm,square:Am,"square-check":Tm,"square-pen":Mm,"square-plus":Lm,"sticky-note":$m,sun:Im,table:Rm,tags:Om,terminal:Pm,"thumbs-down":Dm,"thumbs-up":Nm,"trash-2":Bm,"tree-pine":qm,"triangle-alert":Fm,"undo-2":zm,unlink:Hm,user:jm,"user-check":Vm,"user-lock":Um,"user-round":Km,users:Gm,vault:Zm,video:Jm,waypoints:Xm,wrench:Ym,x:gc,zap:Qm,"zoom-in":ev,"zoom-out":tv},mc=yr(re({name:"N8nIcon",__name:"Icon",props:{icon:{},size:{default:void 0},spin:{type:Boolean,default:!1},color:{default:void 0},strokeWidth:{}},setup(e){const t=e,n=rl(),r=P(()=>{const a=[];return t.spin&&a.push("spin"),t.strokeWidth&&a.push("strokeWidth"),["n8n-icon",...a.map(l=>n[l])]}),s={xsmall:10,small:12,medium:14,large:16,xlarge:20},o=P(()=>{let a="1em";return t.size&&(a=`${typeof t.size=="number"?t.size:s[t.size]}px`),{height:a,width:a}}),i=P(()=>{const a={};return t.color&&(a.color=`var(--color-${t.color})`),t.strokeWidth&&(a["--n8n-icon-stroke-width"]=`${t.strokeWidth}px`),a});return(a,l)=>b(rv)[a.icon]??b(nv)[a.icon]?(w(),ue(Ot(b(rv)[a.icon]??b(nv)[a.icon]),{key:0,class:Q(r.value),"aria-hidden":"true",focusable:"false",role:"img",height:o.value.height,width:o.value.width,"data-icon":t.icon,style:st(i.value)},null,8,["class","height","width","data-icon","style"])):_e("",!0)}}),[["__cssModules",{$style:{strokeWidth:"_strokeWidth_fqxq5_1",spin:"_spin_fqxq5_6"}}]]),VR={class:"n8n-spinner"},UR={key:0,class:"lds-ring"},KR=re({name:"N8nSpinner",__name:"Spinner",props:{size:{default:"medium"},type:{default:"dots"}},setup(e){return(t,n)=>(w(),A("span",VR,[t.type==="ring"?(w(),A("div",UR,n[0]||(n[0]=[v("div",null,null,-1),v("div",null,null,-1),v("div",null,null,-1),v("div",null,null,-1)]))):(w(),ue(b(mc),{key:1,icon:"spinner",size:t.size,spin:""},null,8,["size"]))]))}}),GR={key:1},WR=yr(re({name:"N8nButton",__name:"Button",props:{block:{type:Boolean,default:!1},element:{default:"button"},href:{},label:{default:""},square:{type:Boolean,default:!1},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},float:{},icon:{},loading:{type:Boolean,default:!1},outline:{type:Boolean,default:!1},size:{default:"medium"},iconSize:{},text:{type:Boolean,default:!1},type:{default:"primary"},nativeType:{}},setup(e){const t=rl(),n=ti(),r=e;Wa(()=>{r.element==="a"&&!r.href&&console.error("n8n-button:href is required for link buttons")});const s=P(()=>r.loading?"true":void 0),o=P(()=>r.disabled?"true":void 0),i=P(()=>r.disabled||r.loading),a=P(()=>r.iconSize??(r.size==="xmini"||r.size==="mini"?"xsmall":r.size)),l=P(()=>`button ${t.button} ${t[r.type]}${r.size?` ${t[r.size]}`:""}${r.outline?` ${t.outline}`:""}${r.loading?` ${t.loading}`:""}${r.float?` ${t[`float-${r.float}`]}`:""}${r.text?` ${t.text}`:""}${r.disabled?` ${t.disabled}`:""}${r.block?` ${t.block}`:""}${r.active?` ${t.active}`:""}${r.icon||r.loading?` ${t.withIcon}`:""}${r.square?` ${t.square}`:""}`);return(u,f)=>(w(),ue(Ot(u.element),ht({class:l.value,disabled:i.value,"aria-disabled":o.value,"aria-busy":s.value,href:u.href,"aria-live":"polite"},{...b(n),...r.nativeType?{type:r.nativeType}:{}}),{default:pe(()=>[u.loading||u.icon?(w(),A("span",{key:0,class:Q(b(t).icon)},[u.loading?(w(),ue(b(KR),{key:0,size:a.value},null,8,["size"])):u.icon?(w(),ue(b(mc),{key:1,icon:u.icon,size:a.value},null,8,["icon","size"])):_e("",!0)],2)):_e("",!0),u.label?(w(),A("span",GR,Qe(u.label),1)):u.$slots.default?we(u.$slots,"default",{key:2}):_e("",!0)]),_:3},16,["class","disabled","aria-disabled","aria-busy","href"]))}}),[["__cssModules",{$style:{button:"_button_slkfq_115",active:"_active_slkfq_149",disabled:"_disabled_slkfq_167",loading:"_loading_slkfq_175",secondary:"_secondary_slkfq_198",highlight:"_highlight_slkfq_220",tertiary:"_tertiary_slkfq_242",success:"_success_slkfq_264",warning:"_warning_slkfq_286",danger:"_danger_slkfq_308",xmini:"_xmini_slkfq_333",square:"_square_slkfq_338",mini:"_mini_slkfq_343",small:"_small_slkfq_353",medium:"_medium_slkfq_363",large:"_large_slkfq_373",xlarge:"_xlarge_slkfq_378",outline:"_outline_slkfq_391",primary:"_primary_slkfq_395",text:"_text_slkfq_432",transparent:"_transparent_slkfq_500",withIcon:"_withIcon_slkfq_505",icon:"_icon_slkfq_511",block:"_block_slkfq_520","float-left":"_float-left_slkfq_524","float-right":"_float-right_slkfq_528"}}]]);({...ms.props});const ZR=yr(re({name:"N8nText",__name:"Text",props:{bold:{type:Boolean,default:!1},size:{default:"medium"},color:{},align:{},compact:{type:Boolean,default:!1},tag:{default:"span"}},setup(e){const t=e,n=rl(),r=P(()=>{const s=[];return t.align&&s.push(`align-${t.align}`),t.color&&s.push(t.color),t.compact&&s.push("compact"),s.push(`size-${t.size}`),s.push(t.bold?"bold":"regular"),s.map(o=>n[o])});return(s,o)=>(w(),ue(Ot(s.tag),ht({class:["n8n-text",...r.value]},s.$attrs),{default:pe(()=>[we(s.$slots,"default")]),_:3},16,["class"]))}}),[["__cssModules",{$style:{bold:"_bold_ushv1_1",regular:"_regular_ushv1_5","size-xlarge":"_size-xlarge_ushv1_9","size-large":"_size-large_ushv1_14","size-medium":"_size-medium_ushv1_19","size-small":"_size-small_ushv1_24","size-xsmall":"_size-xsmall_ushv1_29",compact:"_compact_ushv1_34",primary:"_primary_ushv1_38",secondary:"_secondary_ushv1_42","text-dark":"_text-dark_ushv1_46","text-base":"_text-base_ushv1_50","text-light":"_text-light_ushv1_54","text-xlight":"_text-xlight_ushv1_58",danger:"_danger_ushv1_62",success:"_success_ushv1_66",warning:"_warning_ushv1_70","foreground-dark":"_foreground-dark_ushv1_74","foreground-xdark":"_foreground-xdark_ushv1_78","align-left":"_align-left_ushv1_82","align-right":"_align-right_ushv1_86","align-center":"_align-center_ushv1_90"}}]]);function JR(e,t){return/^on[A-Z]/.test(t)}function ov(e){return`${e?`${e}-`:""}${Math.random().toString(36).substring(2,11)}`}const XR=yr(re({name:"N8nInput",__name:"Input",props:{modelValue:{default:""},type:{default:"text"},size:{default:"large"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},rows:{default:2},maxlength:{default:void 0},title:{default:""},name:{default:()=>ov("input")},autocomplete:{default:"off"}},setup(e,{expose:t}){const n=e,r=P(()=>n.size==="medium"?"default":n.size),s=P(()=>{const f=[];return n.size==="xlarge"&&f.push("xlarge"),n.type==="password"&&f.push("ph-no-capture"),f}),o=G(),i=P(()=>{if(!(o!=null&&o.value))return;const f=n.type==="textarea"?"textarea":"input";return o.value.$el.querySelector(f)});return t({focus:()=>{var f;return(f=i.value)==null?void 0:f.focus()},blur:()=>{var f;return(f=i.value)==null?void 0:f.blur()},select:()=>{var f;return(f=i.value)==null?void 0:f.select()}}),(f,c)=>(w(),ue(b($i),ht({ref_key:"innerInput",ref:o,"model-value":f.modelValue,type:f.type,size:r.value,class:["n8n-input",...s.value],autocomplete:f.autocomplete,name:f.name,placeholder:f.placeholder,disabled:f.disabled,readonly:f.readonly,clearable:f.clearable,rows:f.rows,title:f.title,maxlength:f.maxlength},f.$attrs),ei({_:2},[f.$slots.prepend?{name:"prepend",fn:pe(()=>[we(f.$slots,"prepend")]),key:"0"}:void 0,f.$slots.append?{name:"append",fn:pe(()=>[we(f.$slots,"append")]),key:"1"}:void 0,f.$slots.prefix?{name:"prefix",fn:pe(()=>[we(f.$slots,"prefix")]),key:"2"}:void 0,f.$slots.suffix?{name:"suffix",fn:pe(()=>[we(f.$slots,"suffix")]),key:"3"}:void 0]),1040,["model-value","type","size","class","autocomplete","name","placeholder","disabled","readonly","clearable","rows","title","maxlength"]))}}),[["__cssModules",{$style:{xlarge:"_xlarge_ddtui_1"}}]]);ov("color-picker"),{...Z2},{...ac.props};/*!
31
+ * vue-router v4.5.0
32
+ * (c) 2024 Eduardo San Martin Morote
33
+ * @license MIT
34
+ */const YR=()=>{},Ui=Array.isArray;function sv(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function QR(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!eO(e[n],t[n]))return!1;return!0}function eO(e,t){return Ui(e)?iv(e,t):Ui(t)?iv(t,e):e===t}function iv(e,t){return Ui(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}var av;(function(e){e.pop="pop",e.push="push"})(av||(av={}));var lv;(function(e){e.back="back",e.forward="forward",e.unknown=""})(lv||(lv={}));var cv;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(cv||(cv={}));const uv=Symbol(""),tO=Symbol("");function fv(e){const t=ze(uv),n=ze(tO),r=P(()=>{const l=b(e.to);return t.resolve(l)}),s=P(()=>{const{matched:l}=r.value,{length:u}=l,f=l[u-1],c=n.matched;if(!f||!c.length)return-1;const p=c.findIndex(sv.bind(null,f));if(p>-1)return p;const d=pv(l[u-2]);return u>1&&pv(f)===d&&c[c.length-1].path!==d?c.findIndex(sv.bind(null,l[u-2])):p}),o=P(()=>s.value>-1&&oO(n.params,r.value.params)),i=P(()=>s.value>-1&&s.value===n.matched.length-1&&QR(n.params,r.value.params));function a(l={}){if(rO(l)){const u=t[b(e.replace)?"replace":"push"](b(e.to)).catch(YR);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return{route:r,href:P(()=>r.value.href),isActive:o,isExactActive:i,navigate:a}}function nO(e){return e.length===1?e[0]:e}const dv=re({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:fv,setup(e,{slots:t}){const n=bn(fv(e)),{options:r}=ze(uv),s=P(()=>({[hv(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[hv(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&nO(t.default(n));return e.custom?o:kn("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},o)}}});function rO(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function oO(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(!Ui(s)||s.length!==r.length||r.some((o,i)=>o!==s[i]))return!1}return!0}function pv(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const hv=(e,t,n)=>e??t??n;var vc={};const sO={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
35
+ `,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"};var bc,gv;function mv(){return gv||(gv=1,bc=sO),bc}var _c,vv;function yc(){return vv||(vv=1,_c=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\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-\u2E4E\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[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/),_c}var Mo={},wc,bv;function iO(){if(bv)return wc;bv=1;var e={};function t(r){var s,o,i=e[r];if(i)return i;for(i=e[r]=[],s=0;s<128;s++)o=String.fromCharCode(s),/^[0-9a-z]$/i.test(o)?i.push(o):i.push("%"+("0"+s.toString(16).toUpperCase()).slice(-2));for(s=0;s<r.length;s++)i[r.charCodeAt(s)]=r[s];return i}function n(r,s,o){var i,a,l,u,f,c="";for(typeof s!="string"&&(o=s,s=n.defaultChars),typeof o>"u"&&(o=!0),f=t(s),i=0,a=r.length;i<a;i++){if(l=r.charCodeAt(i),o&&l===37&&i+2<a&&/^[0-9a-f]{2}$/i.test(r.slice(i+1,i+3))){c+=r.slice(i,i+3),i+=2;continue}if(l<128){c+=f[l];continue}if(l>=55296&&l<=57343){if(l>=55296&&l<=56319&&i+1<a&&(u=r.charCodeAt(i+1),u>=56320&&u<=57343)){c+=encodeURIComponent(r[i]+r[i+1]),i++;continue}c+="%EF%BF%BD";continue}c+=encodeURIComponent(r[i])}return c}return n.defaultChars=";/?:@&=+$,-_.!~*'()#",n.componentChars="-_.!~*'()",wc=n,wc}var kc,_v;function aO(){if(_v)return kc;_v=1;var e={};function t(r){var s,o,i=e[r];if(i)return i;for(i=e[r]=[],s=0;s<128;s++)o=String.fromCharCode(s),i.push(o);for(s=0;s<r.length;s++)o=r.charCodeAt(s),i[o]="%"+("0"+o.toString(16).toUpperCase()).slice(-2);return i}function n(r,s){var o;return typeof s!="string"&&(s=n.defaultChars),o=t(s),r.replace(/(%[a-f0-9]{2})+/gi,function(i){var a,l,u,f,c,p,d,m="";for(a=0,l=i.length;a<l;a+=3){if(u=parseInt(i.slice(a+1,a+3),16),u<128){m+=o[u];continue}if((u&224)===192&&a+3<l&&(f=parseInt(i.slice(a+4,a+6),16),(f&192)===128)){d=u<<6&1984|f&63,d<128?m+="��":m+=String.fromCharCode(d),a+=3;continue}if((u&240)===224&&a+6<l&&(f=parseInt(i.slice(a+4,a+6),16),c=parseInt(i.slice(a+7,a+9),16),(f&192)===128&&(c&192)===128)){d=u<<12&61440|f<<6&4032|c&63,d<2048||d>=55296&&d<=57343?m+="���":m+=String.fromCharCode(d),a+=6;continue}if((u&248)===240&&a+9<l&&(f=parseInt(i.slice(a+4,a+6),16),c=parseInt(i.slice(a+7,a+9),16),p=parseInt(i.slice(a+10,a+12),16),(f&192)===128&&(c&192)===128&&(p&192)===128)){d=u<<18&1835008|f<<12&258048|c<<6&4032|p&63,d<65536||d>1114111?m+="����":(d-=65536,m+=String.fromCharCode(55296+(d>>10),56320+(d&1023))),a+=9;continue}m+="�"}return m})}return n.defaultChars=";/?:@&=+$,#",n.componentChars="",kc=n,kc}var Cc,yv;function lO(){return yv||(yv=1,Cc=function(t){var n="";return n+=t.protocol||"",n+=t.slashes?"//":"",n+=t.auth?t.auth+"@":"",t.hostname&&t.hostname.indexOf(":")!==-1?n+="["+t.hostname+"]":n+=t.hostname||"",n+=t.port?":"+t.port:"",n+=t.pathname||"",n+=t.search||"",n+=t.hash||"",n}),Cc}var xc,wv;function cO(){if(wv)return xc;wv=1;function e(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var t=/^([a-z0-9.+-]+:)/i,n=/:[0-9]*$/,r=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,s=["<",">",'"',"`"," ","\r",`
36
+ `," "],o=["{","}","|","\\","^","`"].concat(s),i=["'"].concat(o),a=["%","/","?",";","#"].concat(i),l=["/","?","#"],u=255,f=/^[+a-z0-9A-Z_-]{0,63}$/,c=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,p={javascript:!0,"javascript:":!0},d={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function m(g,C){if(g&&g instanceof e)return g;var h=new e;return h.parse(g,C),h}return e.prototype.parse=function(g,C){var h,k,y,_,E,x=g;if(x=x.trim(),!C&&g.split("#").length===1){var M=r.exec(x);if(M)return this.pathname=M[1],M[2]&&(this.search=M[2]),this}var L=t.exec(x);if(L&&(L=L[0],y=L.toLowerCase(),this.protocol=L,x=x.substr(L.length)),(C||L||x.match(/^\/\/[^@\/]+@[^@\/]+/))&&(E=x.substr(0,2)==="//",E&&!(L&&p[L])&&(x=x.substr(2),this.slashes=!0)),!p[L]&&(E||L&&!d[L])){var R=-1;for(h=0;h<l.length;h++)_=x.indexOf(l[h]),_!==-1&&(R===-1||_<R)&&(R=_);var D,B;for(R===-1?B=x.lastIndexOf("@"):B=x.lastIndexOf("@",R),B!==-1&&(D=x.slice(0,B),x=x.slice(B+1),this.auth=D),R=-1,h=0;h<a.length;h++)_=x.indexOf(a[h]),_!==-1&&(R===-1||_<R)&&(R=_);R===-1&&(R=x.length),x[R-1]===":"&&R--;var N=x.slice(0,R);x=x.slice(R),this.parseHost(N),this.hostname=this.hostname||"";var oe=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!oe){var F=this.hostname.split(/\./);for(h=0,k=F.length;h<k;h++){var ie=F[h];if(ie&&!ie.match(f)){for(var j="",V=0,H=ie.length;V<H;V++)ie.charCodeAt(V)>127?j+="x":j+=ie[V];if(!j.match(f)){var Y=F.slice(0,h),I=F.slice(h+1),Z=ie.match(c);Z&&(Y.push(Z[1]),I.unshift(Z[2])),I.length&&(x=I.join(".")+x),this.hostname=Y.join(".");break}}}}this.hostname.length>u&&(this.hostname=""),oe&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var K=x.indexOf("#");K!==-1&&(this.hash=x.substr(K),x=x.slice(0,K));var me=x.indexOf("?");return me!==-1&&(this.search=x.substr(me),x=x.slice(0,me)),x&&(this.pathname=x),d[y]&&this.hostname&&!this.pathname&&(this.pathname=""),this},e.prototype.parseHost=function(g){var C=n.exec(g);C&&(C=C[0],C!==":"&&(this.port=C.substr(1)),g=g.substr(0,g.length-C.length)),g&&(this.hostname=g)},xc=m,xc}var kv;function Cv(){return kv||(kv=1,Mo.encode=iO(),Mo.decode=aO(),Mo.format=lO(),Mo.parse=cO()),Mo}var Xr={},Ec,xv;function Ev(){return xv||(xv=1,Ec=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),Ec}var Sc,Sv;function Av(){return Sv||(Sv=1,Sc=/[\0-\x1F\x7F-\x9F]/),Sc}var Ac,Tv;function uO(){return Tv||(Tv=1,Ac=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),Ac}var Tc,Mv;function Lv(){return Mv||(Mv=1,Tc=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),Tc}var $v;function fO(){return $v||($v=1,Xr.Any=Ev(),Xr.Cc=Av(),Xr.Cf=uO(),Xr.P=yc(),Xr.Z=Lv()),Xr}var Iv;function nt(){return Iv||(Iv=1,function(e){function t(F){return Object.prototype.toString.call(F)}function n(F){return t(F)==="[object String]"}var r=Object.prototype.hasOwnProperty;function s(F,ie){return r.call(F,ie)}function o(F){var ie=Array.prototype.slice.call(arguments,1);return ie.forEach(function(j){if(j){if(typeof j!="object")throw new TypeError(j+"must be object");Object.keys(j).forEach(function(V){F[V]=j[V]})}}),F}function i(F,ie,j){return[].concat(F.slice(0,ie),j,F.slice(ie+1))}function a(F){return!(F>=55296&&F<=57343||F>=64976&&F<=65007||(F&65535)===65535||(F&65535)===65534||F>=0&&F<=8||F===11||F>=14&&F<=31||F>=127&&F<=159||F>1114111)}function l(F){if(F>65535){F-=65536;var ie=55296+(F>>10),j=56320+(F&1023);return String.fromCharCode(ie,j)}return String.fromCharCode(F)}var u=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,f=/&([a-z#][a-z0-9]{1,31});/gi,c=new RegExp(u.source+"|"+f.source,"gi"),p=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i,d=mv();function m(F,ie){var j;return s(d,ie)?d[ie]:ie.charCodeAt(0)===35&&p.test(ie)&&(j=ie[1].toLowerCase()==="x"?parseInt(ie.slice(2),16):parseInt(ie.slice(1),10),a(j))?l(j):F}function g(F){return F.indexOf("\\")<0?F:F.replace(u,"$1")}function C(F){return F.indexOf("\\")<0&&F.indexOf("&")<0?F:F.replace(c,function(ie,j,V){return j||m(ie,V)})}var h=/[&<>"]/,k=/[&<>"]/g,y={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function _(F){return y[F]}function E(F){return h.test(F)?F.replace(k,_):F}var x=/[.?*+^$[\]\\(){}|-]/g;function M(F){return F.replace(x,"\\$&")}function L(F){switch(F){case 9:case 32:return!0}return!1}function R(F){if(F>=8192&&F<=8202)return!0;switch(F){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}var D=yc();function B(F){return D.test(F)}function N(F){switch(F){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 oe(F){return F=F.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(F=F.replace(/ẞ/g,"ß")),F.toLowerCase().toUpperCase()}e.lib={},e.lib.mdurl=Cv(),e.lib.ucmicro=fO(),e.assign=o,e.isString=n,e.has=s,e.unescapeMd=g,e.unescapeAll=C,e.isValidEntityCode=a,e.fromCodePoint=l,e.escapeHtml=E,e.arrayReplaceAt=i,e.isSpace=L,e.isWhiteSpace=R,e.isMdAsciiPunct=N,e.isPunctChar=B,e.escapeRE=M,e.normalizeReference=oe}(vc)),vc}var ys={},Mc,Rv;function dO(){return Rv||(Rv=1,Mc=function(t,n,r){var s,o,i,a,l=-1,u=t.posMax,f=t.pos;for(t.pos=n+1,s=1;t.pos<u;){if(i=t.src.charCodeAt(t.pos),i===93&&(s--,s===0)){o=!0;break}if(a=t.pos,t.md.inline.skipToken(t),i===91){if(a===t.pos-1)s++;else if(r)return t.pos=f,-1}}return o&&(l=t.pos),t.pos=f,l}),Mc}var Lc,Ov;function pO(){if(Ov)return Lc;Ov=1;var e=nt().unescapeAll;return Lc=function(n,r,s){var o,i,a=r,l={ok:!1,pos:0,lines:0,str:""};if(n.charCodeAt(a)===60){for(a++;a<s;){if(o=n.charCodeAt(a),o===10||o===60)return l;if(o===62)return l.pos=a+1,l.str=e(n.slice(r+1,a)),l.ok=!0,l;if(o===92&&a+1<s){a+=2;continue}a++}return l}for(i=0;a<s&&(o=n.charCodeAt(a),!(o===32||o<32||o===127));){if(o===92&&a+1<s){if(n.charCodeAt(a+1)===32)break;a+=2;continue}if(o===40&&(i++,i>32))return l;if(o===41){if(i===0)break;i--}a++}return r===a||i!==0||(l.str=e(n.slice(r,a)),l.pos=a,l.ok=!0),l},Lc}var $c,Pv;function hO(){if(Pv)return $c;Pv=1;var e=nt().unescapeAll;return $c=function(n,r,s){var o,i,a=0,l=r,u={ok:!1,pos:0,lines:0,str:""};if(l>=s||(i=n.charCodeAt(l),i!==34&&i!==39&&i!==40))return u;for(l++,i===40&&(i=41);l<s;){if(o=n.charCodeAt(l),o===i)return u.pos=l+1,u.lines=a,u.str=e(n.slice(r+1,l)),u.ok=!0,u;if(o===40&&i===41)return u;o===10?a++:o===92&&l+1<s&&(l++,n.charCodeAt(l)===10&&a++),l++}return u},$c}var Dv;function gO(){return Dv||(Dv=1,ys.parseLinkLabel=dO(),ys.parseLinkDestination=pO(),ys.parseLinkTitle=hO()),ys}var Ic,Nv;function mO(){if(Nv)return Ic;Nv=1;var e=nt().assign,t=nt().unescapeAll,n=nt().escapeHtml,r={};r.code_inline=function(o,i,a,l,u){var f=o[i];return"<code"+u.renderAttrs(f)+">"+n(f.content)+"</code>"},r.code_block=function(o,i,a,l,u){var f=o[i];return"<pre"+u.renderAttrs(f)+"><code>"+n(o[i].content)+`</code></pre>
37
+ `},r.fence=function(o,i,a,l,u){var f=o[i],c=f.info?t(f.info).trim():"",p="",d="",m,g,C,h,k;return c&&(C=c.split(/(\s+)/g),p=C[0],d=C.slice(2).join("")),a.highlight?m=a.highlight(f.content,p,d)||n(f.content):m=n(f.content),m.indexOf("<pre")===0?m+`
38
+ `:c?(g=f.attrIndex("class"),h=f.attrs?f.attrs.slice():[],g<0?h.push(["class",a.langPrefix+p]):(h[g]=h[g].slice(),h[g][1]+=" "+a.langPrefix+p),k={attrs:h},"<pre><code"+u.renderAttrs(k)+">"+m+`</code></pre>
39
+ `):"<pre><code"+u.renderAttrs(f)+">"+m+`</code></pre>
40
+ `},r.image=function(o,i,a,l,u){var f=o[i];return f.attrs[f.attrIndex("alt")][1]=u.renderInlineAsText(f.children,a,l),u.renderToken(o,i,a)},r.hardbreak=function(o,i,a){return a.xhtmlOut?`<br />
41
+ `:`<br>
42
+ `},r.softbreak=function(o,i,a){return a.breaks?a.xhtmlOut?`<br />
43
+ `:`<br>
44
+ `:`
45
+ `},r.text=function(o,i){return n(o[i].content)},r.html_block=function(o,i){return o[i].content},r.html_inline=function(o,i){return o[i].content};function s(){this.rules=e({},r)}return s.prototype.renderAttrs=function(i){var a,l,u;if(!i.attrs)return"";for(u="",a=0,l=i.attrs.length;a<l;a++)u+=" "+n(i.attrs[a][0])+'="'+n(i.attrs[a][1])+'"';return u},s.prototype.renderToken=function(i,a,l){var u,f="",c=!1,p=i[a];return p.hidden?"":(p.block&&p.nesting!==-1&&a&&i[a-1].hidden&&(f+=`
46
+ `),f+=(p.nesting===-1?"</":"<")+p.tag,f+=this.renderAttrs(p),p.nesting===0&&l.xhtmlOut&&(f+=" /"),p.block&&(c=!0,p.nesting===1&&a+1<i.length&&(u=i[a+1],(u.type==="inline"||u.hidden||u.nesting===-1&&u.tag===p.tag)&&(c=!1))),f+=c?`>
47
+ `:">",f)},s.prototype.renderInline=function(o,i,a){for(var l,u="",f=this.rules,c=0,p=o.length;c<p;c++)l=o[c].type,typeof f[l]<"u"?u+=f[l](o,c,i,a,this):u+=this.renderToken(o,c,i);return u},s.prototype.renderInlineAsText=function(o,i,a){for(var l="",u=0,f=o.length;u<f;u++)o[u].type==="text"?l+=o[u].content:o[u].type==="image"?l+=this.renderInlineAsText(o[u].children,i,a):o[u].type==="softbreak"&&(l+=`
48
+ `);return l},s.prototype.render=function(o,i,a){var l,u,f,c="",p=this.rules;for(l=0,u=o.length;l<u;l++)f=o[l].type,f==="inline"?c+=this.renderInline(o[l].children,i,a):typeof p[f]<"u"?c+=p[f](o,l,i,a,this):c+=this.renderToken(o,l,i,a);return c},Ic=s,Ic}var Rc,Bv;function Oc(){if(Bv)return Rc;Bv=1;function e(){this.__rules__=[],this.__cache__=null}return e.prototype.__find__=function(t){for(var n=0;n<this.__rules__.length;n++)if(this.__rules__[n].name===t)return n;return-1},e.prototype.__compile__=function(){var t=this,n=[""];t.__rules__.forEach(function(r){r.enabled&&r.alt.forEach(function(s){n.indexOf(s)<0&&n.push(s)})}),t.__cache__={},n.forEach(function(r){t.__cache__[r]=[],t.__rules__.forEach(function(s){s.enabled&&(r&&s.alt.indexOf(r)<0||t.__cache__[r].push(s.fn))})})},e.prototype.at=function(t,n,r){var s=this.__find__(t),o=r||{};if(s===-1)throw new Error("Parser rule not found: "+t);this.__rules__[s].fn=n,this.__rules__[s].alt=o.alt||[],this.__cache__=null},e.prototype.before=function(t,n,r,s){var o=this.__find__(t),i=s||{};if(o===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o,0,{name:n,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},e.prototype.after=function(t,n,r,s){var o=this.__find__(t),i=s||{};if(o===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o+1,0,{name:n,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},e.prototype.push=function(t,n,r){var s=r||{};this.__rules__.push({name:t,enabled:!0,fn:n,alt:s.alt||[]}),this.__cache__=null},e.prototype.enable=function(t,n){Array.isArray(t)||(t=[t]);var r=[];return t.forEach(function(s){var o=this.__find__(s);if(o<0){if(n)return;throw new Error("Rules manager: invalid rule name "+s)}this.__rules__[o].enabled=!0,r.push(s)},this),this.__cache__=null,r},e.prototype.enableOnly=function(t,n){Array.isArray(t)||(t=[t]),this.__rules__.forEach(function(r){r.enabled=!1}),this.enable(t,n)},e.prototype.disable=function(t,n){Array.isArray(t)||(t=[t]);var r=[];return t.forEach(function(s){var o=this.__find__(s);if(o<0){if(n)return;throw new Error("Rules manager: invalid rule name "+s)}this.__rules__[o].enabled=!1,r.push(s)},this),this.__cache__=null,r},e.prototype.getRules=function(t){return this.__cache__===null&&this.__compile__(),this.__cache__[t]||[]},Rc=e,Rc}var Pc,qv;function vO(){if(qv)return Pc;qv=1;var e=/\r\n?|\n/g,t=/\0/g;return Pc=function(r){var s;s=r.src.replace(e,`
49
+ `),s=s.replace(t,"�"),r.src=s},Pc}var Dc,Fv;function bO(){return Fv||(Fv=1,Dc=function(t){var n;t.inlineMode?(n=new t.Token("inline","",0),n.content=t.src,n.map=[0,1],n.children=[],t.tokens.push(n)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}),Dc}var Nc,zv;function _O(){return zv||(zv=1,Nc=function(t){var n=t.tokens,r,s,o;for(s=0,o=n.length;s<o;s++)r=n[s],r.type==="inline"&&t.md.inline.parse(r.content,t.md,t.env,r.children)}),Nc}var Bc,Hv;function yO(){if(Hv)return Bc;Hv=1;var e=nt().arrayReplaceAt;function t(r){return/^<a[>\s]/i.test(r)}function n(r){return/^<\/a\s*>/i.test(r)}return Bc=function(s){var o,i,a,l,u,f,c,p,d,m,g,C,h,k,y,_,E=s.tokens,x;if(s.md.options.linkify){for(i=0,a=E.length;i<a;i++)if(!(E[i].type!=="inline"||!s.md.linkify.pretest(E[i].content)))for(l=E[i].children,h=0,o=l.length-1;o>=0;o--){if(f=l[o],f.type==="link_close"){for(o--;l[o].level!==f.level&&l[o].type!=="link_open";)o--;continue}if(f.type==="html_inline"&&(t(f.content)&&h>0&&h--,n(f.content)&&h++),!(h>0)&&f.type==="text"&&s.md.linkify.test(f.content)){for(d=f.content,x=s.md.linkify.match(d),c=[],C=f.level,g=0,x.length>0&&x[0].index===0&&o>0&&l[o-1].type==="text_special"&&(x=x.slice(1)),p=0;p<x.length;p++)k=x[p].url,y=s.md.normalizeLink(k),s.md.validateLink(y)&&(_=x[p].text,x[p].schema?x[p].schema==="mailto:"&&!/^mailto:/i.test(_)?_=s.md.normalizeLinkText("mailto:"+_).replace(/^mailto:/,""):_=s.md.normalizeLinkText(_):_=s.md.normalizeLinkText("http://"+_).replace(/^http:\/\//,""),m=x[p].index,m>g&&(u=new s.Token("text","",0),u.content=d.slice(g,m),u.level=C,c.push(u)),u=new s.Token("link_open","a",1),u.attrs=[["href",y]],u.level=C++,u.markup="linkify",u.info="auto",c.push(u),u=new s.Token("text","",0),u.content=_,u.level=C,c.push(u),u=new s.Token("link_close","a",-1),u.level=--C,u.markup="linkify",u.info="auto",c.push(u),g=x[p].lastIndex);g<d.length&&(u=new s.Token("text","",0),u.content=d.slice(g),u.level=C,c.push(u)),E[i].children=l=e(l,o,c)}}}},Bc}var qc,jv;function wO(){if(jv)return qc;jv=1;var e=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,t=/\((c|tm|r)\)/i,n=/\((c|tm|r)\)/ig,r={c:"©",r:"®",tm:"™"};function s(a,l){return r[l.toLowerCase()]}function o(a){var l,u,f=0;for(l=a.length-1;l>=0;l--)u=a[l],u.type==="text"&&!f&&(u.content=u.content.replace(n,s)),u.type==="link_open"&&u.info==="auto"&&f--,u.type==="link_close"&&u.info==="auto"&&f++}function i(a){var l,u,f=0;for(l=a.length-1;l>=0;l--)u=a[l],u.type==="text"&&!f&&e.test(u.content)&&(u.content=u.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–")),u.type==="link_open"&&u.info==="auto"&&f--,u.type==="link_close"&&u.info==="auto"&&f++}return qc=function(l){var u;if(l.md.options.typographer)for(u=l.tokens.length-1;u>=0;u--)l.tokens[u].type==="inline"&&(t.test(l.tokens[u].content)&&o(l.tokens[u].children),e.test(l.tokens[u].content)&&i(l.tokens[u].children))},qc}var Fc,Vv;function kO(){if(Vv)return Fc;Vv=1;var e=nt().isWhiteSpace,t=nt().isPunctChar,n=nt().isMdAsciiPunct,r=/['"]/,s=/['"]/g,o="’";function i(l,u,f){return l.slice(0,u)+f+l.slice(u+1)}function a(l,u){var f,c,p,d,m,g,C,h,k,y,_,E,x,M,L,R,D,B,N,oe,F;for(N=[],f=0;f<l.length;f++){for(c=l[f],C=l[f].level,D=N.length-1;D>=0&&!(N[D].level<=C);D--);if(N.length=D+1,c.type==="text"){p=c.content,m=0,g=p.length;e:for(;m<g&&(s.lastIndex=m,d=s.exec(p),!!d);){if(L=R=!0,m=d.index+1,B=d[0]==="'",k=32,d.index-1>=0)k=p.charCodeAt(d.index-1);else for(D=f-1;D>=0&&!(l[D].type==="softbreak"||l[D].type==="hardbreak");D--)if(l[D].content){k=l[D].content.charCodeAt(l[D].content.length-1);break}if(y=32,m<g)y=p.charCodeAt(m);else for(D=f+1;D<l.length&&!(l[D].type==="softbreak"||l[D].type==="hardbreak");D++)if(l[D].content){y=l[D].content.charCodeAt(0);break}if(_=n(k)||t(String.fromCharCode(k)),E=n(y)||t(String.fromCharCode(y)),x=e(k),M=e(y),M?L=!1:E&&(x||_||(L=!1)),x?R=!1:_&&(M||E||(R=!1)),y===34&&d[0]==='"'&&k>=48&&k<=57&&(R=L=!1),L&&R&&(L=_,R=E),!L&&!R){B&&(c.content=i(c.content,d.index,o));continue}if(R){for(D=N.length-1;D>=0&&(h=N[D],!(N[D].level<C));D--)if(h.single===B&&N[D].level===C){h=N[D],B?(oe=u.md.options.quotes[2],F=u.md.options.quotes[3]):(oe=u.md.options.quotes[0],F=u.md.options.quotes[1]),c.content=i(c.content,d.index,F),l[h.token].content=i(l[h.token].content,h.pos,oe),m+=F.length-1,h.token===f&&(m+=oe.length-1),p=c.content,g=p.length,N.length=D;continue e}}L?N.push({token:f,pos:d.index,single:B,level:C}):R&&B&&(c.content=i(c.content,d.index,o))}}}}return Fc=function(u){var f;if(u.md.options.typographer)for(f=u.tokens.length-1;f>=0;f--)u.tokens[f].type!=="inline"||!r.test(u.tokens[f].content)||a(u.tokens[f].children,u)},Fc}var zc,Uv;function CO(){return Uv||(Uv=1,zc=function(t){var n,r,s,o,i,a,l=t.tokens;for(n=0,r=l.length;n<r;n++)if(l[n].type==="inline"){for(s=l[n].children,i=s.length,o=0;o<i;o++)s[o].type==="text_special"&&(s[o].type="text");for(o=a=0;o<i;o++)s[o].type==="text"&&o+1<i&&s[o+1].type==="text"?s[o+1].content=s[o].content+s[o+1].content:(o!==a&&(s[a]=s[o]),a++);o!==a&&(s.length=a)}}),zc}var Hc,Kv;function jc(){if(Kv)return Hc;Kv=1;function e(t,n,r){this.type=t,this.tag=n,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}return e.prototype.attrIndex=function(n){var r,s,o;if(!this.attrs)return-1;for(r=this.attrs,s=0,o=r.length;s<o;s++)if(r[s][0]===n)return s;return-1},e.prototype.attrPush=function(n){this.attrs?this.attrs.push(n):this.attrs=[n]},e.prototype.attrSet=function(n,r){var s=this.attrIndex(n),o=[n,r];s<0?this.attrPush(o):this.attrs[s]=o},e.prototype.attrGet=function(n){var r=this.attrIndex(n),s=null;return r>=0&&(s=this.attrs[r][1]),s},e.prototype.attrJoin=function(n,r){var s=this.attrIndex(n);s<0?this.attrPush([n,r]):this.attrs[s][1]=this.attrs[s][1]+" "+r},Hc=e,Hc}var Vc,Gv;function xO(){if(Gv)return Vc;Gv=1;var e=jc();function t(n,r,s){this.src=n,this.env=s,this.tokens=[],this.inlineMode=!1,this.md=r}return t.prototype.Token=e,Vc=t,Vc}var Uc,Wv;function EO(){if(Wv)return Uc;Wv=1;var e=Oc(),t=[["normalize",vO()],["block",bO()],["inline",_O()],["linkify",yO()],["replacements",wO()],["smartquotes",kO()],["text_join",CO()]];function n(){this.ruler=new e;for(var r=0;r<t.length;r++)this.ruler.push(t[r][0],t[r][1])}return n.prototype.process=function(r){var s,o,i;for(i=this.ruler.getRules(""),s=0,o=i.length;s<o;s++)i[s](r)},n.prototype.State=xO(),Uc=n,Uc}var Kc,Zv;function SO(){if(Zv)return Kc;Zv=1;var e=nt().isSpace;function t(r,s){var o=r.bMarks[s]+r.tShift[s],i=r.eMarks[s];return r.src.slice(o,i)}function n(r){var s=[],o=0,i=r.length,a,l=!1,u=0,f="";for(a=r.charCodeAt(o);o<i;)a===124&&(l?(f+=r.substring(u,o-1),u=o):(s.push(f+r.substring(u,o)),f="",u=o+1)),l=a===92,o++,a=r.charCodeAt(o);return s.push(f+r.substring(u)),s}return Kc=function(s,o,i,a){var l,u,f,c,p,d,m,g,C,h,k,y,_,E,x,M,L,R;if(o+2>i||(d=o+1,s.sCount[d]<s.blkIndent)||s.sCount[d]-s.blkIndent>=4||(f=s.bMarks[d]+s.tShift[d],f>=s.eMarks[d])||(L=s.src.charCodeAt(f++),L!==124&&L!==45&&L!==58)||f>=s.eMarks[d]||(R=s.src.charCodeAt(f++),R!==124&&R!==45&&R!==58&&!e(R))||L===45&&e(R))return!1;for(;f<s.eMarks[d];){if(l=s.src.charCodeAt(f),l!==124&&l!==45&&l!==58&&!e(l))return!1;f++}for(u=t(s,o+1),m=u.split("|"),h=[],c=0;c<m.length;c++){if(k=m[c].trim(),!k){if(c===0||c===m.length-1)continue;return!1}if(!/^:?-+:?$/.test(k))return!1;k.charCodeAt(k.length-1)===58?h.push(k.charCodeAt(0)===58?"center":"right"):k.charCodeAt(0)===58?h.push("left"):h.push("")}if(u=t(s,o).trim(),u.indexOf("|")===-1||s.sCount[o]-s.blkIndent>=4||(m=n(u),m.length&&m[0]===""&&m.shift(),m.length&&m[m.length-1]===""&&m.pop(),g=m.length,g===0||g!==h.length))return!1;if(a)return!0;for(E=s.parentType,s.parentType="table",M=s.md.block.ruler.getRules("blockquote"),C=s.push("table_open","table",1),C.map=y=[o,0],C=s.push("thead_open","thead",1),C.map=[o,o+1],C=s.push("tr_open","tr",1),C.map=[o,o+1],c=0;c<m.length;c++)C=s.push("th_open","th",1),h[c]&&(C.attrs=[["style","text-align:"+h[c]]]),C=s.push("inline","",0),C.content=m[c].trim(),C.children=[],C=s.push("th_close","th",-1);for(C=s.push("tr_close","tr",-1),C=s.push("thead_close","thead",-1),d=o+2;d<i&&!(s.sCount[d]<s.blkIndent);d++){for(x=!1,c=0,p=M.length;c<p;c++)if(M[c](s,d,i,!0)){x=!0;break}if(x||(u=t(s,d).trim(),!u)||s.sCount[d]-s.blkIndent>=4)break;for(m=n(u),m.length&&m[0]===""&&m.shift(),m.length&&m[m.length-1]===""&&m.pop(),d===o+2&&(C=s.push("tbody_open","tbody",1),C.map=_=[o+2,0]),C=s.push("tr_open","tr",1),C.map=[d,d+1],c=0;c<g;c++)C=s.push("td_open","td",1),h[c]&&(C.attrs=[["style","text-align:"+h[c]]]),C=s.push("inline","",0),C.content=m[c]?m[c].trim():"",C.children=[],C=s.push("td_close","td",-1);C=s.push("tr_close","tr",-1)}return _&&(C=s.push("tbody_close","tbody",-1),_[1]=d),C=s.push("table_close","table",-1),y[1]=d,s.parentType=E,s.line=d,!0},Kc}var Gc,Jv;function AO(){return Jv||(Jv=1,Gc=function(t,n,r){var s,o,i;if(t.sCount[n]-t.blkIndent<4)return!1;for(o=s=n+1;s<r;){if(t.isEmpty(s)){s++;continue}if(t.sCount[s]-t.blkIndent>=4){s++,o=s;continue}break}return t.line=o,i=t.push("code_block","code",0),i.content=t.getLines(n,o,4+t.blkIndent,!1)+`
50
+ `,i.map=[n,t.line],!0}),Gc}var Wc,Xv;function TO(){return Xv||(Xv=1,Wc=function(t,n,r,s){var o,i,a,l,u,f,c,p=!1,d=t.bMarks[n]+t.tShift[n],m=t.eMarks[n];if(t.sCount[n]-t.blkIndent>=4||d+3>m||(o=t.src.charCodeAt(d),o!==126&&o!==96)||(u=d,d=t.skipChars(d,o),i=d-u,i<3)||(c=t.src.slice(u,d),a=t.src.slice(d,m),o===96&&a.indexOf(String.fromCharCode(o))>=0))return!1;if(s)return!0;for(l=n;l++,!(l>=r||(d=u=t.bMarks[l]+t.tShift[l],m=t.eMarks[l],d<m&&t.sCount[l]<t.blkIndent));)if(t.src.charCodeAt(d)===o&&!(t.sCount[l]-t.blkIndent>=4)&&(d=t.skipChars(d,o),!(d-u<i)&&(d=t.skipSpaces(d),!(d<m)))){p=!0;break}return i=t.sCount[n],t.line=l+(p?1:0),f=t.push("fence","code",0),f.info=a,f.content=t.getLines(n+1,l,i,!0),f.markup=c,f.map=[n,t.line],!0}),Wc}var Zc,Yv;function MO(){if(Yv)return Zc;Yv=1;var e=nt().isSpace;return Zc=function(n,r,s,o){var i,a,l,u,f,c,p,d,m,g,C,h,k,y,_,E,x,M,L,R,D=n.lineMax,B=n.bMarks[r]+n.tShift[r],N=n.eMarks[r];if(n.sCount[r]-n.blkIndent>=4||n.src.charCodeAt(B)!==62)return!1;if(o)return!0;for(g=[],C=[],y=[],_=[],M=n.md.block.ruler.getRules("blockquote"),k=n.parentType,n.parentType="blockquote",d=r;d<s&&(R=n.sCount[d]<n.blkIndent,B=n.bMarks[d]+n.tShift[d],N=n.eMarks[d],!(B>=N));d++){if(n.src.charCodeAt(B++)===62&&!R){for(u=n.sCount[d]+1,n.src.charCodeAt(B)===32?(B++,u++,i=!1,E=!0):n.src.charCodeAt(B)===9?(E=!0,(n.bsCount[d]+u)%4===3?(B++,u++,i=!1):i=!0):E=!1,m=u,g.push(n.bMarks[d]),n.bMarks[d]=B;B<N&&(a=n.src.charCodeAt(B),e(a));){a===9?m+=4-(m+n.bsCount[d]+(i?1:0))%4:m++;B++}c=B>=N,C.push(n.bsCount[d]),n.bsCount[d]=n.sCount[d]+1+(E?1:0),y.push(n.sCount[d]),n.sCount[d]=m-u,_.push(n.tShift[d]),n.tShift[d]=B-n.bMarks[d];continue}if(c)break;for(x=!1,l=0,f=M.length;l<f;l++)if(M[l](n,d,s,!0)){x=!0;break}if(x){n.lineMax=d,n.blkIndent!==0&&(g.push(n.bMarks[d]),C.push(n.bsCount[d]),_.push(n.tShift[d]),y.push(n.sCount[d]),n.sCount[d]-=n.blkIndent);break}g.push(n.bMarks[d]),C.push(n.bsCount[d]),_.push(n.tShift[d]),y.push(n.sCount[d]),n.sCount[d]=-1}for(h=n.blkIndent,n.blkIndent=0,L=n.push("blockquote_open","blockquote",1),L.markup=">",L.map=p=[r,0],n.md.block.tokenize(n,r,d),L=n.push("blockquote_close","blockquote",-1),L.markup=">",n.lineMax=D,n.parentType=k,p[1]=n.line,l=0;l<_.length;l++)n.bMarks[l+r]=g[l],n.tShift[l+r]=_[l],n.sCount[l+r]=y[l],n.bsCount[l+r]=C[l];return n.blkIndent=h,!0},Zc}var Jc,Qv;function LO(){if(Qv)return Jc;Qv=1;var e=nt().isSpace;return Jc=function(n,r,s,o){var i,a,l,u,f=n.bMarks[r]+n.tShift[r],c=n.eMarks[r];if(n.sCount[r]-n.blkIndent>=4||(i=n.src.charCodeAt(f++),i!==42&&i!==45&&i!==95))return!1;for(a=1;f<c;){if(l=n.src.charCodeAt(f++),l!==i&&!e(l))return!1;l===i&&a++}return a<3?!1:(o||(n.line=r+1,u=n.push("hr","hr",0),u.map=[r,n.line],u.markup=Array(a+1).join(String.fromCharCode(i))),!0)},Jc}var Xc,eb;function $O(){if(eb)return Xc;eb=1;var e=nt().isSpace;function t(s,o){var i,a,l,u;return a=s.bMarks[o]+s.tShift[o],l=s.eMarks[o],i=s.src.charCodeAt(a++),i!==42&&i!==45&&i!==43||a<l&&(u=s.src.charCodeAt(a),!e(u))?-1:a}function n(s,o){var i,a=s.bMarks[o]+s.tShift[o],l=a,u=s.eMarks[o];if(l+1>=u||(i=s.src.charCodeAt(l++),i<48||i>57))return-1;for(;;){if(l>=u)return-1;if(i=s.src.charCodeAt(l++),i>=48&&i<=57){if(l-a>=10)return-1;continue}if(i===41||i===46)break;return-1}return l<u&&(i=s.src.charCodeAt(l),!e(i))?-1:l}function r(s,o){var i,a,l=s.level+2;for(i=o+2,a=s.tokens.length-2;i<a;i++)s.tokens[i].level===l&&s.tokens[i].type==="paragraph_open"&&(s.tokens[i+2].hidden=!0,s.tokens[i].hidden=!0,i+=2)}return Xc=function(o,i,a,l){var u,f,c,p,d,m,g,C,h,k,y,_,E,x,M,L,R,D,B,N,oe,F,ie,j,V,H,Y,I=i,Z=!1,K=!0;if(o.sCount[I]-o.blkIndent>=4||o.listIndent>=0&&o.sCount[I]-o.listIndent>=4&&o.sCount[I]<o.blkIndent)return!1;if(l&&o.parentType==="paragraph"&&o.sCount[I]>=o.blkIndent&&(Z=!0),(F=n(o,I))>=0){if(g=!0,j=o.bMarks[I]+o.tShift[I],E=Number(o.src.slice(j,F-1)),Z&&E!==1)return!1}else if((F=t(o,I))>=0)g=!1;else return!1;if(Z&&o.skipSpaces(F)>=o.eMarks[I])return!1;if(l)return!0;for(_=o.src.charCodeAt(F-1),y=o.tokens.length,g?(Y=o.push("ordered_list_open","ol",1),E!==1&&(Y.attrs=[["start",E]])):Y=o.push("bullet_list_open","ul",1),Y.map=k=[I,0],Y.markup=String.fromCharCode(_),ie=!1,H=o.md.block.ruler.getRules("list"),R=o.parentType,o.parentType="list";I<a;){for(oe=F,x=o.eMarks[I],m=M=o.sCount[I]+F-(o.bMarks[I]+o.tShift[I]);oe<x;){if(u=o.src.charCodeAt(oe),u===9)M+=4-(M+o.bsCount[I])%4;else if(u===32)M++;else break;oe++}if(f=oe,f>=x?d=1:d=M-m,d>4&&(d=1),p=m+d,Y=o.push("list_item_open","li",1),Y.markup=String.fromCharCode(_),Y.map=C=[I,0],g&&(Y.info=o.src.slice(j,F-1)),N=o.tight,B=o.tShift[I],D=o.sCount[I],L=o.listIndent,o.listIndent=o.blkIndent,o.blkIndent=p,o.tight=!0,o.tShift[I]=f-o.bMarks[I],o.sCount[I]=M,f>=x&&o.isEmpty(I+1)?o.line=Math.min(o.line+2,a):o.md.block.tokenize(o,I,a,!0),(!o.tight||ie)&&(K=!1),ie=o.line-I>1&&o.isEmpty(o.line-1),o.blkIndent=o.listIndent,o.listIndent=L,o.tShift[I]=B,o.sCount[I]=D,o.tight=N,Y=o.push("list_item_close","li",-1),Y.markup=String.fromCharCode(_),I=o.line,C[1]=I,I>=a||o.sCount[I]<o.blkIndent||o.sCount[I]-o.blkIndent>=4)break;for(V=!1,c=0,h=H.length;c<h;c++)if(H[c](o,I,a,!0)){V=!0;break}if(V)break;if(g){if(F=n(o,I),F<0)break;j=o.bMarks[I]+o.tShift[I]}else if(F=t(o,I),F<0)break;if(_!==o.src.charCodeAt(F-1))break}return g?Y=o.push("ordered_list_close","ol",-1):Y=o.push("bullet_list_close","ul",-1),Y.markup=String.fromCharCode(_),k[1]=I,o.line=I,o.parentType=R,K&&r(o,y),!0},Xc}var Yc,tb;function IO(){if(tb)return Yc;tb=1;var e=nt().normalizeReference,t=nt().isSpace;return Yc=function(r,s,o,i){var a,l,u,f,c,p,d,m,g,C,h,k,y,_,E,x,M=0,L=r.bMarks[s]+r.tShift[s],R=r.eMarks[s],D=s+1;if(r.sCount[s]-r.blkIndent>=4||r.src.charCodeAt(L)!==91)return!1;for(;++L<R;)if(r.src.charCodeAt(L)===93&&r.src.charCodeAt(L-1)!==92){if(L+1===R||r.src.charCodeAt(L+1)!==58)return!1;break}for(f=r.lineMax,E=r.md.block.ruler.getRules("reference"),C=r.parentType,r.parentType="reference";D<f&&!r.isEmpty(D);D++)if(!(r.sCount[D]-r.blkIndent>3)&&!(r.sCount[D]<0)){for(_=!1,p=0,d=E.length;p<d;p++)if(E[p](r,D,f,!0)){_=!0;break}if(_)break}for(y=r.getLines(s,D,r.blkIndent,!1).trim(),R=y.length,L=1;L<R;L++){if(a=y.charCodeAt(L),a===91)return!1;if(a===93){g=L;break}else a===10?M++:a===92&&(L++,L<R&&y.charCodeAt(L)===10&&M++)}if(g<0||y.charCodeAt(g+1)!==58)return!1;for(L=g+2;L<R;L++)if(a=y.charCodeAt(L),a===10)M++;else if(!t(a))break;if(h=r.md.helpers.parseLinkDestination(y,L,R),!h.ok||(c=r.md.normalizeLink(h.str),!r.md.validateLink(c)))return!1;for(L=h.pos,M+=h.lines,l=L,u=M,k=L;L<R;L++)if(a=y.charCodeAt(L),a===10)M++;else if(!t(a))break;for(h=r.md.helpers.parseLinkTitle(y,L,R),L<R&&k!==L&&h.ok?(x=h.str,L=h.pos,M+=h.lines):(x="",L=l,M=u);L<R&&(a=y.charCodeAt(L),!!t(a));)L++;if(L<R&&y.charCodeAt(L)!==10&&x)for(x="",L=l,M=u;L<R&&(a=y.charCodeAt(L),!!t(a));)L++;return L<R&&y.charCodeAt(L)!==10||(m=e(y.slice(1,g)),!m)?!1:(i||(typeof r.env.references>"u"&&(r.env.references={}),typeof r.env.references[m]>"u"&&(r.env.references[m]={title:x,href:c}),r.parentType=C,r.line=s+M+1),!0)},Yc}var Qc,nb;function RO(){return nb||(nb=1,Qc=["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","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]),Qc}var Ki={},rb;function ob(){if(rb)return Ki;rb=1;var e="[a-zA-Z_:][a-zA-Z0-9:._-]*",t="[^\"'=<>`\\x00-\\x20]+",n="'[^']*'",r='"[^"]*"',s="(?:"+t+"|"+n+"|"+r+")",o="(?:\\s+"+e+"(?:\\s*=\\s*"+s+")?)",i="<[A-Za-z][A-Za-z0-9\\-]*"+o+"*\\s*\\/?>",a="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",l="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",u="<[?][\\s\\S]*?[?]>",f="<![A-Z]+\\s+[^>]*>",c="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",p=new RegExp("^(?:"+i+"|"+a+"|"+l+"|"+u+"|"+f+"|"+c+")"),d=new RegExp("^(?:"+i+"|"+a+")");return Ki.HTML_TAG_RE=p,Ki.HTML_OPEN_CLOSE_TAG_RE=d,Ki}var eu,sb;function OO(){if(sb)return eu;sb=1;var e=RO(),t=ob().HTML_OPEN_CLOSE_TAG_RE,n=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+e.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(t.source+"\\s*$"),/^$/,!1]];return eu=function(s,o,i,a){var l,u,f,c,p=s.bMarks[o]+s.tShift[o],d=s.eMarks[o];if(s.sCount[o]-s.blkIndent>=4||!s.md.options.html||s.src.charCodeAt(p)!==60)return!1;for(c=s.src.slice(p,d),l=0;l<n.length&&!n[l][0].test(c);l++);if(l===n.length)return!1;if(a)return n[l][2];if(u=o+1,!n[l][1].test(c)){for(;u<i&&!(s.sCount[u]<s.blkIndent);u++)if(p=s.bMarks[u]+s.tShift[u],d=s.eMarks[u],c=s.src.slice(p,d),n[l][1].test(c)){c.length!==0&&u++;break}}return s.line=u,f=s.push("html_block","",0),f.map=[o,u],f.content=s.getLines(o,u,s.blkIndent,!0),!0},eu}var tu,ib;function PO(){if(ib)return tu;ib=1;var e=nt().isSpace;return tu=function(n,r,s,o){var i,a,l,u,f=n.bMarks[r]+n.tShift[r],c=n.eMarks[r];if(n.sCount[r]-n.blkIndent>=4||(i=n.src.charCodeAt(f),i!==35||f>=c))return!1;for(a=1,i=n.src.charCodeAt(++f);i===35&&f<c&&a<=6;)a++,i=n.src.charCodeAt(++f);return a>6||f<c&&!e(i)?!1:(o||(c=n.skipSpacesBack(c,f),l=n.skipCharsBack(c,35,f),l>f&&e(n.src.charCodeAt(l-1))&&(c=l),n.line=r+1,u=n.push("heading_open","h"+String(a),1),u.markup="########".slice(0,a),u.map=[r,n.line],u=n.push("inline","",0),u.content=n.src.slice(f,c).trim(),u.map=[r,n.line],u.children=[],u=n.push("heading_close","h"+String(a),-1),u.markup="########".slice(0,a)),!0)},tu}var nu,ab;function DO(){return ab||(ab=1,nu=function(t,n,r){var s,o,i,a,l,u,f,c,p,d=n+1,m,g=t.md.block.ruler.getRules("paragraph");if(t.sCount[n]-t.blkIndent>=4)return!1;for(m=t.parentType,t.parentType="paragraph";d<r&&!t.isEmpty(d);d++)if(!(t.sCount[d]-t.blkIndent>3)){if(t.sCount[d]>=t.blkIndent&&(u=t.bMarks[d]+t.tShift[d],f=t.eMarks[d],u<f&&(p=t.src.charCodeAt(u),(p===45||p===61)&&(u=t.skipChars(u,p),u=t.skipSpaces(u),u>=f)))){c=p===61?1:2;break}if(!(t.sCount[d]<0)){for(o=!1,i=0,a=g.length;i<a;i++)if(g[i](t,d,r,!0)){o=!0;break}if(o)break}}return c?(s=t.getLines(n,d,t.blkIndent,!1).trim(),t.line=d+1,l=t.push("heading_open","h"+String(c),1),l.markup=String.fromCharCode(p),l.map=[n,t.line],l=t.push("inline","",0),l.content=s,l.map=[n,t.line-1],l.children=[],l=t.push("heading_close","h"+String(c),-1),l.markup=String.fromCharCode(p),t.parentType=m,!0):!1}),nu}var ru,lb;function NO(){return lb||(lb=1,ru=function(t,n,r){var s,o,i,a,l,u,f=n+1,c=t.md.block.ruler.getRules("paragraph");for(u=t.parentType,t.parentType="paragraph";f<r&&!t.isEmpty(f);f++)if(!(t.sCount[f]-t.blkIndent>3)&&!(t.sCount[f]<0)){for(o=!1,i=0,a=c.length;i<a;i++)if(c[i](t,f,r,!0)){o=!0;break}if(o)break}return s=t.getLines(n,f,t.blkIndent,!1).trim(),t.line=f,l=t.push("paragraph_open","p",1),l.map=[n,t.line],l=t.push("inline","",0),l.content=s,l.map=[n,t.line],l.children=[],l=t.push("paragraph_close","p",-1),t.parentType=u,!0}),ru}var ou,cb;function BO(){if(cb)return ou;cb=1;var e=jc(),t=nt().isSpace;function n(r,s,o,i){var a,l,u,f,c,p,d,m;for(this.src=r,this.md=s,this.env=o,this.tokens=i,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,this.result="",l=this.src,m=!1,u=f=p=d=0,c=l.length;f<c;f++){if(a=l.charCodeAt(f),!m)if(t(a)){p++,a===9?d+=4-d%4:d++;continue}else m=!0;(a===10||f===c-1)&&(a!==10&&f++,this.bMarks.push(u),this.eMarks.push(f),this.tShift.push(p),this.sCount.push(d),this.bsCount.push(0),m=!1,p=0,d=0,u=f+1)}this.bMarks.push(l.length),this.eMarks.push(l.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}return n.prototype.push=function(r,s,o){var i=new e(r,s,o);return i.block=!0,o<0&&this.level--,i.level=this.level,o>0&&this.level++,this.tokens.push(i),i},n.prototype.isEmpty=function(s){return this.bMarks[s]+this.tShift[s]>=this.eMarks[s]},n.prototype.skipEmptyLines=function(s){for(var o=this.lineMax;s<o&&!(this.bMarks[s]+this.tShift[s]<this.eMarks[s]);s++);return s},n.prototype.skipSpaces=function(s){for(var o,i=this.src.length;s<i&&(o=this.src.charCodeAt(s),!!t(o));s++);return s},n.prototype.skipSpacesBack=function(s,o){if(s<=o)return s;for(;s>o;)if(!t(this.src.charCodeAt(--s)))return s+1;return s},n.prototype.skipChars=function(s,o){for(var i=this.src.length;s<i&&this.src.charCodeAt(s)===o;s++);return s},n.prototype.skipCharsBack=function(s,o,i){if(s<=i)return s;for(;s>i;)if(o!==this.src.charCodeAt(--s))return s+1;return s},n.prototype.getLines=function(s,o,i,a){var l,u,f,c,p,d,m,g=s;if(s>=o)return"";for(d=new Array(o-s),l=0;g<o;g++,l++){for(u=0,m=c=this.bMarks[g],g+1<o||a?p=this.eMarks[g]+1:p=this.eMarks[g];c<p&&u<i;){if(f=this.src.charCodeAt(c),t(f))f===9?u+=4-(u+this.bsCount[g])%4:u++;else if(c-m<this.tShift[g])u++;else break;c++}u>i?d[l]=new Array(u-i+1).join(" ")+this.src.slice(c,p):d[l]=this.src.slice(c,p)}return d.join("")},n.prototype.Token=e,ou=n,ou}var su,ub;function qO(){if(ub)return su;ub=1;var e=Oc(),t=[["table",SO(),["paragraph","reference"]],["code",AO()],["fence",TO(),["paragraph","reference","blockquote","list"]],["blockquote",MO(),["paragraph","reference","blockquote","list"]],["hr",LO(),["paragraph","reference","blockquote","list"]],["list",$O(),["paragraph","reference","blockquote"]],["reference",IO()],["html_block",OO(),["paragraph","reference","blockquote"]],["heading",PO(),["paragraph","reference","blockquote"]],["lheading",DO()],["paragraph",NO()]];function n(){this.ruler=new e;for(var r=0;r<t.length;r++)this.ruler.push(t[r][0],t[r][1],{alt:(t[r][2]||[]).slice()})}return n.prototype.tokenize=function(r,s,o){for(var i,a,l,u=this.ruler.getRules(""),f=u.length,c=s,p=!1,d=r.md.options.maxNesting;c<o&&(r.line=c=r.skipEmptyLines(c),!(c>=o||r.sCount[c]<r.blkIndent));){if(r.level>=d){r.line=o;break}for(l=r.line,a=0;a<f;a++)if(i=u[a](r,c,o,!1),i){if(l>=r.line)throw new Error("block rule didn't increment state.line");break}if(!i)throw new Error("none of the block rules matched");r.tight=!p,r.isEmpty(r.line-1)&&(p=!0),c=r.line,c<o&&r.isEmpty(c)&&(p=!0,c++,r.line=c)}},n.prototype.parse=function(r,s,o,i){var a;r&&(a=new this.State(r,s,o,i),this.tokenize(a,a.line,a.lineMax))},n.prototype.State=BO(),su=n,su}var iu,fb;function FO(){if(fb)return iu;fb=1;function e(t){switch(t){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}}return iu=function(n,r){for(var s=n.pos;s<n.posMax&&!e(n.src.charCodeAt(s));)s++;return s===n.pos?!1:(r||(n.pending+=n.src.slice(n.pos,s)),n.pos=s,!0)},iu}var au,db;function zO(){if(db)return au;db=1;var e=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;return au=function(n,r){var s,o,i,a,l,u,f,c;return!n.md.options.linkify||n.linkLevel>0||(s=n.pos,o=n.posMax,s+3>o)||n.src.charCodeAt(s)!==58||n.src.charCodeAt(s+1)!==47||n.src.charCodeAt(s+2)!==47||(i=n.pending.match(e),!i)||(a=i[1],l=n.md.linkify.matchAtStart(n.src.slice(s-a.length)),!l)||(u=l.url,u.length<=a.length)||(u=u.replace(/\*+$/,""),f=n.md.normalizeLink(u),!n.md.validateLink(f))?!1:(r||(n.pending=n.pending.slice(0,-a.length),c=n.push("link_open","a",1),c.attrs=[["href",f]],c.markup="linkify",c.info="auto",c=n.push("text","",0),c.content=n.md.normalizeLinkText(u),c=n.push("link_close","a",-1),c.markup="linkify",c.info="auto"),n.pos+=u.length-a.length,!0)},au}var lu,pb;function HO(){if(pb)return lu;pb=1;var e=nt().isSpace;return lu=function(n,r){var s,o,i,a=n.pos;if(n.src.charCodeAt(a)!==10)return!1;if(s=n.pending.length-1,o=n.posMax,!r)if(s>=0&&n.pending.charCodeAt(s)===32)if(s>=1&&n.pending.charCodeAt(s-1)===32){for(i=s-1;i>=1&&n.pending.charCodeAt(i-1)===32;)i--;n.pending=n.pending.slice(0,i),n.push("hardbreak","br",0)}else n.pending=n.pending.slice(0,-1),n.push("softbreak","br",0);else n.push("softbreak","br",0);for(a++;a<o&&e(n.src.charCodeAt(a));)a++;return n.pos=a,!0},lu}var cu,hb;function jO(){if(hb)return cu;hb=1;for(var e=nt().isSpace,t=[],n=0;n<256;n++)t.push(0);return"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(r){t[r.charCodeAt(0)]=1}),cu=function(s,o){var i,a,l,u,f,c=s.pos,p=s.posMax;if(s.src.charCodeAt(c)!==92||(c++,c>=p))return!1;if(i=s.src.charCodeAt(c),i===10){for(o||s.push("hardbreak","br",0),c++;c<p&&(i=s.src.charCodeAt(c),!!e(i));)c++;return s.pos=c,!0}return u=s.src[c],i>=55296&&i<=56319&&c+1<p&&(a=s.src.charCodeAt(c+1),a>=56320&&a<=57343&&(u+=s.src[c+1],c++)),l="\\"+u,o||(f=s.push("text_special","",0),i<256&&t[i]!==0?f.content=u:f.content=l,f.markup=l,f.info="escape"),s.pos=c+1,!0},cu}var uu,gb;function VO(){return gb||(gb=1,uu=function(t,n){var r,s,o,i,a,l,u,f,c=t.pos,p=t.src.charCodeAt(c);if(p!==96)return!1;for(r=c,c++,s=t.posMax;c<s&&t.src.charCodeAt(c)===96;)c++;if(o=t.src.slice(r,c),u=o.length,t.backticksScanned&&(t.backticks[u]||0)<=r)return n||(t.pending+=o),t.pos+=u,!0;for(l=c;(a=t.src.indexOf("`",l))!==-1;){for(l=a+1;l<s&&t.src.charCodeAt(l)===96;)l++;if(f=l-a,f===u)return n||(i=t.push("code_inline","code",0),i.markup=o,i.content=t.src.slice(c,a).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),t.pos=l,!0;t.backticks[f]=a}return t.backticksScanned=!0,n||(t.pending+=o),t.pos+=u,!0}),uu}var Gi={},mb;function vb(){if(mb)return Gi;mb=1,Gi.tokenize=function(n,r){var s,o,i,a,l,u=n.pos,f=n.src.charCodeAt(u);if(r||f!==126||(o=n.scanDelims(n.pos,!0),a=o.length,l=String.fromCharCode(f),a<2))return!1;for(a%2&&(i=n.push("text","",0),i.content=l,a--),s=0;s<a;s+=2)i=n.push("text","",0),i.content=l+l,n.delimiters.push({marker:f,length:0,token:n.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return n.pos+=o.length,!0};function e(t,n){var r,s,o,i,a,l=[],u=n.length;for(r=0;r<u;r++)o=n[r],o.marker===126&&o.end!==-1&&(i=n[o.end],a=t.tokens[o.token],a.type="s_open",a.tag="s",a.nesting=1,a.markup="~~",a.content="",a=t.tokens[i.token],a.type="s_close",a.tag="s",a.nesting=-1,a.markup="~~",a.content="",t.tokens[i.token-1].type==="text"&&t.tokens[i.token-1].content==="~"&&l.push(i.token-1));for(;l.length;){for(r=l.pop(),s=r+1;s<t.tokens.length&&t.tokens[s].type==="s_close";)s++;s--,r!==s&&(a=t.tokens[s],t.tokens[s]=t.tokens[r],t.tokens[r]=a)}}return Gi.postProcess=function(n){var r,s=n.tokens_meta,o=n.tokens_meta.length;for(e(n,n.delimiters),r=0;r<o;r++)s[r]&&s[r].delimiters&&e(n,s[r].delimiters)},Gi}var Wi={},bb;function _b(){if(bb)return Wi;bb=1,Wi.tokenize=function(n,r){var s,o,i,a=n.pos,l=n.src.charCodeAt(a);if(r||l!==95&&l!==42)return!1;for(o=n.scanDelims(n.pos,l===42),s=0;s<o.length;s++)i=n.push("text","",0),i.content=String.fromCharCode(l),n.delimiters.push({marker:l,length:o.length,token:n.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return n.pos+=o.length,!0};function e(t,n){var r,s,o,i,a,l,u=n.length;for(r=u-1;r>=0;r--)s=n[r],!(s.marker!==95&&s.marker!==42)&&s.end!==-1&&(o=n[s.end],l=r>0&&n[r-1].end===s.end+1&&n[r-1].marker===s.marker&&n[r-1].token===s.token-1&&n[s.end+1].token===o.token+1,a=String.fromCharCode(s.marker),i=t.tokens[s.token],i.type=l?"strong_open":"em_open",i.tag=l?"strong":"em",i.nesting=1,i.markup=l?a+a:a,i.content="",i=t.tokens[o.token],i.type=l?"strong_close":"em_close",i.tag=l?"strong":"em",i.nesting=-1,i.markup=l?a+a:a,i.content="",l&&(t.tokens[n[r-1].token].content="",t.tokens[n[s.end+1].token].content="",r--))}return Wi.postProcess=function(n){var r,s=n.tokens_meta,o=n.tokens_meta.length;for(e(n,n.delimiters),r=0;r<o;r++)s[r]&&s[r].delimiters&&e(n,s[r].delimiters)},Wi}var fu,yb;function UO(){if(yb)return fu;yb=1;var e=nt().normalizeReference,t=nt().isSpace;return fu=function(r,s){var o,i,a,l,u,f,c,p,d,m="",g="",C=r.pos,h=r.posMax,k=r.pos,y=!0;if(r.src.charCodeAt(r.pos)!==91||(u=r.pos+1,l=r.md.helpers.parseLinkLabel(r,r.pos,!0),l<0))return!1;if(f=l+1,f<h&&r.src.charCodeAt(f)===40){for(y=!1,f++;f<h&&(i=r.src.charCodeAt(f),!(!t(i)&&i!==10));f++);if(f>=h)return!1;if(k=f,c=r.md.helpers.parseLinkDestination(r.src,f,r.posMax),c.ok){for(m=r.md.normalizeLink(c.str),r.md.validateLink(m)?f=c.pos:m="",k=f;f<h&&(i=r.src.charCodeAt(f),!(!t(i)&&i!==10));f++);if(c=r.md.helpers.parseLinkTitle(r.src,f,r.posMax),f<h&&k!==f&&c.ok)for(g=c.str,f=c.pos;f<h&&(i=r.src.charCodeAt(f),!(!t(i)&&i!==10));f++);}(f>=h||r.src.charCodeAt(f)!==41)&&(y=!0),f++}if(y){if(typeof r.env.references>"u")return!1;if(f<h&&r.src.charCodeAt(f)===91?(k=f+1,f=r.md.helpers.parseLinkLabel(r,f),f>=0?a=r.src.slice(k,f++):f=l+1):f=l+1,a||(a=r.src.slice(u,l)),p=r.env.references[e(a)],!p)return r.pos=C,!1;m=p.href,g=p.title}return s||(r.pos=u,r.posMax=l,d=r.push("link_open","a",1),d.attrs=o=[["href",m]],g&&o.push(["title",g]),r.linkLevel++,r.md.inline.tokenize(r),r.linkLevel--,d=r.push("link_close","a",-1)),r.pos=f,r.posMax=h,!0},fu}var du,wb;function KO(){if(wb)return du;wb=1;var e=nt().normalizeReference,t=nt().isSpace;return du=function(r,s){var o,i,a,l,u,f,c,p,d,m,g,C,h,k="",y=r.pos,_=r.posMax;if(r.src.charCodeAt(r.pos)!==33||r.src.charCodeAt(r.pos+1)!==91||(f=r.pos+2,u=r.md.helpers.parseLinkLabel(r,r.pos+1,!1),u<0))return!1;if(c=u+1,c<_&&r.src.charCodeAt(c)===40){for(c++;c<_&&(i=r.src.charCodeAt(c),!(!t(i)&&i!==10));c++);if(c>=_)return!1;for(h=c,d=r.md.helpers.parseLinkDestination(r.src,c,r.posMax),d.ok&&(k=r.md.normalizeLink(d.str),r.md.validateLink(k)?c=d.pos:k=""),h=c;c<_&&(i=r.src.charCodeAt(c),!(!t(i)&&i!==10));c++);if(d=r.md.helpers.parseLinkTitle(r.src,c,r.posMax),c<_&&h!==c&&d.ok)for(m=d.str,c=d.pos;c<_&&(i=r.src.charCodeAt(c),!(!t(i)&&i!==10));c++);else m="";if(c>=_||r.src.charCodeAt(c)!==41)return r.pos=y,!1;c++}else{if(typeof r.env.references>"u")return!1;if(c<_&&r.src.charCodeAt(c)===91?(h=c+1,c=r.md.helpers.parseLinkLabel(r,c),c>=0?l=r.src.slice(h,c++):c=u+1):c=u+1,l||(l=r.src.slice(f,u)),p=r.env.references[e(l)],!p)return r.pos=y,!1;k=p.href,m=p.title}return s||(a=r.src.slice(f,u),r.md.inline.parse(a,r.md,r.env,C=[]),g=r.push("image","img",0),g.attrs=o=[["src",k],["alt",""]],g.children=C,g.content=a,m&&o.push(["title",m])),r.pos=c,r.posMax=_,!0},du}var pu,kb;function GO(){if(kb)return pu;kb=1;var e=/^([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])?)*)$/,t=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;return pu=function(r,s){var o,i,a,l,u,f,c=r.pos;if(r.src.charCodeAt(c)!==60)return!1;for(u=r.pos,f=r.posMax;;){if(++c>=f||(l=r.src.charCodeAt(c),l===60))return!1;if(l===62)break}return o=r.src.slice(u+1,c),t.test(o)?(i=r.md.normalizeLink(o),r.md.validateLink(i)?(s||(a=r.push("link_open","a",1),a.attrs=[["href",i]],a.markup="autolink",a.info="auto",a=r.push("text","",0),a.content=r.md.normalizeLinkText(o),a=r.push("link_close","a",-1),a.markup="autolink",a.info="auto"),r.pos+=o.length+2,!0):!1):e.test(o)?(i=r.md.normalizeLink("mailto:"+o),r.md.validateLink(i)?(s||(a=r.push("link_open","a",1),a.attrs=[["href",i]],a.markup="autolink",a.info="auto",a=r.push("text","",0),a.content=r.md.normalizeLinkText(o),a=r.push("link_close","a",-1),a.markup="autolink",a.info="auto"),r.pos+=o.length+2,!0):!1):!1},pu}var hu,Cb;function WO(){if(Cb)return hu;Cb=1;var e=ob().HTML_TAG_RE;function t(s){return/^<a[>\s]/i.test(s)}function n(s){return/^<\/a\s*>/i.test(s)}function r(s){var o=s|32;return o>=97&&o<=122}return hu=function(o,i){var a,l,u,f,c=o.pos;return!o.md.options.html||(u=o.posMax,o.src.charCodeAt(c)!==60||c+2>=u)||(a=o.src.charCodeAt(c+1),a!==33&&a!==63&&a!==47&&!r(a))||(l=o.src.slice(c).match(e),!l)?!1:(i||(f=o.push("html_inline","",0),f.content=l[0],t(f.content)&&o.linkLevel++,n(f.content)&&o.linkLevel--),o.pos+=l[0].length,!0)},hu}var gu,xb;function ZO(){if(xb)return gu;xb=1;var e=mv(),t=nt().has,n=nt().isValidEntityCode,r=nt().fromCodePoint,s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,o=/^&([a-z][a-z0-9]{1,31});/i;return gu=function(a,l){var u,f,c,p,d=a.pos,m=a.posMax;if(a.src.charCodeAt(d)!==38||d+1>=m)return!1;if(u=a.src.charCodeAt(d+1),u===35){if(c=a.src.slice(d).match(s),c)return l||(f=c[1][0].toLowerCase()==="x"?parseInt(c[1].slice(1),16):parseInt(c[1],10),p=a.push("text_special","",0),p.content=n(f)?r(f):r(65533),p.markup=c[0],p.info="entity"),a.pos+=c[0].length,!0}else if(c=a.src.slice(d).match(o),c&&t(e,c[1]))return l||(p=a.push("text_special","",0),p.content=e[c[1]],p.markup=c[0],p.info="entity"),a.pos+=c[0].length,!0;return!1},gu}var mu,Eb;function JO(){if(Eb)return mu;Eb=1;function e(t){var n,r,s,o,i,a,l,u,f={},c=t.length;if(c){var p=0,d=-2,m=[];for(n=0;n<c;n++)if(s=t[n],m.push(0),(t[p].marker!==s.marker||d!==s.token-1)&&(p=n),d=s.token,s.length=s.length||0,!!s.close){for(f.hasOwnProperty(s.marker)||(f[s.marker]=[-1,-1,-1,-1,-1,-1]),i=f[s.marker][(s.open?3:0)+s.length%3],r=p-m[p]-1,a=r;r>i;r-=m[r]+1)if(o=t[r],o.marker===s.marker&&o.open&&o.end<0&&(l=!1,(o.close||s.open)&&(o.length+s.length)%3===0&&(o.length%3!==0||s.length%3!==0)&&(l=!0),!l)){u=r>0&&!t[r-1].open?m[r-1]+1:0,m[n]=n-r+u,m[r]=u,s.open=!1,o.end=n,o.close=!1,a=-1,d=-2;break}a!==-1&&(f[s.marker][(s.open?3:0)+(s.length||0)%3]=a)}}}return mu=function(n){var r,s=n.tokens_meta,o=n.tokens_meta.length;for(e(n.delimiters),r=0;r<o;r++)s[r]&&s[r].delimiters&&e(s[r].delimiters)},mu}var vu,Sb;function XO(){return Sb||(Sb=1,vu=function(t){var n,r,s=0,o=t.tokens,i=t.tokens.length;for(n=r=0;n<i;n++)o[n].nesting<0&&s--,o[n].level=s,o[n].nesting>0&&s++,o[n].type==="text"&&n+1<i&&o[n+1].type==="text"?o[n+1].content=o[n].content+o[n+1].content:(n!==r&&(o[r]=o[n]),r++);n!==r&&(o.length=r)}),vu}var bu,Ab;function YO(){if(Ab)return bu;Ab=1;var e=jc(),t=nt().isWhiteSpace,n=nt().isPunctChar,r=nt().isMdAsciiPunct;function s(o,i,a,l){this.src=o,this.env=a,this.md=i,this.tokens=l,this.tokens_meta=Array(l.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}return s.prototype.pushPending=function(){var o=new e("text","",0);return o.content=this.pending,o.level=this.pendingLevel,this.tokens.push(o),this.pending="",o},s.prototype.push=function(o,i,a){this.pending&&this.pushPending();var l=new e(o,i,a),u=null;return a<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),l.level=this.level,a>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],u={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(l),this.tokens_meta.push(u),l},s.prototype.scanDelims=function(o,i){var a=o,l,u,f,c,p,d,m,g,C,h=!0,k=!0,y=this.posMax,_=this.src.charCodeAt(o);for(l=o>0?this.src.charCodeAt(o-1):32;a<y&&this.src.charCodeAt(a)===_;)a++;return f=a-o,u=a<y?this.src.charCodeAt(a):32,m=r(l)||n(String.fromCharCode(l)),C=r(u)||n(String.fromCharCode(u)),d=t(l),g=t(u),g?h=!1:C&&(d||m||(h=!1)),d?k=!1:m&&(g||C||(k=!1)),i?(c=h,p=k):(c=h&&(!k||m),p=k&&(!h||C)),{can_open:c,can_close:p,length:f}},s.prototype.Token=e,bu=s,bu}var _u,Tb;function QO(){if(Tb)return _u;Tb=1;var e=Oc(),t=[["text",FO()],["linkify",zO()],["newline",HO()],["escape",jO()],["backticks",VO()],["strikethrough",vb().tokenize],["emphasis",_b().tokenize],["link",UO()],["image",KO()],["autolink",GO()],["html_inline",WO()],["entity",ZO()]],n=[["balance_pairs",JO()],["strikethrough",vb().postProcess],["emphasis",_b().postProcess],["fragments_join",XO()]];function r(){var s;for(this.ruler=new e,s=0;s<t.length;s++)this.ruler.push(t[s][0],t[s][1]);for(this.ruler2=new e,s=0;s<n.length;s++)this.ruler2.push(n[s][0],n[s][1])}return r.prototype.skipToken=function(s){var o,i,a=s.pos,l=this.ruler.getRules(""),u=l.length,f=s.md.options.maxNesting,c=s.cache;if(typeof c[a]<"u"){s.pos=c[a];return}if(s.level<f){for(i=0;i<u;i++)if(s.level++,o=l[i](s,!0),s.level--,o){if(a>=s.pos)throw new Error("inline rule didn't increment state.pos");break}}else s.pos=s.posMax;o||s.pos++,c[a]=s.pos},r.prototype.tokenize=function(s){for(var o,i,a,l=this.ruler.getRules(""),u=l.length,f=s.posMax,c=s.md.options.maxNesting;s.pos<f;){if(a=s.pos,s.level<c){for(i=0;i<u;i++)if(o=l[i](s,!1),o){if(a>=s.pos)throw new Error("inline rule didn't increment state.pos");break}}if(o){if(s.pos>=f)break;continue}s.pending+=s.src[s.pos++]}s.pending&&s.pushPending()},r.prototype.parse=function(s,o,i,a){var l,u,f,c=new this.State(s,o,i,a);for(this.tokenize(c),u=this.ruler2.getRules(""),f=u.length,l=0;l<f;l++)u[l](c)},r.prototype.State=YO(),_u=r,_u}var yu,Mb;function eP(){return Mb||(Mb=1,yu=function(e){var t={};e=e||{},t.src_Any=Ev().source,t.src_Cc=Av().source,t.src_Z=Lv().source,t.src_P=yc().source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");var n="[><|]";return t.src_pseudo_letter="(?:(?!"+n+"|"+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="(?=$|"+n+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+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="(^|"+n+'|"|\\(|'+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}),yu}var wu,Lb;function tP(){if(Lb)return wu;Lb=1;function e(y){var _=Array.prototype.slice.call(arguments,1);return _.forEach(function(E){E&&Object.keys(E).forEach(function(x){y[x]=E[x]})}),y}function t(y){return Object.prototype.toString.call(y)}function n(y){return t(y)==="[object String]"}function r(y){return t(y)==="[object Object]"}function s(y){return t(y)==="[object RegExp]"}function o(y){return t(y)==="[object Function]"}function i(y){return y.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var a={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function l(y){return Object.keys(y||{}).reduce(function(_,E){return _||a.hasOwnProperty(E)},!1)}var u={"http:":{validate:function(y,_,E){var x=y.slice(_);return E.re.http||(E.re.http=new RegExp("^\\/\\/"+E.re.src_auth+E.re.src_host_port_strict+E.re.src_path,"i")),E.re.http.test(x)?x.match(E.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(y,_,E){var x=y.slice(_);return E.re.no_http||(E.re.no_http=new RegExp("^"+E.re.src_auth+"(?:localhost|(?:(?:"+E.re.src_domain+")\\.)+"+E.re.src_domain_root+")"+E.re.src_port+E.re.src_host_terminator+E.re.src_path,"i")),E.re.no_http.test(x)?_>=3&&y[_-3]===":"||_>=3&&y[_-3]==="/"?0:x.match(E.re.no_http)[0].length:0}},"mailto:":{validate:function(y,_,E){var x=y.slice(_);return E.re.mailto||(E.re.mailto=new RegExp("^"+E.re.src_email_name+"@"+E.re.src_host_strict,"i")),E.re.mailto.test(x)?x.match(E.re.mailto)[0].length:0}}},f="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]",c="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function p(y){y.__index__=-1,y.__text_cache__=""}function d(y){return function(_,E){var x=_.slice(E);return y.test(x)?x.match(y)[0].length:0}}function m(){return function(y,_){_.normalize(y)}}function g(y){var _=y.re=eP()(y.__opts__),E=y.__tlds__.slice();y.onCompile(),y.__tlds_replaced__||E.push(f),E.push(_.src_xn),_.src_tlds=E.join("|");function x(D){return D.replace("%TLDS%",_.src_tlds)}_.email_fuzzy=RegExp(x(_.tpl_email_fuzzy),"i"),_.link_fuzzy=RegExp(x(_.tpl_link_fuzzy),"i"),_.link_no_ip_fuzzy=RegExp(x(_.tpl_link_no_ip_fuzzy),"i"),_.host_fuzzy_test=RegExp(x(_.tpl_host_fuzzy_test),"i");var M=[];y.__compiled__={};function L(D,B){throw new Error('(LinkifyIt) Invalid schema "'+D+'": '+B)}Object.keys(y.__schemas__).forEach(function(D){var B=y.__schemas__[D];if(B!==null){var N={validate:null,link:null};if(y.__compiled__[D]=N,r(B)){s(B.validate)?N.validate=d(B.validate):o(B.validate)?N.validate=B.validate:L(D,B),o(B.normalize)?N.normalize=B.normalize:B.normalize?L(D,B):N.normalize=m();return}if(n(B)){M.push(D);return}L(D,B)}}),M.forEach(function(D){y.__compiled__[y.__schemas__[D]]&&(y.__compiled__[D].validate=y.__compiled__[y.__schemas__[D]].validate,y.__compiled__[D].normalize=y.__compiled__[y.__schemas__[D]].normalize)}),y.__compiled__[""]={validate:null,normalize:m()};var R=Object.keys(y.__compiled__).filter(function(D){return D.length>0&&y.__compiled__[D]}).map(i).join("|");y.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+_.src_ZPCc+"))("+R+")","i"),y.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+_.src_ZPCc+"))("+R+")","ig"),y.re.schema_at_start=RegExp("^"+y.re.schema_search.source,"i"),y.re.pretest=RegExp("("+y.re.schema_test.source+")|("+y.re.host_fuzzy_test.source+")|@","i"),p(y)}function C(y,_){var E=y.__index__,x=y.__last_index__,M=y.__text_cache__.slice(E,x);this.schema=y.__schema__.toLowerCase(),this.index=E+_,this.lastIndex=x+_,this.raw=M,this.text=M,this.url=M}function h(y,_){var E=new C(y,_);return y.__compiled__[E.schema].normalize(E,y),E}function k(y,_){if(!(this instanceof k))return new k(y,_);_||l(y)&&(_=y,y={}),this.__opts__=e({},a,_),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=e({},u,y),this.__compiled__={},this.__tlds__=c,this.__tlds_replaced__=!1,this.re={},g(this)}return k.prototype.add=function(_,E){return this.__schemas__[_]=E,g(this),this},k.prototype.set=function(_){return this.__opts__=e(this.__opts__,_),this},k.prototype.test=function(_){if(this.__text_cache__=_,this.__index__=-1,!_.length)return!1;var E,x,M,L,R,D,B,N,oe;if(this.re.schema_test.test(_)){for(B=this.re.schema_search,B.lastIndex=0;(E=B.exec(_))!==null;)if(L=this.testSchemaAt(_,E[2],B.lastIndex),L){this.__schema__=E[2],this.__index__=E.index+E[1].length,this.__last_index__=E.index+E[0].length+L;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(N=_.search(this.re.host_fuzzy_test),N>=0&&(this.__index__<0||N<this.__index__)&&(x=_.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(R=x.index+x[1].length,(this.__index__<0||R<this.__index__)&&(this.__schema__="",this.__index__=R,this.__last_index__=x.index+x[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(oe=_.indexOf("@"),oe>=0&&(M=_.match(this.re.email_fuzzy))!==null&&(R=M.index+M[1].length,D=M.index+M[0].length,(this.__index__<0||R<this.__index__||R===this.__index__&&D>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=R,this.__last_index__=D))),this.__index__>=0},k.prototype.pretest=function(_){return this.re.pretest.test(_)},k.prototype.testSchemaAt=function(_,E,x){return this.__compiled__[E.toLowerCase()]?this.__compiled__[E.toLowerCase()].validate(_,x,this):0},k.prototype.match=function(_){var E=0,x=[];this.__index__>=0&&this.__text_cache__===_&&(x.push(h(this,E)),E=this.__last_index__);for(var M=E?_.slice(E):_;this.test(M);)x.push(h(this,E)),M=M.slice(this.__last_index__),E+=this.__last_index__;return x.length?x:null},k.prototype.matchAtStart=function(_){if(this.__text_cache__=_,this.__index__=-1,!_.length)return null;var E=this.re.schema_at_start.exec(_);if(!E)return null;var x=this.testSchemaAt(_,E[2],E[0].length);return x?(this.__schema__=E[2],this.__index__=E.index+E[1].length,this.__last_index__=E.index+E[0].length+x,h(this,0)):null},k.prototype.tlds=function(_,E){return _=Array.isArray(_)?_:[_],E?(this.__tlds__=this.__tlds__.concat(_).sort().filter(function(x,M,L){return x!==L[M-1]}).reverse(),g(this),this):(this.__tlds__=_.slice(),this.__tlds_replaced__=!0,g(this),this)},k.prototype.normalize=function(_){_.schema||(_.url="http://"+_.url),_.schema==="mailto:"&&!/^mailto:/i.test(_.url)&&(_.url="mailto:"+_.url)},k.prototype.onCompile=function(){},wu=k,wu}var ws={exports:{}};/*! https://mths.be/punycode v1.4.1 by @mathias */var nP=ws.exports,$b;function rP(){return $b||($b=1,function(e,t){(function(n){var r=t&&!t.nodeType&&t,s=e&&!e.nodeType&&e,o=typeof ho=="object"&&ho;(o.global===o||o.window===o||o.self===o)&&(n=o);var i,a=2147483647,l=36,u=1,f=26,c=38,p=700,d=72,m=128,g="-",C=/^xn--/,h=/[^\x20-\x7E]/,k=/[\x2E\u3002\uFF0E\uFF61]/g,y={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},_=l-u,E=Math.floor,x=String.fromCharCode,M;function L(I){throw new RangeError(y[I])}function R(I,Z){for(var K=I.length,me=[];K--;)me[K]=Z(I[K]);return me}function D(I,Z){var K=I.split("@"),me="";K.length>1&&(me=K[0]+"@",I=K[1]),I=I.replace(k,".");var Ae=I.split("."),Oe=R(Ae,Z).join(".");return me+Oe}function B(I){for(var Z=[],K=0,me=I.length,Ae,Oe;K<me;)Ae=I.charCodeAt(K++),Ae>=55296&&Ae<=56319&&K<me?(Oe=I.charCodeAt(K++),(Oe&64512)==56320?Z.push(((Ae&1023)<<10)+(Oe&1023)+65536):(Z.push(Ae),K--)):Z.push(Ae);return Z}function N(I){return R(I,function(Z){var K="";return Z>65535&&(Z-=65536,K+=x(Z>>>10&1023|55296),Z=56320|Z&1023),K+=x(Z),K}).join("")}function oe(I){return I-48<10?I-22:I-65<26?I-65:I-97<26?I-97:l}function F(I,Z){return I+22+75*(I<26)-((Z!=0)<<5)}function ie(I,Z,K){var me=0;for(I=K?E(I/p):I>>1,I+=E(I/Z);I>_*f>>1;me+=l)I=E(I/_);return E(me+(_+1)*I/(I+c))}function j(I){var Z=[],K=I.length,me,Ae=0,Oe=m,Pe=d,Je,je,pt,he,Me,T,$,z,X;for(Je=I.lastIndexOf(g),Je<0&&(Je=0),je=0;je<Je;++je)I.charCodeAt(je)>=128&&L("not-basic"),Z.push(I.charCodeAt(je));for(pt=Je>0?Je+1:0;pt<K;){for(he=Ae,Me=1,T=l;pt>=K&&L("invalid-input"),$=oe(I.charCodeAt(pt++)),($>=l||$>E((a-Ae)/Me))&&L("overflow"),Ae+=$*Me,z=T<=Pe?u:T>=Pe+f?f:T-Pe,!($<z);T+=l)X=l-z,Me>E(a/X)&&L("overflow"),Me*=X;me=Z.length+1,Pe=ie(Ae-he,me,he==0),E(Ae/me)>a-Oe&&L("overflow"),Oe+=E(Ae/me),Ae%=me,Z.splice(Ae++,0,Oe)}return N(Z)}function V(I){var Z,K,me,Ae,Oe,Pe,Je,je,pt,he,Me,T=[],$,z,X,J;for(I=B(I),$=I.length,Z=m,K=0,Oe=d,Pe=0;Pe<$;++Pe)Me=I[Pe],Me<128&&T.push(x(Me));for(me=Ae=T.length,Ae&&T.push(g);me<$;){for(Je=a,Pe=0;Pe<$;++Pe)Me=I[Pe],Me>=Z&&Me<Je&&(Je=Me);for(z=me+1,Je-Z>E((a-K)/z)&&L("overflow"),K+=(Je-Z)*z,Z=Je,Pe=0;Pe<$;++Pe)if(Me=I[Pe],Me<Z&&++K>a&&L("overflow"),Me==Z){for(je=K,pt=l;he=pt<=Oe?u:pt>=Oe+f?f:pt-Oe,!(je<he);pt+=l)J=je-he,X=l-he,T.push(x(F(he+J%X,0))),je=E(J/X);T.push(x(F(je,0))),Oe=ie(K,z,me==Ae),K=0,++me}++K,++Z}return T.join("")}function H(I){return D(I,function(Z){return C.test(Z)?j(Z.slice(4).toLowerCase()):Z})}function Y(I){return D(I,function(Z){return h.test(Z)?"xn--"+V(Z):Z})}if(i={version:"1.4.1",ucs2:{decode:B,encode:N},decode:j,encode:V,toASCII:Y,toUnicode:H},r&&s)if(e.exports==r)s.exports=i;else for(M in i)i.hasOwnProperty(M)&&(r[M]=i[M]);else n.punycode=i})(nP)}(ws,ws.exports)),ws.exports}var ku,Ib;function oP(){return Ib||(Ib=1,ku={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}),ku}var Cu,Rb;function sP(){return Rb||(Rb=1,Cu={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"]}}}),Cu}var xu,Ob;function iP(){return Ob||(Ob=1,xu={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"]}}}),xu}var Eu,Pb;function aP(){if(Pb)return Eu;Pb=1;var e=nt(),t=gO(),n=mO(),r=EO(),s=qO(),o=QO(),i=tP(),a=Cv(),l=rP(),u={default:oP(),zero:sP(),commonmark:iP()},f=/^(vbscript|javascript|file|data):/,c=/^data:image\/(gif|png|jpeg|webp);/;function p(h){var k=h.trim().toLowerCase();return f.test(k)?!!c.test(k):!0}var d=["http:","https:","mailto:"];function m(h){var k=a.parse(h,!0);if(k.hostname&&(!k.protocol||d.indexOf(k.protocol)>=0))try{k.hostname=l.toASCII(k.hostname)}catch{}return a.encode(a.format(k))}function g(h){var k=a.parse(h,!0);if(k.hostname&&(!k.protocol||d.indexOf(k.protocol)>=0))try{k.hostname=l.toUnicode(k.hostname)}catch{}return a.decode(a.format(k),a.decode.defaultChars+"%")}function C(h,k){if(!(this instanceof C))return new C(h,k);k||e.isString(h)||(k=h||{},h="default"),this.inline=new o,this.block=new s,this.core=new r,this.renderer=new n,this.linkify=new i,this.validateLink=p,this.normalizeLink=m,this.normalizeLinkText=g,this.utils=e,this.helpers=e.assign({},t),this.options={},this.configure(h),k&&this.set(k)}return C.prototype.set=function(h){return e.assign(this.options,h),this},C.prototype.configure=function(h){var k=this,y;if(e.isString(h)&&(y=h,h=u[y],!h))throw new Error('Wrong `markdown-it` preset "'+y+'", check name');if(!h)throw new Error("Wrong `markdown-it` preset, can't be empty");return h.options&&k.set(h.options),h.components&&Object.keys(h.components).forEach(function(_){h.components[_].rules&&k[_].ruler.enableOnly(h.components[_].rules),h.components[_].rules2&&k[_].ruler2.enableOnly(h.components[_].rules2)}),this},C.prototype.enable=function(h,k){var y=[];Array.isArray(h)||(h=[h]),["core","block","inline"].forEach(function(E){y=y.concat(this[E].ruler.enable(h,!0))},this),y=y.concat(this.inline.ruler2.enable(h,!0));var _=h.filter(function(E){return y.indexOf(E)<0});if(_.length&&!k)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+_);return this},C.prototype.disable=function(h,k){var y=[];Array.isArray(h)||(h=[h]),["core","block","inline"].forEach(function(E){y=y.concat(this[E].ruler.disable(h,!0))},this),y=y.concat(this.inline.ruler2.disable(h,!0));var _=h.filter(function(E){return y.indexOf(E)<0});if(_.length&&!k)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+_);return this},C.prototype.use=function(h){var k=[this].concat(Array.prototype.slice.call(arguments,1));return h.apply(h,k),this},C.prototype.parse=function(h,k){if(typeof h!="string")throw new Error("Input data should be a String");var y=new this.core.State(h,this,k);return this.core.process(y),y.tokens},C.prototype.render=function(h,k){return k=k||{},this.renderer.render(this.parse(h,k),this.options,k)},C.prototype.parseInline=function(h,k){var y=new this.core.State(h,this,k);return y.inlineMode=!0,this.core.process(y),y.tokens},C.prototype.renderInline=function(h,k){return k=k||{},this.renderer.render(this.parseInline(h,k),this.options,k)},Eu=C,Eu}var Su,Db;function lP(){return Db||(Db=1,Su=aP()),Su}var cP=lP();const uP=al(cP);var Au,Nb;function fP(){if(Nb)return Au;Nb=1;function e(r,s){var o,i,a=r.attrs[r.attrIndex("href")][1];for(o=0;o<s.length;++o){if(i=s[o],typeof i.matcher=="function"){if(i.matcher(a,i))return i;continue}return i}}function t(r,s,o){Object.keys(o).forEach(function(i){var a,l=o[i];i==="className"&&(i="class"),a=s[r].attrIndex(i),a<0?s[r].attrPush([i,l]):s[r].attrs[a][1]=l})}function n(r,s){s?s=Array.isArray(s)?s:[s]:s=[],Object.freeze(s);var o=r.renderer.rules.link_open||this.defaultRender;r.renderer.rules.link_open=function(i,a,l,u,f){var c=e(i[a],s),p=c&&c.attrs;return p&&t(a,i,p),o(i,a,l,u,f)}}return n.defaultRender=function(r,s,o,i,a){return a.renderToken(r,s,o)},Au=n,Au}var dP=fP();const pP=al(dP);var Zi={exports:{}},dt={},Ji={exports:{}},Yr={},Bb;function qb(){if(Bb)return Yr;Bb=1;function e(){var o={};return o["align-content"]=!1,o["align-items"]=!1,o["align-self"]=!1,o["alignment-adjust"]=!1,o["alignment-baseline"]=!1,o.all=!1,o["anchor-point"]=!1,o.animation=!1,o["animation-delay"]=!1,o["animation-direction"]=!1,o["animation-duration"]=!1,o["animation-fill-mode"]=!1,o["animation-iteration-count"]=!1,o["animation-name"]=!1,o["animation-play-state"]=!1,o["animation-timing-function"]=!1,o.azimuth=!1,o["backface-visibility"]=!1,o.background=!0,o["background-attachment"]=!0,o["background-clip"]=!0,o["background-color"]=!0,o["background-image"]=!0,o["background-origin"]=!0,o["background-position"]=!0,o["background-repeat"]=!0,o["background-size"]=!0,o["baseline-shift"]=!1,o.binding=!1,o.bleed=!1,o["bookmark-label"]=!1,o["bookmark-level"]=!1,o["bookmark-state"]=!1,o.border=!0,o["border-bottom"]=!0,o["border-bottom-color"]=!0,o["border-bottom-left-radius"]=!0,o["border-bottom-right-radius"]=!0,o["border-bottom-style"]=!0,o["border-bottom-width"]=!0,o["border-collapse"]=!0,o["border-color"]=!0,o["border-image"]=!0,o["border-image-outset"]=!0,o["border-image-repeat"]=!0,o["border-image-slice"]=!0,o["border-image-source"]=!0,o["border-image-width"]=!0,o["border-left"]=!0,o["border-left-color"]=!0,o["border-left-style"]=!0,o["border-left-width"]=!0,o["border-radius"]=!0,o["border-right"]=!0,o["border-right-color"]=!0,o["border-right-style"]=!0,o["border-right-width"]=!0,o["border-spacing"]=!0,o["border-style"]=!0,o["border-top"]=!0,o["border-top-color"]=!0,o["border-top-left-radius"]=!0,o["border-top-right-radius"]=!0,o["border-top-style"]=!0,o["border-top-width"]=!0,o["border-width"]=!0,o.bottom=!1,o["box-decoration-break"]=!0,o["box-shadow"]=!0,o["box-sizing"]=!0,o["box-snap"]=!0,o["box-suppress"]=!0,o["break-after"]=!0,o["break-before"]=!0,o["break-inside"]=!0,o["caption-side"]=!1,o.chains=!1,o.clear=!0,o.clip=!1,o["clip-path"]=!1,o["clip-rule"]=!1,o.color=!0,o["color-interpolation-filters"]=!0,o["column-count"]=!1,o["column-fill"]=!1,o["column-gap"]=!1,o["column-rule"]=!1,o["column-rule-color"]=!1,o["column-rule-style"]=!1,o["column-rule-width"]=!1,o["column-span"]=!1,o["column-width"]=!1,o.columns=!1,o.contain=!1,o.content=!1,o["counter-increment"]=!1,o["counter-reset"]=!1,o["counter-set"]=!1,o.crop=!1,o.cue=!1,o["cue-after"]=!1,o["cue-before"]=!1,o.cursor=!1,o.direction=!1,o.display=!0,o["display-inside"]=!0,o["display-list"]=!0,o["display-outside"]=!0,o["dominant-baseline"]=!1,o.elevation=!1,o["empty-cells"]=!1,o.filter=!1,o.flex=!1,o["flex-basis"]=!1,o["flex-direction"]=!1,o["flex-flow"]=!1,o["flex-grow"]=!1,o["flex-shrink"]=!1,o["flex-wrap"]=!1,o.float=!1,o["float-offset"]=!1,o["flood-color"]=!1,o["flood-opacity"]=!1,o["flow-from"]=!1,o["flow-into"]=!1,o.font=!0,o["font-family"]=!0,o["font-feature-settings"]=!0,o["font-kerning"]=!0,o["font-language-override"]=!0,o["font-size"]=!0,o["font-size-adjust"]=!0,o["font-stretch"]=!0,o["font-style"]=!0,o["font-synthesis"]=!0,o["font-variant"]=!0,o["font-variant-alternates"]=!0,o["font-variant-caps"]=!0,o["font-variant-east-asian"]=!0,o["font-variant-ligatures"]=!0,o["font-variant-numeric"]=!0,o["font-variant-position"]=!0,o["font-weight"]=!0,o.grid=!1,o["grid-area"]=!1,o["grid-auto-columns"]=!1,o["grid-auto-flow"]=!1,o["grid-auto-rows"]=!1,o["grid-column"]=!1,o["grid-column-end"]=!1,o["grid-column-start"]=!1,o["grid-row"]=!1,o["grid-row-end"]=!1,o["grid-row-start"]=!1,o["grid-template"]=!1,o["grid-template-areas"]=!1,o["grid-template-columns"]=!1,o["grid-template-rows"]=!1,o["hanging-punctuation"]=!1,o.height=!0,o.hyphens=!1,o.icon=!1,o["image-orientation"]=!1,o["image-resolution"]=!1,o["ime-mode"]=!1,o["initial-letters"]=!1,o["inline-box-align"]=!1,o["justify-content"]=!1,o["justify-items"]=!1,o["justify-self"]=!1,o.left=!1,o["letter-spacing"]=!0,o["lighting-color"]=!0,o["line-box-contain"]=!1,o["line-break"]=!1,o["line-grid"]=!1,o["line-height"]=!1,o["line-snap"]=!1,o["line-stacking"]=!1,o["line-stacking-ruby"]=!1,o["line-stacking-shift"]=!1,o["line-stacking-strategy"]=!1,o["list-style"]=!0,o["list-style-image"]=!0,o["list-style-position"]=!0,o["list-style-type"]=!0,o.margin=!0,o["margin-bottom"]=!0,o["margin-left"]=!0,o["margin-right"]=!0,o["margin-top"]=!0,o["marker-offset"]=!1,o["marker-side"]=!1,o.marks=!1,o.mask=!1,o["mask-box"]=!1,o["mask-box-outset"]=!1,o["mask-box-repeat"]=!1,o["mask-box-slice"]=!1,o["mask-box-source"]=!1,o["mask-box-width"]=!1,o["mask-clip"]=!1,o["mask-image"]=!1,o["mask-origin"]=!1,o["mask-position"]=!1,o["mask-repeat"]=!1,o["mask-size"]=!1,o["mask-source-type"]=!1,o["mask-type"]=!1,o["max-height"]=!0,o["max-lines"]=!1,o["max-width"]=!0,o["min-height"]=!0,o["min-width"]=!0,o["move-to"]=!1,o["nav-down"]=!1,o["nav-index"]=!1,o["nav-left"]=!1,o["nav-right"]=!1,o["nav-up"]=!1,o["object-fit"]=!1,o["object-position"]=!1,o.opacity=!1,o.order=!1,o.orphans=!1,o.outline=!1,o["outline-color"]=!1,o["outline-offset"]=!1,o["outline-style"]=!1,o["outline-width"]=!1,o.overflow=!1,o["overflow-wrap"]=!1,o["overflow-x"]=!1,o["overflow-y"]=!1,o.padding=!0,o["padding-bottom"]=!0,o["padding-left"]=!0,o["padding-right"]=!0,o["padding-top"]=!0,o.page=!1,o["page-break-after"]=!1,o["page-break-before"]=!1,o["page-break-inside"]=!1,o["page-policy"]=!1,o.pause=!1,o["pause-after"]=!1,o["pause-before"]=!1,o.perspective=!1,o["perspective-origin"]=!1,o.pitch=!1,o["pitch-range"]=!1,o["play-during"]=!1,o.position=!1,o["presentation-level"]=!1,o.quotes=!1,o["region-fragment"]=!1,o.resize=!1,o.rest=!1,o["rest-after"]=!1,o["rest-before"]=!1,o.richness=!1,o.right=!1,o.rotation=!1,o["rotation-point"]=!1,o["ruby-align"]=!1,o["ruby-merge"]=!1,o["ruby-position"]=!1,o["shape-image-threshold"]=!1,o["shape-outside"]=!1,o["shape-margin"]=!1,o.size=!1,o.speak=!1,o["speak-as"]=!1,o["speak-header"]=!1,o["speak-numeral"]=!1,o["speak-punctuation"]=!1,o["speech-rate"]=!1,o.stress=!1,o["string-set"]=!1,o["tab-size"]=!1,o["table-layout"]=!1,o["text-align"]=!0,o["text-align-last"]=!0,o["text-combine-upright"]=!0,o["text-decoration"]=!0,o["text-decoration-color"]=!0,o["text-decoration-line"]=!0,o["text-decoration-skip"]=!0,o["text-decoration-style"]=!0,o["text-emphasis"]=!0,o["text-emphasis-color"]=!0,o["text-emphasis-position"]=!0,o["text-emphasis-style"]=!0,o["text-height"]=!0,o["text-indent"]=!0,o["text-justify"]=!0,o["text-orientation"]=!0,o["text-overflow"]=!0,o["text-shadow"]=!0,o["text-space-collapse"]=!0,o["text-transform"]=!0,o["text-underline-position"]=!0,o["text-wrap"]=!0,o.top=!1,o.transform=!1,o["transform-origin"]=!1,o["transform-style"]=!1,o.transition=!1,o["transition-delay"]=!1,o["transition-duration"]=!1,o["transition-property"]=!1,o["transition-timing-function"]=!1,o["unicode-bidi"]=!1,o["vertical-align"]=!1,o.visibility=!1,o["voice-balance"]=!1,o["voice-duration"]=!1,o["voice-family"]=!1,o["voice-pitch"]=!1,o["voice-range"]=!1,o["voice-rate"]=!1,o["voice-stress"]=!1,o["voice-volume"]=!1,o.volume=!1,o["white-space"]=!1,o.widows=!1,o.width=!0,o["will-change"]=!1,o["word-break"]=!0,o["word-spacing"]=!0,o["word-wrap"]=!0,o["wrap-flow"]=!1,o["wrap-through"]=!1,o["writing-mode"]=!1,o["z-index"]=!1,o}function t(o,i,a){}function n(o,i,a){}var r=/javascript\s*\:/img;function s(o,i){return r.test(i)?"":i}return Yr.whiteList=e(),Yr.getDefaultWhiteList=e,Yr.onAttr=t,Yr.onIgnoreAttr=n,Yr.safeAttrValue=s,Yr}var Tu,Fb;function zb(){return Fb||(Fb=1,Tu={indexOf:function(e,t){var n,r;if(Array.prototype.indexOf)return e.indexOf(t);for(n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},forEach:function(e,t,n){var r,s;if(Array.prototype.forEach)return e.forEach(t,n);for(r=0,s=e.length;r<s;r++)t.call(n,e[r],r,e)},trim:function(e){return String.prototype.trim?e.trim():e.replace(/(^\s*)|(\s*$)/g,"")},trimRight:function(e){return String.prototype.trimRight?e.trimRight():e.replace(/(\s*$)/g,"")}}),Tu}var Mu,Hb;function hP(){if(Hb)return Mu;Hb=1;var e=zb();function t(n,r){n=e.trimRight(n),n[n.length-1]!==";"&&(n+=";");var s=n.length,o=!1,i=0,a=0,l="";function u(){if(!o){var p=e.trim(n.slice(i,a)),d=p.indexOf(":");if(d!==-1){var m=e.trim(p.slice(0,d)),g=e.trim(p.slice(d+1));if(m){var C=r(i,l.length,m,g,p);C&&(l+=C+"; ")}}}i=a+1}for(;a<s;a++){var f=n[a];if(f==="/"&&n[a+1]==="*"){var c=n.indexOf("*/",a+2);if(c===-1)break;a=c+1,i=a+1,o=!1}else f==="("?o=!0:f===")"?o=!1:f===";"?o||u():f===`
51
+ `&&u()}return e.trim(l)}return Mu=t,Mu}var Lu,jb;function gP(){if(jb)return Lu;jb=1;var e=qb(),t=hP();zb();function n(o){return o==null}function r(o){var i={};for(var a in o)i[a]=o[a];return i}function s(o){o=r(o||{}),o.whiteList=o.whiteList||e.whiteList,o.onAttr=o.onAttr||e.onAttr,o.onIgnoreAttr=o.onIgnoreAttr||e.onIgnoreAttr,o.safeAttrValue=o.safeAttrValue||e.safeAttrValue,this.options=o}return s.prototype.process=function(o){if(o=o||"",o=o.toString(),!o)return"";var i=this,a=i.options,l=a.whiteList,u=a.onAttr,f=a.onIgnoreAttr,c=a.safeAttrValue,p=t(o,function(d,m,g,C,h){var k=l[g],y=!1;if(k===!0?y=k:typeof k=="function"?y=k(C):k instanceof RegExp&&(y=k.test(C)),y!==!0&&(y=!1),C=c(g,C),!!C){var _={position:m,sourcePosition:d,source:h,isWhite:y};if(y){var E=u(g,C,_);return n(E)?g+":"+C:E}else{var E=f(g,C,_);if(!n(E))return E}}});return p},Lu=s,Lu}var Vb;function $u(){return Vb||(Vb=1,function(e,t){var n=qb(),r=gP();function s(i,a){var l=new r(a);return l.process(i)}t=e.exports=s,t.FilterCSS=r;for(var o in n)t[o]=n[o];typeof window<"u"&&(window.filterCSS=e.exports)}(Ji,Ji.exports)),Ji.exports}var Iu,Ub;function Ru(){return Ub||(Ub=1,Iu={indexOf:function(e,t){var n,r;if(Array.prototype.indexOf)return e.indexOf(t);for(n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},forEach:function(e,t,n){var r,s;if(Array.prototype.forEach)return e.forEach(t,n);for(r=0,s=e.length;r<s;r++)t.call(n,e[r],r,e)},trim:function(e){return String.prototype.trim?e.trim():e.replace(/(^\s*)|(\s*$)/g,"")},spaceIndex:function(e){var t=/\s|\n|\t/,n=t.exec(e);return n?n.index:-1}}),Iu}var Kb;function Gb(){if(Kb)return dt;Kb=1;var e=$u().FilterCSS,t=$u().getDefaultWhiteList,n=Ru();function r(){return{a:["target","href","title"],abbr:["title"],address:[],area:["shape","coords","href","alt"],article:[],aside:[],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],b:[],bdi:["dir"],bdo:["dir"],big:[],blockquote:["cite"],br:[],caption:[],center:[],cite:[],code:[],col:["align","valign","span","width"],colgroup:["align","valign","span","width"],dd:[],del:["datetime"],details:["open"],div:[],dl:[],dt:[],em:[],figcaption:[],figure:[],font:["color","size","face"],footer:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],header:[],hr:[],i:[],img:["src","alt","title","width","height","loading"],ins:["datetime"],kbd:[],li:[],mark:[],nav:[],ol:[],p:[],pre:[],s:[],section:[],small:[],span:[],sub:[],summary:[],sup:[],strong:[],strike:[],table:["width","border","align","valign"],tbody:["align","valign"],td:["width","rowspan","colspan","align","valign"],tfoot:["align","valign"],th:["width","rowspan","colspan","align","valign"],thead:["align","valign"],tr:["rowspan","align","valign"],tt:[],u:[],ul:[],video:["autoplay","controls","crossorigin","loop","muted","playsinline","poster","preload","src","height","width"]}}var s=new e;function o(j,V,H){}function i(j,V,H){}function a(j,V,H){}function l(j,V,H){}function u(j){return j.replace(c,"&lt;").replace(p,"&gt;")}function f(j,V,H,Y){if(H=D(H),V==="href"||V==="src"){if(H=n.trim(H),H==="#")return"#";if(!(H.substr(0,7)==="http://"||H.substr(0,8)==="https://"||H.substr(0,7)==="mailto:"||H.substr(0,4)==="tel:"||H.substr(0,11)==="data:image/"||H.substr(0,6)==="ftp://"||H.substr(0,2)==="./"||H.substr(0,3)==="../"||H[0]==="#"||H[0]==="/"))return""}else if(V==="background"){if(k.lastIndex=0,k.test(H))return""}else if(V==="style"){if(y.lastIndex=0,y.test(H)||(_.lastIndex=0,_.test(H)&&(k.lastIndex=0,k.test(H))))return"";Y!==!1&&(Y=Y||s,H=Y.process(H))}return H=B(H),H}var c=/</g,p=/>/g,d=/"/g,m=/&quot;/g,g=/&#([a-zA-Z0-9]*);?/gim,C=/&colon;?/gim,h=/&newline;?/gim,k=/((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a):/gi,y=/e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi,_=/u\s*r\s*l\s*\(.*/gi;function E(j){return j.replace(d,"&quot;")}function x(j){return j.replace(m,'"')}function M(j){return j.replace(g,function(H,Y){return Y[0]==="x"||Y[0]==="X"?String.fromCharCode(parseInt(Y.substr(1),16)):String.fromCharCode(parseInt(Y,10))})}function L(j){return j.replace(C,":").replace(h," ")}function R(j){for(var V="",H=0,Y=j.length;H<Y;H++)V+=j.charCodeAt(H)<32?" ":j.charAt(H);return n.trim(V)}function D(j){return j=x(j),j=M(j),j=L(j),j=R(j),j}function B(j){return j=E(j),j=u(j),j}function N(){return""}function oe(j,V){typeof V!="function"&&(V=function(){});var H=!Array.isArray(j);function Y(K){return H?!0:n.indexOf(j,K)!==-1}var I=[],Z=!1;return{onIgnoreTag:function(K,me,Ae){if(Y(K))if(Ae.isClosing){var Oe="[/removed]",Pe=Ae.position+Oe.length;return I.push([Z!==!1?Z:Ae.position,Pe]),Z=!1,Oe}else return Z||(Z=Ae.position),"[removed]";else return V(K,me,Ae)},remove:function(K){var me="",Ae=0;return n.forEach(I,function(Oe){me+=K.slice(Ae,Oe[0]),Ae=Oe[1]}),me+=K.slice(Ae),me}}}function F(j){for(var V="",H=0;H<j.length;){var Y=j.indexOf("<!--",H);if(Y===-1){V+=j.slice(H);break}V+=j.slice(H,Y);var I=j.indexOf("-->",Y);if(I===-1)break;H=I+3}return V}function ie(j){var V=j.split("");return V=V.filter(function(H){var Y=H.charCodeAt(0);return Y===127?!1:Y<=31?Y===10||Y===13:!0}),V.join("")}return dt.whiteList=r(),dt.getDefaultWhiteList=r,dt.onTag=o,dt.onIgnoreTag=i,dt.onTagAttr=a,dt.onIgnoreTagAttr=l,dt.safeAttrValue=f,dt.escapeHtml=u,dt.escapeQuote=E,dt.unescapeQuote=x,dt.escapeHtmlEntities=M,dt.escapeDangerHtml5Entities=L,dt.clearNonPrintableCharacter=R,dt.friendlyAttrValue=D,dt.escapeAttrValue=B,dt.onIgnoreTagStripAll=N,dt.StripTagBody=oe,dt.stripCommentTag=F,dt.stripBlankChar=ie,dt.attributeWrapSign='"',dt.cssFilter=s,dt.getDefaultCSSWhiteList=t,dt}var Xi={},Wb;function Zb(){if(Wb)return Xi;Wb=1;var e=Ru();function t(c){var p=e.spaceIndex(c),d;return p===-1?d=c.slice(1,-1):d=c.slice(1,p+1),d=e.trim(d).toLowerCase(),d.slice(0,1)==="/"&&(d=d.slice(1)),d.slice(-1)==="/"&&(d=d.slice(0,-1)),d}function n(c){return c.slice(0,2)==="</"}function r(c,p,d){var m="",g=0,C=!1,h=!1,k=0,y=c.length,_="",E="";e:for(k=0;k<y;k++){var x=c.charAt(k);if(C===!1){if(x==="<"){C=k;continue}}else if(h===!1){if(x==="<"){m+=d(c.slice(g,k)),C=k,g=k;continue}if(x===">"||k===y-1){m+=d(c.slice(g,C)),E=c.slice(C,k+1),_=t(E),m+=p(C,m.length,_,E,n(E)),g=k+1,C=!1;continue}if(x==='"'||x==="'")for(var M=1,L=c.charAt(k-M);L.trim()===""||L==="=";){if(L==="="){h=x;continue e}L=c.charAt(k-++M)}}else if(x===h){h=!1;continue}}return g<y&&(m+=d(c.substr(g))),m}var s=/[^a-zA-Z0-9\\_:.-]/gim;function o(c,p){var d=0,m=0,g=[],C=!1,h=c.length;function k(M,L){if(M=e.trim(M),M=M.replace(s,"").toLowerCase(),!(M.length<1)){var R=p(M,L||"");R&&g.push(R)}}for(var y=0;y<h;y++){var _=c.charAt(y),E,x;if(C===!1&&_==="="){C=c.slice(d,y),d=y+1,m=c.charAt(d)==='"'||c.charAt(d)==="'"?d:a(c,y+1);continue}if(C!==!1&&y===m){if(x=c.indexOf(_,y+1),x===-1)break;E=e.trim(c.slice(m+1,x)),k(C,E),C=!1,y=x,d=y+1;continue}if(/\s|\n|\t/.test(_))if(c=c.replace(/\s|\n|\t/g," "),C===!1)if(x=i(c,y),x===-1){E=e.trim(c.slice(d,y)),k(E),C=!1,d=y+1;continue}else{y=x-1;continue}else if(x=l(c,y-1),x===-1){E=e.trim(c.slice(d,y)),E=f(E),k(C,E),C=!1,d=y+1;continue}else continue}return d<c.length&&(C===!1?k(c.slice(d)):k(C,f(e.trim(c.slice(d))))),e.trim(g.join(" "))}function i(c,p){for(;p<c.length;p++){var d=c[p];if(d!==" ")return d==="="?p:-1}}function a(c,p){for(;p<c.length;p++){var d=c[p];if(d!==" ")return d==="'"||d==='"'?p:-1}}function l(c,p){for(;p>0;p--){var d=c[p];if(d!==" ")return d==="="?p:-1}}function u(c){return c[0]==='"'&&c[c.length-1]==='"'||c[0]==="'"&&c[c.length-1]==="'"}function f(c){return u(c)?c.substr(1,c.length-2):c}return Xi.parseTag=r,Xi.parseAttr=o,Xi}var Ou,Jb;function mP(){if(Jb)return Ou;Jb=1;var e=$u().FilterCSS,t=Gb(),n=Zb(),r=n.parseTag,s=n.parseAttr,o=Ru();function i(c){return c==null}function a(c){var p=o.spaceIndex(c);if(p===-1)return{html:"",closing:c[c.length-2]==="/"};c=o.trim(c.slice(p+1,-1));var d=c[c.length-1]==="/";return d&&(c=o.trim(c.slice(0,-1))),{html:c,closing:d}}function l(c){var p={};for(var d in c)p[d]=c[d];return p}function u(c){var p={};for(var d in c)Array.isArray(c[d])?p[d.toLowerCase()]=c[d].map(function(m){return m.toLowerCase()}):p[d.toLowerCase()]=c[d];return p}function f(c){c=l(c||{}),c.stripIgnoreTag&&(c.onIgnoreTag&&console.error('Notes: cannot use these two options "stripIgnoreTag" and "onIgnoreTag" at the same time'),c.onIgnoreTag=t.onIgnoreTagStripAll),c.whiteList||c.allowList?c.whiteList=u(c.whiteList||c.allowList):c.whiteList=t.whiteList,this.attributeWrapSign=c.singleQuotedAttributeValue===!0?"'":t.attributeWrapSign,c.onTag=c.onTag||t.onTag,c.onTagAttr=c.onTagAttr||t.onTagAttr,c.onIgnoreTag=c.onIgnoreTag||t.onIgnoreTag,c.onIgnoreTagAttr=c.onIgnoreTagAttr||t.onIgnoreTagAttr,c.safeAttrValue=c.safeAttrValue||t.safeAttrValue,c.escapeHtml=c.escapeHtml||t.escapeHtml,this.options=c,c.css===!1?this.cssFilter=!1:(c.css=c.css||{},this.cssFilter=new e(c.css))}return f.prototype.process=function(c){if(c=c||"",c=c.toString(),!c)return"";var p=this,d=p.options,m=d.whiteList,g=d.onTag,C=d.onIgnoreTag,h=d.onTagAttr,k=d.onIgnoreTagAttr,y=d.safeAttrValue,_=d.escapeHtml,E=p.attributeWrapSign,x=p.cssFilter;d.stripBlankChar&&(c=t.stripBlankChar(c)),d.allowCommentTag||(c=t.stripCommentTag(c));var M=!1;d.stripIgnoreTagBody&&(M=t.StripTagBody(d.stripIgnoreTagBody,C),C=M.onIgnoreTag);var L=r(c,function(R,D,B,N,oe){var F={sourcePosition:R,position:D,isClosing:oe,isWhite:Object.prototype.hasOwnProperty.call(m,B)},ie=g(B,N,F);if(!i(ie))return ie;if(F.isWhite){if(F.isClosing)return"</"+B+">";var j=a(N),V=m[B],H=s(j.html,function(Y,I){var Z=o.indexOf(V,Y)!==-1,K=h(B,Y,I,Z);return i(K)?Z?(I=y(B,Y,I,x),I?Y+"="+E+I+E:Y):(K=k(B,Y,I,Z),i(K)?void 0:K):K});return N="<"+B,H&&(N+=" "+H),j.closing&&(N+=" /"),N+=">",N}else return ie=C(B,N,F),i(ie)?_(N):ie},_);return M&&(L=M.remove(L)),L},Ou=f,Ou}var Xb;function vP(){return Xb||(Xb=1,function(e,t){var n=Gb(),r=Zb(),s=mP();function o(a,l){var u=new s(l);return u.process(a)}t=e.exports=o,t.filterXSS=o,t.FilterXSS=s,function(){for(var a in n)t[a]=n[a];for(var l in r)t[l]=r[l]}(),typeof window<"u"&&(window.filterXSS=e.exports);function i(){return typeof self<"u"&&typeof DedicatedWorkerGlobalScope<"u"&&self instanceof DedicatedWorkerGlobalScope}i()&&(self.filterXSS=e.exports)}(Zi,Zi.exports)),Zi.exports}vP(),{...dv.props};/*!
52
+ * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
53
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
54
+ */function ks(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ks=function(t){return typeof t}:ks=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ks(e)}function bP(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _P(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function yP(e,t,n){return t&&_P(e.prototype,t),e}function wP(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function sn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable}))),r.forEach(function(s){wP(e,s,n[s])})}return e}function kP(e,t){return CP(e)||xP(e,t)||EP()}function CP(e){if(Array.isArray(e))return e}function xP(e,t){var n=[],r=!0,s=!1,o=void 0;try{for(var i=e[Symbol.iterator](),a;!(r=(a=i.next()).done)&&(n.push(a.value),!(t&&n.length===t));r=!0);}catch(l){s=!0,o=l}finally{try{!r&&i.return!=null&&i.return()}finally{if(s)throw o}}return n}function EP(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}var Yb=function(){},Pu={},Qb={},SP=null,e_={mark:Yb,measure:Yb};try{typeof window<"u"&&(Pu=window),typeof document<"u"&&(Qb=document),typeof MutationObserver<"u"&&(SP=MutationObserver),typeof performance<"u"&&(e_=performance)}catch{}var AP=Pu.navigator||{},t_=AP.userAgent,n_=t_===void 0?"":t_,Yi=Pu,Mn=Qb,Qi=e_;Yi.document;var TP=!!Mn.documentElement&&!!Mn.head&&typeof Mn.addEventListener=="function"&&typeof Mn.createElement=="function";~n_.indexOf("MSIE")||~n_.indexOf("Trident/");var lr="___FONT_AWESOME___",MP="fa",LP="svg-inline--fa";(function(){try{return!0}catch{return!1}})();var r_=Yi.FontAwesomeConfig||{};function $P(e){var t=Mn.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function IP(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}if(Mn&&typeof Mn.querySelector=="function"){var RP=[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];RP.forEach(function(e){var t=kP(e,2),n=t[0],r=t[1],s=IP($P(n));s!=null&&(r_[r]=s)})}var OP={familyPrefix:MP,replacementClass:LP,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},Du=sn({},OP,r_);Du.autoReplaceSvg||(Du.observeMutations=!1);var o_=sn({},Du);Yi.FontAwesomeConfig=o_;var cr=Yi||{};cr[lr]||(cr[lr]={}),cr[lr].styles||(cr[lr].styles={}),cr[lr].hooks||(cr[lr].hooks={}),cr[lr].shims||(cr[lr].shims=[]);var ur=cr[lr],PP=[],DP=function e(){Mn.removeEventListener("DOMContentLoaded",e),Nu=1,PP.map(function(t){return t()})},Nu=!1;TP&&(Nu=(Mn.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(Mn.readyState),Nu||Mn.addEventListener("DOMContentLoaded",DP));var Bu="pending",s_="settled",ea="fulfilled",ta="rejected",NP=function(){},i_=typeof global<"u"&&typeof global.process<"u"&&typeof global.process.emit=="function",BP=typeof setImmediate>"u"?setTimeout:setImmediate,Cs=[],qu;function qP(){for(var e=0;e<Cs.length;e++)Cs[e][0](Cs[e][1]);Cs=[],qu=!1}function na(e,t){Cs.push([e,t]),qu||(qu=!0,BP(qP,0))}function FP(e,t){function n(s){Fu(t,s)}function r(s){xs(t,s)}try{e(n,r)}catch(s){r(s)}}function a_(e){var t=e.owner,n=t._state,r=t._data,s=e[n],o=e.then;if(typeof s=="function"){n=ea;try{r=s(r)}catch(i){xs(o,i)}}l_(o,r)||(n===ea&&Fu(o,r),n===ta&&xs(o,r))}function l_(e,t){var n;try{if(e===t)throw new TypeError("A promises callback cannot return that same promise.");if(t&&(typeof t=="function"||ks(t)==="object")){var r=t.then;if(typeof r=="function")return r.call(t,function(s){n||(n=!0,t===s?c_(e,s):Fu(e,s))},function(s){n||(n=!0,xs(e,s))}),!0}}catch(s){return n||xs(e,s),!0}return!1}function Fu(e,t){(e===t||!l_(e,t))&&c_(e,t)}function c_(e,t){e._state===Bu&&(e._state=s_,e._data=t,na(zP,e))}function xs(e,t){e._state===Bu&&(e._state=s_,e._data=t,na(HP,e))}function u_(e){e._then=e._then.forEach(a_)}function zP(e){e._state=ea,u_(e)}function HP(e){e._state=ta,u_(e),!e._handled&&i_&&global.process.emit("unhandledRejection",e._data,e)}function jP(e){global.process.emit("rejectionHandled",e)}function gn(e){if(typeof e!="function")throw new TypeError("Promise resolver "+e+" is not a function");if(!(this instanceof gn))throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],FP(e,this)}gn.prototype={constructor:gn,_state:Bu,_then:null,_data:void 0,_handled:!1,then:function(t,n){var r={owner:this,then:new this.constructor(NP),fulfilled:t,rejected:n};return(n||t)&&!this._handled&&(this._handled=!0,this._state===ta&&i_&&na(jP,this)),this._state===ea||this._state===ta?na(a_,r):this._then.push(r),r.then},catch:function(t){return this.then(null,t)}},gn.all=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.all().");return new gn(function(t,n){var r=[],s=0;function o(l){return s++,function(u){r[l]=u,--s||t(r)}}for(var i=0,a;i<e.length;i++)a=e[i],a&&typeof a.then=="function"?a.then(o(i),n):r[i]=a;s||t(r)})},gn.race=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.race().");return new gn(function(t,n){for(var r=0,s;r<e.length;r++)s=e[r],s&&typeof s.then=="function"?s.then(t,n):t(s)})},gn.resolve=function(e){return e&&ks(e)==="object"&&e.constructor===gn?e:new gn(function(t){t(e)})},gn.reject=function(e){return new gn(function(t,n){n(e)})},o_.measurePerformance&&Qi&&Qi.mark&&Qi.measure;var zu=function(t,n,r,s){var o=Object.keys(t),i=o.length,a=n,l,u,f;for(r===void 0?(l=1,f=t[o[0]]):(l=0,f=r);l<i;l++)u=o[l],f=a(f,t[u],u,t);return f};function f_(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,s=r===void 0?!1:r,o=Object.keys(t).reduce(function(i,a){var l=t[a],u=!!l.icon;return u?i[l.iconName]=l.icon:i[a]=l,i},{});typeof ur.hooks.addPack=="function"&&!s?ur.hooks.addPack(e,o):ur.styles[e]=sn({},ur.styles[e]||{},o),e==="fas"&&f_("fa",t)}var d_=ur.styles,VP=ur.shims,p_=function(){var t=function(s){return zu(d_,function(o,i,a){return o[a]=zu(i,s,{}),o},{})};t(function(r,s,o){return s[3]&&(r[s[3]]=o),r}),t(function(r,s,o){var i=s[2];return r[o]=o,i.forEach(function(a){r[a]=o}),r});var n="far"in d_;zu(VP,function(r,s){var o=s[0],i=s[1],a=s[2];return i==="far"&&!n&&(i="fas"),r[o]={prefix:i,iconName:a},r},{})};p_(),ur.styles;function Hu(e){this.name="MissingIcon",this.message=e||"Icon unavailable",this.stack=new Error().stack}Hu.prototype=Object.create(Error.prototype),Hu.prototype.constructor=Hu;var ra={fill:"currentColor"},h_={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};sn({},ra,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"});var ju=sn({},h_,{attributeName:"opacity"});sn({},ra,{cx:"256",cy:"364",r:"28"}),sn({},h_,{attributeName:"r",values:"28;14;28;28;14;28;"}),sn({},ju,{values:"1;0;1;1;0;1;"}),sn({},ra,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),sn({},ju,{values:"1;0;0;0;0;1;"}),sn({},ra,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),sn({},ju,{values:"0;0;1;1;0;0;"}),ur.styles,ur.styles;var UP=function(){function e(){bP(this,e),this.definitions={}}return yP(e,[{key:"add",value:function(){for(var n=this,r=arguments.length,s=new Array(r),o=0;o<r;o++)s[o]=arguments[o];var i=s.reduce(this._pullDefinitions,{});Object.keys(i).forEach(function(a){n.definitions[a]=sn({},n.definitions[a]||{},i[a]),f_(a,i[a]),p_()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(n,r){var s=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(s).map(function(o){var i=s[o],a=i.prefix,l=i.iconName,u=i.icon;n[a]||(n[a]={}),n[a][l]=u}),n}}]),e}();new UP;var KP=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},GP={exports:{}};(function(e){(function(t){var n=function(h,k,y){if(!u(k)||c(k)||p(k)||d(k)||l(k))return k;var _,E=0,x=0;if(f(k))for(_=[],x=k.length;E<x;E++)_.push(n(h,k[E],y));else{_={};for(var M in k)Object.prototype.hasOwnProperty.call(k,M)&&(_[h(M,y)]=n(h,k[M],y))}return _},r=function(h,k){k=k||{};var y=k.separator||"_",_=k.split||/(?=[A-Z])/;return h.split(_).join(y)},s=function(h){return m(h)?h:(h=h.replace(/[\-_\s]+(.)?/g,function(k,y){return y?y.toUpperCase():""}),h.substr(0,1).toLowerCase()+h.substr(1))},o=function(h){var k=s(h);return k.substr(0,1).toUpperCase()+k.substr(1)},i=function(h,k){return r(h,k).toLowerCase()},a=Object.prototype.toString,l=function(h){return typeof h=="function"},u=function(h){return h===Object(h)},f=function(h){return a.call(h)=="[object Array]"},c=function(h){return a.call(h)=="[object Date]"},p=function(h){return a.call(h)=="[object RegExp]"},d=function(h){return a.call(h)=="[object Boolean]"},m=function(h){return h=h-0,h===h},g=function(h,k){var y=k&&"process"in k?k.process:k;return typeof y!="function"?h:function(_,E){return y(_,h,E)}},C={camelize:s,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(h,k){return n(g(s,k),h)},decamelizeKeys:function(h,k){return n(g(i,k),h,k)},pascalizeKeys:function(h,k){return n(g(o,k),h)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=C:t.humps=C})(KP)})(GP);var WP=!1;try{WP=!0}catch{}({...X2});var Vu,g_;function Uu(){if(g_)return Vu;g_=1;var e=Array.isArray;return Vu=e,Vu}var Ku,m_;function ZP(){if(m_)return Ku;m_=1;var e=typeof ho=="object"&&ho&&ho.Object===Object&&ho;return Ku=e,Ku}var Gu,v_;function Wu(){if(v_)return Gu;v_=1;var e=ZP(),t=typeof self=="object"&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return Gu=n,Gu}var Zu,b_;function Ju(){if(b_)return Zu;b_=1;var e=Wu(),t=e.Symbol;return Zu=t,Zu}var Xu,__;function JP(){if(__)return Xu;__=1;var e=Ju(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,s=e?e.toStringTag:void 0;function o(i){var a=n.call(i,s),l=i[s];try{i[s]=void 0;var u=!0}catch{}var f=r.call(i);return u&&(a?i[s]=l:delete i[s]),f}return Xu=o,Xu}var Yu,y_;function XP(){if(y_)return Yu;y_=1;var e=Object.prototype,t=e.toString;function n(r){return t.call(r)}return Yu=n,Yu}var Qu,w_;function k_(){if(w_)return Qu;w_=1;var e=Ju(),t=JP(),n=XP(),r="[object Null]",s="[object Undefined]",o=e?e.toStringTag:void 0;function i(a){return a==null?a===void 0?s:r:o&&o in Object(a)?t(a):n(a)}return Qu=i,Qu}var ef,C_;function YP(){if(C_)return ef;C_=1;function e(t){return t!=null&&typeof t=="object"}return ef=e,ef}var tf,x_;function nf(){if(x_)return tf;x_=1;var e=k_(),t=YP(),n="[object Symbol]";function r(s){return typeof s=="symbol"||t(s)&&e(s)==n}return tf=r,tf}var rf,E_;function QP(){if(E_)return rf;E_=1;var e=Uu(),t=nf(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;function s(o,i){if(e(o))return!1;var a=typeof o;return a=="number"||a=="symbol"||a=="boolean"||o==null||t(o)?!0:r.test(o)||!n.test(o)||i!=null&&o in Object(i)}return rf=s,rf}var of,S_;function A_(){if(S_)return of;S_=1;function e(t){var n=typeof t;return t!=null&&(n=="object"||n=="function")}return of=e,of}var sf,T_;function eD(){if(T_)return sf;T_=1;var e=k_(),t=A_(),n="[object AsyncFunction]",r="[object Function]",s="[object GeneratorFunction]",o="[object Proxy]";function i(a){if(!t(a))return!1;var l=e(a);return l==r||l==s||l==n||l==o}return sf=i,sf}var af,M_;function tD(){if(M_)return af;M_=1;var e=Wu(),t=e["__core-js_shared__"];return af=t,af}var lf,L_;function nD(){if(L_)return lf;L_=1;var e=tD(),t=function(){var r=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}();function n(r){return!!t&&t in r}return lf=n,lf}var cf,$_;function rD(){if($_)return cf;$_=1;var e=Function.prototype,t=e.toString;function n(r){if(r!=null){try{return t.call(r)}catch{}try{return r+""}catch{}}return""}return cf=n,cf}var uf,I_;function oD(){if(I_)return uf;I_=1;var e=eD(),t=nD(),n=A_(),r=rD(),s=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,i=Function.prototype,a=Object.prototype,l=i.toString,u=a.hasOwnProperty,f=RegExp("^"+l.call(u).replace(s,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function c(p){if(!n(p)||t(p))return!1;var d=e(p)?f:o;return d.test(r(p))}return uf=c,uf}var ff,R_;function sD(){if(R_)return ff;R_=1;function e(t,n){return t==null?void 0:t[n]}return ff=e,ff}var df,O_;function P_(){if(O_)return df;O_=1;var e=oD(),t=sD();function n(r,s){var o=t(r,s);return e(o)?o:void 0}return df=n,df}var pf,D_;function oa(){if(D_)return pf;D_=1;var e=P_(),t=e(Object,"create");return pf=t,pf}var hf,N_;function iD(){if(N_)return hf;N_=1;var e=oa();function t(){this.__data__=e?e(null):{},this.size=0}return hf=t,hf}var gf,B_;function aD(){if(B_)return gf;B_=1;function e(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}return gf=e,gf}var mf,q_;function lD(){if(q_)return mf;q_=1;var e=oa(),t="__lodash_hash_undefined__",n=Object.prototype,r=n.hasOwnProperty;function s(o){var i=this.__data__;if(e){var a=i[o];return a===t?void 0:a}return r.call(i,o)?i[o]:void 0}return mf=s,mf}var vf,F_;function cD(){if(F_)return vf;F_=1;var e=oa(),t=Object.prototype,n=t.hasOwnProperty;function r(s){var o=this.__data__;return e?o[s]!==void 0:n.call(o,s)}return vf=r,vf}var bf,z_;function uD(){if(z_)return bf;z_=1;var e=oa(),t="__lodash_hash_undefined__";function n(r,s){var o=this.__data__;return this.size+=this.has(r)?0:1,o[r]=e&&s===void 0?t:s,this}return bf=n,bf}var _f,H_;function fD(){if(H_)return _f;H_=1;var e=iD(),t=aD(),n=lD(),r=cD(),s=uD();function o(i){var a=-1,l=i==null?0:i.length;for(this.clear();++a<l;){var u=i[a];this.set(u[0],u[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=s,_f=o,_f}var yf,j_;function dD(){if(j_)return yf;j_=1;function e(){this.__data__=[],this.size=0}return yf=e,yf}var wf,V_;function pD(){if(V_)return wf;V_=1;function e(t,n){return t===n||t!==t&&n!==n}return wf=e,wf}var kf,U_;function sa(){if(U_)return kf;U_=1;var e=pD();function t(n,r){for(var s=n.length;s--;)if(e(n[s][0],r))return s;return-1}return kf=t,kf}var Cf,K_;function hD(){if(K_)return Cf;K_=1;var e=sa(),t=Array.prototype,n=t.splice;function r(s){var o=this.__data__,i=e(o,s);if(i<0)return!1;var a=o.length-1;return i==a?o.pop():n.call(o,i,1),--this.size,!0}return Cf=r,Cf}var xf,G_;function gD(){if(G_)return xf;G_=1;var e=sa();function t(n){var r=this.__data__,s=e(r,n);return s<0?void 0:r[s][1]}return xf=t,xf}var Ef,W_;function mD(){if(W_)return Ef;W_=1;var e=sa();function t(n){return e(this.__data__,n)>-1}return Ef=t,Ef}var Sf,Z_;function vD(){if(Z_)return Sf;Z_=1;var e=sa();function t(n,r){var s=this.__data__,o=e(s,n);return o<0?(++this.size,s.push([n,r])):s[o][1]=r,this}return Sf=t,Sf}var Af,J_;function bD(){if(J_)return Af;J_=1;var e=dD(),t=hD(),n=gD(),r=mD(),s=vD();function o(i){var a=-1,l=i==null?0:i.length;for(this.clear();++a<l;){var u=i[a];this.set(u[0],u[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=s,Af=o,Af}var Tf,X_;function _D(){if(X_)return Tf;X_=1;var e=P_(),t=Wu(),n=e(t,"Map");return Tf=n,Tf}var Mf,Y_;function yD(){if(Y_)return Mf;Y_=1;var e=fD(),t=bD(),n=_D();function r(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}return Mf=r,Mf}var Lf,Q_;function wD(){if(Q_)return Lf;Q_=1;function e(t){var n=typeof t;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?t!=="__proto__":t===null}return Lf=e,Lf}var $f,ey;function ia(){if(ey)return $f;ey=1;var e=wD();function t(n,r){var s=n.__data__;return e(r)?s[typeof r=="string"?"string":"hash"]:s.map}return $f=t,$f}var If,ty;function kD(){if(ty)return If;ty=1;var e=ia();function t(n){var r=e(this,n).delete(n);return this.size-=r?1:0,r}return If=t,If}var Rf,ny;function CD(){if(ny)return Rf;ny=1;var e=ia();function t(n){return e(this,n).get(n)}return Rf=t,Rf}var Of,ry;function xD(){if(ry)return Of;ry=1;var e=ia();function t(n){return e(this,n).has(n)}return Of=t,Of}var Pf,oy;function ED(){if(oy)return Pf;oy=1;var e=ia();function t(n,r){var s=e(this,n),o=s.size;return s.set(n,r),this.size+=s.size==o?0:1,this}return Pf=t,Pf}var Df,sy;function SD(){if(sy)return Df;sy=1;var e=yD(),t=kD(),n=CD(),r=xD(),s=ED();function o(i){var a=-1,l=i==null?0:i.length;for(this.clear();++a<l;){var u=i[a];this.set(u[0],u[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=s,Df=o,Df}var Nf,iy;function AD(){if(iy)return Nf;iy=1;var e=SD(),t="Expected a function";function n(r,s){if(typeof r!="function"||s!=null&&typeof s!="function")throw new TypeError(t);var o=function(){var i=arguments,a=s?s.apply(this,i):i[0],l=o.cache;if(l.has(a))return l.get(a);var u=r.apply(this,i);return o.cache=l.set(a,u)||l,u};return o.cache=new(n.Cache||e),o}return n.Cache=e,Nf=n,Nf}var Bf,ay;function TD(){if(ay)return Bf;ay=1;var e=AD(),t=500;function n(r){var s=e(r,function(i){return o.size===t&&o.clear(),i}),o=s.cache;return s}return Bf=n,Bf}var qf,ly;function MD(){if(ly)return qf;ly=1;var e=TD(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e(function(s){var o=[];return s.charCodeAt(0)===46&&o.push(""),s.replace(t,function(i,a,l,u){o.push(l?u.replace(n,"$1"):a||i)}),o});return qf=r,qf}var Ff,cy;function LD(){if(cy)return Ff;cy=1;function e(t,n){for(var r=-1,s=t==null?0:t.length,o=Array(s);++r<s;)o[r]=n(t[r],r,t);return o}return Ff=e,Ff}var zf,uy;function $D(){if(uy)return zf;uy=1;var e=Ju(),t=LD(),n=Uu(),r=nf(),s=e?e.prototype:void 0,o=s?s.toString:void 0;function i(a){if(typeof a=="string")return a;if(n(a))return t(a,i)+"";if(r(a))return o?o.call(a):"";var l=a+"";return l=="0"&&1/a==-1/0?"-0":l}return zf=i,zf}var Hf,fy;function ID(){if(fy)return Hf;fy=1;var e=$D();function t(n){return n==null?"":e(n)}return Hf=t,Hf}var jf,dy;function RD(){if(dy)return jf;dy=1;var e=Uu(),t=QP(),n=MD(),r=ID();function s(o,i){return e(o)?o:t(o,i)?[o]:n(r(o))}return jf=s,jf}var Vf,py;function OD(){if(py)return Vf;py=1;var e=nf();function t(n){if(typeof n=="string"||e(n))return n;var r=n+"";return r=="0"&&1/n==-1/0?"-0":r}return Vf=t,Vf}var Uf,hy;function PD(){if(hy)return Uf;hy=1;var e=RD(),t=OD();function n(r,s){s=e(s,r);for(var o=0,i=s.length;r!=null&&o<i;)r=r[t(s[o++])];return o&&o==i?r:void 0}return Uf=n,Uf}var Kf,gy;function DD(){if(gy)return Kf;gy=1;var e=PD();function t(n,r,s){var o=n==null?void 0:e(n,r);return o===void 0?s:o}return Kf=t,Kf}DD();function ND(e){const t=e.regex,n={},r={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},r]});const s={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},o={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},i={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n,s]};s.contains.push(i);const a={match:/\\"/},l={className:"string",begin:/'/,end:/'/},u={match:/\\'/},f={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,n]},c=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],p=e.SHEBANG({binary:`(${c.join("|")})`,relevance:10}),d={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},m=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],g=["true","false"],C={match:/(\/[a-z._-]+)+/},h=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],k=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias"],y=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],_=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:m,literal:g,built_in:[...h,...k,"set","shopt",...y,..._]},contains:[p,e.SHEBANG(),d,f,e.HASH_COMMENT_MODE,o,C,i,a,l,u,n]}}function BD(e){const t=e.regex,n=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),r=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],a={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:r,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},l={className:"meta",begin:/^(>>>|\.\.\.) /},u={className:"subst",begin:/\{/,end:/\}/,keywords:a,illegal:/#/},f={begin:/\{\{/,relevance:0},c={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,l],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,l],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,l,f,u]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,l,f,u]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,f,u]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,f,u]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},p="[0-9](_?[0-9])*",d=`(\\b(${p}))?\\.(${p})|\\b(${p})\\.`,m=`\\b|${r.join("|")}`,g={className:"number",relevance:0,variants:[{begin:`(\\b(${p})|(${d}))[eE][+-]?(${p})[jJ]?(?=${m})`},{begin:`(${d})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${m})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${m})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${m})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${m})`},{begin:`\\b(${p})[jJ](?=${m})`}]},C={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:a,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},h={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:["self",l,g,c,e.HASH_COMMENT_MODE]}]};return u.contains=[c,g,l],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:a,illegal:/(<\/|\?)|=>/,contains:[l,g,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},c,C,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[h]},{variants:[{match:[/\bclass/,/\s+/,n,/\s*/,/\(\s*/,n,/\s*\)/]},{match:[/\bclass/,/\s+/,n]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[g,h,c]}]}}const aa="[A-Za-z$_][0-9A-Za-z$_]*",my=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],vy=["true","false","null","undefined","NaN","Infinity"],by=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],_y=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],yy=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],wy=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],ky=[].concat(yy,by,_y);function qD(e){const t=e.regex,n=(H,{after:Y})=>{const I="</"+H[0].slice(1);return H.input.indexOf(I,Y)!==-1},r=aa,s={begin:"<>",end:"</>"},o=/<[A-Za-z0-9\\._:-]+\s*\/>/,i={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(H,Y)=>{const I=H[0].length+H.index,Z=H.input[I];if(Z==="<"||Z===","){Y.ignoreMatch();return}Z===">"&&(n(H,{after:I})||Y.ignoreMatch());let K;const me=H.input.substring(I);if(K=me.match(/^\s*=/)){Y.ignoreMatch();return}if((K=me.match(/^\s+extends\s+/))&&K.index===0){Y.ignoreMatch();return}}},a={$pattern:aa,keyword:my,literal:vy,built_in:ky,"variable.language":wy},l="[0-9](_?[0-9])*",u=`\\.(${l})`,f="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",c={className:"number",variants:[{begin:`(\\b(${f})((${u})|\\.)?|(${u}))[eE][+-]?(${l})\\b`},{begin:`\\b(${f})\\b((${u})\\b|\\.)?|(${u})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},p={className:"subst",begin:"\\$\\{",end:"\\}",keywords:a,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"xml"}},m={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"css"}},g={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,p],subLanguage:"graphql"}},C={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,p]},k={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:r+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},y=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,m,g,C,{match:/\$\d+/},c];p.contains=y.concat({begin:/\{/,end:/\}/,keywords:a,contains:["self"].concat(y)});const _=[].concat(k,p.contains),E=_.concat([{begin:/\(/,end:/\)/,keywords:a,contains:["self"].concat(_)}]),x={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:E},M={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,"(",t.concat(/\./,r),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,r],scope:{1:"keyword",3:"title.class"}}]},L={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...by,..._y]}},R={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},D={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[x],illegal:/%/},B={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function N(H){return t.concat("(?!",H.join("|"),")")}const oe={match:t.concat(/\b/,N([...yy,"super","import"]),r,t.lookahead(/\(/)),className:"title.function",relevance:0},F={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},ie={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},x]},j="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",V={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(j)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[x]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:a,exports:{PARAMS_CONTAINS:E,CLASS_REFERENCE:L},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),R,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,m,g,C,k,{match:/\$\d+/},c,L,{className:"attr",begin:r+t.lookahead(":"),relevance:0},V,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[k,e.REGEXP_MODE,{className:"function",begin:j,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:E}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:s.begin,end:s.end},{match:o},{begin:i.begin,"on:begin":i.isTrulyOpeningTag,end:i.end}],subLanguage:"xml",contains:[{begin:i.begin,end:i.end,skip:!0,contains:["self"]}]}]},D,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[x,e.inherit(e.TITLE_MODE,{begin:r,className:"title.function"})]},{match:/\.\.\./,relevance:0},F,{match:"\\$"+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[x]},oe,B,M,ie,{match:/\$[(.]/}]}}function FD(e){const t=qD(e),n=aa,r=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],s={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[t.exports.CLASS_REFERENCE]},o={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:r},contains:[t.exports.CLASS_REFERENCE]},i={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},a=["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"],l={$pattern:aa,keyword:my.concat(a),literal:vy,built_in:ky.concat(r),"variable.language":wy},u={className:"meta",begin:"@"+n},f=(p,d,m)=>{const g=p.contains.findIndex(C=>C.label===d);if(g===-1)throw new Error("can not find mode to replace");p.contains.splice(g,1,m)};Object.assign(t.keywords,l),t.exports.PARAMS_CONTAINS.push(u),t.contains=t.contains.concat([u,s,o]),f(t,"shebang",e.SHEBANG()),f(t,"use_strict",i);const c=t.contains.find(p=>p.label==="func.def");return c.relevance=0,Object.assign(t,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),t}const zD=re({name:"VueMarkdown",props:{source:{type:String,required:!0},options:{type:Object,required:!1},plugins:{type:Array,required:!1}},setup(e){const t=G(new uP(e.options??{}));for(const r of e.plugins??[])t.value.use(r);const n=P(()=>t.value.render(e.source));return()=>kn("div",{innerHTML:n.value})}}),HD={key:0,class:"chat-message-actions"},jD={key:2,class:"chat-message-files"},Gf=re({__name:"Message",props:{message:{}},setup(e,{expose:t}){const n=e;Qn.registerLanguage("javascript",Cp),Qn.registerLanguage("typescript",FD),Qn.registerLanguage("python",BD),Qn.registerLanguage("xml",xp),Qn.registerLanguage("bash",ND);const{message:r}=zs(n),{options:s}=es(),o=G(null),i=G({}),a=P(()=>r.value.text||"&lt;Empty response&gt;"),l=P(()=>({"chat-message-from-user":r.value.sender==="user","chat-message-from-bot":r.value.sender==="bot","chat-message-transparent":r.value.transparent===!0})),u=m=>{m.use(pP,{attrs:{target:"_blank",rel:"noopener"}})},f=()=>{var m;(m=o.value)!=null&&m.scrollIntoView&&o.value.scrollIntoView({block:"start"})},c={highlight(m,g){if(g&&Qn.getLanguage(g))try{return Qn.highlight(m,{language:g}).value}catch{}return""}},p={...(s==null?void 0:s.messageComponents)??{}};t({scrollToView:f});const d=async m=>await new Promise((g,C)=>{const h=new FileReader;h.onload=()=>g(h.result),h.onerror=C,h.readAsDataURL(m)});return it(async()=>{if(r.value.files)for(const m of r.value.files)try{const g=await d(m);i.value[m.name]=g}catch(g){console.error("Error reading file:",g)}}),(m,g)=>(w(),A("div",{ref_key:"messageContainer",ref:o,class:Q(["chat-message",l.value])},[m.$slots.beforeMessage?(w(),A("div",HD,[we(m.$slots,"beforeMessage",Rs(Ja({message:b(r)})))])):_e("",!0),we(m.$slots,"default",{},()=>[b(r).type==="component"&&p[b(r).key]?(w(),ue(Ot(p[b(r).key]),Rs(ht({key:0},b(r).arguments)),null,16)):(w(),ue(b(zD),{key:1,class:"chat-message-markdown",source:a.value,options:c,plugins:[u]},null,8,["source","plugins"])),(b(r).files??[]).length>0?(w(),A("div",jD,[(w(!0),A(tt,null,wn(b(r).files??[],C=>(w(),A("div",{key:C.name,class:"chat-message-file"},[xe(Sp,{file:C,"is-removable":!1,"is-previewable":!0},null,8,["file"])]))),128))])):_e("",!0)])],2))}}),VD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function UD(e,t){return w(),A("svg",VD,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"},null,-1)]))}const KD={name:"mdi-chat",render:UD},GD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WD(e,t){return w(),A("svg",GD,t[0]||(t[0]=[v("path",{fill:"currentColor",d:"M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"},null,-1)]))}const ZD={name:"mdi-chevron-down",render:WD},JD={class:"chat-window-wrapper"},XD={class:"chat-window"},YD=re({__name:"ChatWindow",setup(e){const t=G(!1);function n(){t.value=!t.value,t.value&&Ke(()=>{Gt.emit("scrollToBottom")})}return(r,s)=>(w(),A("div",JD,[xe(qr,{name:"chat-window-transition"},{default:pe(()=>[Ht(v("div",XD,[xe(Cy)],512),[[Yn,t.value]])]),_:1}),v("div",{class:"chat-window-toggle",onClick:n},[xe(qr,{name:"chat-window-toggle-transition",mode:"out-in"},{default:pe(()=>[t.value?(w(),ue(b(ZD),{key:1,height:"32",width:"32"})):(w(),ue(b(KD),{key:0,height:"32",width:"32"}))]),_:1})])]))}}),QD=re({__name:"MessageTyping",props:{animation:{default:"bouncing"}},setup(e){const t=e,n={id:"typing",text:"",sender:"bot"},r=G(),s=P(()=>({"chat-message-typing":!0,[`chat-message-typing-animation-${t.animation}`]:!0}));return it(()=>{var o;(o=r.value)==null||o.scrollToView()}),(o,i)=>(w(),ue(b(Gf),{ref_key:"messageContainer",ref:r,class:Q(s.value),message:n,"data-test-id":"chat-message-typing"},{default:pe(()=>i[0]||(i[0]=[v("div",{class:"chat-message-typing-body"},[v("span",{class:"chat-message-typing-circle"}),v("span",{class:"chat-message-typing-circle"}),v("span",{class:"chat-message-typing-circle"})],-1)])),_:1},8,["class"]))}}),eN={key:0,class:"empty-container"},tN={class:"empty","data-test-id":"chat-messages-empty"},nN={key:1,class:"chat-messages-list"},rN=re({__name:"MessagesList",props:{messages:{},emptyText:{}},setup(e){const t=cl(),n=G([]),{initialMessages:r,waitingForResponse:s}=t;return Se(()=>n.value.length,()=>{const o=n.value[n.value.length-1];o&&o.scrollToView()}),(o,i)=>o.emptyText&&b(r).length===0&&o.messages.length===0?(w(),A("div",eN,[v("div",tN,[xe(b(mc),{icon:"message-circle",size:"large",class:"emptyIcon"}),xe(b(ZR),{tag:"p",size:"medium",color:"text-base"},{default:pe(()=>[Br(Qe(o.emptyText),1)]),_:1})])])):(w(),A("div",nN,[(w(!0),A(tt,null,wn(b(r),a=>(w(),ue(Gf,{key:a.id,message:a},null,8,["message"]))),128)),(w(!0),A(tt,null,wn(o.messages,a=>(w(),ue(Gf,{key:a.id,ref_for:!0,ref_key:"messageComponents",ref:n,message:a},{beforeMessage:pe(({message:l})=>[we(o.$slots,"beforeMessage",ht({ref_for:!0},{message:l}))]),_:2},1032,["message"]))),128)),b(s)?(w(),ue(QD,{key:0})):_e("",!0)]))}}),oN={class:"chat-heading"},sN=["title"],iN={key:0},Cy=re({__name:"Chat",setup(e){const{t}=fi(),n=cl(),{messages:r,currentSessionId:s}=n,{options:o}=es(),i=P(()=>o.mode==="window"&&o.showWindowCloseButton);async function a(){n.startNewSession&&(n.startNewSession(),Ke(()=>{Gt.emit("scrollToBottom")}))}async function l(){n.loadPreviousSession&&(await n.loadPreviousSession(),Ke(()=>{Gt.emit("scrollToBottom")}))}function u(){Gt.emit("close")}return it(async()=>{await l(),!o.showWelcomeScreen&&!s.value&&await a()}),(f,c)=>(w(),ue(qk,{class:"chat-wrapper"},{header:pe(()=>[v("div",oN,[v("h1",null,Qe(b(t)("title")),1),i.value?(w(),A("button",{key:0,class:"chat-close-button",title:b(t)("closeButtonTooltip"),onClick:u},[xe(b(N3),{height:"18",width:"18"})],8,sN)):_e("",!0)]),b(t)("subtitle")?(w(),A("p",iN,Qe(b(t)("subtitle")),1)):_e("",!0)]),footer:pe(()=>[b(s)?(w(),ue(Pk,{key:0})):(w(),ue(J3,{key:1}))]),default:pe(()=>[!b(s)&&b(o).showWelcomeScreen?(w(),ue(j3,{key:0,"onClick:button":a})):(w(),ue(rN,{key:1,messages:b(r)},null,8,["messages"]))]),_:1}))}}),aN=re({__name:"App",props:{},setup(e){const{options:t}=es(),n=P(()=>t.mode==="fullscreen");return it(()=>{Qn.registerLanguage("xml",xp),Qn.registerLanguage("javascript",Cp)}),(r,s)=>n.value?(w(),ue(Cy,{key:0,class:"n8n-chat"})):(w(),ue(YD,{key:1,class:"n8n-chat"}))}});function lN(e){var s,o;const t={...Qo,...e,webhookConfig:{...Qo.webhookConfig,...e==null?void 0:e.webhookConfig},i18n:{...Qo.i18n,...e==null?void 0:e.i18n,en:{...(s=Qo.i18n)==null?void 0:s.en,...(o=e==null?void 0:e.i18n)==null?void 0:o.en}},theme:{...Qo.theme,...e==null?void 0:e.theme}},n=t.target??n3;typeof n=="string"&&m3(n);const r=Q4(aN);return r.use(T3,t),r.mount(n),r}vt.createChat=lN,Object.defineProperty(vt,Symbol.toStringTag,{value:"Module"})});