ep-lib-ts 0.1.2 → 0.1.3
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/components/basics/EpBadge.vue.d.ts +38 -0
- package/dist/components/basics/EpCard.vue.d.ts +95 -0
- package/dist/components/basics/EpDivider.vue.d.ts +51 -0
- package/dist/components/basics/EpFlex.vue.d.ts +9 -0
- package/dist/components/basics/EpImg.vue.d.ts +76 -0
- package/dist/components/basics/EpSection.vue.d.ts +84 -0
- package/dist/components/basics/EpSpinner.vue.d.ts +32 -0
- package/dist/components/basics/EpTable.vue.d.ts +24 -0
- package/dist/components/basics/EpText.vue.d.ts +30 -0
- package/dist/components/educationals/EpEdu.vue.d.ts +80 -0
- package/dist/components/educationals/EpReading.vue.d.ts +151 -0
- package/dist/components/educationals/EpScope.vue.d.ts +14 -0
- package/dist/components/interactions/EpAccordeon.vue.d.ts +54 -0
- package/dist/components/interactions/EpContentSlider.vue.d.ts +2 -0
- package/dist/components/interactions/EpModal.vue.d.ts +70 -0
- package/dist/components/interactions/EpQuestion.vue.d.ts +2 -0
- package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
- package/dist/components/medias/EpAudio.vue.d.ts +79 -0
- package/dist/components/medias/EpCarousel.vue.d.ts +32 -0
- package/dist/components/medias/EpIframe.vue.d.ts +58 -0
- package/dist/components/medias/EpLink.vue.d.ts +73 -0
- package/dist/components/medias/EpSoftware.vue.d.ts +88 -0
- package/dist/components/medias/EpSvg.vue.d.ts +2 -0
- package/dist/components/medias/EpTerm.vue.d.ts +80 -0
- package/dist/components/medias/EpTimeLine.vue.d.ts +2 -0
- package/dist/components/medias/EpVideo.vue.d.ts +64 -0
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +64 -0
- package/dist/components/signages/EpAlert.vue.d.ts +63 -0
- package/dist/components/signages/EpHeader.vue.d.ts +101 -0
- package/dist/components/signages/EpQuote.vue.d.ts +39 -0
- package/dist/components/tools/BgAudio.vue.d.ts +14 -0
- package/dist/components/tools/DisplayBox.vue.d.ts +17 -0
- package/dist/ep-lib-ts.js +6397 -88
- package/dist/ep-lib-ts.umd.cjs +42 -10
- package/dist/index.d.ts +32 -1
- package/dist/main.d.ts +34 -0
- package/dist/style.css +1 -0
- package/package.json +1 -1
package/dist/ep-lib-ts.umd.cjs
CHANGED
|
@@ -1,14 +1,46 @@
|
|
|
1
|
-
(function(o,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],r):(o=typeof globalThis<"u"?globalThis:o||self,r(o.epLibTs={},o.Vue))})(this,function(o,r){"use strict";const h=["width","height","viewBox"],p=["d"],s=r.defineComponent({__name:"EpIcon",props:{size:{default:32},viewBox:{default:"0 0 24 24"},iconPath:{},extraClass:{}},setup(n){const e=n,{size:l,viewBox:a,iconPath:g,extraClass:c}=r.toRefs(e);return(i,b)=>(r.openBlock(),r.createElementBlock("svg",{width:r.unref(l),height:r.unref(l),viewBox:r.unref(a),color:"currentColor",fill:"currentColor",class:r.normalizeClass(`inline ${r.unref(c)}`)},[r.createElementVNode("path",{d:r.unref(g)},null,8,p)],10,h))}}),k={bgprimary:"bg-primary",borderprimary:"border border-solid border-primary",fillprimary:"fill-primary",textprimary:"text-primary",bgprimarylight:"bg-primary-light",borderprimarylight:"border border-solid border-primary-light",fillprimarylight:"fill-primary-light",textprimarylight:"text-primary-light",bgprimarydark:"bg-primary-dark",borderprimarydark:"border border-solid border-primary-dark",fillprimarydark:"fill-primary-dark",textprimarydark:"text-primary-dark",bgsecondary:"bg-secondary",bordersecondary:"border border-solid border-secondary",fillsecondary:"fill-secondary",textsecondary:"text-secondary",bgsecondarylight:"bg-secondary-light",bordersecondarylight:"border border-solid border-secondary-light",fillsecondarylight:"fill-secondary-light",textsecondarylight:"text-secondary-light",bgsecondarydark:"bg-secondary-dark",bordersecondarydark:"border border-solid border-secondary-dark",fillsecondarydark:"fill-secondary-dark",textsecondarydark:"text-secondary-dark",bgaccent:"bg-accent",borderaccent:"border border-solid border-accent",fillaccent:"fill-accent",textaccent:"text-accent",bgaccentlight:"bg-accent-light",borderaccentlight:"border border-solid border-accent-light",fillaccentlight:"fill-accent-light",textaccentlight:"text-accent-light",bgaccentdark:"bg-accent-dark",borderaccentdark:"border border-solid border-accent-dark",fillaccentdark:"fill-accent-dark",textaccentdark:"text-accent-dark",bgerror:"bg-error",bordererror:"border border-solid border-error",fillerror:"fill-error",texterror:"text-error",bgerrorlight:"bg-error-light",bordererrorlight:"border border-solid border-error-light",fillerrorlight:"fill-error-light",texterrorlight:"text-error-light",bgerrordark:"bg-error-dark",bordererrordark:"border border-solid border-error-dark",fillerrordark:"fill-error-dark",texterrordark:"text-error-dark",bgwarning:"bg-warning",borderwarning:"border border-solid border-warning",fillwarning:"fill-warning",textwarning:"text-warning",bgwarninglight:"bg-warning-light",borderwarninglight:"border border-solid border-warning-light",fillwarninglight:"fill-warning-light",textwarninglight:"text-warning-light",bgwarningdark:"bg-warning-dark",borderwarningdark:"border border-solid border-warning-dark",fillwarningdark:"fill-warning-dark",textwarningdark:"text-warning-dark",bgsuccess:"bg-success",bordersuccess:"border border-solid border-success",fillsuccess:"fill-success",textsuccess:"text-success",bgsuccesslight:"bg-success-light",bordersuccesslight:"border border-solid border-success-light",fillsuccesslight:"fill-success-light",textsuccesslight:"text-success-light",bgsuccessdark:"bg-success-dark",bordersuccessdark:"border border-solid border-success-dark",fillsuccessdark:"fill-success-dark",textsuccessdark:"text-success-dark",bginfo:"bg-info",borderinfo:"border border-solid border-info",fillinfo:"fill-info",textinfo:"text-info",bginfolight:"bg-info-light",borderinfolight:"border border-solid border-info-light",fillinfolight:"fill-info-light",textinfolight:"text-info-light",bginfodark:"bg-info-dark",borderinfodark:"border border-solid border-info-dark",fillinfodark:"fill-info-dark",textinfodark:"text-info-dark",bgquestion:"bg-question",borderquestion:"border border-solid border-question",fillquestion:"fill-question",textquestion:"text-question",bgquestionlight:"bg-question-light",borderquestionlight:"border border-solid border-question-light",fillquestionlight:"fill-question-light",textquestionlight:"text-question-light",bgquestiondark:"bg-question-dark",borderquestiondark:"border border-solid border-question-dark",fillquestiondark:"fill-question-dark",textquestiondark:"text-question-dark",bgtip:"bg-tip",bordertip:"border border-solid border-tip",filltip:"fill-tip",texttip:"text-tip",bgtiplight:"bg-tip-light",bordertiplight:"border border-solid border-tip-light",filltiplight:"fill-tip-light",texttiplight:"text-tip-light",bgtipdark:"bg-tip-dark",bordertipdark:"border border-solid border-tip-dark",filltipdark:"fill-tip-dark",texttipdark:"text-tip-dark",bgwhite:"bg-white",fillwhite:"fill-white",textwhite:"text-white",borderwhite:"border border-solid border-white",bgblack:"bg-black",fillblack:"fill-black",borderblack:"border border-solid border-black",textblack:"text-black",bgbase:"bg-gray-500",bgbaselight:"bg-gray-200",fillbase:"fill-gray-500",borderbase:"border border-solid border-gray-500",textbase:"text-gray-500"};function u(n,e){const a=`${n}${e}`.replace(/-/g,"");return k[a]}const x={base:{default:"bg-gray-100 text-black hover:bg-gray-200",outlined:"bg-white ring-1 ring-grey-200 ring-inset text-black hover:bg-gray-200"},primary:{default:"bg-primary hover:bg-primary-light hover:text-primary-dark",outlined:"ring-1 ring-primary ring-inset text-primary hover:bg-primary-light hover:text-primary-dark"},secondary:{default:"bg-secondary hover:bg-secondary-light hover:text-secondary-dark",outlined:"ring-1 ring-secondary ring-inset text-secondary hover:bg-secondary-light hover:text-secondary-dark"},accent:{default:"bg-accent hover:bg-accent-light hover:text-accent-dark",outlined:"ring-1 ring-accent ring-inset text-accent hover:bg-accent-light hover:text-accent-dark"},info:{default:"bg-info hover:bg-info-light hover:text-info-dark",outlined:"ring-1 ring-info ring-inset text-info hover:bg-info-light hover:text-info-dark"},warning:{default:"bg-warning hover:bg-warning-light hover:text-warning-dark",outlined:"ring-1 ring-warning ring-inset text-warning hover:bg-warning-light hover:text-warning-dark"},success:{default:"bg-success hover:bg-success-light hover:text-success-dark",outlined:"ring-1 ring-success ring-inset text-success hover:bg-success-light hover:text-success-dark"},error:{default:"bg-error hover:bg-error-light hover:text-error-dark",outlined:"ring-1 ring-error ring-inset text-error hover:bg-error-light hover:text-error-dark"}},y={small:"px-2 py-1 text-sm",medium:"px-4 py-2",large:"px-8 py-4 text-lg"},m=["disabled"],w=["disabled","href"],B=r.defineComponent({__name:"EpBtn",props:{type:{default:"base"},disabled:{type:Boolean},block:{type:Boolean},rounded:{type:Boolean,default:!1},size:{default:"medium"},appendIcon:{default:null},prependIcon:{default:null},outlined:{type:Boolean},text:{type:Boolean,default:!1},color:{default:"text-black"},extraClass:{default:null},href:{}},setup(n){const e=n,l=r.computed(()=>e.outlined?"":e.color),a=r.computed(()=>e.outlined?"outlined":"default"),g=r.computed(()=>{var d;return e.text?`uppercase ${u("text",e.type)} hover:${u("bg",e.type+"light")}`:`${(d=x[e.type])==null?void 0:d[a.value]}`}),c=r.computed(()=>`
|
|
1
|
+
(function(E,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(E=typeof globalThis<"u"?globalThis:E||self,t(E.epLibTs={},E.Vue))})(this,function(E,t){"use strict";function Z(n){return/<\/?[a-z][\s\S]*>/i.test(n)}function qr(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function Ar(n){if(n.__esModule)return n;var e=n.default;if(typeof e=="function"){var r=function o(){return this instanceof o?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(n).forEach(function(o){var s=Object.getOwnPropertyDescriptor(n,o);Object.defineProperty(r,o,s.get?s:{enumerable:!0,get:function(){return n[o]}})}),r}var D={},st={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:`
|
|
2
|
+
`,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:""},Ne=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/,X={},ct={};function Dr(n){var e,r,o=ct[n];if(o)return o;for(o=ct[n]=[],e=0;e<128;e++)r=String.fromCharCode(e),/^[0-9a-z]$/i.test(r)?o.push(r):o.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e<n.length;e++)o[n.charCodeAt(e)]=n[e];return o}function he(n,e,r){var o,s,c,l,i,a="";for(typeof e!="string"&&(r=e,e=he.defaultChars),typeof r>"u"&&(r=!0),i=Dr(e),o=0,s=n.length;o<s;o++){if(c=n.charCodeAt(o),r&&c===37&&o+2<s&&/^[0-9a-f]{2}$/i.test(n.slice(o+1,o+3))){a+=n.slice(o,o+3),o+=2;continue}if(c<128){a+=i[c];continue}if(c>=55296&&c<=57343){if(c>=55296&&c<=56319&&o+1<s&&(l=n.charCodeAt(o+1),l>=56320&&l<=57343)){a+=encodeURIComponent(n[o]+n[o+1]),o++;continue}a+="%EF%BF%BD";continue}a+=encodeURIComponent(n[o])}return a}he.defaultChars=";/?:@&=+$,-_.!~*'()#",he.componentChars="-_.!~*'()";var Vr=he,it={};function Lr(n){var e,r,o=it[n];if(o)return o;for(o=it[n]=[],e=0;e<128;e++)r=String.fromCharCode(e),o.push(r);for(e=0;e<n.length;e++)r=n.charCodeAt(e),o[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2);return o}function me(n,e){var r;return typeof e!="string"&&(e=me.defaultChars),r=Lr(e),n.replace(/(%[a-f0-9]{2})+/gi,function(o){var s,c,l,i,a,u,d,h="";for(s=0,c=o.length;s<c;s+=3){if(l=parseInt(o.slice(s+1,s+3),16),l<128){h+=r[l];continue}if((l&224)===192&&s+3<c&&(i=parseInt(o.slice(s+4,s+6),16),(i&192)===128)){d=l<<6&1984|i&63,d<128?h+="��":h+=String.fromCharCode(d),s+=3;continue}if((l&240)===224&&s+6<c&&(i=parseInt(o.slice(s+4,s+6),16),a=parseInt(o.slice(s+7,s+9),16),(i&192)===128&&(a&192)===128)){d=l<<12&61440|i<<6&4032|a&63,d<2048||d>=55296&&d<=57343?h+="���":h+=String.fromCharCode(d),s+=6;continue}if((l&248)===240&&s+9<c&&(i=parseInt(o.slice(s+4,s+6),16),a=parseInt(o.slice(s+7,s+9),16),u=parseInt(o.slice(s+10,s+12),16),(i&192)===128&&(a&192)===128&&(u&192)===128)){d=l<<18&1835008|i<<12&258048|a<<6&4032|u&63,d<65536||d>1114111?h+="����":(d-=65536,h+=String.fromCharCode(55296+(d>>10),56320+(d&1023))),s+=9;continue}h+="�"}return h})}me.defaultChars=";/?:@&=+$,#",me.componentChars="";var Sr=me,Nr=function(e){var r="";return r+=e.protocol||"",r+=e.slashes?"//":"",r+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?r+="["+e.hostname+"]":r+=e.hostname||"",r+=e.port?":"+e.port:"",r+=e.pathname||"",r+=e.search||"",r+=e.hash||"",r};function ge(){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 Br=/^([a-z0-9.+-]+:)/i,Tr=/:[0-9]*$/,vr=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,$r=["<",">",'"',"`"," ","\r",`
|
|
3
|
+
`," "],Rr=["{","}","|","\\","^","`"].concat($r),Fr=["'"].concat(Rr),lt=["%","/","?",";","#"].concat(Fr),at=["/","?","#"],zr=255,ut=/^[+a-z0-9A-Z_-]{0,63}$/,Ir=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,dt={javascript:!0,"javascript:":!0},pt={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Mr(n,e){if(n&&n instanceof ge)return n;var r=new ge;return r.parse(n,e),r}ge.prototype.parse=function(n,e){var r,o,s,c,l,i=n;if(i=i.trim(),!e&&n.split("#").length===1){var a=vr.exec(i);if(a)return this.pathname=a[1],a[2]&&(this.search=a[2]),this}var u=Br.exec(i);if(u&&(u=u[0],s=u.toLowerCase(),this.protocol=u,i=i.substr(u.length)),(e||u||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(l=i.substr(0,2)==="//",l&&!(u&&dt[u])&&(i=i.substr(2),this.slashes=!0)),!dt[u]&&(l||u&&!pt[u])){var d=-1;for(r=0;r<at.length;r++)c=i.indexOf(at[r]),c!==-1&&(d===-1||c<d)&&(d=c);var h,p;for(d===-1?p=i.lastIndexOf("@"):p=i.lastIndexOf("@",d),p!==-1&&(h=i.slice(0,p),i=i.slice(p+1),this.auth=h),d=-1,r=0;r<lt.length;r++)c=i.indexOf(lt[r]),c!==-1&&(d===-1||c<d)&&(d=c);d===-1&&(d=i.length),i[d-1]===":"&&d--;var f=i.slice(0,d);i=i.slice(d),this.parseHost(f),this.hostname=this.hostname||"";var m=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!m){var _=this.hostname.split(/\./);for(r=0,o=_.length;r<o;r++){var w=_[r];if(w&&!w.match(ut)){for(var x="",g=0,y=w.length;g<y;g++)w.charCodeAt(g)>127?x+="x":x+=w[g];if(!x.match(ut)){var C=_.slice(0,r),q=_.slice(r+1),k=w.match(Ir);k&&(C.push(k[1]),q.unshift(k[2])),q.length&&(i=q.join(".")+i),this.hostname=C.join(".");break}}}}this.hostname.length>zr&&(this.hostname=""),m&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var L=i.indexOf("#");L!==-1&&(this.hash=i.substr(L),i=i.slice(0,L));var T=i.indexOf("?");return T!==-1&&(this.search=i.substr(T),i=i.slice(0,T)),i&&(this.pathname=i),pt[s]&&this.hostname&&!this.pathname&&(this.pathname=""),this},ge.prototype.parseHost=function(n){var e=Tr.exec(n);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),n=n.substr(0,n.length-e.length)),n&&(this.hostname=n)};var Hr=Mr;X.encode=Vr,X.decode=Sr,X.format=Nr,X.parse=Hr;var W={},Be,ft;function ht(){return ft||(ft=1,Be=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),Be}var Te,mt;function gt(){return mt||(mt=1,Te=/[\0-\x1F\x7F-\x9F]/),Te}var ve,bt;function Pr(){return bt||(bt=1,ve=/[\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]/),ve}var $e,_t;function kt(){return _t||(_t=1,$e=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),$e}var xt;function Ur(){return xt||(xt=1,W.Any=ht(),W.Cc=gt(),W.Cf=Pr(),W.P=Ne,W.Z=kt()),W}(function(n){function e(b){return Object.prototype.toString.call(b)}function r(b){return e(b)==="[object String]"}var o=Object.prototype.hasOwnProperty;function s(b,B){return o.call(b,B)}function c(b){var B=Array.prototype.slice.call(arguments,1);return B.forEach(function(V){if(V){if(typeof V!="object")throw new TypeError(V+"must be object");Object.keys(V).forEach(function(G){b[G]=V[G]})}}),b}function l(b,B,V){return[].concat(b.slice(0,B),V,b.slice(B+1))}function i(b){return!(b>=55296&&b<=57343||b>=64976&&b<=65007||(b&65535)===65535||(b&65535)===65534||b>=0&&b<=8||b===11||b>=14&&b<=31||b>=127&&b<=159||b>1114111)}function a(b){if(b>65535){b-=65536;var B=55296+(b>>10),V=56320+(b&1023);return String.fromCharCode(B,V)}return String.fromCharCode(b)}var u=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,d=/&([a-z#][a-z0-9]{1,31});/gi,h=new RegExp(u.source+"|"+d.source,"gi"),p=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,f=st;function m(b,B){var V=0;return s(f,B)?f[B]:B.charCodeAt(0)===35&&p.test(B)&&(V=B[1].toLowerCase()==="x"?parseInt(B.slice(2),16):parseInt(B.slice(1),10),i(V))?a(V):b}function _(b){return b.indexOf("\\")<0?b:b.replace(u,"$1")}function w(b){return b.indexOf("\\")<0&&b.indexOf("&")<0?b:b.replace(h,function(B,V,G){return V||m(B,G)})}var x=/[&<>"]/,g=/[&<>"]/g,y={"&":"&","<":"<",">":">",'"':"""};function C(b){return y[b]}function q(b){return x.test(b)?b.replace(g,C):b}var k=/[.?*+^$[\]\\(){}|-]/g;function L(b){return b.replace(k,"\\$&")}function T(b){switch(b){case 9:case 32:return!0}return!1}function ce(b){if(b>=8192&&b<=8202)return!0;switch(b){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 A=Ne;function N(b){return A.test(b)}function fe(b){switch(b){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 ie(b){return b=b.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(b=b.replace(/ẞ/g,"ß")),b.toLowerCase().toUpperCase()}n.lib={},n.lib.mdurl=X,n.lib.ucmicro=Ur(),n.assign=c,n.isString=r,n.has=s,n.unescapeMd=_,n.unescapeAll=w,n.isValidEntityCode=i,n.fromCodePoint=a,n.escapeHtml=q,n.arrayReplaceAt=l,n.isSpace=T,n.isWhiteSpace=ce,n.isMdAsciiPunct=fe,n.isPunctChar=N,n.escapeRE=L,n.normalizeReference=ie})(D);var be={},Or=function(e,r,o){var s,c,l,i,a=-1,u=e.posMax,d=e.pos;for(e.pos=r+1,s=1;e.pos<u;){if(l=e.src.charCodeAt(e.pos),l===93&&(s--,s===0)){c=!0;break}if(i=e.pos,e.md.inline.skipToken(e),l===91){if(i===e.pos-1)s++;else if(o)return e.pos=d,-1}}return c&&(a=e.pos),e.pos=d,a},yt=D.unescapeAll,jr=function(e,r,o){var s,c,l=0,i=r,a={ok:!1,pos:0,lines:0,str:""};if(e.charCodeAt(r)===60){for(r++;r<o;){if(s=e.charCodeAt(r),s===10||s===60)return a;if(s===62)return a.pos=r+1,a.str=yt(e.slice(i+1,r)),a.ok=!0,a;if(s===92&&r+1<o){r+=2;continue}r++}return a}for(c=0;r<o&&(s=e.charCodeAt(r),!(s===32||s<32||s===127));){if(s===92&&r+1<o){if(e.charCodeAt(r+1)===32)break;r+=2;continue}if(s===40&&(c++,c>32))return a;if(s===41){if(c===0)break;c--}r++}return i===r||c!==0||(a.str=yt(e.slice(i,r)),a.lines=l,a.pos=r,a.ok=!0),a},Gr=D.unescapeAll,Zr=function(e,r,o){var s,c,l=0,i=r,a={ok:!1,pos:0,lines:0,str:""};if(r>=o||(c=e.charCodeAt(r),c!==34&&c!==39&&c!==40))return a;for(r++,c===40&&(c=41);r<o;){if(s=e.charCodeAt(r),s===c)return a.pos=r+1,a.lines=l,a.str=Gr(e.slice(i+1,r)),a.ok=!0,a;if(s===40&&c===41)return a;s===10?l++:s===92&&r+1<o&&(r++,e.charCodeAt(r)===10&&l++),r++}return a};be.parseLinkLabel=Or,be.parseLinkDestination=jr,be.parseLinkTitle=Zr;var Wr=D.assign,Jr=D.unescapeAll,J=D.escapeHtml,I={};I.code_inline=function(n,e,r,o,s){var c=n[e];return"<code"+s.renderAttrs(c)+">"+J(n[e].content)+"</code>"},I.code_block=function(n,e,r,o,s){var c=n[e];return"<pre"+s.renderAttrs(c)+"><code>"+J(n[e].content)+`</code></pre>
|
|
4
|
+
`},I.fence=function(n,e,r,o,s){var c=n[e],l=c.info?Jr(c.info).trim():"",i="",a="",u,d,h,p,f;return l&&(h=l.split(/(\s+)/g),i=h[0],a=h.slice(2).join("")),r.highlight?u=r.highlight(c.content,i,a)||J(c.content):u=J(c.content),u.indexOf("<pre")===0?u+`
|
|
5
|
+
`:l?(d=c.attrIndex("class"),p=c.attrs?c.attrs.slice():[],d<0?p.push(["class",r.langPrefix+i]):(p[d]=p[d].slice(),p[d][1]+=" "+r.langPrefix+i),f={attrs:p},"<pre><code"+s.renderAttrs(f)+">"+u+`</code></pre>
|
|
6
|
+
`):"<pre><code"+s.renderAttrs(c)+">"+u+`</code></pre>
|
|
7
|
+
`},I.image=function(n,e,r,o,s){var c=n[e];return c.attrs[c.attrIndex("alt")][1]=s.renderInlineAsText(c.children,r,o),s.renderToken(n,e,r)},I.hardbreak=function(n,e,r){return r.xhtmlOut?`<br />
|
|
8
|
+
`:`<br>
|
|
9
|
+
`},I.softbreak=function(n,e,r){return r.breaks?r.xhtmlOut?`<br />
|
|
10
|
+
`:`<br>
|
|
11
|
+
`:`
|
|
12
|
+
`},I.text=function(n,e){return J(n[e].content)},I.html_block=function(n,e){return n[e].content},I.html_inline=function(n,e){return n[e].content};function ee(){this.rules=Wr({},I)}ee.prototype.renderAttrs=function(e){var r,o,s;if(!e.attrs)return"";for(s="",r=0,o=e.attrs.length;r<o;r++)s+=" "+J(e.attrs[r][0])+'="'+J(e.attrs[r][1])+'"';return s},ee.prototype.renderToken=function(e,r,o){var s,c="",l=!1,i=e[r];return i.hidden?"":(i.block&&i.nesting!==-1&&r&&e[r-1].hidden&&(c+=`
|
|
13
|
+
`),c+=(i.nesting===-1?"</":"<")+i.tag,c+=this.renderAttrs(i),i.nesting===0&&o.xhtmlOut&&(c+=" /"),i.block&&(l=!0,i.nesting===1&&r+1<e.length&&(s=e[r+1],(s.type==="inline"||s.hidden||s.nesting===-1&&s.tag===i.tag)&&(l=!1))),c+=l?`>
|
|
14
|
+
`:">",c)},ee.prototype.renderInline=function(n,e,r){for(var o,s="",c=this.rules,l=0,i=n.length;l<i;l++)o=n[l].type,typeof c[o]<"u"?s+=c[o](n,l,e,r,this):s+=this.renderToken(n,l,e);return s},ee.prototype.renderInlineAsText=function(n,e,r){for(var o="",s=0,c=n.length;s<c;s++)n[s].type==="text"?o+=n[s].content:n[s].type==="image"?o+=this.renderInlineAsText(n[s].children,e,r):n[s].type==="softbreak"&&(o+=`
|
|
15
|
+
`);return o},ee.prototype.render=function(n,e,r){var o,s,c,l="",i=this.rules;for(o=0,s=n.length;o<s;o++)c=n[o].type,c==="inline"?l+=this.renderInline(n[o].children,e,r):typeof i[c]<"u"?l+=i[n[o].type](n,o,e,r,this):l+=this.renderToken(n,o,e,r);return l};var Yr=ee;function R(){this.__rules__=[],this.__cache__=null}R.prototype.__find__=function(n){for(var e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===n)return e;return-1},R.prototype.__compile__=function(){var n=this,e=[""];n.__rules__.forEach(function(r){r.enabled&&r.alt.forEach(function(o){e.indexOf(o)<0&&e.push(o)})}),n.__cache__={},e.forEach(function(r){n.__cache__[r]=[],n.__rules__.forEach(function(o){o.enabled&&(r&&o.alt.indexOf(r)<0||n.__cache__[r].push(o.fn))})})},R.prototype.at=function(n,e,r){var o=this.__find__(n),s=r||{};if(o===-1)throw new Error("Parser rule not found: "+n);this.__rules__[o].fn=e,this.__rules__[o].alt=s.alt||[],this.__cache__=null},R.prototype.before=function(n,e,r,o){var s=this.__find__(n),c=o||{};if(s===-1)throw new Error("Parser rule not found: "+n);this.__rules__.splice(s,0,{name:e,enabled:!0,fn:r,alt:c.alt||[]}),this.__cache__=null},R.prototype.after=function(n,e,r,o){var s=this.__find__(n),c=o||{};if(s===-1)throw new Error("Parser rule not found: "+n);this.__rules__.splice(s+1,0,{name:e,enabled:!0,fn:r,alt:c.alt||[]}),this.__cache__=null},R.prototype.push=function(n,e,r){var o=r||{};this.__rules__.push({name:n,enabled:!0,fn:e,alt:o.alt||[]}),this.__cache__=null},R.prototype.enable=function(n,e){Array.isArray(n)||(n=[n]);var r=[];return n.forEach(function(o){var s=this.__find__(o);if(s<0){if(e)return;throw new Error("Rules manager: invalid rule name "+o)}this.__rules__[s].enabled=!0,r.push(o)},this),this.__cache__=null,r},R.prototype.enableOnly=function(n,e){Array.isArray(n)||(n=[n]),this.__rules__.forEach(function(r){r.enabled=!1}),this.enable(n,e)},R.prototype.disable=function(n,e){Array.isArray(n)||(n=[n]);var r=[];return n.forEach(function(o){var s=this.__find__(o);if(s<0){if(e)return;throw new Error("Rules manager: invalid rule name "+o)}this.__rules__[s].enabled=!1,r.push(o)},this),this.__cache__=null,r},R.prototype.getRules=function(n){return this.__cache__===null&&this.__compile__(),this.__cache__[n]||[]};var Re=R,Qr=/\r\n?|\n/g,Kr=/\0/g,Xr=function(e){var r;r=e.src.replace(Qr,`
|
|
16
|
+
`),r=r.replace(Kr,"�"),e.src=r},en=function(e){var r;e.inlineMode?(r=new e.Token("inline","",0),r.content=e.src,r.map=[0,1],r.children=[],e.tokens.push(r)):e.md.block.parse(e.src,e.md,e.env,e.tokens)},tn=function(e){var r=e.tokens,o,s,c;for(s=0,c=r.length;s<c;s++)o=r[s],o.type==="inline"&&e.md.inline.parse(o.content,e.md,e.env,o.children)},rn=D.arrayReplaceAt;function nn(n){return/^<a[>\s]/i.test(n)}function on(n){return/^<\/a\s*>/i.test(n)}var sn=function(e){var r,o,s,c,l,i,a,u,d,h,p,f,m,_,w,x,g=e.tokens,y;if(e.md.options.linkify){for(o=0,s=g.length;o<s;o++)if(!(g[o].type!=="inline"||!e.md.linkify.pretest(g[o].content)))for(c=g[o].children,m=0,r=c.length-1;r>=0;r--){if(i=c[r],i.type==="link_close"){for(r--;c[r].level!==i.level&&c[r].type!=="link_open";)r--;continue}if(i.type==="html_inline"&&(nn(i.content)&&m>0&&m--,on(i.content)&&m++),!(m>0)&&i.type==="text"&&e.md.linkify.test(i.content)){for(d=i.content,y=e.md.linkify.match(d),a=[],f=i.level,p=0,y.length>0&&y[0].index===0&&r>0&&c[r-1].type==="text_special"&&(y=y.slice(1)),u=0;u<y.length;u++)_=y[u].url,w=e.md.normalizeLink(_),e.md.validateLink(w)&&(x=y[u].text,y[u].schema?y[u].schema==="mailto:"&&!/^mailto:/i.test(x)?x=e.md.normalizeLinkText("mailto:"+x).replace(/^mailto:/,""):x=e.md.normalizeLinkText(x):x=e.md.normalizeLinkText("http://"+x).replace(/^http:\/\//,""),h=y[u].index,h>p&&(l=new e.Token("text","",0),l.content=d.slice(p,h),l.level=f,a.push(l)),l=new e.Token("link_open","a",1),l.attrs=[["href",w]],l.level=f++,l.markup="linkify",l.info="auto",a.push(l),l=new e.Token("text","",0),l.content=x,l.level=f,a.push(l),l=new e.Token("link_close","a",-1),l.level=--f,l.markup="linkify",l.info="auto",a.push(l),p=y[u].lastIndex);p<d.length&&(l=new e.Token("text","",0),l.content=d.slice(p),l.level=f,a.push(l)),g[o].children=c=rn(c,r,a)}}}},wt=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,cn=/\((c|tm|r)\)/i,ln=/\((c|tm|r)\)/ig,an={c:"©",r:"®",tm:"™"};function un(n,e){return an[e.toLowerCase()]}function dn(n){var e,r,o=0;for(e=n.length-1;e>=0;e--)r=n[e],r.type==="text"&&!o&&(r.content=r.content.replace(ln,un)),r.type==="link_open"&&r.info==="auto"&&o--,r.type==="link_close"&&r.info==="auto"&&o++}function pn(n){var e,r,o=0;for(e=n.length-1;e>=0;e--)r=n[e],r.type==="text"&&!o&&wt.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),r.type==="link_open"&&r.info==="auto"&&o--,r.type==="link_close"&&r.info==="auto"&&o++}var fn=function(e){var r;if(e.md.options.typographer)for(r=e.tokens.length-1;r>=0;r--)e.tokens[r].type==="inline"&&(cn.test(e.tokens[r].content)&&dn(e.tokens[r].children),wt.test(e.tokens[r].content)&&pn(e.tokens[r].children))},Ct=D.isWhiteSpace,Et=D.isPunctChar,qt=D.isMdAsciiPunct,hn=/['"]/,At=/['"]/g,Dt="’";function _e(n,e,r){return n.slice(0,e)+r+n.slice(e+1)}function mn(n,e){var r,o,s,c,l,i,a,u,d,h,p,f,m,_,w,x,g,y,C,q,k;for(C=[],r=0;r<n.length;r++){for(o=n[r],a=n[r].level,g=C.length-1;g>=0&&!(C[g].level<=a);g--);if(C.length=g+1,o.type==="text"){s=o.content,l=0,i=s.length;e:for(;l<i&&(At.lastIndex=l,c=At.exec(s),!!c);){if(w=x=!0,l=c.index+1,y=c[0]==="'",d=32,c.index-1>=0)d=s.charCodeAt(c.index-1);else for(g=r-1;g>=0&&!(n[g].type==="softbreak"||n[g].type==="hardbreak");g--)if(n[g].content){d=n[g].content.charCodeAt(n[g].content.length-1);break}if(h=32,l<i)h=s.charCodeAt(l);else for(g=r+1;g<n.length&&!(n[g].type==="softbreak"||n[g].type==="hardbreak");g++)if(n[g].content){h=n[g].content.charCodeAt(0);break}if(p=qt(d)||Et(String.fromCharCode(d)),f=qt(h)||Et(String.fromCharCode(h)),m=Ct(d),_=Ct(h),_?w=!1:f&&(m||p||(w=!1)),m?x=!1:p&&(_||f||(x=!1)),h===34&&c[0]==='"'&&d>=48&&d<=57&&(x=w=!1),w&&x&&(w=p,x=f),!w&&!x){y&&(o.content=_e(o.content,c.index,Dt));continue}if(x){for(g=C.length-1;g>=0&&(u=C[g],!(C[g].level<a));g--)if(u.single===y&&C[g].level===a){u=C[g],y?(q=e.md.options.quotes[2],k=e.md.options.quotes[3]):(q=e.md.options.quotes[0],k=e.md.options.quotes[1]),o.content=_e(o.content,c.index,k),n[u.token].content=_e(n[u.token].content,u.pos,q),l+=k.length-1,u.token===r&&(l+=q.length-1),s=o.content,i=s.length,C.length=g;continue e}}w?C.push({token:r,pos:c.index,single:y,level:a}):x&&y&&(o.content=_e(o.content,c.index,Dt))}}}}var gn=function(e){var r;if(e.md.options.typographer)for(r=e.tokens.length-1;r>=0;r--)e.tokens[r].type!=="inline"||!hn.test(e.tokens[r].content)||mn(e.tokens[r].children,e)},bn=function(e){var r,o,s,c,l,i,a=e.tokens;for(r=0,o=a.length;r<o;r++)if(a[r].type==="inline"){for(s=a[r].children,l=s.length,c=0;c<l;c++)s[c].type==="text_special"&&(s[c].type="text");for(c=i=0;c<l;c++)s[c].type==="text"&&c+1<l&&s[c+1].type==="text"?s[c+1].content=s[c].content+s[c+1].content:(c!==i&&(s[i]=s[c]),i++);c!==i&&(s.length=i)}};function te(n,e,r){this.type=n,this.tag=e,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}te.prototype.attrIndex=function(e){var r,o,s;if(!this.attrs)return-1;for(r=this.attrs,o=0,s=r.length;o<s;o++)if(r[o][0]===e)return o;return-1},te.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},te.prototype.attrSet=function(e,r){var o=this.attrIndex(e),s=[e,r];o<0?this.attrPush(s):this.attrs[o]=s},te.prototype.attrGet=function(e){var r=this.attrIndex(e),o=null;return r>=0&&(o=this.attrs[r][1]),o},te.prototype.attrJoin=function(e,r){var o=this.attrIndex(e);o<0?this.attrPush([e,r]):this.attrs[o][1]=this.attrs[o][1]+" "+r};var Fe=te,_n=Fe;function Vt(n,e,r){this.src=n,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=e}Vt.prototype.Token=_n;var kn=Vt,xn=Re,ze=[["normalize",Xr],["block",en],["inline",tn],["linkify",sn],["replacements",fn],["smartquotes",gn],["text_join",bn]];function Ie(){this.ruler=new xn;for(var n=0;n<ze.length;n++)this.ruler.push(ze[n][0],ze[n][1])}Ie.prototype.process=function(n){var e,r,o;for(o=this.ruler.getRules(""),e=0,r=o.length;e<r;e++)o[e](n)},Ie.prototype.State=kn;var yn=Ie,Me=D.isSpace;function He(n,e){var r=n.bMarks[e]+n.tShift[e],o=n.eMarks[e];return n.src.slice(r,o)}function Lt(n){var e=[],r=0,o=n.length,s,c=!1,l=0,i="";for(s=n.charCodeAt(r);r<o;)s===124&&(c?(i+=n.substring(l,r-1),l=r):(e.push(i+n.substring(l,r)),i="",l=r+1)),c=s===92,r++,s=n.charCodeAt(r);return e.push(i+n.substring(l)),e}var wn=function(e,r,o,s){var c,l,i,a,u,d,h,p,f,m,_,w,x,g,y,C,q,k;if(r+2>o||(d=r+1,e.sCount[d]<e.blkIndent)||e.sCount[d]-e.blkIndent>=4||(i=e.bMarks[d]+e.tShift[d],i>=e.eMarks[d])||(q=e.src.charCodeAt(i++),q!==124&&q!==45&&q!==58)||i>=e.eMarks[d]||(k=e.src.charCodeAt(i++),k!==124&&k!==45&&k!==58&&!Me(k))||q===45&&Me(k))return!1;for(;i<e.eMarks[d];){if(c=e.src.charCodeAt(i),c!==124&&c!==45&&c!==58&&!Me(c))return!1;i++}for(l=He(e,r+1),h=l.split("|"),m=[],a=0;a<h.length;a++){if(_=h[a].trim(),!_){if(a===0||a===h.length-1)continue;return!1}if(!/^:?-+:?$/.test(_))return!1;_.charCodeAt(_.length-1)===58?m.push(_.charCodeAt(0)===58?"center":"right"):_.charCodeAt(0)===58?m.push("left"):m.push("")}if(l=He(e,r).trim(),l.indexOf("|")===-1||e.sCount[r]-e.blkIndent>=4||(h=Lt(l),h.length&&h[0]===""&&h.shift(),h.length&&h[h.length-1]===""&&h.pop(),p=h.length,p===0||p!==m.length))return!1;if(s)return!0;for(g=e.parentType,e.parentType="table",C=e.md.block.ruler.getRules("blockquote"),f=e.push("table_open","table",1),f.map=w=[r,0],f=e.push("thead_open","thead",1),f.map=[r,r+1],f=e.push("tr_open","tr",1),f.map=[r,r+1],a=0;a<h.length;a++)f=e.push("th_open","th",1),m[a]&&(f.attrs=[["style","text-align:"+m[a]]]),f=e.push("inline","",0),f.content=h[a].trim(),f.children=[],f=e.push("th_close","th",-1);for(f=e.push("tr_close","tr",-1),f=e.push("thead_close","thead",-1),d=r+2;d<o&&!(e.sCount[d]<e.blkIndent);d++){for(y=!1,a=0,u=C.length;a<u;a++)if(C[a](e,d,o,!0)){y=!0;break}if(y||(l=He(e,d).trim(),!l)||e.sCount[d]-e.blkIndent>=4)break;for(h=Lt(l),h.length&&h[0]===""&&h.shift(),h.length&&h[h.length-1]===""&&h.pop(),d===r+2&&(f=e.push("tbody_open","tbody",1),f.map=x=[r+2,0]),f=e.push("tr_open","tr",1),f.map=[d,d+1],a=0;a<p;a++)f=e.push("td_open","td",1),m[a]&&(f.attrs=[["style","text-align:"+m[a]]]),f=e.push("inline","",0),f.content=h[a]?h[a].trim():"",f.children=[],f=e.push("td_close","td",-1);f=e.push("tr_close","tr",-1)}return x&&(f=e.push("tbody_close","tbody",-1),x[1]=d),f=e.push("table_close","table",-1),w[1]=d,e.parentType=g,e.line=d,!0},Cn=function(e,r,o){var s,c,l;if(e.sCount[r]-e.blkIndent<4)return!1;for(c=s=r+1;s<o;){if(e.isEmpty(s)){s++;continue}if(e.sCount[s]-e.blkIndent>=4){s++,c=s;continue}break}return e.line=c,l=e.push("code_block","code",0),l.content=e.getLines(r,c,4+e.blkIndent,!1)+`
|
|
17
|
+
`,l.map=[r,e.line],!0},En=function(e,r,o,s){var c,l,i,a,u,d,h,p=!1,f=e.bMarks[r]+e.tShift[r],m=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4||f+3>m||(c=e.src.charCodeAt(f),c!==126&&c!==96)||(u=f,f=e.skipChars(f,c),l=f-u,l<3)||(h=e.src.slice(u,f),i=e.src.slice(f,m),c===96&&i.indexOf(String.fromCharCode(c))>=0))return!1;if(s)return!0;for(a=r;a++,!(a>=o||(f=u=e.bMarks[a]+e.tShift[a],m=e.eMarks[a],f<m&&e.sCount[a]<e.blkIndent));)if(e.src.charCodeAt(f)===c&&!(e.sCount[a]-e.blkIndent>=4)&&(f=e.skipChars(f,c),!(f-u<l)&&(f=e.skipSpaces(f),!(f<m)))){p=!0;break}return l=e.sCount[r],e.line=a+(p?1:0),d=e.push("fence","code",0),d.info=i,d.content=e.getLines(r+1,a,l,!0),d.markup=h,d.map=[r,e.line],!0},St=D.isSpace,qn=function(e,r,o,s){var c,l,i,a,u,d,h,p,f,m,_,w,x,g,y,C,q,k,L,T,ce=e.lineMax,A=e.bMarks[r]+e.tShift[r],N=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4||e.src.charCodeAt(A++)!==62)return!1;if(s)return!0;for(a=f=e.sCount[r]+1,e.src.charCodeAt(A)===32?(A++,a++,f++,c=!1,C=!0):e.src.charCodeAt(A)===9?(C=!0,(e.bsCount[r]+f)%4===3?(A++,a++,f++,c=!1):c=!0):C=!1,m=[e.bMarks[r]],e.bMarks[r]=A;A<N&&(l=e.src.charCodeAt(A),St(l));){l===9?f+=4-(f+e.bsCount[r]+(c?1:0))%4:f++;A++}for(_=[e.bsCount[r]],e.bsCount[r]=e.sCount[r]+1+(C?1:0),d=A>=N,g=[e.sCount[r]],e.sCount[r]=f-a,y=[e.tShift[r]],e.tShift[r]=A-e.bMarks[r],k=e.md.block.ruler.getRules("blockquote"),x=e.parentType,e.parentType="blockquote",p=r+1;p<o&&(T=e.sCount[p]<e.blkIndent,A=e.bMarks[p]+e.tShift[p],N=e.eMarks[p],!(A>=N));p++){if(e.src.charCodeAt(A++)===62&&!T){for(a=f=e.sCount[p]+1,e.src.charCodeAt(A)===32?(A++,a++,f++,c=!1,C=!0):e.src.charCodeAt(A)===9?(C=!0,(e.bsCount[p]+f)%4===3?(A++,a++,f++,c=!1):c=!0):C=!1,m.push(e.bMarks[p]),e.bMarks[p]=A;A<N&&(l=e.src.charCodeAt(A),St(l));){l===9?f+=4-(f+e.bsCount[p]+(c?1:0))%4:f++;A++}d=A>=N,_.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(C?1:0),g.push(e.sCount[p]),e.sCount[p]=f-a,y.push(e.tShift[p]),e.tShift[p]=A-e.bMarks[p];continue}if(d)break;for(q=!1,i=0,u=k.length;i<u;i++)if(k[i](e,p,o,!0)){q=!0;break}if(q){e.lineMax=p,e.blkIndent!==0&&(m.push(e.bMarks[p]),_.push(e.bsCount[p]),y.push(e.tShift[p]),g.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}m.push(e.bMarks[p]),_.push(e.bsCount[p]),y.push(e.tShift[p]),g.push(e.sCount[p]),e.sCount[p]=-1}for(w=e.blkIndent,e.blkIndent=0,L=e.push("blockquote_open","blockquote",1),L.markup=">",L.map=h=[r,0],e.md.block.tokenize(e,r,p),L=e.push("blockquote_close","blockquote",-1),L.markup=">",e.lineMax=ce,e.parentType=x,h[1]=e.line,i=0;i<y.length;i++)e.bMarks[i+r]=m[i],e.tShift[i+r]=y[i],e.sCount[i+r]=g[i],e.bsCount[i+r]=_[i];return e.blkIndent=w,!0},An=D.isSpace,Dn=function(e,r,o,s){var c,l,i,a,u=e.bMarks[r]+e.tShift[r],d=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4||(c=e.src.charCodeAt(u++),c!==42&&c!==45&&c!==95))return!1;for(l=1;u<d;){if(i=e.src.charCodeAt(u++),i!==c&&!An(i))return!1;i===c&&l++}return l<3?!1:(s||(e.line=r+1,a=e.push("hr","hr",0),a.map=[r,e.line],a.markup=Array(l+1).join(String.fromCharCode(c))),!0)},Nt=D.isSpace;function Bt(n,e){var r,o,s,c;return o=n.bMarks[e]+n.tShift[e],s=n.eMarks[e],r=n.src.charCodeAt(o++),r!==42&&r!==45&&r!==43||o<s&&(c=n.src.charCodeAt(o),!Nt(c))?-1:o}function Tt(n,e){var r,o=n.bMarks[e]+n.tShift[e],s=o,c=n.eMarks[e];if(s+1>=c||(r=n.src.charCodeAt(s++),r<48||r>57))return-1;for(;;){if(s>=c)return-1;if(r=n.src.charCodeAt(s++),r>=48&&r<=57){if(s-o>=10)return-1;continue}if(r===41||r===46)break;return-1}return s<c&&(r=n.src.charCodeAt(s),!Nt(r))?-1:s}function Vn(n,e){var r,o,s=n.level+2;for(r=e+2,o=n.tokens.length-2;r<o;r++)n.tokens[r].level===s&&n.tokens[r].type==="paragraph_open"&&(n.tokens[r+2].hidden=!0,n.tokens[r].hidden=!0,r+=2)}var Ln=function(e,r,o,s){var c,l,i,a,u,d,h,p,f,m,_,w,x,g,y,C,q,k,L,T,ce,A,N,fe,ie,b,B,V,G=!1,Er=!0;if(e.sCount[r]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[r]-e.listIndent>=4&&e.sCount[r]<e.blkIndent)return!1;if(s&&e.parentType==="paragraph"&&e.sCount[r]>=e.blkIndent&&(G=!0),(N=Tt(e,r))>=0){if(h=!0,ie=e.bMarks[r]+e.tShift[r],x=Number(e.src.slice(ie,N-1)),G&&x!==1)return!1}else if((N=Bt(e,r))>=0)h=!1;else return!1;if(G&&e.skipSpaces(N)>=e.eMarks[r])return!1;if(w=e.src.charCodeAt(N-1),s)return!0;for(_=e.tokens.length,h?(V=e.push("ordered_list_open","ol",1),x!==1&&(V.attrs=[["start",x]])):V=e.push("bullet_list_open","ul",1),V.map=m=[r,0],V.markup=String.fromCharCode(w),y=r,fe=!1,B=e.md.block.ruler.getRules("list"),k=e.parentType,e.parentType="list";y<o;){for(A=N,g=e.eMarks[y],d=C=e.sCount[y]+N-(e.bMarks[r]+e.tShift[r]);A<g;){if(c=e.src.charCodeAt(A),c===9)C+=4-(C+e.bsCount[y])%4;else if(c===32)C++;else break;A++}if(l=A,l>=g?u=1:u=C-d,u>4&&(u=1),a=d+u,V=e.push("list_item_open","li",1),V.markup=String.fromCharCode(w),V.map=p=[r,0],h&&(V.info=e.src.slice(ie,N-1)),ce=e.tight,T=e.tShift[r],L=e.sCount[r],q=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=a,e.tight=!0,e.tShift[r]=l-e.bMarks[r],e.sCount[r]=C,l>=g&&e.isEmpty(r+1)?e.line=Math.min(e.line+2,o):e.md.block.tokenize(e,r,o,!0),(!e.tight||fe)&&(Er=!1),fe=e.line-r>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=q,e.tShift[r]=T,e.sCount[r]=L,e.tight=ce,V=e.push("list_item_close","li",-1),V.markup=String.fromCharCode(w),y=r=e.line,p[1]=y,l=e.bMarks[r],y>=o||e.sCount[y]<e.blkIndent||e.sCount[r]-e.blkIndent>=4)break;for(b=!1,i=0,f=B.length;i<f;i++)if(B[i](e,y,o,!0)){b=!0;break}if(b)break;if(h){if(N=Tt(e,y),N<0)break;ie=e.bMarks[y]+e.tShift[y]}else if(N=Bt(e,y),N<0)break;if(w!==e.src.charCodeAt(N-1))break}return h?V=e.push("ordered_list_close","ol",-1):V=e.push("bullet_list_close","ul",-1),V.markup=String.fromCharCode(w),m[1]=y,e.line=y,e.parentType=k,Er&&Vn(e,_),!0},Sn=D.normalizeReference,ke=D.isSpace,Nn=function(e,r,o,s){var c,l,i,a,u,d,h,p,f,m,_,w,x,g,y,C,q=0,k=e.bMarks[r]+e.tShift[r],L=e.eMarks[r],T=r+1;if(e.sCount[r]-e.blkIndent>=4||e.src.charCodeAt(k)!==91)return!1;for(;++k<L;)if(e.src.charCodeAt(k)===93&&e.src.charCodeAt(k-1)!==92){if(k+1===L||e.src.charCodeAt(k+1)!==58)return!1;break}for(a=e.lineMax,y=e.md.block.ruler.getRules("reference"),m=e.parentType,e.parentType="reference";T<a&&!e.isEmpty(T);T++)if(!(e.sCount[T]-e.blkIndent>3)&&!(e.sCount[T]<0)){for(g=!1,d=0,h=y.length;d<h;d++)if(y[d](e,T,a,!0)){g=!0;break}if(g)break}for(x=e.getLines(r,T,e.blkIndent,!1).trim(),L=x.length,k=1;k<L;k++){if(c=x.charCodeAt(k),c===91)return!1;if(c===93){f=k;break}else c===10?q++:c===92&&(k++,k<L&&x.charCodeAt(k)===10&&q++)}if(f<0||x.charCodeAt(f+1)!==58)return!1;for(k=f+2;k<L;k++)if(c=x.charCodeAt(k),c===10)q++;else if(!ke(c))break;if(_=e.md.helpers.parseLinkDestination(x,k,L),!_.ok||(u=e.md.normalizeLink(_.str),!e.md.validateLink(u)))return!1;for(k=_.pos,q+=_.lines,l=k,i=q,w=k;k<L;k++)if(c=x.charCodeAt(k),c===10)q++;else if(!ke(c))break;for(_=e.md.helpers.parseLinkTitle(x,k,L),k<L&&w!==k&&_.ok?(C=_.str,k=_.pos,q+=_.lines):(C="",k=l,q=i);k<L&&(c=x.charCodeAt(k),!!ke(c));)k++;if(k<L&&x.charCodeAt(k)!==10&&C)for(C="",k=l,q=i;k<L&&(c=x.charCodeAt(k),!!ke(c));)k++;return k<L&&x.charCodeAt(k)!==10||(p=Sn(x.slice(1,f)),!p)?!1:(s||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[p]>"u"&&(e.env.references[p]={title:C,href:u}),e.parentType=m,e.line=r+q+1),!0)},Bn=["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"],xe={},Tn="[a-zA-Z_:][a-zA-Z0-9:._-]*",vn="[^\"'=<>`\\x00-\\x20]+",$n="'[^']*'",Rn='"[^"]*"',Fn="(?:"+vn+"|"+$n+"|"+Rn+")",zn="(?:\\s+"+Tn+"(?:\\s*=\\s*"+Fn+")?)",vt="<[A-Za-z][A-Za-z0-9\\-]*"+zn+"*\\s*\\/?>",$t="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",In="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",Mn="<[?][\\s\\S]*?[?]>",Hn="<![A-Z]+\\s+[^>]*>",Pn="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",Un=new RegExp("^(?:"+vt+"|"+$t+"|"+In+"|"+Mn+"|"+Hn+"|"+Pn+")"),On=new RegExp("^(?:"+vt+"|"+$t+")");xe.HTML_TAG_RE=Un,xe.HTML_OPEN_CLOSE_TAG_RE=On;var jn=Bn,Gn=xe.HTML_OPEN_CLOSE_TAG_RE,re=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+jn.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Gn.source+"\\s*$"),/^$/,!1]],Zn=function(e,r,o,s){var c,l,i,a,u=e.bMarks[r]+e.tShift[r],d=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(u)!==60)return!1;for(a=e.src.slice(u,d),c=0;c<re.length&&!re[c][0].test(a);c++);if(c===re.length)return!1;if(s)return re[c][2];if(l=r+1,!re[c][1].test(a)){for(;l<o&&!(e.sCount[l]<e.blkIndent);l++)if(u=e.bMarks[l]+e.tShift[l],d=e.eMarks[l],a=e.src.slice(u,d),re[c][1].test(a)){a.length!==0&&l++;break}}return e.line=l,i=e.push("html_block","",0),i.map=[r,l],i.content=e.getLines(r,l,e.blkIndent,!0),!0},Rt=D.isSpace,Wn=function(e,r,o,s){var c,l,i,a,u=e.bMarks[r]+e.tShift[r],d=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4||(c=e.src.charCodeAt(u),c!==35||u>=d))return!1;for(l=1,c=e.src.charCodeAt(++u);c===35&&u<d&&l<=6;)l++,c=e.src.charCodeAt(++u);return l>6||u<d&&!Rt(c)?!1:(s||(d=e.skipSpacesBack(d,u),i=e.skipCharsBack(d,35,u),i>u&&Rt(e.src.charCodeAt(i-1))&&(d=i),e.line=r+1,a=e.push("heading_open","h"+String(l),1),a.markup="########".slice(0,l),a.map=[r,e.line],a=e.push("inline","",0),a.content=e.src.slice(u,d).trim(),a.map=[r,e.line],a.children=[],a=e.push("heading_close","h"+String(l),-1),a.markup="########".slice(0,l)),!0)},Jn=function(e,r,o){var s,c,l,i,a,u,d,h,p,f=r+1,m,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[r]-e.blkIndent>=4)return!1;for(m=e.parentType,e.parentType="paragraph";f<o&&!e.isEmpty(f);f++)if(!(e.sCount[f]-e.blkIndent>3)){if(e.sCount[f]>=e.blkIndent&&(u=e.bMarks[f]+e.tShift[f],d=e.eMarks[f],u<d&&(p=e.src.charCodeAt(u),(p===45||p===61)&&(u=e.skipChars(u,p),u=e.skipSpaces(u),u>=d)))){h=p===61?1:2;break}if(!(e.sCount[f]<0)){for(c=!1,l=0,i=_.length;l<i;l++)if(_[l](e,f,o,!0)){c=!0;break}if(c)break}}return h?(s=e.getLines(r,f,e.blkIndent,!1).trim(),e.line=f+1,a=e.push("heading_open","h"+String(h),1),a.markup=String.fromCharCode(p),a.map=[r,e.line],a=e.push("inline","",0),a.content=s,a.map=[r,e.line-1],a.children=[],a=e.push("heading_close","h"+String(h),-1),a.markup=String.fromCharCode(p),e.parentType=m,!0):!1},Yn=function(e,r){var o,s,c,l,i,a,u=r+1,d=e.md.block.ruler.getRules("paragraph"),h=e.lineMax;for(a=e.parentType,e.parentType="paragraph";u<h&&!e.isEmpty(u);u++)if(!(e.sCount[u]-e.blkIndent>3)&&!(e.sCount[u]<0)){for(s=!1,c=0,l=d.length;c<l;c++)if(d[c](e,u,h,!0)){s=!0;break}if(s)break}return o=e.getLines(r,u,e.blkIndent,!1).trim(),e.line=u,i=e.push("paragraph_open","p",1),i.map=[r,e.line],i=e.push("inline","",0),i.content=o,i.map=[r,e.line],i.children=[],i=e.push("paragraph_close","p",-1),e.parentType=a,!0},Ft=Fe,ye=D.isSpace;function M(n,e,r,o){var s,c,l,i,a,u,d,h;for(this.src=n,this.md=e,this.env=r,this.tokens=o,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="",c=this.src,h=!1,l=i=u=d=0,a=c.length;i<a;i++){if(s=c.charCodeAt(i),!h)if(ye(s)){u++,s===9?d+=4-d%4:d++;continue}else h=!0;(s===10||i===a-1)&&(s!==10&&i++,this.bMarks.push(l),this.eMarks.push(i),this.tShift.push(u),this.sCount.push(d),this.bsCount.push(0),h=!1,u=0,d=0,l=i+1)}this.bMarks.push(c.length),this.eMarks.push(c.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}M.prototype.push=function(n,e,r){var o=new Ft(n,e,r);return o.block=!0,r<0&&this.level--,o.level=this.level,r>0&&this.level++,this.tokens.push(o),o},M.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},M.prototype.skipEmptyLines=function(e){for(var r=this.lineMax;e<r&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},M.prototype.skipSpaces=function(e){for(var r,o=this.src.length;e<o&&(r=this.src.charCodeAt(e),!!ye(r));e++);return e},M.prototype.skipSpacesBack=function(e,r){if(e<=r)return e;for(;e>r;)if(!ye(this.src.charCodeAt(--e)))return e+1;return e},M.prototype.skipChars=function(e,r){for(var o=this.src.length;e<o&&this.src.charCodeAt(e)===r;e++);return e},M.prototype.skipCharsBack=function(e,r,o){if(e<=o)return e;for(;e>o;)if(r!==this.src.charCodeAt(--e))return e+1;return e},M.prototype.getLines=function(e,r,o,s){var c,l,i,a,u,d,h,p=e;if(e>=r)return"";for(d=new Array(r-e),c=0;p<r;p++,c++){for(l=0,h=a=this.bMarks[p],p+1<r||s?u=this.eMarks[p]+1:u=this.eMarks[p];a<u&&l<o;){if(i=this.src.charCodeAt(a),ye(i))i===9?l+=4-(l+this.bsCount[p])%4:l++;else if(a-h<this.tShift[p])l++;else break;a++}l>o?d[c]=new Array(l-o+1).join(" ")+this.src.slice(a,u):d[c]=this.src.slice(a,u)}return d.join("")},M.prototype.Token=Ft;var Qn=M,Kn=Re,we=[["table",wn,["paragraph","reference"]],["code",Cn],["fence",En,["paragraph","reference","blockquote","list"]],["blockquote",qn,["paragraph","reference","blockquote","list"]],["hr",Dn,["paragraph","reference","blockquote","list"]],["list",Ln,["paragraph","reference","blockquote"]],["reference",Nn],["html_block",Zn,["paragraph","reference","blockquote"]],["heading",Wn,["paragraph","reference","blockquote"]],["lheading",Jn],["paragraph",Yn]];function Ce(){this.ruler=new Kn;for(var n=0;n<we.length;n++)this.ruler.push(we[n][0],we[n][1],{alt:(we[n][2]||[]).slice()})}Ce.prototype.tokenize=function(n,e,r){for(var o,s,c=this.ruler.getRules(""),l=c.length,i=e,a=!1,u=n.md.options.maxNesting;i<r&&(n.line=i=n.skipEmptyLines(i),!(i>=r||n.sCount[i]<n.blkIndent));){if(n.level>=u){n.line=r;break}for(s=0;s<l&&(o=c[s](n,i,r,!1),!o);s++);n.tight=!a,n.isEmpty(n.line-1)&&(a=!0),i=n.line,i<r&&n.isEmpty(i)&&(a=!0,i++,n.line=i)}},Ce.prototype.parse=function(n,e,r,o){var s;n&&(s=new this.State(n,e,r,o),this.tokenize(s,s.line,s.lineMax))},Ce.prototype.State=Qn;var Xn=Ce;function eo(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}}for(var to=function(e,r){for(var o=e.pos;o<e.posMax&&!eo(e.src.charCodeAt(o));)o++;return o===e.pos?!1:(r||(e.pending+=e.src.slice(e.pos,o)),e.pos=o,!0)},ro=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,no=function(e,r){var o,s,c,l,i,a,u,d;return!e.md.options.linkify||e.linkLevel>0||(o=e.pos,s=e.posMax,o+3>s)||e.src.charCodeAt(o)!==58||e.src.charCodeAt(o+1)!==47||e.src.charCodeAt(o+2)!==47||(c=e.pending.match(ro),!c)||(l=c[1],i=e.md.linkify.matchAtStart(e.src.slice(o-l.length)),!i)||(a=i.url,a=a.replace(/\*+$/,""),u=e.md.normalizeLink(a),!e.md.validateLink(u))?!1:(r||(e.pending=e.pending.slice(0,-l.length),d=e.push("link_open","a",1),d.attrs=[["href",u]],d.markup="linkify",d.info="auto",d=e.push("text","",0),d.content=e.md.normalizeLinkText(a),d=e.push("link_close","a",-1),d.markup="linkify",d.info="auto"),e.pos+=a.length-l.length,!0)},oo=D.isSpace,so=function(e,r){var o,s,c,l=e.pos;if(e.src.charCodeAt(l)!==10)return!1;if(o=e.pending.length-1,s=e.posMax,!r)if(o>=0&&e.pending.charCodeAt(o)===32)if(o>=1&&e.pending.charCodeAt(o-1)===32){for(c=o-1;c>=1&&e.pending.charCodeAt(c-1)===32;)c--;e.pending=e.pending.slice(0,c),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(l++;l<s&&oo(e.src.charCodeAt(l));)l++;return e.pos=l,!0},co=D.isSpace,Pe=[],zt=0;zt<256;zt++)Pe.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(n){Pe[n.charCodeAt(0)]=1});var io=function(e,r){var o,s,c,l,i,a=e.pos,u=e.posMax;if(e.src.charCodeAt(a)!==92||(a++,a>=u))return!1;if(o=e.src.charCodeAt(a),o===10){for(r||e.push("hardbreak","br",0),a++;a<u&&(o=e.src.charCodeAt(a),!!co(o));)a++;return e.pos=a,!0}return l=e.src[a],o>=55296&&o<=56319&&a+1<u&&(s=e.src.charCodeAt(a+1),s>=56320&&s<=57343&&(l+=e.src[a+1],a++)),c="\\"+l,r||(i=e.push("text_special","",0),o<256&&Pe[o]!==0?i.content=l:i.content=c,i.markup=c,i.info="escape"),e.pos=a+1,!0},lo=function(e,r){var o,s,c,l,i,a,u,d,h=e.pos,p=e.src.charCodeAt(h);if(p!==96)return!1;for(o=h,h++,s=e.posMax;h<s&&e.src.charCodeAt(h)===96;)h++;if(c=e.src.slice(o,h),u=c.length,e.backticksScanned&&(e.backticks[u]||0)<=o)return r||(e.pending+=c),e.pos+=u,!0;for(i=a=h;(i=e.src.indexOf("`",a))!==-1;){for(a=i+1;a<s&&e.src.charCodeAt(a)===96;)a++;if(d=a-i,d===u)return r||(l=e.push("code_inline","code",0),l.markup=c,l.content=e.src.slice(h,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=a,!0;e.backticks[d]=i}return e.backticksScanned=!0,r||(e.pending+=c),e.pos+=u,!0},Ee={};Ee.tokenize=function(e,r){var o,s,c,l,i,a=e.pos,u=e.src.charCodeAt(a);if(r||u!==126||(s=e.scanDelims(e.pos,!0),l=s.length,i=String.fromCharCode(u),l<2))return!1;for(l%2&&(c=e.push("text","",0),c.content=i,l--),o=0;o<l;o+=2)c=e.push("text","",0),c.content=i+i,e.delimiters.push({marker:u,length:0,token:e.tokens.length-1,end:-1,open:s.can_open,close:s.can_close});return e.pos+=s.length,!0};function It(n,e){var r,o,s,c,l,i=[],a=e.length;for(r=0;r<a;r++)s=e[r],s.marker===126&&s.end!==-1&&(c=e[s.end],l=n.tokens[s.token],l.type="s_open",l.tag="s",l.nesting=1,l.markup="~~",l.content="",l=n.tokens[c.token],l.type="s_close",l.tag="s",l.nesting=-1,l.markup="~~",l.content="",n.tokens[c.token-1].type==="text"&&n.tokens[c.token-1].content==="~"&&i.push(c.token-1));for(;i.length;){for(r=i.pop(),o=r+1;o<n.tokens.length&&n.tokens[o].type==="s_close";)o++;o--,r!==o&&(l=n.tokens[o],n.tokens[o]=n.tokens[r],n.tokens[r]=l)}}Ee.postProcess=function(e){var r,o=e.tokens_meta,s=e.tokens_meta.length;for(It(e,e.delimiters),r=0;r<s;r++)o[r]&&o[r].delimiters&&It(e,o[r].delimiters)};var qe={};qe.tokenize=function(e,r){var o,s,c,l=e.pos,i=e.src.charCodeAt(l);if(r||i!==95&&i!==42)return!1;for(s=e.scanDelims(e.pos,i===42),o=0;o<s.length;o++)c=e.push("text","",0),c.content=String.fromCharCode(i),e.delimiters.push({marker:i,length:s.length,token:e.tokens.length-1,end:-1,open:s.can_open,close:s.can_close});return e.pos+=s.length,!0};function Mt(n,e){var r,o,s,c,l,i,a=e.length;for(r=a-1;r>=0;r--)o=e[r],!(o.marker!==95&&o.marker!==42)&&o.end!==-1&&(s=e[o.end],i=r>0&&e[r-1].end===o.end+1&&e[r-1].marker===o.marker&&e[r-1].token===o.token-1&&e[o.end+1].token===s.token+1,l=String.fromCharCode(o.marker),c=n.tokens[o.token],c.type=i?"strong_open":"em_open",c.tag=i?"strong":"em",c.nesting=1,c.markup=i?l+l:l,c.content="",c=n.tokens[s.token],c.type=i?"strong_close":"em_close",c.tag=i?"strong":"em",c.nesting=-1,c.markup=i?l+l:l,c.content="",i&&(n.tokens[e[r-1].token].content="",n.tokens[e[o.end+1].token].content="",r--))}qe.postProcess=function(e){var r,o=e.tokens_meta,s=e.tokens_meta.length;for(Mt(e,e.delimiters),r=0;r<s;r++)o[r]&&o[r].delimiters&&Mt(e,o[r].delimiters)};var ao=D.normalizeReference,Ue=D.isSpace,uo=function(e,r){var o,s,c,l,i,a,u,d,h,p="",f="",m=e.pos,_=e.posMax,w=e.pos,x=!0;if(e.src.charCodeAt(e.pos)!==91||(i=e.pos+1,l=e.md.helpers.parseLinkLabel(e,e.pos,!0),l<0))return!1;if(a=l+1,a<_&&e.src.charCodeAt(a)===40){for(x=!1,a++;a<_&&(s=e.src.charCodeAt(a),!(!Ue(s)&&s!==10));a++);if(a>=_)return!1;if(w=a,u=e.md.helpers.parseLinkDestination(e.src,a,e.posMax),u.ok){for(p=e.md.normalizeLink(u.str),e.md.validateLink(p)?a=u.pos:p="",w=a;a<_&&(s=e.src.charCodeAt(a),!(!Ue(s)&&s!==10));a++);if(u=e.md.helpers.parseLinkTitle(e.src,a,e.posMax),a<_&&w!==a&&u.ok)for(f=u.str,a=u.pos;a<_&&(s=e.src.charCodeAt(a),!(!Ue(s)&&s!==10));a++);}(a>=_||e.src.charCodeAt(a)!==41)&&(x=!0),a++}if(x){if(typeof e.env.references>"u")return!1;if(a<_&&e.src.charCodeAt(a)===91?(w=a+1,a=e.md.helpers.parseLinkLabel(e,a),a>=0?c=e.src.slice(w,a++):a=l+1):a=l+1,c||(c=e.src.slice(i,l)),d=e.env.references[ao(c)],!d)return e.pos=m,!1;p=d.href,f=d.title}return r||(e.pos=i,e.posMax=l,h=e.push("link_open","a",1),h.attrs=o=[["href",p]],f&&o.push(["title",f]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,h=e.push("link_close","a",-1)),e.pos=a,e.posMax=_,!0},po=D.normalizeReference,Oe=D.isSpace,fo=function(e,r){var o,s,c,l,i,a,u,d,h,p,f,m,_,w="",x=e.pos,g=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91||(a=e.pos+2,i=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),i<0))return!1;if(u=i+1,u<g&&e.src.charCodeAt(u)===40){for(u++;u<g&&(s=e.src.charCodeAt(u),!(!Oe(s)&&s!==10));u++);if(u>=g)return!1;for(_=u,h=e.md.helpers.parseLinkDestination(e.src,u,e.posMax),h.ok&&(w=e.md.normalizeLink(h.str),e.md.validateLink(w)?u=h.pos:w=""),_=u;u<g&&(s=e.src.charCodeAt(u),!(!Oe(s)&&s!==10));u++);if(h=e.md.helpers.parseLinkTitle(e.src,u,e.posMax),u<g&&_!==u&&h.ok)for(p=h.str,u=h.pos;u<g&&(s=e.src.charCodeAt(u),!(!Oe(s)&&s!==10));u++);else p="";if(u>=g||e.src.charCodeAt(u)!==41)return e.pos=x,!1;u++}else{if(typeof e.env.references>"u")return!1;if(u<g&&e.src.charCodeAt(u)===91?(_=u+1,u=e.md.helpers.parseLinkLabel(e,u),u>=0?l=e.src.slice(_,u++):u=i+1):u=i+1,l||(l=e.src.slice(a,i)),d=e.env.references[po(l)],!d)return e.pos=x,!1;w=d.href,p=d.title}return r||(c=e.src.slice(a,i),e.md.inline.parse(c,e.md,e.env,m=[]),f=e.push("image","img",0),f.attrs=o=[["src",w],["alt",""]],f.children=m,f.content=c,p&&o.push(["title",p])),e.pos=u,e.posMax=g,!0},ho=/^([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])?)*)$/,mo=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,go=function(e,r){var o,s,c,l,i,a,u=e.pos;if(e.src.charCodeAt(u)!==60)return!1;for(i=e.pos,a=e.posMax;;){if(++u>=a||(l=e.src.charCodeAt(u),l===60))return!1;if(l===62)break}return o=e.src.slice(i+1,u),mo.test(o)?(s=e.md.normalizeLink(o),e.md.validateLink(s)?(r||(c=e.push("link_open","a",1),c.attrs=[["href",s]],c.markup="autolink",c.info="auto",c=e.push("text","",0),c.content=e.md.normalizeLinkText(o),c=e.push("link_close","a",-1),c.markup="autolink",c.info="auto"),e.pos+=o.length+2,!0):!1):ho.test(o)?(s=e.md.normalizeLink("mailto:"+o),e.md.validateLink(s)?(r||(c=e.push("link_open","a",1),c.attrs=[["href",s]],c.markup="autolink",c.info="auto",c=e.push("text","",0),c.content=e.md.normalizeLinkText(o),c=e.push("link_close","a",-1),c.markup="autolink",c.info="auto"),e.pos+=o.length+2,!0):!1):!1},bo=xe.HTML_TAG_RE;function _o(n){return/^<a[>\s]/i.test(n)}function ko(n){return/^<\/a\s*>/i.test(n)}function xo(n){var e=n|32;return e>=97&&e<=122}var yo=function(e,r){var o,s,c,l,i=e.pos;return!e.md.options.html||(c=e.posMax,e.src.charCodeAt(i)!==60||i+2>=c)||(o=e.src.charCodeAt(i+1),o!==33&&o!==63&&o!==47&&!xo(o))||(s=e.src.slice(i).match(bo),!s)?!1:(r||(l=e.push("html_inline","",0),l.content=e.src.slice(i,i+s[0].length),_o(l.content)&&e.linkLevel++,ko(l.content)&&e.linkLevel--),e.pos+=s[0].length,!0)},Ht=st,wo=D.has,Co=D.isValidEntityCode,Pt=D.fromCodePoint,Eo=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,qo=/^&([a-z][a-z0-9]{1,31});/i,Ao=function(e,r){var o,s,c,l,i=e.pos,a=e.posMax;if(e.src.charCodeAt(i)!==38||i+1>=a)return!1;if(o=e.src.charCodeAt(i+1),o===35){if(c=e.src.slice(i).match(Eo),c)return r||(s=c[1][0].toLowerCase()==="x"?parseInt(c[1].slice(1),16):parseInt(c[1],10),l=e.push("text_special","",0),l.content=Co(s)?Pt(s):Pt(65533),l.markup=c[0],l.info="entity"),e.pos+=c[0].length,!0}else if(c=e.src.slice(i).match(qo),c&&wo(Ht,c[1]))return r||(l=e.push("text_special","",0),l.content=Ht[c[1]],l.markup=c[0],l.info="entity"),e.pos+=c[0].length,!0;return!1};function Ut(n,e){var r,o,s,c,l,i,a,u,d={},h=e.length;if(h){var p=0,f=-2,m=[];for(r=0;r<h;r++)if(s=e[r],m.push(0),(e[p].marker!==s.marker||f!==s.token-1)&&(p=r),f=s.token,s.length=s.length||0,!!s.close){for(d.hasOwnProperty(s.marker)||(d[s.marker]=[-1,-1,-1,-1,-1,-1]),l=d[s.marker][(s.open?3:0)+s.length%3],o=p-m[p]-1,i=o;o>l;o-=m[o]+1)if(c=e[o],c.marker===s.marker&&c.open&&c.end<0&&(a=!1,(c.close||s.open)&&(c.length+s.length)%3===0&&(c.length%3!==0||s.length%3!==0)&&(a=!0),!a)){u=o>0&&!e[o-1].open?m[o-1]+1:0,m[r]=r-o+u,m[o]=u,s.open=!1,c.end=r,c.close=!1,i=-1,f=-2;break}i!==-1&&(d[s.marker][(s.open?3:0)+(s.length||0)%3]=i)}}}var Do=function(e){var r,o=e.tokens_meta,s=e.tokens_meta.length;for(Ut(e,e.delimiters),r=0;r<s;r++)o[r]&&o[r].delimiters&&Ut(e,o[r].delimiters)},Vo=function(e){var r,o,s=0,c=e.tokens,l=e.tokens.length;for(r=o=0;r<l;r++)c[r].nesting<0&&s--,c[r].level=s,c[r].nesting>0&&s++,c[r].type==="text"&&r+1<l&&c[r+1].type==="text"?c[r+1].content=c[r].content+c[r+1].content:(r!==o&&(c[o]=c[r]),o++);r!==o&&(c.length=o)},je=Fe,Ot=D.isWhiteSpace,jt=D.isPunctChar,Gt=D.isMdAsciiPunct;function le(n,e,r,o){this.src=n,this.env=r,this.md=e,this.tokens=o,this.tokens_meta=Array(o.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}le.prototype.pushPending=function(){var n=new je("text","",0);return n.content=this.pending,n.level=this.pendingLevel,this.tokens.push(n),this.pending="",n},le.prototype.push=function(n,e,r){this.pending&&this.pushPending();var o=new je(n,e,r),s=null;return r<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),o.level=this.level,r>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],s={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(o),this.tokens_meta.push(s),o},le.prototype.scanDelims=function(n,e){var r=n,o,s,c,l,i,a,u,d,h,p=!0,f=!0,m=this.posMax,_=this.src.charCodeAt(n);for(o=n>0?this.src.charCodeAt(n-1):32;r<m&&this.src.charCodeAt(r)===_;)r++;return c=r-n,s=r<m?this.src.charCodeAt(r):32,u=Gt(o)||jt(String.fromCharCode(o)),h=Gt(s)||jt(String.fromCharCode(s)),a=Ot(o),d=Ot(s),d?p=!1:h&&(a||u||(p=!1)),a?f=!1:u&&(d||h||(f=!1)),e?(l=p,i=f):(l=p&&(!f||u),i=f&&(!p||h)),{can_open:l,can_close:i,length:c}},le.prototype.Token=je;var Lo=le,Zt=Re,Ge=[["text",to],["linkify",no],["newline",so],["escape",io],["backticks",lo],["strikethrough",Ee.tokenize],["emphasis",qe.tokenize],["link",uo],["image",fo],["autolink",go],["html_inline",yo],["entity",Ao]],Ze=[["balance_pairs",Do],["strikethrough",Ee.postProcess],["emphasis",qe.postProcess],["fragments_join",Vo]];function ae(){var n;for(this.ruler=new Zt,n=0;n<Ge.length;n++)this.ruler.push(Ge[n][0],Ge[n][1]);for(this.ruler2=new Zt,n=0;n<Ze.length;n++)this.ruler2.push(Ze[n][0],Ze[n][1])}ae.prototype.skipToken=function(n){var e,r,o=n.pos,s=this.ruler.getRules(""),c=s.length,l=n.md.options.maxNesting,i=n.cache;if(typeof i[o]<"u"){n.pos=i[o];return}if(n.level<l)for(r=0;r<c&&(n.level++,e=s[r](n,!0),n.level--,!e);r++);else n.pos=n.posMax;e||n.pos++,i[o]=n.pos},ae.prototype.tokenize=function(n){for(var e,r,o=this.ruler.getRules(""),s=o.length,c=n.posMax,l=n.md.options.maxNesting;n.pos<c;){if(n.level<l)for(r=0;r<s&&(e=o[r](n,!1),!e);r++);if(e){if(n.pos>=c)break;continue}n.pending+=n.src[n.pos++]}n.pending&&n.pushPending()},ae.prototype.parse=function(n,e,r,o){var s,c,l,i=new this.State(n,e,r,o);for(this.tokenize(i),c=this.ruler2.getRules(""),l=c.length,s=0;s<l;s++)c[s](i)},ae.prototype.State=Lo;var So=ae,We,Wt;function No(){return Wt||(Wt=1,We=function(n){var e={};n=n||{},e.src_Any=ht().source,e.src_Cc=gt().source,e.src_Z=kt().source,e.src_P=Ne.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");var r="[><|]";return e.src_pseudo_letter="(?:(?!"+r+"|"+e.src_ZPCc+")"+e.src_Any+")",e.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]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|"+r+"|"+e.src_ZPCc+")(?!"+(n["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+r+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(n["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy="(^|"+r+'|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}),We}function Je(n){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(r){r&&Object.keys(r).forEach(function(o){n[o]=r[o]})}),n}function Ae(n){return Object.prototype.toString.call(n)}function Bo(n){return Ae(n)==="[object String]"}function To(n){return Ae(n)==="[object Object]"}function vo(n){return Ae(n)==="[object RegExp]"}function Jt(n){return Ae(n)==="[object Function]"}function $o(n){return n.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var Yt={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Ro(n){return Object.keys(n||{}).reduce(function(e,r){return e||Yt.hasOwnProperty(r)},!1)}var Fo={"http:":{validate:function(n,e,r){var o=n.slice(e);return r.re.http||(r.re.http=new RegExp("^\\/\\/"+r.re.src_auth+r.re.src_host_port_strict+r.re.src_path,"i")),r.re.http.test(o)?o.match(r.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(n,e,r){var o=n.slice(e);return r.re.no_http||(r.re.no_http=new RegExp("^"+r.re.src_auth+"(?:localhost|(?:(?:"+r.re.src_domain+")\\.)+"+r.re.src_domain_root+")"+r.re.src_port+r.re.src_host_terminator+r.re.src_path,"i")),r.re.no_http.test(o)?e>=3&&n[e-3]===":"||e>=3&&n[e-3]==="/"?0:o.match(r.re.no_http)[0].length:0}},"mailto:":{validate:function(n,e,r){var o=n.slice(e);return r.re.mailto||(r.re.mailto=new RegExp("^"+r.re.src_email_name+"@"+r.re.src_host_strict,"i")),r.re.mailto.test(o)?o.match(r.re.mailto)[0].length:0}}},zo="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]",Io="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Mo(n){n.__index__=-1,n.__text_cache__=""}function Ho(n){return function(e,r){var o=e.slice(r);return n.test(o)?o.match(n)[0].length:0}}function Qt(){return function(n,e){e.normalize(n)}}function De(n){var e=n.re=No()(n.__opts__),r=n.__tlds__.slice();n.onCompile(),n.__tlds_replaced__||r.push(zo),r.push(e.src_xn),e.src_tlds=r.join("|");function o(i){return i.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(o(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(o(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(o(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(o(e.tpl_host_fuzzy_test),"i");var s=[];n.__compiled__={};function c(i,a){throw new Error('(LinkifyIt) Invalid schema "'+i+'": '+a)}Object.keys(n.__schemas__).forEach(function(i){var a=n.__schemas__[i];if(a!==null){var u={validate:null,link:null};if(n.__compiled__[i]=u,To(a)){vo(a.validate)?u.validate=Ho(a.validate):Jt(a.validate)?u.validate=a.validate:c(i,a),Jt(a.normalize)?u.normalize=a.normalize:a.normalize?c(i,a):u.normalize=Qt();return}if(Bo(a)){s.push(i);return}c(i,a)}}),s.forEach(function(i){n.__compiled__[n.__schemas__[i]]&&(n.__compiled__[i].validate=n.__compiled__[n.__schemas__[i]].validate,n.__compiled__[i].normalize=n.__compiled__[n.__schemas__[i]].normalize)}),n.__compiled__[""]={validate:null,normalize:Qt()};var l=Object.keys(n.__compiled__).filter(function(i){return i.length>0&&n.__compiled__[i]}).map($o).join("|");n.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+l+")","i"),n.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+l+")","ig"),n.re.schema_at_start=RegExp("^"+n.re.schema_search.source,"i"),n.re.pretest=RegExp("("+n.re.schema_test.source+")|("+n.re.host_fuzzy_test.source+")|@","i"),Mo(n)}function Po(n,e){var r=n.__index__,o=n.__last_index__,s=n.__text_cache__.slice(r,o);this.schema=n.__schema__.toLowerCase(),this.index=r+e,this.lastIndex=o+e,this.raw=s,this.text=s,this.url=s}function Ye(n,e){var r=new Po(n,e);return n.__compiled__[r.schema].normalize(r,n),r}function v(n,e){if(!(this instanceof v))return new v(n,e);e||Ro(n)&&(e=n,n={}),this.__opts__=Je({},Yt,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Je({},Fo,n),this.__compiled__={},this.__tlds__=Io,this.__tlds_replaced__=!1,this.re={},De(this)}v.prototype.add=function(e,r){return this.__schemas__[e]=r,De(this),this},v.prototype.set=function(e){return this.__opts__=Je(this.__opts__,e),this},v.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var r,o,s,c,l,i,a,u,d;if(this.re.schema_test.test(e)){for(a=this.re.schema_search,a.lastIndex=0;(r=a.exec(e))!==null;)if(c=this.testSchemaAt(e,r[2],a.lastIndex),c){this.__schema__=r[2],this.__index__=r.index+r[1].length,this.__last_index__=r.index+r[0].length+c;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(u=e.search(this.re.host_fuzzy_test),u>=0&&(this.__index__<0||u<this.__index__)&&(o=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(l=o.index+o[1].length,(this.__index__<0||l<this.__index__)&&(this.__schema__="",this.__index__=l,this.__last_index__=o.index+o[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(d=e.indexOf("@"),d>=0&&(s=e.match(this.re.email_fuzzy))!==null&&(l=s.index+s[1].length,i=s.index+s[0].length,(this.__index__<0||l<this.__index__||l===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=l,this.__last_index__=i))),this.__index__>=0},v.prototype.pretest=function(e){return this.re.pretest.test(e)},v.prototype.testSchemaAt=function(e,r,o){return this.__compiled__[r.toLowerCase()]?this.__compiled__[r.toLowerCase()].validate(e,o,this):0},v.prototype.match=function(e){var r=0,o=[];this.__index__>=0&&this.__text_cache__===e&&(o.push(Ye(this,r)),r=this.__last_index__);for(var s=r?e.slice(r):e;this.test(s);)o.push(Ye(this,r)),s=s.slice(this.__last_index__),r+=this.__last_index__;return o.length?o:null},v.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var r=this.re.schema_at_start.exec(e);if(!r)return null;var o=this.testSchemaAt(e,r[2],r[0].length);return o?(this.__schema__=r[2],this.__index__=r.index+r[1].length,this.__last_index__=r.index+r[0].length+o,Ye(this,0)):null},v.prototype.tlds=function(e,r){return e=Array.isArray(e)?e:[e],r?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(o,s,c){return o!==c[s-1]}).reverse(),De(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,De(this),this)},v.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)},v.prototype.onCompile=function(){};var Uo=v;const ne=2147483647,H=36,Qe=1,ue=26,Oo=38,jo=700,Kt=72,Xt=128,er="-",Go=/^xn--/,Zo=/[^\0-\x7F]/,Wo=/[\x2E\u3002\uFF0E\uFF61]/g,Jo={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ke=H-Qe,P=Math.floor,Xe=String.fromCharCode;function O(n){throw new RangeError(Jo[n])}function Yo(n,e){const r=[];let o=n.length;for(;o--;)r[o]=e(n[o]);return r}function tr(n,e){const r=n.split("@");let o="";r.length>1&&(o=r[0]+"@",n=r[1]),n=n.replace(Wo,".");const s=n.split("."),c=Yo(s,e).join(".");return o+c}function et(n){const e=[];let r=0;const o=n.length;for(;r<o;){const s=n.charCodeAt(r++);if(s>=55296&&s<=56319&&r<o){const c=n.charCodeAt(r++);(c&64512)==56320?e.push(((s&1023)<<10)+(c&1023)+65536):(e.push(s),r--)}else e.push(s)}return e}const rr=n=>String.fromCodePoint(...n),Qo=function(n){return n>=48&&n<58?26+(n-48):n>=65&&n<91?n-65:n>=97&&n<123?n-97:H},nr=function(n,e){return n+22+75*(n<26)-((e!=0)<<5)},or=function(n,e,r){let o=0;for(n=r?P(n/jo):n>>1,n+=P(n/e);n>Ke*ue>>1;o+=H)n=P(n/Ke);return P(o+(Ke+1)*n/(n+Oo))},tt=function(n){const e=[],r=n.length;let o=0,s=Xt,c=Kt,l=n.lastIndexOf(er);l<0&&(l=0);for(let i=0;i<l;++i)n.charCodeAt(i)>=128&&O("not-basic"),e.push(n.charCodeAt(i));for(let i=l>0?l+1:0;i<r;){const a=o;for(let d=1,h=H;;h+=H){i>=r&&O("invalid-input");const p=Qo(n.charCodeAt(i++));p>=H&&O("invalid-input"),p>P((ne-o)/d)&&O("overflow"),o+=p*d;const f=h<=c?Qe:h>=c+ue?ue:h-c;if(p<f)break;const m=H-f;d>P(ne/m)&&O("overflow"),d*=m}const u=e.length+1;c=or(o-a,u,a==0),P(o/u)>ne-s&&O("overflow"),s+=P(o/u),o%=u,e.splice(o++,0,s)}return String.fromCodePoint(...e)},rt=function(n){const e=[];n=et(n);const r=n.length;let o=Xt,s=0,c=Kt;for(const a of n)a<128&&e.push(Xe(a));const l=e.length;let i=l;for(l&&e.push(er);i<r;){let a=ne;for(const d of n)d>=o&&d<a&&(a=d);const u=i+1;a-o>P((ne-s)/u)&&O("overflow"),s+=(a-o)*u,o=a;for(const d of n)if(d<o&&++s>ne&&O("overflow"),d===o){let h=s;for(let p=H;;p+=H){const f=p<=c?Qe:p>=c+ue?ue:p-c;if(h<f)break;const m=h-f,_=H-f;e.push(Xe(nr(f+m%_,0))),h=P(m/_)}e.push(Xe(nr(h,0))),c=or(s,u,i===l),s=0,++i}++s,++o}return e.join("")},sr=function(n){return tr(n,function(e){return Go.test(e)?tt(e.slice(4).toLowerCase()):e})},cr=function(n){return tr(n,function(e){return Zo.test(e)?"xn--"+rt(e):e})},Ko=Ar(Object.freeze(Object.defineProperty({__proto__:null,decode:tt,default:{version:"2.1.0",ucs2:{decode:et,encode:rr},decode:tt,encode:rt,toASCII:cr,toUnicode:sr},encode:rt,toASCII:cr,toUnicode:sr,ucs2decode:et,ucs2encode:rr},Symbol.toStringTag,{value:"Module"})));var Xo={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},es={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"]}}},ts={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"]}}},de=D,rs=be,ns=Yr,os=yn,ss=Xn,cs=So,is=Uo,Y=X,ir=Ko,ls={default:Xo,zero:es,commonmark:ts},as=/^(vbscript|javascript|file|data):/,us=/^data:image\/(gif|png|jpeg|webp);/;function ds(n){var e=n.trim().toLowerCase();return as.test(e)?!!us.test(e):!0}var lr=["http:","https:","mailto:"];function ps(n){var e=Y.parse(n,!0);if(e.hostname&&(!e.protocol||lr.indexOf(e.protocol)>=0))try{e.hostname=ir.toASCII(e.hostname)}catch{}return Y.encode(Y.format(e))}function fs(n){var e=Y.parse(n,!0);if(e.hostname&&(!e.protocol||lr.indexOf(e.protocol)>=0))try{e.hostname=ir.toUnicode(e.hostname)}catch{}return Y.decode(Y.format(e),Y.decode.defaultChars+"%")}function $(n,e){if(!(this instanceof $))return new $(n,e);e||de.isString(n)||(e=n||{},n="default"),this.inline=new cs,this.block=new ss,this.core=new os,this.renderer=new ns,this.linkify=new is,this.validateLink=ds,this.normalizeLink=ps,this.normalizeLinkText=fs,this.utils=de,this.helpers=de.assign({},rs),this.options={},this.configure(n),e&&this.set(e)}$.prototype.set=function(n){return de.assign(this.options,n),this},$.prototype.configure=function(n){var e=this,r;if(de.isString(n)&&(r=n,n=ls[r],!n))throw new Error('Wrong `markdown-it` preset "'+r+'", check name');if(!n)throw new Error("Wrong `markdown-it` preset, can't be empty");return n.options&&e.set(n.options),n.components&&Object.keys(n.components).forEach(function(o){n.components[o].rules&&e[o].ruler.enableOnly(n.components[o].rules),n.components[o].rules2&&e[o].ruler2.enableOnly(n.components[o].rules2)}),this},$.prototype.enable=function(n,e){var r=[];Array.isArray(n)||(n=[n]),["core","block","inline"].forEach(function(s){r=r.concat(this[s].ruler.enable(n,!0))},this),r=r.concat(this.inline.ruler2.enable(n,!0));var o=n.filter(function(s){return r.indexOf(s)<0});if(o.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+o);return this},$.prototype.disable=function(n,e){var r=[];Array.isArray(n)||(n=[n]),["core","block","inline"].forEach(function(s){r=r.concat(this[s].ruler.disable(n,!0))},this),r=r.concat(this.inline.ruler2.disable(n,!0));var o=n.filter(function(s){return r.indexOf(s)<0});if(o.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+o);return this},$.prototype.use=function(n){var e=[this].concat(Array.prototype.slice.call(arguments,1));return n.apply(n,e),this},$.prototype.parse=function(n,e){if(typeof n!="string")throw new Error("Input data should be a String");var r=new this.core.State(n,this,e);return this.core.process(r),r.tokens},$.prototype.render=function(n,e){return e=e||{},this.renderer.render(this.parse(n,e),this.options,e)},$.prototype.parseInline=function(n,e){var r=new this.core.State(n,this,e);return r.inlineMode=!0,this.core.process(r),r.tokens},$.prototype.renderInline=function(n,e){return e=e||{},this.renderer.render(this.parseInline(n,e),this.options,e)};var hs=$,ms=hs;const gs=qr(ms);var bs=new gs({breaks:!0,linkify:!0,typographer:!0});function Q(n){return bs.render(n)}const _s=["width","height","viewBox"],ks=["d"],S=t.defineComponent({__name:"EpIcon",props:{size:{default:32},viewBox:{default:"0 0 24 24"},iconPath:{},extraClass:{}},setup(n){const e=n,{size:r,viewBox:o,iconPath:s,extraClass:c}=t.toRefs(e);return(l,i)=>(t.openBlock(),t.createElementBlock("svg",{width:t.unref(r),height:t.unref(r),viewBox:t.unref(o),color:"currentColor",fill:"currentColor",class:t.normalizeClass(`inline ${t.unref(c)}`)},[t.createElementVNode("path",{d:t.unref(s)},null,8,ks)],10,_s))}}),xs={bgprimary:"bg-primary",borderprimary:"border border-solid border-primary",fillprimary:"fill-primary",textprimary:"text-primary",bgprimarylight:"bg-primary-light",borderprimarylight:"border border-solid border-primary-light",fillprimarylight:"fill-primary-light",textprimarylight:"text-primary-light",bgprimarydark:"bg-primary-dark",borderprimarydark:"border border-solid border-primary-dark",fillprimarydark:"fill-primary-dark",textprimarydark:"text-primary-dark",bgsecondary:"bg-secondary",bordersecondary:"border border-solid border-secondary",fillsecondary:"fill-secondary",textsecondary:"text-secondary",bgsecondarylight:"bg-secondary-light",bordersecondarylight:"border border-solid border-secondary-light",fillsecondarylight:"fill-secondary-light",textsecondarylight:"text-secondary-light",bgsecondarydark:"bg-secondary-dark",bordersecondarydark:"border border-solid border-secondary-dark",fillsecondarydark:"fill-secondary-dark",textsecondarydark:"text-secondary-dark",bgaccent:"bg-accent",borderaccent:"border border-solid border-accent",fillaccent:"fill-accent",textaccent:"text-accent",bgaccentlight:"bg-accent-light",borderaccentlight:"border border-solid border-accent-light",fillaccentlight:"fill-accent-light",textaccentlight:"text-accent-light",bgaccentdark:"bg-accent-dark",borderaccentdark:"border border-solid border-accent-dark",fillaccentdark:"fill-accent-dark",textaccentdark:"text-accent-dark",bgerror:"bg-error",bordererror:"border border-solid border-error",fillerror:"fill-error",texterror:"text-error",bgerrorlight:"bg-error-light",bordererrorlight:"border border-solid border-error-light",fillerrorlight:"fill-error-light",texterrorlight:"text-error-light",bgerrordark:"bg-error-dark",bordererrordark:"border border-solid border-error-dark",fillerrordark:"fill-error-dark",texterrordark:"text-error-dark",bgwarning:"bg-warning",borderwarning:"border border-solid border-warning",fillwarning:"fill-warning",textwarning:"text-warning",bgwarninglight:"bg-warning-light",borderwarninglight:"border border-solid border-warning-light",fillwarninglight:"fill-warning-light",textwarninglight:"text-warning-light",bgwarningdark:"bg-warning-dark",borderwarningdark:"border border-solid border-warning-dark",fillwarningdark:"fill-warning-dark",textwarningdark:"text-warning-dark",bgsuccess:"bg-success",bordersuccess:"border border-solid border-success",fillsuccess:"fill-success",textsuccess:"text-success",bgsuccesslight:"bg-success-light",bordersuccesslight:"border border-solid border-success-light",fillsuccesslight:"fill-success-light",textsuccesslight:"text-success-light",bgsuccessdark:"bg-success-dark",bordersuccessdark:"border border-solid border-success-dark",fillsuccessdark:"fill-success-dark",textsuccessdark:"text-success-dark",bginfo:"bg-info",borderinfo:"border border-solid border-info",fillinfo:"fill-info",textinfo:"text-info",bginfolight:"bg-info-light",borderinfolight:"border border-solid border-info-light",fillinfolight:"fill-info-light",textinfolight:"text-info-light",bginfodark:"bg-info-dark",borderinfodark:"border border-solid border-info-dark",fillinfodark:"fill-info-dark",textinfodark:"text-info-dark",bgquestion:"bg-question",borderquestion:"border border-solid border-question",fillquestion:"fill-question",textquestion:"text-question",bgquestionlight:"bg-question-light",borderquestionlight:"border border-solid border-question-light",fillquestionlight:"fill-question-light",textquestionlight:"text-question-light",bgquestiondark:"bg-question-dark",borderquestiondark:"border border-solid border-question-dark",fillquestiondark:"fill-question-dark",textquestiondark:"text-question-dark",bgtip:"bg-tip",bordertip:"border border-solid border-tip",filltip:"fill-tip",texttip:"text-tip",bgtiplight:"bg-tip-light",bordertiplight:"border border-solid border-tip-light",filltiplight:"fill-tip-light",texttiplight:"text-tip-light",bgtipdark:"bg-tip-dark",bordertipdark:"border border-solid border-tip-dark",filltipdark:"fill-tip-dark",texttipdark:"text-tip-dark",bgwhite:"bg-white",fillwhite:"fill-white",textwhite:"text-white",borderwhite:"border border-solid border-white",bgblack:"bg-black",fillblack:"fill-black",borderblack:"border border-solid border-black",textblack:"text-black",bgbase:"bg-gray-500",bgbaselight:"bg-gray-200",fillbase:"fill-gray-500",borderbase:"border border-solid border-gray-500",textbase:"text-gray-500"};function F(n,e){const o=`${n}${e}`.replace(/-/g,"");return xs[o]}const ys={compact:"p-0",default:"p-4",comfortable:"p-8"},ws=["src"],Cs={key:0,class:"mb-2 flex items-center justify-between"},Es={class:"text-2xl font-bold"},qs={key:0},Ve=t.defineComponent({__name:"EpCard",props:{title:{default:null},subtitle:{default:null},outlined:{type:Boolean,default:!1},flat:{type:Boolean,default:!1},icon:{default:null},color:{default:null},src:{default:null},maxWidth:{default:"max-w-full"},density:{default:"default"}},setup(n){const e=n,r=t.computed(()=>e.flat?"":"shadow-lg"),o=t.computed(()=>e.outlined&&e.color?`border solid ${F("border",e.color)}`:e.outlined?"border solid border-grey-700":""),s=t.computed(()=>e.color&&!e.outlined?`${F("bg",e.color)} text-white`:"bg-white text-black"),c=t.computed(()=>e.color&&!e.outlined?"text-white":"text-gray-600"),l=t.computed(()=>ys[e.density]),i=t.computed(()=>`${r.value} ${o.value} ${s.value} ${e.maxWidth} my-4 `),{title:a,subtitle:u,icon:d,src:h,density:p}=t.toRefs(e);return(f,m)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`${i.value} rounded-md`)},[t.unref(h)?(t.openBlock(),t.createElementBlock("img",{key:0,src:t.unref(h),class:"w-full rounded-t-md",alt:"header card"},null,8,ws)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(l.value)},[t.unref(a)||t.unref(u)?(t.openBlock(),t.createElementBlock("div",Cs,[t.createElementVNode("div",null,[t.createElementVNode("h3",Es,t.toDisplayString(t.unref(a)),1),t.createElementVNode("h4",{class:t.normalizeClass(`text-xs ${c.value}`)},t.toDisplayString(t.unref(u)),3)]),t.unref(d)?(t.openBlock(),t.createElementBlock("div",qs,[t.createVNode(S,{"icon-path":t.unref(d)},null,8,["icon-path"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.renderSlot(f.$slots,"card-header"),t.renderSlot(f.$slots,"default"),t.renderSlot(f.$slots,"card-actions")],2)],2))}}),As=["onClick"],Ds={class:"mx-auto"},Le=t.defineComponent({__name:"EpModal",props:{modelValue:{type:Boolean,default:!1},title:{default:null},subtitle:{default:null},icon:{default:null},persistent:{type:Boolean,default:!1},size:{default:"default"}},emits:["update:modelValue"],setup(n,{emit:e}){const r=n,o={compact:"w-[40%]",default:"w-[75%]",comfortable:"w-[85%]"},s=()=>{r.persistent||e("update:modelValue",!1)},c=t.computed(()=>o[r.size]),{title:l,subtitle:i,icon:a}=t.toRefs(r);return(u,d)=>(t.openBlock(),t.createBlock(t.Teleport,{to:"body"},[t.createVNode(t.Transition,{name:"modal"},{default:t.withCtx(()=>[u.modelValue?(t.openBlock(),t.createElementBlock("div",{key:0,class:"modal-mask",onClick:t.withModifiers(s,["self"])},[t.createElementVNode("div",{class:t.normalizeClass(`modal-container ${c.value}`)},[t.createElementVNode("div",Ds,[t.createVNode(Ve,{title:t.unref(l),subtitle:t.unref(i),icon:t.unref(a)},{default:t.withCtx(()=>[t.renderSlot(u.$slots,"default")]),_:3},8,["title","subtitle","icon"])])],2)],8,As)):t.createCommentVNode("",!0)]),_:3})]))}}),VI="",oe=t.defineComponent({__name:"EpDivider",props:{color:{default:null},size:{default:"border"},inset:{type:Boolean,default:!1},icon:{default:null},margin:{default:"my-2"}},setup(n){const e=n,r=t.computed(()=>e.color?`${e.size} ${F("border",e.color)}`:`${e.size} border-grey-700`),o=t.computed(()=>`${r.value} ${e.inset?"w-9/12 mx-auto":"w-full"} ${e.margin}`);return(s,c)=>(t.openBlock(),t.createElementBlock("hr",{class:t.normalizeClass(`h-px ${o.value}`)},null,2))}}),Vs={base:{default:"bg-gray-100 text-black hover:bg-gray-200",outlined:"bg-white ring-1 ring-grey-200 ring-inset text-black hover:bg-gray-200"},primary:{default:"bg-primary hover:bg-primary-light hover:text-primary-dark",outlined:"ring-1 ring-primary ring-inset text-primary hover:bg-primary-light hover:text-primary-dark"},secondary:{default:"bg-secondary hover:bg-secondary-light hover:text-secondary-dark",outlined:"ring-1 ring-secondary ring-inset text-secondary hover:bg-secondary-light hover:text-secondary-dark"},accent:{default:"bg-accent hover:bg-accent-light hover:text-accent-dark",outlined:"ring-1 ring-accent ring-inset text-accent hover:bg-accent-light hover:text-accent-dark"},info:{default:"bg-info hover:bg-info-light hover:text-info-dark",outlined:"ring-1 ring-info ring-inset text-info hover:bg-info-light hover:text-info-dark"},warning:{default:"bg-warning hover:bg-warning-light hover:text-warning-dark",outlined:"ring-1 ring-warning ring-inset text-warning hover:bg-warning-light hover:text-warning-dark"},success:{default:"bg-success hover:bg-success-light hover:text-success-dark",outlined:"ring-1 ring-success ring-inset text-success hover:bg-success-light hover:text-success-dark"},error:{default:"bg-error hover:bg-error-light hover:text-error-dark",outlined:"ring-1 ring-error ring-inset text-error hover:bg-error-light hover:text-error-dark"}},Ls={small:"px-2 py-1 text-sm",medium:"px-4 py-2",large:"px-8 py-4 text-lg"},Ss=["disabled"],Ns=["disabled","href"],z=t.defineComponent({__name:"EpBtn",props:{type:{default:"base"},disabled:{type:Boolean},block:{type:Boolean},rounded:{type:Boolean,default:!1},size:{default:"medium"},appendIcon:{default:null},prependIcon:{default:null},outlined:{type:Boolean},text:{type:Boolean,default:!1},color:{default:"text-black"},extraClass:{default:null},href:{}},setup(n){const e=n,r=t.computed(()=>e.outlined?"":e.color),o=t.computed(()=>e.outlined?"outlined":"default"),s=t.computed(()=>{var d;return e.text?`uppercase ${F("text",e.type)} hover:${F("bg",e.type+"light")}`:`${(d=Vs[e.type])==null?void 0:d[o.value]}`}),c=t.computed(()=>`
|
|
2
18
|
transition
|
|
3
|
-
${
|
|
4
|
-
${
|
|
5
|
-
${
|
|
19
|
+
${s.value}
|
|
20
|
+
${Ls[e.size]}
|
|
21
|
+
${r.value}
|
|
6
22
|
${e.disabled?"opacity-50":""}
|
|
7
23
|
${e.block?"w-full block":""}
|
|
8
24
|
${e.rounded?"rounded-md":""}
|
|
9
|
-
${e.extraClass?e.extraClass:"transition"}`),i=r.computed(()=>{if(e.size==="large")return"30";if(e.size==="medium")return"20";if(e.size==="small")return"15"}),{disabled:b,prependIcon:t,appendIcon:f}=r.toRefs(e);return(d,$)=>d.href?(r.openBlock(),r.createElementBlock("a",{key:1,class:r.normalizeClass(`${c.value} text-center inline-block`),disabled:r.unref(b),href:d.href,target:"_blank"},[r.unref(t)?(r.openBlock(),r.createBlock(s,{key:0,iconPath:r.unref(t),size:i.value,extraClass:"mr-2"},null,8,["iconPath","size"])):r.createCommentVNode("",!0),r.renderSlot(d.$slots,"default"),r.unref(f)?(r.openBlock(),r.createBlock(s,{key:1,iconPath:r.unref(f),size:i.value,extraClass:"ml-2"},null,8,["iconPath","size"])):r.createCommentVNode("",!0)],10,w)):(r.openBlock(),r.createElementBlock("button",{key:0,class:r.normalizeClass(c.value),disabled:r.unref(b)},[r.unref(t)?(r.openBlock(),r.createBlock(s,{key:0,iconPath:r.unref(t),size:i.value,extraClass:"mr-2"},null,8,["iconPath","size"])):r.createCommentVNode("",!0),r.renderSlot(d.$slots,"default"),r.unref(f)?(r.openBlock(),r.createBlock(s,{key:1,iconPath:r.unref(f),size:i.value,extraClass:"ml-2"},null,8,["iconPath","size"])):r.createCommentVNode("",!0)],10,m))}}),C={base:{default:"bg-white border-black border text-black",outlined:"bg-white border-black border text-black"},primary:{default:"bg-primary border-primary border",outlined:"border-primary border text-primary"},secondary:{default:"bg-secondary border-secondary border",outlined:"border-secondary border text-secondary"},accent:{default:"bg-accent border-accent border",outlined:"border-accent border text-accent"},info:{default:"bg-info border-info border",outlined:"border-info border text-info"},warning:{default:"bg-warning border-warning border",outlined:"border-warning border text-warning"},success:{default:"bg-success border-success border",outlined:"border-success border text-success"},error:{default:"bg-error border-error border",outlined:"border-error border text-error"}},z={small:"px-1 py-1 text-xs",medium:"py-2 px-3 text-sm",large:"px-3 py-3 text-lg"},q=r.defineComponent({__name:"EpChip",props:{type:{default:"base"},size:{default:"medium"},outlined:{type:Boolean},appendIcon:{default:null},prependIcon:{default:null},square:{type:Boolean,default:!1},dark:{type:Boolean,default:!1}},setup(n){const e=n,l=r.computed(()=>e.outlined?"outlined":"default"),a=r.computed(()=>e.square?"":"rounded-full"),g=r.computed(()=>e.outlined?"":e.dark?"text-white":"text-black"),c=r.computed(()=>{var t;return`
|
|
10
|
-
${
|
|
11
|
-
${
|
|
12
|
-
${
|
|
13
|
-
${(
|
|
14
|
-
`}),i=r.computed(()=>{if(e.size==="large")return"30";if(e.size==="medium")return"20";if(e.size==="small")return"15"}),{appendIcon:b}=r.toRefs(e);return(t,f)=>(r.openBlock(),r.createElementBlock("span",{class:r.normalizeClass(`${c.value} mx-2 cursor-default`)},[t.prependIcon?(r.openBlock(),r.createBlock(s,{key:0,iconPath:t.prependIcon,size:i.value,extraClass:"mr-2"},null,8,["iconPath","size"])):r.createCommentVNode("",!0),r.renderSlot(t.$slots,"default"),r.unref(b)?(r.openBlock(),r.createBlock(s,{key:1,iconPath:r.unref(b),size:i.value,extraClass:"ml-2"},null,8,["iconPath","size"])):r.createCommentVNode("",!0)],2))}});o.EpBtn=B,o.EpChip=q,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
|
25
|
+
${e.extraClass?e.extraClass:"transition"}`),l=t.computed(()=>{if(e.size==="large")return"30";if(e.size==="medium")return"20";if(e.size==="small")return"15"}),{disabled:i,prependIcon:a,appendIcon:u}=t.toRefs(e);return(d,h)=>d.href?(t.openBlock(),t.createElementBlock("a",{key:1,class:t.normalizeClass(`${c.value} text-center inline-block`),disabled:t.unref(i),href:d.href,target:"_blank"},[t.unref(a)?(t.openBlock(),t.createBlock(S,{key:0,iconPath:t.unref(a),size:l.value,extraClass:"mr-2"},null,8,["iconPath","size"])):t.createCommentVNode("",!0),t.renderSlot(d.$slots,"default"),t.unref(u)?(t.openBlock(),t.createBlock(S,{key:1,iconPath:t.unref(u),size:l.value,extraClass:"ml-2"},null,8,["iconPath","size"])):t.createCommentVNode("",!0)],10,Ns)):(t.openBlock(),t.createElementBlock("button",{key:0,class:t.normalizeClass(c.value),disabled:t.unref(i)},[t.unref(a)?(t.openBlock(),t.createBlock(S,{key:0,iconPath:t.unref(a),size:l.value,extraClass:"mr-2"},null,8,["iconPath","size"])):t.createCommentVNode("",!0),t.renderSlot(d.$slots,"default"),t.unref(u)?(t.openBlock(),t.createBlock(S,{key:1,iconPath:t.unref(u),size:l.value,extraClass:"ml-2"},null,8,["iconPath","size"])):t.createCommentVNode("",!0)],10,Ss))}});var Bs="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z",Ts="M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z",vs="M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z",$s="M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z",ar="M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z",nt="M17.5 14.33C18.29 14.33 19.13 14.41 20 14.57V16.07C19.38 15.91 18.54 15.83 17.5 15.83C15.6 15.83 14.11 16.16 13 16.82V15.13C14.17 14.6 15.67 14.33 17.5 14.33M13 12.46C14.29 11.93 15.79 11.67 17.5 11.67C18.29 11.67 19.13 11.74 20 11.9V13.4C19.38 13.24 18.54 13.16 17.5 13.16C15.6 13.16 14.11 13.5 13 14.15M17.5 10.5C15.6 10.5 14.11 10.82 13 11.5V9.84C14.23 9.28 15.73 9 17.5 9C18.29 9 19.13 9.08 20 9.23V10.78C19.26 10.59 18.41 10.5 17.5 10.5M21 18.5V7C19.96 6.67 18.79 6.5 17.5 6.5C15.45 6.5 13.62 7 12 8V19.5C13.62 18.5 15.45 18 17.5 18C18.69 18 19.86 18.16 21 18.5M17.5 4.5C19.85 4.5 21.69 5 23 6V20.56C23 20.68 22.95 20.8 22.84 20.91C22.73 21 22.61 21.08 22.5 21.08C22.39 21.08 22.31 21.06 22.25 21.03C20.97 20.34 19.38 20 17.5 20C15.45 20 13.62 20.5 12 21.5C10.66 20.5 8.83 20 6.5 20C4.84 20 3.25 20.36 1.75 21.07C1.72 21.08 1.68 21.08 1.63 21.1C1.59 21.11 1.55 21.12 1.5 21.12C1.39 21.12 1.27 21.08 1.16 21C1.05 20.89 1 20.78 1 20.65V6C2.34 5 4.18 4.5 6.5 4.5C8.83 4.5 10.66 5 12 6C13.34 5 15.17 4.5 17.5 4.5Z",ur="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M18 14L15.5 12.5L13 14V6H18V14Z",dr="M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1M15,20V7H5V20L10,17.82L15,20M15,5C16.11,5 17,5.9 17,7V23L10,20L3,23V7A2,2 0 0,1 5,5H15Z",Rs="M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3Z",Fs="M22,5V7H17L13.53,12H16V14H14.46L18.17,22H15.97L15.04,20H6.38L5.35,22H3.1L7.23,14H7C6.55,14 6.17,13.7 6.04,13.3L2.87,3.84L3.82,3.5C4.34,3.34 4.91,3.63 5.08,4.15L7.72,12H12.1L15.57,7H12V5H22M9.5,14L7.42,18H14.11L12.26,14H9.5Z",zs="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z",Is="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z",Ms="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z",Hs="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M8.6,16.6L13.2,12L8.6,7.4L10,6L16,12L10,18L8.6,16.6Z",Ps="M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z",Us="M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H18A3,3 0 0,0 21,17V10C21,5 16.97,1 12,1Z",Os="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z",js="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z",Gs="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",pr="M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z",Zs="M16.84,2.73C16.45,2.73 16.07,2.88 15.77,3.17L13.65,5.29L18.95,10.6L21.07,8.5C21.67,7.89 21.67,6.94 21.07,6.36L17.9,3.17C17.6,2.88 17.22,2.73 16.84,2.73M12.94,6L4.84,14.11L7.4,14.39L7.58,16.68L9.86,16.85L10.15,19.41L18.25,11.3M4.25,15.04L2.5,21.73L9.2,19.94L8.96,17.78L6.65,17.61L6.47,15.29",Ws="M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63Z",Js="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z",fr="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z",Ys="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z",hr="M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z";const Qs=t.createElementVNode("span",{class:"absolute top-0 left-0 flex w-full h-0 mb-0 transition-all duration-300 ease-out transform translate-y-0 bg-primary group-hover:h-full opacity-90"},null,-1),Ks={class:"relative group-hover:text-primary-light"},Xs={class:"mb-2 flex items-center justify-between"},ec={class:"font-bold text-2xl"},tc={class:"text-sm font-light text-error italic"},rc={key:0,class:"text-xs"},nc={class:"mb-4 flex items-center justify-between"},oc=t.createElementVNode("h3",{class:"text-primary font-bold"},"Définition",-1),sc={key:0,class:"text-xs"},cc={class:"font-bold"},ic=["innerHTML"],lc={key:1,class:"text-sm mt-2"},ac=t.createElementVNode("span",{class:"mr-2 font-bold"},"Variations :",-1),uc={key:2,class:"text-sm mt-2"},dc=t.createElementVNode("span",{class:"mr-2 font-bold"},"Relations :",-1),pc={class:"flex justify-end"},mr=t.defineComponent({__name:"EpTerm",props:{term:{default:"test"},word:{},definition:{},variations:{default:""},domain:{},graminfo:{},relations:{default:""},idrelation:{default:""},labelClose:{default:"Fermer"}},setup(n){const e=n,r=t.ref(!1),o=t.computed(()=>Z(e.definition)?e.definition:Q(e.definition)),s=t.computed(()=>e.term!==e.word?`(${e.word})`:null),c=t.computed(()=>{var f;let h=null,p=(f=e.variations)==null?void 0:f.trim();return(p==null?void 0:p.length)>0&&(h=p.split(",")),h}),l=t.computed(()=>{var f;let h=null,p=(f=e.relations)==null?void 0:f.trim();return(p==null?void 0:p.length)>0&&(h=p.split(",")),h});t.computed(()=>{var f;let h=null,p=(f=e.idrelation)==null?void 0:f.trim();return(p==null?void 0:p.length)>0&&(h=p.split(",")),h});const i=t.computed(()=>e.domain==="null"?null:e.domain),{term:a,graminfo:u,labelClose:d}=t.toRefs(e);return(h,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("span",{onClick:p[0]||(p[0]=f=>r.value=!0),class:"cursor-pointer border-primary border text-primary px-2 py-1 rounded group overflow-hidden relative"},[Qs,t.createElementVNode("span",Ks,[t.createTextVNode(t.toDisplayString(h.word)+" ",1),t.createVNode(S,{"icon-path":t.unref(dr),size:"18"},null,8,["icon-path"])])]),t.createVNode(Le,{modelValue:r.value,"onUpdate:modelValue":p[2]||(p[2]=f=>r.value=f),size:"compact"},{default:t.withCtx(()=>[t.createElementVNode("div",Xs,[t.createElementVNode("div",null,[t.createElementVNode("h3",ec,[t.createTextVNode(t.toDisplayString(t.unref(a))+" ",1),t.createElementVNode("span",tc,t.toDisplayString(t.unref(u)),1)]),s.value?(t.openBlock(),t.createElementBlock("h4",rc,t.toDisplayString(s.value),1)):t.createCommentVNode("",!0)]),t.createElementVNode("div",null,[t.createVNode(S,{"icon-path":t.unref(dr)},null,8,["icon-path"])])]),t.createVNode(oe,{color:"primary",margin:"mb-2"}),t.createElementVNode("div",nc,[oc,i.value?(t.openBlock(),t.createElementBlock("span",sc,[t.createTextVNode("Domaine : "),t.createElementVNode("span",cc,t.toDisplayString(i.value),1)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",{innerHTML:o.value},null,8,ic),c.value||l.value?(t.openBlock(),t.createBlock(oe,{key:0})):t.createCommentVNode("",!0),c.value?(t.openBlock(),t.createElementBlock("div",lc,[ac,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.value,(f,m)=>(t.openBlock(),t.createElementBlock("span",{key:`variation-${m}`},t.toDisplayString(f)+t.toDisplayString(c.value.length>m+1?", ":"."),1))),128))])):t.createCommentVNode("",!0),l.value?(t.openBlock(),t.createElementBlock("div",uc,[dc,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.value,(f,m)=>(t.openBlock(),t.createBlock(z,{key:`relation-${m}`,size:"small",rounded:"","extra-class":"mr-2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f),1)]),_:2},1024))),128))])):t.createCommentVNode("",!0),t.createElementVNode("div",pc,[t.createVNode(z,{type:"error",outlined:"",onClick:p[1]||(p[1]=f=>r.value=!1),rounded:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(d)),1)]),_:1})])]),_:1},8,["modelValue"])],64))}}),fc=t.defineComponent({__name:"EpText",props:{glossary:{},content:{},title:{},compact:{type:Boolean}},setup(n){const e=n,r=t.computed(()=>{if(!Z(e.content))return Q(e.content);const s=document.createElement("DIV");s.innerHTML=e.content.trim();let c=s.outerHTML;const l=s.querySelectorAll(".ep_glossary_item");return console.log(l),l.length>0&&l.forEach(i=>{const a=i.getAttribute("data-id"),u=i.innerHTML;let d=[];e.glossary&&(d=e.glossary);const h=d.find(p=>p.id===a);if(h){const p=i.outerHTML,f=d.filter(g=>g.relation.some(y=>y==a)),m=f.map(g=>g.id),_=f.map(g=>g.term),w=h.variation,x=` <EpTerm term="${h.term}" definition="${h.definition}" word="${u}" variations="${w}" graminfo='${h.graminfo}' domain='${h.domain}' relations='${_}' idrelation="${m}"></EpTerm> `;c=c.replace(p,x)}}),s.innerHTML=c,s.innerHTML}),o=t.defineComponent({components:{epterm:mr},template:r.value});return(s,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(o))))}}),hc={key:0,class:"flex"},mc=["src","alt"],gc={class:"px-4 py-2"},bc={class:"text-2xl font-bold"},_c={class:"text-gray-500 text-sm"},kc={class:"text-gray-700 mt-4"},xc={key:1,class:"relative group inline-block m-2"},yc=["src","alt"],wc={class:"absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-white text-center"},Cc=["src","alt"],Ec={class:"px-4 py-2"},qc={class:"text-2xl font-bold"},Ac={class:"text-gray-500 text-sm"},Dc=t.defineComponent({__name:"EpImg",props:{src:{},alt:{default:"Image snfas"},height:{},width:{},thumbnail:{type:Boolean,default:!1},caption:{},bib:{},title:{},gallery:{type:Boolean},cols:{default:"basis-4/12"}},setup(n){const e=n,r=t.ref(!1),{src:o,alt:s,title:c,caption:l,thumbnail:i,bib:a,cols:u}=t.toRefs(e);return(d,h)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.unref(i)?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",hc,[t.createElementVNode("div",{class:t.normalizeClass(`mx-auto bg-white rounded-md overflow-hidden shadow-md ${t.unref(u)}`)},[t.createElementVNode("img",{class:"object-cover object-center w-full",src:t.unref(o),alt:t.unref(s),onClick:h[0]||(h[0]=p=>r.value=!0)},null,8,mc),t.createElementVNode("div",gc,[t.createElementVNode("h2",bc,t.toDisplayString(t.unref(c)),1),t.createElementVNode("p",_c,t.toDisplayString(t.unref(l)),1),t.createElementVNode("p",kc,t.toDisplayString(t.unref(a)),1)])],2)])),t.unref(i)?(t.openBlock(),t.createElementBlock("div",xc,[t.createElementVNode("img",{class:"w-36 h-36 object-cover object-center group-hover:opacity-50",src:t.unref(o),alt:t.unref(s)},null,8,yc),t.createElementVNode("div",{class:"absolute top-0 left-0 w-36 h-36 bg-black opacity-0 transition-opacity duration-300 group-hover:opacity-50 cursor-pointer",onClick:h[1]||(h[1]=p=>r.value=!0)},[t.createElementVNode("div",wc,[t.createVNode(S,{"icon-path":t.unref($s)},null,8,["icon-path"])])])])):t.createCommentVNode("",!0),t.createVNode(Le,{modelValue:r.value,"onUpdate:modelValue":h[2]||(h[2]=p=>r.value=p)},{default:t.withCtx(()=>[t.createElementVNode("img",{class:"object-cover object-center h-5/6 w-5/6 mx-auto",src:t.unref(o),alt:t.unref(s)},null,8,Cc),t.createElementVNode("div",Ec,[t.createElementVNode("h2",qc,t.toDisplayString(t.unref(c)),1),t.createElementVNode("p",Ac,t.toDisplayString(t.unref(l)),1)])]),_:1},8,["modelValue"])],64))}}),Vc={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Lc=[t.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)],Sc=t.defineComponent({__name:"EpBadge",props:{color:{default:"primary"},outlined:{type:Boolean},square:{type:Boolean,default:!1},iconPath:{default:null}},setup(n){const e=n;return t.computed(()=>e.outlined?F("border",e.color):F("bg",e.color)),t.computed(()=>e.square?"":"rounded-full"),t.toRefs(e),(r,o)=>(t.openBlock(),t.createElementBlock("div",Vc,Lc))}}),Nc={base:{default:"bg-white border-black border text-black",outlined:"bg-white border-black border text-black"},primary:{default:"bg-primary border-primary border",outlined:"border-primary border text-primary"},secondary:{default:"bg-secondary border-secondary border",outlined:"border-secondary border text-secondary"},accent:{default:"bg-accent border-accent border",outlined:"border-accent border text-accent"},info:{default:"bg-info border-info border",outlined:"border-info border text-info"},warning:{default:"bg-warning border-warning border",outlined:"border-warning border text-warning"},success:{default:"bg-success border-success border",outlined:"border-success border text-success"},error:{default:"bg-error border-error border",outlined:"border-error border text-error"}},Bc={small:"px-1 py-1 text-xs",medium:"py-2 px-3 text-sm",large:"px-3 py-3 text-lg"},se=t.defineComponent({__name:"EpChip",props:{type:{default:"base"},size:{default:"medium"},outlined:{type:Boolean},appendIcon:{default:null},prependIcon:{default:null},square:{type:Boolean,default:!1},dark:{type:Boolean,default:!1}},setup(n){const e=n,r=t.computed(()=>e.outlined?"outlined":"default"),o=t.computed(()=>e.square?"":"rounded-full"),s=t.computed(()=>e.outlined?"":e.dark?"text-white":"text-black"),c=t.computed(()=>{var a;return`
|
|
26
|
+
${s.value}
|
|
27
|
+
${Bc[e.size]}
|
|
28
|
+
${o.value}
|
|
29
|
+
${(a=Nc[e.type])==null?void 0:a[r.value]}
|
|
30
|
+
`}),l=t.computed(()=>{if(e.size==="large")return"30";if(e.size==="medium")return"20";if(e.size==="small")return"15"}),{appendIcon:i}=t.toRefs(e);return(a,u)=>(t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(`${c.value} mx-2 cursor-default`)},[a.prependIcon?(t.openBlock(),t.createBlock(S,{key:0,iconPath:a.prependIcon,size:l.value,extraClass:"mr-2"},null,8,["iconPath","size"])):t.createCommentVNode("",!0),t.renderSlot(a.$slots,"default"),t.unref(i)?(t.openBlock(),t.createBlock(S,{key:1,iconPath:t.unref(i),size:l.value,extraClass:"ml-2"},null,8,["iconPath","size"])):t.createCommentVNode("",!0)],2))}}),Tc={class:"EpSection"},vc={class:"relative items-center w-full"},$c={class:"w-full mx-auto text-left"},Rc={class:"relative flex-col items-center m-auto align-middle"},Fc={class:"gap-12 text-left lg:gap-24"},zc={class:"order-first block w-full mt-12 lg:mt-0"},Ic=["src"],Mc={class:"flex flex-col space-y-20 lg:mt-0"},Hc={class:"border-b"},Pc={class:"text-2xl font-medium tracking-tight text-black sm:text-4xl"},Uc={class:""},Oc={class:"lg:max-w-7xl"},jc=t.defineComponent({__name:"EpSection",props:{title:{default:null},subtitle:{},prependIcon:{},iconSize:{},color:{default:null},taxonomyLevel:{},courseCode:{},courseTitle:{},height:{},src:{},synchrone:{type:Boolean}},setup(n){const e=n,{title:r,icon:o,color:s,src:c}=t.toRefs(e);return(l,i)=>(t.openBlock(),t.createElementBlock("section",Tc,[t.createElementVNode("div",vc,[t.createElementVNode("div",$c,[t.createElementVNode("div",Rc,[t.createElementVNode("div",Fc,[t.createElementVNode("div",zc,[t.unref(c)?(t.openBlock(),t.createElementBlock("img",{key:0,class:"object-cover object-center w-full mx-auto bg-gray-300 border lg:ml-auto",alt:"hero",src:t.unref(c)},null,8,Ic)):t.createCommentVNode("",!0)]),t.createElementVNode("div",Mc,[t.createElementVNode("div",Hc,[t.createElementVNode("div",null,[t.createElementVNode("p",Pc,t.toDisplayString(t.unref(r)),1),t.createElementVNode("p",Uc,t.toDisplayString(l.subtitle),1)])]),t.createElementVNode("div",Oc,[t.renderSlot(l.$slots,"default")])])])])])])]))}}),Gc=["width","height"],Zc=[t.createElementVNode("animateTransform",{attributeName:"transform",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;360 12 12"},null,-1)],Wc=["width","height"],Jc=t.createElementVNode("animateTransform",{attributeName:"transform",calcMode:"discrete",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12"},null,-1),Yc=t.defineComponent({__name:"EpSpinner",props:{color:{default:"primary"},dots:{type:Boolean,default:!1},size:{default:46}},setup(n){const e=n,r=t.computed(()=>F("fill",e.color));return(o,s)=>o.dots?(t.openBlock(),t.createElementBlock("svg",{key:1,xmlns:"http://www.w3.org/2000/svg",width:o.size,height:o.size,class:"inline",viewBox:"0 0 32 32"},[t.createElementVNode("g",null,[t.createElementVNode("circle",{cx:"12",cy:"2.5",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor",opacity:".14"},null,2),t.createElementVNode("circle",{cx:"16.75",cy:"3.77",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor",opacity:".29"},null,2),t.createElementVNode("circle",{cx:"20.23",cy:"7.25",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor",opacity:".43"},null,2),t.createElementVNode("circle",{cx:"21.5",cy:"12",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor",opacity:".57"},null,2),t.createElementVNode("circle",{cx:"20.23",cy:"16.75",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor",opacity:".71"},null,2),t.createElementVNode("circle",{cx:"16.75",cy:"20.23",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor",opacity:".86"},null,2),t.createElementVNode("circle",{cx:"12",cy:"21.5",r:"1.5",class:t.normalizeClass(r.value),fill:"currentColor"},null,2),Jc])],8,Wc)):(t.openBlock(),t.createElementBlock("svg",{key:0,xmlns:"http://www.w3.org/2000/svg",width:o.size,height:o.size,class:"inline",viewBox:"0 0 32 32"},[t.createElementVNode("path",{class:t.normalizeClass(r.value),fill:"currentColor",d:"M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",opacity:".25"},null,2),t.createElementVNode("path",{class:t.normalizeClass(r.value),fill:"currentColor",d:"M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"},Zc,2)],8,Gc))}}),Qc={class:"grid grid-cols-2 gap-4"},Kc=t.defineComponent({__name:"EpFlex",setup(n){return(e,r)=>(t.openBlock(),t.createElementBlock("div",Qc,[t.renderSlot(e.$slots,"default")]))}}),Xc={class:"min-w-full divide-y divide-gray-200 shadow"},ei={key:0,class:"bg-gray-50"},ti={class:"bg-white divide-y divide-gray-200"},ri="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider",ni=t.defineComponent({__name:"EpTable",props:{arrayContent:{},headers:{},title:{}},setup(n){const e=n,{headers:r,arrayContent:o,title:s}=t.toRefs(e);return(c,l)=>(t.openBlock(),t.createBlock(Ve,{flat:"",title:t.unref(s)},{default:t.withCtx(()=>[t.createElementVNode("table",Xc,[t.unref(r)?(t.openBlock(),t.createElementBlock("thead",ei,[t.createElementVNode("tr",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(r),(i,a)=>(t.openBlock(),t.createElementBlock("th",{key:`th-${a}`,scope:"col",class:t.normalizeClass(ri)},t.toDisplayString(i),1))),128))])])):t.createCommentVNode("",!0),t.createElementVNode("tbody",ti,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(o),(i,a)=>(t.openBlock(),t.createElementBlock("tr",{key:`tr-${a}`,class:"hover:bg-gray-50"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i,(u,d)=>(t.openBlock(),t.createElementBlock("td",{key:`td-${a}-${d}`,class:"px-6 py-4 whitespace-nowrap"},t.toDisplayString(u),1))),128))]))),128))])])]),_:1},8,["title"]))}}),gr={base:"bg-neutral-100 text-black",primary:"bg-primary text-white",secondary:"bg-secondary text-white",accent:"bg-accent text-white",info:"bg-info text-white",warning:"bg-warning text-white",success:"bg-success text-white",error:"bg-error text-white"},br=t.defineComponent({__name:"EpScope",props:{title:{default:"Essentiel"}},setup(n){const e=n,{title:r}=t.toRefs(e);return(o,s)=>(t.openBlock(),t.createBlock(se,{size:"small",type:"base"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(r)),1)]),_:1}))}}),oi={class:"font-bold align-middle"},si={class:"px-5"},ci={key:0,class:"py-2 grow"},ii=t.createElementVNode("h4",{class:"font-semibold mb-2 text-sm uppercase tracking-wide text-gray-500"}," [Intentions] ",-1),li={class:"grow"},U=t.defineComponent({__name:"EpEdu",props:{title:{default:null},subtitle:{},icon:{},mandateLevel:{},synchrone:{type:Boolean},type:{default:"base"},intentions:{},hideIcon:{type:Boolean,default:!1},flat:{type:Boolean,default:!1}},setup(n){const e=n,r=t.useSlots(),o=t.computed(()=>!!r.intentions),s=t.computed(()=>!!r.actions),c=t.computed(()=>e.icon?e.icon:Zs),l=t.computed(()=>`${gr[e.type]} text-left px-5 py-2 ${e.flat?"":"rounded-t-md"} flex justify-between items-center `),i=t.computed(()=>`${gr[e.type]} text-right pr-5`),a=t.computed(()=>s.value||o.value||e.title?`rounded-lg overflow-hidden ${e.flat?"":"shadow-md"} flex flex-col justify-between h-full`:"flex flex-col justify-between h-full"),{title:u,hideIcon:d}=t.toRefs(e);return(h,p)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(a.value)},[t.unref(u)||h.mandateLevel?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${l.value}`)},[t.createElementVNode("h3",null,[t.unref(d)?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(S,{key:0,iconPath:c.value,size:"24"},null,8,["iconPath"])),t.createTextVNode(),t.createElementVNode("span",oi,t.toDisplayString(t.unref(u)),1)]),h.mandateLevel?(t.openBlock(),t.createBlock(br,{key:0,title:h.mandateLevel},null,8,["title"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",si,[o.value?(t.openBlock(),t.createElementBlock("div",ci,[ii,t.renderSlot(h.$slots,"intentions"),t.createVNode(oe)])):t.createCommentVNode("",!0),t.createElementVNode("div",li,[t.renderSlot(h.$slots,"content")])]),s.value?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(i.value)},[t.renderSlot(h.$slots,"actions")],2)):t.createCommentVNode("",!0)],2))}});function ai(n){return t.getCurrentScope()?(t.onScopeDispose(n),!0):!1}function _r(n){return typeof n=="function"?n():t.unref(n)}const kr=typeof window<"u",ot=()=>{},ui=di();function di(){var n;return kr&&((n=window==null?void 0:window.navigator)==null?void 0:n.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent)}function pe(n){var e;const r=_r(n);return(e=r==null?void 0:r.$el)!=null?e:r}const xr=kr?window:void 0;function Se(...n){let e,r,o,s;if(typeof n[0]=="string"||Array.isArray(n[0])?([r,o,s]=n,e=xr):[e,r,o,s]=n,!e)return ot;Array.isArray(r)||(r=[r]),Array.isArray(o)||(o=[o]);const c=[],l=()=>{c.forEach(d=>d()),c.length=0},i=(d,h,p,f)=>(d.addEventListener(h,p,f),()=>d.removeEventListener(h,p,f)),a=t.watch(()=>[pe(e),_r(s)],([d,h])=>{l(),d&&c.push(...r.flatMap(p=>o.map(f=>i(d,p,f,h))))},{immediate:!0,flush:"post"}),u=()=>{a(),l()};return ai(u),u}let yr=!1;function pi(n,e,r={}){const{window:o=xr,ignore:s=[],capture:c=!0,detectIframe:l=!1}=r;if(!o)return;ui&&!yr&&(yr=!0,Array.from(o.document.body.children).forEach(p=>p.addEventListener("click",ot)),o.document.documentElement.addEventListener("click",ot));let i=!0;const a=p=>s.some(f=>{if(typeof f=="string")return Array.from(o.document.querySelectorAll(f)).some(m=>m===p.target||p.composedPath().includes(m));{const m=pe(f);return m&&(p.target===m||p.composedPath().includes(m))}}),d=[Se(o,"click",p=>{const f=pe(n);if(!(!f||f===p.target||p.composedPath().includes(f))){if(p.detail===0&&(i=!a(p)),!i){i=!0;return}e(p)}},{passive:!0,capture:c}),Se(o,"pointerdown",p=>{const f=pe(n);f&&(i=!p.composedPath().includes(f)&&!a(p))},{passive:!0}),l&&Se(o,"blur",p=>{setTimeout(()=>{var f;const m=pe(n);((f=o.document.activeElement)==null?void 0:f.tagName)==="IFRAME"&&!(m!=null&&m.contains(o.document.activeElement))&&e(p)},0)})].filter(Boolean);return()=>d.forEach(p=>p())}const fi={class:"relative"},hi=t.defineComponent({__name:"DisplayBox",setup(n){const e=t.ref(),r=t.ref();pi(e,l=>{r.value=!1}),Se("keydown",l=>{l.key==="Escape"&&r&&(r.value=!1)});function o(){return r.value=!0}function s(){return r.value=!1}const c=t.computed(()=>r.value?"absolute w-[32rem] -left-96 z-40":"hidden");return(l,i)=>(t.openBlock(),t.createElementBlock("div",fi,[t.renderSlot(l.$slots,"default",{open:o}),t.createElementVNode("div",{ref_key:"menu",ref:e,class:t.normalizeClass(c.value)},[t.renderSlot(l.$slots,"menu",{isOpen:r.value,close:s})],2)]))}});function j(n){return Z(n)?n:Q(n)}const mi={key:0,class:"flex rounded-lg overflow-hidden bg-white md:flex-row"},gi={key:0,class:"bg-primary h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},bi=["src","alt"],_i={key:1,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},ki={class:"flex flex-col w-full"},xi=["innerHTML"],yi={class:"w-full"},wi={class:"flex"},Ci={key:0,class:"flex-1 py-2"},Ei={class:"font-medium"},qi={key:0,class:"text-sm italic pr-1"},Ai={key:1,class:"font-bold"},Di={key:2},Vi={key:3},Li={key:4},Si={key:0},Ni=t.createElementVNode("span",{class:"text-sm italic pr-1"},"dans",-1),Bi={class:""},Ti={class:"pl-2 align-middle"},vi=["innerHTML"],$i={class:"flex flex-row justify-between"},Ri={class:"p-5"},Fi={class:"text-lg leading-6 font-semibold font-sans text-skin-inverted group-hover:text-skin-primary"},zi={class:"flex"},Ii={class:"p-5"},Mi={class:"w-[32rem]"},Hi={class:"flex flex-col rounded-lg bg-white md:flex-row"},Pi=["src","alt"],Ui={key:1,class:"h-96 border-l border-t border-b w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},Oi={class:"flex flex-col justify-between w-full"},ji={class:"bg-neutral-100 text-left px-5 py-2"},Gi=t.createElementVNode("span",{class:"pl-2 align-middle"},"Lecture",-1),Zi={class:"w-full px-5"},Wi={class:"flex"},Ji={key:0,class:"flex-1 py-2"},Yi={class:"font-medium"},Qi={key:0,class:"text-sm italic pr-1"},Ki={key:1,class:"font-bold"},Xi={key:2},el={key:3},tl={key:4},rl={key:0},nl=t.createElementVNode("span",{class:"text-sm italic pr-1"},"dans",-1),ol={class:""},sl={class:"pl-2 align-middle"},cl={class:"bg-neutral-100 text-right pr-5"},il={class:"border-l p-5"},ll="https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg",al=t.defineComponent({__name:"EpReading",props:{url:{},year:{},author:{},cover:{default:""},title:{default:null},container:{},editor:{},pages:{},mandateLevel:{},intentions:{default:""},compact:{type:Boolean,default:!1},more:{type:Boolean},version_link:{},hideCover:{type:Boolean,default:!1},labelcard:{default:"lecture"},labelBtb:{default:"lire"},labelIntentions:{default:"Intentions de lecture"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(n){const e=n,r=t.computed(()=>!(e.cover===ll||e.cover.trim().length===0)),o=t.computed(()=>!!(e.author||e.editor||e.container||e.year)),{title:s,intentions:c,cover:l,hideCover:i,labelcard:a,year:u,author:d,container:h,editor:p,pages:f,type:m,mandateLevel:_}=t.toRefs(e);return(w,x)=>w.compact?(t.openBlock(),t.createBlock(U,{key:1,title:t.unref(a),icon:t.unref(nt),flat:"",type:t.unref(m),hideIcon:w.hideIcon},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",$i,[t.createElementVNode("div",Ri,[t.createElementVNode("span",Fi,t.toDisplayString(t.unref(s)),1)]),t.createElementVNode("div",zi,[t.createElementVNode("div",Ii,[t.createVNode(hi,null,{default:t.withCtx(({open:g})=>[t.createVNode(z,{text:"",onClick:t.withModifiers(g,["stop"])},{default:t.withCtx(()=>[t.createTextVNode(" détails ")]),_:2},1032,["onClick"])]),menu:t.withCtx(({close:g})=>[t.createElementVNode("div",Mi,[t.createElementVNode("div",Hi,[t.unref(i)?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[r.value?(t.openBlock(),t.createElementBlock("img",{key:0,class:"object-cover h-96 w-full rounded-t-lg object-cover md:h-auto md:w-56 md:rounded-none md:rounded-l-lg",src:t.unref(l),alt:`image de la lecture ${t.unref(s)}`},null,8,Pi)):(t.openBlock(),t.createElementBlock("div",Ui,[t.createVNode(S,{"icon-path":t.unref(ar),size:"95"},null,8,["icon-path"])]))],64)),t.createElementVNode("div",Oi,[t.createElementVNode("div",ji,[t.createVNode(S,{size:24,"icon-path":t.unref(nt)},null,8,["icon-path"]),Gi]),t.createElementVNode("div",Zi,[t.createElementVNode("h4",{class:t.normalizeClass(`text-xl font-semibold py-4 ${o.value||t.unref(f)?"border-b":""}`)},t.toDisplayString(t.unref(s)),3),t.createElementVNode("div",Wi,[o.value?(t.openBlock(),t.createElementBlock("div",Ji,[t.createElementVNode("p",Yi,[t.unref(d)?(t.openBlock(),t.createElementBlock("span",Qi,"par")):t.createCommentVNode("",!0),t.unref(d)?(t.openBlock(),t.createElementBlock("span",Ki,t.toDisplayString(t.unref(d)),1)):t.createCommentVNode("",!0),t.unref(u)?(t.openBlock(),t.createElementBlock("span",Xi,"("+t.toDisplayString(t.unref(u))+")",1)):t.createCommentVNode("",!0),t.unref(u)&&t.unref(p)?(t.openBlock(),t.createElementBlock("span",el,", ")):t.createCommentVNode("",!0),t.unref(p)?(t.openBlock(),t.createElementBlock("span",tl,t.toDisplayString(t.unref(p)),1)):t.createCommentVNode("",!0)]),t.unref(h)?(t.openBlock(),t.createElementBlock("p",rl,[nl,t.createElementVNode("span",ol,t.toDisplayString(t.unref(h)),1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.unref(f)?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`flex-1 pt-2 pb-2 ${o.value?"border-l pl-2":""}`)},[t.createVNode(S,{size:24,"icon-path":t.unref(ur)},null,8,["icon-path"]),t.createElementVNode("span",sl,t.toDisplayString(t.unref(f)),1)],2)):t.createCommentVNode("",!0)])]),t.createElementVNode("div",cl,[t.createVNode(z,{text:"",onClick:t.withModifiers(g,["stop"])},{default:t.withCtx(()=>[t.createTextVNode(" Fermer ")]),_:2},1032,["onClick"])])])])])]),_:1})]),t.createElementVNode("div",il,[t.createVNode(z,{text:""},{default:t.withCtx(()=>[t.createVNode(S,{size:20,"icon-path":t.unref(fr)},null,8,["icon-path"]),t.createTextVNode(" Lire ")]),_:1})])])])]),_:2},[t.unref(j)(t.unref(c))?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:t.unref(j)(t.unref(c))},null,8,vi)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon"])):(t.openBlock(),t.createElementBlock("div",mi,[t.unref(i)?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[r.value?(t.openBlock(),t.createElementBlock("div",gi,[t.createElementVNode("img",{src:t.unref(l),alt:`image de la lecture ${t.unref(s)}`},null,8,bi)])):(t.openBlock(),t.createElementBlock("div",_i,[t.createVNode(S,{"icon-path":t.unref(ar),size:"95"},null,8,["icon-path"])]))],64)),t.createElementVNode("div",ki,[t.createVNode(U,{title:t.unref(a),icon:t.unref(nt),flat:"",type:t.unref(m),hideIcon:w.hideIcon,mandateLevel:t.unref(_)},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",yi,[t.createElementVNode("h4",{class:t.normalizeClass(`text-xl font-semibold ${o.value||t.unref(f)?"border-b":""}`)},t.toDisplayString(t.unref(s)),3),t.createElementVNode("div",wi,[o.value?(t.openBlock(),t.createElementBlock("div",Ci,[t.createElementVNode("p",Ei,[t.unref(d)?(t.openBlock(),t.createElementBlock("span",qi,"par")):t.createCommentVNode("",!0),t.unref(d)?(t.openBlock(),t.createElementBlock("span",Ai,t.toDisplayString(t.unref(d)),1)):t.createCommentVNode("",!0),t.unref(u)?(t.openBlock(),t.createElementBlock("span",Di,"("+t.toDisplayString(t.unref(u))+")",1)):t.createCommentVNode("",!0),t.unref(u)&&t.unref(p)?(t.openBlock(),t.createElementBlock("span",Vi,", ")):t.createCommentVNode("",!0),t.unref(p)?(t.openBlock(),t.createElementBlock("span",Li,t.toDisplayString(t.unref(p)),1)):t.createCommentVNode("",!0)]),t.unref(h)?(t.openBlock(),t.createElementBlock("p",Si,[Ni,t.createElementVNode("span",Bi,t.toDisplayString(t.unref(h)),1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.unref(f)?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`flex-1 pt-2 pb-2 ${o.value?"border-l pl-2":""}`)},[t.createVNode(S,{size:24,"icon-path":t.unref(ur)},null,8,["icon-path"]),t.createElementVNode("span",Ti,t.toDisplayString(t.unref(f)),1)],2)):t.createCommentVNode("",!0)])])]),actions:t.withCtx(()=>[t.createVNode(z,{color:t.unref(m)=="base"?"text-gray-700":"text-white",type:t.unref(m)},{default:t.withCtx(()=>[t.createTextVNode("LIRE")]),_:1},8,["color","type"])]),_:2},[t.unref(j)(t.unref(c))?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:t.unref(j)(t.unref(c))},null,8,xi)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"])])]))}}),ul={base:{default:"bg-gray-100 text-black",outlined:"border-gray-100 border text-black"},primary:{default:"bg-primary text-white",outlined:"border-primary border text-primary"},secondary:{default:"bg-secondary text-white",outlined:"border-secondary border text-secondary"},accent:{default:"bg-accent text-white",outlined:"border-accent border text-accent"},warning:{default:"bg-warning text-white",outlined:"border-warning border text-warning"},success:{default:"bg-success text-white",outlined:"border-success border text-success"},error:{default:"bg-error text-white",outlined:"border-error border text-error"},info:{default:"bg-info text-white",outlined:"border-info border text-info"},question:{default:"bg-question text-white",outlined:"border-question border text-question"},tip:{default:"bg-tip text-white",outlined:"border-tip border text-tip"}},dl=n=>(t.pushScopeId("data-v-69793e45"),n=n(),t.popScopeId(),n),pl={class:"text-lg"},fl=[dl(()=>t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 6v12m6-6H6"},null,-1))],hl={class:"py-4"},ml=t.defineComponent({__name:"EpAccordeon",props:{title:{default:"En savoir plus"},type:{default:"base"},icon:{},open:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1}},setup(n){const e=n,r=t.ref(e.open),o=t.ref(),s=t.computed(()=>e.outlined?"outlined":"default"),c=t.computed(()=>{var d;return`flex justify-between items-center px-4 py-2 cursor-pointer ${(d=ul[e.type])==null?void 0:d[s.value]}`}),l=t.computed(()=>`px-4 ${F("bg",e.type+"light")}`);t.onMounted(()=>{var d=o.value;e.open&&(d.style.maxHeight=d.scrollHeight+"px")});function i(){r.value=!r.value;var d=o.value;d.style.maxHeight?d.style.maxHeight=null:d.style.maxHeight=d.scrollHeight+"px",d.style.transition||(d.style.transition="max-height 0.2s ease-out")}const{title:a,icon:u}=t.toRefs(e);return(d,h)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",{class:t.normalizeClass(c.value),onClick:i},[t.createElementVNode("h3",pl,[t.unref(u)?(t.openBlock(),t.createBlock(S,{key:0,"icon-path":t.unref(u)},null,8,["icon-path"])):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(t.unref(a)),1)]),(t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:t.normalizeClass(`mx-4 my-3 h-6 w-6 transition-all duration-200 ${r.value?"rotate-45":""}`)},fl,2))],2),t.createElementVNode("div",{ref_key:"collapsible",ref:o,class:t.normalizeClass(`${l.value} content`)},[t.createElementVNode("div",hl,[t.renderSlot(d.$slots,"default",{},void 0,!0)])],2)],64))}}),BI="",K=(n,e)=>{const r=n.__vccOpts||n;for(const[o,s]of e)r[o]=s;return r},wr=K(ml,[["__scopeId","data-v-69793e45"]]),gl={},bl={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},_l=[t.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function kl(n,e){return t.openBlock(),t.createElementBlock("div",bl,_l)}const xl=K(gl,[["render",kl]]),yl={},wl={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Cl=[t.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function El(n,e){return t.openBlock(),t.createElementBlock("div",wl,Cl)}const ql=K(yl,[["render",El]]),Al={},Dl={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Vl=[t.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function Ll(n,e){return t.openBlock(),t.createElementBlock("div",Dl,Vl)}const Sl=K(Al,[["render",Ll]]),Nl={version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 640 360",style:{"enable-background":"new 0 0 640 360"},"xml:space":"preserve"},Bl=t.createStaticVNode(`<pattern y="-20" width="150" height="100" patternUnits="userSpaceOnUse" id="New_Pattern" viewBox="8 -107.8 150 100" style="overflow:visible;"><g><rect x="8" y="-107.8" style="fill:none;" width="150" height="100"></rect><g style="opacity:0.1;"><path d="M159.8-15.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-15.5 M162-7.8
|
|
31
|
+
c0,1.6-0.9,2.9-2.2,3.5v-7.1C161.1-10.7,162-9.3,162-7.8 M153.5-10.4l4.4-4.4v14.2l-4.4-4.4H150v-5.3H153.5z"></path></g><g style="opacity:0.1;"><path d="M9.8-15.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-15.5 M12-7.8
|
|
32
|
+
c0,1.6-0.9,2.9-2.2,3.5v-7.1C11.1-10.7,12-9.3,12-7.8 M3.5-10.4L8-14.8v14.2L3.5-5.1H0v-5.3H3.5z"></path></g><g style="opacity:0.1;"><path d="M159.8-115.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-115.5 M162-107.8
|
|
33
|
+
c0,1.6-0.9,2.9-2.2,3.5v-7.1C161.1-110.7,162-109.3,162-107.8 M153.5-110.4l4.4-4.4v14.2l-4.4-4.4H150v-5.3H153.5z"></path></g><g style="opacity:0.1;"><path d="M84.8-65.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9c0-2.8-1.9-5.2-4.4-5.9V-65.5 M87-57.8
|
|
34
|
+
c0,1.6-0.9,2.9-2.2,3.5v-7.1C86.1-60.7,87-59.3,87-57.8 M78.5-60.4l4.4-4.4v14.2l-4.4-4.4H75v-5.3H78.5z"></path></g><g style="opacity:0.1;"><path d="M9.8-115.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-115.5 M12-107.8
|
|
35
|
+
c0,1.6-0.9,2.9-2.2,3.5v-7.1C11.1-110.7,12-109.3,12-107.8 M3.5-110.4l4.4-4.4v14.2l-4.4-4.4H0v-5.3H3.5z"></path></g></g></pattern>`,1),Tl=t.createElementVNode("path",{style:{fill:"url(#New_Pattern)"},d:"M639,1v358H1V1H639 M640,0H0v360h640V0L640,0z"},null,-1),vl=t.createElementVNode("g",null,[t.createElementVNode("rect",{x:"0.5",y:"0.5",style:{fill:"url(#New_Pattern)"},width:"639",height:"359"})],-1),$l=t.createElementVNode("g",null,[t.createElementVNode("path",{style:{fill:"white"},d:`M310.7,114.7c-31,4.4-53.2,32.4-53.2,63.7v46.8c0,11.5,9.3,20.8,20.8,20.8h20.8v-55.6h-27.8v-12
|
|
36
|
+
c0-24.9,17.9-47.1,42.5-50.1c29.6-3.6,54.7,19.4,54.7,48.3v13.9h-27.8V246h20.8c11.5,0,20.8-9.3,20.8-20.8v-48.6
|
|
37
|
+
C382.5,138.7,349.4,109.1,310.7,114.7z`})],-1),Rl=t.defineComponent({__name:"BgAudio",props:{fill:{default:"fill-primary"}},setup(n){const e=n;return(r,o)=>(t.openBlock(),t.createElementBlock("svg",Nl,[Bl,t.createElementVNode("g",null,[t.createElementVNode("rect",{class:t.normalizeClass(e.fill),width:"640",height:"360"},null,2),Tl]),vl,$l]))}}),Fl={base:{default:"bg-gray-100 text-black",outlined:"bg-white border-gray-100 border text-black"},warning:{default:"bg-warning text-white",outlined:"bg-white border-warning border text-warning"},success:{default:"bg-success text-white",outlined:"bg-white border-success border text-success"},error:{default:"bg-error text-white",outlined:"bg-white border-error border text-error"},info:{default:"bg-info text-white",outlined:"bg-white border-info border text-info"},question:{default:"bg-question text-white",outlined:"bg-white border-question border text-question"},tip:{default:"bg-tip text-white",outlined:"bg-white border-tip border text-tip"}},zl={base:{icon:Ps},warning:{icon:Bs},success:{icon:zs},error:{icon:Ts},info:{icon:Gs},question:{icon:Os},tip:{icon:Ws}},Il={key:0,class:"flex items-center justify-center w-1/12"},Ml={class:"container"},Hl={key:0,class:"text-left text-2xl font-bold"},Cr=t.defineComponent({__name:"EpAlert",props:{type:{default:"base"},title:{default:null},outlined:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},icon:{default:null},compact:{type:Boolean}},setup(n){const e=n,r=t.computed(()=>e.outlined?"outlined":"default"),o=t.computed(()=>{var u;return`${(u=Fl[e.type])==null?void 0:u[r.value]}`}),s=t.computed(()=>{let u=zl[e.type].icon;return e.noIcon?null:e.icon?e.icon:u}),{title:c,compact:l,type:i,outlined:a}=t.toRefs(e);return(u,d)=>t.unref(l)?(t.openBlock(),t.createBlock(wr,{key:1,type:t.unref(i),outlined:t.unref(a),icon:s.value,title:t.unref(c)},{default:t.withCtx(()=>[t.renderSlot(u.$slots,"default")]),_:3},8,["type","outlined","icon","title"])):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`flex p-4 rounded shadow-md m-2 ${o.value}`)},[s.value?(t.openBlock(),t.createElementBlock("div",Il,[t.createVNode(S,{size:40,"icon-path":s.value},null,8,["icon-path"])])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`${s.value?"w-11/12":"w-full"} flex items-center`)},[t.createElementVNode("div",Ml,[t.unref(c)?(t.openBlock(),t.createElementBlock("h3",Hl,t.toDisplayString(t.unref(c)),1)):t.createCommentVNode("",!0),t.unref(c)?(t.openBlock(),t.createBlock(oe,{key:1,size:"border"})):t.createCommentVNode("",!0),t.renderSlot(u.$slots,"default")])],2)],2))}}),Pl=["innerHTML"],Ul={class:"max-w-screen-sm mx-auto"},Ol=["src"],jl=t.defineComponent({__name:"EpAudio",props:{src:{},title:{},intentions:{},credits:{},madateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},messageError:{default:"Mauvais url"},hideIcon:{type:Boolean,default:!1},mandateLevel:{}},setup(n){const e=n,r=t.computed(()=>!!(e.src.endsWith(".mp3")||e.src.endsWith(".ogg")||e.src.endsWith(".wav"))),o=t.computed(()=>F("fill",e.type)),s=t.computed(()=>e.intentions?Z(e.intentions)?e.intentions:Q(e.intentions):null),{src:c,title:l,hideIcon:i,mandateLevel:a}=t.toRefs(e);return(u,d)=>(t.openBlock(),t.createBlock(U,{title:t.unref(l),type:u.type,hideIcon:t.unref(i),icon:t.unref(Us),mandateLevel:t.unref(a)},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",Ul,[t.createVNode(Rl,{fill:o.value},null,8,["fill"]),r.value?(t.openBlock(),t.createElementBlock("audio",{key:0,ref:"video",controls:"",src:t.unref(c),controlsList:"nodownload"},null,8,Ol)):(t.openBlock(),t.createBlock(Cr,{key:1,type:"error",outlined:""},{default:t.withCtx(()=>[t.createElementVNode("p",null,t.toDisplayString(u.messageError),1)]),_:1}))])]),_:2},[s.value?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:s.value},null,8,Pl)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),Gl={class:"flex items-center justify-center mb-2"},Zl={class:"bg-white shadow-xl p-4 max-w-[800px] mx-auto border-solid"},Wl={class:"max-w-[800px] h-[550px] m-auto relative"},Jl={key:0,class:"mt-2 text-sm text-gray-800"},Yl={key:1,class:"flex justify-end"},Ql=["innerHTML"],Kl={class:"flex justify-end"},Xl=t.defineComponent({__name:"EpCarousel",props:{images:{},labelRef:{default:"Référence"},labelClose:{default:"Fermer"}},setup(n){const e=n,r=t.ref(0),o=t.ref(!1),s=()=>{const d=r.value===0?e.images.length-1:r.value-1;r.value=d},c=()=>{const d=r.value===e.images.length-1?0:r.value+1;r.value=d},{images:l,labelClose:i,labelRef:a}=t.toRefs(e);return(u,d)=>{var h,p;return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",Gl,[t.createElementVNode("button",{onClick:s},[t.createVNode(S,{"icon-path":t.unref(Ms)},null,8,["icon-path"])]),t.createTextVNode(" "+t.toDisplayString(r.value+1)+"/"+t.toDisplayString(t.unref(l).length)+" ",1),t.createElementVNode("button",{onClick:c},[t.createVNode(S,{"icon-path":t.unref(Hs)},null,8,["icon-path"])])]),t.createElementVNode("div",Zl,[t.createElementVNode("div",Wl,[t.createElementVNode("div",{class:"w-full h-full bg-center bg-cover duration-500",style:t.normalizeStyle(`background-image:url('${t.unref(l)[r.value].src}')`)},null,4)]),(h=t.unref(l)[r.value])!=null&&h.caption?(t.openBlock(),t.createElementBlock("div",Jl,t.toDisplayString(t.unref(l)[r.value].caption),1)):t.createCommentVNode("",!0),(p=t.unref(l)[r.value])!=null&&p.bib?(t.openBlock(),t.createElementBlock("div",Yl,[t.createVNode(z,{type:"primary",onClick:d[0]||(d[0]=f=>o.value=!0),dark:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(a)),1)]),_:1})])):t.createCommentVNode("",!0)]),t.createVNode(Le,{modelValue:o.value,"onUpdate:modelValue":d[2]||(d[2]=f=>o.value=f),title:"Référence"},{default:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:t.unref(l)[r.value].bib},null,8,Ql),t.createElementVNode("div",Kl,[t.createVNode(z,{onClick:d[1]||(d[1]=f=>o.value=!1),type:"primary",dark:""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(i)),1)]),_:1})])]),_:1},8,["modelValue"])],64)}}}),RI="",ea=K(Xl,[["__scopeId","data-v-ecd9b088"]]),ta=["innerHTML"],ra=["src","height"],na=t.defineComponent({__name:"EpIframe",props:{src:{},big:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean,default:!1},type:{default:"base"},mandateLevel:{}},setup(n){const e=n,r=t.computed(()=>e.intentions?Z(e.intentions)?e.intentions:Q(e.intentions):null),o=t.computed(()=>e.big?"1000":"520"),{src:s,title:c,intentions:l,hideIcon:i}=t.toRefs(e);return(a,u)=>(t.openBlock(),t.createBlock(U,{title:t.unref(c),type:a.type,hideIcon:t.unref(i),icon:t.unref(vs),mandateLevel:a.mandateLevel},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("iframe",{src:t.unref(s),class:"w-full",height:o.value},null,8,ra)]),_:2},[r.value?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:r.value},null,8,ta)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),oa=["innerHTML"],sa={class:"flex justify-center"},ca={class:"w-4/5"},ia={class:"font-medium tracking-wider"},la=t.defineComponent({__name:"EpLink",props:{href:{},label:{},intentions:{default:""},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"primary"},hideIcon:{type:Boolean,default:!1},labelCard:{},icon:{}},setup(n){const e=n,r=t.computed(()=>e.icon?e.icon:Js),o=t.computed(()=>`absolute ${F("bg",e.type+"light")} bottom-0 w-0 left-1/2 h-full -translate-x-1/2 transition-all ease-in-out duration-300 group-hover:w-[105%] -z-[1] group-focus:w-[105%]`),{href:s,label:c,intentions:l,mandateLevel:i,hideIcon:a}=t.toRefs(e);return(u,d)=>(t.openBlock(),t.createBlock(U,{title:u.labelCard,icon:r.value,flat:"",type:u.type,hideIcon:t.unref(a),mandateLevel:t.unref(i)},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",sa,[t.createElementVNode("div",ca,[t.createVNode(z,{block:"",color:"text-white",rounded:"",type:u.type,prependIcon:r.value,href:t.unref(s),extraClass:"group font-medium tracking-wide relative inline-flex justify-center overflow-hidden z-10 transition-all duration-300 ease-in-out "},{default:t.withCtx(()=>[t.createElementVNode("span",ia,t.toDisplayString(t.unref(c)),1),t.createElementVNode("span",{class:t.normalizeClass(o.value)},null,2)]),_:1},8,["type","prependIcon","href"])])])]),_:2},[t.unref(j)(t.unref(l))?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:t.unref(j)(t.unref(l))},null,8,oa)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"]))}}),aa=["innerHTML"],ua={class:"flex flex-col items-center border rounded-lg bg-neutral-100 md:flex-row mt-2"},da=["src","alt"],pa={key:1,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},fa={class:"w-full"},ha={class:"w-full px-5"},ma={class:"flex justify-between items-center rounded-t-md p-2"},ga="https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg",ba=t.defineComponent({__name:"EpSoftware",props:{url:{},cover:{default:""},title:{},mandateLevel:{},intentions:{default:""},version_link:{},hideCover:{type:Boolean,default:!1},version:{},type:{default:"base"},hideIcon:{type:Boolean,default:!1},labelCard:{}},setup(n){const e=n,r=t.computed(()=>!(e.cover===ga||e.cover.trim().length===0)),{title:o,intentions:s,cover:c,hideCover:l,version:i,labelCard:a,hideIcon:u,mandateLevel:d}=t.toRefs(e);return(h,p)=>(t.openBlock(),t.createBlock(U,{title:t.unref(a),icon:t.unref(pr),flat:"",type:h.type,hideIcon:t.unref(u),mandateLevel:t.unref(d)},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",ua,[t.unref(l)?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[r.value?(t.openBlock(),t.createElementBlock("img",{key:0,class:"object-cover h-24 w-full rounded-t-lg object-cover md:h-auto md:w-24 md:rounded-none md:rounded-l-lg",src:t.unref(c),alt:`image de la lecture ${t.unref(o)}`},null,8,da)):(t.openBlock(),t.createElementBlock("div",pa,[t.createVNode(S,{"icon-path":t.unref(pr),size:"95"},null,8,["icon-path"])]))],64)),t.createElementVNode("div",fa,[t.createElementVNode("div",ha,[t.createElementVNode("div",ma,[t.createElementVNode("h4",null,[t.createTextVNode(t.toDisplayString(t.unref(o))+" ",1),t.unref(i)?(t.openBlock(),t.createBlock(se,{key:0,size:"small",type:"base"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(i)),1)]),_:1})):t.createCommentVNode("",!0)]),t.createVNode(z,{rounded:"",type:"base",prependIcon:t.unref(fr)},{default:t.withCtx(()=>[t.createTextVNode("[Accéder au logiciel]")]),_:1},8,["prependIcon"])])])])])]),actions:t.withCtx(()=>[]),_:2},[t.unref(j)(t.unref(s))?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:t.unref(j)(t.unref(s))},null,8,aa)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"]))}}),_a={},ka={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},xa=[t.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function ya(n,e){return t.openBlock(),t.createElementBlock("div",ka,xa)}const wa=K(_a,[["render",ya]]),Ca={},Ea={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},qa=[t.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function Aa(n,e){return t.openBlock(),t.createElementBlock("div",Ea,qa)}const Da=K(Ca,[["render",Aa]]),Va=["innerHTML"],La={class:"max-w-screen-sm mx-auto"},Sa=["src"],Na=["src"],Ba=t.defineComponent({__name:"EpVideo",props:{src:{},title:{},intentions:{},credits:{},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(n){const e=n,r=t.ref(),o=t.computed(()=>!!(e.src.endsWith(".mp4")||e.src.endsWith(".ogg")||e.src.endsWith(".webm"))),s=t.computed(()=>{const d=e.src;return!o.value&&d.includes("https://vimeo.com/")?d.replace("https://vimeo.com/","https://player.vimeo.com/video/"):d}),c=t.computed(()=>e.intentions?Z(e.intentions)?e.intentions:Q(e.intentions):null),{src:l,title:i,hideIcon:a,type:u}=t.toRefs(e);return(d,h)=>(t.openBlock(),t.createBlock(U,{title:t.unref(i),type:t.unref(u),hideIcon:t.unref(a),icon:t.unref(hr),mandateLevel:d.mandateLevel},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",La,[o.value?(t.openBlock(),t.createElementBlock("video",{key:0,ref_key:"video",ref:r,controls:"",src:t.unref(l),width:"640",controlsList:"nodownload"},null,8,Sa)):(t.openBlock(),t.createElementBlock("iframe",{key:1,src:s.value,width:"100%",height:"360",frameborder:"0",allowfullscreen:""},null,8,Na))])]),_:2},[c.value?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:c.value},null,8,Va)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),Ta=["innerHTML"],va={class:"max-w-screen-sm mx-auto"},$a=["src"],Ra=t.defineComponent({__name:"EpVideoPanopto",props:{src:{},title:{},intentions:{},credits:{},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(n){const e=n,r=t.computed(()=>e.intentions?Z(e.intentions)?e.intentions:Q(e.intentions):null),{src:o,title:s,hideIcon:c,type:l}=t.toRefs(e);return(i,a)=>(t.openBlock(),t.createBlock(U,{title:t.unref(s),type:t.unref(l),hideIcon:t.unref(c),icon:t.unref(hr),mandateLevel:i.mandateLevel},t.createSlots({content:t.withCtx(()=>[t.createElementVNode("div",va,[t.createElementVNode("iframe",{src:t.unref(o),width:"100%",height:"360",frameborder:"0",allowfullscreen:""},null,8,$a)])]),_:2},[r.value?{name:"intentions",fn:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:r.value},null,8,Ta)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),Fa={class:"items-center overflow-hidden bg-white"},za={class:"flex mt-2 place-self-end gap-2 lg:flex-row"},Ia={id:"title-content",class:"w-full grow flex items-end"},Ma={class:"container flex flex-col px-8 py-24 mx-auto max-w-7xl md:flex-row lg:px-16"},Ha={key:0,class:"p-4 md:items-center backdrop-blur-md backdrop-brightness-50 backdrop-opacity-75 rounded-xl"},Pa={class:"text-center md:text-left"},Ua={class:"text-2xl font-medium tracking-tight text-white sm:text-4xl"},Oa={class:"max-w-xl mt-4 text-xl tracking-tight text-white contrast-50"},ja={key:0,id:"action",class:"place-self-center pb-12 animate-bounce"},Ga={class:"mx-auto w-12 bg-white rounded-full p-2"},Za={class:"items-center pb-12 max-w-7xl lg:pb-24"},Wa={class:"justify-center w-full mx-auto bg-stone-100"},Ja={class:"flex py-3 border-y","aria-label":"Breadcrumb"},Ya={role:"list",class:"flex items-center pl-2 space-x-2"},Qa={class:"flex items-center"},Ka={href:"#",class:"inline-flex items-center text-sm font-medium text-gray-500 duration-200 hover:text-gray-700 hover:scale-95"},Xa=t.createElementVNode("span",{class:"ml-2"}," Parent ",-1),eu=t.createStaticVNode('<li><div class="flex items-center"><span class="flex-shrink-0 w-5 h-5 text-gray-300"> / </span><a href="#" class="ml-4 text-sm font-medium text-gray-500 hover:scale-95 hover:text-gray-700"> Parent </a></div></li><li><div class="flex items-center"><span class="flex-shrink-0 w-5 h-5 text-gray-300"> / </span><a href="#" class="ml-4 text-sm font-medium text-gray-500 hover:scale-95 hover:text-gray-700"> Parent </a></div></li><li><div class="flex items-center"><span class="flex-shrink-0 w-5 h-5 text-gray-300"> / </span><a href="#" class="ml-4 text-sm font-medium text-blue-500 hover:scale-95 hover:text-gray-700" aria-current="page"> Current </a></div></li>',3),tu=t.defineComponent({__name:"EpHeader",props:{title:{default:null},subtitle:{},icon:{default:null},color:{default:null},taxonomyLevel:{},courseCode:{},courseTitle:{},height:{default:null},src:{default:null},synchrone:{type:Boolean,default:!1},duration:{default:null},assessment:{default:null}},setup(n){const e=n;t.computed(()=>e.color);const r=t.computed(()=>`
|
|
38
|
+
flex
|
|
39
|
+
flex-col
|
|
40
|
+
items-start
|
|
41
|
+
overflow-hidden
|
|
42
|
+
w-full
|
|
43
|
+
${e.height!==null?"min-h-screen":"h-96"}
|
|
44
|
+
bg-cover
|
|
45
|
+
bg-blue-500
|
|
46
|
+
bg-blend-multiply `),o=t.computed(()=>e.src?e.src:"https://picsum.photos/800/480?random"),{title:s,icon:c,color:l,src:i,height:a}=t.toRefs(e);return(u,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("section",Fa,[t.createElementVNode("div",{class:t.normalizeClass(r.value),style:t.normalizeStyle(`background-image:url('${o.value}')`)},[t.createElementVNode("div",za,[u.synchrone?(t.openBlock(),t.createBlock(se,{key:0,color:"secondary",prependIcon:t.unref(Rs)},{default:t.withCtx(()=>[t.createTextVNode("Synchrone")]),_:1},8,["prependIcon"])):t.createCommentVNode("",!0),u.duration?(t.openBlock(),t.createBlock(se,{key:1,color:"secondary",prependIcon:t.unref(Ys)},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(u.duration),1)]),_:1},8,["prependIcon"])):t.createCommentVNode("",!0),u.assessment?(t.openBlock(),t.createBlock(se,{key:2,color:"secondary",prependIcon:t.unref(Fs)},{default:t.withCtx(()=>[t.createTextVNode("Formatif")]),_:1},8,["prependIcon"])):t.createCommentVNode("",!0)]),t.createElementVNode("div",Ia,[t.createElementVNode("div",Ma,[t.unref(s)?(t.openBlock(),t.createElementBlock("div",Ha,[t.createElementVNode("div",Pa,[t.createElementVNode("div",null,[t.createElementVNode("p",Ua,t.toDisplayString(t.unref(s)),1),t.createElementVNode("p",Oa,t.toDisplayString(u.subtitle),1)])])])):t.createCommentVNode("",!0)])]),e.height!==null?(t.openBlock(),t.createElementBlock("div",ja,[t.createElementVNode("div",Ga,[t.createVNode(S,{iconPath:t.unref(Is),size:"32"},null,8,["iconPath"])])])):t.createCommentVNode("",!0)],6)]),t.createElementVNode("section",null,[t.createElementVNode("div",Za,[t.createElementVNode("div",Wa,[t.createElementVNode("nav",Ja,[t.createElementVNode("ol",Ya,[t.createElementVNode("li",null,[t.createElementVNode("div",Qa,[t.createElementVNode("a",Ka,[t.createVNode(S,{iconPath:t.unref(js),size:"22"},null,8,["iconPath"]),Xa])])]),eu])])])])])],64))}}),ru={class:"flex flex-wrap rounded-lg bg-white"},nu=["src"],ou={class:"p-6 flex-1"},su={class:"text-xs italic text-neutral-500"},cu=t.defineComponent({__name:"EpQuote",props:{name:{default:null},src:{default:null},quotes:{type:Boolean,default:!1}},setup(n){const e=n,{name:r,src:o,quotes:s}=t.toRefs(e);return(c,l)=>(t.openBlock(),t.createBlock(Ve,{density:"compact"},{default:t.withCtx(()=>[t.createElementVNode("div",ru,[t.unref(o)?(t.openBlock(),t.createElementBlock("img",{key:0,class:"h-96 w-full rounded-t-lg object-cover lg:h-auto lg:w-48 lg:rounded-none lg:rounded-l-lg",src:t.unref(o),alt:"Image of quote"},null,8,nu)):t.createCommentVNode("",!0),t.createElementVNode("div",ou,[t.renderSlot(c.$slots,"default"),t.unref(r)?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createVNode(oe,{size:"border"}),t.createElementVNode("p",su,t.toDisplayString(t.unref(r)),1)],64)):t.createCommentVNode("",!0)])])]),_:3}))}});E.EpAccordeon=wr,E.EpAlert=Cr,E.EpAudio=jl,E.EpBadge=Sc,E.EpBtn=z,E.EpCard=Ve,E.EpCarousel=ea,E.EpChip=se,E.EpContentSlider=xl,E.EpDivider=oe,E.EpEdu=U,E.EpFlex=Kc,E.EpHeader=tu,E.EpIcon=S,E.EpIframe=na,E.EpImg=Dc,E.EpLink=la,E.EpModal=Le,E.EpQuestion=ql,E.EpQuote=cu,E.EpReading=al,E.EpScope=br,E.EpSection=jc,E.EpSoftware=ba,E.EpSpinner=Yc,E.EpSvg=wa,E.EpTable=ni,E.EpTabs=Sl,E.EpTerm=mr,E.EpText=fc,E.EpTimeLine=Da,E.EpVideo=Ba,E.EpVideoPanopto=Ra,Object.defineProperty(E,Symbol.toStringTag,{value:"Module"})});
|