import{E as EffectScope,R as ReactiveEffect,B as customRef,C as effect$1,D as effectScope,G as getCurrentScope,H as isProxy,I as isReactive,J as isReadonly,K as isRef,L as isShallow,M as markRaw,N as onScopeDispose,O as proxyRefs,a as reactive,P as readonly,r as ref,Q as shallowReactive,S as shallowReadonly,U as shallowRef,V as stop,W as toRaw,X as toRef,Y as toRefs,Z as triggerRef,u as unref,_ as camelize,$ as capitalize,a0 as normalizeClass,a1 as normalizeProps,a2 as normalizeStyle,a3 as toDisplayString,a4 as toHandlerKey,a5 as BaseTransition,a6 as Comment,F as Fragment,a7 as KeepAlive,a8 as Static,a9 as Suspense,l as Teleport,aa as Text,ab as callWithAsyncErrorHandling,ac as callWithErrorHandling,ad as cloneVNode,ae as compatUtils,b as computed,af as createBlock,ag as createCommentVNode,ah as createElementBlock,ai as createBaseVNode,aj as createHydrationRenderer,ak as createPropsRestProxy,al as createRenderer,am as createSlots,an as createStaticVNode,s as createTextVNode,c as createVNode,ao as defineAsyncComponent,d as defineComponent,ap as defineEmits,aq as defineExpose,ar as defineProps,as as devtools,g as getCurrentInstance,at as getTransitionRawChildren,au as guardReactiveProps,av as h$1,aw as handleError,ax as initCustomFormatter,i as inject,ay as isMemoSame,az as isRuntimeOnly,aA as isVNode,aB as mergeDefaults,m as mergeProps,n as nextTick,e as onActivated,aC as onBeforeMount,h as onBeforeUnmount,q as onBeforeUpdate,f as onDeactivated,aD as onErrorCaptured,o as onMounted,aE as onRenderTracked,aF as onRenderTriggered,aG as onServerPrefetch,t as onUnmounted,A as onUpdated,aH as openBlock,aI as popScopeId,p as provide,aJ as pushScopeId,aK as queuePostFlushCb,aL as registerRuntimeCompiler,aM as renderList,aN as renderSlot,aO as resolveComponent,y as resolveDirective,aP as resolveDynamicComponent,aQ as resolveFilter,aR as resolveTransitionHooks,aS as setBlockTracking,aT as setDevtoolsHook,aU as setTransitionHooks,aV as ssrContextKey,aW as ssrUtils,aX as toHandlers,aY as transformVNodeArgs,aZ as useAttrs,a_ as useSSRContext,a$ as useSlots,b0 as useTransitionState,b1 as version$1,b2 as warn,w as watch,j as watchEffect,b3 as watchPostEffect,b4 as watchSyncEffect,b5 as withAsyncContext,b6 as withCtx,b7 as withDefaults,k as withDirectives,b8 as withMemo,b9 as withScopeId,T as Transition,ba as TransitionGroup,bb as VueElement,x as createApp,bc as createSSRApp,bd as defineCustomElement,be as defineSSRCustomElement,bf as hydrate,bg as initDirectivesForSSR,bh as render,bi as useCssModule,bj as useCssVars,bk as vModelCheckbox,bl as vModelDynamic,bm as vModelRadio,bn as vModelSelect,bo as vModelText,v as vShow,z as withKeys,bp as withModifiers}from"./vue.9fe1449e.js";import{c as commonjsGlobal,g as getAugmentedNamespace}from"./highlight.js.b879387e.js";const compile=()=>{};var vue_runtime_esmBundler=Object.freeze(Object.defineProperty({__proto__:null,compile,EffectScope,ReactiveEffect,customRef,effect:effect$1,effectScope,getCurrentScope,isProxy,isReactive,isReadonly,isRef,isShallow,markRaw,onScopeDispose,proxyRefs,reactive,readonly,ref,shallowReactive,shallowReadonly,shallowRef,stop,toRaw,toRef,toRefs,triggerRef,unref,camelize,capitalize,normalizeClass,normalizeProps,normalizeStyle,toDisplayString,toHandlerKey,BaseTransition,Comment,Fragment,KeepAlive,Static,Suspense,Teleport,Text,callWithAsyncErrorHandling,callWithErrorHandling,cloneVNode,compatUtils,computed,createBlock,createCommentVNode,createElementBlock,createElementVNode:createBaseVNode,createHydrationRenderer,createPropsRestProxy,createRenderer,createSlots,createStaticVNode,createTextVNode,createVNode,defineAsyncComponent,defineComponent,defineEmits,defineExpose,defineProps,get devtools(){return devtools},getCurrentInstance,getTransitionRawChildren,guardReactiveProps,h:h$1,handleError,initCustomFormatter,inject,isMemoSame,isRuntimeOnly,isVNode,mergeDefaults,mergeProps,nextTick,onActivated,onBeforeMount,onBeforeUnmount,onBeforeUpdate,onDeactivated,onErrorCaptured,onMounted,onRenderTracked,onRenderTriggered,onServerPrefetch,onUnmounted,onUpdated,openBlock,popScopeId,provide,pushScopeId,queuePostFlushCb,registerRuntimeCompiler,renderList,renderSlot,resolveComponent,resolveDirective,resolveDynamicComponent,resolveFilter,resolveTransitionHooks,setBlockTracking,setDevtoolsHook,setTransitionHooks,ssrContextKey,ssrUtils,toHandlers,transformVNodeArgs,useAttrs,useSSRContext,useSlots,useTransitionState,version:version$1,warn,watch,watchEffect,watchPostEffect,watchSyncEffect,withAsyncContext,withCtx,withDefaults,withDirectives,withMemo,withScopeId,Transition,TransitionGroup,VueElement,createApp,createSSRApp,defineCustomElement,defineSSRCustomElement,hydrate,initDirectivesForSSR,render,useCssModule,useCssVars,vModelCheckbox,vModelDynamic,vModelRadio,vModelSelect,vModelText,vShow,withKeys,withModifiers},Symbol.toStringTag,{value:"Module"}));/*!
* vue-router v4.1.6
* (c) 2022 Eduardo San Martin Morote
* @license MIT
*/const isBrowser=typeof window!="undefined";function isESModule(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const assign$2=Object.assign;function applyToParams(e,t){const n={};for(const r in t){const i=t[r];n[r]=isArray$4(i)?i.map(e):e(i)}return n}const noop$3=()=>{},isArray$4=Array.isArray,TRAILING_SLASH_RE=/\/$/,removeTrailingSlash=e=>e.replace(TRAILING_SLASH_RE,"");function parseURL(e,t,n="/"){let r,i={},g="",y="";const k=t.indexOf("#");let $=t.indexOf("?");return k<$&&k>=0&&($=-1),$>-1&&(r=t.slice(0,$),g=t.slice($+1,k>-1?k:t.length),i=e(g)),k>-1&&(r=r||t.slice(0,k),y=t.slice(k,t.length)),r=resolveRelativePath(r!=null?r:t,n),{fullPath:r+(g&&"?")+g+y,path:r,query:i,hash:y}}function stringifyURL(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function stripBase(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function isSameRouteLocation(e,t,n){const r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&isSameRouteRecord(t.matched[r],n.matched[i])&&isSameRouteLocationParams(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function isSameRouteRecord(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function isSameRouteLocationParams(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!isSameRouteLocationParamsValue(e[n],t[n]))return!1;return!0}function isSameRouteLocationParamsValue(e,t){return isArray$4(e)?isEquivalentArray(e,t):isArray$4(t)?isEquivalentArray(t,e):e===t}function isEquivalentArray(e,t){return isArray$4(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function resolveRelativePath(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let i=n.length-1,g,y;for(g=0;g1&&i--;else break;return n.slice(0,i).join("/")+"/"+r.slice(g-(g===r.length?1:0)).join("/")}var NavigationType;(function(e){e.pop="pop",e.push="push"})(NavigationType||(NavigationType={}));var NavigationDirection;(function(e){e.back="back",e.forward="forward",e.unknown=""})(NavigationDirection||(NavigationDirection={}));function normalizeBase(e){if(!e)if(isBrowser){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),removeTrailingSlash(e)}const BEFORE_HASH_RE=/^[^#]+#/;function createHref(e,t){return e.replace(BEFORE_HASH_RE,"#")+t}function getElementPosition(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const computeScrollPosition=()=>({left:window.pageXOffset,top:window.pageYOffset});function scrollToPosition(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),i=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=getElementPosition(i,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function getScrollKey(e,t){return(history.state?history.state.position-t:-1)+e}const scrollPositions=new Map;function saveScrollPosition(e,t){scrollPositions.set(e,t)}function getSavedScrollPosition(e){const t=scrollPositions.get(e);return scrollPositions.delete(e),t}let createBaseLocation=()=>location.protocol+"//"+location.host;function createCurrentLocation(e,t){const{pathname:n,search:r,hash:i}=t,g=e.indexOf("#");if(g>-1){let k=i.includes(e.slice(g))?e.slice(g).length:1,$=i.slice(k);return $[0]!=="/"&&($="/"+$),stripBase($,"")}return stripBase(n,e)+r+i}function useHistoryListeners(e,t,n,r){let i=[],g=[],y=null;const k=({state:L})=>{const z=createCurrentLocation(e,location),B=n.value,q=t.value;let H=0;if(L){if(n.value=z,t.value=L,y&&y===B){y=null;return}H=q?L.position-q.position:0}else r(z);i.forEach(V=>{V(n.value,B,{delta:H,type:NavigationType.pop,direction:H?H>0?NavigationDirection.forward:NavigationDirection.back:NavigationDirection.unknown})})};function $(){y=n.value}function j(L){i.push(L);const z=()=>{const B=i.indexOf(L);B>-1&&i.splice(B,1)};return g.push(z),z}function C(){const{history:L}=window;!L.state||L.replaceState(assign$2({},L.state,{scroll:computeScrollPosition()}),"")}function R(){for(const L of g)L();g=[],window.removeEventListener("popstate",k),window.removeEventListener("beforeunload",C)}return window.addEventListener("popstate",k),window.addEventListener("beforeunload",C),{pauseListeners:$,listen:j,destroy:R}}function buildState(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?computeScrollPosition():null}}function useHistoryStateNavigation(e){const{history:t,location:n}=window,r={value:createCurrentLocation(e,n)},i={value:t.state};i.value||g(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function g($,j,C){const R=e.indexOf("#"),L=R>-1?(n.host&&document.querySelector("base")?e:e.slice(R))+$:createBaseLocation()+e+$;try{t[C?"replaceState":"pushState"](j,"",L),i.value=j}catch(z){console.error(z),n[C?"replace":"assign"](L)}}function y($,j){const C=assign$2({},t.state,buildState(i.value.back,$,i.value.forward,!0),j,{position:i.value.position});g($,C,!0),r.value=$}function k($,j){const C=assign$2({},i.value,t.state,{forward:$,scroll:computeScrollPosition()});g(C.current,C,!0);const R=assign$2({},buildState(r.value,$,null),{position:C.position+1},j);g($,R,!1),r.value=$}return{location:r,state:i,push:k,replace:y}}function createWebHistory(e){e=normalizeBase(e);const t=useHistoryStateNavigation(e),n=useHistoryListeners(e,t.state,t.location,t.replace);function r(g,y=!0){y||n.pauseListeners(),history.go(g)}const i=assign$2({location:"",base:e,go:r,createHref:createHref.bind(null,e)},t,n);return Object.defineProperty(i,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,"state",{enumerable:!0,get:()=>t.state.value}),i}function createWebHashHistory(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),createWebHistory(e)}function isRouteLocation(e){return typeof e=="string"||e&&typeof e=="object"}function isRouteName(e){return typeof e=="string"||typeof e=="symbol"}const START_LOCATION_NORMALIZED={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},NavigationFailureSymbol=Symbol("");var NavigationFailureType;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(NavigationFailureType||(NavigationFailureType={}));function createRouterError(e,t){return assign$2(new Error,{type:e,[NavigationFailureSymbol]:!0},t)}function isNavigationFailure(e,t){return e instanceof Error&&NavigationFailureSymbol in e&&(t==null||!!(e.type&t))}const BASE_PARAM_PATTERN="[^/]+?",BASE_PATH_PARSER_OPTIONS={sensitive:!1,strict:!1,start:!0,end:!0},REGEX_CHARS_RE=/[.+*?^${}()[\]/\\]/g;function tokensToParser(e,t){const n=assign$2({},BASE_PATH_PARSER_OPTIONS,t),r=[];let i=n.start?"^":"";const g=[];for(const j of e){const C=j.length?[]:[90];n.strict&&!j.length&&(i+="/");for(let R=0;Rt.length?t.length===1&&t[0]===40+40?1:-1:0}function comparePathParserScore(e,t){let n=0;const r=e.score,i=t.score;for(;n0&&t[t.length-1]<0}const ROOT_TOKEN={type:0,value:""},VALID_PARAM_RE=/[a-zA-Z0-9_]/;function tokenizePath(e){if(!e)return[[]];if(e==="/")return[[ROOT_TOKEN]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(z){throw new Error(`ERR (${n})/"${j}": ${z}`)}let n=0,r=n;const i=[];let g;function y(){g&&i.push(g),g=[]}let k=0,$,j="",C="";function R(){!j||(n===0?g.push({type:0,value:j}):n===1||n===2||n===3?(g.length>1&&($==="*"||$==="+")&&t(`A repeatable param (${j}) must be alone in its segment. eg: '/:ids+.`),g.push({type:1,value:j,regexp:C,repeatable:$==="*"||$==="+",optional:$==="*"||$==="?"})):t("Invalid state to consume buffer"),j="")}function L(){j+=$}for(;k{y(K)}:noop$3}function y(C){if(isRouteName(C)){const R=r.get(C);R&&(r.delete(C),n.splice(n.indexOf(R),1),R.children.forEach(y),R.alias.forEach(y))}else{const R=n.indexOf(C);R>-1&&(n.splice(R,1),C.record.name&&r.delete(C.record.name),C.children.forEach(y),C.alias.forEach(y))}}function k(){return n}function $(C){let R=0;for(;R=0&&(C.record.path!==n[R].record.path||!isRecordChildOf(C,n[R]));)R++;n.splice(R,0,C),C.record.name&&!isAliasRecord(C)&&r.set(C.record.name,C)}function j(C,R){let L,z={},B,q;if("name"in C&&C.name){if(L=r.get(C.name),!L)throw createRouterError(1,{location:C});q=L.record.name,z=assign$2(paramsFromLocation(R.params,L.keys.filter(K=>!K.optional).map(K=>K.name)),C.params&¶msFromLocation(C.params,L.keys.map(K=>K.name))),B=L.stringify(z)}else if("path"in C)B=C.path,L=n.find(K=>K.re.test(B)),L&&(z=L.parse(B),q=L.record.name);else{if(L=R.name?r.get(R.name):n.find(K=>K.re.test(R.path)),!L)throw createRouterError(1,{location:C,currentLocation:R});q=L.record.name,z=assign$2({},R.params,C.params),B=L.stringify(z)}const H=[];let V=L;for(;V;)H.unshift(V.record),V=V.parent;return{name:q,path:B,params:z,matched:H,meta:mergeMetaFields(H)}}return e.forEach(C=>g(C)),{addRoute:g,resolve:j,removeRoute:y,getRoutes:k,getRecordMatcher:i}}function paramsFromLocation(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function normalizeRouteRecord(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:normalizeRecordProps(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function normalizeRecordProps(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="boolean"?n:n[r];return t}function isAliasRecord(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function mergeMetaFields(e){return e.reduce((t,n)=>assign$2(t,n.meta),{})}function mergeOptions(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function isRecordChildOf(e,t){return t.children.some(n=>n===e||isRecordChildOf(e,n))}const HASH_RE=/#/g,AMPERSAND_RE=/&/g,SLASH_RE=/\//g,EQUAL_RE=/=/g,IM_RE=/\?/g,PLUS_RE=/\+/g,ENC_BRACKET_OPEN_RE=/%5B/g,ENC_BRACKET_CLOSE_RE=/%5D/g,ENC_CARET_RE=/%5E/g,ENC_BACKTICK_RE=/%60/g,ENC_CURLY_OPEN_RE=/%7B/g,ENC_PIPE_RE=/%7C/g,ENC_CURLY_CLOSE_RE=/%7D/g,ENC_SPACE_RE=/%20/g;function commonEncode(e){return encodeURI(""+e).replace(ENC_PIPE_RE,"|").replace(ENC_BRACKET_OPEN_RE,"[").replace(ENC_BRACKET_CLOSE_RE,"]")}function encodeHash(e){return commonEncode(e).replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryValue(e){return commonEncode(e).replace(PLUS_RE,"%2B").replace(ENC_SPACE_RE,"+").replace(HASH_RE,"%23").replace(AMPERSAND_RE,"%26").replace(ENC_BACKTICK_RE,"`").replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryKey(e){return encodeQueryValue(e).replace(EQUAL_RE,"%3D")}function encodePath(e){return commonEncode(e).replace(HASH_RE,"%23").replace(IM_RE,"%3F")}function encodeParam(e){return e==null?"":encodePath(e).replace(SLASH_RE,"%2F")}function decode$1(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function parseQuery(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let i=0;ig&&encodeQueryValue(g)):[r&&encodeQueryValue(r)]).forEach(g=>{g!==void 0&&(t+=(t.length?"&":"")+n,g!=null&&(t+="="+g))})}return t}function normalizeQuery(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=isArray$4(r)?r.map(i=>i==null?null:""+i):r==null?r:""+r)}return t}const matchedRouteKey=Symbol(""),viewDepthKey=Symbol(""),routerKey=Symbol(""),routeLocationKey=Symbol(""),routerViewLocationKey=Symbol("");function useCallbacks(){let e=[];function t(r){return e.push(r),()=>{const i=e.indexOf(r);i>-1&&e.splice(i,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function registerGuard(e,t,n){const r=()=>{e[t].delete(n)};onUnmounted(r),onDeactivated(r),onActivated(()=>{e[t].add(n)}),e[t].add(n)}function onBeforeRouteUpdate(e){const t=inject(matchedRouteKey,{}).value;!t||registerGuard(t,"updateGuards",e)}function guardToPromiseFn(e,t,n,r,i){const g=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((y,k)=>{const $=R=>{R===!1?k(createRouterError(4,{from:n,to:t})):R instanceof Error?k(R):isRouteLocation(R)?k(createRouterError(2,{from:t,to:R})):(g&&r.enterCallbacks[i]===g&&typeof R=="function"&&g.push(R),y())},j=e.call(r&&r.instances[i],t,n,$);let C=Promise.resolve(j);e.length<3&&(C=C.then($)),C.catch(R=>k(R))})}function extractComponentsGuards(e,t,n,r){const i=[];for(const g of e)for(const y in g.components){let k=g.components[y];if(!(t!=="beforeRouteEnter"&&!g.instances[y]))if(isRouteComponent(k)){const j=(k.__vccOpts||k)[t];j&&i.push(guardToPromiseFn(j,n,r,g,y))}else{let $=k();i.push(()=>$.then(j=>{if(!j)return Promise.reject(new Error(`Couldn't resolve component "${y}" at "${g.path}"`));const C=isESModule(j)?j.default:j;g.components[y]=C;const L=(C.__vccOpts||C)[t];return L&&guardToPromiseFn(L,n,r,g,y)()}))}}return i}function isRouteComponent(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function useLink(e){const t=inject(routerKey),n=inject(routeLocationKey),r=computed(()=>t.resolve(unref(e.to))),i=computed(()=>{const{matched:$}=r.value,{length:j}=$,C=$[j-1],R=n.matched;if(!C||!R.length)return-1;const L=R.findIndex(isSameRouteRecord.bind(null,C));if(L>-1)return L;const z=getOriginalPath($[j-2]);return j>1&&getOriginalPath(C)===z&&R[R.length-1].path!==z?R.findIndex(isSameRouteRecord.bind(null,$[j-2])):L}),g=computed(()=>i.value>-1&&includesParams(n.params,r.value.params)),y=computed(()=>i.value>-1&&i.value===n.matched.length-1&&isSameRouteLocationParams(n.params,r.value.params));function k($={}){return guardEvent($)?t[unref(e.replace)?"replace":"push"](unref(e.to)).catch(noop$3):Promise.resolve()}return{route:r,href:computed(()=>r.value.href),isActive:g,isExactActive:y,navigate:k}}const RouterLinkImpl=defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink,setup(e,{slots:t}){const n=reactive(useLink(e)),{options:r}=inject(routerKey),i=computed(()=>({[getLinkClass(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[getLinkClass(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const g=t.default&&t.default(n);return e.custom?g:h$1("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:i.value},g)}}}),RouterLink=RouterLinkImpl;function guardEvent(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function includesParams(e,t){for(const n in t){const r=t[n],i=e[n];if(typeof r=="string"){if(r!==i)return!1}else if(!isArray$4(i)||i.length!==r.length||r.some((g,y)=>g!==i[y]))return!1}return!0}function getOriginalPath(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const getLinkClass=(e,t,n)=>e!=null?e:t!=null?t:n,RouterViewImpl=defineComponent({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=inject(routerViewLocationKey),i=computed(()=>e.route||r.value),g=inject(viewDepthKey,0),y=computed(()=>{let j=unref(g);const{matched:C}=i.value;let R;for(;(R=C[j])&&!R.components;)j++;return j}),k=computed(()=>i.value.matched[y.value]);provide(viewDepthKey,computed(()=>y.value+1)),provide(matchedRouteKey,k),provide(routerViewLocationKey,i);const $=ref();return watch(()=>[$.value,k.value,e.name],([j,C,R],[L,z,B])=>{C&&(C.instances[R]=j,z&&z!==C&&j&&j===L&&(C.leaveGuards.size||(C.leaveGuards=z.leaveGuards),C.updateGuards.size||(C.updateGuards=z.updateGuards))),j&&C&&(!z||!isSameRouteRecord(C,z)||!L)&&(C.enterCallbacks[R]||[]).forEach(q=>q(j))},{flush:"post"}),()=>{const j=i.value,C=e.name,R=k.value,L=R&&R.components[C];if(!L)return normalizeSlot(n.default,{Component:L,route:j});const z=R.props[C],B=z?z===!0?j.params:typeof z=="function"?z(j):z:null,H=h$1(L,assign$2({},B,t,{onVnodeUnmounted:V=>{V.component.isUnmounted&&(R.instances[C]=null)},ref:$}));return normalizeSlot(n.default,{Component:H,route:j})||H}}});function normalizeSlot(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const RouterView=RouterViewImpl;function createRouter(e){const t=createRouterMatcher(e.routes,e),n=e.parseQuery||parseQuery,r=e.stringifyQuery||stringifyQuery,i=e.history,g=useCallbacks(),y=useCallbacks(),k=useCallbacks(),$=shallowRef(START_LOCATION_NORMALIZED);let j=START_LOCATION_NORMALIZED;isBrowser&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const C=applyToParams.bind(null,fe=>""+fe),R=applyToParams.bind(null,encodeParam),L=applyToParams.bind(null,decode$1);function z(fe,ve){let be,le;return isRouteName(fe)?(be=t.getRecordMatcher(fe),le=ve):le=fe,t.addRoute(le,be)}function B(fe){const ve=t.getRecordMatcher(fe);ve&&t.removeRoute(ve)}function q(){return t.getRoutes().map(fe=>fe.record)}function H(fe){return!!t.getRecordMatcher(fe)}function V(fe,ve){if(ve=assign$2({},ve||$.value),typeof fe=="string"){const _e=parseURL(n,fe,ve.path),ye=t.resolve({path:_e.path},ve),Me=i.createHref(_e.fullPath);return assign$2(_e,ye,{params:L(ye.params),hash:decode$1(_e.hash),redirectedFrom:void 0,href:Me})}let be;if("path"in fe)be=assign$2({},fe,{path:parseURL(n,fe.path,ve.path).path});else{const _e=assign$2({},fe.params);for(const ye in _e)_e[ye]==null&&delete _e[ye];be=assign$2({},fe,{params:R(fe.params)}),ve.params=R(ve.params)}const le=t.resolve(be,ve),ue=fe.hash||"";le.params=C(L(le.params));const Se=stringifyURL(r,assign$2({},fe,{hash:encodeHash(ue),path:le.path})),$e=i.createHref(Se);return assign$2({fullPath:Se,hash:ue,query:r===stringifyQuery?normalizeQuery(fe.query):fe.query||{}},le,{redirectedFrom:void 0,href:$e})}function K(fe){return typeof fe=="string"?parseURL(n,fe,$.value.path):assign$2({},fe)}function G(fe,ve){if(j!==fe)return createRouterError(8,{from:ve,to:fe})}function Z(fe){return te(fe)}function W(fe){return Z(assign$2(K(fe),{replace:!0}))}function J(fe){const ve=fe.matched[fe.matched.length-1];if(ve&&ve.redirect){const{redirect:be}=ve;let le=typeof be=="function"?be(fe):be;return typeof le=="string"&&(le=le.includes("?")||le.includes("#")?le=K(le):{path:le},le.params={}),assign$2({query:fe.query,hash:fe.hash,params:"path"in le?{}:fe.params},le)}}function te(fe,ve){const be=j=V(fe),le=$.value,ue=fe.state,Se=fe.force,$e=fe.replace===!0,_e=J(be);if(_e)return te(assign$2(K(_e),{state:typeof _e=="object"?assign$2({},ue,_e.state):ue,force:Se,replace:$e}),ve||be);const ye=be;ye.redirectedFrom=ve;let Me;return!Se&&isSameRouteLocation(r,le,be)&&(Me=createRouterError(16,{to:ye,from:le}),we(le,le,!0,!1)),(Me?Promise.resolve(Me):re(ye,le)).catch(Ae=>isNavigationFailure(Ae)?isNavigationFailure(Ae,2)?Ae:me(Ae):ce(Ae,ye,le)).then(Ae=>{if(Ae){if(isNavigationFailure(Ae,2))return te(assign$2({replace:$e},K(Ae.to),{state:typeof Ae.to=="object"?assign$2({},ue,Ae.to.state):ue,force:Se}),ve||ye)}else Ae=ne(ye,le,!0,$e,ue);return ee(ye,le,Ae),Ae})}function Q(fe,ve){const be=G(fe,ve);return be?Promise.reject(be):Promise.resolve()}function re(fe,ve){let be;const[le,ue,Se]=extractChangingRecords(fe,ve);be=extractComponentsGuards(le.reverse(),"beforeRouteLeave",fe,ve);for(const _e of le)_e.leaveGuards.forEach(ye=>{be.push(guardToPromiseFn(ye,fe,ve))});const $e=Q.bind(null,fe,ve);return be.push($e),runGuardQueue(be).then(()=>{be=[];for(const _e of g.list())be.push(guardToPromiseFn(_e,fe,ve));return be.push($e),runGuardQueue(be)}).then(()=>{be=extractComponentsGuards(ue,"beforeRouteUpdate",fe,ve);for(const _e of ue)_e.updateGuards.forEach(ye=>{be.push(guardToPromiseFn(ye,fe,ve))});return be.push($e),runGuardQueue(be)}).then(()=>{be=[];for(const _e of fe.matched)if(_e.beforeEnter&&!ve.matched.includes(_e))if(isArray$4(_e.beforeEnter))for(const ye of _e.beforeEnter)be.push(guardToPromiseFn(ye,fe,ve));else be.push(guardToPromiseFn(_e.beforeEnter,fe,ve));return be.push($e),runGuardQueue(be)}).then(()=>(fe.matched.forEach(_e=>_e.enterCallbacks={}),be=extractComponentsGuards(Se,"beforeRouteEnter",fe,ve),be.push($e),runGuardQueue(be))).then(()=>{be=[];for(const _e of y.list())be.push(guardToPromiseFn(_e,fe,ve));return be.push($e),runGuardQueue(be)}).catch(_e=>isNavigationFailure(_e,8)?_e:Promise.reject(_e))}function ee(fe,ve,be){for(const le of k.list())le(fe,ve,be)}function ne(fe,ve,be,le,ue){const Se=G(fe,ve);if(Se)return Se;const $e=ve===START_LOCATION_NORMALIZED,_e=isBrowser?history.state:{};be&&(le||$e?i.replace(fe.fullPath,assign$2({scroll:$e&&_e&&_e.scroll},ue)):i.push(fe.fullPath,ue)),$.value=fe,we(fe,ve,be,$e),me()}let ae;function oe(){ae||(ae=i.listen((fe,ve,be)=>{if(!Ee.listening)return;const le=V(fe),ue=J(le);if(ue){te(assign$2(ue,{replace:!0}),le).catch(noop$3);return}j=le;const Se=$.value;isBrowser&&saveScrollPosition(getScrollKey(Se.fullPath,be.delta),computeScrollPosition()),re(le,Se).catch($e=>isNavigationFailure($e,12)?$e:isNavigationFailure($e,2)?(te($e.to,le).then(_e=>{isNavigationFailure(_e,20)&&!be.delta&&be.type===NavigationType.pop&&i.go(-1,!1)}).catch(noop$3),Promise.reject()):(be.delta&&i.go(-be.delta,!1),ce($e,le,Se))).then($e=>{$e=$e||ne(le,Se,!1),$e&&(be.delta&&!isNavigationFailure($e,8)?i.go(-be.delta,!1):be.type===NavigationType.pop&&isNavigationFailure($e,20)&&i.go(-1,!1)),ee(le,Se,$e)}).catch(noop$3)}))}let ie=useCallbacks(),se=useCallbacks(),pe;function ce(fe,ve,be){me(fe);const le=se.list();return le.length?le.forEach(ue=>ue(fe,ve,be)):console.error(fe),Promise.reject(fe)}function ge(){return pe&&$.value!==START_LOCATION_NORMALIZED?Promise.resolve():new Promise((fe,ve)=>{ie.add([fe,ve])})}function me(fe){return pe||(pe=!fe,oe(),ie.list().forEach(([ve,be])=>fe?be(fe):ve()),ie.reset()),fe}function we(fe,ve,be,le){const{scrollBehavior:ue}=e;if(!isBrowser||!ue)return Promise.resolve();const Se=!be&&getSavedScrollPosition(getScrollKey(fe.fullPath,0))||(le||!be)&&history.state&&history.state.scroll||null;return nextTick().then(()=>ue(fe,ve,Se)).then($e=>$e&&scrollToPosition($e)).catch($e=>ce($e,fe,ve))}const xe=fe=>i.go(fe);let he;const de=new Set,Ee={currentRoute:$,listening:!0,addRoute:z,removeRoute:B,hasRoute:H,getRoutes:q,resolve:V,options:e,push:Z,replace:W,go:xe,back:()=>xe(-1),forward:()=>xe(1),beforeEach:g.add,beforeResolve:y.add,afterEach:k.add,onError:se.add,isReady:ge,install(fe){const ve=this;fe.component("RouterLink",RouterLink),fe.component("RouterView",RouterView),fe.config.globalProperties.$router=ve,Object.defineProperty(fe.config.globalProperties,"$route",{enumerable:!0,get:()=>unref($)}),isBrowser&&!he&&$.value===START_LOCATION_NORMALIZED&&(he=!0,Z(i.location).catch(ue=>{}));const be={};for(const ue in START_LOCATION_NORMALIZED)be[ue]=computed(()=>$.value[ue]);fe.provide(routerKey,ve),fe.provide(routeLocationKey,reactive(be)),fe.provide(routerViewLocationKey,$);const le=fe.unmount;de.add(fe),fe.unmount=function(){de.delete(fe),de.size<1&&(j=START_LOCATION_NORMALIZED,ae&&ae(),ae=null,$.value=START_LOCATION_NORMALIZED,he=!1,pe=!1),le()}}};return Ee}function runGuardQueue(e){return e.reduce((t,n)=>t.then(()=>n()),Promise.resolve())}function extractChangingRecords(e,t){const n=[],r=[],i=[],g=Math.max(t.matched.length,e.matched.length);for(let y=0;yisSameRouteRecord(j,k))?r.push(k):n.push(k));const $=e.matched[y];$&&(t.matched.find(j=>isSameRouteRecord(j,$))||i.push($))}return[n,r,i]}function useRouter(){return inject(routerKey)}function useRoute(){return inject(routeLocationKey)}var freeGlobal=typeof global=="object"&&global&&global.Object===Object&&global,freeGlobal$1=freeGlobal,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal$1||freeSelf||Function("return this")(),root$1=root,Symbol$1=root$1.Symbol,Symbol$2=Symbol$1,objectProto$f=Object.prototype,hasOwnProperty$c=objectProto$f.hasOwnProperty,nativeObjectToString$1=objectProto$f.toString,symToStringTag$1=Symbol$2?Symbol$2.toStringTag:void 0;function getRawTag(e){var t=hasOwnProperty$c.call(e,symToStringTag$1),n=e[symToStringTag$1];try{e[symToStringTag$1]=void 0;var r=!0}catch{}var i=nativeObjectToString$1.call(e);return r&&(t?e[symToStringTag$1]=n:delete e[symToStringTag$1]),i}var objectProto$e=Object.prototype,nativeObjectToString=objectProto$e.toString;function objectToString(e){return nativeObjectToString.call(e)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol$2?Symbol$2.toStringTag:void 0;function baseGetTag(e){return e==null?e===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}var symbolTag$3="[object Symbol]";function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==symbolTag$3}function arrayMap(e,t){for(var n=-1,r=e==null?0:e.length,i=Array(r);++n0){if(++t>=HOT_COUNT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function constant(e){return function(){return e}}var defineProperty=function(){try{var e=getNative(Object,"defineProperty");return e({},"",{}),e}catch{}}(),defineProperty$1=defineProperty,baseSetToString=defineProperty$1?function(e,t){return defineProperty$1(e,"toString",{configurable:!0,enumerable:!1,value:constant(t),writable:!0})}:identity$1,baseSetToString$1=baseSetToString,setToString=shortOut(baseSetToString$1),setToString$1=setToString;function arrayEach(e,t){for(var n=-1,r=e==null?0:e.length;++n-1}var MAX_SAFE_INTEGER$1=9007199254740991,reIsUint=/^(?:0|[1-9]\d*)$/;function isIndex(e,t){var n=typeof e;return t=t==null?MAX_SAFE_INTEGER$1:t,!!t&&(n=="number"||n!="symbol"&&reIsUint.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=MAX_SAFE_INTEGER}function isArrayLike(e){return e!=null&&isLength(e.length)&&!isFunction$2(e)}function isIterateeCall(e,t,n){if(!isObject$1(n))return!1;var r=typeof t;return(r=="number"?isArrayLike(n)&&isIndex(t,n.length):r=="string"&&t in n)?eq(n[t],e):!1}function createAssigner(e){return baseRest(function(t,n){var r=-1,i=n.length,g=i>1?n[i-1]:void 0,y=i>2?n[2]:void 0;for(g=e.length>3&&typeof g=="function"?(i--,g):void 0,y&&isIterateeCall(n[0],n[1],y)&&(g=i<3?void 0:g,i=1),t=Object(t);++r-1}function listCacheSet(e,t){var n=this.__data__,r=assocIndexOf(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function ListCache(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t0&&n(k)?t>1?baseFlatten(k,t-1,n,r,i):arrayPush(i,k):r||(i[i.length]=k)}return i}function flatten(e){var t=e==null?0:e.length;return t?baseFlatten(e,1):[]}function flatRest(e){return setToString$1(overRest(e,void 0,flatten),e+"")}var getPrototype=overArg(Object.getPrototypeOf,Object),getPrototype$1=getPrototype,objectTag$3="[object Object]",funcProto=Function.prototype,objectProto$4=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$3=objectProto$4.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject$1(e){if(!isObjectLike(e)||baseGetTag(e)!=objectTag$3)return!1;var t=getPrototype$1(e);if(t===null)return!0;var n=hasOwnProperty$3.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&funcToString.call(n)==objectCtorString}function castArray(){if(!arguments.length)return[];var e=arguments[0];return isArray$3(e)?e:[e]}function stackClear(){this.__data__=new ListCache,this.size=0}function stackDelete(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function stackGet(e){return this.__data__.get(e)}function stackHas(e){return this.__data__.has(e)}var LARGE_ARRAY_SIZE$1=200;function stackSet(e,t){var n=this.__data__;if(n instanceof ListCache){var r=n.__data__;if(!Map$2||r.lengthk))return!1;var j=g.get(e),C=g.get(t);if(j&&C)return j==t&&C==e;var R=-1,L=!0,z=n&COMPARE_UNORDERED_FLAG$3?new SetCache:void 0;for(g.set(e,t),g.set(t,e);++R=t||te<0||R&&Q>=g}function V(){var J=now$1();if(H(J))return K(J);k=setTimeout(V,q(J))}function K(J){return k=void 0,L&&r?z(J):(r=i=void 0,y)}function G(){k!==void 0&&clearTimeout(k),j=0,r=$=i=k=void 0}function Z(){return k===void 0?y:K(now$1())}function W(){var J=now$1(),te=H(J);if(r=arguments,i=this,$=J,te){if(k===void 0)return B($);if(R)return clearTimeout(k),k=setTimeout(V,t),z($)}return k===void 0&&(k=setTimeout(V,t)),y}return W.cancel=G,W.flush=Z,W}function assignMergeValue(e,t,n){(n!==void 0&&!eq(e[t],n)||n===void 0&&!(t in e))&&baseAssignValue(e,t,n)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}function safeGet(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function toPlainObject(e){return copyObject(e,keysIn(e))}function baseMergeDeep(e,t,n,r,i,g,y){var k=safeGet(e,n),$=safeGet(t,n),j=y.get($);if(j){assignMergeValue(e,n,j);return}var C=g?g(k,$,n+"",e,t,y):void 0,R=C===void 0;if(R){var L=isArray$3($),z=!L&&isBuffer$3($),B=!L&&!z&&isTypedArray$1($);C=$,L||z||B?isArray$3(k)?C=k:isArrayLikeObject(k)?C=copyArray(k):z?(R=!1,C=cloneBuffer($,!0)):B?(R=!1,C=cloneTypedArray($,!0)):C=[]:isPlainObject$1($)||isArguments$1($)?(C=k,isArguments$1(k)?C=toPlainObject(k):(!isObject$1(k)||isFunction$2(k))&&(C=initCloneObject($))):R=!1}R&&(y.set($,C),i(C,$,r,g,y),y.delete($)),assignMergeValue(e,n,C)}function baseMerge(e,t,n,r,i){e!==t&&baseFor$1(t,function(g,y){if(i||(i=new Stack),isObject$1(g))baseMergeDeep(e,t,y,n,baseMerge,r,i);else{var k=r?r(safeGet(e,y),g,y+"",e,t,i):void 0;k===void 0&&(k=g),assignMergeValue(e,y,k)}},keysIn)}function arrayIncludesWith(e,t,n){for(var r=-1,i=e==null?0:e.length;++r=LARGE_ARRAY_SIZE){var j=t?null:createSet$1(e);if(j)return setToArray(j);y=!1,i=cacheHas,$=new SetCache}else $=t?[]:k;e:for(;++rt in e?__defProp$9(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,__spreadValues$9=(e,t)=>{for(var n in t||(t={}))__hasOwnProp$b.call(t,n)&&__defNormalProp$9(e,n,t[n]);if(__getOwnPropSymbols$b)for(var n of __getOwnPropSymbols$b(t))__propIsEnum$b.call(t,n)&&__defNormalProp$9(e,n,t[n]);return e},__spreadProps$6=(e,t)=>__defProps$6(e,__getOwnPropDescs$6(t));function computedEager(e,t){var n;const r=shallowRef();return watchEffect(()=>{r.value=e()},__spreadProps$6(__spreadValues$9({},t),{flush:(n=t==null?void 0:t.flush)!=null?n:"sync"})),readonly(r)}var _a;const isClient=typeof window!="undefined",isDef=e=>typeof e!="undefined",isBoolean=e=>typeof e=="boolean",isFunction$1=e=>typeof e=="function",isNumber$1=e=>typeof e=="number",isString$1=e=>typeof e=="string",noop$1=()=>{};isClient&&((_a=window==null?void 0:window.navigator)==null?void 0:_a.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function resolveUnref(e){return typeof e=="function"?e():unref(e)}function createFilterWrapper(e,t){function n(...r){e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})}return n}function debounceFilter(e,t={}){let n,r;return g=>{const y=resolveUnref(e),k=resolveUnref(t.maxWait);if(n&&clearTimeout(n),y<=0||k!==void 0&&k<=0)return r&&(clearTimeout(r),r=null),g();k&&!r&&(r=setTimeout(()=>{n&&clearTimeout(n),r=null,g()},k)),n=setTimeout(()=>{r&&clearTimeout(r),r=null,g()},y)}}function throttleFilter(e,t=!0,n=!0){let r=0,i,g=!0;const y=()=>{i&&(clearTimeout(i),i=void 0)};return $=>{const j=resolveUnref(e),C=Date.now()-r;if(y(),j<=0)return r=Date.now(),$();C>j&&(n||!g)?(r=Date.now(),$()):t&&(i=setTimeout(()=>{r=Date.now(),g=!0,y(),$()},j-C)),!n&&!i&&(i=setTimeout(()=>g=!0,j)),g=!1}}function identity(e){return e}function tryOnScopeDispose(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function useDebounceFn(e,t=200,n={}){return createFilterWrapper(debounceFilter(t,n),e)}function refDebounced(e,t=200,n={}){const r=ref(e.value),i=useDebounceFn(()=>{r.value=e.value},t,n);return watch(e,()=>i()),r}function useThrottleFn(e,t=200,n=!1,r=!0){return createFilterWrapper(throttleFilter(t,n,r),e)}function tryOnMounted(e,t=!0){getCurrentInstance()?onMounted(e):t?e():nextTick(e)}function useTimeoutFn(e,t,n={}){const{immediate:r=!0}=n,i=ref(!1);let g=null;function y(){g&&(clearTimeout(g),g=null)}function k(){i.value=!1,y()}function $(...j){y(),i.value=!0,g=setTimeout(()=>{i.value=!1,g=null,e(...j)},resolveUnref(t))}return r&&(i.value=!0,isClient&&$()),tryOnScopeDispose(k),{isPending:i,start:$,stop:k}}function unrefElement(e){var t;const n=resolveUnref(e);return(t=n==null?void 0:n.$el)!=null?t:n}const defaultWindow=isClient?window:void 0,defaultDocument=isClient?window.document:void 0;function useEventListener$1(...e){let t,n,r,i;if(isString$1(e[0])||Array.isArray(e[0])?([n,r,i]=e,t=defaultWindow):[t,n,r,i]=e,!t)return noop$1;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const g=[],y=()=>{g.forEach(C=>C()),g.length=0},k=(C,R,L)=>(C.addEventListener(R,L,i),()=>C.removeEventListener(R,L,i)),$=watch(()=>unrefElement(t),C=>{y(),C&&g.push(...n.flatMap(R=>r.map(L=>k(C,R,L))))},{immediate:!0,flush:"post"}),j=()=>{$(),y()};return tryOnScopeDispose(j),j}function onClickOutside(e,t,n={}){const{window:r=defaultWindow,ignore:i,capture:g=!0,detectIframe:y=!1}=n;if(!r)return;let k=!0,$;const j=z=>{r.clearTimeout($);const B=unrefElement(e);if(!(!B||B===z.target||z.composedPath().includes(B))){if(!k){k=!0;return}t(z)}},C=z=>i&&i.some(B=>{const q=unrefElement(B);return q&&(z.target===q||z.composedPath().includes(q))}),R=[useEventListener$1(r,"click",j,{passive:!0,capture:g}),useEventListener$1(r,"pointerdown",z=>{const B=unrefElement(e);B&&(k=!z.composedPath().includes(B)&&!C(z))},{passive:!0}),useEventListener$1(r,"pointerup",z=>{if(z.button===0){const B=z.composedPath();z.composedPath=()=>B,$=r.setTimeout(()=>j(z),50)}},{passive:!0}),y&&useEventListener$1(r,"blur",z=>{var B;const q=unrefElement(e);((B=r.document.activeElement)==null?void 0:B.tagName)==="IFRAME"&&!(q!=null&&q.contains(r.document.activeElement))&&t(z)})].filter(Boolean);return()=>R.forEach(z=>z())}function useSupported(e,t=!1){const n=ref(),r=()=>n.value=Boolean(e());return r(),tryOnMounted(r,t),n}function cloneFnJSON(e){return JSON.parse(JSON.stringify(e))}const _global=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},globalKey="__vueuse_ssr_handlers__";_global[globalKey]=_global[globalKey]||{};_global[globalKey];function useCssVar(e,t,{window:n=defaultWindow,initialValue:r=""}={}){const i=ref(r),g=computed(()=>{var y;return unrefElement(t)||((y=n==null?void 0:n.document)==null?void 0:y.documentElement)});return watch([g,()=>resolveUnref(e)],([y,k])=>{var $;if(y&&n){const j=($=n.getComputedStyle(y).getPropertyValue(k))==null?void 0:$.trim();i.value=j||r}},{immediate:!0}),watch(i,y=>{var k;(k=g.value)!=null&&k.style&&g.value.style.setProperty(resolveUnref(e),y)}),i}function useDocumentVisibility({document:e=defaultDocument}={}){if(!e)return ref("visible");const t=ref(e.visibilityState);return useEventListener$1(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var __getOwnPropSymbols$f=Object.getOwnPropertySymbols,__hasOwnProp$f=Object.prototype.hasOwnProperty,__propIsEnum$f=Object.prototype.propertyIsEnumerable,__objRest$2=(e,t)=>{var n={};for(var r in e)__hasOwnProp$f.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&__getOwnPropSymbols$f)for(var r of __getOwnPropSymbols$f(e))t.indexOf(r)<0&&__propIsEnum$f.call(e,r)&&(n[r]=e[r]);return n};function useResizeObserver(e,t,n={}){const r=n,{window:i=defaultWindow}=r,g=__objRest$2(r,["window"]);let y;const k=useSupported(()=>i&&"ResizeObserver"in i),$=()=>{y&&(y.disconnect(),y=void 0)},j=watch(()=>unrefElement(e),R=>{$(),k.value&&i&&R&&(y=new ResizeObserver(t),y.observe(R,g))},{immediate:!0,flush:"post"}),C=()=>{$(),j()};return tryOnScopeDispose(C),{isSupported:k,stop:C}}function useElementBounding(e,t={}){const{reset:n=!0,windowResize:r=!0,windowScroll:i=!0,immediate:g=!0}=t,y=ref(0),k=ref(0),$=ref(0),j=ref(0),C=ref(0),R=ref(0),L=ref(0),z=ref(0);function B(){const q=unrefElement(e);if(!q){n&&(y.value=0,k.value=0,$.value=0,j.value=0,C.value=0,R.value=0,L.value=0,z.value=0);return}const H=q.getBoundingClientRect();y.value=H.height,k.value=H.bottom,$.value=H.left,j.value=H.right,C.value=H.top,R.value=H.width,L.value=H.x,z.value=H.y}return useResizeObserver(e,B),watch(()=>unrefElement(e),q=>!q&&B()),i&&useEventListener$1("scroll",B,{passive:!0}),r&&useEventListener$1("resize",B,{passive:!0}),tryOnMounted(()=>{g&&B()}),{height:y,bottom:k,left:$,right:j,top:C,width:R,x:L,y:z,update:B}}var SwipeDirection;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(SwipeDirection||(SwipeDirection={}));var __defProp=Object.defineProperty,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(e,t,n)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,__spreadValues=(e,t)=>{for(var n in t||(t={}))__hasOwnProp.call(t,n)&&__defNormalProp(e,n,t[n]);if(__getOwnPropSymbols)for(var n of __getOwnPropSymbols(t))__propIsEnum.call(t,n)&&__defNormalProp(e,n,t[n]);return e};const _TransitionPresets={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};__spreadValues({linear:identity},_TransitionPresets);function useVModel(e,t,n,r={}){var i,g,y;const{clone:k=!1,passive:$=!1,eventName:j,deep:C=!1,defaultValue:R}=r,L=getCurrentInstance(),z=n||(L==null?void 0:L.emit)||((i=L==null?void 0:L.$emit)==null?void 0:i.bind(L))||((y=(g=L==null?void 0:L.proxy)==null?void 0:g.$emit)==null?void 0:y.bind(L==null?void 0:L.proxy));let B=j;t||(t="modelValue"),B=j||B||`update:${t.toString()}`;const q=V=>k?isFunction$1(k)?k(V):cloneFnJSON(V):V,H=()=>isDef(e[t])?q(e[t]):R;if($){const V=H(),K=ref(V);return watch(()=>e[t],G=>K.value=q(G)),watch(K,G=>{(G!==e[t]||C)&&z(B,G)},{deep:C}),K}else return computed({get(){return H()},set(V){z(B,V)}})}function useWindowFocus({window:e=defaultWindow}={}){if(!e)return ref(!1);const t=ref(e.document.hasFocus());return useEventListener$1(e,"blur",()=>{t.value=!1}),useEventListener$1(e,"focus",()=>{t.value=!0}),t}function useWindowSize$1(e={}){const{window:t=defaultWindow,initialWidth:n=1/0,initialHeight:r=1/0,listenOrientation:i=!0,includeScrollbar:g=!0}=e,y=ref(n),k=ref(r),$=()=>{t&&(g?(y.value=t.innerWidth,k.value=t.innerHeight):(y.value=t.document.documentElement.clientWidth,k.value=t.document.documentElement.clientHeight))};return $(),tryOnMounted($),useEventListener$1("resize",$,{passive:!0}),i&&useEventListener$1("orientationchange",$,{passive:!0}),{width:y,height:k}}/*! Element Plus Icons Vue v2.0.10 */var export_helper_default=(e,t)=>{let n=e.__vccOpts||e;for(let[r,i]of t)n[r]=i;return n},arrow_down_vue_vue_type_script_lang_default={name:"ArrowDown"},_hoisted_16={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_26=createBaseVNode("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"},null,-1),_hoisted_36=[_hoisted_26];function _sfc_render6(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_16,_hoisted_36)}var arrow_down_default=export_helper_default(arrow_down_vue_vue_type_script_lang_default,[["render",_sfc_render6],["__file","arrow-down.vue"]]),arrow_left_vue_vue_type_script_lang_default={name:"ArrowLeft"},_hoisted_18={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_28=createBaseVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"},null,-1),_hoisted_38=[_hoisted_28];function _sfc_render8(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_18,_hoisted_38)}var arrow_left_default=export_helper_default(arrow_left_vue_vue_type_script_lang_default,[["render",_sfc_render8],["__file","arrow-left.vue"]]),arrow_right_vue_vue_type_script_lang_default={name:"ArrowRight"},_hoisted_110={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_210=createBaseVNode("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"},null,-1),_hoisted_310=[_hoisted_210];function _sfc_render10(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_110,_hoisted_310)}var arrow_right_default=export_helper_default(arrow_right_vue_vue_type_script_lang_default,[["render",_sfc_render10],["__file","arrow-right.vue"]]),arrow_up_vue_vue_type_script_lang_default={name:"ArrowUp"},_hoisted_112={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_212=createBaseVNode("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0z"},null,-1),_hoisted_312=[_hoisted_212];function _sfc_render12(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_112,_hoisted_312)}var arrow_up_default=export_helper_default(arrow_up_vue_vue_type_script_lang_default,[["render",_sfc_render12],["__file","arrow-up.vue"]]),back_vue_vue_type_script_lang_default={name:"Back"},_hoisted_114={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_214=createBaseVNode("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z"},null,-1),_hoisted_314=createBaseVNode("path",{fill:"currentColor",d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z"},null,-1),_hoisted_44=[_hoisted_214,_hoisted_314];function _sfc_render14(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_114,_hoisted_44)}var back_default=export_helper_default(back_vue_vue_type_script_lang_default,[["render",_sfc_render14],["__file","back.vue"]]),bell_vue_vue_type_script_lang_default={name:"Bell"},_hoisted_118={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_218=createBaseVNode("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64z"},null,-1),_hoisted_318=createBaseVNode("path",{fill:"currentColor",d:"M256 768h512V448a256 256 0 1 0-512 0v320zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320z"},null,-1),_hoisted_46=createBaseVNode("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32zm352 128h128a64 64 0 0 1-128 0z"},null,-1),_hoisted_52=[_hoisted_218,_hoisted_318,_hoisted_46];function _sfc_render18(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_118,_hoisted_52)}var bell_default=export_helper_default(bell_vue_vue_type_script_lang_default,[["render",_sfc_render18],["__file","bell.vue"]]),calendar_vue_vue_type_script_lang_default={name:"Calendar"},_hoisted_129={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_229=createBaseVNode("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64H128zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0v32zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64z"},null,-1),_hoisted_328=[_hoisted_229];function _sfc_render29(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_129,_hoisted_328)}var calendar_default=export_helper_default(calendar_vue_vue_type_script_lang_default,[["render",_sfc_render29],["__file","calendar.vue"]]),caret_right_vue_vue_type_script_lang_default={name:"CaretRight"},_hoisted_134={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_234=createBaseVNode("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"},null,-1),_hoisted_333=[_hoisted_234];function _sfc_render34(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_134,_hoisted_333)}var caret_right_default=export_helper_default(caret_right_vue_vue_type_script_lang_default,[["render",_sfc_render34],["__file","caret-right.vue"]]),caret_top_vue_vue_type_script_lang_default={name:"CaretTop"},_hoisted_135={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_235=createBaseVNode("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"},null,-1),_hoisted_334=[_hoisted_235];function _sfc_render35(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_135,_hoisted_334)}var caret_top_default=export_helper_default(caret_top_vue_vue_type_script_lang_default,[["render",_sfc_render35],["__file","caret-top.vue"]]),chat_line_round_vue_vue_type_script_lang_default={name:"ChatLineRound"},_hoisted_139={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_239=createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"},null,-1),_hoisted_338=createBaseVNode("path",{fill:"currentColor",d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32zm32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32z"},null,-1),_hoisted_412=[_hoisted_239,_hoisted_338];function _sfc_render39(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_139,_hoisted_412)}var chat_line_round_default=export_helper_default(chat_line_round_vue_vue_type_script_lang_default,[["render",_sfc_render39],["__file","chat-line-round.vue"]]),check_vue_vue_type_script_lang_default={name:"Check"},_hoisted_143={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_243=createBaseVNode("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"},null,-1),_hoisted_342=[_hoisted_243];function _sfc_render43(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_143,_hoisted_342)}var check_default=export_helper_default(check_vue_vue_type_script_lang_default,[["render",_sfc_render43],["__file","check.vue"]]),circle_check_filled_vue_vue_type_script_lang_default={name:"CircleCheckFilled"},_hoisted_148={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_248=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"},null,-1),_hoisted_347=[_hoisted_248];function _sfc_render48(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_148,_hoisted_347)}var circle_check_filled_default=export_helper_default(circle_check_filled_vue_vue_type_script_lang_default,[["render",_sfc_render48],["__file","circle-check-filled.vue"]]),circle_check_vue_vue_type_script_lang_default={name:"CircleCheck"},_hoisted_149={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_249=createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"},null,-1),_hoisted_348=createBaseVNode("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"},null,-1),_hoisted_415=[_hoisted_249,_hoisted_348];function _sfc_render49(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_149,_hoisted_415)}var circle_check_default=export_helper_default(circle_check_vue_vue_type_script_lang_default,[["render",_sfc_render49],["__file","circle-check.vue"]]),circle_close_filled_vue_vue_type_script_lang_default={name:"CircleCloseFilled"},_hoisted_150={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_250=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336L512 457.664z"},null,-1),_hoisted_349=[_hoisted_250];function _sfc_render50(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_150,_hoisted_349)}var circle_close_filled_default=export_helper_default(circle_close_filled_vue_vue_type_script_lang_default,[["render",_sfc_render50],["__file","circle-close-filled.vue"]]),circle_close_vue_vue_type_script_lang_default={name:"CircleClose"},_hoisted_151={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_251=createBaseVNode("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"},null,-1),_hoisted_350=createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"},null,-1),_hoisted_416=[_hoisted_251,_hoisted_350];function _sfc_render51(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_151,_hoisted_416)}var circle_close_default=export_helper_default(circle_close_vue_vue_type_script_lang_default,[["render",_sfc_render51],["__file","circle-close.vue"]]),clock_vue_vue_type_script_lang_default={name:"Clock"},_hoisted_154={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_254=createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"},null,-1),_hoisted_353=createBaseVNode("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32z"},null,-1),_hoisted_418=createBaseVNode("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32z"},null,-1),_hoisted_56=[_hoisted_254,_hoisted_353,_hoisted_418];function _sfc_render54(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_154,_hoisted_56)}var clock_default=export_helper_default(clock_vue_vue_type_script_lang_default,[["render",_sfc_render54],["__file","clock.vue"]]),close_vue_vue_type_script_lang_default={name:"Close"},_hoisted_156={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_256=createBaseVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"},null,-1),_hoisted_355=[_hoisted_256];function _sfc_render56(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_156,_hoisted_355)}var close_default=export_helper_default(close_vue_vue_type_script_lang_default,[["render",_sfc_render56],["__file","close.vue"]]),d_arrow_left_vue_vue_type_script_lang_default={name:"DArrowLeft"},_hoisted_172={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_272=createBaseVNode("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"},null,-1),_hoisted_371=[_hoisted_272];function _sfc_render72(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_172,_hoisted_371)}var d_arrow_left_default=export_helper_default(d_arrow_left_vue_vue_type_script_lang_default,[["render",_sfc_render72],["__file","d-arrow-left.vue"]]),d_arrow_right_vue_vue_type_script_lang_default={name:"DArrowRight"},_hoisted_173={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_273=createBaseVNode("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688zm-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"},null,-1),_hoisted_372=[_hoisted_273];function _sfc_render73(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_173,_hoisted_372)}var d_arrow_right_default=export_helper_default(d_arrow_right_vue_vue_type_script_lang_default,[["render",_sfc_render73],["__file","d-arrow-right.vue"]]),delete_vue_vue_type_script_lang_default={name:"Delete"},_hoisted_180={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_280=createBaseVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z"},null,-1),_hoisted_379=[_hoisted_280];function _sfc_render80(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_180,_hoisted_379)}var delete_default=export_helper_default(delete_vue_vue_type_script_lang_default,[["render",_sfc_render80],["__file","delete.vue"]]),document_checked_vue_vue_type_script_lang_default={name:"DocumentChecked"},_hoisted_186={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_286=createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320h165.504zM832 384H576V128H192v768h640V384zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32zm318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312L478.4 646.144z"},null,-1),_hoisted_385=[_hoisted_286];function _sfc_render86(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_186,_hoisted_385)}var document_checked_default=export_helper_default(document_checked_vue_vue_type_script_lang_default,[["render",_sfc_render86],["__file","document-checked.vue"]]),document_vue_vue_type_script_lang_default={name:"Document"},_hoisted_190={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_290=createBaseVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640V384zm-26.496-64L640 154.496V320h165.504zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32zm160 448h384v64H320v-64zm0-192h160v64H320v-64zm0 384h384v64H320v-64z"},null,-1),_hoisted_389=[_hoisted_290];function _sfc_render90(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_190,_hoisted_389)}var document_default=export_helper_default(document_vue_vue_type_script_lang_default,[["render",_sfc_render90],["__file","document.vue"]]),download_vue_vue_type_script_lang_default={name:"Download"},_hoisted_191={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_291=createBaseVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64v450.304z"},null,-1),_hoisted_390=[_hoisted_291];function _sfc_render91(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_191,_hoisted_390)}var download_default=export_helper_default(download_vue_vue_type_script_lang_default,[["render",_sfc_render91],["__file","download.vue"]]),edit_vue_vue_type_script_lang_default={name:"Edit"},_hoisted_194={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_294=createBaseVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z"},null,-1),_hoisted_393=createBaseVNode("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"},null,-1),_hoisted_431=[_hoisted_294,_hoisted_393];function _sfc_render94(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_194,_hoisted_431)}var edit_default=export_helper_default(edit_vue_vue_type_script_lang_default,[["render",_sfc_render94],["__file","edit.vue"]]),expand_vue_vue_type_script_lang_default={name:"Expand"},_hoisted_198={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_298=createBaseVNode("path",{fill:"currentColor",d:"M128 192h768v128H128V192zm0 256h512v128H128V448zm0 256h768v128H128V704zm576-352 192 160-192 128V352z"},null,-1),_hoisted_397=[_hoisted_298];function _sfc_render98(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_198,_hoisted_397)}var expand_default=export_helper_default(expand_vue_vue_type_script_lang_default,[["render",_sfc_render98],["__file","expand.vue"]]),fold_vue_vue_type_script_lang_default={name:"Fold"},_hoisted_1107={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2107=createBaseVNode("path",{fill:"currentColor",d:"M896 192H128v128h768V192zm0 256H384v128h512V448zm0 256H128v128h768V704zM320 384 128 512l192 128V384z"},null,-1),_hoisted_3106=[_hoisted_2107];function _sfc_render107(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1107,_hoisted_3106)}var fold_default=export_helper_default(fold_vue_vue_type_script_lang_default,[["render",_sfc_render107],["__file","fold.vue"]]),full_screen_vue_vue_type_script_lang_default={name:"FullScreen"},_hoisted_1118={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2118=createBaseVNode("path",{fill:"currentColor",d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"},null,-1),_hoisted_3117=[_hoisted_2118];function _sfc_render118(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1118,_hoisted_3117)}var full_screen_default=export_helper_default(full_screen_vue_vue_type_script_lang_default,[["render",_sfc_render118],["__file","full-screen.vue"]]),hide_vue_vue_type_script_lang_default={name:"Hide"},_hoisted_1133={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2133=createBaseVNode("path",{d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2L371.2 588.8ZM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z",fill:"currentColor"},null,-1),_hoisted_3132=createBaseVNode("path",{d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z",fill:"currentColor"},null,-1),_hoisted_438=[_hoisted_2133,_hoisted_3132];function _sfc_render133(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1133,_hoisted_438)}var hide_default=export_helper_default(hide_vue_vue_type_script_lang_default,[["render",_sfc_render133],["__file","hide.vue"]]),info_filled_vue_vue_type_script_lang_default={name:"InfoFilled"},_hoisted_1143={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2143=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1),_hoisted_3142=[_hoisted_2143];function _sfc_render143(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1143,_hoisted_3142)}var info_filled_default=export_helper_default(info_filled_vue_vue_type_script_lang_default,[["render",_sfc_render143],["__file","info-filled.vue"]]),iphone_vue_vue_type_script_lang_default={name:"Iphone"},_hoisted_1144={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2144=createBaseVNode("path",{fill:"currentColor",d:"M224 768v96.064a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V768H224zm0-64h576V160a64 64 0 0 0-64-64H288a64 64 0 0 0-64 64v544zm32 288a96 96 0 0 1-96-96V128a96 96 0 0 1 96-96h512a96 96 0 0 1 96 96v768a96 96 0 0 1-96 96H256zm304-144a48 48 0 1 1-96 0 48 48 0 0 1 96 0z"},null,-1),_hoisted_3143=[_hoisted_2144];function _sfc_render144(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1144,_hoisted_3143)}var iphone_default=export_helper_default(iphone_vue_vue_type_script_lang_default,[["render",_sfc_render144],["__file","iphone.vue"]]),loading_vue_vue_type_script_lang_default={name:"Loading"},_hoisted_1150={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2150=createBaseVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32zm0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32zm448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32zm-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32zM195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0zm-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"},null,-1),_hoisted_3149=[_hoisted_2150];function _sfc_render150(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1150,_hoisted_3149)}var loading_default=export_helper_default(loading_vue_vue_type_script_lang_default,[["render",_sfc_render150],["__file","loading.vue"]]),minus_vue_vue_type_script_lang_default={name:"Minus"},_hoisted_1169={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2169=createBaseVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"},null,-1),_hoisted_3168=[_hoisted_2169];function _sfc_render169(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1169,_hoisted_3168)}var minus_default=export_helper_default(minus_vue_vue_type_script_lang_default,[["render",_sfc_render169],["__file","minus.vue"]]),more_filled_vue_vue_type_script_lang_default={name:"MoreFilled"},_hoisted_1174={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2174=createBaseVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224z"},null,-1),_hoisted_3173=[_hoisted_2174];function _sfc_render174(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1174,_hoisted_3173)}var more_filled_default=export_helper_default(more_filled_vue_vue_type_script_lang_default,[["render",_sfc_render174],["__file","more-filled.vue"]]),more_vue_vue_type_script_lang_default={name:"More"},_hoisted_1175={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2175=createBaseVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96zm336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"},null,-1),_hoisted_3174=[_hoisted_2175];function _sfc_render175(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1175,_hoisted_3174)}var more_default=export_helper_default(more_vue_vue_type_script_lang_default,[["render",_sfc_render175],["__file","more.vue"]]),picture_filled_vue_vue_type_script_lang_default={name:"PictureFilled"},_hoisted_1195={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2195=createBaseVNode("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32H96zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112zM256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384z"},null,-1),_hoisted_3194=[_hoisted_2195];function _sfc_render195(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1195,_hoisted_3194)}var picture_filled_default=export_helper_default(picture_filled_vue_vue_type_script_lang_default,[["render",_sfc_render195],["__file","picture-filled.vue"]]),plus_vue_vue_type_script_lang_default={name:"Plus"},_hoisted_1201={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2201=createBaseVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64h352z"},null,-1),_hoisted_3200=[_hoisted_2201];function _sfc_render201(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1201,_hoisted_3200)}var plus_default=export_helper_default(plus_vue_vue_type_script_lang_default,[["render",_sfc_render201],["__file","plus.vue"]]),question_filled_vue_vue_type_script_lang_default={name:"QuestionFilled"},_hoisted_1211={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2211=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"},null,-1),_hoisted_3210=[_hoisted_2211];function _sfc_render211(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1211,_hoisted_3210)}var question_filled_default=export_helper_default(question_filled_vue_vue_type_script_lang_default,[["render",_sfc_render211],["__file","question-filled.vue"]]),refresh_left_vue_vue_type_script_lang_default={name:"RefreshLeft"},_hoisted_1215={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2215=createBaseVNode("path",{fill:"currentColor",d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"},null,-1),_hoisted_3214=[_hoisted_2215];function _sfc_render215(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1215,_hoisted_3214)}var refresh_left_default=export_helper_default(refresh_left_vue_vue_type_script_lang_default,[["render",_sfc_render215],["__file","refresh-left.vue"]]),refresh_right_vue_vue_type_script_lang_default={name:"RefreshRight"},_hoisted_1216={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2216=createBaseVNode("path",{fill:"currentColor",d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88z"},null,-1),_hoisted_3215=[_hoisted_2216];function _sfc_render216(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1216,_hoisted_3215)}var refresh_right_default=export_helper_default(refresh_right_vue_vue_type_script_lang_default,[["render",_sfc_render216],["__file","refresh-right.vue"]]),refresh_vue_vue_type_script_lang_default={name:"Refresh"},_hoisted_1217={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2217=createBaseVNode("path",{fill:"currentColor",d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"},null,-1),_hoisted_3216=[_hoisted_2217];function _sfc_render217(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1217,_hoisted_3216)}var refresh_default=export_helper_default(refresh_vue_vue_type_script_lang_default,[["render",_sfc_render217],["__file","refresh.vue"]]),scale_to_original_vue_vue_type_script_lang_default={name:"ScaleToOriginal"},_hoisted_1222={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2222=createBaseVNode("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zM512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412zM512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512z"},null,-1),_hoisted_3221=[_hoisted_2222];function _sfc_render222(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1222,_hoisted_3221)}var scale_to_original_default=export_helper_default(scale_to_original_vue_vue_type_script_lang_default,[["render",_sfc_render222],["__file","scale-to-original.vue"]]),search_vue_vue_type_script_lang_default={name:"Search"},_hoisted_1225={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2225=createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704z"},null,-1),_hoisted_3224=[_hoisted_2225];function _sfc_render225(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1225,_hoisted_3224)}var search_default=export_helper_default(search_vue_vue_type_script_lang_default,[["render",_sfc_render225],["__file","search.vue"]]),setting_vue_vue_type_script_lang_default={name:"Setting"},_hoisted_1231={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2231=createBaseVNode("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z"},null,-1),_hoisted_3230=[_hoisted_2231];function _sfc_render231(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1231,_hoisted_3230)}var setting_default=export_helper_default(setting_vue_vue_type_script_lang_default,[["render",_sfc_render231],["__file","setting.vue"]]),share_vue_vue_type_script_lang_default={name:"Share"},_hoisted_1232={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2232=createBaseVNode("path",{fill:"currentColor",d:"m679.872 348.8-301.76 188.608a127.808 127.808 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"},null,-1),_hoisted_3231=[_hoisted_2232];function _sfc_render232(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1232,_hoisted_3231)}var share_default=export_helper_default(share_vue_vue_type_script_lang_default,[["render",_sfc_render232],["__file","share.vue"]]),sort_down_vue_vue_type_script_lang_default={name:"SortDown"},_hoisted_1242={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2242=createBaseVNode("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0z"},null,-1),_hoisted_3241=[_hoisted_2242];function _sfc_render242(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1242,_hoisted_3241)}var sort_down_default=export_helper_default(sort_down_vue_vue_type_script_lang_default,[["render",_sfc_render242],["__file","sort-down.vue"]]),sort_up_vue_vue_type_script_lang_default={name:"SortUp"},_hoisted_1243={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2243=createBaseVNode("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248z"},null,-1),_hoisted_3242=[_hoisted_2243];function _sfc_render243(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1243,_hoisted_3242)}var sort_up_default=export_helper_default(sort_up_vue_vue_type_script_lang_default,[["render",_sfc_render243],["__file","sort-up.vue"]]),stamp_vue_vue_type_script_lang_default={name:"Stamp"},_hoisted_1245={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2245=createBaseVNode("path",{fill:"currentColor",d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0zM128 896v-64h768v64H128z"},null,-1),_hoisted_3244=[_hoisted_2245];function _sfc_render245(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1245,_hoisted_3244)}var stamp_default=export_helper_default(stamp_vue_vue_type_script_lang_default,[["render",_sfc_render245],["__file","stamp.vue"]]),star_filled_vue_vue_type_script_lang_default={name:"StarFilled"},_hoisted_1246={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2246=createBaseVNode("path",{fill:"currentColor",d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"},null,-1),_hoisted_3245=[_hoisted_2246];function _sfc_render246(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1246,_hoisted_3245)}var star_filled_default=export_helper_default(star_filled_vue_vue_type_script_lang_default,[["render",_sfc_render246],["__file","star-filled.vue"]]),star_vue_vue_type_script_lang_default={name:"Star"},_hoisted_1247={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2247=createBaseVNode("path",{fill:"currentColor",d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"},null,-1),_hoisted_3246=[_hoisted_2247];function _sfc_render247(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1247,_hoisted_3246)}var star_default=export_helper_default(star_vue_vue_type_script_lang_default,[["render",_sfc_render247],["__file","star.vue"]]),success_filled_vue_vue_type_script_lang_default={name:"SuccessFilled"},_hoisted_1249={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2249=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"},null,-1),_hoisted_3248=[_hoisted_2249];function _sfc_render249(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1249,_hoisted_3248)}var success_filled_default=export_helper_default(success_filled_vue_vue_type_script_lang_default,[["render",_sfc_render249],["__file","success-filled.vue"]]),timer_vue_vue_type_script_lang_default={name:"Timer"},_hoisted_1262={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2262=createBaseVNode("path",{fill:"currentColor",d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640zm0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768z"},null,-1),_hoisted_3261=createBaseVNode("path",{fill:"currentColor",d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32z"},null,-1),_hoisted_479=createBaseVNode("path",{fill:"currentColor",d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64h-96z"},null,-1),_hoisted_522=[_hoisted_2262,_hoisted_3261,_hoisted_479];function _sfc_render262(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1262,_hoisted_522)}var timer_default=export_helper_default(timer_vue_vue_type_script_lang_default,[["render",_sfc_render262],["__file","timer.vue"]]),upload_vue_vue_type_script_lang_default={name:"Upload"},_hoisted_1275={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2275=createBaseVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248L544 253.696z"},null,-1),_hoisted_3274=[_hoisted_2275];function _sfc_render275(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1275,_hoisted_3274)}var upload_default=export_helper_default(upload_vue_vue_type_script_lang_default,[["render",_sfc_render275],["__file","upload.vue"]]),view_vue_vue_type_script_lang_default={name:"View"},_hoisted_1283={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2283=createBaseVNode("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z"},null,-1),_hoisted_3282=[_hoisted_2283];function _sfc_render283(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1283,_hoisted_3282)}var view_default=export_helper_default(view_vue_vue_type_script_lang_default,[["render",_sfc_render283],["__file","view.vue"]]),warning_filled_vue_vue_type_script_lang_default={name:"WarningFilled"},_hoisted_1287={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2287=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256zm0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z"},null,-1),_hoisted_3286=[_hoisted_2287];function _sfc_render287(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1287,_hoisted_3286)}var warning_filled_default=export_helper_default(warning_filled_vue_vue_type_script_lang_default,[["render",_sfc_render287],["__file","warning-filled.vue"]]),warning_vue_vue_type_script_lang_default={name:"Warning"},_hoisted_1288={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2288=createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768zm48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32z"},null,-1),_hoisted_3287=[_hoisted_2288];function _sfc_render288(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1288,_hoisted_3287)}var warning_default=export_helper_default(warning_vue_vue_type_script_lang_default,[["render",_sfc_render288],["__file","warning.vue"]]),zoom_in_vue_vue_type_script_lang_default={name:"ZoomIn"},_hoisted_1292={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2292=createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z"},null,-1),_hoisted_3291=[_hoisted_2292];function _sfc_render292(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1292,_hoisted_3291)}var zoom_in_default=export_helper_default(zoom_in_vue_vue_type_script_lang_default,[["render",_sfc_render292],["__file","zoom-in.vue"]]),zoom_out_vue_vue_type_script_lang_default={name:"ZoomOut"},_hoisted_1293={viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2293=createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zM352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64z"},null,-1),_hoisted_3292=[_hoisted_2293];function _sfc_render293(e,t,n,r,i,g){return openBlock(),createElementBlock("svg",_hoisted_1293,_hoisted_3292)}var zoom_out_default=export_helper_default(zoom_out_vue_vue_type_script_lang_default,[["render",_sfc_render293],["__file","zoom-out.vue"]]);function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getMainAxisFromPlacement$1(e){return["top","bottom"].includes(getSide(e))?"x":"y"}function getLengthFromAxis(e){return e==="y"?"height":"width"}function computeCoordsFromPlacement(e,t,n){let{reference:r,floating:i}=e;const g=r.x+r.width/2-i.width/2,y=r.y+r.height/2-i.height/2,k=getMainAxisFromPlacement$1(t),$=getLengthFromAxis(k),j=r[$]/2-i[$]/2,C=getSide(t),R=k==="x";let L;switch(C){case"top":L={x:g,y:r.y-i.height};break;case"bottom":L={x:g,y:r.y+r.height};break;case"right":L={x:r.x+r.width,y};break;case"left":L={x:r.x-i.width,y};break;default:L={x:r.x,y:r.y}}switch(getAlignment(t)){case"start":L[k]-=j*(n&&R?-1:1);break;case"end":L[k]+=j*(n&&R?-1:1);break}return L}const computePosition$1=async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:g=[],platform:y}=n,k=g.filter(Boolean),$=await(y.isRTL==null?void 0:y.isRTL(t));let j=await y.getElementRects({reference:e,floating:t,strategy:i}),{x:C,y:R}=computeCoordsFromPlacement(j,r,$),L=r,z={},B=0;for(let q=0;q({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=e!=null?e:{},{x:i,y:g,placement:y,rects:k,platform:$}=t;if(n==null)return{};const j=getSideObjectFromPadding(r),C={x:i,y:g},R=getMainAxisFromPlacement$1(y),L=getAlignment(y),z=getLengthFromAxis(R),B=await $.getDimensions(n),q=R==="y"?"top":"left",H=R==="y"?"bottom":"right",V=k.reference[z]+k.reference[R]-C[R]-k.floating[z],K=C[R]-k.reference[R],G=await($.getOffsetParent==null?void 0:$.getOffsetParent(n));let Z=G?R==="y"?G.clientHeight||0:G.clientWidth||0:0;Z===0&&(Z=k.floating[z]);const W=V/2-K/2,J=j[q],te=Z-B[z]-j[H],Q=Z/2-B[z]/2+W,re=within(J,Q,te),ae=(L==="start"?j[q]:j[H])>0&&Q!==re&&k.reference[z]<=k.floating[z]?Qt.brand+"/"+t.version).join(" "):navigator.userAgent}function isHTMLElement$1(e){return e instanceof getWindow$1(e).HTMLElement}function isElement$2(e){return e instanceof getWindow$1(e).Element}function isNode(e){return e instanceof getWindow$1(e).Node}function isShadowRoot$1(e){if(typeof ShadowRoot=="undefined")return!1;const t=getWindow$1(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function isOverflowElement(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=getComputedStyle$2(e);return/auto|scroll|overlay|hidden/.test(t+r+n)&&!["inline","contents"].includes(i)}function isTableElement$1(e){return["table","td","th"].includes(getNodeName$1(e))}function isContainingBlock(e){const t=/firefox/i.test(getUAString$1()),n=getComputedStyle$2(e),r=n.backdropFilter||n.WebkitBackdropFilter;return n.transform!=="none"||n.perspective!=="none"||(r?r!=="none":!1)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)||["transform","perspective"].some(i=>n.willChange.includes(i))||["paint","layout","strict","content"].some(i=>{const g=n.contain;return g!=null?g.includes(i):!1})}function isLayoutViewport$1(){return!/^((?!chrome|android).)*safari/i.test(getUAString$1())}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName$1(e))}const min=Math.min,max=Math.max,round$1=Math.round;function getBoundingClientRect$1(e,t,n){var r,i,g,y;t===void 0&&(t=!1),n===void 0&&(n=!1);const k=e.getBoundingClientRect();let $=1,j=1;t&&isHTMLElement$1(e)&&($=e.offsetWidth>0&&round$1(k.width)/e.offsetWidth||1,j=e.offsetHeight>0&&round$1(k.height)/e.offsetHeight||1);const C=isElement$2(e)?getWindow$1(e):window,R=!isLayoutViewport$1()&&n,L=(k.left+(R&&(r=(i=C.visualViewport)==null?void 0:i.offsetLeft)!=null?r:0))/$,z=(k.top+(R&&(g=(y=C.visualViewport)==null?void 0:y.offsetTop)!=null?g:0))/j,B=k.width/$,q=k.height/j;return{width:B,height:q,top:z,right:L+B,bottom:z+q,left:L,x:L,y:z}}function getDocumentElement$1(e){return((isNode(e)?e.ownerDocument:e.document)||window.document).documentElement}function getNodeScroll$1(e){return isElement$2(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function getWindowScrollBarX$1(e){return getBoundingClientRect$1(getDocumentElement$1(e)).left+getNodeScroll$1(e).scrollLeft}function isScaled(e){const t=getBoundingClientRect$1(e);return round$1(t.width)!==e.offsetWidth||round$1(t.height)!==e.offsetHeight}function getRectRelativeToOffsetParent(e,t,n){const r=isHTMLElement$1(t),i=getDocumentElement$1(t),g=getBoundingClientRect$1(e,r&&isScaled(t),n==="fixed");let y={scrollLeft:0,scrollTop:0};const k={x:0,y:0};if(r||!r&&n!=="fixed")if((getNodeName$1(t)!=="body"||isOverflowElement(i))&&(y=getNodeScroll$1(t)),isHTMLElement$1(t)){const $=getBoundingClientRect$1(t,!0);k.x=$.x+t.clientLeft,k.y=$.y+t.clientTop}else i&&(k.x=getWindowScrollBarX$1(i));return{x:g.left+y.scrollLeft-k.x,y:g.top+y.scrollTop-k.y,width:g.width,height:g.height}}function getParentNode$1(e){if(getNodeName$1(e)==="html")return e;const t=e.assignedSlot||e.parentNode||(isShadowRoot$1(e)?e.host:null)||getDocumentElement$1(e);return isShadowRoot$1(t)?t.host:t}function getTrueOffsetParent$1(e){return!isHTMLElement$1(e)||getComputedStyle$2(e).position==="fixed"?null:e.offsetParent}function getContainingBlock$1(e){let t=getParentNode$1(e);for(;isHTMLElement$1(t)&&!isLastTraversableNode(t);){if(isContainingBlock(t))return t;t=getParentNode$1(t)}return null}function getOffsetParent$1(e){const t=getWindow$1(e);let n=getTrueOffsetParent$1(e);for(;n&&isTableElement$1(n)&&getComputedStyle$2(n).position==="static";)n=getTrueOffsetParent$1(n);return n&&(getNodeName$1(n)==="html"||getNodeName$1(n)==="body"&&getComputedStyle$2(n).position==="static"&&!isContainingBlock(n))?t:n||getContainingBlock$1(e)||t}function getDimensions(e){if(isHTMLElement$1(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=getBoundingClientRect$1(e);return{width:t.width,height:t.height}}function convertOffsetParentRelativeRectToViewportRelativeRect(e){let{rect:t,offsetParent:n,strategy:r}=e;const i=isHTMLElement$1(n),g=getDocumentElement$1(n);if(n===g)return t;let y={scrollLeft:0,scrollTop:0};const k={x:0,y:0};if((i||!i&&r!=="fixed")&&((getNodeName$1(n)!=="body"||isOverflowElement(g))&&(y=getNodeScroll$1(n)),isHTMLElement$1(n))){const $=getBoundingClientRect$1(n,!0);k.x=$.x+n.clientLeft,k.y=$.y+n.clientTop}return{...t,x:t.x-y.scrollLeft+k.x,y:t.y-y.scrollTop+k.y}}function getViewportRect(e,t){const n=getWindow$1(e),r=getDocumentElement$1(e),i=n.visualViewport;let g=r.clientWidth,y=r.clientHeight,k=0,$=0;if(i){g=i.width,y=i.height;const j=isLayoutViewport$1();(j||!j&&t==="fixed")&&(k=i.offsetLeft,$=i.offsetTop)}return{width:g,height:y,x:k,y:$}}function getDocumentRect(e){var t;const n=getDocumentElement$1(e),r=getNodeScroll$1(e),i=(t=e.ownerDocument)==null?void 0:t.body,g=max(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),y=max(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0);let k=-r.scrollLeft+getWindowScrollBarX$1(e);const $=-r.scrollTop;return getComputedStyle$2(i||n).direction==="rtl"&&(k+=max(n.clientWidth,i?i.clientWidth:0)-g),{width:g,height:y,x:k,y:$}}function getNearestOverflowAncestor(e){const t=getParentNode$1(e);return isLastTraversableNode(t)?e.ownerDocument.body:isHTMLElement$1(t)&&isOverflowElement(t)?t:getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t){var n;t===void 0&&(t=[]);const r=getNearestOverflowAncestor(e),i=r===((n=e.ownerDocument)==null?void 0:n.body),g=getWindow$1(r),y=i?[g].concat(g.visualViewport||[],isOverflowElement(r)?r:[]):r,k=t.concat(y);return i?k:k.concat(getOverflowAncestors(y))}function getInnerBoundingClientRect(e,t){const n=getBoundingClientRect$1(e,!1,t==="fixed"),r=n.top+e.clientTop,i=n.left+e.clientLeft;return{top:r,left:i,x:i,y:r,right:i+e.clientWidth,bottom:r+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function getClientRectFromClippingAncestor(e,t,n){return t==="viewport"?rectToClientRect(getViewportRect(e,n)):isElement$2(t)?getInnerBoundingClientRect(t,n):rectToClientRect(getDocumentRect(getDocumentElement$1(e)))}function getClippingElementAncestors(e){let t=getOverflowAncestors(e).filter(g=>isElement$2(g)&&getNodeName$1(g)!=="body"),n=null;const r=getComputedStyle$2(e).position==="fixed";let i=r?getParentNode$1(e):e;for(;isElement$2(i)&&!isLastTraversableNode(i);){const g=getComputedStyle$2(i),y=isContainingBlock(i);(r?!y&&!n:!y&&g.position==="static"&&!!n&&["absolute","fixed"].includes(n.position))?t=t.filter($=>$!==i):n=g,i=getParentNode$1(i)}return t}function getClippingRect(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const y=[...n==="clippingAncestors"?getClippingElementAncestors(t):[].concat(n),r],k=y[0],$=y.reduce((j,C)=>{const R=getClientRectFromClippingAncestor(t,C,i);return j.top=max(R.top,j.top),j.right=min(R.right,j.right),j.bottom=min(R.bottom,j.bottom),j.left=max(R.left,j.left),j},getClientRectFromClippingAncestor(t,k,i));return{width:$.right-$.left,height:$.bottom-$.top,x:$.left,y:$.top}}const platform={getClippingRect,convertOffsetParentRelativeRectToViewportRelativeRect,isElement:isElement$2,getDimensions,getOffsetParent:getOffsetParent$1,getDocumentElement:getDocumentElement$1,async getElementRects(e){let{reference:t,floating:n,strategy:r}=e;const i=this.getOffsetParent||getOffsetParent$1,g=this.getDimensions;return{reference:getRectRelativeToOffsetParent(t,await i(n),r),floating:{x:0,y:0,...await g(n)}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>getComputedStyle$2(e).direction==="rtl"},computePosition=(e,t,n)=>computePosition$1(e,t,{platform,...n});function bound01(e,t){isOnePointZero(e)&&(e="100%");var n=isPercentage(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function clamp01(e){return Math.min(1,Math.max(0,e))}function isOnePointZero(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function isPercentage(e){return typeof e=="string"&&e.indexOf("%")!==-1}function boundAlpha(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function convertToPercentage(e){return e<=1?"".concat(Number(e)*100,"%"):e}function pad2(e){return e.length===1?"0"+e:String(e)}function rgbToRgb(e,t,n){return{r:bound01(e,255)*255,g:bound01(t,255)*255,b:bound01(n,255)*255}}function rgbToHsl(e,t,n){e=bound01(e,255),t=bound01(t,255),n=bound01(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),g=0,y=0,k=(r+i)/2;if(r===i)y=0,g=0;else{var $=r-i;switch(y=k>.5?$/(2-r-i):$/(r+i),r){case e:g=(t-n)/$+(t1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function hslToRgb(e,t,n){var r,i,g;if(e=bound01(e,360),t=bound01(t,100),n=bound01(n,100),t===0)i=n,g=n,r=n;else{var y=n<.5?n*(1+t):n+t-n*t,k=2*n-y;r=hue2rgb(k,y,e+1/3),i=hue2rgb(k,y,e),g=hue2rgb(k,y,e-1/3)}return{r:r*255,g:i*255,b:g*255}}function rgbToHsv(e,t,n){e=bound01(e,255),t=bound01(t,255),n=bound01(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),g=0,y=r,k=r-i,$=r===0?0:k/r;if(r===i)g=0;else{switch(r){case e:g=(t-n)/k+(t>16,g:(e&65280)>>8,b:e&255}}var names={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function inputToRGB(e){var t={r:0,g:0,b:0},n=1,r=null,i=null,g=null,y=!1,k=!1;return typeof e=="string"&&(e=stringInputToObject(e)),typeof e=="object"&&(isValidCSSUnit(e.r)&&isValidCSSUnit(e.g)&&isValidCSSUnit(e.b)?(t=rgbToRgb(e.r,e.g,e.b),y=!0,k=String(e.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.v)?(r=convertToPercentage(e.s),i=convertToPercentage(e.v),t=hsvToRgb(e.h,r,i),y=!0,k="hsv"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.l)&&(r=convertToPercentage(e.s),g=convertToPercentage(e.l),t=hslToRgb(e.h,r,g),y=!0,k="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=boundAlpha(n),{ok:y,format:e.format||k,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var CSS_INTEGER="[-\\+]?\\d+%?",CSS_NUMBER="[-\\+]?\\d*\\.\\d+%?",CSS_UNIT="(?:".concat(CSS_NUMBER,")|(?:").concat(CSS_INTEGER,")"),PERMISSIVE_MATCH3="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),PERMISSIVE_MATCH4="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),matchers={CSS_UNIT:new RegExp(CSS_UNIT),rgb:new RegExp("rgb"+PERMISSIVE_MATCH3),rgba:new RegExp("rgba"+PERMISSIVE_MATCH4),hsl:new RegExp("hsl"+PERMISSIVE_MATCH3),hsla:new RegExp("hsla"+PERMISSIVE_MATCH4),hsv:new RegExp("hsv"+PERMISSIVE_MATCH3),hsva:new RegExp("hsva"+PERMISSIVE_MATCH4),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function stringInputToObject(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(names[e])e=names[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=matchers.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=matchers.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=matchers.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=matchers.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=matchers.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=matchers.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=matchers.hex8.exec(e),n?{r:parseIntFromHex(n[1]),g:parseIntFromHex(n[2]),b:parseIntFromHex(n[3]),a:convertHexToDecimal(n[4]),format:t?"name":"hex8"}:(n=matchers.hex6.exec(e),n?{r:parseIntFromHex(n[1]),g:parseIntFromHex(n[2]),b:parseIntFromHex(n[3]),format:t?"name":"hex"}:(n=matchers.hex4.exec(e),n?{r:parseIntFromHex(n[1]+n[1]),g:parseIntFromHex(n[2]+n[2]),b:parseIntFromHex(n[3]+n[3]),a:convertHexToDecimal(n[4]+n[4]),format:t?"name":"hex8"}:(n=matchers.hex3.exec(e),n?{r:parseIntFromHex(n[1]+n[1]),g:parseIntFromHex(n[2]+n[2]),b:parseIntFromHex(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function isValidCSSUnit(e){return Boolean(matchers.CSS_UNIT.exec(String(e)))}var TinyColor=function(){function e(t,n){t===void 0&&(t=""),n===void 0&&(n={});var r;if(t instanceof e)return t;typeof t=="number"&&(t=numberInputToObject(t)),this.originalInput=t;var i=inputToRGB(t);this.originalInput=t,this.r=i.r,this.g=i.g,this.b=i.b,this.a=i.a,this.roundA=Math.round(100*this.a)/100,this.format=(r=n.format)!==null&&r!==void 0?r:i.format,this.gradientType=n.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=i.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),n,r,i,g=t.r/255,y=t.g/255,k=t.b/255;return g<=.03928?n=g/12.92:n=Math.pow((g+.055)/1.055,2.4),y<=.03928?r=y/12.92:r=Math.pow((y+.055)/1.055,2.4),k<=.03928?i=k/12.92:i=Math.pow((k+.055)/1.055,2.4),.2126*n+.7152*r+.0722*i},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=boundAlpha(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.toHsv=function(){var t=rgbToHsv(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=rgbToHsv(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.v*100);return this.a===1?"hsv(".concat(n,", ").concat(r,"%, ").concat(i,"%)"):"hsva(".concat(n,", ").concat(r,"%, ").concat(i,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=rgbToHsl(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=rgbToHsl(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.l*100);return this.a===1?"hsl(".concat(n,", ").concat(r,"%, ").concat(i,"%)"):"hsla(".concat(n,", ").concat(r,"%, ").concat(i,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),rgbToHex(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),rgbaToHex(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),n=Math.round(this.g),r=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(n,", ").concat(r,")"):"rgba(".concat(t,", ").concat(n,", ").concat(r,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(n){return"".concat(Math.round(bound01(n,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(n){return Math.round(bound01(n,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+rgbToHex(this.r,this.g,this.b,!1),n=0,r=Object.entries(names);n=0,g=!n&&i&&(t.startsWith("hex")||t==="name");return g?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l+=t/100,n.l=clamp01(n.l),new e(n)},e.prototype.brighten=function(t){t===void 0&&(t=10);var n=this.toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),new e(n)},e.prototype.darken=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l-=t/100,n.l=clamp01(n.l),new e(n)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s-=t/100,n.s=clamp01(n.s),new e(n)},e.prototype.saturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s+=t/100,n.s=clamp01(n.s),new e(n)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var n=this.toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,new e(n)},e.prototype.mix=function(t,n){n===void 0&&(n=50);var r=this.toRgb(),i=new e(t).toRgb(),g=n/100,y={r:(i.r-r.r)*g+r.r,g:(i.g-r.g)*g+r.g,b:(i.b-r.b)*g+r.b,a:(i.a-r.a)*g+r.a};return new e(y)},e.prototype.analogous=function(t,n){t===void 0&&(t=6),n===void 0&&(n=30);var r=this.toHsl(),i=360/n,g=[this];for(r.h=(r.h-(i*t>>1)+720)%360;--t;)r.h=(r.h+i)%360,g.push(new e(r));return g},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var n=this.toHsv(),r=n.h,i=n.s,g=n.v,y=[],k=1/t;t--;)y.push(new e({h:r,s:i,v:g})),g=(g+k)%1;return y},e.prototype.splitcomplement=function(){var t=this.toHsl(),n=t.h;return[this,new e({h:(n+72)%360,s:t.s,l:t.l}),new e({h:(n+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var n=this.toRgb(),r=new e(t).toRgb();return new e({r:r.r+(n.r-r.r)*n.a,g:r.g+(n.g-r.g)*n.a,b:r.b+(n.b-r.b)*n.a})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var n=this.toHsl(),r=n.h,i=[this],g=360/t,y=1;y=ie?oe:""+Array(ie+1-pe.length).join(se)+oe},Z={s:G,z:function(oe){var ie=-oe.utcOffset(),se=Math.abs(ie),pe=Math.floor(se/60),ce=se%60;return(ie<=0?"+":"-")+G(pe,2,"0")+":"+G(ce,2,"0")},m:function oe(ie,se){if(ie.date()1)return oe(me[0])}else{var we=ie.name;J[we]=ie,ce=we}return!pe&&ce&&(W=ce),ce||!pe&&W},re=function(oe,ie){if(te(oe))return oe.clone();var se=typeof ie=="object"?ie:{};return se.date=oe,se.args=arguments,new ne(se)},ee=Z;ee.l=Q,ee.i=te,ee.w=function(oe,ie){return re(oe,{locale:ie.$L,utc:ie.$u,x:ie.$x,$offset:ie.$offset})};var ne=function(){function oe(se){this.$L=Q(se.locale,null,!0),this.parse(se)}var ie=oe.prototype;return ie.parse=function(se){this.$d=function(pe){var ce=pe.date,ge=pe.utc;if(ce===null)return new Date(NaN);if(ee.u(ce))return new Date;if(ce instanceof Date)return new Date(ce);if(typeof ce=="string"&&!/Z$/i.test(ce)){var me=ce.match(H);if(me){var we=me[2]-1||0,xe=(me[7]||"0").substring(0,3);return ge?new Date(Date.UTC(me[1],we,me[3]||1,me[4]||0,me[5]||0,me[6]||0,xe)):new Date(me[1],we,me[3]||1,me[4]||0,me[5]||0,me[6]||0,xe)}}return new Date(ce)}(se),this.$x=se.x||{},this.init()},ie.init=function(){var se=this.$d;this.$y=se.getFullYear(),this.$M=se.getMonth(),this.$D=se.getDate(),this.$W=se.getDay(),this.$H=se.getHours(),this.$m=se.getMinutes(),this.$s=se.getSeconds(),this.$ms=se.getMilliseconds()},ie.$utils=function(){return ee},ie.isValid=function(){return this.$d.toString()!==q},ie.isSame=function(se,pe){var ce=re(se);return this.startOf(pe)<=ce&&ce<=this.endOf(pe)},ie.isAfter=function(se,pe){return re(se)68?1900:2e3)},j=function(q){return function(H){this[q]=+H}},C=[/[+-]\d\d:?(\d\d)?|Z/,function(q){(this.zone||(this.zone={})).offset=function(H){if(!H||H==="Z")return 0;var V=H.match(/([+-]|\d\d)/g),K=60*V[1]+(+V[2]||0);return K===0?0:V[0]==="+"?-K:K}(q)}],R=function(q){var H=k[q];return H&&(H.indexOf?H:H.s.concat(H.f))},L=function(q,H){var V,K=k.meridiem;if(K){for(var G=1;G<=24;G+=1)if(q.indexOf(K(G,0,H))>-1){V=G>12;break}}else V=q===(H?"pm":"PM");return V},z={A:[y,function(q){this.afternoon=L(q,!1)}],a:[y,function(q){this.afternoon=L(q,!0)}],S:[/\d/,function(q){this.milliseconds=100*+q}],SS:[i,function(q){this.milliseconds=10*+q}],SSS:[/\d{3}/,function(q){this.milliseconds=+q}],s:[g,j("seconds")],ss:[g,j("seconds")],m:[g,j("minutes")],mm:[g,j("minutes")],H:[g,j("hours")],h:[g,j("hours")],HH:[g,j("hours")],hh:[g,j("hours")],D:[g,j("day")],DD:[i,j("day")],Do:[y,function(q){var H=k.ordinal,V=q.match(/\d+/);if(this.day=V[0],H)for(var K=1;K<=31;K+=1)H(K).replace(/\[|\]/g,"")===q&&(this.day=K)}],M:[g,j("month")],MM:[i,j("month")],MMM:[y,function(q){var H=R("months"),V=(R("monthsShort")||H.map(function(K){return K.slice(0,3)})).indexOf(q)+1;if(V<1)throw new Error;this.month=V%12||V}],MMMM:[y,function(q){var H=R("months").indexOf(q)+1;if(H<1)throw new Error;this.month=H%12||H}],Y:[/[+-]?\d+/,j("year")],YY:[i,function(q){this.year=$(q)}],YYYY:[/\d{4}/,j("year")],Z:C,ZZ:C};function B(q){var H,V;H=q,V=k&&k.formats;for(var K=(q=H.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(re,ee,ne){var ae=ne&&ne.toUpperCase();return ee||V[ne]||n[ne]||V[ae].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(oe,ie,se){return ie||se.slice(1)})})).match(r),G=K.length,Z=0;Z-1)return new Date((ce==="X"?1e3:1)*pe);var me=B(ce)(pe),we=me.year,xe=me.month,he=me.day,de=me.hours,Ee=me.minutes,fe=me.seconds,ve=me.milliseconds,be=me.zone,le=new Date,ue=he||(we||xe?1:le.getDate()),Se=we||le.getFullYear(),$e=0;we&&!xe||($e=xe>0?xe-1:le.getMonth());var _e=de||0,ye=Ee||0,Me=fe||0,Ae=ve||0;return be?new Date(Date.UTC(Se,$e,ue,_e,ye,Me,Ae+60*be.offset*1e3)):ge?new Date(Date.UTC(Se,$e,ue,_e,ye,Me,Ae)):new Date(Se,$e,ue,_e,ye,Me,Ae)}catch{return new Date("")}}(W,Q,J),this.init(),ae&&ae!==!0&&(this.$L=this.locale(ae).$L),ne&&W!=this.format(Q)&&(this.$d=new Date("")),k={}}else if(Q instanceof Array)for(var oe=Q.length,ie=1;ie<=oe;ie+=1){te[1]=Q[ie-1];var se=V.apply(this,te);if(se.isValid()){this.$d=se.$d,this.$L=se.$L,this.init();break}ie===oe&&(this.$d=new Date(""))}else G.call(this,Z)}}})})(customParseFormat$1);var customParseFormat=customParseFormat$1.exports,v=!1,o,f,s,u,d,N,l,p,m,w,D,x,E,M,F;function a(){if(!v){v=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),n=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(x=/\b(iPhone|iP[ao]d)/.exec(e),E=/\b(iP[ao]d)/.exec(e),w=/Android/i.exec(e),M=/FBAN\/\w+;/i.exec(e),F=/Mobile/i.exec(e),D=!!/Win64/.exec(e),t){o=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,o&&document&&document.documentMode&&(o=document.documentMode);var r=/(?:Trident\/(\d+.\d+))/.exec(e);N=r?parseFloat(r[1])+4:o,f=t[2]?parseFloat(t[2]):NaN,s=t[3]?parseFloat(t[3]):NaN,u=t[4]?parseFloat(t[4]):NaN,u?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),d=t&&t[1]?parseFloat(t[1]):NaN):d=NaN}else o=f=s=d=u=NaN;if(n){if(n[1]){var i=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=i?parseFloat(i[1].replace("_",".")):!0}else l=!1;p=!!n[2],m=!!n[3]}else l=p=m=!1}}var _={ie:function(){return a()||o},ieCompatibilityMode:function(){return a()||N>o},ie64:function(){return _.ie()&&D},firefox:function(){return a()||f},opera:function(){return a()||s},webkit:function(){return a()||u},safari:function(){return _.webkit()},chrome:function(){return a()||d},windows:function(){return a()||p},osx:function(){return a()||l},linux:function(){return a()||m},iphone:function(){return a()||x},mobile:function(){return a()||x||E||w||F},nativeApp:function(){return a()||M},android:function(){return a()||w},ipad:function(){return a()||E}},A=_,c=!!(typeof window<"u"&&window.document&&window.document.createElement),U={canUseDOM:c,canUseWorkers:typeof Worker<"u",canUseEventListeners:c&&!!(window.addEventListener||window.attachEvent),canUseViewport:c&&!!window.screen,isInWorker:!c},h=U,X;h.canUseDOM&&(X=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);function S(e,t){if(!h.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,r=n in document;if(!r){var i=document.createElement("div");i.setAttribute(n,"return;"),r=typeof i[n]=="function"}return!r&&X&&e==="wheel"&&(r=document.implementation.hasFeature("Events.wheel","3.0")),r}var b=S,O=10,I=40,P=800;function T(e){var t=0,n=0,r=0,i=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=t*O,i=n*O,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||i)&&e.deltaMode&&(e.deltaMode==1?(r*=I,i*=I):(r*=P,i*=P)),r&&!t&&(t=r<1?-1:1),i&&!n&&(n=i<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:i}}T.getEventType=function(){return A.firefox()?"DOMMouseScroll":b("wheel")?"wheel":"mousewheel"};var Y=T;/**
* Checks if an event is supported in the current execution environment.
*
* NOTE: This will not work correctly for non-generic events such as `change`,
* `reset`, `load`, `error`, and `select`.
*
* Borrows from Modernizr.
*
* @param {string} eventNameSuffix Event name, e.g. "click".
* @param {?boolean} capture Check if the capture phase is supported.
* @return {boolean} True if the event is supported.
* @internal
* @license Modernizr 3.0.0pre (Custom Build) | MIT
*/var localeData$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){return function(n,r,i){var g=r.prototype,y=function(R){return R&&(R.indexOf?R:R.s)},k=function(R,L,z,B,q){var H=R.name?R:R.$locale(),V=y(H[L]),K=y(H[z]),G=V||K.map(function(W){return W.slice(0,B)});if(!q)return G;var Z=H.weekStart;return G.map(function(W,J){return G[(J+(Z||0))%7]})},$=function(){return i.Ls[i.locale()]},j=function(R,L){return R.formats[L]||function(z){return z.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(B,q,H){return q||H.slice(1)})}(R.formats[L.toUpperCase()])},C=function(){var R=this;return{months:function(L){return L?L.format("MMMM"):k(R,"months")},monthsShort:function(L){return L?L.format("MMM"):k(R,"monthsShort","months",3)},firstDayOfWeek:function(){return R.$locale().weekStart||0},weekdays:function(L){return L?L.format("dddd"):k(R,"weekdays")},weekdaysMin:function(L){return L?L.format("dd"):k(R,"weekdaysMin","weekdays",2)},weekdaysShort:function(L){return L?L.format("ddd"):k(R,"weekdaysShort","weekdays",3)},longDateFormat:function(L){return j(R.$locale(),L)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};g.localeData=function(){return C.bind(this)()},i.localeData=function(){var R=$();return{firstDayOfWeek:function(){return R.weekStart||0},weekdays:function(){return i.weekdays()},weekdaysShort:function(){return i.weekdaysShort()},weekdaysMin:function(){return i.weekdaysMin()},months:function(){return i.months()},monthsShort:function(){return i.monthsShort()},longDateFormat:function(L){return j(R,L)},meridiem:R.meridiem,ordinal:R.ordinal}},i.months=function(){return k($(),"months")},i.monthsShort=function(){return k($(),"monthsShort","months",3)},i.weekdays=function(R){return k($(),"weekdays",null,null,R)},i.weekdaysShort=function(R){return k($(),"weekdaysShort","weekdays",3,R)},i.weekdaysMin=function(R){return k($(),"weekdaysMin","weekdays",2,R)}}})})(localeData$1);var localeData=localeData$1.exports,advancedFormat$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){return function(n,r){var i=r.prototype,g=i.format;i.format=function(y){var k=this,$=this.$locale();if(!this.isValid())return g.bind(this)(y);var j=this.$utils(),C=(y||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(R){switch(R){case"Q":return Math.ceil((k.$M+1)/3);case"Do":return $.ordinal(k.$D);case"gggg":return k.weekYear();case"GGGG":return k.isoWeekYear();case"wo":return $.ordinal(k.week(),"W");case"w":case"ww":return j.s(k.week(),R==="w"?1:2,"0");case"W":case"WW":return j.s(k.isoWeek(),R==="W"?1:2,"0");case"k":case"kk":return j.s(String(k.$H===0?24:k.$H),R==="k"?1:2,"0");case"X":return Math.floor(k.$d.getTime()/1e3);case"x":return k.$d.getTime();case"z":return"["+k.offsetName()+"]";case"zzz":return"["+k.offsetName("long")+"]";default:return R}});return g.bind(this)(C)}}})})(advancedFormat$1);var advancedFormat=advancedFormat$1.exports,weekOfYear$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){var n="week",r="year";return function(i,g,y){var k=g.prototype;k.week=function($){if($===void 0&&($=null),$!==null)return this.add(7*($-this.week()),"day");var j=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var C=y(this).startOf(r).add(1,r).date(j),R=y(this).endOf(n);if(C.isBefore(R))return 1}var L=y(this).startOf(r).date(j).startOf(n).subtract(1,"millisecond"),z=this.diff(L,n,!0);return z<0?y(this).startOf("week").week():Math.ceil(z)},k.weeks=function($){return $===void 0&&($=null),this.week($)}}})})(weekOfYear$1);var weekOfYear=weekOfYear$1.exports,weekYear$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){return function(n,r){r.prototype.weekYear=function(){var i=this.month(),g=this.week(),y=this.year();return g===1&&i===11?y+1:i===0&&g>=52?y-1:y}}})})(weekYear$1);var weekYear=weekYear$1.exports,dayOfYear$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){return function(n,r,i){r.prototype.dayOfYear=function(g){var y=Math.round((i(this).startOf("day")-i(this).startOf("year"))/864e5)+1;return g==null?y:this.add(g-y,"day")}}})})(dayOfYear$1);var dayOfYear=dayOfYear$1.exports,isSameOrAfter$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){return function(n,r){r.prototype.isSameOrAfter=function(i,g){return this.isSame(i,g)||this.isAfter(i,g)}}})})(isSameOrAfter$1);var isSameOrAfter=isSameOrAfter$1.exports,isSameOrBefore$1={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){return function(n,r){r.prototype.isSameOrBefore=function(i,g){return this.isSame(i,g)||this.isBefore(i,g)}}})})(isSameOrBefore$1);var isSameOrBefore=isSameOrBefore$1.exports;function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t1?t-1:0),r=1;r=g)return k;switch(k){case"%s":return String(n[i++]);case"%d":return Number(n[i++]);case"%j":try{return JSON.stringify(n[i++])}catch{return"[Circular]"}break;default:return k}});return y}return e}function isNativeStringType(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function isEmptyValue(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||isNativeStringType(t)&&typeof e=="string"&&!e)}function asyncParallelArray(e,t,n){var r=[],i=0,g=e.length;function y(k){r.push.apply(r,k||[]),i++,i===g&&n(r)}e.forEach(function(k){t(k,y)})}function asyncSerialArray(e,t,n){var r=0,i=e.length;function g(y){if(y&&y.length){n(y);return}var k=r;r=r+1,k()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},types={integer:function(t){return types.number(t)&&parseInt(t,10)===t},float:function(t){return types.number(t)&&!types.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!types.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&t.length<=320&&!!t.match(pattern$2.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(getUrlRegex())},hex:function(t){return typeof t=="string"&&!!t.match(pattern$2.hex)}},type$1=function(t,n,r,i,g){if(t.required&&n===void 0){required$1(t,n,r,i,g);return}var y=["integer","float","array","regexp","object","method","email","number","date","url","hex"],k=t.type;y.indexOf(k)>-1?types[k](n)||i.push(format$1(g.messages.types[k],t.fullField,t.type)):k&&typeof n!==t.type&&i.push(format$1(g.messages.types[k],t.fullField,t.type))},range=function(t,n,r,i,g){var y=typeof t.len=="number",k=typeof t.min=="number",$=typeof t.max=="number",j=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,C=n,R=null,L=typeof n=="number",z=typeof n=="string",B=Array.isArray(n);if(L?R="number":z?R="string":B&&(R="array"),!R)return!1;B&&(C=n.length),z&&(C=n.replace(j,"_").length),y?C!==t.len&&i.push(format$1(g.messages[R].len,t.fullField,t.len)):k&&!$&&Ct.max?i.push(format$1(g.messages[R].max,t.fullField,t.max)):k&&$&&(Ct.max)&&i.push(format$1(g.messages[R].range,t.fullField,t.min,t.max))},ENUM$1="enum",enumerable$1=function(t,n,r,i,g){t[ENUM$1]=Array.isArray(t[ENUM$1])?t[ENUM$1]:[],t[ENUM$1].indexOf(n)===-1&&i.push(format$1(g.messages[ENUM$1],t.fullField,t[ENUM$1].join(", ")))},pattern$1=function(t,n,r,i,g){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(n)||i.push(format$1(g.messages.pattern.mismatch,t.fullField,n,t.pattern));else if(typeof t.pattern=="string"){var y=new RegExp(t.pattern);y.test(n)||i.push(format$1(g.messages.pattern.mismatch,t.fullField,n,t.pattern))}}},rules={required:required$1,whitespace,type:type$1,range,enum:enumerable$1,pattern:pattern$1},string=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n,"string")&&!t.required)return r();rules.required(t,n,i,y,g,"string"),isEmptyValue(n,"string")||(rules.type(t,n,i,y,g),rules.range(t,n,i,y,g),rules.pattern(t,n,i,y,g),t.whitespace===!0&&rules.whitespace(t,n,i,y,g))}r(y)},method=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&rules.type(t,n,i,y,g)}r(y)},number=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(n===""&&(n=void 0),isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&(rules.type(t,n,i,y,g),rules.range(t,n,i,y,g))}r(y)},_boolean=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&rules.type(t,n,i,y,g)}r(y)},regexp=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),isEmptyValue(n)||rules.type(t,n,i,y,g)}r(y)},integer=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&(rules.type(t,n,i,y,g),rules.range(t,n,i,y,g))}r(y)},floatFn=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&(rules.type(t,n,i,y,g),rules.range(t,n,i,y,g))}r(y)},array=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(n==null&&!t.required)return r();rules.required(t,n,i,y,g,"array"),n!=null&&(rules.type(t,n,i,y,g),rules.range(t,n,i,y,g))}r(y)},object=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&rules.type(t,n,i,y,g)}r(y)},ENUM="enum",enumerable=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g),n!==void 0&&rules[ENUM](t,n,i,y,g)}r(y)},pattern=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n,"string")&&!t.required)return r();rules.required(t,n,i,y,g),isEmptyValue(n,"string")||rules.pattern(t,n,i,y,g)}r(y)},date=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n,"date")&&!t.required)return r();if(rules.required(t,n,i,y,g),!isEmptyValue(n,"date")){var $;n instanceof Date?$=n:$=new Date(n),rules.type(t,$,i,y,g),$&&rules.range(t,$.getTime(),i,y,g)}}r(y)},required=function(t,n,r,i,g){var y=[],k=Array.isArray(n)?"array":typeof n;rules.required(t,n,i,y,g,k),r(y)},type=function(t,n,r,i,g){var y=t.type,k=[],$=t.required||!t.required&&i.hasOwnProperty(t.field);if($){if(isEmptyValue(n,y)&&!t.required)return r();rules.required(t,n,i,k,g,y),isEmptyValue(n,y)||rules.type(t,n,i,k,g)}r(k)},any=function(t,n,r,i,g){var y=[],k=t.required||!t.required&&i.hasOwnProperty(t.field);if(k){if(isEmptyValue(n)&&!t.required)return r();rules.required(t,n,i,y,g)}r(y)},validators={string,method,number,boolean:_boolean,regexp,integer,float:floatFn,array,object,enum:enumerable,pattern,date,url:type,hex:type,email:type,required,any};function newMessages(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var messages=newMessages(),Schema=function(){function e(n){this.rules=null,this._messages=messages,this.define(n)}var t=e.prototype;return t.define=function(r){var i=this;if(!r)throw new Error("Cannot configure a schema with no rules");if(typeof r!="object"||Array.isArray(r))throw new Error("Rules must be an object");this.rules={},Object.keys(r).forEach(function(g){var y=r[g];i.rules[g]=Array.isArray(y)?y:[y]})},t.messages=function(r){return r&&(this._messages=deepMerge$1(newMessages(),r)),this._messages},t.validate=function(r,i,g){var y=this;i===void 0&&(i={}),g===void 0&&(g=function(){});var k=r,$=i,j=g;if(typeof $=="function"&&(j=$,$={}),!this.rules||Object.keys(this.rules).length===0)return j&&j(null,k),Promise.resolve(k);function C(q){var H=[],V={};function K(Z){if(Array.isArray(Z)){var W;H=(W=H).concat.apply(W,Z)}else H.push(Z)}for(var G=0;G]/,escapeHtml_1=escapeHtml;function escapeHtml(e){var t=""+e,n=matchHtmlRegExp.exec(t);if(!n)return t;var r,i="",g=0,y=0;for(g=n.index;g=48&&g<=57||g>=65&&g<=90||g>=97&&g<=122){r+=n.charAt(i);continue}if(g<128){r=r+hexTable[g];continue}if(g<2048){r=r+(hexTable[192|g>>6]+hexTable[128|g&63]);continue}if(g<55296||g>=57344){r=r+(hexTable[224|g>>12]+hexTable[128|g>>6&63]+hexTable[128|g&63]);continue}i+=1,g=65536+((g&1023)<<10|n.charCodeAt(i)&1023),r+=hexTable[240|g>>18]+hexTable[128|g>>12&63]+hexTable[128|g>>6&63]+hexTable[128|g&63]}return r},compact=function(t){for(var n=[{obj:{o:t},prop:"o"}],r=[],i=0;i0?J+W:""},utils$g=utils$i,has=Object.prototype.hasOwnProperty,defaults$3={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:utils$g.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},parseValues=function(t,n){for(var r={},i=n.ignoreQueryPrefix?t.replace(/^\?/,""):t,g=n.parameterLimit===1/0?void 0:n.parameterLimit,y=i.split(n.delimiter,g),k=0;k=0;--i){var g,y=e[i];if(y==="[]"&&n.parseArrays)g=[].concat(r);else{g=n.plainObjects?Object.create(null):{};var k=y.charAt(0)==="["&&y.charAt(y.length-1)==="]"?y.slice(1,-1):y,$=parseInt(k,10);!n.parseArrays&&k===""?g={0:r}:!isNaN($)&&y!==k&&String($)===k&&$>=0&&n.parseArrays&&$<=n.arrayLimit?(g=[],g[$]=r):k!=="__proto__"&&(g[k]=r)}r=g}return r},parseKeys=function(t,n,r){if(!!t){var i=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,g=/(\[[^[\]]*])/,y=/(\[[^[\]]*])/g,k=g.exec(i),$=k?i.slice(0,k.index):i,j=[];if($){if(!r.plainObjects&&has.call(Object.prototype,$)&&!r.allowPrototypes)return;j.push($)}for(var C=0;(k=y.exec(i))!==null&&C=0)return;r==="set-cookie"?n[r]=(n[r]?n[r]:[]).concat([i]):n[r]=n[r]?n[r]+", "+i:i}}),n},utils$9=utils$f,isURLSameOrigin$1=utils$9.isStandardBrowserEnv()?function(){var t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a"),r;function i(g){var y=g;return t&&(n.setAttribute("href",y),y=n.href),n.setAttribute("href",y),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=i(window.location.href),function(y){var k=utils$9.isString(y)?i(y):y;return k.protocol===r.protocol&&k.host===r.host}}():function(){return function(){return!0}}(),utils$8=utils$f,cookies=utils$8.isStandardBrowserEnv()?function(){return{write:function(n,r,i,g,y,k){var $=[];$.push(n+"="+encodeURIComponent(r)),utils$8.isNumber(i)&&$.push("expires="+new Date(i).toGMTString()),utils$8.isString(g)&&$.push("path="+g),utils$8.isString(y)&&$.push("domain="+y),k===!0&&$.push("secure"),document.cookie=$.join("; ")},read:function(n){var r=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(n){this.write(n,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),utils$7=utils$f,settle=settle$1,buildURL$1=buildURL$2,buildFullPath=buildFullPath$1,parseHeaders=parseHeaders$1,isURLSameOrigin=isURLSameOrigin$1,createError=createError$2,xhr=function(t){return new Promise(function(r,i){var g=t.data,y=t.headers;utils$7.isFormData(g)&&delete y["Content-Type"];var k=new XMLHttpRequest;if(t.auth){var $=t.auth.username||"",j=t.auth.password||"";y.Authorization="Basic "+btoa($+":"+j)}var C=buildFullPath(t.baseURL,t.url);if(k.open(t.method.toUpperCase(),buildURL$1(C,t.params,t.paramsSerializer),!0),k.timeout=t.timeout,k.onreadystatechange=function(){if(!(!k||k.readyState!==4)&&!(k.status===0&&!(k.responseURL&&k.responseURL.indexOf("file:")===0))){var B="getAllResponseHeaders"in k?parseHeaders(k.getAllResponseHeaders()):null,q=!t.responseType||t.responseType==="text"?k.responseText:k.response,H={data:q,status:k.status,statusText:k.statusText,headers:B,config:t,request:k};settle(r,i,H),k=null}},k.onabort=function(){!k||(i(createError("Request aborted",t,"ECONNABORTED",k)),k=null)},k.onerror=function(){i(createError("Network Error",t,null,k)),k=null},k.ontimeout=function(){var B="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(B=t.timeoutErrorMessage),i(createError(B,t,"ECONNABORTED",k)),k=null},utils$7.isStandardBrowserEnv()){var R=cookies,L=(t.withCredentials||isURLSameOrigin(C))&&t.xsrfCookieName?R.read(t.xsrfCookieName):void 0;L&&(y[t.xsrfHeaderName]=L)}if("setRequestHeader"in k&&utils$7.forEach(y,function(B,q){typeof g=="undefined"&&q.toLowerCase()==="content-type"?delete y[q]:k.setRequestHeader(q,B)}),utils$7.isUndefined(t.withCredentials)||(k.withCredentials=!!t.withCredentials),t.responseType)try{k.responseType=t.responseType}catch(z){if(t.responseType!=="json")throw z}typeof t.onDownloadProgress=="function"&&k.addEventListener("progress",t.onDownloadProgress),typeof t.onUploadProgress=="function"&&k.upload&&k.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(B){!k||(k.abort(),i(B),k=null)}),g===void 0&&(g=null),k.send(g)})},utils$6=utils$f,normalizeHeaderName=normalizeHeaderName$1,DEFAULT_CONTENT_TYPE={"Content-Type":"application/x-www-form-urlencoded"};function setContentTypeIfUnset(e,t){!utils$6.isUndefined(e)&&utils$6.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function getDefaultAdapter(){var e;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(e=xhr),e}var defaults$2={adapter:getDefaultAdapter(),transformRequest:[function(t,n){return normalizeHeaderName(n,"Accept"),normalizeHeaderName(n,"Content-Type"),utils$6.isFormData(t)||utils$6.isArrayBuffer(t)||utils$6.isBuffer(t)||utils$6.isStream(t)||utils$6.isFile(t)||utils$6.isBlob(t)?t:utils$6.isArrayBufferView(t)?t.buffer:utils$6.isURLSearchParams(t)?(setContentTypeIfUnset(n,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):utils$6.isObject(t)?(setContentTypeIfUnset(n,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if(typeof t=="string")try{t=JSON.parse(t)}catch{}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300}};defaults$2.headers={common:{Accept:"application/json, text/plain, */*"}};utils$6.forEach(["delete","get","head"],function(t){defaults$2.headers[t]={}});utils$6.forEach(["post","put","patch"],function(t){defaults$2.headers[t]=utils$6.merge(DEFAULT_CONTENT_TYPE)});var defaults_1=defaults$2,utils$5=utils$f,transformData=transformData$1,isCancel=isCancel$1,defaults$1=defaults_1;function throwIfCancellationRequested(e){e.cancelToken&&e.cancelToken.throwIfRequested()}var dispatchRequest$1=function(t){throwIfCancellationRequested(t),t.headers=t.headers||{},t.data=transformData(t.data,t.headers,t.transformRequest),t.headers=utils$5.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),utils$5.forEach(["delete","get","head","post","put","patch","common"],function(i){delete t.headers[i]});var n=t.adapter||defaults$1.adapter;return n(t).then(function(i){return throwIfCancellationRequested(t),i.data=transformData(i.data,i.headers,t.transformResponse),i},function(i){return isCancel(i)||(throwIfCancellationRequested(t),i&&i.response&&(i.response.data=transformData(i.response.data,i.response.headers,t.transformResponse))),Promise.reject(i)})},utils$4=utils$f,mergeConfig$2=function(t,n){n=n||{};var r={},i=["url","method","params","data"],g=["headers","auth","proxy"],y=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];utils$4.forEach(i,function(C){typeof n[C]!="undefined"&&(r[C]=n[C])}),utils$4.forEach(g,function(C){utils$4.isObject(n[C])?r[C]=utils$4.deepMerge(t[C],n[C]):typeof n[C]!="undefined"?r[C]=n[C]:utils$4.isObject(t[C])?r[C]=utils$4.deepMerge(t[C]):typeof t[C]!="undefined"&&(r[C]=t[C])}),utils$4.forEach(y,function(C){typeof n[C]!="undefined"?r[C]=n[C]:typeof t[C]!="undefined"&&(r[C]=t[C])});var k=i.concat(g).concat(y),$=Object.keys(n).filter(function(C){return k.indexOf(C)===-1});return utils$4.forEach($,function(C){typeof n[C]!="undefined"?r[C]=n[C]:typeof t[C]!="undefined"&&(r[C]=t[C])}),r},utils$3=utils$f,buildURL=buildURL$2,InterceptorManager=InterceptorManager_1,dispatchRequest=dispatchRequest$1,mergeConfig$1=mergeConfig$2;function Axios$1(e){this.defaults=e,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}Axios$1.prototype.request=function(t){typeof t=="string"?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=mergeConfig$1(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=[dispatchRequest,void 0],r=Promise.resolve(t);for(this.interceptors.request.forEach(function(g){n.unshift(g.fulfilled,g.rejected)}),this.interceptors.response.forEach(function(g){n.push(g.fulfilled,g.rejected)});n.length;)r=r.then(n.shift(),n.shift());return r};Axios$1.prototype.getUri=function(t){return t=mergeConfig$1(this.defaults,t),buildURL(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")};utils$3.forEach(["delete","get","head","options"],function(t){Axios$1.prototype[t]=function(n,r){return this.request(utils$3.merge(r||{},{method:t,url:n}))}});utils$3.forEach(["post","put","patch"],function(t){Axios$1.prototype[t]=function(n,r,i){return this.request(utils$3.merge(i||{},{method:t,url:n,data:r}))}});var Axios_1=Axios$1;function Cancel$1(e){this.message=e}Cancel$1.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")};Cancel$1.prototype.__CANCEL__=!0;var Cancel_1=Cancel$1,Cancel=Cancel_1;function CancelToken(e){if(typeof e!="function")throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(i){t=i});var n=this;e(function(i){n.reason||(n.reason=new Cancel(i),t(n.reason))})}CancelToken.prototype.throwIfRequested=function(){if(this.reason)throw this.reason};CancelToken.source=function(){var t,n=new CancelToken(function(i){t=i});return{token:n,cancel:t}};var CancelToken_1=CancelToken,spread=function(t){return function(r){return t.apply(null,r)}},utils$2=utils$f,bind=bind$2,Axios=Axios_1,mergeConfig=mergeConfig$2,defaults=defaults_1;function createInstance(e){var t=new Axios(e),n=bind(Axios.prototype.request,t);return utils$2.extend(n,Axios.prototype,t),utils$2.extend(n,t),n}var axios$1=createInstance(defaults);axios$1.Axios=Axios;axios$1.create=function(t){return createInstance(mergeConfig(axios$1.defaults,t))};axios$1.Cancel=Cancel_1;axios$1.CancelToken=CancelToken_1;axios$1.isCancel=isCancel$1;axios$1.all=function(t){return Promise.all(t)};axios$1.spread=spread;axios$2.exports=axios$1;axios$2.exports.default=axios$1;var axios=axios$2.exports;/*!
* pinia v2.0.26
* (c) 2022 Eduardo San Martin Morote
* @license MIT
*/let activePinia;const setActivePinia=e=>activePinia=e,piniaSymbol=Symbol();function isPlainObject(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var MutationType;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const e=effectScope(!0),t=e.run(()=>ref({}));let n=[],r=[];const i=markRaw({install(g){setActivePinia(i),i._a=g,g.provide(piniaSymbol,i),g.config.globalProperties.$pinia=i,r.forEach(y=>n.push(y)),r=[]},use(g){return!this._a&&!isVue2?r.push(g):n.push(g),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return i}const noop=()=>{};function addSubscription(e,t,n,r=noop){e.push(t);const i=()=>{const g=e.indexOf(t);g>-1&&(e.splice(g,1),r())};return!n&&getCurrentScope()&&onScopeDispose(i),i}function triggerSubscriptions(e,...t){e.slice().forEach(n=>{n(...t)})}function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],i=e[n];isPlainObject(i)&&isPlainObject(r)&&e.hasOwnProperty(n)&&!isRef(r)&&!isReactive(r)?e[n]=mergeReactiveObjects(i,r):e[n]=r}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(e){return!!(isRef(e)&&e.effect)}function createOptionsStore(e,t,n,r){const{state:i,actions:g,getters:y}=t,k=n.state.value[e];let $;function j(){k||(n.state.value[e]=i?i():{});const C=toRefs(n.state.value[e]);return assign(C,g,Object.keys(y||{}).reduce((R,L)=>(R[L]=markRaw(computed(()=>{setActivePinia(n);const z=n._s.get(e);return y[L].call(z,z)})),R),{}))}return $=createSetupStore(e,j,t,n,r,!0),$.$reset=function(){const R=i?i():{};this.$patch(L=>{assign(L,R)})},$}function createSetupStore(e,t,n={},r,i,g){let y;const k=assign({actions:{}},n),$={deep:!0};let j,C,R=markRaw([]),L=markRaw([]),z;const B=r.state.value[e];!g&&!B&&(r.state.value[e]={}),ref({});let q;function H(te){let Q;j=C=!1,typeof te=="function"?(te(r.state.value[e]),Q={type:MutationType.patchFunction,storeId:e,events:z}):(mergeReactiveObjects(r.state.value[e],te),Q={type:MutationType.patchObject,payload:te,storeId:e,events:z});const re=q=Symbol();nextTick().then(()=>{q===re&&(j=!0)}),C=!0,triggerSubscriptions(R,Q,r.state.value[e])}const V=noop;function K(){y.stop(),R=[],L=[],r._s.delete(e)}function G(te,Q){return function(){setActivePinia(r);const re=Array.from(arguments),ee=[],ne=[];function ae(se){ee.push(se)}function oe(se){ne.push(se)}triggerSubscriptions(L,{args:re,name:te,store:W,after:ae,onError:oe});let ie;try{ie=Q.apply(this&&this.$id===e?this:W,re)}catch(se){throw triggerSubscriptions(ne,se),se}return ie instanceof Promise?ie.then(se=>(triggerSubscriptions(ee,se),se)).catch(se=>(triggerSubscriptions(ne,se),Promise.reject(se))):(triggerSubscriptions(ee,ie),ie)}}const Z={_p:r,$id:e,$onAction:addSubscription.bind(null,L),$patch:H,$reset:V,$subscribe(te,Q={}){const re=addSubscription(R,te,Q.detached,()=>ee()),ee=y.run(()=>watch(()=>r.state.value[e],ne=>{(Q.flush==="sync"?C:j)&&te({storeId:e,type:MutationType.direct,events:z},ne)},assign({},$,Q)));return re},$dispose:K},W=reactive(Z);r._s.set(e,W);const J=r._e.run(()=>(y=effectScope(),y.run(()=>t())));for(const te in J){const Q=J[te];if(isRef(Q)&&!isComputed(Q)||isReactive(Q))g||(B&&shouldHydrate(Q)&&(isRef(Q)?Q.value=B[te]:mergeReactiveObjects(Q,B[te])),r.state.value[e][te]=Q);else if(typeof Q=="function"){const re=G(te,Q);J[te]=re,k.actions[te]=Q}}return assign(W,J),assign(toRaw(W),J),Object.defineProperty(W,"$state",{get:()=>r.state.value[e],set:te=>{H(Q=>{assign(Q,te)})}}),r._p.forEach(te=>{assign(W,y.run(()=>te({store:W,app:r._a,pinia:r,options:k})))}),B&&g&&n.hydrate&&n.hydrate(W.$state,B),j=!0,C=!0,W}function defineStore(e,t,n){let r,i;const g=typeof t=="function";typeof e=="string"?(r=e,i=g?n:t):(i=e,r=e.id);function y(k,$){const j=getCurrentInstance();return k=k||j&&inject(piniaSymbol),k&&setActivePinia(k),k=activePinia,k._s.has(r)||(g?createSetupStore(r,t,i,k):createOptionsStore(r,i,k)),k._s.get(r)}return y.$id=r,y}var browser={},canPromise$1=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},qrcode={},utils$1={};let toSJISFunction;const CODEWORDS_COUNT=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];utils$1.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return t*4+17};utils$1.getSymbolTotalCodewords=function(t){return CODEWORDS_COUNT[t]};utils$1.getBCHDigit=function(e){let t=0;for(;e!==0;)t++,e>>>=1;return t};utils$1.setToSJISFunction=function(t){if(typeof t!="function")throw new Error('"toSJISFunc" is not a valid function.');toSJISFunction=t};utils$1.isKanjiModeEnabled=function(){return typeof toSJISFunction!="undefined"};utils$1.toSJIS=function(t){return toSJISFunction(t)};var errorCorrectionLevel={};(function(e){e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2};function t(n){if(typeof n!="string")throw new Error("Param is not a string");switch(n.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+n)}}e.isValid=function(r){return r&&typeof r.bit!="undefined"&&r.bit>=0&&r.bit<4},e.from=function(r,i){if(e.isValid(r))return r;try{return t(r)}catch{return i}}})(errorCorrectionLevel);function BitBuffer$1(){this.buffer=[],this.length=0}BitBuffer$1.prototype={get:function(e){const t=Math.floor(e/8);return(this.buffer[t]>>>7-e%8&1)===1},put:function(e,t){for(let n=0;n>>t-n-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(e){const t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}};var bitBuffer=BitBuffer$1;function BitMatrix$1(e){if(!e||e<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=e,this.data=new Uint8Array(e*e),this.reservedBit=new Uint8Array(e*e)}BitMatrix$1.prototype.set=function(e,t,n,r){const i=e*this.size+t;this.data[i]=n,r&&(this.reservedBit[i]=!0)};BitMatrix$1.prototype.get=function(e,t){return this.data[e*this.size+t]};BitMatrix$1.prototype.xor=function(e,t,n){this.data[e*this.size+t]^=n};BitMatrix$1.prototype.isReserved=function(e,t){return this.reservedBit[e*this.size+t]};var bitMatrix=BitMatrix$1,alignmentPattern={};(function(e){const t=utils$1.getSymbolSize;e.getRowColCoords=function(r){if(r===1)return[];const i=Math.floor(r/7)+2,g=t(r),y=g===145?26:Math.ceil((g-13)/(2*i-2))*2,k=[g-7];for(let $=1;$=0&&i<=7},e.from=function(i){return e.isValid(i)?parseInt(i,10):void 0},e.getPenaltyN1=function(i){const g=i.size;let y=0,k=0,$=0,j=null,C=null;for(let R=0;R=5&&(y+=t.N1+(k-5)),j=z,k=1),z=i.get(L,R),z===C?$++:($>=5&&(y+=t.N1+($-5)),C=z,$=1)}k>=5&&(y+=t.N1+(k-5)),$>=5&&(y+=t.N1+($-5))}return y},e.getPenaltyN2=function(i){const g=i.size;let y=0;for(let k=0;k=10&&(k===1488||k===93)&&y++,$=$<<1&2047|i.get(C,j),C>=10&&($===1488||$===93)&&y++}return y*t.N3},e.getPenaltyN4=function(i){let g=0;const y=i.data.length;for(let $=0;$=0;){const y=g[0];for(let $=0;$0){const g=new Uint8Array(this.degree);return g.set(r,i),g}return r};var reedSolomonEncoder=ReedSolomonEncoder$1,version={},mode={},versionCheck={};versionCheck.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40};var regex={};const numeric="[0-9]+",alphanumeric="[A-Z $%*+\\-./:]+";let kanji="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";kanji=kanji.replace(/u/g,"\\u");const byte="(?:(?![A-Z0-9 $%*+\\-./:]|"+kanji+`)(?:.|[\r
]))+`;regex.KANJI=new RegExp(kanji,"g");regex.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g");regex.BYTE=new RegExp(byte,"g");regex.NUMERIC=new RegExp(numeric,"g");regex.ALPHANUMERIC=new RegExp(alphanumeric,"g");const TEST_KANJI=new RegExp("^"+kanji+"$"),TEST_NUMERIC=new RegExp("^"+numeric+"$"),TEST_ALPHANUMERIC=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");regex.testKanji=function(t){return TEST_KANJI.test(t)};regex.testNumeric=function(t){return TEST_NUMERIC.test(t)};regex.testAlphanumeric=function(t){return TEST_ALPHANUMERIC.test(t)};(function(e){const t=versionCheck,n=regex;e.NUMERIC={id:"Numeric",bit:1<<0,ccBits:[10,12,14]},e.ALPHANUMERIC={id:"Alphanumeric",bit:1<<1,ccBits:[9,11,13]},e.BYTE={id:"Byte",bit:1<<2,ccBits:[8,16,16]},e.KANJI={id:"Kanji",bit:1<<3,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(g,y){if(!g.ccBits)throw new Error("Invalid mode: "+g);if(!t.isValid(y))throw new Error("Invalid version: "+y);return y>=1&&y<10?g.ccBits[0]:y<27?g.ccBits[1]:g.ccBits[2]},e.getBestModeForData=function(g){return n.testNumeric(g)?e.NUMERIC:n.testAlphanumeric(g)?e.ALPHANUMERIC:n.testKanji(g)?e.KANJI:e.BYTE},e.toString=function(g){if(g&&g.id)return g.id;throw new Error("Invalid mode")},e.isValid=function(g){return g&&g.bit&&g.ccBits};function r(i){if(typeof i!="string")throw new Error("Param is not a string");switch(i.toLowerCase()){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+i)}}e.from=function(g,y){if(e.isValid(g))return g;try{return r(g)}catch{return y}}})(mode);(function(e){const t=utils$1,n=errorCorrectionCode,r=errorCorrectionLevel,i=mode,g=versionCheck,y=1<<12|1<<11|1<<10|1<<9|1<<8|1<<5|1<<2|1<<0,k=t.getBCHDigit(y);function $(L,z,B){for(let q=1;q<=40;q++)if(z<=e.getCapacity(q,B,L))return q}function j(L,z){return i.getCharCountIndicator(L,z)+4}function C(L,z){let B=0;return L.forEach(function(q){B+=j(q.mode,z)+q.getBitsLength()}),B}function R(L,z){for(let B=1;B<=40;B++)if(C(L,B)<=e.getCapacity(B,z,i.MIXED))return B}e.from=function(z,B){return g.isValid(z)?parseInt(z,10):B},e.getCapacity=function(z,B,q){if(!g.isValid(z))throw new Error("Invalid QR Code version");typeof q=="undefined"&&(q=i.BYTE);const H=t.getSymbolTotalCodewords(z),V=n.getTotalCodewordsCount(z,B),K=(H-V)*8;if(q===i.MIXED)return K;const G=K-j(q,z);switch(q){case i.NUMERIC:return Math.floor(G/10*3);case i.ALPHANUMERIC:return Math.floor(G/11*2);case i.KANJI:return Math.floor(G/13);case i.BYTE:default:return Math.floor(G/8)}},e.getBestVersionForData=function(z,B){let q;const H=r.from(B,r.M);if(Array.isArray(z)){if(z.length>1)return R(z,H);if(z.length===0)return 1;q=z[0]}else q=z;return $(q.mode,q.getLength(),H)},e.getEncodedBits=function(z){if(!g.isValid(z)||z<7)throw new Error("Invalid QR Code version");let B=z<<12;for(;t.getBCHDigit(B)-k>=0;)B^=y<=0;)i^=G15<0&&(r=this.data.substr(n),i=parseInt(r,10),t.put(i,g*3+1))};var numericData=NumericData;const Mode$3=mode,ALPHA_NUM_CHARS=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function AlphanumericData(e){this.mode=Mode$3.ALPHANUMERIC,this.data=e}AlphanumericData.getBitsLength=function(t){return 11*Math.floor(t/2)+6*(t%2)};AlphanumericData.prototype.getLength=function(){return this.data.length};AlphanumericData.prototype.getBitsLength=function(){return AlphanumericData.getBitsLength(this.data.length)};AlphanumericData.prototype.write=function(t){let n;for(n=0;n+2<=this.data.length;n+=2){let r=ALPHA_NUM_CHARS.indexOf(this.data[n])*45;r+=ALPHA_NUM_CHARS.indexOf(this.data[n+1]),t.put(r,11)}this.data.length%2&&t.put(ALPHA_NUM_CHARS.indexOf(this.data[n]),6)};var alphanumericData=AlphanumericData,encodeUtf8$1=function(t){for(var n=[],r=t.length,i=0;i=55296&&g<=56319&&r>i+1){var y=t.charCodeAt(i+1);y>=56320&&y<=57343&&(g=(g-55296)*1024+y-56320+65536,i+=1)}if(g<128){n.push(g);continue}if(g<2048){n.push(g>>6|192),n.push(g&63|128);continue}if(g<55296||g>=57344&&g<65536){n.push(g>>12|224),n.push(g>>6&63|128),n.push(g&63|128);continue}if(g>=65536&&g<=1114111){n.push(g>>18|240),n.push(g>>12&63|128),n.push(g>>6&63|128),n.push(g&63|128);continue}n.push(239,191,189)}return new Uint8Array(n).buffer};const encodeUtf8=encodeUtf8$1,Mode$2=mode;function ByteData(e){this.mode=Mode$2.BYTE,typeof e=="string"&&(e=encodeUtf8(e)),this.data=new Uint8Array(e)}ByteData.getBitsLength=function(t){return t*8};ByteData.prototype.getLength=function(){return this.data.length};ByteData.prototype.getBitsLength=function(){return ByteData.getBitsLength(this.data.length)};ByteData.prototype.write=function(e){for(let t=0,n=this.data.length;t=33088&&n<=40956)n-=33088;else if(n>=57408&&n<=60351)n-=49472;else throw new Error("Invalid SJIS character: "+this.data[t]+`
Make sure your charset is UTF-8`);n=(n>>>8&255)*192+(n&255),e.put(n,13)}};var kanjiData=KanjiData,dijkstra={exports:{}};(function(e){var t={single_source_shortest_paths:function(n,r,i){var g={},y={};y[r]=0;var k=t.PriorityQueue.make();k.push(r,0);for(var $,j,C,R,L,z,B,q,H;!k.empty();){$=k.pop(),j=$.value,R=$.cost,L=n[j]||{};for(C in L)L.hasOwnProperty(C)&&(z=L[C],B=R+z,q=y[C],H=typeof y[C]=="undefined",(H||q>B)&&(y[C]=B,k.push(C,B),g[C]=j))}if(typeof i!="undefined"&&typeof y[i]=="undefined"){var V=["Could not find a path from ",r," to ",i,"."].join("");throw new Error(V)}return g},extract_shortest_path_from_predecessor_list:function(n,r){for(var i=[],g=r;g;)i.push(g),n[g],g=n[g];return i.reverse(),i},find_path:function(n,r,i){var g=t.single_source_shortest_paths(n,r,i);return t.extract_shortest_path_from_predecessor_list(g,i)},PriorityQueue:{make:function(n){var r=t.PriorityQueue,i={},g;n=n||{};for(g in r)r.hasOwnProperty(g)&&(i[g]=r[g]);return i.queue=[],i.sorter=n.sorter||r.default_sorter,i},default_sorter:function(n,r){return n.cost-r.cost},push:function(n,r){var i={value:n,cost:r};this.queue.push(i),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};e.exports=t})(dijkstra);(function(e){const t=mode,n=numericData,r=alphanumericData,i=byteData,g=kanjiData,y=regex,k=utils$1,$=dijkstra.exports;function j(V){return unescape(encodeURIComponent(V)).length}function C(V,K,G){const Z=[];let W;for(;(W=V.exec(G))!==null;)Z.push({data:W[0],index:W.index,mode:K,length:W[0].length});return Z}function R(V){const K=C(y.NUMERIC,t.NUMERIC,V),G=C(y.ALPHANUMERIC,t.ALPHANUMERIC,V);let Z,W;return k.isKanjiModeEnabled()?(Z=C(y.BYTE,t.BYTE,V),W=C(y.KANJI,t.KANJI,V)):(Z=C(y.BYTE_KANJI,t.BYTE,V),W=[]),K.concat(G,Z,W).sort(function(te,Q){return te.index-Q.index}).map(function(te){return{data:te.data,mode:te.mode,length:te.length}})}function L(V,K){switch(K){case t.NUMERIC:return n.getBitsLength(V);case t.ALPHANUMERIC:return r.getBitsLength(V);case t.KANJI:return g.getBitsLength(V);case t.BYTE:return i.getBitsLength(V)}}function z(V){return V.reduce(function(K,G){const Z=K.length-1>=0?K[K.length-1]:null;return Z&&Z.mode===G.mode?(K[K.length-1].data+=G.data,K):(K.push(G),K)},[])}function B(V){const K=[];for(let G=0;G=0&&k<=6&&($===0||$===6)||$>=0&&$<=6&&(k===0||k===6)||k>=2&&k<=4&&$>=2&&$<=4?e.set(g+k,y+$,!0,!0):e.set(g+k,y+$,!1,!0))}}function setupTimingPattern(e){const t=e.size;for(let n=8;n>k&1)===1,e.set(i,g,y,!0),e.set(g,i,y,!0)}function setupFormatInfo(e,t,n){const r=e.size,i=FormatInfo.getEncodedBits(t,n);let g,y;for(g=0;g<15;g++)y=(i>>g&1)===1,g<6?e.set(g,8,y,!0):g<8?e.set(g+1,8,y,!0):e.set(r-15+g,8,y,!0),g<8?e.set(8,r-g-1,y,!0):g<9?e.set(8,15-g-1+1,y,!0):e.set(8,15-g-1,y,!0);e.set(r-8,8,1,!0)}function setupData(e,t){const n=e.size;let r=-1,i=n-1,g=7,y=0;for(let k=n-1;k>0;k-=2)for(k===6&&k--;;){for(let $=0;$<2;$++)if(!e.isReserved(i,k-$)){let j=!1;y>>g&1)===1),e.set(i,k-$,j),g--,g===-1&&(y++,g=7)}if(i+=r,i<0||n<=i){i-=r,r=-r;break}}}function createData(e,t,n){const r=new BitBuffer;n.forEach(function($){r.put($.mode.bit,4),r.put($.getLength(),Mode.getCharCountIndicator($.mode,e)),$.write(r)});const i=Utils$1.getSymbolTotalCodewords(e),g=ECCode.getTotalCodewordsCount(e,t),y=(i-g)*8;for(r.getLengthInBits()+4<=y&&r.put(0,4);r.getLengthInBits()%8!==0;)r.putBit(0);const k=(y-r.getLengthInBits())/8;for(let $=0;$=7&&setupVersionInfo($,t),setupData($,y),isNaN(r)&&(r=MaskPattern.getBestMask($,setupFormatInfo.bind(null,$,n))),MaskPattern.applyMask(r,$),setupFormatInfo($,n,r),{modules:$,version:t,errorCorrectionLevel:n,maskPattern:r,segments:i}}qrcode.create=function(t,n){if(typeof t=="undefined"||t==="")throw new Error("No input text");let r=ECLevel.M,i,g;return typeof n!="undefined"&&(r=ECLevel.from(n.errorCorrectionLevel,ECLevel.M),i=Version.from(n.version),g=MaskPattern.from(n.maskPattern),n.toSJISFunc&&Utils$1.setToSJISFunction(n.toSJISFunc)),createSymbol(t,i,r,g)};var canvas={},utils={};(function(e){function t(n){if(typeof n=="number"&&(n=n.toString()),typeof n!="string")throw new Error("Color should be defined as hex string");let r=n.slice().replace("#","").split("");if(r.length<3||r.length===5||r.length>8)throw new Error("Invalid hex color: "+n);(r.length===3||r.length===4)&&(r=Array.prototype.concat.apply([],r.map(function(g){return[g,g]}))),r.length===6&&r.push("F","F");const i=parseInt(r.join(""),16);return{r:i>>24&255,g:i>>16&255,b:i>>8&255,a:i&255,hex:"#"+r.slice(0,6).join("")}}e.getOptions=function(r){r||(r={}),r.color||(r.color={});const i=typeof r.margin=="undefined"||r.margin===null||r.margin<0?4:r.margin,g=r.width&&r.width>=21?r.width:void 0,y=r.scale||4;return{width:g,scale:g?4:y,margin:i,color:{dark:t(r.color.dark||"#000000ff"),light:t(r.color.light||"#ffffffff")},type:r.type,rendererOpts:r.rendererOpts||{}}},e.getScale=function(r,i){return i.width&&i.width>=r+i.margin*2?i.width/(r+i.margin*2):i.scale},e.getImageWidth=function(r,i){const g=e.getScale(r,i);return Math.floor((r+i.margin*2)*g)},e.qrToImageData=function(r,i,g){const y=i.modules.size,k=i.modules.data,$=e.getScale(y,g),j=Math.floor((y+g.margin*2)*$),C=g.margin*$,R=[g.color.light,g.color.dark];for(let L=0;L=C&&z>=C&&L0&&$>0&&e[k-1]||(r+=g?svgCmd("M",$+n,.5+j+n):svgCmd("m",i,0),i=0,g=!1),$+1':"",j="',C='viewBox="0 0 '+k+" "+k+'"',R=i.width?'width="'+i.width+'" height="'+i.width+'" ':"",L='
`;return typeof r=="function"&&r(null,L),L};const canPromise=canPromise$1,QRCode=qrcode,CanvasRenderer=canvas,SvgRenderer=svgTag;function renderCanvas(e,t,n,r,i){const g=[].slice.call(arguments,1),y=g.length,k=typeof g[y-1]=="function";if(!k&&!canPromise())throw new Error("Callback required as last argument");if(k){if(y<2)throw new Error("Too few arguments provided");y===2?(i=n,n=t,t=r=void 0):y===3&&(t.getContext&&typeof i=="undefined"?(i=r,r=void 0):(i=r,r=n,n=t,t=void 0))}else{if(y<1)throw new Error("Too few arguments provided");return y===1?(n=t,t=r=void 0):y===2&&!t.getContext&&(r=n,n=t,t=void 0),new Promise(function($,j){try{const C=QRCode.create(n,r);$(e(C,t,r))}catch(C){j(C)}})}try{const $=QRCode.create(n,r);i(null,e($,t,r))}catch($){i($)}}browser.create=QRCode.create;browser.toCanvas=renderCanvas.bind(null,CanvasRenderer.render);browser.toDataURL=renderCanvas.bind(null,CanvasRenderer.renderToDataURL);browser.toString=renderCanvas.bind(null,function(e,t,n){return SvgRenderer.render(e,n)});var mavonEditor={exports:{}},require$$0=getAugmentedNamespace(vue_runtime_esmBundler);(function(module,exports){(function(e,t){module.exports=t(require$$0)})(window,function(__WEBPACK_EXTERNAL_MODULE__0__){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(r,i,g){n.o(r,i)||Object.defineProperty(r,i,{enumerable:!0,get:g})},n.r=function(r){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},n.t=function(r,i){if(1&i&&(r=n(r)),8&i||4&i&&typeof r=="object"&&r&&r.__esModule)return r;var g=Object.create(null);if(n.r(g),Object.defineProperty(g,"default",{enumerable:!0,value:r}),2&i&&typeof r!="string")for(var y in r)n.d(g,y,function(k){return r[k]}.bind(null,y));return g},n.n=function(r){var i=r&&r.__esModule?function(){return r.default}:function(){return r};return n.d(i,"a",i),i},n.o=function(r,i){return Object.prototype.hasOwnProperty.call(r,i)},n.p="",n(n.s=78)}([function(e,t){e.exports=__WEBPACK_EXTERNAL_MODULE__0__},function(e,t,n){var r=Object.prototype.hasOwnProperty;function i(V,K){return r.call(V,K)}function g(V){return!(V>=55296&&V<=57343)&&!(V>=64976&&V<=65007)&&(65535&V)!=65535&&(65535&V)!=65534&&!(V>=0&&V<=8)&&V!==11&&!(V>=14&&V<=31)&&!(V>=127&&V<=159)&&!(V>1114111)}function y(V){if(V>65535){var K=55296+((V-=65536)>>10),G=56320+(1023&V);return String.fromCharCode(K,G)}return String.fromCharCode(V)}var k=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,$=new RegExp(k.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),j=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,C=n(57),R=/[&<>"]/,L=/[&<>"]/g,z={"&":"&","<":"<",">":">",'"':"""};function B(V){return z[V]}var q=/[.?*+^$[\]\\(){}|-]/g,H=n(36);t.lib={},t.lib.mdurl=n(58),t.lib.ucmicro=n(139),t.assign=function(V){var K=Array.prototype.slice.call(arguments,1);return K.forEach(function(G){if(G){if(typeof G!="object")throw new TypeError(G+"must be object");Object.keys(G).forEach(function(Z){V[Z]=G[Z]})}}),V},t.isString=function(V){return function(K){return Object.prototype.toString.call(K)}(V)==="[object String]"},t.has=i,t.unescapeMd=function(V){return V.indexOf("\\")<0?V:V.replace(k,"$1")},t.unescapeAll=function(V){return V.indexOf("\\")<0&&V.indexOf("&")<0?V:V.replace($,function(K,G,Z){return G||function(W,J){var te=0;return i(C,J)?C[J]:J.charCodeAt(0)===35&&j.test(J)&&g(te=J[1].toLowerCase()==="x"?parseInt(J.slice(2),16):parseInt(J.slice(1),10))?y(te):W}(K,Z)})},t.isValidEntityCode=g,t.fromCodePoint=y,t.escapeHtml=function(V){return R.test(V)?V.replace(L,B):V},t.arrayReplaceAt=function(V,K,G){return[].concat(V.slice(0,K),G,V.slice(K+1))},t.isSpace=function(V){switch(V){case 9:case 32:return!0}return!1},t.isWhiteSpace=function(V){if(V>=8192&&V<=8202)return!0;switch(V){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},t.isMdAsciiPunct=function(V){switch(V){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}},t.isPunctChar=function(V){return H.test(V)},t.escapeRE=function(V){return V.replace(q,"\\$&")},t.normalizeReference=function(V){return V=V.trim().replace(/\s+/g," "),"\u1E9E".toLowerCase()==="\u1E7E"&&(V=V.replace(/ẞ/g,"\xDF")),V.toLowerCase().toUpperCase()}},function(e,t){var n=e.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=n)},function(e,t){var n={}.hasOwnProperty;e.exports=function(r,i){return n.call(r,i)}},function(e,t,n){var r=n(5),i=n(19);e.exports=n(6)?function(g,y,k){return r.f(g,y,i(1,k))}:function(g,y,k){return g[y]=k,g}},function(e,t,n){var r=n(17),i=n(46),g=n(26),y=Object.defineProperty;t.f=n(6)?Object.defineProperty:function(k,$,j){if(r(k),$=g($,!0),r(j),i)try{return y(k,$,j)}catch{}if("get"in j||"set"in j)throw TypeError("Accessors not supported!");return"value"in j&&(k[$]=j.value),k}},function(e,t,n){e.exports=!n(18)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(e,t,n){var r=n(88),i=n(25);e.exports=function(g){return r(i(g))}},function(e,t,n){var r=n(30)("wks"),i=n(20),g=n(2).Symbol,y=typeof g=="function";(e.exports=function(k){return r[k]||(r[k]=y&&g[k]||(y?g:i)("Symbol."+k))}).store=r},function(e,t,n){n.r(t);var r=n(14),i=n.n(r);for(var g in n.d(t,"default",function(){return i.a}),r)["default"].indexOf(g)<0&&function(y){n.d(t,y,function(){return r[y]})}(g)},function(e,t,n){n.r(t);var r=n(21),i=n.n(r);for(var g in n.d(t,"default",function(){return i.a}),r)["default"].indexOf(g)<0&&function(y){n.d(t,y,function(){return r[y]})}(g)},function(e,t){e.exports=function(n){return typeof n=="object"?n!==null:typeof n=="function"}},function(e,t,n){n.r(t);var r=n(22),i=n.n(r);for(var g in n.d(t,"default",function(){return i.a}),r)["default"].indexOf(g)<0&&function(y){n.d(t,y,function(){return r[y]})}(g)},function(e,t,n){n.r(t);var r=n(23),i=n.n(r);for(var g in n.d(t,"default",function(){return i.a}),r)["default"].indexOf(g)<0&&function(y){n.d(t,y,function(){return r[y]})}(g)},function(module,exports,__webpack_require__){Object.defineProperty(exports,"__esModule",{value:!0});var _typeof2=__webpack_require__(43),_typeof3=_interopRequireDefault(_typeof2),_keydownListen=__webpack_require__(109),_langHljsCss=__webpack_require__(110),_langHljsCss2=_interopRequireDefault(_langHljsCss),_langHljs=__webpack_require__(55);_interopRequireDefault(_langHljs);var _extraFunction=__webpack_require__(56),_util=__webpack_require__(111),_toolbar_left_click2=__webpack_require__(112),_toolbar_right_click2=__webpack_require__(113),_config=__webpack_require__(114),_markdown=__webpack_require__(131),_markdown2=_interopRequireDefault(_markdown),_mdToolbarLeft=__webpack_require__(65),_mdToolbarLeft2=_interopRequireDefault(_mdToolbarLeft),_mdToolbarRight=__webpack_require__(67),_mdToolbarRight2=_interopRequireDefault(_mdToolbarRight),_autoTextarea=__webpack_require__(210),_autoTextarea2=_interopRequireDefault(_autoTextarea);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}__webpack_require__(220),__webpack_require__(229);var xss=__webpack_require__(213);exports.default={emits:["imgDel","change","fullScreen","readModel","previewToggle","subfieldToggle","htmlCode","helpToggle","save","navigationToggle","update:modelValue"],mixins:[_markdown2.default],props:{scrollStyle:{type:Boolean,default:!0},boxShadow:{type:Boolean,default:!0},transition:{type:Boolean,default:!0},autofocus:{type:Boolean,default:!0},fontSize:{type:String,default:"14px"},toolbarsBackground:{type:String,default:"#ffffff"},editorBackground:{type:String,default:"#ffffff"},previewBackground:{type:String,default:"#fbfbfb"},boxShadowStyle:{type:String,default:"0 2px 12px 0 rgba(0, 0, 0, 0.1)"},help:{type:String,default:null},modelValue:{type:String,default:""},language:{type:String,default:"zh-CN"},subfield:{type:Boolean,default:!0},navigation:{type:Boolean,default:!1},defaultOpen:{type:String,default:null},editable:{type:Boolean,default:!0},toolbarsFlag:{type:Boolean,default:!0},toolbars:{type:Object,default:function(){return _config.CONFIG.toolbars}},xssOptions:{type:Object,default:function(){return null}},codeStyle:{type:String,default:function(){return"github"}},placeholder:{type:String,default:null},ishljs:{type:Boolean,default:!0},externalLink:{type:[Object,Boolean],default:!0},imageFilter:{type:Function,default:null},imageClick:{type:Function,default:null},tabSize:{type:Number,default:0},shortCut:{type:Boolean,default:!0}},data:function(){var e,t,n=this;return{s_right_click_menu_show:!1,right_click_menu_top:0,right_click_menu_left:0,s_subfield:n.subfield,s_autofocus:!0,s_navigation:n.navigation,s_scrollStyle:n.scrollStyle,d_value:"",d_render:"",s_preview_switch:(t=n.defaultOpen,t||(t=n.subfield?"preview":"edit"),t==="preview"),s_fullScreen:!1,s_help:!1,s_html_code:!1,d_help:null,d_words:null,edit_scroll_height:-1,s_readmodel:!1,s_table_enter:!1,d_history:(e=[],e.push(n.modelValue),e),d_history_index:0,currentTimeout:"",d_image_file:[],d_preview_imgsrc:null,s_external_link:{markdown_css:function(){return"https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.9.0/github-markdown.min.css"},hljs_js:function(){return"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"},hljs_lang:function(r){return"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/"+r+".min.js"},hljs_css:function(r){return _langHljsCss2.default[r]?"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/"+r+".min.css":""},katex_js:function(){return"https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.8.3/katex.min.js"},katex_css:function(){return"https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.8.3/katex.min.css"}},p_external_link:{},textarea_selectionEnd:0,textarea_selectionEnds:[0]}},created:function(){var e=this;this.initLanguage(),this.initExternalFuc(),this.$nextTick(function(){e.editableTextarea()})},mounted:function(){var e=this;this.$el.addEventListener("paste",function(t){e.$paste(t)}),this.$el.addEventListener("drop",function(t){e.$drag(t)}),(0,_keydownListen.keydownListen)(this),(0,_extraFunction.ImagePreviewListener)(this),this.autofocus&&this.getTextareaDom().focus(),(0,_extraFunction.fullscreenchange)(this),this.d_value=this.modelValue||"",document.body.appendChild(this.$refs.help),this.loadExternalLink("markdown_css","css"),this.loadExternalLink("katex_css","css"),this.loadExternalLink("katex_js","js",function(){e.iRender(!0)}),this.loadExternalLink("hljs_js","js",function(){e.iRender(!0)}),(0,_typeof3.default)(e.externalLink)==="object"&&typeof e.externalLink.markdown_css=="function"||e.codeStyleChange(e.codeStyle,!0)},beforeUnmount:function(){document.body.removeChild(this.$refs.help)},getMarkdownIt:function(){return this.mixins[0].data().markdownIt},methods:{loadExternalLink:function(e,t,n){if(typeof this.p_external_link[e]=="function"){var r={css:_extraFunction.loadLink,js:_extraFunction.loadScript};r.hasOwnProperty(t)&&r[t](this.p_external_link[e](),n)}else this.p_external_link[e]!==!1&&console.error("external_link."+e,"is not a function, if you want to disabled this error log, set external_link."+e,"to function or false")},initExternalFuc:function(){for(var e=["markdown_css","hljs_js","hljs_css","hljs_lang","katex_js","katex_css"],t=(0,_typeof3.default)(this.externalLink),n=t==="object",r=t==="boolean",i=0;i0&&(e.preventDefault(),this.$refs.toolbar_left.$imgFilesAdd(n))}},$paste:function(e){var t=e.clipboardData;if(t){var n=t.items;if(!n)return;for(var r=t.types||[],i=null,g=0;g=0?this.language:"zh-CN",t=this;t.$render(_config.CONFIG["help_"+e],function(n){t.d_help=n}),this.d_words=_config.CONFIG["words_"+e]},editableTextarea:function(){var e=this.$refs.vNoteTextarea.$refs.vTextarea;this.editable?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")},codeStyleChange:function(e,t){if(t=t||!1,typeof this.p_external_link.hljs_css=="function"){var n=this.p_external_link.hljs_css(e);n.length===0&&t&&(console.warn("hljs color scheme",e,"do not exist, loading default github"),n=this.p_external_link.hljs_css("github")),n.length>0?(0,_extraFunction.loadLink)(n,null,"md-code-style"):console.warn("hljs color scheme",e,"do not exist, hljs color scheme will not change")}else this.p_external_link.hljs_css!==!1&&console.error("external_link.hljs_css is not a function, if you want to disabled this error log, set external_link.hljs_css to function or false")},iRender:function(e){var t=this;this.$render(t.d_value,function(n){t.d_render=n,e||t.change&&t.change(t.d_value,t.d_render),t.s_navigation&&(0,_extraFunction.getNavigation)(t,!1),t.$emit("update:modelValue",t.d_value),t.d_value!==t.d_history[t.d_history_index]&&(window.clearTimeout(t.currentTimeout),t.currentTimeout=setTimeout(function(){t.saveHistory()},500))})},$emptyHistory:function(){this.d_history=[this.d_value],this.d_history_index=0}},watch:{d_value:function(e,t){this.saveSelectionEndsHistory(),this.iRender()},modelValue:function(e,t){this.xssOptions&&(e=xss(e,this.xssOptions)),e!==this.d_value&&(this.d_value=e)},subfield:function(e,t){this.s_subfield=e},d_history_index:function(){this.d_history_index>20&&(this.d_history.shift(),this.d_history_index=this.d_history_index-1),this.d_value=this.d_history[this.d_history_index]},language:function(e){this.initLanguage()},editable:function(){this.editableTextarea()},defaultOpen:function(e){var t=e;return t||(t=this.subfield?"preview":"edit"),this.s_preview_switch=t==="preview",this.s_preview_switch},codeStyle:function(e){this.codeStyleChange(e)}},components:{"v-autoTextarea":_autoTextarea2.default,"v-md-toolbar-left":_mdToolbarLeft2.default,"v-md-toolbar-right":_mdToolbarRight2.default}}},function(e,t){e.exports=!0},function(e,t){var n=e.exports={version:"2.6.12"};typeof __e=="number"&&(__e=n)},function(e,t,n){var r=n(11);e.exports=function(i){if(!r(i))throw TypeError(i+" is not an object!");return i}},function(e,t){e.exports=function(n){try{return!!n()}catch{return!0}}},function(e,t){e.exports=function(n,r){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:r}}},function(e,t){var n=0,r=Math.random();e.exports=function(i){return"Symbol(".concat(i===void 0?"":i,")_",(++n+r).toString(36))}},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default={emits:["toolbar_left_addlink","imgTouch","imgAdd","imgDel","imgAdd","imgAdd","toolbar_left_click","toolbar_left_click"],name:"s-md-toolbar-left",props:{editable:{type:Boolean,default:!0},transition:{type:Boolean,default:!0},toolbars:{type:Object,required:!0},d_words:{type:Object,required:!0},image_filter:{type:Function,default:null}},data:function(){return{img_file:[[0,null]],img_timer:null,header_timer:null,s_img_dropdown_open:!1,s_header_dropdown_open:!1,s_img_link_open:!1,trigger:null,num:0,link_text:"",link_addr:"",link_type:"link"}},methods:{$imgLinkAdd:function(){this.$emit("toolbar_left_addlink",this.link_type,this.link_text,this.link_addr),this.s_img_link_open=!1},$toggle_imgLinkAdd:function(r){var i=this;this.link_type=r,this.link_text=this.link_addr="",this.s_img_link_open=!0,this.$nextTick(function(){i.$refs.linkTextInput.focus()}),this.s_img_dropdown_open=!1},$imgFileListClick:function(r){this.$emit("imgTouch",this.img_file[r])},$changeUrl:function(r,i){this.img_file[r][0]=i},$imgFileAdd:function(r){this.img_file.push([++this.num,r]),this.$emit("imgAdd",this.num,r),this.s_img_dropdown_open=!1},$imgFilesAdd:function(r){for(var i=typeof this.image_filter=="function",g=0;gi;){if(this.img_file[i][1]===r||this.isEqualName(r,i))return this.$imgDel(i),!0;i+=1}return!1},$imgAddByFilename:function(r,i){for(var g=0;g0?r:n)(i)}},function(e,t){e.exports=function(n){if(n==null)throw TypeError("Can't call method on "+n);return n}},function(e,t,n){var r=n(11);e.exports=function(i,g){if(!r(i))return i;var y,k;if(g&&typeof(y=i.toString)=="function"&&!r(k=y.call(i))||typeof(y=i.valueOf)=="function"&&!r(k=y.call(i))||!g&&typeof(y=i.toString)=="function"&&!r(k=y.call(i)))return k;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports={}},function(e,t,n){var r=n(50),i=n(31);e.exports=Object.keys||function(g){return r(g,i)}},function(e,t,n){var r=n(30)("keys"),i=n(20);e.exports=function(g){return r[g]||(r[g]=i(g))}},function(e,t,n){var r=n(16),i=n(2),g=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(e.exports=function(y,k){return g[y]||(g[y]=k!==void 0?k:{})})("versions",[]).push({version:r.version,mode:n(15)?"pure":"global",copyright:"\xA9 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,n){var r=n(5).f,i=n(3),g=n(8)("toStringTag");e.exports=function(y,k,$){y&&!i(y=$?y:y.prototype,g)&&r(y,g,{configurable:!0,value:k})}},function(e,t,n){t.f=n(8)},function(e,t,n){var r=n(2),i=n(16),g=n(15),y=n(33),k=n(5).f;e.exports=function($){var j=i.Symbol||(i.Symbol=g?{}:r.Symbol||{});$.charAt(0)=="_"||$ in j||k(j,$,{value:y.f($)})}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){e.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/},function(e,t,n){function r(){this.__rules__=[],this.__cache__=null}r.prototype.__find__=function(i){for(var g=0;g=0&&(y=this.attrs[g][1]),y},r.prototype.attrJoin=function(i,g){var y=this.attrIndex(i);y<0?this.attrPush([i,g]):this.attrs[y][1]=this.attrs[y][1]+" "+g},e.exports=r},function(e,t,n){e.exports=function(r){var i=[];return i.toString=function(){return this.map(function(g){var y=function(k,$){var j=k[1]||"",C=k[3];if(!C)return j;if($&&typeof btoa=="function"){var R=(z=C,B=btoa(unescape(encodeURIComponent(JSON.stringify(z)))),q="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(B),"/*# ".concat(q," */")),L=C.sources.map(function(H){return"/*# sourceURL=".concat(C.sourceRoot||"").concat(H," */")});return[j].concat(L).concat([R]).join(`
`)}var z,B,q;return[j].join(`
`)}(g,r);return g[2]?"@media ".concat(g[2]," {").concat(y,"}"):y}).join("")},i.i=function(g,y,k){typeof g=="string"&&(g=[[null,g,""]]);var $={};if(k)for(var j=0;jte.parts.length&&(Q.parts.length=te.parts.length)}else{var ee=[];for(re=0;redocument.F=Object<\/script>"),j.close(),$=j.F;R--;)delete $.prototype[g[R]];return $()};e.exports=Object.create||function(j,C){var R;return j!==null?(k.prototype=r(j),R=new k,k.prototype=null,R[y]=j):R=$(),C===void 0?R:i(R,C)}},function(e,t,n){var r=n(3),i=n(7),g=n(89)(!1),y=n(29)("IE_PROTO");e.exports=function(k,$){var j,C=i(k),R=0,L=[];for(j in C)j!=y&&r(C,j)&&L.push(j);for(;$.length>R;)r(C,j=$[R++])&&(~g(L,j)||L.push(j));return L}},function(e,t){var n={}.toString;e.exports=function(r){return n.call(r).slice(8,-1)}},function(e,t,n){var r=n(25);e.exports=function(i){return Object(r(i))}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(50),i=n(31).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(g){return r(g,i)}},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default={"1c":"1c",abnf:"abnf",accesslog:"accesslog",actionscript:"actionscript",as:"actionscript",ada:"ada",apache:"apache",apacheconf:"apache",applescript:"applescript",osascript:"applescript",arduino:"arduino",armasm:"armasm",arm:"armasm",asciidoc:"asciidoc",adoc:"asciidoc",aspectj:"aspectj",autohotkey:"autohotkey",ahk:"autohotkey",autoit:"autoit",avrasm:"avrasm",awk:"awk",axapta:"axapta",bash:"bash",sh:"bash",zsh:"bash",basic:"basic",bnf:"bnf",brainfuck:"brainfuck",bf:"brainfuck",cal:"cal",capnproto:"capnproto",capnp:"capnproto",ceylon:"ceylon",clean:"clean",icl:"clean",dcl:"clean","clojure-repl":"clojure-repl",clojure:"clojure",clj:"clojure",cmake:"cmake","cmake.in":"cmake",coffeescript:"coffeescript",coffee:"coffeescript",cson:"coffeescript",iced:"coffeescript",coq:"coq",cos:"cos",cls:"cos",cpp:"cpp",c:"cpp",cc:"cpp",h:"cpp","c++":"cpp","h++":"cpp",hpp:"cpp",crmsh:"crmsh",crm:"crmsh",pcmk:"crmsh",crystal:"crystal",cr:"crystal",cs:"cs",csharp:"cs",csp:"csp",css:"css",d:"d",dart:"dart",delphi:"delphi",dpr:"delphi",dfm:"delphi",pas:"delphi",pascal:"delphi",freepascal:"delphi",lazarus:"delphi",lpr:"delphi",lfm:"delphi",diff:"diff",patch:"diff",django:"django",jinja:"django",dns:"dns",bind:"dns",zone:"dns",dockerfile:"dockerfile",docker:"dockerfile",dos:"dos",bat:"dos",cmd:"dos",dsconfig:"dsconfig",dts:"dts",dust:"dust",dst:"dust",ebnf:"ebnf",elixir:"elixir",elm:"elm",erb:"erb","erlang-repl":"erlang-repl",erlang:"erlang",erl:"erlang",excel:"excel",xlsx:"excel",xls:"excel",fix:"fix",flix:"flix",fortran:"fortran",f90:"fortran",f95:"fortran",fsharp:"fsharp",fs:"fsharp",gams:"gams",gms:"gams",gauss:"gauss",gss:"gauss",gcode:"gcode",nc:"gcode",gherkin:"gherkin",feature:"gherkin",glsl:"glsl",go:"go",golang:"go",golo:"golo",gradle:"gradle",groovy:"groovy",haml:"haml",handlebars:"handlebars",hbs:"handlebars","html.hbs":"handlebars","html.handlebars":"handlebars",haskell:"haskell",hs:"haskell",haxe:"haxe",hx:"haxe",hsp:"hsp",htmlbars:"htmlbars",http:"http",https:"http",hy:"hy",hylang:"hy",inform7:"inform7",i7:"inform7",ini:"ini",toml:"ini",irpf90:"irpf90",java:"java",jsp:"java",javascript:"javascript",js:"javascript",jsx:"javascript","jboss-cli":"jboss-cli","wildfly-cli":"jboss-cli",json:"json","julia-repl":"julia-repl",julia:"julia",kotlin:"kotlin",lasso:"lasso",ls:"livescript",lassoscript:"lasso",ldif:"ldif",leaf:"leaf",less:"less",lisp:"lisp",livecodeserver:"livecodeserver",livescript:"livescript",llvm:"llvm",lsl:"lsl",lua:"lua",makefile:"makefile",mk:"makefile",mak:"makefile",markdown:"markdown",md:"markdown",mkdown:"markdown",mkd:"markdown",mathematica:"mathematica",mma:"mathematica",matlab:"matlab",maxima:"maxima",mel:"mel",mercury:"mercury",m:"mercury",moo:"mercury",mipsasm:"mipsasm",mips:"mipsasm",mizar:"mizar",mojolicious:"mojolicious",monkey:"monkey",moonscript:"moonscript",moon:"moonscript",n1ql:"n1ql",nginx:"nginx",nginxconf:"nginx",nimrod:"nimrod",nim:"nimrod",nix:"nix",nixos:"nix",nsis:"nsis",objectivec:"objectivec",mm:"objectivec",objc:"objectivec","obj-c":"objectivec",ocaml:"ocaml",ml:"sml",openscad:"openscad",scad:"openscad",oxygene:"oxygene",parser3:"parser3",perl:"perl",pl:"perl",pm:"perl",pf:"pf","pf.conf":"pf",php:"php",php3:"php",php4:"php",php5:"php",php6:"php",pony:"pony",powershell:"powershell",ps:"powershell",processing:"processing",profile:"profile",prolog:"prolog",protobuf:"protobuf",puppet:"puppet",pp:"puppet",purebasic:"purebasic",pb:"purebasic",pbi:"purebasic",python:"python",py:"python",gyp:"python",q:"q",k:"q",kdb:"q",qml:"qml",qt:"qml",r:"r",rib:"rib",roboconf:"roboconf",graph:"roboconf",instances:"roboconf",routeros:"routeros",mikrotik:"routeros",rsl:"rsl",ruby:"ruby",rb:"ruby",gemspec:"ruby",podspec:"ruby",thor:"ruby",irb:"ruby",ruleslanguage:"ruleslanguage",rust:"rust",rs:"rust",scala:"scala",scheme:"scheme",scilab:"scilab",sci:"scilab",scss:"scss",shell:"shell",console:"shell",smali:"smali",smalltalk:"smalltalk",st:"smalltalk",sml:"sml",sqf:"sqf",sql:"sql",stan:"stan",stata:"stata",do:"stata",ado:"stata",step21:"step21",p21:"step21",step:"step21",stp:"step21",stylus:"stylus",styl:"stylus",subunit:"subunit",swift:"swift",taggerscript:"taggerscript",tap:"tap",tcl:"tcl",tk:"tcl",tex:"tex",thrift:"thrift",tp:"tp",twig:"twig",craftcms:"twig",typescript:"typescript",ts:"typescript",vala:"vala",vbnet:"vbnet",vb:"vbnet","vbscript-html":"vbscript-html",vbscript:"vbscript",vbs:"vbscript",verilog:"verilog",v:"verilog",sv:"verilog",svh:"verilog",vhdl:"vhdl",vim:"vim",x86asm:"x86asm",xl:"xl",tao:"xl",xml:"xml",html:"xml",xhtml:"xml",rss:"xml",atom:"xml",xjb:"xml",xsd:"xml",xsl:"xml",plist:"xml",xquery:"xquery",xpath:"xquery",xq:"xquery",yaml:"yaml",yml:"yaml",YAML:"yaml",zephir:"zephir",zep:"zephir"}},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.loadScript=function($,j){typeof j!="function"&&(j=function(){});var C=document.querySelectorAll("script[src='"+$+"']");if(C.length>0)return C[0].addEventListener("load",function(){j()}),void j();var R=document.createElement("script"),L=document.getElementsByTagName("head")[0];R.type="text/javascript",R.charset="UTF-8",R.src=$,R.addEventListener?R.addEventListener("load",function(){j()},!1):R.attachEvent&&R.attachEvent("onreadystatechange",function(){window.event.srcElement.readyState==="loaded"&&j()}),L.appendChild(R)},t.loadLink=function($,j,C){if(typeof j!="function"&&(j=function(){}),document.querySelectorAll("link[href='"+$+"']").length>0)return void j();if(C){var R=document.querySelectorAll("link#"+C);if(R.length)return void(R[0].href=$)}var L=document.createElement("link"),z=document.getElementsByTagName("head")[0];L.rel="stylesheet",L.href=$,C&&(L.id=C),L.addEventListener?L.addEventListener("load",function(){j()},!1):L.attachEvent&&L.attachEvent("onreadystatechange",function(){window.event.srcElement.readyState==="loaded"&&j()}),z.appendChild(L)},t.insertTextAtCaret=function($,j,C){var R=j.prefix,L=j.subfix,z=j.str;if(j.type,$.focus(),k($)){var B=$.selectionStart,q=$.selectionEnd,H=$.value;B===q?($.value=H.substring(0,B)+R+z+L+H.substring(q,H.length),$.selectionStart=B+R.length,$.selectionEnd=B+(z.length+R.length)):H.substring(B-R.length,B)===R&&H.substring(q,q+L.length)===L&&function(V,K,G,Z,W){return!(V==="*"&&K==="*"&&G.substring(Z-2,Z-1)==="*"&&G.substring(W+1,W+2)==="*")}(R,L,H,B,q)?($.value=H.substring(0,B-R.length)+H.substring(B,q)+H.substring(q+L.length,H.length),$.selectionStart=B-R.length,$.selectionEnd=q-R.length):($.value=H.substring(0,B)+R+H.substring(B,q)+L+H.substring(q,H.length),$.selectionStart=B+R.length,$.selectionEnd=B+(q-B+R.length))}else alert("Error: Browser version is too low");C.d_value=$.value,$.focus()};var r="```",i="\n```\n",g="language";t.insertCodeBlock=function($){var j=$.getTextareaDom();if(k(j)){var C=g,R=j.selectionStart,L=j.selectionEnd,z=j.value;R===L?y(C,"",j):function(B){var q=B.selectionStart,H=B.selectionEnd,V=B.value,K=r,G=i;return V.substring(q-1,q)===`
`?K+=`
`:G=`
`+G,V.substring(q-K.length,q)===K&&V.substring(H,H+G.length)===G}(j)?function(B){var q=r,H=i,V=g,K=B.selectionStart,G=B.selectionEnd,Z=B.value,W=Z.substring(K,G);if(Z.substring(K-1,K)===`
`)q+=`
`;else if(q+V+(H=`
`+H)===Z.substring(K-q.length,G+H.length)){var J=Z.substring(0,K-q.length);return J+=Z.substring(G+H.length,Z.length),B.value=J,B.selectionStart=K-q.length,void(B.selectionEnd=B.selectionStart)}var te=Z.substring(0,K-q.length);te+=W,te+=Z.substring(G+H.length,Z.length),B.value=te,B.selectionStart=K-q.length,B.selectionEnd=B.selectionStart+W.length}(j):y("",z.substring(R,L),j),$.d_value=j.value,j.focus()}else alert("Error: Browser version is too low")};function y($,j,C){var R=r,L=i,z=C.selectionStart,B=C.selectionEnd,q=C.value,H=q.substring(0,z);H+=R+$+`
`,H+=j,H+=L,H+=q.substring(B,q.length),C.value=H,C.selectionStart=z+R.length+($?0:1),C.selectionEnd=C.selectionStart+$.length+j.length}function k($){return typeof $.selectionStart=="number"&&typeof $.selectionEnd=="number"}t.insertOl=function($){var j=$.getTextareaDom();if(k(j)){var C=j.selectionStart,R=j.selectionEnd,L=j.value;if(C===R)j.value=L.substring(0,C)+"1. "+L.substring(R,L.length),j.selectionEnd=j.selectionStart=C+3;else{for(var z=C;z>0&&L.substring(z-1,z)!==`
`;)z--;for(var B=L.substring(z,R),q=B.split(`
`),H=0;H0&&L.substring(z-1,z)!==`
`;)z--;for(var B=R;B0&&L.substring(z-1,z)!==`
`;)z--;var B=L.substring(z,R),q=B.replace(/\n/g,`
- `);q="- "+q,j.value=L.substring(0,z)+q+L.substring(R,L.length),j.selectionStart=z,j.selectionEnd=R+q.length-B.length}}else alert("Error: Browser version is too low");$.d_value=j.value,j.focus()},t.insertTab=function($,j){j=j?new Array(j).fill(" ").join(""):" ";var C=$.getTextareaDom();if(k(C)){var R=C.selectionStart,L=C.selectionEnd,z=C.value,B=z.substring(0,R).split(`
`).pop();if(B.match(/^\s*[0-9]+\.\s+\S*/)){var q=B.replace(/(\d+)/,1);C.value=z.substring(0,R-q.length)+j+q+z.substring(L,z.length)}else B.match(/^\s*-\s+\S*/)?C.value=z.substring(0,R-B.length)+j+B+z.substring(L,z.length):C.value=z.substring(0,R)+j+z.substring(L,z.length);C.selectionStart=C.selectionEnd=R+j.length}else alert("Error: Browser version is too low");$.d_value=C.value,C.focus()},t.unInsertTab=function($,j){var C=new RegExp(j?"\\s{"+j+"}":" ");console.log("regTab:",C);var R=$.getTextareaDom();if(k(R)){var L=R.selectionStart,z=R.selectionEnd,B=R.value,q=B.substring(0,L).split(`
`).pop();q.search(C)>=0&&(R.value=B.substring(0,L-q.length)+q.replace(C,"")+B.substring(z,B.length),R.selectionStart=R.selectionEnd=L-(j||1))}else alert("Error: Browser version is too low");$.d_value=R.value,R.focus()},t.insertEnter=function($,j){var C=$.getTextareaDom();if(k(C)){var R=C.selectionStart,L=C.selectionEnd,z=C.value,B=z.substring(0,R).split(`
`).pop(),q=B.match(/^\s*(?:[0-9]+\.|-)\s+\S+/);if(q){j.preventDefault();var H=q.shift().match(/^\s*(?:[0-9]+\.|-)\s/).shift();if(H.search(/-/)>=0)C.value=z.substring(0,R)+`
`+H+z.substring(L,z.length),C.selectionStart=C.selectionEnd=R+H.length+1;else{var V=H.replace(/(\d+)/,parseInt(H)+1);C.value=z.substring(0,R)+`
`+V+z.substring(L,z.length),C.selectionStart=C.selectionEnd=R+V.length+1}}else{var K=B.match(/^\s*(?:[0-9]+\.|-)\s+$/);if(K){j.preventDefault();var G=K.shift().length;C.value=z.substring(0,R-G)+`
`+z.substring(L,z.length),C.selectionStart=C.selectionEnd=R-G}}}else alert("Error: Browser version is too low");$.d_value=C.value,C.focus()},t.getNavigation=function($,j){var C=void 0;(C=$.$refs.navigationContent).innerHTML=$.d_render;var R=C.children;if(R.length)for(var L=0;L=0&&C.scrollHeight!==j.edit_scroll_height&&C.scrollHeight-C.offsetHeight-C.scrollTop<=30&&(j.$refs.vNoteEdit.scrollTop=C.scrollHeight-C.offsetHeight,R=1),j.edit_scroll_height=C.scrollHeight,j.$refs.vShowContent.scrollHeight>j.$refs.vShowContent.offsetHeight&&(j.$refs.vShowContent.scrollTop=(j.$refs.vShowContent.scrollHeight-j.$refs.vShowContent.offsetHeight)*R)},t.fullscreenchange=function($){$.$el.addEventListener("fullscreenchange",function(j){$.$toolbar_right_read_change_status()},!1),$.$el.addEventListener("mozfullscreenchange",function(j){$.$toolbar_right_read_change_status()},!1),$.$el.addEventListener("webkitfullscreenchange",function(j){$.$toolbar_right_read_change_status()},!1),$.$el.addEventListener("msfullscreenchange",function(j){$.$toolbar_right_read_change_status()},!1)},t.windowResize=function($){function j(){$.$el.clientWidth>768?$.s_subfield=$.subfield:$.s_subfield=!1}j(),window.addEventListener("resize",j)},t.ImagePreviewListener=function($){$.$refs.vShowContent.addEventListener("click",function(j){var C=(j=j||window.event).srcElement?j.srcElement:j.target;C.tagName==="IMG"&&($.imageClick!=null?$.imageClick(C):$.d_preview_imgsrc=C.src)})}},function(e,t,n){e.exports=n(134)},function(e,t,n){e.exports.encode=n(135),e.exports.decode=n(136),e.exports.format=n(137),e.exports.parse=n(138)},function(e,t){e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},function(e,t){e.exports=/[\0-\x1F\x7F-\x9F]/},function(e,t){e.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},function(e,t,n){var r=`<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^"'=<>\`\\x00-\\x20]+|'[^']*'|"[^"]*"))?)*\\s*\\/?>`,i="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",g=new RegExp("^(?:"+r+"|"+i+"|||<[?].*?[?]>|]*>|)"),y=new RegExp("^(?:"+r+"|"+i+")");e.exports.HTML_TAG_RE=g,e.exports.HTML_OPEN_CLOSE_TAG_RE=y},function(e,t,n){function r(i,g){var y,k,$,j,C,R=[],L=g.length;for(y=0;y=0;y--)(k=g[y]).marker!==95&&k.marker!==42||k.end!==-1&&($=g[k.end],R=y>0&&g[y-1].end===k.end+1&&g[y-1].token===k.token-1&&g[k.end+1].token===$.token+1&&g[y-1].marker===k.marker,C=String.fromCharCode(k.marker),(j=i.tokens[k.token]).type=R?"strong_open":"em_open",j.tag=R?"strong":"em",j.nesting=1,j.markup=R?C+C:C,j.content="",(j=i.tokens[$.token]).type=R?"strong_close":"em_close",j.tag=R?"strong":"em",j.nesting=-1,j.markup=R?C+C:C,j.content="",R&&(i.tokens[g[y-1].token].content="",i.tokens[g[k.end+1].token].content="",y--))}e.exports.tokenize=function(i,g){var y,k,$=i.pos,j=i.src.charCodeAt($);if(g||j!==95&&j!==42)return!1;for(k=i.scanDelims(i.pos,j===42),y=0;y/g,R=/"/g,L=/"/g,z=/([a-zA-Z0-9]*);?/gim,B=/:?/gim,q=/&newline;?/gim,H=/((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a)\:/gi,V=/e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi,K=/u\s*r\s*l\s*\(.*/gi;function G(ne){return ne.replace(R,""")}function Z(ne){return ne.replace(L,'"')}function W(ne){return ne.replace(z,function(ae,oe){return oe[0]==="x"||oe[0]==="X"?String.fromCharCode(parseInt(oe.substr(1),16)):String.fromCharCode(parseInt(oe,10))})}function J(ne){return ne.replace(B,":").replace(q," ")}function te(ne){for(var ae="",oe=0,ie=ne.length;oe/g;t.whiteList={a:["target","href","title"],abbr:["title"],address:[],area:["shape","coords","href","alt"],article:[],aside:[],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],b:[],bdi:["dir"],bdo:["dir"],big:[],blockquote:["cite"],br:[],caption:[],center:[],cite:[],code:[],col:["align","valign","span","width"],colgroup:["align","valign","span","width"],dd:[],del:["datetime"],details:["open"],div:[],dl:[],dt:[],em:[],figcaption:[],figure:[],font:["color","size","face"],footer:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],header:[],hr:[],i:[],img:["src","alt","title","width","height"],ins:["datetime"],li:[],mark:[],nav:[],ol:[],p:[],pre:[],s:[],section:[],small:[],span:[],sub:[],summary:[],sup:[],strong:[],strike:[],table:["width","border","align","valign"],tbody:["align","valign"],td:["width","rowspan","colspan","align","valign"],tfoot:["align","valign"],th:["width","rowspan","colspan","align","valign"],thead:["align","valign"],tr:["rowspan","align","valign"],tt:[],u:[],ul:[],video:["autoplay","controls","crossorigin","loop","muted","playsinline","poster","preload","src","height","width"]},t.getDefaultWhiteList=y,t.onTag=function(ne,ae,oe){},t.onIgnoreTag=function(ne,ae,oe){},t.onTagAttr=function(ne,ae,oe){},t.onIgnoreTagAttr=function(ne,ae,oe){},t.safeAttrValue=function(ne,ae,oe,ie){if(oe=Q(oe),ae==="href"||ae==="src"){if((oe=g.trim(oe))==="#")return"#";if(oe.substr(0,7)!=="http://"&&oe.substr(0,8)!=="https://"&&oe.substr(0,7)!=="mailto:"&&oe.substr(0,4)!=="tel:"&&oe.substr(0,11)!=="data:image/"&&oe.substr(0,6)!=="ftp://"&&oe.substr(0,2)!=="./"&&oe.substr(0,3)!=="../"&&oe[0]!=="#"&&oe[0]!=="/")return""}else if(ae==="background"){if(H.lastIndex=0,H.test(oe))return""}else if(ae==="style"){if(V.lastIndex=0,V.test(oe)||(K.lastIndex=0,K.test(oe)&&(H.lastIndex=0,H.test(oe))))return"";ie!==!1&&(oe=(ie=ie||k).process(oe))}return oe=re(oe)},t.escapeHtml=$,t.escapeQuote=G,t.unescapeQuote=Z,t.escapeHtmlEntities=W,t.escapeDangerHtml5Entities=J,t.clearNonPrintableCharacter=te,t.friendlyAttrValue=Q,t.escapeAttrValue=re,t.onIgnoreTagStripAll=function(){return""},t.StripTagBody=function(ne,ae){typeof ae!="function"&&(ae=function(){});var oe=!Array.isArray(ne),ie=[],se=!1;return{onIgnoreTag:function(pe,ce,ge){if(function(xe){return!!oe||g.indexOf(ne,xe)!==-1}(pe)){if(ge.isClosing){var me="[/removed]",we=ge.position+me.length;return ie.push([se!==!1?se:ge.position,we]),se=!1,me}return se||(se=ge.position),"[removed]"}return ae(pe,ce,ge)},remove:function(pe){var ce="",ge=0;return g.forEach(ie,function(me){ce+=pe.slice(ge,me[0]),ge=me[1]}),ce+=pe.slice(ge)}}},t.stripCommentTag=function(ne){return ne.replace(ee,"")},t.stripBlankChar=function(ne){var ae=ne.split("");return(ae=ae.filter(function(oe){var ie=oe.charCodeAt(0);return ie!==127&&(!(ie<=31)||ie===10||ie===13)})).join("")},t.cssFilter=k,t.getDefaultCSSWhiteList=i},function(e,t){function n(){var i={"align-content":!1,"align-items":!1,"align-self":!1,"alignment-adjust":!1,"alignment-baseline":!1,all:!1,"anchor-point":!1,animation:!1,"animation-delay":!1,"animation-direction":!1,"animation-duration":!1,"animation-fill-mode":!1,"animation-iteration-count":!1,"animation-name":!1,"animation-play-state":!1,"animation-timing-function":!1,azimuth:!1,"backface-visibility":!1,background:!0,"background-attachment":!0,"background-clip":!0,"background-color":!0,"background-image":!0,"background-origin":!0,"background-position":!0,"background-repeat":!0,"background-size":!0,"baseline-shift":!1,binding:!1,bleed:!1,"bookmark-label":!1,"bookmark-level":!1,"bookmark-state":!1,border:!0,"border-bottom":!0,"border-bottom-color":!0,"border-bottom-left-radius":!0,"border-bottom-right-radius":!0,"border-bottom-style":!0,"border-bottom-width":!0,"border-collapse":!0,"border-color":!0,"border-image":!0,"border-image-outset":!0,"border-image-repeat":!0,"border-image-slice":!0,"border-image-source":!0,"border-image-width":!0,"border-left":!0,"border-left-color":!0,"border-left-style":!0,"border-left-width":!0,"border-radius":!0,"border-right":!0,"border-right-color":!0,"border-right-style":!0,"border-right-width":!0,"border-spacing":!0,"border-style":!0,"border-top":!0,"border-top-color":!0,"border-top-left-radius":!0,"border-top-right-radius":!0,"border-top-style":!0,"border-top-width":!0,"border-width":!0,bottom:!1,"box-decoration-break":!0,"box-shadow":!0,"box-sizing":!0,"box-snap":!0,"box-suppress":!0,"break-after":!0,"break-before":!0,"break-inside":!0,"caption-side":!1,chains:!1,clear:!0,clip:!1,"clip-path":!1,"clip-rule":!1,color:!0,"color-interpolation-filters":!0,"column-count":!1,"column-fill":!1,"column-gap":!1,"column-rule":!1,"column-rule-color":!1,"column-rule-style":!1,"column-rule-width":!1,"column-span":!1,"column-width":!1,columns:!1,contain:!1,content:!1,"counter-increment":!1,"counter-reset":!1,"counter-set":!1,crop:!1,cue:!1,"cue-after":!1,"cue-before":!1,cursor:!1,direction:!1,display:!0,"display-inside":!0,"display-list":!0,"display-outside":!0,"dominant-baseline":!1,elevation:!1,"empty-cells":!1,filter:!1,flex:!1,"flex-basis":!1,"flex-direction":!1,"flex-flow":!1,"flex-grow":!1,"flex-shrink":!1,"flex-wrap":!1,float:!1,"float-offset":!1,"flood-color":!1,"flood-opacity":!1,"flow-from":!1,"flow-into":!1,font:!0,"font-family":!0,"font-feature-settings":!0,"font-kerning":!0,"font-language-override":!0,"font-size":!0,"font-size-adjust":!0,"font-stretch":!0,"font-style":!0,"font-synthesis":!0,"font-variant":!0,"font-variant-alternates":!0,"font-variant-caps":!0,"font-variant-east-asian":!0,"font-variant-ligatures":!0,"font-variant-numeric":!0,"font-variant-position":!0,"font-weight":!0,grid:!1,"grid-area":!1,"grid-auto-columns":!1,"grid-auto-flow":!1,"grid-auto-rows":!1,"grid-column":!1,"grid-column-end":!1,"grid-column-start":!1,"grid-row":!1,"grid-row-end":!1,"grid-row-start":!1,"grid-template":!1,"grid-template-areas":!1,"grid-template-columns":!1,"grid-template-rows":!1,"hanging-punctuation":!1,height:!0,hyphens:!1,icon:!1,"image-orientation":!1,"image-resolution":!1,"ime-mode":!1,"initial-letters":!1,"inline-box-align":!1,"justify-content":!1,"justify-items":!1,"justify-self":!1,left:!1,"letter-spacing":!0,"lighting-color":!0,"line-box-contain":!1,"line-break":!1,"line-grid":!1,"line-height":!1,"line-snap":!1,"line-stacking":!1,"line-stacking-ruby":!1,"line-stacking-shift":!1,"line-stacking-strategy":!1,"list-style":!0,"list-style-image":!0,"list-style-position":!0,"list-style-type":!0,margin:!0,"margin-bottom":!0,"margin-left":!0,"margin-right":!0,"margin-top":!0,"marker-offset":!1,"marker-side":!1,marks:!1,mask:!1,"mask-box":!1,"mask-box-outset":!1,"mask-box-repeat":!1,"mask-box-slice":!1,"mask-box-source":!1,"mask-box-width":!1,"mask-clip":!1,"mask-image":!1,"mask-origin":!1,"mask-position":!1,"mask-repeat":!1,"mask-size":!1,"mask-source-type":!1,"mask-type":!1,"max-height":!0,"max-lines":!1,"max-width":!0,"min-height":!0,"min-width":!0,"move-to":!1,"nav-down":!1,"nav-index":!1,"nav-left":!1,"nav-right":!1,"nav-up":!1,"object-fit":!1,"object-position":!1,opacity:!1,order:!1,orphans:!1,outline:!1,"outline-color":!1,"outline-offset":!1,"outline-style":!1,"outline-width":!1,overflow:!1,"overflow-wrap":!1,"overflow-x":!1,"overflow-y":!1,padding:!0,"padding-bottom":!0,"padding-left":!0,"padding-right":!0,"padding-top":!0,page:!1,"page-break-after":!1,"page-break-before":!1,"page-break-inside":!1,"page-policy":!1,pause:!1,"pause-after":!1,"pause-before":!1,perspective:!1,"perspective-origin":!1,pitch:!1,"pitch-range":!1,"play-during":!1,position:!1,"presentation-level":!1,quotes:!1,"region-fragment":!1,resize:!1,rest:!1,"rest-after":!1,"rest-before":!1,richness:!1,right:!1,rotation:!1,"rotation-point":!1,"ruby-align":!1,"ruby-merge":!1,"ruby-position":!1,"shape-image-threshold":!1,"shape-outside":!1,"shape-margin":!1,size:!1,speak:!1,"speak-as":!1,"speak-header":!1,"speak-numeral":!1,"speak-punctuation":!1,"speech-rate":!1,stress:!1,"string-set":!1,"tab-size":!1,"table-layout":!1,"text-align":!0,"text-align-last":!0,"text-combine-upright":!0,"text-decoration":!0,"text-decoration-color":!0,"text-decoration-line":!0,"text-decoration-skip":!0,"text-decoration-style":!0,"text-emphasis":!0,"text-emphasis-color":!0,"text-emphasis-position":!0,"text-emphasis-style":!0,"text-height":!0,"text-indent":!0,"text-justify":!0,"text-orientation":!0,"text-overflow":!0,"text-shadow":!0,"text-space-collapse":!0,"text-transform":!0,"text-underline-position":!0,"text-wrap":!0,top:!1,transform:!1,"transform-origin":!1,"transform-style":!1,transition:!1,"transition-delay":!1,"transition-duration":!1,"transition-property":!1,"transition-timing-function":!1,"unicode-bidi":!1,"vertical-align":!1,visibility:!1,"voice-balance":!1,"voice-duration":!1,"voice-family":!1,"voice-pitch":!1,"voice-range":!1,"voice-rate":!1,"voice-stress":!1,"voice-volume":!1,volume:!1,"white-space":!1,widows:!1,width:!0,"will-change":!1,"word-break":!0,"word-spacing":!0,"word-wrap":!0,"wrap-flow":!1,"wrap-through":!1,"writing-mode":!1,"z-index":!1};return i}var r=/javascript\s*\:/gim;t.whiteList=n(),t.getDefaultWhiteList=n,t.onAttr=function(i,g,y){},t.onIgnoreAttr=function(i,g,y){},t.safeAttrValue=function(i,g){return r.test(g)?"":g}},function(e,t){e.exports={indexOf:function(n,r){var i,g;if(Array.prototype.indexOf)return n.indexOf(r);for(i=0,g=n.length;i0;R--){var L=C[R];if(L!==" ")return L==="="?R:-1}}function j(C){return function(R){return R[0]==='"'&&R[R.length-1]==='"'||R[0]==="'"&&R[R.length-1]==="'"}(C)?C.substr(1,C.length-2):C}t.parseTag=function(C,R,L){var z="",B=0,q=!1,H=!1,V=0,K=C.length,G="",Z="";e:for(V=0;V"){z+=L(C.slice(B,q)),G=i(Z=C.slice(q,V+1)),z+=R(q,z.length,G,Z,g(Z)),B=V+1,q=!1;continue}if(W==='"'||W==="'")for(var J=1,te=C.charAt(V-J);te.trim()===""||te==="=";){if(te==="="){H=W;continue e}te=C.charAt(V-++J)}}else if(W===H){H=!1;continue}}return B[Object(r.renderSlot)(L.$slots,"left-toolbar-before",{},void 0,!0)]),"left-toolbar-after":Object(r.withCtx)(()=>[Object(r.renderSlot)(L.$slots,"left-toolbar-after",{},void 0,!0)]),_:3},8,["editable","transition","d_words","onToolbar_left_click","onToolbar_left_addlink","toolbars","onImgAdd","onImgDel","onImgTouch","image_filter","class"]),Object(r.createVNode)(G,{ref:"toolbar_right",d_words:H.d_words,onToolbar_right_click:V.toolbar_right_click,toolbars:B.toolbars,s_subfield:H.s_subfield,s_preview_switch:H.s_preview_switch,s_fullScreen:H.s_fullScreen,s_html_code:H.s_html_code,s_navigation:H.s_navigation,class:Object(r.normalizeClass)({transition:B.transition})},{"right-toolbar-before":Object(r.withCtx)(()=>[Object(r.renderSlot)(L.$slots,"right-toolbar-before",{},void 0,!0)]),"right-toolbar-after":Object(r.withCtx)(()=>[Object(r.renderSlot)(L.$slots,"right-toolbar-after",{},void 0,!0)]),_:3},8,["d_words","onToolbar_right_click","toolbars","s_subfield","s_preview_switch","s_fullScreen","s_html_code","s_navigation","class"])],4),[[r.vShow,B.toolbarsFlag]]),Object(r.createCommentVNode)("\u7F16\u8F91\u5C55\u793A\u533A\u57DF"),Object(r.createElementVNode)("div",i,[Object(r.createCommentVNode)("\u7F16\u8F91\u533A"),Object(r.createElementVNode)("div",{ref:"vNoteEdit",onScroll:z[1]||(z[1]=(...W)=>V.$v_edit_scroll&&V.$v_edit_scroll(...W)),class:Object(r.normalizeClass)(["v-note-edit divarea-wrapper",{"scroll-style":H.s_scrollStyle,"scroll-style-border-radius":H.s_scrollStyle&&!H.s_preview_switch&&!H.s_html_code,"single-edit":!H.s_preview_switch&&!H.s_html_code,"single-show":!H.s_subfield&&H.s_preview_switch||!H.s_subfield&&H.s_html_code,transition:B.transition}]),onClick:z[2]||(z[2]=(...W)=>V.textAreaFocus&&V.textAreaFocus(...W))},[Object(r.createElementVNode)("div",{class:"content-input-wrapper",style:Object(r.normalizeStyle)({"background-color":B.editorBackground})},[Object(r.createCommentVNode)(" \u53CC\u680F "),Object(r.createVNode)(Z,{ref:"vNoteTextarea",placeholder:B.placeholder?B.placeholder:H.d_words.start_editor,class:"content-input",fontSize:B.fontSize,lineHeight:"1.5",modelValue:H.d_value,"onUpdate:modelValue":z[0]||(z[0]=W=>H.d_value=W),fullHeight:"",style:Object(r.normalizeStyle)({"background-color":B.editorBackground})},null,8,["placeholder","fontSize","modelValue","style"])],4)],34),Object(r.createCommentVNode)("\u5C55\u793A\u533A"),Object(r.withDirectives)(Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)([{"single-show":!H.s_subfield&&H.s_preview_switch||!H.s_subfield&&H.s_html_code},"v-note-show"])},[Object(r.withDirectives)(Object(r.createElementVNode)("div",{ref:"vShowContent",innerHTML:H.d_render,class:Object(r.normalizeClass)([{"scroll-style":H.s_scrollStyle,"scroll-style-border-radius":H.s_scrollStyle},"v-show-content"]),style:Object(r.normalizeStyle)({"background-color":B.previewBackground})},null,14,g),[[r.vShow,!H.s_html_code]]),Object(r.withDirectives)(Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)([{"scroll-style":H.s_scrollStyle,"scroll-style-border-radius":H.s_scrollStyle},"v-show-content-html"]),style:Object(r.normalizeStyle)({"background-color":B.previewBackground})},Object(r.toDisplayString)(H.d_render),7),[[r.vShow,H.s_html_code]])],2),[[r.vShow,H.s_preview_switch||H.s_html_code]]),Object(r.createCommentVNode)("\u6807\u9898\u5BFC\u822A"),Object(r.createVNode)(r.Transition,{name:"slideTop"},{default:Object(r.withCtx)(()=>[Object(r.withDirectives)(Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)(["v-note-navigation-wrapper",{transition:B.transition}])},[Object(r.createElementVNode)("div",y,[Object(r.createTextVNode)(Object(r.toDisplayString)(H.d_words.navigation_title),1),Object(r.createElementVNode)("i",{onClick:z[3]||(z[3]=W=>V.toolbar_right_click("navigation")),class:"fa fa-mavon-times v-note-navigation-close","aria-hidden":"true"})]),Object(r.createElementVNode)("div",{ref:"navigationContent",class:Object(r.normalizeClass)(["v-note-navigation-content",{"scroll-style":H.s_scrollStyle}])},null,2)],2),[[r.vShow,H.s_navigation]])]),_:1})]),Object(r.createCommentVNode)("\u5E2E\u52A9\u6587\u6863"),Object(r.createVNode)(r.Transition,{name:"fade"},{default:Object(r.withCtx)(()=>[Object(r.createElementVNode)("div",k,[H.s_help?(Object(r.openBlock)(),Object(r.createElementBlock)("div",{key:0,onClick:z[5]||(z[5]=Object(r.withModifiers)(W=>V.toolbar_right_click("help"),["self"])),class:"v-note-help-wrapper"},[Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)(["v-note-help-content markdown-body",{shadow:B.boxShadow}])},[Object(r.createElementVNode)("i",{onClick:z[4]||(z[4]=Object(r.withModifiers)(W=>V.toolbar_right_click("help"),["stop","prevent"])),class:"fa fa-mavon-times","aria-hidden":"true"}),Object(r.createElementVNode)("div",{class:"scroll-style v-note-help-show",innerHTML:H.d_help},null,8,$)],2)])):Object(r.createCommentVNode)("v-if",!0)],512)]),_:1}),Object(r.createCommentVNode)(" \u9884\u89C8\u56FE\u7247 "),Object(r.createVNode)(r.Transition,{name:"fade"},{default:Object(r.withCtx)(()=>[H.d_preview_imgsrc?(Object(r.openBlock)(),Object(r.createElementBlock)("div",{key:0,onClick:z[6]||(z[6]=W=>H.d_preview_imgsrc=null),class:"v-note-img-wrapper"},[Object(r.createElementVNode)("img",{src:H.d_preview_imgsrc,alt:"none"},null,8,j)])):Object(r.createCommentVNode)("v-if",!0)]),_:1}),Object(r.createCommentVNode)("\u9605\u8BFB\u6A21\u5F0F"),Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)([{show:H.s_readmodel},"v-note-read-model scroll-style"]),ref:"vReadModel"},[Object(r.createElementVNode)("div",{ref:"vNoteReadContent",class:"v-note-read-content",innerHTML:H.d_render},null,8,C)],2)],6)}Object(r.popScopeId)()},function(e,t,n){n.d(t,"a",function(){return ve});var r=n(0);Object(r.pushScopeId)("data-v-218640b4");const i={class:"v-left-item"},g=["disabled","title"],y=["disabled","title"],k=["disabled","title"],$={key:3,class:"op-icon-divider"},j=["disabled","title"],C=["disabled","title"],R=["disabled","title"],L=["disabled","title"],z=["disabled","title"],B=["disabled","title"],q=["disabled","title"],H=["disabled","title"],V={key:12,class:"op-icon-divider"},K=["disabled","title"],G=["disabled","title"],Z=["disabled","title"],W={key:16,class:"op-icon-divider"},J=["disabled","title"],te=["disabled"],Q={class:"dropdown-item",style:{overflow:"hidden"}},re=["title","onClick"],ee=["onClick","title"],ne=["src"],ae=["disabled","title"],oe=["disabled","title"],ie={key:21,class:"op-icon-divider"},se=["title"],pe=["title"],ce=["title"],ge=["title"],me={key:0,class:"add-image-link-wrapper"},we={class:"add-image-link"},xe={class:"title"},he={class:"link-text input-wrapper"},de=["placeholder"],Ee={class:"link-addr input-wrapper"},fe=["placeholder"];function ve(be,le,ue,Se,$e,_e){return Object(r.openBlock)(),Object(r.createElementBlock)("div",i,[Object(r.renderSlot)(be.$slots,"left-toolbar-before",{},void 0,!0),ue.toolbars.bold?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:0,disabled:!ue.editable,type:"button",onClick:le[0]||(le[0]=ye=>_e.$clicks("bold")),class:"op-icon fa fa-mavon-bold","aria-hidden":"true",title:ue.d_words.tl_bold+" (ctrl+b)"},null,8,g)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.italic?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:1,disabled:!ue.editable,type:"button",onClick:le[1]||(le[1]=ye=>_e.$clicks("italic")),class:"op-icon fa fa-mavon-italic","aria-hidden":"true",title:ue.d_words.tl_italic+" (ctrl+i)"},null,8,y)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.header?(Object(r.openBlock)(),Object(r.createElementBlock)("div",{key:2,class:Object(r.normalizeClass)([{selected:$e.s_header_dropdown_open},"op-icon fa fa-mavon-header dropdown dropdown-wrapper"]),disabled:!ue.editable,type:"button",onMouseleave:le[10]||(le[10]=(...ye)=>_e.$mouseleave_header_dropdown&&_e.$mouseleave_header_dropdown(...ye)),onMouseenter:le[11]||(le[11]=(...ye)=>_e.$mouseenter_header_dropdown&&_e.$mouseenter_header_dropdown(...ye)),"aria-hidden":"true",title:ue.d_words.tl_header+" (ctrl+h)"},[Object(r.createVNode)(r.Transition,{name:"fade"},{default:Object(r.withCtx)(()=>[Object(r.withDirectives)(Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)(["op-header popup-dropdown",{transition:ue.transition}]),onMouseenter:le[8]||(le[8]=(...ye)=>_e.$mouseenter_header_dropdown&&_e.$mouseenter_header_dropdown(...ye)),onMouseleave:le[9]||(le[9]=(...ye)=>_e.$mouseleave_header_dropdown&&_e.$mouseleave_header_dropdown(...ye))},[Object(r.createElementVNode)("div",{title:"#",class:"dropdown-item",onClick:le[2]||(le[2]=Object(r.withModifiers)(ye=>_e.$click_header("header1"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_header_one),1)]),Object(r.createElementVNode)("div",{title:"## ",class:"dropdown-item",onClick:le[3]||(le[3]=Object(r.withModifiers)(ye=>_e.$click_header("header2"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_header_two),1)]),Object(r.createElementVNode)("div",{title:"### ",class:"dropdown-item",onClick:le[4]||(le[4]=Object(r.withModifiers)(ye=>_e.$click_header("header3"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_header_three),1)]),Object(r.createElementVNode)("div",{title:"#### ",class:"dropdown-item",onClick:le[5]||(le[5]=Object(r.withModifiers)(ye=>_e.$click_header("header4"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_header_four),1)]),Object(r.createElementVNode)("div",{title:"##### ",class:"dropdown-item",onClick:le[6]||(le[6]=Object(r.withModifiers)(ye=>_e.$click_header("header5"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_header_five),1)]),Object(r.createElementVNode)("div",{title:"###### ",class:"dropdown-item",onClick:le[7]||(le[7]=Object(r.withModifiers)(ye=>_e.$click_header("header6"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_header_six),1)])],34),[[r.vShow,$e.s_header_dropdown_open]])]),_:1})],42,k)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.header||ue.toolbars.italic||ue.toolbars.bold?(Object(r.openBlock)(),Object(r.createElementBlock)("span",$)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.underline?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:4,disabled:!ue.editable,type:"button",onClick:le[12]||(le[12]=ye=>_e.$clicks("underline")),class:"op-icon fa fa-mavon-underline",title:ue.d_words.tl_underline+" (ctrl+u)","aria-hidden":"true"},null,8,j)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.strikethrough?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:5,disabled:!ue.editable,type:"button",onClick:le[13]||(le[13]=ye=>_e.$clicks("strikethrough")),class:"op-icon fa fa-mavon-strikethrough",title:ue.d_words.tl_strikethrough+" (ctrl+shift+d)","aria-hidden":"true"},null,8,C)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.mark?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:6,disabled:!ue.editable,type:"button",onClick:le[14]||(le[14]=ye=>_e.$clicks("mark")),class:"op-icon fa fa-mavon-thumb-tack",title:ue.d_words.tl_mark+" (ctrl+m)","aria-hidden":"true"},null,8,R)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.superscript?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:7,disabled:!ue.editable,type:"button",onClick:le[15]||(le[15]=ye=>_e.$clicks("superscript")),class:"op-icon fa fa-mavon-superscript","aria-hidden":"true",title:ue.d_words.tl_superscript+" (ctrl+alt+s)"},null,8,L)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.subscript?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:8,disabled:!ue.editable,type:"button",onClick:le[16]||(le[16]=ye=>_e.$clicks("subscript")),class:"op-icon fa fa-mavon-subscript","aria-hidden":"true",title:ue.d_words.tl_subscript+" (ctrl+shift+s)"},null,8,z)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.alignleft?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:9,disabled:!ue.editable,type:"button",onClick:le[17]||(le[17]=ye=>_e.$clicks("alignleft")),class:"op-icon fa fa-mavon-align-left","aria-hidden":"true",title:ue.d_words.tl_alignleft+" (ctrl+l)"},null,8,B)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.aligncenter?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:10,disabled:!ue.editable,type:"button",onClick:le[18]||(le[18]=ye=>_e.$clicks("aligncenter")),class:"op-icon fa fa-mavon-align-center","aria-hidden":"true",title:ue.d_words.tl_aligncenter+" (ctrl+e)"},null,8,q)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.alignright?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:11,disabled:!ue.editable,type:"button",onClick:le[19]||(le[19]=ye=>_e.$clicks("alignright")),class:"op-icon fa fa-mavon-align-right","aria-hidden":"true",title:ue.d_words.tl_alignright+" (ctrl+r)"},null,8,H)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.superscript||ue.toolbars.subscript||ue.toolbars.underline||ue.toolbars.strikethrough||ue.toolbars.mark?(Object(r.openBlock)(),Object(r.createElementBlock)("span",V)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.quote?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:13,disabled:!ue.editable,type:"button",onClick:le[20]||(le[20]=ye=>_e.$clicks("quote")),class:"op-icon fa fa-mavon-quote-left","aria-hidden":"true",title:ue.d_words.tl_quote+" (ctrl+q)"},null,8,K)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.ol?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:14,disabled:!ue.editable,type:"button",onClick:le[21]||(le[21]=ye=>_e.$clicks("ol")),class:"op-icon fa fa-mavon-list-ol","aria-hidden":"true",title:ue.d_words.tl_ol+" (ctrl+o)"},null,8,G)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.ul?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:15,disabled:!ue.editable,type:"button",onClick:le[22]||(le[22]=ye=>_e.$clicks("ul")),class:"op-icon fa fa-mavon-list-ul","aria-hidden":"true",title:ue.d_words.tl_ul+" (ctrl+alt+u)"},null,8,Z)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.ul||ue.toolbars.ol||ue.toolbars.quote?(Object(r.openBlock)(),Object(r.createElementBlock)("span",W)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.link?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:17,disabled:!ue.editable,type:"button",onClick:le[23]||(le[23]=Object(r.withModifiers)(ye=>_e.$toggle_imgLinkAdd("link"),["stop"])),class:"op-icon fa fa-mavon-link","aria-hidden":"true",title:ue.d_words.tl_link+" (ctrl+l)"},null,8,J)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.imagelink?(Object(r.openBlock)(),Object(r.createElementBlock)("div",{key:18,disabled:!ue.editable,class:Object(r.normalizeClass)([{selected:$e.s_img_dropdown_open},"op-icon fa fa-mavon-picture-o dropdown dropdown-wrapper"]),type:"button",onMouseleave:le[28]||(le[28]=(...ye)=>_e.$mouseleave_img_dropdown&&_e.$mouseleave_img_dropdown(...ye)),onMouseenter:le[29]||(le[29]=(...ye)=>_e.$mouseenter_img_dropdown&&_e.$mouseenter_img_dropdown(...ye)),"aria-hidden":"true"},[Object(r.createVNode)(r.Transition,{name:"fade"},{default:Object(r.withCtx)(()=>[Object(r.withDirectives)(Object(r.createElementVNode)("div",{class:Object(r.normalizeClass)(["op-image popup-dropdown",{transition:ue.transition}]),onMouseleave:le[26]||(le[26]=(...ye)=>_e.$mouseleave_img_dropdown&&_e.$mouseleave_img_dropdown(...ye)),onMouseenter:le[27]||(le[27]=(...ye)=>_e.$mouseenter_img_dropdown&&_e.$mouseenter_img_dropdown(...ye))},[Object(r.createElementVNode)("div",{class:"dropdown-item",onClick:le[24]||(le[24]=Object(r.withModifiers)(ye=>_e.$toggle_imgLinkAdd("imagelink"),["stop"]))},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ue.d_words.tl_image),1)]),Object(r.createElementVNode)("div",Q,[Object(r.createElementVNode)("input",{type:"file",accept:"image/gif,image/jpeg,image/jpg,image/png,image/svg",onChange:le[25]||(le[25]=ye=>_e.$imgAdd(ye)),multiple:"multiple"},null,32),Object(r.createTextVNode)(Object(r.toDisplayString)(ue.d_words.tl_upload),1)]),(Object(r.openBlock)(!0),Object(r.createElementBlock)(r.Fragment,null,Object(r.renderList)($e.img_file,(ye,Me)=>(Object(r.openBlock)(),Object(r.createElementBlock)(r.Fragment,{key:Me},[ye&&ye[1]?(Object(r.openBlock)(),Object(r.createElementBlock)("div",{key:0,class:"dropdown-item dropdown-images",title:ye[1].name,onClick:Object(r.withModifiers)(Ae=>_e.$imgFileListClick(Me),["stop"])},[Object(r.createElementVNode)("span",null,Object(r.toDisplayString)(ye[1].name),1),Object(r.createElementVNode)("button",{type:"button",onClick:Object(r.withModifiers)(Ae=>_e.$imgDel(Me),["stop"]),class:"op-icon fa fa-mavon-times","aria-hidden":"true",title:ue.d_words.tl_upload_remove},null,8,ee),Object(r.createCommentVNode)(" \u7F29\u7565\u56FE\u5C55\u793A "),Object(r.createElementVNode)("img",{class:Object(r.normalizeClass)(["image-show",{transition:ue.transition}]),src:ye[1].miniurl,alt:"none"},null,10,ne)],8,re)):Object(r.createCommentVNode)("v-if",!0)],64))),128))],34),[[r.vShow,$e.s_img_dropdown_open]])]),_:1})],42,te)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.code?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:19,disabled:!ue.editable,type:"button",onClick:le[30]||(le[30]=ye=>_e.$clicks("code")),class:"op-icon fa fa-mavon-code","aria-hidden":"true",title:ue.d_words.tl_code+" (ctrl+alt+c)"},null,8,ae)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.table?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:20,disabled:!ue.editable,type:"button",onClick:le[31]||(le[31]=ye=>_e.$clicks("table")),class:"op-icon fa fa-mavon-table","aria-hidden":"true",title:ue.d_words.tl_table+" (ctrl+alt+t)"},null,8,oe)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.link||ue.toolbars.imagelink||ue.toolbars.code||ue.toolbars.table?(Object(r.openBlock)(),Object(r.createElementBlock)("span",ie)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.undo?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:22,type:"button",onClick:le[32]||(le[32]=ye=>_e.$clicks("undo")),class:"op-icon fa fa-mavon-undo","aria-hidden":"true",title:ue.d_words.tl_undo+" (ctrl+z)"},null,8,se)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.redo?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:23,type:"button",onClick:le[33]||(le[33]=ye=>_e.$clicks("redo")),class:"op-icon fa fa-mavon-repeat","aria-hidden":"true",title:ue.d_words.tl_redo+" (ctrl+y)"},null,8,pe)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.trash?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:24,type:"button",onClick:le[34]||(le[34]=ye=>_e.$clicks("trash")),class:"op-icon fa fa-mavon-trash-o","aria-hidden":"true",title:ue.d_words.tl_trash+" (ctrl+breakspace)"},null,8,ce)):Object(r.createCommentVNode)("v-if",!0),ue.toolbars.save?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:25,type:"button",onClick:le[35]||(le[35]=ye=>_e.$clicks("save")),class:"op-icon fa fa-mavon-floppy-o","aria-hidden":"true",title:ue.d_words.tl_save+" (ctrl+s)"},null,8,ge)):Object(r.createCommentVNode)("v-if",!0),Object(r.renderSlot)(be.$slots,"left-toolbar-after",{},void 0,!0),Object(r.createCommentVNode)(" \u6DFB\u52A0image\u94FE\u63A5 "),Object(r.createVNode)(r.Transition,{name:"fade"},{default:Object(r.withCtx)(()=>[$e.s_img_link_open?(Object(r.openBlock)(),Object(r.createElementBlock)("div",me,[Object(r.createElementVNode)("div",we,[Object(r.createElementVNode)("i",{onClick:le[36]||(le[36]=Object(r.withModifiers)(ye=>$e.s_img_link_open=!1,["stop","prevent"])),class:"fa fa-mavon-times","aria-hidden":"true"}),Object(r.createElementVNode)("h3",xe,Object(r.toDisplayString)($e.link_type=="link"?ue.d_words.tl_popup_link_title:ue.d_words.tl_popup_img_link_title),1),Object(r.createElementVNode)("div",he,[Object(r.withDirectives)(Object(r.createElementVNode)("input",{ref:"linkTextInput",type:"text","onUpdate:modelValue":le[37]||(le[37]=ye=>$e.link_text=ye),placeholder:$e.link_type=="link"?ue.d_words.tl_popup_link_text:ue.d_words.tl_popup_img_link_text},null,8,de),[[r.vModelText,$e.link_text]])]),Object(r.createElementVNode)("div",Ee,[Object(r.withDirectives)(Object(r.createElementVNode)("input",{type:"text","onUpdate:modelValue":le[38]||(le[38]=ye=>$e.link_addr=ye),placeholder:$e.link_type=="link"?ue.d_words.tl_popup_link_addr:ue.d_words.tl_popup_img_link_addr},null,8,fe),[[r.vModelText,$e.link_addr]])]),Object(r.createElementVNode)("div",{class:"op-btn cancel",onClick:le[39]||(le[39]=Object(r.withModifiers)(ye=>$e.s_img_link_open=!1,["stop"]))},Object(r.toDisplayString)(ue.d_words.tl_popup_link_cancel),1),Object(r.createElementVNode)("div",{class:"op-btn sure",onClick:le[40]||(le[40]=Object(r.withModifiers)(ye=>_e.$imgLinkAdd(),["stop"]))},Object(r.toDisplayString)(ue.d_words.tl_popup_link_sure),1)])])):Object(r.createCommentVNode)("v-if",!0)]),_:1})])}Object(r.popScopeId)()},function(e,t,n){n.d(t,"a",function(){return V});var r=n(0);const i={class:"v-right-item"},g=["title"],y=["title"],k=["title"],$=["title"],j=["title"],C=["title"],R=["title"],L=["title"],z={key:8,class:"op-icon-divider"},B=["title"],q=["title"],H=["title"];function V(K,G,Z,W,J,te){return Object(r.openBlock)(),Object(r.createElementBlock)("div",i,[Object(r.renderSlot)(K.$slots,"right-toolbar-before"),Z.toolbars.navigation?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:0,type:"button",onClick:G[0]||(G[0]=Q=>te.$clicks("navigation")),class:"op-icon fa fa-mavon-bars","aria-hidden":"true",title:Z.d_words.tl_navigation_on+" (F8)"},null,8,g)),[[r.vShow,!Z.s_navigation]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.navigation?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:1,type:"button",onClick:G[1]||(G[1]=Q=>te.$clicks("navigation")),class:"op-icon fa fa-mavon-bars selected","aria-hidden":"true",title:Z.d_words.tl_navigation_off+" (F8)"},null,8,y)),[[r.vShow,Z.s_navigation]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.preview?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:2,type:"button",onClick:G[2]||(G[2]=Q=>te.$clicks("preview")),class:"op-icon fa fa-mavon-eye-slash selected","aria-hidden":"true",title:Z.d_words.tl_edit+" (F9)"},null,8,k)),[[r.vShow,Z.s_preview_switch]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.preview?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:3,type:"button",onClick:G[3]||(G[3]=Q=>te.$clicks("preview")),class:"op-icon fa fa-mavon-eye","aria-hidden":"true",title:Z.d_words.tl_preview+" (F9)"},null,8,$)),[[r.vShow,!Z.s_preview_switch]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.fullscreen?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:4,type:"button",onClick:G[4]||(G[4]=Q=>te.$clicks("fullscreen")),class:"op-icon fa fa-mavon-arrows-alt",title:Z.d_words.tl_fullscreen_on+" (F10)","aria-hidden":"true"},null,8,j)),[[r.vShow,!Z.s_fullScreen]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.fullscreen?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:5,type:"button",onClick:G[5]||(G[5]=Q=>te.$clicks("fullscreen")),class:"op-icon fa fa-mavon-compress selected",title:Z.d_words.tl_fullscreen_off+" (F10)","aria-hidden":"true"},null,8,C)),[[r.vShow,Z.s_fullScreen]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.readmodel?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:6,type:"button",onClick:G[6]||(G[6]=Q=>te.$clicks("read")),class:"op-icon fa fa-mavon-window-maximize","aria-hidden":"true",title:Z.d_words.tl_read+" (F11)"},null,8,R)):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.subfield?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:7,type:"button",onClick:G[7]||(G[7]=Q=>te.$clicks("subfield")),class:Object(r.normalizeClass)(["op-icon fa fa-mavon-columns",{selected:Z.s_subfield}]),"aria-hidden":"true",title:(Z.s_subfield?Z.d_words.tl_single_column:Z.d_words.tl_double_column)+" (F12)"},null,10,L)):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.help&&Z.toolbars.htmlcode&&Z.toolbars.readmodel&&Z.toolbars.fullscreen&&Z.toolbars.subfield&&Z.toolbars.navigation?(Object(r.openBlock)(),Object(r.createElementBlock)("span",z)):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.htmlcode?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:9,type:"button",onClick:G[8]||(G[8]=Q=>te.$clicks("html")),class:"op-icon fa fa-mavon-code",title:Z.d_words.tl_html_on,"aria-hidden":"true"},null,8,B)),[[r.vShow,!Z.s_html_code]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.htmlcode?Object(r.withDirectives)((Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:10,type:"button",onClick:G[9]||(G[9]=Q=>te.$clicks("html")),class:"op-icon fa fa-mavon-code selected",title:Z.d_words.tl_html_off,"aria-hidden":"true"},null,8,q)),[[r.vShow,Z.s_html_code]]):Object(r.createCommentVNode)("v-if",!0),Z.toolbars.help?(Object(r.openBlock)(),Object(r.createElementBlock)("button",{key:11,type:"button",onClick:G[10]||(G[10]=Q=>te.$clicks("help")),class:"op-icon fa fa-mavon-question-circle",style:{"font-size":"17px",padding:"5px 6px 5px 3px"},title:Z.d_words.tl_help,"aria-hidden":"true"},null,8,H)):Object(r.createCommentVNode)("v-if",!0),Object(r.renderSlot)(K.$slots,"right-toolbar-after")])}},function(e,t,n){n.d(t,"a",function(){return y});var r=n(0);const i=Object(r.createElementVNode)("br",null,null,-1),g=["autofocus","placeholder"];function y(k,$,j,C,R,L){return Object(r.openBlock)(),Object(r.createElementBlock)("div",{style:Object(r.normalizeStyle)({fontSize:j.fontSize,lineHeight:j.lineHeight,height:j.fullHeight?"100%":"auto"}),class:"auto-textarea-wrapper"},[Object(r.createElementVNode)("pre",{style:Object(r.normalizeStyle)({fontSize:j.fontSize,lineHeight:j.lineHeight,minHeight:j.fullHeight?"100%":"auto"}),class:"auto-textarea-block"},[i,Object(r.createTextVNode)(Object(r.toDisplayString)(R.temp_value)+" ",1)],4),Object(r.withDirectives)(Object(r.createElementVNode)("textarea",{ref:"vTextarea",autofocus:R.s_autofocus,onKeyup:$[0]||($[0]=(...z)=>L.change&&L.change(...z)),spellcheck:"false",placeholder:j.placeholder,"onUpdate:modelValue":$[1]||($[1]=z=>R.temp_value=z),style:Object(r.normalizeStyle)({fontSize:j.fontSize,lineHeight:j.lineHeight}),class:Object(r.normalizeClass)([{"no-border":!j.border,"no-resize":!j.resize},"auto-textarea-input"])},`
`,46,g),[[r.vModelText,R.temp_value]])],4)}},function(e,t,n){var r=n(79).default,i={markdownIt:r.mixins[0].data().markdownIt,mavonEditor:r,LeftToolbar:n(65).default,RightToolbar:n(67).default,install:function(g){g.component("mavon-editor",r)}};e.exports=i},function(e,t,n){n.r(t);var r=n(74),i=n(9);for(var g in i)["default"].indexOf(g)<0&&function(y){n.d(t,y,function(){return i[y]})}(g);n(217),n(219),i.default.render=r.a,i.default.__scopeId="data-v-6996134f",t.default=i.default},function(e,t,n){e.exports={default:n(81),__esModule:!0}},function(e,t,n){n(82),n(94),e.exports=n(33).f("iterator")},function(e,t,n){var r=n(83)(!0);n(44)(String,"String",function(i){this._t=String(i),this._i=0},function(){var i,g=this._t,y=this._i;return y>=g.length?{value:void 0,done:!0}:(i=r(g,y),this._i+=i.length,{value:i,done:!1})})},function(e,t,n){var r=n(24),i=n(25);e.exports=function(g){return function(y,k){var $,j,C=String(i(y)),R=r(k),L=C.length;return R<0||R>=L?g?"":void 0:($=C.charCodeAt(R))<55296||$>56319||R+1===L||(j=C.charCodeAt(R+1))<56320||j>57343?g?C.charAt(R):$:g?C.slice(R,R+2):j-56320+($-55296<<10)+65536}}},function(e,t,n){var r=n(85);e.exports=function(i,g,y){if(r(i),g===void 0)return i;switch(y){case 1:return function(k){return i.call(g,k)};case 2:return function(k,$){return i.call(g,k,$)};case 3:return function(k,$,j){return i.call(g,k,$,j)}}return function(){return i.apply(g,arguments)}}},function(e,t){e.exports=function(n){if(typeof n!="function")throw TypeError(n+" is not a function!");return n}},function(e,t,n){var r=n(49),i=n(19),g=n(32),y={};n(4)(y,n(8)("iterator"),function(){return this}),e.exports=function(k,$,j){k.prototype=r(y,{next:i(1,j)}),g(k,$+" Iterator")}},function(e,t,n){var r=n(5),i=n(17),g=n(28);e.exports=n(6)?Object.defineProperties:function(y,k){i(y);for(var $,j=g(k),C=j.length,R=0;C>R;)r.f(y,$=j[R++],k[$]);return y}},function(e,t,n){var r=n(51);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(i){return r(i)=="String"?i.split(""):Object(i)}},function(e,t,n){var r=n(7),i=n(90),g=n(91);e.exports=function(y){return function(k,$,j){var C,R=r(k),L=i(R.length),z=g(j,L);if(y&&$!=$){for(;L>z;)if((C=R[z++])!=C)return!0}else for(;L>z;z++)if((y||z in R)&&R[z]===$)return y||z||0;return!y&&-1}}},function(e,t,n){var r=n(24),i=Math.min;e.exports=function(g){return g>0?i(r(g),9007199254740991):0}},function(e,t,n){var r=n(24),i=Math.max,g=Math.min;e.exports=function(y,k){return(y=r(y))<0?i(y+k,0):g(y,k)}},function(e,t,n){var r=n(2).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(3),i=n(52),g=n(29)("IE_PROTO"),y=Object.prototype;e.exports=Object.getPrototypeOf||function(k){return k=i(k),r(k,g)?k[g]:typeof k.constructor=="function"&&k instanceof k.constructor?k.constructor.prototype:k instanceof Object?y:null}},function(e,t,n){n(95);for(var r=n(2),i=n(4),g=n(27),y=n(8)("toStringTag"),k="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),$=0;$=k.length?(this._t=void 0,i(1)):i(0,$=="keys"?j:$=="values"?k[j]:[j,k[j]])},"values"),g.Arguments=g.Array,r("keys"),r("values"),r("entries")},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(n,r){return{value:r,done:!!n}}},function(e,t,n){e.exports={default:n(99),__esModule:!0}},function(e,t,n){n(100),n(106),n(107),n(108),e.exports=n(16).Symbol},function(e,t,n){var r=n(2),i=n(3),g=n(6),y=n(45),k=n(48),$=n(101).KEY,j=n(18),C=n(30),R=n(32),L=n(20),z=n(8),B=n(33),q=n(34),H=n(102),V=n(103),K=n(17),G=n(11),Z=n(52),W=n(7),J=n(26),te=n(19),Q=n(49),re=n(104),ee=n(105),ne=n(53),ae=n(5),oe=n(28),ie=ee.f,se=ae.f,pe=re.f,ce=r.Symbol,ge=r.JSON,me=ge&&ge.stringify,we=z("_hidden"),xe=z("toPrimitive"),he={}.propertyIsEnumerable,de=C("symbol-registry"),Ee=C("symbols"),fe=C("op-symbols"),ve=Object.prototype,be=typeof ce=="function"&&!!ne.f,le=r.QObject,ue=!le||!le.prototype||!le.prototype.findChild,Se=g&&j(function(){return Q(se({},"a",{get:function(){return se(this,"a",{value:7}).a}})).a!=7})?function(ke,Ce,Te){var Oe=ie(ve,Ce);Oe&&delete ve[Ce],se(ke,Ce,Te),Oe&&ke!==ve&&se(ve,Ce,Oe)}:se,$e=function(ke){var Ce=Ee[ke]=Q(ce.prototype);return Ce._k=ke,Ce},_e=be&&typeof ce.iterator=="symbol"?function(ke){return typeof ke=="symbol"}:function(ke){return ke instanceof ce},ye=function(ke,Ce,Te){return ke===ve&&ye(fe,Ce,Te),K(ke),Ce=J(Ce,!0),K(Te),i(Ee,Ce)?(Te.enumerable?(i(ke,we)&&ke[we][Ce]&&(ke[we][Ce]=!1),Te=Q(Te,{enumerable:te(0,!1)})):(i(ke,we)||se(ke,we,te(1,{})),ke[we][Ce]=!0),Se(ke,Ce,Te)):se(ke,Ce,Te)},Me=function(ke,Ce){K(ke);for(var Te,Oe=H(Ce=W(Ce)),je=0,De=Oe.length;De>je;)ye(ke,Te=Oe[je++],Ce[Te]);return ke},Ae=function(ke){var Ce=he.call(this,ke=J(ke,!0));return!(this===ve&&i(Ee,ke)&&!i(fe,ke))&&(!(Ce||!i(this,ke)||!i(Ee,ke)||i(this,we)&&this[we][ke])||Ce)},Le=function(ke,Ce){if(ke=W(ke),Ce=J(Ce,!0),ke!==ve||!i(Ee,Ce)||i(fe,Ce)){var Te=ie(ke,Ce);return!Te||!i(Ee,Ce)||i(ke,we)&&ke[we][Ce]||(Te.enumerable=!0),Te}},Ne=function(ke){for(var Ce,Te=pe(W(ke)),Oe=[],je=0;Te.length>je;)i(Ee,Ce=Te[je++])||Ce==we||Ce==$||Oe.push(Ce);return Oe},Be=function(ke){for(var Ce,Te=ke===ve,Oe=pe(Te?fe:W(ke)),je=[],De=0;Oe.length>De;)!i(Ee,Ce=Oe[De++])||Te&&!i(ve,Ce)||je.push(Ee[Ce]);return je};be||(k((ce=function(){if(this instanceof ce)throw TypeError("Symbol is not a constructor!");var ke=L(arguments.length>0?arguments[0]:void 0),Ce=function(Te){this===ve&&Ce.call(fe,Te),i(this,we)&&i(this[we],ke)&&(this[we][ke]=!1),Se(this,ke,te(1,Te))};return g&&ue&&Se(ve,ke,{configurable:!0,set:Ce}),$e(ke)}).prototype,"toString",function(){return this._k}),ee.f=Le,ae.f=ye,n(54).f=re.f=Ne,n(35).f=Ae,ne.f=Be,g&&!n(15)&&k(ve,"propertyIsEnumerable",Ae,!0),B.f=function(ke){return $e(z(ke))}),y(y.G+y.W+y.F*!be,{Symbol:ce});for(var Pe="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),Ie=0;Pe.length>Ie;)z(Pe[Ie++]);for(var Fe=oe(z.store),ze=0;Fe.length>ze;)q(Fe[ze++]);y(y.S+y.F*!be,"Symbol",{for:function(ke){return i(de,ke+="")?de[ke]:de[ke]=ce(ke)},keyFor:function(ke){if(!_e(ke))throw TypeError(ke+" is not a symbol!");for(var Ce in de)if(de[Ce]===ke)return Ce},useSetter:function(){ue=!0},useSimple:function(){ue=!1}}),y(y.S+y.F*!be,"Object",{create:function(ke,Ce){return Ce===void 0?Q(ke):Me(Q(ke),Ce)},defineProperty:ye,defineProperties:Me,getOwnPropertyDescriptor:Le,getOwnPropertyNames:Ne,getOwnPropertySymbols:Be});var qe=j(function(){ne.f(1)});y(y.S+y.F*qe,"Object",{getOwnPropertySymbols:function(ke){return ne.f(Z(ke))}}),ge&&y(y.S+y.F*(!be||j(function(){var ke=ce();return me([ke])!="[null]"||me({a:ke})!="{}"||me(Object(ke))!="{}"})),"JSON",{stringify:function(ke){for(var Ce,Te,Oe=[ke],je=1;arguments.length>je;)Oe.push(arguments[je++]);if(Te=Ce=Oe[1],(G(Ce)||ke!==void 0)&&!_e(ke))return V(Ce)||(Ce=function(De,Re){if(typeof Te=="function"&&(Re=Te.call(this,De,Re)),!_e(Re))return Re}),Oe[1]=Ce,me.apply(ge,Oe)}}),ce.prototype[xe]||n(4)(ce.prototype,xe,ce.prototype.valueOf),R(ce,"Symbol"),R(Math,"Math",!0),R(r.JSON,"JSON",!0)},function(e,t,n){var r=n(20)("meta"),i=n(11),g=n(3),y=n(5).f,k=0,$=Object.isExtensible||function(){return!0},j=!n(18)(function(){return $(Object.preventExtensions({}))}),C=function(L){y(L,r,{value:{i:"O"+ ++k,w:{}}})},R=e.exports={KEY:r,NEED:!1,fastKey:function(L,z){if(!i(L))return typeof L=="symbol"?L:(typeof L=="string"?"S":"P")+L;if(!g(L,r)){if(!$(L))return"F";if(!z)return"E";C(L)}return L[r].i},getWeak:function(L,z){if(!g(L,r)){if(!$(L))return!0;if(!z)return!1;C(L)}return L[r].w},onFreeze:function(L){return j&&R.NEED&&$(L)&&!g(L,r)&&C(L),L}}},function(e,t,n){var r=n(28),i=n(53),g=n(35);e.exports=function(y){var k=r(y),$=i.f;if($)for(var j,C=$(y),R=g.f,L=0;C.length>L;)R.call(y,j=C[L++])&&k.push(j);return k}},function(e,t,n){var r=n(51);e.exports=Array.isArray||function(i){return r(i)=="Array"}},function(e,t,n){var r=n(7),i=n(54).f,g={}.toString,y=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(k){return y&&g.call(k)=="[object Window]"?function($){try{return i($)}catch{return y.slice()}}(k):i(r(k))}},function(e,t,n){var r=n(35),i=n(19),g=n(7),y=n(26),k=n(3),$=n(46),j=Object.getOwnPropertyDescriptor;t.f=n(6)?j:function(C,R){if(C=g(C),R=y(R,!0),$)try{return j(C,R)}catch{}if(k(C,R))return i(!r.f.call(C,R),C[R])}},function(e,t){},function(e,t,n){n(34)("asyncIterator")},function(e,t,n){n(34)("observable")},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0});var r=119,i=120,g=121,y=122,k=123,$=66,j=73,C=72,R=85,L=68,z=77,B=81,q=79,H=76,V=83,K=90,G=89,Z=67,W=84,J=82,te=8,Q=9,re=13,ee=97,ne=98,ae=99,oe=100,ie=101,se=102,pe=49,ce=50,ge=51,me=52,we=53,xe=54;t.keydownListen=function(he){he.shortCut&&he.$el.addEventListener("keydown",function(de){if(de.ctrlKey||de.metaKey||de.altKey||de.shiftKey)if(!de.ctrlKey&&!de.metaKey||de.altKey||de.shiftKey){if((de.ctrlKey||de.metaKey)&&de.altKey&&!de.shiftKey)switch(de.keyCode){case V:de.preventDefault(),he.toolbar_left_click("superscript");break;case R:de.preventDefault(),he.toolbar_left_click("ul");break;case H:de.preventDefault(),he.toolbar_left_click("imagelink");break;case Z:de.preventDefault(),he.toolbar_left_click("code");break;case W:de.preventDefault(),he.toolbar_left_click("table")}else if((de.ctrlKey||de.metaKey)&&de.shiftKey&&!de.altKey)switch(de.keyCode){case V:de.preventDefault(),he.toolbar_left_click("subscript");break;case L:de.preventDefault(),he.toolbar_left_click("strikethrough");break;case H:de.preventDefault(),he.toolbar_left_click("alignleft");break;case J:de.preventDefault(),he.toolbar_left_click("alignright");break;case Z:de.preventDefault(),he.toolbar_left_click("aligncenter")}else if(!de.ctrlKey&&!de.metaKey&&de.shiftKey&&!de.altKey)switch(de.keyCode){case Q:he.$refs.toolbar_left.s_img_link_open||(de.preventDefault(),he.unInsertTab())}}else switch(de.keyCode){case $:de.preventDefault(),he.toolbar_left_click("bold");break;case j:de.preventDefault(),he.toolbar_left_click("italic");break;case C:de.preventDefault(),he.toolbar_left_click("header");break;case R:de.preventDefault(),he.toolbar_left_click("underline");break;case L:de.preventDefault(),he.toolbar_left_click("removeLine");break;case z:de.preventDefault(),he.toolbar_left_click("mark");break;case B:de.preventDefault(),he.toolbar_left_click("quote");break;case q:de.preventDefault(),he.toolbar_left_click("ol");break;case H:de.preventDefault(),he.toolbar_left_click("link");break;case V:de.preventDefault(),he.toolbar_left_click("save");break;case K:de.preventDefault(),he.toolbar_left_click("undo");break;case G:de.preventDefault(),he.toolbar_left_click("redo");break;case te:de.preventDefault(),he.toolbar_left_click("trash");break;case ee:de.preventDefault(),he.toolbar_left_click("header1");break;case ne:de.preventDefault(),he.toolbar_left_click("header2");break;case ae:de.preventDefault(),he.toolbar_left_click("header3");break;case oe:de.preventDefault(),he.toolbar_left_click("header4");break;case ie:de.preventDefault(),he.toolbar_left_click("header5");break;case se:de.preventDefault(),he.toolbar_left_click("header6");break;case pe:de.preventDefault(),he.toolbar_left_click("header1");break;case ce:de.preventDefault(),he.toolbar_left_click("header2");break;case ge:de.preventDefault(),he.toolbar_left_click("header3");break;case me:de.preventDefault(),he.toolbar_left_click("header4");break;case we:de.preventDefault(),he.toolbar_left_click("header5");break;case xe:de.preventDefault(),he.toolbar_left_click("header6")}else switch(de.keyCode){case r:he.toolbars.navigation&&(de.preventDefault(),he.toolbar_right_click("navigation"));break;case i:he.toolbars.preview&&(de.preventDefault(),he.toolbar_right_click("preview"));break;case g:he.toolbars.fullscreen&&(de.preventDefault(),he.toolbar_right_click("fullscreen"));break;case y:he.toolbars.readmodel&&(de.preventDefault(),he.toolbar_right_click("read"));break;case k:he.toolbars.subfield&&(de.preventDefault(),he.toolbar_right_click("subfield"));break;case Q:he.$refs.toolbar_left.s_img_link_open||(de.preventDefault(),he.insertTab());break;case re:he.$refs.toolbar_left.s_img_link_open?(de.preventDefault(),he.$refs.toolbar_left.$imgLinkAdd()):he.insertEnter(de)}})}},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default={agate:1,androidstudio:1,"arduino-light":1,arta:1,ascetic:1,"atelier-cave-dark":1,"atelier-cave-light":1,"atelier-dune-dark":1,"atelier-dune-light":1,"atelier-estuary-dark":1,"atelier-estuary-light":1,"atelier-forest-dark":1,"atelier-forest-light":1,"atelier-heath-dark":1,"atelier-heath-light":1,"atelier-lakeside-dark":1,"atelier-lakeside-light":1,"atelier-plateau-dark":1,"atelier-plateau-light":1,"atelier-savanna-dark":1,"atelier-savanna-light":1,"atelier-seaside-dark":1,"atelier-seaside-light":1,"atelier-sulphurpool-dark":1,"atelier-sulphurpool-light":1,"atom-one-dark":1,"atom-one-light":1,"brown-paper":1,"codepen-embed":1,"color-brewer":1,darcula:1,dark:1,darkula:1,default:1,docco:1,dracula:1,far:1,foundation:1,"github-gist":1,github:1,googlecode:1,grayscale:1,"gruvbox-dark":1,"gruvbox-light":1,hopscotch:1,hybrid:1,idea:1,"ir-black":1,"kimbie.dark":1,"kimbie.light":1,magula:1,"mono-blue":1,"monokai-sublime":1,monokai:1,obsidian:1,ocean:1,"paraiso-dark":1,"paraiso-light":1,pojoaque:1,purebasic:1,qtcreator_dark:1,qtcreator_light:1,railscasts:1,rainbow:1,routeros:1,"school-book":1,"solarized-dark":1,"solarized-light":1,sunburst:1,"tomorrow-night-blue":1,"tomorrow-night-bright":1,"tomorrow-night-eighties":1,"tomorrow-night":1,tomorrow:1,vs:1,vs2015:1,xcode:1,xt256:1,zenburn:1}},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(43),g=(r=i)&&r.__esModule?r:{default:r};t.p_ObjectCopy_DEEP=function y(k,$){for(var j in $){var C=(0,g.default)($[j]);!k[j]||C!=="Object"&&C!=="object"?k[j]=$[j]:k[j]=y(k[j],$[j])}return k},t.p_urlParse=function(){var y=window.location.search,k={},$=y.match(/[?&][^?&]+=[^?&]+/g);return $&&$.forEach(function(j){var C=j.substring(1).split("="),R=decodeURIComponent(C[0]),L=decodeURIComponent(C[1]);k[R]=L}),k},t.stopEvent=function(y){!y||(y.preventDefault&&y.preventDefault(),y.stopPropagation&&y.stopPropagation())}},function(e,t,n){function r(R){R.d_history_index>0&&R.d_history_index--,R.$nextTick(function(){var L=R.textarea_selectionEnds[R.d_history_index];R.getTextareaDom().selectionStart=L,R.getTextareaDom().selectionEnd=L}),R.getTextareaDom().focus()}function i(R){R.d_history_index ",subfix:"",str:L.d_words.tl_quote},link:{prefix:"[](",subfix:")",str:L.d_words.tl_link},imagelink:{prefix:"",str:L.d_words.tl_image},table:{prefix:"",subfix:"",str:`|column1|column2|column3|
|-|-|-|
|content1|content2|content3|
`},aligncenter:{prefix:`::: hljs-center
`,subfix:`
:::
`,str:L.d_words.tl_aligncenter},alignright:{prefix:`::: hljs-right
`,subfix:`
:::
`,str:L.d_words.tl_alignright},alignleft:{prefix:`::: hljs-left
`,subfix:`
:::
`,str:L.d_words.tl_alignleft}};z.hasOwnProperty(R)&&L.insertText(L.getTextareaDom(),z[R]);var B={undo:r,redo:i,trash:g,save:y,ol:k,ul:$,removeLine:j,code:C};B.hasOwnProperty(R)&&B[R](L)}},function(e,t,n){function r(C){C.s_html_code=!C.s_html_code,C.htmlcode&&C.htmlcode(C.s_html_code,C.d_value)}function i(C){C.s_help=!C.s_help,C.helptoggle&&C.helptoggle(C.s_help,C.d_value)}function g(C){var R=C.$refs.vReadModel;R.requestFullscreen?R.requestFullscreen():R.mozRequestFullScreen?R.mozRequestFullScreen():R.webkitRequestFullscreen?R.webkitRequestFullscreen():R.msRequestFullscreen&&R.msRequestFullscreen()}function y(C){C.s_preview_switch=!C.s_preview_switch,C.previewtoggle&&C.previewtoggle(C.s_preview_switch,C.d_value)}function k(C){C.s_fullScreen=!C.s_fullScreen,C.fullscreen&&C.fullscreen(C.s_fullScreen,C.d_value)}function $(C){C.s_subfield=!C.s_subfield,C.s_preview_switch=C.s_subfield,C.previewtoggle&&C.previewtoggle(C.s_preview_switch,C.d_value),C.subfieldtoggle&&C.subfieldtoggle(C.s_subfield,C.d_value)}function j(C){C.s_navigation=!C.s_navigation,C.s_navigation&&(C.s_preview_switch=!0),C.navigationtoggle&&C.navigationtoggle(C.s_navigation,C.d_value),C.s_navigation&&C.getNavigation(C,!1)}Object.defineProperty(t,"__esModule",{value:!0}),t.toolbar_right_click=function(C,R){var L={help:i,html:r,read:g,preview:y,fullscreen:k,navigation:j,subfield:$};L.hasOwnProperty(C)&&L[C](R)}},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.CONFIG=void 0;var r=G(n(115)),i=G(n(116)),g=G(n(117)),y=G(n(118)),k=G(n(119)),$=G(n(120)),j=G(n(121)),C=G(n(122)),R=G(n(123)),L=G(n(124)),z=G(n(125)),B=G(n(126)),q=G(n(127)),H=G(n(128)),V=G(n(129)),K=G(n(130));function G(Z){return Z&&Z.__esModule?Z:{default:Z}}t.CONFIG={"help_zh-CN":r.default,"help_zh-TW":i.default,"help_pt-BR":k.default,help_en:g.default,help_fr:y.default,help_ru:$.default,help_de:j.default,help_ja:C.default,"words_zh-CN":R.default,"words_zh-TW":L.default,"words_pt-BR":q.default,words_en:z.default,words_fr:B.default,words_ru:H.default,words_de:V.default,words_ja:K.default,langList:["en","zh-CN","zh-TW","fr","pt-BR","ru","de","ja"],toolbars:{bold:!0,italic:!0,header:!0,underline:!0,strikethrough:!0,mark:!0,superscript:!0,subscript:!0,quote:!0,ol:!0,ul:!0,link:!0,imagelink:!0,code:!0,table:!0,undo:!0,redo:!0,trash:!0,save:!0,alignleft:!0,aligncenter:!0,alignright:!0,navigation:!0,subfield:!0,fullscreen:!0,readmodel:!0,htmlcode:!0,help:!0,preview:!0}}},function(e,t){e.exports=`@[toc](\u76EE\u5F55)
Markdown \u8BED\u6CD5\u7B80\u4ECB
=============
> [\u8BED\u6CD5\u8BE6\u89E3](http://commonmark.org/help/)
## **\u76EE\u5F55**
\`\`\`
@[toc](\u76EE\u5F55)
\`\`\`
## **\u7C97\u4F53**
\`\`\`
**\u7C97\u4F53**
__\u7C97\u4F53__
\`\`\`
## *\u659C\u4F53*
\`\`\`
*\u659C\u4F53*
_\u659C\u4F53_
\`\`\`
## \u6807\u9898
\`\`\`
# \u4E00\u7EA7\u6807\u9898 #
\u4E00\u7EA7\u6807\u9898
====
## \u4E8C\u7EA7\u6807\u9898 ##
\u4E8C\u7EA7\u6807\u9898
----
### \u4E09\u7EA7\u6807\u9898 ###
#### \u56DB\u7EA7\u6807\u9898 ####
##### \u4E94\u7EA7\u6807\u9898 #####
###### \u516D\u7EA7\u6807\u9898 ######
\`\`\`
## \u5206\u5272\u7EBF
\`\`\`
***
---
\`\`\`
****
## ^\u4E0A^\u89D2~\u4E0B~\u6807
\`\`\`
\u4E0A\u89D2\u6807 x^2^
\u4E0B\u89D2\u6807 H~2~0
\`\`\`
## ++\u4E0B\u5212\u7EBF++ ~~\u4E2D\u5212\u7EBF~~
\`\`\`
++\u4E0B\u5212\u7EBF++
~~\u4E2D\u5212\u7EBF~~
\`\`\`
## ==\u6807\u8BB0==
\`\`\`
==\u6807\u8BB0==
\`\`\`
## \u6BB5\u843D\u5F15\u7528
\`\`\`
> \u4E00\u7EA7
>> \u4E8C\u7EA7
>>> \u4E09\u7EA7
...
\`\`\`
## \u5217\u8868
\`\`\`
\u6709\u5E8F\u5217\u8868
1.
2.
3.
...
\u65E0\u5E8F\u5217\u8868
-
-
...
\`\`\`
## \u4EFB\u52A1\u5217\u8868
- [x] \u5DF2\u5B8C\u6210\u4EFB\u52A1
- [ ] \u672A\u5B8C\u6210\u4EFB\u52A1
\`\`\`
- [x] \u5DF2\u5B8C\u6210\u4EFB\u52A1
- [ ] \u672A\u5B8C\u6210\u4EFB\u52A1
\`\`\`
## \u94FE\u63A5
\`\`\`
[\u94FE\u63A5](www.baidu.com)

\`\`\`
## \u4EE3\u7801\u6BB5\u843D
\\\`\`\` type
\u4EE3\u7801\u6BB5\u843D
\\\`\`\`
\\\` \u4EE3\u7801\u5757 \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## \u8868\u683C(table)
\`\`\`
| \u6807\u98981 | \u6807\u98982 | \u6807\u98983 |
| :-- | :--: | ----: |
| \u5DE6\u5BF9\u9F50 | \u5C45\u4E2D | \u53F3\u5BF9\u9F50 |
| ---------------------- | ------------- | ----------------- |
\`\`\`
| \u6807\u98981 | \u6807\u98982 | \u6807\u98983 |
| :-- | :--: | ----: |
| \u5DE6\u5BF9\u9F50 | \u5C45\u4E2D | \u53F3\u5BF9\u9F50 |
| ---------------------- | ------------- | ----------------- |
## \u811A\u6CE8(footnote)
\`\`\`
hello[^hello]
\`\`\`
\u89C1\u5E95\u90E8\u811A\u6CE8[^hello]
[^hello]: \u4E00\u4E2A\u6CE8\u811A
## \u8868\u60C5(emoji)
[\u53C2\u8003\u7F51\u7AD9: https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$\u516C\u5F0F
\u6211\u4EEC\u53EF\u4EE5\u6E32\u67D3\u516C\u5F0F\u4F8B\u5982\uFF1A$x_i + y_i = z_i$\u548C$\\sum_{i=1}^n a_i=0$
\u6211\u4EEC\u4E5F\u53EF\u4EE5\u5355\u884C\u6E32\u67D3
$$\\sum_{i=1}^n a_i=0$$
\u5177\u4F53\u53EF\u53C2\u7167[katex\u6587\u6863](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u548C[katex\u652F\u6301\u7684\u51FD\u6570](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u4EE5\u53CA[latex\u6587\u6863](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## \u5E03\u5C40
::: hljs-left
\`::: hljs-left\`
\`\u5C45\u5DE6\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`\u5C45\u4E2D\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`\u5C45\u53F3\`
\`:::\`
:::
## \u5B9A\u4E49
\u672F\u8BED\u4E00
: \u5B9A\u4E49\u4E00
\u5305\u542B\u6709*\u884C\u5185\u6807\u8BB0*\u7684\u672F\u8BED\u4E8C
: \u5B9A\u4E49\u4E8C
{\u4E00\u4E9B\u5B9A\u4E49\u4E8C\u7684\u6587\u5B57\u6216\u4EE3\u7801}
\u5B9A\u4E49\u4E8C\u7684\u7B2C\u4E09\u6BB5
\`\`\`
\u672F\u8BED\u4E00
: \u5B9A\u4E49\u4E00
\u5305\u542B\u6709*\u884C\u5185\u6807\u8BB0*\u7684\u672F\u8BED\u4E8C
: \u5B9A\u4E49\u4E8C
{\u4E00\u4E9B\u5B9A\u4E49\u4E8C\u7684\u6587\u5B57\u6216\u4EE3\u7801}
\u5B9A\u4E49\u4E8C\u7684\u7B2C\u4E09\u6BB5
\`\`\`
## abbr
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
HTML \u89C4\u8303\u7531 W3C \u7EF4\u62A4
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
HTML \u89C4\u8303\u7531 W3C \u7EF4\u62A4
\`\`\`
`},function(e,t){e.exports=`@[toc](\u76EE\u9304)
Markdown \u8A9E\u6CD5\u7C21\u4ECB
=============
> [\u8A9E\u6CD5\u8A73\u89E3](http://commonmark.org/help/)
## **\u7C97\u9AD4**
\`\`\`
**\u7C97\u9AD4**
__\u7C97\u9AD4__
\`\`\`
## *\u659C\u9AD4*
\`\`\`
*\u659C\u9AD4*
_\u659C\u9AD4_
\`\`\`
## \u6A19\u984C
\`\`\`
# \u4E00\u7D1A\u6A19\u984C #
\u4E00\u7D1A\u6A19\u984C
====
## \u4E8C\u7D1A\u6A19\u984C ##
\u4E8C\u7D1A\u6A19\u984C
----
### \u4E09\u7D1A\u6A19\u984C ###
#### \u56DB\u7D1A\u6A19\u984C ####
##### \u4E94\u7D1A\u6A19\u984C #####
###### \u516D\u7D1A\u6A19\u984C ######
\`\`\`
## \u5206\u5272\u7DDA
\`\`\`
***
---
\`\`\`
****
## ^\u4E0A^\u89D2~\u4E0B~\u6A19
\`\`\`
\u4E0A\u89D2\u6A19 x^2^
\u4E0B\u89D2\u6A19 H~2~0
\`\`\`
## ++\u4E0B\u5283\u7DDA++ ~~\u4E2D\u5283\u7DDA~~
\`\`\`
++\u4E0B\u5283\u7DDA++
~~\u4E2D\u5283\u7DDA~~
\`\`\`
## ==\u6A19\u8A18==
\`\`\`
==\u6A19\u8A18==
\`\`\`
## \u6BB5\u843D\u5F15\u7528
\`\`\`
> \u4E00\u7D1A
>> \u4E8C\u7D1A
>>> \u4E09\u7D1A
...
\`\`\`
## \u5217\u8868
\`\`\`
\u6709\u5E8F\u5217\u8868
1.
2.
3.
...
\u7121\u5E8F\u5217\u8868
-
-
...
\`\`\`
## \u4EFB\u52D9\u5217\u8868
- [x] \u5DF2\u5B8C\u6210\u4EFB\u52D9
- [ ] \u672A\u5B8C\u6210\u4EFB\u52D9
\`\`\`
- [x] \u5DF2\u5B8C\u6210\u4EFB\u52D9
- [ ] \u672A\u5B8C\u6210\u4EFB\u52D9
\`\`\`
## \u93C8\u63A5
\`\`\`
[\u93C8\u63A5](www.baidu.com)

\`\`\`
## \u4EE3\u78BC\u6BB5\u843D
\\\`\`\` type
\u4EE3\u78BC\u6BB5\u843D
\\\`\`\`
\\\` \u4EE3\u78BC\u584A \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## \u8868\u683C(table)
\`\`\`
| \u6A19\u984C1 | \u6A19\u984C2 | \u6A19\u984C3 |
| :-- | :--: | ----: |
| \u5DE6\u5C0D\u9F4A | \u5C45\u4E2D | \u53F3\u5C0D\u9F4A |
| ---------------------- | ------------- | ----------------- |
\`\`\`
| \u6A19\u984C1 | \u6A19\u984C2 | \u6A19\u984C3 |
| :-- | :--: | ----: |
| \u5DE6\u5C0D\u9F4A | \u5C45\u4E2D | \u53F3\u5C0D\u9F4A |
| ---------------------- | ------------- | ----------------- |
## \u8173\u8A3B(footnote)
\`\`\`
hello[^hello]
\`\`\`
\u898B\u5E95\u90E8\u8173\u8A3B[^hello]
[^hello]: \u4E00\u500B\u8A3B\u8173
## \u8868\u60C5(emoji)
[\u53C3\u8003\u7DB2\u7AD9: https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$\u516C\u5F0F
\u6211\u5011\u53EF\u4EE5\u6E32\u67D3\u516C\u5F0F\u4F8B\u5982\uFF1A$x_i + y_i = z_i$\u548C$\\sum_{i=1}^n a_i=0$
\u6211\u5011\u4E5F\u53EF\u4EE5\u55AE\u884C\u6E32\u67D3
$$\\sum_{i=1}^n a_i=0$$
\u5177\u9AD4\u53EF\u53C3\u7167[katex\u6587\u6A94](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u548C[katex\u652F\u6301\u7684\u51FD\u6578](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u4EE5\u53CA[latex\u6587\u6A94](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## \u5E03\u5C40
::: hljs-left
\`::: hljs-left\`
\`\u5C45\u5DE6\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`\u5C45\u4E2D\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`\u5C45\u53F3\`
\`:::\`
:::
## \u5B9A\u7FA9
\u8853\u8A9E\u4E00
: \u5B9A\u7FA9\u4E00
\u5305\u542B\u6709*\u884C\u5167\u6A19\u8A18*\u7684\u8853\u8A9E\u4E8C
: \u5B9A\u7FA9\u4E8C
{\u4E00\u4E9B\u5B9A\u7FA9\u4E8C\u7684\u6587\u5B57\u6216\u4EE3\u78BC}
\u5B9A\u7FA9\u4E8C\u7684\u7B2C\u4E09\u6BB5
\`\`\`
\u8853\u8A9E\u4E00
: \u5B9A\u7FA9\u4E00
\u5305\u542B\u6709*\u884C\u5167\u6A19\u8A18*\u7684\u8853\u8A9E\u4E8C
: \u5B9A\u7FA9\u4E8C
{\u4E00\u4E9B\u5B9A\u7FA9\u4E8C\u7684\u6587\u5B57\u6216\u4EE3\u78BC}
\u5B9A\u7FA9\u4E8C\u7684\u7B2C\u4E09\u6BB5
\`\`\`
## abbr
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
HTML \u898F\u7BC4\u7531 W3C \u7DAD\u8B77
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
HTML \u898F\u7BC4\u7531 W3C \u7DAD\u8B77
\`\`\`
`},function(e,t){e.exports=`@[toc](Catalog)
Markdown Guide
===
> Detailed: [http://commonmark.org/help/](http://commonmark.org/help/)
## **Bold**
\`\`\`
**bold**
__bold__
\`\`\`
## *Italic*
\`\`\`
*italic*
_italic_
\`\`\`
## Header
\`\`\`
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
\`\`\`
## Dividing line
\`\`\`
***
---
\`\`\`
****
## ^Super^script & ~Sub~script
\`\`\`
super x^2^
sub H~2~0
\`\`\`
## ++Underline++ & ~~Strikethrough~~
\`\`\`
++underline++
~~strikethrough~~
\`\`\`
## ==Mark==
\`\`\`
==mark==
\`\`\`
## Quote
\`\`\`
> quote 1
>> quote 2
>>> quote 3
...
\`\`\`
## List
\`\`\`
ol
1.
2.
3.
...
ul
-
-
...
\`\`\`
## Todo List
- [x] task 1
- [ ] task 2
\`\`\`
- [x] task 1
- [ ] task 2
\`\`\`
## Link
\`\`\`
Text Link
[Text](www.baidu.com)
Image Link

\`\`\`
## Code
\\\`\`\` type
code block
\\\`\`\`
\\\` code \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## Table
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
| ---------------------- | ------------- | ----------------- |
## Footnote
\`\`\`
hello[^hello]
\`\`\`
Look at the bottom[^hello]
[^hello]: footnote
## Emojis
Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$ Mathematics
We can render formulas for example\uFF1A$x_i + y_i = z_i$ and $\\sum_{i=1}^n a_i=0$
We can also single-line rendering
$$\\sum_{i=1}^n a_i=0$$
Detailed: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u548C[katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u4EE5\u53CA[latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## Layout
::: hljs-left
\`::: hljs-left\`
\`left\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`center\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`right\`
\`:::\`
:::
## deflist
Term 1
: Definition 1
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
\`\`\`
Term 1
: Definition 1
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
\`\`\`
## abbr
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
`},function(e,t){e.exports=`@[toc](Catalogue)
Guide Markdown
==============
> D\xE9tail : [http://commonmark.org/help/](http://commonmark.org/help/)
## **Bold**
\`\`\`
**bold**
__bold__
\`\`\`
## *Italic*
\`\`\`
*italic*
_italic_
\`\`\`
## Header
\`\`\`
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
\`\`\`
## Dividing line
\`\`\`
***
---
\`\`\`
****
## ^Super^script & ~Sub~script
\`\`\`
super x^2^
sub H~2~0
\`\`\`
## ++Underline++ & ~~Strikethrough~~
\`\`\`
++underline++
~~strikethrough~~
\`\`\`
## ==Mark==
\`\`\`
==mark==
\`\`\`
## Quote
\`\`\`
> quote 1
>> quote 2
>>> quote 3
...
\`\`\`
## List
\`\`\`
ol
1.
2.
3.
...
ul
-
-
...
\`\`\`
## Link
## Todo List
- [x] \xC9quipe 1
- [ ] \xC9quipe 2
\`\`\`
- [x] \xC9quipe 1
- [ ] \xC9quipe 2
\`\`\`
\`\`\`
Text Link
[Text](www.baidu.com)
Image Link

\`\`\`
## Code
\\\`\`\` type
code block
\\\`\`\`
\\\` code \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## Table
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
| ---------------------- | ------------- | ----------------- |
## Footnote
\`\`\`
hello[^hello]
\`\`\`
Look at the bottom[^hello]
[^hello]: footnote
## Emojis
Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$ Mathematics
We can render formulas for example\uFF1A$x_i + y_i = z_i$ and $\\sum_{i=1}^n a_i=0$
We can also single-line rendering
$$\\sum_{i=1}^n a_i=0$$
Detailed: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u548C[katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u4EE5\u53CA[latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## Layout
::: hljs-left
\`::: hljs-left\`
\`left\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`center\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`right\`
\`:::\`
:::
## deflist
Term 1
: Definition 1
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
\`\`\`
Term 1
: Definition 1
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
\`\`\`
## abbr
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
`},function(e,t){e.exports=`@[toc](Directory)
Guia Markdown
===
> Detalhes: [http://commonmark.org/help/](http://commonmark.org/help/)
## **Negrito**
\`\`\`
**negrito**
__negrito__
\`\`\`
## *It\xE1lico*
\`\`\`
*it\xE1lico*
_it\xE1lico_
\`\`\`
## Cabe\xE7alho
\`\`\`
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
\`\`\`
## Linha Divisora
\`\`\`
***
---
\`\`\`
****
## ^Sobre^scrito & ~Sub~scrito
\`\`\`
sobre x^2^
sub H~2~0
\`\`\`
## ++Sublinhar++ & ~~Tachar~~
\`\`\`
++sublinhar++
~~tachar~~
\`\`\`
## ==Marcador==
\`\`\`
==marcador==
\`\`\`
## Cita\xE7\xE3o
\`\`\`
> cita\xE7\xE3o 1
>> cita\xE7\xE3o 2
>>> cita\xE7\xE3o 3
...
\`\`\`
## Listas
\`\`\`
lista Numerada
1.
2.
3.
...
lista com marcadores
-
-
...
\`\`\`
## Todo Listas
- [x] Tarefa 1
- [ ] Tarefa 2
\`\`\`
- [x] Tarefa 1
- [ ] Tarefa 2
\`\`\`
## Link
\`\`\`
Link Texto
[Text](www.baidu.com)
Link Imagem

\`\`\`
## C\xF3digo
\\\`\`\` tipo
bloco de c\xF3digo
\\\`\`\`
\\\` c\xF3digo \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## Tabela
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| esquerda | centro | direita |
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| esquerda | centro | direita |
| ---------------------- | ------------- | ----------------- |
## Rodap\xE9
\`\`\`
ol\xE1[^ol\xE1]
\`\`\`
Olhe para baixo[^ol\xE1]
[^ol\xE1]: rodap\xE9
## Emojis
Detalhes: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$ Mathematics
Podemos mostrar f\xF3rmulas por exemplo\uFF1A$x_i + y_i = z_i$ and $\\sum_{i=1}^n a_i=0$
Podemos tamb\xE9m mostrar em uma \xFAnica linha:
$$\\sum_{i=1}^n a_i=0$$
Detalhes: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u548C[katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u4EE5\u53CA[latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## Layout
::: hljs-left
\`::: hljs-left\`
\`esquerda\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`centro\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`direita\`
\`:::\`
:::
## Defini\xE7\xF5es
Termo 1
: Defini\xE7\xE3o 1
Termo 2 com *markup inline*
: Defini\xE7\xE3o 2
{ um pouco de c\xF3digo, parte da Defini\xE7\xE3o 2 }
Terceiro par\xE1grafo da defini\xE7\xE3o 2.
\`\`\`
Termo 1
: Defini\xE7\xE3o 1
Termo 2 com *markup inline*
: Defini\xE7\xE3o 2
{ um pouco de c\xF3digo, parte da Defini\xE7\xE3o 2 }
Terceiro par\xE1grafo da defini\xE7\xE3o 2.
\`\`\`
## Abrevia\xE7\xF5es
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
A especifica\xE7\xE3o HTML
\xE9 mantida pela W3C.
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
\xE9 mantida pela W3C.
\`\`\`
`},function(e,t){e.exports=`@[toc](Catalog)
Markdown \u043F\u043E\u043C\u043E\u0449\u044C
===
> \u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435: [http://commonmark.org/help/](http://commonmark.org/help/)
## **\u041F\u043E\u043B\u0443\u0436\u0438\u0440\u043D\u044B\u0439**
\`\`\`
**\u041F\u043E\u043B\u0443\u0436\u0438\u0440\u043D\u044B\u0439**
__\u041F\u043E\u043B\u0443\u0436\u0438\u0440\u043D\u044B\u0439__
\`\`\`
## *\u041A\u0443\u0440\u0441\u0438\u0432*
\`\`\`
*\u041A\u0443\u0440\u0441\u0438\u0432*
_\u041A\u0443\u0440\u0441\u0438\u0432_
\`\`\`
## \u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
\`\`\`
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
\`\`\`
## \u0420\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F
\`\`\`
***
---
\`\`\`
****
## ^\u0412\u0435\u0440\u0445\u043D\u0438\u0439^\u0438\u043D\u0434\u0435\u043A\u0441 & ~\u041D\u0438\u0436\u043D\u0438\u0439~\u0438\u043D\u0434\u0435\u043A\u0441
\`\`\`
\u0432\u0435\u0440\u0445\u043D\u0438\u0439 x^2^
\u043D\u0438\u0436\u043D\u0438\u0439 H~2~0
\`\`\`
## ++\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439++ & ~~\u0417\u0430\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439~~
\`\`\`
++\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439++
~~\u0417\u0430\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439~~
\`\`\`
## ==\u041E\u0442\u043C\u0435\u0442\u043A\u0430==
\`\`\`
==\u041E\u0442\u043C\u0435\u0442\u043A\u0430==
\`\`\`
## \u0426\u0438\u0442\u0430\u0442\u0430
\`\`\`
> \u0426\u0438\u0442\u0430\u0442\u0430
>> \u0426\u0438\u0442\u0430\u0442\u0430 2
>>> \u0426\u0438\u0442\u0430\u0442\u0430 3
...
\`\`\`
## \u0421\u043F\u0438\u0441\u043E\u043A
\`\`\`
ol
1.
2.
3.
...
ul
-
-
...
\`\`\`
## \u0421\u043F\u0438\u0441\u043E\u043A \u0437\u0430\u0434\u0430\u0447
- [x] \u0417\u0430\u0434\u0430\u0447\u0430 1
- [ ] \u0417\u0430\u0434\u0430\u0447\u0430 2
\`\`\`
- [x] \u0417\u0430\u0434\u0430\u0447\u0430 1
- [ ] \u0417\u0430\u0434\u0430\u0447\u0430 2
\`\`\`
## \u0421\u0441\u044B\u043B\u043A\u0430
\`\`\`
\u0421\u0441\u044B\u043B\u043A\u0430
[\u0422\u0435\u043A\u0441\u0442](www.baidu.com)
\u0421\u0441\u044B\u043B\u043A\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F

\`\`\`
## \u041A\u043E\u0434
\\\`\`\` type
code block
\\\`\`\`
\\\` code \\\`
\`\`\`c++
int main()
{
printf("hello world!");}
\`\`\`
\`code\`
## \u0422\u0430\u0431\u043B\u0438\u0446\u0430
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
| ---------------------- | ------------- | ----------------- |
## \u0421\u043D\u043E\u0441\u043A\u0430
\`\`\`
\u041F\u0440\u0438\u0432\u0435\u0442[^\u041F\u0440\u0438\u0432\u0435\u0442]
\`\`\`
\u0422\u0443\u0442 \u0447\u0442\u043E-\u0442\u043E \u043D\u0435\u043F\u043E\u043D\u044F\u0442\u043D\u043E\u0435[^\u041F\u0440\u0438\u0432\u0435\u0442]
[^\u041F\u0440\u0438\u0432\u0435\u0442]: \u0410 \u0442\u0443\u0442 \u043E\u0431\u044A\u044F\u0441\u043D\u0435\u043D\u0438\u0435
## Emojis
\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$ Mathematics
\u041C\u043E\u0436\u043D\u043E \u0432\u044B\u0432\u043E\u0434\u0438\u0442\u044C \u0442\u0430\u043A\u0438\u0435 \u0444\u043E\u0440\u043C\u0443\u043B\u044B\uFF1A$x_i + y_i = z_i$ and $\\sum_{i=1}^n a_i=0$
\u0410 \u0442\u0430\u043A\u0436\u0435 \u0432 \u043E\u0434\u043D\u0443 \u0441\u0442\u0440\u043E\u043A\u0443:
$$\\sum_{i=1}^n a_i=0$$
\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435:
- [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)
- [katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)
- [latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## \u0420\u0430\u0437\u043C\u0435\u0442\u043A\u0430
::: hljs-left
\`::: hljs-left\`
\`left\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`center\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`right\`
\`:::\`
:::
## \u0421\u043F\u0438\u0441\u043E\u043A \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0439
\u0422\u0435\u0440\u043C\u0438\u043D 1
: \u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0435 1
\u0422\u0435\u0440\u043C\u0438\u043D 2 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C *\u0440\u0430\u0437\u043C\u0435\u0442\u043A\u0438*
: \u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0435 2
{ \u041A\u0430\u043A\u043E\u0439-\u043D\u0438\u0431\u0443\u0434\u044C \u043A\u043E\u0434, \u0447\u0430\u0441\u0442\u044C \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F 2 }
\u0422\u0440\u0435\u0442\u0438\u0439 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444 \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F 2.
\`\`\`
\u0422\u0435\u0440\u043C\u0438\u043D 1
: \u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0435 1
\u0422\u0435\u0440\u043C\u0438\u043D 2 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C *\u0440\u0430\u0437\u043C\u0435\u0442\u043A\u0438*
: \u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0435 2
{ \u041A\u0430\u043A\u043E\u0439-\u043D\u0438\u0431\u0443\u0434\u044C \u043A\u043E\u0434, \u0447\u0430\u0441\u0442\u044C \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F 2 }
\u0422\u0440\u0435\u0442\u0438\u0439 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444 \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F 2.
\`\`\`
## \u0421\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
`},function(e,t){e.exports=`@[toc](Catalog)
Markdown Handbuch
===
> Details: [http://commonmark.org/help/](http://commonmark.org/help/)
## **Fett**
\`\`\`
**fett**
__fett__
\`\`\`
## *Kursiv*
\`\`\`
*kursiv*
_kursiv_
\`\`\`
## \xDCberschriften
\`\`\`
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
\`\`\`
## Trennlinien
\`\`\`
***
---
\`\`\`
****
## ^Hoch^gestellt & ~Tief~gestellt
\`\`\`
hochgestellt x^2^
tiefgestellt H~2~0
\`\`\`
## ++Unterstrichen++ & ~~Durchgestrichen~~
\`\`\`
++unterstrichen++
~~durchgestrichen~~
\`\`\`
## ==Markiert==
\`\`\`
==markiert==
\`\`\`
## Zitat
\`\`\`
> zitat 1
>> zitat 2
>>> zitat 3
...
\`\`\`
## Liste
\`\`\`
ol
1.
2.
3.
...
ul
-
-
...
\`\`\`
## Todo Liste
- [x] aufgabe 1
- [ ] aufgabe 2
\`\`\`
- [x] aufgabe 1
- [ ] aufgabe 2
\`\`\`
## Link
\`\`\`
Text Link
[Text](www.baidu.com)
Link mit Bild

\`\`\`
## Code
\\\`\`\` Typ
Codeblock
\\\`\`\`
\\\` code \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## Tabelle
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| links | mitte | rechts |
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| links | mitte | rechts |
| ---------------------- | ------------- | ----------------- |
## Fu\xDFnote
\`\`\`
hallo[^hallo]
\`\`\`
Schau zum unteren Rand[^hallo]
[^hallo]: fussnote
## Emojis
Details: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$ Mathematik
Formeln lassen sich darstellen z.b. \uFF1A$x_i + y_i = z_i$ und $\\sum_{i=1}^n a_i=0$
Formeln k\xF6nnen auf einer eigenen Zeile gerendert werden
$$\\sum_{i=1}^n a_i=0$$
Details: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u548C[katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u4EE5\u53CA[latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
## Layout
::: hljs-left
\`::: hljs-left\`
\`links\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`mitte\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`rechts\`
\`:::\`
:::
## Liste von Definitionen
Term 1
: Definition 1
Term 2 mit *inline markup*
: Definition 2
{ ein wenig code, teil von Definition 2 }
Dritter Absatz von Definition 2.
\`\`\`
Term 1
: Definition 1
Term 2 mit *inline markup*
: Definition 2
{ ein wenig code, teil von Definition 2 }
Dritter Absatz von Definition 2.
\`\`\`
## Abk\xFCrzungen
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
Die HTML Spezifikation
wird gepflegt vom W3C.
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
Die HTML Spezifikation
wird gepflegt vom W3C.
\`\`\`
`},function(e,t){e.exports=`@[toc](\u76EE\u6B21)
Markdown \u6587\u6CD5\u30AC\u30A4\u30C9
===
> Detailed: [http://commonmark.org/help/](http://commonmark.org/help/)
## **\u592A\u5B57**
\`\`\`
**\u592A\u5B57**
__\u592A\u5B57__
\`\`\`
## *\u659C\u4F53*
\`\`\`
*\u659C\u4F53*
_\u659C\u4F53_
\`\`\`
## \u898B\u51FA\u3057
\`\`\`
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
\`\`\`
## \u6A2A\u7DDA
\`\`\`
***
---
\`\`\`
****
## ^\u4E0A\u4ED8\u304D^\u6587\u5B57 & ~\u4E0B\u4ED8\u304D~\u6587\u5B57
\`\`\`
super x^2^
sub H~2~0
\`\`\`
## ++\u4E0B\u7DDA++ & ~~\u53D6\u308A\u6D88\u3057\u7DDA~~
\`\`\`
++underline++
~~strikethrough~~
\`\`\`
## ==\u86CD\u5149\u30DA\u30F3==
\`\`\`
==mark==
\`\`\`
## \u5F15\u7528
\`\`\`
> quote 1
>> quote 2
>>> quote 3
...
\`\`\`
## \u30EA\u30B9\u30C8
\`\`\`
\u756A\u53F7\u4ED8\u304D\u30EA\u30B9\u30C8
1.
2.
3.
...
\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8
-
-
...
\`\`\`
## Todo\u30EA\u30B9\u30C8
- [x] task 1
- [ ] task 2
\`\`\`
- [x] task 1
- [ ] task 2
\`\`\`
## \u30EA\u30F3\u30AF
\`\`\`
Text Link
[Text](www.baidu.com)
Image Link

\`\`\`
## \u30B3\u30FC\u30C9
\\\`\`\` type
code block
\\\`\`\`
\\\` code \\\`
\`\`\`c++
int main()
{
printf("hello world!");
}
\`\`\`
\`code\`
## \u8868
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
\`\`\`
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
| ---------------------- | ------------- | ----------------- |
## \u811A\u6CE8
\`\`\`
hello[^hello]
\`\`\`
Look at the bottom[^hello]
[^hello]: footnote
## \u7D75\u6587\u5B57
> Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
\`\`\`
:laughing:
:blush:
:smiley:
:)
...
\`\`\`
:laughing::blush::smiley::)
## $\\KaTeX$ \u6570\u5F0F
> Detailed: [KaTeX\u30DE\u30CB\u30E5\u30A2\u30EB](http://www.intmath.com/cg5/katex-mathjax-comparison.php)\u3001[KaTeX function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)\u3001[LaTeX\u30DE\u30CB\u30E5\u30A2\u30EB](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
We can render formulas for example\uFF1A$x_i + y_i = z_i$ and $\\sum_{i=1}^n a_i=0$
We can also single-line rendering
$$\\sum_{i=1}^n a_i=0$$
## \u30EC\u30A4\u30A2\u30A6\u30C8
::: hljs-left
\`::: hljs-left\`
\`left\`
\`:::\`
:::
::: hljs-center
\`::: hljs-center\`
\`center\`
\`:::\`
:::
::: hljs-right
\`::: hljs-right\`
\`right\`
\`:::\`
:::
## \u5B9A\u7FA9\u30EA\u30B9\u30C8
Term 1
: Definition 1
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
\`\`\`
Term 1
: Definition 1
Term 2 with *inline markup*
: Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
\`\`\`
## abbr
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
\`\`\`
`},function(e){e.exports=JSON.parse('{"start_editor":"\u5F00\u59CB\u7F16\u8F91...","navigation_title":"\u5BFC\u822A\u76EE\u5F55","tl_bold":"\u7C97\u4F53","tl_italic":"\u659C\u4F53","tl_header":"\u6807\u9898","tl_header_one":"\u4E00\u7EA7\u6807\u9898","tl_header_two":"\u4E8C\u7EA7\u6807\u9898","tl_header_three":"\u4E09\u7EA7\u6807\u9898","tl_header_four":"\u56DB\u7EA7\u6807\u9898","tl_header_five":"\u4E94\u7EA7\u6807\u9898","tl_header_six":"\u516D\u7EA7\u6807\u9898","tl_underline":"\u4E0B\u5212\u7EBF","tl_strikethrough":"\u4E2D\u5212\u7EBF","tl_mark":"\u6807\u8BB0","tl_superscript":"\u4E0A\u89D2\u6807","tl_subscript":"\u4E0B\u89D2\u6807","tl_quote":"\u6BB5\u843D\u5F15\u7528","tl_ol":"\u6709\u5E8F\u5217\u8868","tl_ul":"\u65E0\u5E8F\u5217\u8868","tl_link":"\u94FE\u63A5","tl_image":"\u6DFB\u52A0\u56FE\u7247\u94FE\u63A5","tl_code":"\u4EE3\u7801\u5757","tl_table":"\u8868\u683C","tl_undo":"\u4E0A\u4E00\u6B65","tl_redo":"\u4E0B\u4E00\u6B65","tl_trash":"\u6E05\u7A7A","tl_save":"\u4FDD\u5B58","tl_navigation_on":"\u5F00\u542F\u6807\u9898\u5BFC\u822A","tl_navigation_off":"\u5173\u95ED\u6807\u9898\u5BFC\u822A","tl_preview":"\u9884\u89C8","tl_aligncenter":"\u5C45\u4E2D","tl_alignleft":"\u5C45\u5DE6","tl_alignright":"\u5C45\u53F3","tl_edit":"\u7F16\u8F91","tl_single_column":"\u5355\u680F","tl_double_column":"\u53CC\u680F","tl_fullscreen_on":"\u5168\u5C4F\u7F16\u8F91","tl_fullscreen_off":"\u9000\u51FA\u5168\u5C4F","tl_read":"\u6C89\u6D78\u5F0F\u9605\u8BFB","tl_html_on":"\u67E5\u770Bhtml\u6587\u672C","tl_html_off":"\u8FD4\u56DEmarkdown\u6587\u672C","tl_help":"markdown\u8BED\u6CD5\u5E2E\u52A9","tl_upload":"\u4E0A\u4F20\u56FE\u7247","tl_upload_remove":"\u5220\u9664","tl_popup_link_title":"\u6DFB\u52A0\u94FE\u63A5","tl_popup_link_text":"\u94FE\u63A5\u63CF\u8FF0","tl_popup_link_addr":"\u94FE\u63A5\u5730\u5740","tl_popup_img_link_title":"\u6DFB\u52A0\u56FE\u7247","tl_popup_img_link_text":"\u56FE\u7247\u63CF\u8FF0","tl_popup_img_link_addr":"\u56FE\u7247\u94FE\u63A5","tl_popup_link_sure":"\u786E\u5B9A","tl_popup_link_cancel":"\u53D6\u6D88"}')},function(e){e.exports=JSON.parse('{"start_editor":"\u958B\u59CB\u7DE8\u8F2F...","navigation_title":"\u5C0E\u822A\u76EE\u9304","tl_bold":"\u7C97\u9AD4","tl_italic":"\u659C\u9AD4","tl_header":"\u6A19\u984C","tl_header_one":"\u4E00\u7D1A\u6A19\u984C","tl_header_two":"\u4E8C\u7D1A\u6A19\u984C","tl_header_three":"\u4E09\u7D1A\u6A19\u984C","tl_header_four":"\u56DB\u7D1A\u6A19\u984C","tl_header_five":"\u4E94\u7D1A\u6A19\u984C","tl_header_six":"\u516D\u7D1A\u6A19\u984C","tl_underline":"\u4E0B\u5283\u7DDA","tl_strikethrough":"\u4E2D\u5283\u7DDA","tl_mark":"\u6A19\u8A18","tl_superscript":"\u4E0A\u89D2\u6A19","tl_subscript":"\u4E0B\u89D2\u6A19","tl_quote":"\u6BB5\u843D\u5F15\u7528","tl_ol":"\u6709\u5E8F\u5217\u8868","tl_ul":"\u7121\u5E8F\u5217\u8868","tl_link":"\u93C8\u63A5","tl_image":"\u6DFB\u52A0\u5716\u7247\u93C8\u63A5","tl_code":"\u4EE3\u78BC\u584A","tl_table":"\u8868\u683C","tl_undo":"\u4E0A\u4E00\u6B65","tl_redo":"\u4E0B\u4E00\u6B65","tl_trash":"\u6E05\u7A7A","tl_save":"\u4FDD\u5B58","tl_navigation_on":"\u958B\u555F\u6A19\u984C\u5C0E\u822A","tl_navigation_off":"\u95DC\u9589\u6A19\u984C\u5C0E\u822A","tl_preview":"\u9810\u89BD","tl_aligncenter":"\u5C45\u4E2D","tl_alignleft":"\u5C45\u5DE6","tl_alignright":"\u5C45\u53F3","tl_edit":"\u7DE8\u8F2F","tl_single_column":"\u55AE\u6B04","tl_double_column":"\u96D9\u6B04","tl_fullscreen_on":"\u5168\u5C4F\u7DE8\u8F2F","tl_fullscreen_off":"\u9000\u51FA\u5168\u5C4F","tl_read":"\u6C88\u6D78\u5F0F\u95B1\u8B80","tl_html_on":"\u67E5\u770Bhtml\u6587\u672C","tl_html_off":"\u8FD4\u56DEmarkdown\u6587\u672C","tl_help":"markdown\u8A9E\u6CD5\u5E6B\u52A9","tl_upload":"\u4E0A\u50B3\u5716\u7247","tl_upload_remove":"\u522A\u9664","tl_popup_link_title":"\u6DFB\u52A0\u93C8\u63A5","tl_popup_link_text":"\u93C8\u63A5\u63CF\u8FF0","tl_popup_link_addr":"\u93C8\u63A5\u5730\u5740","tl_popup_img_link_title":"\u6DFB\u52A0\u5716\u7247","tl_popup_img_link_text":"\u5716\u7247\u63CF\u8FF0","tl_popup_img_link_addr":"\u5716\u7247\u93C8\u63A5","tl_popup_link_sure":"\u78BA\u5B9A","tl_popup_link_cancel":"\u53D6\u6D88"}')},function(e){e.exports=JSON.parse('{"start_editor":"Begin editing...","navigation_title":"Navigation","tl_bold":"Bold","tl_italic":"Italic","tl_header":"Header","tl_header_one":"Header 1","tl_header_two":"Header 2","tl_header_three":"Header 3","tl_header_four":"Header 4","tl_header_five":"Header 5","tl_header_six":"Header 6","tl_underline":"Underline","tl_strikethrough":"Strikethrough","tl_mark":"Mark","tl_superscript":"Superscript","tl_subscript":"Subscript","tl_quote":"Quote","tl_ol":"Ol","tl_ul":"Ul","tl_link":"Link","tl_image":"Image Link","tl_code":"Code","tl_table":"Table","tl_undo":"Undo","tl_redo":"Redo","tl_trash":"Trash","tl_save":"Save","tl_navigation_on":"Navigation ON","tl_navigation_off":"Navigation OFF","tl_preview":"Preview","tl_aligncenter":"Center text","tl_alignleft":"Clamp text to the left","tl_alignright":"Clamp text to the right","tl_edit":"Edit","tl_single_column":"Single Column","tl_double_column":"Double Columns","tl_fullscreen_on":"FullScreen ON","tl_fullscreen_off":"FullScreen OFF","tl_read":"Read Model","tl_html_on":"HTML ON","tl_html_off":"HTML OFF","tl_help":"Markdown Guide","tl_upload":"Upload Images","tl_upload_remove":"Remove","tl_popup_link_title":"Add Link","tl_popup_link_text":"Link text","tl_popup_link_addr":"Link address","tl_popup_img_link_title":"Add Image","tl_popup_img_link_text":"Image Text","tl_popup_img_link_addr":"Image Link","tl_popup_link_sure":"Sure","tl_popup_link_cancel":"Cancel"}')},function(e){e.exports=JSON.parse(`{"start_editor":"D\xE9but d'\xE9dition...","navigation_title":"Navigation","tl_bold":"Gras","tl_italic":"Italique","tl_header":"Ent\xEAte","tl_header_one":"Ent\xEAte 1","tl_header_two":"Ent\xEAte 2","tl_header_three":"Ent\xEAte 3","tl_header_four":"Ent\xEAte 4","tl_header_five":"Ent\xEAte 5","tl_header_six":"Ent\xEAte 6","tl_underline":"Soulign\xE9","tl_strikethrough":"Barr\xE9","tl_mark":"Mark","tl_superscript":"Exposant","tl_subscript":"Sous-exposant","tl_quote":"Quote","tl_ol":"Liste ","tl_ul":"Puce","tl_link":"Lien","tl_image":"Image Lien","tl_code":"Code","tl_table":"Table","tl_undo":"Annuler","tl_redo":"Refaire","tl_trash":"Supprimer","tl_save":"Sauver","tl_navigation_on":"Activer la navigation","tl_navigation_off":"D\xE9sactiver le navigation","tl_preview":"Previsualis\xE9","tl_aligncenter":"Center le texte","tl_alignleft":"F\xE9rer le texte \xE0 gauche","tl_alignright":"F\xE9rer le texte \xE0 droite","tl_edit":"Editer","tl_single_column":"Seule Colonne","tl_double_column":"Colonnes Doubles","tl_fullscreen_on":"Activer le mode plein \xE9cran","tl_fullscreen_off":"D\xE9sactiver le mode plein \xE9cran","tl_read":"Lire le mod\xE8le","tl_html_on":"Activer le mode HTML","tl_html_off":"D\xE9sactiver le mode HTML","tl_help":"Guide Markdown","tl_upload":"T\xE9l\xE9charger les images","tl_upload_remove":"Supprimer","tl_popup_link_title":"Ajouter un lien","tl_popup_link_text":"Description","tl_popup_link_addr":"Link","tl_popup_img_link_title":"Ajouter une image","tl_popup_img_link_text":"Description","tl_popup_img_link_addr":"Link","tl_popup_link_sure":"s\xFBr","tl_popup_link_cancel":"Annuler"}`)},function(e){e.exports=JSON.parse('{"start_editor":"Come\xE7ar edi\xE7\xE3o...","navigation_title":"Navega\xE7\xE3o","tl_bold":"Negrito","tl_italic":"It\xE1lico","tl_header":"Cabe\xE7alho","tl_header_one":"Cabe\xE7alho 1","tl_header_two":"Cabe\xE7alho 2","tl_header_three":"Cabe\xE7alho 3","tl_header_four":"Cabe\xE7alho 4","tl_header_five":"Cabe\xE7alho 5","tl_header_six":"Cabe\xE7alho 6","tl_underline":"Sublinhar","tl_strikethrough":"Tachar","tl_mark":"Marca\xE7\xE3o","tl_superscript":"Sobrescrito","tl_subscript":"Subscrito","tl_quote":"Cita\xE7\xE3o","tl_ol":"Lista Numerada","tl_ul":"Lista com marcadores","tl_link":"Link","tl_image":"Link de imagem","tl_code":"C\xF3digo","tl_table":"Tabela","tl_undo":"Desfazer","tl_redo":"Refazer","tl_trash":"Lixo","tl_save":"Salvar","tl_navigation_on":"Mostrar Navega\xE7\xE3o","tl_navigation_off":"Esconder Navega\xE7\xE3o","tl_preview":"Preview","tl_aligncenter":"Alinhar no centro","tl_alignleft":"Alinhar \xE0 esquerda","tl_alignright":"Alinhar \xE0 direita","tl_edit":"Editar","tl_single_column":"Coluna \xDAnica","tl_double_column":"Duas Colunas","tl_fullscreen_on":"Ligar Tela Cheia","tl_fullscreen_off":"Desligar Tela Cheia","tl_read":"Modo de Leitura","tl_html_on":"Ligar HTML","tl_html_off":"Desligar HTML","tl_help":"Guia Markdown","tl_upload":"Upload de Imagens","tl_upload_remove":"Remover","tl_popup_link_title":"Adicionar Link","tl_popup_link_text":"Descri\xE7\xE3o","tl_popup_link_addr":"Link","tl_popup_img_link_title":"Adicionar fotos","tl_popup_img_link_text":"Descri\xE7\xE3o","tl_popup_img_link_addr":"Link","tl_popup_link_sure":"Confirmar","tl_popup_link_cancel":"Cancelar"}')},function(e){e.exports=JSON.parse('{"start_editor":"\u041D\u0430\u0447\u043D\u0438\u0442\u0435 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435...","navigation_title":"\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F","tl_bold":"\u041F\u043E\u043B\u0443\u0436\u0438\u0440\u043D\u044B\u0439","tl_italic":"\u041A\u0443\u0440\u0441\u0438\u0432","tl_header":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438","tl_header_one":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 1","tl_header_two":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 2","tl_header_three":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 3","tl_header_four":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 4","tl_header_five":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 5","tl_header_six":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 6","tl_underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439","tl_strikethrough":"\u0417\u0430\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439","tl_mark":"\u041E\u0442\u043C\u0435\u0442\u043A\u0430","tl_superscript":"\u0412\u0435\u0440\u0445\u043D\u0438\u0439 \u0438\u043D\u0434\u0435\u043A\u0441","tl_subscript":"\u041D\u0438\u0436\u043D\u0438\u0439 \u0438\u043D\u0434\u0435\u043A\u0441","tl_quote":"\u0426\u0438\u0442\u0430\u0442\u0430","tl_ol":"\u041D\u0443\u043C\u0435\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0441\u043F\u0438\u0441\u043E\u043A","tl_ul":"\u0421\u043F\u0438\u0441\u043E\u043A","tl_link":"\u0421\u0441\u044B\u043B\u043A\u0430","tl_image":"\u0421\u0441\u044B\u043B\u043A\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F","tl_code":"\u041A\u043E\u0434","tl_table":"\u0422\u0430\u0431\u043B\u0438\u0446\u0430","tl_undo":"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C","tl_redo":"\u0412\u0435\u0440\u043D\u0443\u0442\u044C","tl_trash":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","tl_save":"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C","tl_navigation_on":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E","tl_navigation_off":"\u0421\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E","tl_preview":"\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440","tl_aligncenter":"\u0412\u044B\u0440\u043E\u0432\u043D\u044F\u0442\u044C \u043F\u043E \u0446\u0435\u043D\u0442\u0440\u0443","tl_alignleft":"\u0412\u044B\u0440\u043E\u0432\u043D\u044F\u0442\u044C \u043F\u043E \u043B\u0435\u0432\u043E\u043C\u0443 \u043A\u0440\u0430\u044E","tl_alignright":"\u0412\u044B\u0440\u043E\u0432\u043D\u044F\u0442\u044C \u043F\u043E \u043F\u0440\u0430\u0432\u043E\u043C\u0443 \u043A\u0440\u0430\u044E","tl_edit":"\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440","tl_single_column":"\u041E\u0434\u043D\u043E \u043F\u043E\u043B\u0435","tl_double_column":"\u0414\u0432\u0430 \u043F\u043E\u043B\u044F","tl_fullscreen_on":"\u041F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C","tl_fullscreen_off":"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C","tl_read":"\u0420\u0435\u0436\u0438\u043C \u0447\u0442\u0435\u043D\u0438\u044F","tl_html_on":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C HTML","tl_html_off":"\u0423\u0431\u0440\u0430\u0442\u044C HTML","tl_help":"Markdown \u043F\u043E\u043C\u043E\u0449\u044C","tl_upload":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435","tl_upload_remove":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","tl_popup_link_title":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443","tl_popup_link_text":"\u0422\u0435\u043A\u0441\u0442 \u0441\u0441\u044B\u043B\u043A\u0438","tl_popup_link_addr":"\u0410\u0434\u0440\u0435\u0441 \u0441\u0441\u044B\u043B\u043A\u0438","tl_popup_img_link_title":"\u041B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435","tl_popup_img_link_text":"\u0422\u0435\u043A\u0441\u0442 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F","tl_popup_img_link_addr":"\u0421\u0441\u044B\u043B\u043A\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F","tl_popup_link_sure":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C","tl_popup_link_cancel":"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C"}')},function(e){e.exports=JSON.parse('{"start_editor":"Bearbeitung beginnen...","navigation_title":"Navigation","tl_bold":"Fett","tl_italic":"Kursiv","tl_header":"\xDCberschrift","tl_header_one":"\xDCberschrift 1","tl_header_two":"\xDCberschrift 2","tl_header_three":"\xDCberschrift 3","tl_header_four":"\xDCberschrift 4","tl_header_five":"\xDCberschrift 5","tl_header_six":"\xDCberschrift 6","tl_underline":"Unterstrichen","tl_strikethrough":"Durchgestrichen","tl_mark":"Markiert","tl_superscript":"Hochgestellt","tl_subscript":"Tiefgestellt","tl_quote":"Zitat","tl_ol":"Ol","tl_ul":"Ul","tl_link":"Link","tl_image":"Link mit Bild","tl_code":"Code","tl_table":"Tabelle","tl_undo":"R\xFCckg\xE4ngig","tl_redo":"Wiederherstellen","tl_trash":"M\xFClleimer","tl_save":"Speichern","tl_navigation_on":"Navigation AN","tl_navigation_off":"Navigation AUS","tl_preview":"Vorschau","tl_aligncenter":"Text zentrieren","tl_alignleft":"Nach links ausrichten","tl_alignright":"Nach rechts ausrichten","tl_edit":"Bearbeiten","tl_single_column":"Einspaltig","tl_double_column":"Zweispaltig","tl_fullscreen_on":"Vollbild AN","tl_fullscreen_off":"Vollbild AUS","tl_read":"Lesemodus","tl_html_on":"HTML AN","tl_html_off":"HTML AUS","tl_help":"Markdown Handbuch","tl_upload":"Bilder-Upload","tl_upload_remove":"Entfernen","tl_popup_link_title":"Link hinzuf\xFCgen","tl_popup_link_text":"Text des Links","tl_popup_link_addr":"Linkziel","tl_popup_img_link_title":"Bild hinzuf\xFCgen","tl_popup_img_link_text":"Text des Bildes","tl_popup_img_link_addr":"Link auf Bild","tl_popup_link_sure":"Ja","tl_popup_link_cancel":"Abbruch"}')},function(e){e.exports=JSON.parse('{"start_editor":"\u7DE8\u96C6\u3092\u59CB\u3081\u3066\u306D\uFF01","navigation_title":"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3","tl_bold":"\u592A\u5B57","tl_italic":"\u659C\u4F53","tl_header":"\u898B\u51FA\u3057","tl_header_one":"\u898B\u51FA\u30571","tl_header_two":"\u898B\u51FA\u30572","tl_header_three":"\u898B\u51FA\u30573","tl_header_four":"\u898B\u51FA\u30574","tl_header_five":"\u898B\u51FA\u30575","tl_header_six":"\u898B\u51FA\u30576","tl_underline":"\u4E0B\u7DDA","tl_strikethrough":"\u53D6\u308A\u6D88\u3057\u7DDA","tl_mark":"\u86CD\u5149\u30DA\u30F3","tl_superscript":"\u4E0A\u4ED8\u304D\u6587\u5B57","tl_subscript":"\u4E0B\u4ED8\u304D\u6587\u5B57","tl_quote":"\u5F15\u7528","tl_ol":"\u756A\u53F7\u4ED8\u304D\u30EA\u30B9\u30C8","tl_ul":"\u7B87\u6761\u66F8\u304D\u30EA\u30B9\u30C8","tl_link":"\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF","tl_image":"\u753B\u50CF\u306E\u30EA\u30F3\u30AF","tl_code":"\u30B3\u30FC\u30C9\u306E\u633F\u5165","tl_table":"\u8868\u306E\u633F\u5165","tl_undo":"\u623B\u308B","tl_redo":"\u9032\u3080","tl_trash":"\u524A\u9664","tl_save":"\u4FDD\u5B58","tl_navigation_on":"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u8868\u793A","tl_navigation_off":"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u975E\u8868\u793A","tl_preview":"\u30D7\u30EC\u30D3\u30E5\u30FC","tl_aligncenter":"\u4E2D\u592E\u63C3\u3048","tl_alignleft":"\u5DE6\u63C3\u3048","tl_alignright":"\u53F3\u63C3\u3048","tl_edit":"\u7DE8\u96C6","tl_single_column":"\u4E00\u5217","tl_double_column":"\u4E8C\u5217","tl_fullscreen_on":"\u5168\u753B\u9762\u8868\u793A","tl_fullscreen_off":"\u5168\u753B\u9762\u8868\u793A\u306E\u7D42\u4E86","tl_read":"\u30E2\u30C7\u30EB\u306E\u8AAD\u307F\u8FBC\u307F","tl_html_on":"HTML\u3067\u8868\u793A","tl_html_off":"HTML\u8868\u793A\u306E\u7D42\u4E86","tl_help":"\u30D8\u30EB\u30D7","tl_upload":"\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9","tl_upload_remove":"\u753B\u50CF\u306E\u524A\u9664","tl_popup_link_title":"\u30EA\u30F3\u30AF\u306E\u8FFD\u52A0","tl_popup_link_text":"\u30EA\u30F3\u30AF\u30C6\u30AD\u30B9\u30C8","tl_popup_link_addr":"\u30EA\u30F3\u30AF\u5148\u306EURL","tl_popup_img_link_title":"\u753B\u50CF\u306E\u8FFD\u52A0","tl_popup_img_link_text":"\u753B\u50CF\u30BF\u30A4\u30C8\u30EB","tl_popup_img_link_addr":"\u753B\u50CFURL","tl_popup_link_sure":"OK","tl_popup_link_cancel":"\u623B\u308B"}')},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(55),g=(r=i)&&r.__esModule?r:{default:r},y=n(56),k=n(132)({html:!0,xhtmlOut:!0,breaks:!0,langPrefix:"lang-",linkify:!1,typographer:!0,quotes:"\u201C\u201D\u2018\u2019"}),$=n(189),j=n(195),C=n(196),R=n(197),L=n(198),z=n(199),B=n(200),q=n(201),H=n(202),V=n(203),K=n(204),G=k.renderer.rules.link_open||function(ee,ne,ae,oe,ie){return ie.renderToken(ee,ne,ae)};k.renderer.rules.link_open=function(ee,ne,ae,oe,ie){var se=ee[ne].attrIndex("href");if(ee[ne].attrs[se][1].startsWith("#"))return G(ee,ne,ae,oe,ie);var pe=ee[ne].attrIndex("target");return pe<0?ee[ne].attrPush(["target","_blank"]):ee[ne].attrs[pe][1]="_blank",G(ee,ne,ae,oe,ie)};var Z=n(205),W=n(206),J=n(207),te={},Q=[],re={hljs:"auto",highlighted:!0,langCheck:function(ee){ee&&g.default[ee]&&!te[ee]&&(te[ee]=1,Q.push(g.default[ee]))}};k.use(Z,re).use($).use(C).use(j).use(V).use(V,"hljs-left").use(V,"hljs-center").use(V,"hljs-right").use(R).use(L).use(z).use(B).use(q).use(V).use(J).use(W).use(H).use(K),t.default={data:function(){return{markdownIt:k}},mounted:function(){re.highlighted=this.ishljs},methods:{$render:function(ee,ne){te={},Q=[];var ae=k.render(ee);this.ishljs&&Q.length>0&&this.$_render(ee,ne,ae),ne(ae)},$_render:function(ee,ne,ae){for(var oe=0,ie=0;ie=0))try{W.hostname=R.toASCII(W.hostname)}catch{}return C.encode(C.format(W))}function K(Z){var W=C.parse(Z,!0);if(W.hostname&&(!W.protocol||H.indexOf(W.protocol)>=0))try{W.hostname=R.toUnicode(W.hostname)}catch{}return C.decode(C.format(W))}function G(Z,W){if(!(this instanceof G))return new G(Z,W);W||r.isString(Z)||(W=Z||{},Z="default"),this.inline=new $,this.block=new k,this.core=new y,this.renderer=new g,this.linkify=new j,this.validateLink=q,this.normalizeLink=V,this.normalizeLinkText=K,this.utils=r,this.helpers=r.assign({},i),this.options={},this.configure(Z),W&&this.set(W)}G.prototype.set=function(Z){return r.assign(this.options,Z),this},G.prototype.configure=function(Z){var W,J=this;if(r.isString(Z)&&!(Z=L[W=Z]))throw new Error('Wrong `markdown-it` preset "'+W+'", check name');if(!Z)throw new Error("Wrong `markdown-it` preset, can't be empty");return Z.options&&J.set(Z.options),Z.components&&Object.keys(Z.components).forEach(function(te){Z.components[te].rules&&J[te].ruler.enableOnly(Z.components[te].rules),Z.components[te].rules2&&J[te].ruler2.enableOnly(Z.components[te].rules2)}),this},G.prototype.enable=function(Z,W){var J=[];Array.isArray(Z)||(Z=[Z]),["core","block","inline"].forEach(function(Q){J=J.concat(this[Q].ruler.enable(Z,!0))},this),J=J.concat(this.inline.ruler2.enable(Z,!0));var te=Z.filter(function(Q){return J.indexOf(Q)<0});if(te.length&&!W)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+te);return this},G.prototype.disable=function(Z,W){var J=[];Array.isArray(Z)||(Z=[Z]),["core","block","inline"].forEach(function(Q){J=J.concat(this[Q].ruler.disable(Z,!0))},this),J=J.concat(this.inline.ruler2.disable(Z,!0));var te=Z.filter(function(Q){return J.indexOf(Q)<0});if(te.length&&!W)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+te);return this},G.prototype.use=function(Z){var W=[this].concat(Array.prototype.slice.call(arguments,1));return Z.apply(Z,W),this},G.prototype.parse=function(Z,W){if(typeof Z!="string")throw new Error("Input data should be a String");var J=new this.core.State(Z,this,W);return this.core.process(J),J.tokens},G.prototype.render=function(Z,W){return W=W||{},this.renderer.render(this.parse(Z,W),this.options,W)},G.prototype.parseInline=function(Z,W){var J=new this.core.State(Z,this,W);return J.inlineMode=!0,this.core.process(J),J.tokens},G.prototype.renderInline=function(Z,W){return W=W||{},this.renderer.render(this.parseInline(Z,W),this.options,W)},e.exports=G},function(e){e.exports=JSON.parse('{"Aacute":"\xC1","aacute":"\xE1","Abreve":"\u0102","abreve":"\u0103","ac":"\u223E","acd":"\u223F","acE":"\u223E\u0333","Acirc":"\xC2","acirc":"\xE2","acute":"\xB4","Acy":"\u0410","acy":"\u0430","AElig":"\xC6","aelig":"\xE6","af":"\u2061","Afr":"\u{1D504}","afr":"\u{1D51E}","Agrave":"\xC0","agrave":"\xE0","alefsym":"\u2135","aleph":"\u2135","Alpha":"\u0391","alpha":"\u03B1","Amacr":"\u0100","amacr":"\u0101","amalg":"\u2A3F","amp":"&","AMP":"&","andand":"\u2A55","And":"\u2A53","and":"\u2227","andd":"\u2A5C","andslope":"\u2A58","andv":"\u2A5A","ang":"\u2220","ange":"\u29A4","angle":"\u2220","angmsdaa":"\u29A8","angmsdab":"\u29A9","angmsdac":"\u29AA","angmsdad":"\u29AB","angmsdae":"\u29AC","angmsdaf":"\u29AD","angmsdag":"\u29AE","angmsdah":"\u29AF","angmsd":"\u2221","angrt":"\u221F","angrtvb":"\u22BE","angrtvbd":"\u299D","angsph":"\u2222","angst":"\xC5","angzarr":"\u237C","Aogon":"\u0104","aogon":"\u0105","Aopf":"\u{1D538}","aopf":"\u{1D552}","apacir":"\u2A6F","ap":"\u2248","apE":"\u2A70","ape":"\u224A","apid":"\u224B","apos":"\'","ApplyFunction":"\u2061","approx":"\u2248","approxeq":"\u224A","Aring":"\xC5","aring":"\xE5","Ascr":"\u{1D49C}","ascr":"\u{1D4B6}","Assign":"\u2254","ast":"*","asymp":"\u2248","asympeq":"\u224D","Atilde":"\xC3","atilde":"\xE3","Auml":"\xC4","auml":"\xE4","awconint":"\u2233","awint":"\u2A11","backcong":"\u224C","backepsilon":"\u03F6","backprime":"\u2035","backsim":"\u223D","backsimeq":"\u22CD","Backslash":"\u2216","Barv":"\u2AE7","barvee":"\u22BD","barwed":"\u2305","Barwed":"\u2306","barwedge":"\u2305","bbrk":"\u23B5","bbrktbrk":"\u23B6","bcong":"\u224C","Bcy":"\u0411","bcy":"\u0431","bdquo":"\u201E","becaus":"\u2235","because":"\u2235","Because":"\u2235","bemptyv":"\u29B0","bepsi":"\u03F6","bernou":"\u212C","Bernoullis":"\u212C","Beta":"\u0392","beta":"\u03B2","beth":"\u2136","between":"\u226C","Bfr":"\u{1D505}","bfr":"\u{1D51F}","bigcap":"\u22C2","bigcirc":"\u25EF","bigcup":"\u22C3","bigodot":"\u2A00","bigoplus":"\u2A01","bigotimes":"\u2A02","bigsqcup":"\u2A06","bigstar":"\u2605","bigtriangledown":"\u25BD","bigtriangleup":"\u25B3","biguplus":"\u2A04","bigvee":"\u22C1","bigwedge":"\u22C0","bkarow":"\u290D","blacklozenge":"\u29EB","blacksquare":"\u25AA","blacktriangle":"\u25B4","blacktriangledown":"\u25BE","blacktriangleleft":"\u25C2","blacktriangleright":"\u25B8","blank":"\u2423","blk12":"\u2592","blk14":"\u2591","blk34":"\u2593","block":"\u2588","bne":"=\u20E5","bnequiv":"\u2261\u20E5","bNot":"\u2AED","bnot":"\u2310","Bopf":"\u{1D539}","bopf":"\u{1D553}","bot":"\u22A5","bottom":"\u22A5","bowtie":"\u22C8","boxbox":"\u29C9","boxdl":"\u2510","boxdL":"\u2555","boxDl":"\u2556","boxDL":"\u2557","boxdr":"\u250C","boxdR":"\u2552","boxDr":"\u2553","boxDR":"\u2554","boxh":"\u2500","boxH":"\u2550","boxhd":"\u252C","boxHd":"\u2564","boxhD":"\u2565","boxHD":"\u2566","boxhu":"\u2534","boxHu":"\u2567","boxhU":"\u2568","boxHU":"\u2569","boxminus":"\u229F","boxplus":"\u229E","boxtimes":"\u22A0","boxul":"\u2518","boxuL":"\u255B","boxUl":"\u255C","boxUL":"\u255D","boxur":"\u2514","boxuR":"\u2558","boxUr":"\u2559","boxUR":"\u255A","boxv":"\u2502","boxV":"\u2551","boxvh":"\u253C","boxvH":"\u256A","boxVh":"\u256B","boxVH":"\u256C","boxvl":"\u2524","boxvL":"\u2561","boxVl":"\u2562","boxVL":"\u2563","boxvr":"\u251C","boxvR":"\u255E","boxVr":"\u255F","boxVR":"\u2560","bprime":"\u2035","breve":"\u02D8","Breve":"\u02D8","brvbar":"\xA6","bscr":"\u{1D4B7}","Bscr":"\u212C","bsemi":"\u204F","bsim":"\u223D","bsime":"\u22CD","bsolb":"\u29C5","bsol":"\\\\","bsolhsub":"\u27C8","bull":"\u2022","bullet":"\u2022","bump":"\u224E","bumpE":"\u2AAE","bumpe":"\u224F","Bumpeq":"\u224E","bumpeq":"\u224F","Cacute":"\u0106","cacute":"\u0107","capand":"\u2A44","capbrcup":"\u2A49","capcap":"\u2A4B","cap":"\u2229","Cap":"\u22D2","capcup":"\u2A47","capdot":"\u2A40","CapitalDifferentialD":"\u2145","caps":"\u2229\uFE00","caret":"\u2041","caron":"\u02C7","Cayleys":"\u212D","ccaps":"\u2A4D","Ccaron":"\u010C","ccaron":"\u010D","Ccedil":"\xC7","ccedil":"\xE7","Ccirc":"\u0108","ccirc":"\u0109","Cconint":"\u2230","ccups":"\u2A4C","ccupssm":"\u2A50","Cdot":"\u010A","cdot":"\u010B","cedil":"\xB8","Cedilla":"\xB8","cemptyv":"\u29B2","cent":"\xA2","centerdot":"\xB7","CenterDot":"\xB7","cfr":"\u{1D520}","Cfr":"\u212D","CHcy":"\u0427","chcy":"\u0447","check":"\u2713","checkmark":"\u2713","Chi":"\u03A7","chi":"\u03C7","circ":"\u02C6","circeq":"\u2257","circlearrowleft":"\u21BA","circlearrowright":"\u21BB","circledast":"\u229B","circledcirc":"\u229A","circleddash":"\u229D","CircleDot":"\u2299","circledR":"\xAE","circledS":"\u24C8","CircleMinus":"\u2296","CirclePlus":"\u2295","CircleTimes":"\u2297","cir":"\u25CB","cirE":"\u29C3","cire":"\u2257","cirfnint":"\u2A10","cirmid":"\u2AEF","cirscir":"\u29C2","ClockwiseContourIntegral":"\u2232","CloseCurlyDoubleQuote":"\u201D","CloseCurlyQuote":"\u2019","clubs":"\u2663","clubsuit":"\u2663","colon":":","Colon":"\u2237","Colone":"\u2A74","colone":"\u2254","coloneq":"\u2254","comma":",","commat":"@","comp":"\u2201","compfn":"\u2218","complement":"\u2201","complexes":"\u2102","cong":"\u2245","congdot":"\u2A6D","Congruent":"\u2261","conint":"\u222E","Conint":"\u222F","ContourIntegral":"\u222E","copf":"\u{1D554}","Copf":"\u2102","coprod":"\u2210","Coproduct":"\u2210","copy":"\xA9","COPY":"\xA9","copysr":"\u2117","CounterClockwiseContourIntegral":"\u2233","crarr":"\u21B5","cross":"\u2717","Cross":"\u2A2F","Cscr":"\u{1D49E}","cscr":"\u{1D4B8}","csub":"\u2ACF","csube":"\u2AD1","csup":"\u2AD0","csupe":"\u2AD2","ctdot":"\u22EF","cudarrl":"\u2938","cudarrr":"\u2935","cuepr":"\u22DE","cuesc":"\u22DF","cularr":"\u21B6","cularrp":"\u293D","cupbrcap":"\u2A48","cupcap":"\u2A46","CupCap":"\u224D","cup":"\u222A","Cup":"\u22D3","cupcup":"\u2A4A","cupdot":"\u228D","cupor":"\u2A45","cups":"\u222A\uFE00","curarr":"\u21B7","curarrm":"\u293C","curlyeqprec":"\u22DE","curlyeqsucc":"\u22DF","curlyvee":"\u22CE","curlywedge":"\u22CF","curren":"\xA4","curvearrowleft":"\u21B6","curvearrowright":"\u21B7","cuvee":"\u22CE","cuwed":"\u22CF","cwconint":"\u2232","cwint":"\u2231","cylcty":"\u232D","dagger":"\u2020","Dagger":"\u2021","daleth":"\u2138","darr":"\u2193","Darr":"\u21A1","dArr":"\u21D3","dash":"\u2010","Dashv":"\u2AE4","dashv":"\u22A3","dbkarow":"\u290F","dblac":"\u02DD","Dcaron":"\u010E","dcaron":"\u010F","Dcy":"\u0414","dcy":"\u0434","ddagger":"\u2021","ddarr":"\u21CA","DD":"\u2145","dd":"\u2146","DDotrahd":"\u2911","ddotseq":"\u2A77","deg":"\xB0","Del":"\u2207","Delta":"\u0394","delta":"\u03B4","demptyv":"\u29B1","dfisht":"\u297F","Dfr":"\u{1D507}","dfr":"\u{1D521}","dHar":"\u2965","dharl":"\u21C3","dharr":"\u21C2","DiacriticalAcute":"\xB4","DiacriticalDot":"\u02D9","DiacriticalDoubleAcute":"\u02DD","DiacriticalGrave":"`","DiacriticalTilde":"\u02DC","diam":"\u22C4","diamond":"\u22C4","Diamond":"\u22C4","diamondsuit":"\u2666","diams":"\u2666","die":"\xA8","DifferentialD":"\u2146","digamma":"\u03DD","disin":"\u22F2","div":"\xF7","divide":"\xF7","divideontimes":"\u22C7","divonx":"\u22C7","DJcy":"\u0402","djcy":"\u0452","dlcorn":"\u231E","dlcrop":"\u230D","dollar":"$","Dopf":"\u{1D53B}","dopf":"\u{1D555}","Dot":"\xA8","dot":"\u02D9","DotDot":"\u20DC","doteq":"\u2250","doteqdot":"\u2251","DotEqual":"\u2250","dotminus":"\u2238","dotplus":"\u2214","dotsquare":"\u22A1","doublebarwedge":"\u2306","DoubleContourIntegral":"\u222F","DoubleDot":"\xA8","DoubleDownArrow":"\u21D3","DoubleLeftArrow":"\u21D0","DoubleLeftRightArrow":"\u21D4","DoubleLeftTee":"\u2AE4","DoubleLongLeftArrow":"\u27F8","DoubleLongLeftRightArrow":"\u27FA","DoubleLongRightArrow":"\u27F9","DoubleRightArrow":"\u21D2","DoubleRightTee":"\u22A8","DoubleUpArrow":"\u21D1","DoubleUpDownArrow":"\u21D5","DoubleVerticalBar":"\u2225","DownArrowBar":"\u2913","downarrow":"\u2193","DownArrow":"\u2193","Downarrow":"\u21D3","DownArrowUpArrow":"\u21F5","DownBreve":"\u0311","downdownarrows":"\u21CA","downharpoonleft":"\u21C3","downharpoonright":"\u21C2","DownLeftRightVector":"\u2950","DownLeftTeeVector":"\u295E","DownLeftVectorBar":"\u2956","DownLeftVector":"\u21BD","DownRightTeeVector":"\u295F","DownRightVectorBar":"\u2957","DownRightVector":"\u21C1","DownTeeArrow":"\u21A7","DownTee":"\u22A4","drbkarow":"\u2910","drcorn":"\u231F","drcrop":"\u230C","Dscr":"\u{1D49F}","dscr":"\u{1D4B9}","DScy":"\u0405","dscy":"\u0455","dsol":"\u29F6","Dstrok":"\u0110","dstrok":"\u0111","dtdot":"\u22F1","dtri":"\u25BF","dtrif":"\u25BE","duarr":"\u21F5","duhar":"\u296F","dwangle":"\u29A6","DZcy":"\u040F","dzcy":"\u045F","dzigrarr":"\u27FF","Eacute":"\xC9","eacute":"\xE9","easter":"\u2A6E","Ecaron":"\u011A","ecaron":"\u011B","Ecirc":"\xCA","ecirc":"\xEA","ecir":"\u2256","ecolon":"\u2255","Ecy":"\u042D","ecy":"\u044D","eDDot":"\u2A77","Edot":"\u0116","edot":"\u0117","eDot":"\u2251","ee":"\u2147","efDot":"\u2252","Efr":"\u{1D508}","efr":"\u{1D522}","eg":"\u2A9A","Egrave":"\xC8","egrave":"\xE8","egs":"\u2A96","egsdot":"\u2A98","el":"\u2A99","Element":"\u2208","elinters":"\u23E7","ell":"\u2113","els":"\u2A95","elsdot":"\u2A97","Emacr":"\u0112","emacr":"\u0113","empty":"\u2205","emptyset":"\u2205","EmptySmallSquare":"\u25FB","emptyv":"\u2205","EmptyVerySmallSquare":"\u25AB","emsp13":"\u2004","emsp14":"\u2005","emsp":"\u2003","ENG":"\u014A","eng":"\u014B","ensp":"\u2002","Eogon":"\u0118","eogon":"\u0119","Eopf":"\u{1D53C}","eopf":"\u{1D556}","epar":"\u22D5","eparsl":"\u29E3","eplus":"\u2A71","epsi":"\u03B5","Epsilon":"\u0395","epsilon":"\u03B5","epsiv":"\u03F5","eqcirc":"\u2256","eqcolon":"\u2255","eqsim":"\u2242","eqslantgtr":"\u2A96","eqslantless":"\u2A95","Equal":"\u2A75","equals":"=","EqualTilde":"\u2242","equest":"\u225F","Equilibrium":"\u21CC","equiv":"\u2261","equivDD":"\u2A78","eqvparsl":"\u29E5","erarr":"\u2971","erDot":"\u2253","escr":"\u212F","Escr":"\u2130","esdot":"\u2250","Esim":"\u2A73","esim":"\u2242","Eta":"\u0397","eta":"\u03B7","ETH":"\xD0","eth":"\xF0","Euml":"\xCB","euml":"\xEB","euro":"\u20AC","excl":"!","exist":"\u2203","Exists":"\u2203","expectation":"\u2130","exponentiale":"\u2147","ExponentialE":"\u2147","fallingdotseq":"\u2252","Fcy":"\u0424","fcy":"\u0444","female":"\u2640","ffilig":"\uFB03","fflig":"\uFB00","ffllig":"\uFB04","Ffr":"\u{1D509}","ffr":"\u{1D523}","filig":"\uFB01","FilledSmallSquare":"\u25FC","FilledVerySmallSquare":"\u25AA","fjlig":"fj","flat":"\u266D","fllig":"\uFB02","fltns":"\u25B1","fnof":"\u0192","Fopf":"\u{1D53D}","fopf":"\u{1D557}","forall":"\u2200","ForAll":"\u2200","fork":"\u22D4","forkv":"\u2AD9","Fouriertrf":"\u2131","fpartint":"\u2A0D","frac12":"\xBD","frac13":"\u2153","frac14":"\xBC","frac15":"\u2155","frac16":"\u2159","frac18":"\u215B","frac23":"\u2154","frac25":"\u2156","frac34":"\xBE","frac35":"\u2157","frac38":"\u215C","frac45":"\u2158","frac56":"\u215A","frac58":"\u215D","frac78":"\u215E","frasl":"\u2044","frown":"\u2322","fscr":"\u{1D4BB}","Fscr":"\u2131","gacute":"\u01F5","Gamma":"\u0393","gamma":"\u03B3","Gammad":"\u03DC","gammad":"\u03DD","gap":"\u2A86","Gbreve":"\u011E","gbreve":"\u011F","Gcedil":"\u0122","Gcirc":"\u011C","gcirc":"\u011D","Gcy":"\u0413","gcy":"\u0433","Gdot":"\u0120","gdot":"\u0121","ge":"\u2265","gE":"\u2267","gEl":"\u2A8C","gel":"\u22DB","geq":"\u2265","geqq":"\u2267","geqslant":"\u2A7E","gescc":"\u2AA9","ges":"\u2A7E","gesdot":"\u2A80","gesdoto":"\u2A82","gesdotol":"\u2A84","gesl":"\u22DB\uFE00","gesles":"\u2A94","Gfr":"\u{1D50A}","gfr":"\u{1D524}","gg":"\u226B","Gg":"\u22D9","ggg":"\u22D9","gimel":"\u2137","GJcy":"\u0403","gjcy":"\u0453","gla":"\u2AA5","gl":"\u2277","glE":"\u2A92","glj":"\u2AA4","gnap":"\u2A8A","gnapprox":"\u2A8A","gne":"\u2A88","gnE":"\u2269","gneq":"\u2A88","gneqq":"\u2269","gnsim":"\u22E7","Gopf":"\u{1D53E}","gopf":"\u{1D558}","grave":"`","GreaterEqual":"\u2265","GreaterEqualLess":"\u22DB","GreaterFullEqual":"\u2267","GreaterGreater":"\u2AA2","GreaterLess":"\u2277","GreaterSlantEqual":"\u2A7E","GreaterTilde":"\u2273","Gscr":"\u{1D4A2}","gscr":"\u210A","gsim":"\u2273","gsime":"\u2A8E","gsiml":"\u2A90","gtcc":"\u2AA7","gtcir":"\u2A7A","gt":">","GT":">","Gt":"\u226B","gtdot":"\u22D7","gtlPar":"\u2995","gtquest":"\u2A7C","gtrapprox":"\u2A86","gtrarr":"\u2978","gtrdot":"\u22D7","gtreqless":"\u22DB","gtreqqless":"\u2A8C","gtrless":"\u2277","gtrsim":"\u2273","gvertneqq":"\u2269\uFE00","gvnE":"\u2269\uFE00","Hacek":"\u02C7","hairsp":"\u200A","half":"\xBD","hamilt":"\u210B","HARDcy":"\u042A","hardcy":"\u044A","harrcir":"\u2948","harr":"\u2194","hArr":"\u21D4","harrw":"\u21AD","Hat":"^","hbar":"\u210F","Hcirc":"\u0124","hcirc":"\u0125","hearts":"\u2665","heartsuit":"\u2665","hellip":"\u2026","hercon":"\u22B9","hfr":"\u{1D525}","Hfr":"\u210C","HilbertSpace":"\u210B","hksearow":"\u2925","hkswarow":"\u2926","hoarr":"\u21FF","homtht":"\u223B","hookleftarrow":"\u21A9","hookrightarrow":"\u21AA","hopf":"\u{1D559}","Hopf":"\u210D","horbar":"\u2015","HorizontalLine":"\u2500","hscr":"\u{1D4BD}","Hscr":"\u210B","hslash":"\u210F","Hstrok":"\u0126","hstrok":"\u0127","HumpDownHump":"\u224E","HumpEqual":"\u224F","hybull":"\u2043","hyphen":"\u2010","Iacute":"\xCD","iacute":"\xED","ic":"\u2063","Icirc":"\xCE","icirc":"\xEE","Icy":"\u0418","icy":"\u0438","Idot":"\u0130","IEcy":"\u0415","iecy":"\u0435","iexcl":"\xA1","iff":"\u21D4","ifr":"\u{1D526}","Ifr":"\u2111","Igrave":"\xCC","igrave":"\xEC","ii":"\u2148","iiiint":"\u2A0C","iiint":"\u222D","iinfin":"\u29DC","iiota":"\u2129","IJlig":"\u0132","ijlig":"\u0133","Imacr":"\u012A","imacr":"\u012B","image":"\u2111","ImaginaryI":"\u2148","imagline":"\u2110","imagpart":"\u2111","imath":"\u0131","Im":"\u2111","imof":"\u22B7","imped":"\u01B5","Implies":"\u21D2","incare":"\u2105","in":"\u2208","infin":"\u221E","infintie":"\u29DD","inodot":"\u0131","intcal":"\u22BA","int":"\u222B","Int":"\u222C","integers":"\u2124","Integral":"\u222B","intercal":"\u22BA","Intersection":"\u22C2","intlarhk":"\u2A17","intprod":"\u2A3C","InvisibleComma":"\u2063","InvisibleTimes":"\u2062","IOcy":"\u0401","iocy":"\u0451","Iogon":"\u012E","iogon":"\u012F","Iopf":"\u{1D540}","iopf":"\u{1D55A}","Iota":"\u0399","iota":"\u03B9","iprod":"\u2A3C","iquest":"\xBF","iscr":"\u{1D4BE}","Iscr":"\u2110","isin":"\u2208","isindot":"\u22F5","isinE":"\u22F9","isins":"\u22F4","isinsv":"\u22F3","isinv":"\u2208","it":"\u2062","Itilde":"\u0128","itilde":"\u0129","Iukcy":"\u0406","iukcy":"\u0456","Iuml":"\xCF","iuml":"\xEF","Jcirc":"\u0134","jcirc":"\u0135","Jcy":"\u0419","jcy":"\u0439","Jfr":"\u{1D50D}","jfr":"\u{1D527}","jmath":"\u0237","Jopf":"\u{1D541}","jopf":"\u{1D55B}","Jscr":"\u{1D4A5}","jscr":"\u{1D4BF}","Jsercy":"\u0408","jsercy":"\u0458","Jukcy":"\u0404","jukcy":"\u0454","Kappa":"\u039A","kappa":"\u03BA","kappav":"\u03F0","Kcedil":"\u0136","kcedil":"\u0137","Kcy":"\u041A","kcy":"\u043A","Kfr":"\u{1D50E}","kfr":"\u{1D528}","kgreen":"\u0138","KHcy":"\u0425","khcy":"\u0445","KJcy":"\u040C","kjcy":"\u045C","Kopf":"\u{1D542}","kopf":"\u{1D55C}","Kscr":"\u{1D4A6}","kscr":"\u{1D4C0}","lAarr":"\u21DA","Lacute":"\u0139","lacute":"\u013A","laemptyv":"\u29B4","lagran":"\u2112","Lambda":"\u039B","lambda":"\u03BB","lang":"\u27E8","Lang":"\u27EA","langd":"\u2991","langle":"\u27E8","lap":"\u2A85","Laplacetrf":"\u2112","laquo":"\xAB","larrb":"\u21E4","larrbfs":"\u291F","larr":"\u2190","Larr":"\u219E","lArr":"\u21D0","larrfs":"\u291D","larrhk":"\u21A9","larrlp":"\u21AB","larrpl":"\u2939","larrsim":"\u2973","larrtl":"\u21A2","latail":"\u2919","lAtail":"\u291B","lat":"\u2AAB","late":"\u2AAD","lates":"\u2AAD\uFE00","lbarr":"\u290C","lBarr":"\u290E","lbbrk":"\u2772","lbrace":"{","lbrack":"[","lbrke":"\u298B","lbrksld":"\u298F","lbrkslu":"\u298D","Lcaron":"\u013D","lcaron":"\u013E","Lcedil":"\u013B","lcedil":"\u013C","lceil":"\u2308","lcub":"{","Lcy":"\u041B","lcy":"\u043B","ldca":"\u2936","ldquo":"\u201C","ldquor":"\u201E","ldrdhar":"\u2967","ldrushar":"\u294B","ldsh":"\u21B2","le":"\u2264","lE":"\u2266","LeftAngleBracket":"\u27E8","LeftArrowBar":"\u21E4","leftarrow":"\u2190","LeftArrow":"\u2190","Leftarrow":"\u21D0","LeftArrowRightArrow":"\u21C6","leftarrowtail":"\u21A2","LeftCeiling":"\u2308","LeftDoubleBracket":"\u27E6","LeftDownTeeVector":"\u2961","LeftDownVectorBar":"\u2959","LeftDownVector":"\u21C3","LeftFloor":"\u230A","leftharpoondown":"\u21BD","leftharpoonup":"\u21BC","leftleftarrows":"\u21C7","leftrightarrow":"\u2194","LeftRightArrow":"\u2194","Leftrightarrow":"\u21D4","leftrightarrows":"\u21C6","leftrightharpoons":"\u21CB","leftrightsquigarrow":"\u21AD","LeftRightVector":"\u294E","LeftTeeArrow":"\u21A4","LeftTee":"\u22A3","LeftTeeVector":"\u295A","leftthreetimes":"\u22CB","LeftTriangleBar":"\u29CF","LeftTriangle":"\u22B2","LeftTriangleEqual":"\u22B4","LeftUpDownVector":"\u2951","LeftUpTeeVector":"\u2960","LeftUpVectorBar":"\u2958","LeftUpVector":"\u21BF","LeftVectorBar":"\u2952","LeftVector":"\u21BC","lEg":"\u2A8B","leg":"\u22DA","leq":"\u2264","leqq":"\u2266","leqslant":"\u2A7D","lescc":"\u2AA8","les":"\u2A7D","lesdot":"\u2A7F","lesdoto":"\u2A81","lesdotor":"\u2A83","lesg":"\u22DA\uFE00","lesges":"\u2A93","lessapprox":"\u2A85","lessdot":"\u22D6","lesseqgtr":"\u22DA","lesseqqgtr":"\u2A8B","LessEqualGreater":"\u22DA","LessFullEqual":"\u2266","LessGreater":"\u2276","lessgtr":"\u2276","LessLess":"\u2AA1","lesssim":"\u2272","LessSlantEqual":"\u2A7D","LessTilde":"\u2272","lfisht":"\u297C","lfloor":"\u230A","Lfr":"\u{1D50F}","lfr":"\u{1D529}","lg":"\u2276","lgE":"\u2A91","lHar":"\u2962","lhard":"\u21BD","lharu":"\u21BC","lharul":"\u296A","lhblk":"\u2584","LJcy":"\u0409","ljcy":"\u0459","llarr":"\u21C7","ll":"\u226A","Ll":"\u22D8","llcorner":"\u231E","Lleftarrow":"\u21DA","llhard":"\u296B","lltri":"\u25FA","Lmidot":"\u013F","lmidot":"\u0140","lmoustache":"\u23B0","lmoust":"\u23B0","lnap":"\u2A89","lnapprox":"\u2A89","lne":"\u2A87","lnE":"\u2268","lneq":"\u2A87","lneqq":"\u2268","lnsim":"\u22E6","loang":"\u27EC","loarr":"\u21FD","lobrk":"\u27E6","longleftarrow":"\u27F5","LongLeftArrow":"\u27F5","Longleftarrow":"\u27F8","longleftrightarrow":"\u27F7","LongLeftRightArrow":"\u27F7","Longleftrightarrow":"\u27FA","longmapsto":"\u27FC","longrightarrow":"\u27F6","LongRightArrow":"\u27F6","Longrightarrow":"\u27F9","looparrowleft":"\u21AB","looparrowright":"\u21AC","lopar":"\u2985","Lopf":"\u{1D543}","lopf":"\u{1D55D}","loplus":"\u2A2D","lotimes":"\u2A34","lowast":"\u2217","lowbar":"_","LowerLeftArrow":"\u2199","LowerRightArrow":"\u2198","loz":"\u25CA","lozenge":"\u25CA","lozf":"\u29EB","lpar":"(","lparlt":"\u2993","lrarr":"\u21C6","lrcorner":"\u231F","lrhar":"\u21CB","lrhard":"\u296D","lrm":"\u200E","lrtri":"\u22BF","lsaquo":"\u2039","lscr":"\u{1D4C1}","Lscr":"\u2112","lsh":"\u21B0","Lsh":"\u21B0","lsim":"\u2272","lsime":"\u2A8D","lsimg":"\u2A8F","lsqb":"[","lsquo":"\u2018","lsquor":"\u201A","Lstrok":"\u0141","lstrok":"\u0142","ltcc":"\u2AA6","ltcir":"\u2A79","lt":"<","LT":"<","Lt":"\u226A","ltdot":"\u22D6","lthree":"\u22CB","ltimes":"\u22C9","ltlarr":"\u2976","ltquest":"\u2A7B","ltri":"\u25C3","ltrie":"\u22B4","ltrif":"\u25C2","ltrPar":"\u2996","lurdshar":"\u294A","luruhar":"\u2966","lvertneqq":"\u2268\uFE00","lvnE":"\u2268\uFE00","macr":"\xAF","male":"\u2642","malt":"\u2720","maltese":"\u2720","Map":"\u2905","map":"\u21A6","mapsto":"\u21A6","mapstodown":"\u21A7","mapstoleft":"\u21A4","mapstoup":"\u21A5","marker":"\u25AE","mcomma":"\u2A29","Mcy":"\u041C","mcy":"\u043C","mdash":"\u2014","mDDot":"\u223A","measuredangle":"\u2221","MediumSpace":"\u205F","Mellintrf":"\u2133","Mfr":"\u{1D510}","mfr":"\u{1D52A}","mho":"\u2127","micro":"\xB5","midast":"*","midcir":"\u2AF0","mid":"\u2223","middot":"\xB7","minusb":"\u229F","minus":"\u2212","minusd":"\u2238","minusdu":"\u2A2A","MinusPlus":"\u2213","mlcp":"\u2ADB","mldr":"\u2026","mnplus":"\u2213","models":"\u22A7","Mopf":"\u{1D544}","mopf":"\u{1D55E}","mp":"\u2213","mscr":"\u{1D4C2}","Mscr":"\u2133","mstpos":"\u223E","Mu":"\u039C","mu":"\u03BC","multimap":"\u22B8","mumap":"\u22B8","nabla":"\u2207","Nacute":"\u0143","nacute":"\u0144","nang":"\u2220\u20D2","nap":"\u2249","napE":"\u2A70\u0338","napid":"\u224B\u0338","napos":"\u0149","napprox":"\u2249","natural":"\u266E","naturals":"\u2115","natur":"\u266E","nbsp":"\xA0","nbump":"\u224E\u0338","nbumpe":"\u224F\u0338","ncap":"\u2A43","Ncaron":"\u0147","ncaron":"\u0148","Ncedil":"\u0145","ncedil":"\u0146","ncong":"\u2247","ncongdot":"\u2A6D\u0338","ncup":"\u2A42","Ncy":"\u041D","ncy":"\u043D","ndash":"\u2013","nearhk":"\u2924","nearr":"\u2197","neArr":"\u21D7","nearrow":"\u2197","ne":"\u2260","nedot":"\u2250\u0338","NegativeMediumSpace":"\u200B","NegativeThickSpace":"\u200B","NegativeThinSpace":"\u200B","NegativeVeryThinSpace":"\u200B","nequiv":"\u2262","nesear":"\u2928","nesim":"\u2242\u0338","NestedGreaterGreater":"\u226B","NestedLessLess":"\u226A","NewLine":"\\n","nexist":"\u2204","nexists":"\u2204","Nfr":"\u{1D511}","nfr":"\u{1D52B}","ngE":"\u2267\u0338","nge":"\u2271","ngeq":"\u2271","ngeqq":"\u2267\u0338","ngeqslant":"\u2A7E\u0338","nges":"\u2A7E\u0338","nGg":"\u22D9\u0338","ngsim":"\u2275","nGt":"\u226B\u20D2","ngt":"\u226F","ngtr":"\u226F","nGtv":"\u226B\u0338","nharr":"\u21AE","nhArr":"\u21CE","nhpar":"\u2AF2","ni":"\u220B","nis":"\u22FC","nisd":"\u22FA","niv":"\u220B","NJcy":"\u040A","njcy":"\u045A","nlarr":"\u219A","nlArr":"\u21CD","nldr":"\u2025","nlE":"\u2266\u0338","nle":"\u2270","nleftarrow":"\u219A","nLeftarrow":"\u21CD","nleftrightarrow":"\u21AE","nLeftrightarrow":"\u21CE","nleq":"\u2270","nleqq":"\u2266\u0338","nleqslant":"\u2A7D\u0338","nles":"\u2A7D\u0338","nless":"\u226E","nLl":"\u22D8\u0338","nlsim":"\u2274","nLt":"\u226A\u20D2","nlt":"\u226E","nltri":"\u22EA","nltrie":"\u22EC","nLtv":"\u226A\u0338","nmid":"\u2224","NoBreak":"\u2060","NonBreakingSpace":"\xA0","nopf":"\u{1D55F}","Nopf":"\u2115","Not":"\u2AEC","not":"\xAC","NotCongruent":"\u2262","NotCupCap":"\u226D","NotDoubleVerticalBar":"\u2226","NotElement":"\u2209","NotEqual":"\u2260","NotEqualTilde":"\u2242\u0338","NotExists":"\u2204","NotGreater":"\u226F","NotGreaterEqual":"\u2271","NotGreaterFullEqual":"\u2267\u0338","NotGreaterGreater":"\u226B\u0338","NotGreaterLess":"\u2279","NotGreaterSlantEqual":"\u2A7E\u0338","NotGreaterTilde":"\u2275","NotHumpDownHump":"\u224E\u0338","NotHumpEqual":"\u224F\u0338","notin":"\u2209","notindot":"\u22F5\u0338","notinE":"\u22F9\u0338","notinva":"\u2209","notinvb":"\u22F7","notinvc":"\u22F6","NotLeftTriangleBar":"\u29CF\u0338","NotLeftTriangle":"\u22EA","NotLeftTriangleEqual":"\u22EC","NotLess":"\u226E","NotLessEqual":"\u2270","NotLessGreater":"\u2278","NotLessLess":"\u226A\u0338","NotLessSlantEqual":"\u2A7D\u0338","NotLessTilde":"\u2274","NotNestedGreaterGreater":"\u2AA2\u0338","NotNestedLessLess":"\u2AA1\u0338","notni":"\u220C","notniva":"\u220C","notnivb":"\u22FE","notnivc":"\u22FD","NotPrecedes":"\u2280","NotPrecedesEqual":"\u2AAF\u0338","NotPrecedesSlantEqual":"\u22E0","NotReverseElement":"\u220C","NotRightTriangleBar":"\u29D0\u0338","NotRightTriangle":"\u22EB","NotRightTriangleEqual":"\u22ED","NotSquareSubset":"\u228F\u0338","NotSquareSubsetEqual":"\u22E2","NotSquareSuperset":"\u2290\u0338","NotSquareSupersetEqual":"\u22E3","NotSubset":"\u2282\u20D2","NotSubsetEqual":"\u2288","NotSucceeds":"\u2281","NotSucceedsEqual":"\u2AB0\u0338","NotSucceedsSlantEqual":"\u22E1","NotSucceedsTilde":"\u227F\u0338","NotSuperset":"\u2283\u20D2","NotSupersetEqual":"\u2289","NotTilde":"\u2241","NotTildeEqual":"\u2244","NotTildeFullEqual":"\u2247","NotTildeTilde":"\u2249","NotVerticalBar":"\u2224","nparallel":"\u2226","npar":"\u2226","nparsl":"\u2AFD\u20E5","npart":"\u2202\u0338","npolint":"\u2A14","npr":"\u2280","nprcue":"\u22E0","nprec":"\u2280","npreceq":"\u2AAF\u0338","npre":"\u2AAF\u0338","nrarrc":"\u2933\u0338","nrarr":"\u219B","nrArr":"\u21CF","nrarrw":"\u219D\u0338","nrightarrow":"\u219B","nRightarrow":"\u21CF","nrtri":"\u22EB","nrtrie":"\u22ED","nsc":"\u2281","nsccue":"\u22E1","nsce":"\u2AB0\u0338","Nscr":"\u{1D4A9}","nscr":"\u{1D4C3}","nshortmid":"\u2224","nshortparallel":"\u2226","nsim":"\u2241","nsime":"\u2244","nsimeq":"\u2244","nsmid":"\u2224","nspar":"\u2226","nsqsube":"\u22E2","nsqsupe":"\u22E3","nsub":"\u2284","nsubE":"\u2AC5\u0338","nsube":"\u2288","nsubset":"\u2282\u20D2","nsubseteq":"\u2288","nsubseteqq":"\u2AC5\u0338","nsucc":"\u2281","nsucceq":"\u2AB0\u0338","nsup":"\u2285","nsupE":"\u2AC6\u0338","nsupe":"\u2289","nsupset":"\u2283\u20D2","nsupseteq":"\u2289","nsupseteqq":"\u2AC6\u0338","ntgl":"\u2279","Ntilde":"\xD1","ntilde":"\xF1","ntlg":"\u2278","ntriangleleft":"\u22EA","ntrianglelefteq":"\u22EC","ntriangleright":"\u22EB","ntrianglerighteq":"\u22ED","Nu":"\u039D","nu":"\u03BD","num":"#","numero":"\u2116","numsp":"\u2007","nvap":"\u224D\u20D2","nvdash":"\u22AC","nvDash":"\u22AD","nVdash":"\u22AE","nVDash":"\u22AF","nvge":"\u2265\u20D2","nvgt":">\u20D2","nvHarr":"\u2904","nvinfin":"\u29DE","nvlArr":"\u2902","nvle":"\u2264\u20D2","nvlt":"<\u20D2","nvltrie":"\u22B4\u20D2","nvrArr":"\u2903","nvrtrie":"\u22B5\u20D2","nvsim":"\u223C\u20D2","nwarhk":"\u2923","nwarr":"\u2196","nwArr":"\u21D6","nwarrow":"\u2196","nwnear":"\u2927","Oacute":"\xD3","oacute":"\xF3","oast":"\u229B","Ocirc":"\xD4","ocirc":"\xF4","ocir":"\u229A","Ocy":"\u041E","ocy":"\u043E","odash":"\u229D","Odblac":"\u0150","odblac":"\u0151","odiv":"\u2A38","odot":"\u2299","odsold":"\u29BC","OElig":"\u0152","oelig":"\u0153","ofcir":"\u29BF","Ofr":"\u{1D512}","ofr":"\u{1D52C}","ogon":"\u02DB","Ograve":"\xD2","ograve":"\xF2","ogt":"\u29C1","ohbar":"\u29B5","ohm":"\u03A9","oint":"\u222E","olarr":"\u21BA","olcir":"\u29BE","olcross":"\u29BB","oline":"\u203E","olt":"\u29C0","Omacr":"\u014C","omacr":"\u014D","Omega":"\u03A9","omega":"\u03C9","Omicron":"\u039F","omicron":"\u03BF","omid":"\u29B6","ominus":"\u2296","Oopf":"\u{1D546}","oopf":"\u{1D560}","opar":"\u29B7","OpenCurlyDoubleQuote":"\u201C","OpenCurlyQuote":"\u2018","operp":"\u29B9","oplus":"\u2295","orarr":"\u21BB","Or":"\u2A54","or":"\u2228","ord":"\u2A5D","order":"\u2134","orderof":"\u2134","ordf":"\xAA","ordm":"\xBA","origof":"\u22B6","oror":"\u2A56","orslope":"\u2A57","orv":"\u2A5B","oS":"\u24C8","Oscr":"\u{1D4AA}","oscr":"\u2134","Oslash":"\xD8","oslash":"\xF8","osol":"\u2298","Otilde":"\xD5","otilde":"\xF5","otimesas":"\u2A36","Otimes":"\u2A37","otimes":"\u2297","Ouml":"\xD6","ouml":"\xF6","ovbar":"\u233D","OverBar":"\u203E","OverBrace":"\u23DE","OverBracket":"\u23B4","OverParenthesis":"\u23DC","para":"\xB6","parallel":"\u2225","par":"\u2225","parsim":"\u2AF3","parsl":"\u2AFD","part":"\u2202","PartialD":"\u2202","Pcy":"\u041F","pcy":"\u043F","percnt":"%","period":".","permil":"\u2030","perp":"\u22A5","pertenk":"\u2031","Pfr":"\u{1D513}","pfr":"\u{1D52D}","Phi":"\u03A6","phi":"\u03C6","phiv":"\u03D5","phmmat":"\u2133","phone":"\u260E","Pi":"\u03A0","pi":"\u03C0","pitchfork":"\u22D4","piv":"\u03D6","planck":"\u210F","planckh":"\u210E","plankv":"\u210F","plusacir":"\u2A23","plusb":"\u229E","pluscir":"\u2A22","plus":"+","plusdo":"\u2214","plusdu":"\u2A25","pluse":"\u2A72","PlusMinus":"\xB1","plusmn":"\xB1","plussim":"\u2A26","plustwo":"\u2A27","pm":"\xB1","Poincareplane":"\u210C","pointint":"\u2A15","popf":"\u{1D561}","Popf":"\u2119","pound":"\xA3","prap":"\u2AB7","Pr":"\u2ABB","pr":"\u227A","prcue":"\u227C","precapprox":"\u2AB7","prec":"\u227A","preccurlyeq":"\u227C","Precedes":"\u227A","PrecedesEqual":"\u2AAF","PrecedesSlantEqual":"\u227C","PrecedesTilde":"\u227E","preceq":"\u2AAF","precnapprox":"\u2AB9","precneqq":"\u2AB5","precnsim":"\u22E8","pre":"\u2AAF","prE":"\u2AB3","precsim":"\u227E","prime":"\u2032","Prime":"\u2033","primes":"\u2119","prnap":"\u2AB9","prnE":"\u2AB5","prnsim":"\u22E8","prod":"\u220F","Product":"\u220F","profalar":"\u232E","profline":"\u2312","profsurf":"\u2313","prop":"\u221D","Proportional":"\u221D","Proportion":"\u2237","propto":"\u221D","prsim":"\u227E","prurel":"\u22B0","Pscr":"\u{1D4AB}","pscr":"\u{1D4C5}","Psi":"\u03A8","psi":"\u03C8","puncsp":"\u2008","Qfr":"\u{1D514}","qfr":"\u{1D52E}","qint":"\u2A0C","qopf":"\u{1D562}","Qopf":"\u211A","qprime":"\u2057","Qscr":"\u{1D4AC}","qscr":"\u{1D4C6}","quaternions":"\u210D","quatint":"\u2A16","quest":"?","questeq":"\u225F","quot":"\\"","QUOT":"\\"","rAarr":"\u21DB","race":"\u223D\u0331","Racute":"\u0154","racute":"\u0155","radic":"\u221A","raemptyv":"\u29B3","rang":"\u27E9","Rang":"\u27EB","rangd":"\u2992","range":"\u29A5","rangle":"\u27E9","raquo":"\xBB","rarrap":"\u2975","rarrb":"\u21E5","rarrbfs":"\u2920","rarrc":"\u2933","rarr":"\u2192","Rarr":"\u21A0","rArr":"\u21D2","rarrfs":"\u291E","rarrhk":"\u21AA","rarrlp":"\u21AC","rarrpl":"\u2945","rarrsim":"\u2974","Rarrtl":"\u2916","rarrtl":"\u21A3","rarrw":"\u219D","ratail":"\u291A","rAtail":"\u291C","ratio":"\u2236","rationals":"\u211A","rbarr":"\u290D","rBarr":"\u290F","RBarr":"\u2910","rbbrk":"\u2773","rbrace":"}","rbrack":"]","rbrke":"\u298C","rbrksld":"\u298E","rbrkslu":"\u2990","Rcaron":"\u0158","rcaron":"\u0159","Rcedil":"\u0156","rcedil":"\u0157","rceil":"\u2309","rcub":"}","Rcy":"\u0420","rcy":"\u0440","rdca":"\u2937","rdldhar":"\u2969","rdquo":"\u201D","rdquor":"\u201D","rdsh":"\u21B3","real":"\u211C","realine":"\u211B","realpart":"\u211C","reals":"\u211D","Re":"\u211C","rect":"\u25AD","reg":"\xAE","REG":"\xAE","ReverseElement":"\u220B","ReverseEquilibrium":"\u21CB","ReverseUpEquilibrium":"\u296F","rfisht":"\u297D","rfloor":"\u230B","rfr":"\u{1D52F}","Rfr":"\u211C","rHar":"\u2964","rhard":"\u21C1","rharu":"\u21C0","rharul":"\u296C","Rho":"\u03A1","rho":"\u03C1","rhov":"\u03F1","RightAngleBracket":"\u27E9","RightArrowBar":"\u21E5","rightarrow":"\u2192","RightArrow":"\u2192","Rightarrow":"\u21D2","RightArrowLeftArrow":"\u21C4","rightarrowtail":"\u21A3","RightCeiling":"\u2309","RightDoubleBracket":"\u27E7","RightDownTeeVector":"\u295D","RightDownVectorBar":"\u2955","RightDownVector":"\u21C2","RightFloor":"\u230B","rightharpoondown":"\u21C1","rightharpoonup":"\u21C0","rightleftarrows":"\u21C4","rightleftharpoons":"\u21CC","rightrightarrows":"\u21C9","rightsquigarrow":"\u219D","RightTeeArrow":"\u21A6","RightTee":"\u22A2","RightTeeVector":"\u295B","rightthreetimes":"\u22CC","RightTriangleBar":"\u29D0","RightTriangle":"\u22B3","RightTriangleEqual":"\u22B5","RightUpDownVector":"\u294F","RightUpTeeVector":"\u295C","RightUpVectorBar":"\u2954","RightUpVector":"\u21BE","RightVectorBar":"\u2953","RightVector":"\u21C0","ring":"\u02DA","risingdotseq":"\u2253","rlarr":"\u21C4","rlhar":"\u21CC","rlm":"\u200F","rmoustache":"\u23B1","rmoust":"\u23B1","rnmid":"\u2AEE","roang":"\u27ED","roarr":"\u21FE","robrk":"\u27E7","ropar":"\u2986","ropf":"\u{1D563}","Ropf":"\u211D","roplus":"\u2A2E","rotimes":"\u2A35","RoundImplies":"\u2970","rpar":")","rpargt":"\u2994","rppolint":"\u2A12","rrarr":"\u21C9","Rrightarrow":"\u21DB","rsaquo":"\u203A","rscr":"\u{1D4C7}","Rscr":"\u211B","rsh":"\u21B1","Rsh":"\u21B1","rsqb":"]","rsquo":"\u2019","rsquor":"\u2019","rthree":"\u22CC","rtimes":"\u22CA","rtri":"\u25B9","rtrie":"\u22B5","rtrif":"\u25B8","rtriltri":"\u29CE","RuleDelayed":"\u29F4","ruluhar":"\u2968","rx":"\u211E","Sacute":"\u015A","sacute":"\u015B","sbquo":"\u201A","scap":"\u2AB8","Scaron":"\u0160","scaron":"\u0161","Sc":"\u2ABC","sc":"\u227B","sccue":"\u227D","sce":"\u2AB0","scE":"\u2AB4","Scedil":"\u015E","scedil":"\u015F","Scirc":"\u015C","scirc":"\u015D","scnap":"\u2ABA","scnE":"\u2AB6","scnsim":"\u22E9","scpolint":"\u2A13","scsim":"\u227F","Scy":"\u0421","scy":"\u0441","sdotb":"\u22A1","sdot":"\u22C5","sdote":"\u2A66","searhk":"\u2925","searr":"\u2198","seArr":"\u21D8","searrow":"\u2198","sect":"\xA7","semi":";","seswar":"\u2929","setminus":"\u2216","setmn":"\u2216","sext":"\u2736","Sfr":"\u{1D516}","sfr":"\u{1D530}","sfrown":"\u2322","sharp":"\u266F","SHCHcy":"\u0429","shchcy":"\u0449","SHcy":"\u0428","shcy":"\u0448","ShortDownArrow":"\u2193","ShortLeftArrow":"\u2190","shortmid":"\u2223","shortparallel":"\u2225","ShortRightArrow":"\u2192","ShortUpArrow":"\u2191","shy":"\xAD","Sigma":"\u03A3","sigma":"\u03C3","sigmaf":"\u03C2","sigmav":"\u03C2","sim":"\u223C","simdot":"\u2A6A","sime":"\u2243","simeq":"\u2243","simg":"\u2A9E","simgE":"\u2AA0","siml":"\u2A9D","simlE":"\u2A9F","simne":"\u2246","simplus":"\u2A24","simrarr":"\u2972","slarr":"\u2190","SmallCircle":"\u2218","smallsetminus":"\u2216","smashp":"\u2A33","smeparsl":"\u29E4","smid":"\u2223","smile":"\u2323","smt":"\u2AAA","smte":"\u2AAC","smtes":"\u2AAC\uFE00","SOFTcy":"\u042C","softcy":"\u044C","solbar":"\u233F","solb":"\u29C4","sol":"/","Sopf":"\u{1D54A}","sopf":"\u{1D564}","spades":"\u2660","spadesuit":"\u2660","spar":"\u2225","sqcap":"\u2293","sqcaps":"\u2293\uFE00","sqcup":"\u2294","sqcups":"\u2294\uFE00","Sqrt":"\u221A","sqsub":"\u228F","sqsube":"\u2291","sqsubset":"\u228F","sqsubseteq":"\u2291","sqsup":"\u2290","sqsupe":"\u2292","sqsupset":"\u2290","sqsupseteq":"\u2292","square":"\u25A1","Square":"\u25A1","SquareIntersection":"\u2293","SquareSubset":"\u228F","SquareSubsetEqual":"\u2291","SquareSuperset":"\u2290","SquareSupersetEqual":"\u2292","SquareUnion":"\u2294","squarf":"\u25AA","squ":"\u25A1","squf":"\u25AA","srarr":"\u2192","Sscr":"\u{1D4AE}","sscr":"\u{1D4C8}","ssetmn":"\u2216","ssmile":"\u2323","sstarf":"\u22C6","Star":"\u22C6","star":"\u2606","starf":"\u2605","straightepsilon":"\u03F5","straightphi":"\u03D5","strns":"\xAF","sub":"\u2282","Sub":"\u22D0","subdot":"\u2ABD","subE":"\u2AC5","sube":"\u2286","subedot":"\u2AC3","submult":"\u2AC1","subnE":"\u2ACB","subne":"\u228A","subplus":"\u2ABF","subrarr":"\u2979","subset":"\u2282","Subset":"\u22D0","subseteq":"\u2286","subseteqq":"\u2AC5","SubsetEqual":"\u2286","subsetneq":"\u228A","subsetneqq":"\u2ACB","subsim":"\u2AC7","subsub":"\u2AD5","subsup":"\u2AD3","succapprox":"\u2AB8","succ":"\u227B","succcurlyeq":"\u227D","Succeeds":"\u227B","SucceedsEqual":"\u2AB0","SucceedsSlantEqual":"\u227D","SucceedsTilde":"\u227F","succeq":"\u2AB0","succnapprox":"\u2ABA","succneqq":"\u2AB6","succnsim":"\u22E9","succsim":"\u227F","SuchThat":"\u220B","sum":"\u2211","Sum":"\u2211","sung":"\u266A","sup1":"\xB9","sup2":"\xB2","sup3":"\xB3","sup":"\u2283","Sup":"\u22D1","supdot":"\u2ABE","supdsub":"\u2AD8","supE":"\u2AC6","supe":"\u2287","supedot":"\u2AC4","Superset":"\u2283","SupersetEqual":"\u2287","suphsol":"\u27C9","suphsub":"\u2AD7","suplarr":"\u297B","supmult":"\u2AC2","supnE":"\u2ACC","supne":"\u228B","supplus":"\u2AC0","supset":"\u2283","Supset":"\u22D1","supseteq":"\u2287","supseteqq":"\u2AC6","supsetneq":"\u228B","supsetneqq":"\u2ACC","supsim":"\u2AC8","supsub":"\u2AD4","supsup":"\u2AD6","swarhk":"\u2926","swarr":"\u2199","swArr":"\u21D9","swarrow":"\u2199","swnwar":"\u292A","szlig":"\xDF","Tab":"\\t","target":"\u2316","Tau":"\u03A4","tau":"\u03C4","tbrk":"\u23B4","Tcaron":"\u0164","tcaron":"\u0165","Tcedil":"\u0162","tcedil":"\u0163","Tcy":"\u0422","tcy":"\u0442","tdot":"\u20DB","telrec":"\u2315","Tfr":"\u{1D517}","tfr":"\u{1D531}","there4":"\u2234","therefore":"\u2234","Therefore":"\u2234","Theta":"\u0398","theta":"\u03B8","thetasym":"\u03D1","thetav":"\u03D1","thickapprox":"\u2248","thicksim":"\u223C","ThickSpace":"\u205F\u200A","ThinSpace":"\u2009","thinsp":"\u2009","thkap":"\u2248","thksim":"\u223C","THORN":"\xDE","thorn":"\xFE","tilde":"\u02DC","Tilde":"\u223C","TildeEqual":"\u2243","TildeFullEqual":"\u2245","TildeTilde":"\u2248","timesbar":"\u2A31","timesb":"\u22A0","times":"\xD7","timesd":"\u2A30","tint":"\u222D","toea":"\u2928","topbot":"\u2336","topcir":"\u2AF1","top":"\u22A4","Topf":"\u{1D54B}","topf":"\u{1D565}","topfork":"\u2ADA","tosa":"\u2929","tprime":"\u2034","trade":"\u2122","TRADE":"\u2122","triangle":"\u25B5","triangledown":"\u25BF","triangleleft":"\u25C3","trianglelefteq":"\u22B4","triangleq":"\u225C","triangleright":"\u25B9","trianglerighteq":"\u22B5","tridot":"\u25EC","trie":"\u225C","triminus":"\u2A3A","TripleDot":"\u20DB","triplus":"\u2A39","trisb":"\u29CD","tritime":"\u2A3B","trpezium":"\u23E2","Tscr":"\u{1D4AF}","tscr":"\u{1D4C9}","TScy":"\u0426","tscy":"\u0446","TSHcy":"\u040B","tshcy":"\u045B","Tstrok":"\u0166","tstrok":"\u0167","twixt":"\u226C","twoheadleftarrow":"\u219E","twoheadrightarrow":"\u21A0","Uacute":"\xDA","uacute":"\xFA","uarr":"\u2191","Uarr":"\u219F","uArr":"\u21D1","Uarrocir":"\u2949","Ubrcy":"\u040E","ubrcy":"\u045E","Ubreve":"\u016C","ubreve":"\u016D","Ucirc":"\xDB","ucirc":"\xFB","Ucy":"\u0423","ucy":"\u0443","udarr":"\u21C5","Udblac":"\u0170","udblac":"\u0171","udhar":"\u296E","ufisht":"\u297E","Ufr":"\u{1D518}","ufr":"\u{1D532}","Ugrave":"\xD9","ugrave":"\xF9","uHar":"\u2963","uharl":"\u21BF","uharr":"\u21BE","uhblk":"\u2580","ulcorn":"\u231C","ulcorner":"\u231C","ulcrop":"\u230F","ultri":"\u25F8","Umacr":"\u016A","umacr":"\u016B","uml":"\xA8","UnderBar":"_","UnderBrace":"\u23DF","UnderBracket":"\u23B5","UnderParenthesis":"\u23DD","Union":"\u22C3","UnionPlus":"\u228E","Uogon":"\u0172","uogon":"\u0173","Uopf":"\u{1D54C}","uopf":"\u{1D566}","UpArrowBar":"\u2912","uparrow":"\u2191","UpArrow":"\u2191","Uparrow":"\u21D1","UpArrowDownArrow":"\u21C5","updownarrow":"\u2195","UpDownArrow":"\u2195","Updownarrow":"\u21D5","UpEquilibrium":"\u296E","upharpoonleft":"\u21BF","upharpoonright":"\u21BE","uplus":"\u228E","UpperLeftArrow":"\u2196","UpperRightArrow":"\u2197","upsi":"\u03C5","Upsi":"\u03D2","upsih":"\u03D2","Upsilon":"\u03A5","upsilon":"\u03C5","UpTeeArrow":"\u21A5","UpTee":"\u22A5","upuparrows":"\u21C8","urcorn":"\u231D","urcorner":"\u231D","urcrop":"\u230E","Uring":"\u016E","uring":"\u016F","urtri":"\u25F9","Uscr":"\u{1D4B0}","uscr":"\u{1D4CA}","utdot":"\u22F0","Utilde":"\u0168","utilde":"\u0169","utri":"\u25B5","utrif":"\u25B4","uuarr":"\u21C8","Uuml":"\xDC","uuml":"\xFC","uwangle":"\u29A7","vangrt":"\u299C","varepsilon":"\u03F5","varkappa":"\u03F0","varnothing":"\u2205","varphi":"\u03D5","varpi":"\u03D6","varpropto":"\u221D","varr":"\u2195","vArr":"\u21D5","varrho":"\u03F1","varsigma":"\u03C2","varsubsetneq":"\u228A\uFE00","varsubsetneqq":"\u2ACB\uFE00","varsupsetneq":"\u228B\uFE00","varsupsetneqq":"\u2ACC\uFE00","vartheta":"\u03D1","vartriangleleft":"\u22B2","vartriangleright":"\u22B3","vBar":"\u2AE8","Vbar":"\u2AEB","vBarv":"\u2AE9","Vcy":"\u0412","vcy":"\u0432","vdash":"\u22A2","vDash":"\u22A8","Vdash":"\u22A9","VDash":"\u22AB","Vdashl":"\u2AE6","veebar":"\u22BB","vee":"\u2228","Vee":"\u22C1","veeeq":"\u225A","vellip":"\u22EE","verbar":"|","Verbar":"\u2016","vert":"|","Vert":"\u2016","VerticalBar":"\u2223","VerticalLine":"|","VerticalSeparator":"\u2758","VerticalTilde":"\u2240","VeryThinSpace":"\u200A","Vfr":"\u{1D519}","vfr":"\u{1D533}","vltri":"\u22B2","vnsub":"\u2282\u20D2","vnsup":"\u2283\u20D2","Vopf":"\u{1D54D}","vopf":"\u{1D567}","vprop":"\u221D","vrtri":"\u22B3","Vscr":"\u{1D4B1}","vscr":"\u{1D4CB}","vsubnE":"\u2ACB\uFE00","vsubne":"\u228A\uFE00","vsupnE":"\u2ACC\uFE00","vsupne":"\u228B\uFE00","Vvdash":"\u22AA","vzigzag":"\u299A","Wcirc":"\u0174","wcirc":"\u0175","wedbar":"\u2A5F","wedge":"\u2227","Wedge":"\u22C0","wedgeq":"\u2259","weierp":"\u2118","Wfr":"\u{1D51A}","wfr":"\u{1D534}","Wopf":"\u{1D54E}","wopf":"\u{1D568}","wp":"\u2118","wr":"\u2240","wreath":"\u2240","Wscr":"\u{1D4B2}","wscr":"\u{1D4CC}","xcap":"\u22C2","xcirc":"\u25EF","xcup":"\u22C3","xdtri":"\u25BD","Xfr":"\u{1D51B}","xfr":"\u{1D535}","xharr":"\u27F7","xhArr":"\u27FA","Xi":"\u039E","xi":"\u03BE","xlarr":"\u27F5","xlArr":"\u27F8","xmap":"\u27FC","xnis":"\u22FB","xodot":"\u2A00","Xopf":"\u{1D54F}","xopf":"\u{1D569}","xoplus":"\u2A01","xotime":"\u2A02","xrarr":"\u27F6","xrArr":"\u27F9","Xscr":"\u{1D4B3}","xscr":"\u{1D4CD}","xsqcup":"\u2A06","xuplus":"\u2A04","xutri":"\u25B3","xvee":"\u22C1","xwedge":"\u22C0","Yacute":"\xDD","yacute":"\xFD","YAcy":"\u042F","yacy":"\u044F","Ycirc":"\u0176","ycirc":"\u0177","Ycy":"\u042B","ycy":"\u044B","yen":"\xA5","Yfr":"\u{1D51C}","yfr":"\u{1D536}","YIcy":"\u0407","yicy":"\u0457","Yopf":"\u{1D550}","yopf":"\u{1D56A}","Yscr":"\u{1D4B4}","yscr":"\u{1D4CE}","YUcy":"\u042E","yucy":"\u044E","yuml":"\xFF","Yuml":"\u0178","Zacute":"\u0179","zacute":"\u017A","Zcaron":"\u017D","zcaron":"\u017E","Zcy":"\u0417","zcy":"\u0437","Zdot":"\u017B","zdot":"\u017C","zeetrf":"\u2128","ZeroWidthSpace":"\u200B","Zeta":"\u0396","zeta":"\u03B6","zfr":"\u{1D537}","Zfr":"\u2128","ZHcy":"\u0416","zhcy":"\u0436","zigrarr":"\u21DD","zopf":"\u{1D56B}","Zopf":"\u2124","Zscr":"\u{1D4B5}","zscr":"\u{1D4CF}","zwj":"\u200D","zwnj":"\u200C"}')},function(e,t,n){var r={};function i(g,y,k){var $,j,C,R,L,z="";for(typeof y!="string"&&(k=y,y=i.defaultChars),k===void 0&&(k=!0),L=function(B){var q,H,V=r[B];if(V)return V;for(V=r[B]=[],q=0;q<128;q++)H=String.fromCharCode(q),/^[0-9a-z]$/i.test(H)?V.push(H):V.push("%"+("0"+q.toString(16).toUpperCase()).slice(-2));for(q=0;q=55296&&C<=57343){if(C>=55296&&C<=56319&&$+1=56320&&R<=57343){z+=encodeURIComponent(g[$]+g[$+1]),$++;continue}z+="%EF%BF%BD"}else z+=encodeURIComponent(g[$]);return z}i.defaultChars=";/?:@&=+$,-_.!~*'()#",i.componentChars="-_.!~*'()",e.exports=i},function(e,t,n){var r={};function i(g,y){var k;return typeof y!="string"&&(y=i.defaultChars),k=function($){var j,C,R=r[$];if(R)return R;for(R=r[$]=[],j=0;j<128;j++)C=String.fromCharCode(j),R.push(C);for(j=0;j<$.length;j++)R[C=$.charCodeAt(j)]="%"+("0"+C.toString(16).toUpperCase()).slice(-2);return R}(y),g.replace(/(%[a-f0-9]{2})+/gi,function($){var j,C,R,L,z,B,q,H="";for(j=0,C=$.length;j=55296&&q<=57343?"\uFFFD\uFFFD\uFFFD":String.fromCharCode(q),j+=6):(248&R)==240&&j+91114111?H+="\uFFFD\uFFFD\uFFFD\uFFFD":(q-=65536,H+=String.fromCharCode(55296+(q>>10),56320+(1023&q))),j+=9):H+="\uFFFD";return H})}i.defaultChars=";/?:@&=+$,#",i.componentChars="",e.exports=i},function(e,t,n){e.exports=function(r){var i="";return i+=r.protocol||"",i+=r.slashes?"//":"",i+=r.auth?r.auth+"@":"",r.hostname&&r.hostname.indexOf(":")!==-1?i+="["+r.hostname+"]":i+=r.hostname||"",i+=r.port?":"+r.port:"",i+=r.pathname||"",i+=r.search||"",i+=r.hash||""}},function(e,t,n){function r(){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 i=/^([a-z0-9.+-]+:)/i,g=/:[0-9]*$/,y=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,k=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r",`
`," "]),$=["'"].concat(k),j=["%","/","?",";","#"].concat($),C=["/","?","#"],R=/^[+a-z0-9A-Z_-]{0,63}$/,L=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,z={javascript:!0,"javascript:":!0},B={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};r.prototype.parse=function(q,H){var V,K,G,Z,W,J=q;if(J=J.trim(),!H&&q.split("#").length===1){var te=y.exec(J);if(te)return this.pathname=te[1],te[2]&&(this.search=te[2]),this}var Q=i.exec(J);if(Q&&(G=(Q=Q[0]).toLowerCase(),this.protocol=Q,J=J.substr(Q.length)),(H||Q||J.match(/^\/\/[^@\/]+@[^@\/]+/))&&(!(W=J.substr(0,2)==="//")||Q&&z[Q]||(J=J.substr(2),this.slashes=!0)),!z[Q]&&(W||Q&&!B[Q])){var re,ee,ne=-1;for(V=0;V127?pe+="x":pe+=se[ce];if(!pe.match(R)){var me=ie.slice(0,V),we=ie.slice(V+1),xe=se.match(L);xe&&(me.push(xe[1]),we.unshift(xe[2])),we.length&&(J=we.join(".")+J),this.hostname=me.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),oe&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var he=J.indexOf("#");he!==-1&&(this.hash=J.substr(he),J=J.slice(0,he));var de=J.indexOf("?");return de!==-1&&(this.search=J.substr(de),J=J.slice(0,de)),J&&(this.pathname=J),B[G]&&this.hostname&&!this.pathname&&(this.pathname=""),this},r.prototype.parseHost=function(q){var H=g.exec(q);H&&((H=H[0])!==":"&&(this.port=H.substr(1)),q=q.substr(0,q.length-H.length)),q&&(this.hostname=q)},e.exports=function(q,H){if(q&&q instanceof r)return q;var V=new r;return V.parse(q,H),V}},function(e,t,n){t.Any=n(59),t.Cc=n(60),t.Cf=n(140),t.P=n(36),t.Z=n(61)},function(e,t){e.exports=/[\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]/},function(e,t,n){t.parseLinkLabel=n(142),t.parseLinkDestination=n(143),t.parseLinkTitle=n(144)},function(e,t,n){e.exports=function(r,i,g){var y,k,$,j,C=-1,R=r.posMax,L=r.pos;for(r.pos=i+1,y=1;r.pos=y||($=i.charCodeAt(g))!==34&&$!==39&&$!==40)return R;for(g++,$===40&&($=41);g"+g($[j].content)+""},y.code_block=function($,j,C,R,L){var z=$[j];return""+g($[j].content)+`
`},y.fence=function($,j,C,R,L){var z,B,q,H,V=$[j],K=V.info?i(V.info).trim():"",G="";return K&&(G=K.split(/\s+/g)[0]),(z=C.highlight&&C.highlight(V.content,G)||g(V.content)).indexOf(""+z+`
`):""+z+`
`},y.image=function($,j,C,R,L){var z=$[j];return z.attrs[z.attrIndex("alt")][1]=L.renderInlineAsText(z.children,C,R),L.renderToken($,j,C)},y.hardbreak=function($,j,C){return C.xhtmlOut?`
`:`
`},y.softbreak=function($,j,C){return C.breaks?C.xhtmlOut?`
`:`
`:`
`},y.text=function($,j){return g($[j].content)},y.html_block=function($,j){return $[j].content},y.html_inline=function($,j){return $[j].content},k.prototype.renderAttrs=function($){var j,C,R;if(!$.attrs)return"";for(R="",j=0,C=$.attrs.length;j
`:">")},k.prototype.renderInline=function($,j,C){for(var R,L="",z=this.rules,B=0,q=$.length;B/i.test(g)}e.exports=function(g){var y,k,$,j,C,R,L,z,B,q,H,V,K,G,Z,W,J,te,Q=g.tokens;if(g.md.options.linkify){for(k=0,$=Q.length;k<$;k++)if(Q[k].type==="inline"&&g.md.linkify.pretest(Q[k].content))for(K=0,y=(j=Q[k].children).length-1;y>=0;y--)if((R=j[y]).type!=="link_close"){if(R.type==="html_inline"&&(te=R.content,/^\s]/i.test(te)&&K>0&&K--,i(R.content)&&K++),!(K>0)&&R.type==="text"&&g.md.linkify.test(R.content)){for(B=R.content,J=g.md.linkify.match(B),L=[],V=R.level,H=0,z=0;zH&&((C=new g.Token("text","",0)).content=B.slice(H,q),C.level=V,L.push(C)),(C=new g.Token("link_open","a",1)).attrs=[["href",Z]],C.level=V++,C.markup="linkify",C.info="auto",L.push(C),(C=new g.Token("text","",0)).content=W,C.level=V,L.push(C),(C=new g.Token("link_close","a",-1)).level=--V,C.markup="linkify",C.info="auto",L.push(C),H=J[z].lastIndex);H=0;R--)(L=C[R]).type!=="text"||z||(L.content=L.content.replace(g,k)),L.type==="link_open"&&L.info==="auto"&&z--,L.type==="link_close"&&L.info==="auto"&&z++}function j(C){var R,L,z=0;for(R=C.length-1;R>=0;R--)(L=C[R]).type!=="text"||z||r.test(L.content)&&(L.content=L.content.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1\u2014$2").replace(/(^|\s)--(\s|$)/gm,"$1\u2013$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1\u2013$2")),L.type==="link_open"&&L.info==="auto"&&z--,L.type==="link_close"&&L.info==="auto"&&z++}e.exports=function(C){var R;if(C.md.options.typographer)for(R=C.tokens.length-1;R>=0;R--)C.tokens[R].type==="inline"&&(i.test(C.tokens[R].content)&&$(C.tokens[R].children),r.test(C.tokens[R].content)&&j(C.tokens[R].children))}},function(e,t,n){var r=n(1).isWhiteSpace,i=n(1).isPunctChar,g=n(1).isMdAsciiPunct,y=/['"]/,k=/['"]/g;function $(C,R,L){return C.substr(0,R)+L+C.substr(R+1)}function j(C,R){var L,z,B,q,H,V,K,G,Z,W,J,te,Q,re,ee,ne,ae,oe,ie,se,pe;for(ie=[],L=0;L=0&&!(ie[ae].level<=K);ae--);if(ie.length=ae+1,z.type==="text"){H=0,V=(B=z.content).length;e:for(;H=0)Z=B.charCodeAt(q.index-1);else for(ae=L-1;ae>=0&&C[ae].type!=="softbreak"&&C[ae].type!=="hardbreak";ae--)if(C[ae].type==="text"){Z=C[ae].content.charCodeAt(C[ae].content.length-1);break}if(W=32,H=48&&Z<=57&&(ne=ee=!1),ee&&ne&&(ee=!1,ne=te),ee||ne){if(ne){for(ae=ie.length-1;ae>=0&&(G=ie[ae],!(ie[ae].level=0;R--)C.tokens[R].type==="inline"&&y.test(C.tokens[R].content)&&j(C.tokens[R].children,C)}},function(e,t,n){var r=n(38);function i(g,y,k){this.src=g,this.env=k,this.tokens=[],this.inlineMode=!1,this.md=y}i.prototype.Token=r,e.exports=i},function(e,t,n){var r=n(37),i=[["table",n(155),["paragraph","reference"]],["code",n(156)],["fence",n(157),["paragraph","reference","blockquote","list"]],["blockquote",n(158),["paragraph","reference","blockquote","list"]],["hr",n(159),["paragraph","reference","blockquote","list"]],["list",n(160),["paragraph","reference","blockquote"]],["reference",n(161)],["heading",n(162),["paragraph","reference","blockquote"]],["lheading",n(163)],["html_block",n(164),["paragraph","reference","blockquote"]],["paragraph",n(166)]];function g(){this.ruler=new r;for(var y=0;y=$))&&!(y.sCount[L]=B){y.line=$;break}for(j=0;j$||(B=k+1,y.sCount[B]=4||(L=y.bMarks[B]+y.tShift[B])>=y.eMarks[B]||(C=y.src.charCodeAt(L++))!==124&&C!==45&&C!==58)return!1;for(;L=4||(H=(q=g(R.replace(/^\||\|$/g,""))).length)>K.length)return!1;if(j)return!0;for((V=y.push("table_open","table",1)).map=Z=[k,0],(V=y.push("thead_open","thead",1)).map=[k,k+1],(V=y.push("tr_open","tr",1)).map=[k,k+1],z=0;z=4);B++){for(q=g(R.replace(/^\||\|$/g,"")),V=y.push("tr_open","tr",1),z=0;z=4))break;k=++y}return r.line=k,($=r.push("code_block","code",0)).content=r.getLines(i,k,4+r.blkIndent,!0),$.map=[i,r.line],!0}},function(e,t,n){e.exports=function(r,i,g,y){var k,$,j,C,R,L,z,B=!1,q=r.bMarks[i]+r.tShift[i],H=r.eMarks[i];if(r.sCount[i]-r.blkIndent>=4||q+3>H||(k=r.src.charCodeAt(q))!==126&&k!==96||(R=q,($=(q=r.skipChars(q,k))-R)<3)||(z=r.src.slice(R,q),j=r.src.slice(q,H),k===96&&j.indexOf(String.fromCharCode(k))>=0))return!1;if(y)return!0;for(C=i;!(++C>=g)&&!((q=R=r.bMarks[C]+r.tShift[C])<(H=r.eMarks[C])&&r.sCount[C]=4||(q=r.skipChars(q,k))-R<$||(q=r.skipSpaces(q))=4||i.src.charCodeAt(oe++)!==62)return!1;if(k)return!0;for(R=H=i.sCount[g]+oe-(i.bMarks[g]+i.tShift[g]),i.src.charCodeAt(oe)===32?(oe++,R++,H++,$=!1,te=!0):i.src.charCodeAt(oe)===9?(te=!0,(i.bsCount[g]+H)%4==3?(oe++,R++,H++,$=!1):$=!0):te=!1,V=[i.bMarks[g]],i.bMarks[g]=oe;oe=ie,W=[i.sCount[g]],i.sCount[g]=H-R,J=[i.tShift[g]],i.tShift[g]=oe-i.bMarks[g],re=i.md.block.ruler.getRules("blockquote"),Z=i.parentType,i.parentType="blockquote",ne=!1,q=g+1;q=(ie=i.eMarks[q])));q++)if(i.src.charCodeAt(oe++)!==62||ne){if(z)break;for(Q=!1,C=0,L=re.length;C=ie,K.push(i.bsCount[q]),i.bsCount[q]=i.sCount[q]+1+(te?1:0),W.push(i.sCount[q]),i.sCount[q]=H-R,J.push(i.tShift[q]),i.tShift[q]=oe-i.bMarks[q]}for(G=i.blkIndent,i.blkIndent=0,(ee=i.push("blockquote_open","blockquote",1)).markup=">",ee.map=B=[g,0],i.md.block.tokenize(i,g,q),(ee=i.push("blockquote_close","blockquote",-1)).markup=">",i.lineMax=ae,i.parentType=Z,B[1]=i.line,C=0;C=4||($=i.src.charCodeAt(L++))!==42&&$!==45&&$!==95)return!1;for(j=1;L=R||($=y.src.charCodeAt(C++))<48||$>57)return-1;for(;;){if(C>=R)return-1;if(!(($=y.src.charCodeAt(C++))>=48&&$<=57)){if($===41||$===46)break;return-1}if(C-j>=10)return-1}return C=4||y.listIndent>=0&&y.sCount[k]-y.listIndent>=4&&y.sCount[k]=y.blkIndent&&(he=!0),(pe=g(y,k))>=0){if(H=!0,ge=y.bMarks[k]+y.tShift[k],J=Number(y.src.substr(ge,pe-ge-1)),he&&J!==1)return!1}else{if(!((pe=i(y,k))>=0))return!1;H=!1}if(he&&y.skipSpaces(pe)>=y.eMarks[k])return!1;if(W=y.src.charCodeAt(pe-1),j)return!0;for(Z=y.tokens.length,H?(xe=y.push("ordered_list_open","ol",1),J!==1&&(xe.attrs=[["start",J]])):xe=y.push("bullet_list_open","ul",1),xe.map=G=[k,0],xe.markup=String.fromCharCode(W),Q=k,ce=!1,we=y.md.block.ruler.getRules("list"),ne=y.parentType,y.parentType="list";Q<$;){for(se=pe,te=y.eMarks[Q],q=re=y.sCount[Q]+pe-(y.bMarks[k]+y.tShift[k]);se=te?1:re-q)>4&&(B=1),z=q+B,(xe=y.push("list_item_open","li",1)).markup=String.fromCharCode(W),xe.map=V=[k,0],ie=y.tight,oe=y.tShift[k],ae=y.sCount[k],ee=y.listIndent,y.listIndent=y.blkIndent,y.blkIndent=z,y.tight=!0,y.tShift[k]=R-y.bMarks[k],y.sCount[k]=re,R>=te&&y.isEmpty(k+1)?y.line=Math.min(y.line+2,$):y.md.block.tokenize(y,k,$,!0),y.tight&&!ce||(de=!1),ce=y.line-k>1&&y.isEmpty(y.line-1),y.blkIndent=y.listIndent,y.listIndent=ee,y.tShift[k]=oe,y.sCount[k]=ae,y.tight=ie,(xe=y.push("list_item_close","li",-1)).markup=String.fromCharCode(W),Q=k=y.line,V[1]=Q,R=y.bMarks[k],Q>=$||y.sCount[Q]=4)break;for(me=!1,L=0,K=we.length;L=4||g.src.charCodeAt(ee)!==91)return!1;for(;++ee3||g.sCount[ae]<0)){for(J=!1,B=0,q=te.length;B=4||($=i.src.charCodeAt(L))!==35||L>=z)return!1;for(j=1,$=i.src.charCodeAt(++L);$===35&&L6||LL&&r(i.src.charCodeAt(C-1))&&(z=C),i.line=g+1,(R=i.push("heading_open","h"+String(j),1)).markup="########".slice(0,j),R.map=[g,i.line],(R=i.push("inline","",0)).content=i.src.slice(L,z).trim(),R.map=[g,i.line],R.children=[],(R=i.push("heading_close","h"+String(j),-1)).markup="########".slice(0,j)),!0)}},function(e,t,n){e.exports=function(r,i,g){var y,k,$,j,C,R,L,z,B,q,H=i+1,V=r.md.block.ruler.getRules("paragraph");if(r.sCount[i]-r.blkIndent>=4)return!1;for(q=r.parentType,r.parentType="paragraph";H3)){if(r.sCount[H]>=r.blkIndent&&(R=r.bMarks[H]+r.tShift[H])<(L=r.eMarks[H])&&((B=r.src.charCodeAt(R))===45||B===61)&&(R=r.skipChars(R,B),(R=r.skipSpaces(R))>=L)){z=B===61?1:2;break}if(!(r.sCount[H]<0)){for(k=!1,$=0,j=V.length;$|$))/i,/<\/(script|pre|style)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^?("+r.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(i.source+"\\s*$"),/^$/,!1]];e.exports=function(y,k,$,j){var C,R,L,z,B=y.bMarks[k]+y.tShift[k],q=y.eMarks[k];if(y.sCount[k]-y.blkIndent>=4||!y.md.options.html||y.src.charCodeAt(B)!==60)return!1;for(z=y.src.slice(B,q),C=0;C3||r.sCount[R]<0)){for(y=!1,k=0,$=L.length;k<$;k++)if(L[k](r,R,z,!0)){y=!0;break}if(y)break}return g=r.getLines(i,R,r.blkIndent,!1).trim(),r.line=R,(j=r.push("paragraph_open","p",1)).map=[i,r.line],(j=r.push("inline","",0)).content=g,j.map=[i,r.line],j.children=[],j=r.push("paragraph_close","p",-1),r.parentType=C,!0}},function(e,t,n){var r=n(38),i=n(1).isSpace;function g(y,k,$,j){var C,R,L,z,B,q,H,V;for(this.src=y,this.md=k,this.env=$,this.tokens=j,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="",V=!1,L=z=q=H=0,B=(R=this.src).length;z0&&this.level++,this.tokens.push(j),j},g.prototype.isEmpty=function(y){return this.bMarks[y]+this.tShift[y]>=this.eMarks[y]},g.prototype.skipEmptyLines=function(y){for(var k=this.lineMax;yk;)if(!i(this.src.charCodeAt(--y)))return y+1;return y},g.prototype.skipChars=function(y,k){for(var $=this.src.length;y<$&&this.src.charCodeAt(y)===k;y++);return y},g.prototype.skipCharsBack=function(y,k,$){if(y<=$)return y;for(;y>$;)if(k!==this.src.charCodeAt(--y))return y+1;return y},g.prototype.getLines=function(y,k,$,j){var C,R,L,z,B,q,H,V=y;if(y>=k)return"";for(q=new Array(k-y),C=0;V$?new Array(R-$+1).join(" ")+this.src.slice(z,B):this.src.slice(z,B)}return q.join("")},g.prototype.Token=r,e.exports=g},function(e,t,n){var r=n(37),i=[["text",n(169)],["newline",n(170)],["escape",n(171)],["backticks",n(172)],["strikethrough",n(63).tokenize],["emphasis",n(64).tokenize],["link",n(173)],["image",n(174)],["autolink",n(175)],["html_inline",n(176)],["entity",n(177)]],g=[["balance_pairs",n(178)],["strikethrough",n(63).postProcess],["emphasis",n(64).postProcess],["text_collapse",n(179)]];function y(){var k;for(this.ruler=new r,k=0;k=L)break}else k.pending+=k.src[k.pos++]}k.pending&&k.pushPending()},y.prototype.parse=function(k,$,j,C){var R,L,z,B=new this.State(k,$,j,C);for(this.tokenize(B),z=(L=this.ruler2.getRules("")).length,R=0;R=0&&i.pending.charCodeAt(y)===32?y>=1&&i.pending.charCodeAt(y-1)===32?(i.pending=i.pending.replace(/ +$/,""),i.push("hardbreak","br",0)):(i.pending=i.pending.slice(0,-1),i.push("softbreak","br",0)):i.push("softbreak","br",0)),$++;$?@[]^_`{|}~-".split("").forEach(function(y){i[y.charCodeAt(0)]=1}),e.exports=function(y,k){var $,j=y.pos,C=y.posMax;if(y.src.charCodeAt(j)!==92)return!1;if(++j=K)return!1;for(G=L,(z=g.md.helpers.parseLinkDestination(g.src,L,g.posMax)).ok&&(H=g.md.normalizeLink(z.str),g.md.validateLink(H)?L=z.pos:H=""),G=L;L=K||g.src.charCodeAt(L)!==41)&&(Z=!0),L++}if(Z){if(g.env.references===void 0)return!1;if(L=0?j=g.src.slice(G,L++):L=C+1):L=C+1,j||(j=g.src.slice(R,C)),!(B=g.env.references[r(j)]))return g.pos=V,!1;H=B.href,q=B.title}return y||(g.pos=R,g.posMax=C,g.push("link_open","a",1).attrs=k=[["href",H]],q&&k.push(["title",q]),g.md.inline.tokenize(g),g.push("link_close","a",-1)),g.pos=L,g.posMax=K,!0}},function(e,t,n){var r=n(1).normalizeReference,i=n(1).isSpace;e.exports=function(g,y){var k,$,j,C,R,L,z,B,q,H,V,K,G,Z="",W=g.pos,J=g.posMax;if(g.src.charCodeAt(g.pos)!==33||g.src.charCodeAt(g.pos+1)!==91||(L=g.pos+2,(R=g.md.helpers.parseLinkLabel(g,g.pos+1,!1))<0))return!1;if((z=R+1)=J)return!1;for(G=z,(q=g.md.helpers.parseLinkDestination(g.src,z,g.posMax)).ok&&(Z=g.md.normalizeLink(q.str),g.md.validateLink(Z)?z=q.pos:Z=""),G=z;z=J||g.src.charCodeAt(z)!==41)return g.pos=W,!1;z++}else{if(g.env.references===void 0)return!1;if(z=0?C=g.src.slice(G,z++):z=R+1):z=R+1,C||(C=g.src.slice(L,R)),!(B=g.env.references[r(C)]))return g.pos=W,!1;Z=B.href,H=B.title}return y||(j=g.src.slice(L,R),g.md.inline.parse(j,g.md,g.env,K=[]),(V=g.push("image","img",0)).attrs=k=[["src",Z],["alt",""]],V.children=K,V.content=j,H&&k.push(["title",H])),g.pos=z,g.posMax=J,!0}},function(e,t,n){var r=/^<([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])?)*)>/,i=/^<([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)>/;e.exports=function(g,y){var k,$,j,C,R,L,z=g.pos;return g.src.charCodeAt(z)===60&&!((k=g.src.slice(z)).indexOf(">")<0)&&(i.test(k)?(C=($=k.match(i))[0].slice(1,-1),R=g.md.normalizeLink(C),!!g.md.validateLink(R)&&(y||((L=g.push("link_open","a",1)).attrs=[["href",R]],L.markup="autolink",L.info="auto",(L=g.push("text","",0)).content=g.md.normalizeLinkText(C),(L=g.push("link_close","a",-1)).markup="autolink",L.info="auto"),g.pos+=$[0].length,!0)):!!r.test(k)&&(C=(j=k.match(r))[0].slice(1,-1),R=g.md.normalizeLink("mailto:"+C),!!g.md.validateLink(R)&&(y||((L=g.push("link_open","a",1)).attrs=[["href",R]],L.markup="autolink",L.info="auto",(L=g.push("text","",0)).content=g.md.normalizeLinkText(C),(L=g.push("link_close","a",-1)).markup="autolink",L.info="auto"),g.pos+=j[0].length,!0)))}},function(e,t,n){var r=n(62).HTML_TAG_RE;e.exports=function(i,g){var y,k,$,j=i.pos;return!!i.md.options.html&&($=i.posMax,!(i.src.charCodeAt(j)!==60||j+2>=$)&&!((y=i.src.charCodeAt(j+1))!==33&&y!==63&&y!==47&&!function(C){var R=32|C;return R>=97&&R<=122}(y))&&!!(k=i.src.slice(j).match(r))&&(g||(i.push("html_inline","",0).content=i.src.slice(j,j+k[0].length)),i.pos+=k[0].length,!0))}},function(e,t,n){var r=n(57),i=n(1).has,g=n(1).isValidEntityCode,y=n(1).fromCodePoint,k=/^((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,$=/^&([a-z][a-z0-9]{1,31});/i;e.exports=function(j,C){var R,L,z=j.pos,B=j.posMax;if(j.src.charCodeAt(z)!==38)return!1;if(z+1C;k-=j.jump+1)if((j=g[k]).marker===$.marker&&(R===-1&&(R=k),j.open&&j.end<0&&j.level===$.level&&(L=!1,(j.close||$.open)&&(j.length+$.length)%3==0&&(j.length%3==0&&$.length%3==0||(L=!0)),!L))){z=k>0&&!g[k-1].open?g[k-1].jump+1:0,$.jump=y-k+z,$.open=!1,j.end=y,j.jump=z,j.close=!1,R=-1;break}R!==-1&&(B[$.marker][($.length||0)%3]=R)}}e.exports=function(i){var g,y=i.tokens_meta,k=i.tokens_meta.length;for(r(0,i.delimiters),g=0;g0&&y++,k[i].type==="text"&&i+1<$&&k[i+1].type==="text"?k[i+1].content=k[i].content+k[i+1].content:(i!==g&&(k[g]=k[i]),g++);i!==g&&(k.length=g)}},function(e,t,n){var r=n(38),i=n(1).isWhiteSpace,g=n(1).isPunctChar,y=n(1).isMdAsciiPunct;function k($,j,C,R){this.src=$,this.env=C,this.md=j,this.tokens=R,this.tokens_meta=Array(R.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[]}k.prototype.pushPending=function(){var $=new r("text","",0);return $.content=this.pending,$.level=this.pendingLevel,this.tokens.push($),this.pending="",$},k.prototype.push=function($,j,C){this.pending&&this.pushPending();var R=new r($,j,C),L=null;return C<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),R.level=this.level,C>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],L={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(R),this.tokens_meta.push(L),R},k.prototype.scanDelims=function($,j){var C,R,L,z,B,q,H,V,K,G=$,Z=!0,W=!0,J=this.posMax,te=this.src.charCodeAt($);for(C=$>0?this.src.charCodeAt($-1):32;G=3&&B[q-3]===":"||q>=3&&B[q-3]==="/"?0:V.match(H.re.no_http)[0].length:0}},"mailto:":{validate:function(B,q,H){var V=B.slice(q);return H.re.mailto||(H.re.mailto=new RegExp("^"+H.re.src_email_name+"@"+H.re.src_host_strict,"i")),H.re.mailto.test(V)?V.match(H.re.mailto)[0].length:0}}},j="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function C(B){var q=B.re=n(182)(B.__opts__),H=B.__tlds__.slice();function V(W){return W.replace("%TLDS%",q.src_tlds)}B.onCompile(),B.__tlds_replaced__||H.push("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]"),H.push(q.src_xn),q.src_tlds=H.join("|"),q.email_fuzzy=RegExp(V(q.tpl_email_fuzzy),"i"),q.link_fuzzy=RegExp(V(q.tpl_link_fuzzy),"i"),q.link_no_ip_fuzzy=RegExp(V(q.tpl_link_no_ip_fuzzy),"i"),q.host_fuzzy_test=RegExp(V(q.tpl_host_fuzzy_test),"i");var K=[];function G(W,J){throw new Error('(LinkifyIt) Invalid schema "'+W+'": '+J)}B.__compiled__={},Object.keys(B.__schemas__).forEach(function(W){var J=B.__schemas__[W];if(J!==null){var te={validate:null,link:null};if(B.__compiled__[W]=te,i(J)==="[object Object]")return function(Q){return i(Q)==="[object RegExp]"}(J.validate)?te.validate=function(Q){return function(re,ee){var ne=re.slice(ee);return Q.test(ne)?ne.match(Q)[0].length:0}}(J.validate):g(J.validate)?te.validate=J.validate:G(W,J),void(g(J.normalize)?te.normalize=J.normalize:J.normalize?G(W,J):te.normalize=function(Q,re){re.normalize(Q)});(function(Q){return i(Q)==="[object String]"})(J)?K.push(W):G(W,J)}}),K.forEach(function(W){B.__compiled__[B.__schemas__[W]]&&(B.__compiled__[W].validate=B.__compiled__[B.__schemas__[W]].validate,B.__compiled__[W].normalize=B.__compiled__[B.__schemas__[W]].normalize)}),B.__compiled__[""]={validate:null,normalize:function(W,J){J.normalize(W)}};var Z=Object.keys(B.__compiled__).filter(function(W){return W.length>0&&B.__compiled__[W]}).map(y).join("|");B.re.schema_test=RegExp("(^|(?!_)(?:[><\uFF5C]|"+q.src_ZPCc+"))("+Z+")","i"),B.re.schema_search=RegExp("(^|(?!_)(?:[><\uFF5C]|"+q.src_ZPCc+"))("+Z+")","ig"),B.re.pretest=RegExp("("+B.re.schema_test.source+")|("+B.re.host_fuzzy_test.source+")|@","i"),function(W){W.__index__=-1,W.__text_cache__=""}(B)}function R(B,q){var H=B.__index__,V=B.__last_index__,K=B.__text_cache__.slice(H,V);this.schema=B.__schema__.toLowerCase(),this.index=H+q,this.lastIndex=V+q,this.raw=K,this.text=K,this.url=K}function L(B,q){var H=new R(B,q);return B.__compiled__[H.schema].normalize(H,B),H}function z(B,q){if(!(this instanceof z))return new z(B,q);var H;q||(H=B,Object.keys(H||{}).reduce(function(V,K){return V||k.hasOwnProperty(K)},!1)&&(q=B,B={})),this.__opts__=r({},k,q),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=r({},$,B),this.__compiled__={},this.__tlds__=j,this.__tlds_replaced__=!1,this.re={},C(this)}z.prototype.add=function(B,q){return this.__schemas__[B]=q,C(this),this},z.prototype.set=function(B){return this.__opts__=r(this.__opts__,B),this},z.prototype.test=function(B){if(this.__text_cache__=B,this.__index__=-1,!B.length)return!1;var q,H,V,K,G,Z,W,J;if(this.re.schema_test.test(B)){for((W=this.re.schema_search).lastIndex=0;(q=W.exec(B))!==null;)if(K=this.testSchemaAt(B,q[2],W.lastIndex)){this.__schema__=q[2],this.__index__=q.index+q[1].length,this.__last_index__=q.index+q[0].length+K;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(J=B.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||J=0&&(V=B.match(this.re.email_fuzzy))!==null&&(G=V.index+V[1].length,Z=V.index+V[0].length,(this.__index__<0||Gthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=G,this.__last_index__=Z)),this.__index__>=0},z.prototype.pretest=function(B){return this.re.pretest.test(B)},z.prototype.testSchemaAt=function(B,q,H){return this.__compiled__[q.toLowerCase()]?this.__compiled__[q.toLowerCase()].validate(B,H,this):0},z.prototype.match=function(B){var q=0,H=[];this.__index__>=0&&this.__text_cache__===B&&(H.push(L(this,q)),q=this.__last_index__);for(var V=q?B.slice(q):B;this.test(V);)H.push(L(this,q)),V=V.slice(this.__last_index__),q+=this.__last_index__;return H.length?H:null},z.prototype.tlds=function(B,q){return B=Array.isArray(B)?B:[B],q?(this.__tlds__=this.__tlds__.concat(B).sort().filter(function(H,V,K){return H!==K[V-1]}).reverse(),C(this),this):(this.__tlds__=B.slice(),this.__tlds_replaced__=!0,C(this),this)},z.prototype.normalize=function(B){B.schema||(B.url="http://"+B.url),B.schema!=="mailto:"||/^mailto:/i.test(B.url)||(B.url="mailto:"+B.url)},z.prototype.onCompile=function(){},e.exports=z},function(e,t,n){e.exports=function(r){var i={};return i.src_Any=n(59).source,i.src_Cc=n(60).source,i.src_Z=n(61).source,i.src_P=n(36).source,i.src_ZPCc=[i.src_Z,i.src_P,i.src_Cc].join("|"),i.src_ZCc=[i.src_Z,i.src_Cc].join("|"),i.src_pseudo_letter="(?:(?![><\uFF5C]|"+i.src_ZPCc+")"+i.src_Any+")",i.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]?)",i.src_auth="(?:(?:(?!"+i.src_ZCc+"|[@/\\[\\]()]).)+@)?",i.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",i.src_host_terminator="(?=$|[><\uFF5C]|"+i.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+i.src_ZPCc+"))",i.src_path="(?:[/?#](?:(?!"+i.src_ZCc+`|[><\uFF5C]|[()[\\]{}.,"'?!\\-]).|\\[(?:(?!`+i.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+i.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+i.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+i.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+i.src_ZCc+"|[']).)+\\'|\\'(?="+i.src_pseudo_letter+"|[-]).|\\.{2,4}[a-zA-Z0-9%/]|\\.(?!"+i.src_ZCc+"|[.]).|"+(r&&r["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+"\\,(?!"+i.src_ZCc+").|\\!(?!"+i.src_ZCc+"|[!]).|\\?(?!"+i.src_ZCc+"|[?]).)+|\\/)?",i.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',i.src_xn="xn--[a-z0-9\\-]{1,59}",i.src_domain_root="(?:"+i.src_xn+"|"+i.src_pseudo_letter+"{1,63})",i.src_domain="(?:"+i.src_xn+"|(?:"+i.src_pseudo_letter+")|(?:"+i.src_pseudo_letter+"(?:-|"+i.src_pseudo_letter+"){0,61}"+i.src_pseudo_letter+"))",i.src_host="(?:(?:(?:(?:"+i.src_domain+")\\.)*"+i.src_domain+"))",i.tpl_host_fuzzy="(?:"+i.src_ip4+"|(?:(?:(?:"+i.src_domain+")\\.)+(?:%TLDS%)))",i.tpl_host_no_ip_fuzzy="(?:(?:(?:"+i.src_domain+")\\.)+(?:%TLDS%))",i.src_host_strict=i.src_host+i.src_host_terminator,i.tpl_host_fuzzy_strict=i.tpl_host_fuzzy+i.src_host_terminator,i.src_host_port_strict=i.src_host+i.src_port+i.src_host_terminator,i.tpl_host_port_fuzzy_strict=i.tpl_host_fuzzy+i.src_port+i.src_host_terminator,i.tpl_host_port_no_ip_fuzzy_strict=i.tpl_host_no_ip_fuzzy+i.src_port+i.src_host_terminator,i.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+i.src_ZPCc+"|>|$))",i.tpl_email_fuzzy='(^|[><\uFF5C]|"|\\(|'+i.src_ZCc+")("+i.src_email_name+"@"+i.tpl_host_fuzzy_strict+")",i.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+i.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+i.tpl_host_port_fuzzy_strict+i.src_path+")",i.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+i.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+i.tpl_host_port_no_ip_fuzzy_strict+i.src_path+")",i}},function(e,t,n){(function(r,i){var g;/*! https://mths.be/punycode v1.4.1 by @mathias */(function(y){t&&t.nodeType,r&&r.nodeType;var k=typeof i=="object"&&i;k.global!==k&&k.window!==k&&k.self;var $,j=2147483647,C=/^xn--/,R=/[^\x20-\x7E]/,L=/[\x2E\u3002\uFF0E\uFF61]/g,z={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},B=Math.floor,q=String.fromCharCode;function H(re){throw new RangeError(z[re])}function V(re,ee){for(var ne=re.length,ae=[];ne--;)ae[ne]=ee(re[ne]);return ae}function K(re,ee){var ne=re.split("@"),ae="";return ne.length>1&&(ae=ne[0]+"@",re=ne[1]),ae+V((re=re.replace(L,".")).split("."),ee).join(".")}function G(re){for(var ee,ne,ae=[],oe=0,ie=re.length;oe=55296&&ee<=56319&&oe65535&&(ne+=q((ee-=65536)>>>10&1023|55296),ee=56320|1023&ee),ne+=q(ee)}).join("")}function W(re,ee){return re+22+75*(re<26)-((ee!=0)<<5)}function J(re,ee,ne){var ae=0;for(re=ne?B(re/700):re>>1,re+=B(re/ee);re>455;ae+=36)re=B(re/35);return B(ae+36*re/(re+38))}function te(re){var ee,ne,ae,oe,ie,se,pe,ce,ge,me,we,xe=[],he=re.length,de=0,Ee=128,fe=72;for((ne=re.lastIndexOf("-"))<0&&(ne=0),ae=0;ae=128&&H("not-basic"),xe.push(re.charCodeAt(ae));for(oe=ne>0?ne+1:0;oe=he&&H("invalid-input"),((ce=(we=re.charCodeAt(oe++))-48<10?we-22:we-65<26?we-65:we-97<26?we-97:36)>=36||ce>B((j-de)/se))&&H("overflow"),de+=ce*se,!(ce<(ge=pe<=fe?1:pe>=fe+26?26:pe-fe));pe+=36)se>B(j/(me=36-ge))&&H("overflow"),se*=me;fe=J(de-ie,ee=xe.length+1,ie==0),B(de/ee)>j-Ee&&H("overflow"),Ee+=B(de/ee),de%=ee,xe.splice(de++,0,Ee)}return Z(xe)}function Q(re){var ee,ne,ae,oe,ie,se,pe,ce,ge,me,we,xe,he,de,Ee,fe=[];for(xe=(re=G(re)).length,ee=128,ne=0,ie=72,se=0;se=ee&&weB((j-ne)/(he=ae+1))&&H("overflow"),ne+=(pe-ee)*he,ee=pe,se=0;sej&&H("overflow"),we==ee){for(ce=ne,ge=36;!(ce<(me=ge<=ie?1:ge>=ie+26?26:ge-ie));ge+=36)Ee=ce-me,de=36-me,fe.push(q(W(me+Ee%de,0))),ce=B(Ee/de);fe.push(q(W(ce,0))),ie=J(ne,he,ae==oe),ne=0,++ae}++ne,++ee}return fe.join("")}$={version:"1.4.1",ucs2:{decode:G,encode:Z},decode:te,encode:Q,toASCII:function(re){return K(re,function(ee){return R.test(ee)?"xn--"+Q(ee):ee})},toUnicode:function(re){return K(re,function(ee){return C.test(ee)?te(ee.slice(4).toLowerCase()):ee})}},(g=function(){return $}.call(t,n,t,r))===void 0||(r.exports=g)})()}).call(this,n(184)(e),n(185))},function(e,t){e.exports=function(n){return n.webpackPolyfill||(n.deprecate=function(){},n.paths=[],n.children||(n.children=[]),Object.defineProperty(n,"loaded",{enumerable:!0,get:function(){return n.l}}),Object.defineProperty(n,"id",{enumerable:!0,get:function(){return n.i}}),n.webpackPolyfill=1),n}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch{typeof window=="object"&&(n=window)}e.exports=n},function(e,t,n){e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},function(e,t,n){e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},function(e,t,n){e.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},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","text_collapse"]}}}},function(e,t,n){var r=n(190),i=n(191),g=n(192),y=n(193),k=n(194);e.exports=function($,j){var C={defs:r,shortcuts:i,enabled:[]},R=k($.utils.assign({},C,j||{}));$.renderer.rules.emoji=g,$.core.ruler.push("emoji",y($,R.defs,R.shortcuts,R.scanRE,R.replaceRE))}},function(e){e.exports=JSON.parse('{"100":"\u{1F4AF}","1234":"\u{1F522}","grinning":"\u{1F600}","smiley":"\u{1F603}","smile":"\u{1F604}","grin":"\u{1F601}","laughing":"\u{1F606}","satisfied":"\u{1F606}","sweat_smile":"\u{1F605}","joy":"\u{1F602}","rofl":"\u{1F923}","relaxed":"\u263A\uFE0F","blush":"\u{1F60A}","innocent":"\u{1F607}","slightly_smiling_face":"\u{1F642}","upside_down_face":"\u{1F643}","wink":"\u{1F609}","relieved":"\u{1F60C}","heart_eyes":"\u{1F60D}","kissing_heart":"\u{1F618}","kissing":"\u{1F617}","kissing_smiling_eyes":"\u{1F619}","kissing_closed_eyes":"\u{1F61A}","yum":"\u{1F60B}","stuck_out_tongue_winking_eye":"\u{1F61C}","stuck_out_tongue_closed_eyes":"\u{1F61D}","stuck_out_tongue":"\u{1F61B}","money_mouth_face":"\u{1F911}","hugs":"\u{1F917}","nerd_face":"\u{1F913}","sunglasses":"\u{1F60E}","clown_face":"\u{1F921}","cowboy_hat_face":"\u{1F920}","smirk":"\u{1F60F}","unamused":"\u{1F612}","disappointed":"\u{1F61E}","pensive":"\u{1F614}","worried":"\u{1F61F}","confused":"\u{1F615}","slightly_frowning_face":"\u{1F641}","frowning_face":"\u2639\uFE0F","persevere":"\u{1F623}","confounded":"\u{1F616}","tired_face":"\u{1F62B}","weary":"\u{1F629}","triumph":"\u{1F624}","angry":"\u{1F620}","rage":"\u{1F621}","pout":"\u{1F621}","no_mouth":"\u{1F636}","neutral_face":"\u{1F610}","expressionless":"\u{1F611}","hushed":"\u{1F62F}","frowning":"\u{1F626}","anguished":"\u{1F627}","open_mouth":"\u{1F62E}","astonished":"\u{1F632}","dizzy_face":"\u{1F635}","flushed":"\u{1F633}","scream":"\u{1F631}","fearful":"\u{1F628}","cold_sweat":"\u{1F630}","cry":"\u{1F622}","disappointed_relieved":"\u{1F625}","drooling_face":"\u{1F924}","sob":"\u{1F62D}","sweat":"\u{1F613}","sleepy":"\u{1F62A}","sleeping":"\u{1F634}","roll_eyes":"\u{1F644}","thinking":"\u{1F914}","lying_face":"\u{1F925}","grimacing":"\u{1F62C}","zipper_mouth_face":"\u{1F910}","nauseated_face":"\u{1F922}","sneezing_face":"\u{1F927}","mask":"\u{1F637}","face_with_thermometer":"\u{1F912}","face_with_head_bandage":"\u{1F915}","smiling_imp":"\u{1F608}","imp":"\u{1F47F}","japanese_ogre":"\u{1F479}","japanese_goblin":"\u{1F47A}","hankey":"\u{1F4A9}","poop":"\u{1F4A9}","shit":"\u{1F4A9}","ghost":"\u{1F47B}","skull":"\u{1F480}","skull_and_crossbones":"\u2620\uFE0F","alien":"\u{1F47D}","space_invader":"\u{1F47E}","robot":"\u{1F916}","jack_o_lantern":"\u{1F383}","smiley_cat":"\u{1F63A}","smile_cat":"\u{1F638}","joy_cat":"\u{1F639}","heart_eyes_cat":"\u{1F63B}","smirk_cat":"\u{1F63C}","kissing_cat":"\u{1F63D}","scream_cat":"\u{1F640}","crying_cat_face":"\u{1F63F}","pouting_cat":"\u{1F63E}","open_hands":"\u{1F450}","raised_hands":"\u{1F64C}","clap":"\u{1F44F}","pray":"\u{1F64F}","handshake":"\u{1F91D}","+1":"\u{1F44D}","thumbsup":"\u{1F44D}","-1":"\u{1F44E}","thumbsdown":"\u{1F44E}","fist_oncoming":"\u{1F44A}","facepunch":"\u{1F44A}","punch":"\u{1F44A}","fist_raised":"\u270A","fist":"\u270A","fist_left":"\u{1F91B}","fist_right":"\u{1F91C}","crossed_fingers":"\u{1F91E}","v":"\u270C\uFE0F","metal":"\u{1F918}","ok_hand":"\u{1F44C}","point_left":"\u{1F448}","point_right":"\u{1F449}","point_up_2":"\u{1F446}","point_down":"\u{1F447}","point_up":"\u261D\uFE0F","hand":"\u270B","raised_hand":"\u270B","raised_back_of_hand":"\u{1F91A}","raised_hand_with_fingers_splayed":"\u{1F590}","vulcan_salute":"\u{1F596}","wave":"\u{1F44B}","call_me_hand":"\u{1F919}","muscle":"\u{1F4AA}","middle_finger":"\u{1F595}","fu":"\u{1F595}","writing_hand":"\u270D\uFE0F","selfie":"\u{1F933}","nail_care":"\u{1F485}","ring":"\u{1F48D}","lipstick":"\u{1F484}","kiss":"\u{1F48B}","lips":"\u{1F444}","tongue":"\u{1F445}","ear":"\u{1F442}","nose":"\u{1F443}","footprints":"\u{1F463}","eye":"\u{1F441}","eyes":"\u{1F440}","speaking_head":"\u{1F5E3}","bust_in_silhouette":"\u{1F464}","busts_in_silhouette":"\u{1F465}","baby":"\u{1F476}","boy":"\u{1F466}","girl":"\u{1F467}","man":"\u{1F468}","woman":"\u{1F469}","blonde_woman":"\u{1F471}\u200D\u2640","blonde_man":"\u{1F471}","person_with_blond_hair":"\u{1F471}","older_man":"\u{1F474}","older_woman":"\u{1F475}","man_with_gua_pi_mao":"\u{1F472}","woman_with_turban":"\u{1F473}\u200D\u2640","man_with_turban":"\u{1F473}","policewoman":"\u{1F46E}\u200D\u2640","policeman":"\u{1F46E}","cop":"\u{1F46E}","construction_worker_woman":"\u{1F477}\u200D\u2640","construction_worker_man":"\u{1F477}","construction_worker":"\u{1F477}","guardswoman":"\u{1F482}\u200D\u2640","guardsman":"\u{1F482}","female_detective":"\u{1F575}\uFE0F\u200D\u2640\uFE0F","male_detective":"\u{1F575}","detective":"\u{1F575}","woman_health_worker":"\u{1F469}\u200D\u2695","man_health_worker":"\u{1F468}\u200D\u2695","woman_farmer":"\u{1F469}\u200D\u{1F33E}","man_farmer":"\u{1F468}\u200D\u{1F33E}","woman_cook":"\u{1F469}\u200D\u{1F373}","man_cook":"\u{1F468}\u200D\u{1F373}","woman_student":"\u{1F469}\u200D\u{1F393}","man_student":"\u{1F468}\u200D\u{1F393}","woman_singer":"\u{1F469}\u200D\u{1F3A4}","man_singer":"\u{1F468}\u200D\u{1F3A4}","woman_teacher":"\u{1F469}\u200D\u{1F3EB}","man_teacher":"\u{1F468}\u200D\u{1F3EB}","woman_factory_worker":"\u{1F469}\u200D\u{1F3ED}","man_factory_worker":"\u{1F468}\u200D\u{1F3ED}","woman_technologist":"\u{1F469}\u200D\u{1F4BB}","man_technologist":"\u{1F468}\u200D\u{1F4BB}","woman_office_worker":"\u{1F469}\u200D\u{1F4BC}","man_office_worker":"\u{1F468}\u200D\u{1F4BC}","woman_mechanic":"\u{1F469}\u200D\u{1F527}","man_mechanic":"\u{1F468}\u200D\u{1F527}","woman_scientist":"\u{1F469}\u200D\u{1F52C}","man_scientist":"\u{1F468}\u200D\u{1F52C}","woman_artist":"\u{1F469}\u200D\u{1F3A8}","man_artist":"\u{1F468}\u200D\u{1F3A8}","woman_firefighter":"\u{1F469}\u200D\u{1F692}","man_firefighter":"\u{1F468}\u200D\u{1F692}","woman_pilot":"\u{1F469}\u200D\u2708","man_pilot":"\u{1F468}\u200D\u2708","woman_astronaut":"\u{1F469}\u200D\u{1F680}","man_astronaut":"\u{1F468}\u200D\u{1F680}","woman_judge":"\u{1F469}\u200D\u2696","man_judge":"\u{1F468}\u200D\u2696","mrs_claus":"\u{1F936}","santa":"\u{1F385}","princess":"\u{1F478}","prince":"\u{1F934}","bride_with_veil":"\u{1F470}","man_in_tuxedo":"\u{1F935}","angel":"\u{1F47C}","pregnant_woman":"\u{1F930}","bowing_woman":"\u{1F647}\u200D\u2640","bowing_man":"\u{1F647}","bow":"\u{1F647}","tipping_hand_woman":"\u{1F481}","information_desk_person":"\u{1F481}","sassy_woman":"\u{1F481}","tipping_hand_man":"\u{1F481}\u200D\u2642","sassy_man":"\u{1F481}\u200D\u2642","no_good_woman":"\u{1F645}","no_good":"\u{1F645}","ng_woman":"\u{1F645}","no_good_man":"\u{1F645}\u200D\u2642","ng_man":"\u{1F645}\u200D\u2642","ok_woman":"\u{1F646}","ok_man":"\u{1F646}\u200D\u2642","raising_hand_woman":"\u{1F64B}","raising_hand":"\u{1F64B}","raising_hand_man":"\u{1F64B}\u200D\u2642","woman_facepalming":"\u{1F926}\u200D\u2640","man_facepalming":"\u{1F926}\u200D\u2642","woman_shrugging":"\u{1F937}\u200D\u2640","man_shrugging":"\u{1F937}\u200D\u2642","pouting_woman":"\u{1F64E}","person_with_pouting_face":"\u{1F64E}","pouting_man":"\u{1F64E}\u200D\u2642","frowning_woman":"\u{1F64D}","person_frowning":"\u{1F64D}","frowning_man":"\u{1F64D}\u200D\u2642","haircut_woman":"\u{1F487}","haircut":"\u{1F487}","haircut_man":"\u{1F487}\u200D\u2642","massage_woman":"\u{1F486}","massage":"\u{1F486}","massage_man":"\u{1F486}\u200D\u2642","business_suit_levitating":"\u{1F574}","dancer":"\u{1F483}","man_dancing":"\u{1F57A}","dancing_women":"\u{1F46F}","dancers":"\u{1F46F}","dancing_men":"\u{1F46F}\u200D\u2642","walking_woman":"\u{1F6B6}\u200D\u2640","walking_man":"\u{1F6B6}","walking":"\u{1F6B6}","running_woman":"\u{1F3C3}\u200D\u2640","running_man":"\u{1F3C3}","runner":"\u{1F3C3}","running":"\u{1F3C3}","couple":"\u{1F46B}","two_women_holding_hands":"\u{1F46D}","two_men_holding_hands":"\u{1F46C}","couple_with_heart_woman_man":"\u{1F491}","couple_with_heart":"\u{1F491}","couple_with_heart_woman_woman":"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F469}","couple_with_heart_man_man":"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F468}","couplekiss_man_woman":"\u{1F48F}","couplekiss_woman_woman":"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F469}","couplekiss_man_man":"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}","family_man_woman_boy":"\u{1F46A}","family":"\u{1F46A}","family_man_woman_girl":"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}","family_man_woman_girl_boy":"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","family_man_woman_boy_boy":"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","family_man_woman_girl_girl":"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","family_woman_woman_boy":"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}","family_woman_woman_girl":"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}","family_woman_woman_girl_boy":"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","family_woman_woman_boy_boy":"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","family_woman_woman_girl_girl":"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","family_man_man_boy":"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}","family_man_man_girl":"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}","family_man_man_girl_boy":"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F466}","family_man_man_boy_boy":"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}\u200D\u{1F466}","family_man_man_girl_girl":"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F467}","family_woman_boy":"\u{1F469}\u200D\u{1F466}","family_woman_girl":"\u{1F469}\u200D\u{1F467}","family_woman_girl_boy":"\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","family_woman_boy_boy":"\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","family_woman_girl_girl":"\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","family_man_boy":"\u{1F468}\u200D\u{1F466}","family_man_girl":"\u{1F468}\u200D\u{1F467}","family_man_girl_boy":"\u{1F468}\u200D\u{1F467}\u200D\u{1F466}","family_man_boy_boy":"\u{1F468}\u200D\u{1F466}\u200D\u{1F466}","family_man_girl_girl":"\u{1F468}\u200D\u{1F467}\u200D\u{1F467}","womans_clothes":"\u{1F45A}","shirt":"\u{1F455}","tshirt":"\u{1F455}","jeans":"\u{1F456}","necktie":"\u{1F454}","dress":"\u{1F457}","bikini":"\u{1F459}","kimono":"\u{1F458}","high_heel":"\u{1F460}","sandal":"\u{1F461}","boot":"\u{1F462}","mans_shoe":"\u{1F45E}","shoe":"\u{1F45E}","athletic_shoe":"\u{1F45F}","womans_hat":"\u{1F452}","tophat":"\u{1F3A9}","mortar_board":"\u{1F393}","crown":"\u{1F451}","rescue_worker_helmet":"\u26D1","school_satchel":"\u{1F392}","pouch":"\u{1F45D}","purse":"\u{1F45B}","handbag":"\u{1F45C}","briefcase":"\u{1F4BC}","eyeglasses":"\u{1F453}","dark_sunglasses":"\u{1F576}","closed_umbrella":"\u{1F302}","open_umbrella":"\u2602\uFE0F","dog":"\u{1F436}","cat":"\u{1F431}","mouse":"\u{1F42D}","hamster":"\u{1F439}","rabbit":"\u{1F430}","fox_face":"\u{1F98A}","bear":"\u{1F43B}","panda_face":"\u{1F43C}","koala":"\u{1F428}","tiger":"\u{1F42F}","lion":"\u{1F981}","cow":"\u{1F42E}","pig":"\u{1F437}","pig_nose":"\u{1F43D}","frog":"\u{1F438}","monkey_face":"\u{1F435}","see_no_evil":"\u{1F648}","hear_no_evil":"\u{1F649}","speak_no_evil":"\u{1F64A}","monkey":"\u{1F412}","chicken":"\u{1F414}","penguin":"\u{1F427}","bird":"\u{1F426}","baby_chick":"\u{1F424}","hatching_chick":"\u{1F423}","hatched_chick":"\u{1F425}","duck":"\u{1F986}","eagle":"\u{1F985}","owl":"\u{1F989}","bat":"\u{1F987}","wolf":"\u{1F43A}","boar":"\u{1F417}","horse":"\u{1F434}","unicorn":"\u{1F984}","bee":"\u{1F41D}","honeybee":"\u{1F41D}","bug":"\u{1F41B}","butterfly":"\u{1F98B}","snail":"\u{1F40C}","shell":"\u{1F41A}","beetle":"\u{1F41E}","ant":"\u{1F41C}","spider":"\u{1F577}","spider_web":"\u{1F578}","turtle":"\u{1F422}","snake":"\u{1F40D}","lizard":"\u{1F98E}","scorpion":"\u{1F982}","crab":"\u{1F980}","squid":"\u{1F991}","octopus":"\u{1F419}","shrimp":"\u{1F990}","tropical_fish":"\u{1F420}","fish":"\u{1F41F}","blowfish":"\u{1F421}","dolphin":"\u{1F42C}","flipper":"\u{1F42C}","shark":"\u{1F988}","whale":"\u{1F433}","whale2":"\u{1F40B}","crocodile":"\u{1F40A}","leopard":"\u{1F406}","tiger2":"\u{1F405}","water_buffalo":"\u{1F403}","ox":"\u{1F402}","cow2":"\u{1F404}","deer":"\u{1F98C}","dromedary_camel":"\u{1F42A}","camel":"\u{1F42B}","elephant":"\u{1F418}","rhinoceros":"\u{1F98F}","gorilla":"\u{1F98D}","racehorse":"\u{1F40E}","pig2":"\u{1F416}","goat":"\u{1F410}","ram":"\u{1F40F}","sheep":"\u{1F411}","dog2":"\u{1F415}","poodle":"\u{1F429}","cat2":"\u{1F408}","rooster":"\u{1F413}","turkey":"\u{1F983}","dove":"\u{1F54A}","rabbit2":"\u{1F407}","mouse2":"\u{1F401}","rat":"\u{1F400}","chipmunk":"\u{1F43F}","feet":"\u{1F43E}","paw_prints":"\u{1F43E}","dragon":"\u{1F409}","dragon_face":"\u{1F432}","cactus":"\u{1F335}","christmas_tree":"\u{1F384}","evergreen_tree":"\u{1F332}","deciduous_tree":"\u{1F333}","palm_tree":"\u{1F334}","seedling":"\u{1F331}","herb":"\u{1F33F}","shamrock":"\u2618\uFE0F","four_leaf_clover":"\u{1F340}","bamboo":"\u{1F38D}","tanabata_tree":"\u{1F38B}","leaves":"\u{1F343}","fallen_leaf":"\u{1F342}","maple_leaf":"\u{1F341}","mushroom":"\u{1F344}","ear_of_rice":"\u{1F33E}","bouquet":"\u{1F490}","tulip":"\u{1F337}","rose":"\u{1F339}","wilted_flower":"\u{1F940}","sunflower":"\u{1F33B}","blossom":"\u{1F33C}","cherry_blossom":"\u{1F338}","hibiscus":"\u{1F33A}","earth_americas":"\u{1F30E}","earth_africa":"\u{1F30D}","earth_asia":"\u{1F30F}","full_moon":"\u{1F315}","waning_gibbous_moon":"\u{1F316}","last_quarter_moon":"\u{1F317}","waning_crescent_moon":"\u{1F318}","new_moon":"\u{1F311}","waxing_crescent_moon":"\u{1F312}","first_quarter_moon":"\u{1F313}","moon":"\u{1F314}","waxing_gibbous_moon":"\u{1F314}","new_moon_with_face":"\u{1F31A}","full_moon_with_face":"\u{1F31D}","sun_with_face":"\u{1F31E}","first_quarter_moon_with_face":"\u{1F31B}","last_quarter_moon_with_face":"\u{1F31C}","crescent_moon":"\u{1F319}","dizzy":"\u{1F4AB}","star":"\u2B50\uFE0F","star2":"\u{1F31F}","sparkles":"\u2728","zap":"\u26A1\uFE0F","fire":"\u{1F525}","boom":"\u{1F4A5}","collision":"\u{1F4A5}","comet":"\u2604","sunny":"\u2600\uFE0F","sun_behind_small_cloud":"\u{1F324}","partly_sunny":"\u26C5\uFE0F","sun_behind_large_cloud":"\u{1F325}","sun_behind_rain_cloud":"\u{1F326}","rainbow":"\u{1F308}","cloud":"\u2601\uFE0F","cloud_with_rain":"\u{1F327}","cloud_with_lightning_and_rain":"\u26C8","cloud_with_lightning":"\u{1F329}","cloud_with_snow":"\u{1F328}","snowman_with_snow":"\u2603\uFE0F","snowman":"\u26C4\uFE0F","snowflake":"\u2744\uFE0F","wind_face":"\u{1F32C}","dash":"\u{1F4A8}","tornado":"\u{1F32A}","fog":"\u{1F32B}","ocean":"\u{1F30A}","droplet":"\u{1F4A7}","sweat_drops":"\u{1F4A6}","umbrella":"\u2614\uFE0F","green_apple":"\u{1F34F}","apple":"\u{1F34E}","pear":"\u{1F350}","tangerine":"\u{1F34A}","orange":"\u{1F34A}","mandarin":"\u{1F34A}","lemon":"\u{1F34B}","banana":"\u{1F34C}","watermelon":"\u{1F349}","grapes":"\u{1F347}","strawberry":"\u{1F353}","melon":"\u{1F348}","cherries":"\u{1F352}","peach":"\u{1F351}","pineapple":"\u{1F34D}","kiwi_fruit":"\u{1F95D}","avocado":"\u{1F951}","tomato":"\u{1F345}","eggplant":"\u{1F346}","cucumber":"\u{1F952}","carrot":"\u{1F955}","corn":"\u{1F33D}","hot_pepper":"\u{1F336}","potato":"\u{1F954}","sweet_potato":"\u{1F360}","chestnut":"\u{1F330}","peanuts":"\u{1F95C}","honey_pot":"\u{1F36F}","croissant":"\u{1F950}","bread":"\u{1F35E}","baguette_bread":"\u{1F956}","cheese":"\u{1F9C0}","egg":"\u{1F95A}","fried_egg":"\u{1F373}","bacon":"\u{1F953}","pancakes":"\u{1F95E}","fried_shrimp":"\u{1F364}","poultry_leg":"\u{1F357}","meat_on_bone":"\u{1F356}","pizza":"\u{1F355}","hotdog":"\u{1F32D}","hamburger":"\u{1F354}","fries":"\u{1F35F}","stuffed_flatbread":"\u{1F959}","taco":"\u{1F32E}","burrito":"\u{1F32F}","green_salad":"\u{1F957}","shallow_pan_of_food":"\u{1F958}","spaghetti":"\u{1F35D}","ramen":"\u{1F35C}","stew":"\u{1F372}","fish_cake":"\u{1F365}","sushi":"\u{1F363}","bento":"\u{1F371}","curry":"\u{1F35B}","rice":"\u{1F35A}","rice_ball":"\u{1F359}","rice_cracker":"\u{1F358}","oden":"\u{1F362}","dango":"\u{1F361}","shaved_ice":"\u{1F367}","ice_cream":"\u{1F368}","icecream":"\u{1F366}","cake":"\u{1F370}","birthday":"\u{1F382}","custard":"\u{1F36E}","lollipop":"\u{1F36D}","candy":"\u{1F36C}","chocolate_bar":"\u{1F36B}","popcorn":"\u{1F37F}","doughnut":"\u{1F369}","cookie":"\u{1F36A}","milk_glass":"\u{1F95B}","baby_bottle":"\u{1F37C}","coffee":"\u2615\uFE0F","tea":"\u{1F375}","sake":"\u{1F376}","beer":"\u{1F37A}","beers":"\u{1F37B}","clinking_glasses":"\u{1F942}","wine_glass":"\u{1F377}","tumbler_glass":"\u{1F943}","cocktail":"\u{1F378}","tropical_drink":"\u{1F379}","champagne":"\u{1F37E}","spoon":"\u{1F944}","fork_and_knife":"\u{1F374}","plate_with_cutlery":"\u{1F37D}","soccer":"\u26BD\uFE0F","basketball":"\u{1F3C0}","football":"\u{1F3C8}","baseball":"\u26BE\uFE0F","tennis":"\u{1F3BE}","volleyball":"\u{1F3D0}","rugby_football":"\u{1F3C9}","8ball":"\u{1F3B1}","ping_pong":"\u{1F3D3}","badminton":"\u{1F3F8}","goal_net":"\u{1F945}","ice_hockey":"\u{1F3D2}","field_hockey":"\u{1F3D1}","cricket":"\u{1F3CF}","golf":"\u26F3\uFE0F","bow_and_arrow":"\u{1F3F9}","fishing_pole_and_fish":"\u{1F3A3}","boxing_glove":"\u{1F94A}","martial_arts_uniform":"\u{1F94B}","ice_skate":"\u26F8","ski":"\u{1F3BF}","skier":"\u26F7","snowboarder":"\u{1F3C2}","weight_lifting_woman":"\u{1F3CB}\uFE0F\u200D\u2640\uFE0F","weight_lifting_man":"\u{1F3CB}","person_fencing":"\u{1F93A}","women_wrestling":"\u{1F93C}\u200D\u2640","men_wrestling":"\u{1F93C}\u200D\u2642","woman_cartwheeling":"\u{1F938}\u200D\u2640","man_cartwheeling":"\u{1F938}\u200D\u2642","basketball_woman":"\u26F9\uFE0F\u200D\u2640\uFE0F","basketball_man":"\u26F9","woman_playing_handball":"\u{1F93E}\u200D\u2640","man_playing_handball":"\u{1F93E}\u200D\u2642","golfing_woman":"\u{1F3CC}\uFE0F\u200D\u2640\uFE0F","golfing_man":"\u{1F3CC}","surfing_woman":"\u{1F3C4}\u200D\u2640","surfing_man":"\u{1F3C4}","surfer":"\u{1F3C4}","swimming_woman":"\u{1F3CA}\u200D\u2640","swimming_man":"\u{1F3CA}","swimmer":"\u{1F3CA}","woman_playing_water_polo":"\u{1F93D}\u200D\u2640","man_playing_water_polo":"\u{1F93D}\u200D\u2642","rowing_woman":"\u{1F6A3}\u200D\u2640","rowing_man":"\u{1F6A3}","rowboat":"\u{1F6A3}","horse_racing":"\u{1F3C7}","biking_woman":"\u{1F6B4}\u200D\u2640","biking_man":"\u{1F6B4}","bicyclist":"\u{1F6B4}","mountain_biking_woman":"\u{1F6B5}\u200D\u2640","mountain_biking_man":"\u{1F6B5}","mountain_bicyclist":"\u{1F6B5}","running_shirt_with_sash":"\u{1F3BD}","medal_sports":"\u{1F3C5}","medal_military":"\u{1F396}","1st_place_medal":"\u{1F947}","2nd_place_medal":"\u{1F948}","3rd_place_medal":"\u{1F949}","trophy":"\u{1F3C6}","rosette":"\u{1F3F5}","reminder_ribbon":"\u{1F397}","ticket":"\u{1F3AB}","tickets":"\u{1F39F}","circus_tent":"\u{1F3AA}","woman_juggling":"\u{1F939}\u200D\u2640","man_juggling":"\u{1F939}\u200D\u2642","performing_arts":"\u{1F3AD}","art":"\u{1F3A8}","clapper":"\u{1F3AC}","microphone":"\u{1F3A4}","headphones":"\u{1F3A7}","musical_score":"\u{1F3BC}","musical_keyboard":"\u{1F3B9}","drum":"\u{1F941}","saxophone":"\u{1F3B7}","trumpet":"\u{1F3BA}","guitar":"\u{1F3B8}","violin":"\u{1F3BB}","game_die":"\u{1F3B2}","dart":"\u{1F3AF}","bowling":"\u{1F3B3}","video_game":"\u{1F3AE}","slot_machine":"\u{1F3B0}","car":"\u{1F697}","red_car":"\u{1F697}","taxi":"\u{1F695}","blue_car":"\u{1F699}","bus":"\u{1F68C}","trolleybus":"\u{1F68E}","racing_car":"\u{1F3CE}","police_car":"\u{1F693}","ambulance":"\u{1F691}","fire_engine":"\u{1F692}","minibus":"\u{1F690}","truck":"\u{1F69A}","articulated_lorry":"\u{1F69B}","tractor":"\u{1F69C}","kick_scooter":"\u{1F6F4}","bike":"\u{1F6B2}","motor_scooter":"\u{1F6F5}","motorcycle":"\u{1F3CD}","rotating_light":"\u{1F6A8}","oncoming_police_car":"\u{1F694}","oncoming_bus":"\u{1F68D}","oncoming_automobile":"\u{1F698}","oncoming_taxi":"\u{1F696}","aerial_tramway":"\u{1F6A1}","mountain_cableway":"\u{1F6A0}","suspension_railway":"\u{1F69F}","railway_car":"\u{1F683}","train":"\u{1F68B}","mountain_railway":"\u{1F69E}","monorail":"\u{1F69D}","bullettrain_side":"\u{1F684}","bullettrain_front":"\u{1F685}","light_rail":"\u{1F688}","steam_locomotive":"\u{1F682}","train2":"\u{1F686}","metro":"\u{1F687}","tram":"\u{1F68A}","station":"\u{1F689}","helicopter":"\u{1F681}","small_airplane":"\u{1F6E9}","airplane":"\u2708\uFE0F","flight_departure":"\u{1F6EB}","flight_arrival":"\u{1F6EC}","rocket":"\u{1F680}","artificial_satellite":"\u{1F6F0}","seat":"\u{1F4BA}","canoe":"\u{1F6F6}","boat":"\u26F5\uFE0F","sailboat":"\u26F5\uFE0F","motor_boat":"\u{1F6E5}","speedboat":"\u{1F6A4}","passenger_ship":"\u{1F6F3}","ferry":"\u26F4","ship":"\u{1F6A2}","anchor":"\u2693\uFE0F","construction":"\u{1F6A7}","fuelpump":"\u26FD\uFE0F","busstop":"\u{1F68F}","vertical_traffic_light":"\u{1F6A6}","traffic_light":"\u{1F6A5}","world_map":"\u{1F5FA}","moyai":"\u{1F5FF}","statue_of_liberty":"\u{1F5FD}","fountain":"\u26F2\uFE0F","tokyo_tower":"\u{1F5FC}","european_castle":"\u{1F3F0}","japanese_castle":"\u{1F3EF}","stadium":"\u{1F3DF}","ferris_wheel":"\u{1F3A1}","roller_coaster":"\u{1F3A2}","carousel_horse":"\u{1F3A0}","parasol_on_ground":"\u26F1","beach_umbrella":"\u{1F3D6}","desert_island":"\u{1F3DD}","mountain":"\u26F0","mountain_snow":"\u{1F3D4}","mount_fuji":"\u{1F5FB}","volcano":"\u{1F30B}","desert":"\u{1F3DC}","camping":"\u{1F3D5}","tent":"\u26FA\uFE0F","railway_track":"\u{1F6E4}","motorway":"\u{1F6E3}","building_construction":"\u{1F3D7}","factory":"\u{1F3ED}","house":"\u{1F3E0}","house_with_garden":"\u{1F3E1}","houses":"\u{1F3D8}","derelict_house":"\u{1F3DA}","office":"\u{1F3E2}","department_store":"\u{1F3EC}","post_office":"\u{1F3E3}","european_post_office":"\u{1F3E4}","hospital":"\u{1F3E5}","bank":"\u{1F3E6}","hotel":"\u{1F3E8}","convenience_store":"\u{1F3EA}","school":"\u{1F3EB}","love_hotel":"\u{1F3E9}","wedding":"\u{1F492}","classical_building":"\u{1F3DB}","church":"\u26EA\uFE0F","mosque":"\u{1F54C}","synagogue":"\u{1F54D}","kaaba":"\u{1F54B}","shinto_shrine":"\u26E9","japan":"\u{1F5FE}","rice_scene":"\u{1F391}","national_park":"\u{1F3DE}","sunrise":"\u{1F305}","sunrise_over_mountains":"\u{1F304}","stars":"\u{1F320}","sparkler":"\u{1F387}","fireworks":"\u{1F386}","city_sunrise":"\u{1F307}","city_sunset":"\u{1F306}","cityscape":"\u{1F3D9}","night_with_stars":"\u{1F303}","milky_way":"\u{1F30C}","bridge_at_night":"\u{1F309}","foggy":"\u{1F301}","watch":"\u231A\uFE0F","iphone":"\u{1F4F1}","calling":"\u{1F4F2}","computer":"\u{1F4BB}","keyboard":"\u2328\uFE0F","desktop_computer":"\u{1F5A5}","printer":"\u{1F5A8}","computer_mouse":"\u{1F5B1}","trackball":"\u{1F5B2}","joystick":"\u{1F579}","clamp":"\u{1F5DC}","minidisc":"\u{1F4BD}","floppy_disk":"\u{1F4BE}","cd":"\u{1F4BF}","dvd":"\u{1F4C0}","vhs":"\u{1F4FC}","camera":"\u{1F4F7}","camera_flash":"\u{1F4F8}","video_camera":"\u{1F4F9}","movie_camera":"\u{1F3A5}","film_projector":"\u{1F4FD}","film_strip":"\u{1F39E}","telephone_receiver":"\u{1F4DE}","phone":"\u260E\uFE0F","telephone":"\u260E\uFE0F","pager":"\u{1F4DF}","fax":"\u{1F4E0}","tv":"\u{1F4FA}","radio":"\u{1F4FB}","studio_microphone":"\u{1F399}","level_slider":"\u{1F39A}","control_knobs":"\u{1F39B}","stopwatch":"\u23F1","timer_clock":"\u23F2","alarm_clock":"\u23F0","mantelpiece_clock":"\u{1F570}","hourglass":"\u231B\uFE0F","hourglass_flowing_sand":"\u23F3","satellite":"\u{1F4E1}","battery":"\u{1F50B}","electric_plug":"\u{1F50C}","bulb":"\u{1F4A1}","flashlight":"\u{1F526}","candle":"\u{1F56F}","wastebasket":"\u{1F5D1}","oil_drum":"\u{1F6E2}","money_with_wings":"\u{1F4B8}","dollar":"\u{1F4B5}","yen":"\u{1F4B4}","euro":"\u{1F4B6}","pound":"\u{1F4B7}","moneybag":"\u{1F4B0}","credit_card":"\u{1F4B3}","gem":"\u{1F48E}","balance_scale":"\u2696\uFE0F","wrench":"\u{1F527}","hammer":"\u{1F528}","hammer_and_pick":"\u2692","hammer_and_wrench":"\u{1F6E0}","pick":"\u26CF","nut_and_bolt":"\u{1F529}","gear":"\u2699\uFE0F","chains":"\u26D3","gun":"\u{1F52B}","bomb":"\u{1F4A3}","hocho":"\u{1F52A}","knife":"\u{1F52A}","dagger":"\u{1F5E1}","crossed_swords":"\u2694\uFE0F","shield":"\u{1F6E1}","smoking":"\u{1F6AC}","coffin":"\u26B0\uFE0F","funeral_urn":"\u26B1\uFE0F","amphora":"\u{1F3FA}","crystal_ball":"\u{1F52E}","prayer_beads":"\u{1F4FF}","barber":"\u{1F488}","alembic":"\u2697\uFE0F","telescope":"\u{1F52D}","microscope":"\u{1F52C}","hole":"\u{1F573}","pill":"\u{1F48A}","syringe":"\u{1F489}","thermometer":"\u{1F321}","toilet":"\u{1F6BD}","potable_water":"\u{1F6B0}","shower":"\u{1F6BF}","bathtub":"\u{1F6C1}","bath":"\u{1F6C0}","bellhop_bell":"\u{1F6CE}","key":"\u{1F511}","old_key":"\u{1F5DD}","door":"\u{1F6AA}","couch_and_lamp":"\u{1F6CB}","bed":"\u{1F6CF}","sleeping_bed":"\u{1F6CC}","framed_picture":"\u{1F5BC}","shopping":"\u{1F6CD}","shopping_cart":"\u{1F6D2}","gift":"\u{1F381}","balloon":"\u{1F388}","flags":"\u{1F38F}","ribbon":"\u{1F380}","confetti_ball":"\u{1F38A}","tada":"\u{1F389}","dolls":"\u{1F38E}","izakaya_lantern":"\u{1F3EE}","lantern":"\u{1F3EE}","wind_chime":"\u{1F390}","email":"\u2709\uFE0F","envelope":"\u2709\uFE0F","envelope_with_arrow":"\u{1F4E9}","incoming_envelope":"\u{1F4E8}","e-mail":"\u{1F4E7}","love_letter":"\u{1F48C}","inbox_tray":"\u{1F4E5}","outbox_tray":"\u{1F4E4}","package":"\u{1F4E6}","label":"\u{1F3F7}","mailbox_closed":"\u{1F4EA}","mailbox":"\u{1F4EB}","mailbox_with_mail":"\u{1F4EC}","mailbox_with_no_mail":"\u{1F4ED}","postbox":"\u{1F4EE}","postal_horn":"\u{1F4EF}","scroll":"\u{1F4DC}","page_with_curl":"\u{1F4C3}","page_facing_up":"\u{1F4C4}","bookmark_tabs":"\u{1F4D1}","bar_chart":"\u{1F4CA}","chart_with_upwards_trend":"\u{1F4C8}","chart_with_downwards_trend":"\u{1F4C9}","spiral_notepad":"\u{1F5D2}","spiral_calendar":"\u{1F5D3}","calendar":"\u{1F4C6}","date":"\u{1F4C5}","card_index":"\u{1F4C7}","card_file_box":"\u{1F5C3}","ballot_box":"\u{1F5F3}","file_cabinet":"\u{1F5C4}","clipboard":"\u{1F4CB}","file_folder":"\u{1F4C1}","open_file_folder":"\u{1F4C2}","card_index_dividers":"\u{1F5C2}","newspaper_roll":"\u{1F5DE}","newspaper":"\u{1F4F0}","notebook":"\u{1F4D3}","notebook_with_decorative_cover":"\u{1F4D4}","ledger":"\u{1F4D2}","closed_book":"\u{1F4D5}","green_book":"\u{1F4D7}","blue_book":"\u{1F4D8}","orange_book":"\u{1F4D9}","books":"\u{1F4DA}","book":"\u{1F4D6}","open_book":"\u{1F4D6}","bookmark":"\u{1F516}","link":"\u{1F517}","paperclip":"\u{1F4CE}","paperclips":"\u{1F587}","triangular_ruler":"\u{1F4D0}","straight_ruler":"\u{1F4CF}","pushpin":"\u{1F4CC}","round_pushpin":"\u{1F4CD}","scissors":"\u2702\uFE0F","pen":"\u{1F58A}","fountain_pen":"\u{1F58B}","black_nib":"\u2712\uFE0F","paintbrush":"\u{1F58C}","crayon":"\u{1F58D}","memo":"\u{1F4DD}","pencil":"\u{1F4DD}","pencil2":"\u270F\uFE0F","mag":"\u{1F50D}","mag_right":"\u{1F50E}","lock_with_ink_pen":"\u{1F50F}","closed_lock_with_key":"\u{1F510}","lock":"\u{1F512}","unlock":"\u{1F513}","heart":"\u2764\uFE0F","yellow_heart":"\u{1F49B}","green_heart":"\u{1F49A}","blue_heart":"\u{1F499}","purple_heart":"\u{1F49C}","black_heart":"\u{1F5A4}","broken_heart":"\u{1F494}","heavy_heart_exclamation":"\u2763\uFE0F","two_hearts":"\u{1F495}","revolving_hearts":"\u{1F49E}","heartbeat":"\u{1F493}","heartpulse":"\u{1F497}","sparkling_heart":"\u{1F496}","cupid":"\u{1F498}","gift_heart":"\u{1F49D}","heart_decoration":"\u{1F49F}","peace_symbol":"\u262E\uFE0F","latin_cross":"\u271D\uFE0F","star_and_crescent":"\u262A\uFE0F","om":"\u{1F549}","wheel_of_dharma":"\u2638\uFE0F","star_of_david":"\u2721\uFE0F","six_pointed_star":"\u{1F52F}","menorah":"\u{1F54E}","yin_yang":"\u262F\uFE0F","orthodox_cross":"\u2626\uFE0F","place_of_worship":"\u{1F6D0}","ophiuchus":"\u26CE","aries":"\u2648\uFE0F","taurus":"\u2649\uFE0F","gemini":"\u264A\uFE0F","cancer":"\u264B\uFE0F","leo":"\u264C\uFE0F","virgo":"\u264D\uFE0F","libra":"\u264E\uFE0F","scorpius":"\u264F\uFE0F","sagittarius":"\u2650\uFE0F","capricorn":"\u2651\uFE0F","aquarius":"\u2652\uFE0F","pisces":"\u2653\uFE0F","id":"\u{1F194}","atom_symbol":"\u269B\uFE0F","accept":"\u{1F251}","radioactive":"\u2622\uFE0F","biohazard":"\u2623\uFE0F","mobile_phone_off":"\u{1F4F4}","vibration_mode":"\u{1F4F3}","eight_pointed_black_star":"\u2734\uFE0F","vs":"\u{1F19A}","white_flower":"\u{1F4AE}","ideograph_advantage":"\u{1F250}","secret":"\u3299\uFE0F","congratulations":"\u3297\uFE0F","u6e80":"\u{1F235}","a":"\u{1F170}\uFE0F","b":"\u{1F171}\uFE0F","ab":"\u{1F18E}","cl":"\u{1F191}","o2":"\u{1F17E}\uFE0F","sos":"\u{1F198}","x":"\u274C","o":"\u2B55\uFE0F","stop_sign":"\u{1F6D1}","no_entry":"\u26D4\uFE0F","name_badge":"\u{1F4DB}","no_entry_sign":"\u{1F6AB}","anger":"\u{1F4A2}","hotsprings":"\u2668\uFE0F","no_pedestrians":"\u{1F6B7}","do_not_litter":"\u{1F6AF}","no_bicycles":"\u{1F6B3}","non-potable_water":"\u{1F6B1}","underage":"\u{1F51E}","no_mobile_phones":"\u{1F4F5}","no_smoking":"\u{1F6AD}","exclamation":"\u2757\uFE0F","heavy_exclamation_mark":"\u2757\uFE0F","grey_exclamation":"\u2755","question":"\u2753","grey_question":"\u2754","bangbang":"\u203C\uFE0F","interrobang":"\u2049\uFE0F","low_brightness":"\u{1F505}","high_brightness":"\u{1F506}","part_alternation_mark":"\u303D\uFE0F","warning":"\u26A0\uFE0F","children_crossing":"\u{1F6B8}","trident":"\u{1F531}","fleur_de_lis":"\u269C\uFE0F","beginner":"\u{1F530}","recycle":"\u267B\uFE0F","white_check_mark":"\u2705","chart":"\u{1F4B9}","sparkle":"\u2747\uFE0F","eight_spoked_asterisk":"\u2733\uFE0F","negative_squared_cross_mark":"\u274E","globe_with_meridians":"\u{1F310}","diamond_shape_with_a_dot_inside":"\u{1F4A0}","m":"\u24C2\uFE0F","cyclone":"\u{1F300}","zzz":"\u{1F4A4}","atm":"\u{1F3E7}","wc":"\u{1F6BE}","wheelchair":"\u267F\uFE0F","parking":"\u{1F17F}\uFE0F","sa":"\u{1F202}\uFE0F","passport_control":"\u{1F6C2}","customs":"\u{1F6C3}","baggage_claim":"\u{1F6C4}","left_luggage":"\u{1F6C5}","mens":"\u{1F6B9}","womens":"\u{1F6BA}","baby_symbol":"\u{1F6BC}","restroom":"\u{1F6BB}","put_litter_in_its_place":"\u{1F6AE}","cinema":"\u{1F3A6}","signal_strength":"\u{1F4F6}","koko":"\u{1F201}","symbols":"\u{1F523}","information_source":"\u2139\uFE0F","abc":"\u{1F524}","abcd":"\u{1F521}","capital_abcd":"\u{1F520}","ng":"\u{1F196}","ok":"\u{1F197}","up":"\u{1F199}","cool":"\u{1F192}","new":"\u{1F195}","free":"\u{1F193}","zero":"0\uFE0F\u20E3","one":"1\uFE0F\u20E3","two":"2\uFE0F\u20E3","three":"3\uFE0F\u20E3","four":"4\uFE0F\u20E3","five":"5\uFE0F\u20E3","six":"6\uFE0F\u20E3","seven":"7\uFE0F\u20E3","eight":"8\uFE0F\u20E3","nine":"9\uFE0F\u20E3","keycap_ten":"\u{1F51F}","hash":"#\uFE0F\u20E3","asterisk":"*\uFE0F\u20E3","arrow_forward":"\u25B6\uFE0F","pause_button":"\u23F8","play_or_pause_button":"\u23EF","stop_button":"\u23F9","record_button":"\u23FA","next_track_button":"\u23ED","previous_track_button":"\u23EE","fast_forward":"\u23E9","rewind":"\u23EA","arrow_double_up":"\u23EB","arrow_double_down":"\u23EC","arrow_backward":"\u25C0\uFE0F","arrow_up_small":"\u{1F53C}","arrow_down_small":"\u{1F53D}","arrow_right":"\u27A1\uFE0F","arrow_left":"\u2B05\uFE0F","arrow_up":"\u2B06\uFE0F","arrow_down":"\u2B07\uFE0F","arrow_upper_right":"\u2197\uFE0F","arrow_lower_right":"\u2198\uFE0F","arrow_lower_left":"\u2199\uFE0F","arrow_upper_left":"\u2196\uFE0F","arrow_up_down":"\u2195\uFE0F","left_right_arrow":"\u2194\uFE0F","arrow_right_hook":"\u21AA\uFE0F","leftwards_arrow_with_hook":"\u21A9\uFE0F","arrow_heading_up":"\u2934\uFE0F","arrow_heading_down":"\u2935\uFE0F","twisted_rightwards_arrows":"\u{1F500}","repeat":"\u{1F501}","repeat_one":"\u{1F502}","arrows_counterclockwise":"\u{1F504}","arrows_clockwise":"\u{1F503}","musical_note":"\u{1F3B5}","notes":"\u{1F3B6}","heavy_plus_sign":"\u2795","heavy_minus_sign":"\u2796","heavy_division_sign":"\u2797","heavy_multiplication_x":"\u2716\uFE0F","heavy_dollar_sign":"\u{1F4B2}","currency_exchange":"\u{1F4B1}","tm":"\u2122\uFE0F","copyright":"\xA9\uFE0F","registered":"\xAE\uFE0F","wavy_dash":"\u3030\uFE0F","curly_loop":"\u27B0","loop":"\u27BF","end":"\u{1F51A}","back":"\u{1F519}","on":"\u{1F51B}","top":"\u{1F51D}","soon":"\u{1F51C}","heavy_check_mark":"\u2714\uFE0F","ballot_box_with_check":"\u2611\uFE0F","radio_button":"\u{1F518}","white_circle":"\u26AA\uFE0F","black_circle":"\u26AB\uFE0F","red_circle":"\u{1F534}","large_blue_circle":"\u{1F535}","small_red_triangle":"\u{1F53A}","small_red_triangle_down":"\u{1F53B}","small_orange_diamond":"\u{1F538}","small_blue_diamond":"\u{1F539}","large_orange_diamond":"\u{1F536}","large_blue_diamond":"\u{1F537}","white_square_button":"\u{1F533}","black_square_button":"\u{1F532}","black_small_square":"\u25AA\uFE0F","white_small_square":"\u25AB\uFE0F","black_medium_small_square":"\u25FE\uFE0F","white_medium_small_square":"\u25FD\uFE0F","black_medium_square":"\u25FC\uFE0F","white_medium_square":"\u25FB\uFE0F","black_large_square":"\u2B1B\uFE0F","white_large_square":"\u2B1C\uFE0F","speaker":"\u{1F508}","mute":"\u{1F507}","sound":"\u{1F509}","loud_sound":"\u{1F50A}","bell":"\u{1F514}","no_bell":"\u{1F515}","mega":"\u{1F4E3}","loudspeaker":"\u{1F4E2}","eye_speech_bubble":"\u{1F441}\u200D\u{1F5E8}","speech_balloon":"\u{1F4AC}","thought_balloon":"\u{1F4AD}","right_anger_bubble":"\u{1F5EF}","spades":"\u2660\uFE0F","clubs":"\u2663\uFE0F","hearts":"\u2665\uFE0F","diamonds":"\u2666\uFE0F","black_joker":"\u{1F0CF}","flower_playing_cards":"\u{1F3B4}","mahjong":"\u{1F004}\uFE0F","clock1":"\u{1F550}","clock2":"\u{1F551}","clock3":"\u{1F552}","clock4":"\u{1F553}","clock5":"\u{1F554}","clock6":"\u{1F555}","clock7":"\u{1F556}","clock8":"\u{1F557}","clock9":"\u{1F558}","clock10":"\u{1F559}","clock11":"\u{1F55A}","clock12":"\u{1F55B}","clock130":"\u{1F55C}","clock230":"\u{1F55D}","clock330":"\u{1F55E}","clock430":"\u{1F55F}","clock530":"\u{1F560}","clock630":"\u{1F561}","clock730":"\u{1F562}","clock830":"\u{1F563}","clock930":"\u{1F564}","clock1030":"\u{1F565}","clock1130":"\u{1F566}","clock1230":"\u{1F567}","white_flag":"\u{1F3F3}\uFE0F","black_flag":"\u{1F3F4}","checkered_flag":"\u{1F3C1}","triangular_flag_on_post":"\u{1F6A9}","rainbow_flag":"\u{1F3F3}\uFE0F\u200D\u{1F308}","afghanistan":"\u{1F1E6}\u{1F1EB}","aland_islands":"\u{1F1E6}\u{1F1FD}","albania":"\u{1F1E6}\u{1F1F1}","algeria":"\u{1F1E9}\u{1F1FF}","american_samoa":"\u{1F1E6}\u{1F1F8}","andorra":"\u{1F1E6}\u{1F1E9}","angola":"\u{1F1E6}\u{1F1F4}","anguilla":"\u{1F1E6}\u{1F1EE}","antarctica":"\u{1F1E6}\u{1F1F6}","antigua_barbuda":"\u{1F1E6}\u{1F1EC}","argentina":"\u{1F1E6}\u{1F1F7}","armenia":"\u{1F1E6}\u{1F1F2}","aruba":"\u{1F1E6}\u{1F1FC}","australia":"\u{1F1E6}\u{1F1FA}","austria":"\u{1F1E6}\u{1F1F9}","azerbaijan":"\u{1F1E6}\u{1F1FF}","bahamas":"\u{1F1E7}\u{1F1F8}","bahrain":"\u{1F1E7}\u{1F1ED}","bangladesh":"\u{1F1E7}\u{1F1E9}","barbados":"\u{1F1E7}\u{1F1E7}","belarus":"\u{1F1E7}\u{1F1FE}","belgium":"\u{1F1E7}\u{1F1EA}","belize":"\u{1F1E7}\u{1F1FF}","benin":"\u{1F1E7}\u{1F1EF}","bermuda":"\u{1F1E7}\u{1F1F2}","bhutan":"\u{1F1E7}\u{1F1F9}","bolivia":"\u{1F1E7}\u{1F1F4}","caribbean_netherlands":"\u{1F1E7}\u{1F1F6}","bosnia_herzegovina":"\u{1F1E7}\u{1F1E6}","botswana":"\u{1F1E7}\u{1F1FC}","brazil":"\u{1F1E7}\u{1F1F7}","british_indian_ocean_territory":"\u{1F1EE}\u{1F1F4}","british_virgin_islands":"\u{1F1FB}\u{1F1EC}","brunei":"\u{1F1E7}\u{1F1F3}","bulgaria":"\u{1F1E7}\u{1F1EC}","burkina_faso":"\u{1F1E7}\u{1F1EB}","burundi":"\u{1F1E7}\u{1F1EE}","cape_verde":"\u{1F1E8}\u{1F1FB}","cambodia":"\u{1F1F0}\u{1F1ED}","cameroon":"\u{1F1E8}\u{1F1F2}","canada":"\u{1F1E8}\u{1F1E6}","canary_islands":"\u{1F1EE}\u{1F1E8}","cayman_islands":"\u{1F1F0}\u{1F1FE}","central_african_republic":"\u{1F1E8}\u{1F1EB}","chad":"\u{1F1F9}\u{1F1E9}","chile":"\u{1F1E8}\u{1F1F1}","cn":"\u{1F1E8}\u{1F1F3}","christmas_island":"\u{1F1E8}\u{1F1FD}","cocos_islands":"\u{1F1E8}\u{1F1E8}","colombia":"\u{1F1E8}\u{1F1F4}","comoros":"\u{1F1F0}\u{1F1F2}","congo_brazzaville":"\u{1F1E8}\u{1F1EC}","congo_kinshasa":"\u{1F1E8}\u{1F1E9}","cook_islands":"\u{1F1E8}\u{1F1F0}","costa_rica":"\u{1F1E8}\u{1F1F7}","cote_divoire":"\u{1F1E8}\u{1F1EE}","croatia":"\u{1F1ED}\u{1F1F7}","cuba":"\u{1F1E8}\u{1F1FA}","curacao":"\u{1F1E8}\u{1F1FC}","cyprus":"\u{1F1E8}\u{1F1FE}","czech_republic":"\u{1F1E8}\u{1F1FF}","denmark":"\u{1F1E9}\u{1F1F0}","djibouti":"\u{1F1E9}\u{1F1EF}","dominica":"\u{1F1E9}\u{1F1F2}","dominican_republic":"\u{1F1E9}\u{1F1F4}","ecuador":"\u{1F1EA}\u{1F1E8}","egypt":"\u{1F1EA}\u{1F1EC}","el_salvador":"\u{1F1F8}\u{1F1FB}","equatorial_guinea":"\u{1F1EC}\u{1F1F6}","eritrea":"\u{1F1EA}\u{1F1F7}","estonia":"\u{1F1EA}\u{1F1EA}","ethiopia":"\u{1F1EA}\u{1F1F9}","eu":"\u{1F1EA}\u{1F1FA}","european_union":"\u{1F1EA}\u{1F1FA}","falkland_islands":"\u{1F1EB}\u{1F1F0}","faroe_islands":"\u{1F1EB}\u{1F1F4}","fiji":"\u{1F1EB}\u{1F1EF}","finland":"\u{1F1EB}\u{1F1EE}","fr":"\u{1F1EB}\u{1F1F7}","french_guiana":"\u{1F1EC}\u{1F1EB}","french_polynesia":"\u{1F1F5}\u{1F1EB}","french_southern_territories":"\u{1F1F9}\u{1F1EB}","gabon":"\u{1F1EC}\u{1F1E6}","gambia":"\u{1F1EC}\u{1F1F2}","georgia":"\u{1F1EC}\u{1F1EA}","de":"\u{1F1E9}\u{1F1EA}","ghana":"\u{1F1EC}\u{1F1ED}","gibraltar":"\u{1F1EC}\u{1F1EE}","greece":"\u{1F1EC}\u{1F1F7}","greenland":"\u{1F1EC}\u{1F1F1}","grenada":"\u{1F1EC}\u{1F1E9}","guadeloupe":"\u{1F1EC}\u{1F1F5}","guam":"\u{1F1EC}\u{1F1FA}","guatemala":"\u{1F1EC}\u{1F1F9}","guernsey":"\u{1F1EC}\u{1F1EC}","guinea":"\u{1F1EC}\u{1F1F3}","guinea_bissau":"\u{1F1EC}\u{1F1FC}","guyana":"\u{1F1EC}\u{1F1FE}","haiti":"\u{1F1ED}\u{1F1F9}","honduras":"\u{1F1ED}\u{1F1F3}","hong_kong":"\u{1F1ED}\u{1F1F0}","hungary":"\u{1F1ED}\u{1F1FA}","iceland":"\u{1F1EE}\u{1F1F8}","india":"\u{1F1EE}\u{1F1F3}","indonesia":"\u{1F1EE}\u{1F1E9}","iran":"\u{1F1EE}\u{1F1F7}","iraq":"\u{1F1EE}\u{1F1F6}","ireland":"\u{1F1EE}\u{1F1EA}","isle_of_man":"\u{1F1EE}\u{1F1F2}","israel":"\u{1F1EE}\u{1F1F1}","it":"\u{1F1EE}\u{1F1F9}","jamaica":"\u{1F1EF}\u{1F1F2}","jp":"\u{1F1EF}\u{1F1F5}","crossed_flags":"\u{1F38C}","jersey":"\u{1F1EF}\u{1F1EA}","jordan":"\u{1F1EF}\u{1F1F4}","kazakhstan":"\u{1F1F0}\u{1F1FF}","kenya":"\u{1F1F0}\u{1F1EA}","kiribati":"\u{1F1F0}\u{1F1EE}","kosovo":"\u{1F1FD}\u{1F1F0}","kuwait":"\u{1F1F0}\u{1F1FC}","kyrgyzstan":"\u{1F1F0}\u{1F1EC}","laos":"\u{1F1F1}\u{1F1E6}","latvia":"\u{1F1F1}\u{1F1FB}","lebanon":"\u{1F1F1}\u{1F1E7}","lesotho":"\u{1F1F1}\u{1F1F8}","liberia":"\u{1F1F1}\u{1F1F7}","libya":"\u{1F1F1}\u{1F1FE}","liechtenstein":"\u{1F1F1}\u{1F1EE}","lithuania":"\u{1F1F1}\u{1F1F9}","luxembourg":"\u{1F1F1}\u{1F1FA}","macau":"\u{1F1F2}\u{1F1F4}","macedonia":"\u{1F1F2}\u{1F1F0}","madagascar":"\u{1F1F2}\u{1F1EC}","malawi":"\u{1F1F2}\u{1F1FC}","malaysia":"\u{1F1F2}\u{1F1FE}","maldives":"\u{1F1F2}\u{1F1FB}","mali":"\u{1F1F2}\u{1F1F1}","malta":"\u{1F1F2}\u{1F1F9}","marshall_islands":"\u{1F1F2}\u{1F1ED}","martinique":"\u{1F1F2}\u{1F1F6}","mauritania":"\u{1F1F2}\u{1F1F7}","mauritius":"\u{1F1F2}\u{1F1FA}","mayotte":"\u{1F1FE}\u{1F1F9}","mexico":"\u{1F1F2}\u{1F1FD}","micronesia":"\u{1F1EB}\u{1F1F2}","moldova":"\u{1F1F2}\u{1F1E9}","monaco":"\u{1F1F2}\u{1F1E8}","mongolia":"\u{1F1F2}\u{1F1F3}","montenegro":"\u{1F1F2}\u{1F1EA}","montserrat":"\u{1F1F2}\u{1F1F8}","morocco":"\u{1F1F2}\u{1F1E6}","mozambique":"\u{1F1F2}\u{1F1FF}","myanmar":"\u{1F1F2}\u{1F1F2}","namibia":"\u{1F1F3}\u{1F1E6}","nauru":"\u{1F1F3}\u{1F1F7}","nepal":"\u{1F1F3}\u{1F1F5}","netherlands":"\u{1F1F3}\u{1F1F1}","new_caledonia":"\u{1F1F3}\u{1F1E8}","new_zealand":"\u{1F1F3}\u{1F1FF}","nicaragua":"\u{1F1F3}\u{1F1EE}","niger":"\u{1F1F3}\u{1F1EA}","nigeria":"\u{1F1F3}\u{1F1EC}","niue":"\u{1F1F3}\u{1F1FA}","norfolk_island":"\u{1F1F3}\u{1F1EB}","northern_mariana_islands":"\u{1F1F2}\u{1F1F5}","north_korea":"\u{1F1F0}\u{1F1F5}","norway":"\u{1F1F3}\u{1F1F4}","oman":"\u{1F1F4}\u{1F1F2}","pakistan":"\u{1F1F5}\u{1F1F0}","palau":"\u{1F1F5}\u{1F1FC}","palestinian_territories":"\u{1F1F5}\u{1F1F8}","panama":"\u{1F1F5}\u{1F1E6}","papua_new_guinea":"\u{1F1F5}\u{1F1EC}","paraguay":"\u{1F1F5}\u{1F1FE}","peru":"\u{1F1F5}\u{1F1EA}","philippines":"\u{1F1F5}\u{1F1ED}","pitcairn_islands":"\u{1F1F5}\u{1F1F3}","poland":"\u{1F1F5}\u{1F1F1}","portugal":"\u{1F1F5}\u{1F1F9}","puerto_rico":"\u{1F1F5}\u{1F1F7}","qatar":"\u{1F1F6}\u{1F1E6}","reunion":"\u{1F1F7}\u{1F1EA}","romania":"\u{1F1F7}\u{1F1F4}","ru":"\u{1F1F7}\u{1F1FA}","rwanda":"\u{1F1F7}\u{1F1FC}","st_barthelemy":"\u{1F1E7}\u{1F1F1}","st_helena":"\u{1F1F8}\u{1F1ED}","st_kitts_nevis":"\u{1F1F0}\u{1F1F3}","st_lucia":"\u{1F1F1}\u{1F1E8}","st_pierre_miquelon":"\u{1F1F5}\u{1F1F2}","st_vincent_grenadines":"\u{1F1FB}\u{1F1E8}","samoa":"\u{1F1FC}\u{1F1F8}","san_marino":"\u{1F1F8}\u{1F1F2}","sao_tome_principe":"\u{1F1F8}\u{1F1F9}","saudi_arabia":"\u{1F1F8}\u{1F1E6}","senegal":"\u{1F1F8}\u{1F1F3}","serbia":"\u{1F1F7}\u{1F1F8}","seychelles":"\u{1F1F8}\u{1F1E8}","sierra_leone":"\u{1F1F8}\u{1F1F1}","singapore":"\u{1F1F8}\u{1F1EC}","sint_maarten":"\u{1F1F8}\u{1F1FD}","slovakia":"\u{1F1F8}\u{1F1F0}","slovenia":"\u{1F1F8}\u{1F1EE}","solomon_islands":"\u{1F1F8}\u{1F1E7}","somalia":"\u{1F1F8}\u{1F1F4}","south_africa":"\u{1F1FF}\u{1F1E6}","south_georgia_south_sandwich_islands":"\u{1F1EC}\u{1F1F8}","kr":"\u{1F1F0}\u{1F1F7}","south_sudan":"\u{1F1F8}\u{1F1F8}","es":"\u{1F1EA}\u{1F1F8}","sri_lanka":"\u{1F1F1}\u{1F1F0}","sudan":"\u{1F1F8}\u{1F1E9}","suriname":"\u{1F1F8}\u{1F1F7}","swaziland":"\u{1F1F8}\u{1F1FF}","sweden":"\u{1F1F8}\u{1F1EA}","switzerland":"\u{1F1E8}\u{1F1ED}","syria":"\u{1F1F8}\u{1F1FE}","taiwan":"\u{1F1F9}\u{1F1FC}","tajikistan":"\u{1F1F9}\u{1F1EF}","tanzania":"\u{1F1F9}\u{1F1FF}","thailand":"\u{1F1F9}\u{1F1ED}","timor_leste":"\u{1F1F9}\u{1F1F1}","togo":"\u{1F1F9}\u{1F1EC}","tokelau":"\u{1F1F9}\u{1F1F0}","tonga":"\u{1F1F9}\u{1F1F4}","trinidad_tobago":"\u{1F1F9}\u{1F1F9}","tunisia":"\u{1F1F9}\u{1F1F3}","tr":"\u{1F1F9}\u{1F1F7}","turkmenistan":"\u{1F1F9}\u{1F1F2}","turks_caicos_islands":"\u{1F1F9}\u{1F1E8}","tuvalu":"\u{1F1F9}\u{1F1FB}","uganda":"\u{1F1FA}\u{1F1EC}","ukraine":"\u{1F1FA}\u{1F1E6}","united_arab_emirates":"\u{1F1E6}\u{1F1EA}","gb":"\u{1F1EC}\u{1F1E7}","uk":"\u{1F1EC}\u{1F1E7}","us":"\u{1F1FA}\u{1F1F8}","us_virgin_islands":"\u{1F1FB}\u{1F1EE}","uruguay":"\u{1F1FA}\u{1F1FE}","uzbekistan":"\u{1F1FA}\u{1F1FF}","vanuatu":"\u{1F1FB}\u{1F1FA}","vatican_city":"\u{1F1FB}\u{1F1E6}","venezuela":"\u{1F1FB}\u{1F1EA}","vietnam":"\u{1F1FB}\u{1F1F3}","wallis_futuna":"\u{1F1FC}\u{1F1EB}","western_sahara":"\u{1F1EA}\u{1F1ED}","yemen":"\u{1F1FE}\u{1F1EA}","zambia":"\u{1F1FF}\u{1F1F2}","zimbabwe":"\u{1F1FF}\u{1F1FC}"}')},function(e,t,n){e.exports={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["3","<\\3"],confused:[":/",":-/"],cry:[":'(",":'-(",":,(",":,-("],frowning:[":(",":-("],heart:["<3"],imp:["]:(","]:-("],innocent:["o:)","O:)","o:-)","O:-)","0:)","0:-)"],joy:[":')",":'-)",":,)",":,-)",":'D",":'-D",":,D",":,-D"],kissing:[":*",":-*"],laughing:["x-)","X-)"],neutral_face:[":|",":-|"],open_mouth:[":o",":-o",":O",":-O"],rage:[":@",":-@"],smile:[":D",":-D"],smiley:[":)",":-)"],smiling_imp:["]:)","]:-)"],sob:[":,'(",":,'-(",";(",";-("],stuck_out_tongue:[":P",":-P"],sunglasses:["8-)","B-)"],sweat:[",:(",",:-("],sweat_smile:[",:)",",:-)"],unamused:[":s",":-S",":z",":-Z",":$",":-$"],wink:[";)",";-)"]}},function(e,t,n){e.exports=function(r,i){return r[i].content}},function(e,t,n){e.exports=function(r,i,g,y,k){var $=r.utils.arrayReplaceAt,j=r.utils.lib.ucmicro,C=new RegExp([j.Z.source,j.P.source,j.Cc.source].join("|"));function R(L,z,B){var q,H=0,V=[];return L.replace(k,function(K,G,Z){var W;if(g.hasOwnProperty(K)){if(W=g[K],G>0&&!C.test(Z[G-1])||G+K.lengthH&&((q=new B("text","",0)).content=L.slice(H,G),V.push(q)),(q=new B("emoji","",0)).markup=W,q.content=i[W],V.push(q),H=G+K.length}),H=0;z--)(V=H[z]).type!=="link_open"&&V.type!=="link_close"||V.info==="auto"&&(G-=V.nesting),V.type==="text"&&G===0&&y.test(V.content)&&(K[B].children=H=$(H,z,R(V.content,V.level,L.Token)))}}},function(e,t,n){e.exports=function(r){var i,g=r.defs;r.enabled.length&&(g=Object.keys(g).reduce(function(j,C){return r.enabled.indexOf(C)>=0&&(j[C]=g[C]),j},{})),i=Object.keys(r.shortcuts).reduce(function(j,C){return g[C]?Array.isArray(r.shortcuts[C])?(r.shortcuts[C].forEach(function(R){j[R]=C}),j):(j[r.shortcuts[C]]=C,j):j},{});var y=Object.keys(g).map(function(j){return":"+j+":"}).concat(Object.keys(i)).sort().reverse().map(function(j){return j.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}).join("|"),k=RegExp(y),$=RegExp(y,"g");return{defs:g,shortcuts:i,scanRE:k,replaceRE:$}}},function(e,t,n){var r=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function i(g,y){var k,$,j=g.posMax,C=g.pos;if(g.src.charCodeAt(C)!==126||y||C+2>=j)return!1;for(g.pos=C+1;g.pos?@[\]^_`{|}~-])/g;function i(g,y){var k,$,j=g.posMax,C=g.pos;if(g.src.charCodeAt(C)!==94||y||C+2>=j)return!1;for(g.pos=C+1;g.pos=R||(j=y.src.charCodeAt(C++))!==126&&j!==58||C===($=y.skipSpaces(C))||$>=R?-1:C}r.block.ruler.before("paragraph","deflist",function(y,k,$,j){var C,R,L,z,B,q,H,V,K,G,Z,W,J,te,Q,re,ee,ne,ae,oe;if(j)return!(y.ddIndent<0)&&g(y,k)>=0;if((K=k+1)>=$||y.isEmpty(K)&&++K>=$||y.sCount[K]1&&y.isEmpty(y.line-1),y.tShift[L]=Q,y.sCount[L]=te,y.tight=re,y.parentType=J,y.blkIndent=W,y.ddIndent=Z,oe=y.push("dd_close","dd",-1),B[1]=K=y.line,K>=$||y.sCount[K]=$||(z=K,y.isEmpty(z))||y.sCount[z]=$||(y.isEmpty(L)&&L++,L>=$)||y.sCount[L]=K||$.src.charCodeAt(V++)!==42||$.src.charCodeAt(V++)!==91)return!1;for(q=V;V^`|~".split("").map(i).join("")+"])("+Object.keys($.env.abbreviations).map(function(te){return te.substr(1)}).sort(function(te,Q){return Q.length-te.length}).map(i).join("|")+")($|"+y+"|"+k+"|["+" \r\n$+<=>^`|~".split("").map(i).join("")+"])",V=new RegExp(G,"g"),C=0,R=J.length;C=0;j--)if((W=L[j]).type==="text"&&(H=0,B=W.content,V.lastIndex=0,q=[],Z.test(B))){for(;K=V.exec(B);)(K.index>0||K[1].length>0)&&((z=new $.Token("text","",0)).content=B.slice(H,K.index+K[1].length),q.push(z)),(z=new $.Token("abbr_open","abbr",1)).attrs=[["title",$.env.abbreviations[":"+K[2]]]],q.push(z),(z=new $.Token("text","",0)).content=K[2],q.push(z),z=new $.Token("abbr_close","abbr",-1),q.push(z),V.lastIndex-=K[3].length,H=V.lastIndex;q.length&&(H0&&(z+=":"+R[L].meta.subId),"["+z+"]"}function g(R,L,z,B,q){var H=q.rules.footnote_anchor_name(R,L,z,B,q),V=q.rules.footnote_caption(R,L,z,B,q),K=H;return R[L].meta.subId>0&&(K+=":"+R[L].meta.subId),'"}function y(R,L,z){return(z.xhtmlOut?`
`:`
`)+`
`}function $(R,L,z,B,q){var H=q.rules.footnote_anchor_name(R,L,z,B,q);return R[L].meta.subId>0&&(H+=":"+R[L].meta.subId),'
`}function C(R,L,z,B,q){var H=q.rules.footnote_anchor_name(R,L,z,B,q);return R[L].meta.subId>0&&(H+=":"+R[L].meta.subId),' '}e.exports=function(R){var L=R.helpers.parseLinkLabel,z=R.utils.isSpace;R.renderer.rules.footnote_ref=g,R.renderer.rules.footnote_block_open=y,R.renderer.rules.footnote_block_close=k,R.renderer.rules.footnote_open=$,R.renderer.rules.footnote_close=j,R.renderer.rules.footnote_anchor=C,R.renderer.rules.footnote_caption=i,R.renderer.rules.footnote_anchor_name=r,R.block.ruler.before("reference","footnote_def",function(B,q,H,V){var K,G,Z,W,J,te,Q,re,ee,ne,ae,oe=B.bMarks[q]+B.tShift[q],ie=B.eMarks[q];if(oe+4>ie||B.src.charCodeAt(oe)!==91||B.src.charCodeAt(oe+1)!==94)return!1;for(J=oe+2;J=ie||B.src.charCodeAt(++J)!==58)return!1;if(V)return!0;for(J++,B.env.footnotes||(B.env.footnotes={}),B.env.footnotes.refs||(B.env.footnotes.refs={}),te=B.src.slice(oe+2,J-2),B.env.footnotes.refs[":"+te]=-1,(Q=new B.Token("footnote_reference_open","",1)).meta={label:te},Q.level=B.level++,B.tokens.push(Q),K=B.bMarks[q],G=B.tShift[q],Z=B.sCount[q],W=B.parentType,ae=J,re=ee=B.sCount[q]+J-(B.bMarks[q]+B.tShift[q]);J=Z)&&B.src.charCodeAt(W)===94&&B.src.charCodeAt(W+1)===91&&(H=W+2,!((V=L(B,W+1))<0)&&(q||(B.env.footnotes||(B.env.footnotes={}),B.env.footnotes.list||(B.env.footnotes.list=[]),K=B.env.footnotes.list.length,B.md.inline.parse(B.src.slice(H,V),B.md,B.env,G=[]),B.push("footnote_ref","",0).meta={id:K},B.env.footnotes.list[K]={content:B.src.slice(H,V),tokens:G}),B.pos=V+1,B.posMax=Z,!0))}),R.inline.ruler.after("footnote_inline","footnote_ref",function(B,q){var H,V,K,G,Z=B.posMax,W=B.pos;if(W+3>Z||!B.env.footnotes||!B.env.footnotes.refs||B.src.charCodeAt(W)!==91||B.src.charCodeAt(W+1)!==94)return!1;for(V=W+2;V=Z)&&(V++,H=B.src.slice(W+2,V-1),B.env.footnotes.refs[":"+H]!==void 0&&(q||(B.env.footnotes.list||(B.env.footnotes.list=[]),B.env.footnotes.refs[":"+H]<0?(K=B.env.footnotes.list.length,B.env.footnotes.list[K]={label:H,count:0},B.env.footnotes.refs[":"+H]=K):K=B.env.footnotes.refs[":"+H],G=B.env.footnotes.list[K].count,B.env.footnotes.list[K].count++,B.push("footnote_ref","",0).meta={id:K,subId:G,label:H}),B.pos=V,B.posMax=Z,!0))}),R.core.ruler.after("inline","footnote_tail",function(B){var q,H,V,K,G,Z,W,J,te,Q,re=!1,ee={};if(B.env.footnotes&&(B.tokens=B.tokens.filter(function(ne){return ne.type==="footnote_reference_open"?(re=!0,te=[],Q=ne.meta.label,!1):ne.type==="footnote_reference_close"?(re=!1,ee[":"+Q]=te,!1):(re&&te.push(ne),!re)}),B.env.footnotes.list)){for(Z=B.env.footnotes.list,W=new B.Token("footnote_block_open","",1),B.tokens.push(W),q=0,H=Z.length;q0?Z[q].count:1,V=0;V=0;L--)if(j[L].level===R)return L;return-1}function k(j,C){return j[C].type==="inline"&&function(R){return R.type==="paragraph_open"}(j[C-1])&&function(R){return R.type==="list_item_open"}(j[C-2])&&function(R){return R.content.indexOf("[ ] ")===0||R.content.indexOf("[x] ")===0||R.content.indexOf("[X] ")===0}(j[C])}function $(j,C){if(j.children.unshift(function(L,z){var B=new z("html_inline","",0),q=n?' disabled="" ':"";return L.content.indexOf("[ ] ")===0?B.content='':L.content.indexOf("[x] ")!==0&&L.content.indexOf("[X] ")!==0||(B.content=''),B}(j,C)),j.children[1].content=j.children[1].content.slice(3),j.content=j.content.slice(3),r)if(i){j.children.pop();var R="task-item-"+Math.ceil(1e7*Math.random()-1e3);j.children[0].content=j.children[0].content.slice(0,-1)+' id="'+R+'">',j.children.push(function(L,z,B){var q=new B("html_inline","",0);return q.content='",q.attrs=[{for:z}],q}(j.content,R,C))}else j.children.unshift(function(L){var z=new L("html_inline","",0);return z.content="",z}(C))}e.exports=function(j,C){C&&(n=!C.enabled,r=!!C.label,i=!!C.labelAfter),j.core.ruler.after("inline","github-task-lists",function(R){for(var L=R.tokens,z=2;z=z)&&!((Q=R.bMarks[H]+R.tShift[H])<(re=R.eMarks[H])&&R.sCount[H]=4)){for(q=Q+1;q<=re&&y[(q-Q)%$]===R.src[q];q++);if(!(Math.floor((q-Q)/$)':""},r.renderer.rules.toc_open=function(k,$){return""},r.renderer.rules.toc_close=function(k,$){return""},r.renderer.rules.toc_body=function(k,$){for(var j=[],C=i.tokens,R=C.length,L=0;Lq)for(var G=V.level-q,Z=0;Z"),q++;else if(V.level"),q--;return(K=K.concat(['',V.content,""])).join("")});return""+k[$].content+"
"+H.join("")+new Array(q+1).join("")},r.core.ruler.push("grab_state",function(k){i=k}),r.inline.ruler.after("emphasis","toc",function(k,$){for(;k.src.indexOf(`
`)>=0&&k.src.indexOf(`
`)1&&(R=C.pop()),j.content=R,j=k.push("toc_close","toc",-1);var L=0,z=k.src.indexOf(`
`);return L=z!==-1?k.pos+z:k.pos+k.posMax+1,k.pos=L,!0})}},function(e,t){e.exports=function(n,r){(r=r||{}).highlighted===void 0&&(r.highlighted=!0),r.hljs===void 0&&(r.hljs="auto"),typeof r.langCheck!="function"&&(r.langCheck=function(){}),n.options.highlight=function(i,g){var y=r.hljs;if(r.hljs==="auto"&&(y=window.hljs),r.highlighted&&g&&y){if(y.getLanguage(g))return''+y.highlight(g,i,!0).value+"
";typeof r.langCheck=="function"&&r.langCheck(g)}return''+n.utils.escapeHtml(i)+"
"}}},function(e,t,n){var r=null;function i(k,$){var j,C,R=k.posMax,L=!0,z=!0;return j=$>0?k.src.charCodeAt($-1):-1,C=$+1<=R?k.src.charCodeAt($+1):-1,(j===32||j===9||C>=48&&C<=57)&&(z=!1),C!==32&&C!==9||(L=!1),{can_open:L,can_close:z}}function g(k,$){if(!r&&window.katex&&(r=window.katex),!r)return!1;var j,C,R,L;if(k.src[k.pos]!=="$")return!1;if(!i(k,k.pos).can_open)return $||(k.pending+="$"),k.pos+=1,!0;for(C=j=k.pos+1;(C=k.src.indexOf("$",C))!==-1;){for(L=C-1;k.src[L]==="\\";)L-=1;if((C-L)%2==1)break;C+=1}return C===-1?($||(k.pending+="$"),k.pos=j,!0):C-j==0?($||(k.pending+="$$"),k.pos=j+1,!0):i(k,C).can_close?($||((R=k.push("math_inline","math",0)).markup="$",R.content=k.src.slice(j,C)),k.pos=C+1,!0):($||(k.pending+="$"),k.pos=j,!0)}function y(k,$,j,C){if(!r&&window.katex&&(r=window.katex),!r)return!1;var R,L,z,B,q,H=!1,V=k.bMarks[$]+k.tShift[$],K=k.eMarks[$];if(V+2>K||k.src.slice(V,V+2)!=="$$")return!1;if(V+=2,R=k.src.slice(V,K),C)return!0;for(R.trim().slice(-2)==="$$"&&(R=R.trim().slice(0,-2),H=!0),z=$;!H&&!(++z>=j)&&!((V=k.bMarks[z]+k.tShift[z])<(K=k.eMarks[z])&&k.tShift[z]"+r.renderToString(R,$)+"
"}catch(L){return $.throwOnError&&console.log(L),R}}(j[C].content)+`
`}}},function(e,t){e.exports=function(n,r){n.image_add=function(g,y){n.__image instanceof Object||(n.__image={}),n.__image[g]=y},n.image_del=function(g){n.__image instanceof Object||(n.__image={}),delete n.__image[g]};var i=n.renderer.rules.image;n.renderer.rules.image=function(g,y,k,$,j){var C=g[y].attrs;if(n.__image instanceof Object){for(var R=0;R";var ie=function(ce){var ge=$.spaceIndex(ce);if(ge===-1)return{html:"",closing:ce[ce.length-2]==="/"};var me=(ce=$.trim(ce.slice(ge+1,-1)))[ce.length-1]==="/";return me&&(ce=$.trim(ce.slice(0,-1))),{html:ce,closing:me}}(ee),se=z[re],pe=k(ie.html,function(ce,ge){var me,we=$.indexOf(se,ce)!==-1;return j(me=H(re,ce,ge,we))?we?(ge=K(re,ce,ge,Z))?ce+'="'+ge+'"':ce:j(me=V(re,ce,ge,we))?void 0:me:me});return ee="<"+re,pe&&(ee+=" "+pe),ie.closing&&(ee+=" /"),ee+=">"}return j(ae=q(re,ee,oe))?G(ee):ae},G);return W&&(J=W.remove(J)),J},e.exports=C},function(e,t,n){n(73)},function(e,t,n){(t=n(39)(!1)).push([e.i,"textarea:disabled{background-color:#fff}.v-note-wrapper{position:relative;min-width:300px;min-height:300px;display:flex;flex-direction:column;background-color:#fff;z-index:1500;text-align:left;border:1px solid #f2f6fc;border-radius:4px}.v-note-wrapper.fullscreen{position:fixed;left:0;right:0;bottom:0;top:0;margin:0;height:auto;z-index:1501}.v-note-wrapper .v-note-op{padding:1px;width:100%;display:flex;white-space:pre-line;flex:none;min-height:40px;user-select:none;border-bottom:1px solid #f2f6fc;border-radius:4px 4px 0 0;background-color:#fff;z-index:1}.v-note-wrapper .v-note-op .v-left-item,.v-note-wrapper .v-note-op .v-right-item{flex:1;min-height:40px;box-sizing:border-box}.v-note-wrapper .v-note-op .v-left-item .op-icon-divider,.v-note-wrapper .v-note-op .v-right-item .op-icon-divider{height:40px;border-left:1px solid #e5e5e5;margin:0 6px 0 4px}.v-note-wrapper .v-note-op .v-left-item .op-icon,.v-note-wrapper .v-note-op .v-right-item .op-icon{box-sizing:border-box;display:inline-block;cursor:pointer;height:28px;width:28px;margin:6px 0 5px 0;font-size:14px;padding:4.5px 6px 5px 3.5px;color:#757575;border-radius:5px;text-align:center;background:none;border:none;outline:none;line-height:1}.v-note-wrapper .v-note-op .v-left-item .op-icon.dropdown-wrapper,.v-note-wrapper .v-note-op .v-right-item .op-icon.dropdown-wrapper{line-height:18px}.v-note-wrapper .v-note-op .v-left-item .op-icon.selected,.v-note-wrapper .v-note-op .v-right-item .op-icon.selected{color:rgba(0,0,0,0.8);background:#eaeaea}.v-note-wrapper .v-note-op .v-left-item .op-icon:hover,.v-note-wrapper .v-note-op .v-right-item .op-icon:hover{color:rgba(0,0,0,0.8);background:#e9e9eb}.v-note-wrapper .v-note-op .v-left-item.transition .op-icon,.v-note-wrapper .v-note-op .v-right-item.transition .op-icon{transition:all .2s linear 0s}.v-note-wrapper .v-note-op .v-right-item{text-align:right;padding-right:6px;max-width:30%}.v-note-wrapper .v-note-op .v-left-item{text-align:left;padding-left:6px}.v-note-wrapper .v-note-panel{position:relative;border-top:none;display:flex;flex:1;width:100%;box-sizing:border-box;overflow:hidden}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper{flex:0 0 50%;width:50%;padding:0;overflow-y:scroll;overflow-x:hidden;box-sizing:border-box;cursor:text;border-bottom-left-radius:4px}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.scroll-style::-webkit-scrollbar{width:6px;background-color:#e5e5e5}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.scroll-style::-webkit-scrollbar-thumb{background-color:#b7b7b7;border-radius:4px}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.scroll-style::-webkit-scrollbar-thumb:hover{background-color:#a1a1a1}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.scroll-style::-webkit-scrollbar-thumb:active{background-color:#a1a1a1}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.scroll-style::-webkit-scrollbar-track{-webkit-box-shadow:0 0 0 #808080 inset}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.scroll-style-border-radius::-webkit-scrollbar{border-bottom-right-radius:4px}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.transition{transition:all .2s linear 0s}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.single-edit{width:100%;flex:0 0 100%;overflow-y:auto}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.single-show{width:0;flex:0 0 0;display:none}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper .content-div{width:100%;padding:20px 25px;box-sizing:border-box;outline:0 none;border:none !important;color:#2c3e50;font-size:16px}.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper .content-input-wrapper{width:100%;padding:8px 25px 15px 25px}.v-note-wrapper .v-note-panel .v-note-show{flex:0 0 50%;width:50%;overflow-y:auto;padding:0 0;transition:all .2s linear 0s}.v-note-wrapper .v-note-panel .v-note-show.single-show{flex:0 0 100%;width:100%}.v-note-wrapper .v-note-panel .v-note-show .v-show-content,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html{width:100%;height:100%;padding:8px 25px 15px 25px;overflow-y:auto;box-sizing:border-box;overflow-x:hidden}.v-note-wrapper .v-note-panel .v-note-show .v-show-content.scroll-style::-webkit-scrollbar,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html.scroll-style::-webkit-scrollbar{width:6px;background-color:#e5e5e5}.v-note-wrapper .v-note-panel .v-note-show .v-show-content.scroll-style::-webkit-scrollbar-thumb,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html.scroll-style::-webkit-scrollbar-thumb{background-color:#b7b7b7;border-radius:4px}.v-note-wrapper .v-note-panel .v-note-show .v-show-content.scroll-style::-webkit-scrollbar-thumb:hover,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html.scroll-style::-webkit-scrollbar-thumb:hover{background-color:#a1a1a1}.v-note-wrapper .v-note-panel .v-note-show .v-show-content.scroll-style::-webkit-scrollbar-thumb:active,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html.scroll-style::-webkit-scrollbar-thumb:active{background-color:#a1a1a1}.v-note-wrapper .v-note-panel .v-note-show .v-show-content.scroll-style::-webkit-scrollbar-track,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html.scroll-style::-webkit-scrollbar-track{-webkit-box-shadow:0 0 0 #808080 inset}.v-note-wrapper .v-note-panel .v-note-show .v-show-content.scroll-style-border-radius::-webkit-scrollbar,.v-note-wrapper .v-note-panel .v-note-show .v-show-content-html.scroll-style-border-radius::-webkit-scrollbar{border-bottom-right-radius:4px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper{display:flex;position:absolute;width:250px;right:0;top:0;bottom:0;height:100%;flex-direction:column;background-color:rgba(255,255,255,0.98);border-left:1px solid #f2f6fc;border-right:1px solid #f2f6fc}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper.transition{transition:all .1s linear 0s}@media only screen and (max-width:768px){.v-note-wrapper .v-note-panel .v-note-navigation-wrapper{width:50%}}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper.slideTop-enter-active,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper.slideTop-leave-active{height:100%}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper.slideTop-enter,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper.slideTop-leave-active{height:0}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-title{height:50px;width:100%;border-bottom:1px solid #f2f6fc;flex:none;line-height:50px;font-size:16px;box-sizing:border-box;padding:0 12px 0 18px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-title .v-note-navigation-close{float:right;color:#606266;font-size:18px;cursor:pointer}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-title .v-note-navigation-close:hover{color:#303133}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content{overflow-y:auto;flex:1;padding:8px 0}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content.scroll-style::-webkit-scrollbar{width:6px;background-color:#e5e5e5}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content.scroll-style::-webkit-scrollbar-thumb{background-color:#b7b7b7;border-radius:4px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content.scroll-style::-webkit-scrollbar-thumb:hover{background-color:#a1a1a1}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content.scroll-style::-webkit-scrollbar-thumb:active{background-color:#a1a1a1}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content.scroll-style::-webkit-scrollbar-track{-webkit-box-shadow:0 0 0 #808080 inset}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content.scroll-style-border-radius::-webkit-scrollbar{border-bottom-right-radius:4px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h1,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h2,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h3,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h4,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h5,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h6{margin:2px 0;font-weight:500;font-size:17px;color:#2185d0;cursor:pointer;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 12px;border-bottom:none}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h1:hover,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h2:hover,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h3:hover,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h4:hover,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h5:hover,.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h6:hover{color:#483d8b;text-decoration-line:underline}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h2{padding-left:27px;font-size:17px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h3{padding-left:42px;font-size:17px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h4{padding-left:58px;font-size:15px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h5{padding-left:72px;font-size:15px}.v-note-wrapper .v-note-panel .v-note-navigation-wrapper .v-note-navigation-content h6{padding-left:87px;font-size:15px}.v-note-wrapper .v-note-read-model{position:relative;display:none;width:100%;height:100%;background:#fbfbfb;padding:30px 8% 50px 8%;overflow-y:auto;box-sizing:border-box}.v-note-wrapper .v-note-read-model.scroll-style::-webkit-scrollbar{width:6px;background-color:#e5e5e5}.v-note-wrapper .v-note-read-model.scroll-style::-webkit-scrollbar-thumb{background-color:#b7b7b7;border-radius:4px}.v-note-wrapper .v-note-read-model.scroll-style::-webkit-scrollbar-thumb:hover{background-color:#a1a1a1}.v-note-wrapper .v-note-read-model.scroll-style::-webkit-scrollbar-thumb:active{background-color:#a1a1a1}.v-note-wrapper .v-note-read-model.scroll-style::-webkit-scrollbar-track{-webkit-box-shadow:0 0 0 #808080 inset}.v-note-wrapper .v-note-read-model.scroll-style-border-radius::-webkit-scrollbar{border-bottom-right-radius:4px}.v-note-wrapper .v-note-read-model.show{display:block}.v-note-wrapper.shadow{border:none}.v-note-help-wrapper{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.7);z-index:1600;transition:all .1s linear 0s}.v-note-help-wrapper.fade-enter-active,.v-note-help-wrapper.fade-leave-active{opacity:1}.v-note-help-wrapper.fade-enter,.v-note-help-wrapper.fade-leave-active{opacity:0}.v-note-help-wrapper .v-note-help-content{position:relative;width:60%;max-width:800px;margin:30px auto;height:90%;min-width:320px;transition:all .1s linear 0s;z-index:3;border:1px solid #f2f6fc}.v-note-help-wrapper .v-note-help-content.shadow{border:none;box-shadow:0 0 5px rgba(0,0,0,0.157),0 0 5px rgba(0,0,0,0.227)}.v-note-help-wrapper .v-note-help-content i{font-size:28px;position:absolute;right:15px;top:8px;color:rgba(0,0,0,0.7);cursor:pointer}.v-note-help-wrapper .v-note-help-content i:hover{color:#000}.v-note-help-wrapper .v-note-help-content .v-note-help-show{width:100%;height:100%;font-size:18px;background:#fbfbfb;overflow-y:auto;padding:2% 6%}.v-note-help-wrapper .v-note-help-content .v-note-help-show.scroll-style::-webkit-scrollbar{width:6px;background-color:#e5e5e5}.v-note-help-wrapper .v-note-help-content .v-note-help-show.scroll-style::-webkit-scrollbar-thumb{background-color:#b7b7b7;border-radius:4px}.v-note-help-wrapper .v-note-help-content .v-note-help-show.scroll-style::-webkit-scrollbar-thumb:hover{background-color:#a1a1a1}.v-note-help-wrapper .v-note-help-content .v-note-help-show.scroll-style::-webkit-scrollbar-thumb:active{background-color:#a1a1a1}.v-note-help-wrapper .v-note-help-content .v-note-help-show.scroll-style::-webkit-scrollbar-track{-webkit-box-shadow:0 0 0 #808080 inset}.v-note-help-wrapper .v-note-help-content .v-note-help-show.scroll-style-border-radius::-webkit-scrollbar{border-bottom-right-radius:4px}.v-note-img-wrapper{position:fixed;display:flex;justify-content:center;align-items:center;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.7);z-index:1600;transition:all .1s linear 0s}.v-note-img-wrapper.fade-enter-active,.v-note-img-wrapper.fade-leave-active{opacity:1}.v-note-img-wrapper.fade-enter,.v-note-img-wrapper.fade-leave-active{opacity:0}.v-note-img-wrapper img{flex:0 0 auto;z-index:3}.v-note-img-wrapper i{font-size:28px;position:absolute;right:15px;top:8px;color:rgba(255,255,255,0.7);cursor:pointer}.v-note-img-wrapper i:hover{color:#fff}",""]),e.exports=t},function(e,t,n){n(231)},function(e,t){},,,,,,,,,function(e,t){},,function(e,t){}])})})(mavonEditor);var githubMarkdown_min="",index="",inBrowser=typeof window!="undefined";function raf(e){return inBrowser?requestAnimationFrame(e):-1}function cancelRaf(e){inBrowser&&cancelAnimationFrame(e)}function doubleRaf(e){raf(()=>raf(e))}var isWindow=e=>e===window,makeDOMRect=(e,t)=>({top:0,left:0,right:e,bottom:t,width:e,height:t}),useRect=e=>{const t=unref(e);if(isWindow(t)){const n=t.innerWidth,r=t.innerHeight;return makeDOMRect(n,r)}return t!=null&&t.getBoundingClientRect?t.getBoundingClientRect():makeDOMRect(0,0)};function useToggle(e=!1){const t=ref(e);return[t,(r=!t.value)=>{t.value=r}]}function useParent(e){const t=inject(e,null);if(t){const n=getCurrentInstance(),{link:r,unlink:i,internalChildren:g}=t;r(n),onUnmounted(()=>i(n));const y=computed(()=>g.indexOf(n));return{parent:t,index:y}}return{parent:null,index:ref(-1)}}function flattenVNodes(e){const t=[],n=r=>{Array.isArray(r)&&r.forEach(i=>{var g;isVNode(i)&&(t.push(i),(g=i.component)!=null&&g.subTree&&(t.push(i.component.subTree),n(i.component.subTree.children)),i.children&&n(i.children))})};return n(e),t}function sortChildren(e,t,n){const r=flattenVNodes(e.subTree.children);n.sort((g,y)=>r.indexOf(g.vnode)-r.indexOf(y.vnode));const i=n.map(g=>g.proxy);t.sort((g,y)=>{const k=i.indexOf(g),$=i.indexOf(y);return k-$})}function useChildren(e){const t=reactive([]),n=reactive([]),r=getCurrentInstance();return{children:t,linkChildren:g=>{provide(e,Object.assign({link:$=>{$.proxy&&(n.push($),t.push($.proxy),sortChildren(r,t,n))},unlink:$=>{const j=n.indexOf($);t.splice(j,1),n.splice(j,1)},children:t,internalChildren:n},g))}}}var SECOND=1e3,MINUTE=60*SECOND,HOUR=60*MINUTE,DAY=24*HOUR;function parseTime(e){const t=Math.floor(e/DAY),n=Math.floor(e%DAY/HOUR),r=Math.floor(e%HOUR/MINUTE),i=Math.floor(e%MINUTE/SECOND),g=Math.floor(e%SECOND);return{total:e,days:t,hours:n,minutes:r,seconds:i,milliseconds:g}}function isSameSecond(e,t){return Math.floor(e/1e3)===Math.floor(t/1e3)}function useCountDown(e){let t,n,r,i;const g=ref(e.time),y=computed(()=>parseTime(g.value)),k=()=>{r=!1,cancelRaf(t)},$=()=>Math.max(n-Date.now(),0),j=q=>{var H,V;g.value=q,(H=e.onChange)==null||H.call(e,y.value),q===0&&(k(),(V=e.onFinish)==null||V.call(e))},C=()=>{t=raf(()=>{r&&(j($()),g.value>0&&C())})},R=()=>{t=raf(()=>{if(r){const q=$();(!isSameSecond(q,g.value)||q===0)&&j(q),g.value>0&&R()}})},L=()=>{!inBrowser||(e.millisecond?C():R())},z=()=>{r||(n=Date.now()+g.value,r=!0,L())},B=(q=e.time)=>{k(),g.value=q};return onBeforeUnmount(k),onActivated(()=>{i&&(r=!0,i=!1,L())}),onDeactivated(()=>{r&&(k(),i=!0)}),{start:z,pause:k,reset:B,current:y}}function onMountedOrActivated(e){let t;onMounted(()=>{e(),nextTick(()=>{t=!0})}),onActivated(()=>{t&&e()})}function useEventListener(e,t,n={}){if(!inBrowser)return;const{target:r=window,passive:i=!1,capture:g=!1}=n;let y;const k=j=>{const C=unref(j);C&&!y&&(C.addEventListener(e,t,{capture:g,passive:i}),y=!0)},$=j=>{const C=unref(j);C&&y&&(C.removeEventListener(e,t,g),y=!1)};onUnmounted(()=>$(r)),onDeactivated(()=>$(r)),onMountedOrActivated(()=>k(r)),isRef(r)&&watch(r,(j,C)=>{$(C),k(j)})}function useClickAway(e,t,n={}){if(!inBrowser)return;const{eventName:r="click"}=n;useEventListener(r,g=>{(Array.isArray(e)?e:[e]).every($=>{const j=unref($);return j&&!j.contains(g.target)})&&t(g)},{target:document})}var width,height;function useWindowSize(){if(!width&&(width=ref(0),height=ref(0),inBrowser)){const e=()=>{width.value=window.innerWidth,height.value=window.innerHeight};e(),window.addEventListener("resize",e,{passive:!0}),window.addEventListener("orientationchange",e,{passive:!0})}return{width,height}}var overflowScrollReg=/scroll|auto|overlay/i,defaultRoot=inBrowser?window:void 0;function isElement$1(e){return e.tagName!=="HTML"&&e.tagName!=="BODY"&&e.nodeType===1}function getScrollParent$1(e,t=defaultRoot){let n=e;for(;n&&n!==t&&isElement$1(n);){const{overflowY:r}=window.getComputedStyle(n);if(overflowScrollReg.test(r))return n;n=n.parentNode}return t}function useScrollParent(e,t=defaultRoot){const n=ref();return onMounted(()=>{e.value&&(n.value=getScrollParent$1(e.value,t))}),n}var visibility;function usePageVisibility(){if(!visibility&&(visibility=ref("visible"),inBrowser)){const e=()=>{visibility.value=document.hidden?"hidden":"visible"};e(),window.addEventListener("visibilitychange",e)}return visibility}var CUSTOM_FIELD_INJECTION_KEY=Symbol("van-field");function useCustomFieldValue(e){const t=inject(CUSTOM_FIELD_INJECTION_KEY,null);t&&!t.customValue.value&&(t.customValue.value=e,watch(e,()=>{t.resetValidation(),t.validateWithTrigger("onChange")}))}function getWindow(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function isElement(e){var t=getWindow(e).Element;return e instanceof t||e instanceof Element}function isHTMLElement(e){var t=getWindow(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function isShadowRoot(e){if(typeof ShadowRoot=="undefined")return!1;var t=getWindow(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var round=Math.round;function getUAString(){var e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function isLayoutViewport(){return!/^((?!chrome|android).)*safari/i.test(getUAString())}function getBoundingClientRect(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),i=1,g=1;t&&isHTMLElement(e)&&(i=e.offsetWidth>0&&round(r.width)/e.offsetWidth||1,g=e.offsetHeight>0&&round(r.height)/e.offsetHeight||1);var y=isElement(e)?getWindow(e):window,k=y.visualViewport,$=!isLayoutViewport()&&n,j=(r.left+($&&k?k.offsetLeft:0))/i,C=(r.top+($&&k?k.offsetTop:0))/g,R=r.width/i,L=r.height/g;return{width:R,height:L,top:C,right:j+R,bottom:C+L,left:j,x:j,y:C}}function getWindowScroll(e){var t=getWindow(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function getHTMLElementScroll(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function getNodeScroll(e){return e===getWindow(e)||!isHTMLElement(e)?getWindowScroll(e):getHTMLElementScroll(e)}function getNodeName(e){return e?(e.nodeName||"").toLowerCase():null}function getDocumentElement(e){return((isElement(e)?e.ownerDocument:e.document)||window.document).documentElement}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getWindowScroll(e).scrollLeft}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function isScrollParent(e){var t=getComputedStyle$1(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function isElementScaled(e){var t=e.getBoundingClientRect(),n=round(t.width)/e.offsetWidth||1,r=round(t.height)/e.offsetHeight||1;return n!==1||r!==1}function getCompositeRect(e,t,n){n===void 0&&(n=!1);var r=isHTMLElement(t),i=isHTMLElement(t)&&isElementScaled(t),g=getDocumentElement(t),y=getBoundingClientRect(e,i,n),k={scrollLeft:0,scrollTop:0},$={x:0,y:0};return(r||!r&&!n)&&((getNodeName(t)!=="body"||isScrollParent(g))&&(k=getNodeScroll(t)),isHTMLElement(t)?($=getBoundingClientRect(t,!0),$.x+=t.clientLeft,$.y+=t.clientTop):g&&($.x=getWindowScrollBarX(g))),{x:y.left+k.scrollLeft-$.x,y:y.top+k.scrollTop-$.y,width:y.width,height:y.height}}function getLayoutRect(e){var t=getBoundingClientRect(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function getParentNode(e){return getNodeName(e)==="html"?e:e.assignedSlot||e.parentNode||(isShadowRoot(e)?e.host:null)||getDocumentElement(e)}function getScrollParent(e){return["html","body","#document"].indexOf(getNodeName(e))>=0?e.ownerDocument.body:isHTMLElement(e)&&isScrollParent(e)?e:getScrollParent(getParentNode(e))}function listScrollParents(e,t){var n;t===void 0&&(t=[]);var r=getScrollParent(e),i=r===((n=e.ownerDocument)==null?void 0:n.body),g=getWindow(r),y=i?[g].concat(g.visualViewport||[],isScrollParent(r)?r:[]):r,k=t.concat(y);return i?k:k.concat(listScrollParents(getParentNode(y)))}function isTableElement(e){return["table","td","th"].indexOf(getNodeName(e))>=0}function getTrueOffsetParent(e){return!isHTMLElement(e)||getComputedStyle$1(e).position==="fixed"?null:e.offsetParent}function getContainingBlock(e){var t=/firefox/i.test(getUAString()),n=/Trident/i.test(getUAString());if(n&&isHTMLElement(e)){var r=getComputedStyle$1(e);if(r.position==="fixed")return null}var i=getParentNode(e);for(isShadowRoot(i)&&(i=i.host);isHTMLElement(i)&&["html","body"].indexOf(getNodeName(i))<0;){var g=getComputedStyle$1(i);if(g.transform!=="none"||g.perspective!=="none"||g.contain==="paint"||["transform","perspective"].indexOf(g.willChange)!==-1||t&&g.willChange==="filter"||t&&g.filter&&g.filter!=="none")return i;i=i.parentNode}return null}function getOffsetParent(e){for(var t=getWindow(e),n=getTrueOffsetParent(e);n&&isTableElement(n)&&getComputedStyle$1(n).position==="static";)n=getTrueOffsetParent(n);return n&&(getNodeName(n)==="html"||getNodeName(n)==="body"&&getComputedStyle$1(n).position==="static")?t:n||getContainingBlock(e)||t}var top="top",bottom="bottom",right="right",left="left",auto="auto",basePlacements=[top,bottom,right,left],start="start",end="end",placements=[].concat(basePlacements,[auto]).reduce(function(e,t){return e.concat([t,t+"-"+start,t+"-"+end])},[]),beforeRead="beforeRead",read="read",afterRead="afterRead",beforeMain="beforeMain",main="main",afterMain="afterMain",beforeWrite="beforeWrite",write="write",afterWrite="afterWrite",modifierPhases=[beforeRead,read,afterRead,beforeMain,main,afterMain,beforeWrite,write,afterWrite];function order(e){var t=new Map,n=new Set,r=[];e.forEach(function(g){t.set(g.name,g)});function i(g){n.add(g.name);var y=[].concat(g.requires||[],g.requiresIfExists||[]);y.forEach(function(k){if(!n.has(k)){var $=t.get(k);$&&i($)}}),r.push(g)}return e.forEach(function(g){n.has(g.name)||i(g)}),r}function orderModifiers(e){var t=order(e);return modifierPhases.reduce(function(n,r){return n.concat(t.filter(function(i){return i.phase===r}))},[])}function debounce(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function format(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r=0?"x":"y"}function computeOffsets(e){var t=e.reference,n=e.element,r=e.placement,i=r?getBasePlacement(r):null,g=r?getVariation(r):null,y=t.x+t.width/2-n.width/2,k=t.y+t.height/2-n.height/2,$;switch(i){case top:$={x:y,y:t.y-n.height};break;case bottom:$={x:y,y:t.y+t.height};break;case right:$={x:t.x+t.width,y:k};break;case left:$={x:t.x-n.width,y:k};break;default:$={x:t.x,y:t.y}}var j=i?getMainAxisFromPlacement(i):null;if(j!=null){var C=j==="y"?"height":"width";switch(g){case start:$[j]=$[j]-(t[C]/2-n[C]/2);break;case end:$[j]=$[j]+(t[C]/2-n[C]/2);break}}return $}var INVALID_ELEMENT_ERROR="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",INFINITE_LOOP_ERROR="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",DEFAULT_OPTIONS={placement:"bottom",modifiers:[],strategy:"absolute"};function areValidElements(){for(var e=arguments.length,t=new Array(e),n=0;n100){console.error(INFINITE_LOOP_ERROR);break}if(C.reset===!0){C.reset=!1,W=-1;continue}var J=C.orderedModifiers[W],te=J.fn,Q=J.options,re=Q===void 0?{}:Q,ee=J.name;typeof te=="function"&&(C=te({state:C,options:re,name:ee,instance:z})||C)}}},update:debounce(function(){return new Promise(function(H){z.forceUpdate(),H(C)})}),destroy:function(){q(),L=!0}};if(!areValidElements(k,$))return console.error(INVALID_ELEMENT_ERROR),z;z.setOptions(j).then(function(H){!L&&j.onFirstUpdate&&j.onFirstUpdate(H)});function B(){C.orderedModifiers.forEach(function(H){var V=H.name,K=H.options,G=K===void 0?{}:K,Z=H.effect;if(typeof Z=="function"){var W=Z({state:C,name:V,instance:z,options:G}),J=function(){};R.push(W||J)}})}function q(){R.forEach(function(H){return H()}),R=[]}return z}}var passive={passive:!0};function effect(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,g=i===void 0?!0:i,y=r.resize,k=y===void 0?!0:y,$=getWindow(t.elements.popper),j=[].concat(t.scrollParents.reference,t.scrollParents.popper);return g&&j.forEach(function(C){C.addEventListener("scroll",n.update,passive)}),k&&$.addEventListener("resize",n.update,passive),function(){g&&j.forEach(function(C){C.removeEventListener("scroll",n.update,passive)}),k&&$.removeEventListener("resize",n.update,passive)}}var eventListeners_default={name:"eventListeners",enabled:!0,phase:"write",fn:function e(){},effect,data:{}};function popperOffsets(e){var t=e.state,n=e.name;t.modifiersData[n]=computeOffsets({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var popperOffsets_default={name:"popperOffsets",enabled:!0,phase:"read",fn:popperOffsets,data:{}},unsetSides={top:"auto",right:"auto",bottom:"auto",left:"auto"};function roundOffsetsByDPR(e){var t=e.x,n=e.y,r=window,i=r.devicePixelRatio||1;return{x:round(t*i)/i||0,y:round(n*i)/i||0}}function mapToStyles(e){var t,n=e.popper,r=e.popperRect,i=e.placement,g=e.variation,y=e.offsets,k=e.position,$=e.gpuAcceleration,j=e.adaptive,C=e.roundOffsets,R=e.isFixed,L=y.x,z=L===void 0?0:L,B=y.y,q=B===void 0?0:B,H=typeof C=="function"?C({x:z,y:q}):{x:z,y:q};z=H.x,q=H.y;var V=y.hasOwnProperty("x"),K=y.hasOwnProperty("y"),G=left,Z=top,W=window;if(j){var J=getOffsetParent(n),te="clientHeight",Q="clientWidth";if(J===getWindow(n)&&(J=getDocumentElement(n),getComputedStyle$1(J).position!=="static"&&k==="absolute"&&(te="scrollHeight",Q="scrollWidth")),J=J,i===top||(i===left||i===right)&&g===end){Z=bottom;var re=R&&J===W&&W.visualViewport?W.visualViewport.height:J[te];q-=re-r.height,q*=$?1:-1}if(i===left||(i===top||i===bottom)&&g===end){G=right;var ee=R&&J===W&&W.visualViewport?W.visualViewport.width:J[Q];z-=ee-r.width,z*=$?1:-1}}var ne=Object.assign({position:k},j&&unsetSides),ae=C===!0?roundOffsetsByDPR({x:z,y:q}):{x:z,y:q};if(z=ae.x,q=ae.y,$){var oe;return Object.assign({},ne,(oe={},oe[Z]=K?"0":"",oe[G]=V?"0":"",oe.transform=(W.devicePixelRatio||1)<=1?"translate("+z+"px, "+q+"px)":"translate3d("+z+"px, "+q+"px, 0)",oe))}return Object.assign({},ne,(t={},t[Z]=K?q+"px":"",t[G]=V?z+"px":"",t.transform="",t))}function computeStyles(e){var t=e.state,n=e.options,r=n.gpuAcceleration,i=r===void 0?!0:r,g=n.adaptive,y=g===void 0?!0:g,k=n.roundOffsets,$=k===void 0?!0:k;{var j=getComputedStyle$1(t.elements.popper).transitionProperty||"";y&&["transform","top","right","bottom","left"].some(function(R){return j.indexOf(R)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',`
`,'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.",`
`,"We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}var C={placement:getBasePlacement(t.placement),variation:getVariation(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,mapToStyles(Object.assign({},C,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:y,roundOffsets:$})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,mapToStyles(Object.assign({},C,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:$})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var computeStyles_default={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:computeStyles,data:{}};function applyStyles(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},i=t.attributes[n]||{},g=t.elements[n];!isHTMLElement(g)||!getNodeName(g)||(Object.assign(g.style,r),Object.keys(i).forEach(function(y){var k=i[y];k===!1?g.removeAttribute(y):g.setAttribute(y,k===!0?"":k)}))})}function effect2(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var i=t.elements[r],g=t.attributes[r]||{},y=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),k=y.reduce(function($,j){return $[j]="",$},{});!isHTMLElement(i)||!getNodeName(i)||(Object.assign(i.style,k),Object.keys(g).forEach(function($){i.removeAttribute($)}))})}}var applyStyles_default={name:"applyStyles",enabled:!0,phase:"write",fn:applyStyles,effect:effect2,requires:["computeStyles"]},defaultModifiers=[eventListeners_default,popperOffsets_default,computeStyles_default,applyStyles_default],createPopper=popperGenerator({defaultModifiers});function distanceAndSkiddingToXY(e,t,n){var r=getBasePlacement(e),i=[left,top].indexOf(r)>=0?-1:1,g=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,y=g[0],k=g[1];return y=y||0,k=(k||0)*i,[left,right].indexOf(r)>=0?{x:k,y}:{x:y,y:k}}function offset(e){var t=e.state,n=e.options,r=e.name,i=n.offset,g=i===void 0?[0,0]:i,y=placements.reduce(function(C,R){return C[R]=distanceAndSkiddingToXY(R,t.rects,g),C},{}),k=y[t.placement],$=k.x,j=k.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=$,t.modifiersData.popperOffsets.y+=j),t.modifiersData[r]=y}var offset_default={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:offset};export{Y as $,circle_close_filled_default as A,info_filled_default as B,CUSTOM_FIELD_INJECTION_KEY as C,close_default as D,loading_default as E,circle_check_default as F,circle_close_default as G,isBoolean as H,tryOnScopeDispose as I,arrow as J,unrefElement as K,computePosition as L,useWindowSize$1 as M,useElementBounding as N,useEventListener$1 as O,view_default as P,hide_default as Q,useResizeObserver as R,onClickOutside as S,debounce$1 as T,useThrottleFn as U,caret_top_default as V,TinyColor as W,dayjs as X,isEqual$1 as Y,clock_default as Z,calendar_default as _,useRect as a,useRouter as a$,arrow_up_default as a0,arrow_down_default as a1,union$1 as a2,customParseFormat as a3,localeData as a4,throttle as a5,arrow_left_default as a6,arrow_right_default as a7,pick$1 as a8,check_default as a9,back_default as aA,more_filled_default as aB,question_filled_default as aC,star_filled_default as aD,star_default as aE,circle_check_filled_default as aF,memoize as aG,memoizeOne as aH,picture_filled_default as aI,merge$3 as aJ,escapeHtml_1 as aK,flatMap as aL,sort_up_default as aM,sort_down_default as aN,useDocumentVisibility as aO,useWindowFocus as aP,computedEager as aQ,offset$1 as aR,search_default as aS,caret_right_default as aT,document_default as aU,delete_default as aV,useVModel as aW,axios as aX,lib as aY,defineStore as aZ,useRoute as a_,flattenDeep as aa,cloneDeep as ab,useCssVar as ac,castArray as ad,flatten as ae,d_arrow_left_default as af,d_arrow_right_default as ag,advancedFormat as ah,weekOfYear as ai,weekYear as aj,dayOfYear as ak,isSameOrAfter as al,isSameOrBefore as am,useTimeoutFn as an,refDebounced as ao,clone as ap,Schema as aq,full_screen_default as ar,scale_to_original_default as as,zoom_out_default as at,zoom_in_default as au,refresh_left_default as av,refresh_right_default as aw,minus_default as ax,plus_default as ay,more_default as az,useChildren as b,fold_default as b0,expand_default as b1,bell_default as b2,setting_default as b3,onBeforeRouteUpdate as b4,chat_line_round_default as b5,upload_default as b6,edit_default as b7,timer_default as b8,stamp_default as b9,share_default as ba,iphone_default as bb,download_default as bc,browser as bd,mavonEditor as be,document_checked_default as bf,warning_default as bg,refresh_default as bh,createRouter as bi,createWebHashHistory as bj,createPinia as bk,useParent as c,useEventListener as d,useScrollParent as e,usePageVisibility as f,getScrollParent$1 as g,doubleRaf as h,useCustomFieldValue as i,useToggle as j,cancelRaf as k,useCountDown as l,useClickAway as m,offset_default as n,onMountedOrActivated as o,createPopper as p,isClient as q,raf as r,isNil as s,get as t,useWindowSize as u,set as v,isNumber$1 as w,fromPairs as x,success_filled_default as y,warning_filled_default as z};