@n8n/chat 0.45.0 → 0.47.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.
- package/dist/chat.bundle.es.js +23816 -9802
- package/dist/chat.bundle.umd.js +37 -21
- package/dist/chat.es.js +26280 -7407
- package/dist/chat.umd.js +494 -15
- package/dist/style.css +2 -1
- package/package.json +3 -2
package/dist/chat.umd.js
CHANGED
|
@@ -1,18 +1,497 @@
|
|
|
1
|
-
(function(Ae,u){typeof exports=="object"&&typeof module<"u"?u(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],u):(Ae=typeof globalThis<"u"?globalThis:Ae||self,u(Ae.N8nChat={},Ae.Vue))})(this,function(Ae,u){"use strict";const Le={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:{}},Zo="#n8n-chat",Tt="n8n-chat/sessionId",qt="Chat",Nt="ChatOptions";for(var ae=[],Qe=0;Qe<256;++Qe)ae.push((Qe+256).toString(16).slice(1));function Ko(c,n=0){return(ae[c[n+0]]+ae[c[n+1]]+ae[c[n+2]]+ae[c[n+3]]+"-"+ae[c[n+4]]+ae[c[n+5]]+"-"+ae[c[n+6]]+ae[c[n+7]]+"-"+ae[c[n+8]]+ae[c[n+9]]+"-"+ae[c[n+10]]+ae[c[n+11]]+ae[c[n+12]]+ae[c[n+13]]+ae[c[n+14]]+ae[c[n+15]]).toLowerCase()}var Pe,Wo=new Uint8Array(16);function Yo(){if(!Pe&&(Pe=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Pe))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Pe(Wo)}var Jo=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const Lt={randomUUID:Jo};function Be(c,n,o){if(Lt.randomUUID&&!c)return Lt.randomUUID();c=c||{};var e=c.random||(c.rng||Yo)();return e[6]=e[6]&15|64,e[8]=e[8]&63|128,Ko(e)}async function Xo(){return""}async function en(...c){var r,s;const n=await Xo(),o=(r=c[1])==null?void 0:r.body,e={...n?{authorization:`Bearer ${n}`}:{},...(s=c[1])==null?void 0:s.headers};return o instanceof FormData?delete e["Content-Type"]:e["Content-Type"]="application/json",await(await fetch(c[0],{...c[1],mode:"cors",cache:"no-cache",headers:e})).json()}async function Bt(c,n={},o={}){let e=c;return Object.keys(n).length>0&&(e=`${e}?${new URLSearchParams(n).toString()}`),await en(e,{...o,method:"GET"})}async function Mt(c,n={},o={}){return await en(c,{...o,method:"POST",body:JSON.stringify(n)})}async function Qo(c,n={},o=[],e={}){const t=new FormData;for(const r in n)t.append(r,n[r]);for(const r of o)t.append("files",r);return await en(c,{...e,method:"POST",body:t})}async function es(c,n){var e,t;return await(((e=n.webhookConfig)==null?void 0:e.method)==="POST"?Mt:Bt)(`${n.webhookUrl}`,{action:"loadPreviousSession",[n.chatSessionKey]:c,...n.metadata?{metadata:n.metadata}:{}},{headers:(t=n.webhookConfig)==null?void 0:t.headers})}async function ns(c,n,o,e){var r,s,i;return n.length>0?await Qo(`${e.webhookUrl}`,{action:"sendMessage",[e.chatSessionKey]:o,[e.chatInputKey]:c,...e.metadata?{metadata:e.metadata}:{}},n,{headers:(r=e.webhookConfig)==null?void 0:r.headers}):await(((s=e.webhookConfig)==null?void 0:s.method)==="POST"?Mt:Bt)(`${e.webhookUrl}`,{action:"sendMessage",[e.chatSessionKey]:o,[e.chatInputKey]:c,...e.metadata?{metadata:e.metadata}:{}},{headers:(i=e.webhookConfig)==null?void 0:i.headers})}function ts(){const c=new Map;function n(t,r){const s=c.get(t);s&&s.splice(s.indexOf(r)>>>0,1)}function o(t,r){let s=c.get(t);return s?s.push(r):s=[r],c.set(t,s),()=>n(t,r)}function e(t,r){const s=c.get(t);s&&s.slice().forEach(async i=>{await i(r)})}return{on:o,off:n,emit:e}}function rs(c){if(!document.querySelector(c)){const o=document.createElement("div");c.startsWith("#")&&(o.id=c.replace("#","")),c.startsWith(".")&&o.classList.add(c.replace(".","")),document.body.appendChild(o)}}const pe=ts(),os={install(c,n){c.provide(Nt,n);const o=u.ref([]),e=u.ref(null),t=u.ref(!1),r=u.computed(()=>(n.initialMessages??[]).map(p=>({id:Be(),text:p,sender:"bot"})));async function s(p,f=[]){const g={id:Be(),text:p,sender:"user",files:f};o.value.push(g),t.value=!0,u.nextTick(()=>{pe.emit("scrollToBottom")});const h=await ns(p,f,e.value,n);let b=h.output??h.text??"";if(b===""&&Object.keys(h).length>0)try{b=JSON.stringify(h,null,2)}catch{}const E={id:Be(),text:b,sender:"bot"};o.value.push(E),t.value=!1,u.nextTick(()=>{pe.emit("scrollToBottom")})}async function i(){if(!n.loadPreviousSession)return;const p=localStorage.getItem(Tt)??Be(),f=await es(p,n);return o.value=((f==null?void 0:f.data)||[]).map((g,h)=>({id:`${h}`,text:g.kwargs.content,sender:g.id.includes("HumanMessage")?"user":"bot"})),o.value.length&&(e.value=p),p}async function a(){e.value=Be(),localStorage.setItem(Tt,e.value)}const l={initialMessages:r,messages:o,currentSessionId:e,waitingForResponse:t,loadPreviousSession:i,startNewSession:a,sendMessage:s};c.provide(qt,l),c.config.globalProperties.$chat=l}};function nn(c){return c&&c.__esModule&&Object.prototype.hasOwnProperty.call(c,"default")?c.default:c}function ss(c){if(Object.prototype.hasOwnProperty.call(c,"__esModule"))return c;var n=c.default;if(typeof n=="function"){var o=function e(){return this instanceof e?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};o.prototype=n.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(c).forEach(function(e){var t=Object.getOwnPropertyDescriptor(c,e);Object.defineProperty(o,e,t.get?t:{enumerable:!0,get:function(){return c[e]}})}),o}var tn,It;function cs(){if(It)return tn;It=1;function c(d){return d instanceof Map?d.clear=d.delete=d.set=function(){throw new Error("map is read-only")}:d instanceof Set&&(d.add=d.clear=d.delete=function(){throw new Error("set is read-only")}),Object.freeze(d),Object.getOwnPropertyNames(d).forEach(A=>{const q=d[A],V=typeof q;(V==="object"||V==="function")&&!Object.isFrozen(q)&&c(q)}),d}class n{constructor(A){A.data===void 0&&(A.data={}),this.data=A.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function o(d){return d.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function e(d,...A){const q=Object.create(null);for(const V in d)q[V]=d[V];return A.forEach(function(V){for(const te in V)q[te]=V[te]}),q}const t="</span>",r=d=>!!d.scope,s=(d,{prefix:A})=>{if(d.startsWith("language:"))return d.replace("language:","language-");if(d.includes(".")){const q=d.split(".");return[`${A}${q.shift()}`,...q.map((V,te)=>`${V}${"_".repeat(te+1)}`)].join(" ")}return`${A}${d}`};class i{constructor(A,q){this.buffer="",this.classPrefix=q.classPrefix,A.walk(this)}addText(A){this.buffer+=o(A)}openNode(A){if(!r(A))return;const q=s(A.scope,{prefix:this.classPrefix});this.span(q)}closeNode(A){r(A)&&(this.buffer+=t)}value(){return this.buffer}span(A){this.buffer+=`<span class="${A}">`}}const a=(d={})=>{const A={children:[]};return Object.assign(A,d),A};class l{constructor(){this.rootNode=a(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(A){this.top.children.push(A)}openNode(A){const q=a({scope:A});this.add(q),this.stack.push(q)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(A){return this.constructor._walk(A,this.rootNode)}static _walk(A,q){return typeof q=="string"?A.addText(q):q.children&&(A.openNode(q),q.children.forEach(V=>this._walk(A,V)),A.closeNode(q)),A}static _collapse(A){typeof A!="string"&&A.children&&(A.children.every(q=>typeof q=="string")?A.children=[A.children.join("")]:A.children.forEach(q=>{l._collapse(q)}))}}class p extends l{constructor(A){super(),this.options=A}addText(A){A!==""&&this.add(A)}startScope(A){this.openNode(A)}endScope(){this.closeNode()}__addSublanguage(A,q){const V=A.root;q&&(V.scope=`language:${q}`),this.add(V)}toHTML(){return new i(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function f(d){return d?typeof d=="string"?d:d.source:null}function g(d){return E("(?=",d,")")}function h(d){return E("(?:",d,")*")}function b(d){return E("(?:",d,")?")}function E(...d){return d.map(q=>f(q)).join("")}function v(d){const A=d[d.length-1];return typeof A=="object"&&A.constructor===Object?(d.splice(d.length-1,1),A):{}}function k(...d){return"("+(v(d).capture?"":"?:")+d.map(V=>f(V)).join("|")+")"}function x(d){return new RegExp(d.toString()+"|").exec("").length-1}function m(d,A){const q=d&&d.exec(A);return q&&q.index===0}const _=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function y(d,{joinWith:A}){let q=0;return d.map(V=>{q+=1;const te=q;let re=f(V),O="";for(;re.length>0;){const M=_.exec(re);if(!M){O+=re;break}O+=re.substring(0,M.index),re=re.substring(M.index+M[0].length),M[0][0]==="\\"&&M[1]?O+="\\"+String(Number(M[1])+te):(O+=M[0],M[0]==="("&&q++)}return O}).map(V=>`(${V})`).join(A)}const w=/\b\B/,B="[a-zA-Z]\\w*",S="[a-zA-Z_]\\w*",T="\\b\\d+(\\.\\d+)?",R="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",I="\\b(0b[01]+)",G="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",Q=(d={})=>{const A=/^#![ ]*\//;return d.binary&&(d.begin=E(A,/.*\b/,d.binary,/\b.*/)),e({scope:"meta",begin:A,end:/$/,relevance:0,"on:begin":(q,V)=>{q.index!==0&&V.ignoreMatch()}},d)},C={begin:"\\\\[\\s\\S]",relevance:0},N={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[C]},U={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[C]},W={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/},j=function(d,A,q={}){const V=e({scope:"comment",begin:d,end:A,contains:[]},q);V.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 te=k("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 V.contains.push({begin:E(/[ ]+/,"(",te,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),V},Y=j("//","$"),F=j("/\\*","\\*/"),se=j("#","$"),ue={scope:"number",begin:T,relevance:0},de={scope:"number",begin:R,relevance:0},sa={scope:"number",begin:I,relevance:0},ca={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[C,{begin:/\[/,end:/\]/,relevance:0,contains:[C]}]},ia={scope:"title",begin:B,relevance:0},aa={scope:"title",begin:S,relevance:0},la={begin:"\\.\\s*"+S,relevance:0};var je=Object.freeze({__proto__:null,APOS_STRING_MODE:N,BACKSLASH_ESCAPE:C,BINARY_NUMBER_MODE:sa,BINARY_NUMBER_RE:I,COMMENT:j,C_BLOCK_COMMENT_MODE:F,C_LINE_COMMENT_MODE:Y,C_NUMBER_MODE:de,C_NUMBER_RE:R,END_SAME_AS_BEGIN:function(d){return Object.assign(d,{"on:begin":(A,q)=>{q.data._beginMatch=A[1]},"on:end":(A,q)=>{q.data._beginMatch!==A[1]&&q.ignoreMatch()}})},HASH_COMMENT_MODE:se,IDENT_RE:B,MATCH_NOTHING_RE:w,METHOD_GUARD:la,NUMBER_MODE:ue,NUMBER_RE:T,PHRASAL_WORDS_MODE:W,QUOTE_STRING_MODE:U,REGEXP_MODE:ca,RE_STARTERS_RE:G,SHEBANG:Q,TITLE_MODE:ia,UNDERSCORE_IDENT_RE:S,UNDERSCORE_TITLE_MODE:aa});function ua(d,A){d.input[d.index-1]==="."&&A.ignoreMatch()}function fa(d,A){d.className!==void 0&&(d.scope=d.className,delete d.className)}function pa(d,A){A&&d.beginKeywords&&(d.begin="\\b("+d.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",d.__beforeBegin=ua,d.keywords=d.keywords||d.beginKeywords,delete d.beginKeywords,d.relevance===void 0&&(d.relevance=0))}function ha(d,A){Array.isArray(d.illegal)&&(d.illegal=k(...d.illegal))}function da(d,A){if(d.match){if(d.begin||d.end)throw new Error("begin & end are not supported with match");d.begin=d.match,delete d.match}}function ga(d,A){d.relevance===void 0&&(d.relevance=1)}const ma=(d,A)=>{if(!d.beforeMatch)return;if(d.starts)throw new Error("beforeMatch cannot be used with starts");const q=Object.assign({},d);Object.keys(d).forEach(V=>{delete d[V]}),d.keywords=q.keywords,d.begin=E(q.beforeMatch,g(q.begin)),d.starts={relevance:0,contains:[Object.assign(q,{endsParent:!0})]},d.relevance=0,delete q.beforeMatch},ba=["of","and","for","in","not","or","if","then","parent","list","value"],_a="keyword";function qo(d,A,q=_a){const V=Object.create(null);return typeof d=="string"?te(q,d.split(" ")):Array.isArray(d)?te(q,d):Object.keys(d).forEach(function(re){Object.assign(V,qo(d[re],A,re))}),V;function te(re,O){A&&(O=O.map(M=>M.toLowerCase())),O.forEach(function(M){const $=M.split("|");V[$[0]]=[re,ka($[0],$[1])]})}}function ka(d,A){return A?Number(A):Ea(d)?0:1}function Ea(d){return ba.includes(d.toLowerCase())}const No={},Se=d=>{console.error(d)},Lo=(d,...A)=>{console.log(`WARN: ${d}`,...A)},qe=(d,A)=>{No[`${d}/${A}`]||(console.log(`Deprecated as of ${d}. ${A}`),No[`${d}/${A}`]=!0)},Ze=new Error;function Bo(d,A,{key:q}){let V=0;const te=d[q],re={},O={};for(let M=1;M<=A.length;M++)O[M+V]=te[M],re[M+V]=!0,V+=x(A[M-1]);d[q]=O,d[q]._emit=re,d[q]._multi=!0}function ya(d){if(Array.isArray(d.begin)){if(d.skip||d.excludeBegin||d.returnBegin)throw Se("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),Ze;if(typeof d.beginScope!="object"||d.beginScope===null)throw Se("beginScope must be object"),Ze;Bo(d,d.begin,{key:"beginScope"}),d.begin=y(d.begin,{joinWith:""})}}function xa(d){if(Array.isArray(d.end)){if(d.skip||d.excludeEnd||d.returnEnd)throw Se("skip, excludeEnd, returnEnd not compatible with endScope: {}"),Ze;if(typeof d.endScope!="object"||d.endScope===null)throw Se("endScope must be object"),Ze;Bo(d,d.end,{key:"endScope"}),d.end=y(d.end,{joinWith:""})}}function wa(d){d.scope&&typeof d.scope=="object"&&d.scope!==null&&(d.beginScope=d.scope,delete d.scope)}function va(d){wa(d),typeof d.beginScope=="string"&&(d.beginScope={_wrap:d.beginScope}),typeof d.endScope=="string"&&(d.endScope={_wrap:d.endScope}),ya(d),xa(d)}function Aa(d){function A(O,M){return new RegExp(f(O),"m"+(d.case_insensitive?"i":"")+(d.unicodeRegex?"u":"")+(M?"g":""))}class q{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(M,$){$.position=this.position++,this.matchIndexes[this.matchAt]=$,this.regexes.push([$,M]),this.matchAt+=x(M)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const M=this.regexes.map($=>$[1]);this.matcherRe=A(y(M,{joinWith:"|"}),!0),this.lastIndex=0}exec(M){this.matcherRe.lastIndex=this.lastIndex;const $=this.matcherRe.exec(M);if(!$)return null;const ie=$.findIndex((Fe,vt)=>vt>0&&Fe!==void 0),oe=this.matchIndexes[ie];return $.splice(0,ie),Object.assign($,oe)}}class V{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(M){if(this.multiRegexes[M])return this.multiRegexes[M];const $=new q;return this.rules.slice(M).forEach(([ie,oe])=>$.addRule(ie,oe)),$.compile(),this.multiRegexes[M]=$,$}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(M,$){this.rules.push([M,$]),$.type==="begin"&&this.count++}exec(M){const $=this.getMatcher(this.regexIndex);$.lastIndex=this.lastIndex;let ie=$.exec(M);if(this.resumingScanAtSamePosition()&&!(ie&&ie.index===this.lastIndex)){const oe=this.getMatcher(0);oe.lastIndex=this.lastIndex+1,ie=oe.exec(M)}return ie&&(this.regexIndex+=ie.position+1,this.regexIndex===this.count&&this.considerAll()),ie}}function te(O){const M=new V;return O.contains.forEach($=>M.addRule($.begin,{rule:$,type:"begin"})),O.terminatorEnd&&M.addRule(O.terminatorEnd,{type:"end"}),O.illegal&&M.addRule(O.illegal,{type:"illegal"}),M}function re(O,M){const $=O;if(O.isCompiled)return $;[fa,da,va,ma].forEach(oe=>oe(O,M)),d.compilerExtensions.forEach(oe=>oe(O,M)),O.__beforeBegin=null,[pa,ha,ga].forEach(oe=>oe(O,M)),O.isCompiled=!0;let ie=null;return typeof O.keywords=="object"&&O.keywords.$pattern&&(O.keywords=Object.assign({},O.keywords),ie=O.keywords.$pattern,delete O.keywords.$pattern),ie=ie||/\w+/,O.keywords&&(O.keywords=qo(O.keywords,d.case_insensitive)),$.keywordPatternRe=A(ie,!0),M&&(O.begin||(O.begin=/\B|\b/),$.beginRe=A($.begin),!O.end&&!O.endsWithParent&&(O.end=/\B|\b/),O.end&&($.endRe=A($.end)),$.terminatorEnd=f($.end)||"",O.endsWithParent&&M.terminatorEnd&&($.terminatorEnd+=(O.end?"|":"")+M.terminatorEnd)),O.illegal&&($.illegalRe=A(O.illegal)),O.contains||(O.contains=[]),O.contains=[].concat(...O.contains.map(function(oe){return Ca(oe==="self"?O:oe)})),O.contains.forEach(function(oe){re(oe,$)}),O.starts&&re(O.starts,M),$.matcher=te($),$}if(d.compilerExtensions||(d.compilerExtensions=[]),d.contains&&d.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return d.classNameAliases=e(d.classNameAliases||{}),re(d)}function Mo(d){return d?d.endsWithParent||Mo(d.starts):!1}function Ca(d){return d.variants&&!d.cachedVariants&&(d.cachedVariants=d.variants.map(function(A){return e(d,{variants:null},A)})),d.cachedVariants?d.cachedVariants:Mo(d)?e(d,{starts:d.starts?e(d.starts):null}):Object.isFrozen(d)?e(d):d}var Sa="11.9.0";class Da extends Error{constructor(A,q){super(A),this.name="HTMLInjectionError",this.html=q}}const wt=o,Io=e,Oo=Symbol("nomatch"),Ra=7,Fo=function(d){const A=Object.create(null),q=Object.create(null),V=[];let te=!0;const re="Could not find the language '{}', did you forget to load/include a language module?",O={disableAutodetect:!0,name:"Plain text",contains:[]};let M={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:p};function $(D){return M.noHighlightRe.test(D)}function ie(D){let z=D.className+" ";z+=D.parentNode?D.parentNode.className:"";const K=M.languageDetectRe.exec(z);if(K){const ee=we(K[1]);return ee||(Lo(re.replace("{}",K[1])),Lo("Falling back to no-highlight mode for this block.",D)),ee?K[1]:"no-highlight"}return z.split(/\s+/).find(ee=>$(ee)||we(ee))}function oe(D,z,K){let ee="",ce="";typeof z=="object"?(ee=D,K=z.ignoreIllegals,ce=z.language):(qe("10.7.0","highlight(lang, code, ...args) has been deprecated."),qe("10.7.0",`Please use highlight(code, options) instead.
|
|
2
|
-
https://github.com/highlightjs/highlight.js/issues/2277`),ce=D,ee=z),K===void 0&&(K=!0);const ge={code:ee,language:ce};We("before:highlight",ge);const ve=ge.result?ge.result:Fe(ge.language,ge.code,K);return ve.code=ge.code,We("after:highlight",ve),ve}function Fe(D,z,K,ee){const ce=Object.create(null);function ge(L,P){return L.keywords[P]}function ve(){if(!H.keywords){le.addText(ne);return}let L=0;H.keywordPatternRe.lastIndex=0;let P=H.keywordPatternRe.exec(ne),Z="";for(;P;){Z+=ne.substring(L,P.index);const X=ke.case_insensitive?P[0].toLowerCase():P[0],fe=ge(H,X);if(fe){const[ye,Za]=fe;if(le.addText(Z),Z="",ce[X]=(ce[X]||0)+1,ce[X]<=Ra&&(Xe+=Za),ye.startsWith("_"))Z+=P[0];else{const Ka=ke.classNameAliases[ye]||ye;_e(P[0],Ka)}}else Z+=P[0];L=H.keywordPatternRe.lastIndex,P=H.keywordPatternRe.exec(ne)}Z+=ne.substring(L),le.addText(Z)}function Ye(){if(ne==="")return;let L=null;if(typeof H.subLanguage=="string"){if(!A[H.subLanguage]){le.addText(ne);return}L=Fe(H.subLanguage,ne,!0,jo[H.subLanguage]),jo[H.subLanguage]=L._top}else L=At(ne,H.subLanguage.length?H.subLanguage:null);H.relevance>0&&(Xe+=L.relevance),le.__addSublanguage(L._emitter,L.language)}function he(){H.subLanguage!=null?Ye():ve(),ne=""}function _e(L,P){L!==""&&(le.startScope(P),le.addText(L),le.endScope())}function $o(L,P){let Z=1;const X=P.length-1;for(;Z<=X;){if(!L._emit[Z]){Z++;continue}const fe=ke.classNameAliases[L[Z]]||L[Z],ye=P[Z];fe?_e(ye,fe):(ne=ye,ve(),ne=""),Z++}}function Vo(L,P){return L.scope&&typeof L.scope=="string"&&le.openNode(ke.classNameAliases[L.scope]||L.scope),L.beginScope&&(L.beginScope._wrap?(_e(ne,ke.classNameAliases[L.beginScope._wrap]||L.beginScope._wrap),ne=""):L.beginScope._multi&&($o(L.beginScope,P),ne="")),H=Object.create(L,{parent:{value:H}}),H}function Ho(L,P,Z){let X=m(L.endRe,Z);if(X){if(L["on:end"]){const fe=new n(L);L["on:end"](P,fe),fe.isMatchIgnored&&(X=!1)}if(X){for(;L.endsParent&&L.parent;)L=L.parent;return L}}if(L.endsWithParent)return Ho(L.parent,P,Z)}function $a(L){return H.matcher.regexIndex===0?(ne+=L[0],1):(Rt=!0,0)}function Va(L){const P=L[0],Z=L.rule,X=new n(Z),fe=[Z.__beforeBegin,Z["on:begin"]];for(const ye of fe)if(ye&&(ye(L,X),X.isMatchIgnored))return $a(P);return Z.skip?ne+=P:(Z.excludeBegin&&(ne+=P),he(),!Z.returnBegin&&!Z.excludeBegin&&(ne=P)),Vo(Z,L),Z.returnBegin?0:P.length}function Ha(L){const P=L[0],Z=z.substring(L.index),X=Ho(H,L,Z);if(!X)return Oo;const fe=H;H.endScope&&H.endScope._wrap?(he(),_e(P,H.endScope._wrap)):H.endScope&&H.endScope._multi?(he(),$o(H.endScope,L)):fe.skip?ne+=P:(fe.returnEnd||fe.excludeEnd||(ne+=P),he(),fe.excludeEnd&&(ne=P));do H.scope&&le.closeNode(),!H.skip&&!H.subLanguage&&(Xe+=H.relevance),H=H.parent;while(H!==X.parent);return X.starts&&Vo(X.starts,L),fe.returnEnd?0:P.length}function Ga(){const L=[];for(let P=H;P!==ke;P=P.parent)P.scope&&L.unshift(P.scope);L.forEach(P=>le.openNode(P))}let Je={};function Go(L,P){const Z=P&&P[0];if(ne+=L,Z==null)return he(),0;if(Je.type==="begin"&&P.type==="end"&&Je.index===P.index&&Z===""){if(ne+=z.slice(P.index,P.index+1),!te){const X=new Error(`0 width match regex (${D})`);throw X.languageName=D,X.badRule=Je.rule,X}return 1}if(Je=P,P.type==="begin")return Va(P);if(P.type==="illegal"&&!K){const X=new Error('Illegal lexeme "'+Z+'" for mode "'+(H.scope||"<unnamed>")+'"');throw X.mode=H,X}else if(P.type==="end"){const X=Ha(P);if(X!==Oo)return X}if(P.type==="illegal"&&Z==="")return 1;if(Dt>1e5&&Dt>P.index*3)throw new Error("potential infinite loop, way more iterations than matches");return ne+=Z,Z.length}const ke=we(D);if(!ke)throw Se(re.replace("{}",D)),new Error('Unknown language: "'+D+'"');const ja=Aa(ke);let St="",H=ee||ja;const jo={},le=new M.__emitter(M);Ga();let ne="",Xe=0,De=0,Dt=0,Rt=!1;try{if(ke.__emitTokens)ke.__emitTokens(z,le);else{for(H.matcher.considerAll();;){Dt++,Rt?Rt=!1:H.matcher.considerAll(),H.matcher.lastIndex=De;const L=H.matcher.exec(z);if(!L)break;const P=z.substring(De,L.index),Z=Go(P,L);De=L.index+Z}Go(z.substring(De))}return le.finalize(),St=le.toHTML(),{language:D,value:St,relevance:Xe,illegal:!1,_emitter:le,_top:H}}catch(L){if(L.message&&L.message.includes("Illegal"))return{language:D,value:wt(z),illegal:!0,relevance:0,_illegalBy:{message:L.message,index:De,context:z.slice(De-100,De+100),mode:L.mode,resultSoFar:St},_emitter:le};if(te)return{language:D,value:wt(z),illegal:!1,relevance:0,errorRaised:L,_emitter:le,_top:H};throw L}}function vt(D){const z={value:wt(D),illegal:!1,relevance:0,_top:O,_emitter:new M.__emitter(M)};return z._emitter.addText(D),z}function At(D,z){z=z||M.languages||Object.keys(A);const K=vt(D),ee=z.filter(we).filter(Uo).map(he=>Fe(he,D,!1));ee.unshift(K);const ce=ee.sort((he,_e)=>{if(he.relevance!==_e.relevance)return _e.relevance-he.relevance;if(he.language&&_e.language){if(we(he.language).supersetOf===_e.language)return 1;if(we(_e.language).supersetOf===he.language)return-1}return 0}),[ge,ve]=ce,Ye=ge;return Ye.secondBest=ve,Ye}function Ta(D,z,K){const ee=z&&q[z]||K;D.classList.add("hljs"),D.classList.add(`language-${ee}`)}function Ct(D){let z=null;const K=ie(D);if($(K))return;if(We("before:highlightElement",{el:D,language:K}),D.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",D);return}if(D.children.length>0&&(M.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(D)),M.throwUnescapedHTML))throw new Da("One of your code blocks includes unescaped HTML.",D.innerHTML);z=D;const ee=z.textContent,ce=K?oe(ee,{language:K,ignoreIllegals:!0}):At(ee);D.innerHTML=ce.value,D.dataset.highlighted="yes",Ta(D,K,ce.language),D.result={language:ce.language,re:ce.relevance,relevance:ce.relevance},ce.secondBest&&(D.secondBest={language:ce.secondBest.language,relevance:ce.secondBest.relevance}),We("after:highlightElement",{el:D,result:ce,text:ee})}function qa(D){M=Io(M,D)}const Na=()=>{Ke(),qe("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function La(){Ke(),qe("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let Po=!1;function Ke(){if(document.readyState==="loading"){Po=!0;return}document.querySelectorAll(M.cssSelector).forEach(Ct)}function Ba(){Po&&Ke()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",Ba,!1);function Ma(D,z){let K=null;try{K=z(d)}catch(ee){if(Se("Language definition for '{}' could not be registered.".replace("{}",D)),te)Se(ee);else throw ee;K=O}K.name||(K.name=D),A[D]=K,K.rawDefinition=z.bind(null,d),K.aliases&&zo(K.aliases,{languageName:D})}function Ia(D){delete A[D];for(const z of Object.keys(q))q[z]===D&&delete q[z]}function Oa(){return Object.keys(A)}function we(D){return D=(D||"").toLowerCase(),A[D]||A[q[D]]}function zo(D,{languageName:z}){typeof D=="string"&&(D=[D]),D.forEach(K=>{q[K.toLowerCase()]=z})}function Uo(D){const z=we(D);return z&&!z.disableAutodetect}function Fa(D){D["before:highlightBlock"]&&!D["before:highlightElement"]&&(D["before:highlightElement"]=z=>{D["before:highlightBlock"](Object.assign({block:z.el},z))}),D["after:highlightBlock"]&&!D["after:highlightElement"]&&(D["after:highlightElement"]=z=>{D["after:highlightBlock"](Object.assign({block:z.el},z))})}function Pa(D){Fa(D),V.push(D)}function za(D){const z=V.indexOf(D);z!==-1&&V.splice(z,1)}function We(D,z){const K=D;V.forEach(function(ee){ee[K]&&ee[K](z)})}function Ua(D){return qe("10.7.0","highlightBlock will be removed entirely in v12.0"),qe("10.7.0","Please use highlightElement now."),Ct(D)}Object.assign(d,{highlight:oe,highlightAuto:At,highlightAll:Ke,highlightElement:Ct,highlightBlock:Ua,configure:qa,initHighlighting:Na,initHighlightingOnLoad:La,registerLanguage:Ma,unregisterLanguage:Ia,listLanguages:Oa,getLanguage:we,registerAliases:zo,autoDetection:Uo,inherit:Io,addPlugin:Pa,removePlugin:za}),d.debugMode=function(){te=!1},d.safeMode=function(){te=!0},d.versionString=Sa,d.regex={concat:E,lookahead:g,either:k,optional:b,anyNumberOfTimes:h};for(const D in je)typeof je[D]=="object"&&c(je[D]);return Object.assign(d,je),d},Ne=Fo({});return Ne.newInstance=()=>Fo({}),tn=Ne,Ne.HighlightJS=Ne,Ne.default=Ne,tn}var is=cs();const Ee=nn(is),Ot="[A-Za-z$_][0-9A-Za-z$_]*",as=["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"],ls=["true","false","null","undefined","NaN","Infinity"],Ft=["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"],Pt=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],zt=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],us=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],fs=[].concat(zt,Ft,Pt);function Ut(c){const n=c.regex,o=(j,{after:Y})=>{const F="</"+j[0].slice(1);return j.input.indexOf(F,Y)!==-1},e=Ot,t={begin:"<>",end:"</>"},r=/<[A-Za-z0-9\\._:-]+\s*\/>/,s={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(j,Y)=>{const F=j[0].length+j.index,se=j.input[F];if(se==="<"||se===","){Y.ignoreMatch();return}se===">"&&(o(j,{after:F})||Y.ignoreMatch());let ue;const de=j.input.substring(F);if(ue=de.match(/^\s*=/)){Y.ignoreMatch();return}if((ue=de.match(/^\s+extends\s+/))&&ue.index===0){Y.ignoreMatch();return}}},i={$pattern:Ot,keyword:as,literal:ls,built_in:fs,"variable.language":us},a="[0-9](_?[0-9])*",l=`\\.(${a})`,p="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",f={className:"number",variants:[{begin:`(\\b(${p})((${l})|\\.)?|(${l}))[eE][+-]?(${a})\\b`},{begin:`\\b(${p})\\b((${l})\\b|\\.)?|(${l})\\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},g={className:"subst",begin:"\\$\\{",end:"\\}",keywords:i,contains:[]},h={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[c.BACKSLASH_ESCAPE,g],subLanguage:"xml"}},b={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[c.BACKSLASH_ESCAPE,g],subLanguage:"css"}},E={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[c.BACKSLASH_ESCAPE,g],subLanguage:"graphql"}},v={className:"string",begin:"`",end:"`",contains:[c.BACKSLASH_ESCAPE,g]},x={className:"comment",variants:[c.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:e+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),c.C_BLOCK_COMMENT_MODE,c.C_LINE_COMMENT_MODE]},m=[c.APOS_STRING_MODE,c.QUOTE_STRING_MODE,h,b,E,v,{match:/\$\d+/},f];g.contains=m.concat({begin:/\{/,end:/\}/,keywords:i,contains:["self"].concat(m)});const _=[].concat(x,g.contains),y=_.concat([{begin:/\(/,end:/\)/,keywords:i,contains:["self"].concat(_)}]),w={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:y},B={variants:[{match:[/class/,/\s+/,e,/\s+/,/extends/,/\s+/,n.concat(e,"(",n.concat(/\./,e),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,e],scope:{1:"keyword",3:"title.class"}}]},S={relevance:0,match:n.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:{_:[...Ft,...Pt]}},T={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},R={variants:[{match:[/function/,/\s+/,e,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[w],illegal:/%/},I={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function G(j){return n.concat("(?!",j.join("|"),")")}const Q={match:n.concat(/\b/,G([...zt,"super","import"]),e,n.lookahead(/\(/)),className:"title.function",relevance:0},C={begin:n.concat(/\./,n.lookahead(n.concat(e,/(?![0-9A-Za-z$_(])/))),end:e,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},N={match:[/get|set/,/\s+/,e,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},w]},U="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+c.UNDERSCORE_IDENT_RE+")\\s*=>",W={match:[/const|var|let/,/\s+/,e,/\s*/,/=\s*/,/(async\s*)?/,n.lookahead(U)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[w]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:i,exports:{PARAMS_CONTAINS:y,CLASS_REFERENCE:S},illegal:/#(?![$_A-z])/,contains:[c.SHEBANG({label:"shebang",binary:"node",relevance:5}),T,c.APOS_STRING_MODE,c.QUOTE_STRING_MODE,h,b,E,v,x,{match:/\$\d+/},f,S,{className:"attr",begin:e+n.lookahead(":"),relevance:0},W,{begin:"("+c.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[x,c.REGEXP_MODE,{className:"function",begin:U,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:c.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:y}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:t.begin,end:t.end},{match:r},{begin:s.begin,"on:begin":s.isTrulyOpeningTag,end:s.end}],subLanguage:"xml",contains:[{begin:s.begin,end:s.end,skip:!0,contains:["self"]}]}]},R,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+c.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[w,c.inherit(c.TITLE_MODE,{begin:e,className:"title.function"})]},{match:/\.\.\./,relevance:0},C,{match:"\\$"+e,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[w]},Q,I,B,N,{match:/\$[(.]/}]}}function $t(c){const n=c.regex,o=n.concat(/[\p{L}_]/u,n.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),e=/[\p{L}0-9._:-]+/u,t={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},r={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},s=c.inherit(r,{begin:/\(/,end:/\)/}),i=c.inherit(c.APOS_STRING_MODE,{className:"string"}),a=c.inherit(c.QUOTE_STRING_MODE,{className:"string"}),l={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:e,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[t]},{begin:/'/,end:/'/,contains:[t]},{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:[r,a,i,s,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[r,s,a,i]}]}]},c.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},t,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[a]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[l],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[l],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:n.concat(/</,n.lookahead(n.concat(o,n.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:o,relevance:0,starts:l}]},{className:"tag",begin:n.concat(/<\//,n.lookahead(n.concat(o,/>/))),contains:[{className:"name",begin:o,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}const ze=(c,n)=>{const o=c.__vccOpts||c;for(const[e,t]of n)o[e]=t;return o},ps={},hs={class:"chat-button"};function ds(c,n){return u.openBlock(),u.createElementBlock("button",hs,[u.renderSlot(c.$slots,"default")])}const gs=ze(ps,[["render",ds]]),ms={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bs(c,n){return u.openBlock(),u.createElementBlock("svg",ms,n[0]||(n[0]=[u.createElementVNode("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 _s={name:"mdi-close",render:bs};function rn(){return u.inject(qt)}function Me(){return{options:u.inject(Nt)}}function Ue(){const{options:c}=Me(),n=(c==null?void 0:c.defaultLanguage)??"en";function o(t){var s,i;const r=(i=(s=c==null?void 0:c.i18n)==null?void 0:s[n])==null?void 0:i[t];return u.isRef(r)?r.value:r??t}function e(t){var r,s;return!!((s=(r=c==null?void 0:c.i18n)==null?void 0:r[n])!=null&&s[t])}return{t:o,te:e}}const ks={class:"chat-get-started"},Es=u.defineComponent({__name:"GetStarted",setup(c){const{t:n}=Ue();return(o,e)=>(u.openBlock(),u.createElementBlock("div",ks,[u.createVNode(gs,{onClick:e[0]||(e[0]=t=>o.$emit("click:button"))},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(u.unref(n)("getStarted")),1)]),_:1})]))}}),ys={},xs={class:"chat-powered-by"};function ws(c,n){return u.openBlock(),u.createElementBlock("div",xs,n[0]||(n[0]=[u.createTextVNode(" Powered by "),u.createElementVNode("a",{href:"https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by"},"n8n",-1)]))}const vs=ze(ys,[["render",ws]]),As={class:"chat-get-started-footer"},Cs={key:0},Ss=u.defineComponent({__name:"GetStartedFooter",setup(c){const{t:n,te:o}=Ue();return(e,t)=>(u.openBlock(),u.createElementBlock("div",As,[u.unref(o)("footer")?(u.openBlock(),u.createElementBlock("div",Cs,u.toDisplayString(u.unref(n)("footer")),1)):u.createCommentVNode("",!0),u.createVNode(vs)]))}});function Ds(c){return u.getCurrentScope()?(u.onScopeDispose(c),!0):!1}function Rs(){const c=new Set,n=t=>{c.delete(t)};return{on:t=>{c.add(t);const r=()=>n(t);return Ds(r),{off:r}},off:n,trigger:(...t)=>Promise.all(Array.from(c).map(r=>r(...t)))}}const Ts=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const qs=(c,n)=>Object.prototype.hasOwnProperty.call(c,n),Ns=Ts?window.document:void 0,Ls={multiple:!0,accept:"*",reset:!1,directory:!1};function Bs(c={}){const{document:n=Ns}=c,o=u.ref(null),{on:e,trigger:t}=Rs();let r;n&&(r=n.createElement("input"),r.type="file",r.onchange=a=>{const l=a.target;o.value=l.files,t(o.value)});const s=()=>{o.value=null,r&&r.value&&(r.value="",t(null))},i=a=>{if(!r)return;const l={...Ls,...c,...a};r.multiple=l.multiple,r.accept=l.accept,r.webkitdirectory=l.directory,qs(l,"capture")&&(r.capture=l.capture),l.reset&&s(),r.click()};return{files:u.readonly(o),open:i,reset:s,onChange:e}}const Ms={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Is(c,n){return u.openBlock(),u.createElementBlock("svg",Ms,n[0]||(n[0]=[u.createElementVNode("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 Os={name:"mdi-paperclip",render:Is},Fs={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Ps(c,n){return u.openBlock(),u.createElementBlock("svg",Fs,n[0]||(n[0]=[u.createElementVNode("path",{fill:"currentColor",d:"m2 21l21-9L2 3v7l15 2l-15 2z"},null,-1)]))}const zs={name:"mdi-send",render:Ps},Us={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function $s(c,n){return u.openBlock(),u.createElementBlock("svg",Us,n[0]||(n[0]=[u.createElementVNode("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 Vs={name:"mdi-closeThick",render:$s},Hs={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Gs(c,n){return u.openBlock(),u.createElementBlock("svg",Hs,n[0]||(n[0]=[u.createElementVNode("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 js={name:"mdi-fileImage",render:Gs},Zs={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Ks(c,n){return u.openBlock(),u.createElementBlock("svg",Zs,n[0]||(n[0]=[u.createElementVNode("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 Ws={name:"mdi-fileMusic",render:Ks},Ys={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Js(c,n){return u.openBlock(),u.createElementBlock("svg",Ys,n[0]||(n[0]=[u.createElementVNode("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 Vt={name:"mdi-fileText",render:Js},Xs={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Qs(c,n){return u.openBlock(),u.createElementBlock("svg",Xs,n[0]||(n[0]=[u.createElementVNode("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 ec={name:"mdi-fileVideo",render:Qs},nc={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function tc(c,n){return u.openBlock(),u.createElementBlock("svg",nc,n[0]||(n[0]=[u.createElementVNode("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 rc={name:"mdi-openInNew",render:tc},oc={class:"chat-file-name"},Ht=ze(u.defineComponent({__name:"ChatFile",props:{file:{},isRemovable:{type:Boolean},isPreviewable:{type:Boolean}},emits:["remove"],setup(c,{emit:n}){const o=c,e=n,t={document:Vt,audio:Ws,image:js,video:ec},r=u.computed(()=>{var l;const a=(l=o.file)==null?void 0:l.type.split("/")[0];return t[a]||Vt});function s(){o.isPreviewable&&window.open(URL.createObjectURL(o.file))}function i(){e("remove",o.file)}return(a,l)=>(u.openBlock(),u.createElementBlock("div",{class:"chat-file",onClick:s},[u.createVNode(u.unref(r)),u.createElementVNode("p",oc,u.toDisplayString(a.file.name),1),a.isRemovable?(u.openBlock(),u.createElementBlock("span",{key:0,class:"chat-file-delete",onClick:u.withModifiers(i,["stop"])},[u.createVNode(u.unref(Vs))])):a.isPreviewable?(u.openBlock(),u.createBlock(u.unref(rc),{key:1,class:"chat-file-preview"})):u.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-e0d57af7"]]),sc={class:"chat-inputs"},cc={key:0,class:"chat-input-left-panel"},ic=["disabled","placeholder"],ac={class:"chat-inputs-controls"},lc=["disabled"],uc=["disabled"],fc={key:0,class:"chat-files"},pc=ze(u.defineComponent({__name:"Input",props:{placeholder:{default:"inputPlaceholder"}},emits:["arrowKeyDown"],setup(c,{emit:n}){const o=c,{t:e}=Ue(),t=n,{options:r}=Me(),s=rn(),{waitingForResponse:i}=s,a=u.ref(null),l=u.ref(null),p=u.ref(""),f=u.ref(!1),g=u.ref(null),h=u.computed(()=>{var N;return p.value===""||u.unref(i)||((N=r.disabled)==null?void 0:N.value)===!0}),b=u.computed(()=>{var N;return((N=r.disabled)==null?void 0:N.value)===!0}),E=u.computed(()=>{var N;return v.value&&u.unref(i)&&!((N=r.disabled)!=null&&N.value)}),v=u.computed(()=>u.unref(r.allowFileUploads)===!0),k=u.computed(()=>u.unref(r.allowedFilesMimeTypes)),x=u.computed(()=>({"--controls-count":v.value?2:1})),{open:m,reset:_,onChange:y}=Bs({multiple:!0,reset:!1});y(N=>{if(!N)return;const U=new DataTransfer;if(a.value)for(let W=0;W<a.value.length;W++)U.items.add(a.value[W]);for(let W=0;W<N.length;W++)U.items.add(N[W]);a.value=U.files}),u.onMounted(()=>{pe.on("focusInput",B),pe.on("blurInput",w),pe.on("setInputValue",S),l.value&&(g.value=new ResizeObserver(N=>{for(const U of N)U.target===l.value&&C()}),g.value.observe(l.value))}),u.onUnmounted(()=>{pe.off("focusInput",B),pe.off("blurInput",w),pe.off("setInputValue",S),g.value&&(g.value.disconnect(),g.value=null)});function w(){l.value&&l.value.blur()}function B(){l.value&&l.value.focus()}function S(N){p.value=N,B()}async function T(N){if(N.preventDefault(),h.value)return;const U=p.value;p.value="",f.value=!0,await s.sendMessage(U,Array.from(a.value??[])),f.value=!1,_(),a.value=null}async function R(N){N.shiftKey||(await T(N),C())}function I(N){if(!a.value)return;const U=new DataTransfer;for(let W=0;W<a.value.length;W++){const j=a.value[W];N.name!==j.name&&U.items.add(j)}_(),a.value=U.files}function G(N){(N.key==="ArrowUp"||N.key==="ArrowDown")&&(N.preventDefault(),t("arrowKeyDown",{key:N.key,currentInputValue:p.value}))}function Q(){E.value||m({accept:u.unref(k)})}function C(){const N=l.value;if(!N)return;N.style.height="var(--chat--textarea--height)";const U=Math.min(N.scrollHeight,480);N.style.height=`${U}px`}return(N,U)=>{var W;return u.openBlock(),u.createElementBlock("div",{class:"chat-input",style:u.normalizeStyle(x.value),onKeydown:u.withModifiers(G,["stop"])},[u.createElementVNode("div",sc,[N.$slots.leftPanel?(u.openBlock(),u.createElementBlock("div",cc,[u.renderSlot(N.$slots,"leftPanel",{},void 0,!0)])):u.createCommentVNode("",!0),u.withDirectives(u.createElementVNode("textarea",{ref_key:"chatTextArea",ref:l,"onUpdate:modelValue":U[0]||(U[0]=j=>p.value=j),"data-test-id":"chat-input",disabled:b.value,placeholder:u.unref(e)(o.placeholder),onKeydown:u.withKeys(R,["enter"]),onInput:C,onMousedown:C,onFocus:C},null,40,ic),[[u.vModelText,p.value]]),u.createElementVNode("div",ac,[v.value?(u.openBlock(),u.createElementBlock("button",{key:0,disabled:E.value,class:"chat-input-file-button","data-test-id":"chat-attach-file-button",onClick:Q},[u.createVNode(u.unref(Os),{height:"24",width:"24"})],8,lc)):u.createCommentVNode("",!0),u.createElementVNode("button",{disabled:h.value,class:"chat-input-send-button",onClick:T},[u.createVNode(u.unref(zs),{height:"24",width:"24"})],8,uc)])]),(W=a.value)!=null&&W.length&&!f.value?(u.openBlock(),u.createElementBlock("div",fc,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value,j=>(u.openBlock(),u.createBlock(Ht,{key:j.name,file:j,"is-removable":!0,"is-previewable":!0,onRemove:I},null,8,["file"]))),128))])):u.createCommentVNode("",!0)],36)}}}),[["__scopeId","data-v-31e29ba2"]]),hc={class:"chat-layout"},dc={key:0,class:"chat-header"},gc={key:2,class:"chat-footer"},mc=u.defineComponent({__name:"Layout",setup(c){const n=u.ref(null);function o(){const e=n.value;e&&(e.scrollTop=e.scrollHeight)}return u.onMounted(()=>{pe.on("scrollToBottom",o),window.addEventListener("resize",o)}),u.onBeforeUnmount(()=>{pe.off("scrollToBottom",o),window.removeEventListener("resize",o)}),(e,t)=>(u.openBlock(),u.createElementBlock("main",hc,[e.$slots.header?(u.openBlock(),u.createElementBlock("div",dc,[u.renderSlot(e.$slots,"header")])):u.createCommentVNode("",!0),e.$slots.default?(u.openBlock(),u.createElementBlock("div",{key:1,ref_key:"chatBodyRef",ref:n,class:"chat-body"},[u.renderSlot(e.$slots,"default")],512)):u.createCommentVNode("",!0),e.$slots.footer?(u.openBlock(),u.createElementBlock("div",gc,[u.renderSlot(e.$slots,"footer")])):u.createCommentVNode("",!0)]))}});function bc(c){const n=c.regex,o={},e={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[o]}]};Object.assign(o,{className:"variable",variants:[{begin:n.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},e]});const t={className:"subst",begin:/\$\(/,end:/\)/,contains:[c.BACKSLASH_ESCAPE]},r={begin:/<<-?\s*(?=\w+)/,starts:{contains:[c.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},s={className:"string",begin:/"/,end:/"/,contains:[c.BACKSLASH_ESCAPE,o,t]};t.contains.push(s);const i={match:/\\"/},a={className:"string",begin:/'/,end:/'/},l={match:/\\'/},p={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},c.NUMBER_MODE,o]},f=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],g=c.SHEBANG({binary:`(${f.join("|")})`,relevance:10}),h={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[c.inherit(c.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},b=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],E=["true","false"],v={match:/(\/[a-z._-]+)+/},k=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],x=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias"],m=["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:b,literal:E,built_in:[...k,...x,"set","shopt",...m,..._]},contains:[g,c.SHEBANG(),h,p,c.HASH_COMMENT_MODE,r,v,s,i,a,l,o]}}function _c(c){const n=c.regex,o=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),e=["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"],i={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:e,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"]},a={className:"meta",begin:/^(>>>|\.\.\.) /},l={className:"subst",begin:/\{/,end:/\}/,keywords:i,illegal:/#/},p={begin:/\{\{/,relevance:0},f={className:"string",contains:[c.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[c.BACKSLASH_ESCAPE,a],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[c.BACKSLASH_ESCAPE,a],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[c.BACKSLASH_ESCAPE,a,p,l]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[c.BACKSLASH_ESCAPE,a,p,l]},{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:[c.BACKSLASH_ESCAPE,p,l]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[c.BACKSLASH_ESCAPE,p,l]},c.APOS_STRING_MODE,c.QUOTE_STRING_MODE]},g="[0-9](_?[0-9])*",h=`(\\b(${g}))?\\.(${g})|\\b(${g})\\.`,b=`\\b|${e.join("|")}`,E={className:"number",relevance:0,variants:[{begin:`(\\b(${g})|(${h}))[eE][+-]?(${g})[jJ]?(?=${b})`},{begin:`(${h})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${b})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${b})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${b})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${b})`},{begin:`\\b(${g})[jJ](?=${b})`}]},v={className:"comment",begin:n.lookahead(/# type:/),end:/$/,keywords:i,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},k={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:["self",a,E,f,c.HASH_COMMENT_MODE]}]};return l.contains=[f,E,a],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:i,illegal:/(<\/|\?)|=>/,contains:[a,E,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},f,v,c.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,o],scope:{1:"keyword",3:"title.function"},contains:[k]},{variants:[{match:[/\bclass/,/\s+/,o,/\s*/,/\(\s*/,o,/\s*\)/]},{match:[/\bclass/,/\s+/,o]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[E,k,f]}]}}const $e="[A-Za-z$_][0-9A-Za-z$_]*",Gt=["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"],jt=["true","false","null","undefined","NaN","Infinity"],Zt=["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"],Kt=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],Wt=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],Yt=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],Jt=[].concat(Wt,Zt,Kt);function kc(c){const n=c.regex,o=(j,{after:Y})=>{const F="</"+j[0].slice(1);return j.input.indexOf(F,Y)!==-1},e=$e,t={begin:"<>",end:"</>"},r=/<[A-Za-z0-9\\._:-]+\s*\/>/,s={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(j,Y)=>{const F=j[0].length+j.index,se=j.input[F];if(se==="<"||se===","){Y.ignoreMatch();return}se===">"&&(o(j,{after:F})||Y.ignoreMatch());let ue;const de=j.input.substring(F);if(ue=de.match(/^\s*=/)){Y.ignoreMatch();return}if((ue=de.match(/^\s+extends\s+/))&&ue.index===0){Y.ignoreMatch();return}}},i={$pattern:$e,keyword:Gt,literal:jt,built_in:Jt,"variable.language":Yt},a="[0-9](_?[0-9])*",l=`\\.(${a})`,p="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",f={className:"number",variants:[{begin:`(\\b(${p})((${l})|\\.)?|(${l}))[eE][+-]?(${a})\\b`},{begin:`\\b(${p})\\b((${l})\\b|\\.)?|(${l})\\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},g={className:"subst",begin:"\\$\\{",end:"\\}",keywords:i,contains:[]},h={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[c.BACKSLASH_ESCAPE,g],subLanguage:"xml"}},b={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[c.BACKSLASH_ESCAPE,g],subLanguage:"css"}},E={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[c.BACKSLASH_ESCAPE,g],subLanguage:"graphql"}},v={className:"string",begin:"`",end:"`",contains:[c.BACKSLASH_ESCAPE,g]},x={className:"comment",variants:[c.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:e+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),c.C_BLOCK_COMMENT_MODE,c.C_LINE_COMMENT_MODE]},m=[c.APOS_STRING_MODE,c.QUOTE_STRING_MODE,h,b,E,v,{match:/\$\d+/},f];g.contains=m.concat({begin:/\{/,end:/\}/,keywords:i,contains:["self"].concat(m)});const _=[].concat(x,g.contains),y=_.concat([{begin:/\(/,end:/\)/,keywords:i,contains:["self"].concat(_)}]),w={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:y},B={variants:[{match:[/class/,/\s+/,e,/\s+/,/extends/,/\s+/,n.concat(e,"(",n.concat(/\./,e),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,e],scope:{1:"keyword",3:"title.class"}}]},S={relevance:0,match:n.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:{_:[...Zt,...Kt]}},T={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},R={variants:[{match:[/function/,/\s+/,e,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[w],illegal:/%/},I={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function G(j){return n.concat("(?!",j.join("|"),")")}const Q={match:n.concat(/\b/,G([...Wt,"super","import"]),e,n.lookahead(/\(/)),className:"title.function",relevance:0},C={begin:n.concat(/\./,n.lookahead(n.concat(e,/(?![0-9A-Za-z$_(])/))),end:e,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},N={match:[/get|set/,/\s+/,e,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},w]},U="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+c.UNDERSCORE_IDENT_RE+")\\s*=>",W={match:[/const|var|let/,/\s+/,e,/\s*/,/=\s*/,/(async\s*)?/,n.lookahead(U)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[w]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:i,exports:{PARAMS_CONTAINS:y,CLASS_REFERENCE:S},illegal:/#(?![$_A-z])/,contains:[c.SHEBANG({label:"shebang",binary:"node",relevance:5}),T,c.APOS_STRING_MODE,c.QUOTE_STRING_MODE,h,b,E,v,x,{match:/\$\d+/},f,S,{className:"attr",begin:e+n.lookahead(":"),relevance:0},W,{begin:"("+c.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[x,c.REGEXP_MODE,{className:"function",begin:U,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:c.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:y}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:t.begin,end:t.end},{match:r},{begin:s.begin,"on:begin":s.isTrulyOpeningTag,end:s.end}],subLanguage:"xml",contains:[{begin:s.begin,end:s.end,skip:!0,contains:["self"]}]}]},R,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+c.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[w,c.inherit(c.TITLE_MODE,{begin:e,className:"title.function"})]},{match:/\.\.\./,relevance:0},C,{match:"\\$"+e,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[w]},Q,I,B,N,{match:/\$[(.]/}]}}function Ec(c){const n=kc(c),o=$e,e=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],t={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[n.exports.CLASS_REFERENCE]},r={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:e},contains:[n.exports.CLASS_REFERENCE]},s={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},i=["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"],a={$pattern:$e,keyword:Gt.concat(i),literal:jt,built_in:Jt.concat(e),"variable.language":Yt},l={className:"meta",begin:"@"+o},p=(g,h,b)=>{const E=g.contains.findIndex(v=>v.label===h);if(E===-1)throw new Error("can not find mode to replace");g.contains.splice(E,1,b)};Object.assign(n.keywords,a),n.exports.PARAMS_CONTAINS.push(l),n.contains=n.contains.concat([l,t,r]),p(n,"shebang",c.SHEBANG()),p(n,"use_strict",s);const f=n.contains.find(g=>g.label==="func.def");return f.relevance=0,Object.assign(n,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),n}var on,Xt;function yc(){if(Xt)return on;Xt=1;function c(e,t){var r,s,i=e.attrs[e.attrIndex("href")][1];for(r=0;r<t.length;++r){if(s=t[r],typeof s.matcher=="function"){if(s.matcher(i,s))return s;continue}return s}}function n(e,t,r){Object.keys(r).forEach(function(s){var i,a=r[s];s==="className"&&(s="class"),i=t[e].attrIndex(s),i<0?t[e].attrPush([s,a]):t[e].attrs[i][1]=a})}function o(e,t){t?t=Array.isArray(t)?t:[t]:t=[],Object.freeze(t);var r=e.renderer.rules.link_open||this.defaultRender;e.renderer.rules.link_open=function(s,i,a,l,p){var f=c(s[i],t),g=f&&f.attrs;return g&&n(i,s,g),r(s,i,a,l,p)}}return o.defaultRender=function(e,t,r,s,i){return i.renderToken(e,t,r)},on=o,on}var xc=yc();const wc=nn(xc);var sn={};const vc={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:`
|
|
3
|
-
`,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 cn,Qt;function er(){return Qt||(Qt=1,cn=vc),cn}var an,nr;function ln(){return nr||(nr=1,an=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/),an}var Re={},un,tr;function Ac(){if(tr)return un;tr=1;var c={};function n(e){var t,r,s=c[e];if(s)return s;for(s=c[e]=[],t=0;t<128;t++)r=String.fromCharCode(t),/^[0-9a-z]$/i.test(r)?s.push(r):s.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t<e.length;t++)s[e.charCodeAt(t)]=e[t];return s}function o(e,t,r){var s,i,a,l,p,f="";for(typeof t!="string"&&(r=t,t=o.defaultChars),typeof r>"u"&&(r=!0),p=n(t),s=0,i=e.length;s<i;s++){if(a=e.charCodeAt(s),r&&a===37&&s+2<i&&/^[0-9a-f]{2}$/i.test(e.slice(s+1,s+3))){f+=e.slice(s,s+3),s+=2;continue}if(a<128){f+=p[a];continue}if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&s+1<i&&(l=e.charCodeAt(s+1),l>=56320&&l<=57343)){f+=encodeURIComponent(e[s]+e[s+1]),s++;continue}f+="%EF%BF%BD";continue}f+=encodeURIComponent(e[s])}return f}return o.defaultChars=";/?:@&=+$,-_.!~*'()#",o.componentChars="-_.!~*'()",un=o,un}var fn,rr;function Cc(){if(rr)return fn;rr=1;var c={};function n(e){var t,r,s=c[e];if(s)return s;for(s=c[e]=[],t=0;t<128;t++)r=String.fromCharCode(t),s.push(r);for(t=0;t<e.length;t++)r=e.charCodeAt(t),s[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2);return s}function o(e,t){var r;return typeof t!="string"&&(t=o.defaultChars),r=n(t),e.replace(/(%[a-f0-9]{2})+/gi,function(s){var i,a,l,p,f,g,h,b="";for(i=0,a=s.length;i<a;i+=3){if(l=parseInt(s.slice(i+1,i+3),16),l<128){b+=r[l];continue}if((l&224)===192&&i+3<a&&(p=parseInt(s.slice(i+4,i+6),16),(p&192)===128)){h=l<<6&1984|p&63,h<128?b+="��":b+=String.fromCharCode(h),i+=3;continue}if((l&240)===224&&i+6<a&&(p=parseInt(s.slice(i+4,i+6),16),f=parseInt(s.slice(i+7,i+9),16),(p&192)===128&&(f&192)===128)){h=l<<12&61440|p<<6&4032|f&63,h<2048||h>=55296&&h<=57343?b+="���":b+=String.fromCharCode(h),i+=6;continue}if((l&248)===240&&i+9<a&&(p=parseInt(s.slice(i+4,i+6),16),f=parseInt(s.slice(i+7,i+9),16),g=parseInt(s.slice(i+10,i+12),16),(p&192)===128&&(f&192)===128&&(g&192)===128)){h=l<<18&1835008|p<<12&258048|f<<6&4032|g&63,h<65536||h>1114111?b+="����":(h-=65536,b+=String.fromCharCode(55296+(h>>10),56320+(h&1023))),i+=9;continue}b+="�"}return b})}return o.defaultChars=";/?:@&=+$,#",o.componentChars="",fn=o,fn}var pn,or;function Sc(){return or||(or=1,pn=function(n){var o="";return o+=n.protocol||"",o+=n.slashes?"//":"",o+=n.auth?n.auth+"@":"",n.hostname&&n.hostname.indexOf(":")!==-1?o+="["+n.hostname+"]":o+=n.hostname||"",o+=n.port?":"+n.port:"",o+=n.pathname||"",o+=n.search||"",o+=n.hash||"",o}),pn}var hn,sr;function Dc(){if(sr)return hn;sr=1;function c(){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 n=/^([a-z0-9.+-]+:)/i,o=/:[0-9]*$/,e=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,t=["<",">",'"',"`"," ","\r",`
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
`:f?(E=p.attrIndex("class"),k=p.attrs?p.attrs.slice():[],E<0?k.push(["class",i.langPrefix+g]):(k[E]=k[E].slice(),k[E][1]+=" "+i.langPrefix+g),x={attrs:k},"<pre><code"+l.renderAttrs(x)+">"+b+`</code></pre>
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
(function(De,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(De=typeof globalThis<"u"?globalThis:De||self,n(De.N8nChat={},De.Vue))})(this,function(De,n){"use strict";/*! Package version @n8n/chat@0.47.0 */const Xn={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:{}},hg="#n8n-chat",sl="n8n-chat/sessionId",al="Chat",il="ChatOptions";for(var $e=[],Fr=0;Fr<256;++Fr)$e.push((Fr+256).toString(16).slice(1));function mg(e,t=0){return($e[e[t+0]]+$e[e[t+1]]+$e[e[t+2]]+$e[e[t+3]]+"-"+$e[e[t+4]]+$e[e[t+5]]+"-"+$e[e[t+6]]+$e[e[t+7]]+"-"+$e[e[t+8]]+$e[e[t+9]]+"-"+$e[e[t+10]]+$e[e[t+11]]+$e[e[t+12]]+$e[e[t+13]]+$e[e[t+14]]+$e[e[t+15]]).toLowerCase()}var $o,gg=new Uint8Array(16);function _g(){if(!$o&&($o=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!$o))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return $o(gg)}var bg=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const cl={randomUUID:bg};function Yn(e,t,o){if(cl.randomUUID&&!e)return cl.randomUUID();e=e||{};var r=e.random||(e.rng||_g)();return r[6]=r[6]&15|64,r[8]=r[8]&63|128,mg(r)}async function kg(){return""}async function jr(...e){var s,i;const t=await kg(),o=(s=e[1])==null?void 0:s.body,r={...t?{authorization:`Bearer ${t}`}:{},...(i=e[1])==null?void 0:i.headers};return o instanceof FormData?delete r["Content-Type"]:r["Content-Type"]="application/json",await(await fetch(e[0],{...e[1],mode:"cors",cache:"no-cache",headers:r})).json()}async function ll(e,t={},o={}){let r=e;return Object.keys(t).length>0&&(r=`${r}?${new URLSearchParams(t).toString()}`),await jr(r,{...o,method:"GET"})}async function ul(e,t={},o={}){return await jr(e,{...o,method:"POST",body:JSON.stringify(t)})}async function wg(e,t={},o=[],r={}){const a=new FormData;for(const s in t)a.append(s,t[s]);for(const s of o)a.append("files",s);return await jr(e,{...r,method:"POST",body:a})}async function yg(e,t){var r,a;return await(((r=t.webhookConfig)==null?void 0:r.method)==="POST"?ul:ll)(`${t.webhookUrl}`,{action:"loadPreviousSession",[t.chatSessionKey]:e,...t.metadata?{metadata:t.metadata}:{}},{headers:(a=t.webhookConfig)==null?void 0:a.headers})}async function Cg(e,t,o,r){var s,i,c;return t.length>0?await wg(`${r.webhookUrl}`,{action:"sendMessage",[r.chatSessionKey]:o,[r.chatInputKey]:e,...r.metadata?{metadata:r.metadata}:{}},t,{headers:(s=r.webhookConfig)==null?void 0:s.headers}):await(((i=r.webhookConfig)==null?void 0:i.method)==="POST"?ul:ll)(`${r.webhookUrl}`,{action:"sendMessage",[r.chatSessionKey]:o,[r.chatInputKey]:e,...r.metadata?{metadata:r.metadata}:{}},{headers:(c=r.webhookConfig)==null?void 0:c.headers})}function Eg(){const e=new Map;function t(a,s){const i=e.get(a);i&&i.splice(i.indexOf(s)>>>0,1)}function o(a,s){let i=e.get(a);return i?i.push(s):i=[s],e.set(a,i),()=>t(a,s)}function r(a,s){const i=e.get(a);i&&i.slice().forEach(async c=>{await c(s)})}return{on:o,off:t,emit:r}}function xg(e){if(!document.querySelector(e)){const o=document.createElement("div");e.startsWith("#")&&(o.id=e.replace("#","")),e.startsWith(".")&&o.classList.add(e.replace(".","")),document.body.appendChild(o)}}const He=Eg(),vg={install(e,t){e.provide(il,t);const o=n.ref([]),r=n.ref(null),a=n.ref(!1),s=n.computed(()=>(t.initialMessages??[]).map(f=>({id:Yn(),text:f,sender:"bot"})));async function i(f,u=[]){const g={id:Yn(),text:f,sender:"user",files:u};o.value.push(g),a.value=!0,n.nextTick(()=>{He.emit("scrollToBottom")});const p=await Cg(f,u,r.value,t);let _=p.output??p.text??"";if(_===""&&Object.keys(p).length>0)try{_=JSON.stringify(p,null,2)}catch{}const m={id:Yn(),text:_,sender:"bot"};o.value.push(m),a.value=!1,n.nextTick(()=>{He.emit("scrollToBottom")})}async function c(){if(!t.loadPreviousSession)return;const f=localStorage.getItem(sl)??Yn(),u=await yg(f,t);return o.value=((u==null?void 0:u.data)||[]).map((g,p)=>({id:`${p}`,text:g.kwargs.content,sender:g.id.includes("HumanMessage")?"user":"bot"})),o.value.length&&(r.value=f),f}async function l(){r.value=Yn(),localStorage.setItem(sl,r.value)}const d={initialMessages:s,messages:o,currentSessionId:r,waitingForResponse:a,loadPreviousSession:c,startNewSession:l,sendMessage:i};e.provide(al,d),e.config.globalProperties.$chat=d}};var To=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function vn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Sg(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if(typeof t=="function"){var o=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};o.prototype=t.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(o,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}),o}var Hr,dl;function Bg(){if(dl)return Hr;dl=1;function e(C){return C instanceof Map?C.clear=C.delete=C.set=function(){throw new Error("map is read-only")}:C instanceof Set&&(C.add=C.clear=C.delete=function(){throw new Error("set is read-only")}),Object.freeze(C),Object.getOwnPropertyNames(C).forEach(B=>{const R=C[B],W=typeof R;(W==="object"||W==="function")&&!Object.isFrozen(R)&&e(R)}),C}class t{constructor(B){B.data===void 0&&(B.data={}),this.data=B.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function o(C){return C.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function r(C,...B){const R=Object.create(null);for(const W in C)R[W]=C[W];return B.forEach(function(W){for(const ae in W)R[ae]=W[ae]}),R}const a="</span>",s=C=>!!C.scope,i=(C,{prefix:B})=>{if(C.startsWith("language:"))return C.replace("language:","language-");if(C.includes(".")){const R=C.split(".");return[`${B}${R.shift()}`,...R.map((W,ae)=>`${W}${"_".repeat(ae+1)}`)].join(" ")}return`${B}${C}`};class c{constructor(B,R){this.buffer="",this.classPrefix=R.classPrefix,B.walk(this)}addText(B){this.buffer+=o(B)}openNode(B){if(!s(B))return;const R=i(B.scope,{prefix:this.classPrefix});this.span(R)}closeNode(B){s(B)&&(this.buffer+=a)}value(){return this.buffer}span(B){this.buffer+=`<span class="${B}">`}}const l=(C={})=>{const B={children:[]};return Object.assign(B,C),B};class d{constructor(){this.rootNode=l(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(B){this.top.children.push(B)}openNode(B){const R=l({scope:B});this.add(R),this.stack.push(R)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(B){return this.constructor._walk(B,this.rootNode)}static _walk(B,R){return typeof R=="string"?B.addText(R):R.children&&(B.openNode(R),R.children.forEach(W=>this._walk(B,W)),B.closeNode(R)),B}static _collapse(B){typeof B!="string"&&B.children&&(B.children.every(R=>typeof R=="string")?B.children=[B.children.join("")]:B.children.forEach(R=>{d._collapse(R)}))}}class f extends d{constructor(B){super(),this.options=B}addText(B){B!==""&&this.add(B)}startScope(B){this.openNode(B)}endScope(){this.closeNode()}__addSublanguage(B,R){const W=B.root;R&&(W.scope=`language:${R}`),this.add(W)}toHTML(){return new c(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function u(C){return C?typeof C=="string"?C:C.source:null}function g(C){return m("(?=",C,")")}function p(C){return m("(?:",C,")*")}function _(C){return m("(?:",C,")?")}function m(...C){return C.map(R=>u(R)).join("")}function b(C){const B=C[C.length-1];return typeof B=="object"&&B.constructor===Object?(C.splice(C.length-1,1),B):{}}function h(...C){return"("+(b(C).capture?"":"?:")+C.map(W=>u(W)).join("|")+")"}function k(C){return new RegExp(C.toString()+"|").exec("").length-1}function w(C,B){const R=C&&C.exec(B);return R&&R.index===0}const y=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function x(C,{joinWith:B}){let R=0;return C.map(W=>{R+=1;const ae=R;let ue=u(W),U="";for(;ue.length>0;){const j=y.exec(ue);if(!j){U+=ue;break}U+=ue.substring(0,j.index),ue=ue.substring(j.index+j[0].length),j[0][0]==="\\"&&j[1]?U+="\\"+String(Number(j[1])+ae):(U+=j[0],j[0]==="("&&R++)}return U}).map(W=>`(${W})`).join(B)}const E=/\b\B/,v="[a-zA-Z]\\w*",S="[a-zA-Z_]\\w*",N="\\b\\d+(\\.\\d+)?",$="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",M="\\b(0b[01]+)",V="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",G=(C={})=>{const B=/^#![ ]*\//;return C.binary&&(C.begin=m(B,/.*\b/,C.binary,/\b.*/)),r({scope:"meta",begin:B,end:/$/,relevance:0,"on:begin":(R,W)=>{R.index!==0&&W.ignoreMatch()}},C)},T={begin:"\\\\[\\s\\S]",relevance:0},z={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[T]},I={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[T]},L={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/},O=function(C,B,R={}){const W=r({scope:"comment",begin:C,end:B,contains:[]},R);W.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 ae=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 W.contains.push({begin:m(/[ ]+/,"(",ae,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),W},q=O("//","$"),D=O("/\\*","\\*/"),ee=O("#","$"),Y={scope:"number",begin:N,relevance:0},fe={scope:"number",begin:$,relevance:0},_e={scope:"number",begin:M,relevance:0},we={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[T,{begin:/\[/,end:/\]/,relevance:0,contains:[T]}]},Me={scope:"title",begin:v,relevance:0},je={scope:"title",begin:S,relevance:0},ve={begin:"\\.\\s*"+S,relevance:0};var Z=Object.freeze({__proto__:null,APOS_STRING_MODE:z,BACKSLASH_ESCAPE:T,BINARY_NUMBER_MODE:_e,BINARY_NUMBER_RE:M,COMMENT:O,C_BLOCK_COMMENT_MODE:D,C_LINE_COMMENT_MODE:q,C_NUMBER_MODE:fe,C_NUMBER_RE:$,END_SAME_AS_BEGIN:function(C){return Object.assign(C,{"on:begin":(B,R)=>{R.data._beginMatch=B[1]},"on:end":(B,R)=>{R.data._beginMatch!==B[1]&&R.ignoreMatch()}})},HASH_COMMENT_MODE:ee,IDENT_RE:v,MATCH_NOTHING_RE:E,METHOD_GUARD:ve,NUMBER_MODE:Y,NUMBER_RE:N,PHRASAL_WORDS_MODE:L,QUOTE_STRING_MODE:I,REGEXP_MODE:we,RE_STARTERS_RE:V,SHEBANG:G,TITLE_MODE:Me,UNDERSCORE_IDENT_RE:S,UNDERSCORE_TITLE_MODE:je});function se(C,B){C.input[C.index-1]==="."&&B.ignoreMatch()}function Ee(C,B){C.className!==void 0&&(C.scope=C.className,delete C.className)}function Ie(C,B){B&&C.beginKeywords&&(C.begin="\\b("+C.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",C.__beforeBegin=se,C.keywords=C.keywords||C.beginKeywords,delete C.beginKeywords,C.relevance===void 0&&(C.relevance=0))}function Xe(C,B){Array.isArray(C.illegal)&&(C.illegal=h(...C.illegal))}function yt(C,B){if(C.match){if(C.begin||C.end)throw new Error("begin & end are not supported with match");C.begin=C.match,delete C.match}}function et(C,B){C.relevance===void 0&&(C.relevance=1)}const It=(C,B)=>{if(!C.beforeMatch)return;if(C.starts)throw new Error("beforeMatch cannot be used with starts");const R=Object.assign({},C);Object.keys(C).forEach(W=>{delete C[W]}),C.keywords=R.keywords,C.begin=m(R.beforeMatch,g(R.begin)),C.starts={relevance:0,contains:[Object.assign(R,{endsParent:!0})]},C.relevance=0,delete R.beforeMatch},tt=["of","and","for","in","not","or","if","then","parent","list","value"],Ct="keyword";function ze(C,B,R=Ct){const W=Object.create(null);return typeof C=="string"?ae(R,C.split(" ")):Array.isArray(C)?ae(R,C):Object.keys(C).forEach(function(ue){Object.assign(W,ze(C[ue],B,ue))}),W;function ae(ue,U){B&&(U=U.map(j=>j.toLowerCase())),U.forEach(function(j){const Q=j.split("|");W[Q[0]]=[ue,ft(Q[0],Q[1])]})}}function ft(C,B){return B?Number(B):nt(C)?0:1}function nt(C){return tt.includes(C.toLowerCase())}const Et={},Ne=C=>{console.error(C)},P=(C,...B)=>{console.log(`WARN: ${C}`,...B)},J=(C,B)=>{Et[`${C}/${B}`]||(console.log(`Deprecated as of ${C}. ${B}`),Et[`${C}/${B}`]=!0)},me=new Error;function Se(C,B,{key:R}){let W=0;const ae=C[R],ue={},U={};for(let j=1;j<=B.length;j++)U[j+W]=ae[j],ue[j+W]=!0,W+=k(B[j-1]);C[R]=U,C[R]._emit=ue,C[R]._multi=!0}function xt(C){if(Array.isArray(C.begin)){if(C.skip||C.excludeBegin||C.returnBegin)throw Ne("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),me;if(typeof C.beginScope!="object"||C.beginScope===null)throw Ne("beginScope must be object"),me;Se(C,C.begin,{key:"beginScope"}),C.begin=x(C.begin,{joinWith:""})}}function wn(C){if(Array.isArray(C.end)){if(C.skip||C.excludeEnd||C.returnEnd)throw Ne("skip, excludeEnd, returnEnd not compatible with endScope: {}"),me;if(typeof C.endScope!="object"||C.endScope===null)throw Ne("endScope must be object"),me;Se(C,C.end,{key:"endScope"}),C.end=x(C.end,{joinWith:""})}}function yn(C){C.scope&&typeof C.scope=="object"&&C.scope!==null&&(C.beginScope=C.scope,delete C.scope)}function Gn(C){yn(C),typeof C.beginScope=="string"&&(C.beginScope={_wrap:C.beginScope}),typeof C.endScope=="string"&&(C.endScope={_wrap:C.endScope}),xt(C),wn(C)}function Bo(C){function B(U,j){return new RegExp(u(U),"m"+(C.case_insensitive?"i":"")+(C.unicodeRegex?"u":"")+(j?"g":""))}class R{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(j,Q){Q.position=this.position++,this.matchIndexes[this.matchAt]=Q,this.regexes.push([Q,j]),this.matchAt+=k(j)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const j=this.regexes.map(Q=>Q[1]);this.matcherRe=B(x(j,{joinWith:"|"}),!0),this.lastIndex=0}exec(j){this.matcherRe.lastIndex=this.lastIndex;const Q=this.matcherRe.exec(j);if(!Q)return null;const Be=Q.findIndex((ot,Qc)=>Qc>0&&ot!==void 0),de=this.matchIndexes[Be];return Q.splice(0,Be),Object.assign(Q,de)}}class W{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(j){if(this.multiRegexes[j])return this.multiRegexes[j];const Q=new R;return this.rules.slice(j).forEach(([Be,de])=>Q.addRule(Be,de)),Q.compile(),this.multiRegexes[j]=Q,Q}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(j,Q){this.rules.push([j,Q]),Q.type==="begin"&&this.count++}exec(j){const Q=this.getMatcher(this.regexIndex);Q.lastIndex=this.lastIndex;let Be=Q.exec(j);if(this.resumingScanAtSamePosition()&&!(Be&&Be.index===this.lastIndex)){const de=this.getMatcher(0);de.lastIndex=this.lastIndex+1,Be=de.exec(j)}return Be&&(this.regexIndex+=Be.position+1,this.regexIndex===this.count&&this.considerAll()),Be}}function ae(U){const j=new W;return U.contains.forEach(Q=>j.addRule(Q.begin,{rule:Q,type:"begin"})),U.terminatorEnd&&j.addRule(U.terminatorEnd,{type:"end"}),U.illegal&&j.addRule(U.illegal,{type:"illegal"}),j}function ue(U,j){const Q=U;if(U.isCompiled)return Q;[Ee,yt,Gn,It].forEach(de=>de(U,j)),C.compilerExtensions.forEach(de=>de(U,j)),U.__beforeBegin=null,[Ie,Xe,et].forEach(de=>de(U,j)),U.isCompiled=!0;let Be=null;return typeof U.keywords=="object"&&U.keywords.$pattern&&(U.keywords=Object.assign({},U.keywords),Be=U.keywords.$pattern,delete U.keywords.$pattern),Be=Be||/\w+/,U.keywords&&(U.keywords=ze(U.keywords,C.case_insensitive)),Q.keywordPatternRe=B(Be,!0),j&&(U.begin||(U.begin=/\B|\b/),Q.beginRe=B(Q.begin),!U.end&&!U.endsWithParent&&(U.end=/\B|\b/),U.end&&(Q.endRe=B(Q.end)),Q.terminatorEnd=u(Q.end)||"",U.endsWithParent&&j.terminatorEnd&&(Q.terminatorEnd+=(U.end?"|":"")+j.terminatorEnd)),U.illegal&&(Q.illegalRe=B(U.illegal)),U.contains||(U.contains=[]),U.contains=[].concat(...U.contains.map(function(de){return Zn(de==="self"?U:de)})),U.contains.forEach(function(de){ue(de,Q)}),U.starts&&ue(U.starts,j),Q.matcher=ae(Q),Q}if(C.compilerExtensions||(C.compilerExtensions=[]),C.contains&&C.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return C.classNameAliases=r(C.classNameAliases||{}),ue(C)}function Zt(C){return C?C.endsWithParent||Zt(C.starts):!1}function Zn(C){return C.variants&&!C.cachedVariants&&(C.cachedVariants=C.variants.map(function(B){return r(C,{variants:null},B)})),C.cachedVariants?C.cachedVariants:Zt(C)?r(C,{starts:C.starts?r(C.starts):null}):Object.isFrozen(C)?r(C):C}var Ao="11.9.0";class Cn extends Error{constructor(B,R){super(B),this.name="HTMLInjectionError",this.html=R}}const sn=o,Wn=r,En=Symbol("nomatch"),No=7,Kn=function(C){const B=Object.create(null),R=Object.create(null),W=[];let ae=!0;const ue="Could not find the language '{}', did you forget to load/include a language module?",U={disableAutodetect:!0,name:"Plain text",contains:[]};let j={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:f};function Q(F){return j.noHighlightRe.test(F)}function Be(F){let X=F.className+" ";X+=F.parentNode?F.parentNode.className:"";const ie=j.languageDetectRe.exec(X);if(ie){const be=an(ie[1]);return be||(P(ue.replace("{}",ie[1])),P("Falling back to no-highlight mode for this block.",F)),be?ie[1]:"no-highlight"}return X.split(/\s+/).find(be=>Q(be)||an(be))}function de(F,X,ie){let be="",Ae="";typeof X=="object"?(be=F,ie=X.ignoreIllegals,Ae=X.language):(J("10.7.0","highlight(lang, code, ...args) has been deprecated."),J("10.7.0",`Please use highlight(code, options) instead.
|
|
2
|
+
https://github.com/highlightjs/highlight.js/issues/2277`),Ae=F,be=X),ie===void 0&&(ie=!0);const vt={code:be,language:Ae};zr("before:highlight",vt);const cn=vt.result?vt.result:ot(vt.language,vt.code,ie);return cn.code=vt.code,zr("after:highlight",cn),cn}function ot(F,X,ie,be){const Ae=Object.create(null);function vt(H,K){return H.keywords[K]}function cn(){if(!te.keywords){Le.addText(ye);return}let H=0;te.keywordPatternRe.lastIndex=0;let K=te.keywordPatternRe.exec(ye),oe="";for(;K;){oe+=ye.substring(H,K.index);const ge=Rt.case_insensitive?K[0].toLowerCase():K[0],qe=vt(te,ge);if(qe){const[Wt,FL]=qe;if(Le.addText(oe),oe="",Ae[ge]=(Ae[ge]||0)+1,Ae[ge]<=No&&(Pr+=FL),Wt.startsWith("_"))oe+=K[0];else{const jL=Rt.classNameAliases[Wt]||Wt;Lt(K[0],jL)}}else oe+=K[0];H=te.keywordPatternRe.lastIndex,K=te.keywordPatternRe.exec(ye)}oe+=ye.substring(H),Le.addText(oe)}function qr(){if(ye==="")return;let H=null;if(typeof te.subLanguage=="string"){if(!B[te.subLanguage]){Le.addText(ye);return}H=ot(te.subLanguage,ye,!0,pg[te.subLanguage]),pg[te.subLanguage]=H._top}else H=el(ye,te.subLanguage.length?te.subLanguage:null);te.relevance>0&&(Pr+=H.relevance),Le.__addSublanguage(H._emitter,H.language)}function rt(){te.subLanguage!=null?qr():cn(),ye=""}function Lt(H,K){H!==""&&(Le.startScope(K),Le.addText(H),Le.endScope())}function lg(H,K){let oe=1;const ge=K.length-1;for(;oe<=ge;){if(!H._emit[oe]){oe++;continue}const qe=Rt.classNameAliases[H[oe]]||H[oe],Wt=K[oe];qe?Lt(Wt,qe):(ye=Wt,cn(),ye=""),oe++}}function ug(H,K){return H.scope&&typeof H.scope=="string"&&Le.openNode(Rt.classNameAliases[H.scope]||H.scope),H.beginScope&&(H.beginScope._wrap?(Lt(ye,Rt.classNameAliases[H.beginScope._wrap]||H.beginScope._wrap),ye=""):H.beginScope._multi&&(lg(H.beginScope,K),ye="")),te=Object.create(H,{parent:{value:te}}),te}function dg(H,K,oe){let ge=w(H.endRe,oe);if(ge){if(H["on:end"]){const qe=new t(H);H["on:end"](K,qe),qe.isMatchIgnored&&(ge=!1)}if(ge){for(;H.endsParent&&H.parent;)H=H.parent;return H}}if(H.endsWithParent)return dg(H.parent,K,oe)}function VL(H){return te.matcher.regexIndex===0?(ye+=H[0],1):(rl=!0,0)}function zL(H){const K=H[0],oe=H.rule,ge=new t(oe),qe=[oe.__beforeBegin,oe["on:begin"]];for(const Wt of qe)if(Wt&&(Wt(H,ge),ge.isMatchIgnored))return VL(K);return oe.skip?ye+=K:(oe.excludeBegin&&(ye+=K),rt(),!oe.returnBegin&&!oe.excludeBegin&&(ye=K)),ug(oe,H),oe.returnBegin?0:K.length}function qL(H){const K=H[0],oe=X.substring(H.index),ge=dg(te,H,oe);if(!ge)return En;const qe=te;te.endScope&&te.endScope._wrap?(rt(),Lt(K,te.endScope._wrap)):te.endScope&&te.endScope._multi?(rt(),lg(te.endScope,H)):qe.skip?ye+=K:(qe.returnEnd||qe.excludeEnd||(ye+=K),rt(),qe.excludeEnd&&(ye=K));do te.scope&&Le.closeNode(),!te.skip&&!te.subLanguage&&(Pr+=te.relevance),te=te.parent;while(te!==ge.parent);return ge.starts&&ug(ge.starts,H),qe.returnEnd?0:K.length}function DL(){const H=[];for(let K=te;K!==Rt;K=K.parent)K.scope&&H.unshift(K.scope);H.forEach(K=>Le.openNode(K))}let Dr={};function fg(H,K){const oe=K&&K[0];if(ye+=H,oe==null)return rt(),0;if(Dr.type==="begin"&&K.type==="end"&&Dr.index===K.index&&oe===""){if(ye+=X.slice(K.index,K.index+1),!ae){const ge=new Error(`0 width match regex (${F})`);throw ge.languageName=F,ge.badRule=Dr.rule,ge}return 1}if(Dr=K,K.type==="begin")return zL(K);if(K.type==="illegal"&&!ie){const ge=new Error('Illegal lexeme "'+oe+'" for mode "'+(te.scope||"<unnamed>")+'"');throw ge.mode=te,ge}else if(K.type==="end"){const ge=qL(K);if(ge!==En)return ge}if(K.type==="illegal"&&oe==="")return 1;if(ol>1e5&&ol>K.index*3)throw new Error("potential infinite loop, way more iterations than matches");return ye+=oe,oe.length}const Rt=an(F);if(!Rt)throw Ne(ue.replace("{}",F)),new Error('Unknown language: "'+F+'"');const PL=Bo(Rt);let nl="",te=be||PL;const pg={},Le=new j.__emitter(j);DL();let ye="",Pr=0,xn=0,ol=0,rl=!1;try{if(Rt.__emitTokens)Rt.__emitTokens(X,Le);else{for(te.matcher.considerAll();;){ol++,rl?rl=!1:te.matcher.considerAll(),te.matcher.lastIndex=xn;const H=te.matcher.exec(X);if(!H)break;const K=X.substring(xn,H.index),oe=fg(K,H);xn=H.index+oe}fg(X.substring(xn))}return Le.finalize(),nl=Le.toHTML(),{language:F,value:nl,relevance:Pr,illegal:!1,_emitter:Le,_top:te}}catch(H){if(H.message&&H.message.includes("Illegal"))return{language:F,value:sn(X),illegal:!0,relevance:0,_illegalBy:{message:H.message,index:xn,context:X.slice(xn-100,xn+100),mode:H.mode,resultSoFar:nl},_emitter:Le};if(ae)return{language:F,value:sn(X),illegal:!1,relevance:0,errorRaised:H,_emitter:Le,_top:te};throw H}}function Qc(F){const X={value:sn(F),illegal:!1,relevance:0,_top:U,_emitter:new j.__emitter(j)};return X._emitter.addText(F),X}function el(F,X){X=X||j.languages||Object.keys(B);const ie=Qc(F),be=X.filter(an).filter(cg).map(rt=>ot(rt,F,!1));be.unshift(ie);const Ae=be.sort((rt,Lt)=>{if(rt.relevance!==Lt.relevance)return Lt.relevance-rt.relevance;if(rt.language&&Lt.language){if(an(rt.language).supersetOf===Lt.language)return 1;if(an(Lt.language).supersetOf===rt.language)return-1}return 0}),[vt,cn]=Ae,qr=vt;return qr.secondBest=cn,qr}function vL(F,X,ie){const be=X&&R[X]||ie;F.classList.add("hljs"),F.classList.add(`language-${be}`)}function tl(F){let X=null;const ie=Be(F);if(Q(ie))return;if(zr("before:highlightElement",{el:F,language:ie}),F.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",F);return}if(F.children.length>0&&(j.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(F)),j.throwUnescapedHTML))throw new Cn("One of your code blocks includes unescaped HTML.",F.innerHTML);X=F;const be=X.textContent,Ae=ie?de(be,{language:ie,ignoreIllegals:!0}):el(be);F.innerHTML=Ae.value,F.dataset.highlighted="yes",vL(F,ie,Ae.language),F.result={language:Ae.language,re:Ae.relevance,relevance:Ae.relevance},Ae.secondBest&&(F.secondBest={language:Ae.secondBest.language,relevance:Ae.secondBest.relevance}),zr("after:highlightElement",{el:F,result:Ae,text:be})}function SL(F){j=Wn(j,F)}const BL=()=>{Vr(),J("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function AL(){Vr(),J("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let ag=!1;function Vr(){if(document.readyState==="loading"){ag=!0;return}document.querySelectorAll(j.cssSelector).forEach(tl)}function NL(){ag&&Vr()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",NL,!1);function $L(F,X){let ie=null;try{ie=X(C)}catch(be){if(Ne("Language definition for '{}' could not be registered.".replace("{}",F)),ae)Ne(be);else throw be;ie=U}ie.name||(ie.name=F),B[F]=ie,ie.rawDefinition=X.bind(null,C),ie.aliases&&ig(ie.aliases,{languageName:F})}function TL(F){delete B[F];for(const X of Object.keys(R))R[X]===F&&delete R[X]}function ML(){return Object.keys(B)}function an(F){return F=(F||"").toLowerCase(),B[F]||B[R[F]]}function ig(F,{languageName:X}){typeof F=="string"&&(F=[F]),F.forEach(ie=>{R[ie.toLowerCase()]=X})}function cg(F){const X=an(F);return X&&!X.disableAutodetect}function IL(F){F["before:highlightBlock"]&&!F["before:highlightElement"]&&(F["before:highlightElement"]=X=>{F["before:highlightBlock"](Object.assign({block:X.el},X))}),F["after:highlightBlock"]&&!F["after:highlightElement"]&&(F["after:highlightElement"]=X=>{F["after:highlightBlock"](Object.assign({block:X.el},X))})}function LL(F){IL(F),W.push(F)}function RL(F){const X=W.indexOf(F);X!==-1&&W.splice(X,1)}function zr(F,X){const ie=F;W.forEach(function(be){be[ie]&&be[ie](X)})}function OL(F){return J("10.7.0","highlightBlock will be removed entirely in v12.0"),J("10.7.0","Please use highlightElement now."),tl(F)}Object.assign(C,{highlight:de,highlightAuto:el,highlightAll:Vr,highlightElement:tl,highlightBlock:OL,configure:SL,initHighlighting:BL,initHighlightingOnLoad:AL,registerLanguage:$L,unregisterLanguage:TL,listLanguages:ML,getLanguage:an,registerAliases:ig,autoDetection:cg,inherit:Wn,addPlugin:LL,removePlugin:RL}),C.debugMode=function(){ae=!1},C.safeMode=function(){ae=!0},C.versionString=Ao,C.regex={concat:m,lookahead:g,either:h,optional:_,anyNumberOfTimes:p};for(const F in Z)typeof Z[F]=="object"&&e(Z[F]);return Object.assign(C,Z),C},A=Kn({});return A.newInstance=()=>Kn({}),Hr=A,A.HighlightJS=A,A.default=A,Hr}var Ag=Bg();const Ot=vn(Ag),fl="[A-Za-z$_][0-9A-Za-z$_]*",Ng=["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"],$g=["true","false","null","undefined","NaN","Infinity"],pl=["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"],hl=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],ml=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],Tg=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],Mg=[].concat(ml,pl,hl);function gl(e){const t=e.regex,o=(O,{after:q})=>{const D="</"+O[0].slice(1);return O.input.indexOf(D,q)!==-1},r=fl,a={begin:"<>",end:"</>"},s=/<[A-Za-z0-9\\._:-]+\s*\/>/,i={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(O,q)=>{const D=O[0].length+O.index,ee=O.input[D];if(ee==="<"||ee===","){q.ignoreMatch();return}ee===">"&&(o(O,{after:D})||q.ignoreMatch());let Y;const fe=O.input.substring(D);if(Y=fe.match(/^\s*=/)){q.ignoreMatch();return}if((Y=fe.match(/^\s+extends\s+/))&&Y.index===0){q.ignoreMatch();return}}},c={$pattern:fl,keyword:Ng,literal:$g,built_in:Mg,"variable.language":Tg},l="[0-9](_?[0-9])*",d=`\\.(${l})`,f="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",u={className:"number",variants:[{begin:`(\\b(${f})((${d})|\\.)?|(${d}))[eE][+-]?(${l})\\b`},{begin:`\\b(${f})\\b((${d})\\b|\\.)?|(${d})\\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},g={className:"subst",begin:"\\$\\{",end:"\\}",keywords:c,contains:[]},p={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,g],subLanguage:"xml"}},_={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,g],subLanguage:"css"}},m={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,g],subLanguage:"graphql"}},b={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,g]},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]},w=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,_,m,b,{match:/\$\d+/},u];g.contains=w.concat({begin:/\{/,end:/\}/,keywords:c,contains:["self"].concat(w)});const y=[].concat(k,g.contains),x=y.concat([{begin:/\(/,end:/\)/,keywords:c,contains:["self"].concat(y)}]),E={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:c,contains:x},v={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"}}]},S={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:{_:[...pl,...hl]}},N={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},$={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[E],illegal:/%/},M={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function V(O){return t.concat("(?!",O.join("|"),")")}const G={match:t.concat(/\b/,V([...ml,"super","import"]),r,t.lookahead(/\(/)),className:"title.function",relevance:0},T={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},z={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},E]},I="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",L={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(I)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[E]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:c,exports:{PARAMS_CONTAINS:x,CLASS_REFERENCE:S},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),N,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,_,m,b,k,{match:/\$\d+/},u,S,{className:"attr",begin:r+t.lookahead(":"),relevance:0},L,{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:I,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:c,contains:x}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:a.begin,end:a.end},{match:s},{begin:i.begin,"on:begin":i.isTrulyOpeningTag,end:i.end}],subLanguage:"xml",contains:[{begin:i.begin,end:i.end,skip:!0,contains:["self"]}]}]},$,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[E,e.inherit(e.TITLE_MODE,{begin:r,className:"title.function"})]},{match:/\.\.\./,relevance:0},T,{match:"\\$"+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[E]},G,M,v,z,{match:/\$[(.]/}]}}function _l(e){const t=e.regex,o=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),r=/[\p{L}0-9._:-]+/u,a={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},s={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},i=e.inherit(s,{begin:/\(/,end:/\)/}),c=e.inherit(e.APOS_STRING_MODE,{className:"string"}),l=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),d={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:[a]},{begin:/'/,end:/'/,contains:[a]},{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:[s,l,c,i,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[s,i,l,c]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},a,{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:[d],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[d],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:t.concat(/</,t.lookahead(t.concat(o,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:o,relevance:0,starts:d}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(o,/>/))),contains:[{className:"name",begin:o,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}const Ig={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Lg(e,t){return n.openBlock(),n.createElementBlock("svg",Ig,t[0]||(t[0]=[n.createElementVNode("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 Rg={name:"mdi-close",render:Lg},st=(e,t)=>{const o=e.__vccOpts||e;for(const[r,a]of t)o[r]=a;return o},Og={},Vg={class:"chat-button"};function zg(e,t){return n.openBlock(),n.createElementBlock("button",Vg,[n.renderSlot(e.$slots,"default")])}const qg=st(Og,[["render",zg]]);function Ur(){return n.inject(al)}function Jn(){return{options:n.inject(il)}}function Mo(){const{options:e}=Jn(),t=(e==null?void 0:e.defaultLanguage)??"en";function o(a){var i,c;const s=(c=(i=e==null?void 0:e.i18n)==null?void 0:i[t])==null?void 0:c[a];return n.isRef(s)?s.value:s??a}function r(a){var s,i;return!!((i=(s=e==null?void 0:e.i18n)==null?void 0:s[t])!=null&&i[a])}return{t:o,te:r}}const Dg={class:"chat-get-started"},Pg=n.defineComponent({__name:"GetStarted",setup(e){const{t}=Mo();return(o,r)=>(n.openBlock(),n.createElementBlock("div",Dg,[n.createVNode(qg,{onClick:r[0]||(r[0]=a=>o.$emit("click:button"))},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(t)("getStarted")),1)]),_:1})]))}}),Fg={},jg={class:"chat-powered-by"};function Hg(e,t){return n.openBlock(),n.createElementBlock("div",jg,t[0]||(t[0]=[n.createTextVNode(" Powered by "),n.createElementVNode("a",{href:"https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by"},"n8n",-1)]))}const Ug=st(Fg,[["render",Hg]]),Gg={class:"chat-get-started-footer"},Zg={key:0},Wg=n.defineComponent({__name:"GetStartedFooter",setup(e){const{t,te:o}=Mo();return(r,a)=>(n.openBlock(),n.createElementBlock("div",Gg,[n.unref(o)("footer")?(n.openBlock(),n.createElementBlock("div",Zg,n.toDisplayString(n.unref(t)("footer")),1)):n.createCommentVNode("",!0),n.createVNode(Ug)]))}});function Kg(e){return n.getCurrentScope()?(n.onScopeDispose(e),!0):!1}function Xg(){const e=new Set,t=a=>{e.delete(a)};return{on:a=>{e.add(a);const s=()=>t(a);return Kg(s),{off:s}},off:t,trigger:(...a)=>Promise.all(Array.from(e).map(s=>s(...a)))}}const Yg=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Jg=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),Qg=Yg?window.document:void 0,e_={multiple:!0,accept:"*",reset:!1,directory:!1};function t_(e={}){const{document:t=Qg}=e,o=n.ref(null),{on:r,trigger:a}=Xg();let s;t&&(s=t.createElement("input"),s.type="file",s.onchange=l=>{const d=l.target;o.value=d.files,a(o.value)});const i=()=>{o.value=null,s&&s.value&&(s.value="",a(null))},c=l=>{if(!s)return;const d={...e_,...e,...l};s.multiple=d.multiple,s.accept=d.accept,s.webkitdirectory=d.directory,Jg(d,"capture")&&(s.capture=d.capture),d.reset&&i(),s.click()};return{files:n.readonly(o),open:c,reset:i,onChange:r}}const n_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function o_(e,t){return n.openBlock(),n.createElementBlock("svg",n_,t[0]||(t[0]=[n.createElementVNode("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 r_={name:"mdi-paperclip",render:o_},s_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function a_(e,t){return n.openBlock(),n.createElementBlock("svg",s_,t[0]||(t[0]=[n.createElementVNode("path",{fill:"currentColor",d:"m2 21l21-9L2 3v7l15 2l-15 2z"},null,-1)]))}const i_={name:"mdi-send",render:a_},c_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function l_(e,t){return n.openBlock(),n.createElementBlock("svg",c_,t[0]||(t[0]=[n.createElementVNode("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 u_={name:"mdi-closeThick",render:l_},d_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function f_(e,t){return n.openBlock(),n.createElementBlock("svg",d_,t[0]||(t[0]=[n.createElementVNode("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 p_={name:"mdi-fileImage",render:f_},h_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function m_(e,t){return n.openBlock(),n.createElementBlock("svg",h_,t[0]||(t[0]=[n.createElementVNode("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 g_={name:"mdi-fileMusic",render:m_},__={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function b_(e,t){return n.openBlock(),n.createElementBlock("svg",__,t[0]||(t[0]=[n.createElementVNode("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 bl={name:"mdi-fileText",render:b_},k_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function w_(e,t){return n.openBlock(),n.createElementBlock("svg",k_,t[0]||(t[0]=[n.createElementVNode("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 y_={name:"mdi-fileVideo",render:w_},C_={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function E_(e,t){return n.openBlock(),n.createElementBlock("svg",C_,t[0]||(t[0]=[n.createElementVNode("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 x_={name:"mdi-openInNew",render:E_},v_={class:"chat-file-name"},kl=st(n.defineComponent({__name:"ChatFile",props:{file:{},isRemovable:{type:Boolean},isPreviewable:{type:Boolean}},emits:["remove"],setup(e,{emit:t}){const o=e,r=t,a={document:bl,audio:g_,image:p_,video:y_},s=n.computed(()=>{var d;const l=(d=o.file)==null?void 0:d.type.split("/")[0];return a[l]||bl});function i(){o.isPreviewable&&window.open(URL.createObjectURL(o.file))}function c(){r("remove",o.file)}return(l,d)=>(n.openBlock(),n.createElementBlock("div",{class:"chat-file",onClick:i},[n.createVNode(n.unref(s)),n.createElementVNode("p",v_,n.toDisplayString(l.file.name),1),l.isRemovable?(n.openBlock(),n.createElementBlock("span",{key:0,class:"chat-file-delete",onClick:n.withModifiers(c,["stop"])},[n.createVNode(n.unref(u_))])):l.isPreviewable?(n.openBlock(),n.createBlock(n.unref(x_),{key:1,class:"chat-file-preview"})):n.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-e0d57af7"]]),S_={class:"chat-inputs"},B_={key:0,class:"chat-input-left-panel"},A_=["disabled","placeholder"],N_={class:"chat-inputs-controls"},$_=["disabled"],T_=["disabled"],M_={key:0,class:"chat-files"},I_=st(n.defineComponent({__name:"Input",props:{placeholder:{default:"inputPlaceholder"}},emits:["arrowKeyDown"],setup(e,{emit:t}){const o=e,{t:r}=Mo(),a=t,{options:s}=Jn(),i=Ur(),{waitingForResponse:c}=i,l=n.ref(null),d=n.ref(null),f=n.ref(""),u=n.ref(!1),g=n.ref(null),p=n.computed(()=>{var z;return f.value===""||n.unref(c)||((z=s.disabled)==null?void 0:z.value)===!0}),_=n.computed(()=>{var z;return((z=s.disabled)==null?void 0:z.value)===!0}),m=n.computed(()=>{var z;return b.value&&n.unref(c)&&!((z=s.disabled)!=null&&z.value)}),b=n.computed(()=>n.unref(s.allowFileUploads)===!0),h=n.computed(()=>n.unref(s.allowedFilesMimeTypes)),k=n.computed(()=>({"--controls-count":b.value?2:1})),{open:w,reset:y,onChange:x}=t_({multiple:!0,reset:!1});x(z=>{if(!z)return;const I=new DataTransfer;if(l.value)for(let L=0;L<l.value.length;L++)I.items.add(l.value[L]);for(let L=0;L<z.length;L++)I.items.add(z[L]);l.value=I.files}),n.onMounted(()=>{He.on("focusInput",v),He.on("blurInput",E),He.on("setInputValue",S),d.value&&(g.value=new ResizeObserver(z=>{for(const I of z)I.target===d.value&&T()}),g.value.observe(d.value))}),n.onUnmounted(()=>{He.off("focusInput",v),He.off("blurInput",E),He.off("setInputValue",S),g.value&&(g.value.disconnect(),g.value=null)});function E(){d.value&&d.value.blur()}function v(){d.value&&d.value.focus()}function S(z){f.value=z,v()}async function N(z){if(z.preventDefault(),p.value)return;const I=f.value;f.value="",u.value=!0,await i.sendMessage(I,Array.from(l.value??[])),u.value=!1,y(),l.value=null}async function $(z){z.shiftKey||(await N(z),T())}function M(z){if(!l.value)return;const I=new DataTransfer;for(let L=0;L<l.value.length;L++){const O=l.value[L];z.name!==O.name&&I.items.add(O)}y(),l.value=I.files}function V(z){(z.key==="ArrowUp"||z.key==="ArrowDown")&&(z.preventDefault(),a("arrowKeyDown",{key:z.key,currentInputValue:f.value}))}function G(){m.value||w({accept:n.unref(h)})}function T(){const z=d.value;if(!z)return;z.style.height="var(--chat--textarea--height)";const I=Math.min(z.scrollHeight,480);z.style.height=`${I}px`}return(z,I)=>{var L;return n.openBlock(),n.createElementBlock("div",{class:"chat-input",style:n.normalizeStyle(k.value),onKeydown:n.withModifiers(V,["stop"])},[n.createElementVNode("div",S_,[z.$slots.leftPanel?(n.openBlock(),n.createElementBlock("div",B_,[n.renderSlot(z.$slots,"leftPanel",{},void 0,!0)])):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("textarea",{ref_key:"chatTextArea",ref:d,"onUpdate:modelValue":I[0]||(I[0]=O=>f.value=O),"data-test-id":"chat-input",disabled:_.value,placeholder:n.unref(r)(o.placeholder),onKeydown:n.withKeys($,["enter"]),onInput:T,onMousedown:T,onFocus:T},null,40,A_),[[n.vModelText,f.value]]),n.createElementVNode("div",N_,[b.value?(n.openBlock(),n.createElementBlock("button",{key:0,disabled:m.value,class:"chat-input-file-button","data-test-id":"chat-attach-file-button",onClick:G},[n.createVNode(n.unref(r_),{height:"24",width:"24"})],8,$_)):n.createCommentVNode("",!0),n.createElementVNode("button",{disabled:p.value,class:"chat-input-send-button",onClick:N},[n.createVNode(n.unref(i_),{height:"24",width:"24"})],8,T_)])]),(L=l.value)!=null&&L.length&&!u.value?(n.openBlock(),n.createElementBlock("div",M_,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.value,O=>(n.openBlock(),n.createBlock(kl,{key:O.name,file:O,"is-removable":!0,"is-previewable":!0,onRemove:M},null,8,["file"]))),128))])):n.createCommentVNode("",!0)],36)}}}),[["__scopeId","data-v-31e29ba2"]]),L_={class:"chat-layout"},R_={key:0,class:"chat-header"},O_={key:2,class:"chat-footer"},V_=n.defineComponent({__name:"Layout",setup(e){const t=n.ref(null);function o(){const r=t.value;r&&(r.scrollTop=r.scrollHeight)}return n.onMounted(()=>{He.on("scrollToBottom",o),window.addEventListener("resize",o)}),n.onBeforeUnmount(()=>{He.off("scrollToBottom",o),window.removeEventListener("resize",o)}),(r,a)=>(n.openBlock(),n.createElementBlock("main",L_,[r.$slots.header?(n.openBlock(),n.createElementBlock("div",R_,[n.renderSlot(r.$slots,"header")])):n.createCommentVNode("",!0),r.$slots.default?(n.openBlock(),n.createElementBlock("div",{key:1,ref_key:"chatBodyRef",ref:t,class:"chat-body"},[n.renderSlot(r.$slots,"default")],512)):n.createCommentVNode("",!0),r.$slots.footer?(n.openBlock(),n.createElementBlock("div",O_,[n.renderSlot(r.$slots,"footer")])):n.createCommentVNode("",!0)]))}}),z_=/(%|)\{([0-9a-zA-Z_]+)\}/g;function q_(){const e=(o,r)=>r in o;function t(o,...r){if(typeof o=="function")return o(r);const a=o;let s=r;return r.length===1&&typeof r[0]=="object"&&(s=r[0]),s!=null&&s.hasOwnProperty||(s={}),a.replace(z_,(i,c,l,d)=>{let f;return a[d-1]==="{"&&a[d+i.length]==="}"?`${l}`:(f=e(s,l)?`${s[l]}`:null,f??"")})}return t}const D_={"generic.retry":"Retry","nds.auth.roles.owner":"Owner","nds.userInfo.you":"(you)","nds.userSelect.selectUser":"Select User","nds.userSelect.noMatchingUsers":"No matching users","notice.showMore":"Show more","notice.showLess":"Show less","formInput.validator.fieldRequired":"This field is required","formInput.validator.minCharactersRequired":"Must be at least {minimum} characters","formInput.validator.maxCharactersRequired":"Must be at most {maximum} characters","formInput.validator.oneNumbersRequired":e=>`Must have at least ${e.minimum} number${e.minimum>1?"s":""}`,"formInput.validator.validEmailRequired":"Must be a valid email","formInput.validator.uppercaseCharsRequired":e=>`Must have at least ${e.minimum} uppercase character${e.minimum>1?"s":""}`,"formInput.validator.defaultPasswordRequirements":"8+ characters, at least 1 number and 1 capital letter","sticky.markdownHint":'You can style with <a href="https://docs.n8n.io/workflows/sticky-notes/" target="_blank">Markdown</a>',"tags.showMore":e=>`+${e} more`,"datatable.pageSize":"Page size","codeDiff.couldNotReplace":"Could not replace code","codeDiff.codeReplaced":"Code replaced","codeDiff.replaceMyCode":"Replace my code","codeDiff.replacing":"Replacing...","codeDiff.undo":"Undo","betaTag.beta":"beta","askAssistantButton.askAssistant":"Ask Assistant","assistantChat.builder.name":"AI Builder","assistantChat.builder.generatingFinalWorkflow":"Generating final workflow...","assistantChat.builder.configuredNodes":"Configured nodes","assistantChat.builder.thumbsUp":"Helpful","assistantChat.builder.thumbsDown":"Not helpful","assistantChat.builder.feedbackPlaceholder":"Tell us about your experience","assistantChat.builder.success":"Thank you for your feedback!","assistantChat.builder.submit":"Submit feedback","assistantChat.builder.workflowGenerated1":"Your workflow was created successfully!","assistantChat.builder.workflowGenerated2":"Fix any missing credentials before testing it.","assistantChat.builder.configuringNodes":"Configuring nodes...","assistantChat.builder.selectedNodes":"Selected workflow nodes","assistantChat.builder.selectingNodes":"Selecting nodes...","assistantChat.builder.generatedNodes":"Generated workflow nodes","assistantChat.errorParsingMarkdown":"Error parsing markdown content","assistantChat.aiAssistantLabel":"AI Assistant","assistantChat.aiAssistantName":"Assistant","assistantChat.sessionEndMessage.1":"This Assistant session has ended. To start a new session with the Assistant, click an","assistantChat.sessionEndMessage.2":"button in n8n","assistantChat.you":"You","assistantChat.quickRepliesTitle":"Quick reply 👇","assistantChat.placeholder.1":()=>"I can answer most questions about building workflows in n8n.","assistantChat.placeholder.2":"For specific tasks, you’ll see the","assistantChat.placeholder.3":"button in the UI.","assistantChat.placeholder.4":"How can I help?","assistantChat.inputPlaceholder":"Enter your response...","assistantChat.copy":"Copy","assistantChat.copied":"Copied","inlineAskAssistantButton.asked":"Asked","iconPicker.button.defaultToolTip":"Choose icon","iconPicker.tabs.icons":"Icons","iconPicker.tabs.emojis":"Emojis","selectableList.addDefault":"+ Add a","auth.changePassword.passwordsMustMatchError":"Passwords must match"},P_=q_();let wl=D_;const F_=function(e,t){return wl[e]!==void 0?P_(wl[e],...t?[t]:[]):""},Vt=(e,t,{checkForDefaultPrevented:o=!0}={})=>a=>{const s=e==null?void 0:e(a);if(o===!1||!s)return t==null?void 0:t(a)};var yl;const Re=typeof window<"u",j_=e=>typeof e=="string",Cl=()=>{},El=Re&&((yl=window==null?void 0:window.navigator)==null?void 0:yl.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function xl(e){return typeof e=="function"?e():n.unref(e)}function H_(e){return e}function Gr(e){return n.getCurrentScope()?(n.onScopeDispose(e),!0):!1}function U_(e,t=!0){n.getCurrentInstance()?n.onMounted(e):t?e():n.nextTick(e)}function Kt(e){var t;const o=xl(e);return(t=o==null?void 0:o.$el)!=null?t:o}const Zr=Re?window:void 0;function ln(...e){let t,o,r,a;if(j_(e[0])||Array.isArray(e[0])?([o,r,a]=e,t=Zr):[t,o,r,a]=e,!t)return Cl;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(f=>f()),s.length=0},c=(f,u,g,p)=>(f.addEventListener(u,g,p),()=>f.removeEventListener(u,g,p)),l=n.watch(()=>[Kt(t),xl(a)],([f,u])=>{i(),f&&s.push(...o.flatMap(g=>r.map(p=>c(f,g,p,u))))},{immediate:!0,flush:"post"}),d=()=>{l(),i()};return Gr(d),d}let vl=!1;function G_(e,t,o={}){const{window:r=Zr,ignore:a=[],capture:s=!0,detectIframe:i=!1}=o;if(!r)return;El&&!vl&&(vl=!0,Array.from(r.document.body.children).forEach(g=>g.addEventListener("click",Cl)));let c=!0;const l=g=>a.some(p=>{if(typeof p=="string")return Array.from(r.document.querySelectorAll(p)).some(_=>_===g.target||g.composedPath().includes(_));{const _=Kt(p);return _&&(g.target===_||g.composedPath().includes(_))}}),f=[ln(r,"click",g=>{const p=Kt(e);if(!(!p||p===g.target||g.composedPath().includes(p))){if(g.detail===0&&(c=!l(g)),!c){c=!0;return}t(g)}},{passive:!0,capture:s}),ln(r,"pointerdown",g=>{const p=Kt(e);p&&(c=!g.composedPath().includes(p)&&!l(g))},{passive:!0}),i&&ln(r,"blur",g=>{var p;const _=Kt(e);((p=r.document.activeElement)==null?void 0:p.tagName)==="IFRAME"&&!(_!=null&&_.contains(r.document.activeElement))&&t(g)})].filter(Boolean);return()=>f.forEach(g=>g())}function Z_(e,t=!1){const o=n.ref(),r=()=>o.value=!!e();return r(),U_(r,t),o}const Sl=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Bl="__vueuse_ssr_handlers__";Sl[Bl]=Sl[Bl]||{};var Al=Object.getOwnPropertySymbols,W_=Object.prototype.hasOwnProperty,K_=Object.prototype.propertyIsEnumerable,X_=(e,t)=>{var o={};for(var r in e)W_.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&Al)for(var r of Al(e))t.indexOf(r)<0&&K_.call(e,r)&&(o[r]=e[r]);return o};function Io(e,t,o={}){const r=o,{window:a=Zr}=r,s=X_(r,["window"]);let i;const c=Z_(()=>a&&"ResizeObserver"in a),l=()=>{i&&(i.disconnect(),i=void 0)},d=n.watch(()=>Kt(e),u=>{l(),c.value&&a&&u&&(i=new ResizeObserver(t),i.observe(u,s))},{immediate:!0,flush:"post"}),f=()=>{l(),d()};return Gr(f),{isSupported:c,stop:f}}var Nl;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Nl||(Nl={}));var Y_=Object.defineProperty,$l=Object.getOwnPropertySymbols,J_=Object.prototype.hasOwnProperty,Q_=Object.prototype.propertyIsEnumerable,Tl=(e,t,o)=>t in e?Y_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,eb=(e,t)=>{for(var o in t||(t={}))J_.call(t,o)&&Tl(e,o,t[o]);if($l)for(var o of $l(t))Q_.call(t,o)&&Tl(e,o,t[o]);return e};eb({linear:H_},{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 tb=()=>Re&&/firefox/i.test(window.navigator.userAgent),Wr=e=>{let t,o;return e.type==="touchend"?(o=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(o=e.touches[0].clientY,t=e.touches[0].clientX):(o=e.clientY,t=e.clientX),{clientX:t,clientY:o}};/**
|
|
3
|
+
* @vue/shared v3.5.13
|
|
4
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
5
|
+
* @license MIT
|
|
6
|
+
**/const Qn=()=>{},nb=Object.prototype.hasOwnProperty,Lo=(e,t)=>nb.call(e,t),ob=Array.isArray,at=e=>typeof e=="function",pt=e=>typeof e=="string",ht=e=>e!==null&&typeof e=="object",rb=Object.prototype.toString,sb=e=>rb.call(e),Kr=e=>sb(e).slice(8,-1);var Ml=typeof global=="object"&&global&&global.Object===Object&&global,ab=typeof self=="object"&&self&&self.Object===Object&&self,St=Ml||ab||Function("return this")(),Xt=St.Symbol,Il=Object.prototype,ib=Il.hasOwnProperty,cb=Il.toString,eo=Xt?Xt.toStringTag:void 0;function lb(e){var t=ib.call(e,eo),o=e[eo];try{e[eo]=void 0;var r=!0}catch{}var a=cb.call(e);return r&&(t?e[eo]=o:delete e[eo]),a}var ub=Object.prototype,db=ub.toString;function fb(e){return db.call(e)}var pb="[object Null]",hb="[object Undefined]",Ll=Xt?Xt.toStringTag:void 0;function Sn(e){return e==null?e===void 0?hb:pb:Ll&&Ll in Object(e)?lb(e):fb(e)}function Bn(e){return e!=null&&typeof e=="object"}var mb="[object Symbol]";function Ro(e){return typeof e=="symbol"||Bn(e)&&Sn(e)==mb}function gb(e,t){for(var o=-1,r=e==null?0:e.length,a=Array(r);++o<r;)a[o]=t(e[o],o,e);return a}var zt=Array.isArray,Rl=Xt?Xt.prototype:void 0,Ol=Rl?Rl.toString:void 0;function Vl(e){if(typeof e=="string")return e;if(zt(e))return gb(e,Vl)+"";if(Ro(e))return Ol?Ol.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var _b=/\s/;function bb(e){for(var t=e.length;t--&&_b.test(e.charAt(t)););return t}var kb=/^\s+/;function wb(e){return e&&e.slice(0,bb(e)+1).replace(kb,"")}function An(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var zl=NaN,yb=/^[-+]0x[0-9a-f]+$/i,Cb=/^0b[01]+$/i,Eb=/^0o[0-7]+$/i,xb=parseInt;function ql(e){if(typeof e=="number")return e;if(Ro(e))return zl;if(An(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=An(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=wb(e);var o=Cb.test(e);return o||Eb.test(e)?xb(e.slice(2),o?2:8):yb.test(e)?zl:+e}function vb(e){return e}var Sb="[object AsyncFunction]",Bb="[object Function]",Ab="[object GeneratorFunction]",Nb="[object Proxy]";function Dl(e){if(!An(e))return!1;var t=Sn(e);return t==Bb||t==Ab||t==Sb||t==Nb}var Xr=St["__core-js_shared__"],Pl=function(){var e=/[^.]+$/.exec(Xr&&Xr.keys&&Xr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function $b(e){return!!Pl&&Pl in e}var Tb=Function.prototype,Mb=Tb.toString;function un(e){if(e!=null){try{return Mb.call(e)}catch{}try{return e+""}catch{}}return""}var Ib=/[\\^$.*+?()[\]{}|]/g,Lb=/^\[object .+?Constructor\]$/,Rb=Function.prototype,Ob=Object.prototype,Vb=Rb.toString,zb=Ob.hasOwnProperty,qb=RegExp("^"+Vb.call(zb).replace(Ib,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Db(e){if(!An(e)||$b(e))return!1;var t=Dl(e)?qb:Lb;return t.test(un(e))}function Pb(e,t){return e==null?void 0:e[t]}function Nn(e,t){var o=Pb(e,t);return Db(o)?o:void 0}var Yr=Nn(St,"WeakMap");function Fb(e,t,o,r){e.length;for(var a=o+1;a--;)if(t(e[a],a,e))return a;return-1}var jb=9007199254740991,Hb=/^(?:0|[1-9]\d*)$/;function Fl(e,t){var o=typeof e;return t=t??jb,!!t&&(o=="number"||o!="symbol"&&Hb.test(e))&&e>-1&&e%1==0&&e<t}function jl(e,t){return e===t||e!==e&&t!==t}var Ub=9007199254740991;function Jr(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Ub}function Gb(e){return e!=null&&Jr(e.length)&&!Dl(e)}var Zb=Object.prototype;function Wb(e){var t=e&&e.constructor,o=typeof t=="function"&&t.prototype||Zb;return e===o}function Kb(e,t){for(var o=-1,r=Array(e);++o<e;)r[o]=t(o);return r}var Xb="[object Arguments]";function Hl(e){return Bn(e)&&Sn(e)==Xb}var Ul=Object.prototype,Yb=Ul.hasOwnProperty,Jb=Ul.propertyIsEnumerable,Gl=Hl(function(){return arguments}())?Hl:function(e){return Bn(e)&&Yb.call(e,"callee")&&!Jb.call(e,"callee")};function Qb(){return!1}var Zl=typeof De=="object"&&De&&!De.nodeType&&De,Wl=Zl&&typeof module=="object"&&module&&!module.nodeType&&module,ek=Wl&&Wl.exports===Zl,Kl=ek?St.Buffer:void 0,tk=Kl?Kl.isBuffer:void 0,Qr=tk||Qb,nk="[object Arguments]",ok="[object Array]",rk="[object Boolean]",sk="[object Date]",ak="[object Error]",ik="[object Function]",ck="[object Map]",lk="[object Number]",uk="[object Object]",dk="[object RegExp]",fk="[object Set]",pk="[object String]",hk="[object WeakMap]",mk="[object ArrayBuffer]",gk="[object DataView]",_k="[object Float32Array]",bk="[object Float64Array]",kk="[object Int8Array]",wk="[object Int16Array]",yk="[object Int32Array]",Ck="[object Uint8Array]",Ek="[object Uint8ClampedArray]",xk="[object Uint16Array]",vk="[object Uint32Array]",ke={};ke[_k]=ke[bk]=ke[kk]=ke[wk]=ke[yk]=ke[Ck]=ke[Ek]=ke[xk]=ke[vk]=!0,ke[nk]=ke[ok]=ke[mk]=ke[rk]=ke[gk]=ke[sk]=ke[ak]=ke[ik]=ke[ck]=ke[lk]=ke[uk]=ke[dk]=ke[fk]=ke[pk]=ke[hk]=!1;function Sk(e){return Bn(e)&&Jr(e.length)&&!!ke[Sn(e)]}function Bk(e){return function(t){return e(t)}}var Xl=typeof De=="object"&&De&&!De.nodeType&&De,to=Xl&&typeof module=="object"&&module&&!module.nodeType&&module,Ak=to&&to.exports===Xl,es=Ak&&Ml.process,Yl=function(){try{var e=to&&to.require&&to.require("util").types;return e||es&&es.binding&&es.binding("util")}catch{}}(),Jl=Yl&&Yl.isTypedArray,Ql=Jl?Bk(Jl):Sk,Nk=Object.prototype,$k=Nk.hasOwnProperty;function Tk(e,t){var o=zt(e),r=!o&&Gl(e),a=!o&&!r&&Qr(e),s=!o&&!r&&!a&&Ql(e),i=o||r||a||s,c=i?Kb(e.length,String):[],l=c.length;for(var d in e)$k.call(e,d)&&!(i&&(d=="length"||a&&(d=="offset"||d=="parent")||s&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Fl(d,l)))&&c.push(d);return c}function Mk(e,t){return function(o){return e(t(o))}}var Ik=Mk(Object.keys,Object),Lk=Object.prototype,Rk=Lk.hasOwnProperty;function Ok(e){if(!Wb(e))return Ik(e);var t=[];for(var o in Object(e))Rk.call(e,o)&&o!="constructor"&&t.push(o);return t}function eu(e){return Gb(e)?Tk(e):Ok(e)}var Vk=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,zk=/^\w*$/;function ts(e,t){if(zt(e))return!1;var o=typeof e;return o=="number"||o=="symbol"||o=="boolean"||e==null||Ro(e)?!0:zk.test(e)||!Vk.test(e)||t!=null&&e in Object(t)}var no=Nn(Object,"create");function qk(){this.__data__=no?no(null):{},this.size=0}function Dk(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Pk="__lodash_hash_undefined__",Fk=Object.prototype,jk=Fk.hasOwnProperty;function Hk(e){var t=this.__data__;if(no){var o=t[e];return o===Pk?void 0:o}return jk.call(t,e)?t[e]:void 0}var Uk=Object.prototype,Gk=Uk.hasOwnProperty;function Zk(e){var t=this.__data__;return no?t[e]!==void 0:Gk.call(t,e)}var Wk="__lodash_hash_undefined__";function Kk(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=no&&t===void 0?Wk:t,this}function dn(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var r=e[t];this.set(r[0],r[1])}}dn.prototype.clear=qk,dn.prototype.delete=Dk,dn.prototype.get=Hk,dn.prototype.has=Zk,dn.prototype.set=Kk;function Xk(){this.__data__=[],this.size=0}function Oo(e,t){for(var o=e.length;o--;)if(jl(e[o][0],t))return o;return-1}var Yk=Array.prototype,Jk=Yk.splice;function Qk(e){var t=this.__data__,o=Oo(t,e);if(o<0)return!1;var r=t.length-1;return o==r?t.pop():Jk.call(t,o,1),--this.size,!0}function ew(e){var t=this.__data__,o=Oo(t,e);return o<0?void 0:t[o][1]}function tw(e){return Oo(this.__data__,e)>-1}function nw(e,t){var o=this.__data__,r=Oo(o,e);return r<0?(++this.size,o.push([e,t])):o[r][1]=t,this}function qt(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var r=e[t];this.set(r[0],r[1])}}qt.prototype.clear=Xk,qt.prototype.delete=Qk,qt.prototype.get=ew,qt.prototype.has=tw,qt.prototype.set=nw;var oo=Nn(St,"Map");function ow(){this.size=0,this.__data__={hash:new dn,map:new(oo||qt),string:new dn}}function rw(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Vo(e,t){var o=e.__data__;return rw(t)?o[typeof t=="string"?"string":"hash"]:o.map}function sw(e){var t=Vo(this,e).delete(e);return this.size-=t?1:0,t}function aw(e){return Vo(this,e).get(e)}function iw(e){return Vo(this,e).has(e)}function cw(e,t){var o=Vo(this,e),r=o.size;return o.set(e,t),this.size+=o.size==r?0:1,this}function Dt(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var r=e[t];this.set(r[0],r[1])}}Dt.prototype.clear=ow,Dt.prototype.delete=sw,Dt.prototype.get=aw,Dt.prototype.has=iw,Dt.prototype.set=cw;var lw="Expected a function";function ns(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(lw);var o=function(){var r=arguments,a=t?t.apply(this,r):r[0],s=o.cache;if(s.has(a))return s.get(a);var i=e.apply(this,r);return o.cache=s.set(a,i)||s,i};return o.cache=new(ns.Cache||Dt),o}ns.Cache=Dt;var uw=500;function dw(e){var t=ns(e,function(r){return o.size===uw&&o.clear(),r}),o=t.cache;return t}var fw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,pw=/\\(\\)?/g,hw=dw(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(fw,function(o,r,a,s){t.push(a?s.replace(pw,"$1"):r||o)}),t});function mw(e){return e==null?"":Vl(e)}function tu(e,t){return zt(e)?e:ts(e,t)?[e]:hw(mw(e))}function zo(e){if(typeof e=="string"||Ro(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function nu(e,t){t=tu(t,e);for(var o=0,r=t.length;e!=null&&o<r;)e=e[zo(t[o++])];return o&&o==r?e:void 0}function Ye(e,t,o){var r=e==null?void 0:nu(e,t);return r===void 0?o:r}function gw(e,t){for(var o=-1,r=t.length,a=e.length;++o<r;)e[a+o]=t[o];return e}function _w(){this.__data__=new qt,this.size=0}function bw(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}function kw(e){return this.__data__.get(e)}function ww(e){return this.__data__.has(e)}var yw=200;function Cw(e,t){var o=this.__data__;if(o instanceof qt){var r=o.__data__;if(!oo||r.length<yw-1)return r.push([e,t]),this.size=++o.size,this;o=this.__data__=new Dt(r)}return o.set(e,t),this.size=o.size,this}function Pt(e){var t=this.__data__=new qt(e);this.size=t.size}Pt.prototype.clear=_w,Pt.prototype.delete=bw,Pt.prototype.get=kw,Pt.prototype.has=ww,Pt.prototype.set=Cw;function Ew(e,t){for(var o=-1,r=e==null?0:e.length,a=0,s=[];++o<r;){var i=e[o];t(i,o,e)&&(s[a++]=i)}return s}function xw(){return[]}var vw=Object.prototype,Sw=vw.propertyIsEnumerable,ou=Object.getOwnPropertySymbols,Bw=ou?function(e){return e==null?[]:(e=Object(e),Ew(ou(e),function(t){return Sw.call(e,t)}))}:xw;function Aw(e,t,o){var r=t(e);return zt(e)?r:gw(r,o(e))}function ru(e){return Aw(e,eu,Bw)}var os=Nn(St,"DataView"),rs=Nn(St,"Promise"),ss=Nn(St,"Set"),su="[object Map]",Nw="[object Object]",au="[object Promise]",iu="[object Set]",cu="[object WeakMap]",lu="[object DataView]",$w=un(os),Tw=un(oo),Mw=un(rs),Iw=un(ss),Lw=un(Yr),Yt=Sn;(os&&Yt(new os(new ArrayBuffer(1)))!=lu||oo&&Yt(new oo)!=su||rs&&Yt(rs.resolve())!=au||ss&&Yt(new ss)!=iu||Yr&&Yt(new Yr)!=cu)&&(Yt=function(e){var t=Sn(e),o=t==Nw?e.constructor:void 0,r=o?un(o):"";if(r)switch(r){case $w:return lu;case Tw:return su;case Mw:return au;case Iw:return iu;case Lw:return cu}return t});var uu=St.Uint8Array,Rw="__lodash_hash_undefined__";function Ow(e){return this.__data__.set(e,Rw),this}function Vw(e){return this.__data__.has(e)}function qo(e){var t=-1,o=e==null?0:e.length;for(this.__data__=new Dt;++t<o;)this.add(e[t])}qo.prototype.add=qo.prototype.push=Ow,qo.prototype.has=Vw;function zw(e,t){for(var o=-1,r=e==null?0:e.length;++o<r;)if(t(e[o],o,e))return!0;return!1}function qw(e,t){return e.has(t)}var Dw=1,Pw=2;function du(e,t,o,r,a,s){var i=o&Dw,c=e.length,l=t.length;if(c!=l&&!(i&&l>c))return!1;var d=s.get(e),f=s.get(t);if(d&&f)return d==t&&f==e;var u=-1,g=!0,p=o&Pw?new qo:void 0;for(s.set(e,t),s.set(t,e);++u<c;){var _=e[u],m=t[u];if(r)var b=i?r(m,_,u,t,e,s):r(_,m,u,e,t,s);if(b!==void 0){if(b)continue;g=!1;break}if(p){if(!zw(t,function(h,k){if(!qw(p,k)&&(_===h||a(_,h,o,r,s)))return p.push(k)})){g=!1;break}}else if(!(_===m||a(_,m,o,r,s))){g=!1;break}}return s.delete(e),s.delete(t),g}function Fw(e){var t=-1,o=Array(e.size);return e.forEach(function(r,a){o[++t]=[a,r]}),o}function jw(e){var t=-1,o=Array(e.size);return e.forEach(function(r){o[++t]=r}),o}var Hw=1,Uw=2,Gw="[object Boolean]",Zw="[object Date]",Ww="[object Error]",Kw="[object Map]",Xw="[object Number]",Yw="[object RegExp]",Jw="[object Set]",Qw="[object String]",ey="[object Symbol]",ty="[object ArrayBuffer]",ny="[object DataView]",fu=Xt?Xt.prototype:void 0,as=fu?fu.valueOf:void 0;function oy(e,t,o,r,a,s,i){switch(o){case ny:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case ty:return!(e.byteLength!=t.byteLength||!s(new uu(e),new uu(t)));case Gw:case Zw:case Xw:return jl(+e,+t);case Ww:return e.name==t.name&&e.message==t.message;case Yw:case Qw:return e==t+"";case Kw:var c=Fw;case Jw:var l=r&Hw;if(c||(c=jw),e.size!=t.size&&!l)return!1;var d=i.get(e);if(d)return d==t;r|=Uw,i.set(e,t);var f=du(c(e),c(t),r,a,s,i);return i.delete(e),f;case ey:if(as)return as.call(e)==as.call(t)}return!1}var ry=1,sy=Object.prototype,ay=sy.hasOwnProperty;function iy(e,t,o,r,a,s){var i=o&ry,c=ru(e),l=c.length,d=ru(t),f=d.length;if(l!=f&&!i)return!1;for(var u=l;u--;){var g=c[u];if(!(i?g in t:ay.call(t,g)))return!1}var p=s.get(e),_=s.get(t);if(p&&_)return p==t&&_==e;var m=!0;s.set(e,t),s.set(t,e);for(var b=i;++u<l;){g=c[u];var h=e[g],k=t[g];if(r)var w=i?r(k,h,g,t,e,s):r(h,k,g,e,t,s);if(!(w===void 0?h===k||a(h,k,o,r,s):w)){m=!1;break}b||(b=g=="constructor")}if(m&&!b){var y=e.constructor,x=t.constructor;y!=x&&"constructor"in e&&"constructor"in t&&!(typeof y=="function"&&y instanceof y&&typeof x=="function"&&x instanceof x)&&(m=!1)}return s.delete(e),s.delete(t),m}var cy=1,pu="[object Arguments]",hu="[object Array]",Do="[object Object]",ly=Object.prototype,mu=ly.hasOwnProperty;function uy(e,t,o,r,a,s){var i=zt(e),c=zt(t),l=i?hu:Yt(e),d=c?hu:Yt(t);l=l==pu?Do:l,d=d==pu?Do:d;var f=l==Do,u=d==Do,g=l==d;if(g&&Qr(e)){if(!Qr(t))return!1;i=!0,f=!1}if(g&&!f)return s||(s=new Pt),i||Ql(e)?du(e,t,o,r,a,s):oy(e,t,l,o,r,a,s);if(!(o&cy)){var p=f&&mu.call(e,"__wrapped__"),_=u&&mu.call(t,"__wrapped__");if(p||_){var m=p?e.value():e,b=_?t.value():t;return s||(s=new Pt),a(m,b,o,r,s)}}return g?(s||(s=new Pt),iy(e,t,o,r,a,s)):!1}function Po(e,t,o,r,a){return e===t?!0:e==null||t==null||!Bn(e)&&!Bn(t)?e!==e&&t!==t:uy(e,t,o,r,Po,a)}var dy=1,fy=2;function py(e,t,o,r){var a=o.length,s=a;if(e==null)return!s;for(e=Object(e);a--;){var i=o[a];if(i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++a<s;){i=o[a];var c=i[0],l=e[c],d=i[1];if(i[2]){if(l===void 0&&!(c in e))return!1}else{var f=new Pt,u;if(!(u===void 0?Po(d,l,dy|fy,r,f):u))return!1}}return!0}function gu(e){return e===e&&!An(e)}function hy(e){for(var t=eu(e),o=t.length;o--;){var r=t[o],a=e[r];t[o]=[r,a,gu(a)]}return t}function _u(e,t){return function(o){return o==null?!1:o[e]===t&&(t!==void 0||e in Object(o))}}function my(e){var t=hy(e);return t.length==1&&t[0][2]?_u(t[0][0],t[0][1]):function(o){return o===e||py(o,e,t)}}function gy(e,t){return e!=null&&t in Object(e)}function _y(e,t,o){t=tu(t,e);for(var r=-1,a=t.length,s=!1;++r<a;){var i=zo(t[r]);if(!(s=e!=null&&o(e,i)))break;e=e[i]}return s||++r!=a?s:(a=e==null?0:e.length,!!a&&Jr(a)&&Fl(i,a)&&(zt(e)||Gl(e)))}function by(e,t){return e!=null&&_y(e,t,gy)}var ky=1,wy=2;function yy(e,t){return ts(e)&&gu(t)?_u(zo(e),t):function(o){var r=Ye(o,e);return r===void 0&&r===t?by(o,e):Po(t,r,ky|wy)}}function Cy(e){return function(t){return t==null?void 0:t[e]}}function Ey(e){return function(t){return nu(t,e)}}function xy(e){return ts(e)?Cy(zo(e)):Ey(e)}function vy(e){return typeof e=="function"?e:e==null?vb:typeof e=="object"?zt(e)?yy(e[0],e[1]):my(e):xy(e)}var is=function(){return St.Date.now()},Sy="Expected a function",By=Math.max,Ay=Math.min;function cs(e,t,o){var r,a,s,i,c,l,d=0,f=!1,u=!1,g=!0;if(typeof e!="function")throw new TypeError(Sy);t=ql(t)||0,An(o)&&(f=!!o.leading,u="maxWait"in o,s=u?By(ql(o.maxWait)||0,t):s,g="trailing"in o?!!o.trailing:g);function p(E){var v=r,S=a;return r=a=void 0,d=E,i=e.apply(S,v),i}function _(E){return d=E,c=setTimeout(h,t),f?p(E):i}function m(E){var v=E-l,S=E-d,N=t-v;return u?Ay(N,s-S):N}function b(E){var v=E-l,S=E-d;return l===void 0||v>=t||v<0||u&&S>=s}function h(){var E=is();if(b(E))return k(E);c=setTimeout(h,m(E))}function k(E){return c=void 0,g&&r?p(E):(r=a=void 0,i)}function w(){c!==void 0&&clearTimeout(c),d=0,r=l=a=c=void 0}function y(){return c===void 0?i:k(is())}function x(){var E=is(),v=b(E);if(r=arguments,a=this,l=E,v){if(c===void 0)return _(l);if(u)return clearTimeout(c),c=setTimeout(h,t),p(l)}return c===void 0&&(c=setTimeout(h,t)),i}return x.cancel=w,x.flush=y,x}function Ny(e,t,o){var r=e==null?0:e.length;if(!r)return-1;var a=r-1;return Fb(e,vy(t),a)}function Fo(e){for(var t=-1,o=e==null?0:e.length,r={};++t<o;){var a=e[t];r[a[0]]=a[1]}return r}function ls(e,t){return Po(e,t)}function fn(e){return e==null}function $y(e){return e===void 0}const bu=e=>e===void 0,us=e=>typeof e=="boolean",xe=e=>typeof e=="number",ro=e=>typeof Element>"u"?!1:e instanceof Element,Ty=e=>pt(e)?!Number.isNaN(Number(e)):!1,My=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d");class Iy extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function Ly(e,t){throw new Iy(`[${e}] ${t}`)}function WL(e,t){}function $n(e,t="px"){if(!e)return"";if(xe(e)||Ty(e))return`${e}${t}`;if(pt(e))return e}function Ry(e,t){if(!Re)return;if(!t){e.scrollTop=0;return}const o=[];let r=t.offsetParent;for(;r!==null&&e!==r&&e.contains(r);)o.push(r),r=r.offsetParent;const a=t.offsetTop+o.reduce((l,d)=>l+d.offsetTop,0),s=a+t.offsetHeight,i=e.scrollTop,c=i+e.clientHeight;a<i?e.scrollTop=a:s>c&&(e.scrollTop=s-e.clientHeight)}/*! Element Plus Icons Vue v2.3.1 */var Oy=n.defineComponent({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),ku=Oy,Vy=n.defineComponent({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),zy=Vy,qy=n.defineComponent({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),Dy=qy,Py=n.defineComponent({name:"CircleCheck",__name:"circle-check",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"}),n.createElementVNode("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"})]))}}),Fy=Py,jy=n.defineComponent({name:"CircleClose",__name:"circle-close",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"}),n.createElementVNode("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"})]))}}),ds=jy,Hy=n.defineComponent({name:"Close",__name:"close",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),fs=Hy,Uy=n.defineComponent({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),Gy=Uy,Zy=n.defineComponent({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),Wy=Zy,Ky=n.defineComponent({name:"Hide",__name:"hide",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"}),n.createElementVNode("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"})]))}}),Xy=Ky,Yy=n.defineComponent({name:"Loading",__name:"loading",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),wu=Yy,Jy=n.defineComponent({name:"MoreFilled",__name:"more-filled",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),yu=Jy,Qy=n.defineComponent({name:"PictureFilled",__name:"picture-filled",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384"})]))}}),e4=Qy,t4=n.defineComponent({name:"View",__name:"view",setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[n.createElementVNode("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"})]))}}),n4=t4;const Cu="__epPropKey",ne=e=>e,o4=e=>ht(e)&&!!e[Cu],jo=(e,t)=>{if(!ht(e)||o4(e))return e;const{values:o,required:r,default:a,type:s,validator:i}=e,l={type:s,required:!!r,validator:o||i?d=>{let f=!1,u=[];if(o&&(u=Array.from(o),Lo(e,"default")&&u.push(a),f||(f=u.includes(d))),i&&(f||(f=i(d))),!f&&u.length>0){const g=[...new Set(u)].map(p=>JSON.stringify(p)).join(", ");n.warn(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${g}], got value ${JSON.stringify(d)}.`)}return f}:void 0,[Cu]:!0};return Lo(e,"default")&&(l.default=a),l},pe=e=>Fo(Object.entries(e).map(([t,o])=>[t,jo(o,t)])),mt=ne([String,Object,Function]),Eu={validating:wu,success:Fy,error:ds},it=(e,t)=>{if(e.install=o=>{for(const r of[e,...Object.values(t??{})])o.component(r.name,r)},t)for(const[o,r]of Object.entries(t))e[o]=r;return e},r4=(e,t)=>(e.install=o=>{o.directive(t,e)},e),Ho=e=>(e.install=Qn,e),Ft={tab:"Tab",enter:"Enter",space:"Space",esc:"Escape",delete:"Delete",backspace:"Backspace"},Ue="update:modelValue",ps="change",so=["","default","small","large"],s4={large:40,default:32,small:24},a4=e=>s4[e||"default"],i4=e=>["",...so].includes(e),xu=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),hs=e=>e,c4=["class","style"],l4=/^on[A-Z]/,u4=(e={})=>{const{excludeListeners:t=!1,excludeKeys:o}=e,r=n.computed(()=>((o==null?void 0:o.value)||[]).concat(c4)),a=n.getCurrentInstance();return a?n.computed(()=>{var s;return Fo(Object.entries((s=a.proxy)==null?void 0:s.$attrs).filter(([i])=>!r.value.includes(i)&&!(t&&l4.test(i))))}):n.computed(()=>({}))},vu=({from:e,replacement:t,scope:o,version:r,ref:a,type:s="API"},i)=>{n.watch(()=>n.unref(i),c=>{},{immediate:!0})};var d4={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 f4=e=>(t,o)=>p4(t,o,n.unref(e)),p4=(e,t,o)=>Ye(o,e,e).replace(/\{(\w+)\}/g,(r,a)=>{var s;return`${(s=t==null?void 0:t[a])!=null?s:`{${a}}`}`}),h4=e=>{const t=n.computed(()=>n.unref(e).name),o=n.isRef(e)?e:n.ref(e);return{lang:t,locale:o,t:f4(e)}},m4=Symbol("localeContextKey"),gt=e=>{const t=n.inject(m4,n.ref());return h4(n.computed(()=>t.value||d4))},ms="el",g4="is-",pn=(e,t,o,r,a)=>{let s=`${e}-${t}`;return o&&(s+=`-${o}`),r&&(s+=`__${r}`),a&&(s+=`--${a}`),s},_4=Symbol("namespaceContextKey"),gs=e=>{const t=n.getCurrentInstance()?n.inject(_4,n.ref(ms)):n.ref(ms);return n.computed(()=>n.unref(t)||ms)},ce=(e,t)=>{const o=gs();return{namespace:o,b:(m="")=>pn(o.value,e,m,"",""),e:m=>m?pn(o.value,e,"",m,""):"",m:m=>m?pn(o.value,e,"","",m):"",be:(m,b)=>m&&b?pn(o.value,e,m,b,""):"",em:(m,b)=>m&&b?pn(o.value,e,"",m,b):"",bm:(m,b)=>m&&b?pn(o.value,e,m,"",b):"",bem:(m,b,h)=>m&&b&&h?pn(o.value,e,m,b,h):"",is:(m,...b)=>{const h=b.length>=1?b[0]:!0;return m&&h?`${g4}${m}`:""},cssVar:m=>{const b={};for(const h in m)m[h]&&(b[`--${o.value}-${h}`]=m[h]);return b},cssVarName:m=>`--${o.value}-${m}`,cssVarBlock:m=>{const b={};for(const h in m)m[h]&&(b[`--${o.value}-${e}-${h}`]=m[h]);return b},cssVarBlockName:m=>`--${o.value}-${e}-${m}`}},b4=jo({type:ne(Boolean),default:null}),k4=jo({type:ne(Function)}),w4=e=>{const t=`update:${e}`,o=`onUpdate:${e}`,r=[t],a={[e]:b4,[o]:k4};return{useModelToggle:({indicator:i,toggleReason:c,shouldHideWhenRouteChanges:l,shouldProceed:d,onShow:f,onHide:u})=>{const g=n.getCurrentInstance(),{emit:p}=g,_=g.props,m=n.computed(()=>at(_[o])),b=n.computed(()=>_[e]===null),h=v=>{i.value!==!0&&(i.value=!0,c&&(c.value=v),at(f)&&f(v))},k=v=>{i.value!==!1&&(i.value=!1,c&&(c.value=v),at(u)&&u(v))},w=v=>{if(_.disabled===!0||at(d)&&!d())return;const S=m.value&ℜS&&p(t,!0),(b.value||!S)&&h(v)},y=v=>{if(_.disabled===!0||!Re)return;const S=m.value&ℜS&&p(t,!1),(b.value||!S)&&k(v)},x=v=>{us(v)&&(_.disabled&&v?m.value&&p(t,!1):i.value!==v&&(v?h():k()))},E=()=>{i.value?y():w()};return n.watch(()=>_[e],x),l&&g.appContext.config.globalProperties.$route!==void 0&&n.watch(()=>({...g.proxy.$route}),()=>{l.value&&i.value&&y()}),n.onMounted(()=>{x(_[e])}),{hide:y,show:w,toggle:E,hasUpdateHandler:m}},useModelToggleProps:a,useModelToggleEmits:r}},Su=e=>{const t=n.getCurrentInstance();return n.computed(()=>{var o,r;return(r=(o=t==null?void 0:t.proxy)==null?void 0:o.$props)==null?void 0:r[e]})};var Ge="top",ct="bottom",lt="right",Ze="left",_s="auto",ao=[Ge,ct,lt,Ze],Tn="start",io="end",y4="clippingParents",Bu="viewport",co="popper",C4="reference",Au=ao.reduce(function(e,t){return e.concat([t+"-"+Tn,t+"-"+io])},[]),Uo=[].concat(ao,[_s]).reduce(function(e,t){return e.concat([t,t+"-"+Tn,t+"-"+io])},[]),E4="beforeRead",x4="read",v4="afterRead",S4="beforeMain",B4="main",A4="afterMain",N4="beforeWrite",$4="write",T4="afterWrite",M4=[E4,x4,v4,S4,B4,A4,N4,$4,T4];function Bt(e){return e?(e.nodeName||"").toLowerCase():null}function _t(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Mn(e){var t=_t(e).Element;return e instanceof t||e instanceof Element}function ut(e){var t=_t(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function bs(e){if(typeof ShadowRoot>"u")return!1;var t=_t(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function I4(e){var t=e.state;Object.keys(t.elements).forEach(function(o){var r=t.styles[o]||{},a=t.attributes[o]||{},s=t.elements[o];!ut(s)||!Bt(s)||(Object.assign(s.style,r),Object.keys(a).forEach(function(i){var c=a[i];c===!1?s.removeAttribute(i):s.setAttribute(i,c===!0?"":c)}))})}function L4(e){var t=e.state,o={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,o.popper),t.styles=o,t.elements.arrow&&Object.assign(t.elements.arrow.style,o.arrow),function(){Object.keys(t.elements).forEach(function(r){var a=t.elements[r],s=t.attributes[r]||{},i=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:o[r]),c=i.reduce(function(l,d){return l[d]="",l},{});!ut(a)||!Bt(a)||(Object.assign(a.style,c),Object.keys(s).forEach(function(l){a.removeAttribute(l)}))})}}var Nu={name:"applyStyles",enabled:!0,phase:"write",fn:I4,effect:L4,requires:["computeStyles"]};function At(e){return e.split("-")[0]}var hn=Math.max,Go=Math.min,In=Math.round;function Ln(e,t){t===void 0&&(t=!1);var o=e.getBoundingClientRect(),r=1,a=1;if(ut(e)&&t){var s=e.offsetHeight,i=e.offsetWidth;i>0&&(r=In(o.width)/i||1),s>0&&(a=In(o.height)/s||1)}return{width:o.width/r,height:o.height/a,top:o.top/a,right:o.right/r,bottom:o.bottom/a,left:o.left/r,x:o.left/r,y:o.top/a}}function ks(e){var t=Ln(e),o=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-o)<=1&&(o=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:o,height:r}}function $u(e,t){var o=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(o&&bs(o)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function jt(e){return _t(e).getComputedStyle(e)}function R4(e){return["table","td","th"].indexOf(Bt(e))>=0}function Jt(e){return((Mn(e)?e.ownerDocument:e.document)||window.document).documentElement}function Zo(e){return Bt(e)==="html"?e:e.assignedSlot||e.parentNode||(bs(e)?e.host:null)||Jt(e)}function Tu(e){return!ut(e)||jt(e).position==="fixed"?null:e.offsetParent}function O4(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,o=navigator.userAgent.indexOf("Trident")!==-1;if(o&&ut(e)){var r=jt(e);if(r.position==="fixed")return null}var a=Zo(e);for(bs(a)&&(a=a.host);ut(a)&&["html","body"].indexOf(Bt(a))<0;){var s=jt(a);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||t&&s.willChange==="filter"||t&&s.filter&&s.filter!=="none")return a;a=a.parentNode}return null}function lo(e){for(var t=_t(e),o=Tu(e);o&&R4(o)&&jt(o).position==="static";)o=Tu(o);return o&&(Bt(o)==="html"||Bt(o)==="body"&&jt(o).position==="static")?t:o||O4(e)||t}function ws(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function uo(e,t,o){return hn(e,Go(t,o))}function V4(e,t,o){var r=uo(e,t,o);return r>o?o:r}function Mu(){return{top:0,right:0,bottom:0,left:0}}function Iu(e){return Object.assign({},Mu(),e)}function Lu(e,t){return t.reduce(function(o,r){return o[r]=e,o},{})}var z4=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Iu(typeof e!="number"?e:Lu(e,ao))};function q4(e){var t,o=e.state,r=e.name,a=e.options,s=o.elements.arrow,i=o.modifiersData.popperOffsets,c=At(o.placement),l=ws(c),d=[Ze,lt].indexOf(c)>=0,f=d?"height":"width";if(!(!s||!i)){var u=z4(a.padding,o),g=ks(s),p=l==="y"?Ge:Ze,_=l==="y"?ct:lt,m=o.rects.reference[f]+o.rects.reference[l]-i[l]-o.rects.popper[f],b=i[l]-o.rects.reference[l],h=lo(s),k=h?l==="y"?h.clientHeight||0:h.clientWidth||0:0,w=m/2-b/2,y=u[p],x=k-g[f]-u[_],E=k/2-g[f]/2+w,v=uo(y,E,x),S=l;o.modifiersData[r]=(t={},t[S]=v,t.centerOffset=v-E,t)}}function D4(e){var t=e.state,o=e.options,r=o.element,a=r===void 0?"[data-popper-arrow]":r;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||!$u(t.elements.popper,a)||(t.elements.arrow=a))}var P4={name:"arrow",enabled:!0,phase:"main",fn:q4,effect:D4,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Rn(e){return e.split("-")[1]}var F4={top:"auto",right:"auto",bottom:"auto",left:"auto"};function j4(e){var t=e.x,o=e.y,r=window,a=r.devicePixelRatio||1;return{x:In(t*a)/a||0,y:In(o*a)/a||0}}function Ru(e){var t,o=e.popper,r=e.popperRect,a=e.placement,s=e.variation,i=e.offsets,c=e.position,l=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,u=e.isFixed,g=i.x,p=g===void 0?0:g,_=i.y,m=_===void 0?0:_,b=typeof f=="function"?f({x:p,y:m}):{x:p,y:m};p=b.x,m=b.y;var h=i.hasOwnProperty("x"),k=i.hasOwnProperty("y"),w=Ze,y=Ge,x=window;if(d){var E=lo(o),v="clientHeight",S="clientWidth";if(E===_t(o)&&(E=Jt(o),jt(E).position!=="static"&&c==="absolute"&&(v="scrollHeight",S="scrollWidth")),E=E,a===Ge||(a===Ze||a===lt)&&s===io){y=ct;var N=u&&E===x&&x.visualViewport?x.visualViewport.height:E[v];m-=N-r.height,m*=l?1:-1}if(a===Ze||(a===Ge||a===ct)&&s===io){w=lt;var $=u&&E===x&&x.visualViewport?x.visualViewport.width:E[S];p-=$-r.width,p*=l?1:-1}}var M=Object.assign({position:c},d&&F4),V=f===!0?j4({x:p,y:m}):{x:p,y:m};if(p=V.x,m=V.y,l){var G;return Object.assign({},M,(G={},G[y]=k?"0":"",G[w]=h?"0":"",G.transform=(x.devicePixelRatio||1)<=1?"translate("+p+"px, "+m+"px)":"translate3d("+p+"px, "+m+"px, 0)",G))}return Object.assign({},M,(t={},t[y]=k?m+"px":"",t[w]=h?p+"px":"",t.transform="",t))}function H4(e){var t=e.state,o=e.options,r=o.gpuAcceleration,a=r===void 0?!0:r,s=o.adaptive,i=s===void 0?!0:s,c=o.roundOffsets,l=c===void 0?!0:c,d={placement:At(t.placement),variation:Rn(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Ru(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Ru(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Ou={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:H4,data:{}},Wo={passive:!0};function U4(e){var t=e.state,o=e.instance,r=e.options,a=r.scroll,s=a===void 0?!0:a,i=r.resize,c=i===void 0?!0:i,l=_t(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return s&&d.forEach(function(f){f.addEventListener("scroll",o.update,Wo)}),c&&l.addEventListener("resize",o.update,Wo),function(){s&&d.forEach(function(f){f.removeEventListener("scroll",o.update,Wo)}),c&&l.removeEventListener("resize",o.update,Wo)}}var Vu={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:U4,data:{}},G4={left:"right",right:"left",bottom:"top",top:"bottom"};function Ko(e){return e.replace(/left|right|bottom|top/g,function(t){return G4[t]})}var Z4={start:"end",end:"start"};function zu(e){return e.replace(/start|end/g,function(t){return Z4[t]})}function ys(e){var t=_t(e),o=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:o,scrollTop:r}}function Cs(e){return Ln(Jt(e)).left+ys(e).scrollLeft}function W4(e){var t=_t(e),o=Jt(e),r=t.visualViewport,a=o.clientWidth,s=o.clientHeight,i=0,c=0;return r&&(a=r.width,s=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=r.offsetLeft,c=r.offsetTop)),{width:a,height:s,x:i+Cs(e),y:c}}function K4(e){var t,o=Jt(e),r=ys(e),a=(t=e.ownerDocument)==null?void 0:t.body,s=hn(o.scrollWidth,o.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=hn(o.scrollHeight,o.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),c=-r.scrollLeft+Cs(e),l=-r.scrollTop;return jt(a||o).direction==="rtl"&&(c+=hn(o.clientWidth,a?a.clientWidth:0)-s),{width:s,height:i,x:c,y:l}}function Es(e){var t=jt(e),o=t.overflow,r=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(o+a+r)}function qu(e){return["html","body","#document"].indexOf(Bt(e))>=0?e.ownerDocument.body:ut(e)&&Es(e)?e:qu(Zo(e))}function fo(e,t){var o;t===void 0&&(t=[]);var r=qu(e),a=r===((o=e.ownerDocument)==null?void 0:o.body),s=_t(r),i=a?[s].concat(s.visualViewport||[],Es(r)?r:[]):r,c=t.concat(i);return a?c:c.concat(fo(Zo(i)))}function xs(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function X4(e){var t=Ln(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 Du(e,t){return t===Bu?xs(W4(e)):Mn(t)?X4(t):xs(K4(Jt(e)))}function Y4(e){var t=fo(Zo(e)),o=["absolute","fixed"].indexOf(jt(e).position)>=0,r=o&&ut(e)?lo(e):e;return Mn(r)?t.filter(function(a){return Mn(a)&&$u(a,r)&&Bt(a)!=="body"}):[]}function J4(e,t,o){var r=t==="clippingParents"?Y4(e):[].concat(t),a=[].concat(r,[o]),s=a[0],i=a.reduce(function(c,l){var d=Du(e,l);return c.top=hn(d.top,c.top),c.right=Go(d.right,c.right),c.bottom=Go(d.bottom,c.bottom),c.left=hn(d.left,c.left),c},Du(e,s));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function Pu(e){var t=e.reference,o=e.element,r=e.placement,a=r?At(r):null,s=r?Rn(r):null,i=t.x+t.width/2-o.width/2,c=t.y+t.height/2-o.height/2,l;switch(a){case Ge:l={x:i,y:t.y-o.height};break;case ct:l={x:i,y:t.y+t.height};break;case lt:l={x:t.x+t.width,y:c};break;case Ze:l={x:t.x-o.width,y:c};break;default:l={x:t.x,y:t.y}}var d=a?ws(a):null;if(d!=null){var f=d==="y"?"height":"width";switch(s){case Tn:l[d]=l[d]-(t[f]/2-o[f]/2);break;case io:l[d]=l[d]+(t[f]/2-o[f]/2);break}}return l}function po(e,t){t===void 0&&(t={});var o=t,r=o.placement,a=r===void 0?e.placement:r,s=o.boundary,i=s===void 0?y4:s,c=o.rootBoundary,l=c===void 0?Bu:c,d=o.elementContext,f=d===void 0?co:d,u=o.altBoundary,g=u===void 0?!1:u,p=o.padding,_=p===void 0?0:p,m=Iu(typeof _!="number"?_:Lu(_,ao)),b=f===co?C4:co,h=e.rects.popper,k=e.elements[g?b:f],w=J4(Mn(k)?k:k.contextElement||Jt(e.elements.popper),i,l),y=Ln(e.elements.reference),x=Pu({reference:y,element:h,placement:a}),E=xs(Object.assign({},h,x)),v=f===co?E:y,S={top:w.top-v.top+m.top,bottom:v.bottom-w.bottom+m.bottom,left:w.left-v.left+m.left,right:v.right-w.right+m.right},N=e.modifiersData.offset;if(f===co&&N){var $=N[a];Object.keys(S).forEach(function(M){var V=[lt,ct].indexOf(M)>=0?1:-1,G=[Ge,ct].indexOf(M)>=0?"y":"x";S[M]+=$[G]*V})}return S}function Q4(e,t){t===void 0&&(t={});var o=t,r=o.placement,a=o.boundary,s=o.rootBoundary,i=o.padding,c=o.flipVariations,l=o.allowedAutoPlacements,d=l===void 0?Uo:l,f=Rn(r),u=f?c?Au:Au.filter(function(_){return Rn(_)===f}):ao,g=u.filter(function(_){return d.indexOf(_)>=0});g.length===0&&(g=u);var p=g.reduce(function(_,m){return _[m]=po(e,{placement:m,boundary:a,rootBoundary:s,padding:i})[At(m)],_},{});return Object.keys(p).sort(function(_,m){return p[_]-p[m]})}function eC(e){if(At(e)===_s)return[];var t=Ko(e);return[zu(e),t,zu(t)]}function tC(e){var t=e.state,o=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var a=o.mainAxis,s=a===void 0?!0:a,i=o.altAxis,c=i===void 0?!0:i,l=o.fallbackPlacements,d=o.padding,f=o.boundary,u=o.rootBoundary,g=o.altBoundary,p=o.flipVariations,_=p===void 0?!0:p,m=o.allowedAutoPlacements,b=t.options.placement,h=At(b),k=h===b,w=l||(k||!_?[Ko(b)]:eC(b)),y=[b].concat(w).reduce(function(_e,we){return _e.concat(At(we)===_s?Q4(t,{placement:we,boundary:f,rootBoundary:u,padding:d,flipVariations:_,allowedAutoPlacements:m}):we)},[]),x=t.rects.reference,E=t.rects.popper,v=new Map,S=!0,N=y[0],$=0;$<y.length;$++){var M=y[$],V=At(M),G=Rn(M)===Tn,T=[Ge,ct].indexOf(V)>=0,z=T?"width":"height",I=po(t,{placement:M,boundary:f,rootBoundary:u,altBoundary:g,padding:d}),L=T?G?lt:Ze:G?ct:Ge;x[z]>E[z]&&(L=Ko(L));var O=Ko(L),q=[];if(s&&q.push(I[V]<=0),c&&q.push(I[L]<=0,I[O]<=0),q.every(function(_e){return _e})){N=M,S=!1;break}v.set(M,q)}if(S)for(var D=_?3:1,ee=function(_e){var we=y.find(function(Me){var je=v.get(Me);if(je)return je.slice(0,_e).every(function(ve){return ve})});if(we)return N=we,"break"},Y=D;Y>0;Y--){var fe=ee(Y);if(fe==="break")break}t.placement!==N&&(t.modifiersData[r]._skip=!0,t.placement=N,t.reset=!0)}}var nC={name:"flip",enabled:!0,phase:"main",fn:tC,requiresIfExists:["offset"],data:{_skip:!1}};function Fu(e,t,o){return o===void 0&&(o={x:0,y:0}),{top:e.top-t.height-o.y,right:e.right-t.width+o.x,bottom:e.bottom-t.height+o.y,left:e.left-t.width-o.x}}function ju(e){return[Ge,lt,ct,Ze].some(function(t){return e[t]>=0})}function oC(e){var t=e.state,o=e.name,r=t.rects.reference,a=t.rects.popper,s=t.modifiersData.preventOverflow,i=po(t,{elementContext:"reference"}),c=po(t,{altBoundary:!0}),l=Fu(i,r),d=Fu(c,a,s),f=ju(l),u=ju(d);t.modifiersData[o]={referenceClippingOffsets:l,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:u},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":u})}var rC={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:oC};function sC(e,t,o){var r=At(e),a=[Ze,Ge].indexOf(r)>=0?-1:1,s=typeof o=="function"?o(Object.assign({},t,{placement:e})):o,i=s[0],c=s[1];return i=i||0,c=(c||0)*a,[Ze,lt].indexOf(r)>=0?{x:c,y:i}:{x:i,y:c}}function aC(e){var t=e.state,o=e.options,r=e.name,a=o.offset,s=a===void 0?[0,0]:a,i=Uo.reduce(function(f,u){return f[u]=sC(u,t.rects,s),f},{}),c=i[t.placement],l=c.x,d=c.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=d),t.modifiersData[r]=i}var iC={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:aC};function cC(e){var t=e.state,o=e.name;t.modifiersData[o]=Pu({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}var Hu={name:"popperOffsets",enabled:!0,phase:"read",fn:cC,data:{}};function lC(e){return e==="x"?"y":"x"}function uC(e){var t=e.state,o=e.options,r=e.name,a=o.mainAxis,s=a===void 0?!0:a,i=o.altAxis,c=i===void 0?!1:i,l=o.boundary,d=o.rootBoundary,f=o.altBoundary,u=o.padding,g=o.tether,p=g===void 0?!0:g,_=o.tetherOffset,m=_===void 0?0:_,b=po(t,{boundary:l,rootBoundary:d,padding:u,altBoundary:f}),h=At(t.placement),k=Rn(t.placement),w=!k,y=ws(h),x=lC(y),E=t.modifiersData.popperOffsets,v=t.rects.reference,S=t.rects.popper,N=typeof m=="function"?m(Object.assign({},t.rects,{placement:t.placement})):m,$=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),M=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,V={x:0,y:0};if(E){if(s){var G,T=y==="y"?Ge:Ze,z=y==="y"?ct:lt,I=y==="y"?"height":"width",L=E[y],O=L+b[T],q=L-b[z],D=p?-S[I]/2:0,ee=k===Tn?v[I]:S[I],Y=k===Tn?-S[I]:-v[I],fe=t.elements.arrow,_e=p&&fe?ks(fe):{width:0,height:0},we=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Mu(),Me=we[T],je=we[z],ve=uo(0,v[I],_e[I]),Mt=w?v[I]/2-D-ve-Me-$.mainAxis:ee-ve-Me-$.mainAxis,Z=w?-v[I]/2+D+ve+je+$.mainAxis:Y+ve+je+$.mainAxis,se=t.elements.arrow&&lo(t.elements.arrow),Ee=se?y==="y"?se.clientTop||0:se.clientLeft||0:0,Ie=(G=M==null?void 0:M[y])!=null?G:0,Xe=L+Mt-Ie-Ee,yt=L+Z-Ie,et=uo(p?Go(O,Xe):O,L,p?hn(q,yt):q);E[y]=et,V[y]=et-L}if(c){var It,tt=y==="x"?Ge:Ze,Ct=y==="x"?ct:lt,ze=E[x],ft=x==="y"?"height":"width",nt=ze+b[tt],Et=ze-b[Ct],Ne=[Ge,Ze].indexOf(h)!==-1,P=(It=M==null?void 0:M[x])!=null?It:0,J=Ne?nt:ze-v[ft]-S[ft]-P+$.altAxis,me=Ne?ze+v[ft]+S[ft]-P-$.altAxis:Et,Se=p&&Ne?V4(J,ze,me):uo(p?J:nt,ze,p?me:Et);E[x]=Se,V[x]=Se-ze}t.modifiersData[r]=V}}var dC={name:"preventOverflow",enabled:!0,phase:"main",fn:uC,requiresIfExists:["offset"]};function fC(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function pC(e){return e===_t(e)||!ut(e)?ys(e):fC(e)}function hC(e){var t=e.getBoundingClientRect(),o=In(t.width)/e.offsetWidth||1,r=In(t.height)/e.offsetHeight||1;return o!==1||r!==1}function mC(e,t,o){o===void 0&&(o=!1);var r=ut(t),a=ut(t)&&hC(t),s=Jt(t),i=Ln(e,a),c={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(r||!r&&!o)&&((Bt(t)!=="body"||Es(s))&&(c=pC(t)),ut(t)?(l=Ln(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):s&&(l.x=Cs(s))),{x:i.left+c.scrollLeft-l.x,y:i.top+c.scrollTop-l.y,width:i.width,height:i.height}}function gC(e){var t=new Map,o=new Set,r=[];e.forEach(function(s){t.set(s.name,s)});function a(s){o.add(s.name);var i=[].concat(s.requires||[],s.requiresIfExists||[]);i.forEach(function(c){if(!o.has(c)){var l=t.get(c);l&&a(l)}}),r.push(s)}return e.forEach(function(s){o.has(s.name)||a(s)}),r}function _C(e){var t=gC(e);return M4.reduce(function(o,r){return o.concat(t.filter(function(a){return a.phase===r}))},[])}function bC(e){var t;return function(){return t||(t=new Promise(function(o){Promise.resolve().then(function(){t=void 0,o(e())})})),t}}function kC(e){var t=e.reduce(function(o,r){var a=o[r.name];return o[r.name]=a?Object.assign({},a,r,{options:Object.assign({},a.options,r.options),data:Object.assign({},a.data,r.data)}):r,o},{});return Object.keys(t).map(function(o){return t[o]})}var Uu={placement:"bottom",modifiers:[],strategy:"absolute"};function Gu(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function vs(e){e===void 0&&(e={});var t=e,o=t.defaultModifiers,r=o===void 0?[]:o,a=t.defaultOptions,s=a===void 0?Uu:a;return function(i,c,l){l===void 0&&(l=s);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},Uu,s),modifiersData:{},elements:{reference:i,popper:c},attributes:{},styles:{}},f=[],u=!1,g={state:d,setOptions:function(m){var b=typeof m=="function"?m(d.options):m;_(),d.options=Object.assign({},s,d.options,b),d.scrollParents={reference:Mn(i)?fo(i):i.contextElement?fo(i.contextElement):[],popper:fo(c)};var h=_C(kC([].concat(r,d.options.modifiers)));return d.orderedModifiers=h.filter(function(k){return k.enabled}),p(),g.update()},forceUpdate:function(){if(!u){var m=d.elements,b=m.reference,h=m.popper;if(Gu(b,h)){d.rects={reference:mC(b,lo(h),d.options.strategy==="fixed"),popper:ks(h)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(S){return d.modifiersData[S.name]=Object.assign({},S.data)});for(var k=0;k<d.orderedModifiers.length;k++){if(d.reset===!0){d.reset=!1,k=-1;continue}var w=d.orderedModifiers[k],y=w.fn,x=w.options,E=x===void 0?{}:x,v=w.name;typeof y=="function"&&(d=y({state:d,options:E,name:v,instance:g})||d)}}}},update:bC(function(){return new Promise(function(m){g.forceUpdate(),m(d)})}),destroy:function(){_(),u=!0}};if(!Gu(i,c))return g;g.setOptions(l).then(function(m){!u&&l.onFirstUpdate&&l.onFirstUpdate(m)});function p(){d.orderedModifiers.forEach(function(m){var b=m.name,h=m.options,k=h===void 0?{}:h,w=m.effect;if(typeof w=="function"){var y=w({state:d,name:b,instance:g,options:k}),x=function(){};f.push(y||x)}})}function _(){f.forEach(function(m){return m()}),f=[]}return g}}vs();var wC=[Vu,Hu,Ou,Nu];vs({defaultModifiers:wC});var yC=[Vu,Hu,Ou,Nu,iC,nC,dC,P4,rC],CC=vs({defaultModifiers:yC});const EC=(e,t,o={})=>{const r={name:"updateState",enabled:!0,phase:"write",fn:({state:l})=>{const d=xC(l);Object.assign(i.value,d)},requires:["computeStyles"]},a=n.computed(()=>{const{onFirstUpdate:l,placement:d,strategy:f,modifiers:u}=n.unref(o);return{onFirstUpdate:l,placement:d||"bottom",strategy:f||"absolute",modifiers:[...u||[],r,{name:"applyStyles",enabled:!1}]}}),s=n.shallowRef(),i=n.ref({styles:{popper:{position:n.unref(a).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),c=()=>{s.value&&(s.value.destroy(),s.value=void 0)};return n.watch(a,l=>{const d=n.unref(s);d&&d.setOptions(l)},{deep:!0}),n.watch([e,t],([l,d])=>{c(),!(!l||!d)&&(s.value=CC(l,d,n.unref(a)))}),n.onBeforeUnmount(()=>{c()}),{state:n.computed(()=>{var l;return{...((l=n.unref(s))==null?void 0:l.state)||{}}}),styles:n.computed(()=>n.unref(i).styles),attributes:n.computed(()=>n.unref(i).attributes),update:()=>{var l;return(l=n.unref(s))==null?void 0:l.update()},forceUpdate:()=>{var l;return(l=n.unref(s))==null?void 0:l.forceUpdate()},instanceRef:n.computed(()=>n.unref(s))}};function xC(e){const t=Object.keys(e.elements),o=Fo(t.map(a=>[a,e.styles[a]||{}])),r=Fo(t.map(a=>[a,e.attributes[a]]));return{styles:o,attributes:r}}const vC=(e,t=0)=>{if(t===0)return e;const o=n.ref(!1);let r=0;const a=()=>{r&&clearTimeout(r),r=window.setTimeout(()=>{o.value=e.value},t)};return n.onMounted(a),n.watch(()=>e.value,s=>{s?a():o.value=s}),o};function Zu(){let e;const t=(r,a)=>{o(),e=window.setTimeout(r,a)},o=()=>window.clearTimeout(e);return Gr(()=>o()),{registerTimeout:t,cancelTimeout:o}}const Wu={prefix:Math.floor(Math.random()*1e4),current:0},SC=Symbol("elIdInjection"),Ku=()=>n.getCurrentInstance()?n.inject(SC,Wu):Wu,Xo=e=>{const t=Ku(),o=gs();return n.computed(()=>n.unref(e)||`${o.value}-id-${t.prefix}-${t.current++}`)};let On=[];const Xu=e=>{const t=e;t.key===Ft.esc&&On.forEach(o=>o(t))},BC=e=>{n.onMounted(()=>{On.length===0&&document.addEventListener("keydown",Xu),Re&&On.push(e)}),n.onBeforeUnmount(()=>{On=On.filter(t=>t!==e),On.length===0&&Re&&document.removeEventListener("keydown",Xu)})};let Yu;const Ju=()=>{const e=gs(),t=Ku(),o=n.computed(()=>`${e.value}-popper-container-${t.prefix}`),r=n.computed(()=>`#${o.value}`);return{id:o,selector:r}},AC=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},NC=()=>{const{id:e,selector:t}=Ju();return n.onBeforeMount(()=>{Re&&!Yu&&!document.body.querySelector(t.value)&&(Yu=AC(e.value))}),{id:e,selector:t}},$C=pe({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),TC=({showAfter:e,hideAfter:t,autoClose:o,open:r,close:a})=>{const{registerTimeout:s}=Zu(),{registerTimeout:i,cancelTimeout:c}=Zu();return{onOpen:f=>{s(()=>{r(f);const u=n.unref(o);xe(u)&&u>0&&i(()=>{a(f)},u)},n.unref(e))},onClose:f=>{c(),s(()=>{a(f)},n.unref(t))}}},Qu=Symbol("elForwardRef"),MC=e=>{const t=o=>{e.value=o};n.provide(Qu,{setForwardRef:t})},IC=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),ed=n.ref(0),LC=2e3,RC=Symbol("zIndexContextKey"),OC=e=>{const t=n.getCurrentInstance()?n.inject(RC,void 0):void 0,o=n.computed(()=>{const s=n.unref(t);return xe(s)?s:LC}),r=n.computed(()=>o.value+ed.value);return{initialZIndex:o,currentZIndex:r,nextZIndex:()=>(ed.value++,r.value)}};function VC(e){const t=n.ref();function o(){if(e.value==null)return;const{selectionStart:a,selectionEnd:s,value:i}=e.value;if(a==null||s==null)return;const c=i.slice(0,Math.max(0,a)),l=i.slice(Math.max(0,s));t.value={selectionStart:a,selectionEnd:s,value:i,beforeTxt:c,afterTxt:l}}function r(){if(e.value==null||t.value==null)return;const{value:a}=e.value,{beforeTxt:s,afterTxt:i,selectionStart:c}=t.value;if(s==null||i==null||c==null)return;let l=a.length;if(a.endsWith(i))l=a.length-i.length;else if(a.startsWith(s))l=s.length;else{const d=s[c-1],f=a.indexOf(d,c-1);f!==-1&&(l=f+1)}e.value.setSelectionRange(l,l)}return[o,r]}const Ss=jo({type:String,values:so,required:!1}),zC=Symbol("size"),qC=()=>{const e=n.inject(zC,{});return n.computed(()=>n.unref(e.size)||"")};function td(e,{afterFocus:t,beforeBlur:o,afterBlur:r}={}){const a=n.getCurrentInstance(),{emit:s}=a,i=n.shallowRef(),c=n.ref(!1),l=u=>{c.value||(c.value=!0,s("focus",u),t==null||t())},d=u=>{var g;at(o)&&o(u)||u.relatedTarget&&((g=i.value)!=null&&g.contains(u.relatedTarget))||(c.value=!1,s("blur",u),r==null||r())},f=()=>{var u;(u=e.value)==null||u.focus()};return n.watch(i,u=>{u&&u.setAttribute("tabindex","-1")}),ln(i,"click",f),{wrapperRef:i,isFocused:c,handleFocus:l,handleBlur:d}}const DC=Symbol(),nd=n.ref();function PC(e,t=void 0){const o=n.getCurrentInstance()?n.inject(DC,nd):nd;return n.computed(()=>{var r,a;return(a=(r=o.value)==null?void 0:r[e])!=null?a:t})}var re=(e,t)=>{const o=e.__vccOpts||e;for(const[r,a]of t)o[r]=a;return o};const FC=pe({size:{type:ne([Number,String])},color:{type:String}}),jC=n.defineComponent({name:"ElIcon",inheritAttrs:!1}),HC=n.defineComponent({...jC,props:FC,setup(e){const t=e,o=ce("icon"),r=n.computed(()=>{const{size:a,color:s}=t;return!a&&!s?{}:{fontSize:bu(a)?void 0:$n(a),"--color":s}});return(a,s)=>(n.openBlock(),n.createElementBlock("i",n.mergeProps({class:n.unref(o).b(),style:n.unref(r)},a.$attrs),[n.renderSlot(a.$slots,"default")],16))}});var UC=re(HC,[["__file","/home/runner/work/element-plus/element-plus/packages/components/icon/src/icon.vue"]]);const We=it(UC),Bs=Symbol("formContextKey"),Yo=Symbol("formItemContextKey"),ho=(e,t={})=>{const o=n.ref(void 0),r=t.prop?o:Su("size"),a=t.global?o:qC(),s=t.form?{size:void 0}:n.inject(Bs,void 0),i=t.formItem?{size:void 0}:n.inject(Yo,void 0);return n.computed(()=>r.value||n.unref(e)||(i==null?void 0:i.size)||(s==null?void 0:s.size)||a.value||"")},Jo=e=>{const t=Su("disabled"),o=n.inject(Bs,void 0);return n.computed(()=>t.value||n.unref(e)||(o==null?void 0:o.disabled)||!1)},Qo=()=>{const e=n.inject(Bs,void 0),t=n.inject(Yo,void 0);return{form:e,formItem:t}},od=(e,{formItemContext:t,disableIdGeneration:o,disableIdManagement:r})=>{o||(o=n.ref(!1)),r||(r=n.ref(!1));const a=n.ref();let s;const i=n.computed(()=>{var c;return!!(!e.label&&t&&t.inputIds&&((c=t.inputIds)==null?void 0:c.length)<=1)});return n.onMounted(()=>{s=n.watch([n.toRef(e,"id"),o],([c,l])=>{const d=c??(l?void 0:Xo().value);d!==a.value&&(t!=null&&t.removeInputId&&(a.value&&t.removeInputId(a.value),!(r!=null&&r.value)&&!l&&d&&t.addInputId(d)),a.value=d)},{immediate:!0})}),n.onUnmounted(()=>{s&&s(),t!=null&&t.removeInputId&&a.value&&t.removeInputId(a.value)}),{isLabeledByFormItem:i,inputId:a}};let bt;const GC=`
|
|
7
|
+
height:0 !important;
|
|
8
|
+
visibility:hidden !important;
|
|
9
|
+
${tb()?"":"overflow:hidden !important;"}
|
|
10
|
+
position:absolute !important;
|
|
11
|
+
z-index:-1000 !important;
|
|
12
|
+
top:0 !important;
|
|
13
|
+
right:0 !important;
|
|
14
|
+
`,ZC=["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 WC(e){const t=window.getComputedStyle(e),o=t.getPropertyValue("box-sizing"),r=Number.parseFloat(t.getPropertyValue("padding-bottom"))+Number.parseFloat(t.getPropertyValue("padding-top")),a=Number.parseFloat(t.getPropertyValue("border-bottom-width"))+Number.parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:ZC.map(i=>`${i}:${t.getPropertyValue(i)}`).join(";"),paddingSize:r,borderSize:a,boxSizing:o}}function rd(e,t=1,o){var r;bt||(bt=document.createElement("textarea"),document.body.appendChild(bt));const{paddingSize:a,borderSize:s,boxSizing:i,contextStyle:c}=WC(e);bt.setAttribute("style",`${c};${GC}`),bt.value=e.value||e.placeholder||"";let l=bt.scrollHeight;const d={};i==="border-box"?l=l+s:i==="content-box"&&(l=l-a),bt.value="";const f=bt.scrollHeight-a;if(xe(t)){let u=f*t;i==="border-box"&&(u=u+a+s),l=Math.max(u,l),d.minHeight=`${u}px`}if(xe(o)){let u=f*o;i==="border-box"&&(u=u+a+s),l=Math.min(u,l)}return d.height=`${l}px`,(r=bt.parentNode)==null||r.removeChild(bt),bt=void 0,d}const KC=pe({id:{type:String,default:void 0},size:Ss,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:mt},prefixIcon:{type:mt},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:()=>hs({})},autofocus:{type:Boolean,default:!1}}),XC={[Ue]:e=>pt(e),input:e=>pt(e),change:e=>pt(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},YC=["role"],JC=["id","type","disabled","formatter","parser","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus"],QC=["id","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus"],e3=n.defineComponent({name:"ElInput",inheritAttrs:!1}),t3=n.defineComponent({...e3,props:KC,emits:XC,setup(e,{expose:t,emit:o}){const r=e,a=n.useAttrs(),s=n.useSlots(),i=n.computed(()=>{const P={};return r.containerRole==="combobox"&&(P["aria-haspopup"]=a["aria-haspopup"],P["aria-owns"]=a["aria-owns"],P["aria-expanded"]=a["aria-expanded"]),P}),c=n.computed(()=>[r.type==="textarea"?b.b():m.b(),m.m(p.value),m.is("disabled",_.value),m.is("exceed",_e.value),{[m.b("group")]:s.prepend||s.append,[m.bm("group","append")]:s.append,[m.bm("group","prepend")]:s.prepend,[m.m("prefix")]:s.prefix||r.prefixIcon,[m.m("suffix")]:s.suffix||r.suffixIcon||r.clearable||r.showPassword,[m.bm("suffix","password-clear")]:D.value&&ee.value},a.class]),l=n.computed(()=>[m.e("wrapper"),m.is("focus",$.value)]),d=u4({excludeKeys:n.computed(()=>Object.keys(i.value))}),{form:f,formItem:u}=Qo(),{inputId:g}=od(r,{formItemContext:u}),p=ho(),_=Jo(),m=ce("input"),b=ce("textarea"),h=n.shallowRef(),k=n.shallowRef(),w=n.ref(!1),y=n.ref(!1),x=n.ref(!1),E=n.ref(),v=n.shallowRef(r.inputStyle),S=n.computed(()=>h.value||k.value),{wrapperRef:N,isFocused:$,handleFocus:M,handleBlur:V}=td(S,{afterBlur(){var P;r.validateEvent&&((P=u==null?void 0:u.validate)==null||P.call(u,"blur").catch(J=>void 0))}}),G=n.computed(()=>{var P;return(P=f==null?void 0:f.statusIcon)!=null?P:!1}),T=n.computed(()=>(u==null?void 0:u.validateState)||""),z=n.computed(()=>T.value&&Eu[T.value]),I=n.computed(()=>x.value?n4:Xy),L=n.computed(()=>[a.style,r.inputStyle]),O=n.computed(()=>[r.inputStyle,v.value,{resize:r.resize}]),q=n.computed(()=>fn(r.modelValue)?"":String(r.modelValue)),D=n.computed(()=>r.clearable&&!_.value&&!r.readonly&&!!q.value&&($.value||w.value)),ee=n.computed(()=>r.showPassword&&!_.value&&!r.readonly&&!!q.value&&(!!q.value||$.value)),Y=n.computed(()=>r.showWordLimit&&!!d.value.maxlength&&(r.type==="text"||r.type==="textarea")&&!_.value&&!r.readonly&&!r.showPassword),fe=n.computed(()=>q.value.length),_e=n.computed(()=>!!Y.value&&fe.value>Number(d.value.maxlength)),we=n.computed(()=>!!s.suffix||!!r.suffixIcon||D.value||r.showPassword||Y.value||!!T.value&&G.value),[Me,je]=VC(h);Io(k,P=>{if(Z(),!Y.value||r.resize!=="both")return;const J=P[0],{width:me}=J.contentRect;E.value={right:`calc(100% - ${me+15+6}px)`}});const ve=()=>{const{type:P,autosize:J}=r;if(!(!Re||P!=="textarea"||!k.value))if(J){const me=ht(J)?J.minRows:void 0,Se=ht(J)?J.maxRows:void 0,xt=rd(k.value,me,Se);v.value={overflowY:"hidden",...xt},n.nextTick(()=>{k.value.offsetHeight,v.value=xt})}else v.value={minHeight:rd(k.value).minHeight}},Z=(P=>{let J=!1;return()=>{var me;if(J||!r.autosize)return;((me=k.value)==null?void 0:me.offsetParent)===null||(P(),J=!0)}})(ve),se=()=>{const P=S.value,J=r.formatter?r.formatter(q.value):q.value;!P||P.value===J||(P.value=J)},Ee=async P=>{Me();let{value:J}=P.target;if(r.formatter&&(J=r.parser?r.parser(J):J),!y.value){if(J===q.value){se();return}o(Ue,J),o("input",J),await n.nextTick(),se(),je()}},Ie=P=>{o("change",P.target.value)},Xe=P=>{o("compositionstart",P),y.value=!0},yt=P=>{var J;o("compositionupdate",P);const me=(J=P.target)==null?void 0:J.value,Se=me[me.length-1]||"";y.value=!xu(Se)},et=P=>{o("compositionend",P),y.value&&(y.value=!1,Ee(P))},It=()=>{x.value=!x.value,tt()},tt=async()=>{var P;await n.nextTick(),(P=S.value)==null||P.focus()},Ct=()=>{var P;return(P=S.value)==null?void 0:P.blur()},ze=P=>{w.value=!1,o("mouseleave",P)},ft=P=>{w.value=!0,o("mouseenter",P)},nt=P=>{o("keydown",P)},Et=()=>{var P;(P=S.value)==null||P.select()},Ne=()=>{o(Ue,""),o("change",""),o("clear"),o("input","")};return n.watch(()=>r.modelValue,()=>{var P;n.nextTick(()=>ve()),r.validateEvent&&((P=u==null?void 0:u.validate)==null||P.call(u,"change").catch(J=>void 0))}),n.watch(q,()=>se()),n.watch(()=>r.type,async()=>{await n.nextTick(),se(),ve()}),n.onMounted(()=>{!r.formatter&&r.parser,se(),n.nextTick(ve)}),t({input:h,textarea:k,ref:S,textareaStyle:O,autosize:n.toRef(r,"autosize"),focus:tt,blur:Ct,select:Et,clear:Ne,resizeTextarea:ve}),(P,J)=>n.withDirectives((n.openBlock(),n.createElementBlock("div",n.mergeProps(n.unref(i),{class:n.unref(c),style:n.unref(L),role:P.containerRole,onMouseenter:ft,onMouseleave:ze}),[n.createCommentVNode(" input "),P.type!=="textarea"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createCommentVNode(" prepend slot "),P.$slots.prepend?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(n.unref(m).be("group","prepend"))},[n.renderSlot(P.$slots,"prepend")],2)):n.createCommentVNode("v-if",!0),n.createElementVNode("div",{ref_key:"wrapperRef",ref:N,class:n.normalizeClass(n.unref(l))},[n.createCommentVNode(" prefix slot "),P.$slots.prefix||P.prefixIcon?(n.openBlock(),n.createElementBlock("span",{key:0,class:n.normalizeClass(n.unref(m).e("prefix"))},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(m).e("prefix-inner"))},[n.renderSlot(P.$slots,"prefix"),P.prefixIcon?(n.openBlock(),n.createBlock(n.unref(We),{key:0,class:n.normalizeClass(n.unref(m).e("icon"))},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(P.prefixIcon)))]),_:1},8,["class"])):n.createCommentVNode("v-if",!0)],2)],2)):n.createCommentVNode("v-if",!0),n.createElementVNode("input",n.mergeProps({id:n.unref(g),ref_key:"input",ref:h,class:n.unref(m).e("inner")},n.unref(d),{type:P.showPassword?x.value?"text":"password":P.type,disabled:n.unref(_),formatter:P.formatter,parser:P.parser,readonly:P.readonly,autocomplete:P.autocomplete,tabindex:P.tabindex,"aria-label":P.label,placeholder:P.placeholder,style:P.inputStyle,form:r.form,autofocus:r.autofocus,onCompositionstart:Xe,onCompositionupdate:yt,onCompositionend:et,onInput:Ee,onFocus:J[0]||(J[0]=(...me)=>n.unref(M)&&n.unref(M)(...me)),onBlur:J[1]||(J[1]=(...me)=>n.unref(V)&&n.unref(V)(...me)),onChange:Ie,onKeydown:nt}),null,16,JC),n.createCommentVNode(" suffix slot "),n.unref(we)?(n.openBlock(),n.createElementBlock("span",{key:1,class:n.normalizeClass(n.unref(m).e("suffix"))},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(m).e("suffix-inner"))},[!n.unref(D)||!n.unref(ee)||!n.unref(Y)?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.renderSlot(P.$slots,"suffix"),P.suffixIcon?(n.openBlock(),n.createBlock(n.unref(We),{key:0,class:n.normalizeClass(n.unref(m).e("icon"))},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(P.suffixIcon)))]),_:1},8,["class"])):n.createCommentVNode("v-if",!0)],64)):n.createCommentVNode("v-if",!0),n.unref(D)?(n.openBlock(),n.createBlock(n.unref(We),{key:1,class:n.normalizeClass([n.unref(m).e("icon"),n.unref(m).e("clear")]),onMousedown:n.withModifiers(n.unref(Qn),["prevent"]),onClick:Ne},{default:n.withCtx(()=>[n.createVNode(n.unref(ds))]),_:1},8,["class","onMousedown"])):n.createCommentVNode("v-if",!0),n.unref(ee)?(n.openBlock(),n.createBlock(n.unref(We),{key:2,class:n.normalizeClass([n.unref(m).e("icon"),n.unref(m).e("password")]),onClick:It},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(I))))]),_:1},8,["class"])):n.createCommentVNode("v-if",!0),n.unref(Y)?(n.openBlock(),n.createElementBlock("span",{key:3,class:n.normalizeClass(n.unref(m).e("count"))},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(m).e("count-inner"))},n.toDisplayString(n.unref(fe))+" / "+n.toDisplayString(n.unref(d).maxlength),3)],2)):n.createCommentVNode("v-if",!0),n.unref(T)&&n.unref(z)&&n.unref(G)?(n.openBlock(),n.createBlock(n.unref(We),{key:4,class:n.normalizeClass([n.unref(m).e("icon"),n.unref(m).e("validateIcon"),n.unref(m).is("loading",n.unref(T)==="validating")])},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(z))))]),_:1},8,["class"])):n.createCommentVNode("v-if",!0)],2)],2)):n.createCommentVNode("v-if",!0)],2),n.createCommentVNode(" append slot "),P.$slots.append?(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(n.unref(m).be("group","append"))},[n.renderSlot(P.$slots,"append")],2)):n.createCommentVNode("v-if",!0)],64)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createCommentVNode(" textarea "),n.createElementVNode("textarea",n.mergeProps({id:n.unref(g),ref_key:"textarea",ref:k,class:n.unref(b).e("inner")},n.unref(d),{tabindex:P.tabindex,disabled:n.unref(_),readonly:P.readonly,autocomplete:P.autocomplete,style:n.unref(O),"aria-label":P.label,placeholder:P.placeholder,form:r.form,autofocus:r.autofocus,onCompositionstart:Xe,onCompositionupdate:yt,onCompositionend:et,onInput:Ee,onFocus:J[2]||(J[2]=(...me)=>n.unref(M)&&n.unref(M)(...me)),onBlur:J[3]||(J[3]=(...me)=>n.unref(V)&&n.unref(V)(...me)),onChange:Ie,onKeydown:nt}),null,16,QC),n.unref(Y)?(n.openBlock(),n.createElementBlock("span",{key:0,style:n.normalizeStyle(E.value),class:n.normalizeClass(n.unref(m).e("count"))},n.toDisplayString(n.unref(fe))+" / "+n.toDisplayString(n.unref(d).maxlength),7)):n.createCommentVNode("v-if",!0)],64))],16,YC)),[[n.vShow,P.type!=="hidden"]])}});var n3=re(t3,[["__file","/home/runner/work/element-plus/element-plus/packages/components/input/src/input.vue"]]);const er=it(n3),Vn=4,o3={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"}},r3=({move:e,size:t,bar:o})=>({[o.size]:t,transform:`translate${o.axis}(${e}%)`}),sd=Symbol("scrollbarContextKey"),s3=pe({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),a3="Thumb";var ad=re(n.defineComponent({__name:"thumb",props:s3,setup(e){const t=e,o=n.inject(sd),r=ce("scrollbar");o||Ly(a3,"can not inject scrollbar context");const a=n.ref(),s=n.ref(),i=n.ref({}),c=n.ref(!1);let l=!1,d=!1,f=Re?document.onselectstart:null;const u=n.computed(()=>o3[t.vertical?"vertical":"horizontal"]),g=n.computed(()=>r3({size:t.size,move:t.move,bar:u.value})),p=n.computed(()=>a.value[u.value.offset]**2/o.wrapElement[u.value.scrollSize]/t.ratio/s.value[u.value.offset]),_=E=>{var v;if(E.stopPropagation(),E.ctrlKey||[1,2].includes(E.button))return;(v=window.getSelection())==null||v.removeAllRanges(),b(E);const S=E.currentTarget;S&&(i.value[u.value.axis]=S[u.value.offset]-(E[u.value.client]-S.getBoundingClientRect()[u.value.direction]))},m=E=>{if(!s.value||!a.value||!o.wrapElement)return;const v=Math.abs(E.target.getBoundingClientRect()[u.value.direction]-E[u.value.client]),S=s.value[u.value.offset]/2,N=(v-S)*100*p.value/a.value[u.value.offset];o.wrapElement[u.value.scroll]=N*o.wrapElement[u.value.scrollSize]/100},b=E=>{E.stopImmediatePropagation(),l=!0,document.addEventListener("mousemove",h),document.addEventListener("mouseup",k),f=document.onselectstart,document.onselectstart=()=>!1},h=E=>{if(!a.value||!s.value||l===!1)return;const v=i.value[u.value.axis];if(!v)return;const S=(a.value.getBoundingClientRect()[u.value.direction]-E[u.value.client])*-1,N=s.value[u.value.offset]-v,$=(S-N)*100*p.value/a.value[u.value.offset];o.wrapElement[u.value.scroll]=$*o.wrapElement[u.value.scrollSize]/100},k=()=>{l=!1,i.value[u.value.axis]=0,document.removeEventListener("mousemove",h),document.removeEventListener("mouseup",k),x(),d&&(c.value=!1)},w=()=>{d=!1,c.value=!!t.size},y=()=>{d=!0,c.value=l};n.onBeforeUnmount(()=>{x(),document.removeEventListener("mouseup",k)});const x=()=>{document.onselectstart!==f&&(document.onselectstart=f)};return ln(n.toRef(o,"scrollbarElement"),"mousemove",w),ln(n.toRef(o,"scrollbarElement"),"mouseleave",y),(E,v)=>(n.openBlock(),n.createBlock(n.Transition,{name:n.unref(r).b("fade"),persisted:""},{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",{ref_key:"instance",ref:a,class:n.normalizeClass([n.unref(r).e("bar"),n.unref(r).is(n.unref(u).key)]),onMousedown:m},[n.createElementVNode("div",{ref_key:"thumb",ref:s,class:n.normalizeClass(n.unref(r).e("thumb")),style:n.normalizeStyle(n.unref(g)),onMousedown:_},null,38)],34),[[n.vShow,E.always||c.value]])]),_:1},8,["name"]))}}),[["__file","/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/thumb.vue"]]);const i3=pe({always:{type:Boolean,default:!0},width:String,height:String,ratioX:{type:Number,default:1},ratioY:{type:Number,default:1}});var c3=re(n.defineComponent({__name:"bar",props:i3,setup(e,{expose:t}){const o=e,r=n.ref(0),a=n.ref(0);return t({handleScroll:i=>{if(i){const c=i.offsetHeight-Vn,l=i.offsetWidth-Vn;a.value=i.scrollTop*100/c*o.ratioY,r.value=i.scrollLeft*100/l*o.ratioX}}}),(i,c)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(ad,{move:r.value,ratio:i.ratioX,size:i.width,always:i.always},null,8,["move","ratio","size","always"]),n.createVNode(ad,{move:a.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 l3=pe({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"]}}),u3={scroll:({scrollTop:e,scrollLeft:t})=>[e,t].every(xe)},d3=n.defineComponent({name:"ElScrollbar"}),f3=n.defineComponent({...d3,props:l3,emits:u3,setup(e,{expose:t,emit:o}){const r=e,a=ce("scrollbar");let s,i;const c=n.ref(),l=n.ref(),d=n.ref(),f=n.ref("0"),u=n.ref("0"),g=n.ref(),p=n.ref(1),_=n.ref(1),m=n.computed(()=>{const v={};return r.height&&(v.height=$n(r.height)),r.maxHeight&&(v.maxHeight=$n(r.maxHeight)),[r.wrapStyle,v]}),b=n.computed(()=>[r.wrapClass,a.e("wrap"),{[a.em("wrap","hidden-default")]:!r.native}]),h=n.computed(()=>[a.e("view"),r.viewClass]),k=()=>{var v;l.value&&((v=g.value)==null||v.handleScroll(l.value),o("scroll",{scrollTop:l.value.scrollTop,scrollLeft:l.value.scrollLeft}))};function w(v,S){ht(v)?l.value.scrollTo(v):xe(v)&&xe(S)&&l.value.scrollTo(v,S)}const y=v=>{xe(v)&&(l.value.scrollTop=v)},x=v=>{xe(v)&&(l.value.scrollLeft=v)},E=()=>{if(!l.value)return;const v=l.value.offsetHeight-Vn,S=l.value.offsetWidth-Vn,N=v**2/l.value.scrollHeight,$=S**2/l.value.scrollWidth,M=Math.max(N,r.minSize),V=Math.max($,r.minSize);p.value=N/(v-N)/(M/(v-M)),_.value=$/(S-$)/(V/(S-V)),u.value=M+Vn<v?`${M}px`:"",f.value=V+Vn<S?`${V}px`:""};return n.watch(()=>r.noresize,v=>{v?(s==null||s(),i==null||i()):({stop:s}=Io(d,E),i=ln("resize",E))},{immediate:!0}),n.watch(()=>[r.maxHeight,r.height],()=>{r.native||n.nextTick(()=>{var v;E(),l.value&&((v=g.value)==null||v.handleScroll(l.value))})}),n.provide(sd,n.reactive({scrollbarElement:c,wrapElement:l})),n.onMounted(()=>{r.native||n.nextTick(()=>{E()})}),n.onUpdated(()=>E()),t({wrapRef:l,update:E,scrollTo:w,setScrollTop:y,setScrollLeft:x,handleScroll:k}),(v,S)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"scrollbarRef",ref:c,class:n.normalizeClass(n.unref(a).b())},[n.createElementVNode("div",{ref_key:"wrapRef",ref:l,class:n.normalizeClass(n.unref(b)),style:n.normalizeStyle(n.unref(m)),onScroll:k},[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(v.tag),{id:v.id,ref_key:"resizeRef",ref:d,class:n.normalizeClass(n.unref(h)),style:n.normalizeStyle(v.viewStyle),role:v.role,"aria-label":v.ariaLabel,"aria-orientation":v.ariaOrientation},{default:n.withCtx(()=>[n.renderSlot(v.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),v.native?n.createCommentVNode("v-if",!0):(n.openBlock(),n.createBlock(c3,{key:0,ref_key:"barRef",ref:g,height:u.value,width:f.value,always:v.always,"ratio-x":_.value,"ratio-y":p.value},null,8,["height","width","always","ratio-x","ratio-y"]))],2))}});var p3=re(f3,[["__file","/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/scrollbar.vue"]]);const h3=it(p3),As=Symbol("popper"),id=Symbol("popperContent"),cd=pe({role:{type:String,values:["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],default:"tooltip"}}),m3=n.defineComponent({name:"ElPopper",inheritAttrs:!1}),g3=n.defineComponent({...m3,props:cd,setup(e,{expose:t}){const o=e,r=n.ref(),a=n.ref(),s=n.ref(),i=n.ref(),c=n.computed(()=>o.role),l={triggerRef:r,popperInstanceRef:a,contentRef:s,referenceRef:i,role:c};return t(l),n.provide(As,l),(d,f)=>n.renderSlot(d.$slots,"default")}});var _3=re(g3,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/popper.vue"]]);const ld=pe({arrowOffset:{type:Number,default:5}}),b3=n.defineComponent({name:"ElPopperArrow",inheritAttrs:!1}),k3=n.defineComponent({...b3,props:ld,setup(e,{expose:t}){const o=e,r=ce("popper"),{arrowOffset:a,arrowRef:s,arrowStyle:i}=n.inject(id,void 0);return n.watch(()=>o.arrowOffset,c=>{a.value=c}),n.onBeforeUnmount(()=>{s.value=void 0}),t({arrowRef:s}),(c,l)=>(n.openBlock(),n.createElementBlock("span",{ref_key:"arrowRef",ref:s,class:n.normalizeClass(n.unref(r).e("arrow")),style:n.normalizeStyle(n.unref(i)),"data-popper-arrow":""},null,6))}});var w3=re(k3,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/arrow.vue"]]);const y3=n.defineComponent({name:"ElOnlyChild",setup(e,{slots:t,attrs:o}){var r;const a=n.inject(Qu),s=IC((r=a==null?void 0:a.setForwardRef)!=null?r:Qn);return()=>{var i;const c=(i=t.default)==null?void 0:i.call(t,o);if(!c||c.length>1)return null;const l=ud(c);return l?n.withDirectives(n.cloneVNode(l,o),[[s]]):null}}});function ud(e){if(!e)return null;const t=e;for(const o of t){if(ht(o))switch(o.type){case n.Comment:continue;case n.Text:case"svg":return dd(o);case n.Fragment:return ud(o.children);default:return o}return dd(o)}return null}function dd(e){const t=ce("only-child");return n.createVNode("span",{class:t.e("content")},[e])}const fd=pe({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}),C3=n.defineComponent({name:"ElPopperTrigger",inheritAttrs:!1}),E3=n.defineComponent({...C3,props:fd,setup(e,{expose:t}){const o=e,{role:r,triggerRef:a}=n.inject(As,void 0);MC(a);const s=n.computed(()=>c.value?o.id:void 0),i=n.computed(()=>{if(r&&r.value==="tooltip")return o.open&&o.id?o.id:void 0}),c=n.computed(()=>{if(r&&r.value!=="tooltip")return r.value}),l=n.computed(()=>c.value?`${o.open}`:void 0);let d;return n.onMounted(()=>{n.watch(()=>o.virtualRef,f=>{f&&(a.value=Kt(f))},{immediate:!0}),n.watch(a,(f,u)=>{d==null||d(),d=void 0,ro(f)&&(["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"].forEach(g=>{var p;const _=o[g];_&&(f.addEventListener(g.slice(2).toLowerCase(),_),(p=u==null?void 0:u.removeEventListener)==null||p.call(u,g.slice(2).toLowerCase(),_))}),d=n.watch([s,i,c,l],g=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((p,_)=>{fn(g[_])?f.removeAttribute(p):f.setAttribute(p,g[_])})},{immediate:!0})),ro(u)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(g=>u.removeAttribute(g))},{immediate:!0})}),n.onBeforeUnmount(()=>{d==null||d(),d=void 0}),t({triggerRef:a}),(f,u)=>f.virtualTriggering?n.createCommentVNode("v-if",!0):(n.openBlock(),n.createBlock(n.unref(y3),n.mergeProps({key:0},f.$attrs,{"aria-controls":n.unref(s),"aria-describedby":n.unref(i),"aria-expanded":n.unref(l),"aria-haspopup":n.unref(c)}),{default:n.withCtx(()=>[n.renderSlot(f.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}});var x3=re(E3,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/trigger.vue"]]);const Ns="focus-trap.focus-after-trapped",$s="focus-trap.focus-after-released",v3="focus-trap.focusout-prevented",pd={cancelable:!0,bubbles:!1},S3={cancelable:!0,bubbles:!1},hd="focusAfterTrapped",md="focusAfterReleased",B3=Symbol("elFocusTrap"),Ts=n.ref(),tr=n.ref(0),Ms=n.ref(0);let nr=0;const gd=e=>{const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0||r===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)t.push(o.currentNode);return t},_d=(e,t)=>{for(const o of e)if(!A3(o,t))return o},A3=(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},N3=e=>{const t=gd(e),o=_d(t,e),r=_d(t.reverse(),e);return[o,r]},$3=e=>e instanceof HTMLInputElement&&"select"in e,Qt=(e,t)=>{if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),Ms.value=window.performance.now(),e!==o&&$3(e)&&t&&e.select()}};function bd(e,t){const o=[...e],r=e.indexOf(t);return r!==-1&&o.splice(r,1),o}const T3=()=>{let e=[];return{push:r=>{const a=e[0];a&&r!==a&&a.pause(),e=bd(e,r),e.unshift(r)},remove:r=>{var a,s;e=bd(e,r),(s=(a=e[0])==null?void 0:a.resume)==null||s.call(a)}}},M3=(e,t=!1)=>{const o=document.activeElement;for(const r of e)if(Qt(r,t),document.activeElement!==o)return},kd=T3(),I3=()=>tr.value>Ms.value,or=()=>{Ts.value="pointer",tr.value=window.performance.now()},wd=()=>{Ts.value="keyboard",tr.value=window.performance.now()},L3=()=>(n.onMounted(()=>{nr===0&&(document.addEventListener("mousedown",or),document.addEventListener("touchstart",or),document.addEventListener("keydown",wd)),nr++}),n.onBeforeUnmount(()=>{nr--,nr<=0&&(document.removeEventListener("mousedown",or),document.removeEventListener("touchstart",or),document.removeEventListener("keydown",wd))}),{focusReason:Ts,lastUserFocusTimestamp:tr,lastAutomatedFocusTimestamp:Ms}),rr=e=>new CustomEvent(v3,{...S3,detail:e}),R3=n.defineComponent({name:"ElFocusTrap",inheritAttrs:!1,props:{loop:Boolean,trapped:Boolean,focusTrapEl:Object,focusStartEl:{type:[Object,String],default:"first"}},emits:[hd,md,"focusin","focusout","focusout-prevented","release-requested"],setup(e,{emit:t}){const o=n.ref();let r,a;const{focusReason:s}=L3();BC(_=>{e.trapped&&!i.paused&&t("release-requested",_)});const i={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},c=_=>{if(!e.loop&&!e.trapped||i.paused)return;const{key:m,altKey:b,ctrlKey:h,metaKey:k,currentTarget:w,shiftKey:y}=_,{loop:x}=e,E=m===Ft.tab&&!b&&!h&&!k,v=document.activeElement;if(E&&v){const S=w,[N,$]=N3(S);if(N&&$){if(!y&&v===$){const V=rr({focusReason:s.value});t("focusout-prevented",V),V.defaultPrevented||(_.preventDefault(),x&&Qt(N,!0))}else if(y&&[N,S].includes(v)){const V=rr({focusReason:s.value});t("focusout-prevented",V),V.defaultPrevented||(_.preventDefault(),x&&Qt($,!0))}}else if(v===S){const V=rr({focusReason:s.value});t("focusout-prevented",V),V.defaultPrevented||_.preventDefault()}}};n.provide(B3,{focusTrapRef:o,onKeydown:c}),n.watch(()=>e.focusTrapEl,_=>{_&&(o.value=_)},{immediate:!0}),n.watch([o],([_],[m])=>{_&&(_.addEventListener("keydown",c),_.addEventListener("focusin",f),_.addEventListener("focusout",u)),m&&(m.removeEventListener("keydown",c),m.removeEventListener("focusin",f),m.removeEventListener("focusout",u))});const l=_=>{t(hd,_)},d=_=>t(md,_),f=_=>{const m=n.unref(o);if(!m)return;const b=_.target,h=_.relatedTarget,k=b&&m.contains(b);e.trapped||h&&m.contains(h)||(r=h),k&&t("focusin",_),!i.paused&&e.trapped&&(k?a=b:Qt(a,!0))},u=_=>{const m=n.unref(o);if(!(i.paused||!m))if(e.trapped){const b=_.relatedTarget;!fn(b)&&!m.contains(b)&&setTimeout(()=>{if(!i.paused&&e.trapped){const h=rr({focusReason:s.value});t("focusout-prevented",h),h.defaultPrevented||Qt(a,!0)}},0)}else{const b=_.target;b&&m.contains(b)||t("focusout",_)}};async function g(){await n.nextTick();const _=n.unref(o);if(_){kd.push(i);const m=_.contains(document.activeElement)?r:document.activeElement;if(r=m,!_.contains(m)){const h=new Event(Ns,pd);_.addEventListener(Ns,l),_.dispatchEvent(h),h.defaultPrevented||n.nextTick(()=>{let k=e.focusStartEl;pt(k)||(Qt(k),document.activeElement!==k&&(k="first")),k==="first"&&M3(gd(_),!0),(document.activeElement===m||k==="container")&&Qt(_)})}}}function p(){const _=n.unref(o);if(_){_.removeEventListener(Ns,l);const m=new CustomEvent($s,{...pd,detail:{focusReason:s.value}});_.addEventListener($s,d),_.dispatchEvent(m),!m.defaultPrevented&&(s.value=="keyboard"||!I3()||_.contains(document.activeElement))&&Qt(r??document.body),_.removeEventListener($s,d),kd.remove(i)}}return n.onMounted(()=>{e.trapped&&g(),n.watch(()=>e.trapped,_=>{_?g():p()})}),n.onBeforeUnmount(()=>{e.trapped&&p()}),{onKeydown:c}}});function O3(e,t,o,r,a,s){return n.renderSlot(e.$slots,"default",{handleKeydown:e.onKeydown})}var V3=re(R3,[["render",O3],["__file","/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);const z3=["fixed","absolute"],q3=pe({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:Uo,default:"bottom"},popperOptions:{type:ne(Object),default:()=>({})},strategy:{type:String,values:z3,default:"absolute"}}),yd=pe({...q3,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}),D3={mouseenter:e=>e instanceof MouseEvent,mouseleave:e=>e instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},P3=(e,t=[])=>{const{placement:o,strategy:r,popperOptions:a}=e,s={placement:o,strategy:r,...a,modifiers:[...j3(e),...t]};return H3(s,a==null?void 0:a.modifiers),s},F3=e=>{if(Re)return Kt(e)};function j3(e){const{offset:t,gpuAcceleration:o,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:o}}]}function H3(e,t){t&&(e.modifiers=[...e.modifiers,...t??[]])}const U3=0,G3=e=>{const{popperInstanceRef:t,contentRef:o,triggerRef:r,role:a}=n.inject(As,void 0),s=n.ref(),i=n.ref(),c=n.computed(()=>({name:"eventListeners",enabled:!!e.visible})),l=n.computed(()=>{var h;const k=n.unref(s),w=(h=n.unref(i))!=null?h:U3;return{name:"arrow",enabled:!$y(k),options:{element:k,padding:w}}}),d=n.computed(()=>({onFirstUpdate:()=>{_()},...P3(e,[n.unref(l),n.unref(c)])})),f=n.computed(()=>F3(e.referenceEl)||n.unref(r)),{attributes:u,state:g,styles:p,update:_,forceUpdate:m,instanceRef:b}=EC(f,o,d);return n.watch(b,h=>t.value=h),n.onMounted(()=>{n.watch(()=>{var h;return(h=n.unref(f))==null?void 0:h.getBoundingClientRect()},()=>{_()})}),{attributes:u,arrowRef:s,contentRef:o,instanceRef:b,state:g,styles:p,role:a,forceUpdate:m,update:_}},Z3=(e,{attributes:t,styles:o,role:r})=>{const{nextZIndex:a}=OC(),s=ce("popper"),i=n.computed(()=>n.unref(t).popper),c=n.ref(xe(e.zIndex)?e.zIndex:a()),l=n.computed(()=>[s.b(),s.is("pure",e.pure),s.is(e.effect),e.popperClass]),d=n.computed(()=>[{zIndex:n.unref(c)},n.unref(o).popper,e.popperStyle||{}]),f=n.computed(()=>r.value==="dialog"?"false":void 0),u=n.computed(()=>n.unref(o).arrow||{});return{ariaModal:f,arrowStyle:u,contentAttrs:i,contentClass:l,contentStyle:d,contentZIndex:c,updateZIndex:()=>{c.value=xe(e.zIndex)?e.zIndex:a()}}},W3=(e,t)=>{const o=n.ref(!1),r=n.ref();return{focusStartRef:r,trapped:o,onFocusAfterReleased:d=>{var f;((f=d.detail)==null?void 0:f.focusReason)!=="pointer"&&(r.value="first",t("blur"))},onFocusAfterTrapped:()=>{t("focus")},onFocusInTrap:d=>{e.visible&&!o.value&&(d.target&&(r.value=d.target),o.value=!0)},onFocusoutPrevented:d=>{e.trapping||(d.detail.focusReason==="pointer"&&d.preventDefault(),o.value=!1)},onReleaseRequested:()=>{o.value=!1,t("close")}}},K3=n.defineComponent({name:"ElPopperContent"}),X3=n.defineComponent({...K3,props:yd,emits:D3,setup(e,{expose:t,emit:o}){const r=e,{focusStartRef:a,trapped:s,onFocusAfterReleased:i,onFocusAfterTrapped:c,onFocusInTrap:l,onFocusoutPrevented:d,onReleaseRequested:f}=W3(r,o),{attributes:u,arrowRef:g,contentRef:p,styles:_,instanceRef:m,role:b,update:h}=G3(r),{ariaModal:k,arrowStyle:w,contentAttrs:y,contentClass:x,contentStyle:E,updateZIndex:v}=Z3(r,{styles:_,attributes:u,role:b}),S=n.inject(Yo,void 0),N=n.ref();n.provide(id,{arrowStyle:w,arrowRef:g,arrowOffset:N}),S&&(S.addInputId||S.removeInputId)&&n.provide(Yo,{...S,addInputId:Qn,removeInputId:Qn});let $;const M=(G=!0)=>{h(),G&&v()},V=()=>{M(!1),r.visible&&r.focusOnShow?s.value=!0:r.visible===!1&&(s.value=!1)};return n.onMounted(()=>{n.watch(()=>r.triggerTargetEl,(G,T)=>{$==null||$(),$=void 0;const z=n.unref(G||p.value),I=n.unref(T||p.value);ro(z)&&($=n.watch([b,()=>r.ariaLabel,k,()=>r.id],L=>{["role","aria-label","aria-modal","id"].forEach((O,q)=>{fn(L[q])?z.removeAttribute(O):z.setAttribute(O,L[q])})},{immediate:!0})),I!==z&&ro(I)&&["role","aria-label","aria-modal","id"].forEach(L=>{I.removeAttribute(L)})},{immediate:!0}),n.watch(()=>r.visible,V,{immediate:!0})}),n.onBeforeUnmount(()=>{$==null||$(),$=void 0}),t({popperContentRef:p,popperInstanceRef:m,updatePopper:M,contentStyle:E}),(G,T)=>(n.openBlock(),n.createElementBlock("div",n.mergeProps({ref_key:"contentRef",ref:p},n.unref(y),{style:n.unref(E),class:n.unref(x),tabindex:"-1",onMouseenter:T[0]||(T[0]=z=>G.$emit("mouseenter",z)),onMouseleave:T[1]||(T[1]=z=>G.$emit("mouseleave",z))}),[n.createVNode(n.unref(V3),{trapped:n.unref(s),"trap-on-focus-in":!0,"focus-trap-el":n.unref(p),"focus-start-el":n.unref(a),onFocusAfterTrapped:n.unref(c),onFocusAfterReleased:n.unref(i),onFocusin:n.unref(l),onFocusoutPrevented:n.unref(d),onReleaseRequested:n.unref(f)},{default:n.withCtx(()=>[n.renderSlot(G.$slots,"default")]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusin","onFocusoutPrevented","onReleaseRequested"])],16))}});var Y3=re(X3,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popper/src/content.vue"]]);const J3=it(_3),Is=Symbol("elTooltip"),Je=pe({...$C,...yd,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}),mo=pe({...fd,disabled:Boolean,trigger:{type:ne([String,Array]),default:"hover"},triggerKeys:{type:ne(Array),default:()=>[Ft.enter,Ft.space]}}),{useModelToggleProps:Q3,useModelToggleEmits:eE,useModelToggle:tE}=w4("visible"),nE=pe({...cd,...Q3,...Je,...mo,...ld,showArrow:{type:Boolean,default:!0}}),oE=[...eE,"before-show","before-hide","show","hide","open","close"],rE=(e,t)=>ob(e)?e.includes(t):e===t,zn=(e,t,o)=>r=>{rE(n.unref(e),t)&&o(r)},sE=n.defineComponent({name:"ElTooltipTrigger"}),aE=n.defineComponent({...sE,props:mo,setup(e,{expose:t}){const o=e,r=ce("tooltip"),{controlled:a,id:s,open:i,onOpen:c,onClose:l,onToggle:d}=n.inject(Is,void 0),f=n.ref(null),u=()=>{if(n.unref(a)||o.disabled)return!0},g=n.toRef(o,"trigger"),p=Vt(u,zn(g,"hover",c)),_=Vt(u,zn(g,"hover",l)),m=Vt(u,zn(g,"click",y=>{y.button===0&&d(y)})),b=Vt(u,zn(g,"focus",c)),h=Vt(u,zn(g,"focus",l)),k=Vt(u,zn(g,"contextmenu",y=>{y.preventDefault(),d(y)})),w=Vt(u,y=>{const{code:x}=y;o.triggerKeys.includes(x)&&(y.preventDefault(),d(y))});return t({triggerRef:f}),(y,x)=>(n.openBlock(),n.createBlock(n.unref(x3),{id:n.unref(s),"virtual-ref":y.virtualRef,open:n.unref(i),"virtual-triggering":y.virtualTriggering,class:n.normalizeClass(n.unref(r).e("trigger")),onBlur:n.unref(h),onClick:n.unref(m),onContextmenu:n.unref(k),onFocus:n.unref(b),onMouseenter:n.unref(p),onMouseleave:n.unref(_),onKeydown:n.unref(w)},{default:n.withCtx(()=>[n.renderSlot(y.$slots,"default")]),_:3},8,["id","virtual-ref","open","virtual-triggering","class","onBlur","onClick","onContextmenu","onFocus","onMouseenter","onMouseleave","onKeydown"]))}});var iE=re(aE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);const cE=n.defineComponent({name:"ElTooltipContent",inheritAttrs:!1}),lE=n.defineComponent({...cE,props:Je,setup(e,{expose:t}){const o=e,{selector:r}=Ju(),a=ce("tooltip"),s=n.ref(null),i=n.ref(!1),{controlled:c,id:l,open:d,trigger:f,onClose:u,onOpen:g,onShow:p,onHide:_,onBeforeShow:m,onBeforeHide:b}=n.inject(Is,void 0),h=n.computed(()=>o.transition||`${a.namespace.value}-fade-in-linear`),k=n.computed(()=>o.persistent);n.onBeforeUnmount(()=>{i.value=!0});const w=n.computed(()=>n.unref(k)?!0:n.unref(d)),y=n.computed(()=>o.disabled?!1:n.unref(d)),x=n.computed(()=>o.appendTo||r.value),E=n.computed(()=>{var L;return(L=o.style)!=null?L:{}}),v=n.computed(()=>!n.unref(d)),S=()=>{_()},N=()=>{if(n.unref(c))return!0},$=Vt(N,()=>{o.enterable&&n.unref(f)==="hover"&&g()}),M=Vt(N,()=>{n.unref(f)==="hover"&&u()}),V=()=>{var L,O;(O=(L=s.value)==null?void 0:L.updatePopper)==null||O.call(L),m==null||m()},G=()=>{b==null||b()},T=()=>{p(),I=G_(n.computed(()=>{var L;return(L=s.value)==null?void 0:L.popperContentRef}),()=>{if(n.unref(c))return;n.unref(f)!=="hover"&&u()})},z=()=>{o.virtualTriggering||u()};let I;return n.watch(()=>n.unref(d),L=>{L||I==null||I()},{flush:"post"}),n.watch(()=>o.content,()=>{var L,O;(O=(L=s.value)==null?void 0:L.updatePopper)==null||O.call(L)}),t({contentRef:s}),(L,O)=>(n.openBlock(),n.createBlock(n.Teleport,{disabled:!L.teleported,to:n.unref(x)},[n.createVNode(n.Transition,{name:n.unref(h),onAfterLeave:S,onBeforeEnter:V,onAfterEnter:T,onBeforeLeave:G},{default:n.withCtx(()=>[n.unref(w)?n.withDirectives((n.openBlock(),n.createBlock(n.unref(Y3),n.mergeProps({key:0,id:n.unref(l),ref_key:"contentRef",ref:s},L.$attrs,{"aria-label":L.ariaLabel,"aria-hidden":n.unref(v),"boundaries-padding":L.boundariesPadding,"fallback-placements":L.fallbackPlacements,"gpu-acceleration":L.gpuAcceleration,offset:L.offset,placement:L.placement,"popper-options":L.popperOptions,strategy:L.strategy,effect:L.effect,enterable:L.enterable,pure:L.pure,"popper-class":L.popperClass,"popper-style":[L.popperStyle,n.unref(E)],"reference-el":L.referenceEl,"trigger-target-el":L.triggerTargetEl,visible:n.unref(y),"z-index":L.zIndex,onMouseenter:n.unref($),onMouseleave:n.unref(M),onBlur:z,onClose:n.unref(u)}),{default:n.withCtx(()=>[i.value?n.createCommentVNode("v-if",!0):n.renderSlot(L.$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"])),[[n.vShow,n.unref(y)]]):n.createCommentVNode("v-if",!0)]),_:3},8,["name"])],8,["disabled","to"]))}});var uE=re(lE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);const dE=["innerHTML"],fE={key:1},pE=n.defineComponent({name:"ElTooltip"}),hE=n.defineComponent({...pE,props:nE,emits:oE,setup(e,{expose:t,emit:o}){const r=e;NC();const a=Xo(),s=n.ref(),i=n.ref(),c=()=>{var h;const k=n.unref(s);k&&((h=k.popperInstanceRef)==null||h.update())},l=n.ref(!1),d=n.ref(),{show:f,hide:u,hasUpdateHandler:g}=tE({indicator:l,toggleReason:d}),{onOpen:p,onClose:_}=TC({showAfter:n.toRef(r,"showAfter"),hideAfter:n.toRef(r,"hideAfter"),autoClose:n.toRef(r,"autoClose"),open:f,close:u}),m=n.computed(()=>us(r.visible)&&!g.value);n.provide(Is,{controlled:m,id:a,open:n.readonly(l),trigger:n.toRef(r,"trigger"),onOpen:h=>{p(h)},onClose:h=>{_(h)},onToggle:h=>{n.unref(l)?_(h):p(h)},onShow:()=>{o("show",d.value)},onHide:()=>{o("hide",d.value)},onBeforeShow:()=>{o("before-show",d.value)},onBeforeHide:()=>{o("before-hide",d.value)},updatePopper:c}),n.watch(()=>r.disabled,h=>{h&&l.value&&(l.value=!1)});const b=h=>{var k,w;const y=(w=(k=i.value)==null?void 0:k.contentRef)==null?void 0:w.popperContentRef,x=(h==null?void 0:h.relatedTarget)||document.activeElement;return y&&y.contains(x)};return n.onDeactivated(()=>l.value&&u()),t({popperRef:s,contentRef:i,isFocusInsideContent:b,updatePopper:c,onOpen:p,onClose:_,hide:u}),(h,k)=>(n.openBlock(),n.createBlock(n.unref(J3),{ref_key:"popperRef",ref:s,role:h.role},{default:n.withCtx(()=>[n.createVNode(iE,{disabled:h.disabled,trigger:h.trigger,"trigger-keys":h.triggerKeys,"virtual-ref":h.virtualRef,"virtual-triggering":h.virtualTriggering},{default:n.withCtx(()=>[h.$slots.default?n.renderSlot(h.$slots,"default",{key:0}):n.createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),n.createVNode(uE,{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:n.withCtx(()=>[n.renderSlot(h.$slots,"content",{},()=>[h.rawContent?(n.openBlock(),n.createElementBlock("span",{key:0,innerHTML:h.content},null,8,dE)):(n.openBlock(),n.createElementBlock("span",fE,n.toDisplayString(h.content),1))]),h.showArrow?(n.openBlock(),n.createBlock(n.unref(w3),{key:0,"arrow-offset":h.arrowOffset},null,8,["arrow-offset"])):n.createCommentVNode("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 mE=re(hE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/tooltip.vue"]]);const go=it(mE),Cd=Symbol("buttonGroupContextKey"),gE=(e,t)=>{vu({from:"type.text",replacement:"link",version:"3.0.0",scope:"props",ref:"https://element-plus.org/en-US/component/button.html#button-attributes"},n.computed(()=>e.type==="text"));const o=n.inject(Cd,void 0),r=PC("button"),{form:a}=Qo(),s=ho(n.computed(()=>o==null?void 0:o.size)),i=Jo(),c=n.ref(),l=n.useSlots(),d=n.computed(()=>e.type||(o==null?void 0:o.type)||""),f=n.computed(()=>{var _,m,b;return(b=(m=e.autoInsertSpace)!=null?m:(_=r.value)==null?void 0:_.autoInsertSpace)!=null?b:!1}),u=n.computed(()=>e.tag==="button"?{ariaDisabled:i.value||e.loading,disabled:i.value||e.loading,autofocus:e.autofocus,type:e.nativeType}:{}),g=n.computed(()=>{var _;const m=(_=l.default)==null?void 0:_.call(l);if(f.value&&(m==null?void 0:m.length)===1){const b=m[0];if((b==null?void 0:b.type)===n.Text){const h=b.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test(h.trim())}}return!1});return{_disabled:i,_size:s,_type:d,_ref:c,_props:u,shouldAddSpace:g,handleClick:_=>{e.nativeType==="reset"&&(a==null||a.resetFields()),t("click",_)}}},Ls=pe({size:Ss,disabled:Boolean,type:{type:String,values:["default","primary","success","warning","info","danger","text",""],default:""},icon:{type:mt},nativeType:{type:String,values:["button","submit","reset"],default:"button"},loading:Boolean,loadingIcon:{type:mt,default:()=>wu},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"}}),_E={click:e=>e instanceof MouseEvent};function Te(e,t){bE(e)&&(e="100%");var o=kE(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),o&&(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 sr(e){return Math.min(1,Math.max(0,e))}function bE(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function kE(e){return typeof e=="string"&&e.indexOf("%")!==-1}function Ed(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function ar(e){return e<=1?"".concat(Number(e)*100,"%"):e}function mn(e){return e.length===1?"0"+e:String(e)}function wE(e,t,o){return{r:Te(e,255)*255,g:Te(t,255)*255,b:Te(o,255)*255}}function xd(e,t,o){e=Te(e,255),t=Te(t,255),o=Te(o,255);var r=Math.max(e,t,o),a=Math.min(e,t,o),s=0,i=0,c=(r+a)/2;if(r===a)i=0,s=0;else{var l=r-a;switch(i=c>.5?l/(2-r-a):l/(r+a),r){case e:s=(t-o)/l+(t<o?6:0);break;case t:s=(o-e)/l+2;break;case o:s=(e-t)/l+4;break}s/=6}return{h:s,s:i,l:c}}function Rs(e,t,o){return o<0&&(o+=1),o>1&&(o-=1),o<1/6?e+(t-e)*(6*o):o<1/2?t:o<2/3?e+(t-e)*(2/3-o)*6:e}function yE(e,t,o){var r,a,s;if(e=Te(e,360),t=Te(t,100),o=Te(o,100),t===0)a=o,s=o,r=o;else{var i=o<.5?o*(1+t):o+t-o*t,c=2*o-i;r=Rs(c,i,e+1/3),a=Rs(c,i,e),s=Rs(c,i,e-1/3)}return{r:r*255,g:a*255,b:s*255}}function vd(e,t,o){e=Te(e,255),t=Te(t,255),o=Te(o,255);var r=Math.max(e,t,o),a=Math.min(e,t,o),s=0,i=r,c=r-a,l=r===0?0:c/r;if(r===a)s=0;else{switch(r){case e:s=(t-o)/c+(t<o?6:0);break;case t:s=(o-e)/c+2;break;case o:s=(e-t)/c+4;break}s/=6}return{h:s,s:l,v:i}}function CE(e,t,o){e=Te(e,360)*6,t=Te(t,100),o=Te(o,100);var r=Math.floor(e),a=e-r,s=o*(1-t),i=o*(1-a*t),c=o*(1-(1-a)*t),l=r%6,d=[o,i,s,s,c,o][l],f=[c,o,o,i,s,s][l],u=[s,s,c,o,o,i][l];return{r:d*255,g:f*255,b:u*255}}function Sd(e,t,o,r){var a=[mn(Math.round(e).toString(16)),mn(Math.round(t).toString(16)),mn(Math.round(o).toString(16))];return r&&a[0].startsWith(a[0].charAt(1))&&a[1].startsWith(a[1].charAt(1))&&a[2].startsWith(a[2].charAt(1))?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0):a.join("")}function EE(e,t,o,r,a){var s=[mn(Math.round(e).toString(16)),mn(Math.round(t).toString(16)),mn(Math.round(o).toString(16)),mn(xE(r))];return a&&s[0].startsWith(s[0].charAt(1))&&s[1].startsWith(s[1].charAt(1))&&s[2].startsWith(s[2].charAt(1))&&s[3].startsWith(s[3].charAt(1))?s[0].charAt(0)+s[1].charAt(0)+s[2].charAt(0)+s[3].charAt(0):s.join("")}function xE(e){return Math.round(parseFloat(e)*255).toString(16)}function Bd(e){return Qe(e)/255}function Qe(e){return parseInt(e,16)}function vE(e){return{r:e>>16,g:(e&65280)>>8,b:e&255}}var Os={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 SE(e){var t={r:0,g:0,b:0},o=1,r=null,a=null,s=null,i=!1,c=!1;return typeof e=="string"&&(e=NE(e)),typeof e=="object"&&(Ht(e.r)&&Ht(e.g)&&Ht(e.b)?(t=wE(e.r,e.g,e.b),i=!0,c=String(e.r).substr(-1)==="%"?"prgb":"rgb"):Ht(e.h)&&Ht(e.s)&&Ht(e.v)?(r=ar(e.s),a=ar(e.v),t=CE(e.h,r,a),i=!0,c="hsv"):Ht(e.h)&&Ht(e.s)&&Ht(e.l)&&(r=ar(e.s),s=ar(e.l),t=yE(e.h,r,s),i=!0,c="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(o=e.a)),o=Ed(o),{ok:i,format:e.format||c,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:o}}var BE="[-\\+]?\\d+%?",AE="[-\\+]?\\d*\\.\\d+%?",en="(?:".concat(AE,")|(?:").concat(BE,")"),Vs="[\\s|\\(]+(".concat(en,")[,|\\s]+(").concat(en,")[,|\\s]+(").concat(en,")\\s*\\)?"),zs="[\\s|\\(]+(".concat(en,")[,|\\s]+(").concat(en,")[,|\\s]+(").concat(en,")[,|\\s]+(").concat(en,")\\s*\\)?"),kt={CSS_UNIT:new RegExp(en),rgb:new RegExp("rgb"+Vs),rgba:new RegExp("rgba"+zs),hsl:new RegExp("hsl"+Vs),hsla:new RegExp("hsla"+zs),hsv:new RegExp("hsv"+Vs),hsva:new RegExp("hsva"+zs),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 NE(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(Os[e])e=Os[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var o=kt.rgb.exec(e);return o?{r:o[1],g:o[2],b:o[3]}:(o=kt.rgba.exec(e),o?{r:o[1],g:o[2],b:o[3],a:o[4]}:(o=kt.hsl.exec(e),o?{h:o[1],s:o[2],l:o[3]}:(o=kt.hsla.exec(e),o?{h:o[1],s:o[2],l:o[3],a:o[4]}:(o=kt.hsv.exec(e),o?{h:o[1],s:o[2],v:o[3]}:(o=kt.hsva.exec(e),o?{h:o[1],s:o[2],v:o[3],a:o[4]}:(o=kt.hex8.exec(e),o?{r:Qe(o[1]),g:Qe(o[2]),b:Qe(o[3]),a:Bd(o[4]),format:t?"name":"hex8"}:(o=kt.hex6.exec(e),o?{r:Qe(o[1]),g:Qe(o[2]),b:Qe(o[3]),format:t?"name":"hex"}:(o=kt.hex4.exec(e),o?{r:Qe(o[1]+o[1]),g:Qe(o[2]+o[2]),b:Qe(o[3]+o[3]),a:Bd(o[4]+o[4]),format:t?"name":"hex8"}:(o=kt.hex3.exec(e),o?{r:Qe(o[1]+o[1]),g:Qe(o[2]+o[2]),b:Qe(o[3]+o[3]),format:t?"name":"hex"}:!1)))))))))}function Ht(e){return!!kt.CSS_UNIT.exec(String(e))}var $E=function(){function e(t,o){t===void 0&&(t=""),o===void 0&&(o={});var r;if(t instanceof e)return t;typeof t=="number"&&(t=vE(t)),this.originalInput=t;var a=SE(t);this.originalInput=t,this.r=a.r,this.g=a.g,this.b=a.b,this.a=a.a,this.roundA=Math.round(100*this.a)/100,this.format=(r=o.format)!==null&&r!==void 0?r:a.format,this.gradientType=o.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=a.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(),o,r,a,s=t.r/255,i=t.g/255,c=t.b/255;return s<=.03928?o=s/12.92:o=Math.pow((s+.055)/1.055,2.4),i<=.03928?r=i/12.92:r=Math.pow((i+.055)/1.055,2.4),c<=.03928?a=c/12.92:a=Math.pow((c+.055)/1.055,2.4),.2126*o+.7152*r+.0722*a},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=Ed(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=vd(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=vd(this.r,this.g,this.b),o=Math.round(t.h*360),r=Math.round(t.s*100),a=Math.round(t.v*100);return this.a===1?"hsv(".concat(o,", ").concat(r,"%, ").concat(a,"%)"):"hsva(".concat(o,", ").concat(r,"%, ").concat(a,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=xd(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=xd(this.r,this.g,this.b),o=Math.round(t.h*360),r=Math.round(t.s*100),a=Math.round(t.l*100);return this.a===1?"hsl(".concat(o,", ").concat(r,"%, ").concat(a,"%)"):"hsla(".concat(o,", ").concat(r,"%, ").concat(a,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),Sd(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),EE(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),o=Math.round(this.g),r=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(o,", ").concat(r,")"):"rgba(".concat(t,", ").concat(o,", ").concat(r,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(o){return"".concat(Math.round(Te(o,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(o){return Math.round(Te(o,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="#"+Sd(this.r,this.g,this.b,!1),o=0,r=Object.entries(Os);o<r.length;o++){var a=r[o],s=a[0],i=a[1];if(t===i)return s}return!1},e.prototype.toString=function(t){var o=!!t;t=t??this.format;var r=!1,a=this.a<1&&this.a>=0,s=!o&&a&&(t.startsWith("hex")||t==="name");return s?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 o=this.toHsl();return o.l+=t/100,o.l=sr(o.l),new e(o)},e.prototype.brighten=function(t){t===void 0&&(t=10);var o=this.toRgb();return o.r=Math.max(0,Math.min(255,o.r-Math.round(255*-(t/100)))),o.g=Math.max(0,Math.min(255,o.g-Math.round(255*-(t/100)))),o.b=Math.max(0,Math.min(255,o.b-Math.round(255*-(t/100)))),new e(o)},e.prototype.darken=function(t){t===void 0&&(t=10);var o=this.toHsl();return o.l-=t/100,o.l=sr(o.l),new e(o)},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 o=this.toHsl();return o.s-=t/100,o.s=sr(o.s),new e(o)},e.prototype.saturate=function(t){t===void 0&&(t=10);var o=this.toHsl();return o.s+=t/100,o.s=sr(o.s),new e(o)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var o=this.toHsl(),r=(o.h+t)%360;return o.h=r<0?360+r:r,new e(o)},e.prototype.mix=function(t,o){o===void 0&&(o=50);var r=this.toRgb(),a=new e(t).toRgb(),s=o/100,i={r:(a.r-r.r)*s+r.r,g:(a.g-r.g)*s+r.g,b:(a.b-r.b)*s+r.b,a:(a.a-r.a)*s+r.a};return new e(i)},e.prototype.analogous=function(t,o){t===void 0&&(t=6),o===void 0&&(o=30);var r=this.toHsl(),a=360/o,s=[this];for(r.h=(r.h-(a*t>>1)+720)%360;--t;)r.h=(r.h+a)%360,s.push(new e(r));return s},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 o=this.toHsv(),r=o.h,a=o.s,s=o.v,i=[],c=1/t;t--;)i.push(new e({h:r,s:a,v:s})),s=(s+c)%1;return i},e.prototype.splitcomplement=function(){var t=this.toHsl(),o=t.h;return[this,new e({h:(o+72)%360,s:t.s,l:t.l}),new e({h:(o+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var o=this.toRgb(),r=new e(t).toRgb(),a=o.a+r.a*(1-o.a);return new e({r:(o.r*o.a+r.r*r.a*(1-o.a))/a,g:(o.g*o.a+r.g*r.a*(1-o.a))/a,b:(o.b*o.a+r.b*r.a*(1-o.a))/a,a})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var o=this.toHsl(),r=o.h,a=[this],s=360/t,i=1;i<t;i++)a.push(new e({h:(r+i*s)%360,s:o.s,l:o.l}));return a},e.prototype.equals=function(t){return this.toRgbString()===new e(t).toRgbString()},e}();function tn(e,t=20){return e.mix("#141414",t).toString()}function TE(e){const t=Jo(),o=ce("button");return n.computed(()=>{let r={};const a=e.color;if(a){const s=new $E(a),i=e.dark?s.tint(20).toString():tn(s,20);if(e.plain)r=o.cssVarBlock({"bg-color":e.dark?tn(s,90):s.tint(90).toString(),"text-color":a,"border-color":e.dark?tn(s,50):s.tint(50).toString(),"hover-text-color":`var(${o.cssVarName("color-white")})`,"hover-bg-color":a,"hover-border-color":a,"active-bg-color":i,"active-text-color":`var(${o.cssVarName("color-white")})`,"active-border-color":i}),t.value&&(r[o.cssVarBlockName("disabled-bg-color")]=e.dark?tn(s,90):s.tint(90).toString(),r[o.cssVarBlockName("disabled-text-color")]=e.dark?tn(s,50):s.tint(50).toString(),r[o.cssVarBlockName("disabled-border-color")]=e.dark?tn(s,80):s.tint(80).toString());else{const c=e.dark?tn(s,30):s.tint(30).toString(),l=s.isDark()?`var(${o.cssVarName("color-white")})`:`var(${o.cssVarName("color-black")})`;if(r=o.cssVarBlock({"bg-color":a,"text-color":l,"border-color":a,"hover-bg-color":c,"hover-text-color":l,"hover-border-color":c,"active-bg-color":i,"active-border-color":i}),t.value){const d=e.dark?tn(s,50):s.tint(50).toString();r[o.cssVarBlockName("disabled-bg-color")]=d,r[o.cssVarBlockName("disabled-text-color")]=e.dark?"rgba(255, 255, 255, 0.5)":`var(${o.cssVarName("color-white")})`,r[o.cssVarBlockName("disabled-border-color")]=d}}}return r})}const ME=n.defineComponent({name:"ElButton"}),IE=n.defineComponent({...ME,props:Ls,emits:_E,setup(e,{expose:t,emit:o}){const r=e,a=TE(r),s=ce("button"),{_ref:i,_size:c,_type:l,_disabled:d,_props:f,shouldAddSpace:u,handleClick:g}=gE(r,o);return t({ref:i,size:c,type:l,disabled:d,shouldAddSpace:u}),(p,_)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(p.tag),n.mergeProps({ref_key:"_ref",ref:i},n.unref(f),{class:[n.unref(s).b(),n.unref(s).m(n.unref(l)),n.unref(s).m(n.unref(c)),n.unref(s).is("disabled",n.unref(d)),n.unref(s).is("loading",p.loading),n.unref(s).is("plain",p.plain),n.unref(s).is("round",p.round),n.unref(s).is("circle",p.circle),n.unref(s).is("text",p.text),n.unref(s).is("link",p.link),n.unref(s).is("has-bg",p.bg)],style:n.unref(a),onClick:n.unref(g)}),{default:n.withCtx(()=>[p.loading?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[p.$slots.loading?n.renderSlot(p.$slots,"loading",{key:0}):(n.openBlock(),n.createBlock(n.unref(We),{key:1,class:n.normalizeClass(n.unref(s).is("loading"))},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(p.loadingIcon)))]),_:1},8,["class"]))],64)):p.icon||p.$slots.icon?(n.openBlock(),n.createBlock(n.unref(We),{key:1},{default:n.withCtx(()=>[p.icon?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(p.icon),{key:0})):n.renderSlot(p.$slots,"icon",{key:1})]),_:3})):n.createCommentVNode("v-if",!0),p.$slots.default?(n.openBlock(),n.createElementBlock("span",{key:2,class:n.normalizeClass({[n.unref(s).em("text","expand")]:n.unref(u)})},[n.renderSlot(p.$slots,"default")],2)):n.createCommentVNode("v-if",!0)]),_:3},16,["class","style","onClick"]))}});var LE=re(IE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/button/src/button.vue"]]);const RE={size:Ls.size,type:Ls.type},OE=n.defineComponent({name:"ElButtonGroup"}),VE=n.defineComponent({...OE,props:RE,setup(e){const t=e;n.provide(Cd,n.reactive({size:n.toRef(t,"size"),type:n.toRef(t,"type")}));const o=ce("button");return(r,a)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(`${n.unref(o).b("group")}`)},[n.renderSlot(r.$slots,"default")],2))}});var Ad=re(VE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/button/src/button-group.vue"]]);const Nd=it(LE,{ButtonGroup:Ad});Ho(Ad);const nn=new Map;let $d;Re&&(document.addEventListener("mousedown",e=>$d=e),document.addEventListener("mouseup",e=>{for(const t of nn.values())for(const{documentHandler:o}of t)o(e,$d)}));function Td(e,t){let o=[];return Array.isArray(t.arg)?o=t.arg:ro(t.arg)&&o.push(t.arg),function(r,a){const s=t.instance.popperRef,i=r.target,c=a==null?void 0:a.target,l=!t||!t.instance,d=!i||!c,f=e.contains(i)||e.contains(c),u=e===i,g=o.length&&o.some(_=>_==null?void 0:_.contains(i))||o.length&&o.includes(c),p=s&&(s.contains(i)||s.contains(c));l||d||f||u||g||p||t.value(r,a)}}const Md={beforeMount(e,t){nn.has(e)||nn.set(e,[]),nn.get(e).push({documentHandler:Td(e,t),bindingFn:t.value})},updated(e,t){nn.has(e)||nn.set(e,[]);const o=nn.get(e),r=o.findIndex(s=>s.bindingFn===t.oldValue),a={documentHandler:Td(e,t),bindingFn:t.value};r>=0?o.splice(r,1,a):o.push(a)},unmounted(e){nn.delete(e)}},Id=pe({type:{type:String,values:["success","info","warning","danger",""],default:""},closable:Boolean,disableTransitions:Boolean,hit:Boolean,color:{type:String,default:""},size:{type:String,values:so,default:""},effect:{type:String,values:["dark","light","plain"],default:"light"},round:Boolean}),zE={close:e=>e instanceof MouseEvent,click:e=>e instanceof MouseEvent},qE=n.defineComponent({name:"ElTag"}),DE=n.defineComponent({...qE,props:Id,emits:zE,setup(e,{emit:t}){const o=e,r=ho(),a=ce("tag"),s=n.computed(()=>{const{type:l,hit:d,effect:f,closable:u,round:g}=o;return[a.b(),a.is("closable",u),a.m(l),a.m(r.value),a.m(f),a.is("hit",d),a.is("round",g)]}),i=l=>{t("close",l)},c=l=>{t("click",l)};return(l,d)=>l.disableTransitions?(n.openBlock(),n.createElementBlock("span",{key:0,class:n.normalizeClass(n.unref(s)),style:n.normalizeStyle({backgroundColor:l.color}),onClick:c},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(a).e("content"))},[n.renderSlot(l.$slots,"default")],2),l.closable?(n.openBlock(),n.createBlock(n.unref(We),{key:0,class:n.normalizeClass(n.unref(a).e("close")),onClick:n.withModifiers(i,["stop"])},{default:n.withCtx(()=>[n.createVNode(n.unref(fs))]),_:1},8,["class","onClick"])):n.createCommentVNode("v-if",!0)],6)):(n.openBlock(),n.createBlock(n.Transition,{key:1,name:`${n.unref(a).namespace.value}-zoom-in-center`,appear:""},{default:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(n.unref(s)),style:n.normalizeStyle({backgroundColor:l.color}),onClick:c},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(a).e("content"))},[n.renderSlot(l.$slots,"default")],2),l.closable?(n.openBlock(),n.createBlock(n.unref(We),{key:0,class:n.normalizeClass(n.unref(a).e("close")),onClick:n.withModifiers(i,["stop"])},{default:n.withCtx(()=>[n.createVNode(n.unref(fs))]),_:1},8,["class","onClick"])):n.createCommentVNode("v-if",!0)],6)]),_:3},8,["name"]))}});var PE=re(DE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/tag/src/tag.vue"]]);const FE=it(PE),jE=pe({color:{type:ne(Object),required:!0},vertical:{type:Boolean,default:!1}});let qs=!1;function _o(e,t){if(!Re)return;const o=function(s){var i;(i=t.drag)==null||i.call(t,s)},r=function(s){var i;document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",r),document.removeEventListener("touchmove",o),document.removeEventListener("touchend",r),document.onselectstart=null,document.ondragstart=null,qs=!1,(i=t.end)==null||i.call(t,s)},a=function(s){var i;qs||(s.preventDefault(),document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",o),document.addEventListener("mouseup",r),document.addEventListener("touchmove",o),document.addEventListener("touchend",r),qs=!0,(i=t.start)==null||i.call(t,s))};e.addEventListener("mousedown",a),e.addEventListener("touchstart",a)}const HE=e=>{const t=n.getCurrentInstance(),o=n.shallowRef(),r=n.shallowRef();function a(i){i.target!==o.value&&s(i)}function s(i){if(!r.value||!o.value)return;const l=t.vnode.el.getBoundingClientRect(),{clientX:d,clientY:f}=Wr(i);if(e.vertical){let u=f-l.top;u=Math.max(o.value.offsetHeight/2,u),u=Math.min(u,l.height-o.value.offsetHeight/2),e.color.set("alpha",Math.round((u-o.value.offsetHeight/2)/(l.height-o.value.offsetHeight)*100))}else{let u=d-l.left;u=Math.max(o.value.offsetWidth/2,u),u=Math.min(u,l.width-o.value.offsetWidth/2),e.color.set("alpha",Math.round((u-o.value.offsetWidth/2)/(l.width-o.value.offsetWidth)*100))}}return{thumb:o,bar:r,handleDrag:s,handleClick:a}},UE=(e,{bar:t,thumb:o,handleDrag:r})=>{const a=n.getCurrentInstance(),s=ce("color-alpha-slider"),i=n.ref(0),c=n.ref(0),l=n.ref();function d(){if(!o.value||e.vertical)return 0;const k=a.vnode.el,w=e.color.get("alpha");return k?Math.round(w*(k.offsetWidth-o.value.offsetWidth/2)/100):0}function f(){if(!o.value)return 0;const k=a.vnode.el;if(!e.vertical)return 0;const w=e.color.get("alpha");return k?Math.round(w*(k.offsetHeight-o.value.offsetHeight/2)/100):0}function u(){if(e.color&&e.color.value){const{r:k,g:w,b:y}=e.color.toRgb();return`linear-gradient(to right, rgba(${k}, ${w}, ${y}, 0) 0%, rgba(${k}, ${w}, ${y}, 1) 100%)`}return""}function g(){i.value=d(),c.value=f(),l.value=u()}n.onMounted(()=>{if(!t.value||!o.value)return;const k={drag:w=>{r(w)},end:w=>{r(w)}};_o(t.value,k),_o(o.value,k),g()}),n.watch(()=>e.color.get("alpha"),()=>g()),n.watch(()=>e.color.value,()=>g());const p=n.computed(()=>[s.b(),s.is("vertical",e.vertical)]),_=n.computed(()=>s.e("bar")),m=n.computed(()=>s.e("thumb")),b=n.computed(()=>({background:l.value})),h=n.computed(()=>({left:$n(i.value),top:$n(c.value)}));return{rootKls:p,barKls:_,barStyle:b,thumbKls:m,thumbStyle:h,update:g}},GE=n.defineComponent({name:"ElColorAlphaSlider"}),ZE=n.defineComponent({...GE,props:jE,setup(e,{expose:t}){const o=e,{bar:r,thumb:a,handleDrag:s,handleClick:i}=HE(o),{rootKls:c,barKls:l,barStyle:d,thumbKls:f,thumbStyle:u,update:g}=UE(o,{bar:r,thumb:a,handleDrag:s});return t({update:g,bar:r,thumb:a}),(p,_)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(n.unref(c))},[n.createElementVNode("div",{ref_key:"bar",ref:r,class:n.normalizeClass(n.unref(l)),style:n.normalizeStyle(n.unref(d)),onClick:_[0]||(_[0]=(...m)=>n.unref(i)&&n.unref(i)(...m))},null,6),n.createElementVNode("div",{ref_key:"thumb",ref:a,class:n.normalizeClass(n.unref(f)),style:n.normalizeStyle(n.unref(u))},null,6)],2))}});var WE=re(ZE,[["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/alpha-slider.vue"]]);const KE=n.defineComponent({name:"ElColorHueSlider",props:{color:{type:Object,required:!0},vertical:Boolean},setup(e){const t=ce("color-hue-slider"),o=n.getCurrentInstance(),r=n.ref(),a=n.ref(),s=n.ref(0),i=n.ref(0),c=n.computed(()=>e.color.get("hue"));n.watch(()=>c.value,()=>{g()});function l(p){p.target!==r.value&&d(p)}function d(p){if(!a.value||!r.value)return;const m=o.vnode.el.getBoundingClientRect(),{clientX:b,clientY:h}=Wr(p);let k;if(e.vertical){let w=h-m.top;w=Math.min(w,m.height-r.value.offsetHeight/2),w=Math.max(r.value.offsetHeight/2,w),k=Math.round((w-r.value.offsetHeight/2)/(m.height-r.value.offsetHeight)*360)}else{let w=b-m.left;w=Math.min(w,m.width-r.value.offsetWidth/2),w=Math.max(r.value.offsetWidth/2,w),k=Math.round((w-r.value.offsetWidth/2)/(m.width-r.value.offsetWidth)*360)}e.color.set("hue",k)}function f(){if(!r.value)return 0;const p=o.vnode.el;if(e.vertical)return 0;const _=e.color.get("hue");return p?Math.round(_*(p.offsetWidth-r.value.offsetWidth/2)/360):0}function u(){if(!r.value)return 0;const p=o.vnode.el;if(!e.vertical)return 0;const _=e.color.get("hue");return p?Math.round(_*(p.offsetHeight-r.value.offsetHeight/2)/360):0}function g(){s.value=f(),i.value=u()}return n.onMounted(()=>{if(!a.value||!r.value)return;const p={drag:_=>{d(_)},end:_=>{d(_)}};_o(a.value,p),_o(r.value,p),g()}),{bar:a,thumb:r,thumbLeft:s,thumbTop:i,hueValue:c,handleClick:l,update:g,ns:t}}});function XE(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass([e.ns.b(),e.ns.is("vertical",e.vertical)])},[n.createElementVNode("div",{ref:"bar",class:n.normalizeClass(e.ns.e("bar")),onClick:t[0]||(t[0]=(...i)=>e.handleClick&&e.handleClick(...i))},null,2),n.createElementVNode("div",{ref:"thumb",class:n.normalizeClass(e.ns.e("thumb")),style:n.normalizeStyle({left:e.thumbLeft+"px",top:e.thumbTop+"px"})},null,6)],2)}var YE=re(KE,[["render",XE],["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/hue-slider.vue"]]);const JE=pe({modelValue:String,id:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:Ss,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}}),QE={[Ue]:e=>pt(e)||fn(e),[ps]:e=>pt(e)||fn(e),activeChange:e=>pt(e)||fn(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},Ld=Symbol("colorPickerContextKey"),Rd=function(e,t,o){return[e,t*o/((e=(2-t)*o)<1?e:2-e)||0,e/2]},ex=function(e){return typeof e=="string"&&e.includes(".")&&Number.parseFloat(e)===1},tx=function(e){return typeof e=="string"&&e.includes("%")},qn=function(e,t){ex(e)&&(e="100%");const o=tx(e);return e=Math.min(t,Math.max(0,Number.parseFloat(`${e}`))),o&&(e=Number.parseInt(`${e*t}`,10)/100),Math.abs(e-t)<1e-6?1:e%t/Number.parseFloat(t)},Od={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},ir=e=>{e=Math.min(Math.round(e),255);const t=Math.floor(e/16),o=e%16;return`${Od[t]||t}${Od[o]||o}`},Vd=function({r:e,g:t,b:o}){return Number.isNaN(+e)||Number.isNaN(+t)||Number.isNaN(+o)?"":`#${ir(e)}${ir(t)}${ir(o)}`},Ds={A:10,B:11,C:12,D:13,E:14,F:15},gn=function(e){return e.length===2?(Ds[e[0].toUpperCase()]||+e[0])*16+(Ds[e[1].toUpperCase()]||+e[1]):Ds[e[1].toUpperCase()]||+e[1]},nx=function(e,t,o){t=t/100,o=o/100;let r=t;const a=Math.max(o,.01);o*=2,t*=o<=1?o:2-o,r*=a<=1?a:2-a;const s=(o+t)/2,i=o===0?2*r/(a+r):2*t/(o+t);return{h:e,s:i*100,v:s*100}},zd=(e,t,o)=>{e=qn(e,255),t=qn(t,255),o=qn(o,255);const r=Math.max(e,t,o),a=Math.min(e,t,o);let s;const i=r,c=r-a,l=r===0?0:c/r;if(r===a)s=0;else{switch(r){case e:{s=(t-o)/c+(t<o?6:0);break}case t:{s=(o-e)/c+2;break}case o:{s=(e-t)/c+4;break}}s/=6}return{h:s*360,s:l*100,v:i*100}},bo=function(e,t,o){e=qn(e,360)*6,t=qn(t,100),o=qn(o,100);const r=Math.floor(e),a=e-r,s=o*(1-t),i=o*(1-a*t),c=o*(1-(1-a)*t),l=r%6,d=[o,i,s,s,c,o][l],f=[c,o,o,i,s,s][l],u=[s,s,c,o,o,i][l];return{r:Math.round(d*255),g:Math.round(f*255),b:Math.round(u*255)}};class ko{constructor(t={}){this._hue=0,this._saturation=100,this._value=100,this._alpha=100,this.enableAlpha=!1,this.format="hex",this.value="";for(const o in t)Lo(t,o)&&(this[o]=t[o]);t.value?this.fromString(t.value):this.doOnChange()}set(t,o){if(arguments.length===1&&typeof t=="object"){for(const r in t)Lo(t,r)&&this.set(r,t[r]);return}this[`_${t}`]=o,this.doOnChange()}get(t){return t==="alpha"?Math.floor(this[`_${t}`]):this[`_${t}`]}toRgb(){return bo(this._hue,this._saturation,this._value)}fromString(t){if(!t){this._hue=0,this._saturation=100,this._value=100,this.doOnChange();return}const o=(r,a,s)=>{this._hue=Math.max(0,Math.min(360,r)),this._saturation=Math.max(0,Math.min(100,a)),this._value=Math.max(0,Math.min(100,s)),this.doOnChange()};if(t.includes("hsl")){const r=t.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter(a=>a!=="").map((a,s)=>s>2?Number.parseFloat(a):Number.parseInt(a,10));if(r.length===4?this._alpha=Number.parseFloat(r[3])*100:r.length===3&&(this._alpha=100),r.length>=3){const{h:a,s,v:i}=nx(r[0],r[1],r[2]);o(a,s,i)}}else if(t.includes("hsv")){const r=t.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter(a=>a!=="").map((a,s)=>s>2?Number.parseFloat(a):Number.parseInt(a,10));r.length===4?this._alpha=Number.parseFloat(r[3])*100:r.length===3&&(this._alpha=100),r.length>=3&&o(r[0],r[1],r[2])}else if(t.includes("rgb")){const r=t.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter(a=>a!=="").map((a,s)=>s>2?Number.parseFloat(a):Number.parseInt(a,10));if(r.length===4?this._alpha=Number.parseFloat(r[3])*100:r.length===3&&(this._alpha=100),r.length>=3){const{h:a,s,v:i}=zd(r[0],r[1],r[2]);o(a,s,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 a,s,i;r.length===3?(a=gn(r[0]+r[0]),s=gn(r[1]+r[1]),i=gn(r[2]+r[2])):(r.length===6||r.length===8)&&(a=gn(r.slice(0,2)),s=gn(r.slice(2,4)),i=gn(r.slice(4,6))),r.length===8?this._alpha=gn(r.slice(6))/255*100:(r.length===3||r.length===6)&&(this._alpha=100);const{h:c,s:l,v:d}=zd(a,s,i);o(c,l,d)}}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:o,_value:r,_alpha:a,format:s}=this;if(this.enableAlpha)switch(s){case"hsl":{const i=Rd(t,o/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(o)}%, ${Math.round(r)}%, ${this.get("alpha")/100})`;break}case"hex":{this.value=`${Vd(bo(t,o,r))}${ir(a*255/100)}`;break}default:{const{r:i,g:c,b:l}=bo(t,o,r);this.value=`rgba(${i}, ${c}, ${l}, ${this.get("alpha")/100})`}}else switch(s){case"hsl":{const i=Rd(t,o/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(o)}%, ${Math.round(r)}%)`;break}case"rgb":{const{r:i,g:c,b:l}=bo(t,o,r);this.value=`rgb(${i}, ${c}, ${l})`;break}default:this.value=Vd(bo(t,o,r))}}}const ox=n.defineComponent({props:{colors:{type:Array,required:!0},color:{type:Object,required:!0}},setup(e){const t=ce("color-predefine"),{currentColor:o}=n.inject(Ld),r=n.ref(s(e.colors,e.color));n.watch(()=>o.value,i=>{const c=new ko;c.fromString(i),r.value.forEach(l=>{l.selected=c.compare(l)})}),n.watchEffect(()=>{r.value=s(e.colors,e.color)});function a(i){e.color.fromString(e.colors[i])}function s(i,c){return i.map(l=>{const d=new ko;return d.enableAlpha=!0,d.format="rgba",d.fromString(l),d.selected=d.value===c.value,d})}return{rgbaColors:r,handleSelect:a,ns:t}}}),rx=["onClick"];function sx(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(e.ns.b())},[n.createElementVNode("div",{class:n.normalizeClass(e.ns.e("colors"))},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.rgbaColors,(i,c)=>(n.openBlock(),n.createElementBlock("div",{key:e.colors[c],class:n.normalizeClass([e.ns.e("color-selector"),e.ns.is("alpha",i._alpha<100),{selected:i.selected}]),onClick:l=>e.handleSelect(c)},[n.createElementVNode("div",{style:n.normalizeStyle({backgroundColor:i.value})},null,4)],10,rx))),128))],2)],2)}var ax=re(ox,[["render",sx],["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/predefine.vue"]]);const ix=n.defineComponent({name:"ElSlPanel",props:{color:{type:Object,required:!0}},setup(e){const t=ce("color-svpanel"),o=n.getCurrentInstance(),r=n.ref(0),a=n.ref(0),s=n.ref("hsl(0, 100%, 50%)"),i=n.computed(()=>{const d=e.color.get("hue"),f=e.color.get("value");return{hue:d,value:f}});function c(){const d=e.color.get("saturation"),f=e.color.get("value"),u=o.vnode.el,{clientWidth:g,clientHeight:p}=u;a.value=d*g/100,r.value=(100-f)*p/100,s.value=`hsl(${e.color.get("hue")}, 100%, 50%)`}function l(d){const u=o.vnode.el.getBoundingClientRect(),{clientX:g,clientY:p}=Wr(d);let _=g-u.left,m=p-u.top;_=Math.max(0,_),_=Math.min(_,u.width),m=Math.max(0,m),m=Math.min(m,u.height),a.value=_,r.value=m,e.color.set({saturation:_/u.width*100,value:100-m/u.height*100})}return n.watch(()=>i.value,()=>{c()}),n.onMounted(()=>{_o(o.vnode.el,{drag:d=>{l(d)},end:d=>{l(d)}}),c()}),{cursorTop:r,cursorLeft:a,background:s,colorValue:i,handleDrag:l,update:c,ns:t}}}),cx=[n.createElementVNode("div",null,null,-1)];function lx(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(e.ns.b()),style:n.normalizeStyle({backgroundColor:e.background})},[n.createElementVNode("div",{class:n.normalizeClass(e.ns.e("white"))},null,2),n.createElementVNode("div",{class:n.normalizeClass(e.ns.e("black"))},null,2),n.createElementVNode("div",{class:n.normalizeClass(e.ns.e("cursor")),style:n.normalizeStyle({top:e.cursorTop+"px",left:e.cursorLeft+"px"})},cx,6)],6)}var ux=re(ix,[["render",lx],["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/sv-panel.vue"]]);const dx=["onKeydown"],fx=["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex"],px=n.defineComponent({name:"ElColorPicker"}),hx=n.defineComponent({...px,props:JE,emits:QE,setup(e,{expose:t,emit:o}){const r=e,{t:a}=gt(),s=ce("color"),{formItem:i}=Qo(),c=ho(),l=Jo(),{inputId:d,isLabeledByFormItem:f}=od(r,{formItemContext:i}),u=n.ref(),g=n.ref(),p=n.ref(),_=n.ref(),m=n.ref(),b=n.ref(),{isFocused:h,handleFocus:k,handleBlur:w}=td(m,{beforeBlur(Z){var se;return(se=_.value)==null?void 0:se.isFocusInsideContent(Z)},afterBlur(){I(!1),D()}}),y=Z=>{if(l.value)return Mt();k(Z)};let x=!0;const E=n.reactive(new ko({enableAlpha:r.showAlpha,format:r.colorFormat||"",value:r.modelValue})),v=n.ref(!1),S=n.ref(!1),N=n.ref(""),$=n.computed(()=>!r.modelValue&&!S.value?"transparent":z(E,r.showAlpha)),M=n.computed(()=>!r.modelValue&&!S.value?"":E.value),V=n.computed(()=>f.value?void 0:r.label||a("el.colorpicker.defaultLabel")),G=n.computed(()=>f.value?i==null?void 0:i.labelId:void 0),T=n.computed(()=>[s.b("picker"),s.is("disabled",l.value),s.bm("picker",c.value),s.is("focused",h.value)]);function z(Z,se){if(!(Z instanceof ko))throw new TypeError("color should be instance of _color Class");const{r:Ee,g:Ie,b:Xe}=Z.toRgb();return se?`rgba(${Ee}, ${Ie}, ${Xe}, ${Z.get("alpha")/100})`:`rgb(${Ee}, ${Ie}, ${Xe})`}function I(Z){v.value=Z}const L=cs(I,100,{leading:!0});function O(){l.value||I(!0)}function q(){L(!1),D()}function D(){n.nextTick(()=>{r.modelValue?E.fromString(r.modelValue):(E.value="",n.nextTick(()=>{S.value=!1}))})}function ee(){l.value||L(!v.value)}function Y(){E.fromString(N.value)}function fe(){const Z=E.value;o(Ue,Z),o("change",Z),r.validateEvent&&(i==null||i.validate("change").catch(se=>void 0)),L(!1),n.nextTick(()=>{const se=new ko({enableAlpha:r.showAlpha,format:r.colorFormat||"",value:r.modelValue});E.compare(se)||D()})}function _e(){L(!1),o(Ue,null),o("change",null),r.modelValue!==null&&r.validateEvent&&(i==null||i.validate("change").catch(Z=>void 0)),D()}function we(Z){if(v.value&&(q(),h.value)){const se=new FocusEvent("focus",Z);w(se)}}function Me(Z){Z.preventDefault(),Z.stopPropagation(),I(!1),D()}function je(Z){switch(Z.code){case Ft.enter:case Ft.space:Z.preventDefault(),Z.stopPropagation(),O(),b.value.focus();break;case Ft.esc:Me(Z);break}}function ve(){m.value.focus()}function Mt(){m.value.blur()}return n.onMounted(()=>{r.modelValue&&(N.value=M.value)}),n.watch(()=>r.modelValue,Z=>{Z?Z&&Z!==E.value&&(x=!1,E.fromString(Z)):S.value=!1}),n.watch(()=>M.value,Z=>{N.value=Z,x&&o("activeChange",Z),x=!0}),n.watch(()=>E.value,()=>{!r.modelValue&&!S.value&&(S.value=!0)}),n.watch(()=>v.value,()=>{n.nextTick(()=>{var Z,se,Ee;(Z=u.value)==null||Z.update(),(se=g.value)==null||se.update(),(Ee=p.value)==null||Ee.update()})}),n.provide(Ld,{currentColor:M}),t({color:E,show:O,hide:q,focus:ve,blur:Mt}),(Z,se)=>(n.openBlock(),n.createBlock(n.unref(go),{ref_key:"popper",ref:_,visible:v.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[n.unref(s).be("picker","panel"),n.unref(s).b("dropdown"),Z.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",transition:`${n.unref(s).namespace.value}-zoom-in-top`,persistent:"",onHide:se[2]||(se[2]=Ee=>I(!1))},{content:n.withCtx(()=>[n.withDirectives((n.openBlock(),n.createElementBlock("div",{onKeydown:n.withKeys(Me,["esc"])},[n.createElementVNode("div",{class:n.normalizeClass(n.unref(s).be("dropdown","main-wrapper"))},[n.createVNode(YE,{ref_key:"hue",ref:u,class:"hue-slider",color:n.unref(E),vertical:""},null,8,["color"]),n.createVNode(ux,{ref_key:"sv",ref:g,color:n.unref(E)},null,8,["color"])],2),Z.showAlpha?(n.openBlock(),n.createBlock(WE,{key:0,ref_key:"alpha",ref:p,color:n.unref(E)},null,8,["color"])):n.createCommentVNode("v-if",!0),Z.predefine?(n.openBlock(),n.createBlock(ax,{key:1,ref:"predefine",color:n.unref(E),colors:Z.predefine},null,8,["color","colors"])):n.createCommentVNode("v-if",!0),n.createElementVNode("div",{class:n.normalizeClass(n.unref(s).be("dropdown","btns"))},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(s).be("dropdown","value"))},[n.createVNode(n.unref(er),{ref_key:"inputRef",ref:b,modelValue:N.value,"onUpdate:modelValue":se[0]||(se[0]=Ee=>N.value=Ee),"validate-event":!1,size:"small",onKeyup:n.withKeys(Y,["enter"]),onBlur:Y},null,8,["modelValue","onKeyup"])],2),n.createVNode(n.unref(Nd),{class:n.normalizeClass(n.unref(s).be("dropdown","link-btn")),text:"",size:"small",onClick:_e},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(a)("el.colorpicker.clear")),1)]),_:1},8,["class"]),n.createVNode(n.unref(Nd),{plain:"",size:"small",class:n.normalizeClass(n.unref(s).be("dropdown","btn")),onClick:fe},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(a)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,dx)),[[n.unref(Md),we]])]),default:n.withCtx(()=>[n.createElementVNode("div",{id:n.unref(d),ref_key:"triggerRef",ref:m,class:n.normalizeClass(n.unref(T)),role:"button","aria-label":n.unref(V),"aria-labelledby":n.unref(G),"aria-description":n.unref(a)("el.colorpicker.description",{color:Z.modelValue||""}),"aria-disabled":n.unref(l),tabindex:n.unref(l)?-1:Z.tabindex,onKeydown:je,onFocus:y,onBlur:se[1]||(se[1]=(...Ee)=>n.unref(w)&&n.unref(w)(...Ee))},[n.unref(l)?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(n.unref(s).be("picker","mask"))},null,2)):n.createCommentVNode("v-if",!0),n.createElementVNode("div",{class:n.normalizeClass(n.unref(s).be("picker","trigger")),onClick:ee},[n.createElementVNode("span",{class:n.normalizeClass([n.unref(s).be("picker","color"),n.unref(s).is("alpha",Z.showAlpha)])},[n.createElementVNode("span",{class:n.normalizeClass(n.unref(s).be("picker","color-inner")),style:n.normalizeStyle({backgroundColor:n.unref($)})},[n.withDirectives(n.createVNode(n.unref(We),{class:n.normalizeClass([n.unref(s).be("picker","icon"),n.unref(s).is("icon-arrow-down")])},{default:n.withCtx(()=>[n.createVNode(n.unref(ku))]),_:1},8,["class"]),[[n.vShow,Z.modelValue||S.value]]),n.withDirectives(n.createVNode(n.unref(We),{class:n.normalizeClass([n.unref(s).be("picker","empty"),n.unref(s).is("icon-close")])},{default:n.withCtx(()=>[n.createVNode(n.unref(fs))]),_:1},8,["class"]),[[n.vShow,!Z.modelValue&&!S.value]])],6)],2)],2)],42,fx)]),_:1},8,["visible","popper-class","transition"]))}});var mx=re(hx,[["__file","/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/color-picker.vue"]]);const gx=it(mx),_x=n.defineComponent({inheritAttrs:!1});function bx(e,t,o,r,a,s){return n.renderSlot(e.$slots,"default")}var kx=re(_x,[["render",bx],["__file","/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]);const wx=n.defineComponent({name:"ElCollectionItem",inheritAttrs:!1});function yx(e,t,o,r,a,s){return n.renderSlot(e.$slots,"default")}var Cx=re(wx,[["render",yx],["__file","/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection-item.vue"]]);const Ex="data-el-collection-item",xx=e=>{const t=`El${e}Collection`,o=`${t}Item`,r=Symbol(t),a=Symbol(o),s={...kx,name:t,setup(){const c=n.ref(null),l=new Map,d=()=>{const f=n.unref(c);if(!f)return[];const u=Array.from(f.querySelectorAll(`[${Ex}]`));return[...l.values()].sort((p,_)=>u.indexOf(p.ref)-u.indexOf(_.ref))};n.provide(r,{itemMap:l,getItems:d,collectionRef:c})}},i={...Cx,name:o,setup(c,{attrs:l}){const d=n.ref(null),f=n.inject(r,void 0);n.provide(a,{collectionItemRef:d}),n.onMounted(()=>{const u=n.unref(d);u&&f.itemMap.set(u,{ref:u,...l})}),n.onBeforeUnmount(()=>{const u=n.unref(d);f.itemMap.delete(u)})}};return{COLLECTION_INJECTION_KEY:r,COLLECTION_ITEM_INJECTION_KEY:a,ElCollection:s,ElCollectionItem:i}},Ps=pe({trigger:mo.trigger,effect:{...Je.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:Je.teleported});pe({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:mt}}),pe({onKeydown:{type:ne(Function)}}),xx("Dropdown");const qd=Symbol("elPaginationKey"),vx=pe({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:mt}}),Sx={click:e=>e instanceof MouseEvent},Bx=["disabled","aria-label","aria-disabled"],Ax={key:0},Nx=n.defineComponent({name:"ElPaginationPrev"}),$x=n.defineComponent({...Nx,props:vx,emits:Sx,setup(e){const t=e,{t:o}=gt(),r=n.computed(()=>t.disabled||t.currentPage<=1);return(a,s)=>(n.openBlock(),n.createElementBlock("button",{type:"button",class:"btn-prev",disabled:n.unref(r),"aria-label":a.prevText||n.unref(o)("el.pagination.prev"),"aria-disabled":n.unref(r),onClick:s[0]||(s[0]=i=>a.$emit("click",i))},[a.prevText?(n.openBlock(),n.createElementBlock("span",Ax,n.toDisplayString(a.prevText),1)):(n.openBlock(),n.createBlock(n.unref(We),{key:1},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(a.prevIcon)))]),_:1}))],8,Bx))}});var Tx=re($x,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);const Mx=pe({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:mt}}),Ix=["disabled","aria-label","aria-disabled"],Lx={key:0},Rx=n.defineComponent({name:"ElPaginationNext"}),Ox=n.defineComponent({...Rx,props:Mx,emits:["click"],setup(e){const t=e,{t:o}=gt(),r=n.computed(()=>t.disabled||t.currentPage===t.pageCount||t.pageCount===0);return(a,s)=>(n.openBlock(),n.createElementBlock("button",{type:"button",class:"btn-next",disabled:n.unref(r),"aria-label":a.nextText||n.unref(o)("el.pagination.next"),"aria-disabled":n.unref(r),onClick:s[0]||(s[0]=i=>a.$emit("click",i))},[a.nextText?(n.openBlock(),n.createElementBlock("span",Lx,n.toDisplayString(a.nextText),1)):(n.openBlock(),n.createBlock(n.unref(We),{key:1},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(a.nextIcon)))]),_:1}))],8,Ix))}});var Vx=re(Ox,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);const Dd=Symbol("ElSelectGroup"),cr=Symbol("ElSelect");function zx(e,t){const o=n.inject(cr),r=n.inject(Dd,{disabled:!1}),a=n.computed(()=>ht(e.value)),s=n.computed(()=>o.props.multiple?u(o.props.modelValue,e.value):g(e.value,o.props.modelValue)),i=n.computed(()=>{if(o.props.multiple){const m=o.props.modelValue||[];return!s.value&&m.length>=o.props.multipleLimit&&o.props.multipleLimit>0}else return!1}),c=n.computed(()=>e.label||(a.value?"":e.value)),l=n.computed(()=>e.value||e.label||""),d=n.computed(()=>e.disabled||t.groupDisabled||i.value),f=n.getCurrentInstance(),u=(m=[],b)=>{if(a.value){const h=o.props.valueKey;return m&&m.some(k=>n.toRaw(Ye(k,h))===Ye(b,h))}else return m&&m.includes(b)},g=(m,b)=>{if(a.value){const{valueKey:h}=o.props;return Ye(m,h)===Ye(b,h)}else return m===b},p=()=>{!e.disabled&&!r.disabled&&(o.hoverIndex=o.optionsArray.indexOf(f.proxy))};n.watch(()=>c.value,()=>{!e.created&&!o.props.remote&&o.setSelected()}),n.watch(()=>e.value,(m,b)=>{const{remote:h,valueKey:k}=o.props;if(Object.is(m,b)||(o.onOptionDestroy(b,f.proxy),o.onOptionCreate(f.proxy)),!e.created&&!h){if(k&&ht(m)&&ht(b)&&m[k]===b[k])return;o.setSelected()}}),n.watch(()=>r.disabled,()=>{t.groupDisabled=r.disabled},{immediate:!0});const{queryChange:_}=n.toRaw(o);return n.watch(_,m=>{const{query:b}=n.unref(m),h=new RegExp(My(b),"i");t.visible=h.test(c.value)||e.created,t.visible||o.filteredOptionsCount--},{immediate:!0}),{select:o,currentLabel:c,currentValue:l,itemSelected:s,isDisabled:d,hoverItem:p}}const qx=n.defineComponent({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:Boolean},setup(e){const t=ce("select"),o=Xo(),r=n.computed(()=>[t.be("dropdown","item"),t.is("disabled",n.unref(c)),{selected:n.unref(i),hover:n.unref(u)}]),a=n.reactive({index:-1,groupDisabled:!1,visible:!0,hitState:!1,hover:!1}),{currentLabel:s,itemSelected:i,isDisabled:c,select:l,hoverItem:d}=zx(e,a),{visible:f,hover:u}=n.toRefs(a),g=n.getCurrentInstance().proxy;l.onOptionCreate(g),n.onBeforeUnmount(()=>{const _=g.value,{selected:m}=l,h=(l.props.multiple?m:[m]).some(k=>k.value===g.value);n.nextTick(()=>{l.cachedOptions.get(_)===g&&!h&&l.cachedOptions.delete(_)}),l.onOptionDestroy(_,g)});function p(){e.disabled!==!0&&a.groupDisabled!==!0&&l.handleOptionSelect(g)}return{ns:t,id:o,containerKls:r,currentLabel:s,itemSelected:i,isDisabled:c,select:l,hoverItem:d,visible:f,hover:u,selectOptionClick:p,states:a}}}),Dx=["id","aria-disabled","aria-selected"];function Px(e,t,o,r,a,s){return n.withDirectives((n.openBlock(),n.createElementBlock("li",{id:e.id,class:n.normalizeClass(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]=n.withModifiers((...i)=>e.selectOptionClick&&e.selectOptionClick(...i),["stop"]))},[n.renderSlot(e.$slots,"default",{},()=>[n.createElementVNode("span",null,n.toDisplayString(e.currentLabel),1)])],42,Dx)),[[n.vShow,e.visible]])}var Fs=re(qx,[["render",Px],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);const Fx=n.defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const e=n.inject(cr),t=ce("select"),o=n.computed(()=>e.props.popperClass),r=n.computed(()=>e.props.multiple),a=n.computed(()=>e.props.fitInputWidth),s=n.ref("");function i(){var c;s.value=`${(c=e.selectWrapper)==null?void 0:c.offsetWidth}px`}return n.onMounted(()=>{i(),Io(e.selectWrapper,i)}),{ns:t,minWidth:s,popperClass:o,isMultiple:r,isFitInputWidth:a}}});function jx(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass([e.ns.b("dropdown"),e.ns.is("multiple",e.isMultiple),e.popperClass]),style:n.normalizeStyle({[e.isFitInputWidth?"width":"minWidth"]:e.minWidth})},[e.$slots.header?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(e.ns.be("dropdown","header"))},[n.renderSlot(e.$slots,"header")],2)):n.createCommentVNode("v-if",!0),n.renderSlot(e.$slots,"default"),e.$slots.footer?(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(e.ns.be("dropdown","footer"))},[n.renderSlot(e.$slots,"footer")],2)):n.createCommentVNode("v-if",!0)],6)}var Hx=re(Fx,[["render",jx],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);function Ux(e){const{t}=gt();return n.reactive({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 Gx=(e,t,o)=>{const{t:r}=gt(),a=ce("select");vu({from:"suffixTransition",replacement:"override style scheme",version:"2.3.0",scope:"props",ref:"https://element-plus.org/en-US/component/select.html#select-attributes"},n.computed(()=>e.suffixTransition===!1));const s=n.ref(null),i=n.ref(null),c=n.ref(null),l=n.ref(null),d=n.ref(null),f=n.ref(null),u=n.ref(null),g=n.ref(null),p=n.ref(),_=n.shallowRef({query:""}),m=n.shallowRef(""),b=n.ref([]);let h=0;const{form:k,formItem:w}=Qo(),y=n.computed(()=>!e.filterable||e.multiple||!t.visible),x=n.computed(()=>e.disabled||(k==null?void 0:k.disabled)),E=n.computed(()=>{const A=e.multiple?Array.isArray(e.modelValue)&&e.modelValue.length>0:e.modelValue!==void 0&&e.modelValue!==null&&e.modelValue!=="";return e.clearable&&!x.value&&t.inputHovering&&A}),v=n.computed(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),S=n.computed(()=>a.is("reverse",v.value&&t.visible&&e.suffixTransition)),N=n.computed(()=>(k==null?void 0:k.statusIcon)&&(w==null?void 0:w.validateState)&&Eu[w==null?void 0:w.validateState]),$=n.computed(()=>e.remote?300:0),M=n.computed(()=>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),V=n.computed(()=>{const A=Array.from(t.options.values()),C=[];return b.value.forEach(B=>{const R=A.findIndex(W=>W.currentLabel===B);R>-1&&C.push(A[R])}),C.length>=A.length?C:A}),G=n.computed(()=>Array.from(t.cachedOptions.values())),T=n.computed(()=>{const A=V.value.filter(C=>!C.created).some(C=>C.currentLabel===t.query);return e.filterable&&e.allowCreate&&t.query!==""&&!A}),z=ho(),I=n.computed(()=>["small"].includes(z.value)?"small":"default"),L=n.computed({get(){return t.visible&&M.value!==!1},set(A){t.visible=A}});n.watch([()=>x.value,()=>z.value,()=>k==null?void 0:k.size],()=>{n.nextTick(()=>{O()})}),n.watch(()=>e.placeholder,A=>{t.cachedPlaceHolder=t.currentPlaceholder=A,e.multiple&&Array.isArray(e.modelValue)&&e.modelValue.length>0&&(t.currentPlaceholder="")}),n.watch(()=>e.modelValue,(A,C)=>{e.multiple&&(O(),A&&A.length>0||i.value&&t.query!==""?t.currentPlaceholder="":t.currentPlaceholder=t.cachedPlaceHolder,e.filterable&&!e.reserveKeyword&&(t.query="",q(t.query))),Y(),e.filterable&&!e.multiple&&(t.inputLength=20),!ls(A,C)&&e.validateEvent&&(w==null||w.validate("change").catch(B=>void 0))},{flush:"post",deep:!0}),n.watch(()=>t.visible,A=>{var C,B,R,W,ae;A?((B=(C=l.value)==null?void 0:C.updatePopper)==null||B.call(C),e.filterable&&(t.filteredOptionsCount=t.optionsCount,t.query=e.remote?"":t.selectedLabel,(W=(R=c.value)==null?void 0:R.focus)==null||W.call(R),e.multiple?(ae=i.value)==null||ae.focus():t.selectedLabel&&(t.currentPlaceholder=`${t.selectedLabel}`,t.selectedLabel=""),q(t.query),!e.multiple&&!e.remote&&(_.value.query="",n.triggerRef(_),n.triggerRef(m)))):(e.filterable&&(at(e.filterMethod)&&e.filterMethod(""),at(e.remoteMethod)&&e.remoteMethod("")),t.query="",t.previousQuery=null,t.selectedLabel="",t.inputLength=20,t.menuVisibleOnFocus=!1,_e(),n.nextTick(()=>{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))),o.emit("visible-change",A)}),n.watch(()=>t.options.entries(),()=>{var A,C,B;if(!Re)return;(C=(A=l.value)==null?void 0:A.updatePopper)==null||C.call(A),e.multiple&&O();const R=((B=u.value)==null?void 0:B.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!bu(e.modelValue)||!Array.from(R).includes(document.activeElement))&&Y(),e.defaultFirstOption&&(e.filterable||e.remote)&&t.filteredOptionsCount&&ee()},{flush:"post"}),n.watch(()=>t.hoverIndex,A=>{xe(A)&&A>-1?p.value=V.value[A]||{}:p.value={},V.value.forEach(C=>{C.hover=p.value===C})});const O=()=>{n.nextTick(()=>{var A,C;if(!s.value)return;const B=s.value.$el.querySelector("input");h=h||(B.clientHeight>0?B.clientHeight+2:0);const R=f.value,W=getComputedStyle(B).getPropertyValue(a.cssVarName("input-height")),ae=Number.parseFloat(W)||a4(z.value||(k==null?void 0:k.size)),ue=z.value||ae===h||h<=0?ae:h;!(B.offsetParent===null)&&(B.style.height=`${(t.selected.length===0?ue:Math.max(R?R.clientHeight+(R.clientHeight>ue?6:0):0,ue))-2}px`),t.visible&&M.value!==!1&&((C=(A=l.value)==null?void 0:A.updatePopper)==null||C.call(A))})},q=async A=>{if(!(t.previousQuery===A||t.isOnComposition)){if(t.previousQuery===null&&(at(e.filterMethod)||at(e.remoteMethod))){t.previousQuery=A;return}t.previousQuery=A,n.nextTick(()=>{var C,B;t.visible&&((B=(C=l.value)==null?void 0:C.updatePopper)==null||B.call(C))}),t.hoverIndex=-1,e.multiple&&e.filterable&&n.nextTick(()=>{if(!x.value){const C=i.value.value.length*15+20;t.inputLength=e.collapseTags?Math.min(50,C):C,D()}O()}),e.remote&&at(e.remoteMethod)?(t.hoverIndex=-1,e.remoteMethod(A)):at(e.filterMethod)?(e.filterMethod(A),n.triggerRef(m)):(t.filteredOptionsCount=t.optionsCount,_.value.query=A,n.triggerRef(_),n.triggerRef(m)),e.defaultFirstOption&&(e.filterable||e.remote)&&t.filteredOptionsCount&&(await n.nextTick(),ee())}},D=()=>{t.currentPlaceholder!==""&&(t.currentPlaceholder=i.value.value?"":t.cachedPlaceHolder)},ee=()=>{const A=V.value.filter(R=>R.visible&&!R.disabled&&!R.states.groupDisabled),C=A.find(R=>R.created),B=A[0];t.hoverIndex=et(V.value,C||B)},Y=()=>{var A;if(e.multiple)t.selectedLabel="";else{const B=fe(e.modelValue);(A=B.props)!=null&&A.created?(t.createdLabel=B.props.value,t.createdSelected=!0):t.createdSelected=!1,t.selectedLabel=B.currentLabel,t.selected=B,e.filterable&&(t.query=t.selectedLabel);return}const C=[];Array.isArray(e.modelValue)&&e.modelValue.forEach(B=>{C.push(fe(B))}),t.selected=C,n.nextTick(()=>{O()})},fe=A=>{let C;const B=Kr(A).toLowerCase()==="object",R=Kr(A).toLowerCase()==="null",W=Kr(A).toLowerCase()==="undefined";for(let U=t.cachedOptions.size-1;U>=0;U--){const j=G.value[U];if(B?Ye(j.value,e.valueKey)===Ye(A,e.valueKey):j.value===A){C={value:A,currentLabel:j.currentLabel,isDisabled:j.isDisabled};break}}if(C)return C;const ae=B?A.label:!R&&!W?A:"",ue={value:A,currentLabel:ae};return e.multiple&&(ue.hitState=!1),ue},_e=()=>{setTimeout(()=>{const A=e.valueKey;e.multiple?t.selected.length>0?t.hoverIndex=Math.min.apply(null,t.selected.map(C=>V.value.findIndex(B=>Ye(B,A)===Ye(C,A)))):t.hoverIndex=-1:t.hoverIndex=V.value.findIndex(C=>Zt(C)===Zt(t.selected))},300)},we=()=>{var A,C;Me(),(C=(A=l.value)==null?void 0:A.updatePopper)==null||C.call(A),e.multiple&&O()},Me=()=>{var A;t.inputWidth=(A=s.value)==null?void 0:A.$el.offsetWidth},je=()=>{e.filterable&&t.query!==t.selectedLabel&&(t.query=t.selectedLabel,q(t.query))},ve=cs(()=>{je()},$.value),Mt=cs(A=>{q(A.target.value)},$.value),Z=A=>{ls(e.modelValue,A)||o.emit(ps,A)},se=A=>Ny(A,C=>!t.disabledOptions.has(C)),Ee=A=>{if(A.code!==Ft.delete){if(A.target.value.length<=0&&!nt()){const C=e.modelValue.slice(),B=se(C);if(B<0)return;C.splice(B,1),o.emit(Ue,C),Z(C)}A.target.value.length===1&&e.modelValue.length===0&&(t.currentPlaceholder=t.cachedPlaceHolder)}},Ie=(A,C)=>{const B=t.selected.indexOf(C);if(B>-1&&!x.value){const R=e.modelValue.slice();R.splice(B,1),o.emit(Ue,R),Z(R),o.emit("remove-tag",C.value)}A.stopPropagation(),J()},Xe=A=>{A.stopPropagation();const C=e.multiple?[]:"";if(!pt(C))for(const B of t.selected)B.isDisabled&&C.push(B.value);o.emit(Ue,C),Z(C),t.hoverIndex=-1,t.visible=!1,o.emit("clear"),J()},yt=A=>{var C;if(e.multiple){const B=(e.modelValue||[]).slice(),R=et(B,A.value);R>-1?B.splice(R,1):(e.multipleLimit<=0||B.length<e.multipleLimit)&&B.push(A.value),o.emit(Ue,B),Z(B),A.created&&(t.query="",q(""),t.inputLength=20),e.filterable&&((C=i.value)==null||C.focus())}else o.emit(Ue,A.value),Z(A.value),t.visible=!1;It(),!t.visible&&n.nextTick(()=>{tt(A)})},et=(A=[],C)=>{if(!ht(C))return A.indexOf(C);const B=e.valueKey;let R=-1;return A.some((W,ae)=>n.toRaw(Ye(W,B))===Ye(C,B)?(R=ae,!0):!1),R},It=()=>{const A=i.value||s.value;A&&(A==null||A.focus())},tt=A=>{var C,B,R,W,ae;const ue=Array.isArray(A)?A[0]:A;let U=null;if(ue!=null&&ue.value){const j=V.value.filter(Q=>Q.value===ue.value);j.length>0&&(U=j[0].$el)}if(l.value&&U){const j=(W=(R=(B=(C=l.value)==null?void 0:C.popperRef)==null?void 0:B.contentRef)==null?void 0:R.querySelector)==null?void 0:W.call(R,`.${a.be("dropdown","wrap")}`);j&&Ry(j,U)}(ae=g.value)==null||ae.handleScroll()},Ct=A=>{t.optionsCount++,t.filteredOptionsCount++,t.options.set(A.value,A),t.cachedOptions.set(A.value,A),A.disabled&&t.disabledOptions.set(A.value,A)},ze=(A,C)=>{t.options.get(A)===C&&(t.optionsCount--,t.filteredOptionsCount--,t.options.delete(A))},ft=A=>{A.code!==Ft.backspace&&nt(!1),t.inputLength=i.value.value.length*15+20,O()},nt=A=>{if(!Array.isArray(t.selected))return;const C=se(t.selected.map(R=>R.value)),B=t.selected[C];if(B)return A===!0||A===!1?(B.hitState=A,A):(B.hitState=!B.hitState,B.hitState)},Et=A=>{const C=A.target.value;if(A.type==="compositionend")t.isOnComposition=!1,n.nextTick(()=>q(C));else{const B=C[C.length-1]||"";t.isOnComposition=!xu(B)}},Ne=()=>{n.nextTick(()=>tt(t.selected))},P=A=>{t.focused||((e.automaticDropdown||e.filterable)&&(e.filterable&&!t.visible&&(t.menuVisibleOnFocus=!0),t.visible=!0),t.focused=!0,o.emit("focus",A))},J=()=>{var A,C;t.visible?(A=i.value||s.value)==null||A.focus():(C=s.value)==null||C.focus()},me=()=>{var A,C,B;t.visible=!1,(A=s.value)==null||A.blur(),(B=(C=c.value)==null?void 0:C.blur)==null||B.call(C)},Se=A=>{var C,B,R;(C=l.value)!=null&&C.isFocusInsideContent(A)||(B=d.value)!=null&&B.isFocusInsideContent(A)||(R=u.value)!=null&&R.contains(A.relatedTarget)||(t.visible&&wn(),t.focused=!1,o.emit("blur",A))},xt=A=>{Xe(A)},wn=()=>{t.visible=!1},yn=A=>{t.visible&&(A.preventDefault(),A.stopPropagation(),t.visible=!1)},Gn=A=>{A&&!t.mouseEnter||x.value||(t.menuVisibleOnFocus?t.menuVisibleOnFocus=!1:(!l.value||!l.value.isFocusInsideContent())&&(t.visible=!t.visible),J())},Bo=()=>{t.visible?V.value[t.hoverIndex]&&yt(V.value[t.hoverIndex]):Gn()},Zt=A=>ht(A.value)?Ye(A.value,e.valueKey):A.value,Zn=n.computed(()=>V.value.filter(A=>A.visible).every(A=>A.disabled)),Ao=n.computed(()=>e.multiple?t.selected.slice(0,e.maxCollapseTags):[]),Cn=n.computed(()=>e.multiple?t.selected.slice(e.maxCollapseTags):[]),sn=A=>{if(!t.visible){t.visible=!0;return}if(!(t.options.size===0||t.filteredOptionsCount===0)&&!t.isOnComposition&&!Zn.value){A==="next"?(t.hoverIndex++,t.hoverIndex===t.options.size&&(t.hoverIndex=0)):A==="prev"&&(t.hoverIndex--,t.hoverIndex<0&&(t.hoverIndex=t.options.size-1));const C=V.value[t.hoverIndex];(C.disabled===!0||C.states.groupDisabled===!0||!C.visible)&&sn(A),n.nextTick(()=>tt(p.value))}},Wn=()=>{t.mouseEnter=!0},En=()=>{t.mouseEnter=!1},No=(A,C)=>{var B,R;Ie(A,C),(R=(B=d.value)==null?void 0:B.updatePopper)==null||R.call(B)},Kn=n.computed(()=>({maxWidth:`${n.unref(t.inputWidth)-32-(N.value?22:0)}px`,width:"100%"}));return{optionList:b,optionsArray:V,hoverOption:p,selectSize:z,handleResize:we,debouncedOnInputChange:ve,debouncedQueryChange:Mt,deletePrevTag:Ee,deleteTag:Ie,deleteSelected:Xe,handleOptionSelect:yt,scrollToOption:tt,readonly:y,resetInputHeight:O,showClose:E,iconComponent:v,iconReverse:S,showNewOption:T,collapseTagSize:I,setSelected:Y,managePlaceholder:D,selectDisabled:x,emptyText:M,toggleLastOptionHitState:nt,resetInputState:ft,handleComposition:Et,onOptionCreate:Ct,onOptionDestroy:ze,handleMenuEnter:Ne,handleFocus:P,focus:J,blur:me,handleBlur:Se,handleClearClick:xt,handleClose:wn,handleKeydownEscape:yn,toggleMenu:Gn,selectOption:Bo,getValueKey:Zt,navigateOptions:sn,handleDeleteTooltipTag:No,dropMenuVisible:L,queryChange:_,groupQueryChange:m,showTagList:Ao,collapseTagList:Cn,selectTagsStyle:Kn,reference:s,input:i,iOSInput:c,tooltipRef:l,tagTooltipRef:d,tags:f,selectWrapper:u,scrollbar:g,handleMouseEnter:Wn,handleMouseLeave:En}};var Zx=n.defineComponent({name:"ElOptions",emits:["update-options"],setup(e,{slots:t,emit:o}){let r=[];function a(s,i){if(s.length!==i.length)return!1;for(const[c]of s.entries())if(s[c]!=i[c])return!1;return!0}return()=>{var s,i;const c=(s=t.default)==null?void 0:s.call(t),l=[];function d(f){Array.isArray(f)&&f.forEach(u=>{var g,p,_,m;const b=(g=(u==null?void 0:u.type)||{})==null?void 0:g.name;b==="ElOptionGroup"?d(!pt(u.children)&&!Array.isArray(u.children)&&at((p=u.children)==null?void 0:p.default)?(_=u.children)==null?void 0:_.default():u.children):b==="ElOption"?l.push((m=u.props)==null?void 0:m.label):Array.isArray(u.children)&&d(u.children)})}return c.length&&d((i=c[0])==null?void 0:i.children),a(l,r)||(r=l,o("update-options",l)),c}}});const Pd="ElSelect",Wx=n.defineComponent({name:Pd,componentName:Pd,components:{ElInput:er,ElSelectMenu:Hx,ElOption:Fs,ElOptions:Zx,ElTag:FE,ElScrollbar:h3,ElTooltip:go,ElIcon:We},directives:{ClickOutside:Md},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:i4},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:Je.teleported,persistent:{type:Boolean,default:!0},clearIcon:{type:mt,default:ds},fitInputWidth:Boolean,suffixIcon:{type:mt,default:ku},tagType:{...Id.type,default:"info"},validateEvent:{type:Boolean,default:!0},remoteShowSuffix:Boolean,suffixTransition:{type:Boolean,default:!0},placement:{type:String,values:Uo,default:"bottom-start"},ariaLabel:{type:String,default:void 0}},emits:[Ue,ps,"remove-tag","clear","visible-change","focus","blur"],setup(e,t){const o=ce("select"),r=ce("input"),{t:a}=gt(),s=Xo(),i=Ux(e),{optionList:c,optionsArray:l,hoverOption:d,selectSize:f,readonly:u,handleResize:g,collapseTagSize:p,debouncedOnInputChange:_,debouncedQueryChange:m,deletePrevTag:b,deleteTag:h,deleteSelected:k,handleOptionSelect:w,scrollToOption:y,setSelected:x,resetInputHeight:E,managePlaceholder:v,showClose:S,selectDisabled:N,iconComponent:$,iconReverse:M,showNewOption:V,emptyText:G,toggleLastOptionHitState:T,resetInputState:z,handleComposition:I,onOptionCreate:L,onOptionDestroy:O,handleMenuEnter:q,handleFocus:D,focus:ee,blur:Y,handleBlur:fe,handleClearClick:_e,handleClose:we,handleKeydownEscape:Me,toggleMenu:je,selectOption:ve,getValueKey:Mt,navigateOptions:Z,handleDeleteTooltipTag:se,dropMenuVisible:Ee,reference:Ie,input:Xe,iOSInput:yt,tooltipRef:et,tagTooltipRef:It,tags:tt,selectWrapper:Ct,scrollbar:ze,queryChange:ft,groupQueryChange:nt,handleMouseEnter:Et,handleMouseLeave:Ne,showTagList:P,collapseTagList:J,selectTagsStyle:me}=Gx(e,i,t),{inputWidth:Se,selected:xt,inputLength:wn,filteredOptionsCount:yn,visible:Gn,selectedLabel:Bo,hoverIndex:Zt,query:Zn,inputHovering:Ao,currentPlaceholder:Cn,menuVisibleOnFocus:sn,isOnComposition:Wn,options:En,cachedOptions:No,optionsCount:Kn,prefixWidth:A}=n.toRefs(i),C=n.computed(()=>{const de=[o.b()],ot=n.unref(f);return ot&&de.push(o.m(ot)),e.disabled&&de.push(o.m("disabled")),de}),B=n.computed(()=>[o.e("tags"),o.is("disabled",n.unref(N))]),R=n.computed(()=>[o.b("tags-wrapper"),{"has-prefix":n.unref(A)&&n.unref(xt).length}]),W=n.computed(()=>[o.e("input"),o.is(n.unref(f)),o.is("disabled",n.unref(N))]),ae=n.computed(()=>[o.e("input"),o.is(n.unref(f)),o.em("input","iOS")]),ue=n.computed(()=>[o.is("empty",!e.allowCreate&&!!n.unref(Zn)&&n.unref(yn)===0)]),U=n.computed(()=>({maxWidth:`${n.unref(Se)>123&&n.unref(xt).length>e.maxCollapseTags?n.unref(Se)-123:n.unref(Se)-75}px`})),j=n.computed(()=>({marginLeft:`${n.unref(A)}px`,flexGrow:1,width:`${n.unref(wn)/(n.unref(Se)-32)}%`,maxWidth:`${n.unref(Se)-42}px`}));n.provide(cr,n.reactive({props:e,options:En,optionsArray:l,cachedOptions:No,optionsCount:Kn,filteredOptionsCount:yn,hoverIndex:Zt,handleOptionSelect:w,onOptionCreate:L,onOptionDestroy:O,selectWrapper:Ct,selected:xt,setSelected:x,queryChange:ft,groupQueryChange:nt})),n.onMounted(()=>{i.cachedPlaceHolder=Cn.value=e.placeholder||(()=>a("el.select.placeholder")),e.multiple&&Array.isArray(e.modelValue)&&e.modelValue.length>0&&(Cn.value=""),Io(Ct,g),e.remote&&e.multiple&&E(),n.nextTick(()=>{const de=Ie.value&&Ie.value.$el;if(de&&(Se.value=de.getBoundingClientRect().width,t.slots.prefix)){const ot=de.querySelector(`.${r.e("prefix")}`);A.value=Math.max(ot.getBoundingClientRect().width+11,30)}}),x()}),e.multiple&&!Array.isArray(e.modelValue)&&t.emit(Ue,[]),!e.multiple&&Array.isArray(e.modelValue)&&t.emit(Ue,"");const Q=n.computed(()=>{var de,ot;return(ot=(de=et.value)==null?void 0:de.popperRef)==null?void 0:ot.contentRef});return{isIOS:El,onOptionsRendered:de=>{c.value=de},prefixWidth:A,selectSize:f,readonly:u,handleResize:g,collapseTagSize:p,debouncedOnInputChange:_,debouncedQueryChange:m,deletePrevTag:b,deleteTag:h,handleDeleteTooltipTag:se,deleteSelected:k,handleOptionSelect:w,scrollToOption:y,inputWidth:Se,selected:xt,inputLength:wn,filteredOptionsCount:yn,visible:Gn,selectedLabel:Bo,hoverIndex:Zt,query:Zn,inputHovering:Ao,currentPlaceholder:Cn,menuVisibleOnFocus:sn,isOnComposition:Wn,options:En,resetInputHeight:E,managePlaceholder:v,showClose:S,selectDisabled:N,iconComponent:$,iconReverse:M,showNewOption:V,emptyText:G,toggleLastOptionHitState:T,resetInputState:z,handleComposition:I,handleMenuEnter:q,handleFocus:D,focus:ee,blur:Y,handleBlur:fe,handleClearClick:_e,handleClose:we,handleKeydownEscape:Me,toggleMenu:je,selectOption:ve,getValueKey:Mt,navigateOptions:Z,dropMenuVisible:Ee,reference:Ie,input:Xe,iOSInput:yt,tooltipRef:et,popperPaneRef:Q,tags:tt,selectWrapper:Ct,scrollbar:ze,wrapperKls:C,tagsKls:B,tagWrapperKls:R,inputKls:W,iOSInputKls:ae,scrollbarKls:ue,selectTagsStyle:me,nsSelect:o,tagTextStyle:U,inputStyle:j,handleMouseEnter:Et,handleMouseLeave:Ne,showTagList:P,collapseTagList:J,tagTooltipRef:It,contentId:s,hoverOption:d}}}),Kx=["disabled","autocomplete","aria-activedescendant","aria-controls","aria-expanded","aria-label"],Xx=["disabled"],Yx={style:{height:"100%",display:"flex","justify-content":"center","align-items":"center"}};function Jx(e,t,o,r,a,s){const i=n.resolveComponent("el-tag"),c=n.resolveComponent("el-tooltip"),l=n.resolveComponent("el-icon"),d=n.resolveComponent("el-input"),f=n.resolveComponent("el-option"),u=n.resolveComponent("el-options"),g=n.resolveComponent("el-scrollbar"),p=n.resolveComponent("el-select-menu"),_=n.resolveDirective("click-outside");return n.withDirectives((n.openBlock(),n.createElementBlock("div",{ref:"selectWrapper",class:n.normalizeClass(e.wrapperKls),onMouseenter:t[22]||(t[22]=(...m)=>e.handleMouseEnter&&e.handleMouseEnter(...m)),onMouseleave:t[23]||(t[23]=(...m)=>e.handleMouseLeave&&e.handleMouseLeave(...m)),onClick:t[24]||(t[24]=n.withModifiers((...m)=>e.toggleMenu&&e.toggleMenu(...m),["stop"]))},[n.createVNode(c,{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:n.withCtx(()=>{var m,b;return[n.createElementVNode("div",{class:"select-trigger",onMouseenter:t[20]||(t[20]=h=>e.inputHovering=!0),onMouseleave:t[21]||(t[21]=h=>e.inputHovering=!1)},[e.multiple?(n.openBlock(),n.createElementBlock("div",{key:0,ref:"tags",tabindex:"-1",class:n.normalizeClass(e.tagsKls),style:n.normalizeStyle(e.selectTagsStyle),onClick:t[15]||(t[15]=(...h)=>e.focus&&e.focus(...h))},[e.collapseTags&&e.selected.length?(n.openBlock(),n.createBlock(n.Transition,{key:0,onAfterLeave:e.resetInputHeight},{default:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(e.tagWrapperKls)},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.showTagList,h=>(n.openBlock(),n.createBlock(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:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(e.nsSelect.e("tags-text")),style:n.normalizeStyle(e.tagTextStyle)},n.toDisplayString(h.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"]))),128)),e.selected.length>e.maxCollapseTags?(n.openBlock(),n.createBlock(i,{key:0,closable:!1,size:e.collapseTagSize,type:e.tagType,"disable-transitions":""},{default:n.withCtx(()=>[e.collapseTagsTooltip?(n.openBlock(),n.createBlock(c,{key:0,ref:"tagTooltipRef",disabled:e.dropMenuVisible,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(e.nsSelect.e("tags-text"))},"+ "+n.toDisplayString(e.selected.length-e.maxCollapseTags),3)]),content:n.withCtx(()=>[n.createElementVNode("div",{class:n.normalizeClass(e.nsSelect.e("collapse-tags"))},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.collapseTagList,h=>(n.openBlock(),n.createElementBlock("div",{key:e.getValueKey(h),class:n.normalizeClass(e.nsSelect.e("collapse-tag"))},[n.createVNode(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:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(e.nsSelect.e("tags-text")),style:n.normalizeStyle({maxWidth:e.inputWidth-75+"px"})},n.toDisplayString(h.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"])],2))),128))],2)]),_:1},8,["disabled","effect","teleported"])):(n.openBlock(),n.createElementBlock("span",{key:1,class:n.normalizeClass(e.nsSelect.e("tags-text"))},"+ "+n.toDisplayString(e.selected.length-e.maxCollapseTags),3))]),_:1},8,["size","type"])):n.createCommentVNode("v-if",!0)],2)]),_:1},8,["onAfterLeave"])):n.createCommentVNode("v-if",!0),e.collapseTags?n.createCommentVNode("v-if",!0):(n.openBlock(),n.createBlock(n.Transition,{key:1,onAfterLeave:e.resetInputHeight},{default:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(e.tagWrapperKls),style:n.normalizeStyle(e.prefixWidth&&e.selected.length?{marginLeft:`${e.prefixWidth}px`}:"")},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.selected,h=>(n.openBlock(),n.createBlock(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:n.withCtx(()=>[n.createElementVNode("span",{class:n.normalizeClass(e.nsSelect.e("tags-text")),style:n.normalizeStyle({maxWidth:e.inputWidth-75+"px"})},n.toDisplayString(h.currentLabel),7)]),_:2},1032,["closable","size","hit","type","onClose"]))),128))],6)]),_:1},8,["onAfterLeave"])),e.filterable&&!e.selectDisabled?n.withDirectives((n.openBlock(),n.createElementBlock("input",{key:2,ref:"input","onUpdate:modelValue":t[0]||(t[0]=h=>e.query=h),type:"text",class:n.normalizeClass(e.inputKls),disabled:e.selectDisabled,autocomplete:e.autocomplete,style:n.normalizeStyle(e.inputStyle),role:"combobox","aria-activedescendant":((m=e.hoverOption)==null?void 0:m.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]=n.withKeys(n.withModifiers(h=>e.navigateOptions("next"),["prevent"]),["down"])),t[6]||(t[6]=n.withKeys(n.withModifiers(h=>e.navigateOptions("prev"),["prevent"]),["up"])),t[7]||(t[7]=n.withKeys((...h)=>e.handleKeydownEscape&&e.handleKeydownEscape(...h),["esc"])),t[8]||(t[8]=n.withKeys(n.withModifiers((...h)=>e.selectOption&&e.selectOption(...h),["stop","prevent"]),["enter"])),t[9]||(t[9]=n.withKeys((...h)=>e.deletePrevTag&&e.deletePrevTag(...h),["delete"])),t[10]||(t[10]=n.withKeys(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,Kx)),[[n.vModelText,e.query]]):n.createCommentVNode("v-if",!0)],6)):n.createCommentVNode("v-if",!0),e.isIOS&&!e.multiple&&e.filterable&&e.readonly?(n.openBlock(),n.createElementBlock("input",{key:1,ref:"iOSInput",class:n.normalizeClass(e.iOSInputKls),disabled:e.selectDisabled,type:"text"},null,10,Xx)):n.createCommentVNode("v-if",!0),n.createVNode(d,{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:n.normalizeClass([e.nsSelect.is("focus",e.visible)]),tabindex:e.multiple&&e.filterable?-1:void 0,role:"combobox","aria-activedescendant":((b=e.hoverOption)==null?void 0:b.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]=n.withKeys(n.withModifiers(h=>e.navigateOptions("next"),["stop","prevent"]),["down"])),t[18]||(t[18]=n.withKeys(n.withModifiers(h=>e.navigateOptions("prev"),["stop","prevent"]),["up"])),n.withKeys(n.withModifiers(e.selectOption,["stop","prevent"]),["enter"]),n.withKeys(e.handleKeydownEscape,["esc"]),t[19]||(t[19]=n.withKeys(h=>e.visible=!1,["tab"]))]},n.createSlots({suffix:n.withCtx(()=>[e.iconComponent&&!e.showClose?(n.openBlock(),n.createBlock(l,{key:0,class:n.normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon"),e.iconReverse])},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):n.createCommentVNode("v-if",!0),e.showClose&&e.clearIcon?(n.openBlock(),n.createBlock(l,{key:1,class:n.normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon")]),onClick:e.handleClearClick},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):n.createCommentVNode("v-if",!0)]),_:2},[e.$slots.prefix?{name:"prefix",fn:n.withCtx(()=>[n.createElementVNode("div",Yx,[n.renderSlot(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:n.withCtx(()=>[n.createVNode(p,null,n.createSlots({default:n.withCtx(()=>[n.withDirectives(n.createVNode(g,{id:e.contentId,ref:"scrollbar",tag:"ul","wrap-class":e.nsSelect.be("dropdown","wrap"),"view-class":e.nsSelect.be("dropdown","list"),class:n.normalizeClass(e.scrollbarKls),role:"listbox","aria-label":e.ariaLabel,"aria-orientation":"vertical"},{default:n.withCtx(()=>[e.showNewOption?(n.openBlock(),n.createBlock(f,{key:0,value:e.query,created:!0},null,8,["value"])):n.createCommentVNode("v-if",!0),n.createVNode(u,{onUpdateOptions:e.onOptionsRendered},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3},8,["onUpdateOptions"])]),_:3},8,["id","wrap-class","view-class","class","aria-label"]),[[n.vShow,e.options.size>0&&!e.loading]]),e.emptyText&&(!e.allowCreate||e.loading||e.allowCreate&&e.options.size===0)?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[e.$slots.empty?n.renderSlot(e.$slots,"empty",{key:0}):(n.openBlock(),n.createElementBlock("p",{key:1,class:n.normalizeClass(e.nsSelect.be("dropdown","empty"))},n.toDisplayString(e.emptyText),3))],64)):n.createCommentVNode("v-if",!0)]),_:2},[e.$slots.header?{name:"header",fn:n.withCtx(()=>[n.renderSlot(e.$slots,"header")])}:void 0,e.$slots.footer?{name:"footer",fn:n.withCtx(()=>[n.renderSlot(e.$slots,"footer")])}:void 0]),1024)]),_:3},8,["visible","placement","teleported","popper-class","popper-options","effect","transition","persistent","onShow"])],34)),[[_,e.handleClose,e.popperPaneRef]])}var Qx=re(Wx,[["render",Jx],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);const e5=n.defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(e){const t=ce("select"),o=n.ref(!0),r=n.getCurrentInstance(),a=n.ref([]);n.provide(Dd,n.reactive({...n.toRefs(e)}));const s=n.inject(cr);n.onMounted(()=>{a.value=i(r.subTree)});const i=l=>{const d=[];return Array.isArray(l.children)&&l.children.forEach(f=>{var u;f.type&&f.type.name==="ElOption"&&f.component&&f.component.proxy?d.push(f.component.proxy):(u=f.children)!=null&&u.length&&d.push(...i(f))}),d},{groupQueryChange:c}=n.toRaw(s);return n.watch(c,()=>{o.value=a.value.some(l=>l.visible===!0)},{flush:"post"}),{visible:o,ns:t}}});function t5(e,t,o,r,a,s){return n.withDirectives((n.openBlock(),n.createElementBlock("ul",{class:n.normalizeClass(e.ns.be("group","wrap"))},[n.createElementVNode("li",{class:n.normalizeClass(e.ns.be("group","title"))},n.toDisplayString(e.label),3),n.createElementVNode("li",null,[n.createElementVNode("ul",{class:n.normalizeClass(e.ns.b("group"))},[n.renderSlot(e.$slots,"default")],2)])],2)),[[n.vShow,e.visible]])}var Fd=re(e5,[["render",t5],["__file","/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);const js=it(Qx,{Option:Fs,OptionGroup:Fd}),n5=Ho(Fs);Ho(Fd);const Hs=()=>n.inject(qd,{}),o5=pe({pageSize:{type:Number,required:!0},pageSizes:{type:ne(Array),default:()=>hs([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,teleported:Boolean,size:{type:String,values:so}}),r5=n.defineComponent({name:"ElPaginationSizes"}),s5=n.defineComponent({...r5,props:o5,emits:["page-size-change"],setup(e,{emit:t}){const o=e,{t:r}=gt(),a=ce("pagination"),s=Hs(),i=n.ref(o.pageSize);n.watch(()=>o.pageSizes,(d,f)=>{if(!ls(d,f)&&Array.isArray(d)){const u=d.includes(o.pageSize)?o.pageSize:o.pageSizes[0];t("page-size-change",u)}}),n.watch(()=>o.pageSize,d=>{i.value=d});const c=n.computed(()=>o.pageSizes);function l(d){var f;d!==i.value&&(i.value=d,(f=s.handleSizeChange)==null||f.call(s,Number(d)))}return(d,f)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(n.unref(a).e("sizes"))},[n.createVNode(n.unref(js),{"model-value":i.value,disabled:d.disabled,"popper-class":d.popperClass,size:d.size,teleported:d.teleported,"validate-event":!1,onChange:l},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(c),u=>(n.openBlock(),n.createBlock(n.unref(n5),{key:u,value:u,label:u+n.unref(r)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","size","teleported"])],2))}});var a5=re(s5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);const i5=pe({size:{type:String,values:so}}),c5=["disabled"],l5=n.defineComponent({name:"ElPaginationJumper"}),u5=n.defineComponent({...l5,props:i5,setup(e){const{t}=gt(),o=ce("pagination"),{pageCount:r,disabled:a,currentPage:s,changeEvent:i}=Hs(),c=n.ref(),l=n.computed(()=>{var u;return(u=c.value)!=null?u:s==null?void 0:s.value});function d(u){c.value=u?+u:""}function f(u){u=Math.trunc(+u),i==null||i(u),c.value=void 0}return(u,g)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(n.unref(o).e("jump")),disabled:n.unref(a)},[n.createElementVNode("span",{class:n.normalizeClass([n.unref(o).e("goto")])},n.toDisplayString(n.unref(t)("el.pagination.goto")),3),n.createVNode(n.unref(er),{size:u.size,class:n.normalizeClass([n.unref(o).e("editor"),n.unref(o).is("in-pagination")]),min:1,max:n.unref(r),disabled:n.unref(a),"model-value":n.unref(l),"validate-event":!1,label:n.unref(t)("el.pagination.page"),type:"number","onUpdate:modelValue":d,onChange:f},null,8,["size","class","max","disabled","model-value","label"]),n.createElementVNode("span",{class:n.normalizeClass([n.unref(o).e("classifier")])},n.toDisplayString(n.unref(t)("el.pagination.pageClassifier")),3)],10,c5))}});var d5=re(u5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);const f5=pe({total:{type:Number,default:1e3}}),p5=["disabled"],h5=n.defineComponent({name:"ElPaginationTotal"}),m5=n.defineComponent({...h5,props:f5,setup(e){const{t}=gt(),o=ce("pagination"),{disabled:r}=Hs();return(a,s)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(n.unref(o).e("total")),disabled:n.unref(r)},n.toDisplayString(n.unref(t)("el.pagination.total",{total:a.total})),11,p5))}});var g5=re(m5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);const _5=pe({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),b5=["onKeyup"],k5=["aria-current","aria-label","tabindex"],w5=["tabindex","aria-label"],y5=["aria-current","aria-label","tabindex"],C5=["tabindex","aria-label"],E5=["aria-current","aria-label","tabindex"],x5=n.defineComponent({name:"ElPaginationPager"}),v5=n.defineComponent({...x5,props:_5,emits:["change"],setup(e,{emit:t}){const o=e,r=ce("pager"),a=ce("icon"),{t:s}=gt(),i=n.ref(!1),c=n.ref(!1),l=n.ref(!1),d=n.ref(!1),f=n.ref(!1),u=n.ref(!1),g=n.computed(()=>{const y=o.pagerCount,x=(y-1)/2,E=Number(o.currentPage),v=Number(o.pageCount);let S=!1,N=!1;v>y&&(E>y-x&&(S=!0),E<v-x&&(N=!0));const $=[];if(S&&!N){const M=v-(y-2);for(let V=M;V<v;V++)$.push(V)}else if(!S&&N)for(let M=2;M<y;M++)$.push(M);else if(S&&N){const M=Math.floor(y/2)-1;for(let V=E-M;V<=E+M;V++)$.push(V)}else for(let M=2;M<v;M++)$.push(M);return $}),p=n.computed(()=>["more","btn-quickprev",a.b(),r.is("disabled",o.disabled)]),_=n.computed(()=>["more","btn-quicknext",a.b(),r.is("disabled",o.disabled)]),m=n.computed(()=>o.disabled?-1:0);n.watchEffect(()=>{const y=(o.pagerCount-1)/2;i.value=!1,c.value=!1,o.pageCount>o.pagerCount&&(o.currentPage>o.pagerCount-y&&(i.value=!0),o.currentPage<o.pageCount-y&&(c.value=!0))});function b(y=!1){o.disabled||(y?l.value=!0:d.value=!0)}function h(y=!1){y?f.value=!0:u.value=!0}function k(y){const x=y.target;if(x.tagName.toLowerCase()==="li"&&Array.from(x.classList).includes("number")){const E=Number(x.textContent);E!==o.currentPage&&t("change",E)}else x.tagName.toLowerCase()==="li"&&Array.from(x.classList).includes("more")&&w(y)}function w(y){const x=y.target;if(x.tagName.toLowerCase()==="ul"||o.disabled)return;let E=Number(x.textContent);const v=o.pageCount,S=o.currentPage,N=o.pagerCount-2;x.className.includes("more")&&(x.className.includes("quickprev")?E=S-N:x.className.includes("quicknext")&&(E=S+N)),Number.isNaN(+E)||(E<1&&(E=1),E>v&&(E=v)),E!==S&&t("change",E)}return(y,x)=>(n.openBlock(),n.createElementBlock("ul",{class:n.normalizeClass(n.unref(r).b()),onClick:w,onKeyup:n.withKeys(k,["enter"])},[y.pageCount>0?(n.openBlock(),n.createElementBlock("li",{key:0,class:n.normalizeClass([[n.unref(r).is("active",y.currentPage===1),n.unref(r).is("disabled",y.disabled)],"number"]),"aria-current":y.currentPage===1,"aria-label":n.unref(s)("el.pagination.currentPage",{pager:1}),tabindex:n.unref(m)}," 1 ",10,k5)):n.createCommentVNode("v-if",!0),i.value?(n.openBlock(),n.createElementBlock("li",{key:1,class:n.normalizeClass(n.unref(p)),tabindex:n.unref(m),"aria-label":n.unref(s)("el.pagination.prevPages",{pager:y.pagerCount-2}),onMouseenter:x[0]||(x[0]=E=>b(!0)),onMouseleave:x[1]||(x[1]=E=>l.value=!1),onFocus:x[2]||(x[2]=E=>h(!0)),onBlur:x[3]||(x[3]=E=>f.value=!1)},[(l.value||f.value)&&!y.disabled?(n.openBlock(),n.createBlock(n.unref(Gy),{key:0})):(n.openBlock(),n.createBlock(n.unref(yu),{key:1}))],42,w5)):n.createCommentVNode("v-if",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(g),E=>(n.openBlock(),n.createElementBlock("li",{key:E,class:n.normalizeClass([[n.unref(r).is("active",y.currentPage===E),n.unref(r).is("disabled",y.disabled)],"number"]),"aria-current":y.currentPage===E,"aria-label":n.unref(s)("el.pagination.currentPage",{pager:E}),tabindex:n.unref(m)},n.toDisplayString(E),11,y5))),128)),c.value?(n.openBlock(),n.createElementBlock("li",{key:2,class:n.normalizeClass(n.unref(_)),tabindex:n.unref(m),"aria-label":n.unref(s)("el.pagination.nextPages",{pager:y.pagerCount-2}),onMouseenter:x[4]||(x[4]=E=>b()),onMouseleave:x[5]||(x[5]=E=>d.value=!1),onFocus:x[6]||(x[6]=E=>h()),onBlur:x[7]||(x[7]=E=>u.value=!1)},[(d.value||u.value)&&!y.disabled?(n.openBlock(),n.createBlock(n.unref(Wy),{key:0})):(n.openBlock(),n.createBlock(n.unref(yu),{key:1}))],42,C5)):n.createCommentVNode("v-if",!0),y.pageCount>1?(n.openBlock(),n.createElementBlock("li",{key:3,class:n.normalizeClass([[n.unref(r).is("active",y.currentPage===y.pageCount),n.unref(r).is("disabled",y.disabled)],"number"]),"aria-current":y.currentPage===y.pageCount,"aria-label":n.unref(s)("el.pagination.currentPage",{pager:y.pageCount}),tabindex:n.unref(m)},n.toDisplayString(y.pageCount),11,E5)):n.createCommentVNode("v-if",!0)],42,b5))}});var S5=re(v5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);const Pe=e=>typeof e!="number",jd=pe({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:e=>xe(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:()=>hs([10,20,30,40,50,100])},popperClass:{type:String,default:""},prevText:{type:String,default:""},prevIcon:{type:mt,default:()=>zy},nextText:{type:String,default:""},nextIcon:{type:mt,default:()=>Dy},teleported:{type:Boolean,default:!0},small:Boolean,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean}),B5={"update:current-page":e=>xe(e),"update:page-size":e=>xe(e),"size-change":e=>xe(e),"current-change":e=>xe(e),"prev-click":e=>xe(e),"next-click":e=>xe(e)},Hd="ElPagination";var A5=n.defineComponent({name:Hd,props:jd,emits:B5,setup(e,{emit:t,slots:o}){const{t:r}=gt(),a=ce("pagination"),s=n.getCurrentInstance().vnode.props||{},i="onUpdate:currentPage"in s||"onUpdate:current-page"in s||"onCurrentChange"in s,c="onUpdate:pageSize"in s||"onUpdate:page-size"in s||"onSizeChange"in s,l=n.computed(()=>{if(Pe(e.total)&&Pe(e.pageCount)||!Pe(e.currentPage)&&!i)return!1;if(e.layout.includes("sizes")){if(Pe(e.pageCount)){if(!Pe(e.total)&&!Pe(e.pageSize)&&!c)return!1}else if(!c)return!1}return!0}),d=n.ref(Pe(e.defaultPageSize)?10:e.defaultPageSize),f=n.ref(Pe(e.defaultCurrentPage)?1:e.defaultCurrentPage),u=n.computed({get(){return Pe(e.pageSize)?d.value:e.pageSize},set(w){Pe(e.pageSize)&&(d.value=w),c&&(t("update:page-size",w),t("size-change",w))}}),g=n.computed(()=>{let w=0;return Pe(e.pageCount)?Pe(e.total)||(w=Math.max(1,Math.ceil(e.total/u.value))):w=e.pageCount,w}),p=n.computed({get(){return Pe(e.currentPage)?f.value:e.currentPage},set(w){let y=w;w<1?y=1:w>g.value&&(y=g.value),Pe(e.currentPage)&&(f.value=y),i&&(t("update:current-page",y),t("current-change",y))}});n.watch(g,w=>{p.value>w&&(p.value=w)});function _(w){p.value=w}function m(w){u.value=w;const y=g.value;p.value>y&&(p.value=y)}function b(){e.disabled||(p.value-=1,t("prev-click",p.value))}function h(){e.disabled||(p.value+=1,t("next-click",p.value))}function k(w,y){w&&(w.props||(w.props={}),w.props.class=[w.props.class,y].join(" "))}return n.provide(qd,{pageCount:g,disabled:n.computed(()=>e.disabled),currentPage:p,changeEvent:_,handleSizeChange:m}),()=>{var w,y;if(!l.value)return r("el.pagination.deprecationWarning"),null;if(!e.layout||e.hideOnSinglePage&&g.value<=1)return null;const x=[],E=[],v=n.h("div",{class:a.e("rightwrapper")},E),S={prev:n.h(Tx,{disabled:e.disabled,currentPage:p.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:b}),jumper:n.h(d5,{size:e.small?"small":"default"}),pager:n.h(S5,{currentPage:p.value,pageCount:g.value,pagerCount:e.pagerCount,onChange:_,disabled:e.disabled}),next:n.h(Vx,{disabled:e.disabled,currentPage:p.value,pageCount:g.value,nextText:e.nextText,nextIcon:e.nextIcon,onClick:h}),sizes:n.h(a5,{pageSize:u.value,pageSizes:e.pageSizes,popperClass:e.popperClass,disabled:e.disabled,teleported:e.teleported,size:e.small?"small":"default"}),slot:(y=(w=o==null?void 0:o.default)==null?void 0:w.call(o))!=null?y:null,total:n.h(g5,{total:Pe(e.total)?0:e.total})},N=e.layout.split(",").map(M=>M.trim());let $=!1;return N.forEach(M=>{if(M==="->"){$=!0;return}$?E.push(S[M]):x.push(S[M])}),k(x[0],a.is("first")),k(x[x.length-1],a.is("last")),$&&E.length>0&&(k(E[0],a.is("first")),k(E[E.length-1],a.is("last")),x.push(v)),n.h("div",{class:[a.b(),a.is("background",e.background),{[a.m("small")]:e.small}]},x)}}});const N5=it(A5),Ud=pe({trigger:mo.trigger,placement:Ps.placement,disabled:mo.disabled,visible:Je.visible,transition:Je.transition,popperOptions:Ps.popperOptions,tabindex:Ps.tabindex,content:Je.content,popperStyle:Je.popperStyle,popperClass:Je.popperClass,enterable:{...Je.enterable,default:!0},effect:{...Je.effect,default:"light"},teleported:Je.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}}),$5={"update:visible":e=>us(e),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},T5="onUpdate:visible",M5=n.defineComponent({name:"ElPopover"}),I5=n.defineComponent({...M5,props:Ud,emits:$5,setup(e,{expose:t,emit:o}){const r=e,a=n.computed(()=>r[T5]),s=ce("popover"),i=n.ref(),c=n.computed(()=>{var b;return(b=n.unref(i))==null?void 0:b.popperRef}),l=n.computed(()=>[{width:$n(r.width)},r.popperStyle]),d=n.computed(()=>[s.b(),r.popperClass,{[s.m("plain")]:!!r.content}]),f=n.computed(()=>r.transition===`${s.namespace.value}-fade-in-linear`),u=()=>{var b;(b=i.value)==null||b.hide()},g=()=>{o("before-enter")},p=()=>{o("before-leave")},_=()=>{o("after-enter")},m=()=>{o("update:visible",!1),o("after-leave")};return t({popperRef:c,hide:u}),(b,h)=>(n.openBlock(),n.createBlock(n.unref(go),n.mergeProps({ref_key:"tooltipRef",ref:i},b.$attrs,{trigger:b.trigger,placement:b.placement,disabled:b.disabled,visible:b.visible,transition:b.transition,"popper-options":b.popperOptions,tabindex:b.tabindex,content:b.content,offset:b.offset,"show-after":b.showAfter,"hide-after":b.hideAfter,"auto-close":b.autoClose,"show-arrow":b.showArrow,"aria-label":b.title,effect:b.effect,enterable:b.enterable,"popper-class":n.unref(d),"popper-style":n.unref(l),teleported:b.teleported,persistent:b.persistent,"gpu-acceleration":n.unref(f),"onUpdate:visible":n.unref(a),onBeforeShow:g,onBeforeHide:p,onShow:_,onHide:m}),{content:n.withCtx(()=>[b.title?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(n.unref(s).e("title")),role:"title"},n.toDisplayString(b.title),3)):n.createCommentVNode("v-if",!0),n.renderSlot(b.$slots,"default",{},()=>[n.createTextVNode(n.toDisplayString(b.content),1)])]),default:n.withCtx(()=>[b.$slots.reference?n.renderSlot(b.$slots,"reference",{key:0}):n.createCommentVNode("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 L5=re(I5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/popover/src/popover.vue"]]);const Gd=(e,t)=>{const o=t.arg||t.value,r=o==null?void 0:o.popperRef;r&&(r.triggerRef=e)};var R5={mounted(e,t){Gd(e,t)},updated(e,t){Gd(e,t)}};const O5=r4(R5,"popover"),V5=it(L5,{directive:O5}),z5=pe({animated:{type:Boolean,default:!1},count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:Number}}),q5=pe({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),D5=n.defineComponent({name:"ElSkeletonItem"}),P5=n.defineComponent({...D5,props:q5,setup(e){const t=ce("skeleton");return(o,r)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass([n.unref(t).e("item"),n.unref(t).e(o.variant)])},[o.variant==="image"?(n.openBlock(),n.createBlock(n.unref(e4),{key:0})):n.createCommentVNode("v-if",!0)],2))}});var lr=re(P5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/skeleton/src/skeleton-item.vue"]]);const F5=n.defineComponent({name:"ElSkeleton"}),j5=n.defineComponent({...F5,props:z5,setup(e,{expose:t}){const o=e,r=ce("skeleton"),a=vC(n.toRef(o,"loading"),o.throttle);return t({uiLoading:a}),(s,i)=>n.unref(a)?(n.openBlock(),n.createElementBlock("div",n.mergeProps({key:0,class:[n.unref(r).b(),n.unref(r).is("animated",s.animated)]},s.$attrs),[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.count,c=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:c},[s.loading?n.renderSlot(s.$slots,"template",{key:c},()=>[n.createVNode(lr,{class:n.normalizeClass(n.unref(r).is("first")),variant:"p"},null,8,["class"]),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.rows,l=>(n.openBlock(),n.createBlock(lr,{key:l,class:n.normalizeClass([n.unref(r).e("paragraph"),n.unref(r).is("last",l===s.rows&&s.rows>1)]),variant:"p"},null,8,["class"]))),128))]):n.createCommentVNode("v-if",!0)],64))),128))],16)):n.renderSlot(s.$slots,"default",n.normalizeProps(n.mergeProps({key:1},s.$attrs)))}});var H5=re(j5,[["__file","/home/runner/work/element-plus/element-plus/packages/components/skeleton/src/skeleton.vue"]]);const U5=it(H5,{SkeletonItem:lr}),wo=Ho(lr),G5="TOOLTIP_APPEND_TO";function Z5(){return n.inject(G5,n.computed(()=>{}))}const Zd="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",W5="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",Wd="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",Kd="data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M10.3019%200C10.542%200%2010.7678%200.0476193%2010.9791%200.142858C11.1905%200.238096%2011.373%200.371429%2011.5267%200.542858C11.6805%200.714286%2011.8005%200.92381%2011.887%201.17143C11.9735%201.40952%2012.0167%201.67619%2012.0167%201.97143L12.0023%203.38571C12.0023%203.50952%2012.0023%203.61429%2012.0023%203.7C12.0119%203.78571%2012.0263%203.87143%2012.0455%203.95714C12.0647%204.04286%2012.0936%204.13333%2012.132%204.22857C12.18%204.31429%2012.2425%204.42857%2012.3193%204.57143L12.8237%205.24286C12.9198%205.4619%2012.9774%205.66667%2012.9966%205.85714C13.0158%206.0381%2012.9534%206.25238%2012.8093%206.5L12.3337%207.11429C12.2569%207.26667%2012.1944%207.39524%2012.1464%207.5C12.108%207.60476%2012.0791%207.70476%2012.0599%207.8C12.0407%207.89524%2012.0263%207.99524%2012.0167%208.1C12.0167%208.20476%2012.0167%208.33333%2012.0167%208.48571V9.7C12.0167%2010.0048%2011.9783%2010.2952%2011.9014%2010.5714C11.8342%2010.8381%2011.7333%2011.0714%2011.5988%2011.2714C11.4739%2011.4714%2011.3154%2011.6286%2011.1233%2011.7429C10.9311%2011.8571%2010.7198%2011.9143%2010.4892%2011.9143L9.49487%2012C9.48526%2012%209.42282%2012%209.30753%2012C9.19225%2012%209.05775%2011.9905%208.90404%2011.9714C8.75993%2011.9619%208.61103%2011.9381%208.45731%2011.9C8.31321%2011.8714%208.20273%2011.819%208.12587%2011.7429C8.06823%2011.6952%208.0202%2011.619%207.98177%2011.5143C7.95295%2011.4095%207.93854%2011.3095%207.93854%2011.2143C7.93854%2011.0238%208.00579%2010.8762%208.14028%2010.7714C8.27478%2010.6667%208.42369%2010.6%208.58701%2010.5714C8.75993%2010.5333%208.92806%2010.5143%209.09137%2010.5143H9.71102C10.0953%2010.5143%2010.2826%2010.1857%2010.273%209.52857L10.2586%208.22857C10.2586%207.94286%2010.2682%207.72381%2010.2874%207.57143C10.3163%207.40952%2010.3595%207.27619%2010.4171%207.17143C10.4844%207.06667%2010.566%206.9619%2010.6621%206.85714C10.7582%206.75238%2010.8735%206.60476%2011.008%206.41429C11.0944%206.29048%2011.1665%206.19048%2011.2241%206.11429C11.2818%206.02857%2011.3154%205.94762%2011.325%205.87143C11.3346%205.79524%2011.3154%205.70952%2011.2674%205.61429C11.2289%205.51905%2011.1569%205.39048%2011.0512%205.22857C10.8975%205%2010.7678%204.81905%2010.6621%204.68571C10.566%204.55238%2010.4844%204.42857%2010.4171%204.31429C10.3595%204.2%2010.3163%204.08095%2010.2874%203.95714C10.2682%203.83333%2010.2586%203.66191%2010.2586%203.44286V2.41429C10.2586%202.29048%2010.2538%202.17143%2010.2442%202.05714C10.2442%201.94286%2010.225%201.84286%2010.1866%201.75714C10.1481%201.67143%2010.0857%201.60476%209.99923%201.55714C9.92238%201.50952%209.8119%201.48571%209.66779%201.48571H9.01932C9.00972%201.48571%208.97129%201.48571%208.90404%201.48571C8.83679%201.48571%208.75513%201.48095%208.65906%201.47143C8.56299%201.45238%208.46212%201.42857%208.35644%201.4C8.25076%201.36191%208.1595%201.30476%208.08264%201.22857C8.025%201.18095%207.97697%201.10476%207.93854%201C7.90972%200.895238%207.89531%200.795238%207.89531%200.7C7.89531%200.509524%207.96256%200.361905%208.09705%200.257143C8.23155%200.152381%208.38526%200.0857146%208.55819%200.057143C8.73111%200.0190477%208.89924%200%209.06255%200H10.3019Z%20M3.93745%200C4.10077%200%204.26889%200.0190477%204.44181%200.057143C4.61474%200.0857146%204.76845%200.152381%204.90295%200.257143C5.03745%200.361905%205.10469%200.509524%205.10469%200.7C5.10469%200.795238%205.08548%200.895238%205.04705%201C5.01823%201.10476%204.975%201.18095%204.91736%201.22857C4.8405%201.30476%204.74924%201.36191%204.64356%201.4C4.53788%201.42857%204.43701%201.45238%204.34094%201.47143C4.24487%201.48095%204.16321%201.48571%204.09596%201.48571C4.02871%201.48571%203.99029%201.48571%203.98068%201.48571H3.33221C3.1881%201.48571%203.07282%201.50952%202.98636%201.55714C2.9095%201.60476%202.85186%201.67143%202.81343%201.75714C2.775%201.84286%202.75099%201.94286%202.74138%202.05714C2.74138%202.17143%202.74138%202.29048%202.74138%202.41429V3.44286C2.74138%203.66191%202.72697%203.83333%202.69815%203.95714C2.67893%204.08095%202.6357%204.2%202.56845%204.31429C2.51081%204.42857%202.42915%204.55238%202.32348%204.68571C2.22741%204.81905%202.10251%205%201.9488%205.22857C1.84313%205.39048%201.76627%205.51905%201.71824%205.61429C1.67981%205.70952%201.6654%205.79524%201.675%205.87143C1.68461%205.94762%201.71824%206.02857%201.77588%206.11429C1.83352%206.19048%201.90557%206.29048%201.99203%206.41429C2.12653%206.60476%202.24182%206.75238%202.33789%206.85714C2.43396%206.9619%202.51081%207.06667%202.56845%207.17143C2.6357%207.27619%202.67893%207.40952%202.69815%207.57143C2.72697%207.72381%202.74138%207.94286%202.74138%208.22857L2.72697%209.52857C2.71736%2010.1857%202.9047%2010.5143%203.28898%2010.5143H3.90863C4.07194%2010.5143%204.23526%2010.5333%204.39858%2010.5714C4.57151%2010.6%204.72522%2010.6667%204.85972%2010.7714C4.99421%2010.8762%205.06146%2011.0238%205.06146%2011.2143C5.06146%2011.3095%205.04225%2011.4095%205.00382%2011.5143C4.975%2011.619%204.93177%2011.6952%204.87413%2011.7429C4.79727%2011.819%204.68199%2011.8714%204.52828%2011.9C4.38417%2011.9381%204.23526%2011.9619%204.08155%2011.9714C3.93745%2011.9905%203.80775%2012%203.69247%2012C3.57719%2012%203.51474%2012%203.50513%2012L2.51081%2011.9143C2.28024%2011.9143%202.06889%2011.8571%201.87675%2011.7429C1.68461%2011.6286%201.52129%2011.4714%201.3868%2011.2714C1.2619%2011.0714%201.16103%2010.8381%201.08418%2010.5714C1.01693%2010.2952%200.983302%2010.0048%200.983302%209.7V8.48571C0.983302%208.33333%200.978499%208.20476%200.968892%208.1C0.968892%207.99524%200.959285%207.89524%200.940071%207.8C0.920857%207.70476%200.887232%207.60476%200.839198%207.5C0.80077%207.39524%200.743128%207.26667%200.666272%207.11429L0.190727%206.5C0.0466221%206.25238%20-0.0158233%206.0381%200.00339071%205.85714C0.0226046%205.66667%200.0802464%205.4619%200.176316%205.24286L0.680682%204.57143C0.757538%204.42857%200.81518%204.31429%200.853608%204.22857C0.901643%204.13333%200.935267%204.04286%200.954481%203.95714C0.973695%203.87143%200.983302%203.78571%200.983302%203.7C0.992909%203.61429%200.997712%203.50952%200.997712%203.38571L0.983302%201.97143C0.983302%201.67619%201.02653%201.40952%201.113%201.17143C1.19946%200.92381%201.31955%200.714286%201.47326%200.542858C1.62697%200.371429%201.8095%200.238096%202.02086%200.142858C2.23221%200.0476193%202.45797%200%202.69815%200H3.93745Z'%20/%3e%3c/svg%3e",Xd="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",Yd="data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%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",Jd="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",Qd="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",ef="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",tf="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",nf="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",of="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",rf="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",sf="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",af="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",cf="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",lf="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",uf="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",K5={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function X5(e,t){return n.openBlock(),n.createElementBlock("svg",K5,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 12H9m12 6H7M21 6H3"},null,-1)]))}const df={name:"lucide-align-right",render:X5},Y5={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function J5(e,t){return n.openBlock(),n.createElementBlock("svg",Y5,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}),n.createElementVNode("path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4"})],-1)]))}const ff={name:"lucide-archive",render:J5},Q5={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ev(e,t){return n.openBlock(),n.createElementBlock("svg",Q5,t[0]||(t[0]=[n.createElementVNode("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 pf={name:"lucide-arrow-down",render:ev},tv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function nv(e,t){return n.openBlock(),n.createElementBlock("svg",tv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m12 19l-7-7l7-7m7 7H5"},null,-1)]))}const Us={name:"lucide-arrow-left",render:nv},ov={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function rv(e,t){return n.openBlock(),n.createElementBlock("svg",ov,t[0]||(t[0]=[n.createElementVNode("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 hf={name:"lucide-arrow-left-right",render:rv},sv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function av(e,t){return n.openBlock(),n.createElementBlock("svg",sv,t[0]||(t[0]=[n.createElementVNode("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 mf={name:"lucide-arrow-right",render:av},iv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function cv(e,t){return n.openBlock(),n.createElementBlock("svg",iv,t[0]||(t[0]=[n.createElementVNode("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 lv={name:"lucide-arrow-right-from-line",render:cv},uv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function dv(e,t){return n.openBlock(),n.createElementBlock("svg",uv,t[0]||(t[0]=[n.createElementVNode("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 fv={name:"lucide-arrow-right-to-line",render:dv},pv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function hv(e,t){return n.openBlock(),n.createElementBlock("svg",pv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m5 12l7-7l7 7m-7 7V5"},null,-1)]))}const gf={name:"lucide-arrow-up",render:hv},mv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function gv(e,t){return n.openBlock(),n.createElementBlock("svg",mv,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"4"}),n.createElementVNode("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"})],-1)]))}const _f={name:"lucide-at-sign",render:gv},_v={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bv(e,t){return n.openBlock(),n.createElementBlock("svg",_v,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"m4.9 4.9l14.2 14.2"})],-1)]))}const bf={name:"lucide-ban",render:bv},kv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function wv(e,t){return n.openBlock(),n.createElementBlock("svg",kv,t[0]||(t[0]=[n.createElementVNode("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 kf={name:"lucide-bell",render:wv},yv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Cv(e,t){return n.openBlock(),n.createElementBlock("svg",yv,t[0]||(t[0]=[n.createElementVNode("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 wf={name:"lucide-book",render:Cv},Ev={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function xv(e,t){return n.openBlock(),n.createElementBlock("svg",Ev,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 8V4H8"}),n.createElementVNode("rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}),n.createElementVNode("path",{d:"M2 14h2m16 0h2m-7-1v2m-6-2v2"})],-1)]))}const yf={name:"lucide-bot",render:xv},vv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Sv(e,t){return n.openBlock(),n.createElementBlock("svg",vv,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("path",{d:"m3.3 7l8.7 5l8.7-5M12 22V12"})],-1)]))}const Cf={name:"lucide-box",render:Sv},Bv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Av(e,t){return n.openBlock(),n.createElementBlock("svg",Bv,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("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"}),n.createElementVNode("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 Ef={name:"lucide-brain",render:Av},Nv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function $v(e,t){return n.openBlock(),n.createElementBlock("svg",Nv,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m8 2l1.88 1.88m4.24 0L16 2M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"}),n.createElementVNode("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"}),n.createElementVNode("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 xf={name:"lucide-bug",render:$v},Tv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Mv(e,t){return n.openBlock(),n.createElementBlock("svg",Tv,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}),n.createElementVNode("path",{d:"M8 6h8m0 8v4m0-8h.01M12 10h.01M8 10h.01M12 14h.01M8 14h.01M12 18h.01M8 18h.01"})],-1)]))}const vf={name:"lucide-calculator",render:Mv},Iv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Lv(e,t){return n.openBlock(),n.createElementBlock("svg",Iv,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M8 2v4m8-4v4"}),n.createElementVNode("rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}),n.createElementVNode("path",{d:"M3 10h18"})],-1)]))}const Sf={name:"lucide-calendar",render:Lv},Rv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Ov(e,t){return n.openBlock(),n.createElementBlock("svg",Rv,t[0]||(t[0]=[n.createElementVNode("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 Bf={name:"lucide-case-upper",render:Ov},Vv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function zv(e,t){return n.openBlock(),n.createElementBlock("svg",Vv,t[0]||(t[0]=[n.createElementVNode("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 Af={name:"lucide-chart-column-decreasing",render:zv},qv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Dv(e,t){return n.openBlock(),n.createElementBlock("svg",qv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M20 6L9 17l-5-5"},null,-1)]))}const Nf={name:"lucide-check",render:Dv},Pv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Fv(e,t){return n.openBlock(),n.createElementBlock("svg",Pv,t[0]||(t[0]=[n.createElementVNode("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 $f={name:"lucide-check-check",render:Fv},jv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Hv(e,t){return n.openBlock(),n.createElementBlock("svg",jv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m6 9l6 6l6-6"},null,-1)]))}const ur={name:"lucide-chevron-down",render:Hv},Uv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Gv(e,t){return n.openBlock(),n.createElementBlock("svg",Uv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m15 18l-6-6l6-6"},null,-1)]))}const dr={name:"lucide-chevron-left",render:Gv},Zv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Wv(e,t){return n.openBlock(),n.createElementBlock("svg",Zv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m9 18l6-6l-6-6"},null,-1)]))}const fr={name:"lucide-chevron-right",render:Wv},Kv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Xv(e,t){return n.openBlock(),n.createElementBlock("svg",Kv,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m18 15l-6-6l-6 6"},null,-1)]))}const pr={name:"lucide-chevron-up",render:Xv},Yv={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Jv(e,t){return n.openBlock(),n.createElementBlock("svg",Yv,t[0]||(t[0]=[n.createElementVNode("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 Qv={name:"lucide-chevrons-down-up",render:Jv},e6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function t6(e,t){return n.openBlock(),n.createElementBlock("svg",e6,t[0]||(t[0]=[n.createElementVNode("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 Tf={name:"lucide-chevrons-left",render:t6},n6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function o6(e,t){return n.openBlock(),n.createElementBlock("svg",n6,t[0]||(t[0]=[n.createElementVNode("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 Mf={name:"lucide-chevrons-up-down",render:o6},r6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function s6(e,t){return n.openBlock(),n.createElementBlock("svg",r6,t[0]||(t[0]=[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10",fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},null,-1)]))}const If={name:"lucide-circle",render:s6},a6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function i6(e,t){return n.openBlock(),n.createElementBlock("svg",a6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M12 8v4m0 4h.01"})],-1)]))}const Lf={name:"lucide-circle-alert",render:i6},c6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function l6(e,t){return n.openBlock(),n.createElementBlock("svg",c6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"m9 12l2 2l4-4"})],-1)]))}const Rf={name:"lucide-circle-check",render:l6},u6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function d6(e,t){return n.openBlock(),n.createElementBlock("svg",u6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("circle",{cx:"12",cy:"12",r:"1"})],-1)]))}const Of={name:"lucide-circle-dot",render:d6},f6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function p6(e,t){return n.openBlock(),n.createElementBlock("svg",f6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01"})],-1)]))}const Gs={name:"lucide-circle-help",render:p6},h6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function m6(e,t){return n.openBlock(),n.createElementBlock("svg",h6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M8 12h8"})],-1)]))}const Vf={name:"lucide-circle-minus",render:m6},g6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _6(e,t){return n.openBlock(),n.createElementBlock("svg",g6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M10 15V9m4 6V9"})],-1)]))}const zf={name:"lucide-circle-pause",render:_6},b6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function k6(e,t){return n.openBlock(),n.createElementBlock("svg",b6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"m10 8l6 4l-6 4z"})],-1)]))}const qf={name:"lucide-circle-play",render:k6},w6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function y6(e,t){return n.openBlock(),n.createElementBlock("svg",w6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M8 12h8m-4-4v8"})],-1)]))}const Df={name:"lucide-circle-plus",render:y6},C6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function E6(e,t){return n.openBlock(),n.createElementBlock("svg",C6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M18 20a6 6 0 0 0-12 0"}),n.createElementVNode("circle",{cx:"12",cy:"10",r:"4"}),n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"})],-1)]))}const Pf={name:"lucide-circle-user-round",render:E6},x6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function v6(e,t){return n.openBlock(),n.createElementBlock("svg",x6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"m15 9l-6 6m0-6l6 6"})],-1)]))}const Ff={name:"lucide-circle-x",render:v6},S6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function B6(e,t){return n.openBlock(),n.createElementBlock("svg",S6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}),n.createElementVNode("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 jf={name:"lucide-clipboard-list",render:B6},A6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function N6(e,t){return n.openBlock(),n.createElementBlock("svg",A6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 6v6l4 2"}),n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"})],-1)]))}const Hf={name:"lucide-clock",render:N6},$6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function T6(e,t){return n.openBlock(),n.createElementBlock("svg",$6,t[0]||(t[0]=[n.createElementVNode("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 Uf={name:"lucide-cloud",render:T6},M6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function I6(e,t){return n.openBlock(),n.createElementBlock("svg",M6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 13v8l-4-4m4 4l4-4"}),n.createElementVNode("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 Gf={name:"lucide-cloud-download",render:I6},L6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function R6(e,t){return n.openBlock(),n.createElementBlock("svg",L6,t[0]||(t[0]=[n.createElementVNode("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 Zf={name:"lucide-code",render:R6},O6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function V6(e,t){return n.openBlock(),n.createElementBlock("svg",O6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16"}),n.createElementVNode("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 Zs={name:"lucide-cog",render:V6},z6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function q6(e,t){return n.openBlock(),n.createElementBlock("svg",z6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M12 18a6 6 0 0 0 0-12z"})],-1)]))}const Wf={name:"lucide-contrast",render:q6},D6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function P6(e,t){return n.openBlock(),n.createElementBlock("svg",D6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}),n.createElementVNode("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 Kf={name:"lucide-copy",render:P6},F6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function j6(e,t){return n.openBlock(),n.createElementBlock("svg",F6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),n.createElementVNode("path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}),n.createElementVNode("path",{d:"M3 12a9 3 0 0 0 18 0"})],-1)]))}const Xf={name:"lucide-database",render:j6},H6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function U6(e,t){return n.openBlock(),n.createElementBlock("svg",H6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"})],-1)]))}const Yf={name:"lucide-earth",render:U6},G6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Z6(e,t){return n.openBlock(),n.createElementBlock("svg",G6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"1"}),n.createElementVNode("circle",{cx:"19",cy:"12",r:"1"}),n.createElementVNode("circle",{cx:"5",cy:"12",r:"1"})],-1)]))}const Jf={name:"lucide-ellipsis",render:Z6},W6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function K6(e,t){return n.openBlock(),n.createElementBlock("svg",W6,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"1"}),n.createElementVNode("circle",{cx:"12",cy:"5",r:"1"}),n.createElementVNode("circle",{cx:"12",cy:"19",r:"1"})],-1)]))}const Qf={name:"lucide-ellipsis-vertical",render:K6},X6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Y6(e,t){return n.openBlock(),n.createElementBlock("svg",X6,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 9h14M5 15h14"},null,-1)]))}const ep={name:"lucide-equal",render:Y6},J6={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Q6(e,t){return n.openBlock(),n.createElementBlock("svg",J6,t[0]||(t[0]=[n.createElementVNode("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 tp={name:"lucide-external-link",render:Q6},e8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function t8(e,t){return n.openBlock(),n.createElementBlock("svg",e8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("circle",{cx:"12",cy:"12",r:"3"})],-1)]))}const np={name:"lucide-eye",render:t8},n8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function o8(e,t){return n.openBlock(),n.createElementBlock("svg",n8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("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 op={name:"lucide-eye-off",render:o8},r8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function s8(e,t){return n.openBlock(),n.createElementBlock("svg",r8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),n.createElementVNode("path",{d:"M14 2v4a2 2 0 0 0 2 2h4"})],-1)]))}const rp={name:"lucide-file",render:s8},a8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function i8(e,t){return n.openBlock(),n.createElementBlock("svg",a8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M10 12v-1m0 7v-2m0-9V6m4-4v4a2 2 0 0 0 2 2h4"}),n.createElementVNode("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"}),n.createElementVNode("circle",{cx:"10",cy:"20",r:"2"})],-1)]))}const sp={name:"lucide-file-archive",render:i8},c8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function l8(e,t){return n.openBlock(),n.createElementBlock("svg",c8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M10 12.5L8 15l2 2.5m4-5l2 2.5l-2 2.5M14 2v4a2 2 0 0 0 2 2h4"}),n.createElementVNode("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"})],-1)]))}const ap={name:"lucide-file-code",render:l8},u8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function d8(e,t){return n.openBlock(),n.createElementBlock("svg",u8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),n.createElementVNode("path",{d:"M14 2v4a2 2 0 0 0 2 2h4m-8 10v-6m-3 3l3 3l3-3"})],-1)]))}const ip={name:"lucide-file-down",render:d8},f8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function p8(e,t){return n.openBlock(),n.createElementBlock("svg",f8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"}),n.createElementVNode("path",{d:"M14 2v4a2 2 0 0 0 2 2h4M2 15h10m-3 3l3-3l-3-3"})],-1)]))}const cp={name:"lucide-file-input",render:p8},h8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function m8(e,t){return n.openBlock(),n.createElementBlock("svg",h8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M14 2v4a2 2 0 0 0 2 2h4M4 7V4a2 2 0 0 1 2-2a2 2 0 0 0-2 2"}),n.createElementVNode("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"}),n.createElementVNode("path",{d:"m5 17l-3-3h10"})],-1)]))}const lp={name:"lucide-file-output",render:m8},g8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _8(e,t){return n.openBlock(),n.createElementBlock("svg",g8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}),n.createElementVNode("path",{d:"M14 2v4a2 2 0 0 0 2 2h4M10 9H8m8 4H8m8 4H8"})],-1)]))}const Ws={name:"lucide-file-text",render:_8},b8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function k8(e,t){return n.openBlock(),n.createElementBlock("svg",b8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M20 7h-3a2 2 0 0 1-2-2V2"}),n.createElementVNode("path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z"}),n.createElementVNode("path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8"})],-1)]))}const up={name:"lucide-files",render:k8},w8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function y8(e,t){return n.openBlock(),n.createElementBlock("svg",w8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("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 dp={name:"lucide-fingerprint",render:y8},C8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function E8(e,t){return n.openBlock(),n.createElementBlock("svg",C8,t[0]||(t[0]=[n.createElementVNode("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 fp={name:"lucide-flask-conical",render:E8},x8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function v8(e,t){return n.openBlock(),n.createElementBlock("svg",x8,t[0]||(t[0]=[n.createElementVNode("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 pp={name:"lucide-folder",render:v8},S8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function B8(e,t){return n.openBlock(),n.createElementBlock("svg",S8,t[0]||(t[0]=[n.createElementVNode("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 hp={name:"lucide-folder-open",render:B8},A8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function N8(e,t){return n.openBlock(),n.createElementBlock("svg",A8,t[0]||(t[0]=[n.createElementVNode("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 mp={name:"lucide-folder-plus",render:N8},$8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function T8(e,t){return n.openBlock(),n.createElementBlock("svg",$8,t[0]||(t[0]=[n.createElementVNode("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 gp={name:"lucide-funnel",render:T8},M8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function I8(e,t){return n.openBlock(),n.createElementBlock("svg",M8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M6 3h12l4 6l-10 13L2 9Z"}),n.createElementVNode("path",{d:"M11 3L8 9l4 13l4-13l-3-6M2 9h20"})],-1)]))}const _p={name:"lucide-gem",render:I8},L8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function R8(e,t){return n.openBlock(),n.createElementBlock("svg",L8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"18",height:"4",x:"3",y:"8",rx:"1"}),n.createElementVNode("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 bp={name:"lucide-gift",render:R8},O8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function V8(e,t){return n.openBlock(),n.createElementBlock("svg",O8,t[0]||(t[0]=[n.createStaticVNode('<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 kp={name:"lucide-git-branch",render:V8},z8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function q8(e,t){return n.openBlock(),n.createElementBlock("svg",z8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20"})],-1)]))}const wp={name:"lucide-globe",render:q8},D8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function P8(e,t){return n.openBlock(),n.createElementBlock("svg",D8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5"})],-1)]))}const yp={name:"lucide-graduation-cap",render:P8},F8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function j8(e,t){return n.openBlock(),n.createElementBlock("svg",F8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 3v18m-9-9h18"}),n.createElementVNode("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"})],-1)]))}const Cp={name:"lucide-grid-2x2",render:j8},H8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function U8(e,t){return n.openBlock(),n.createElementBlock("svg",H8,t[0]||(t[0]=[n.createStaticVNode('<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 Ep={name:"lucide-grip-vertical",render:U8},G8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Z8(e,t){return n.openBlock(),n.createElementBlock("svg",G8,t[0]||(t[0]=[n.createStaticVNode('<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 xp={name:"lucide-hand-coins",render:Z8},W8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function K8(e,t){return n.openBlock(),n.createElementBlock("svg",W8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m11 17l2 2a1 1 0 1 0 3-3"}),n.createElementVNode("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"}),n.createElementVNode("path",{d:"m21 3l1 11h-2M3 3L2 14l6.5 6.5a1 1 0 1 0 3-3M3 4h8"})],-1)]))}const vp={name:"lucide-handshake",render:K8},X8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Y8(e,t){return n.openBlock(),n.createElementBlock("svg",X8,t[0]||(t[0]=[n.createElementVNode("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 Sp={name:"lucide-hard-drive",render:Y8},J8={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Q8(e,t){return n.openBlock(),n.createElementBlock("svg",J8,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 2v8m4-4l-4 4l-4-4"}),n.createElementVNode("rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}),n.createElementVNode("path",{d:"M6 18h.01M10 18h.01"})],-1)]))}const Bp={name:"lucide-hard-drive-download",render:Q8},eS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function tS(e,t){return n.openBlock(),n.createElementBlock("svg",eS,t[0]||(t[0]=[n.createElementVNode("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 Ap={name:"lucide-hash",render:tS},nS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function oS(e,t){return n.openBlock(),n.createElementBlock("svg",nS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8"}),n.createElementVNode("path",{d:"M3 3v5h5m4-1v5l4 2"})],-1)]))}const Np={name:"lucide-history",render:oS},rS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function sS(e,t){return n.openBlock(),n.createElementBlock("svg",rS,t[0]||(t[0]=[n.createElementVNode("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 $p={name:"lucide-hourglass",render:sS},aS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function iS(e,t){return n.openBlock(),n.createElementBlock("svg",aS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}),n.createElementVNode("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 Tp={name:"lucide-house",render:iS},cS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lS(e,t){return n.openBlock(),n.createElementBlock("svg",cS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}),n.createElementVNode("circle",{cx:"9",cy:"9",r:"2"}),n.createElementVNode("path",{d:"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21"})],-1)]))}const Mp={name:"lucide-image",render:lS},uS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function dS(e,t){return n.openBlock(),n.createElementBlock("svg",uS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M22 12h-6l-2 3h-4l-2-3H2"}),n.createElementVNode("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 Ip={name:"lucide-inbox",render:dS},fS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function pS(e,t){return n.openBlock(),n.createElementBlock("svg",fS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M12 16v-4m0-4h.01"})],-1)]))}const Ks={name:"lucide-info",render:pS},hS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function mS(e,t){return n.openBlock(),n.createElementBlock("svg",hS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"})],-1)]))}const Lp={name:"lucide-key-round",render:mS},gS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _S(e,t){return n.openBlock(),n.createElementBlock("svg",gS,t[0]||(t[0]=[n.createElementVNode("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 Rp={name:"lucide-languages",render:_S},bS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function kS(e,t){return n.openBlock(),n.createElementBlock("svg",bS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("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"}),n.createElementVNode("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 Op={name:"lucide-layers",render:kS},wS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function yS(e,t){return n.openBlock(),n.createElementBlock("svg",wS,t[0]||(t[0]=[n.createElementVNode("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 Vp={name:"lucide-lightbulb",render:yS},CS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ES(e,t){return n.openBlock(),n.createElementBlock("svg",CS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),n.createElementVNode("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 zp={name:"lucide-link",render:ES},xS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function vS(e,t){return n.openBlock(),n.createElementBlock("svg",xS,t[0]||(t[0]=[n.createElementVNode("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 qp={name:"lucide-list",render:vS},SS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function BS(e,t){return n.openBlock(),n.createElementBlock("svg",SS,t[0]||(t[0]=[n.createElementVNode("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 Dp={name:"lucide-list-checks",render:BS},AS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function NS(e,t){return n.openBlock(),n.createElementBlock("svg",AS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}),n.createElementVNode("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})],-1)]))}const Pp={name:"lucide-lock",render:NS},$S={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TS(e,t){return n.openBlock(),n.createElementBlock("svg",$S,t[0]||(t[0]=[n.createElementVNode("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 Fp={name:"lucide-log-in",render:TS},MS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function IS(e,t){return n.openBlock(),n.createElementBlock("svg",MS,t[0]||(t[0]=[n.createElementVNode("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 jp={name:"lucide-log-out",render:IS},LS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function RS(e,t){return n.openBlock(),n.createElementBlock("svg",LS,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m22 7l-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}),n.createElementVNode("rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"})],-1)]))}const Hp={name:"lucide-mail",render:RS},OS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function VS(e,t){return n.openBlock(),n.createElementBlock("svg",OS,t[0]||(t[0]=[n.createElementVNode("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 Up={name:"lucide-maximize",render:VS},zS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function qS(e,t){return n.openBlock(),n.createElementBlock("svg",zS,t[0]||(t[0]=[n.createElementVNode("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 Gp={name:"lucide-maximize-2",render:qS},DS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PS(e,t){return n.openBlock(),n.createElementBlock("svg",DS,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 12h16M4 18h16M4 6h16"},null,-1)]))}const Zp={name:"lucide-menu",render:PS},FS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function jS(e,t){return n.openBlock(),n.createElementBlock("svg",FS,t[0]||(t[0]=[n.createElementVNode("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 Wp={name:"lucide-message-circle",render:jS},HS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function US(e,t){return n.openBlock(),n.createElementBlock("svg",HS,t[0]||(t[0]=[n.createElementVNode("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 Kp={name:"lucide-messages-square",render:US},GS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ZS(e,t){return n.openBlock(),n.createElementBlock("svg",GS,t[0]||(t[0]=[n.createElementVNode("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 Xp={name:"lucide-milestone",render:ZS},WS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function KS(e,t){return n.openBlock(),n.createElementBlock("svg",WS,t[0]||(t[0]=[n.createElementVNode("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 XS={name:"lucide-minimize-2",render:KS},YS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function JS(e,t){return n.openBlock(),n.createElementBlock("svg",YS,t[0]||(t[0]=[n.createElementVNode("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 Yp={name:"lucide-mouse-pointer",render:JS},QS={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function e7(e,t){return n.openBlock(),n.createElementBlock("svg",QS,t[0]||(t[0]=[n.createStaticVNode('<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 Jp={name:"lucide-network",render:e7},t7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function n7(e,t){return n.openBlock(),n.createElementBlock("svg",t7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("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"}),n.createElementVNode("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 Qp={name:"lucide-package-open",render:n7},o7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function r7(e,t){return n.openBlock(),n.createElementBlock("svg",o7,t[0]||(t[0]=[n.createStaticVNode('<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 e0={name:"lucide-palette",render:r7},s7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function a7(e,t){return n.openBlock(),n.createElementBlock("svg",s7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"4",height:"16",x:"14",y:"4",rx:"1"}),n.createElementVNode("rect",{width:"4",height:"16",x:"6",y:"4",rx:"1"})],-1)]))}const t0={name:"lucide-pause",render:a7},i7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function c7(e,t){return n.openBlock(),n.createElementBlock("svg",i7,t[0]||(t[0]=[n.createElementVNode("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 n0={name:"lucide-pen",render:c7},l7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function u7(e,t){return n.openBlock(),n.createElementBlock("svg",l7,t[0]||(t[0]=[n.createElementVNode("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 o0={name:"lucide-pencil",render:u7},d7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function f7(e,t){return n.openBlock(),n.createElementBlock("svg",d7,t[0]||(t[0]=[n.createElementVNode("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 r0={name:"lucide-pin",render:f7},p7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function h7(e,t){return n.openBlock(),n.createElementBlock("svg",p7,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m6 3l14 9l-14 9z"},null,-1)]))}const s0={name:"lucide-play",render:h7},m7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function g7(e,t){return n.openBlock(),n.createElementBlock("svg",m7,t[0]||(t[0]=[n.createElementVNode("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 a0={name:"lucide-plug",render:g7},_7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function b7(e,t){return n.openBlock(),n.createElementBlock("svg",_7,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 12h14m-7-7v14"},null,-1)]))}const i0={name:"lucide-plus",render:b7},k7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function w7(e,t){return n.openBlock(),n.createElementBlock("svg",k7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6"})],-1)]))}const c0={name:"lucide-pocket-knife",render:w7},y7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function C7(e,t){return n.openBlock(),n.createElementBlock("svg",y7,t[0]||(t[0]=[n.createElementVNode("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 l0={name:"lucide-power",render:C7},E7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function x7(e,t){return n.openBlock(),n.createElementBlock("svg",E7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m15 14l5-5l-5-5"}),n.createElementVNode("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 u0={name:"lucide-redo-2",render:x7},v7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function S7(e,t){return n.openBlock(),n.createElementBlock("svg",v7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8"}),n.createElementVNode("path",{d:"M21 3v5h-5m5 4a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16"}),n.createElementVNode("path",{d:"M8 16H3v5"})],-1)]))}const hr={name:"lucide-refresh-cw",render:S7},B7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function A7(e,t){return n.openBlock(),n.createElementBlock("svg",B7,t[0]||(t[0]=[n.createElementVNode("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 d0={name:"lucide-remove-formatting",render:A7},N7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function $7(e,t){return n.openBlock(),n.createElementBlock("svg",N7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16"}),n.createElementVNode("circle",{cx:"5",cy:"19",r:"1"})],-1)]))}const f0={name:"lucide-rss",render:$7},T7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function M7(e,t){return n.openBlock(),n.createElementBlock("svg",T7,t[0]||(t[0]=[n.createElementVNode("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 p0={name:"lucide-satellite-dish",render:M7},I7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function L7(e,t){return n.openBlock(),n.createElementBlock("svg",I7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("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 h0={name:"lucide-save",render:L7},R7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function O7(e,t){return n.openBlock(),n.createElementBlock("svg",R7,t[0]||(t[0]=[n.createElementVNode("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 m0={name:"lucide-scale",render:O7},V7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function z7(e,t){return n.openBlock(),n.createElementBlock("svg",V7,t[0]||(t[0]=[n.createStaticVNode('<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 Xs={name:"lucide-scissors",render:z7},q7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function D7(e,t){return n.openBlock(),n.createElementBlock("svg",q7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m21 21l-4.34-4.34"}),n.createElementVNode("circle",{cx:"11",cy:"11",r:"8"})],-1)]))}const g0={name:"lucide-search",render:D7},P7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function F7(e,t){return n.openBlock(),n.createElementBlock("svg",P7,t[0]||(t[0]=[n.createElementVNode("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 _0={name:"lucide-send",render:F7},j7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function H7(e,t){return n.openBlock(),n.createElementBlock("svg",j7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}),n.createElementVNode("rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}),n.createElementVNode("path",{d:"M6 6h.01M6 18h.01"})],-1)]))}const b0={name:"lucide-server",render:H7},U7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function G7(e,t){return n.openBlock(),n.createElementBlock("svg",U7,t[0]||(t[0]=[n.createElementVNode("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 k0={name:"lucide-share",render:G7},Z7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function W7(e,t){return n.openBlock(),n.createElementBlock("svg",Z7,t[0]||(t[0]=[n.createElementVNode("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 w0={name:"lucide-sliders-horizontal",render:W7},K7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function X7(e,t){return n.openBlock(),n.createElementBlock("svg",K7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"10"}),n.createElementVNode("path",{d:"M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01"})],-1)]))}const y0={name:"lucide-smile",render:X7},Y7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function J7(e,t){return n.openBlock(),n.createElementBlock("svg",Y7,t[0]||(t[0]=[n.createElementVNode("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 C0={name:"lucide-square",render:J7},Q7={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function e9(e,t){return n.openBlock(),n.createElementBlock("svg",Q7,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),n.createElementVNode("path",{d:"m9 12l2 2l4-4"})],-1)]))}const E0={name:"lucide-square-check",render:e9},t9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function n9(e,t){return n.openBlock(),n.createElementBlock("svg",t9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),n.createElementVNode("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 x0={name:"lucide-square-pen",render:n9},o9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function r9(e,t){return n.openBlock(),n.createElementBlock("svg",o9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),n.createElementVNode("path",{d:"M8 12h8m-4-4v8"})],-1)]))}const v0={name:"lucide-square-plus",render:r9},s9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function a9(e,t){return n.openBlock(),n.createElementBlock("svg",s9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z"}),n.createElementVNode("path",{d:"M15 3v4a2 2 0 0 0 2 2h4"})],-1)]))}const S0={name:"lucide-sticky-note",render:a9},i9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function c9(e,t){return n.openBlock(),n.createElementBlock("svg",i9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"12",r:"4"}),n.createElementVNode("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 B0={name:"lucide-sun",render:c9},l9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function u9(e,t){return n.openBlock(),n.createElementBlock("svg",l9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M12 3v18"}),n.createElementVNode("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),n.createElementVNode("path",{d:"M3 9h18M3 15h18"})],-1)]))}const A0={name:"lucide-table",render:u9},d9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function f9(e,t){return n.openBlock(),n.createElementBlock("svg",d9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m15 5l6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19"}),n.createElementVNode("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"}),n.createElementVNode("circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor"})],-1)]))}const N0={name:"lucide-tags",render:f9},p9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function h9(e,t){return n.openBlock(),n.createElementBlock("svg",p9,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 19h8M4 17l6-6l-6-6"},null,-1)]))}const $0={name:"lucide-terminal",render:h9},m9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function g9(e,t){return n.openBlock(),n.createElementBlock("svg",m9,t[0]||(t[0]=[n.createElementVNode("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 T0={name:"lucide-thumbs-down",render:g9},_9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function b9(e,t){return n.openBlock(),n.createElementBlock("svg",_9,t[0]||(t[0]=[n.createElementVNode("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 M0={name:"lucide-thumbs-up",render:b9},k9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function w9(e,t){return n.openBlock(),n.createElementBlock("svg",k9,t[0]||(t[0]=[n.createElementVNode("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 I0={name:"lucide-trash-2",render:w9},y9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function C9(e,t){return n.openBlock(),n.createElementBlock("svg",y9,t[0]||(t[0]=[n.createElementVNode("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 L0={name:"lucide-tree-pine",render:C9},E9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function x9(e,t){return n.openBlock(),n.createElementBlock("svg",E9,t[0]||(t[0]=[n.createElementVNode("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 R0={name:"lucide-triangle-alert",render:x9},v9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function S9(e,t){return n.openBlock(),n.createElementBlock("svg",v9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M9 14L4 9l5-5"}),n.createElementVNode("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 O0={name:"lucide-undo-2",render:S9},B9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function A9(e,t){return n.openBlock(),n.createElementBlock("svg",B9,t[0]||(t[0]=[n.createElementVNode("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 V0={name:"lucide-unlink",render:A9},N9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function $9(e,t){return n.openBlock(),n.createElementBlock("svg",N9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}),n.createElementVNode("circle",{cx:"12",cy:"7",r:"4"})],-1)]))}const z0={name:"lucide-user",render:$9},T9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function M9(e,t){return n.openBlock(),n.createElementBlock("svg",T9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m16 11l2 2l4-4m-6 12v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}),n.createElementVNode("circle",{cx:"9",cy:"7",r:"4"})],-1)]))}const q0={name:"lucide-user-check",render:M9},I9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function L9(e,t){return n.openBlock(),n.createElementBlock("svg",I9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"10",cy:"7",r:"4"}),n.createElementVNode("path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2m12-5.5V14a2 2 0 0 1 4 0v1.5"}),n.createElementVNode("rect",{width:"8",height:"5",x:"13",y:"16",rx:".899"})],-1)]))}const D0={name:"lucide-user-lock",render:L9},R9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function O9(e,t){return n.openBlock(),n.createElementBlock("svg",R9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"12",cy:"8",r:"5"}),n.createElementVNode("path",{d:"M20 21a8 8 0 0 0-16 0"})],-1)]))}const P0={name:"lucide-user-round",render:O9},V9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function z9(e,t){return n.openBlock(),n.createElementBlock("svg",V9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("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"}),n.createElementVNode("circle",{cx:"9",cy:"7",r:"4"})],-1)]))}const F0={name:"lucide-users",render:z9},q9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function D9(e,t){return n.openBlock(),n.createElementBlock("svg",q9,t[0]||(t[0]=[n.createElementVNode("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 j0={name:"lucide-variable",render:D9},P9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function F9(e,t){return n.openBlock(),n.createElementBlock("svg",P9,t[0]||(t[0]=[n.createStaticVNode('<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 H0={name:"lucide-vault",render:F9},j9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function H9(e,t){return n.openBlock(),n.createElementBlock("svg",j9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("path",{d:"m16 13l5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5"}),n.createElementVNode("rect",{width:"14",height:"12",x:"2",y:"6",rx:"2"})],-1)]))}const U0={name:"lucide-video",render:H9},U9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function G9(e,t){return n.openBlock(),n.createElementBlock("svg",U9,t[0]||(t[0]=[n.createStaticVNode('<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 G0={name:"lucide-waypoints",render:G9},Z9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function W9(e,t){return n.openBlock(),n.createElementBlock("svg",Z9,t[0]||(t[0]=[n.createElementVNode("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 Z0={name:"lucide-wrench",render:W9},K9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function X9(e,t){return n.openBlock(),n.createElementBlock("svg",K9,t[0]||(t[0]=[n.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M18 6L6 18M6 6l12 12"},null,-1)]))}const Ys={name:"lucide-x",render:X9},Y9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function J9(e,t){return n.openBlock(),n.createElementBlock("svg",Y9,t[0]||(t[0]=[n.createElementVNode("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 W0={name:"lucide-zap",render:J9},Q9={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function eB(e,t){return n.openBlock(),n.createElementBlock("svg",Q9,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"11",cy:"11",r:"8"}),n.createElementVNode("path",{d:"m21 21l-4.35-4.35M11 8v6m-3-3h6"})],-1)]))}const K0={name:"lucide-zoom-in",render:eB},tB={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function nB(e,t){return n.openBlock(),n.createElementBlock("svg",tB,t[0]||(t[0]=[n.createElementVNode("g",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"},[n.createElementVNode("circle",{cx:"11",cy:"11",r:"8"}),n.createElementVNode("path",{d:"m21 21l-4.35-4.35M8 11h6"})],-1)]))}const X0={name:"lucide-zoom-out",render:nB},Y0={variable:j0,"pop-out":Xd,triangle:lf,"status-completed":ef,"status-waiting":rf,"status-error":tf,"status-canceled":Qd,"status-new":nf,"status-unknown":of,"status-warning":sf,"vector-square":uf,schema:Yd,json:Kd,binary:Zd,text:af,toolbox:cf,spinner:Jd,xmark:Ys,"caret-up":pr,"caret-down":ur,"caret-right":fr,"caret-left":dr,"folder-plus":mp,share:k0,"user-check":q0,"check-double":$f,"exclamation-circle":Lf,circle:If,"eye-slash":op,folder:pp,"minus-circle":Vf,adjust:Wf,refresh:hr,vault:H0,"angle-double-left":Tf,"angle-down":ur,"angle-left":dr,"angle-right":fr,"angle-up":pr,archive:ff,"arrow-left":Us,"arrow-right":mf,"arrow-up":gf,"arrow-down":pf,at:_f,ban:bf,"balance-scale-left":m0,bars:Zp,bolt:W0,book:wf,"box-open":Qp,bug:xf,brain:Ef,calculator:vf,calendar:Sf,"chart-bar":Af,check:Nf,"check-circle":Rf,"check-square":E0,"chevron-left":dr,"chevron-right":fr,"chevron-down":ur,"chevron-up":pr,code:Zf,"code-branch":kp,cog:Zs,cogs:Zs,comment:Wp,comments:Kp,"clipboard-list":jf,clock:Hf,clone:Kf,cloud:Uf,"cloud-download-alt":Gf,compress:Mf,copy:up,cube:Cf,cut:Xs,database:Xf,"dot-circle":Of,"grip-lines-vertical":Wd,"grip-vertical":Ep,edit:x0,"ellipsis-h":Jf,"ellipsis-v":Qf,envelope:Hp,equals:ep,eye:np,"exclamation-triangle":R0,expand:Up,"expand-alt":Gp,"external-link-alt":tp,"exchange-alt":hf,file:rp,"file-alt":Ws,"file-archive":sp,"file-code":ap,"file-download":ip,"file-export":lp,"file-import":cp,"file-pdf":Ws,filter:gp,fingerprint:dp,flask:fp,"folder-open":hp,font:Bf,gift:bp,globe:wp,"globe-americas":Yf,"graduation-cap":yp,"hand-holding-usd":xp,"hand-scissors":Xs,handshake:vp,"hand-point-left":Us,hashtag:Ap,hdd:Sp,history:Np,home:Tp,hourglass:$p,image:Mp,inbox:Ip,info:Ks,"info-circle":Ks,key:Lp,language:Rp,"layer-group":Op,link:zp,list:qp,lightbulb:Vp,lock:Pp,"map-signs":Xp,"mouse-pointer":Yp,"network-wired":Jp,palette:e0,pause:t0,"pause-circle":zf,pen:n0,"pencil-alt":o0,play:s0,"play-circle":qf,plug:a0,plus:i0,"plus-circle":Df,"plus-square":v0,"project-diagram":G0,question:Gs,"question-circle":Gs,redo:u0,"remove-format":d0,robot:yf,rss:f0,save:h0,"satellite-dish":p0,search:g0,"search-minus":X0,"search-plus":K0,server:b0,screwdriver:c0,smile:y0,"sign-in-alt":Fp,"sign-out-alt":jp,"sliders-h":w0,"sticky-note":S0,stop:C0,stream:df,sun:B0,sync:hr,"sync-alt":hr,table:A0,tags:N0,tasks:Dp,terminal:$0,"th-large":Cp,thumbtack:r0,"thumbs-down":T0,"thumbs-up":M0,times:Ys,"times-circle":Ff,tools:Z0,trash:I0,undo:O0,unlink:V0,user:z0,"user-circle":Pf,"user-friends":P0,users:F0,video:U0,tree:L0,"user-lock":D0,gem:_p,download:Bp,"power-off":l0,"paper-plane":_0,bell:kf},J0={"bolt-filled":W5,"grip-lines-vertical":Wd,variable:j0,"pop-out":Xd,triangle:lf,"status-completed":ef,"status-waiting":rf,"status-error":tf,"status-canceled":Qd,"status-new":nf,"status-unknown":of,"status-warning":sf,"vector-square":uf,schema:Yd,json:Kd,binary:Zd,text:af,toolbox:cf,spinner:Jd,"align-right":df,archive:ff,"arrow-down":pf,"arrow-left":Us,"arrow-left-right":hf,"arrow-right":mf,"arrow-right-from-line":lv,"arrow-right-to-line":fv,"arrow-up":gf,"at-sign":_f,ban:bf,bell:kf,book:wf,bot:yf,box:Cf,brain:Ef,bug:xf,calculator:vf,calendar:Sf,"case-upper":Bf,"chart-column-decreasing":Af,check:Nf,"check-check":$f,"chevron-down":ur,"chevron-left":dr,"chevron-right":fr,"chevron-up":pr,"chevrons-left":Tf,"chevrons-down-up":Qv,"chevrons-up-down":Mf,circle:If,"circle-alert":Lf,"circle-check":Rf,"circle-dot":Of,"circle-help":Gs,"circle-minus":Vf,"circle-pause":zf,"circle-play":qf,"circle-plus":Df,"circle-user-round":Pf,"circle-x":Ff,"clipboard-list":jf,clock:Hf,cloud:Uf,"cloud-download":Gf,code:Zf,cog:Zs,contrast:Wf,copy:Kf,database:Xf,earth:Yf,ellipsis:Jf,"ellipsis-vertical":Qf,equal:ep,"external-link":tp,eye:np,"eye-off":op,file:rp,"file-archive":sp,"file-code":ap,"file-down":ip,"file-input":cp,"file-output":lp,"file-text":Ws,files:up,fingerprint:dp,"flask-conical":fp,folder:pp,"folder-open":hp,"folder-plus":mp,funnel:gp,gem:_p,gift:bp,"git-branch":kp,globe:wp,"graduation-cap":yp,"grid-2x2":Cp,"grip-vertical":Ep,"hand-coins":xp,handshake:vp,"hard-drive":Sp,"hard-drive-download":Bp,hash:Ap,history:Np,hourglass:$p,house:Tp,image:Mp,inbox:Ip,info:Ks,"key-round":Lp,languages:Rp,layers:Op,lightbulb:Vp,link:zp,list:qp,"list-checks":Dp,lock:Pp,"log-in":Fp,"log-out":jp,mail:Hp,"minimize-2":XS,maximize:Up,"maximize-2":Gp,menu:Zp,"message-circle":Wp,"messages-square":Kp,milestone:Xp,"mouse-pointer":Yp,network:Jp,"package-open":Qp,palette:e0,pause:t0,pen:n0,pencil:o0,pin:r0,play:s0,plug:a0,plus:i0,"pocket-knife":c0,power:l0,"redo-2":u0,"refresh-cw":hr,"remove-formatting":d0,rss:f0,"satellite-dish":p0,save:h0,scale:m0,scissors:Xs,search:g0,send:_0,server:b0,share:k0,"sliders-horizontal":w0,smile:y0,square:C0,"square-check":E0,"square-pen":x0,"square-plus":v0,"sticky-note":S0,sun:B0,table:A0,tags:N0,terminal:$0,"thumbs-down":T0,"thumbs-up":M0,"trash-2":I0,"tree-pine":L0,"triangle-alert":R0,"undo-2":O0,unlink:V0,user:z0,"user-check":q0,"user-lock":D0,"user-round":P0,users:F0,vault:H0,video:U0,waypoints:G0,wrench:Z0,x:Ys,zap:W0,"zoom-in":K0,"zoom-out":X0},Js=st(n.defineComponent({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,o=n.useCssModule(),r=n.computed(()=>{const c=[];return t.spin&&c.push("spin"),t.strokeWidth&&c.push("strokeWidth"),["n8n-icon",...c.map(l=>o[l])]}),a={xsmall:10,small:12,medium:14,large:16,xlarge:20},s=n.computed(()=>{let c="1em";return t.size&&(c=`${typeof t.size=="number"?t.size:a[t.size]}px`),{height:c,width:c}}),i=n.computed(()=>{const c={};return t.color&&(c.color=`var(--color-${t.color})`),t.strokeWidth&&(c["--n8n-icon-stroke-width"]=`${t.strokeWidth}px`),c});return(c,l)=>n.unref(J0)[c.icon]??n.unref(Y0)[c.icon]?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(J0)[c.icon]??n.unref(Y0)[c.icon]),{key:0,class:n.normalizeClass(r.value),"aria-hidden":"true",focusable:"false",role:"img",height:s.value.height,width:s.value.width,"data-icon":t.icon,style:n.normalizeStyle(i.value)},null,8,["class","height","width","data-icon","style"])):n.createCommentVNode("",!0)}}),[["__cssModules",{$style:{strokeWidth:"_strokeWidth_fqxq5_1",spin:"_spin_fqxq5_6"}}]]),oB={class:"n8n-spinner"},rB={key:0,class:"lds-ring"},sB=n.defineComponent({name:"N8nSpinner",__name:"Spinner",props:{size:{default:"medium"},type:{default:"dots"}},setup(e){return(t,o)=>(n.openBlock(),n.createElementBlock("span",oB,[t.type==="ring"?(n.openBlock(),n.createElementBlock("div",rB,o[0]||(o[0]=[n.createElementVNode("div",null,null,-1),n.createElementVNode("div",null,null,-1),n.createElementVNode("div",null,null,-1),n.createElementVNode("div",null,null,-1)]))):(n.openBlock(),n.createBlock(n.unref(Js),{key:1,icon:"spinner",size:t.size,spin:""},null,8,["size"]))]))}}),aB={key:1},iB=st(n.defineComponent({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=n.useCssModule(),o=n.useAttrs(),r=e;n.watchEffect(()=>{r.element==="a"&&!r.href&&console.error("n8n-button:href is required for link buttons")});const a=n.computed(()=>r.loading?"true":void 0),s=n.computed(()=>r.disabled?"true":void 0),i=n.computed(()=>r.disabled||r.loading),c=n.computed(()=>r.iconSize??(r.size==="xmini"||r.size==="mini"?"xsmall":r.size)),l=n.computed(()=>`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(d,f)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(d.element),n.mergeProps({class:l.value,disabled:i.value,"aria-disabled":s.value,"aria-busy":a.value,href:d.href,"aria-live":"polite"},{...n.unref(o),...r.nativeType?{type:r.nativeType}:{}}),{default:n.withCtx(()=>[d.loading||d.icon?(n.openBlock(),n.createElementBlock("span",{key:0,class:n.normalizeClass(n.unref(t).icon)},[d.loading?(n.openBlock(),n.createBlock(n.unref(sB),{key:0,size:c.value},null,8,["size"])):d.icon?(n.openBlock(),n.createBlock(n.unref(Js),{key:1,icon:d.icon,size:c.value},null,8,["icon","size"])):n.createCommentVNode("",!0)],2)):n.createCommentVNode("",!0),d.label?(n.openBlock(),n.createElementBlock("span",aB,n.toDisplayString(d.label),1)):d.$slots.default?n.renderSlot(d.$slots,"default",{key:2}):n.createCommentVNode("",!0)]),_:3},16,["class","disabled","aria-disabled","aria-busy","href"]))}}),[["__cssModules",{$style:{button:"_button_mdqve_229",active:"_active_mdqve_263",disabled:"_disabled_mdqve_281",loading:"_loading_mdqve_289",secondary:"_secondary_mdqve_312",tertiary:"_tertiary_mdqve_334",success:"_success_mdqve_356",warning:"_warning_mdqve_378",danger:"_danger_mdqve_400",xmini:"_xmini_mdqve_425",square:"_square_mdqve_430",mini:"_mini_mdqve_435",small:"_small_mdqve_445",medium:"_medium_mdqve_455",large:"_large_mdqve_465",xlarge:"_xlarge_mdqve_470",outline:"_outline_mdqve_483",primary:"_primary_mdqve_487",text:"_text_mdqve_524",transparent:"_transparent_mdqve_592",withIcon:"_withIcon_mdqve_597",icon:"_icon_mdqve_603",block:"_block_mdqve_612","float-left":"_float-left_mdqve_616","float-right":"_float-right_mdqve_620"}}]]);({...go.props});const Q0=st(n.defineComponent({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,o=n.useCssModule(),r=n.computed(()=>{const a=[];return t.align&&a.push(`align-${t.align}`),t.color&&a.push(t.color),t.compact&&a.push("compact"),a.push(`size-${t.size}`),a.push(t.bold?"bold":"regular"),a.map(s=>o[s])});return(a,s)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(a.tag),n.mergeProps({class:["n8n-text",...r.value]},a.$attrs),{default:n.withCtx(()=>[n.renderSlot(a.$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"}}]]),cB={key:0},lB={key:1},uB=st(n.defineComponent({__name:"Loading",props:{animated:{type:Boolean,default:!0},loading:{type:Boolean,default:!0},rows:{default:1},cols:{default:0},shrinkLast:{type:Boolean,default:!0},variant:{default:"p"}},setup(e){return(t,o)=>(n.openBlock(),n.createBlock(n.unref(U5),{loading:t.loading,animated:t.animated,class:n.normalizeClass(["n8n-loading",`n8n-loading-${t.variant}`])},n.createSlots({_:2},[t.cols?{name:"template",fn:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(t.cols,r=>(n.openBlock(),n.createBlock(n.unref(wo),{key:r}))),128))]),key:"0"}:{name:"template",fn:n.withCtx(()=>[t.variant==="h1"?(n.openBlock(),n.createElementBlock("div",cB,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(t.rows,(r,a)=>(n.openBlock(),n.createElementBlock("div",{key:a,class:n.normalizeClass({[t.$style.h1Last]:r===t.rows&&t.rows>1&&t.shrinkLast})},[n.createVNode(n.unref(wo),{variant:t.variant},null,8,["variant"])],2))),128))])):t.variant==="p"?(n.openBlock(),n.createElementBlock("div",lB,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(t.rows,(r,a)=>(n.openBlock(),n.createElementBlock("div",{key:a,class:n.normalizeClass({[t.$style.pLast]:r===t.rows&&t.rows>1&&t.shrinkLast})},[n.createVNode(n.unref(wo),{variant:t.variant},null,8,["variant"])],2))),128))])):t.variant==="custom"?(n.openBlock(),n.createElementBlock("div",{key:2,class:n.normalizeClass(t.$style.custom)},[n.createVNode(n.unref(wo))],2)):(n.openBlock(),n.createBlock(n.unref(wo),{key:3,variant:t.variant},null,8,["variant"]))]),key:"1"}]),1032,["loading","animated","class"]))}}),[["__cssModules",{$style:{h1Last:"_h1Last_1sdbr_1",pLast:"_pLast_1sdbr_5",custom:"_custom_1sdbr_9"}}]]),Dn=e=>{let t=0;for(let o=0;o<e.length;o++){const r=e.charCodeAt(o);t=(t<<5)-t+r,t=t&t}return Math.abs(t)},eh=(e,t)=>Math.floor(e/Math.pow(10,t)%10),Qs=(e,t)=>!(eh(e,t)%2),Oe=(e,t,o)=>{const r=e%t;return o&&eh(e,o)%2===0?-r:r},_n=(e,t,o)=>t[e%o],dB=e=>{e.slice(0,1)==="#"&&(e=e.slice(1));const t=parseInt(e.substring(0,2),16),o=parseInt(e.substring(2,4),16),r=parseInt(e.substring(4,6),16);return(t*299+o*587+r*114)/1e3>=128?"#000000":"#FFFFFF"},fB=4,ea=80;function pB(e,t){const o=Dn(e),r=t&&t.length;return Array.from({length:fB},(a,s)=>({color:_n(o+s,t,r),translateX:Oe(o*(s+1),ea/2-(s+17),1),translateY:Oe(o*(s+1),ea/2-(s+17),2),rotate:Oe(o*(s+1),360),isSquare:Qs(o,2)}))}const hB=n.defineComponent({props:{colors:{type:Array,required:!0},name:{type:String,required:!0},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!0},title:{type:Boolean,required:!1,default:!1}},setup(e){return{properties:n.computed(()=>pB(e.name,e.colors)),SIZE:ea}}}),Pn=(e,t)=>{const o=e.__vccOpts||e;for(const[r,a]of t)o[r]=a;return o},mB=["viewBox","width","height"],gB={key:0},_B=["width","height"],bB=["width","height","rx"],kB={mask:"url(#mask__bauhaus)"},wB=["width","height","fill"],yB=["x","y","width","height","fill","transform"],CB=["cx","cy","fill","r","transform"],EB=["y1","x2","y2","stroke","transform"];function xB(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("svg",{viewBox:`0 0 ${e.SIZE} ${e.SIZE}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},[e.title?(n.openBlock(),n.createElementBlock("title",gB,n.toDisplayString(e.name),1)):n.createCommentVNode("",!0),n.createElementVNode("mask",{id:"mask__bauhaus",maskUnits:"userSpaceOnUse",x:0,y:0,width:e.SIZE,height:e.SIZE},[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,rx:e.square?void 0:e.SIZE*2,fill:"#FFFFFF"},null,8,bB)],8,_B),n.createElementVNode("g",kB,[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,fill:e.properties[0].color},null,8,wB),n.createElementVNode("rect",{x:(e.SIZE-60)/2,y:(e.SIZE-20)/2,width:e.SIZE,height:e.properties[1].isSquare?e.SIZE:e.SIZE/8,fill:e.properties[1].color,transform:`translate(${e.properties[1].translateX} ${e.properties[1].translateY}) rotate(${e.properties[1].rotate} ${e.SIZE/2} ${e.SIZE/2})`},null,8,yB),n.createElementVNode("circle",{cx:e.SIZE/2,cy:e.SIZE/2,fill:e.properties[2].color,r:e.SIZE/5,transform:`translate(${e.properties[2].translateX} ${e.properties[2].translateY})`},null,8,CB),n.createElementVNode("line",{x1:0,y1:e.SIZE/2,x2:e.SIZE,y2:e.SIZE/2,"stroke-width":2,stroke:e.properties[3].color,transform:`translate(${e.properties[3].translateX} ${e.properties[3].translateY}) rotate(${e.properties[3].rotate} ${e.SIZE/2} ${e.SIZE/2})`},null,8,EB)])],8,mB)}const vB=Pn(hB,[["render",xB]]),Fn=36;function SB(e,t){const o=Dn(e),r=t&&t.length,a=_n(o,t,r),s=Oe(o,10,1),i=s<5?s+Fn/9:s,c=Oe(o,10,2),l=c<5?c+Fn/9:c;return{wrapperColor:a,faceColor:dB(a),backgroundColor:_n(o+13,t,r),wrapperTranslateX:i,wrapperTranslateY:l,wrapperRotate:Oe(o,360),wrapperScale:1+Oe(o,Fn/12)/10,isMouthOpen:Qs(o,2),isCircle:Qs(o,1),eyeSpread:Oe(o,5),mouthSpread:Oe(o,3),faceRotate:Oe(o,10,3),faceTranslateX:i>Fn/6?i/2:Oe(o,8,1),faceTranslateY:l>Fn/6?l/2:Oe(o,7,2)}}const BB=n.defineComponent({props:{colors:{type:Array,required:!0},name:{type:String,required:!0},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!0},title:{type:Boolean,required:!1,default:!1}},setup(e){return{data:n.computed(()=>SB(e.name,e.colors)),SIZE:Fn}}}),AB=["viewBox","width","height"],NB={key:0},$B=["width","height"],TB=["width","height","rx"],MB={mask:"url(#mask__beam)"},IB=["width","height","fill"],LB=["width","height","transform","fill","rx"],RB=["transform"],OB=["d","stroke"],VB=["d","fill"],zB=["x","width","fill"],qB=["x","width","fill"];function DB(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("svg",{viewBox:`0 0 ${e.SIZE} ${e.SIZE}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},[e.title?(n.openBlock(),n.createElementBlock("title",NB,n.toDisplayString(e.name),1)):n.createCommentVNode("",!0),n.createElementVNode("mask",{id:"mask__beam",maskUnits:"userSpaceOnUse",x:0,y:0,width:e.SIZE,height:e.SIZE},[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,rx:e.square?void 0:e.SIZE*2,fill:"#FFFFFF"},null,8,TB)],8,$B),n.createElementVNode("g",MB,[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,fill:e.data.backgroundColor},null,8,IB),n.createElementVNode("rect",{x:0,y:0,width:e.SIZE,height:e.SIZE,transform:`translate(${e.data.wrapperTranslateX} ${e.data.wrapperTranslateY}) rotate(${e.data.wrapperRotate} ${e.SIZE/2} ${e.SIZE/2}) scale(${e.data.wrapperScale})`,fill:e.data.wrapperColor,rx:e.data.isCircle?e.SIZE:e.SIZE/6},null,8,LB),n.createElementVNode("g",{transform:`translate(${e.data.faceTranslateX} ${e.data.faceTranslateY}) rotate(${e.data.faceRotate} ${e.SIZE/2} ${e.SIZE/2})`},[e.data.isMouthOpen?(n.openBlock(),n.createElementBlock("path",{key:0,d:`M15 ${19+e.data.mouthSpread}c2 1
|
|
15
|
+
4 1 6 0`,stroke:e.data.faceColor,fill:"none","stroke-linecap":"round"},null,8,OB)):(n.openBlock(),n.createElementBlock("path",{key:1,d:`M13,${19+e.data.mouthSpread} a1,0.75 0 0,0 10,0`,fill:e.data.faceColor},null,8,VB)),n.createElementVNode("rect",{x:14-e.data.eyeSpread,y:14,width:1.5,height:2,rx:1,stroke:"none",fill:e.data.faceColor},null,8,zB),n.createElementVNode("rect",{x:20+e.data.eyeSpread,y:14,width:1.5,height:2,rx:1,stroke:"none",fill:e.data.faceColor},null,8,qB)],8,RB)])],8,AB)}const PB=Pn(BB,[["render",DB]]),FB=3,mr=80;function jB(e,t){const o=Dn(e),r=t&&t.length;return Array.from({length:FB},(a,s)=>({color:_n(o+s,t,r),translateX:Oe(o*(s+1),mr/10,1),translateY:Oe(o*(s+1),mr/10,2),scale:1.2+Oe(o*(s+1),mr/20)/10,rotate:Oe(o*(s+1),360,1)}))}const HB=n.defineComponent({props:{colors:{type:Array,required:!0},name:{type:String,required:!0},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!0},title:{type:Boolean,required:!1,default:!1}},setup(e){return{properties:n.computed(()=>jB(e.name,e.colors)),SIZE:mr}}}),UB=e=>(n.pushScopeId("data-v-3c8b58b0"),e=e(),n.popScopeId(),e),GB=["viewBox","width","height"],ZB={key:0},WB=["width","height"],KB=["width","height","rx"],XB={mask:"url(#mask__marble)"},YB=["width","height","fill"],JB=["fill","transform"],QB=["fill","transform"],eA=UB(()=>n.createElementVNode("defs",null,[n.createElementVNode("filter",{id:"prefix__filter0_f",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"},[n.createElementVNode("feFlood",{"flood-opacity":0,result:"BackgroundImageFix"}),n.createElementVNode("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),n.createElementVNode("feGaussianBlur",{stdDeviation:7,result:"effect1_foregroundBlur"})])],-1));function tA(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("svg",{viewBox:`0 0 ${e.SIZE} ${e.SIZE}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},[e.title?(n.openBlock(),n.createElementBlock("title",ZB,n.toDisplayString(e.name),1)):n.createCommentVNode("",!0),n.createElementVNode("mask",{id:"mask__marble",maskUnits:"userSpaceOnUse",x:0,y:0,width:e.SIZE,height:e.SIZE},[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,rx:e.square?void 0:e.SIZE*2,fill:"#FFFFFF"},null,8,KB)],8,WB),n.createElementVNode("g",XB,[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,fill:e.properties[0].color},null,8,YB),n.createElementVNode("path",{filter:"url(#prefix__filter0_f)",d:"M32.414 59.35L50.376 70.5H72.5v-71H33.728L26.5 13.381l19.057 27.08L32.414 59.35z",fill:e.properties[1].color,transform:`translate(${e.properties[1].translateX} ${e.properties[1].translateY}) rotate(${e.properties[1].rotate} ${e.SIZE/2} ${e.SIZE/2}) scale(${e.properties[2].scale})`},null,8,JB),n.createElementVNode("path",{filter:"url(#prefix__filter0_f)",class:"mix-blend-overlay",d:"M22.216 24L0 46.75l14.108 38.129L78 86l-3.081-59.276-22.378 4.005 12.972 20.186-23.35 27.395L22.215 24z",fill:e.properties[2].color,transform:`translate(${e.properties[2].translateX} ${e.properties[2].translateY}) rotate(${e.properties[2].rotate} ${e.SIZE/2} ${e.SIZE/2}) scale(${e.properties[2].scale})`},null,8,QB)]),eA],8,GB)}const nA=Pn(HB,[["render",tA],["__scopeId","data-v-3c8b58b0"]]),oA=64,rA=80;function sA(e,t){const o=Dn(e),r=t&&t.length;return Array.from({length:oA},(a,s)=>_n(o%s,t,r))}const aA=n.defineComponent({props:{colors:{type:Array,required:!0},name:{type:String,required:!0},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!0},title:{type:Boolean,required:!1,default:!1}},setup(e){return{pixelColors:n.computed(()=>sA(e.name,e.colors)),SIZE:rA}}}),iA=["viewBox","width","height"],cA={key:0},lA=["width","height"],uA=["width","height","rx"],dA={mask:"url(#mask__pixel)"},fA=["fill"],pA=["fill"],hA=["fill"],mA=["fill"],gA=["fill"],_A=["fill"],bA=["fill"],kA=["fill"],wA=["fill"],yA=["fill"],CA=["fill"],EA=["fill"],xA=["fill"],vA=["fill"],SA=["fill"],BA=["fill"],AA=["fill"],NA=["fill"],$A=["fill"],TA=["fill"],MA=["fill"],IA=["fill"],LA=["fill"],RA=["fill"],OA=["fill"],VA=["fill"],zA=["fill"],qA=["fill"],DA=["fill"],PA=["fill"],FA=["fill"],jA=["fill"],HA=["fill"],UA=["fill"],GA=["fill"],ZA=["fill"],WA=["fill"],KA=["fill"],XA=["fill"],YA=["fill"],JA=["fill"],QA=["fill"],eN=["fill"],tN=["fill"],nN=["fill"],oN=["fill"],rN=["fill"],sN=["fill"],aN=["fill"],iN=["fill"],cN=["fill"],lN=["fill"],uN=["fill"],dN=["fill"],fN=["fill"],pN=["fill"],hN=["fill"],mN=["fill"],gN=["fill"],_N=["fill"],bN=["fill"],kN=["fill"],wN=["fill"],yN=["fill"];function CN(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("svg",{viewBox:`0 0 ${e.SIZE} ${e.SIZE}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},[e.title?(n.openBlock(),n.createElementBlock("title",cA,n.toDisplayString(e.name),1)):n.createCommentVNode("",!0),n.createElementVNode("mask",{id:"mask__pixel","mask-type":"alpha",maskUnits:"userSpaceOnUse",x:0,y:0,width:e.SIZE,height:e.SIZE},[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,rx:e.square?void 0:e.SIZE*2,fill:"#FFFFFF"},null,8,uA)],8,lA),n.createElementVNode("g",dA,[n.createElementVNode("rect",{width:10,height:10,fill:e.pixelColors[0]},null,8,fA),n.createElementVNode("rect",{x:20,width:10,height:10,fill:e.pixelColors[1]},null,8,pA),n.createElementVNode("rect",{x:40,width:10,height:10,fill:e.pixelColors[2]},null,8,hA),n.createElementVNode("rect",{x:60,width:10,height:10,fill:e.pixelColors[3]},null,8,mA),n.createElementVNode("rect",{x:10,width:10,height:10,fill:e.pixelColors[4]},null,8,gA),n.createElementVNode("rect",{x:30,width:10,height:10,fill:e.pixelColors[5]},null,8,_A),n.createElementVNode("rect",{x:50,width:10,height:10,fill:e.pixelColors[6]},null,8,bA),n.createElementVNode("rect",{x:70,width:10,height:10,fill:e.pixelColors[7]},null,8,kA),n.createElementVNode("rect",{y:10,width:10,height:10,fill:e.pixelColors[8]},null,8,wA),n.createElementVNode("rect",{y:20,width:10,height:10,fill:e.pixelColors[9]},null,8,yA),n.createElementVNode("rect",{y:30,width:10,height:10,fill:e.pixelColors[10]},null,8,CA),n.createElementVNode("rect",{y:40,width:10,height:10,fill:e.pixelColors[11]},null,8,EA),n.createElementVNode("rect",{y:50,width:10,height:10,fill:e.pixelColors[12]},null,8,xA),n.createElementVNode("rect",{y:60,width:10,height:10,fill:e.pixelColors[13]},null,8,vA),n.createElementVNode("rect",{y:70,width:10,height:10,fill:e.pixelColors[14]},null,8,SA),n.createElementVNode("rect",{x:20,y:10,width:10,height:10,fill:e.pixelColors[15]},null,8,BA),n.createElementVNode("rect",{x:20,y:20,width:10,height:10,fill:e.pixelColors[16]},null,8,AA),n.createElementVNode("rect",{x:20,y:30,width:10,height:10,fill:e.pixelColors[17]},null,8,NA),n.createElementVNode("rect",{x:20,y:40,width:10,height:10,fill:e.pixelColors[18]},null,8,$A),n.createElementVNode("rect",{x:20,y:50,width:10,height:10,fill:e.pixelColors[19]},null,8,TA),n.createElementVNode("rect",{x:20,y:60,width:10,height:10,fill:e.pixelColors[20]},null,8,MA),n.createElementVNode("rect",{x:20,y:70,width:10,height:10,fill:e.pixelColors[21]},null,8,IA),n.createElementVNode("rect",{x:40,y:10,width:10,height:10,fill:e.pixelColors[22]},null,8,LA),n.createElementVNode("rect",{x:40,y:20,width:10,height:10,fill:e.pixelColors[23]},null,8,RA),n.createElementVNode("rect",{x:40,y:30,width:10,height:10,fill:e.pixelColors[24]},null,8,OA),n.createElementVNode("rect",{x:40,y:40,width:10,height:10,fill:e.pixelColors[25]},null,8,VA),n.createElementVNode("rect",{x:40,y:50,width:10,height:10,fill:e.pixelColors[26]},null,8,zA),n.createElementVNode("rect",{x:40,y:60,width:10,height:10,fill:e.pixelColors[27]},null,8,qA),n.createElementVNode("rect",{x:40,y:70,width:10,height:10,fill:e.pixelColors[28]},null,8,DA),n.createElementVNode("rect",{x:60,y:10,width:10,height:10,fill:e.pixelColors[29]},null,8,PA),n.createElementVNode("rect",{x:60,y:20,width:10,height:10,fill:e.pixelColors[30]},null,8,FA),n.createElementVNode("rect",{x:60,y:30,width:10,height:10,fill:e.pixelColors[31]},null,8,jA),n.createElementVNode("rect",{x:60,y:40,width:10,height:10,fill:e.pixelColors[32]},null,8,HA),n.createElementVNode("rect",{x:60,y:50,width:10,height:10,fill:e.pixelColors[33]},null,8,UA),n.createElementVNode("rect",{x:60,y:60,width:10,height:10,fill:e.pixelColors[34]},null,8,GA),n.createElementVNode("rect",{x:60,y:70,width:10,height:10,fill:e.pixelColors[35]},null,8,ZA),n.createElementVNode("rect",{x:10,y:10,width:10,height:10,fill:e.pixelColors[36]},null,8,WA),n.createElementVNode("rect",{x:10,y:20,width:10,height:10,fill:e.pixelColors[37]},null,8,KA),n.createElementVNode("rect",{x:10,y:30,width:10,height:10,fill:e.pixelColors[38]},null,8,XA),n.createElementVNode("rect",{x:10,y:40,width:10,height:10,fill:e.pixelColors[39]},null,8,YA),n.createElementVNode("rect",{x:10,y:50,width:10,height:10,fill:e.pixelColors[40]},null,8,JA),n.createElementVNode("rect",{x:10,y:60,width:10,height:10,fill:e.pixelColors[41]},null,8,QA),n.createElementVNode("rect",{x:10,y:70,width:10,height:10,fill:e.pixelColors[42]},null,8,eN),n.createElementVNode("rect",{x:30,y:10,width:10,height:10,fill:e.pixelColors[43]},null,8,tN),n.createElementVNode("rect",{x:30,y:20,width:10,height:10,fill:e.pixelColors[44]},null,8,nN),n.createElementVNode("rect",{x:30,y:30,width:10,height:10,fill:e.pixelColors[45]},null,8,oN),n.createElementVNode("rect",{x:30,y:40,width:10,height:10,fill:e.pixelColors[46]},null,8,rN),n.createElementVNode("rect",{x:30,y:50,width:10,height:10,fill:e.pixelColors[47]},null,8,sN),n.createElementVNode("rect",{x:30,y:60,width:10,height:10,fill:e.pixelColors[48]},null,8,aN),n.createElementVNode("rect",{x:30,y:70,width:10,height:10,fill:e.pixelColors[49]},null,8,iN),n.createElementVNode("rect",{x:50,y:10,width:10,height:10,fill:e.pixelColors[50]},null,8,cN),n.createElementVNode("rect",{x:50,y:20,width:10,height:10,fill:e.pixelColors[51]},null,8,lN),n.createElementVNode("rect",{x:50,y:30,width:10,height:10,fill:e.pixelColors[52]},null,8,uN),n.createElementVNode("rect",{x:50,y:40,width:10,height:10,fill:e.pixelColors[53]},null,8,dN),n.createElementVNode("rect",{x:50,y:50,width:10,height:10,fill:e.pixelColors[54]},null,8,fN),n.createElementVNode("rect",{x:50,y:60,width:10,height:10,fill:e.pixelColors[55]},null,8,pN),n.createElementVNode("rect",{x:50,y:70,width:10,height:10,fill:e.pixelColors[56]},null,8,hN),n.createElementVNode("rect",{x:70,y:10,width:10,height:10,fill:e.pixelColors[57]},null,8,mN),n.createElementVNode("rect",{x:70,y:20,width:10,height:10,fill:e.pixelColors[58]},null,8,gN),n.createElementVNode("rect",{x:70,y:30,width:10,height:10,fill:e.pixelColors[59]},null,8,_N),n.createElementVNode("rect",{x:70,y:40,width:10,height:10,fill:e.pixelColors[60]},null,8,bN),n.createElementVNode("rect",{x:70,y:50,width:10,height:10,fill:e.pixelColors[61]},null,8,kN),n.createElementVNode("rect",{x:70,y:60,width:10,height:10,fill:e.pixelColors[62]},null,8,wN),n.createElementVNode("rect",{x:70,y:70,width:10,height:10,fill:e.pixelColors[63]},null,8,yN)])],8,iA)}const EN=Pn(aA,[["render",CN]]),xN=90,vN=5;function SN(e,t){const o=Dn(e),r=t&&t.length,a=Array.from({length:vN},(i,c)=>_n(o+c,t,r)),s=[];return s[0]=a[0],s[1]=a[1],s[2]=a[1],s[3]=a[2],s[4]=a[2],s[5]=a[3],s[6]=a[3],s[7]=a[0],s[8]=a[4],s}const BN=n.defineComponent({props:{colors:{type:Array,required:!0},name:{type:String,required:!0},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!0},title:{type:Boolean,required:!1,default:!1}},setup(e){return{ringColors:n.computed(()=>SN(e.name,e.colors)),SIZE:xN}}}),AN=["viewBox","width","height"],NN={key:0},$N=["width","height"],TN=["width","height","rx"],MN={mask:"url(#mask__ring)"},IN=["fill"],LN=["fill"],RN=["fill"],ON=["fill"],VN=["fill"],zN=["fill"],qN=["fill"],DN=["fill"],PN=["fill"];function FN(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("svg",{viewBox:`0 0 ${e.SIZE} ${e.SIZE}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},[e.title?(n.openBlock(),n.createElementBlock("title",NN,n.toDisplayString(e.name),1)):n.createCommentVNode("",!0),n.createElementVNode("mask",{id:"mask__ring",maskUnits:"userSpaceOnUse",x:0,y:0,width:e.SIZE,height:e.SIZE},[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,rx:e.square?void 0:e.SIZE*2,fill:"#FFFFFF"},null,8,TN)],8,$N),n.createElementVNode("g",MN,[n.createElementVNode("path",{d:"M0 0h90v45H0z",fill:e.ringColors[0]},null,8,IN),n.createElementVNode("path",{d:"M0 45h90v45H0z",fill:e.ringColors[1]},null,8,LN),n.createElementVNode("path",{d:"M83 45a38 38 0 00-76 0h76z",fill:e.ringColors[2]},null,8,RN),n.createElementVNode("path",{d:"M83 45a38 38 0 01-76 0h76z",fill:e.ringColors[3]},null,8,ON),n.createElementVNode("path",{d:"M77 45a32 32 0 10-64 0h64z",fill:e.ringColors[4]},null,8,VN),n.createElementVNode("path",{d:"M77 45a32 32 0 11-64 0h64z",fill:e.ringColors[5]},null,8,zN),n.createElementVNode("path",{d:"M71 45a26 26 0 00-52 0h52z",fill:e.ringColors[6]},null,8,qN),n.createElementVNode("path",{d:"M71 45a26 26 0 01-52 0h52z",fill:e.ringColors[7]},null,8,DN),n.createElementVNode("circle",{cx:45,cy:45,r:23,fill:e.ringColors[8]},null,8,PN)])],8,AN)}const jN=Pn(BN,[["render",FN]]),HN=4,UN=80;function GN(e,t){const o=Dn(e),r=t&&t.length;return Array.from({length:HN},(a,s)=>_n(o+s,t,r))}const ZN=n.defineComponent({props:{colors:{type:Array,required:!0},name:{type:String,required:!0},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!0},title:{type:Boolean,required:!1,default:!1}},setup(e){const t=n.computed(()=>GN(e.name,e.colors)),o=n.computed(()=>e.name.replace(/\s/g,""));return{sunsetColors:t,formattedName:o,SIZE:UN}}}),WN=["viewBox","width","height"],KN={key:0},XN=["width","height"],YN=["width","height","rx"],JN={mask:"url(#mask__sunset)"},QN=["fill"],e$=["fill"],t$=["id","x1","x2","y2"],n$=["stop-color"],o$=["stop-color"],r$=["id","x1","y1","x2","y2"],s$=["stop-color"],a$=["stop-color"];function i$(e,t,o,r,a,s){return n.openBlock(),n.createElementBlock("svg",{viewBox:`0 0 ${e.SIZE} ${e.SIZE}`,fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},[e.title?(n.openBlock(),n.createElementBlock("title",KN,n.toDisplayString(e.name),1)):n.createCommentVNode("",!0),n.createElementVNode("mask",{id:"mask__sunset",maskUnits:"userSpaceOnUse",x:0,y:0,width:e.SIZE,height:e.SIZE},[n.createElementVNode("rect",{width:e.SIZE,height:e.SIZE,rx:e.square?void 0:e.SIZE*2,fill:"#FFFFFF"},null,8,YN)],8,XN),n.createElementVNode("g",JN,[n.createElementVNode("path",{fill:`url(#gradient_paint0_linear_${e.formattedName})`,d:"M0 0h80v40H0z"},null,8,QN),n.createElementVNode("path",{fill:`url(#gradient_paint1_linear_${e.formattedName})`,d:"M0 40h80v40H0z"},null,8,e$)]),n.createElementVNode("defs",null,[n.createElementVNode("linearGradient",{id:`gradient_paint0_linear_${e.formattedName}`,x1:e.SIZE/2,y1:0,x2:e.SIZE/2,y2:e.SIZE/2,gradientUnits:"userSpaceOnUse"},[n.createElementVNode("stop",{"stop-color":e.sunsetColors[0]},null,8,n$),n.createElementVNode("stop",{offset:1,"stop-color":e.sunsetColors[1]},null,8,o$)],8,t$),n.createElementVNode("linearGradient",{id:`gradient_paint1_linear_${e.formattedName}`,x1:e.SIZE/2,y1:e.SIZE/2,x2:e.SIZE/2,y2:e.SIZE,gradientUnits:"userSpaceOnUse"},[n.createElementVNode("stop",{"stop-color":e.sunsetColors[2]},null,8,s$),n.createElementVNode("stop",{offset:1,"stop-color":e.sunsetColors[3]},null,8,a$)],8,r$)])],8,WN)}const c$=Pn(ZN,[["render",i$]]);n.defineComponent({name:"Avatar",props:{variant:{type:String,required:!1,default:"marble",validator(e){return["bauhaus","beam","marble","pixel","ring","sunset"].includes(e)}},colors:{type:Array,required:!1,default:()=>["#92A1C6","#146A7C","#F0AB3D","#C271B4","#C20D90"]},name:{type:String,required:!1,default:"Clara Barton"},square:{type:Boolean,required:!1,default:!1},size:{type:Number,required:!1,default:40},title:{type:Boolean,required:!1,default:!1}},setup(){return{}},components:{AvatarBauhaus:vB,AvatarBeam:PB,AvatarMarble:nA,AvatarPixel:EN,AvatarRing:jN,AvatarSunset:c$}});const th=/(\*|-) \[x\]/,nh=/(\*|-) \[\s\]/,l$=(e,t)=>{let o=0;const r=e.split(`
|
|
16
|
+
`);for(let a=0;a<r.length;a++){const s=r[a],i=th.test(s),c=nh.test(s);if(i||c){if(o===t){const l=i?th:nh,d=i?"[ ]":"[x]";r[a]=s.replace(l,`$1 ${d}`);break}o++}}return r.join(`
|
|
17
|
+
`)};function u$(e,t){return/^on[A-Z]/.test(t)}function oh(e){return`${e?`${e}-`:""}${Math.random().toString(36).substring(2,11)}`}const rh=st(n.defineComponent({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:()=>oh("input")},autocomplete:{default:"off"}},setup(e,{expose:t}){const o=e,r=n.computed(()=>o.size==="medium"?"default":o.size),a=n.computed(()=>{const f=[];return o.size==="xlarge"&&f.push("xlarge"),o.type==="password"&&f.push("ph-no-capture"),f}),s=n.ref(),i=n.computed(()=>{if(!(s!=null&&s.value))return;const f=o.type==="textarea"?"textarea":"input";return s.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,u)=>(n.openBlock(),n.createBlock(n.unref(er),n.mergeProps({ref_key:"innerInput",ref:s,"model-value":f.modelValue,type:f.type,size:r.value,class:["n8n-input",...a.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),n.createSlots({_:2},[f.$slots.prepend?{name:"prepend",fn:n.withCtx(()=>[n.renderSlot(f.$slots,"prepend")]),key:"0"}:void 0,f.$slots.append?{name:"append",fn:n.withCtx(()=>[n.renderSlot(f.$slots,"append")]),key:"1"}:void 0,f.$slots.prefix?{name:"prefix",fn:n.withCtx(()=>[n.renderSlot(f.$slots,"prefix")]),key:"2"}:void 0,f.$slots.suffix?{name:"suffix",fn:n.withCtx(()=>[n.renderSlot(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"}}]]);oh("color-picker");function d$(){return{t:(e,t=[])=>F_(e,t)}}({...jd},{...js.props});/*!
|
|
18
|
+
* vue-router v4.5.0
|
|
19
|
+
* (c) 2024 Eduardo San Martin Morote
|
|
20
|
+
* @license MIT
|
|
21
|
+
*/const f$=()=>{},gr=Array.isArray;function sh(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function p$(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const o in e)if(!h$(e[o],t[o]))return!1;return!0}function h$(e,t){return gr(e)?ah(e,t):gr(t)?ah(t,e):e===t}function ah(e,t){return gr(t)?e.length===t.length&&e.every((o,r)=>o===t[r]):e.length===1&&e[0]===t}var ih;(function(e){e.pop="pop",e.push="push"})(ih||(ih={}));var ch;(function(e){e.back="back",e.forward="forward",e.unknown=""})(ch||(ch={}));var lh;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(lh||(lh={}));const uh=Symbol(""),m$=Symbol("");function dh(e){const t=n.inject(uh),o=n.inject(m$),r=n.computed(()=>{const l=n.unref(e.to);return t.resolve(l)}),a=n.computed(()=>{const{matched:l}=r.value,{length:d}=l,f=l[d-1],u=o.matched;if(!f||!u.length)return-1;const g=u.findIndex(sh.bind(null,f));if(g>-1)return g;const p=ph(l[d-2]);return d>1&&ph(f)===p&&u[u.length-1].path!==p?u.findIndex(sh.bind(null,l[d-2])):g}),s=n.computed(()=>a.value>-1&&b$(o.params,r.value.params)),i=n.computed(()=>a.value>-1&&a.value===o.matched.length-1&&p$(o.params,r.value.params));function c(l={}){if(_$(l)){const d=t[n.unref(e.replace)?"replace":"push"](n.unref(e.to)).catch(f$);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>d),d}return Promise.resolve()}return{route:r,href:n.computed(()=>r.value.href),isActive:s,isExactActive:i,navigate:c}}function g$(e){return e.length===1?e[0]:e}const fh=n.defineComponent({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:dh,setup(e,{slots:t}){const o=n.reactive(dh(e)),{options:r}=n.inject(uh),a=n.computed(()=>({[hh(e.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[hh(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const s=t.default&&g$(t.default(o));return e.custom?s:n.h("a",{"aria-current":o.isExactActive?e.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:a.value},s)}}});function _$(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 b$(e,t){for(const o in t){const r=t[o],a=e[o];if(typeof r=="string"){if(r!==a)return!1}else if(!gr(a)||a.length!==r.length||r.some((s,i)=>s!==a[i]))return!1}return!0}function ph(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const hh=(e,t,o)=>e??t??o;var ta={};const k$={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:`
|
|
22
|
+
`,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 na,mh;function gh(){return mh||(mh=1,na=k$),na}var oa,_h;function ra(){return _h||(_h=1,oa=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/),oa}var jn={},sa,bh;function w$(){if(bh)return sa;bh=1;var e={};function t(r){var a,s,i=e[r];if(i)return i;for(i=e[r]=[],a=0;a<128;a++)s=String.fromCharCode(a),/^[0-9a-z]$/i.test(s)?i.push(s):i.push("%"+("0"+a.toString(16).toUpperCase()).slice(-2));for(a=0;a<r.length;a++)i[r.charCodeAt(a)]=r[a];return i}function o(r,a,s){var i,c,l,d,f,u="";for(typeof a!="string"&&(s=a,a=o.defaultChars),typeof s>"u"&&(s=!0),f=t(a),i=0,c=r.length;i<c;i++){if(l=r.charCodeAt(i),s&&l===37&&i+2<c&&/^[0-9a-f]{2}$/i.test(r.slice(i+1,i+3))){u+=r.slice(i,i+3),i+=2;continue}if(l<128){u+=f[l];continue}if(l>=55296&&l<=57343){if(l>=55296&&l<=56319&&i+1<c&&(d=r.charCodeAt(i+1),d>=56320&&d<=57343)){u+=encodeURIComponent(r[i]+r[i+1]),i++;continue}u+="%EF%BF%BD";continue}u+=encodeURIComponent(r[i])}return u}return o.defaultChars=";/?:@&=+$,-_.!~*'()#",o.componentChars="-_.!~*'()",sa=o,sa}var aa,kh;function y$(){if(kh)return aa;kh=1;var e={};function t(r){var a,s,i=e[r];if(i)return i;for(i=e[r]=[],a=0;a<128;a++)s=String.fromCharCode(a),i.push(s);for(a=0;a<r.length;a++)s=r.charCodeAt(a),i[s]="%"+("0"+s.toString(16).toUpperCase()).slice(-2);return i}function o(r,a){var s;return typeof a!="string"&&(a=o.defaultChars),s=t(a),r.replace(/(%[a-f0-9]{2})+/gi,function(i){var c,l,d,f,u,g,p,_="";for(c=0,l=i.length;c<l;c+=3){if(d=parseInt(i.slice(c+1,c+3),16),d<128){_+=s[d];continue}if((d&224)===192&&c+3<l&&(f=parseInt(i.slice(c+4,c+6),16),(f&192)===128)){p=d<<6&1984|f&63,p<128?_+="��":_+=String.fromCharCode(p),c+=3;continue}if((d&240)===224&&c+6<l&&(f=parseInt(i.slice(c+4,c+6),16),u=parseInt(i.slice(c+7,c+9),16),(f&192)===128&&(u&192)===128)){p=d<<12&61440|f<<6&4032|u&63,p<2048||p>=55296&&p<=57343?_+="���":_+=String.fromCharCode(p),c+=6;continue}if((d&248)===240&&c+9<l&&(f=parseInt(i.slice(c+4,c+6),16),u=parseInt(i.slice(c+7,c+9),16),g=parseInt(i.slice(c+10,c+12),16),(f&192)===128&&(u&192)===128&&(g&192)===128)){p=d<<18&1835008|f<<12&258048|u<<6&4032|g&63,p<65536||p>1114111?_+="����":(p-=65536,_+=String.fromCharCode(55296+(p>>10),56320+(p&1023))),c+=9;continue}_+="�"}return _})}return o.defaultChars=";/?:@&=+$,#",o.componentChars="",aa=o,aa}var ia,wh;function C$(){return wh||(wh=1,ia=function(t){var o="";return o+=t.protocol||"",o+=t.slashes?"//":"",o+=t.auth?t.auth+"@":"",t.hostname&&t.hostname.indexOf(":")!==-1?o+="["+t.hostname+"]":o+=t.hostname||"",o+=t.port?":"+t.port:"",o+=t.pathname||"",o+=t.search||"",o+=t.hash||"",o}),ia}var ca,yh;function E$(){if(yh)return ca;yh=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,o=/:[0-9]*$/,r=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,a=["<",">",'"',"`"," ","\r",`
|
|
23
|
+
`," "],s=["{","}","|","\\","^","`"].concat(a),i=["'"].concat(s),c=["%","/","?",";","#"].concat(i),l=["/","?","#"],d=255,f=/^[+a-z0-9A-Z_-]{0,63}$/,u=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,"javascript:":!0},p={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function _(m,b){if(m&&m instanceof e)return m;var h=new e;return h.parse(m,b),h}return e.prototype.parse=function(m,b){var h,k,w,y,x,E=m;if(E=E.trim(),!b&&m.split("#").length===1){var v=r.exec(E);if(v)return this.pathname=v[1],v[2]&&(this.search=v[2]),this}var S=t.exec(E);if(S&&(S=S[0],w=S.toLowerCase(),this.protocol=S,E=E.substr(S.length)),(b||S||E.match(/^\/\/[^@\/]+@[^@\/]+/))&&(x=E.substr(0,2)==="//",x&&!(S&&g[S])&&(E=E.substr(2),this.slashes=!0)),!g[S]&&(x||S&&!p[S])){var N=-1;for(h=0;h<l.length;h++)y=E.indexOf(l[h]),y!==-1&&(N===-1||y<N)&&(N=y);var $,M;for(N===-1?M=E.lastIndexOf("@"):M=E.lastIndexOf("@",N),M!==-1&&($=E.slice(0,M),E=E.slice(M+1),this.auth=$),N=-1,h=0;h<c.length;h++)y=E.indexOf(c[h]),y!==-1&&(N===-1||y<N)&&(N=y);N===-1&&(N=E.length),E[N-1]===":"&&N--;var V=E.slice(0,N);E=E.slice(N),this.parseHost(V),this.hostname=this.hostname||"";var G=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!G){var T=this.hostname.split(/\./);for(h=0,k=T.length;h<k;h++){var z=T[h];if(z&&!z.match(f)){for(var I="",L=0,O=z.length;L<O;L++)z.charCodeAt(L)>127?I+="x":I+=z[L];if(!I.match(f)){var q=T.slice(0,h),D=T.slice(h+1),ee=z.match(u);ee&&(q.push(ee[1]),D.unshift(ee[2])),D.length&&(E=D.join(".")+E),this.hostname=q.join(".");break}}}}this.hostname.length>d&&(this.hostname=""),G&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var Y=E.indexOf("#");Y!==-1&&(this.hash=E.substr(Y),E=E.slice(0,Y));var fe=E.indexOf("?");return fe!==-1&&(this.search=E.substr(fe),E=E.slice(0,fe)),E&&(this.pathname=E),p[w]&&this.hostname&&!this.pathname&&(this.pathname=""),this},e.prototype.parseHost=function(m){var b=o.exec(m);b&&(b=b[0],b!==":"&&(this.port=b.substr(1)),m=m.substr(0,m.length-b.length)),m&&(this.hostname=m)},ca=_,ca}var Ch;function Eh(){return Ch||(Ch=1,jn.encode=w$(),jn.decode=y$(),jn.format=C$(),jn.parse=E$()),jn}var bn={},la,xh;function vh(){return xh||(xh=1,la=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),la}var ua,Sh;function Bh(){return Sh||(Sh=1,ua=/[\0-\x1F\x7F-\x9F]/),ua}var da,Ah;function x$(){return Ah||(Ah=1,da=/[\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]/),da}var fa,Nh;function $h(){return Nh||(Nh=1,fa=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),fa}var Th;function v$(){return Th||(Th=1,bn.Any=vh(),bn.Cc=Bh(),bn.Cf=x$(),bn.P=ra(),bn.Z=$h()),bn}var Mh;function he(){return Mh||(Mh=1,function(e){function t(T){return Object.prototype.toString.call(T)}function o(T){return t(T)==="[object String]"}var r=Object.prototype.hasOwnProperty;function a(T,z){return r.call(T,z)}function s(T){var z=Array.prototype.slice.call(arguments,1);return z.forEach(function(I){if(I){if(typeof I!="object")throw new TypeError(I+"must be object");Object.keys(I).forEach(function(L){T[L]=I[L]})}}),T}function i(T,z,I){return[].concat(T.slice(0,z),I,T.slice(z+1))}function c(T){return!(T>=55296&&T<=57343||T>=64976&&T<=65007||(T&65535)===65535||(T&65535)===65534||T>=0&&T<=8||T===11||T>=14&&T<=31||T>=127&&T<=159||T>1114111)}function l(T){if(T>65535){T-=65536;var z=55296+(T>>10),I=56320+(T&1023);return String.fromCharCode(z,I)}return String.fromCharCode(T)}var d=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,f=/&([a-z#][a-z0-9]{1,31});/gi,u=new RegExp(d.source+"|"+f.source,"gi"),g=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i,p=gh();function _(T,z){var I;return a(p,z)?p[z]:z.charCodeAt(0)===35&&g.test(z)&&(I=z[1].toLowerCase()==="x"?parseInt(z.slice(2),16):parseInt(z.slice(1),10),c(I))?l(I):T}function m(T){return T.indexOf("\\")<0?T:T.replace(d,"$1")}function b(T){return T.indexOf("\\")<0&&T.indexOf("&")<0?T:T.replace(u,function(z,I,L){return I||_(z,L)})}var h=/[&<>"]/,k=/[&<>"]/g,w={"&":"&","<":"<",">":">",'"':"""};function y(T){return w[T]}function x(T){return h.test(T)?T.replace(k,y):T}var E=/[.?*+^$[\]\\(){}|-]/g;function v(T){return T.replace(E,"\\$&")}function S(T){switch(T){case 9:case 32:return!0}return!1}function N(T){if(T>=8192&&T<=8202)return!0;switch(T){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 $=ra();function M(T){return $.test(T)}function V(T){switch(T){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 G(T){return T=T.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(T=T.replace(/ẞ/g,"ß")),T.toLowerCase().toUpperCase()}e.lib={},e.lib.mdurl=Eh(),e.lib.ucmicro=v$(),e.assign=s,e.isString=o,e.has=a,e.unescapeMd=m,e.unescapeAll=b,e.isValidEntityCode=c,e.fromCodePoint=l,e.escapeHtml=x,e.arrayReplaceAt=i,e.isSpace=S,e.isWhiteSpace=N,e.isMdAsciiPunct=V,e.isPunctChar=M,e.escapeRE=v,e.normalizeReference=G}(ta)),ta}var yo={},pa,Ih;function S$(){return Ih||(Ih=1,pa=function(t,o,r){var a,s,i,c,l=-1,d=t.posMax,f=t.pos;for(t.pos=o+1,a=1;t.pos<d;){if(i=t.src.charCodeAt(t.pos),i===93&&(a--,a===0)){s=!0;break}if(c=t.pos,t.md.inline.skipToken(t),i===91){if(c===t.pos-1)a++;else if(r)return t.pos=f,-1}}return s&&(l=t.pos),t.pos=f,l}),pa}var ha,Lh;function B$(){if(Lh)return ha;Lh=1;var e=he().unescapeAll;return ha=function(o,r,a){var s,i,c=r,l={ok:!1,pos:0,lines:0,str:""};if(o.charCodeAt(c)===60){for(c++;c<a;){if(s=o.charCodeAt(c),s===10||s===60)return l;if(s===62)return l.pos=c+1,l.str=e(o.slice(r+1,c)),l.ok=!0,l;if(s===92&&c+1<a){c+=2;continue}c++}return l}for(i=0;c<a&&(s=o.charCodeAt(c),!(s===32||s<32||s===127));){if(s===92&&c+1<a){if(o.charCodeAt(c+1)===32)break;c+=2;continue}if(s===40&&(i++,i>32))return l;if(s===41){if(i===0)break;i--}c++}return r===c||i!==0||(l.str=e(o.slice(r,c)),l.pos=c,l.ok=!0),l},ha}var ma,Rh;function A$(){if(Rh)return ma;Rh=1;var e=he().unescapeAll;return ma=function(o,r,a){var s,i,c=0,l=r,d={ok:!1,pos:0,lines:0,str:""};if(l>=a||(i=o.charCodeAt(l),i!==34&&i!==39&&i!==40))return d;for(l++,i===40&&(i=41);l<a;){if(s=o.charCodeAt(l),s===i)return d.pos=l+1,d.lines=c,d.str=e(o.slice(r+1,l)),d.ok=!0,d;if(s===40&&i===41)return d;s===10?c++:s===92&&l+1<a&&(l++,o.charCodeAt(l)===10&&c++),l++}return d},ma}var Oh;function N$(){return Oh||(Oh=1,yo.parseLinkLabel=S$(),yo.parseLinkDestination=B$(),yo.parseLinkTitle=A$()),yo}var ga,Vh;function $$(){if(Vh)return ga;Vh=1;var e=he().assign,t=he().unescapeAll,o=he().escapeHtml,r={};r.code_inline=function(s,i,c,l,d){var f=s[i];return"<code"+d.renderAttrs(f)+">"+o(f.content)+"</code>"},r.code_block=function(s,i,c,l,d){var f=s[i];return"<pre"+d.renderAttrs(f)+"><code>"+o(s[i].content)+`</code></pre>
|
|
24
|
+
`},r.fence=function(s,i,c,l,d){var f=s[i],u=f.info?t(f.info).trim():"",g="",p="",_,m,b,h,k;return u&&(b=u.split(/(\s+)/g),g=b[0],p=b.slice(2).join("")),c.highlight?_=c.highlight(f.content,g,p)||o(f.content):_=o(f.content),_.indexOf("<pre")===0?_+`
|
|
25
|
+
`:u?(m=f.attrIndex("class"),h=f.attrs?f.attrs.slice():[],m<0?h.push(["class",c.langPrefix+g]):(h[m]=h[m].slice(),h[m][1]+=" "+c.langPrefix+g),k={attrs:h},"<pre><code"+d.renderAttrs(k)+">"+_+`</code></pre>
|
|
26
|
+
`):"<pre><code"+d.renderAttrs(f)+">"+_+`</code></pre>
|
|
27
|
+
`},r.image=function(s,i,c,l,d){var f=s[i];return f.attrs[f.attrIndex("alt")][1]=d.renderInlineAsText(f.children,c,l),d.renderToken(s,i,c)},r.hardbreak=function(s,i,c){return c.xhtmlOut?`<br />
|
|
9
28
|
`:`<br>
|
|
10
|
-
`},
|
|
29
|
+
`},r.softbreak=function(s,i,c){return c.breaks?c.xhtmlOut?`<br />
|
|
11
30
|
`:`<br>
|
|
12
31
|
`:`
|
|
13
|
-
`},
|
|
14
|
-
`),
|
|
15
|
-
`:">",
|
|
16
|
-
`);return
|
|
17
|
-
`),
|
|
18
|
-
`,s.map=[o,n.line],!0}),In}var On,Mr;function Zc(){return Mr||(Mr=1,On=function(n,o,e,t){var r,s,i,a,l,p,f,g=!1,h=n.bMarks[o]+n.tShift[o],b=n.eMarks[o];if(n.sCount[o]-n.blkIndent>=4||h+3>b||(r=n.src.charCodeAt(h),r!==126&&r!==96)||(l=h,h=n.skipChars(h,r),s=h-l,s<3)||(f=n.src.slice(l,h),i=n.src.slice(h,b),r===96&&i.indexOf(String.fromCharCode(r))>=0))return!1;if(t)return!0;for(a=o;a++,!(a>=e||(h=l=n.bMarks[a]+n.tShift[a],b=n.eMarks[a],h<b&&n.sCount[a]<n.blkIndent));)if(n.src.charCodeAt(h)===r&&!(n.sCount[a]-n.blkIndent>=4)&&(h=n.skipChars(h,r),!(h-l<s)&&(h=n.skipSpaces(h),!(h<b)))){g=!0;break}return s=n.sCount[o],n.line=a+(g?1:0),p=n.push("fence","code",0),p.info=i,p.content=n.getLines(o+1,a,s,!0),p.markup=f,p.map=[o,n.line],!0}),On}var Fn,Ir;function Kc(){if(Ir)return Fn;Ir=1;var c=J().isSpace;return Fn=function(o,e,t,r){var s,i,a,l,p,f,g,h,b,E,v,k,x,m,_,y,w,B,S,T,R=o.lineMax,I=o.bMarks[e]+o.tShift[e],G=o.eMarks[e];if(o.sCount[e]-o.blkIndent>=4||o.src.charCodeAt(I)!==62)return!1;if(r)return!0;for(E=[],v=[],m=[],_=[],B=o.md.block.ruler.getRules("blockquote"),x=o.parentType,o.parentType="blockquote",h=e;h<t&&(T=o.sCount[h]<o.blkIndent,I=o.bMarks[h]+o.tShift[h],G=o.eMarks[h],!(I>=G));h++){if(o.src.charCodeAt(I++)===62&&!T){for(l=o.sCount[h]+1,o.src.charCodeAt(I)===32?(I++,l++,s=!1,y=!0):o.src.charCodeAt(I)===9?(y=!0,(o.bsCount[h]+l)%4===3?(I++,l++,s=!1):s=!0):y=!1,b=l,E.push(o.bMarks[h]),o.bMarks[h]=I;I<G&&(i=o.src.charCodeAt(I),c(i));){i===9?b+=4-(b+o.bsCount[h]+(s?1:0))%4:b++;I++}f=I>=G,v.push(o.bsCount[h]),o.bsCount[h]=o.sCount[h]+1+(y?1:0),m.push(o.sCount[h]),o.sCount[h]=b-l,_.push(o.tShift[h]),o.tShift[h]=I-o.bMarks[h];continue}if(f)break;for(w=!1,a=0,p=B.length;a<p;a++)if(B[a](o,h,t,!0)){w=!0;break}if(w){o.lineMax=h,o.blkIndent!==0&&(E.push(o.bMarks[h]),v.push(o.bsCount[h]),_.push(o.tShift[h]),m.push(o.sCount[h]),o.sCount[h]-=o.blkIndent);break}E.push(o.bMarks[h]),v.push(o.bsCount[h]),_.push(o.tShift[h]),m.push(o.sCount[h]),o.sCount[h]=-1}for(k=o.blkIndent,o.blkIndent=0,S=o.push("blockquote_open","blockquote",1),S.markup=">",S.map=g=[e,0],o.md.block.tokenize(o,e,h),S=o.push("blockquote_close","blockquote",-1),S.markup=">",o.lineMax=R,o.parentType=x,g[1]=o.line,a=0;a<_.length;a++)o.bMarks[a+e]=E[a],o.tShift[a+e]=_[a],o.sCount[a+e]=m[a],o.bsCount[a+e]=v[a];return o.blkIndent=k,!0},Fn}var Pn,Or;function Wc(){if(Or)return Pn;Or=1;var c=J().isSpace;return Pn=function(o,e,t,r){var s,i,a,l,p=o.bMarks[e]+o.tShift[e],f=o.eMarks[e];if(o.sCount[e]-o.blkIndent>=4||(s=o.src.charCodeAt(p++),s!==42&&s!==45&&s!==95))return!1;for(i=1;p<f;){if(a=o.src.charCodeAt(p++),a!==s&&!c(a))return!1;a===s&&i++}return i<3?!1:(r||(o.line=e+1,l=o.push("hr","hr",0),l.map=[e,o.line],l.markup=Array(i+1).join(String.fromCharCode(s))),!0)},Pn}var zn,Fr;function Yc(){if(Fr)return zn;Fr=1;var c=J().isSpace;function n(t,r){var s,i,a,l;return i=t.bMarks[r]+t.tShift[r],a=t.eMarks[r],s=t.src.charCodeAt(i++),s!==42&&s!==45&&s!==43||i<a&&(l=t.src.charCodeAt(i),!c(l))?-1:i}function o(t,r){var s,i=t.bMarks[r]+t.tShift[r],a=i,l=t.eMarks[r];if(a+1>=l||(s=t.src.charCodeAt(a++),s<48||s>57))return-1;for(;;){if(a>=l)return-1;if(s=t.src.charCodeAt(a++),s>=48&&s<=57){if(a-i>=10)return-1;continue}if(s===41||s===46)break;return-1}return a<l&&(s=t.src.charCodeAt(a),!c(s))?-1:a}function e(t,r){var s,i,a=t.level+2;for(s=r+2,i=t.tokens.length-2;s<i;s++)t.tokens[s].level===a&&t.tokens[s].type==="paragraph_open"&&(t.tokens[s+2].hidden=!0,t.tokens[s].hidden=!0,s+=2)}return zn=function(r,s,i,a){var l,p,f,g,h,b,E,v,k,x,m,_,y,w,B,S,T,R,I,G,Q,C,N,U,W,j,Y,F=s,se=!1,ue=!0;if(r.sCount[F]-r.blkIndent>=4||r.listIndent>=0&&r.sCount[F]-r.listIndent>=4&&r.sCount[F]<r.blkIndent)return!1;if(a&&r.parentType==="paragraph"&&r.sCount[F]>=r.blkIndent&&(se=!0),(C=o(r,F))>=0){if(E=!0,U=r.bMarks[F]+r.tShift[F],y=Number(r.src.slice(U,C-1)),se&&y!==1)return!1}else if((C=n(r,F))>=0)E=!1;else return!1;if(se&&r.skipSpaces(C)>=r.eMarks[F])return!1;if(a)return!0;for(_=r.src.charCodeAt(C-1),m=r.tokens.length,E?(Y=r.push("ordered_list_open","ol",1),y!==1&&(Y.attrs=[["start",y]])):Y=r.push("bullet_list_open","ul",1),Y.map=x=[F,0],Y.markup=String.fromCharCode(_),N=!1,j=r.md.block.ruler.getRules("list"),T=r.parentType,r.parentType="list";F<i;){for(Q=C,w=r.eMarks[F],b=B=r.sCount[F]+C-(r.bMarks[F]+r.tShift[F]);Q<w;){if(l=r.src.charCodeAt(Q),l===9)B+=4-(B+r.bsCount[F])%4;else if(l===32)B++;else break;Q++}if(p=Q,p>=w?h=1:h=B-b,h>4&&(h=1),g=b+h,Y=r.push("list_item_open","li",1),Y.markup=String.fromCharCode(_),Y.map=v=[F,0],E&&(Y.info=r.src.slice(U,C-1)),G=r.tight,I=r.tShift[F],R=r.sCount[F],S=r.listIndent,r.listIndent=r.blkIndent,r.blkIndent=g,r.tight=!0,r.tShift[F]=p-r.bMarks[F],r.sCount[F]=B,p>=w&&r.isEmpty(F+1)?r.line=Math.min(r.line+2,i):r.md.block.tokenize(r,F,i,!0),(!r.tight||N)&&(ue=!1),N=r.line-F>1&&r.isEmpty(r.line-1),r.blkIndent=r.listIndent,r.listIndent=S,r.tShift[F]=I,r.sCount[F]=R,r.tight=G,Y=r.push("list_item_close","li",-1),Y.markup=String.fromCharCode(_),F=r.line,v[1]=F,F>=i||r.sCount[F]<r.blkIndent||r.sCount[F]-r.blkIndent>=4)break;for(W=!1,f=0,k=j.length;f<k;f++)if(j[f](r,F,i,!0)){W=!0;break}if(W)break;if(E){if(C=o(r,F),C<0)break;U=r.bMarks[F]+r.tShift[F]}else if(C=n(r,F),C<0)break;if(_!==r.src.charCodeAt(C-1))break}return E?Y=r.push("ordered_list_close","ol",-1):Y=r.push("bullet_list_close","ul",-1),Y.markup=String.fromCharCode(_),x[1]=F,r.line=F,r.parentType=T,ue&&e(r,m),!0},zn}var Un,Pr;function Jc(){if(Pr)return Un;Pr=1;var c=J().normalizeReference,n=J().isSpace;return Un=function(e,t,r,s){var i,a,l,p,f,g,h,b,E,v,k,x,m,_,y,w,B=0,S=e.bMarks[t]+e.tShift[t],T=e.eMarks[t],R=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(S)!==91)return!1;for(;++S<T;)if(e.src.charCodeAt(S)===93&&e.src.charCodeAt(S-1)!==92){if(S+1===T||e.src.charCodeAt(S+1)!==58)return!1;break}for(p=e.lineMax,y=e.md.block.ruler.getRules("reference"),v=e.parentType,e.parentType="reference";R<p&&!e.isEmpty(R);R++)if(!(e.sCount[R]-e.blkIndent>3)&&!(e.sCount[R]<0)){for(_=!1,g=0,h=y.length;g<h;g++)if(y[g](e,R,p,!0)){_=!0;break}if(_)break}for(m=e.getLines(t,R,e.blkIndent,!1).trim(),T=m.length,S=1;S<T;S++){if(i=m.charCodeAt(S),i===91)return!1;if(i===93){E=S;break}else i===10?B++:i===92&&(S++,S<T&&m.charCodeAt(S)===10&&B++)}if(E<0||m.charCodeAt(E+1)!==58)return!1;for(S=E+2;S<T;S++)if(i=m.charCodeAt(S),i===10)B++;else if(!n(i))break;if(k=e.md.helpers.parseLinkDestination(m,S,T),!k.ok||(f=e.md.normalizeLink(k.str),!e.md.validateLink(f)))return!1;for(S=k.pos,B+=k.lines,a=S,l=B,x=S;S<T;S++)if(i=m.charCodeAt(S),i===10)B++;else if(!n(i))break;for(k=e.md.helpers.parseLinkTitle(m,S,T),S<T&&x!==S&&k.ok?(w=k.str,S=k.pos,B+=k.lines):(w="",S=a,B=l);S<T&&(i=m.charCodeAt(S),!!n(i));)S++;if(S<T&&m.charCodeAt(S)!==10&&w)for(w="",S=a,B=l;S<T&&(i=m.charCodeAt(S),!!n(i));)S++;return S<T&&m.charCodeAt(S)!==10||(b=c(m.slice(1,E)),!b)?!1:(s||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[b]>"u"&&(e.env.references[b]={title:w,href:f}),e.parentType=v,e.line=t+B+1),!0)},Un}var $n,zr;function Xc(){return zr||(zr=1,$n=["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"]),$n}var Ve={},Ur;function $r(){if(Ur)return Ve;Ur=1;var c="[a-zA-Z_:][a-zA-Z0-9:._-]*",n="[^\"'=<>`\\x00-\\x20]+",o="'[^']*'",e='"[^"]*"',t="(?:"+n+"|"+o+"|"+e+")",r="(?:\\s+"+c+"(?:\\s*=\\s*"+t+")?)",s="<[A-Za-z][A-Za-z0-9\\-]*"+r+"*\\s*\\/?>",i="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",a="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",l="<[?][\\s\\S]*?[?]>",p="<![A-Z]+\\s+[^>]*>",f="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",g=new RegExp("^(?:"+s+"|"+i+"|"+a+"|"+l+"|"+p+"|"+f+")"),h=new RegExp("^(?:"+s+"|"+i+")");return Ve.HTML_TAG_RE=g,Ve.HTML_OPEN_CLOSE_TAG_RE=h,Ve}var Vn,Vr;function Qc(){if(Vr)return Vn;Vr=1;var c=Xc(),n=$r().HTML_OPEN_CLOSE_TAG_RE,o=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+c.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(n.source+"\\s*$"),/^$/,!1]];return Vn=function(t,r,s,i){var a,l,p,f,g=t.bMarks[r]+t.tShift[r],h=t.eMarks[r];if(t.sCount[r]-t.blkIndent>=4||!t.md.options.html||t.src.charCodeAt(g)!==60)return!1;for(f=t.src.slice(g,h),a=0;a<o.length&&!o[a][0].test(f);a++);if(a===o.length)return!1;if(i)return o[a][2];if(l=r+1,!o[a][1].test(f)){for(;l<s&&!(t.sCount[l]<t.blkIndent);l++)if(g=t.bMarks[l]+t.tShift[l],h=t.eMarks[l],f=t.src.slice(g,h),o[a][1].test(f)){f.length!==0&&l++;break}}return t.line=l,p=t.push("html_block","",0),p.map=[r,l],p.content=t.getLines(r,l,t.blkIndent,!0),!0},Vn}var Hn,Hr;function ei(){if(Hr)return Hn;Hr=1;var c=J().isSpace;return Hn=function(o,e,t,r){var s,i,a,l,p=o.bMarks[e]+o.tShift[e],f=o.eMarks[e];if(o.sCount[e]-o.blkIndent>=4||(s=o.src.charCodeAt(p),s!==35||p>=f))return!1;for(i=1,s=o.src.charCodeAt(++p);s===35&&p<f&&i<=6;)i++,s=o.src.charCodeAt(++p);return i>6||p<f&&!c(s)?!1:(r||(f=o.skipSpacesBack(f,p),a=o.skipCharsBack(f,35,p),a>p&&c(o.src.charCodeAt(a-1))&&(f=a),o.line=e+1,l=o.push("heading_open","h"+String(i),1),l.markup="########".slice(0,i),l.map=[e,o.line],l=o.push("inline","",0),l.content=o.src.slice(p,f).trim(),l.map=[e,o.line],l.children=[],l=o.push("heading_close","h"+String(i),-1),l.markup="########".slice(0,i)),!0)},Hn}var Gn,Gr;function ni(){return Gr||(Gr=1,Gn=function(n,o,e){var t,r,s,i,a,l,p,f,g,h=o+1,b,E=n.md.block.ruler.getRules("paragraph");if(n.sCount[o]-n.blkIndent>=4)return!1;for(b=n.parentType,n.parentType="paragraph";h<e&&!n.isEmpty(h);h++)if(!(n.sCount[h]-n.blkIndent>3)){if(n.sCount[h]>=n.blkIndent&&(l=n.bMarks[h]+n.tShift[h],p=n.eMarks[h],l<p&&(g=n.src.charCodeAt(l),(g===45||g===61)&&(l=n.skipChars(l,g),l=n.skipSpaces(l),l>=p)))){f=g===61?1:2;break}if(!(n.sCount[h]<0)){for(r=!1,s=0,i=E.length;s<i;s++)if(E[s](n,h,e,!0)){r=!0;break}if(r)break}}return f?(t=n.getLines(o,h,n.blkIndent,!1).trim(),n.line=h+1,a=n.push("heading_open","h"+String(f),1),a.markup=String.fromCharCode(g),a.map=[o,n.line],a=n.push("inline","",0),a.content=t,a.map=[o,n.line-1],a.children=[],a=n.push("heading_close","h"+String(f),-1),a.markup=String.fromCharCode(g),n.parentType=b,!0):!1}),Gn}var jn,jr;function ti(){return jr||(jr=1,jn=function(n,o,e){var t,r,s,i,a,l,p=o+1,f=n.md.block.ruler.getRules("paragraph");for(l=n.parentType,n.parentType="paragraph";p<e&&!n.isEmpty(p);p++)if(!(n.sCount[p]-n.blkIndent>3)&&!(n.sCount[p]<0)){for(r=!1,s=0,i=f.length;s<i;s++)if(f[s](n,p,e,!0)){r=!0;break}if(r)break}return t=n.getLines(o,p,n.blkIndent,!1).trim(),n.line=p,a=n.push("paragraph_open","p",1),a.map=[o,n.line],a=n.push("inline","",0),a.content=t,a.map=[o,n.line],a.children=[],a=n.push("paragraph_close","p",-1),n.parentType=l,!0}),jn}var Zn,Zr;function ri(){if(Zr)return Zn;Zr=1;var c=Nn(),n=J().isSpace;function o(e,t,r,s){var i,a,l,p,f,g,h,b;for(this.src=e,this.md=t,this.env=r,this.tokens=s,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="",a=this.src,b=!1,l=p=g=h=0,f=a.length;p<f;p++){if(i=a.charCodeAt(p),!b)if(n(i)){g++,i===9?h+=4-h%4:h++;continue}else b=!0;(i===10||p===f-1)&&(i!==10&&p++,this.bMarks.push(l),this.eMarks.push(p),this.tShift.push(g),this.sCount.push(h),this.bsCount.push(0),b=!1,g=0,h=0,l=p+1)}this.bMarks.push(a.length),this.eMarks.push(a.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}return o.prototype.push=function(e,t,r){var s=new c(e,t,r);return s.block=!0,r<0&&this.level--,s.level=this.level,r>0&&this.level++,this.tokens.push(s),s},o.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]},o.prototype.skipEmptyLines=function(t){for(var r=this.lineMax;t<r&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t},o.prototype.skipSpaces=function(t){for(var r,s=this.src.length;t<s&&(r=this.src.charCodeAt(t),!!n(r));t++);return t},o.prototype.skipSpacesBack=function(t,r){if(t<=r)return t;for(;t>r;)if(!n(this.src.charCodeAt(--t)))return t+1;return t},o.prototype.skipChars=function(t,r){for(var s=this.src.length;t<s&&this.src.charCodeAt(t)===r;t++);return t},o.prototype.skipCharsBack=function(t,r,s){if(t<=s)return t;for(;t>s;)if(r!==this.src.charCodeAt(--t))return t+1;return t},o.prototype.getLines=function(t,r,s,i){var a,l,p,f,g,h,b,E=t;if(t>=r)return"";for(h=new Array(r-t),a=0;E<r;E++,a++){for(l=0,b=f=this.bMarks[E],E+1<r||i?g=this.eMarks[E]+1:g=this.eMarks[E];f<g&&l<s;){if(p=this.src.charCodeAt(f),n(p))p===9?l+=4-(l+this.bsCount[E])%4:l++;else if(f-b<this.tShift[E])l++;else break;f++}l>s?h[a]=new Array(l-s+1).join(" ")+this.src.slice(f,g):h[a]=this.src.slice(f,g)}return h.join("")},o.prototype.Token=c,Zn=o,Zn}var Kn,Kr;function oi(){if(Kr)return Kn;Kr=1;var c=wn(),n=[["table",Gc(),["paragraph","reference"]],["code",jc()],["fence",Zc(),["paragraph","reference","blockquote","list"]],["blockquote",Kc(),["paragraph","reference","blockquote","list"]],["hr",Wc(),["paragraph","reference","blockquote","list"]],["list",Yc(),["paragraph","reference","blockquote"]],["reference",Jc()],["html_block",Qc(),["paragraph","reference","blockquote"]],["heading",ei(),["paragraph","reference","blockquote"]],["lheading",ni()],["paragraph",ti()]];function o(){this.ruler=new c;for(var e=0;e<n.length;e++)this.ruler.push(n[e][0],n[e][1],{alt:(n[e][2]||[]).slice()})}return o.prototype.tokenize=function(e,t,r){for(var s,i,a,l=this.ruler.getRules(""),p=l.length,f=t,g=!1,h=e.md.options.maxNesting;f<r&&(e.line=f=e.skipEmptyLines(f),!(f>=r||e.sCount[f]<e.blkIndent));){if(e.level>=h){e.line=r;break}for(a=e.line,i=0;i<p;i++)if(s=l[i](e,f,r,!1),s){if(a>=e.line)throw new Error("block rule didn't increment state.line");break}if(!s)throw new Error("none of the block rules matched");e.tight=!g,e.isEmpty(e.line-1)&&(g=!0),f=e.line,f<r&&e.isEmpty(f)&&(g=!0,f++,e.line=f)}},o.prototype.parse=function(e,t,r,s){var i;e&&(i=new this.State(e,t,r,s),this.tokenize(i,i.line,i.lineMax))},o.prototype.State=ri(),Kn=o,Kn}var Wn,Wr;function si(){if(Wr)return Wn;Wr=1;function c(n){switch(n){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 Wn=function(o,e){for(var t=o.pos;t<o.posMax&&!c(o.src.charCodeAt(t));)t++;return t===o.pos?!1:(e||(o.pending+=o.src.slice(o.pos,t)),o.pos=t,!0)},Wn}var Yn,Yr;function ci(){if(Yr)return Yn;Yr=1;var c=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;return Yn=function(o,e){var t,r,s,i,a,l,p,f;return!o.md.options.linkify||o.linkLevel>0||(t=o.pos,r=o.posMax,t+3>r)||o.src.charCodeAt(t)!==58||o.src.charCodeAt(t+1)!==47||o.src.charCodeAt(t+2)!==47||(s=o.pending.match(c),!s)||(i=s[1],a=o.md.linkify.matchAtStart(o.src.slice(t-i.length)),!a)||(l=a.url,l.length<=i.length)||(l=l.replace(/\*+$/,""),p=o.md.normalizeLink(l),!o.md.validateLink(p))?!1:(e||(o.pending=o.pending.slice(0,-i.length),f=o.push("link_open","a",1),f.attrs=[["href",p]],f.markup="linkify",f.info="auto",f=o.push("text","",0),f.content=o.md.normalizeLinkText(l),f=o.push("link_close","a",-1),f.markup="linkify",f.info="auto"),o.pos+=l.length-i.length,!0)},Yn}var Jn,Jr;function ii(){if(Jr)return Jn;Jr=1;var c=J().isSpace;return Jn=function(o,e){var t,r,s,i=o.pos;if(o.src.charCodeAt(i)!==10)return!1;if(t=o.pending.length-1,r=o.posMax,!e)if(t>=0&&o.pending.charCodeAt(t)===32)if(t>=1&&o.pending.charCodeAt(t-1)===32){for(s=t-1;s>=1&&o.pending.charCodeAt(s-1)===32;)s--;o.pending=o.pending.slice(0,s),o.push("hardbreak","br",0)}else o.pending=o.pending.slice(0,-1),o.push("softbreak","br",0);else o.push("softbreak","br",0);for(i++;i<r&&c(o.src.charCodeAt(i));)i++;return o.pos=i,!0},Jn}var Xn,Xr;function ai(){if(Xr)return Xn;Xr=1;for(var c=J().isSpace,n=[],o=0;o<256;o++)n.push(0);return"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){n[e.charCodeAt(0)]=1}),Xn=function(t,r){var s,i,a,l,p,f=t.pos,g=t.posMax;if(t.src.charCodeAt(f)!==92||(f++,f>=g))return!1;if(s=t.src.charCodeAt(f),s===10){for(r||t.push("hardbreak","br",0),f++;f<g&&(s=t.src.charCodeAt(f),!!c(s));)f++;return t.pos=f,!0}return l=t.src[f],s>=55296&&s<=56319&&f+1<g&&(i=t.src.charCodeAt(f+1),i>=56320&&i<=57343&&(l+=t.src[f+1],f++)),a="\\"+l,r||(p=t.push("text_special","",0),s<256&&n[s]!==0?p.content=l:p.content=a,p.markup=a,p.info="escape"),t.pos=f+1,!0},Xn}var Qn,Qr;function li(){return Qr||(Qr=1,Qn=function(n,o){var e,t,r,s,i,a,l,p,f=n.pos,g=n.src.charCodeAt(f);if(g!==96)return!1;for(e=f,f++,t=n.posMax;f<t&&n.src.charCodeAt(f)===96;)f++;if(r=n.src.slice(e,f),l=r.length,n.backticksScanned&&(n.backticks[l]||0)<=e)return o||(n.pending+=r),n.pos+=l,!0;for(a=f;(i=n.src.indexOf("`",a))!==-1;){for(a=i+1;a<t&&n.src.charCodeAt(a)===96;)a++;if(p=a-i,p===l)return o||(s=n.push("code_inline","code",0),s.markup=r,s.content=n.src.slice(f,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),n.pos=a,!0;n.backticks[p]=i}return n.backticksScanned=!0,o||(n.pending+=r),n.pos+=l,!0}),Qn}var He={},eo;function no(){if(eo)return He;eo=1,He.tokenize=function(o,e){var t,r,s,i,a,l=o.pos,p=o.src.charCodeAt(l);if(e||p!==126||(r=o.scanDelims(o.pos,!0),i=r.length,a=String.fromCharCode(p),i<2))return!1;for(i%2&&(s=o.push("text","",0),s.content=a,i--),t=0;t<i;t+=2)s=o.push("text","",0),s.content=a+a,o.delimiters.push({marker:p,length:0,token:o.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return o.pos+=r.length,!0};function c(n,o){var e,t,r,s,i,a=[],l=o.length;for(e=0;e<l;e++)r=o[e],r.marker===126&&r.end!==-1&&(s=o[r.end],i=n.tokens[r.token],i.type="s_open",i.tag="s",i.nesting=1,i.markup="~~",i.content="",i=n.tokens[s.token],i.type="s_close",i.tag="s",i.nesting=-1,i.markup="~~",i.content="",n.tokens[s.token-1].type==="text"&&n.tokens[s.token-1].content==="~"&&a.push(s.token-1));for(;a.length;){for(e=a.pop(),t=e+1;t<n.tokens.length&&n.tokens[t].type==="s_close";)t++;t--,e!==t&&(i=n.tokens[t],n.tokens[t]=n.tokens[e],n.tokens[e]=i)}}return He.postProcess=function(o){var e,t=o.tokens_meta,r=o.tokens_meta.length;for(c(o,o.delimiters),e=0;e<r;e++)t[e]&&t[e].delimiters&&c(o,t[e].delimiters)},He}var Ge={},to;function ro(){if(to)return Ge;to=1,Ge.tokenize=function(o,e){var t,r,s,i=o.pos,a=o.src.charCodeAt(i);if(e||a!==95&&a!==42)return!1;for(r=o.scanDelims(o.pos,a===42),t=0;t<r.length;t++)s=o.push("text","",0),s.content=String.fromCharCode(a),o.delimiters.push({marker:a,length:r.length,token:o.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return o.pos+=r.length,!0};function c(n,o){var e,t,r,s,i,a,l=o.length;for(e=l-1;e>=0;e--)t=o[e],!(t.marker!==95&&t.marker!==42)&&t.end!==-1&&(r=o[t.end],a=e>0&&o[e-1].end===t.end+1&&o[e-1].marker===t.marker&&o[e-1].token===t.token-1&&o[t.end+1].token===r.token+1,i=String.fromCharCode(t.marker),s=n.tokens[t.token],s.type=a?"strong_open":"em_open",s.tag=a?"strong":"em",s.nesting=1,s.markup=a?i+i:i,s.content="",s=n.tokens[r.token],s.type=a?"strong_close":"em_close",s.tag=a?"strong":"em",s.nesting=-1,s.markup=a?i+i:i,s.content="",a&&(n.tokens[o[e-1].token].content="",n.tokens[o[t.end+1].token].content="",e--))}return Ge.postProcess=function(o){var e,t=o.tokens_meta,r=o.tokens_meta.length;for(c(o,o.delimiters),e=0;e<r;e++)t[e]&&t[e].delimiters&&c(o,t[e].delimiters)},Ge}var et,oo;function ui(){if(oo)return et;oo=1;var c=J().normalizeReference,n=J().isSpace;return et=function(e,t){var r,s,i,a,l,p,f,g,h,b="",E="",v=e.pos,k=e.posMax,x=e.pos,m=!0;if(e.src.charCodeAt(e.pos)!==91||(l=e.pos+1,a=e.md.helpers.parseLinkLabel(e,e.pos,!0),a<0))return!1;if(p=a+1,p<k&&e.src.charCodeAt(p)===40){for(m=!1,p++;p<k&&(s=e.src.charCodeAt(p),!(!n(s)&&s!==10));p++);if(p>=k)return!1;if(x=p,f=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),f.ok){for(b=e.md.normalizeLink(f.str),e.md.validateLink(b)?p=f.pos:b="",x=p;p<k&&(s=e.src.charCodeAt(p),!(!n(s)&&s!==10));p++);if(f=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<k&&x!==p&&f.ok)for(E=f.str,p=f.pos;p<k&&(s=e.src.charCodeAt(p),!(!n(s)&&s!==10));p++);}(p>=k||e.src.charCodeAt(p)!==41)&&(m=!0),p++}if(m){if(typeof e.env.references>"u")return!1;if(p<k&&e.src.charCodeAt(p)===91?(x=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?i=e.src.slice(x,p++):p=a+1):p=a+1,i||(i=e.src.slice(l,a)),g=e.env.references[c(i)],!g)return e.pos=v,!1;b=g.href,E=g.title}return t||(e.pos=l,e.posMax=a,h=e.push("link_open","a",1),h.attrs=r=[["href",b]],E&&r.push(["title",E]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,h=e.push("link_close","a",-1)),e.pos=p,e.posMax=k,!0},et}var nt,so;function fi(){if(so)return nt;so=1;var c=J().normalizeReference,n=J().isSpace;return nt=function(e,t){var r,s,i,a,l,p,f,g,h,b,E,v,k,x="",m=e.pos,_=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91||(p=e.pos+2,l=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),l<0))return!1;if(f=l+1,f<_&&e.src.charCodeAt(f)===40){for(f++;f<_&&(s=e.src.charCodeAt(f),!(!n(s)&&s!==10));f++);if(f>=_)return!1;for(k=f,h=e.md.helpers.parseLinkDestination(e.src,f,e.posMax),h.ok&&(x=e.md.normalizeLink(h.str),e.md.validateLink(x)?f=h.pos:x=""),k=f;f<_&&(s=e.src.charCodeAt(f),!(!n(s)&&s!==10));f++);if(h=e.md.helpers.parseLinkTitle(e.src,f,e.posMax),f<_&&k!==f&&h.ok)for(b=h.str,f=h.pos;f<_&&(s=e.src.charCodeAt(f),!(!n(s)&&s!==10));f++);else b="";if(f>=_||e.src.charCodeAt(f)!==41)return e.pos=m,!1;f++}else{if(typeof e.env.references>"u")return!1;if(f<_&&e.src.charCodeAt(f)===91?(k=f+1,f=e.md.helpers.parseLinkLabel(e,f),f>=0?a=e.src.slice(k,f++):f=l+1):f=l+1,a||(a=e.src.slice(p,l)),g=e.env.references[c(a)],!g)return e.pos=m,!1;x=g.href,b=g.title}return t||(i=e.src.slice(p,l),e.md.inline.parse(i,e.md,e.env,v=[]),E=e.push("image","img",0),E.attrs=r=[["src",x],["alt",""]],E.children=v,E.content=i,b&&r.push(["title",b])),e.pos=f,e.posMax=_,!0},nt}var tt,co;function pi(){if(co)return tt;co=1;var c=/^([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])?)*)$/,n=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;return tt=function(e,t){var r,s,i,a,l,p,f=e.pos;if(e.src.charCodeAt(f)!==60)return!1;for(l=e.pos,p=e.posMax;;){if(++f>=p||(a=e.src.charCodeAt(f),a===60))return!1;if(a===62)break}return r=e.src.slice(l+1,f),n.test(r)?(s=e.md.normalizeLink(r),e.md.validateLink(s)?(t||(i=e.push("link_open","a",1),i.attrs=[["href",s]],i.markup="autolink",i.info="auto",i=e.push("text","",0),i.content=e.md.normalizeLinkText(r),i=e.push("link_close","a",-1),i.markup="autolink",i.info="auto"),e.pos+=r.length+2,!0):!1):c.test(r)?(s=e.md.normalizeLink("mailto:"+r),e.md.validateLink(s)?(t||(i=e.push("link_open","a",1),i.attrs=[["href",s]],i.markup="autolink",i.info="auto",i=e.push("text","",0),i.content=e.md.normalizeLinkText(r),i=e.push("link_close","a",-1),i.markup="autolink",i.info="auto"),e.pos+=r.length+2,!0):!1):!1},tt}var rt,io;function hi(){if(io)return rt;io=1;var c=$r().HTML_TAG_RE;function n(t){return/^<a[>\s]/i.test(t)}function o(t){return/^<\/a\s*>/i.test(t)}function e(t){var r=t|32;return r>=97&&r<=122}return rt=function(r,s){var i,a,l,p,f=r.pos;return!r.md.options.html||(l=r.posMax,r.src.charCodeAt(f)!==60||f+2>=l)||(i=r.src.charCodeAt(f+1),i!==33&&i!==63&&i!==47&&!e(i))||(a=r.src.slice(f).match(c),!a)?!1:(s||(p=r.push("html_inline","",0),p.content=a[0],n(p.content)&&r.linkLevel++,o(p.content)&&r.linkLevel--),r.pos+=a[0].length,!0)},rt}var ot,ao;function di(){if(ao)return ot;ao=1;var c=er(),n=J().has,o=J().isValidEntityCode,e=J().fromCodePoint,t=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,r=/^&([a-z][a-z0-9]{1,31});/i;return ot=function(i,a){var l,p,f,g,h=i.pos,b=i.posMax;if(i.src.charCodeAt(h)!==38||h+1>=b)return!1;if(l=i.src.charCodeAt(h+1),l===35){if(f=i.src.slice(h).match(t),f)return a||(p=f[1][0].toLowerCase()==="x"?parseInt(f[1].slice(1),16):parseInt(f[1],10),g=i.push("text_special","",0),g.content=o(p)?e(p):e(65533),g.markup=f[0],g.info="entity"),i.pos+=f[0].length,!0}else if(f=i.src.slice(h).match(r),f&&n(c,f[1]))return a||(g=i.push("text_special","",0),g.content=c[f[1]],g.markup=f[0],g.info="entity"),i.pos+=f[0].length,!0;return!1},ot}var st,lo;function gi(){if(lo)return st;lo=1;function c(n){var o,e,t,r,s,i,a,l,p={},f=n.length;if(f){var g=0,h=-2,b=[];for(o=0;o<f;o++)if(t=n[o],b.push(0),(n[g].marker!==t.marker||h!==t.token-1)&&(g=o),h=t.token,t.length=t.length||0,!!t.close){for(p.hasOwnProperty(t.marker)||(p[t.marker]=[-1,-1,-1,-1,-1,-1]),s=p[t.marker][(t.open?3:0)+t.length%3],e=g-b[g]-1,i=e;e>s;e-=b[e]+1)if(r=n[e],r.marker===t.marker&&r.open&&r.end<0&&(a=!1,(r.close||t.open)&&(r.length+t.length)%3===0&&(r.length%3!==0||t.length%3!==0)&&(a=!0),!a)){l=e>0&&!n[e-1].open?b[e-1]+1:0,b[o]=o-e+l,b[e]=l,t.open=!1,r.end=o,r.close=!1,i=-1,h=-2;break}i!==-1&&(p[t.marker][(t.open?3:0)+(t.length||0)%3]=i)}}}return st=function(o){var e,t=o.tokens_meta,r=o.tokens_meta.length;for(c(o.delimiters),e=0;e<r;e++)t[e]&&t[e].delimiters&&c(t[e].delimiters)},st}var ct,uo;function mi(){return uo||(uo=1,ct=function(n){var o,e,t=0,r=n.tokens,s=n.tokens.length;for(o=e=0;o<s;o++)r[o].nesting<0&&t--,r[o].level=t,r[o].nesting>0&&t++,r[o].type==="text"&&o+1<s&&r[o+1].type==="text"?r[o+1].content=r[o].content+r[o+1].content:(o!==e&&(r[e]=r[o]),e++);o!==e&&(r.length=e)}),ct}var it,fo;function bi(){if(fo)return it;fo=1;var c=Nn(),n=J().isWhiteSpace,o=J().isPunctChar,e=J().isMdAsciiPunct;function t(r,s,i,a){this.src=r,this.env=i,this.md=s,this.tokens=a,this.tokens_meta=Array(a.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 t.prototype.pushPending=function(){var r=new c("text","",0);return r.content=this.pending,r.level=this.pendingLevel,this.tokens.push(r),this.pending="",r},t.prototype.push=function(r,s,i){this.pending&&this.pushPending();var a=new c(r,s,i),l=null;return i<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),a.level=this.level,i>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],l={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(a),this.tokens_meta.push(l),a},t.prototype.scanDelims=function(r,s){var i=r,a,l,p,f,g,h,b,E,v,k=!0,x=!0,m=this.posMax,_=this.src.charCodeAt(r);for(a=r>0?this.src.charCodeAt(r-1):32;i<m&&this.src.charCodeAt(i)===_;)i++;return p=i-r,l=i<m?this.src.charCodeAt(i):32,b=e(a)||o(String.fromCharCode(a)),v=e(l)||o(String.fromCharCode(l)),h=n(a),E=n(l),E?k=!1:v&&(h||b||(k=!1)),h?x=!1:b&&(E||v||(x=!1)),s?(f=k,g=x):(f=k&&(!x||b),g=x&&(!k||v)),{can_open:f,can_close:g,length:p}},t.prototype.Token=c,it=t,it}var at,po;function _i(){if(po)return at;po=1;var c=wn(),n=[["text",si()],["linkify",ci()],["newline",ii()],["escape",ai()],["backticks",li()],["strikethrough",no().tokenize],["emphasis",ro().tokenize],["link",ui()],["image",fi()],["autolink",pi()],["html_inline",hi()],["entity",di()]],o=[["balance_pairs",gi()],["strikethrough",no().postProcess],["emphasis",ro().postProcess],["fragments_join",mi()]];function e(){var t;for(this.ruler=new c,t=0;t<n.length;t++)this.ruler.push(n[t][0],n[t][1]);for(this.ruler2=new c,t=0;t<o.length;t++)this.ruler2.push(o[t][0],o[t][1])}return e.prototype.skipToken=function(t){var r,s,i=t.pos,a=this.ruler.getRules(""),l=a.length,p=t.md.options.maxNesting,f=t.cache;if(typeof f[i]<"u"){t.pos=f[i];return}if(t.level<p){for(s=0;s<l;s++)if(t.level++,r=a[s](t,!0),t.level--,r){if(i>=t.pos)throw new Error("inline rule didn't increment state.pos");break}}else t.pos=t.posMax;r||t.pos++,f[i]=t.pos},e.prototype.tokenize=function(t){for(var r,s,i,a=this.ruler.getRules(""),l=a.length,p=t.posMax,f=t.md.options.maxNesting;t.pos<p;){if(i=t.pos,t.level<f){for(s=0;s<l;s++)if(r=a[s](t,!1),r){if(i>=t.pos)throw new Error("inline rule didn't increment state.pos");break}}if(r){if(t.pos>=p)break;continue}t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},e.prototype.parse=function(t,r,s,i){var a,l,p,f=new this.State(t,r,s,i);for(this.tokenize(f),l=this.ruler2.getRules(""),p=l.length,a=0;a<p;a++)l[a](f)},e.prototype.State=bi(),at=e,at}var lt,ho;function ki(){return ho||(ho=1,lt=function(c){var n={};c=c||{},n.src_Any=lr().source,n.src_Cc=fr().source,n.src_Z=dr().source,n.src_P=ln().source,n.src_ZPCc=[n.src_Z,n.src_P,n.src_Cc].join("|"),n.src_ZCc=[n.src_Z,n.src_Cc].join("|");var o="[><|]";return n.src_pseudo_letter="(?:(?!"+o+"|"+n.src_ZPCc+")"+n.src_Any+")",n.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]?)",n.src_auth="(?:(?:(?!"+n.src_ZCc+"|[@/\\[\\]()]).)+@)?",n.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",n.src_host_terminator="(?=$|"+o+"|"+n.src_ZPCc+")(?!"+(c["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+n.src_ZPCc+"))",n.src_path="(?:[/?#](?:(?!"+n.src_ZCc+"|"+o+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+n.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+n.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+n.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+n.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+n.src_ZCc+"|[']).)+\\'|\\'(?="+n.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+n.src_ZCc+"|[.]|$)|"+(c["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+n.src_ZCc+"|$)|;(?!"+n.src_ZCc+"|$)|\\!+(?!"+n.src_ZCc+"|[!]|$)|\\?(?!"+n.src_ZCc+"|[?]|$))+|\\/)?",n.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',n.src_xn="xn--[a-z0-9\\-]{1,59}",n.src_domain_root="(?:"+n.src_xn+"|"+n.src_pseudo_letter+"{1,63})",n.src_domain="(?:"+n.src_xn+"|(?:"+n.src_pseudo_letter+")|(?:"+n.src_pseudo_letter+"(?:-|"+n.src_pseudo_letter+"){0,61}"+n.src_pseudo_letter+"))",n.src_host="(?:(?:(?:(?:"+n.src_domain+")\\.)*"+n.src_domain+"))",n.tpl_host_fuzzy="(?:"+n.src_ip4+"|(?:(?:(?:"+n.src_domain+")\\.)+(?:%TLDS%)))",n.tpl_host_no_ip_fuzzy="(?:(?:(?:"+n.src_domain+")\\.)+(?:%TLDS%))",n.src_host_strict=n.src_host+n.src_host_terminator,n.tpl_host_fuzzy_strict=n.tpl_host_fuzzy+n.src_host_terminator,n.src_host_port_strict=n.src_host+n.src_port+n.src_host_terminator,n.tpl_host_port_fuzzy_strict=n.tpl_host_fuzzy+n.src_port+n.src_host_terminator,n.tpl_host_port_no_ip_fuzzy_strict=n.tpl_host_no_ip_fuzzy+n.src_port+n.src_host_terminator,n.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+n.src_ZPCc+"|>|$))",n.tpl_email_fuzzy="(^|"+o+'|"|\\(|'+n.src_ZCc+")("+n.src_email_name+"@"+n.tpl_host_fuzzy_strict+")",n.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+n.src_ZPCc+"))((?![$+<=>^`||])"+n.tpl_host_port_fuzzy_strict+n.src_path+")",n.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+n.src_ZPCc+"))((?![$+<=>^`||])"+n.tpl_host_port_no_ip_fuzzy_strict+n.src_path+")",n}),lt}var ut,go;function Ei(){if(go)return ut;go=1;function c(m){var _=Array.prototype.slice.call(arguments,1);return _.forEach(function(y){y&&Object.keys(y).forEach(function(w){m[w]=y[w]})}),m}function n(m){return Object.prototype.toString.call(m)}function o(m){return n(m)==="[object String]"}function e(m){return n(m)==="[object Object]"}function t(m){return n(m)==="[object RegExp]"}function r(m){return n(m)==="[object Function]"}function s(m){return m.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var i={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function a(m){return Object.keys(m||{}).reduce(function(_,y){return _||i.hasOwnProperty(y)},!1)}var l={"http:":{validate:function(m,_,y){var w=m.slice(_);return y.re.http||(y.re.http=new RegExp("^\\/\\/"+y.re.src_auth+y.re.src_host_port_strict+y.re.src_path,"i")),y.re.http.test(w)?w.match(y.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(m,_,y){var w=m.slice(_);return y.re.no_http||(y.re.no_http=new RegExp("^"+y.re.src_auth+"(?:localhost|(?:(?:"+y.re.src_domain+")\\.)+"+y.re.src_domain_root+")"+y.re.src_port+y.re.src_host_terminator+y.re.src_path,"i")),y.re.no_http.test(w)?_>=3&&m[_-3]===":"||_>=3&&m[_-3]==="/"?0:w.match(y.re.no_http)[0].length:0}},"mailto:":{validate:function(m,_,y){var w=m.slice(_);return y.re.mailto||(y.re.mailto=new RegExp("^"+y.re.src_email_name+"@"+y.re.src_host_strict,"i")),y.re.mailto.test(w)?w.match(y.re.mailto)[0].length:0}}},p="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]",f="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function g(m){m.__index__=-1,m.__text_cache__=""}function h(m){return function(_,y){var w=_.slice(y);return m.test(w)?w.match(m)[0].length:0}}function b(){return function(m,_){_.normalize(m)}}function E(m){var _=m.re=ki()(m.__opts__),y=m.__tlds__.slice();m.onCompile(),m.__tlds_replaced__||y.push(p),y.push(_.src_xn),_.src_tlds=y.join("|");function w(R){return R.replace("%TLDS%",_.src_tlds)}_.email_fuzzy=RegExp(w(_.tpl_email_fuzzy),"i"),_.link_fuzzy=RegExp(w(_.tpl_link_fuzzy),"i"),_.link_no_ip_fuzzy=RegExp(w(_.tpl_link_no_ip_fuzzy),"i"),_.host_fuzzy_test=RegExp(w(_.tpl_host_fuzzy_test),"i");var B=[];m.__compiled__={};function S(R,I){throw new Error('(LinkifyIt) Invalid schema "'+R+'": '+I)}Object.keys(m.__schemas__).forEach(function(R){var I=m.__schemas__[R];if(I!==null){var G={validate:null,link:null};if(m.__compiled__[R]=G,e(I)){t(I.validate)?G.validate=h(I.validate):r(I.validate)?G.validate=I.validate:S(R,I),r(I.normalize)?G.normalize=I.normalize:I.normalize?S(R,I):G.normalize=b();return}if(o(I)){B.push(R);return}S(R,I)}}),B.forEach(function(R){m.__compiled__[m.__schemas__[R]]&&(m.__compiled__[R].validate=m.__compiled__[m.__schemas__[R]].validate,m.__compiled__[R].normalize=m.__compiled__[m.__schemas__[R]].normalize)}),m.__compiled__[""]={validate:null,normalize:b()};var T=Object.keys(m.__compiled__).filter(function(R){return R.length>0&&m.__compiled__[R]}).map(s).join("|");m.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+_.src_ZPCc+"))("+T+")","i"),m.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+_.src_ZPCc+"))("+T+")","ig"),m.re.schema_at_start=RegExp("^"+m.re.schema_search.source,"i"),m.re.pretest=RegExp("("+m.re.schema_test.source+")|("+m.re.host_fuzzy_test.source+")|@","i"),g(m)}function v(m,_){var y=m.__index__,w=m.__last_index__,B=m.__text_cache__.slice(y,w);this.schema=m.__schema__.toLowerCase(),this.index=y+_,this.lastIndex=w+_,this.raw=B,this.text=B,this.url=B}function k(m,_){var y=new v(m,_);return m.__compiled__[y.schema].normalize(y,m),y}function x(m,_){if(!(this instanceof x))return new x(m,_);_||a(m)&&(_=m,m={}),this.__opts__=c({},i,_),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=c({},l,m),this.__compiled__={},this.__tlds__=f,this.__tlds_replaced__=!1,this.re={},E(this)}return x.prototype.add=function(_,y){return this.__schemas__[_]=y,E(this),this},x.prototype.set=function(_){return this.__opts__=c(this.__opts__,_),this},x.prototype.test=function(_){if(this.__text_cache__=_,this.__index__=-1,!_.length)return!1;var y,w,B,S,T,R,I,G,Q;if(this.re.schema_test.test(_)){for(I=this.re.schema_search,I.lastIndex=0;(y=I.exec(_))!==null;)if(S=this.testSchemaAt(_,y[2],I.lastIndex),S){this.__schema__=y[2],this.__index__=y.index+y[1].length,this.__last_index__=y.index+y[0].length+S;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(G=_.search(this.re.host_fuzzy_test),G>=0&&(this.__index__<0||G<this.__index__)&&(w=_.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(T=w.index+w[1].length,(this.__index__<0||T<this.__index__)&&(this.__schema__="",this.__index__=T,this.__last_index__=w.index+w[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(Q=_.indexOf("@"),Q>=0&&(B=_.match(this.re.email_fuzzy))!==null&&(T=B.index+B[1].length,R=B.index+B[0].length,(this.__index__<0||T<this.__index__||T===this.__index__&&R>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=T,this.__last_index__=R))),this.__index__>=0},x.prototype.pretest=function(_){return this.re.pretest.test(_)},x.prototype.testSchemaAt=function(_,y,w){return this.__compiled__[y.toLowerCase()]?this.__compiled__[y.toLowerCase()].validate(_,w,this):0},x.prototype.match=function(_){var y=0,w=[];this.__index__>=0&&this.__text_cache__===_&&(w.push(k(this,y)),y=this.__last_index__);for(var B=y?_.slice(y):_;this.test(B);)w.push(k(this,y)),B=B.slice(this.__last_index__),y+=this.__last_index__;return w.length?w:null},x.prototype.matchAtStart=function(_){if(this.__text_cache__=_,this.__index__=-1,!_.length)return null;var y=this.re.schema_at_start.exec(_);if(!y)return null;var w=this.testSchemaAt(_,y[2],y[0].length);return w?(this.__schema__=y[2],this.__index__=y.index+y[1].length,this.__last_index__=y.index+y[0].length+w,k(this,0)):null},x.prototype.tlds=function(_,y){return _=Array.isArray(_)?_:[_],y?(this.__tlds__=this.__tlds__.concat(_).sort().filter(function(w,B,S){return w!==S[B-1]}).reverse(),E(this),this):(this.__tlds__=_.slice(),this.__tlds_replaced__=!0,E(this),this)},x.prototype.normalize=function(_){_.schema||(_.url="http://"+_.url),_.schema==="mailto:"&&!/^mailto:/i.test(_.url)&&(_.url="mailto:"+_.url)},x.prototype.onCompile=function(){},ut=x,ut}const Te=2147483647,me=36,ft=1,Oe=26,yi=38,xi=700,mo=72,bo=128,_o="-",wi=/^xn--/,vi=/[^\0-\x7F]/,Ai=/[\x2E\u3002\uFF0E\uFF61]/g,Ci={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},pt=me-ft,be=Math.floor,ht=String.fromCharCode;function xe(c){throw new RangeError(Ci[c])}function Si(c,n){const o=[];let e=c.length;for(;e--;)o[e]=n(c[e]);return o}function ko(c,n){const o=c.split("@");let e="";o.length>1&&(e=o[0]+"@",c=o[1]),c=c.replace(Ai,".");const t=c.split("."),r=Si(t,n).join(".");return e+r}function dt(c){const n=[];let o=0;const e=c.length;for(;o<e;){const t=c.charCodeAt(o++);if(t>=55296&&t<=56319&&o<e){const r=c.charCodeAt(o++);(r&64512)==56320?n.push(((t&1023)<<10)+(r&1023)+65536):(n.push(t),o--)}else n.push(t)}return n}const Eo=c=>String.fromCodePoint(...c),Di=function(c){return c>=48&&c<58?26+(c-48):c>=65&&c<91?c-65:c>=97&&c<123?c-97:me},yo=function(c,n){return c+22+75*(c<26)-((n!=0)<<5)},xo=function(c,n,o){let e=0;for(c=o?be(c/xi):c>>1,c+=be(c/n);c>pt*Oe>>1;e+=me)c=be(c/pt);return be(e+(pt+1)*c/(c+yi))},gt=function(c){const n=[],o=c.length;let e=0,t=bo,r=mo,s=c.lastIndexOf(_o);s<0&&(s=0);for(let i=0;i<s;++i)c.charCodeAt(i)>=128&&xe("not-basic"),n.push(c.charCodeAt(i));for(let i=s>0?s+1:0;i<o;){const a=e;for(let p=1,f=me;;f+=me){i>=o&&xe("invalid-input");const g=Di(c.charCodeAt(i++));g>=me&&xe("invalid-input"),g>be((Te-e)/p)&&xe("overflow"),e+=g*p;const h=f<=r?ft:f>=r+Oe?Oe:f-r;if(g<h)break;const b=me-h;p>be(Te/b)&&xe("overflow"),p*=b}const l=n.length+1;r=xo(e-a,l,a==0),be(e/l)>Te-t&&xe("overflow"),t+=be(e/l),e%=l,n.splice(e++,0,t)}return String.fromCodePoint(...n)},mt=function(c){const n=[];c=dt(c);const o=c.length;let e=bo,t=0,r=mo;for(const a of c)a<128&&n.push(ht(a));const s=n.length;let i=s;for(s&&n.push(_o);i<o;){let a=Te;for(const p of c)p>=e&&p<a&&(a=p);const l=i+1;a-e>be((Te-t)/l)&&xe("overflow"),t+=(a-e)*l,e=a;for(const p of c)if(p<e&&++t>Te&&xe("overflow"),p===e){let f=t;for(let g=me;;g+=me){const h=g<=r?ft:g>=r+Oe?Oe:g-r;if(f<h)break;const b=f-h,E=me-h;n.push(ht(yo(h+b%E,0))),f=be(b/E)}n.push(ht(yo(f,0))),r=xo(t,l,i===s),t=0,++i}++t,++e}return n.join("")},wo=function(c){return ko(c,function(n){return wi.test(n)?gt(n.slice(4).toLowerCase()):n})},vo=function(c){return ko(c,function(n){return vi.test(n)?"xn--"+mt(n):n})},Ri=ss(Object.freeze(Object.defineProperty({__proto__:null,decode:gt,default:{version:"2.3.1",ucs2:{decode:dt,encode:Eo},decode:gt,encode:mt,toASCII:vo,toUnicode:wo},encode:mt,toASCII:vo,toUnicode:wo,ucs2decode:dt,ucs2encode:Eo},Symbol.toStringTag,{value:"Module"})));var bt,Ao;function Ti(){return Ao||(Ao=1,bt={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}),bt}var _t,Co;function qi(){return Co||(Co=1,_t={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"]}}}),_t}var kt,So;function Ni(){return So||(So=1,kt={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"]}}}),kt}var Et,Do;function Li(){if(Do)return Et;Do=1;var c=J(),n=Bc(),o=Mc(),e=Hc(),t=oi(),r=_i(),s=Ei(),i=ir(),a=Ri,l={default:Ti(),zero:qi(),commonmark:Ni()},p=/^(vbscript|javascript|file|data):/,f=/^data:image\/(gif|png|jpeg|webp);/;function g(k){var x=k.trim().toLowerCase();return p.test(x)?!!f.test(x):!0}var h=["http:","https:","mailto:"];function b(k){var x=i.parse(k,!0);if(x.hostname&&(!x.protocol||h.indexOf(x.protocol)>=0))try{x.hostname=a.toASCII(x.hostname)}catch{}return i.encode(i.format(x))}function E(k){var x=i.parse(k,!0);if(x.hostname&&(!x.protocol||h.indexOf(x.protocol)>=0))try{x.hostname=a.toUnicode(x.hostname)}catch{}return i.decode(i.format(x),i.decode.defaultChars+"%")}function v(k,x){if(!(this instanceof v))return new v(k,x);x||c.isString(k)||(x=k||{},k="default"),this.inline=new r,this.block=new t,this.core=new e,this.renderer=new o,this.linkify=new s,this.validateLink=g,this.normalizeLink=b,this.normalizeLinkText=E,this.utils=c,this.helpers=c.assign({},n),this.options={},this.configure(k),x&&this.set(x)}return v.prototype.set=function(k){return c.assign(this.options,k),this},v.prototype.configure=function(k){var x=this,m;if(c.isString(k)&&(m=k,k=l[m],!k))throw new Error('Wrong `markdown-it` preset "'+m+'", check name');if(!k)throw new Error("Wrong `markdown-it` preset, can't be empty");return k.options&&x.set(k.options),k.components&&Object.keys(k.components).forEach(function(_){k.components[_].rules&&x[_].ruler.enableOnly(k.components[_].rules),k.components[_].rules2&&x[_].ruler2.enableOnly(k.components[_].rules2)}),this},v.prototype.enable=function(k,x){var m=[];Array.isArray(k)||(k=[k]),["core","block","inline"].forEach(function(y){m=m.concat(this[y].ruler.enable(k,!0))},this),m=m.concat(this.inline.ruler2.enable(k,!0));var _=k.filter(function(y){return m.indexOf(y)<0});if(_.length&&!x)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+_);return this},v.prototype.disable=function(k,x){var m=[];Array.isArray(k)||(k=[k]),["core","block","inline"].forEach(function(y){m=m.concat(this[y].ruler.disable(k,!0))},this),m=m.concat(this.inline.ruler2.disable(k,!0));var _=k.filter(function(y){return m.indexOf(y)<0});if(_.length&&!x)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+_);return this},v.prototype.use=function(k){var x=[this].concat(Array.prototype.slice.call(arguments,1));return k.apply(k,x),this},v.prototype.parse=function(k,x){if(typeof k!="string")throw new Error("Input data should be a String");var m=new this.core.State(k,this,x);return this.core.process(m),m.tokens},v.prototype.render=function(k,x){return x=x||{},this.renderer.render(this.parse(k,x),this.options,x)},v.prototype.parseInline=function(k,x){var m=new this.core.State(k,this,x);return m.inlineMode=!0,this.core.process(m),m.tokens},v.prototype.renderInline=function(k,x){return x=x||{},this.renderer.render(this.parseInline(k,x),this.options,x)},Et=v,Et}var yt,Ro;function Bi(){return Ro||(Ro=1,yt=Li()),yt}var Mi=Bi();const Ii=nn(Mi),Oi=u.defineComponent({name:"VueMarkdown",props:{source:{type:String,required:!0},options:{type:Object,required:!1},plugins:{type:Array,required:!1}},setup(c){const n=u.ref(new Ii(c.options??{}));for(const e of c.plugins??[])n.value.use(e);const o=u.computed(()=>n.value.render(c.source));return()=>u.h("div",{innerHTML:o.value})}}),Fi={key:0,class:"chat-message-actions"},Pi={key:2,class:"chat-message-files"},xt=u.defineComponent({__name:"Message",props:{message:{}},setup(c,{expose:n}){const o=c;Ee.registerLanguage("javascript",Ut),Ee.registerLanguage("typescript",Ec),Ee.registerLanguage("python",_c),Ee.registerLanguage("xml",$t),Ee.registerLanguage("bash",bc);const{message:e}=u.toRefs(o),{options:t}=Me(),r=u.ref(null),s=u.ref({}),i=u.computed(()=>e.value.text||"<Empty response>"),a=u.computed(()=>({"chat-message-from-user":e.value.sender==="user","chat-message-from-bot":e.value.sender==="bot","chat-message-transparent":e.value.transparent===!0})),l=b=>{b.use(wc,{attrs:{target:"_blank",rel:"noopener"}})},p=()=>{var b;(b=r.value)!=null&&b.scrollIntoView&&r.value.scrollIntoView({block:"start"})},f={highlight(b,E){if(E&&Ee.getLanguage(E))try{return Ee.highlight(b,{language:E}).value}catch{}return""}},g={...(t==null?void 0:t.messageComponents)??{}};n({scrollToView:p});const h=async b=>await new Promise((E,v)=>{const k=new FileReader;k.onload=()=>E(k.result),k.onerror=v,k.readAsDataURL(b)});return u.onMounted(async()=>{if(e.value.files)for(const b of e.value.files)try{const E=await h(b);s.value[b.name]=E}catch(E){console.error("Error reading file:",E)}}),(b,E)=>(u.openBlock(),u.createElementBlock("div",{ref_key:"messageContainer",ref:r,class:u.normalizeClass(["chat-message",a.value])},[b.$slots.beforeMessage?(u.openBlock(),u.createElementBlock("div",Fi,[u.renderSlot(b.$slots,"beforeMessage",u.normalizeProps(u.guardReactiveProps({message:u.unref(e)})))])):u.createCommentVNode("",!0),u.renderSlot(b.$slots,"default",{},()=>[u.unref(e).type==="component"&&g[u.unref(e).key]?(u.openBlock(),u.createBlock(u.resolveDynamicComponent(g[u.unref(e).key]),u.normalizeProps(u.mergeProps({key:0},u.unref(e).arguments)),null,16)):(u.openBlock(),u.createBlock(u.unref(Oi),{key:1,class:"chat-message-markdown",source:i.value,options:f,plugins:[l]},null,8,["source","plugins"])),(u.unref(e).files??[]).length>0?(u.openBlock(),u.createElementBlock("div",Pi,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(u.unref(e).files??[],v=>(u.openBlock(),u.createElementBlock("div",{key:v.name,class:"chat-message-file"},[u.createVNode(Ht,{file:v,"is-removable":!1,"is-previewable":!0},null,8,["file"])]))),128))])):u.createCommentVNode("",!0)])],2))}}),zi=u.defineComponent({__name:"MessageTyping",props:{animation:{default:"bouncing"}},setup(c){const n=c,o={id:"typing",text:"",sender:"bot"},e=u.ref(),t=u.computed(()=>({"chat-message-typing":!0,[`chat-message-typing-animation-${n.animation}`]:!0}));return u.onMounted(()=>{var r;(r=e.value)==null||r.scrollToView()}),(r,s)=>(u.openBlock(),u.createBlock(u.unref(xt),{ref_key:"messageContainer",ref:e,class:u.normalizeClass(t.value),message:o,"data-test-id":"chat-message-typing"},{default:u.withCtx(()=>s[0]||(s[0]=[u.createElementVNode("div",{class:"chat-message-typing-body"},[u.createElementVNode("span",{class:"chat-message-typing-circle"}),u.createElementVNode("span",{class:"chat-message-typing-circle"}),u.createElementVNode("span",{class:"chat-message-typing-circle"})],-1)])),_:1},8,["class"]))}}),Ui={key:0,class:"empty-container"},$i={class:"empty","data-test-id":"chat-messages-empty"},Vi={key:1,class:"chat-messages-list"},Hi=u.defineComponent({__name:"MessagesList",props:{messages:{},emptyText:{}},setup(c){const n=rn(),o=u.ref([]),{initialMessages:e,waitingForResponse:t}=n;return u.watch(()=>o.value.length,()=>{const r=o.value[o.value.length-1];r&&r.scrollToView()}),(r,s)=>{const i=u.resolveComponent("N8nIcon"),a=u.resolveComponent("N8nText");return r.emptyText&&u.unref(e).length===0&&r.messages.length===0?(u.openBlock(),u.createElementBlock("div",Ui,[u.createElementVNode("div",$i,[u.createVNode(i,{icon:"comment",size:"large",class:"emptyIcon"}),u.createVNode(a,{tag:"p",size:"medium",color:"text-base"},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(r.emptyText),1)]),_:1})])])):(u.openBlock(),u.createElementBlock("div",Vi,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(u.unref(e),l=>(u.openBlock(),u.createBlock(xt,{key:l.id,message:l},null,8,["message"]))),128)),(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(r.messages,l=>(u.openBlock(),u.createBlock(xt,{key:l.id,ref_for:!0,ref_key:"messageComponents",ref:o,message:l},{beforeMessage:u.withCtx(({message:p})=>[u.renderSlot(r.$slots,"beforeMessage",u.mergeProps({ref_for:!0},{message:p}))]),_:2},1032,["message"]))),128)),u.unref(t)?(u.openBlock(),u.createBlock(zi,{key:0})):u.createCommentVNode("",!0)]))}}}),Gi={class:"chat-heading"},ji=["title"],Zi={key:0},To=u.defineComponent({__name:"Chat",setup(c){const{t:n}=Ue(),o=rn(),{messages:e,currentSessionId:t}=o,{options:r}=Me(),s=u.computed(()=>r.mode==="window"&&r.showWindowCloseButton);async function i(){o.startNewSession&&(o.startNewSession(),u.nextTick(()=>{pe.emit("scrollToBottom")}))}async function a(){o.loadPreviousSession&&(await o.loadPreviousSession(),u.nextTick(()=>{pe.emit("scrollToBottom")}))}function l(){pe.emit("close")}return u.onMounted(async()=>{await a(),!r.showWelcomeScreen&&!t.value&&await i()}),(p,f)=>(u.openBlock(),u.createBlock(mc,{class:"chat-wrapper"},{header:u.withCtx(()=>[u.createElementVNode("div",Gi,[u.createElementVNode("h1",null,u.toDisplayString(u.unref(n)("title")),1),s.value?(u.openBlock(),u.createElementBlock("button",{key:0,class:"chat-close-button",title:u.unref(n)("closeButtonTooltip"),onClick:l},[u.createVNode(u.unref(_s),{height:"18",width:"18"})],8,ji)):u.createCommentVNode("",!0)]),u.unref(n)("subtitle")?(u.openBlock(),u.createElementBlock("p",Zi,u.toDisplayString(u.unref(n)("subtitle")),1)):u.createCommentVNode("",!0)]),footer:u.withCtx(()=>[u.unref(t)?(u.openBlock(),u.createBlock(pc,{key:0})):(u.openBlock(),u.createBlock(Ss,{key:1}))]),default:u.withCtx(()=>[!u.unref(t)&&u.unref(r).showWelcomeScreen?(u.openBlock(),u.createBlock(Es,{key:0,"onClick:button":i})):(u.openBlock(),u.createBlock(Hi,{key:1,messages:u.unref(e)},null,8,["messages"]))]),_:1}))}}),Ki={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Wi(c,n){return u.openBlock(),u.createElementBlock("svg",Ki,n[0]||(n[0]=[u.createElementVNode("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 Yi={name:"mdi-chat",render:Wi},Ji={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function Xi(c,n){return u.openBlock(),u.createElementBlock("svg",Ji,n[0]||(n[0]=[u.createElementVNode("path",{fill:"currentColor",d:"M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"},null,-1)]))}const Qi={name:"mdi-chevron-down",render:Xi},ea={class:"chat-window-wrapper"},na={class:"chat-window"},ta=u.defineComponent({__name:"ChatWindow",setup(c){const n=u.ref(!1);function o(){n.value=!n.value,n.value&&u.nextTick(()=>{pe.emit("scrollToBottom")})}return(e,t)=>(u.openBlock(),u.createElementBlock("div",ea,[u.createVNode(u.Transition,{name:"chat-window-transition"},{default:u.withCtx(()=>[u.withDirectives(u.createElementVNode("div",na,[u.createVNode(To)],512),[[u.vShow,n.value]])]),_:1}),u.createElementVNode("div",{class:"chat-window-toggle",onClick:o},[u.createVNode(u.Transition,{name:"chat-window-toggle-transition",mode:"out-in"},{default:u.withCtx(()=>[n.value?(u.openBlock(),u.createBlock(u.unref(Qi),{key:1,height:"32",width:"32"})):(u.openBlock(),u.createBlock(u.unref(Yi),{key:0,height:"32",width:"32"}))]),_:1})])]))}}),ra=u.defineComponent({__name:"App",props:{},setup(c){const{options:n}=Me(),o=u.computed(()=>n.mode==="fullscreen");return u.onMounted(()=>{Ee.registerLanguage("xml",$t),Ee.registerLanguage("javascript",Ut)}),(e,t)=>o.value?(u.openBlock(),u.createBlock(u.unref(To),{key:0,class:"n8n-chat"})):(u.openBlock(),u.createBlock(u.unref(ta),{key:1,class:"n8n-chat"}))}});function oa(c){var t,r;const n={...Le,...c,webhookConfig:{...Le.webhookConfig,...c==null?void 0:c.webhookConfig},i18n:{...Le.i18n,...c==null?void 0:c.i18n,en:{...(t=Le.i18n)==null?void 0:t.en,...(r=c==null?void 0:c.i18n)==null?void 0:r.en}},theme:{...Le.theme,...c==null?void 0:c.theme}},o=n.target??Zo;typeof o=="string"&&rs(o);const e=u.createApp(ra);return e.use(os,n),e.mount(o),e}Ae.createChat=oa,Object.defineProperty(Ae,Symbol.toStringTag,{value:"Module"})});
|
|
32
|
+
`},r.text=function(s,i){return o(s[i].content)},r.html_block=function(s,i){return s[i].content},r.html_inline=function(s,i){return s[i].content};function a(){this.rules=e({},r)}return a.prototype.renderAttrs=function(i){var c,l,d;if(!i.attrs)return"";for(d="",c=0,l=i.attrs.length;c<l;c++)d+=" "+o(i.attrs[c][0])+'="'+o(i.attrs[c][1])+'"';return d},a.prototype.renderToken=function(i,c,l){var d,f="",u=!1,g=i[c];return g.hidden?"":(g.block&&g.nesting!==-1&&c&&i[c-1].hidden&&(f+=`
|
|
33
|
+
`),f+=(g.nesting===-1?"</":"<")+g.tag,f+=this.renderAttrs(g),g.nesting===0&&l.xhtmlOut&&(f+=" /"),g.block&&(u=!0,g.nesting===1&&c+1<i.length&&(d=i[c+1],(d.type==="inline"||d.hidden||d.nesting===-1&&d.tag===g.tag)&&(u=!1))),f+=u?`>
|
|
34
|
+
`:">",f)},a.prototype.renderInline=function(s,i,c){for(var l,d="",f=this.rules,u=0,g=s.length;u<g;u++)l=s[u].type,typeof f[l]<"u"?d+=f[l](s,u,i,c,this):d+=this.renderToken(s,u,i);return d},a.prototype.renderInlineAsText=function(s,i,c){for(var l="",d=0,f=s.length;d<f;d++)s[d].type==="text"?l+=s[d].content:s[d].type==="image"?l+=this.renderInlineAsText(s[d].children,i,c):s[d].type==="softbreak"&&(l+=`
|
|
35
|
+
`);return l},a.prototype.render=function(s,i,c){var l,d,f,u="",g=this.rules;for(l=0,d=s.length;l<d;l++)f=s[l].type,f==="inline"?u+=this.renderInline(s[l].children,i,c):typeof g[f]<"u"?u+=g[f](s,l,i,c,this):u+=this.renderToken(s,l,i,c);return u},ga=a,ga}var _a,zh;function ba(){if(zh)return _a;zh=1;function e(){this.__rules__=[],this.__cache__=null}return e.prototype.__find__=function(t){for(var o=0;o<this.__rules__.length;o++)if(this.__rules__[o].name===t)return o;return-1},e.prototype.__compile__=function(){var t=this,o=[""];t.__rules__.forEach(function(r){r.enabled&&r.alt.forEach(function(a){o.indexOf(a)<0&&o.push(a)})}),t.__cache__={},o.forEach(function(r){t.__cache__[r]=[],t.__rules__.forEach(function(a){a.enabled&&(r&&a.alt.indexOf(r)<0||t.__cache__[r].push(a.fn))})})},e.prototype.at=function(t,o,r){var a=this.__find__(t),s=r||{};if(a===-1)throw new Error("Parser rule not found: "+t);this.__rules__[a].fn=o,this.__rules__[a].alt=s.alt||[],this.__cache__=null},e.prototype.before=function(t,o,r,a){var s=this.__find__(t),i=a||{};if(s===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(s,0,{name:o,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},e.prototype.after=function(t,o,r,a){var s=this.__find__(t),i=a||{};if(s===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(s+1,0,{name:o,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},e.prototype.push=function(t,o,r){var a=r||{};this.__rules__.push({name:t,enabled:!0,fn:o,alt:a.alt||[]}),this.__cache__=null},e.prototype.enable=function(t,o){Array.isArray(t)||(t=[t]);var r=[];return t.forEach(function(a){var s=this.__find__(a);if(s<0){if(o)return;throw new Error("Rules manager: invalid rule name "+a)}this.__rules__[s].enabled=!0,r.push(a)},this),this.__cache__=null,r},e.prototype.enableOnly=function(t,o){Array.isArray(t)||(t=[t]),this.__rules__.forEach(function(r){r.enabled=!1}),this.enable(t,o)},e.prototype.disable=function(t,o){Array.isArray(t)||(t=[t]);var r=[];return t.forEach(function(a){var s=this.__find__(a);if(s<0){if(o)return;throw new Error("Rules manager: invalid rule name "+a)}this.__rules__[s].enabled=!1,r.push(a)},this),this.__cache__=null,r},e.prototype.getRules=function(t){return this.__cache__===null&&this.__compile__(),this.__cache__[t]||[]},_a=e,_a}var ka,qh;function T$(){if(qh)return ka;qh=1;var e=/\r\n?|\n/g,t=/\0/g;return ka=function(r){var a;a=r.src.replace(e,`
|
|
36
|
+
`),a=a.replace(t,"�"),r.src=a},ka}var wa,Dh;function M$(){return Dh||(Dh=1,wa=function(t){var o;t.inlineMode?(o=new t.Token("inline","",0),o.content=t.src,o.map=[0,1],o.children=[],t.tokens.push(o)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}),wa}var ya,Ph;function I$(){return Ph||(Ph=1,ya=function(t){var o=t.tokens,r,a,s;for(a=0,s=o.length;a<s;a++)r=o[a],r.type==="inline"&&t.md.inline.parse(r.content,t.md,t.env,r.children)}),ya}var Ca,Fh;function L$(){if(Fh)return Ca;Fh=1;var e=he().arrayReplaceAt;function t(r){return/^<a[>\s]/i.test(r)}function o(r){return/^<\/a\s*>/i.test(r)}return Ca=function(a){var s,i,c,l,d,f,u,g,p,_,m,b,h,k,w,y,x=a.tokens,E;if(a.md.options.linkify){for(i=0,c=x.length;i<c;i++)if(!(x[i].type!=="inline"||!a.md.linkify.pretest(x[i].content)))for(l=x[i].children,h=0,s=l.length-1;s>=0;s--){if(f=l[s],f.type==="link_close"){for(s--;l[s].level!==f.level&&l[s].type!=="link_open";)s--;continue}if(f.type==="html_inline"&&(t(f.content)&&h>0&&h--,o(f.content)&&h++),!(h>0)&&f.type==="text"&&a.md.linkify.test(f.content)){for(p=f.content,E=a.md.linkify.match(p),u=[],b=f.level,m=0,E.length>0&&E[0].index===0&&s>0&&l[s-1].type==="text_special"&&(E=E.slice(1)),g=0;g<E.length;g++)k=E[g].url,w=a.md.normalizeLink(k),a.md.validateLink(w)&&(y=E[g].text,E[g].schema?E[g].schema==="mailto:"&&!/^mailto:/i.test(y)?y=a.md.normalizeLinkText("mailto:"+y).replace(/^mailto:/,""):y=a.md.normalizeLinkText(y):y=a.md.normalizeLinkText("http://"+y).replace(/^http:\/\//,""),_=E[g].index,_>m&&(d=new a.Token("text","",0),d.content=p.slice(m,_),d.level=b,u.push(d)),d=new a.Token("link_open","a",1),d.attrs=[["href",w]],d.level=b++,d.markup="linkify",d.info="auto",u.push(d),d=new a.Token("text","",0),d.content=y,d.level=b,u.push(d),d=new a.Token("link_close","a",-1),d.level=--b,d.markup="linkify",d.info="auto",u.push(d),m=E[g].lastIndex);m<p.length&&(d=new a.Token("text","",0),d.content=p.slice(m),d.level=b,u.push(d)),x[i].children=l=e(l,s,u)}}}},Ca}var Ea,jh;function R$(){if(jh)return Ea;jh=1;var e=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,t=/\((c|tm|r)\)/i,o=/\((c|tm|r)\)/ig,r={c:"©",r:"®",tm:"™"};function a(c,l){return r[l.toLowerCase()]}function s(c){var l,d,f=0;for(l=c.length-1;l>=0;l--)d=c[l],d.type==="text"&&!f&&(d.content=d.content.replace(o,a)),d.type==="link_open"&&d.info==="auto"&&f--,d.type==="link_close"&&d.info==="auto"&&f++}function i(c){var l,d,f=0;for(l=c.length-1;l>=0;l--)d=c[l],d.type==="text"&&!f&&e.test(d.content)&&(d.content=d.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–")),d.type==="link_open"&&d.info==="auto"&&f--,d.type==="link_close"&&d.info==="auto"&&f++}return Ea=function(l){var d;if(l.md.options.typographer)for(d=l.tokens.length-1;d>=0;d--)l.tokens[d].type==="inline"&&(t.test(l.tokens[d].content)&&s(l.tokens[d].children),e.test(l.tokens[d].content)&&i(l.tokens[d].children))},Ea}var xa,Hh;function O$(){if(Hh)return xa;Hh=1;var e=he().isWhiteSpace,t=he().isPunctChar,o=he().isMdAsciiPunct,r=/['"]/,a=/['"]/g,s="’";function i(l,d,f){return l.slice(0,d)+f+l.slice(d+1)}function c(l,d){var f,u,g,p,_,m,b,h,k,w,y,x,E,v,S,N,$,M,V,G,T;for(V=[],f=0;f<l.length;f++){for(u=l[f],b=l[f].level,$=V.length-1;$>=0&&!(V[$].level<=b);$--);if(V.length=$+1,u.type==="text"){g=u.content,_=0,m=g.length;e:for(;_<m&&(a.lastIndex=_,p=a.exec(g),!!p);){if(S=N=!0,_=p.index+1,M=p[0]==="'",k=32,p.index-1>=0)k=g.charCodeAt(p.index-1);else for($=f-1;$>=0&&!(l[$].type==="softbreak"||l[$].type==="hardbreak");$--)if(l[$].content){k=l[$].content.charCodeAt(l[$].content.length-1);break}if(w=32,_<m)w=g.charCodeAt(_);else for($=f+1;$<l.length&&!(l[$].type==="softbreak"||l[$].type==="hardbreak");$++)if(l[$].content){w=l[$].content.charCodeAt(0);break}if(y=o(k)||t(String.fromCharCode(k)),x=o(w)||t(String.fromCharCode(w)),E=e(k),v=e(w),v?S=!1:x&&(E||y||(S=!1)),E?N=!1:y&&(v||x||(N=!1)),w===34&&p[0]==='"'&&k>=48&&k<=57&&(N=S=!1),S&&N&&(S=y,N=x),!S&&!N){M&&(u.content=i(u.content,p.index,s));continue}if(N){for($=V.length-1;$>=0&&(h=V[$],!(V[$].level<b));$--)if(h.single===M&&V[$].level===b){h=V[$],M?(G=d.md.options.quotes[2],T=d.md.options.quotes[3]):(G=d.md.options.quotes[0],T=d.md.options.quotes[1]),u.content=i(u.content,p.index,T),l[h.token].content=i(l[h.token].content,h.pos,G),_+=T.length-1,h.token===f&&(_+=G.length-1),g=u.content,m=g.length,V.length=$;continue e}}S?V.push({token:f,pos:p.index,single:M,level:b}):N&&M&&(u.content=i(u.content,p.index,s))}}}}return xa=function(d){var f;if(d.md.options.typographer)for(f=d.tokens.length-1;f>=0;f--)d.tokens[f].type!=="inline"||!r.test(d.tokens[f].content)||c(d.tokens[f].children,d)},xa}var va,Uh;function V$(){return Uh||(Uh=1,va=function(t){var o,r,a,s,i,c,l=t.tokens;for(o=0,r=l.length;o<r;o++)if(l[o].type==="inline"){for(a=l[o].children,i=a.length,s=0;s<i;s++)a[s].type==="text_special"&&(a[s].type="text");for(s=c=0;s<i;s++)a[s].type==="text"&&s+1<i&&a[s+1].type==="text"?a[s+1].content=a[s].content+a[s+1].content:(s!==c&&(a[c]=a[s]),c++);s!==c&&(a.length=c)}}),va}var Sa,Gh;function Ba(){if(Gh)return Sa;Gh=1;function e(t,o,r){this.type=t,this.tag=o,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(o){var r,a,s;if(!this.attrs)return-1;for(r=this.attrs,a=0,s=r.length;a<s;a++)if(r[a][0]===o)return a;return-1},e.prototype.attrPush=function(o){this.attrs?this.attrs.push(o):this.attrs=[o]},e.prototype.attrSet=function(o,r){var a=this.attrIndex(o),s=[o,r];a<0?this.attrPush(s):this.attrs[a]=s},e.prototype.attrGet=function(o){var r=this.attrIndex(o),a=null;return r>=0&&(a=this.attrs[r][1]),a},e.prototype.attrJoin=function(o,r){var a=this.attrIndex(o);a<0?this.attrPush([o,r]):this.attrs[a][1]=this.attrs[a][1]+" "+r},Sa=e,Sa}var Aa,Zh;function z$(){if(Zh)return Aa;Zh=1;var e=Ba();function t(o,r,a){this.src=o,this.env=a,this.tokens=[],this.inlineMode=!1,this.md=r}return t.prototype.Token=e,Aa=t,Aa}var Na,Wh;function q$(){if(Wh)return Na;Wh=1;var e=ba(),t=[["normalize",T$()],["block",M$()],["inline",I$()],["linkify",L$()],["replacements",R$()],["smartquotes",O$()],["text_join",V$()]];function o(){this.ruler=new e;for(var r=0;r<t.length;r++)this.ruler.push(t[r][0],t[r][1])}return o.prototype.process=function(r){var a,s,i;for(i=this.ruler.getRules(""),a=0,s=i.length;a<s;a++)i[a](r)},o.prototype.State=z$(),Na=o,Na}var $a,Kh;function D$(){if(Kh)return $a;Kh=1;var e=he().isSpace;function t(r,a){var s=r.bMarks[a]+r.tShift[a],i=r.eMarks[a];return r.src.slice(s,i)}function o(r){var a=[],s=0,i=r.length,c,l=!1,d=0,f="";for(c=r.charCodeAt(s);s<i;)c===124&&(l?(f+=r.substring(d,s-1),d=s):(a.push(f+r.substring(d,s)),f="",d=s+1)),l=c===92,s++,c=r.charCodeAt(s);return a.push(f+r.substring(d)),a}return $a=function(a,s,i,c){var l,d,f,u,g,p,_,m,b,h,k,w,y,x,E,v,S,N;if(s+2>i||(p=s+1,a.sCount[p]<a.blkIndent)||a.sCount[p]-a.blkIndent>=4||(f=a.bMarks[p]+a.tShift[p],f>=a.eMarks[p])||(S=a.src.charCodeAt(f++),S!==124&&S!==45&&S!==58)||f>=a.eMarks[p]||(N=a.src.charCodeAt(f++),N!==124&&N!==45&&N!==58&&!e(N))||S===45&&e(N))return!1;for(;f<a.eMarks[p];){if(l=a.src.charCodeAt(f),l!==124&&l!==45&&l!==58&&!e(l))return!1;f++}for(d=t(a,s+1),_=d.split("|"),h=[],u=0;u<_.length;u++){if(k=_[u].trim(),!k){if(u===0||u===_.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(d=t(a,s).trim(),d.indexOf("|")===-1||a.sCount[s]-a.blkIndent>=4||(_=o(d),_.length&&_[0]===""&&_.shift(),_.length&&_[_.length-1]===""&&_.pop(),m=_.length,m===0||m!==h.length))return!1;if(c)return!0;for(x=a.parentType,a.parentType="table",v=a.md.block.ruler.getRules("blockquote"),b=a.push("table_open","table",1),b.map=w=[s,0],b=a.push("thead_open","thead",1),b.map=[s,s+1],b=a.push("tr_open","tr",1),b.map=[s,s+1],u=0;u<_.length;u++)b=a.push("th_open","th",1),h[u]&&(b.attrs=[["style","text-align:"+h[u]]]),b=a.push("inline","",0),b.content=_[u].trim(),b.children=[],b=a.push("th_close","th",-1);for(b=a.push("tr_close","tr",-1),b=a.push("thead_close","thead",-1),p=s+2;p<i&&!(a.sCount[p]<a.blkIndent);p++){for(E=!1,u=0,g=v.length;u<g;u++)if(v[u](a,p,i,!0)){E=!0;break}if(E||(d=t(a,p).trim(),!d)||a.sCount[p]-a.blkIndent>=4)break;for(_=o(d),_.length&&_[0]===""&&_.shift(),_.length&&_[_.length-1]===""&&_.pop(),p===s+2&&(b=a.push("tbody_open","tbody",1),b.map=y=[s+2,0]),b=a.push("tr_open","tr",1),b.map=[p,p+1],u=0;u<m;u++)b=a.push("td_open","td",1),h[u]&&(b.attrs=[["style","text-align:"+h[u]]]),b=a.push("inline","",0),b.content=_[u]?_[u].trim():"",b.children=[],b=a.push("td_close","td",-1);b=a.push("tr_close","tr",-1)}return y&&(b=a.push("tbody_close","tbody",-1),y[1]=p),b=a.push("table_close","table",-1),w[1]=p,a.parentType=x,a.line=p,!0},$a}var Ta,Xh;function P$(){return Xh||(Xh=1,Ta=function(t,o,r){var a,s,i;if(t.sCount[o]-t.blkIndent<4)return!1;for(s=a=o+1;a<r;){if(t.isEmpty(a)){a++;continue}if(t.sCount[a]-t.blkIndent>=4){a++,s=a;continue}break}return t.line=s,i=t.push("code_block","code",0),i.content=t.getLines(o,s,4+t.blkIndent,!1)+`
|
|
37
|
+
`,i.map=[o,t.line],!0}),Ta}var Ma,Yh;function F$(){return Yh||(Yh=1,Ma=function(t,o,r,a){var s,i,c,l,d,f,u,g=!1,p=t.bMarks[o]+t.tShift[o],_=t.eMarks[o];if(t.sCount[o]-t.blkIndent>=4||p+3>_||(s=t.src.charCodeAt(p),s!==126&&s!==96)||(d=p,p=t.skipChars(p,s),i=p-d,i<3)||(u=t.src.slice(d,p),c=t.src.slice(p,_),s===96&&c.indexOf(String.fromCharCode(s))>=0))return!1;if(a)return!0;for(l=o;l++,!(l>=r||(p=d=t.bMarks[l]+t.tShift[l],_=t.eMarks[l],p<_&&t.sCount[l]<t.blkIndent));)if(t.src.charCodeAt(p)===s&&!(t.sCount[l]-t.blkIndent>=4)&&(p=t.skipChars(p,s),!(p-d<i)&&(p=t.skipSpaces(p),!(p<_)))){g=!0;break}return i=t.sCount[o],t.line=l+(g?1:0),f=t.push("fence","code",0),f.info=c,f.content=t.getLines(o+1,l,i,!0),f.markup=u,f.map=[o,t.line],!0}),Ma}var Ia,Jh;function j$(){if(Jh)return Ia;Jh=1;var e=he().isSpace;return Ia=function(o,r,a,s){var i,c,l,d,f,u,g,p,_,m,b,h,k,w,y,x,E,v,S,N,$=o.lineMax,M=o.bMarks[r]+o.tShift[r],V=o.eMarks[r];if(o.sCount[r]-o.blkIndent>=4||o.src.charCodeAt(M)!==62)return!1;if(s)return!0;for(m=[],b=[],w=[],y=[],v=o.md.block.ruler.getRules("blockquote"),k=o.parentType,o.parentType="blockquote",p=r;p<a&&(N=o.sCount[p]<o.blkIndent,M=o.bMarks[p]+o.tShift[p],V=o.eMarks[p],!(M>=V));p++){if(o.src.charCodeAt(M++)===62&&!N){for(d=o.sCount[p]+1,o.src.charCodeAt(M)===32?(M++,d++,i=!1,x=!0):o.src.charCodeAt(M)===9?(x=!0,(o.bsCount[p]+d)%4===3?(M++,d++,i=!1):i=!0):x=!1,_=d,m.push(o.bMarks[p]),o.bMarks[p]=M;M<V&&(c=o.src.charCodeAt(M),e(c));){c===9?_+=4-(_+o.bsCount[p]+(i?1:0))%4:_++;M++}u=M>=V,b.push(o.bsCount[p]),o.bsCount[p]=o.sCount[p]+1+(x?1:0),w.push(o.sCount[p]),o.sCount[p]=_-d,y.push(o.tShift[p]),o.tShift[p]=M-o.bMarks[p];continue}if(u)break;for(E=!1,l=0,f=v.length;l<f;l++)if(v[l](o,p,a,!0)){E=!0;break}if(E){o.lineMax=p,o.blkIndent!==0&&(m.push(o.bMarks[p]),b.push(o.bsCount[p]),y.push(o.tShift[p]),w.push(o.sCount[p]),o.sCount[p]-=o.blkIndent);break}m.push(o.bMarks[p]),b.push(o.bsCount[p]),y.push(o.tShift[p]),w.push(o.sCount[p]),o.sCount[p]=-1}for(h=o.blkIndent,o.blkIndent=0,S=o.push("blockquote_open","blockquote",1),S.markup=">",S.map=g=[r,0],o.md.block.tokenize(o,r,p),S=o.push("blockquote_close","blockquote",-1),S.markup=">",o.lineMax=$,o.parentType=k,g[1]=o.line,l=0;l<y.length;l++)o.bMarks[l+r]=m[l],o.tShift[l+r]=y[l],o.sCount[l+r]=w[l],o.bsCount[l+r]=b[l];return o.blkIndent=h,!0},Ia}var La,Qh;function H$(){if(Qh)return La;Qh=1;var e=he().isSpace;return La=function(o,r,a,s){var i,c,l,d,f=o.bMarks[r]+o.tShift[r],u=o.eMarks[r];if(o.sCount[r]-o.blkIndent>=4||(i=o.src.charCodeAt(f++),i!==42&&i!==45&&i!==95))return!1;for(c=1;f<u;){if(l=o.src.charCodeAt(f++),l!==i&&!e(l))return!1;l===i&&c++}return c<3?!1:(s||(o.line=r+1,d=o.push("hr","hr",0),d.map=[r,o.line],d.markup=Array(c+1).join(String.fromCharCode(i))),!0)},La}var Ra,em;function U$(){if(em)return Ra;em=1;var e=he().isSpace;function t(a,s){var i,c,l,d;return c=a.bMarks[s]+a.tShift[s],l=a.eMarks[s],i=a.src.charCodeAt(c++),i!==42&&i!==45&&i!==43||c<l&&(d=a.src.charCodeAt(c),!e(d))?-1:c}function o(a,s){var i,c=a.bMarks[s]+a.tShift[s],l=c,d=a.eMarks[s];if(l+1>=d||(i=a.src.charCodeAt(l++),i<48||i>57))return-1;for(;;){if(l>=d)return-1;if(i=a.src.charCodeAt(l++),i>=48&&i<=57){if(l-c>=10)return-1;continue}if(i===41||i===46)break;return-1}return l<d&&(i=a.src.charCodeAt(l),!e(i))?-1:l}function r(a,s){var i,c,l=a.level+2;for(i=s+2,c=a.tokens.length-2;i<c;i++)a.tokens[i].level===l&&a.tokens[i].type==="paragraph_open"&&(a.tokens[i+2].hidden=!0,a.tokens[i].hidden=!0,i+=2)}return Ra=function(s,i,c,l){var d,f,u,g,p,_,m,b,h,k,w,y,x,E,v,S,N,$,M,V,G,T,z,I,L,O,q,D=i,ee=!1,Y=!0;if(s.sCount[D]-s.blkIndent>=4||s.listIndent>=0&&s.sCount[D]-s.listIndent>=4&&s.sCount[D]<s.blkIndent)return!1;if(l&&s.parentType==="paragraph"&&s.sCount[D]>=s.blkIndent&&(ee=!0),(T=o(s,D))>=0){if(m=!0,I=s.bMarks[D]+s.tShift[D],x=Number(s.src.slice(I,T-1)),ee&&x!==1)return!1}else if((T=t(s,D))>=0)m=!1;else return!1;if(ee&&s.skipSpaces(T)>=s.eMarks[D])return!1;if(l)return!0;for(y=s.src.charCodeAt(T-1),w=s.tokens.length,m?(q=s.push("ordered_list_open","ol",1),x!==1&&(q.attrs=[["start",x]])):q=s.push("bullet_list_open","ul",1),q.map=k=[D,0],q.markup=String.fromCharCode(y),z=!1,O=s.md.block.ruler.getRules("list"),N=s.parentType,s.parentType="list";D<c;){for(G=T,E=s.eMarks[D],_=v=s.sCount[D]+T-(s.bMarks[D]+s.tShift[D]);G<E;){if(d=s.src.charCodeAt(G),d===9)v+=4-(v+s.bsCount[D])%4;else if(d===32)v++;else break;G++}if(f=G,f>=E?p=1:p=v-_,p>4&&(p=1),g=_+p,q=s.push("list_item_open","li",1),q.markup=String.fromCharCode(y),q.map=b=[D,0],m&&(q.info=s.src.slice(I,T-1)),V=s.tight,M=s.tShift[D],$=s.sCount[D],S=s.listIndent,s.listIndent=s.blkIndent,s.blkIndent=g,s.tight=!0,s.tShift[D]=f-s.bMarks[D],s.sCount[D]=v,f>=E&&s.isEmpty(D+1)?s.line=Math.min(s.line+2,c):s.md.block.tokenize(s,D,c,!0),(!s.tight||z)&&(Y=!1),z=s.line-D>1&&s.isEmpty(s.line-1),s.blkIndent=s.listIndent,s.listIndent=S,s.tShift[D]=M,s.sCount[D]=$,s.tight=V,q=s.push("list_item_close","li",-1),q.markup=String.fromCharCode(y),D=s.line,b[1]=D,D>=c||s.sCount[D]<s.blkIndent||s.sCount[D]-s.blkIndent>=4)break;for(L=!1,u=0,h=O.length;u<h;u++)if(O[u](s,D,c,!0)){L=!0;break}if(L)break;if(m){if(T=o(s,D),T<0)break;I=s.bMarks[D]+s.tShift[D]}else if(T=t(s,D),T<0)break;if(y!==s.src.charCodeAt(T-1))break}return m?q=s.push("ordered_list_close","ol",-1):q=s.push("bullet_list_close","ul",-1),q.markup=String.fromCharCode(y),k[1]=D,s.line=D,s.parentType=N,Y&&r(s,w),!0},Ra}var Oa,tm;function G$(){if(tm)return Oa;tm=1;var e=he().normalizeReference,t=he().isSpace;return Oa=function(r,a,s,i){var c,l,d,f,u,g,p,_,m,b,h,k,w,y,x,E,v=0,S=r.bMarks[a]+r.tShift[a],N=r.eMarks[a],$=a+1;if(r.sCount[a]-r.blkIndent>=4||r.src.charCodeAt(S)!==91)return!1;for(;++S<N;)if(r.src.charCodeAt(S)===93&&r.src.charCodeAt(S-1)!==92){if(S+1===N||r.src.charCodeAt(S+1)!==58)return!1;break}for(f=r.lineMax,x=r.md.block.ruler.getRules("reference"),b=r.parentType,r.parentType="reference";$<f&&!r.isEmpty($);$++)if(!(r.sCount[$]-r.blkIndent>3)&&!(r.sCount[$]<0)){for(y=!1,g=0,p=x.length;g<p;g++)if(x[g](r,$,f,!0)){y=!0;break}if(y)break}for(w=r.getLines(a,$,r.blkIndent,!1).trim(),N=w.length,S=1;S<N;S++){if(c=w.charCodeAt(S),c===91)return!1;if(c===93){m=S;break}else c===10?v++:c===92&&(S++,S<N&&w.charCodeAt(S)===10&&v++)}if(m<0||w.charCodeAt(m+1)!==58)return!1;for(S=m+2;S<N;S++)if(c=w.charCodeAt(S),c===10)v++;else if(!t(c))break;if(h=r.md.helpers.parseLinkDestination(w,S,N),!h.ok||(u=r.md.normalizeLink(h.str),!r.md.validateLink(u)))return!1;for(S=h.pos,v+=h.lines,l=S,d=v,k=S;S<N;S++)if(c=w.charCodeAt(S),c===10)v++;else if(!t(c))break;for(h=r.md.helpers.parseLinkTitle(w,S,N),S<N&&k!==S&&h.ok?(E=h.str,S=h.pos,v+=h.lines):(E="",S=l,v=d);S<N&&(c=w.charCodeAt(S),!!t(c));)S++;if(S<N&&w.charCodeAt(S)!==10&&E)for(E="",S=l,v=d;S<N&&(c=w.charCodeAt(S),!!t(c));)S++;return S<N&&w.charCodeAt(S)!==10||(_=e(w.slice(1,m)),!_)?!1:(i||(typeof r.env.references>"u"&&(r.env.references={}),typeof r.env.references[_]>"u"&&(r.env.references[_]={title:E,href:u}),r.parentType=b,r.line=a+v+1),!0)},Oa}var Va,nm;function Z$(){return nm||(nm=1,Va=["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"]),Va}var _r={},om;function rm(){if(om)return _r;om=1;var e="[a-zA-Z_:][a-zA-Z0-9:._-]*",t="[^\"'=<>`\\x00-\\x20]+",o="'[^']*'",r='"[^"]*"',a="(?:"+t+"|"+o+"|"+r+")",s="(?:\\s+"+e+"(?:\\s*=\\s*"+a+")?)",i="<[A-Za-z][A-Za-z0-9\\-]*"+s+"*\\s*\\/?>",c="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",l="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",d="<[?][\\s\\S]*?[?]>",f="<![A-Z]+\\s+[^>]*>",u="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",g=new RegExp("^(?:"+i+"|"+c+"|"+l+"|"+d+"|"+f+"|"+u+")"),p=new RegExp("^(?:"+i+"|"+c+")");return _r.HTML_TAG_RE=g,_r.HTML_OPEN_CLOSE_TAG_RE=p,_r}var za,sm;function W$(){if(sm)return za;sm=1;var e=Z$(),t=rm().HTML_OPEN_CLOSE_TAG_RE,o=[[/^<(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 za=function(a,s,i,c){var l,d,f,u,g=a.bMarks[s]+a.tShift[s],p=a.eMarks[s];if(a.sCount[s]-a.blkIndent>=4||!a.md.options.html||a.src.charCodeAt(g)!==60)return!1;for(u=a.src.slice(g,p),l=0;l<o.length&&!o[l][0].test(u);l++);if(l===o.length)return!1;if(c)return o[l][2];if(d=s+1,!o[l][1].test(u)){for(;d<i&&!(a.sCount[d]<a.blkIndent);d++)if(g=a.bMarks[d]+a.tShift[d],p=a.eMarks[d],u=a.src.slice(g,p),o[l][1].test(u)){u.length!==0&&d++;break}}return a.line=d,f=a.push("html_block","",0),f.map=[s,d],f.content=a.getLines(s,d,a.blkIndent,!0),!0},za}var qa,am;function K$(){if(am)return qa;am=1;var e=he().isSpace;return qa=function(o,r,a,s){var i,c,l,d,f=o.bMarks[r]+o.tShift[r],u=o.eMarks[r];if(o.sCount[r]-o.blkIndent>=4||(i=o.src.charCodeAt(f),i!==35||f>=u))return!1;for(c=1,i=o.src.charCodeAt(++f);i===35&&f<u&&c<=6;)c++,i=o.src.charCodeAt(++f);return c>6||f<u&&!e(i)?!1:(s||(u=o.skipSpacesBack(u,f),l=o.skipCharsBack(u,35,f),l>f&&e(o.src.charCodeAt(l-1))&&(u=l),o.line=r+1,d=o.push("heading_open","h"+String(c),1),d.markup="########".slice(0,c),d.map=[r,o.line],d=o.push("inline","",0),d.content=o.src.slice(f,u).trim(),d.map=[r,o.line],d.children=[],d=o.push("heading_close","h"+String(c),-1),d.markup="########".slice(0,c)),!0)},qa}var Da,im;function X$(){return im||(im=1,Da=function(t,o,r){var a,s,i,c,l,d,f,u,g,p=o+1,_,m=t.md.block.ruler.getRules("paragraph");if(t.sCount[o]-t.blkIndent>=4)return!1;for(_=t.parentType,t.parentType="paragraph";p<r&&!t.isEmpty(p);p++)if(!(t.sCount[p]-t.blkIndent>3)){if(t.sCount[p]>=t.blkIndent&&(d=t.bMarks[p]+t.tShift[p],f=t.eMarks[p],d<f&&(g=t.src.charCodeAt(d),(g===45||g===61)&&(d=t.skipChars(d,g),d=t.skipSpaces(d),d>=f)))){u=g===61?1:2;break}if(!(t.sCount[p]<0)){for(s=!1,i=0,c=m.length;i<c;i++)if(m[i](t,p,r,!0)){s=!0;break}if(s)break}}return u?(a=t.getLines(o,p,t.blkIndent,!1).trim(),t.line=p+1,l=t.push("heading_open","h"+String(u),1),l.markup=String.fromCharCode(g),l.map=[o,t.line],l=t.push("inline","",0),l.content=a,l.map=[o,t.line-1],l.children=[],l=t.push("heading_close","h"+String(u),-1),l.markup=String.fromCharCode(g),t.parentType=_,!0):!1}),Da}var Pa,cm;function Y$(){return cm||(cm=1,Pa=function(t,o,r){var a,s,i,c,l,d,f=o+1,u=t.md.block.ruler.getRules("paragraph");for(d=t.parentType,t.parentType="paragraph";f<r&&!t.isEmpty(f);f++)if(!(t.sCount[f]-t.blkIndent>3)&&!(t.sCount[f]<0)){for(s=!1,i=0,c=u.length;i<c;i++)if(u[i](t,f,r,!0)){s=!0;break}if(s)break}return a=t.getLines(o,f,t.blkIndent,!1).trim(),t.line=f,l=t.push("paragraph_open","p",1),l.map=[o,t.line],l=t.push("inline","",0),l.content=a,l.map=[o,t.line],l.children=[],l=t.push("paragraph_close","p",-1),t.parentType=d,!0}),Pa}var Fa,lm;function J$(){if(lm)return Fa;lm=1;var e=Ba(),t=he().isSpace;function o(r,a,s,i){var c,l,d,f,u,g,p,_;for(this.src=r,this.md=a,this.env=s,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,_=!1,d=f=g=p=0,u=l.length;f<u;f++){if(c=l.charCodeAt(f),!_)if(t(c)){g++,c===9?p+=4-p%4:p++;continue}else _=!0;(c===10||f===u-1)&&(c!==10&&f++,this.bMarks.push(d),this.eMarks.push(f),this.tShift.push(g),this.sCount.push(p),this.bsCount.push(0),_=!1,g=0,p=0,d=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 o.prototype.push=function(r,a,s){var i=new e(r,a,s);return i.block=!0,s<0&&this.level--,i.level=this.level,s>0&&this.level++,this.tokens.push(i),i},o.prototype.isEmpty=function(a){return this.bMarks[a]+this.tShift[a]>=this.eMarks[a]},o.prototype.skipEmptyLines=function(a){for(var s=this.lineMax;a<s&&!(this.bMarks[a]+this.tShift[a]<this.eMarks[a]);a++);return a},o.prototype.skipSpaces=function(a){for(var s,i=this.src.length;a<i&&(s=this.src.charCodeAt(a),!!t(s));a++);return a},o.prototype.skipSpacesBack=function(a,s){if(a<=s)return a;for(;a>s;)if(!t(this.src.charCodeAt(--a)))return a+1;return a},o.prototype.skipChars=function(a,s){for(var i=this.src.length;a<i&&this.src.charCodeAt(a)===s;a++);return a},o.prototype.skipCharsBack=function(a,s,i){if(a<=i)return a;for(;a>i;)if(s!==this.src.charCodeAt(--a))return a+1;return a},o.prototype.getLines=function(a,s,i,c){var l,d,f,u,g,p,_,m=a;if(a>=s)return"";for(p=new Array(s-a),l=0;m<s;m++,l++){for(d=0,_=u=this.bMarks[m],m+1<s||c?g=this.eMarks[m]+1:g=this.eMarks[m];u<g&&d<i;){if(f=this.src.charCodeAt(u),t(f))f===9?d+=4-(d+this.bsCount[m])%4:d++;else if(u-_<this.tShift[m])d++;else break;u++}d>i?p[l]=new Array(d-i+1).join(" ")+this.src.slice(u,g):p[l]=this.src.slice(u,g)}return p.join("")},o.prototype.Token=e,Fa=o,Fa}var ja,um;function Q$(){if(um)return ja;um=1;var e=ba(),t=[["table",D$(),["paragraph","reference"]],["code",P$()],["fence",F$(),["paragraph","reference","blockquote","list"]],["blockquote",j$(),["paragraph","reference","blockquote","list"]],["hr",H$(),["paragraph","reference","blockquote","list"]],["list",U$(),["paragraph","reference","blockquote"]],["reference",G$()],["html_block",W$(),["paragraph","reference","blockquote"]],["heading",K$(),["paragraph","reference","blockquote"]],["lheading",X$()],["paragraph",Y$()]];function o(){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 o.prototype.tokenize=function(r,a,s){for(var i,c,l,d=this.ruler.getRules(""),f=d.length,u=a,g=!1,p=r.md.options.maxNesting;u<s&&(r.line=u=r.skipEmptyLines(u),!(u>=s||r.sCount[u]<r.blkIndent));){if(r.level>=p){r.line=s;break}for(l=r.line,c=0;c<f;c++)if(i=d[c](r,u,s,!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=!g,r.isEmpty(r.line-1)&&(g=!0),u=r.line,u<s&&r.isEmpty(u)&&(g=!0,u++,r.line=u)}},o.prototype.parse=function(r,a,s,i){var c;r&&(c=new this.State(r,a,s,i),this.tokenize(c,c.line,c.lineMax))},o.prototype.State=J$(),ja=o,ja}var Ha,dm;function eT(){if(dm)return Ha;dm=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 Ha=function(o,r){for(var a=o.pos;a<o.posMax&&!e(o.src.charCodeAt(a));)a++;return a===o.pos?!1:(r||(o.pending+=o.src.slice(o.pos,a)),o.pos=a,!0)},Ha}var Ua,fm;function tT(){if(fm)return Ua;fm=1;var e=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;return Ua=function(o,r){var a,s,i,c,l,d,f,u;return!o.md.options.linkify||o.linkLevel>0||(a=o.pos,s=o.posMax,a+3>s)||o.src.charCodeAt(a)!==58||o.src.charCodeAt(a+1)!==47||o.src.charCodeAt(a+2)!==47||(i=o.pending.match(e),!i)||(c=i[1],l=o.md.linkify.matchAtStart(o.src.slice(a-c.length)),!l)||(d=l.url,d.length<=c.length)||(d=d.replace(/\*+$/,""),f=o.md.normalizeLink(d),!o.md.validateLink(f))?!1:(r||(o.pending=o.pending.slice(0,-c.length),u=o.push("link_open","a",1),u.attrs=[["href",f]],u.markup="linkify",u.info="auto",u=o.push("text","",0),u.content=o.md.normalizeLinkText(d),u=o.push("link_close","a",-1),u.markup="linkify",u.info="auto"),o.pos+=d.length-c.length,!0)},Ua}var Ga,pm;function nT(){if(pm)return Ga;pm=1;var e=he().isSpace;return Ga=function(o,r){var a,s,i,c=o.pos;if(o.src.charCodeAt(c)!==10)return!1;if(a=o.pending.length-1,s=o.posMax,!r)if(a>=0&&o.pending.charCodeAt(a)===32)if(a>=1&&o.pending.charCodeAt(a-1)===32){for(i=a-1;i>=1&&o.pending.charCodeAt(i-1)===32;)i--;o.pending=o.pending.slice(0,i),o.push("hardbreak","br",0)}else o.pending=o.pending.slice(0,-1),o.push("softbreak","br",0);else o.push("softbreak","br",0);for(c++;c<s&&e(o.src.charCodeAt(c));)c++;return o.pos=c,!0},Ga}var Za,hm;function oT(){if(hm)return Za;hm=1;for(var e=he().isSpace,t=[],o=0;o<256;o++)t.push(0);return"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(r){t[r.charCodeAt(0)]=1}),Za=function(a,s){var i,c,l,d,f,u=a.pos,g=a.posMax;if(a.src.charCodeAt(u)!==92||(u++,u>=g))return!1;if(i=a.src.charCodeAt(u),i===10){for(s||a.push("hardbreak","br",0),u++;u<g&&(i=a.src.charCodeAt(u),!!e(i));)u++;return a.pos=u,!0}return d=a.src[u],i>=55296&&i<=56319&&u+1<g&&(c=a.src.charCodeAt(u+1),c>=56320&&c<=57343&&(d+=a.src[u+1],u++)),l="\\"+d,s||(f=a.push("text_special","",0),i<256&&t[i]!==0?f.content=d:f.content=l,f.markup=l,f.info="escape"),a.pos=u+1,!0},Za}var Wa,mm;function rT(){return mm||(mm=1,Wa=function(t,o){var r,a,s,i,c,l,d,f,u=t.pos,g=t.src.charCodeAt(u);if(g!==96)return!1;for(r=u,u++,a=t.posMax;u<a&&t.src.charCodeAt(u)===96;)u++;if(s=t.src.slice(r,u),d=s.length,t.backticksScanned&&(t.backticks[d]||0)<=r)return o||(t.pending+=s),t.pos+=d,!0;for(l=u;(c=t.src.indexOf("`",l))!==-1;){for(l=c+1;l<a&&t.src.charCodeAt(l)===96;)l++;if(f=l-c,f===d)return o||(i=t.push("code_inline","code",0),i.markup=s,i.content=t.src.slice(u,c).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),t.pos=l,!0;t.backticks[f]=c}return t.backticksScanned=!0,o||(t.pending+=s),t.pos+=d,!0}),Wa}var br={},gm;function _m(){if(gm)return br;gm=1,br.tokenize=function(o,r){var a,s,i,c,l,d=o.pos,f=o.src.charCodeAt(d);if(r||f!==126||(s=o.scanDelims(o.pos,!0),c=s.length,l=String.fromCharCode(f),c<2))return!1;for(c%2&&(i=o.push("text","",0),i.content=l,c--),a=0;a<c;a+=2)i=o.push("text","",0),i.content=l+l,o.delimiters.push({marker:f,length:0,token:o.tokens.length-1,end:-1,open:s.can_open,close:s.can_close});return o.pos+=s.length,!0};function e(t,o){var r,a,s,i,c,l=[],d=o.length;for(r=0;r<d;r++)s=o[r],s.marker===126&&s.end!==-1&&(i=o[s.end],c=t.tokens[s.token],c.type="s_open",c.tag="s",c.nesting=1,c.markup="~~",c.content="",c=t.tokens[i.token],c.type="s_close",c.tag="s",c.nesting=-1,c.markup="~~",c.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(),a=r+1;a<t.tokens.length&&t.tokens[a].type==="s_close";)a++;a--,r!==a&&(c=t.tokens[a],t.tokens[a]=t.tokens[r],t.tokens[r]=c)}}return br.postProcess=function(o){var r,a=o.tokens_meta,s=o.tokens_meta.length;for(e(o,o.delimiters),r=0;r<s;r++)a[r]&&a[r].delimiters&&e(o,a[r].delimiters)},br}var kr={},bm;function km(){if(bm)return kr;bm=1,kr.tokenize=function(o,r){var a,s,i,c=o.pos,l=o.src.charCodeAt(c);if(r||l!==95&&l!==42)return!1;for(s=o.scanDelims(o.pos,l===42),a=0;a<s.length;a++)i=o.push("text","",0),i.content=String.fromCharCode(l),o.delimiters.push({marker:l,length:s.length,token:o.tokens.length-1,end:-1,open:s.can_open,close:s.can_close});return o.pos+=s.length,!0};function e(t,o){var r,a,s,i,c,l,d=o.length;for(r=d-1;r>=0;r--)a=o[r],!(a.marker!==95&&a.marker!==42)&&a.end!==-1&&(s=o[a.end],l=r>0&&o[r-1].end===a.end+1&&o[r-1].marker===a.marker&&o[r-1].token===a.token-1&&o[a.end+1].token===s.token+1,c=String.fromCharCode(a.marker),i=t.tokens[a.token],i.type=l?"strong_open":"em_open",i.tag=l?"strong":"em",i.nesting=1,i.markup=l?c+c:c,i.content="",i=t.tokens[s.token],i.type=l?"strong_close":"em_close",i.tag=l?"strong":"em",i.nesting=-1,i.markup=l?c+c:c,i.content="",l&&(t.tokens[o[r-1].token].content="",t.tokens[o[a.end+1].token].content="",r--))}return kr.postProcess=function(o){var r,a=o.tokens_meta,s=o.tokens_meta.length;for(e(o,o.delimiters),r=0;r<s;r++)a[r]&&a[r].delimiters&&e(o,a[r].delimiters)},kr}var Ka,wm;function sT(){if(wm)return Ka;wm=1;var e=he().normalizeReference,t=he().isSpace;return Ka=function(r,a){var s,i,c,l,d,f,u,g,p,_="",m="",b=r.pos,h=r.posMax,k=r.pos,w=!0;if(r.src.charCodeAt(r.pos)!==91||(d=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(w=!1,f++;f<h&&(i=r.src.charCodeAt(f),!(!t(i)&&i!==10));f++);if(f>=h)return!1;if(k=f,u=r.md.helpers.parseLinkDestination(r.src,f,r.posMax),u.ok){for(_=r.md.normalizeLink(u.str),r.md.validateLink(_)?f=u.pos:_="",k=f;f<h&&(i=r.src.charCodeAt(f),!(!t(i)&&i!==10));f++);if(u=r.md.helpers.parseLinkTitle(r.src,f,r.posMax),f<h&&k!==f&&u.ok)for(m=u.str,f=u.pos;f<h&&(i=r.src.charCodeAt(f),!(!t(i)&&i!==10));f++);}(f>=h||r.src.charCodeAt(f)!==41)&&(w=!0),f++}if(w){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?c=r.src.slice(k,f++):f=l+1):f=l+1,c||(c=r.src.slice(d,l)),g=r.env.references[e(c)],!g)return r.pos=b,!1;_=g.href,m=g.title}return a||(r.pos=d,r.posMax=l,p=r.push("link_open","a",1),p.attrs=s=[["href",_]],m&&s.push(["title",m]),r.linkLevel++,r.md.inline.tokenize(r),r.linkLevel--,p=r.push("link_close","a",-1)),r.pos=f,r.posMax=h,!0},Ka}var Xa,ym;function aT(){if(ym)return Xa;ym=1;var e=he().normalizeReference,t=he().isSpace;return Xa=function(r,a){var s,i,c,l,d,f,u,g,p,_,m,b,h,k="",w=r.pos,y=r.posMax;if(r.src.charCodeAt(r.pos)!==33||r.src.charCodeAt(r.pos+1)!==91||(f=r.pos+2,d=r.md.helpers.parseLinkLabel(r,r.pos+1,!1),d<0))return!1;if(u=d+1,u<y&&r.src.charCodeAt(u)===40){for(u++;u<y&&(i=r.src.charCodeAt(u),!(!t(i)&&i!==10));u++);if(u>=y)return!1;for(h=u,p=r.md.helpers.parseLinkDestination(r.src,u,r.posMax),p.ok&&(k=r.md.normalizeLink(p.str),r.md.validateLink(k)?u=p.pos:k=""),h=u;u<y&&(i=r.src.charCodeAt(u),!(!t(i)&&i!==10));u++);if(p=r.md.helpers.parseLinkTitle(r.src,u,r.posMax),u<y&&h!==u&&p.ok)for(_=p.str,u=p.pos;u<y&&(i=r.src.charCodeAt(u),!(!t(i)&&i!==10));u++);else _="";if(u>=y||r.src.charCodeAt(u)!==41)return r.pos=w,!1;u++}else{if(typeof r.env.references>"u")return!1;if(u<y&&r.src.charCodeAt(u)===91?(h=u+1,u=r.md.helpers.parseLinkLabel(r,u),u>=0?l=r.src.slice(h,u++):u=d+1):u=d+1,l||(l=r.src.slice(f,d)),g=r.env.references[e(l)],!g)return r.pos=w,!1;k=g.href,_=g.title}return a||(c=r.src.slice(f,d),r.md.inline.parse(c,r.md,r.env,b=[]),m=r.push("image","img",0),m.attrs=s=[["src",k],["alt",""]],m.children=b,m.content=c,_&&s.push(["title",_])),r.pos=u,r.posMax=y,!0},Xa}var Ya,Cm;function iT(){if(Cm)return Ya;Cm=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 Ya=function(r,a){var s,i,c,l,d,f,u=r.pos;if(r.src.charCodeAt(u)!==60)return!1;for(d=r.pos,f=r.posMax;;){if(++u>=f||(l=r.src.charCodeAt(u),l===60))return!1;if(l===62)break}return s=r.src.slice(d+1,u),t.test(s)?(i=r.md.normalizeLink(s),r.md.validateLink(i)?(a||(c=r.push("link_open","a",1),c.attrs=[["href",i]],c.markup="autolink",c.info="auto",c=r.push("text","",0),c.content=r.md.normalizeLinkText(s),c=r.push("link_close","a",-1),c.markup="autolink",c.info="auto"),r.pos+=s.length+2,!0):!1):e.test(s)?(i=r.md.normalizeLink("mailto:"+s),r.md.validateLink(i)?(a||(c=r.push("link_open","a",1),c.attrs=[["href",i]],c.markup="autolink",c.info="auto",c=r.push("text","",0),c.content=r.md.normalizeLinkText(s),c=r.push("link_close","a",-1),c.markup="autolink",c.info="auto"),r.pos+=s.length+2,!0):!1):!1},Ya}var Ja,Em;function cT(){if(Em)return Ja;Em=1;var e=rm().HTML_TAG_RE;function t(a){return/^<a[>\s]/i.test(a)}function o(a){return/^<\/a\s*>/i.test(a)}function r(a){var s=a|32;return s>=97&&s<=122}return Ja=function(s,i){var c,l,d,f,u=s.pos;return!s.md.options.html||(d=s.posMax,s.src.charCodeAt(u)!==60||u+2>=d)||(c=s.src.charCodeAt(u+1),c!==33&&c!==63&&c!==47&&!r(c))||(l=s.src.slice(u).match(e),!l)?!1:(i||(f=s.push("html_inline","",0),f.content=l[0],t(f.content)&&s.linkLevel++,o(f.content)&&s.linkLevel--),s.pos+=l[0].length,!0)},Ja}var Qa,xm;function lT(){if(xm)return Qa;xm=1;var e=gh(),t=he().has,o=he().isValidEntityCode,r=he().fromCodePoint,a=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,s=/^&([a-z][a-z0-9]{1,31});/i;return Qa=function(c,l){var d,f,u,g,p=c.pos,_=c.posMax;if(c.src.charCodeAt(p)!==38||p+1>=_)return!1;if(d=c.src.charCodeAt(p+1),d===35){if(u=c.src.slice(p).match(a),u)return l||(f=u[1][0].toLowerCase()==="x"?parseInt(u[1].slice(1),16):parseInt(u[1],10),g=c.push("text_special","",0),g.content=o(f)?r(f):r(65533),g.markup=u[0],g.info="entity"),c.pos+=u[0].length,!0}else if(u=c.src.slice(p).match(s),u&&t(e,u[1]))return l||(g=c.push("text_special","",0),g.content=e[u[1]],g.markup=u[0],g.info="entity"),c.pos+=u[0].length,!0;return!1},Qa}var ei,vm;function uT(){if(vm)return ei;vm=1;function e(t){var o,r,a,s,i,c,l,d,f={},u=t.length;if(u){var g=0,p=-2,_=[];for(o=0;o<u;o++)if(a=t[o],_.push(0),(t[g].marker!==a.marker||p!==a.token-1)&&(g=o),p=a.token,a.length=a.length||0,!!a.close){for(f.hasOwnProperty(a.marker)||(f[a.marker]=[-1,-1,-1,-1,-1,-1]),i=f[a.marker][(a.open?3:0)+a.length%3],r=g-_[g]-1,c=r;r>i;r-=_[r]+1)if(s=t[r],s.marker===a.marker&&s.open&&s.end<0&&(l=!1,(s.close||a.open)&&(s.length+a.length)%3===0&&(s.length%3!==0||a.length%3!==0)&&(l=!0),!l)){d=r>0&&!t[r-1].open?_[r-1]+1:0,_[o]=o-r+d,_[r]=d,a.open=!1,s.end=o,s.close=!1,c=-1,p=-2;break}c!==-1&&(f[a.marker][(a.open?3:0)+(a.length||0)%3]=c)}}}return ei=function(o){var r,a=o.tokens_meta,s=o.tokens_meta.length;for(e(o.delimiters),r=0;r<s;r++)a[r]&&a[r].delimiters&&e(a[r].delimiters)},ei}var ti,Sm;function dT(){return Sm||(Sm=1,ti=function(t){var o,r,a=0,s=t.tokens,i=t.tokens.length;for(o=r=0;o<i;o++)s[o].nesting<0&&a--,s[o].level=a,s[o].nesting>0&&a++,s[o].type==="text"&&o+1<i&&s[o+1].type==="text"?s[o+1].content=s[o].content+s[o+1].content:(o!==r&&(s[r]=s[o]),r++);o!==r&&(s.length=r)}),ti}var ni,Bm;function fT(){if(Bm)return ni;Bm=1;var e=Ba(),t=he().isWhiteSpace,o=he().isPunctChar,r=he().isMdAsciiPunct;function a(s,i,c,l){this.src=s,this.env=c,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 a.prototype.pushPending=function(){var s=new e("text","",0);return s.content=this.pending,s.level=this.pendingLevel,this.tokens.push(s),this.pending="",s},a.prototype.push=function(s,i,c){this.pending&&this.pushPending();var l=new e(s,i,c),d=null;return c<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),l.level=this.level,c>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],d={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(l),this.tokens_meta.push(d),l},a.prototype.scanDelims=function(s,i){var c=s,l,d,f,u,g,p,_,m,b,h=!0,k=!0,w=this.posMax,y=this.src.charCodeAt(s);for(l=s>0?this.src.charCodeAt(s-1):32;c<w&&this.src.charCodeAt(c)===y;)c++;return f=c-s,d=c<w?this.src.charCodeAt(c):32,_=r(l)||o(String.fromCharCode(l)),b=r(d)||o(String.fromCharCode(d)),p=t(l),m=t(d),m?h=!1:b&&(p||_||(h=!1)),p?k=!1:_&&(m||b||(k=!1)),i?(u=h,g=k):(u=h&&(!k||_),g=k&&(!h||b)),{can_open:u,can_close:g,length:f}},a.prototype.Token=e,ni=a,ni}var oi,Am;function pT(){if(Am)return oi;Am=1;var e=ba(),t=[["text",eT()],["linkify",tT()],["newline",nT()],["escape",oT()],["backticks",rT()],["strikethrough",_m().tokenize],["emphasis",km().tokenize],["link",sT()],["image",aT()],["autolink",iT()],["html_inline",cT()],["entity",lT()]],o=[["balance_pairs",uT()],["strikethrough",_m().postProcess],["emphasis",km().postProcess],["fragments_join",dT()]];function r(){var a;for(this.ruler=new e,a=0;a<t.length;a++)this.ruler.push(t[a][0],t[a][1]);for(this.ruler2=new e,a=0;a<o.length;a++)this.ruler2.push(o[a][0],o[a][1])}return r.prototype.skipToken=function(a){var s,i,c=a.pos,l=this.ruler.getRules(""),d=l.length,f=a.md.options.maxNesting,u=a.cache;if(typeof u[c]<"u"){a.pos=u[c];return}if(a.level<f){for(i=0;i<d;i++)if(a.level++,s=l[i](a,!0),a.level--,s){if(c>=a.pos)throw new Error("inline rule didn't increment state.pos");break}}else a.pos=a.posMax;s||a.pos++,u[c]=a.pos},r.prototype.tokenize=function(a){for(var s,i,c,l=this.ruler.getRules(""),d=l.length,f=a.posMax,u=a.md.options.maxNesting;a.pos<f;){if(c=a.pos,a.level<u){for(i=0;i<d;i++)if(s=l[i](a,!1),s){if(c>=a.pos)throw new Error("inline rule didn't increment state.pos");break}}if(s){if(a.pos>=f)break;continue}a.pending+=a.src[a.pos++]}a.pending&&a.pushPending()},r.prototype.parse=function(a,s,i,c){var l,d,f,u=new this.State(a,s,i,c);for(this.tokenize(u),d=this.ruler2.getRules(""),f=d.length,l=0;l<f;l++)d[l](u)},r.prototype.State=fT(),oi=r,oi}var ri,Nm;function hT(){return Nm||(Nm=1,ri=function(e){var t={};e=e||{},t.src_Any=vh().source,t.src_Cc=Bh().source,t.src_Z=$h().source,t.src_P=ra().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 o="[><|]";return t.src_pseudo_letter="(?:(?!"+o+"|"+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="(?=$|"+o+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+o+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+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="(^|"+o+'|"|\\(|'+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}),ri}var si,$m;function mT(){if($m)return si;$m=1;function e(w){var y=Array.prototype.slice.call(arguments,1);return y.forEach(function(x){x&&Object.keys(x).forEach(function(E){w[E]=x[E]})}),w}function t(w){return Object.prototype.toString.call(w)}function o(w){return t(w)==="[object String]"}function r(w){return t(w)==="[object Object]"}function a(w){return t(w)==="[object RegExp]"}function s(w){return t(w)==="[object Function]"}function i(w){return w.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var c={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function l(w){return Object.keys(w||{}).reduce(function(y,x){return y||c.hasOwnProperty(x)},!1)}var d={"http:":{validate:function(w,y,x){var E=w.slice(y);return x.re.http||(x.re.http=new RegExp("^\\/\\/"+x.re.src_auth+x.re.src_host_port_strict+x.re.src_path,"i")),x.re.http.test(E)?E.match(x.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(w,y,x){var E=w.slice(y);return x.re.no_http||(x.re.no_http=new RegExp("^"+x.re.src_auth+"(?:localhost|(?:(?:"+x.re.src_domain+")\\.)+"+x.re.src_domain_root+")"+x.re.src_port+x.re.src_host_terminator+x.re.src_path,"i")),x.re.no_http.test(E)?y>=3&&w[y-3]===":"||y>=3&&w[y-3]==="/"?0:E.match(x.re.no_http)[0].length:0}},"mailto:":{validate:function(w,y,x){var E=w.slice(y);return x.re.mailto||(x.re.mailto=new RegExp("^"+x.re.src_email_name+"@"+x.re.src_host_strict,"i")),x.re.mailto.test(E)?E.match(x.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]",u="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function g(w){w.__index__=-1,w.__text_cache__=""}function p(w){return function(y,x){var E=y.slice(x);return w.test(E)?E.match(w)[0].length:0}}function _(){return function(w,y){y.normalize(w)}}function m(w){var y=w.re=hT()(w.__opts__),x=w.__tlds__.slice();w.onCompile(),w.__tlds_replaced__||x.push(f),x.push(y.src_xn),y.src_tlds=x.join("|");function E($){return $.replace("%TLDS%",y.src_tlds)}y.email_fuzzy=RegExp(E(y.tpl_email_fuzzy),"i"),y.link_fuzzy=RegExp(E(y.tpl_link_fuzzy),"i"),y.link_no_ip_fuzzy=RegExp(E(y.tpl_link_no_ip_fuzzy),"i"),y.host_fuzzy_test=RegExp(E(y.tpl_host_fuzzy_test),"i");var v=[];w.__compiled__={};function S($,M){throw new Error('(LinkifyIt) Invalid schema "'+$+'": '+M)}Object.keys(w.__schemas__).forEach(function($){var M=w.__schemas__[$];if(M!==null){var V={validate:null,link:null};if(w.__compiled__[$]=V,r(M)){a(M.validate)?V.validate=p(M.validate):s(M.validate)?V.validate=M.validate:S($,M),s(M.normalize)?V.normalize=M.normalize:M.normalize?S($,M):V.normalize=_();return}if(o(M)){v.push($);return}S($,M)}}),v.forEach(function($){w.__compiled__[w.__schemas__[$]]&&(w.__compiled__[$].validate=w.__compiled__[w.__schemas__[$]].validate,w.__compiled__[$].normalize=w.__compiled__[w.__schemas__[$]].normalize)}),w.__compiled__[""]={validate:null,normalize:_()};var N=Object.keys(w.__compiled__).filter(function($){return $.length>0&&w.__compiled__[$]}).map(i).join("|");w.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+y.src_ZPCc+"))("+N+")","i"),w.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+y.src_ZPCc+"))("+N+")","ig"),w.re.schema_at_start=RegExp("^"+w.re.schema_search.source,"i"),w.re.pretest=RegExp("("+w.re.schema_test.source+")|("+w.re.host_fuzzy_test.source+")|@","i"),g(w)}function b(w,y){var x=w.__index__,E=w.__last_index__,v=w.__text_cache__.slice(x,E);this.schema=w.__schema__.toLowerCase(),this.index=x+y,this.lastIndex=E+y,this.raw=v,this.text=v,this.url=v}function h(w,y){var x=new b(w,y);return w.__compiled__[x.schema].normalize(x,w),x}function k(w,y){if(!(this instanceof k))return new k(w,y);y||l(w)&&(y=w,w={}),this.__opts__=e({},c,y),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=e({},d,w),this.__compiled__={},this.__tlds__=u,this.__tlds_replaced__=!1,this.re={},m(this)}return k.prototype.add=function(y,x){return this.__schemas__[y]=x,m(this),this},k.prototype.set=function(y){return this.__opts__=e(this.__opts__,y),this},k.prototype.test=function(y){if(this.__text_cache__=y,this.__index__=-1,!y.length)return!1;var x,E,v,S,N,$,M,V,G;if(this.re.schema_test.test(y)){for(M=this.re.schema_search,M.lastIndex=0;(x=M.exec(y))!==null;)if(S=this.testSchemaAt(y,x[2],M.lastIndex),S){this.__schema__=x[2],this.__index__=x.index+x[1].length,this.__last_index__=x.index+x[0].length+S;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(V=y.search(this.re.host_fuzzy_test),V>=0&&(this.__index__<0||V<this.__index__)&&(E=y.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(N=E.index+E[1].length,(this.__index__<0||N<this.__index__)&&(this.__schema__="",this.__index__=N,this.__last_index__=E.index+E[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(G=y.indexOf("@"),G>=0&&(v=y.match(this.re.email_fuzzy))!==null&&(N=v.index+v[1].length,$=v.index+v[0].length,(this.__index__<0||N<this.__index__||N===this.__index__&&$>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=N,this.__last_index__=$))),this.__index__>=0},k.prototype.pretest=function(y){return this.re.pretest.test(y)},k.prototype.testSchemaAt=function(y,x,E){return this.__compiled__[x.toLowerCase()]?this.__compiled__[x.toLowerCase()].validate(y,E,this):0},k.prototype.match=function(y){var x=0,E=[];this.__index__>=0&&this.__text_cache__===y&&(E.push(h(this,x)),x=this.__last_index__);for(var v=x?y.slice(x):y;this.test(v);)E.push(h(this,x)),v=v.slice(this.__last_index__),x+=this.__last_index__;return E.length?E:null},k.prototype.matchAtStart=function(y){if(this.__text_cache__=y,this.__index__=-1,!y.length)return null;var x=this.re.schema_at_start.exec(y);if(!x)return null;var E=this.testSchemaAt(y,x[2],x[0].length);return E?(this.__schema__=x[2],this.__index__=x.index+x[1].length,this.__last_index__=x.index+x[0].length+E,h(this,0)):null},k.prototype.tlds=function(y,x){return y=Array.isArray(y)?y:[y],x?(this.__tlds__=this.__tlds__.concat(y).sort().filter(function(E,v,S){return E!==S[v-1]}).reverse(),m(this),this):(this.__tlds__=y.slice(),this.__tlds_replaced__=!0,m(this),this)},k.prototype.normalize=function(y){y.schema||(y.url="http://"+y.url),y.schema==="mailto:"&&!/^mailto:/i.test(y.url)&&(y.url="mailto:"+y.url)},k.prototype.onCompile=function(){},si=k,si}const Hn=2147483647,Nt=36,ai=1,Co=26,gT=38,_T=700,Tm=72,Mm=128,Im="-",bT=/^xn--/,kT=/[^\0-\x7F]/,wT=/[\x2E\u3002\uFF0E\uFF61]/g,yT={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ii=Nt-ai,$t=Math.floor,ci=String.fromCharCode;function on(e){throw new RangeError(yT[e])}function CT(e,t){const o=[];let r=e.length;for(;r--;)o[r]=t(e[r]);return o}function Lm(e,t){const o=e.split("@");let r="";o.length>1&&(r=o[0]+"@",e=o[1]),e=e.replace(wT,".");const a=e.split("."),s=CT(a,t).join(".");return r+s}function li(e){const t=[];let o=0;const r=e.length;for(;o<r;){const a=e.charCodeAt(o++);if(a>=55296&&a<=56319&&o<r){const s=e.charCodeAt(o++);(s&64512)==56320?t.push(((a&1023)<<10)+(s&1023)+65536):(t.push(a),o--)}else t.push(a)}return t}const Rm=e=>String.fromCodePoint(...e),ET=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:Nt},Om=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},Vm=function(e,t,o){let r=0;for(e=o?$t(e/_T):e>>1,e+=$t(e/t);e>ii*Co>>1;r+=Nt)e=$t(e/ii);return $t(r+(ii+1)*e/(e+gT))},ui=function(e){const t=[],o=e.length;let r=0,a=Mm,s=Tm,i=e.lastIndexOf(Im);i<0&&(i=0);for(let c=0;c<i;++c)e.charCodeAt(c)>=128&&on("not-basic"),t.push(e.charCodeAt(c));for(let c=i>0?i+1:0;c<o;){const l=r;for(let f=1,u=Nt;;u+=Nt){c>=o&&on("invalid-input");const g=ET(e.charCodeAt(c++));g>=Nt&&on("invalid-input"),g>$t((Hn-r)/f)&&on("overflow"),r+=g*f;const p=u<=s?ai:u>=s+Co?Co:u-s;if(g<p)break;const _=Nt-p;f>$t(Hn/_)&&on("overflow"),f*=_}const d=t.length+1;s=Vm(r-l,d,l==0),$t(r/d)>Hn-a&&on("overflow"),a+=$t(r/d),r%=d,t.splice(r++,0,a)}return String.fromCodePoint(...t)},di=function(e){const t=[];e=li(e);const o=e.length;let r=Mm,a=0,s=Tm;for(const l of e)l<128&&t.push(ci(l));const i=t.length;let c=i;for(i&&t.push(Im);c<o;){let l=Hn;for(const f of e)f>=r&&f<l&&(l=f);const d=c+1;l-r>$t((Hn-a)/d)&&on("overflow"),a+=(l-r)*d,r=l;for(const f of e)if(f<r&&++a>Hn&&on("overflow"),f===r){let u=a;for(let g=Nt;;g+=Nt){const p=g<=s?ai:g>=s+Co?Co:g-s;if(u<p)break;const _=u-p,m=Nt-p;t.push(ci(Om(p+_%m,0))),u=$t(_/m)}t.push(ci(Om(u,0))),s=Vm(a,d,c===i),a=0,++c}++a,++r}return t.join("")},zm=function(e){return Lm(e,function(t){return bT.test(t)?ui(t.slice(4).toLowerCase()):t})},qm=function(e){return Lm(e,function(t){return kT.test(t)?"xn--"+di(t):t})},xT=Sg(Object.freeze(Object.defineProperty({__proto__:null,decode:ui,default:{version:"2.3.1",ucs2:{decode:li,encode:Rm},decode:ui,encode:di,toASCII:qm,toUnicode:zm},encode:di,toASCII:qm,toUnicode:zm,ucs2decode:li,ucs2encode:Rm},Symbol.toStringTag,{value:"Module"})));var fi,Dm;function vT(){return Dm||(Dm=1,fi={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}),fi}var pi,Pm;function ST(){return Pm||(Pm=1,pi={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"]}}}),pi}var hi,Fm;function BT(){return Fm||(Fm=1,hi={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"]}}}),hi}var mi,jm;function AT(){if(jm)return mi;jm=1;var e=he(),t=N$(),o=$$(),r=q$(),a=Q$(),s=pT(),i=mT(),c=Eh(),l=xT,d={default:vT(),zero:ST(),commonmark:BT()},f=/^(vbscript|javascript|file|data):/,u=/^data:image\/(gif|png|jpeg|webp);/;function g(h){var k=h.trim().toLowerCase();return f.test(k)?!!u.test(k):!0}var p=["http:","https:","mailto:"];function _(h){var k=c.parse(h,!0);if(k.hostname&&(!k.protocol||p.indexOf(k.protocol)>=0))try{k.hostname=l.toASCII(k.hostname)}catch{}return c.encode(c.format(k))}function m(h){var k=c.parse(h,!0);if(k.hostname&&(!k.protocol||p.indexOf(k.protocol)>=0))try{k.hostname=l.toUnicode(k.hostname)}catch{}return c.decode(c.format(k),c.decode.defaultChars+"%")}function b(h,k){if(!(this instanceof b))return new b(h,k);k||e.isString(h)||(k=h||{},h="default"),this.inline=new s,this.block=new a,this.core=new r,this.renderer=new o,this.linkify=new i,this.validateLink=g,this.normalizeLink=_,this.normalizeLinkText=m,this.utils=e,this.helpers=e.assign({},t),this.options={},this.configure(h),k&&this.set(k)}return b.prototype.set=function(h){return e.assign(this.options,h),this},b.prototype.configure=function(h){var k=this,w;if(e.isString(h)&&(w=h,h=d[w],!h))throw new Error('Wrong `markdown-it` preset "'+w+'", 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(y){h.components[y].rules&&k[y].ruler.enableOnly(h.components[y].rules),h.components[y].rules2&&k[y].ruler2.enableOnly(h.components[y].rules2)}),this},b.prototype.enable=function(h,k){var w=[];Array.isArray(h)||(h=[h]),["core","block","inline"].forEach(function(x){w=w.concat(this[x].ruler.enable(h,!0))},this),w=w.concat(this.inline.ruler2.enable(h,!0));var y=h.filter(function(x){return w.indexOf(x)<0});if(y.length&&!k)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+y);return this},b.prototype.disable=function(h,k){var w=[];Array.isArray(h)||(h=[h]),["core","block","inline"].forEach(function(x){w=w.concat(this[x].ruler.disable(h,!0))},this),w=w.concat(this.inline.ruler2.disable(h,!0));var y=h.filter(function(x){return w.indexOf(x)<0});if(y.length&&!k)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+y);return this},b.prototype.use=function(h){var k=[this].concat(Array.prototype.slice.call(arguments,1));return h.apply(h,k),this},b.prototype.parse=function(h,k){if(typeof h!="string")throw new Error("Input data should be a String");var w=new this.core.State(h,this,k);return this.core.process(w),w.tokens},b.prototype.render=function(h,k){return k=k||{},this.renderer.render(this.parse(h,k),this.options,k)},b.prototype.parseInline=function(h,k){var w=new this.core.State(h,this,k);return w.inlineMode=!0,this.core.process(w),w.tokens},b.prototype.renderInline=function(h,k){return k=k||{},this.renderer.render(this.parseInline(h,k),this.options,k)},mi=b,mi}var gi,Hm;function NT(){return Hm||(Hm=1,gi=AT()),gi}var $T=NT();const Um=vn($T),TT={100:"💯",1234:"🔢",grinning:"😀",smiley:"😃",smile:"😄",grin:"😁",laughing:"😆",satisfied:"😆",sweat_smile:"😅",rofl:"🤣",joy:"😂",slightly_smiling_face:"🙂",upside_down_face:"🙃",wink:"😉",blush:"😊",innocent:"😇",smiling_face_with_three_hearts:"🥰",heart_eyes:"😍",star_struck:"🤩",kissing_heart:"😘",kissing:"😗",relaxed:"☺️",kissing_closed_eyes:"😚",kissing_smiling_eyes:"😙",smiling_face_with_tear:"🥲",yum:"😋",stuck_out_tongue:"😛",stuck_out_tongue_winking_eye:"😜",zany_face:"🤪",stuck_out_tongue_closed_eyes:"😝",money_mouth_face:"🤑",hugs:"🤗",hand_over_mouth:"🤭",shushing_face:"🤫",thinking:"🤔",zipper_mouth_face:"🤐",raised_eyebrow:"🤨",neutral_face:"😐",expressionless:"😑",no_mouth:"😶",smirk:"😏",unamused:"😒",roll_eyes:"🙄",grimacing:"😬",lying_face:"🤥",relieved:"😌",pensive:"😔",sleepy:"😪",drooling_face:"🤤",sleeping:"😴",mask:"😷",face_with_thermometer:"🤒",face_with_head_bandage:"🤕",nauseated_face:"🤢",vomiting_face:"🤮",sneezing_face:"🤧",hot_face:"🥵",cold_face:"🥶",woozy_face:"🥴",dizzy_face:"😵",exploding_head:"🤯",cowboy_hat_face:"🤠",partying_face:"🥳",disguised_face:"🥸",sunglasses:"😎",nerd_face:"🤓",monocle_face:"🧐",confused:"😕",worried:"😟",slightly_frowning_face:"🙁",frowning_face:"☹️",open_mouth:"😮",hushed:"😯",astonished:"😲",flushed:"😳",pleading_face:"🥺",frowning:"😦",anguished:"😧",fearful:"😨",cold_sweat:"😰",disappointed_relieved:"😥",cry:"😢",sob:"😭",scream:"😱",confounded:"😖",persevere:"😣",disappointed:"😞",sweat:"😓",weary:"😩",tired_face:"😫",yawning_face:"🥱",triumph:"😤",rage:"😡",pout:"😡",angry:"😠",cursing_face:"🤬",smiling_imp:"😈",imp:"👿",skull:"💀",skull_and_crossbones:"☠️",hankey:"💩",poop:"💩",shit:"💩",clown_face:"🤡",japanese_ogre:"👹",japanese_goblin:"👺",ghost:"👻",alien:"👽",space_invader:"👾",robot:"🤖",smiley_cat:"😺",smile_cat:"😸",joy_cat:"😹",heart_eyes_cat:"😻",smirk_cat:"😼",kissing_cat:"😽",scream_cat:"🙀",crying_cat_face:"😿",pouting_cat:"😾",see_no_evil:"🙈",hear_no_evil:"🙉",speak_no_evil:"🙊",kiss:"💋",love_letter:"💌",cupid:"💘",gift_heart:"💝",sparkling_heart:"💖",heartpulse:"💗",heartbeat:"💓",revolving_hearts:"💞",two_hearts:"💕",heart_decoration:"💟",heavy_heart_exclamation:"❣️",broken_heart:"💔",heart:"❤️",orange_heart:"🧡",yellow_heart:"💛",green_heart:"💚",blue_heart:"💙",purple_heart:"💜",brown_heart:"🤎",black_heart:"🖤",white_heart:"🤍",anger:"💢",boom:"💥",collision:"💥",dizzy:"💫",sweat_drops:"💦",dash:"💨",hole:"🕳️",bomb:"💣",speech_balloon:"💬",eye_speech_bubble:"👁️🗨️",left_speech_bubble:"🗨️",right_anger_bubble:"🗯️",thought_balloon:"💭",zzz:"💤",wave:"👋",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐️",hand:"✋",raised_hand:"✋",vulcan_salute:"🖖",ok_hand:"👌",pinched_fingers:"🤌",pinching_hand:"🤏",v:"✌️",crossed_fingers:"🤞",love_you_gesture:"🤟",metal:"🤘",call_me_hand:"🤙",point_left:"👈",point_right:"👉",point_up_2:"👆",middle_finger:"🖕",fu:"🖕",point_down:"👇",point_up:"☝️","+1":"👍",thumbsup:"👍","-1":"👎",thumbsdown:"👎",fist_raised:"✊",fist:"✊",fist_oncoming:"👊",facepunch:"👊",punch:"👊",fist_left:"🤛",fist_right:"🤜",clap:"👏",raised_hands:"🙌",open_hands:"👐",palms_up_together:"🤲",handshake:"🤝",pray:"🙏",writing_hand:"✍️",nail_care:"💅",selfie:"🤳",muscle:"💪",mechanical_arm:"🦾",mechanical_leg:"🦿",leg:"🦵",foot:"🦶",ear:"👂",ear_with_hearing_aid:"🦻",nose:"👃",brain:"🧠",anatomical_heart:"🫀",lungs:"🫁",tooth:"🦷",bone:"🦴",eyes:"👀",eye:"👁️",tongue:"👅",lips:"👄",baby:"👶",child:"🧒",boy:"👦",girl:"👧",adult:"🧑",blond_haired_person:"👱",man:"👨",bearded_person:"🧔",red_haired_man:"👨🦰",curly_haired_man:"👨🦱",white_haired_man:"👨🦳",bald_man:"👨🦲",woman:"👩",red_haired_woman:"👩🦰",person_red_hair:"🧑🦰",curly_haired_woman:"👩🦱",person_curly_hair:"🧑🦱",white_haired_woman:"👩🦳",person_white_hair:"🧑🦳",bald_woman:"👩🦲",person_bald:"🧑🦲",blond_haired_woman:"👱♀️",blonde_woman:"👱♀️",blond_haired_man:"👱♂️",older_adult:"🧓",older_man:"👴",older_woman:"👵",frowning_person:"🙍",frowning_man:"🙍♂️",frowning_woman:"🙍♀️",pouting_face:"🙎",pouting_man:"🙎♂️",pouting_woman:"🙎♀️",no_good:"🙅",no_good_man:"🙅♂️",ng_man:"🙅♂️",no_good_woman:"🙅♀️",ng_woman:"🙅♀️",ok_person:"🙆",ok_man:"🙆♂️",ok_woman:"🙆♀️",tipping_hand_person:"💁",information_desk_person:"💁",tipping_hand_man:"💁♂️",sassy_man:"💁♂️",tipping_hand_woman:"💁♀️",sassy_woman:"💁♀️",raising_hand:"🙋",raising_hand_man:"🙋♂️",raising_hand_woman:"🙋♀️",deaf_person:"🧏",deaf_man:"🧏♂️",deaf_woman:"🧏♀️",bow:"🙇",bowing_man:"🙇♂️",bowing_woman:"🙇♀️",facepalm:"🤦",man_facepalming:"🤦♂️",woman_facepalming:"🤦♀️",shrug:"🤷",man_shrugging:"🤷♂️",woman_shrugging:"🤷♀️",health_worker:"🧑⚕️",man_health_worker:"👨⚕️",woman_health_worker:"👩⚕️",student:"🧑🎓",man_student:"👨🎓",woman_student:"👩🎓",teacher:"🧑🏫",man_teacher:"👨🏫",woman_teacher:"👩🏫",judge:"🧑⚖️",man_judge:"👨⚖️",woman_judge:"👩⚖️",farmer:"🧑🌾",man_farmer:"👨🌾",woman_farmer:"👩🌾",cook:"🧑🍳",man_cook:"👨🍳",woman_cook:"👩🍳",mechanic:"🧑🔧",man_mechanic:"👨🔧",woman_mechanic:"👩🔧",factory_worker:"🧑🏭",man_factory_worker:"👨🏭",woman_factory_worker:"👩🏭",office_worker:"🧑💼",man_office_worker:"👨💼",woman_office_worker:"👩💼",scientist:"🧑🔬",man_scientist:"👨🔬",woman_scientist:"👩🔬",technologist:"🧑💻",man_technologist:"👨💻",woman_technologist:"👩💻",singer:"🧑🎤",man_singer:"👨🎤",woman_singer:"👩🎤",artist:"🧑🎨",man_artist:"👨🎨",woman_artist:"👩🎨",pilot:"🧑✈️",man_pilot:"👨✈️",woman_pilot:"👩✈️",astronaut:"🧑🚀",man_astronaut:"👨🚀",woman_astronaut:"👩🚀",firefighter:"🧑🚒",man_firefighter:"👨🚒",woman_firefighter:"👩🚒",police_officer:"👮",cop:"👮",policeman:"👮♂️",policewoman:"👮♀️",detective:"🕵️",male_detective:"🕵️♂️",female_detective:"🕵️♀️",guard:"💂",guardsman:"💂♂️",guardswoman:"💂♀️",ninja:"🥷",construction_worker:"👷",construction_worker_man:"👷♂️",construction_worker_woman:"👷♀️",prince:"🤴",princess:"👸",person_with_turban:"👳",man_with_turban:"👳♂️",woman_with_turban:"👳♀️",man_with_gua_pi_mao:"👲",woman_with_headscarf:"🧕",person_in_tuxedo:"🤵",man_in_tuxedo:"🤵♂️",woman_in_tuxedo:"🤵♀️",person_with_veil:"👰",man_with_veil:"👰♂️",woman_with_veil:"👰♀️",bride_with_veil:"👰♀️",pregnant_woman:"🤰",breast_feeding:"🤱",woman_feeding_baby:"👩🍼",man_feeding_baby:"👨🍼",person_feeding_baby:"🧑🍼",angel:"👼",santa:"🎅",mrs_claus:"🤶",mx_claus:"🧑🎄",superhero:"🦸",superhero_man:"🦸♂️",superhero_woman:"🦸♀️",supervillain:"🦹",supervillain_man:"🦹♂️",supervillain_woman:"🦹♀️",mage:"🧙",mage_man:"🧙♂️",mage_woman:"🧙♀️",fairy:"🧚",fairy_man:"🧚♂️",fairy_woman:"🧚♀️",vampire:"🧛",vampire_man:"🧛♂️",vampire_woman:"🧛♀️",merperson:"🧜",merman:"🧜♂️",mermaid:"🧜♀️",elf:"🧝",elf_man:"🧝♂️",elf_woman:"🧝♀️",genie:"🧞",genie_man:"🧞♂️",genie_woman:"🧞♀️",zombie:"🧟",zombie_man:"🧟♂️",zombie_woman:"🧟♀️",massage:"💆",massage_man:"💆♂️",massage_woman:"💆♀️",haircut:"💇",haircut_man:"💇♂️",haircut_woman:"💇♀️",walking:"🚶",walking_man:"🚶♂️",walking_woman:"🚶♀️",standing_person:"🧍",standing_man:"🧍♂️",standing_woman:"🧍♀️",kneeling_person:"🧎",kneeling_man:"🧎♂️",kneeling_woman:"🧎♀️",person_with_probing_cane:"🧑🦯",man_with_probing_cane:"👨🦯",woman_with_probing_cane:"👩🦯",person_in_motorized_wheelchair:"🧑🦼",man_in_motorized_wheelchair:"👨🦼",woman_in_motorized_wheelchair:"👩🦼",person_in_manual_wheelchair:"🧑🦽",man_in_manual_wheelchair:"👨🦽",woman_in_manual_wheelchair:"👩🦽",runner:"🏃",running:"🏃",running_man:"🏃♂️",running_woman:"🏃♀️",woman_dancing:"💃",dancer:"💃",man_dancing:"🕺",business_suit_levitating:"🕴️",dancers:"👯",dancing_men:"👯♂️",dancing_women:"👯♀️",sauna_person:"🧖",sauna_man:"🧖♂️",sauna_woman:"🧖♀️",climbing:"🧗",climbing_man:"🧗♂️",climbing_woman:"🧗♀️",person_fencing:"🤺",horse_racing:"🏇",skier:"⛷️",snowboarder:"🏂",golfing:"🏌️",golfing_man:"🏌️♂️",golfing_woman:"🏌️♀️",surfer:"🏄",surfing_man:"🏄♂️",surfing_woman:"🏄♀️",rowboat:"🚣",rowing_man:"🚣♂️",rowing_woman:"🚣♀️",swimmer:"🏊",swimming_man:"🏊♂️",swimming_woman:"🏊♀️",bouncing_ball_person:"⛹️",bouncing_ball_man:"⛹️♂️",basketball_man:"⛹️♂️",bouncing_ball_woman:"⛹️♀️",basketball_woman:"⛹️♀️",weight_lifting:"🏋️",weight_lifting_man:"🏋️♂️",weight_lifting_woman:"🏋️♀️",bicyclist:"🚴",biking_man:"🚴♂️",biking_woman:"🚴♀️",mountain_bicyclist:"🚵",mountain_biking_man:"🚵♂️",mountain_biking_woman:"🚵♀️",cartwheeling:"🤸",man_cartwheeling:"🤸♂️",woman_cartwheeling:"🤸♀️",wrestling:"🤼",men_wrestling:"🤼♂️",women_wrestling:"🤼♀️",water_polo:"🤽",man_playing_water_polo:"🤽♂️",woman_playing_water_polo:"🤽♀️",handball_person:"🤾",man_playing_handball:"🤾♂️",woman_playing_handball:"🤾♀️",juggling_person:"🤹",man_juggling:"🤹♂️",woman_juggling:"🤹♀️",lotus_position:"🧘",lotus_position_man:"🧘♂️",lotus_position_woman:"🧘♀️",bath:"🛀",sleeping_bed:"🛌",people_holding_hands:"🧑🤝🧑",two_women_holding_hands:"👭",couple:"👫",two_men_holding_hands:"👬",couplekiss:"💏",couplekiss_man_woman:"👩❤️💋👨",couplekiss_man_man:"👨❤️💋👨",couplekiss_woman_woman:"👩❤️💋👩",couple_with_heart:"💑",couple_with_heart_woman_man:"👩❤️👨",couple_with_heart_man_man:"👨❤️👨",couple_with_heart_woman_woman:"👩❤️👩",family:"👪",family_man_woman_boy:"👨👩👦",family_man_woman_girl:"👨👩👧",family_man_woman_girl_boy:"👨👩👧👦",family_man_woman_boy_boy:"👨👩👦👦",family_man_woman_girl_girl:"👨👩👧👧",family_man_man_boy:"👨👨👦",family_man_man_girl:"👨👨👧",family_man_man_girl_boy:"👨👨👧👦",family_man_man_boy_boy:"👨👨👦👦",family_man_man_girl_girl:"👨👨👧👧",family_woman_woman_boy:"👩👩👦",family_woman_woman_girl:"👩👩👧",family_woman_woman_girl_boy:"👩👩👧👦",family_woman_woman_boy_boy:"👩👩👦👦",family_woman_woman_girl_girl:"👩👩👧👧",family_man_boy:"👨👦",family_man_boy_boy:"👨👦👦",family_man_girl:"👨👧",family_man_girl_boy:"👨👧👦",family_man_girl_girl:"👨👧👧",family_woman_boy:"👩👦",family_woman_boy_boy:"👩👦👦",family_woman_girl:"👩👧",family_woman_girl_boy:"👩👧👦",family_woman_girl_girl:"👩👧👧",speaking_head:"🗣️",bust_in_silhouette:"👤",busts_in_silhouette:"👥",people_hugging:"🫂",footprints:"👣",monkey_face:"🐵",monkey:"🐒",gorilla:"🦍",orangutan:"🦧",dog:"🐶",dog2:"🐕",guide_dog:"🦮",service_dog:"🐕🦺",poodle:"🐩",wolf:"🐺",fox_face:"🦊",raccoon:"🦝",cat:"🐱",cat2:"🐈",black_cat:"🐈⬛",lion:"🦁",tiger:"🐯",tiger2:"🐅",leopard:"🐆",horse:"🐴",racehorse:"🐎",unicorn:"🦄",zebra:"🦓",deer:"🦌",bison:"🦬",cow:"🐮",ox:"🐂",water_buffalo:"🐃",cow2:"🐄",pig:"🐷",pig2:"🐖",boar:"🐗",pig_nose:"🐽",ram:"🐏",sheep:"🐑",goat:"🐐",dromedary_camel:"🐪",camel:"🐫",llama:"🦙",giraffe:"🦒",elephant:"🐘",mammoth:"🦣",rhinoceros:"🦏",hippopotamus:"🦛",mouse:"🐭",mouse2:"🐁",rat:"🐀",hamster:"🐹",rabbit:"🐰",rabbit2:"🐇",chipmunk:"🐿️",beaver:"🦫",hedgehog:"🦔",bat:"🦇",bear:"🐻",polar_bear:"🐻❄️",koala:"🐨",panda_face:"🐼",sloth:"🦥",otter:"🦦",skunk:"🦨",kangaroo:"🦘",badger:"🦡",feet:"🐾",paw_prints:"🐾",turkey:"🦃",chicken:"🐔",rooster:"🐓",hatching_chick:"🐣",baby_chick:"🐤",hatched_chick:"🐥",bird:"🐦",penguin:"🐧",dove:"🕊️",eagle:"🦅",duck:"🦆",swan:"🦢",owl:"🦉",dodo:"🦤",feather:"🪶",flamingo:"🦩",peacock:"🦚",parrot:"🦜",frog:"🐸",crocodile:"🐊",turtle:"🐢",lizard:"🦎",snake:"🐍",dragon_face:"🐲",dragon:"🐉",sauropod:"🦕","t-rex":"🦖",whale:"🐳",whale2:"🐋",dolphin:"🐬",flipper:"🐬",seal:"🦭",fish:"🐟",tropical_fish:"🐠",blowfish:"🐡",shark:"🦈",octopus:"🐙",shell:"🐚",snail:"🐌",butterfly:"🦋",bug:"🐛",ant:"🐜",bee:"🐝",honeybee:"🐝",beetle:"🪲",lady_beetle:"🐞",cricket:"🦗",cockroach:"🪳",spider:"🕷️",spider_web:"🕸️",scorpion:"🦂",mosquito:"🦟",fly:"🪰",worm:"🪱",microbe:"🦠",bouquet:"💐",cherry_blossom:"🌸",white_flower:"💮",rosette:"🏵️",rose:"🌹",wilted_flower:"🥀",hibiscus:"🌺",sunflower:"🌻",blossom:"🌼",tulip:"🌷",seedling:"🌱",potted_plant:"🪴",evergreen_tree:"🌲",deciduous_tree:"🌳",palm_tree:"🌴",cactus:"🌵",ear_of_rice:"🌾",herb:"🌿",shamrock:"☘️",four_leaf_clover:"🍀",maple_leaf:"🍁",fallen_leaf:"🍂",leaves:"🍃",grapes:"🍇",melon:"🍈",watermelon:"🍉",tangerine:"🍊",orange:"🍊",mandarin:"🍊",lemon:"🍋",banana:"🍌",pineapple:"🍍",mango:"🥭",apple:"🍎",green_apple:"🍏",pear:"🍐",peach:"🍑",cherries:"🍒",strawberry:"🍓",blueberries:"🫐",kiwi_fruit:"🥝",tomato:"🍅",olive:"🫒",coconut:"🥥",avocado:"🥑",eggplant:"🍆",potato:"🥔",carrot:"🥕",corn:"🌽",hot_pepper:"🌶️",bell_pepper:"🫑",cucumber:"🥒",leafy_green:"🥬",broccoli:"🥦",garlic:"🧄",onion:"🧅",mushroom:"🍄",peanuts:"🥜",chestnut:"🌰",bread:"🍞",croissant:"🥐",baguette_bread:"🥖",flatbread:"🫓",pretzel:"🥨",bagel:"🥯",pancakes:"🥞",waffle:"🧇",cheese:"🧀",meat_on_bone:"🍖",poultry_leg:"🍗",cut_of_meat:"🥩",bacon:"🥓",hamburger:"🍔",fries:"🍟",pizza:"🍕",hotdog:"🌭",sandwich:"🥪",taco:"🌮",burrito:"🌯",tamale:"🫔",stuffed_flatbread:"🥙",falafel:"🧆",egg:"🥚",fried_egg:"🍳",shallow_pan_of_food:"🥘",stew:"🍲",fondue:"🫕",bowl_with_spoon:"🥣",green_salad:"🥗",popcorn:"🍿",butter:"🧈",salt:"🧂",canned_food:"🥫",bento:"🍱",rice_cracker:"🍘",rice_ball:"🍙",rice:"🍚",curry:"🍛",ramen:"🍜",spaghetti:"🍝",sweet_potato:"🍠",oden:"🍢",sushi:"🍣",fried_shrimp:"🍤",fish_cake:"🍥",moon_cake:"🥮",dango:"🍡",dumpling:"🥟",fortune_cookie:"🥠",takeout_box:"🥡",crab:"🦀",lobster:"🦞",shrimp:"🦐",squid:"🦑",oyster:"🦪",icecream:"🍦",shaved_ice:"🍧",ice_cream:"🍨",doughnut:"🍩",cookie:"🍪",birthday:"🎂",cake:"🍰",cupcake:"🧁",pie:"🥧",chocolate_bar:"🍫",candy:"🍬",lollipop:"🍭",custard:"🍮",honey_pot:"🍯",baby_bottle:"🍼",milk_glass:"🥛",coffee:"☕",teapot:"🫖",tea:"🍵",sake:"🍶",champagne:"🍾",wine_glass:"🍷",cocktail:"🍸",tropical_drink:"🍹",beer:"🍺",beers:"🍻",clinking_glasses:"🥂",tumbler_glass:"🥃",cup_with_straw:"🥤",bubble_tea:"🧋",beverage_box:"🧃",mate:"🧉",ice_cube:"🧊",chopsticks:"🥢",plate_with_cutlery:"🍽️",fork_and_knife:"🍴",spoon:"🥄",hocho:"🔪",knife:"🔪",amphora:"🏺",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",globe_with_meridians:"🌐",world_map:"🗺️",japan:"🗾",compass:"🧭",mountain_snow:"🏔️",mountain:"⛰️",volcano:"🌋",mount_fuji:"🗻",camping:"🏕️",beach_umbrella:"🏖️",desert:"🏜️",desert_island:"🏝️",national_park:"🏞️",stadium:"🏟️",classical_building:"🏛️",building_construction:"🏗️",bricks:"🧱",rock:"🪨",wood:"🪵",hut:"🛖",houses:"🏘️",derelict_house:"🏚️",house:"🏠",house_with_garden:"🏡",office:"🏢",post_office:"🏣",european_post_office:"🏤",hospital:"🏥",bank:"🏦",hotel:"🏨",love_hotel:"🏩",convenience_store:"🏪",school:"🏫",department_store:"🏬",factory:"🏭",japanese_castle:"🏯",european_castle:"🏰",wedding:"💒",tokyo_tower:"🗼",statue_of_liberty:"🗽",church:"⛪",mosque:"🕌",hindu_temple:"🛕",synagogue:"🕍",shinto_shrine:"⛩️",kaaba:"🕋",fountain:"⛲",tent:"⛺",foggy:"🌁",night_with_stars:"🌃",cityscape:"🏙️",sunrise_over_mountains:"🌄",sunrise:"🌅",city_sunset:"🌆",city_sunrise:"🌇",bridge_at_night:"🌉",hotsprings:"♨️",carousel_horse:"🎠",ferris_wheel:"🎡",roller_coaster:"🎢",barber:"💈",circus_tent:"🎪",steam_locomotive:"🚂",railway_car:"🚃",bullettrain_side:"🚄",bullettrain_front:"🚅",train2:"🚆",metro:"🚇",light_rail:"🚈",station:"🚉",tram:"🚊",monorail:"🚝",mountain_railway:"🚞",train:"🚋",bus:"🚌",oncoming_bus:"🚍",trolleybus:"🚎",minibus:"🚐",ambulance:"🚑",fire_engine:"🚒",police_car:"🚓",oncoming_police_car:"🚔",taxi:"🚕",oncoming_taxi:"🚖",car:"🚗",red_car:"🚗",oncoming_automobile:"🚘",blue_car:"🚙",pickup_truck:"🛻",truck:"🚚",articulated_lorry:"🚛",tractor:"🚜",racing_car:"🏎️",motorcycle:"🏍️",motor_scooter:"🛵",manual_wheelchair:"🦽",motorized_wheelchair:"🦼",auto_rickshaw:"🛺",bike:"🚲",kick_scooter:"🛴",skateboard:"🛹",roller_skate:"🛼",busstop:"🚏",motorway:"🛣️",railway_track:"🛤️",oil_drum:"🛢️",fuelpump:"⛽",rotating_light:"🚨",traffic_light:"🚥",vertical_traffic_light:"🚦",stop_sign:"🛑",construction:"🚧",anchor:"⚓",boat:"⛵",sailboat:"⛵",canoe:"🛶",speedboat:"🚤",passenger_ship:"🛳️",ferry:"⛴️",motor_boat:"🛥️",ship:"🚢",airplane:"✈️",small_airplane:"🛩️",flight_departure:"🛫",flight_arrival:"🛬",parachute:"🪂",seat:"💺",helicopter:"🚁",suspension_railway:"🚟",mountain_cableway:"🚠",aerial_tramway:"🚡",artificial_satellite:"🛰️",rocket:"🚀",flying_saucer:"🛸",bellhop_bell:"🛎️",luggage:"🧳",hourglass:"⌛",hourglass_flowing_sand:"⏳",watch:"⌚",alarm_clock:"⏰",stopwatch:"⏱️",timer_clock:"⏲️",mantelpiece_clock:"🕰️",clock12:"🕛",clock1230:"🕧",clock1:"🕐",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",new_moon:"🌑",waxing_crescent_moon:"🌒",first_quarter_moon:"🌓",moon:"🌔",waxing_gibbous_moon:"🌔",full_moon:"🌕",waning_gibbous_moon:"🌖",last_quarter_moon:"🌗",waning_crescent_moon:"🌘",crescent_moon:"🌙",new_moon_with_face:"🌚",first_quarter_moon_with_face:"🌛",last_quarter_moon_with_face:"🌜",thermometer:"🌡️",sunny:"☀️",full_moon_with_face:"🌝",sun_with_face:"🌞",ringed_planet:"🪐",star:"⭐",star2:"🌟",stars:"🌠",milky_way:"🌌",cloud:"☁️",partly_sunny:"⛅",cloud_with_lightning_and_rain:"⛈️",sun_behind_small_cloud:"🌤️",sun_behind_large_cloud:"🌥️",sun_behind_rain_cloud:"🌦️",cloud_with_rain:"🌧️",cloud_with_snow:"🌨️",cloud_with_lightning:"🌩️",tornado:"🌪️",fog:"🌫️",wind_face:"🌬️",cyclone:"🌀",rainbow:"🌈",closed_umbrella:"🌂",open_umbrella:"☂️",umbrella:"☔",parasol_on_ground:"⛱️",zap:"⚡",snowflake:"❄️",snowman_with_snow:"☃️",snowman:"⛄",comet:"☄️",fire:"🔥",droplet:"💧",ocean:"🌊",jack_o_lantern:"🎃",christmas_tree:"🎄",fireworks:"🎆",sparkler:"🎇",firecracker:"🧨",sparkles:"✨",balloon:"🎈",tada:"🎉",confetti_ball:"🎊",tanabata_tree:"🎋",bamboo:"🎍",dolls:"🎎",flags:"🎏",wind_chime:"🎐",rice_scene:"🎑",red_envelope:"🧧",ribbon:"🎀",gift:"🎁",reminder_ribbon:"🎗️",tickets:"🎟️",ticket:"🎫",medal_military:"🎖️",trophy:"🏆",medal_sports:"🏅","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉",soccer:"⚽",baseball:"⚾",softball:"🥎",basketball:"🏀",volleyball:"🏐",football:"🏈",rugby_football:"🏉",tennis:"🎾",flying_disc:"🥏",bowling:"🎳",cricket_game:"🏏",field_hockey:"🏑",ice_hockey:"🏒",lacrosse:"🥍",ping_pong:"🏓",badminton:"🏸",boxing_glove:"🥊",martial_arts_uniform:"🥋",goal_net:"🥅",golf:"⛳",ice_skate:"⛸️",fishing_pole_and_fish:"🎣",diving_mask:"🤿",running_shirt_with_sash:"🎽",ski:"🎿",sled:"🛷",curling_stone:"🥌",dart:"🎯",yo_yo:"🪀",kite:"🪁","8ball":"🎱",crystal_ball:"🔮",magic_wand:"🪄",nazar_amulet:"🧿",video_game:"🎮",joystick:"🕹️",slot_machine:"🎰",game_die:"🎲",jigsaw:"🧩",teddy_bear:"🧸",pinata:"🪅",nesting_dolls:"🪆",spades:"♠️",hearts:"♥️",diamonds:"♦️",clubs:"♣️",chess_pawn:"♟️",black_joker:"🃏",mahjong:"🀄",flower_playing_cards:"🎴",performing_arts:"🎭",framed_picture:"🖼️",art:"🎨",thread:"🧵",sewing_needle:"🪡",yarn:"🧶",knot:"🪢",eyeglasses:"👓",dark_sunglasses:"🕶️",goggles:"🥽",lab_coat:"🥼",safety_vest:"🦺",necktie:"👔",shirt:"👕",tshirt:"👕",jeans:"👖",scarf:"🧣",gloves:"🧤",coat:"🧥",socks:"🧦",dress:"👗",kimono:"👘",sari:"🥻",one_piece_swimsuit:"🩱",swim_brief:"🩲",shorts:"🩳",bikini:"👙",womans_clothes:"👚",purse:"👛",handbag:"👜",pouch:"👝",shopping:"🛍️",school_satchel:"🎒",thong_sandal:"🩴",mans_shoe:"👞",shoe:"👞",athletic_shoe:"👟",hiking_boot:"🥾",flat_shoe:"🥿",high_heel:"👠",sandal:"👡",ballet_shoes:"🩰",boot:"👢",crown:"👑",womans_hat:"👒",tophat:"🎩",mortar_board:"🎓",billed_cap:"🧢",military_helmet:"🪖",rescue_worker_helmet:"⛑️",prayer_beads:"📿",lipstick:"💄",ring:"💍",gem:"💎",mute:"🔇",speaker:"🔈",sound:"🔉",loud_sound:"🔊",loudspeaker:"📢",mega:"📣",postal_horn:"📯",bell:"🔔",no_bell:"🔕",musical_score:"🎼",musical_note:"🎵",notes:"🎶",studio_microphone:"🎙️",level_slider:"🎚️",control_knobs:"🎛️",microphone:"🎤",headphones:"🎧",radio:"📻",saxophone:"🎷",accordion:"🪗",guitar:"🎸",musical_keyboard:"🎹",trumpet:"🎺",violin:"🎻",banjo:"🪕",drum:"🥁",long_drum:"🪘",iphone:"📱",calling:"📲",phone:"☎️",telephone:"☎️",telephone_receiver:"📞",pager:"📟",fax:"📠",battery:"🔋",electric_plug:"🔌",computer:"💻",desktop_computer:"🖥️",printer:"🖨️",keyboard:"⌨️",computer_mouse:"🖱️",trackball:"🖲️",minidisc:"💽",floppy_disk:"💾",cd:"💿",dvd:"📀",abacus:"🧮",movie_camera:"🎥",film_strip:"🎞️",film_projector:"📽️",clapper:"🎬",tv:"📺",camera:"📷",camera_flash:"📸",video_camera:"📹",vhs:"📼",mag:"🔍",mag_right:"🔎",candle:"🕯️",bulb:"💡",flashlight:"🔦",izakaya_lantern:"🏮",lantern:"🏮",diya_lamp:"🪔",notebook_with_decorative_cover:"📔",closed_book:"📕",book:"📖",open_book:"📖",green_book:"📗",blue_book:"📘",orange_book:"📙",books:"📚",notebook:"📓",ledger:"📒",page_with_curl:"📃",scroll:"📜",page_facing_up:"📄",newspaper:"📰",newspaper_roll:"🗞️",bookmark_tabs:"📑",bookmark:"🔖",label:"🏷️",moneybag:"💰",coin:"🪙",yen:"💴",dollar:"💵",euro:"💶",pound:"💷",money_with_wings:"💸",credit_card:"💳",receipt:"🧾",chart:"💹",envelope:"✉️",email:"📧","e-mail":"📧",incoming_envelope:"📨",envelope_with_arrow:"📩",outbox_tray:"📤",inbox_tray:"📥",package:"📦",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",postbox:"📮",ballot_box:"🗳️",pencil2:"✏️",black_nib:"✒️",fountain_pen:"🖋️",pen:"🖊️",paintbrush:"🖌️",crayon:"🖍️",memo:"📝",pencil:"📝",briefcase:"💼",file_folder:"📁",open_file_folder:"📂",card_index_dividers:"🗂️",date:"📅",calendar:"📆",spiral_notepad:"🗒️",spiral_calendar:"🗓️",card_index:"📇",chart_with_upwards_trend:"📈",chart_with_downwards_trend:"📉",bar_chart:"📊",clipboard:"📋",pushpin:"📌",round_pushpin:"📍",paperclip:"📎",paperclips:"🖇️",straight_ruler:"📏",triangular_ruler:"📐",scissors:"✂️",card_file_box:"🗃️",file_cabinet:"🗄️",wastebasket:"🗑️",lock:"🔒",unlock:"🔓",lock_with_ink_pen:"🔏",closed_lock_with_key:"🔐",key:"🔑",old_key:"🗝️",hammer:"🔨",axe:"🪓",pick:"⛏️",hammer_and_pick:"⚒️",hammer_and_wrench:"🛠️",dagger:"🗡️",crossed_swords:"⚔️",gun:"🔫",boomerang:"🪃",bow_and_arrow:"🏹",shield:"🛡️",carpentry_saw:"🪚",wrench:"🔧",screwdriver:"🪛",nut_and_bolt:"🔩",gear:"⚙️",clamp:"🗜️",balance_scale:"⚖️",probing_cane:"🦯",link:"🔗",chains:"⛓️",hook:"🪝",toolbox:"🧰",magnet:"🧲",ladder:"🪜",alembic:"⚗️",test_tube:"🧪",petri_dish:"🧫",dna:"🧬",microscope:"🔬",telescope:"🔭",satellite:"📡",syringe:"💉",drop_of_blood:"🩸",pill:"💊",adhesive_bandage:"🩹",stethoscope:"🩺",door:"🚪",elevator:"🛗",mirror:"🪞",window:"🪟",bed:"🛏️",couch_and_lamp:"🛋️",chair:"🪑",toilet:"🚽",plunger:"🪠",shower:"🚿",bathtub:"🛁",mouse_trap:"🪤",razor:"🪒",lotion_bottle:"🧴",safety_pin:"🧷",broom:"🧹",basket:"🧺",roll_of_paper:"🧻",bucket:"🪣",soap:"🧼",toothbrush:"🪥",sponge:"🧽",fire_extinguisher:"🧯",shopping_cart:"🛒",smoking:"🚬",coffin:"⚰️",headstone:"🪦",funeral_urn:"⚱️",moyai:"🗿",placard:"🪧",atm:"🏧",put_litter_in_its_place:"🚮",potable_water:"🚰",wheelchair:"♿",mens:"🚹",womens:"🚺",restroom:"🚻",baby_symbol:"🚼",wc:"🚾",passport_control:"🛂",customs:"🛃",baggage_claim:"🛄",left_luggage:"🛅",warning:"⚠️",children_crossing:"🚸",no_entry:"⛔",no_entry_sign:"🚫",no_bicycles:"🚳",no_smoking:"🚭",do_not_litter:"🚯","non-potable_water":"🚱",no_pedestrians:"🚷",no_mobile_phones:"📵",underage:"🔞",radioactive:"☢️",biohazard:"☣️",arrow_up:"⬆️",arrow_upper_right:"↗️",arrow_right:"➡️",arrow_lower_right:"↘️",arrow_down:"⬇️",arrow_lower_left:"↙️",arrow_left:"⬅️",arrow_upper_left:"↖️",arrow_up_down:"↕️",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",arrow_right_hook:"↪️",arrow_heading_up:"⤴️",arrow_heading_down:"⤵️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",back:"🔙",end:"🔚",on:"🔛",soon:"🔜",top:"🔝",place_of_worship:"🛐",atom_symbol:"⚛️",om:"🕉️",star_of_david:"✡️",wheel_of_dharma:"☸️",yin_yang:"☯️",latin_cross:"✝️",orthodox_cross:"☦️",star_and_crescent:"☪️",peace_symbol:"☮️",menorah:"🕎",six_pointed_star:"🔯",aries:"♈",taurus:"♉",gemini:"♊",cancer:"♋",leo:"♌",virgo:"♍",libra:"♎",scorpius:"♏",sagittarius:"♐",capricorn:"♑",aquarius:"♒",pisces:"♓",ophiuchus:"⛎",twisted_rightwards_arrows:"🔀",repeat:"🔁",repeat_one:"🔂",arrow_forward:"▶️",fast_forward:"⏩",next_track_button:"⏭️",play_or_pause_button:"⏯️",arrow_backward:"◀️",rewind:"⏪",previous_track_button:"⏮️",arrow_up_small:"🔼",arrow_double_up:"⏫",arrow_down_small:"🔽",arrow_double_down:"⏬",pause_button:"⏸️",stop_button:"⏹️",record_button:"⏺️",eject_button:"⏏️",cinema:"🎦",low_brightness:"🔅",high_brightness:"🔆",signal_strength:"📶",vibration_mode:"📳",mobile_phone_off:"📴",female_sign:"♀️",male_sign:"♂️",transgender_symbol:"⚧️",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",heavy_minus_sign:"➖",heavy_division_sign:"➗",infinity:"♾️",bangbang:"‼️",interrobang:"⁉️",question:"❓",grey_question:"❔",grey_exclamation:"❕",exclamation:"❗",heavy_exclamation_mark:"❗",wavy_dash:"〰️",currency_exchange:"💱",heavy_dollar_sign:"💲",medical_symbol:"⚕️",recycle:"♻️",fleur_de_lis:"⚜️",trident:"🔱",name_badge:"📛",beginner:"🔰",o:"⭕",white_check_mark:"✅",ballot_box_with_check:"☑️",heavy_check_mark:"✔️",x:"❌",negative_squared_cross_mark:"❎",curly_loop:"➰",loop:"➿",part_alternation_mark:"〽️",eight_spoked_asterisk:"✳️",eight_pointed_black_star:"✴️",sparkle:"❇️",copyright:"©️",registered:"®️",tm:"™️",hash:"#️⃣",asterisk:"*️⃣",zero:"0️⃣",one:"1️⃣",two:"2️⃣",three:"3️⃣",four:"4️⃣",five:"5️⃣",six:"6️⃣",seven:"7️⃣",eight:"8️⃣",nine:"9️⃣",keycap_ten:"🔟",capital_abcd:"🔠",abcd:"🔡",symbols:"🔣",abc:"🔤",a:"🅰️",ab:"🆎",b:"🅱️",cl:"🆑",cool:"🆒",free:"🆓",information_source:"ℹ️",id:"🆔",m:"Ⓜ️",new:"🆕",ng:"🆖",o2:"🅾️",ok:"🆗",parking:"🅿️",sos:"🆘",up:"🆙",vs:"🆚",koko:"🈁",sa:"🈂️",ideograph_advantage:"🉐",accept:"🉑",congratulations:"㊗️",secret:"㊙️",u6e80:"🈵",red_circle:"🔴",orange_circle:"🟠",yellow_circle:"🟡",green_circle:"🟢",large_blue_circle:"🔵",purple_circle:"🟣",brown_circle:"🟤",black_circle:"⚫",white_circle:"⚪",red_square:"🟥",orange_square:"🟧",yellow_square:"🟨",green_square:"🟩",blue_square:"🟦",purple_square:"🟪",brown_square:"🟫",black_large_square:"⬛",white_large_square:"⬜",black_medium_square:"◼️",white_medium_square:"◻️",black_medium_small_square:"◾",white_medium_small_square:"◽",black_small_square:"▪️",white_small_square:"▫️",large_orange_diamond:"🔶",large_blue_diamond:"🔷",small_orange_diamond:"🔸",small_blue_diamond:"🔹",small_red_triangle:"🔺",small_red_triangle_down:"🔻",diamond_shape_with_a_dot_inside:"💠",radio_button:"🔘",white_square_button:"🔳",black_square_button:"🔲",checkered_flag:"🏁",triangular_flag_on_post:"🚩",crossed_flags:"🎌",black_flag:"🏴",white_flag:"🏳️",rainbow_flag:"🏳️🌈",transgender_flag:"🏳️⚧️",pirate_flag:"🏴☠️",ascension_island:"🇦🇨",andorra:"🇦🇩",united_arab_emirates:"🇦🇪",afghanistan:"🇦🇫",antigua_barbuda:"🇦🇬",anguilla:"🇦🇮",albania:"🇦🇱",armenia:"🇦🇲",angola:"🇦🇴",antarctica:"🇦🇶",argentina:"🇦🇷",american_samoa:"🇦🇸",austria:"🇦🇹",australia:"🇦🇺",aruba:"🇦🇼",aland_islands:"🇦🇽",azerbaijan:"🇦🇿",bosnia_herzegovina:"🇧🇦",barbados:"🇧🇧",bangladesh:"🇧🇩",belgium:"🇧🇪",burkina_faso:"🇧🇫",bulgaria:"🇧🇬",bahrain:"🇧🇭",burundi:"🇧🇮",benin:"🇧🇯",st_barthelemy:"🇧🇱",bermuda:"🇧🇲",brunei:"🇧🇳",bolivia:"🇧🇴",caribbean_netherlands:"🇧🇶",brazil:"🇧🇷",bahamas:"🇧🇸",bhutan:"🇧🇹",bouvet_island:"🇧🇻",botswana:"🇧🇼",belarus:"🇧🇾",belize:"🇧🇿",canada:"🇨🇦",cocos_islands:"🇨🇨",congo_kinshasa:"🇨🇩",central_african_republic:"🇨🇫",congo_brazzaville:"🇨🇬",switzerland:"🇨🇭",cote_divoire:"🇨🇮",cook_islands:"🇨🇰",chile:"🇨🇱",cameroon:"🇨🇲",cn:"🇨🇳",colombia:"🇨🇴",clipperton_island:"🇨🇵",costa_rica:"🇨🇷",cuba:"🇨🇺",cape_verde:"🇨🇻",curacao:"🇨🇼",christmas_island:"🇨🇽",cyprus:"🇨🇾",czech_republic:"🇨🇿",de:"🇩🇪",diego_garcia:"🇩🇬",djibouti:"🇩🇯",denmark:"🇩🇰",dominica:"🇩🇲",dominican_republic:"🇩🇴",algeria:"🇩🇿",ceuta_melilla:"🇪🇦",ecuador:"🇪🇨",estonia:"🇪🇪",egypt:"🇪🇬",western_sahara:"🇪🇭",eritrea:"🇪🇷",es:"🇪🇸",ethiopia:"🇪🇹",eu:"🇪🇺",european_union:"🇪🇺",finland:"🇫🇮",fiji:"🇫🇯",falkland_islands:"🇫🇰",micronesia:"🇫🇲",faroe_islands:"🇫🇴",fr:"🇫🇷",gabon:"🇬🇦",gb:"🇬🇧",uk:"🇬🇧",grenada:"🇬🇩",georgia:"🇬🇪",french_guiana:"🇬🇫",guernsey:"🇬🇬",ghana:"🇬🇭",gibraltar:"🇬🇮",greenland:"🇬🇱",gambia:"🇬🇲",guinea:"🇬🇳",guadeloupe:"🇬🇵",equatorial_guinea:"🇬🇶",greece:"🇬🇷",south_georgia_south_sandwich_islands:"🇬🇸",guatemala:"🇬🇹",guam:"🇬🇺",guinea_bissau:"🇬🇼",guyana:"🇬🇾",hong_kong:"🇭🇰",heard_mcdonald_islands:"🇭🇲",honduras:"🇭🇳",croatia:"🇭🇷",haiti:"🇭🇹",hungary:"🇭🇺",canary_islands:"🇮🇨",indonesia:"🇮🇩",ireland:"🇮🇪",israel:"🇮🇱",isle_of_man:"🇮🇲",india:"🇮🇳",british_indian_ocean_territory:"🇮🇴",iraq:"🇮🇶",iran:"🇮🇷",iceland:"🇮🇸",it:"🇮🇹",jersey:"🇯🇪",jamaica:"🇯🇲",jordan:"🇯🇴",jp:"🇯🇵",kenya:"🇰🇪",kyrgyzstan:"🇰🇬",cambodia:"🇰🇭",kiribati:"🇰🇮",comoros:"🇰🇲",st_kitts_nevis:"🇰🇳",north_korea:"🇰🇵",kr:"🇰🇷",kuwait:"🇰🇼",cayman_islands:"🇰🇾",kazakhstan:"🇰🇿",laos:"🇱🇦",lebanon:"🇱🇧",st_lucia:"🇱🇨",liechtenstein:"🇱🇮",sri_lanka:"🇱🇰",liberia:"🇱🇷",lesotho:"🇱🇸",lithuania:"🇱🇹",luxembourg:"🇱🇺",latvia:"🇱🇻",libya:"🇱🇾",morocco:"🇲🇦",monaco:"🇲🇨",moldova:"🇲🇩",montenegro:"🇲🇪",st_martin:"🇲🇫",madagascar:"🇲🇬",marshall_islands:"🇲🇭",macedonia:"🇲🇰",mali:"🇲🇱",myanmar:"🇲🇲",mongolia:"🇲🇳",macau:"🇲🇴",northern_mariana_islands:"🇲🇵",martinique:"🇲🇶",mauritania:"🇲🇷",montserrat:"🇲🇸",malta:"🇲🇹",mauritius:"🇲🇺",maldives:"🇲🇻",malawi:"🇲🇼",mexico:"🇲🇽",malaysia:"🇲🇾",mozambique:"🇲🇿",namibia:"🇳🇦",new_caledonia:"🇳🇨",niger:"🇳🇪",norfolk_island:"🇳🇫",nigeria:"🇳🇬",nicaragua:"🇳🇮",netherlands:"🇳🇱",norway:"🇳🇴",nepal:"🇳🇵",nauru:"🇳🇷",niue:"🇳🇺",new_zealand:"🇳🇿",oman:"🇴🇲",panama:"🇵🇦",peru:"🇵🇪",french_polynesia:"🇵🇫",papua_new_guinea:"🇵🇬",philippines:"🇵🇭",pakistan:"🇵🇰",poland:"🇵🇱",st_pierre_miquelon:"🇵🇲",pitcairn_islands:"🇵🇳",puerto_rico:"🇵🇷",palestinian_territories:"🇵🇸",portugal:"🇵🇹",palau:"🇵🇼",paraguay:"🇵🇾",qatar:"🇶🇦",reunion:"🇷🇪",romania:"🇷🇴",serbia:"🇷🇸",ru:"🇷🇺",rwanda:"🇷🇼",saudi_arabia:"🇸🇦",solomon_islands:"🇸🇧",seychelles:"🇸🇨",sudan:"🇸🇩",sweden:"🇸🇪",singapore:"🇸🇬",st_helena:"🇸🇭",slovenia:"🇸🇮",svalbard_jan_mayen:"🇸🇯",slovakia:"🇸🇰",sierra_leone:"🇸🇱",san_marino:"🇸🇲",senegal:"🇸🇳",somalia:"🇸🇴",suriname:"🇸🇷",south_sudan:"🇸🇸",sao_tome_principe:"🇸🇹",el_salvador:"🇸🇻",sint_maarten:"🇸🇽",syria:"🇸🇾",swaziland:"🇸🇿",tristan_da_cunha:"🇹🇦",turks_caicos_islands:"🇹🇨",chad:"🇹🇩",french_southern_territories:"🇹🇫",togo:"🇹🇬",thailand:"🇹🇭",tajikistan:"🇹🇯",tokelau:"🇹🇰",timor_leste:"🇹🇱",turkmenistan:"🇹🇲",tunisia:"🇹🇳",tonga:"🇹🇴",tr:"🇹🇷",trinidad_tobago:"🇹🇹",tuvalu:"🇹🇻",taiwan:"🇹🇼",tanzania:"🇹🇿",ukraine:"🇺🇦",uganda:"🇺🇬",us_outlying_islands:"🇺🇲",united_nations:"🇺🇳",us:"🇺🇸",uruguay:"🇺🇾",uzbekistan:"🇺🇿",vatican_city:"🇻🇦",st_vincent_grenadines:"🇻🇨",venezuela:"🇻🇪",british_virgin_islands:"🇻🇬",us_virgin_islands:"🇻🇮",vietnam:"🇻🇳",vanuatu:"🇻🇺",wallis_futuna:"🇼🇫",samoa:"🇼🇸",kosovo:"🇽🇰",yemen:"🇾🇪",mayotte:"🇾🇹",south_africa:"🇿🇦",zambia:"🇿🇲",zimbabwe:"🇿🇼",england:"🏴",scotland:"🏴",wales:"🏴"};var _i,Gm;function MT(){return Gm||(Gm=1,_i={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["</3","<\\3"],confused:[":/",":-/"],cry:[":'(",":'-(",":,(",":,-("],frowning:[":(",":-("],heart:["<3"],imp:["]:(","]:-("],innocent:["o:)","O:)","o:-)","O:-)","0:)","0:-)"],joy:[":')",":'-)",":,)",":,-)",":'D",":'-D",":,D",":,-D"],kissing:[":*",":-*"],laughing:["x-)","X-)"],neutral_face:[":|",":-|"],open_mouth:[":o",":-o",":O",":-O"],rage:[":@",":-@"],smile:[":D",":-D"],smiley:[":)",":-)"],smiling_imp:["]:)","]:-)"],sob:[":,'(",":,'-(",";(",";-("],stuck_out_tongue:[":P",":-P"],sunglasses:["8-)","B-)"],sweat:[",:(",",:-("],sweat_smile:[",:)",",:-)"],unamused:[":s",":-S",":z",":-Z",":$",":-$"],wink:[";)",";-)"]}),_i}var bi,Zm;function IT(){return Zm||(Zm=1,bi=function(t,o){return t[o].content}),bi}var ki,Wm;function LT(){return Wm||(Wm=1,ki=function(t,o,r,a,s){var i=t.utils.arrayReplaceAt,c=t.utils.lib.ucmicro,l=new RegExp([c.Z.source,c.P.source,c.Cc.source].join("|"));function d(f,u,g){var p,_=0,m=[];return f.replace(s,function(b,h,k){var w;if(r.hasOwnProperty(b)){if(w=r[b],h>0&&!l.test(k[h-1])||h+b.length<k.length&&!l.test(k[h+b.length]))return}else w=b.slice(1,-1);h>_&&(p=new g("text","",0),p.content=f.slice(_,h),m.push(p)),p=new g("emoji","",0),p.markup=w,p.content=o[w],m.push(p),_=h+b.length}),_<f.length&&(p=new g("text","",0),p.content=f.slice(_),m.push(p)),m}return function(u){var g,p,_,m,b,h=u.tokens,k=0;for(p=0,_=h.length;p<_;p++)if(h[p].type==="inline")for(m=h[p].children,g=m.length-1;g>=0;g--)b=m[g],(b.type==="link_open"||b.type==="link_close")&&b.info==="auto"&&(k-=b.nesting),b.type==="text"&&k===0&&a.test(b.content)&&(h[p].children=m=i(m,g,d(b.content,b.level,u.Token)))}}),ki}var wi,Km;function RT(){if(Km)return wi;Km=1;function e(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}return wi=function(o){var r=o.defs,a;o.enabled.length&&(r=Object.keys(r).reduce(function(d,f){return o.enabled.indexOf(f)>=0&&(d[f]=r[f]),d},{})),a=Object.keys(o.shortcuts).reduce(function(d,f){return r[f]?Array.isArray(o.shortcuts[f])?(o.shortcuts[f].forEach(function(u){d[u]=f}),d):(d[o.shortcuts[f]]=f,d):d},{});var s=Object.keys(r),i;s.length===0?i="^$":i=s.map(function(d){return":"+d+":"}).concat(Object.keys(a)).sort().reverse().map(function(d){return e(d)}).join("|");var c=RegExp(i),l=RegExp(i,"g");return{defs:r,shortcuts:a,scanRE:c,replaceRE:l}},wi}var yi,Xm;function OT(){if(Xm)return yi;Xm=1;var e=IT(),t=LT(),o=RT();return yi=function(a,s){var i={defs:{},shortcuts:{},enabled:[]},c=o(a.utils.assign({},i,s||{}));a.renderer.rules.emoji=e,a.core.ruler.after("linkify","emoji",t(a,c.defs,c.shortcuts,c.scanRE,c.replaceRE))},yi}var Ci,Ym;function VT(){if(Ym)return Ci;Ym=1;var e=TT,t=MT(),o=OT();return Ci=function(a,s){var i={defs:e,shortcuts:t,enabled:[]},c=a.utils.assign({},i,s||{});o(a,c)},Ci}var zT=VT();const qT=vn(zT);var Ei,Jm;function DT(){if(Jm)return Ei;Jm=1;function e(r,a){var s,i,c=r.attrs[r.attrIndex("href")][1];for(s=0;s<a.length;++s){if(i=a[s],typeof i.matcher=="function"){if(i.matcher(c,i))return i;continue}return i}}function t(r,a,s){Object.keys(s).forEach(function(i){var c,l=s[i];i==="className"&&(i="class"),c=a[r].attrIndex(i),c<0?a[r].attrPush([i,l]):a[r].attrs[c][1]=l})}function o(r,a){a?a=Array.isArray(a)?a:[a]:a=[],Object.freeze(a);var s=r.renderer.rules.link_open||this.defaultRender;r.renderer.rules.link_open=function(i,c,l,d,f){var u=e(i[c],a),g=u&&u.attrs;return g&&t(c,i,g),s(i,c,l,d,f)}}return o.defaultRender=function(r,a,s,i,c){return c.renderToken(r,a,s)},Ei=o,Ei}var PT=DT();const Qm=vn(PT);var xi,e2;function FT(){if(e2)return xi;e2=1;var e=!0,t=!1,o=!1;xi=function(m,b){b&&(e=!b.enabled,t=!!b.label,o=!!b.labelAfter),m.core.ruler.after("inline","github-task-lists",function(h){for(var k=h.tokens,w=2;w<k.length;w++)s(k,w)&&(i(k[w],h.Token),r(k[w-2],"class","task-list-item"+(e?"":" enabled")),r(k[a(k,w-2)],"class","contains-task-list"))})};function r(m,b,h){var k=m.attrIndex(b),w=[b,h];k<0?m.attrPush(w):m.attrs[k]=w}function a(m,b){for(var h=m[b].level-1,k=b-1;k>=0;k--)if(m[k].level===h)return k;return-1}function s(m,b){return u(m[b])&&g(m[b-1])&&p(m[b-2])&&_(m[b])}function i(m,b){if(m.children.unshift(c(m,b)),m.children[1].content=m.children[1].content.slice(3),m.content=m.content.slice(3),t)if(o){m.children.pop();var h="task-item-"+Math.ceil(Math.random()*(1e4*1e3)-1e3);m.children[0].content=m.children[0].content.slice(0,-1)+' id="'+h+'">',m.children.push(f(m.content,h,b))}else m.children.unshift(l(b)),m.children.push(d(b))}function c(m,b){var h=new b("html_inline","",0),k=e?' disabled="" ':"";return m.content.indexOf("[ ] ")===0?h.content='<input class="task-list-item-checkbox"'+k+'type="checkbox">':(m.content.indexOf("[x] ")===0||m.content.indexOf("[X] ")===0)&&(h.content='<input class="task-list-item-checkbox" checked=""'+k+'type="checkbox">'),h}function l(m){var b=new m("html_inline","",0);return b.content="<label>",b}function d(m){var b=new m("html_inline","",0);return b.content="</label>",b}function f(m,b,h){var k=new h("html_inline","",0);return k.content='<label class="task-list-item-label" for="'+b+'">'+m+"</label>",k.attrs=[{for:b}],k}function u(m){return m.type==="inline"}function g(m){return m.type==="paragraph_open"}function p(m){return m.type==="list_item_open"}function _(m){return m.content.indexOf("[ ] ")===0||m.content.indexOf("[x] ")===0||m.content.indexOf("[X] ")===0}return xi}var jT=FT();const HT=vn(jT);var wr={exports:{}},Ce={},yr={exports:{}},kn={},t2;function n2(){if(t2)return kn;t2=1;function e(){var s={};return s["align-content"]=!1,s["align-items"]=!1,s["align-self"]=!1,s["alignment-adjust"]=!1,s["alignment-baseline"]=!1,s.all=!1,s["anchor-point"]=!1,s.animation=!1,s["animation-delay"]=!1,s["animation-direction"]=!1,s["animation-duration"]=!1,s["animation-fill-mode"]=!1,s["animation-iteration-count"]=!1,s["animation-name"]=!1,s["animation-play-state"]=!1,s["animation-timing-function"]=!1,s.azimuth=!1,s["backface-visibility"]=!1,s.background=!0,s["background-attachment"]=!0,s["background-clip"]=!0,s["background-color"]=!0,s["background-image"]=!0,s["background-origin"]=!0,s["background-position"]=!0,s["background-repeat"]=!0,s["background-size"]=!0,s["baseline-shift"]=!1,s.binding=!1,s.bleed=!1,s["bookmark-label"]=!1,s["bookmark-level"]=!1,s["bookmark-state"]=!1,s.border=!0,s["border-bottom"]=!0,s["border-bottom-color"]=!0,s["border-bottom-left-radius"]=!0,s["border-bottom-right-radius"]=!0,s["border-bottom-style"]=!0,s["border-bottom-width"]=!0,s["border-collapse"]=!0,s["border-color"]=!0,s["border-image"]=!0,s["border-image-outset"]=!0,s["border-image-repeat"]=!0,s["border-image-slice"]=!0,s["border-image-source"]=!0,s["border-image-width"]=!0,s["border-left"]=!0,s["border-left-color"]=!0,s["border-left-style"]=!0,s["border-left-width"]=!0,s["border-radius"]=!0,s["border-right"]=!0,s["border-right-color"]=!0,s["border-right-style"]=!0,s["border-right-width"]=!0,s["border-spacing"]=!0,s["border-style"]=!0,s["border-top"]=!0,s["border-top-color"]=!0,s["border-top-left-radius"]=!0,s["border-top-right-radius"]=!0,s["border-top-style"]=!0,s["border-top-width"]=!0,s["border-width"]=!0,s.bottom=!1,s["box-decoration-break"]=!0,s["box-shadow"]=!0,s["box-sizing"]=!0,s["box-snap"]=!0,s["box-suppress"]=!0,s["break-after"]=!0,s["break-before"]=!0,s["break-inside"]=!0,s["caption-side"]=!1,s.chains=!1,s.clear=!0,s.clip=!1,s["clip-path"]=!1,s["clip-rule"]=!1,s.color=!0,s["color-interpolation-filters"]=!0,s["column-count"]=!1,s["column-fill"]=!1,s["column-gap"]=!1,s["column-rule"]=!1,s["column-rule-color"]=!1,s["column-rule-style"]=!1,s["column-rule-width"]=!1,s["column-span"]=!1,s["column-width"]=!1,s.columns=!1,s.contain=!1,s.content=!1,s["counter-increment"]=!1,s["counter-reset"]=!1,s["counter-set"]=!1,s.crop=!1,s.cue=!1,s["cue-after"]=!1,s["cue-before"]=!1,s.cursor=!1,s.direction=!1,s.display=!0,s["display-inside"]=!0,s["display-list"]=!0,s["display-outside"]=!0,s["dominant-baseline"]=!1,s.elevation=!1,s["empty-cells"]=!1,s.filter=!1,s.flex=!1,s["flex-basis"]=!1,s["flex-direction"]=!1,s["flex-flow"]=!1,s["flex-grow"]=!1,s["flex-shrink"]=!1,s["flex-wrap"]=!1,s.float=!1,s["float-offset"]=!1,s["flood-color"]=!1,s["flood-opacity"]=!1,s["flow-from"]=!1,s["flow-into"]=!1,s.font=!0,s["font-family"]=!0,s["font-feature-settings"]=!0,s["font-kerning"]=!0,s["font-language-override"]=!0,s["font-size"]=!0,s["font-size-adjust"]=!0,s["font-stretch"]=!0,s["font-style"]=!0,s["font-synthesis"]=!0,s["font-variant"]=!0,s["font-variant-alternates"]=!0,s["font-variant-caps"]=!0,s["font-variant-east-asian"]=!0,s["font-variant-ligatures"]=!0,s["font-variant-numeric"]=!0,s["font-variant-position"]=!0,s["font-weight"]=!0,s.grid=!1,s["grid-area"]=!1,s["grid-auto-columns"]=!1,s["grid-auto-flow"]=!1,s["grid-auto-rows"]=!1,s["grid-column"]=!1,s["grid-column-end"]=!1,s["grid-column-start"]=!1,s["grid-row"]=!1,s["grid-row-end"]=!1,s["grid-row-start"]=!1,s["grid-template"]=!1,s["grid-template-areas"]=!1,s["grid-template-columns"]=!1,s["grid-template-rows"]=!1,s["hanging-punctuation"]=!1,s.height=!0,s.hyphens=!1,s.icon=!1,s["image-orientation"]=!1,s["image-resolution"]=!1,s["ime-mode"]=!1,s["initial-letters"]=!1,s["inline-box-align"]=!1,s["justify-content"]=!1,s["justify-items"]=!1,s["justify-self"]=!1,s.left=!1,s["letter-spacing"]=!0,s["lighting-color"]=!0,s["line-box-contain"]=!1,s["line-break"]=!1,s["line-grid"]=!1,s["line-height"]=!1,s["line-snap"]=!1,s["line-stacking"]=!1,s["line-stacking-ruby"]=!1,s["line-stacking-shift"]=!1,s["line-stacking-strategy"]=!1,s["list-style"]=!0,s["list-style-image"]=!0,s["list-style-position"]=!0,s["list-style-type"]=!0,s.margin=!0,s["margin-bottom"]=!0,s["margin-left"]=!0,s["margin-right"]=!0,s["margin-top"]=!0,s["marker-offset"]=!1,s["marker-side"]=!1,s.marks=!1,s.mask=!1,s["mask-box"]=!1,s["mask-box-outset"]=!1,s["mask-box-repeat"]=!1,s["mask-box-slice"]=!1,s["mask-box-source"]=!1,s["mask-box-width"]=!1,s["mask-clip"]=!1,s["mask-image"]=!1,s["mask-origin"]=!1,s["mask-position"]=!1,s["mask-repeat"]=!1,s["mask-size"]=!1,s["mask-source-type"]=!1,s["mask-type"]=!1,s["max-height"]=!0,s["max-lines"]=!1,s["max-width"]=!0,s["min-height"]=!0,s["min-width"]=!0,s["move-to"]=!1,s["nav-down"]=!1,s["nav-index"]=!1,s["nav-left"]=!1,s["nav-right"]=!1,s["nav-up"]=!1,s["object-fit"]=!1,s["object-position"]=!1,s.opacity=!1,s.order=!1,s.orphans=!1,s.outline=!1,s["outline-color"]=!1,s["outline-offset"]=!1,s["outline-style"]=!1,s["outline-width"]=!1,s.overflow=!1,s["overflow-wrap"]=!1,s["overflow-x"]=!1,s["overflow-y"]=!1,s.padding=!0,s["padding-bottom"]=!0,s["padding-left"]=!0,s["padding-right"]=!0,s["padding-top"]=!0,s.page=!1,s["page-break-after"]=!1,s["page-break-before"]=!1,s["page-break-inside"]=!1,s["page-policy"]=!1,s.pause=!1,s["pause-after"]=!1,s["pause-before"]=!1,s.perspective=!1,s["perspective-origin"]=!1,s.pitch=!1,s["pitch-range"]=!1,s["play-during"]=!1,s.position=!1,s["presentation-level"]=!1,s.quotes=!1,s["region-fragment"]=!1,s.resize=!1,s.rest=!1,s["rest-after"]=!1,s["rest-before"]=!1,s.richness=!1,s.right=!1,s.rotation=!1,s["rotation-point"]=!1,s["ruby-align"]=!1,s["ruby-merge"]=!1,s["ruby-position"]=!1,s["shape-image-threshold"]=!1,s["shape-outside"]=!1,s["shape-margin"]=!1,s.size=!1,s.speak=!1,s["speak-as"]=!1,s["speak-header"]=!1,s["speak-numeral"]=!1,s["speak-punctuation"]=!1,s["speech-rate"]=!1,s.stress=!1,s["string-set"]=!1,s["tab-size"]=!1,s["table-layout"]=!1,s["text-align"]=!0,s["text-align-last"]=!0,s["text-combine-upright"]=!0,s["text-decoration"]=!0,s["text-decoration-color"]=!0,s["text-decoration-line"]=!0,s["text-decoration-skip"]=!0,s["text-decoration-style"]=!0,s["text-emphasis"]=!0,s["text-emphasis-color"]=!0,s["text-emphasis-position"]=!0,s["text-emphasis-style"]=!0,s["text-height"]=!0,s["text-indent"]=!0,s["text-justify"]=!0,s["text-orientation"]=!0,s["text-overflow"]=!0,s["text-shadow"]=!0,s["text-space-collapse"]=!0,s["text-transform"]=!0,s["text-underline-position"]=!0,s["text-wrap"]=!0,s.top=!1,s.transform=!1,s["transform-origin"]=!1,s["transform-style"]=!1,s.transition=!1,s["transition-delay"]=!1,s["transition-duration"]=!1,s["transition-property"]=!1,s["transition-timing-function"]=!1,s["unicode-bidi"]=!1,s["vertical-align"]=!1,s.visibility=!1,s["voice-balance"]=!1,s["voice-duration"]=!1,s["voice-family"]=!1,s["voice-pitch"]=!1,s["voice-range"]=!1,s["voice-rate"]=!1,s["voice-stress"]=!1,s["voice-volume"]=!1,s.volume=!1,s["white-space"]=!1,s.widows=!1,s.width=!0,s["will-change"]=!1,s["word-break"]=!0,s["word-spacing"]=!0,s["word-wrap"]=!0,s["wrap-flow"]=!1,s["wrap-through"]=!1,s["writing-mode"]=!1,s["z-index"]=!1,s}function t(s,i,c){}function o(s,i,c){}var r=/javascript\s*\:/img;function a(s,i){return r.test(i)?"":i}return kn.whiteList=e(),kn.getDefaultWhiteList=e,kn.onAttr=t,kn.onIgnoreAttr=o,kn.safeAttrValue=a,kn}var vi,o2;function r2(){return o2||(o2=1,vi={indexOf:function(e,t){var o,r;if(Array.prototype.indexOf)return e.indexOf(t);for(o=0,r=e.length;o<r;o++)if(e[o]===t)return o;return-1},forEach:function(e,t,o){var r,a;if(Array.prototype.forEach)return e.forEach(t,o);for(r=0,a=e.length;r<a;r++)t.call(o,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,"")}}),vi}var Si,s2;function UT(){if(s2)return Si;s2=1;var e=r2();function t(o,r){o=e.trimRight(o),o[o.length-1]!==";"&&(o+=";");var a=o.length,s=!1,i=0,c=0,l="";function d(){if(!s){var g=e.trim(o.slice(i,c)),p=g.indexOf(":");if(p!==-1){var _=e.trim(g.slice(0,p)),m=e.trim(g.slice(p+1));if(_){var b=r(i,l.length,_,m,g);b&&(l+=b+"; ")}}}i=c+1}for(;c<a;c++){var f=o[c];if(f==="/"&&o[c+1]==="*"){var u=o.indexOf("*/",c+2);if(u===-1)break;c=u+1,i=c+1,s=!1}else f==="("?s=!0:f===")"?s=!1:f===";"?s||d():f===`
|
|
38
|
+
`&&d()}return e.trim(l)}return Si=t,Si}var Bi,a2;function GT(){if(a2)return Bi;a2=1;var e=n2(),t=UT();r2();function o(s){return s==null}function r(s){var i={};for(var c in s)i[c]=s[c];return i}function a(s){s=r(s||{}),s.whiteList=s.whiteList||e.whiteList,s.onAttr=s.onAttr||e.onAttr,s.onIgnoreAttr=s.onIgnoreAttr||e.onIgnoreAttr,s.safeAttrValue=s.safeAttrValue||e.safeAttrValue,this.options=s}return a.prototype.process=function(s){if(s=s||"",s=s.toString(),!s)return"";var i=this,c=i.options,l=c.whiteList,d=c.onAttr,f=c.onIgnoreAttr,u=c.safeAttrValue,g=t(s,function(p,_,m,b,h){var k=l[m],w=!1;if(k===!0?w=k:typeof k=="function"?w=k(b):k instanceof RegExp&&(w=k.test(b)),w!==!0&&(w=!1),b=u(m,b),!!b){var y={position:_,sourcePosition:p,source:h,isWhite:w};if(w){var x=d(m,b,y);return o(x)?m+":"+b:x}else{var x=f(m,b,y);if(!o(x))return x}}});return g},Bi=a,Bi}var i2;function Ai(){return i2||(i2=1,function(e,t){var o=n2(),r=GT();function a(i,c){var l=new r(c);return l.process(i)}t=e.exports=a,t.FilterCSS=r;for(var s in o)t[s]=o[s];typeof window<"u"&&(window.filterCSS=e.exports)}(yr,yr.exports)),yr.exports}var Ni,c2;function $i(){return c2||(c2=1,Ni={indexOf:function(e,t){var o,r;if(Array.prototype.indexOf)return e.indexOf(t);for(o=0,r=e.length;o<r;o++)if(e[o]===t)return o;return-1},forEach:function(e,t,o){var r,a;if(Array.prototype.forEach)return e.forEach(t,o);for(r=0,a=e.length;r<a;r++)t.call(o,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/,o=t.exec(e);return o?o.index:-1}}),Ni}var l2;function u2(){if(l2)return Ce;l2=1;var e=Ai().FilterCSS,t=Ai().getDefaultWhiteList,o=$i();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 a=new e;function s(I,L,O){}function i(I,L,O){}function c(I,L,O){}function l(I,L,O){}function d(I){return I.replace(u,"<").replace(g,">")}function f(I,L,O,q){if(O=$(O),L==="href"||L==="src"){if(O=o.trim(O),O==="#")return"#";if(!(O.substr(0,7)==="http://"||O.substr(0,8)==="https://"||O.substr(0,7)==="mailto:"||O.substr(0,4)==="tel:"||O.substr(0,11)==="data:image/"||O.substr(0,6)==="ftp://"||O.substr(0,2)==="./"||O.substr(0,3)==="../"||O[0]==="#"||O[0]==="/"))return""}else if(L==="background"){if(k.lastIndex=0,k.test(O))return""}else if(L==="style"){if(w.lastIndex=0,w.test(O)||(y.lastIndex=0,y.test(O)&&(k.lastIndex=0,k.test(O))))return"";q!==!1&&(q=q||a,O=q.process(O))}return O=M(O),O}var u=/</g,g=/>/g,p=/"/g,_=/"/g,m=/&#([a-zA-Z0-9]*);?/gim,b=/:?/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,w=/e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi,y=/u\s*r\s*l\s*\(.*/gi;function x(I){return I.replace(p,""")}function E(I){return I.replace(_,'"')}function v(I){return I.replace(m,function(O,q){return q[0]==="x"||q[0]==="X"?String.fromCharCode(parseInt(q.substr(1),16)):String.fromCharCode(parseInt(q,10))})}function S(I){return I.replace(b,":").replace(h," ")}function N(I){for(var L="",O=0,q=I.length;O<q;O++)L+=I.charCodeAt(O)<32?" ":I.charAt(O);return o.trim(L)}function $(I){return I=E(I),I=v(I),I=S(I),I=N(I),I}function M(I){return I=x(I),I=d(I),I}function V(){return""}function G(I,L){typeof L!="function"&&(L=function(){});var O=!Array.isArray(I);function q(Y){return O?!0:o.indexOf(I,Y)!==-1}var D=[],ee=!1;return{onIgnoreTag:function(Y,fe,_e){if(q(Y))if(_e.isClosing){var we="[/removed]",Me=_e.position+we.length;return D.push([ee!==!1?ee:_e.position,Me]),ee=!1,we}else return ee||(ee=_e.position),"[removed]";else return L(Y,fe,_e)},remove:function(Y){var fe="",_e=0;return o.forEach(D,function(we){fe+=Y.slice(_e,we[0]),_e=we[1]}),fe+=Y.slice(_e),fe}}}function T(I){for(var L="",O=0;O<I.length;){var q=I.indexOf("<!--",O);if(q===-1){L+=I.slice(O);break}L+=I.slice(O,q);var D=I.indexOf("-->",q);if(D===-1)break;O=D+3}return L}function z(I){var L=I.split("");return L=L.filter(function(O){var q=O.charCodeAt(0);return q===127?!1:q<=31?q===10||q===13:!0}),L.join("")}return Ce.whiteList=r(),Ce.getDefaultWhiteList=r,Ce.onTag=s,Ce.onIgnoreTag=i,Ce.onTagAttr=c,Ce.onIgnoreTagAttr=l,Ce.safeAttrValue=f,Ce.escapeHtml=d,Ce.escapeQuote=x,Ce.unescapeQuote=E,Ce.escapeHtmlEntities=v,Ce.escapeDangerHtml5Entities=S,Ce.clearNonPrintableCharacter=N,Ce.friendlyAttrValue=$,Ce.escapeAttrValue=M,Ce.onIgnoreTagStripAll=V,Ce.StripTagBody=G,Ce.stripCommentTag=T,Ce.stripBlankChar=z,Ce.attributeWrapSign='"',Ce.cssFilter=a,Ce.getDefaultCSSWhiteList=t,Ce}var Cr={},d2;function f2(){if(d2)return Cr;d2=1;var e=$i();function t(u){var g=e.spaceIndex(u),p;return g===-1?p=u.slice(1,-1):p=u.slice(1,g+1),p=e.trim(p).toLowerCase(),p.slice(0,1)==="/"&&(p=p.slice(1)),p.slice(-1)==="/"&&(p=p.slice(0,-1)),p}function o(u){return u.slice(0,2)==="</"}function r(u,g,p){var _="",m=0,b=!1,h=!1,k=0,w=u.length,y="",x="";e:for(k=0;k<w;k++){var E=u.charAt(k);if(b===!1){if(E==="<"){b=k;continue}}else if(h===!1){if(E==="<"){_+=p(u.slice(m,k)),b=k,m=k;continue}if(E===">"||k===w-1){_+=p(u.slice(m,b)),x=u.slice(b,k+1),y=t(x),_+=g(b,_.length,y,x,o(x)),m=k+1,b=!1;continue}if(E==='"'||E==="'")for(var v=1,S=u.charAt(k-v);S.trim()===""||S==="=";){if(S==="="){h=E;continue e}S=u.charAt(k-++v)}}else if(E===h){h=!1;continue}}return m<w&&(_+=p(u.substr(m))),_}var a=/[^a-zA-Z0-9\\_:.-]/gim;function s(u,g){var p=0,_=0,m=[],b=!1,h=u.length;function k(v,S){if(v=e.trim(v),v=v.replace(a,"").toLowerCase(),!(v.length<1)){var N=g(v,S||"");N&&m.push(N)}}for(var w=0;w<h;w++){var y=u.charAt(w),x,E;if(b===!1&&y==="="){b=u.slice(p,w),p=w+1,_=u.charAt(p)==='"'||u.charAt(p)==="'"?p:c(u,w+1);continue}if(b!==!1&&w===_){if(E=u.indexOf(y,w+1),E===-1)break;x=e.trim(u.slice(_+1,E)),k(b,x),b=!1,w=E,p=w+1;continue}if(/\s|\n|\t/.test(y))if(u=u.replace(/\s|\n|\t/g," "),b===!1)if(E=i(u,w),E===-1){x=e.trim(u.slice(p,w)),k(x),b=!1,p=w+1;continue}else{w=E-1;continue}else if(E=l(u,w-1),E===-1){x=e.trim(u.slice(p,w)),x=f(x),k(b,x),b=!1,p=w+1;continue}else continue}return p<u.length&&(b===!1?k(u.slice(p)):k(b,f(e.trim(u.slice(p))))),e.trim(m.join(" "))}function i(u,g){for(;g<u.length;g++){var p=u[g];if(p!==" ")return p==="="?g:-1}}function c(u,g){for(;g<u.length;g++){var p=u[g];if(p!==" ")return p==="'"||p==='"'?g:-1}}function l(u,g){for(;g>0;g--){var p=u[g];if(p!==" ")return p==="="?g:-1}}function d(u){return u[0]==='"'&&u[u.length-1]==='"'||u[0]==="'"&&u[u.length-1]==="'"}function f(u){return d(u)?u.substr(1,u.length-2):u}return Cr.parseTag=r,Cr.parseAttr=s,Cr}var Ti,p2;function ZT(){if(p2)return Ti;p2=1;var e=Ai().FilterCSS,t=u2(),o=f2(),r=o.parseTag,a=o.parseAttr,s=$i();function i(u){return u==null}function c(u){var g=s.spaceIndex(u);if(g===-1)return{html:"",closing:u[u.length-2]==="/"};u=s.trim(u.slice(g+1,-1));var p=u[u.length-1]==="/";return p&&(u=s.trim(u.slice(0,-1))),{html:u,closing:p}}function l(u){var g={};for(var p in u)g[p]=u[p];return g}function d(u){var g={};for(var p in u)Array.isArray(u[p])?g[p.toLowerCase()]=u[p].map(function(_){return _.toLowerCase()}):g[p.toLowerCase()]=u[p];return g}function f(u){u=l(u||{}),u.stripIgnoreTag&&(u.onIgnoreTag&&console.error('Notes: cannot use these two options "stripIgnoreTag" and "onIgnoreTag" at the same time'),u.onIgnoreTag=t.onIgnoreTagStripAll),u.whiteList||u.allowList?u.whiteList=d(u.whiteList||u.allowList):u.whiteList=t.whiteList,this.attributeWrapSign=u.singleQuotedAttributeValue===!0?"'":t.attributeWrapSign,u.onTag=u.onTag||t.onTag,u.onTagAttr=u.onTagAttr||t.onTagAttr,u.onIgnoreTag=u.onIgnoreTag||t.onIgnoreTag,u.onIgnoreTagAttr=u.onIgnoreTagAttr||t.onIgnoreTagAttr,u.safeAttrValue=u.safeAttrValue||t.safeAttrValue,u.escapeHtml=u.escapeHtml||t.escapeHtml,this.options=u,u.css===!1?this.cssFilter=!1:(u.css=u.css||{},this.cssFilter=new e(u.css))}return f.prototype.process=function(u){if(u=u||"",u=u.toString(),!u)return"";var g=this,p=g.options,_=p.whiteList,m=p.onTag,b=p.onIgnoreTag,h=p.onTagAttr,k=p.onIgnoreTagAttr,w=p.safeAttrValue,y=p.escapeHtml,x=g.attributeWrapSign,E=g.cssFilter;p.stripBlankChar&&(u=t.stripBlankChar(u)),p.allowCommentTag||(u=t.stripCommentTag(u));var v=!1;p.stripIgnoreTagBody&&(v=t.StripTagBody(p.stripIgnoreTagBody,b),b=v.onIgnoreTag);var S=r(u,function(N,$,M,V,G){var T={sourcePosition:N,position:$,isClosing:G,isWhite:Object.prototype.hasOwnProperty.call(_,M)},z=m(M,V,T);if(!i(z))return z;if(T.isWhite){if(T.isClosing)return"</"+M+">";var I=c(V),L=_[M],O=a(I.html,function(q,D){var ee=s.indexOf(L,q)!==-1,Y=h(M,q,D,ee);return i(Y)?ee?(D=w(M,q,D,E),D?q+"="+x+D+x:q):(Y=k(M,q,D,ee),i(Y)?void 0:Y):Y});return V="<"+M,O&&(V+=" "+O),I.closing&&(V+=" /"),V+=">",V}else return z=b(M,V,T),i(z)?y(V):z},y);return v&&(S=v.remove(S)),S},Ti=f,Ti}var h2;function WT(){return h2||(h2=1,function(e,t){var o=u2(),r=f2(),a=ZT();function s(c,l){var d=new a(l);return d.process(c)}t=e.exports=s,t.filterXSS=s,t.FilterXSS=a,function(){for(var c in o)t[c]=o[c];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)}(wr,wr.exports)),wr.exports}var Er=WT();const KT=vn(Er),XT=/@\[youtube]\(([\w-]{11}(?:\?.*)?)\)/im,YT=/^https:\/\/(?:www\.)?(youtube\.com|youtube-nocookie\.com)\/embed\/[\w-]{11}(?:\?.*)?$/i,JT=(e,t)=>{const o={width:"100%",title:"YouTube video player",nocookie:!0,...t},r=(s,i)=>{const{pos:c,src:l}=s;if(l.charCodeAt(c)!==64)return!1;const d=XT.exec(l.slice(c));if(!d)return!1;if(!i){const f=s.push("youtube_embed","",0);f.meta={videoId:d[1]}}return s.pos+=d[0].length,!0},a=o.nocookie?"https://www.youtube-nocookie.com/embed/":"https://www.youtube.com/embed/";e.inline.ruler.before("link","youtube_embed",r),e.renderer.rules.youtube_embed=(s,i)=>{const{videoId:c}=s[i].meta;return`<iframe ${[`width="${o.width}"`,...o.height?[`height="${o.height}"`]:[],`src="${a}${c}"`,`title="${e.utils.escapeHtml(o.title)}"`,'frameborder="0"','allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"','referrerpolicy="strict-origin-when-cross-origin"',"allowfullscreen"].join(" ")}></iframe>`}},QT={class:"n8n-markdown"},eM=["innerHTML"],tM=st(n.defineComponent({__name:"Markdown",props:{content:{default:""},withMultiBreaks:{type:Boolean,default:!1},images:{default:()=>[]},loading:{type:Boolean,default:!1},loadingBlocks:{default:2},loadingRows:{default:3},theme:{default:"markdown"},options:{default:()=>({markdown:{html:!1,linkify:!0,typographer:!0,breaks:!0},linkAttributes:{attrs:{target:"_blank",rel:"noopener"}},tasklists:{enabled:!0,label:!0,labelAfter:!0},youtube:{}})}},emits:["markdown-click","update-content"],setup(e,{emit:t}){const o=e,r=n.ref(void 0),{options:a}=o,s=new Um(a.markdown).use(Qm,a.linkAttributes).use(qT).use(HT,a.tasklists).use(JT,a.youtube),i={...Er.whiteList,label:["class","for"],iframe:["width","height","src","title","frameborder","allow","referrerpolicy","allowfullscreen"]},c=n.computed(()=>{if(!o.content)return"";const p={};o.images&&o.images.forEach(k=>{k&&(p[k.id]=k.url)});const _=new RegExp("fileId:([0-9]+)");let m=o.content;o.withMultiBreaks&&(m=m.replaceAll(`
|
|
39
|
+
|
|
40
|
+
`,`
|
|
41
|
+
|
|
42
|
+
`));const b=s.render(m);return KT(b,{onTagAttr(k,w,y){if(k==="img"&&w==="src"){if(y.match(_)){const v=y.split("fileId:")[1],S=Er.friendlyAttrValue(p[v]);return S?`src=${S}`:""}const E=y.split("#")[0].match(/\.(jpeg|jpg|gif|png|webp)$/)!==null&&y.startsWith("/static/");if(!y.startsWith("https://")&&!E)return""}if(k==="iframe")return w==="src"?YT.test(y)?`src=${Er.friendlyAttrValue(y)}`:"":void 0},onTag(k,w){if(k==="img"&&w.includes('alt="workflow-screenshot"'))return""},onIgnoreTag(k,w){if(k==="input"&&w.includes('type="checkbox"'))return w},whiteList:i})}),l=t,d=p=>{let _=null;if(p.target instanceof HTMLAnchorElement&&(_=p.target),p.target instanceof HTMLElement&&p.target.matches("a *")){const m=p.target.closest("a");m&&(_=m)}_&&l("markdown-click",_,p)},f=async p=>{var _;if(p.target instanceof HTMLInputElement&&p.target.type==="checkbox"){const m=(_=r.value)==null?void 0:_.querySelectorAll('input[type="checkbox"]');if(m){const b=Array.from(m).indexOf(p.target);b!==-1&&g(b)}}},u=p=>{p.target instanceof HTMLInputElement&&p.stopPropagation()},g=p=>{const _=o.content;if(!_)return;const m=l$(_,p);l("update-content",m)};return(p,_)=>(n.openBlock(),n.createElementBlock("div",QT,[p.loading?(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(p.$style.markdown)},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(p.loadingBlocks,(m,b)=>(n.openBlock(),n.createElementBlock("div",{key:b},[n.createVNode(n.unref(uB),{loading:p.loading,rows:p.loadingRows,animated:"",variant:"p"},null,8,["loading","rows"]),n.createElementVNode("div",{class:n.normalizeClass(p.$style.spacer)},null,2)]))),128))],2)):(n.openBlock(),n.createElementBlock("div",{key:0,ref_key:"editor",ref:r,class:n.normalizeClass(p.$style[p.theme]),onClick:d,onMousedown:u,onChange:f,innerHTML:c.value},null,42,eM))]))}}),[["__cssModules",{$style:{markdown:"_markdown_17ukb_1",label:"_label_17ukb_43",sticky:"_sticky_17ukb_64",spacer:"_spacer_17ukb_160"}}]]),m2={right:"ew-resize",top:"ns-resize",bottom:"ns-resize",left:"ew-resize",topLeft:"nw-resize",topRight:"ne-resize",bottomLeft:"sw-resize",bottomRight:"se-resize"};({...fh.props});/*!
|
|
43
|
+
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
|
|
44
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
45
|
+
*/function Eo(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Eo=function(t){return typeof t}:Eo=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Eo(e)}function nM(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oM(e,t){for(var o=0;o<t.length;o++){var r=t[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function rM(e,t,o){return t&&oM(e.prototype,t),e}function sM(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function le(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{},r=Object.keys(o);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(o).filter(function(a){return Object.getOwnPropertyDescriptor(o,a).enumerable}))),r.forEach(function(a){sM(e,a,o[a])})}return e}function g2(e,t){return cM(e)||uM(e,t)||fM()}function aM(e){return iM(e)||lM(e)||dM()}function iM(e){if(Array.isArray(e)){for(var t=0,o=new Array(e.length);t<e.length;t++)o[t]=e[t];return o}}function cM(e){if(Array.isArray(e))return e}function lM(e){if(Symbol.iterator in Object(e)||Object.prototype.toString.call(e)==="[object Arguments]")return Array.from(e)}function uM(e,t){var o=[],r=!0,a=!1,s=void 0;try{for(var i=e[Symbol.iterator](),c;!(r=(c=i.next()).done)&&(o.push(c.value),!(t&&o.length===t));r=!0);}catch(l){a=!0,s=l}finally{try{!r&&i.return!=null&&i.return()}finally{if(a)throw s}}return o}function dM(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function fM(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}var _2=function(){},Mi={},b2={},pM=null,k2={mark:_2,measure:_2};try{typeof window<"u"&&(Mi=window),typeof document<"u"&&(b2=document),typeof MutationObserver<"u"&&(pM=MutationObserver),typeof performance<"u"&&(k2=performance)}catch{}var hM=Mi.navigator||{},w2=hM.userAgent,y2=w2===void 0?"":w2,xr=Mi,Fe=b2,vr=k2;xr.document;var Ii=!!Fe.documentElement&&!!Fe.head&&typeof Fe.addEventListener=="function"&&typeof Fe.createElement=="function",mM=~y2.indexOf("MSIE")||~y2.indexOf("Trident/"),Ut="___FONT_AWESOME___",Li=16,C2="fa",E2="svg-inline--fa",x2="data-fa-i2svg";(function(){try{return!0}catch{return!1}})();var Ri={GROUP:"group",PRIMARY:"primary",SECONDARY:"secondary"},v2=xr.FontAwesomeConfig||{};function gM(e){var t=Fe.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function _M(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}if(Fe&&typeof Fe.querySelector=="function"){var bM=[["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"]];bM.forEach(function(e){var t=g2(e,2),o=t[0],r=t[1],a=_M(gM(o));a!=null&&(v2[r]=a)})}var kM={familyPrefix:C2,replacementClass:E2,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},Oi=le({},kM,v2);Oi.autoReplaceSvg||(Oi.observeMutations=!1);var Ve=le({},Oi);xr.FontAwesomeConfig=Ve;var Gt=xr||{};Gt[Ut]||(Gt[Ut]={}),Gt[Ut].styles||(Gt[Ut].styles={}),Gt[Ut].hooks||(Gt[Ut].hooks={}),Gt[Ut].shims||(Gt[Ut].shims=[]);var Tt=Gt[Ut],wM=[],yM=function e(){Fe.removeEventListener("DOMContentLoaded",e),Vi=1,wM.map(function(t){return t()})},Vi=!1;Ii&&(Vi=(Fe.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(Fe.readyState),Vi||Fe.addEventListener("DOMContentLoaded",yM));var zi="pending",S2="settled",Sr="fulfilled",Br="rejected",CM=function(){},B2=typeof global<"u"&&typeof global.process<"u"&&typeof global.process.emit=="function",EM=typeof setImmediate>"u"?setTimeout:setImmediate,xo=[],qi;function xM(){for(var e=0;e<xo.length;e++)xo[e][0](xo[e][1]);xo=[],qi=!1}function Ar(e,t){xo.push([e,t]),qi||(qi=!0,EM(xM,0))}function vM(e,t){function o(a){Di(t,a)}function r(a){vo(t,a)}try{e(o,r)}catch(a){r(a)}}function A2(e){var t=e.owner,o=t._state,r=t._data,a=e[o],s=e.then;if(typeof a=="function"){o=Sr;try{r=a(r)}catch(i){vo(s,i)}}N2(s,r)||(o===Sr&&Di(s,r),o===Br&&vo(s,r))}function N2(e,t){var o;try{if(e===t)throw new TypeError("A promises callback cannot return that same promise.");if(t&&(typeof t=="function"||Eo(t)==="object")){var r=t.then;if(typeof r=="function")return r.call(t,function(a){o||(o=!0,t===a?$2(e,a):Di(e,a))},function(a){o||(o=!0,vo(e,a))}),!0}}catch(a){return o||vo(e,a),!0}return!1}function Di(e,t){(e===t||!N2(e,t))&&$2(e,t)}function $2(e,t){e._state===zi&&(e._state=S2,e._data=t,Ar(SM,e))}function vo(e,t){e._state===zi&&(e._state=S2,e._data=t,Ar(BM,e))}function T2(e){e._then=e._then.forEach(A2)}function SM(e){e._state=Sr,T2(e)}function BM(e){e._state=Br,T2(e),!e._handled&&B2&&global.process.emit("unhandledRejection",e._data,e)}function AM(e){global.process.emit("rejectionHandled",e)}function dt(e){if(typeof e!="function")throw new TypeError("Promise resolver "+e+" is not a function");if(!(this instanceof dt))throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],vM(e,this)}dt.prototype={constructor:dt,_state:zi,_then:null,_data:void 0,_handled:!1,then:function(t,o){var r={owner:this,then:new this.constructor(CM),fulfilled:t,rejected:o};return(o||t)&&!this._handled&&(this._handled=!0,this._state===Br&&B2&&Ar(AM,this)),this._state===Sr||this._state===Br?Ar(A2,r):this._then.push(r),r.then},catch:function(t){return this.then(null,t)}},dt.all=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.all().");return new dt(function(t,o){var r=[],a=0;function s(l){return a++,function(d){r[l]=d,--a||t(r)}}for(var i=0,c;i<e.length;i++)c=e[i],c&&typeof c.then=="function"?c.then(s(i),o):r[i]=c;a||t(r)})},dt.race=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.race().");return new dt(function(t,o){for(var r=0,a;r<e.length;r++)a=e[r],a&&typeof a.then=="function"?a.then(t,o):t(a)})},dt.resolve=function(e){return e&&Eo(e)==="object"&&e.constructor===dt?e:new dt(function(t){t(e)})},dt.reject=function(e){return new dt(function(t,o){o(e)})};var Un=Li,rn={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function NM(e){if(!(!e||!Ii)){var t=Fe.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var o=Fe.head.childNodes,r=null,a=o.length-1;a>-1;a--){var s=o[a],i=(s.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(i)>-1&&(r=s)}return Fe.head.insertBefore(t,r),e}}var $M="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function Nr(){for(var e=12,t="";e-- >0;)t+=$M[Math.random()*62|0];return t}function M2(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function TM(e){return Object.keys(e||{}).reduce(function(t,o){return t+"".concat(o,'="').concat(M2(e[o]),'" ')},"").trim()}function Pi(e){return Object.keys(e||{}).reduce(function(t,o){return t+"".concat(o,": ").concat(e[o],";")},"")}function Fi(e){return e.size!==rn.size||e.x!==rn.x||e.y!==rn.y||e.rotate!==rn.rotate||e.flipX||e.flipY}function I2(e){var t=e.transform,o=e.containerWidth,r=e.iconWidth,a={transform:"translate(".concat(o/2," 256)")},s="translate(".concat(t.x*32,", ").concat(t.y*32,") "),i="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),c="rotate(".concat(t.rotate," 0 0)"),l={transform:"".concat(s," ").concat(i," ").concat(c)},d={transform:"translate(".concat(r/2*-1," -256)")};return{outer:a,inner:l,path:d}}function MM(e){var t=e.transform,o=e.width,r=o===void 0?Li:o,a=e.height,s=a===void 0?Li:a,i="";return mM?i+="translate(".concat(t.x/Un-r/2,"em, ").concat(t.y/Un-s/2,"em) "):i+="translate(calc(-50% + ".concat(t.x/Un,"em), calc(-50% + ").concat(t.y/Un,"em)) "),i+="scale(".concat(t.size/Un*(t.flipX?-1:1),", ").concat(t.size/Un*(t.flipY?-1:1),") "),i+="rotate(".concat(t.rotate,"deg) "),i}var ji={x:0,y:0,width:"100%",height:"100%"};function L2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function IM(e){return e.tag==="g"?e.children:[e]}function LM(e){var t=e.children,o=e.attributes,r=e.main,a=e.mask,s=e.maskId,i=e.transform,c=r.width,l=r.icon,d=a.width,f=a.icon,u=I2({transform:i,containerWidth:d,iconWidth:c}),g={tag:"rect",attributes:le({},ji,{fill:"white"})},p=l.children?{children:l.children.map(L2)}:{},_={tag:"g",attributes:le({},u.inner),children:[L2(le({tag:l.tag,attributes:le({},l.attributes,u.path)},p))]},m={tag:"g",attributes:le({},u.outer),children:[_]},b="mask-".concat(s||Nr()),h="clip-".concat(s||Nr()),k={tag:"mask",attributes:le({},ji,{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[g,m]},w={tag:"defs",children:[{tag:"clipPath",attributes:{id:h},children:IM(f)},k]};return t.push(w,{tag:"rect",attributes:le({fill:"currentColor","clip-path":"url(#".concat(h,")"),mask:"url(#".concat(b,")")},ji)}),{children:t,attributes:o}}function RM(e){var t=e.children,o=e.attributes,r=e.main,a=e.transform,s=e.styles,i=Pi(s);if(i.length>0&&(o.style=i),Fi(a)){var c=I2({transform:a,containerWidth:r.width,iconWidth:r.width});t.push({tag:"g",attributes:le({},c.outer),children:[{tag:"g",attributes:le({},c.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:le({},r.icon.attributes,c.path)}]}]})}else t.push(r.icon);return{children:t,attributes:o}}function OM(e){var t=e.children,o=e.main,r=e.mask,a=e.attributes,s=e.styles,i=e.transform;if(Fi(i)&&o.found&&!r.found){var c=o.width,l=o.height,d={x:c/l/2,y:.5};a.style=Pi(le({},s,{"transform-origin":"".concat(d.x+i.x/16,"em ").concat(d.y+i.y/16,"em")}))}return[{tag:"svg",attributes:a,children:t}]}function VM(e){var t=e.prefix,o=e.iconName,r=e.children,a=e.attributes,s=e.symbol,i=s===!0?"".concat(t,"-").concat(Ve.familyPrefix,"-").concat(o):s;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:le({},a,{id:i}),children:r}]}]}function zM(e){var t=e.icons,o=t.main,r=t.mask,a=e.prefix,s=e.iconName,i=e.transform,c=e.symbol,l=e.title,d=e.maskId,f=e.titleId,u=e.extra,g=e.watchable,p=g===void 0?!1:g,_=r.found?r:o,m=_.width,b=_.height,h=a==="fak",k=h?"":"fa-w-".concat(Math.ceil(m/b*16)),w=[Ve.replacementClass,s?"".concat(Ve.familyPrefix,"-").concat(s):"",k].filter(function($){return u.classes.indexOf($)===-1}).filter(function($){return $!==""||!!$}).concat(u.classes).join(" "),y={children:[],attributes:le({},u.attributes,{"data-prefix":a,"data-icon":s,class:w,role:u.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(m," ").concat(b)})},x=h&&!~u.classes.indexOf("fa-fw")?{width:"".concat(m/b*16*.0625,"em")}:{};p&&(y.attributes[x2]=""),l&&y.children.push({tag:"title",attributes:{id:y.attributes["aria-labelledby"]||"title-".concat(f||Nr())},children:[l]});var E=le({},y,{prefix:a,iconName:s,main:o,mask:r,maskId:d,transform:i,symbol:c,styles:le({},x,u.styles)}),v=r.found&&o.found?LM(E):RM(E),S=v.children,N=v.attributes;return E.children=S,E.attributes=N,c?VM(E):OM(E)}function qM(e){var t=e.content,o=e.width,r=e.height,a=e.transform,s=e.title,i=e.extra,c=e.watchable,l=c===void 0?!1:c,d=le({},i.attributes,s?{title:s}:{},{class:i.classes.join(" ")});l&&(d[x2]="");var f=le({},i.styles);Fi(a)&&(f.transform=MM({transform:a,width:o,height:r}),f["-webkit-transform"]=f.transform);var u=Pi(f);u.length>0&&(d.style=u);var g=[];return g.push({tag:"span",attributes:d,children:[t]}),s&&g.push({tag:"span",attributes:{class:"sr-only"},children:[s]}),g}Ve.measurePerformance&&vr&&vr.mark&&vr.measure;var Hi=function(t,o,r,a){var s=Object.keys(t),i=s.length,c=o,l,d,f;for(r===void 0?(l=1,f=t[s[0]]):(l=0,f=r);l<i;l++)d=s[l],f=c(f,t[d],d,t);return f};function R2(e,t){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=o.skipHooks,a=r===void 0?!1:r,s=Object.keys(t).reduce(function(i,c){var l=t[c],d=!!l.icon;return d?i[l.iconName]=l.icon:i[c]=l,i},{});typeof Tt.hooks.addPack=="function"&&!a?Tt.hooks.addPack(e,s):Tt.styles[e]=le({},Tt.styles[e]||{},s),e==="fas"&&R2("fa",t)}var O2=Tt.styles,DM=Tt.shims,V2=function(){var t=function(a){return Hi(O2,function(s,i,c){return s[c]=Hi(i,a,{}),s},{})};t(function(r,a,s){return a[3]&&(r[a[3]]=s),r}),t(function(r,a,s){var i=a[2];return r[s]=s,i.forEach(function(c){r[c]=s}),r});var o="far"in O2;Hi(DM,function(r,a){var s=a[0],i=a[1],c=a[2];return i==="far"&&!o&&(i="fas"),r[s]={prefix:i,iconName:c},r},{})};V2(),Tt.styles;function z2(e,t,o){if(e&&e[t]&&e[t][o])return{prefix:t,iconName:o,icon:e[t][o]}}function q2(e){var t=e.tag,o=e.attributes,r=o===void 0?{}:o,a=e.children,s=a===void 0?[]:a;return typeof e=="string"?M2(e):"<".concat(t," ").concat(TM(r),">").concat(s.map(q2).join(""),"</").concat(t,">")}var PM=function(t){var o={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce(function(r,a){var s=a.toLowerCase().split("-"),i=s[0],c=s.slice(1).join("-");if(i&&c==="h")return r.flipX=!0,r;if(i&&c==="v")return r.flipY=!0,r;if(c=parseFloat(c),isNaN(c))return r;switch(i){case"grow":r.size=r.size+c;break;case"shrink":r.size=r.size-c;break;case"left":r.x=r.x-c;break;case"right":r.x=r.x+c;break;case"up":r.y=r.y-c;break;case"down":r.y=r.y+c;break;case"rotate":r.rotate=r.rotate+c;break}return r},o):o};function Ui(e){this.name="MissingIcon",this.message=e||"Icon unavailable",this.stack=new Error().stack}Ui.prototype=Object.create(Error.prototype),Ui.prototype.constructor=Ui;var $r={fill:"currentColor"},D2={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};le({},$r,{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 Gi=le({},D2,{attributeName:"opacity"});le({},$r,{cx:"256",cy:"364",r:"28"}),le({},D2,{attributeName:"r",values:"28;14;28;28;14;28;"}),le({},Gi,{values:"1;0;1;1;0;1;"}),le({},$r,{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"}),le({},Gi,{values:"1;0;0;0;0;1;"}),le({},$r,{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"}),le({},Gi,{values:"0;0;1;1;0;0;"}),Tt.styles;function P2(e){var t=e[0],o=e[1],r=e.slice(4),a=g2(r,1),s=a[0],i=null;return Array.isArray(s)?i={tag:"g",attributes:{class:"".concat(Ve.familyPrefix,"-").concat(Ri.GROUP)},children:[{tag:"path",attributes:{class:"".concat(Ve.familyPrefix,"-").concat(Ri.SECONDARY),fill:"currentColor",d:s[0]}},{tag:"path",attributes:{class:"".concat(Ve.familyPrefix,"-").concat(Ri.PRIMARY),fill:"currentColor",d:s[1]}}]}:i={tag:"path",attributes:{fill:"currentColor",d:s}},{found:!0,width:t,height:o,icon:i}}Tt.styles;var FM=`svg:not(:root).svg-inline--fa {
|
|
46
|
+
overflow: visible;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.svg-inline--fa {
|
|
50
|
+
display: inline-block;
|
|
51
|
+
font-size: inherit;
|
|
52
|
+
height: 1em;
|
|
53
|
+
overflow: visible;
|
|
54
|
+
vertical-align: -0.125em;
|
|
55
|
+
}
|
|
56
|
+
.svg-inline--fa.fa-lg {
|
|
57
|
+
vertical-align: -0.225em;
|
|
58
|
+
}
|
|
59
|
+
.svg-inline--fa.fa-w-1 {
|
|
60
|
+
width: 0.0625em;
|
|
61
|
+
}
|
|
62
|
+
.svg-inline--fa.fa-w-2 {
|
|
63
|
+
width: 0.125em;
|
|
64
|
+
}
|
|
65
|
+
.svg-inline--fa.fa-w-3 {
|
|
66
|
+
width: 0.1875em;
|
|
67
|
+
}
|
|
68
|
+
.svg-inline--fa.fa-w-4 {
|
|
69
|
+
width: 0.25em;
|
|
70
|
+
}
|
|
71
|
+
.svg-inline--fa.fa-w-5 {
|
|
72
|
+
width: 0.3125em;
|
|
73
|
+
}
|
|
74
|
+
.svg-inline--fa.fa-w-6 {
|
|
75
|
+
width: 0.375em;
|
|
76
|
+
}
|
|
77
|
+
.svg-inline--fa.fa-w-7 {
|
|
78
|
+
width: 0.4375em;
|
|
79
|
+
}
|
|
80
|
+
.svg-inline--fa.fa-w-8 {
|
|
81
|
+
width: 0.5em;
|
|
82
|
+
}
|
|
83
|
+
.svg-inline--fa.fa-w-9 {
|
|
84
|
+
width: 0.5625em;
|
|
85
|
+
}
|
|
86
|
+
.svg-inline--fa.fa-w-10 {
|
|
87
|
+
width: 0.625em;
|
|
88
|
+
}
|
|
89
|
+
.svg-inline--fa.fa-w-11 {
|
|
90
|
+
width: 0.6875em;
|
|
91
|
+
}
|
|
92
|
+
.svg-inline--fa.fa-w-12 {
|
|
93
|
+
width: 0.75em;
|
|
94
|
+
}
|
|
95
|
+
.svg-inline--fa.fa-w-13 {
|
|
96
|
+
width: 0.8125em;
|
|
97
|
+
}
|
|
98
|
+
.svg-inline--fa.fa-w-14 {
|
|
99
|
+
width: 0.875em;
|
|
100
|
+
}
|
|
101
|
+
.svg-inline--fa.fa-w-15 {
|
|
102
|
+
width: 0.9375em;
|
|
103
|
+
}
|
|
104
|
+
.svg-inline--fa.fa-w-16 {
|
|
105
|
+
width: 1em;
|
|
106
|
+
}
|
|
107
|
+
.svg-inline--fa.fa-w-17 {
|
|
108
|
+
width: 1.0625em;
|
|
109
|
+
}
|
|
110
|
+
.svg-inline--fa.fa-w-18 {
|
|
111
|
+
width: 1.125em;
|
|
112
|
+
}
|
|
113
|
+
.svg-inline--fa.fa-w-19 {
|
|
114
|
+
width: 1.1875em;
|
|
115
|
+
}
|
|
116
|
+
.svg-inline--fa.fa-w-20 {
|
|
117
|
+
width: 1.25em;
|
|
118
|
+
}
|
|
119
|
+
.svg-inline--fa.fa-pull-left {
|
|
120
|
+
margin-right: 0.3em;
|
|
121
|
+
width: auto;
|
|
122
|
+
}
|
|
123
|
+
.svg-inline--fa.fa-pull-right {
|
|
124
|
+
margin-left: 0.3em;
|
|
125
|
+
width: auto;
|
|
126
|
+
}
|
|
127
|
+
.svg-inline--fa.fa-border {
|
|
128
|
+
height: 1.5em;
|
|
129
|
+
}
|
|
130
|
+
.svg-inline--fa.fa-li {
|
|
131
|
+
width: 2em;
|
|
132
|
+
}
|
|
133
|
+
.svg-inline--fa.fa-fw {
|
|
134
|
+
width: 1.25em;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.fa-layers svg.svg-inline--fa {
|
|
138
|
+
bottom: 0;
|
|
139
|
+
left: 0;
|
|
140
|
+
margin: auto;
|
|
141
|
+
position: absolute;
|
|
142
|
+
right: 0;
|
|
143
|
+
top: 0;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.fa-layers {
|
|
147
|
+
display: inline-block;
|
|
148
|
+
height: 1em;
|
|
149
|
+
position: relative;
|
|
150
|
+
text-align: center;
|
|
151
|
+
vertical-align: -0.125em;
|
|
152
|
+
width: 1em;
|
|
153
|
+
}
|
|
154
|
+
.fa-layers svg.svg-inline--fa {
|
|
155
|
+
-webkit-transform-origin: center center;
|
|
156
|
+
transform-origin: center center;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.fa-layers-counter, .fa-layers-text {
|
|
160
|
+
display: inline-block;
|
|
161
|
+
position: absolute;
|
|
162
|
+
text-align: center;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.fa-layers-text {
|
|
166
|
+
left: 50%;
|
|
167
|
+
top: 50%;
|
|
168
|
+
-webkit-transform: translate(-50%, -50%);
|
|
169
|
+
transform: translate(-50%, -50%);
|
|
170
|
+
-webkit-transform-origin: center center;
|
|
171
|
+
transform-origin: center center;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.fa-layers-counter {
|
|
175
|
+
background-color: #ff253a;
|
|
176
|
+
border-radius: 1em;
|
|
177
|
+
-webkit-box-sizing: border-box;
|
|
178
|
+
box-sizing: border-box;
|
|
179
|
+
color: #fff;
|
|
180
|
+
height: 1.5em;
|
|
181
|
+
line-height: 1;
|
|
182
|
+
max-width: 5em;
|
|
183
|
+
min-width: 1.5em;
|
|
184
|
+
overflow: hidden;
|
|
185
|
+
padding: 0.25em;
|
|
186
|
+
right: 0;
|
|
187
|
+
text-overflow: ellipsis;
|
|
188
|
+
top: 0;
|
|
189
|
+
-webkit-transform: scale(0.25);
|
|
190
|
+
transform: scale(0.25);
|
|
191
|
+
-webkit-transform-origin: top right;
|
|
192
|
+
transform-origin: top right;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.fa-layers-bottom-right {
|
|
196
|
+
bottom: 0;
|
|
197
|
+
right: 0;
|
|
198
|
+
top: auto;
|
|
199
|
+
-webkit-transform: scale(0.25);
|
|
200
|
+
transform: scale(0.25);
|
|
201
|
+
-webkit-transform-origin: bottom right;
|
|
202
|
+
transform-origin: bottom right;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.fa-layers-bottom-left {
|
|
206
|
+
bottom: 0;
|
|
207
|
+
left: 0;
|
|
208
|
+
right: auto;
|
|
209
|
+
top: auto;
|
|
210
|
+
-webkit-transform: scale(0.25);
|
|
211
|
+
transform: scale(0.25);
|
|
212
|
+
-webkit-transform-origin: bottom left;
|
|
213
|
+
transform-origin: bottom left;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.fa-layers-top-right {
|
|
217
|
+
right: 0;
|
|
218
|
+
top: 0;
|
|
219
|
+
-webkit-transform: scale(0.25);
|
|
220
|
+
transform: scale(0.25);
|
|
221
|
+
-webkit-transform-origin: top right;
|
|
222
|
+
transform-origin: top right;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.fa-layers-top-left {
|
|
226
|
+
left: 0;
|
|
227
|
+
right: auto;
|
|
228
|
+
top: 0;
|
|
229
|
+
-webkit-transform: scale(0.25);
|
|
230
|
+
transform: scale(0.25);
|
|
231
|
+
-webkit-transform-origin: top left;
|
|
232
|
+
transform-origin: top left;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.fa-lg {
|
|
236
|
+
font-size: 1.3333333333em;
|
|
237
|
+
line-height: 0.75em;
|
|
238
|
+
vertical-align: -0.0667em;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.fa-xs {
|
|
242
|
+
font-size: 0.75em;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.fa-sm {
|
|
246
|
+
font-size: 0.875em;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.fa-1x {
|
|
250
|
+
font-size: 1em;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.fa-2x {
|
|
254
|
+
font-size: 2em;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.fa-3x {
|
|
258
|
+
font-size: 3em;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.fa-4x {
|
|
262
|
+
font-size: 4em;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.fa-5x {
|
|
266
|
+
font-size: 5em;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.fa-6x {
|
|
270
|
+
font-size: 6em;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.fa-7x {
|
|
274
|
+
font-size: 7em;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.fa-8x {
|
|
278
|
+
font-size: 8em;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.fa-9x {
|
|
282
|
+
font-size: 9em;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.fa-10x {
|
|
286
|
+
font-size: 10em;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.fa-fw {
|
|
290
|
+
text-align: center;
|
|
291
|
+
width: 1.25em;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.fa-ul {
|
|
295
|
+
list-style-type: none;
|
|
296
|
+
margin-left: 2.5em;
|
|
297
|
+
padding-left: 0;
|
|
298
|
+
}
|
|
299
|
+
.fa-ul > li {
|
|
300
|
+
position: relative;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.fa-li {
|
|
304
|
+
left: -2em;
|
|
305
|
+
position: absolute;
|
|
306
|
+
text-align: center;
|
|
307
|
+
width: 2em;
|
|
308
|
+
line-height: inherit;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.fa-border {
|
|
312
|
+
border: solid 0.08em #eee;
|
|
313
|
+
border-radius: 0.1em;
|
|
314
|
+
padding: 0.2em 0.25em 0.15em;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.fa-pull-left {
|
|
318
|
+
float: left;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.fa-pull-right {
|
|
322
|
+
float: right;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.fa.fa-pull-left,
|
|
326
|
+
.fas.fa-pull-left,
|
|
327
|
+
.far.fa-pull-left,
|
|
328
|
+
.fal.fa-pull-left,
|
|
329
|
+
.fab.fa-pull-left {
|
|
330
|
+
margin-right: 0.3em;
|
|
331
|
+
}
|
|
332
|
+
.fa.fa-pull-right,
|
|
333
|
+
.fas.fa-pull-right,
|
|
334
|
+
.far.fa-pull-right,
|
|
335
|
+
.fal.fa-pull-right,
|
|
336
|
+
.fab.fa-pull-right {
|
|
337
|
+
margin-left: 0.3em;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.fa-spin {
|
|
341
|
+
-webkit-animation: fa-spin 2s infinite linear;
|
|
342
|
+
animation: fa-spin 2s infinite linear;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.fa-pulse {
|
|
346
|
+
-webkit-animation: fa-spin 1s infinite steps(8);
|
|
347
|
+
animation: fa-spin 1s infinite steps(8);
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
@-webkit-keyframes fa-spin {
|
|
351
|
+
0% {
|
|
352
|
+
-webkit-transform: rotate(0deg);
|
|
353
|
+
transform: rotate(0deg);
|
|
354
|
+
}
|
|
355
|
+
100% {
|
|
356
|
+
-webkit-transform: rotate(360deg);
|
|
357
|
+
transform: rotate(360deg);
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
@keyframes fa-spin {
|
|
362
|
+
0% {
|
|
363
|
+
-webkit-transform: rotate(0deg);
|
|
364
|
+
transform: rotate(0deg);
|
|
365
|
+
}
|
|
366
|
+
100% {
|
|
367
|
+
-webkit-transform: rotate(360deg);
|
|
368
|
+
transform: rotate(360deg);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
.fa-rotate-90 {
|
|
372
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
|
373
|
+
-webkit-transform: rotate(90deg);
|
|
374
|
+
transform: rotate(90deg);
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.fa-rotate-180 {
|
|
378
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
|
379
|
+
-webkit-transform: rotate(180deg);
|
|
380
|
+
transform: rotate(180deg);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.fa-rotate-270 {
|
|
384
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
|
385
|
+
-webkit-transform: rotate(270deg);
|
|
386
|
+
transform: rotate(270deg);
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.fa-flip-horizontal {
|
|
390
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
|
391
|
+
-webkit-transform: scale(-1, 1);
|
|
392
|
+
transform: scale(-1, 1);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.fa-flip-vertical {
|
|
396
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
|
397
|
+
-webkit-transform: scale(1, -1);
|
|
398
|
+
transform: scale(1, -1);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
|
|
402
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
|
403
|
+
-webkit-transform: scale(-1, -1);
|
|
404
|
+
transform: scale(-1, -1);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
:root .fa-rotate-90,
|
|
408
|
+
:root .fa-rotate-180,
|
|
409
|
+
:root .fa-rotate-270,
|
|
410
|
+
:root .fa-flip-horizontal,
|
|
411
|
+
:root .fa-flip-vertical,
|
|
412
|
+
:root .fa-flip-both {
|
|
413
|
+
-webkit-filter: none;
|
|
414
|
+
filter: none;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.fa-stack {
|
|
418
|
+
display: inline-block;
|
|
419
|
+
height: 2em;
|
|
420
|
+
position: relative;
|
|
421
|
+
width: 2.5em;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.fa-stack-1x,
|
|
425
|
+
.fa-stack-2x {
|
|
426
|
+
bottom: 0;
|
|
427
|
+
left: 0;
|
|
428
|
+
margin: auto;
|
|
429
|
+
position: absolute;
|
|
430
|
+
right: 0;
|
|
431
|
+
top: 0;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.svg-inline--fa.fa-stack-1x {
|
|
435
|
+
height: 1em;
|
|
436
|
+
width: 1.25em;
|
|
437
|
+
}
|
|
438
|
+
.svg-inline--fa.fa-stack-2x {
|
|
439
|
+
height: 2em;
|
|
440
|
+
width: 2.5em;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.fa-inverse {
|
|
444
|
+
color: #fff;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.sr-only {
|
|
448
|
+
border: 0;
|
|
449
|
+
clip: rect(0, 0, 0, 0);
|
|
450
|
+
height: 1px;
|
|
451
|
+
margin: -1px;
|
|
452
|
+
overflow: hidden;
|
|
453
|
+
padding: 0;
|
|
454
|
+
position: absolute;
|
|
455
|
+
width: 1px;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.sr-only-focusable:active, .sr-only-focusable:focus {
|
|
459
|
+
clip: auto;
|
|
460
|
+
height: auto;
|
|
461
|
+
margin: 0;
|
|
462
|
+
overflow: visible;
|
|
463
|
+
position: static;
|
|
464
|
+
width: auto;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.svg-inline--fa .fa-primary {
|
|
468
|
+
fill: var(--fa-primary-color, currentColor);
|
|
469
|
+
opacity: 1;
|
|
470
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.svg-inline--fa .fa-secondary {
|
|
474
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
475
|
+
opacity: 0.4;
|
|
476
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
480
|
+
opacity: 0.4;
|
|
481
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
485
|
+
opacity: 1;
|
|
486
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.svg-inline--fa mask .fa-primary,
|
|
490
|
+
.svg-inline--fa mask .fa-secondary {
|
|
491
|
+
fill: black;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.fad.fa-inverse {
|
|
495
|
+
color: #fff;
|
|
496
|
+
}`;function jM(){var e=C2,t=E2,o=Ve.familyPrefix,r=Ve.replacementClass,a=FM;if(o!==e||r!==t){var s=new RegExp("\\.".concat(e,"\\-"),"g"),i=new RegExp("\\--".concat(e,"\\-"),"g"),c=new RegExp("\\.".concat(t),"g");a=a.replace(s,".".concat(o,"-")).replace(i,"--".concat(o,"-")).replace(c,".".concat(r))}return a}var HM=function(){function e(){nM(this,e),this.definitions={}}return rM(e,[{key:"add",value:function(){for(var o=this,r=arguments.length,a=new Array(r),s=0;s<r;s++)a[s]=arguments[s];var i=a.reduce(this._pullDefinitions,{});Object.keys(i).forEach(function(c){o.definitions[c]=le({},o.definitions[c]||{},i[c]),R2(c,i[c]),V2()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(o,r){var a=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(a).map(function(s){var i=a[s],c=i.prefix,l=i.iconName,d=i.icon;o[c]||(o[c]={}),o[c][l]=d}),o}}]),e}();function F2(){Ve.autoAddCss&&!U2&&(NM(jM()),U2=!0)}function j2(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(r){return q2(r)})}}),Object.defineProperty(e,"node",{get:function(){if(Ii){var r=Fe.createElement("div");return r.innerHTML=e.html,r.children}}}),e}function H2(e){var t=e.prefix,o=t===void 0?"fa":t,r=e.iconName;if(r)return z2(GM.definitions,o,r)||z2(Tt.styles,o,r)}function UM(e){return function(t){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=(t||{}).icon?t:H2(t||{}),a=o.mask;return a&&(a=(a||{}).icon?a:H2(a||{})),e(r,le({},o,{mask:a}))}}var GM=new HM,U2=!1,Tr={transform:function(t){return PM(t)}},ZM=UM(function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=t.transform,r=o===void 0?rn:o,a=t.symbol,s=a===void 0?!1:a,i=t.mask,c=i===void 0?null:i,l=t.maskId,d=l===void 0?null:l,f=t.title,u=f===void 0?null:f,g=t.titleId,p=g===void 0?null:g,_=t.classes,m=_===void 0?[]:_,b=t.attributes,h=b===void 0?{}:b,k=t.styles,w=k===void 0?{}:k;if(e){var y=e.prefix,x=e.iconName,E=e.icon;return j2(le({type:"icon"},e),function(){return F2(),Ve.autoA11y&&(u?h["aria-labelledby"]="".concat(Ve.replacementClass,"-title-").concat(p||Nr()):(h["aria-hidden"]="true",h.focusable="false")),zM({icons:{main:P2(E),mask:c?P2(c.icon):{found:!1,width:null,height:null,icon:{}}},prefix:y,iconName:x,transform:le({},rn,r),symbol:s,title:u,maskId:d,titleId:p,extra:{attributes:h,styles:w,classes:m}})})}}),WM=function(t){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=o.transform,a=r===void 0?rn:r,s=o.title,i=s===void 0?null:s,c=o.classes,l=c===void 0?[]:c,d=o.attributes,f=d===void 0?{}:d,u=o.styles,g=u===void 0?{}:u;return j2({type:"text",content:t},function(){return F2(),qM({content:t,transform:le({},rn,a),title:i,extra:{attributes:f,styles:g,classes:["".concat(Ve.familyPrefix,"-layers-text")].concat(aM(l))}})})};function G2(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),o.push.apply(o,r)}return o}function wt(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?G2(Object(o),!0).forEach(function(r){Ke(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):G2(Object(o)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(o,r))})}return e}function Mr(e){"@babel/helpers - typeof";return Mr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Mr(e)}function Ke(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function KM(e,t){if(e==null)return{};var o={},r=Object.keys(e),a,s;for(s=0;s<r.length;s++)a=r[s],!(t.indexOf(a)>=0)&&(o[a]=e[a]);return o}function XM(e,t){if(e==null)return{};var o=KM(e,t),r,a;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(a=0;a<s.length;a++)r=s[a],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function Zi(e){return YM(e)||JM(e)||QM(e)||eI()}function YM(e){if(Array.isArray(e))return Wi(e)}function JM(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function QM(e,t){if(e){if(typeof e=="string")return Wi(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);if(o==="Object"&&e.constructor&&(o=e.constructor.name),o==="Map"||o==="Set")return Array.from(e);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return Wi(e,t)}}function Wi(e,t){(t==null||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r}function eI(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
497
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var tI=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Z2={exports:{}};(function(e){(function(t){var o=function(h,k,w){if(!d(k)||u(k)||g(k)||p(k)||l(k))return k;var y,x=0,E=0;if(f(k))for(y=[],E=k.length;x<E;x++)y.push(o(h,k[x],w));else{y={};for(var v in k)Object.prototype.hasOwnProperty.call(k,v)&&(y[h(v,w)]=o(h,k[v],w))}return y},r=function(h,k){k=k||{};var w=k.separator||"_",y=k.split||/(?=[A-Z])/;return h.split(y).join(w)},a=function(h){return _(h)?h:(h=h.replace(/[\-_\s]+(.)?/g,function(k,w){return w?w.toUpperCase():""}),h.substr(0,1).toLowerCase()+h.substr(1))},s=function(h){var k=a(h);return k.substr(0,1).toUpperCase()+k.substr(1)},i=function(h,k){return r(h,k).toLowerCase()},c=Object.prototype.toString,l=function(h){return typeof h=="function"},d=function(h){return h===Object(h)},f=function(h){return c.call(h)=="[object Array]"},u=function(h){return c.call(h)=="[object Date]"},g=function(h){return c.call(h)=="[object RegExp]"},p=function(h){return c.call(h)=="[object Boolean]"},_=function(h){return h=h-0,h===h},m=function(h,k){var w=k&&"process"in k?k.process:k;return typeof w!="function"?h:function(y,x){return w(y,h,x)}},b={camelize:a,decamelize:i,pascalize:s,depascalize:i,camelizeKeys:function(h,k){return o(m(a,k),h)},decamelizeKeys:function(h,k){return o(m(i,k),h,k)},pascalizeKeys:function(h,k){return o(m(s,k),h)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=b:t.humps=b})(tI)})(Z2);var nI=Z2.exports,oI=["class","style"];function rI(e){return e.split(";").map(function(t){return t.trim()}).filter(function(t){return t}).reduce(function(t,o){var r=o.indexOf(":"),a=nI.camelize(o.slice(0,r)),s=o.slice(r+1).trim();return t[a]=s,t},{})}function sI(e){return e.split(/\s+/).reduce(function(t,o){return t[o]=!0,t},{})}function Ki(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof e=="string")return e;var r=(e.children||[]).map(function(l){return Ki(l)}),a=Object.keys(e.attributes||{}).reduce(function(l,d){var f=e.attributes[d];switch(d){case"class":l.class=sI(f);break;case"style":l.style=rI(f);break;default:l.attrs[d]=f}return l},{attrs:{},class:{},style:{}});o.class;var s=o.style,i=s===void 0?{}:s,c=XM(o,oI);return n.h(e.tag,wt(wt(wt({},t),{},{class:a.class,style:wt(wt({},a.style),i)},a.attrs),c),r)}var W2=!1;try{W2=!0}catch{}function aI(){if(!W2&&console&&typeof console.error=="function"){var e;(e=console).error.apply(e,arguments)}}function So(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?Ke({},e,t):{}}function iI(e){var t,o=(t={"fa-spin":e.spin,"fa-pulse":e.pulse,"fa-fw":e.fixedWidth,"fa-border":e.border,"fa-li":e.listItem,"fa-inverse":e.inverse,"fa-flip":e.flip===!0,"fa-flip-horizontal":e.flip==="horizontal"||e.flip==="both","fa-flip-vertical":e.flip==="vertical"||e.flip==="both"},Ke(t,"fa-".concat(e.size),e.size!==null),Ke(t,"fa-rotate-".concat(e.rotation),e.rotation!==null),Ke(t,"fa-pull-".concat(e.pull),e.pull!==null),Ke(t,"fa-swap-opacity",e.swapOpacity),Ke(t,"fa-bounce",e.bounce),Ke(t,"fa-shake",e.shake),Ke(t,"fa-beat",e.beat),Ke(t,"fa-fade",e.fade),Ke(t,"fa-beat-fade",e.beatFade),Ke(t,"fa-flash",e.flash),Ke(t,"fa-spin-pulse",e.spinPulse),Ke(t,"fa-spin-reverse",e.spinReverse),t);return Object.keys(o).map(function(r){return o[r]?r:null}).filter(function(r){return r})}function K2(e){if(e&&Mr(e)==="object"&&e.prefix&&e.iconName&&e.icon)return e;if(Tr.icon)return Tr.icon(e);if(e===null)return null;if(Mr(e)==="object"&&e.prefix&&e.iconName)return e;if(Array.isArray(e)&&e.length===2)return{prefix:e[0],iconName:e[1]};if(typeof e=="string")return{prefix:"fas",iconName:e}}n.defineComponent({name:"FontAwesomeIcon",props:{border:{type:Boolean,default:!1},fixedWidth:{type:Boolean,default:!1},flip:{type:[Boolean,String],default:!1,validator:function(t){return[!0,!1,"horizontal","vertical","both"].indexOf(t)>-1}},icon:{type:[Object,Array,String],required:!0},mask:{type:[Object,Array,String],default:null},listItem:{type:Boolean,default:!1},pull:{type:String,default:null,validator:function(t){return["right","left"].indexOf(t)>-1}},pulse:{type:Boolean,default:!1},rotation:{type:[String,Number],default:null,validator:function(t){return[90,180,270].indexOf(Number.parseInt(t,10))>-1}},swapOpacity:{type:Boolean,default:!1},size:{type:String,default:null,validator:function(t){return["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"].indexOf(t)>-1}},spin:{type:Boolean,default:!1},transform:{type:[String,Object],default:null},symbol:{type:[Boolean,String],default:!1},title:{type:String,default:null},inverse:{type:Boolean,default:!1},bounce:{type:Boolean,default:!1},shake:{type:Boolean,default:!1},beat:{type:Boolean,default:!1},fade:{type:Boolean,default:!1},beatFade:{type:Boolean,default:!1},flash:{type:Boolean,default:!1},spinPulse:{type:Boolean,default:!1},spinReverse:{type:Boolean,default:!1}},setup:function(t,o){var r=o.attrs,a=n.computed(function(){return K2(t.icon)}),s=n.computed(function(){return So("classes",iI(t))}),i=n.computed(function(){return So("transform",typeof t.transform=="string"?Tr.transform(t.transform):t.transform)}),c=n.computed(function(){return So("mask",K2(t.mask))}),l=n.computed(function(){return ZM(a.value,wt(wt(wt(wt({},s.value),i.value),c.value),{},{symbol:t.symbol,title:t.title}))});n.watch(l,function(f){if(!f)return aI("Could not find one or more icon(s)",a.value,c.value)},{immediate:!0});var d=n.computed(function(){return l.value?Ki(l.value.abstract[0],{},r):null});return function(){return d.value}}}),n.defineComponent({name:"FontAwesomeLayers",props:{fixedWidth:{type:Boolean,default:!1}},setup:function(t,o){var r=o.slots,a=Ve.familyPrefix,s=n.computed(function(){return["".concat(a,"-layers")].concat(Zi(t.fixedWidth?["".concat(a,"-fw")]:[]))});return function(){return n.h("div",{class:s.value},r.default?r.default():[])}}}),n.defineComponent({name:"FontAwesomeLayersText",props:{value:{type:[String,Number],default:""},transform:{type:[String,Object],default:null},counter:{type:Boolean,default:!1},position:{type:String,default:null,validator:function(t){return["bottom-left","bottom-right","top-left","top-right"].indexOf(t)>-1}}},setup:function(t,o){var r=o.attrs,a=Ve.familyPrefix,s=n.computed(function(){return So("classes",[].concat(Zi(t.counter?["".concat(a,"-layers-counter")]:[]),Zi(t.position?["".concat(a,"-layers-").concat(t.position)]:[])))}),i=n.computed(function(){return So("transform",typeof t.transform=="string"?Tr.transform(t.transform):t.transform)}),c=n.computed(function(){var d=WM(t.value.toString(),wt(wt({},i.value),s.value)),f=d.abstract;return t.counter&&(f[0].attributes.class=f[0].attributes.class.replace("fa-layers-text","")),f[0]}),l=n.computed(function(){return Ki(c.value,{},r)});return function(){return l.value}}}),{...Ud};const cI=["data-dir"],lI=st(n.defineComponent({__name:"ResizeWrapper",props:{isResizingEnabled:{type:Boolean,default:!0},height:{default:0},width:{default:0},minHeight:{default:0},minWidth:{default:0},scale:{default:1},gridSize:{default:20},supportedDirections:{default:()=>[]},outset:{type:Boolean,default:!1},window:{default:void 0}},emits:["resizestart","resize","resizeend"],setup(e,{emit:t}){function o(p,_){const m=p/_,b=_*m,h=p*_>0?_*(m+1):_*(m-1);return Math.abs(p-b)<Math.abs(p-h)?b:h}function r(p,_,m){const b=o(_,m);return b>=p&&_>0?b:p}const a=e,s=n.useCssModule(),i=t,c=n.computed(()=>{const p=Object.keys(m2);return a.isResizingEnabled?a.supportedDirections.length===0?p:a.supportedDirections:[]}),l={dir:n.ref(""),dHeight:n.ref(0),dWidth:n.ref(0),vHeight:n.ref(0),vWidth:n.ref(0),x:n.ref(0),y:n.ref(0)},d=n.computed(()=>({[s.resize]:!0,[s.outset]:a.outset})),f=p=>{p.preventDefault(),p.stopPropagation();let _=0,m=0,b=!1,h=!1;l.dir.value.includes("right")&&(_=p.pageX-l.x.value),l.dir.value.includes("left")&&(_=l.x.value-p.pageX,h=!0),l.dir.value.includes("top")&&(m=l.y.value-p.pageY,b=!0),l.dir.value.includes("bottom")&&(m=p.pageY-l.y.value);const k=(_-l.dWidth.value)/a.scale,w=(m-l.dHeight.value)/a.scale;l.vHeight.value=l.vHeight.value+w,l.vWidth.value=l.vWidth.value+k;const y=r(a.minHeight,l.vHeight.value,a.gridSize),x=r(a.minWidth,l.vWidth.value,a.gridSize),E=h&&x!==a.width?-1*(x-a.width):0,v=b&&y!==a.height?-1*(y-a.height):0,S=p.x,N=p.y,$=l.dir.value;i("resize",{height:y,width:x,dX:E,dY:v,x:S,y:N,direction:$}),l.dHeight.value=m,l.dWidth.value=_},u=p=>{p.preventDefault(),p.stopPropagation(),i("resizeend"),(a.window??window).removeEventListener("mousemove",f),(a.window??window).removeEventListener("mouseup",u),document.body.style.cursor="unset",l.dir.value=""},g=p=>{p.preventDefault(),p.stopPropagation();const _=p.target;_&&(l.dir.value=_.dataset.dir.toLocaleLowerCase()),document.body.style.cursor=m2[l.dir.value],l.x.value=p.pageX,l.y.value=p.pageY,l.dWidth.value=0,l.dHeight.value=0,l.vHeight.value=a.height,l.vWidth.value=a.width,(a.window??window).addEventListener("mousemove",f),(a.window??window).addEventListener("mouseup",u),i("resizestart")};return(p,_)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(d.value)},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(c.value,m=>(n.openBlock(),n.createElementBlock("div",{key:m,"data-dir":m,class:n.normalizeClass({[n.unref(s).resizer]:!0,[n.unref(s)[m]]:!0}),"data-test-id":"resize-handle",onMousedown:g},null,42,cI))),128)),n.renderSlot(p.$slots,"default")],2))}}),[["__cssModules",{$style:{resize:"_resize_r3sn9_1",resizer:"_resizer_r3sn9_11",right:"_right_r3sn9_16",top:"_top_r3sn9_24",bottom:"_bottom_r3sn9_32",left:"_left_r3sn9_40",topLeft:"_topLeft_r3sn9_48",topRight:"_topRight_r3sn9_56",bottomLeft:"_bottomLeft_r3sn9_64",bottomRight:"_bottomRight_r3sn9_72",outset:"_outset_r3sn9_80"}}]]),X2={height:180,width:240,minHeight:80,minWidth:150,id:"0",editMode:!1,readOnly:!1,backgroundColor:1},uI=st(n.defineComponent({__name:"Sticky",props:n.mergeDefaults({modelValue:{},height:{},width:{},minHeight:{},minWidth:{},id:{},defaultText:{},editMode:{type:Boolean},readOnly:{type:Boolean},backgroundColor:{}},X2),emits:["edit","update:modelValue","markdown-click"],setup(e,{emit:t}){const o=e,r=t,{t:a}=d$(),s=n.ref(!1),i=n.ref(void 0),c=n.computed(()=>o.height<o.minHeight?o.minHeight:o.height),l=n.computed(()=>o.width<o.minWidth?o.minWidth:o.width),d=n.computed(()=>o.id?`${o.id}-input`:void 0),f=n.computed(()=>({height:`${c.value}px`,width:`${l.value}px`})),u=n.computed(()=>c.value>100&&l.value>155);n.watch(()=>o.editMode,(h,k)=>{setTimeout(()=>{h&&!k&&i.value&&(o.defaultText===o.modelValue&&i.value.select(),i.value.focus())},100)});const g=()=>{o.readOnly||r("edit",!0)},p=()=>{s.value||r("edit",!1)},_=h=>{r("update:modelValue",h)},m=(h,k)=>{r("markdown-click",h,k)},b=h=>{!h.ctrlKey&&!h.metaKey&&h.stopPropagation()};return(h,k)=>{const w=n.resolveDirective("n8n-html");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"n8n-sticky":!0,[h.$style.sticky]:!0,[h.$style.clickable]:!s.value,[h.$style[`color-${h.backgroundColor}`]]:!0}),style:n.normalizeStyle(f.value),onKeydown:k[4]||(k[4]=n.withModifiers(()=>{},["prevent"]))},[n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(h.$style.wrapper),onDblclick:n.withModifiers(g,["stop"])},[n.createVNode(n.unref(tM),{theme:"sticky",content:h.modelValue,"with-multi-breaks":!0,onMarkdownClick:m,onUpdateContent:_},null,8,["content"])],34),[[n.vShow,!h.editMode]]),n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass({"full-height":!u.value,"sticky-textarea":!0}),onClick:k[0]||(k[0]=n.withModifiers(()=>{},["stop"])),onMousedown:k[1]||(k[1]=n.withModifiers(()=>{},["stop"])),onMouseup:k[2]||(k[2]=n.withModifiers(()=>{},["stop"])),onKeydown:[n.withKeys(p,["esc"]),k[3]||(k[3]=n.withModifiers(()=>{},["stop"]))]},[n.createVNode(n.unref(rh),{ref_key:"input",ref:i,"model-value":h.modelValue,name:d.value,type:"textarea",rows:5,onBlur:p,"onUpdate:modelValue":_,onWheel:b},null,8,["model-value","name"])],34),[[n.vShow,h.editMode]]),h.editMode&&u.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(h.$style.footer)},[n.createVNode(n.unref(Q0),{size:"xsmall",align:"right"},{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("span",null,null,512),[[w,n.unref(a)("sticky.markdownHint")]])]),_:1})],2)):n.createCommentVNode("",!0)],38)}}}),[["__cssModules",{$style:{sticky:"_sticky_1iqd8_1",wrapper:"_wrapper_1iqd8_7",clickable:"_clickable_1iqd8_12",footer:"_footer_1iqd8_33","color-2":"_color-2_1iqd8_39","color-3":"_color-3_1iqd8_44","color-4":"_color-4_1iqd8_49","color-5":"_color-5_1iqd8_54","color-6":"_color-6_1iqd8_59","color-7":"_color-7_1iqd8_64"}}]]);({...X2});var Xi,Y2;function Yi(){if(Y2)return Xi;Y2=1;var e=Array.isArray;return Xi=e,Xi}var Ji,J2;function dI(){if(J2)return Ji;J2=1;var e=typeof To=="object"&&To&&To.Object===Object&&To;return Ji=e,Ji}var Qi,Q2;function ec(){if(Q2)return Qi;Q2=1;var e=dI(),t=typeof self=="object"&&self&&self.Object===Object&&self,o=e||t||Function("return this")();return Qi=o,Qi}var tc,e1;function nc(){if(e1)return tc;e1=1;var e=ec(),t=e.Symbol;return tc=t,tc}var oc,t1;function fI(){if(t1)return oc;t1=1;var e=nc(),t=Object.prototype,o=t.hasOwnProperty,r=t.toString,a=e?e.toStringTag:void 0;function s(i){var c=o.call(i,a),l=i[a];try{i[a]=void 0;var d=!0}catch{}var f=r.call(i);return d&&(c?i[a]=l:delete i[a]),f}return oc=s,oc}var rc,n1;function pI(){if(n1)return rc;n1=1;var e=Object.prototype,t=e.toString;function o(r){return t.call(r)}return rc=o,rc}var sc,o1;function r1(){if(o1)return sc;o1=1;var e=nc(),t=fI(),o=pI(),r="[object Null]",a="[object Undefined]",s=e?e.toStringTag:void 0;function i(c){return c==null?c===void 0?a:r:s&&s in Object(c)?t(c):o(c)}return sc=i,sc}var ac,s1;function hI(){if(s1)return ac;s1=1;function e(t){return t!=null&&typeof t=="object"}return ac=e,ac}var ic,a1;function cc(){if(a1)return ic;a1=1;var e=r1(),t=hI(),o="[object Symbol]";function r(a){return typeof a=="symbol"||t(a)&&e(a)==o}return ic=r,ic}var lc,i1;function mI(){if(i1)return lc;i1=1;var e=Yi(),t=cc(),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;function a(s,i){if(e(s))return!1;var c=typeof s;return c=="number"||c=="symbol"||c=="boolean"||s==null||t(s)?!0:r.test(s)||!o.test(s)||i!=null&&s in Object(i)}return lc=a,lc}var uc,c1;function l1(){if(c1)return uc;c1=1;function e(t){var o=typeof t;return t!=null&&(o=="object"||o=="function")}return uc=e,uc}var dc,u1;function gI(){if(u1)return dc;u1=1;var e=r1(),t=l1(),o="[object AsyncFunction]",r="[object Function]",a="[object GeneratorFunction]",s="[object Proxy]";function i(c){if(!t(c))return!1;var l=e(c);return l==r||l==a||l==o||l==s}return dc=i,dc}var fc,d1;function _I(){if(d1)return fc;d1=1;var e=ec(),t=e["__core-js_shared__"];return fc=t,fc}var pc,f1;function bI(){if(f1)return pc;f1=1;var e=_I(),t=function(){var r=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}();function o(r){return!!t&&t in r}return pc=o,pc}var hc,p1;function kI(){if(p1)return hc;p1=1;var e=Function.prototype,t=e.toString;function o(r){if(r!=null){try{return t.call(r)}catch{}try{return r+""}catch{}}return""}return hc=o,hc}var mc,h1;function wI(){if(h1)return mc;h1=1;var e=gI(),t=bI(),o=l1(),r=kI(),a=/[\\^$.*+?()[\]{}|]/g,s=/^\[object .+?Constructor\]$/,i=Function.prototype,c=Object.prototype,l=i.toString,d=c.hasOwnProperty,f=RegExp("^"+l.call(d).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function u(g){if(!o(g)||t(g))return!1;var p=e(g)?f:s;return p.test(r(g))}return mc=u,mc}var gc,m1;function yI(){if(m1)return gc;m1=1;function e(t,o){return t==null?void 0:t[o]}return gc=e,gc}var _c,g1;function _1(){if(g1)return _c;g1=1;var e=wI(),t=yI();function o(r,a){var s=t(r,a);return e(s)?s:void 0}return _c=o,_c}var bc,b1;function Ir(){if(b1)return bc;b1=1;var e=_1(),t=e(Object,"create");return bc=t,bc}var kc,k1;function CI(){if(k1)return kc;k1=1;var e=Ir();function t(){this.__data__=e?e(null):{},this.size=0}return kc=t,kc}var wc,w1;function EI(){if(w1)return wc;w1=1;function e(t){var o=this.has(t)&&delete this.__data__[t];return this.size-=o?1:0,o}return wc=e,wc}var yc,y1;function xI(){if(y1)return yc;y1=1;var e=Ir(),t="__lodash_hash_undefined__",o=Object.prototype,r=o.hasOwnProperty;function a(s){var i=this.__data__;if(e){var c=i[s];return c===t?void 0:c}return r.call(i,s)?i[s]:void 0}return yc=a,yc}var Cc,C1;function vI(){if(C1)return Cc;C1=1;var e=Ir(),t=Object.prototype,o=t.hasOwnProperty;function r(a){var s=this.__data__;return e?s[a]!==void 0:o.call(s,a)}return Cc=r,Cc}var Ec,E1;function SI(){if(E1)return Ec;E1=1;var e=Ir(),t="__lodash_hash_undefined__";function o(r,a){var s=this.__data__;return this.size+=this.has(r)?0:1,s[r]=e&&a===void 0?t:a,this}return Ec=o,Ec}var xc,x1;function BI(){if(x1)return xc;x1=1;var e=CI(),t=EI(),o=xI(),r=vI(),a=SI();function s(i){var c=-1,l=i==null?0:i.length;for(this.clear();++c<l;){var d=i[c];this.set(d[0],d[1])}}return s.prototype.clear=e,s.prototype.delete=t,s.prototype.get=o,s.prototype.has=r,s.prototype.set=a,xc=s,xc}var vc,v1;function AI(){if(v1)return vc;v1=1;function e(){this.__data__=[],this.size=0}return vc=e,vc}var Sc,S1;function NI(){if(S1)return Sc;S1=1;function e(t,o){return t===o||t!==t&&o!==o}return Sc=e,Sc}var Bc,B1;function Lr(){if(B1)return Bc;B1=1;var e=NI();function t(o,r){for(var a=o.length;a--;)if(e(o[a][0],r))return a;return-1}return Bc=t,Bc}var Ac,A1;function $I(){if(A1)return Ac;A1=1;var e=Lr(),t=Array.prototype,o=t.splice;function r(a){var s=this.__data__,i=e(s,a);if(i<0)return!1;var c=s.length-1;return i==c?s.pop():o.call(s,i,1),--this.size,!0}return Ac=r,Ac}var Nc,N1;function TI(){if(N1)return Nc;N1=1;var e=Lr();function t(o){var r=this.__data__,a=e(r,o);return a<0?void 0:r[a][1]}return Nc=t,Nc}var $c,$1;function MI(){if($1)return $c;$1=1;var e=Lr();function t(o){return e(this.__data__,o)>-1}return $c=t,$c}var Tc,T1;function II(){if(T1)return Tc;T1=1;var e=Lr();function t(o,r){var a=this.__data__,s=e(a,o);return s<0?(++this.size,a.push([o,r])):a[s][1]=r,this}return Tc=t,Tc}var Mc,M1;function LI(){if(M1)return Mc;M1=1;var e=AI(),t=$I(),o=TI(),r=MI(),a=II();function s(i){var c=-1,l=i==null?0:i.length;for(this.clear();++c<l;){var d=i[c];this.set(d[0],d[1])}}return s.prototype.clear=e,s.prototype.delete=t,s.prototype.get=o,s.prototype.has=r,s.prototype.set=a,Mc=s,Mc}var Ic,I1;function RI(){if(I1)return Ic;I1=1;var e=_1(),t=ec(),o=e(t,"Map");return Ic=o,Ic}var Lc,L1;function OI(){if(L1)return Lc;L1=1;var e=BI(),t=LI(),o=RI();function r(){this.size=0,this.__data__={hash:new e,map:new(o||t),string:new e}}return Lc=r,Lc}var Rc,R1;function VI(){if(R1)return Rc;R1=1;function e(t){var o=typeof t;return o=="string"||o=="number"||o=="symbol"||o=="boolean"?t!=="__proto__":t===null}return Rc=e,Rc}var Oc,O1;function Rr(){if(O1)return Oc;O1=1;var e=VI();function t(o,r){var a=o.__data__;return e(r)?a[typeof r=="string"?"string":"hash"]:a.map}return Oc=t,Oc}var Vc,V1;function zI(){if(V1)return Vc;V1=1;var e=Rr();function t(o){var r=e(this,o).delete(o);return this.size-=r?1:0,r}return Vc=t,Vc}var zc,z1;function qI(){if(z1)return zc;z1=1;var e=Rr();function t(o){return e(this,o).get(o)}return zc=t,zc}var qc,q1;function DI(){if(q1)return qc;q1=1;var e=Rr();function t(o){return e(this,o).has(o)}return qc=t,qc}var Dc,D1;function PI(){if(D1)return Dc;D1=1;var e=Rr();function t(o,r){var a=e(this,o),s=a.size;return a.set(o,r),this.size+=a.size==s?0:1,this}return Dc=t,Dc}var Pc,P1;function FI(){if(P1)return Pc;P1=1;var e=OI(),t=zI(),o=qI(),r=DI(),a=PI();function s(i){var c=-1,l=i==null?0:i.length;for(this.clear();++c<l;){var d=i[c];this.set(d[0],d[1])}}return s.prototype.clear=e,s.prototype.delete=t,s.prototype.get=o,s.prototype.has=r,s.prototype.set=a,Pc=s,Pc}var Fc,F1;function jI(){if(F1)return Fc;F1=1;var e=FI(),t="Expected a function";function o(r,a){if(typeof r!="function"||a!=null&&typeof a!="function")throw new TypeError(t);var s=function(){var i=arguments,c=a?a.apply(this,i):i[0],l=s.cache;if(l.has(c))return l.get(c);var d=r.apply(this,i);return s.cache=l.set(c,d)||l,d};return s.cache=new(o.Cache||e),s}return o.Cache=e,Fc=o,Fc}var jc,j1;function HI(){if(j1)return jc;j1=1;var e=jI(),t=500;function o(r){var a=e(r,function(i){return s.size===t&&s.clear(),i}),s=a.cache;return a}return jc=o,jc}var Hc,H1;function UI(){if(H1)return Hc;H1=1;var e=HI(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,r=e(function(a){var s=[];return a.charCodeAt(0)===46&&s.push(""),a.replace(t,function(i,c,l,d){s.push(l?d.replace(o,"$1"):c||i)}),s});return Hc=r,Hc}var Uc,U1;function GI(){if(U1)return Uc;U1=1;function e(t,o){for(var r=-1,a=t==null?0:t.length,s=Array(a);++r<a;)s[r]=o(t[r],r,t);return s}return Uc=e,Uc}var Gc,G1;function ZI(){if(G1)return Gc;G1=1;var e=nc(),t=GI(),o=Yi(),r=cc(),a=e?e.prototype:void 0,s=a?a.toString:void 0;function i(c){if(typeof c=="string")return c;if(o(c))return t(c,i)+"";if(r(c))return s?s.call(c):"";var l=c+"";return l=="0"&&1/c==-1/0?"-0":l}return Gc=i,Gc}var Zc,Z1;function WI(){if(Z1)return Zc;Z1=1;var e=ZI();function t(o){return o==null?"":e(o)}return Zc=t,Zc}var Wc,W1;function KI(){if(W1)return Wc;W1=1;var e=Yi(),t=mI(),o=UI(),r=WI();function a(s,i){return e(s)?s:t(s,i)?[s]:o(r(s))}return Wc=a,Wc}var Kc,K1;function XI(){if(K1)return Kc;K1=1;var e=cc();function t(o){if(typeof o=="string"||e(o))return o;var r=o+"";return r=="0"&&1/o==-1/0?"-0":r}return Kc=t,Kc}var Xc,X1;function YI(){if(X1)return Xc;X1=1;var e=KI(),t=XI();function o(r,a){a=e(a,r);for(var s=0,i=a.length;r!=null&&s<i;)r=r[t(a[s++])];return s&&s==i?r:void 0}return Xc=o,Xc}var Yc,Y1;function JI(){if(Y1)return Yc;Y1=1;var e=YI();function t(o,r,a){var s=o==null?void 0:e(o,r);return s===void 0?a:s}return Yc=t,Yc}JI();function QI(e){const t=e.regex,o={},r={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[o]}]};Object.assign(o,{className:"variable",variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},r]});const a={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},s={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,o,a]};a.contains.push(i);const c={match:/\\"/},l={className:"string",begin:/'/,end:/'/},d={match:/\\'/},f={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,o]},u=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],g=e.SHEBANG({binary:`(${u.join("|")})`,relevance:10}),p={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},_=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],m=["true","false"],b={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"],w=["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"],y=["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:_,literal:m,built_in:[...h,...k,"set","shopt",...w,...y]},contains:[g,e.SHEBANG(),p,f,e.HASH_COMMENT_MODE,s,b,i,c,l,d,o]}}function eL(e){const t=e.regex,o=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"],c={$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:/^(>>>|\.\.\.) /},d={className:"subst",begin:/\{/,end:/\}/,keywords:c,illegal:/#/},f={begin:/\{\{/,relevance:0},u={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,d]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,l,f,d]},{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,d]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,f,d]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},g="[0-9](_?[0-9])*",p=`(\\b(${g}))?\\.(${g})|\\b(${g})\\.`,_=`\\b|${r.join("|")}`,m={className:"number",relevance:0,variants:[{begin:`(\\b(${g})|(${p}))[eE][+-]?(${g})[jJ]?(?=${_})`},{begin:`(${p})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${_})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${_})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${_})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${_})`},{begin:`\\b(${g})[jJ](?=${_})`}]},b={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:c,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:c,contains:["self",l,m,u,e.HASH_COMMENT_MODE]}]};return d.contains=[u,m,l],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:c,illegal:/(<\/|\?)|=>/,contains:[l,m,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},u,b,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,o],scope:{1:"keyword",3:"title.function"},contains:[h]},{variants:[{match:[/\bclass/,/\s+/,o,/\s*/,/\(\s*/,o,/\s*\)/]},{match:[/\bclass/,/\s+/,o]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[m,h,u]}]}}const Or="[A-Za-z$_][0-9A-Za-z$_]*",J1=["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"],Q1=["true","false","null","undefined","NaN","Infinity"],eg=["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"],tg=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],ng=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],og=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],rg=[].concat(ng,eg,tg);function tL(e){const t=e.regex,o=(O,{after:q})=>{const D="</"+O[0].slice(1);return O.input.indexOf(D,q)!==-1},r=Or,a={begin:"<>",end:"</>"},s=/<[A-Za-z0-9\\._:-]+\s*\/>/,i={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(O,q)=>{const D=O[0].length+O.index,ee=O.input[D];if(ee==="<"||ee===","){q.ignoreMatch();return}ee===">"&&(o(O,{after:D})||q.ignoreMatch());let Y;const fe=O.input.substring(D);if(Y=fe.match(/^\s*=/)){q.ignoreMatch();return}if((Y=fe.match(/^\s+extends\s+/))&&Y.index===0){q.ignoreMatch();return}}},c={$pattern:Or,keyword:J1,literal:Q1,built_in:rg,"variable.language":og},l="[0-9](_?[0-9])*",d=`\\.(${l})`,f="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",u={className:"number",variants:[{begin:`(\\b(${f})((${d})|\\.)?|(${d}))[eE][+-]?(${l})\\b`},{begin:`\\b(${f})\\b((${d})\\b|\\.)?|(${d})\\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},g={className:"subst",begin:"\\$\\{",end:"\\}",keywords:c,contains:[]},p={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,g],subLanguage:"xml"}},_={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,g],subLanguage:"css"}},m={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,g],subLanguage:"graphql"}},b={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,g]},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]},w=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,_,m,b,{match:/\$\d+/},u];g.contains=w.concat({begin:/\{/,end:/\}/,keywords:c,contains:["self"].concat(w)});const y=[].concat(k,g.contains),x=y.concat([{begin:/\(/,end:/\)/,keywords:c,contains:["self"].concat(y)}]),E={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:c,contains:x},v={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"}}]},S={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:{_:[...eg,...tg]}},N={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},$={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[E],illegal:/%/},M={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function V(O){return t.concat("(?!",O.join("|"),")")}const G={match:t.concat(/\b/,V([...ng,"super","import"]),r,t.lookahead(/\(/)),className:"title.function",relevance:0},T={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},z={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},E]},I="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",L={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(I)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[E]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:c,exports:{PARAMS_CONTAINS:x,CLASS_REFERENCE:S},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),N,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,_,m,b,k,{match:/\$\d+/},u,S,{className:"attr",begin:r+t.lookahead(":"),relevance:0},L,{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:I,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:c,contains:x}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:a.begin,end:a.end},{match:s},{begin:i.begin,"on:begin":i.isTrulyOpeningTag,end:i.end}],subLanguage:"xml",contains:[{begin:i.begin,end:i.end,skip:!0,contains:["self"]}]}]},$,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[E,e.inherit(e.TITLE_MODE,{begin:r,className:"title.function"})]},{match:/\.\.\./,relevance:0},T,{match:"\\$"+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[E]},G,M,v,z,{match:/\$[(.]/}]}}function nL(e){const t=tL(e),o=Or,r=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],a={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[t.exports.CLASS_REFERENCE]},s={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['"]/},c=["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"],l={$pattern:Or,keyword:J1.concat(c),literal:Q1,built_in:rg.concat(r),"variable.language":og},d={className:"meta",begin:"@"+o},f=(g,p,_)=>{const m=g.contains.findIndex(b=>b.label===p);if(m===-1)throw new Error("can not find mode to replace");g.contains.splice(m,1,_)};Object.assign(t.keywords,l),t.exports.PARAMS_CONTAINS.push(d),t.contains=t.contains.concat([d,a,s]),f(t,"shebang",e.SHEBANG()),f(t,"use_strict",i);const u=t.contains.find(g=>g.label==="func.def");return u.relevance=0,Object.assign(t,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),t}const oL=n.defineComponent({name:"VueMarkdown",props:{source:{type:String,required:!0},options:{type:Object,required:!1},plugins:{type:Array,required:!1}},setup(e){const t=n.ref(new Um(e.options??{}));for(const r of e.plugins??[])t.value.use(r);const o=n.computed(()=>t.value.render(e.source));return()=>n.h("div",{innerHTML:o.value})}}),rL={key:0,class:"chat-message-actions"},sL={key:2,class:"chat-message-files"},Jc=n.defineComponent({__name:"Message",props:{message:{}},setup(e,{expose:t}){const o=e;Ot.registerLanguage("javascript",gl),Ot.registerLanguage("typescript",nL),Ot.registerLanguage("python",eL),Ot.registerLanguage("xml",_l),Ot.registerLanguage("bash",QI);const{message:r}=n.toRefs(o),{options:a}=Jn(),s=n.ref(null),i=n.ref({}),c=n.computed(()=>r.value.text||"<Empty response>"),l=n.computed(()=>({"chat-message-from-user":r.value.sender==="user","chat-message-from-bot":r.value.sender==="bot","chat-message-transparent":r.value.transparent===!0})),d=_=>{_.use(Qm,{attrs:{target:"_blank",rel:"noopener"}})},f=()=>{var _;(_=s.value)!=null&&_.scrollIntoView&&s.value.scrollIntoView({block:"start"})},u={highlight(_,m){if(m&&Ot.getLanguage(m))try{return Ot.highlight(_,{language:m}).value}catch{}return""}},g={...(a==null?void 0:a.messageComponents)??{}};t({scrollToView:f});const p=async _=>await new Promise((m,b)=>{const h=new FileReader;h.onload=()=>m(h.result),h.onerror=b,h.readAsDataURL(_)});return n.onMounted(async()=>{if(r.value.files)for(const _ of r.value.files)try{const m=await p(_);i.value[_.name]=m}catch(m){console.error("Error reading file:",m)}}),(_,m)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"messageContainer",ref:s,class:n.normalizeClass(["chat-message",l.value])},[_.$slots.beforeMessage?(n.openBlock(),n.createElementBlock("div",rL,[n.renderSlot(_.$slots,"beforeMessage",n.normalizeProps(n.guardReactiveProps({message:n.unref(r)})))])):n.createCommentVNode("",!0),n.renderSlot(_.$slots,"default",{},()=>[n.unref(r).type==="component"&&g[n.unref(r).key]?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(g[n.unref(r).key]),n.normalizeProps(n.mergeProps({key:0},n.unref(r).arguments)),null,16)):(n.openBlock(),n.createBlock(n.unref(oL),{key:1,class:"chat-message-markdown",source:c.value,options:u,plugins:[d]},null,8,["source","plugins"])),(n.unref(r).files??[]).length>0?(n.openBlock(),n.createElementBlock("div",sL,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(r).files??[],b=>(n.openBlock(),n.createElementBlock("div",{key:b.name,class:"chat-message-file"},[n.createVNode(kl,{file:b,"is-removable":!1,"is-previewable":!0},null,8,["file"])]))),128))])):n.createCommentVNode("",!0)])],2))}}),aL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function iL(e,t){return n.openBlock(),n.createElementBlock("svg",aL,t[0]||(t[0]=[n.createElementVNode("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 cL={name:"mdi-chat",render:iL},lL={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function uL(e,t){return n.openBlock(),n.createElementBlock("svg",lL,t[0]||(t[0]=[n.createElementVNode("path",{fill:"currentColor",d:"M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"},null,-1)]))}const dL={name:"mdi-chevron-down",render:uL},fL={class:"chat-window-wrapper"},pL={class:"chat-window"},hL=n.defineComponent({__name:"ChatWindow",setup(e){const t=n.ref(!1);function o(){t.value=!t.value,t.value&&n.nextTick(()=>{He.emit("scrollToBottom")})}return(r,a)=>(n.openBlock(),n.createElementBlock("div",fL,[n.createVNode(n.Transition,{name:"chat-window-transition"},{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",pL,[n.createVNode(sg)],512),[[n.vShow,t.value]])]),_:1}),n.createElementVNode("div",{class:"chat-window-toggle",onClick:o},[n.createVNode(n.Transition,{name:"chat-window-toggle-transition",mode:"out-in"},{default:n.withCtx(()=>[t.value?(n.openBlock(),n.createBlock(n.unref(dL),{key:1,height:"32",width:"32"})):(n.openBlock(),n.createBlock(n.unref(cL),{key:0,height:"32",width:"32"}))]),_:1})])]))}}),mL=n.defineComponent({__name:"MessageTyping",props:{animation:{default:"bouncing"}},setup(e){const t=e,o={id:"typing",text:"",sender:"bot"},r=n.ref(),a=n.computed(()=>({"chat-message-typing":!0,[`chat-message-typing-animation-${t.animation}`]:!0}));return n.onMounted(()=>{var s;(s=r.value)==null||s.scrollToView()}),(s,i)=>(n.openBlock(),n.createBlock(n.unref(Jc),{ref_key:"messageContainer",ref:r,class:n.normalizeClass(a.value),message:o,"data-test-id":"chat-message-typing"},{default:n.withCtx(()=>i[0]||(i[0]=[n.createElementVNode("div",{class:"chat-message-typing-body"},[n.createElementVNode("span",{class:"chat-message-typing-circle"}),n.createElementVNode("span",{class:"chat-message-typing-circle"}),n.createElementVNode("span",{class:"chat-message-typing-circle"})],-1)])),_:1},8,["class"]))}}),gL={key:0,class:"empty-container"},_L={class:"empty","data-test-id":"chat-messages-empty"},bL={key:1,class:"chat-messages-list"},kL=n.defineComponent({__name:"MessagesList",props:{messages:{},emptyText:{}},setup(e){const t=Ur(),o=n.ref([]),{initialMessages:r,waitingForResponse:a}=t;return n.watch(()=>o.value.length,()=>{const s=o.value[o.value.length-1];s&&s.scrollToView()}),(s,i)=>s.emptyText&&n.unref(r).length===0&&s.messages.length===0?(n.openBlock(),n.createElementBlock("div",gL,[n.createElementVNode("div",_L,[n.createVNode(n.unref(Js),{icon:"message-circle",size:"large",class:"emptyIcon"}),n.createVNode(n.unref(Q0),{tag:"p",size:"medium",color:"text-base"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(s.emptyText),1)]),_:1})])])):(n.openBlock(),n.createElementBlock("div",bL,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(n.unref(r),c=>(n.openBlock(),n.createBlock(Jc,{key:c.id,message:c},null,8,["message"]))),128)),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.messages,c=>(n.openBlock(),n.createBlock(Jc,{key:c.id,ref_for:!0,ref_key:"messageComponents",ref:o,message:c},{beforeMessage:n.withCtx(({message:l})=>[n.renderSlot(s.$slots,"beforeMessage",n.mergeProps({ref_for:!0},{message:l}))]),_:2},1032,["message"]))),128)),n.unref(a)?(n.openBlock(),n.createBlock(mL,{key:0})):n.createCommentVNode("",!0)]))}}),wL={class:"chat-heading"},yL=["title"],CL={key:0},sg=n.defineComponent({__name:"Chat",setup(e){const{t}=Mo(),o=Ur(),{messages:r,currentSessionId:a}=o,{options:s}=Jn(),i=n.computed(()=>s.mode==="window"&&s.showWindowCloseButton);async function c(){o.startNewSession&&(o.startNewSession(),n.nextTick(()=>{He.emit("scrollToBottom")}))}async function l(){o.loadPreviousSession&&(await o.loadPreviousSession(),n.nextTick(()=>{He.emit("scrollToBottom")}))}function d(){He.emit("close")}return n.onMounted(async()=>{await l(),!s.showWelcomeScreen&&!a.value&&await c()}),(f,u)=>(n.openBlock(),n.createBlock(V_,{class:"chat-wrapper"},{header:n.withCtx(()=>[n.createElementVNode("div",wL,[n.createElementVNode("h1",null,n.toDisplayString(n.unref(t)("title")),1),i.value?(n.openBlock(),n.createElementBlock("button",{key:0,class:"chat-close-button",title:n.unref(t)("closeButtonTooltip"),onClick:d},[n.createVNode(n.unref(Rg),{height:"18",width:"18"})],8,yL)):n.createCommentVNode("",!0)]),n.unref(t)("subtitle")?(n.openBlock(),n.createElementBlock("p",CL,n.toDisplayString(n.unref(t)("subtitle")),1)):n.createCommentVNode("",!0)]),footer:n.withCtx(()=>[n.unref(a)?(n.openBlock(),n.createBlock(I_,{key:0})):(n.openBlock(),n.createBlock(Wg,{key:1}))]),default:n.withCtx(()=>[!n.unref(a)&&n.unref(s).showWelcomeScreen?(n.openBlock(),n.createBlock(Pg,{key:0,"onClick:button":c})):(n.openBlock(),n.createBlock(kL,{key:1,messages:n.unref(r)},null,8,["messages"]))]),_:1}))}}),EL=n.defineComponent({__name:"App",props:{},setup(e){const{options:t}=Jn(),o=n.computed(()=>t.mode==="fullscreen");return n.onMounted(()=>{Ot.registerLanguage("xml",_l),Ot.registerLanguage("javascript",gl)}),(r,a)=>o.value?(n.openBlock(),n.createBlock(sg,{key:0,class:"n8n-chat"})):(n.openBlock(),n.createBlock(hL,{key:1,class:"n8n-chat"}))}});function xL(e){var a,s;const t={...Xn,...e,webhookConfig:{...Xn.webhookConfig,...e==null?void 0:e.webhookConfig},i18n:{...Xn.i18n,...e==null?void 0:e.i18n,en:{...(a=Xn.i18n)==null?void 0:a.en,...(s=e==null?void 0:e.i18n)==null?void 0:s.en}},theme:{...Xn.theme,...e==null?void 0:e.theme}},o=t.target??hg;typeof o=="string"&&xg(o);const r=n.createApp(EL);return r.use(vg,t),r.mount(o),r}De.createChat=xL,Object.defineProperty(De,Symbol.toStringTag,{value:"Module"})});
|