Files
Depl0y-Custom/src/frontend/dist/assets/Documentation-BwVxcGBy.js
T
Alphaeus Mote be6d358086 Initial Commit
2025-11-19 08:09:34 -05:00

60 lines
51 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
var Pe=Object.defineProperty;var Ie=(n,e,t)=>e in n?Pe(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var m=(n,e,t)=>Ie(n,typeof e!="symbol"?e+"":e,t);import{_ as Le,g as Ee,c as T,o as A,a,d as ue,B as ce,w as z,h as D,i as P,b as w,t as pe,x as Be,r as I,j as qe,l as de}from"./index-DpP9cWht.js";function _(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var E=_();function me(n){E=n}var G={exec:()=>null};function f(n,e=""){let t=typeof n=="string"?n:n.source,s={replace:(r,i)=>{let u=typeof i=="string"?i:i.source;return u=u.replace(v.caret,"$1"),t=t.replace(r,u),s},getRegex:()=>new RegExp(t,e)};return s}var Me=(()=>{try{return!!new RegExp("(?<=1)(?<!1)")}catch{return!1}})(),v={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,listTaskCheckbox:/\[[ xX]\]/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:n=>new RegExp(`^( {0,3}${n})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}#`),htmlBeginRegex:n=>new RegExp(`^ {0,${Math.min(3,n-1)}}<(?:[a-z].*>|!--)`,"i")},Fe=/^(?:[ \t]*(?:\n|$))+/,Ge=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,Ze=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Z=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,Qe=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,ee=/(?:[*+-]|\d{1,9}[.)])/,we=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,ve=f(we).replace(/bull/g,ee).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),Oe=f(we).replace(/bull/g,ee).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),te=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,Ne=/^[^\n]+/,ne=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,Ve=f(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",ne).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),He=f(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,ee).getRegex(),j="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|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",se=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,Ue=f("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",se).replace("tag",j).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),ye=f(te).replace("hr",Z).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",j).getRegex(),je=f(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",ye).getRegex(),re={blockquote:je,code:Ge,def:Ve,fences:Ze,heading:Qe,hr:Z,html:Ue,lheading:ve,list:He,newline:Fe,paragraph:ye,table:G,text:Ne},he=f("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Z).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",j).getRegex(),We={...re,lheading:Oe,table:he,paragraph:f(te).replace("hr",Z).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",he).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",j).getRegex()},Xe={...re,html:f(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",se).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:G,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:f(te).replace("hr",Z).replace("heading",` *#{1,6} *[^
]`).replace("lheading",ve).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},Ye=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,Je=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,Se=/^( {2,}|\\)\n(?!\s*$)/,Ke=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,W=/[\p{P}\p{S}]/u,le=/[\s\p{P}\p{S}]/u,Re=/[^\s\p{P}\p{S}]/u,_e=f(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,le).getRegex(),$e=/(?!~)[\p{P}\p{S}]/u,et=/(?!~)[\s\p{P}\p{S}]/u,tt=/(?:[^\s\p{P}\p{S}]|~)/u,nt=f(/link|precode-code|html/,"g").replace("link",/\[(?:[^\[\]`]|(?<a>`+)[^`]+\k<a>(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace("precode-",Me?"(?<!`)()":"(^^|[^`])").replace("code",/(?<b>`+)[^`]+\k<b>(?!`)/).replace("html",/<(?! )[^<>]*?>/).getRegex(),Ce=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,st=f(Ce,"u").replace(/punct/g,W).getRegex(),rt=f(Ce,"u").replace(/punct/g,$e).getRegex(),Te="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",lt=f(Te,"gu").replace(/notPunctSpace/g,Re).replace(/punctSpace/g,le).replace(/punct/g,W).getRegex(),it=f(Te,"gu").replace(/notPunctSpace/g,tt).replace(/punctSpace/g,et).replace(/punct/g,$e).getRegex(),at=f("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,Re).replace(/punctSpace/g,le).replace(/punct/g,W).getRegex(),ot=f(/\\(punct)/,"gu").replace(/punct/g,W).getRegex(),ut=f(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[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])?)+(?![-_])/).getRegex(),ct=f(se).replace("(?:-->|$)","-->").getRegex(),pt=f("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",ct).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),V=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+[^`]*?`+(?!`)|[^\[\]\\`])*?/,dt=f(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",V).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),Ae=f(/^!?\[(label)\]\[(ref)\]/).replace("label",V).replace("ref",ne).getRegex(),ze=f(/^!?\[(ref)\](?:\[\])?/).replace("ref",ne).getRegex(),ht=f("reflink|nolink(?!\\()","g").replace("reflink",Ae).replace("nolink",ze).getRegex(),ge=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/,ie={_backpedal:G,anyPunctuation:ot,autolink:ut,blockSkip:nt,br:Se,code:Je,del:G,emStrongLDelim:st,emStrongRDelimAst:lt,emStrongRDelimUnd:at,escape:Ye,link:dt,nolink:ze,punctuation:_e,reflink:Ae,reflinkSearch:ht,tag:pt,text:Ke,url:G},gt={...ie,link:f(/^!?\[(label)\]\((.*?)\)/).replace("label",V).getRegex(),reflink:f(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",V).getRegex()},Y={...ie,emStrongRDelimAst:it,emStrongLDelim:rt,url:f(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace("protocol",ge).replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:f(/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|protocol:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/).replace("protocol",ge).getRegex()},kt={...Y,br:f(Se).replace("{2,}","*").getRegex(),text:f(Y.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},O={normal:re,gfm:We,pedantic:Xe},q={normal:ie,gfm:Y,breaks:kt,pedantic:gt},ft={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},ke=n=>ft[n];function $(n,e){if(e){if(v.escapeTest.test(n))return n.replace(v.escapeReplace,ke)}else if(v.escapeTestNoEncode.test(n))return n.replace(v.escapeReplaceNoEncode,ke);return n}function fe(n){try{n=encodeURI(n).replace(v.percentDecode,"%")}catch{return null}return n}function be(n,e){var i;let t=n.replace(v.findPipe,(u,l,c)=>{let o=!1,d=l;for(;--d>=0&&c[d]==="\\";)o=!o;return o?"|":" |"}),s=t.split(v.splitPipe),r=0;if(s[0].trim()||s.shift(),s.length>0&&!((i=s.at(-1))!=null&&i.trim())&&s.pop(),e)if(s.length>e)s.splice(e);else for(;s.length<e;)s.push("");for(;r<s.length;r++)s[r]=s[r].trim().replace(v.slashPipe,"|");return s}function M(n,e,t){let s=n.length;if(s===0)return"";let r=0;for(;r<s&&n.charAt(s-r-1)===e;)r++;return n.slice(0,s-r)}function bt(n,e){if(n.indexOf(e[1])===-1)return-1;let t=0;for(let s=0;s<n.length;s++)if(n[s]==="\\")s++;else if(n[s]===e[0])t++;else if(n[s]===e[1]&&(t--,t<0))return s;return t>0?-2:-1}function xe(n,e,t,s,r){let i=e.href,u=e.title||null,l=n[1].replace(r.other.outputLinkReplace,"$1");s.state.inLink=!0;let c={type:n[0].charAt(0)==="!"?"image":"link",raw:t,href:i,title:u,text:l,tokens:s.inlineTokens(l)};return s.state.inLink=!1,c}function xt(n,e,t){let s=n.match(t.other.indentCodeCompensation);if(s===null)return e;let r=s[1];return e.split(`
`).map(i=>{let u=i.match(t.other.beginningSpace);if(u===null)return i;let[l]=u;return l.length>=r.length?i.slice(r.length):i}).join(`
`)}var H=class{constructor(n){m(this,"options");m(this,"rules");m(this,"lexer");this.options=n||E}space(n){let e=this.rules.block.newline.exec(n);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(n){let e=this.rules.block.code.exec(n);if(e){let t=e[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:M(t,`
`)}}}fences(n){let e=this.rules.block.fences.exec(n);if(e){let t=e[0],s=xt(t,e[3]||"",this.rules);return{type:"code",raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:s}}}heading(n){let e=this.rules.block.heading.exec(n);if(e){let t=e[2].trim();if(this.rules.other.endingHash.test(t)){let s=M(t,"#");(this.options.pedantic||!s||this.rules.other.endingSpaceChar.test(s))&&(t=s.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(n){let e=this.rules.block.hr.exec(n);if(e)return{type:"hr",raw:M(e[0],`
`)}}blockquote(n){let e=this.rules.block.blockquote.exec(n);if(e){let t=M(e[0],`
`).split(`
`),s="",r="",i=[];for(;t.length>0;){let u=!1,l=[],c;for(c=0;c<t.length;c++)if(this.rules.other.blockquoteStart.test(t[c]))l.push(t[c]),u=!0;else if(!u)l.push(t[c]);else break;t=t.slice(c);let o=l.join(`
`),d=o.replace(this.rules.other.blockquoteSetextReplace,`
$1`).replace(this.rules.other.blockquoteSetextReplace2,"");s=s?`${s}
${o}`:o,r=r?`${r}
${d}`:d;let g=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(d,i,!0),this.lexer.state.top=g,t.length===0)break;let h=i.at(-1);if((h==null?void 0:h.type)==="code")break;if((h==null?void 0:h.type)==="blockquote"){let p=h,b=p.raw+`
`+t.join(`
`),k=this.blockquote(b);i[i.length-1]=k,s=s.substring(0,s.length-p.raw.length)+k.raw,r=r.substring(0,r.length-p.text.length)+k.text;break}else if((h==null?void 0:h.type)==="list"){let p=h,b=p.raw+`
`+t.join(`
`),k=this.list(b);i[i.length-1]=k,s=s.substring(0,s.length-h.raw.length)+k.raw,r=r.substring(0,r.length-p.raw.length)+k.raw,t=b.substring(i.at(-1).raw.length).split(`
`);continue}}return{type:"blockquote",raw:s,tokens:i,text:r}}}list(n){let e=this.rules.block.list.exec(n);if(e){let t=e[1].trim(),s=t.length>1,r={type:"list",raw:"",ordered:s,start:s?+t.slice(0,-1):"",loose:!1,items:[]};t=s?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=s?t:"[*+-]");let i=this.rules.other.listItemRegex(t),u=!1;for(;n;){let c=!1,o="",d="";if(!(e=i.exec(n))||this.rules.block.hr.test(n))break;o=e[0],n=n.substring(o.length);let g=e[2].split(`
`,1)[0].replace(this.rules.other.listReplaceTabs,C=>" ".repeat(3*C.length)),h=n.split(`
`,1)[0],p=!g.trim(),b=0;if(this.options.pedantic?(b=2,d=g.trimStart()):p?b=e[1].length+1:(b=e[2].search(this.rules.other.nonSpaceChar),b=b>4?1:b,d=g.slice(b),b+=e[1].length),p&&this.rules.other.blankLine.test(h)&&(o+=h+`
`,n=n.substring(h.length+1),c=!0),!c){let C=this.rules.other.nextBulletRegex(b),R=this.rules.other.hrRegex(b),Q=this.rules.other.fencesBeginRegex(b),oe=this.rules.other.headingBeginRegex(b),De=this.rules.other.htmlBeginRegex(b);for(;n;){let X=n.split(`
`,1)[0],B;if(h=X,this.options.pedantic?(h=h.replace(this.rules.other.listReplaceNesting," "),B=h):B=h.replace(this.rules.other.tabCharGlobal," "),Q.test(h)||oe.test(h)||De.test(h)||C.test(h)||R.test(h))break;if(B.search(this.rules.other.nonSpaceChar)>=b||!h.trim())d+=`
`+B.slice(b);else{if(p||g.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||Q.test(g)||oe.test(g)||R.test(g))break;d+=`
`+h}!p&&!h.trim()&&(p=!0),o+=X+`
`,n=n.substring(X.length+1),g=B.slice(b)}}r.loose||(u?r.loose=!0:this.rules.other.doubleBlankLine.test(o)&&(u=!0));let k=null;this.options.gfm&&(k=this.rules.other.listIsTask.exec(d),k&&(d=d.replace(this.rules.other.listReplaceTask,""))),r.items.push({type:"list_item",raw:o,task:!!k,loose:!1,text:d,tokens:[]}),r.raw+=o}let l=r.items.at(-1);if(l)l.raw=l.raw.trimEnd(),l.text=l.text.trimEnd();else return;r.raw=r.raw.trimEnd();for(let c of r.items){if(this.lexer.state.top=!1,c.tokens=this.lexer.blockTokens(c.text,[]),c.task){let o=this.rules.other.listTaskCheckbox.exec(c.raw);if(o){let d={type:"checkbox",raw:o[0]+" ",checked:o[0]!=="[ ]"};c.checked=d.checked,r.loose?c.tokens[0]&&["paragraph","text"].includes(c.tokens[0].type)&&"tokens"in c.tokens[0]&&c.tokens[0].tokens?(c.tokens[0].raw=d.raw+c.tokens[0].raw,c.tokens[0].text=d.raw+c.tokens[0].text,c.tokens[0].tokens.unshift(d)):c.tokens.unshift({type:"paragraph",raw:d.raw,text:d.raw,tokens:[d]}):c.tokens.unshift(d)}}if(!r.loose){let o=c.tokens.filter(g=>g.type==="space"),d=o.length>0&&o.some(g=>this.rules.other.anyLine.test(g.raw));r.loose=d}}if(r.loose)for(let c of r.items){c.loose=!0;for(let o of c.tokens)o.type==="text"&&(o.type="paragraph")}return r}}html(n){let e=this.rules.block.html.exec(n);if(e)return{type:"html",block:!0,raw:e[0],pre:e[1]==="pre"||e[1]==="script"||e[1]==="style",text:e[0]}}def(n){let e=this.rules.block.def.exec(n);if(e){let t=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),s=e[2]?e[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",r=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:t,raw:e[0],href:s,title:r}}}table(n){var u;let e=this.rules.block.table.exec(n);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;let t=be(e[1]),s=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),r=(u=e[3])!=null&&u.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split(`
`):[],i={type:"table",raw:e[0],header:[],align:[],rows:[]};if(t.length===s.length){for(let l of s)this.rules.other.tableAlignRight.test(l)?i.align.push("right"):this.rules.other.tableAlignCenter.test(l)?i.align.push("center"):this.rules.other.tableAlignLeft.test(l)?i.align.push("left"):i.align.push(null);for(let l=0;l<t.length;l++)i.header.push({text:t[l],tokens:this.lexer.inline(t[l]),header:!0,align:i.align[l]});for(let l of r)i.rows.push(be(l,i.header.length).map((c,o)=>({text:c,tokens:this.lexer.inline(c),header:!1,align:i.align[o]})));return i}}lheading(n){let e=this.rules.block.lheading.exec(n);if(e)return{type:"heading",raw:e[0],depth:e[2].charAt(0)==="="?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(n){let e=this.rules.block.paragraph.exec(n);if(e){let t=e[1].charAt(e[1].length-1)===`
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(n){let e=this.rules.block.text.exec(n);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(n){let e=this.rules.inline.escape.exec(n);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(n){let e=this.rules.inline.tag.exec(n);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(n){let e=this.rules.inline.link.exec(n);if(e){let t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;let i=M(t.slice(0,-1),"\\");if((t.length-i.length)%2===0)return}else{let i=bt(e[2],"()");if(i===-2)return;if(i>-1){let u=(e[0].indexOf("!")===0?5:4)+e[1].length+i;e[2]=e[2].substring(0,i),e[0]=e[0].substring(0,u).trim(),e[3]=""}}let s=e[2],r="";if(this.options.pedantic){let i=this.rules.other.pedanticHrefTitle.exec(s);i&&(s=i[1],r=i[3])}else r=e[3]?e[3].slice(1,-1):"";return s=s.trim(),this.rules.other.startAngleBracket.test(s)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(t)?s=s.slice(1):s=s.slice(1,-1)),xe(e,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:r&&r.replace(this.rules.inline.anyPunctuation,"$1")},e[0],this.lexer,this.rules)}}reflink(n,e){let t;if((t=this.rules.inline.reflink.exec(n))||(t=this.rules.inline.nolink.exec(n))){let s=(t[2]||t[1]).replace(this.rules.other.multipleSpaceGlobal," "),r=e[s.toLowerCase()];if(!r){let i=t[0].charAt(0);return{type:"text",raw:i,text:i}}return xe(t,r,t[0],this.lexer,this.rules)}}emStrong(n,e,t=""){let s=this.rules.inline.emStrongLDelim.exec(n);if(!(!s||s[3]&&t.match(this.rules.other.unicodeAlphaNumeric))&&(!(s[1]||s[2])||!t||this.rules.inline.punctuation.exec(t))){let r=[...s[0]].length-1,i,u,l=r,c=0,o=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(o.lastIndex=0,e=e.slice(-1*n.length+r);(s=o.exec(e))!=null;){if(i=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!i)continue;if(u=[...i].length,s[3]||s[4]){l+=u;continue}else if((s[5]||s[6])&&r%3&&!((r+u)%3)){c+=u;continue}if(l-=u,l>0)continue;u=Math.min(u,u+l+c);let d=[...s[0]][0].length,g=n.slice(0,r+s.index+d+u);if(Math.min(r,u)%2){let p=g.slice(1,-1);return{type:"em",raw:g,text:p,tokens:this.lexer.inlineTokens(p)}}let h=g.slice(2,-2);return{type:"strong",raw:g,text:h,tokens:this.lexer.inlineTokens(h)}}}}codespan(n){let e=this.rules.inline.code.exec(n);if(e){let t=e[2].replace(this.rules.other.newLineCharGlobal," "),s=this.rules.other.nonSpaceChar.test(t),r=this.rules.other.startingSpaceChar.test(t)&&this.rules.other.endingSpaceChar.test(t);return s&&r&&(t=t.substring(1,t.length-1)),{type:"codespan",raw:e[0],text:t}}}br(n){let e=this.rules.inline.br.exec(n);if(e)return{type:"br",raw:e[0]}}del(n){let e=this.rules.inline.del.exec(n);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(n){let e=this.rules.inline.autolink.exec(n);if(e){let t,s;return e[2]==="@"?(t=e[1],s="mailto:"+t):(t=e[1],s=t),{type:"link",raw:e[0],text:t,href:s,tokens:[{type:"text",raw:t,text:t}]}}}url(n){var t;let e;if(e=this.rules.inline.url.exec(n)){let s,r;if(e[2]==="@")s=e[0],r="mailto:"+s;else{let i;do i=e[0],e[0]=((t=this.rules.inline._backpedal.exec(e[0]))==null?void 0:t[0])??"";while(i!==e[0]);s=e[0],e[1]==="www."?r="http://"+e[0]:r=e[0]}return{type:"link",raw:e[0],text:s,href:r,tokens:[{type:"text",raw:s,text:s}]}}}inlineText(n){let e=this.rules.inline.text.exec(n);if(e){let t=this.lexer.state.inRawBlock;return{type:"text",raw:e[0],text:e[0],escaped:t}}}},y=class J{constructor(e){m(this,"tokens");m(this,"options");m(this,"state");m(this,"tokenizer");m(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||E,this.options.tokenizer=this.options.tokenizer||new H,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let t={other:v,block:O.normal,inline:q.normal};this.options.pedantic?(t.block=O.pedantic,t.inline=q.pedantic):this.options.gfm&&(t.block=O.gfm,this.options.breaks?t.inline=q.breaks:t.inline=q.gfm),this.tokenizer.rules=t}static get rules(){return{block:O,inline:q}}static lex(e,t){return new J(t).lex(e)}static lexInline(e,t){return new J(t).inlineTokens(e)}lex(e){e=e.replace(v.carriageReturn,`
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){let s=this.inlineQueue[t];this.inlineTokens(s.src,s.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],s=!1){var r,i,u;for(this.options.pedantic&&(e=e.replace(v.tabCharGlobal," ").replace(v.spaceLine,""));e;){let l;if((i=(r=this.options.extensions)==null?void 0:r.block)!=null&&i.some(o=>(l=o.call({lexer:this},e,t))?(e=e.substring(l.raw.length),t.push(l),!0):!1))continue;if(l=this.tokenizer.space(e)){e=e.substring(l.raw.length);let o=t.at(-1);l.raw.length===1&&o!==void 0?o.raw+=`
`:t.push(l);continue}if(l=this.tokenizer.code(e)){e=e.substring(l.raw.length);let o=t.at(-1);(o==null?void 0:o.type)==="paragraph"||(o==null?void 0:o.type)==="text"?(o.raw+=(o.raw.endsWith(`
`)?"":`
`)+l.raw,o.text+=`
`+l.text,this.inlineQueue.at(-1).src=o.text):t.push(l);continue}if(l=this.tokenizer.fences(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.heading(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.hr(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.blockquote(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.list(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.html(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.def(e)){e=e.substring(l.raw.length);let o=t.at(-1);(o==null?void 0:o.type)==="paragraph"||(o==null?void 0:o.type)==="text"?(o.raw+=(o.raw.endsWith(`
`)?"":`
`)+l.raw,o.text+=`
`+l.raw,this.inlineQueue.at(-1).src=o.text):this.tokens.links[l.tag]||(this.tokens.links[l.tag]={href:l.href,title:l.title},t.push(l));continue}if(l=this.tokenizer.table(e)){e=e.substring(l.raw.length),t.push(l);continue}if(l=this.tokenizer.lheading(e)){e=e.substring(l.raw.length),t.push(l);continue}let c=e;if((u=this.options.extensions)!=null&&u.startBlock){let o=1/0,d=e.slice(1),g;this.options.extensions.startBlock.forEach(h=>{g=h.call({lexer:this},d),typeof g=="number"&&g>=0&&(o=Math.min(o,g))}),o<1/0&&o>=0&&(c=e.substring(0,o+1))}if(this.state.top&&(l=this.tokenizer.paragraph(c))){let o=t.at(-1);s&&(o==null?void 0:o.type)==="paragraph"?(o.raw+=(o.raw.endsWith(`
`)?"":`
`)+l.raw,o.text+=`
`+l.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=o.text):t.push(l),s=c.length!==e.length,e=e.substring(l.raw.length);continue}if(l=this.tokenizer.text(e)){e=e.substring(l.raw.length);let o=t.at(-1);(o==null?void 0:o.type)==="text"?(o.raw+=(o.raw.endsWith(`
`)?"":`
`)+l.raw,o.text+=`
`+l.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=o.text):t.push(l);continue}if(e){let o="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(o);break}else throw new Error(o)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){var c,o,d,g,h;let s=e,r=null;if(this.tokens.links){let p=Object.keys(this.tokens.links);if(p.length>0)for(;(r=this.tokenizer.rules.inline.reflinkSearch.exec(s))!=null;)p.includes(r[0].slice(r[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,r.index)+"["+"a".repeat(r[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(r=this.tokenizer.rules.inline.anyPunctuation.exec(s))!=null;)s=s.slice(0,r.index)+"++"+s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);let i;for(;(r=this.tokenizer.rules.inline.blockSkip.exec(s))!=null;)i=r[2]?r[2].length:0,s=s.slice(0,r.index+i)+"["+"a".repeat(r[0].length-i-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);s=((o=(c=this.options.hooks)==null?void 0:c.emStrongMask)==null?void 0:o.call({lexer:this},s))??s;let u=!1,l="";for(;e;){u||(l=""),u=!1;let p;if((g=(d=this.options.extensions)==null?void 0:d.inline)!=null&&g.some(k=>(p=k.call({lexer:this},e,t))?(e=e.substring(p.raw.length),t.push(p),!0):!1))continue;if(p=this.tokenizer.escape(e)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.tag(e)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.link(e)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(p.raw.length);let k=t.at(-1);p.type==="text"&&(k==null?void 0:k.type)==="text"?(k.raw+=p.raw,k.text+=p.text):t.push(p);continue}if(p=this.tokenizer.emStrong(e,s,l)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.codespan(e)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.br(e)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.del(e)){e=e.substring(p.raw.length),t.push(p);continue}if(p=this.tokenizer.autolink(e)){e=e.substring(p.raw.length),t.push(p);continue}if(!this.state.inLink&&(p=this.tokenizer.url(e))){e=e.substring(p.raw.length),t.push(p);continue}let b=e;if((h=this.options.extensions)!=null&&h.startInline){let k=1/0,C=e.slice(1),R;this.options.extensions.startInline.forEach(Q=>{R=Q.call({lexer:this},C),typeof R=="number"&&R>=0&&(k=Math.min(k,R))}),k<1/0&&k>=0&&(b=e.substring(0,k+1))}if(p=this.tokenizer.inlineText(b)){e=e.substring(p.raw.length),p.raw.slice(-1)!=="_"&&(l=p.raw.slice(-1)),u=!0;let k=t.at(-1);(k==null?void 0:k.type)==="text"?(k.raw+=p.raw,k.text+=p.text):t.push(p);continue}if(e){let k="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(k);break}else throw new Error(k)}}return t}},U=class{constructor(n){m(this,"options");m(this,"parser");this.options=n||E}space(n){return""}code({text:n,lang:e,escaped:t}){var i;let s=(i=(e||"").match(v.notSpaceStart))==null?void 0:i[0],r=n.replace(v.endingNewline,"")+`
`;return s?'<pre><code class="language-'+$(s)+'">'+(t?r:$(r,!0))+`</code></pre>
`:"<pre><code>"+(t?r:$(r,!0))+`</code></pre>
`}blockquote({tokens:n}){return`<blockquote>
${this.parser.parse(n)}</blockquote>
`}html({text:n}){return n}def(n){return""}heading({tokens:n,depth:e}){return`<h${e}>${this.parser.parseInline(n)}</h${e}>
`}hr(n){return`<hr>
`}list(n){let e=n.ordered,t=n.start,s="";for(let u=0;u<n.items.length;u++){let l=n.items[u];s+=this.listitem(l)}let r=e?"ol":"ul",i=e&&t!==1?' start="'+t+'"':"";return"<"+r+i+`>
`+s+"</"+r+`>
`}listitem(n){return`<li>${this.parser.parse(n.tokens)}</li>
`}checkbox({checked:n}){return"<input "+(n?'checked="" ':"")+'disabled="" type="checkbox"> '}paragraph({tokens:n}){return`<p>${this.parser.parseInline(n)}</p>
`}table(n){let e="",t="";for(let r=0;r<n.header.length;r++)t+=this.tablecell(n.header[r]);e+=this.tablerow({text:t});let s="";for(let r=0;r<n.rows.length;r++){let i=n.rows[r];t="";for(let u=0;u<i.length;u++)t+=this.tablecell(i[u]);s+=this.tablerow({text:t})}return s&&(s=`<tbody>${s}</tbody>`),`<table>
<thead>
`+e+`</thead>
`+s+`</table>
`}tablerow({text:n}){return`<tr>
${n}</tr>
`}tablecell(n){let e=this.parser.parseInline(n.tokens),t=n.header?"th":"td";return(n.align?`<${t} align="${n.align}">`:`<${t}>`)+e+`</${t}>
`}strong({tokens:n}){return`<strong>${this.parser.parseInline(n)}</strong>`}em({tokens:n}){return`<em>${this.parser.parseInline(n)}</em>`}codespan({text:n}){return`<code>${$(n,!0)}</code>`}br(n){return"<br>"}del({tokens:n}){return`<del>${this.parser.parseInline(n)}</del>`}link({href:n,title:e,tokens:t}){let s=this.parser.parseInline(t),r=fe(n);if(r===null)return s;n=r;let i='<a href="'+n+'"';return e&&(i+=' title="'+$(e)+'"'),i+=">"+s+"</a>",i}image({href:n,title:e,text:t,tokens:s}){s&&(t=this.parser.parseInline(s,this.parser.textRenderer));let r=fe(n);if(r===null)return $(t);n=r;let i=`<img src="${n}" alt="${t}"`;return e&&(i+=` title="${$(e)}"`),i+=">",i}text(n){return"tokens"in n&&n.tokens?this.parser.parseInline(n.tokens):"escaped"in n&&n.escaped?n.text:$(n.text)}},ae=class{strong({text:n}){return n}em({text:n}){return n}codespan({text:n}){return n}del({text:n}){return n}html({text:n}){return n}text({text:n}){return n}link({text:n}){return""+n}image({text:n}){return""+n}br(){return""}checkbox({raw:n}){return n}},S=class K{constructor(e){m(this,"options");m(this,"renderer");m(this,"textRenderer");this.options=e||E,this.options.renderer=this.options.renderer||new U,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new ae}static parse(e,t){return new K(t).parse(e)}static parseInline(e,t){return new K(t).parseInline(e)}parse(e){var s,r;let t="";for(let i=0;i<e.length;i++){let u=e[i];if((r=(s=this.options.extensions)==null?void 0:s.renderers)!=null&&r[u.type]){let c=u,o=this.options.extensions.renderers[c.type].call({parser:this},c);if(o!==!1||!["space","hr","heading","code","table","blockquote","list","html","def","paragraph","text"].includes(c.type)){t+=o||"";continue}}let l=u;switch(l.type){case"space":{t+=this.renderer.space(l);break}case"hr":{t+=this.renderer.hr(l);break}case"heading":{t+=this.renderer.heading(l);break}case"code":{t+=this.renderer.code(l);break}case"table":{t+=this.renderer.table(l);break}case"blockquote":{t+=this.renderer.blockquote(l);break}case"list":{t+=this.renderer.list(l);break}case"checkbox":{t+=this.renderer.checkbox(l);break}case"html":{t+=this.renderer.html(l);break}case"def":{t+=this.renderer.def(l);break}case"paragraph":{t+=this.renderer.paragraph(l);break}case"text":{t+=this.renderer.text(l);break}default:{let c='Token with "'+l.type+'" type was not found.';if(this.options.silent)return console.error(c),"";throw new Error(c)}}}return t}parseInline(e,t=this.renderer){var r,i;let s="";for(let u=0;u<e.length;u++){let l=e[u];if((i=(r=this.options.extensions)==null?void 0:r.renderers)!=null&&i[l.type]){let o=this.options.extensions.renderers[l.type].call({parser:this},l);if(o!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(l.type)){s+=o||"";continue}}let c=l;switch(c.type){case"escape":{s+=t.text(c);break}case"html":{s+=t.html(c);break}case"link":{s+=t.link(c);break}case"image":{s+=t.image(c);break}case"checkbox":{s+=t.checkbox(c);break}case"strong":{s+=t.strong(c);break}case"em":{s+=t.em(c);break}case"codespan":{s+=t.codespan(c);break}case"br":{s+=t.br(c);break}case"del":{s+=t.del(c);break}case"text":{s+=t.text(c);break}default:{let o='Token with "'+c.type+'" type was not found.';if(this.options.silent)return console.error(o),"";throw new Error(o)}}}return s}},N,F=(N=class{constructor(n){m(this,"options");m(this,"block");this.options=n||E}preprocess(n){return n}postprocess(n){return n}processAllTokens(n){return n}emStrongMask(n){return n}provideLexer(){return this.block?y.lex:y.lexInline}provideParser(){return this.block?S.parse:S.parseInline}},m(N,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens","emStrongMask"])),m(N,"passThroughHooksRespectAsync",new Set(["preprocess","postprocess","processAllTokens"])),N),mt=class{constructor(...n){m(this,"defaults",_());m(this,"options",this.setOptions);m(this,"parse",this.parseMarkdown(!0));m(this,"parseInline",this.parseMarkdown(!1));m(this,"Parser",S);m(this,"Renderer",U);m(this,"TextRenderer",ae);m(this,"Lexer",y);m(this,"Tokenizer",H);m(this,"Hooks",F);this.use(...n)}walkTokens(n,e){var s,r;let t=[];for(let i of n)switch(t=t.concat(e.call(this,i)),i.type){case"table":{let u=i;for(let l of u.header)t=t.concat(this.walkTokens(l.tokens,e));for(let l of u.rows)for(let c of l)t=t.concat(this.walkTokens(c.tokens,e));break}case"list":{let u=i;t=t.concat(this.walkTokens(u.items,e));break}default:{let u=i;(r=(s=this.defaults.extensions)==null?void 0:s.childTokens)!=null&&r[u.type]?this.defaults.extensions.childTokens[u.type].forEach(l=>{let c=u[l].flat(1/0);t=t.concat(this.walkTokens(c,e))}):u.tokens&&(t=t.concat(this.walkTokens(u.tokens,e)))}}return t}use(...n){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return n.forEach(t=>{let s={...t};if(s.async=this.defaults.async||s.async||!1,t.extensions&&(t.extensions.forEach(r=>{if(!r.name)throw new Error("extension name required");if("renderer"in r){let i=e.renderers[r.name];i?e.renderers[r.name]=function(...u){let l=r.renderer.apply(this,u);return l===!1&&(l=i.apply(this,u)),l}:e.renderers[r.name]=r.renderer}if("tokenizer"in r){if(!r.level||r.level!=="block"&&r.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let i=e[r.level];i?i.unshift(r.tokenizer):e[r.level]=[r.tokenizer],r.start&&(r.level==="block"?e.startBlock?e.startBlock.push(r.start):e.startBlock=[r.start]:r.level==="inline"&&(e.startInline?e.startInline.push(r.start):e.startInline=[r.start]))}"childTokens"in r&&r.childTokens&&(e.childTokens[r.name]=r.childTokens)}),s.extensions=e),t.renderer){let r=this.defaults.renderer||new U(this.defaults);for(let i in t.renderer){if(!(i in r))throw new Error(`renderer '${i}' does not exist`);if(["options","parser"].includes(i))continue;let u=i,l=t.renderer[u],c=r[u];r[u]=(...o)=>{let d=l.apply(r,o);return d===!1&&(d=c.apply(r,o)),d||""}}s.renderer=r}if(t.tokenizer){let r=this.defaults.tokenizer||new H(this.defaults);for(let i in t.tokenizer){if(!(i in r))throw new Error(`tokenizer '${i}' does not exist`);if(["options","rules","lexer"].includes(i))continue;let u=i,l=t.tokenizer[u],c=r[u];r[u]=(...o)=>{let d=l.apply(r,o);return d===!1&&(d=c.apply(r,o)),d}}s.tokenizer=r}if(t.hooks){let r=this.defaults.hooks||new F;for(let i in t.hooks){if(!(i in r))throw new Error(`hook '${i}' does not exist`);if(["options","block"].includes(i))continue;let u=i,l=t.hooks[u],c=r[u];F.passThroughHooks.has(i)?r[u]=o=>{if(this.defaults.async&&F.passThroughHooksRespectAsync.has(i))return(async()=>{let g=await l.call(r,o);return c.call(r,g)})();let d=l.call(r,o);return c.call(r,d)}:r[u]=(...o)=>{if(this.defaults.async)return(async()=>{let g=await l.apply(r,o);return g===!1&&(g=await c.apply(r,o)),g})();let d=l.apply(r,o);return d===!1&&(d=c.apply(r,o)),d}}s.hooks=r}if(t.walkTokens){let r=this.defaults.walkTokens,i=t.walkTokens;s.walkTokens=function(u){let l=[];return l.push(i.call(this,u)),r&&(l=l.concat(r.call(this,u))),l}}this.defaults={...this.defaults,...s}}),this}setOptions(n){return this.defaults={...this.defaults,...n},this}lexer(n,e){return y.lex(n,e??this.defaults)}parser(n,e){return S.parse(n,e??this.defaults)}parseMarkdown(n){return(e,t)=>{let s={...t},r={...this.defaults,...s},i=this.onError(!!r.silent,!!r.async);if(this.defaults.async===!0&&s.async===!1)return i(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof e>"u"||e===null)return i(new Error("marked(): input parameter is undefined or null"));if(typeof e!="string")return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));if(r.hooks&&(r.hooks.options=r,r.hooks.block=n),r.async)return(async()=>{let u=r.hooks?await r.hooks.preprocess(e):e,l=await(r.hooks?await r.hooks.provideLexer():n?y.lex:y.lexInline)(u,r),c=r.hooks?await r.hooks.processAllTokens(l):l;r.walkTokens&&await Promise.all(this.walkTokens(c,r.walkTokens));let o=await(r.hooks?await r.hooks.provideParser():n?S.parse:S.parseInline)(c,r);return r.hooks?await r.hooks.postprocess(o):o})().catch(i);try{r.hooks&&(e=r.hooks.preprocess(e));let u=(r.hooks?r.hooks.provideLexer():n?y.lex:y.lexInline)(e,r);r.hooks&&(u=r.hooks.processAllTokens(u)),r.walkTokens&&this.walkTokens(u,r.walkTokens);let l=(r.hooks?r.hooks.provideParser():n?S.parse:S.parseInline)(u,r);return r.hooks&&(l=r.hooks.postprocess(l)),l}catch(u){return i(u)}}}onError(n,e){return t=>{if(t.message+=`
Please report this to https://github.com/markedjs/marked.`,n){let s="<p>An error occurred:</p><pre>"+$(t.message+"",!0)+"</pre>";return e?Promise.resolve(s):s}if(e)return Promise.reject(t);throw t}}},L=new mt;function x(n,e){return L.parse(n,e)}x.options=x.setOptions=function(n){return L.setOptions(n),x.defaults=L.defaults,me(x.defaults),x};x.getDefaults=_;x.defaults=E;x.use=function(...n){return L.use(...n),x.defaults=L.defaults,me(x.defaults),x};x.walkTokens=function(n,e){return L.walkTokens(n,e)};x.parseInline=L.parseInline;x.Parser=S;x.parser=S.parse;x.Renderer=U;x.TextRenderer=ae;x.Lexer=y;x.lexer=y.lex;x.Tokenizer=H;x.Hooks=F;x.parse=x;x.options;x.setOptions;x.use;x.walkTokens;x.parseInline;S.parse;y.lex;const wt={name:"Documentation",setup(){const n=Be(),e=I(!1),t=I(null),s=I(""),r=I(""),i=I(!1),u=I(null),l=I(!1);x.setOptions({breaks:!0,gfm:!0});const c=qe(()=>s.value?x.parse(s.value):"");return{showCloudQuickStart:e,currentDoc:t,docContent:s,docTitle:r,loadingDoc:i,docError:u,downloadingPDF:l,renderedMarkdown:c,viewDoc:async g=>{t.value=g,i.value=!0,u.value=null,s.value="";try{const h=await de.docs.get(g,"json");s.value=h.data.content,r.value=h.data.title}catch(h){console.error("Failed to load documentation:",h),u.value="Failed to load documentation. Please try again.",n.error("Failed to load documentation")}finally{i.value=!1}},downloadPDF:async()=>{l.value=!0;try{const g=await de.docs.downloadPDF(),h=new Blob([g.data],{type:"application/pdf"}),p=window.URL.createObjectURL(h),b=document.createElement("a");b.href=p;const k=g.headers["content-disposition"];let C="Depl0y_Documentation.pdf";if(k){const R=k.match(/filename="?(.+)"?/);R&&(C=R[1])}b.setAttribute("download",C),document.body.appendChild(b),b.click(),b.remove(),window.URL.revokeObjectURL(p),n.success("Documentation PDF downloaded successfully!")}catch(g){console.error("Failed to download PDF:",g),n.error("Failed to download PDF. Please try again.")}finally{l.value=!1}}}}},vt={class:"documentation-page"},yt={class:"doc-grid"},St={class:"doc-card highlight"},Rt={class:"doc-actions"},$t={class:"modal-content doc-modal"},Ct={class:"modal-header"},Tt={class:"modal-body"},At={class:"quick-start-content"},zt={class:"step"},Dt={class:"action-buttons"},Pt={class:"modal-content doc-modal doc-viewer"},It={class:"modal-header"},Lt={class:"modal-body"},Et={key:0,class:"loading"},Bt={key:1,class:"error"},qt=["innerHTML"],Mt={class:"help-section"},Ft={class:"help-grid"},Gt={class:"help-card"},Zt={class:"help-card"},Qt={class:"help-card"},Ot={class:"pdf-download-section"},Nt={class:"pdf-card"},Vt={class:"pdf-actions"},Ht=["disabled"],Ut={key:0},jt={key:1};function Wt(n,e,t,s,r,i){const u=Ee("router-link");return A(),T("div",vt,[e[89]||(e[89]=a("div",{class:"page-header"},[a("h1",null,"📖 Documentation"),a("p",null,"Learn how to use Depl0y and its features")],-1)),a("div",yt,[a("div",{class:"doc-card",onClick:e[2]||(e[2]=l=>s.viewDoc("install"))},[e[26]||(e[26]=a("div",{class:"doc-icon"},"📥",-1)),e[27]||(e[27]=a("h2",null,"Installation Guide",-1)),e[28]||(e[28]=a("p",null,"One-line installer and complete installation instructions for Ubuntu and Debian servers.",-1)),e[29]||(e[29]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-primary"},"Getting Started"),a("span",{class:"read-time"},"5 min read")],-1)),a("div",{class:"doc-actions",onClick:e[1]||(e[1]=z(()=>{},["stop"]))},[a("button",{onClick:e[0]||(e[0]=l=>s.viewDoc("install")),class:"btn btn-primary"}," View Guide ")])]),a("div",{class:"doc-card",onClick:e[5]||(e[5]=l=>s.viewDoc("deployment"))},[e[30]||(e[30]=a("div",{class:"doc-icon"},"🚀",-1)),e[31]||(e[31]=a("h2",null,"Deployment Guide",-1)),e[32]||(e[32]=a("p",null,"Learn how to deploy code changes, create releases, and manage updates.",-1)),e[33]||(e[33]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-warning"},"For Developers"),a("span",{class:"read-time"},"15 min read")],-1)),a("div",{class:"doc-actions",onClick:e[4]||(e[4]=z(()=>{},["stop"]))},[a("button",{onClick:e[3]||(e[3]=l=>s.viewDoc("deployment")),class:"btn btn-primary"}," View Guide ")])]),a("div",{class:"doc-card featured",onClick:e[9]||(e[9]=l=>s.viewDoc("cloud-quickstart"))},[e[34]||(e[34]=a("div",{class:"doc-icon"},"⚡",-1)),e[35]||(e[35]=a("h2",null,"Cloud Images - Quick Start",-1)),e[36]||(e[36]=a("p",null,"Get started with ultra-fast 30-second VM deployments using cloud images.",-1)),e[37]||(e[37]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-success"},"Recommended"),a("span",{class:"read-time"},"3 min read")],-1)),a("div",{class:"doc-actions",onClick:e[8]||(e[8]=z(()=>{},["stop"]))},[a("button",{onClick:e[6]||(e[6]=l=>s.viewDoc("cloud-quickstart")),class:"btn btn-primary"}," View Guide "),a("button",{onClick:e[7]||(e[7]=l=>s.showCloudQuickStart=!0),class:"btn btn-outline"}," Quick Preview ")])]),a("div",{class:"doc-card",onClick:e[12]||(e[12]=l=>s.viewDoc("cloud-guide"))},[e[38]||(e[38]=a("div",{class:"doc-icon"},"☁️",-1)),e[39]||(e[39]=a("h2",null,"Cloud Images - Complete Guide",-1)),e[40]||(e[40]=a("p",null,"Comprehensive 50+ page guide covering setup, usage, troubleshooting, and technical details.",-1)),e[41]||(e[41]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-info"},"Advanced"),a("span",{class:"read-time"},"20 min read")],-1)),a("div",{class:"doc-actions",onClick:e[11]||(e[11]=z(()=>{},["stop"]))},[a("button",{onClick:e[10]||(e[10]=l=>s.viewDoc("cloud-guide")),class:"btn btn-primary"}," View Guide ")])]),a("div",{class:"doc-card",onClick:e[15]||(e[15]=l=>s.viewDoc("readme"))},[e[42]||(e[42]=a("div",{class:"doc-icon"},"📘",-1)),e[43]||(e[43]=a("h2",null,"Getting Started with Depl0y",-1)),e[44]||(e[44]=a("p",null,"Installation, configuration, and basic usage of Depl0y.",-1)),e[45]||(e[45]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-primary"},"Basics"),a("span",{class:"read-time"},"10 min read")],-1)),a("div",{class:"doc-actions",onClick:e[14]||(e[14]=z(()=>{},["stop"]))},[a("button",{onClick:e[13]||(e[13]=l=>s.viewDoc("readme")),class:"btn btn-primary"}," View README ")])]),a("div",{class:"doc-card",onClick:e[18]||(e[18]=l=>s.viewDoc("proxmox-api-tokens"))},[e[46]||(e[46]=a("div",{class:"doc-icon"},"🔑",-1)),e[47]||(e[47]=a("h2",null,"Proxmox API Tokens",-1)),e[48]||(e[48]=a("p",null,"How to create and configure Proxmox API tokens for Depl0y.",-1)),e[49]||(e[49]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-warning"},"Setup"),a("span",{class:"read-time"},"5 min read")],-1)),a("div",{class:"doc-actions",onClick:e[17]||(e[17]=z(()=>{},["stop"]))},[a("button",{onClick:e[16]||(e[16]=l=>s.viewDoc("proxmox-api-tokens")),class:"btn btn-primary"}," View Guide ")])]),a("div",St,[e[51]||(e[51]=a("div",{class:"doc-icon"},"🚀",-1)),e[52]||(e[52]=a("h2",null,"Cloud Image Setup Status",-1)),e[53]||(e[53]=a("p",null,"Check if cloud images are configured and run the setup script.",-1)),e[54]||(e[54]=a("div",{class:"doc-meta"},[a("span",{class:"badge badge-success"},"Interactive")],-1)),a("div",Rt,[D(u,{to:"/settings",class:"btn btn-primary"},{default:P(()=>[...e[50]||(e[50]=[w(" Go to Settings ",-1)])]),_:1})])]),e[55]||(e[55]=ce('<div class="doc-card" data-v-bb27aa73><div class="doc-icon" data-v-bb27aa73>🔌</div><h2 data-v-bb27aa73>API Documentation</h2><p data-v-bb27aa73>Explore the RESTful API endpoints for automation and integration.</p><div class="doc-meta" data-v-bb27aa73><span class="badge badge-info" data-v-bb27aa73>Technical</span></div><div class="doc-actions" data-v-bb27aa73><a href="/api/v1/docs" target="_blank" class="btn btn-primary" data-v-bb27aa73> Swagger UI </a><a href="/api/v1/redoc" target="_blank" class="btn btn-outline" data-v-bb27aa73> ReDoc </a></div></div>',1))]),s.showCloudQuickStart?(A(),T("div",{key:0,class:"modal",onClick:e[22]||(e[22]=z(l=>s.showCloudQuickStart=!1,["self"]))},[a("div",$t,[a("div",Ct,[e[56]||(e[56]=a("h3",null,"⚡ Cloud Images - Quick Start",-1)),a("button",{onClick:e[19]||(e[19]=l=>s.showCloudQuickStart=!1),class:"btn-close"},"×")]),a("div",Tt,[a("div",At,[e[71]||(e[71]=a("h4",null,"What Are Cloud Images?",-1)),e[72]||(e[72]=a("p",null,[w("Cloud images let you deploy VMs in "),a("strong",null,"30 seconds"),w(" instead of 20 minutes. No manual OS installation needed!")],-1)),e[73]||(e[73]=a("h4",null,"One-Time Setup (Takes 1 Minute)",-1)),a("div",zt,[e[60]||(e[60]=a("strong",null,"Step 1: Check Status in Web UI",-1)),a("p",null,[e[58]||(e[58]=w("Go to ",-1)),D(u,{to:"/settings"},{default:P(()=>[...e[57]||(e[57]=[w("Settings",-1)])]),_:1}),e[59]||(e[59]=w(' → Look for "Cloud Image Setup" section',-1))]),e[61]||(e[61]=a("ul",null,[a("li",null,'✅ Green box: Already configured! Skip to "Using Cloud Images" below.'),a("li",null,"⚠️ Yellow box: Setup needed. Continue to Step 2.")],-1))]),e[74]||(e[74]=ce('<div class="step" data-v-bb27aa73><strong data-v-bb27aa73>Step 2: Run Setup Script</strong><p data-v-bb27aa73>SSH to your Depl0y server and run:</p><div class="code-block" data-v-bb27aa73><code data-v-bb27aa73>sudo /tmp/enable_cloud_images.sh</code></div></div><div class="step" data-v-bb27aa73><strong data-v-bb27aa73>Step 3: Enter Password</strong><p data-v-bb27aa73>When prompted, enter your <strong data-v-bb27aa73>Proxmox root password</strong></p></div><div class="step" data-v-bb27aa73><strong data-v-bb27aa73>Step 4: Done!</strong><p data-v-bb27aa73>You&#39;ll see: <span class="success-text" data-v-bb27aa73>✅ SUCCESS! Cloud images are now fully configured!</span></p></div><h4 data-v-bb27aa73>Using Cloud Images</h4>',4)),a("ol",null,[a("li",null,[e[63]||(e[63]=w("Go to ",-1)),D(u,{to:"/vms/create"},{default:P(()=>[...e[62]||(e[62]=[w("Create VM",-1)])]),_:1})]),e[64]||(e[64]=a("li",null,[w("Select "),a("strong",null,'"Cloud Image (Fast)"'),w(" installation method")],-1)),e[65]||(e[65]=a("li",null,"Choose a cloud image (Ubuntu 24.04, Debian 12, etc.)",-1)),e[66]||(e[66]=a("li",null,"Configure CPU, RAM, disk size",-1)),e[67]||(e[67]=a("li",null,"Enter your credentials",-1)),e[68]||(e[68]=a("li",null,'Click "Create VM"',-1))]),e[75]||(e[75]=a("div",{class:"info-box"},[a("strong",null,"Deployment Times:"),a("ul",null,[a("li",null,[a("strong",null,"First time:"),w(" 5-10 minutes (creates template)")]),a("li",null,[a("strong",null,"Every time after:"),w(" 30 seconds ⚡")])])],-1)),a("div",Dt,[D(u,{to:"/settings",class:"btn btn-primary",onClick:e[20]||(e[20]=l=>s.showCloudQuickStart=!1)},{default:P(()=>[...e[69]||(e[69]=[w(" Go to Settings ",-1)])]),_:1}),D(u,{to:"/vms/create",class:"btn btn-success",onClick:e[21]||(e[21]=l=>s.showCloudQuickStart=!1)},{default:P(()=>[...e[70]||(e[70]=[w(" Create VM ",-1)])]),_:1})])])])])])):ue("",!0),s.currentDoc?(A(),T("div",{key:1,class:"modal",onClick:e[24]||(e[24]=z(l=>s.currentDoc=null,["self"]))},[a("div",Pt,[a("div",It,[a("h3",null,pe(s.docTitle),1),a("button",{onClick:e[23]||(e[23]=l=>s.currentDoc=null),class:"btn-close"},"×")]),a("div",Lt,[s.loadingDoc?(A(),T("div",Et,[...e[76]||(e[76]=[a("p",null,"Loading documentation...",-1)])])):s.docError?(A(),T("div",Bt,[a("p",null,pe(s.docError),1)])):(A(),T("div",{key:2,class:"markdown-content",innerHTML:s.renderedMarkdown},null,8,qt))])])])):ue("",!0),a("div",Mt,[e[86]||(e[86]=a("h2",null,"📞 Need Help?",-1)),a("div",Ft,[a("div",Gt,[e[78]||(e[78]=a("h3",null,"💬 Report an Issue",-1)),e[79]||(e[79]=a("p",null,"Found a bug or have a feature request?",-1)),D(u,{to:"/bug-report",class:"btn btn-outline"},{default:P(()=>[...e[77]||(e[77]=[w("Report Bug",-1)])]),_:1})]),a("div",Zt,[e[81]||(e[81]=a("h3",null,"🔧 Check Logs",-1)),e[82]||(e[82]=a("p",null,"View backend logs for troubleshooting",-1)),D(u,{to:"/settings",class:"btn btn-outline"},{default:P(()=>[...e[80]||(e[80]=[w("View Logs",-1)])]),_:1})]),a("div",Qt,[e[84]||(e[84]=a("h3",null,"⚙️ System Settings",-1)),e[85]||(e[85]=a("p",null,"Configure Depl0y and check cloud image setup",-1)),D(u,{to:"/settings",class:"btn btn-outline"},{default:P(()=>[...e[83]||(e[83]=[w("Settings",-1)])]),_:1})])])]),a("div",Ot,[a("div",Nt,[e[87]||(e[87]=a("div",{class:"pdf-icon"},"📄",-1)),e[88]||(e[88]=a("div",{class:"pdf-content"},[a("h3",null,"Download Complete Documentation"),a("p",null,"Get all documentation in a single PDF file for offline reading"),a("p",{class:"text-sm text-muted"},"Includes: Installation, Deployment, Cloud Images, and all guides")],-1)),a("div",Vt,[a("button",{onClick:e[25]||(e[25]=(...l)=>s.downloadPDF&&s.downloadPDF(...l)),class:"btn btn-primary btn-lg",disabled:s.downloadingPDF},[s.downloadingPDF?(A(),T("span",Ut,"📥 Generating PDF...")):(A(),T("span",jt,"📥 Download PDF"))],8,Ht)])])])])}const Jt=Le(wt,[["render",Wt],["__scopeId","data-v-bb27aa73"]]);export{Jt as default};