From b369db2f3f4de6dcdd707adb271a4da44fff3d9e Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 14 Jan 2021 14:21:15 +0100 Subject: [PATCH] add some more stuff --- README.md | 3 ++- de/README.md | 13 +++++++++++-- de/maintainance.md | 3 +++ docute-source/docute.css | 1 + docute-source/docute.js | 1 + index.html | 4 ++-- index.js | 11 +---------- 7 files changed, 21 insertions(+), 15 deletions(-) create mode 100644 de/maintainance.md create mode 100644 docute-source/docute.css create mode 100644 docute-source/docute.js diff --git a/README.md b/README.md index 77fee50..83340ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # User documentation -User documentation for the Itsblue Speed Climbing Stopwatch. +User documentation for the Itsblue Speed Climbing Stopwatch. +If you want to read the documentation you can [find it here](https://scstw.itsblue.de). # Development diff --git a/de/README.md b/de/README.md index 83e4f21..8ea652b 100644 --- a/de/README.md +++ b/de/README.md @@ -1,2 +1,11 @@ -# Die Speed Climbing Stopwatch -Die Speed Climbing Stopwatch, ab jetzt nur noch ScStw genannt, ist eine Anlage zum Messen von Zeiten beim Speed-Klettern. \ No newline at end of file +# Über die Speed Climbing Stopwatch +Die Speed Climbing Stopwatch, ab jetzt nur noch ScStw genannt, ist eine Anlage zum Messen von Zeiten beim Speed-Klettern. +Im Vergleich zu anderen, ähnlichen Anlagen hat sie folgende Vorteile: +- Sie ist komplett Kabellos, alle Komponenten interagieren über WLAN. +- Dadurch ist sie sehr schnell aufbaubar, die Komponenten müssen nur eingeschaltet werden, der Rest passiert automatisch. Kabel verlegen war gestern. +- Sie ist die erste derartige Stoppuhr auf dem Markt, die auch die Ansagen "At your marks" und "Ready" autonom wiedergeben kann. +- Durch diesen Automatismus ist es auch alleine möglich mit ihr zu Wettkampf-gerechten Bedingungen zu trainieren. +- Die Bedienung der ScStw stammt aus dem 21. Jahrhundert: Sie wird ausschließlich über eine App bedient und ist sehr einfach zu handhaben. +- Sie ist erschwinglich genug, dass auch Athleten und lokale Verbände sie für ihr Training verwenden können. + +Auf den folgenden Seiten finden sich detaillierte Anleitungen rund um die ScStw. diff --git a/de/maintainance.md b/de/maintainance.md new file mode 100644 index 0000000..4748576 --- /dev/null +++ b/de/maintainance.md @@ -0,0 +1,3 @@ +# Bitte kommen Sie bald wieder + +Wir arbeiten noch an der vollständigen Dokumentation der ScSw. Sie wird in den nächsten Tagen verfügbar sein. \ No newline at end of file diff --git a/docute-source/docute.css b/docute-source/docute.css new file mode 100644 index 0000000..e210503 --- /dev/null +++ b/docute-source/docute.css @@ -0,0 +1 @@ +body{margin:0;color:var(--text-color);background:var(--page-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font:16px/1.7 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}a{color:var(--link-color);text-decoration:none}.Content a:hover{text-decoration:underline}.external-link-icon{color:#aaa;display:inline-block}.medium-zoom-image--opened,.medium-zoom-overlay{z-index:99}.Wrap{max-width:1180px}.layout-wide .Wrap{max-width:100%}.layout-narrow .Wrap{margin:0 auto}.docute-banner{margin-bottom:10px}.docute-banner>:first-child{margin-top:0}.docute-banner>:last-child{margin-bottom:0}.docute-footer{padding-top:60px}.InjectedComponents[data-position="mobile-sidebar:start"],.InjectedComponents[data-position="sidebar:start"]{margin-bottom:25px}.InjectedComponents[data-position="mobile-sidebar:start"]>:first-child,.InjectedComponents[data-position="sidebar:start"]>:first-child{margin-top:0}.InjectedComponents[data-position="sidebar:end"],.InjectedComponents[data-position="sidebar:post-end"]{margin-top:25px}.InjectedComponents[data-position="sidebar:end"]>:first-child,.InjectedComponents[data-position="sidebar:post-end"]>:first-child{margin-top:0}.InjectedComponents[data-position="content:start"]{margin-bottom:35px}.InjectedComponents[data-position="content:start"]>:first-child{margin-top:0}.InjectedComponents[data-position="content:start"]>:last-child{margin-bottom:0}.InjectedComponents[data-position="content:end"]{margin-top:30px}.InjectedComponents[data-position="header-right:start"]+.header-nav{margin-left:30px}@media (min-width:768px){.InjectedComponents[data-position="mobile-sidebar:end"],.InjectedComponents[data-position="mobile-sidebar:start"]{display:none}}.external-link-icon{margin-left:3px}.header-nav[data-v-93d08526]{display:flex;align-items:center;font-size:1rem}@media (max-width:768px){.header-nav[data-v-93d08526]{display:none}}[data-v-93d08526] a{color:var(--nav-link-color)}.header-nav-item[data-v-93d08526]{height:100%}.header-nav-item[data-v-93d08526]:not(:first-child){margin-left:25px}.header-nav-item[data-v-93d08526]>a{display:inline-flex;align-items:center;line-height:1.4;height:100%;position:relative}.header-nav-item[data-v-93d08526]>a:after{content:"";height:2px;width:100%;position:absolute;bottom:0;left:0;right:0;display:block}.header-nav-item[data-v-93d08526]>a.router-link-exact-active{color:var(--accent-color)}.header-nav-item[data-v-93d08526]>a.router-link-exact-active:after{background-color:var(--nav-link-border-color)}.mobile-header-nav[data-v-93d08526]{display:block;margin-bottom:30px;padding:0 20px 30px;border-bottom:1px solid var(--border-color)}.mobile-header-nav .header-nav-item[data-v-93d08526]:not(:first-child){margin-left:0}@media (min-width:768px){.mobile-header-nav[data-v-93d08526]{display:none}}.arrow[data-v-93d08526]{display:inline-block;vertical-align:middle;margin-top:-1px;margin-left:6px;margin-right:-14px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #ccc}.dropdown-wrapper[data-v-93d08526]{position:relative}.dropdown-wrapper:hover .dropdown-list[data-v-93d08526]{display:block}.dropdown-trigger[data-v-93d08526]:hover{cursor:default}.dropdown-list[data-v-93d08526]{display:none;list-style:none;margin:0;padding:5px 0;border:1px solid var(--border-color);border-radius:4px;position:absolute;right:0;top:100%;background:var(--header-background)}@media (max-width:768px){.dropdown-list[data-v-93d08526]{position:relative}}.dropdown-item[data-v-93d08526]{line-height:1.6}.dropdown-item[data-v-93d08526] a{padding:2px 1.5rem 2px 1.25rem;white-space:nowrap;display:block;position:relative}.dropdown-item[data-v-93d08526] a.router-link-exact-active{color:var(--accent-color)}.dropdown-item[data-v-93d08526] a.router-link-exact-active:before{content:"";width:0;height:0;border-left:5px solid #3eaf7c;border-top:3px solid transparent;border-bottom:3px solid transparent;position:absolute;top:calc(50% - 2px);left:9px}.PageToc[data-v-b4f38364]{border-left:1px solid var(--border-color);margin-left:16px;margin-top:10px}.PageTocHeading[data-v-b4f38364]{display:flex;line-height:1;position:relative}.PageTocHeading[data-v-b4f38364]:not(:last-child){margin-bottom:8px}.PageTocHeading[data-level="2"][data-v-b4f38364]{margin-left:16px}.PageTocHeading.router-link-exact-active[data-v-b4f38364]{font-weight:700;color:var(--sidebar-link-active-color)}.SidebarItem[data-v-794d5154]:not(:last-child){margin-bottom:10px}.SidebarItem[data-v-794d5154]{font-size:.875rem}.SidebarItem[data-v-794d5154] a{color:var(--sidebar-link-color)}.SidebarItem[data-v-794d5154] a:hover{color:var(--sidebar-link-active-color)}.ItemTitle[data-v-794d5154]{padding:0 20px;margin-bottom:10px;position:relative;color:var(--sidebar-link-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:0}.ItemTitle.collapsable[data-v-794d5154]:hover{cursor:pointer;color:var(--sidebar-link-active-color)}.ItemTitle span[data-v-794d5154]{font-size:.9rem}.ItemLink[data-v-794d5154]{margin:0 20px;display:flex;align-items:center}.ItemLink[data-v-794d5154]:before{content:"";display:block;width:4px;height:4px;border-radius:50%;background-color:var(--sidebar-link-arrow-color);margin-right:8px}.ItemLink.active[data-v-794d5154]{color:var(--sidebar-link-active-color);font-weight:700}.ItemLinkToc[data-v-794d5154]{margin:0 8px}.ItemChildren[data-v-794d5154]{border-left:1px solid var(--border-color);margin:0 20px}.ItemChild[data-v-794d5154]:not(:last-child){margin-bottom:10px}.ItemChildLink[data-v-794d5154]{padding-left:16px;display:flex;position:relative;line-height:1}.ItemChildLink.active[data-v-794d5154]{font-weight:700}a[data-v-794d5154]{text-decoration:none;color:var(--text-color)}.arrow[data-v-794d5154]{width:16px;display:inline-block;color:var(--sidebar-link-arrow-color)}.arrow svg[data-v-794d5154]{transition:all .15s ease}.arrow.open svg[data-v-794d5154]{transform:rotate(90deg)}.Sidebar[data-v-578c0cb2]{width:var(--sidebar-width);background:var(--sidebar-background);position:fixed;top:var(--header-height);bottom:0;z-index:9;overflow-y:auto;padding:40px 0 30px;word-break:break-word}.Sidebar a[data-v-578c0cb2]{text-decoration:none;color:var(--text-color)}@media (max-width:768px){.Sidebar[data-v-578c0cb2]{left:0;transform:translateX(-100%);width:80%;transition:transform .5s cubic-bezier(.5,.32,.01,1);padding:30px 0;border-right:1px solid var(--border-color)}.Sidebar.isShown[data-v-578c0cb2]{transform:translateX(0)}}@media print{.Sidebar[data-v-578c0cb2]{display:none}}.SidebarMask[data-v-69b97706]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:8}.sidebar-toggle[data-v-bc0f6e38]{display:flex;height:100%;align-items:center}@media (min-width:768px){.sidebar-toggle[data-v-bc0f6e38]{display:none}}@media print{.sidebar-toggle[data-v-bc0f6e38]{display:none}}.sidebar-toggle svg[data-v-bc0f6e38]{width:20px;height:20px;margin-right:10px}.Header[data-v-07005330]{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:33;border-bottom:1px solid var(--border-color);background:var(--header-background);color:var(--header-text-color)}@media print{.Header[data-v-07005330]{position:static}}.Wrap[data-v-07005330]{height:100%}.site-title[data-v-07005330]{font-weight:400;margin:0 25px 0 0;font-size:1.2rem;display:flex;align-items:center;white-space:nowrap}.site-title a[data-v-07005330]{color:inherit;text-decoration:none}.header-inner[data-v-07005330]{height:100%;padding:0 20px;position:relative;display:flex;align-items:center}@media print{.header-inner[data-v-07005330]{padding:0}}.header-left[data-v-07005330]{display:flex}.header-right[data-v-07005330]{display:flex;position:absolute;right:20px;top:0;height:100%;background:var(--header-background)}@media print{.header-right[data-v-07005330]{display:flex;right:0;padding-right:0}.header-right[data-v-07005330] .header-nav{display:flex}}.prev-next-links[data-v-28184c9e]{overflow:auto;margin-top:40px;padding-top:30px;border-top:1px solid var(--border-color)}@media print{.prev-next-links[data-v-28184c9e]{display:none}}.prev-link[data-v-28184c9e]{float:left}.next-link[data-v-28184c9e]{float:right}.EditLink[data-v-49573232]{margin-top:50px}.EditLink a[data-v-49573232]{display:inline-flex;align-items:center}.icon[data-v-49573232]{width:18px;height:18px;margin-right:10px}.token.cdata,.token.comment,.token.prolog{color:#637777;font-style:italic}.token.punctuation{color:#c792ea}.namespace{color:#b2ccd6}.token.deleted{color:rgba(239,83,80,.56);font-style:italic}.token.property,.token.symbol{color:#80cbc4}.token.keyword,.token.operator,.token.tag{color:#7fdbca}.token.boolean{color:#ff5874}.token.number{color:#f78c6c}.token.builtin,.token.char,.token.constant,.token.function{color:#82aaff}.token.doctype,.token.selector{color:#c792ea;font-style:italic}.token.attr-name,.token.inserted{color:#addb67;font-style:italic}.language-css .token.string,.style .token.string,.token.entity,.token.string,.token.url{color:#addb67}.token.atrule,.token.attr-value,.token.class-name{color:#ffcb8b}.token.important,.token.regex,.token.variable{color:#d6deeb}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.page-content>:first-child{margin-top:0}.page-content.has-page-title>h2:first-child{margin-top:7rem}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{font-weight:300;line-height:1.2}.page-content h1{font-size:3rem;margin-bottom:1.4rem}.page-content h2{font-size:2rem;border-bottom:1px solid var(--border-color);margin-top:7rem;padding-bottom:5px}.page-content h3{font-size:1.7rem;margin:40px 0 30px}.page-content h4{font-size:1.4rem}.page-content h5{font-size:1.1rem}.page-content p{margin:15px 0}.page-content table{width:100%;border-spacing:0;border-collapse:separate}.page-content table td,.page-content table th{padding:12px 10px;border-bottom:1px solid var(--border-color);text-align:left}.page-content thead th{color:var(--table-header-color);background:var(--table-header-background);border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);font-weight:400;font-size:12px;padding:10px}.page-content thead th:first-child{border-left:1px solid var(--border-color);border-radius:4px 0 0 4px}.page-content thead th:last-child{border-right:1px solid var(--border-color);border-radius:0 4px 4px 0}.page-content .pre-wrapper{margin:2rem 0;position:relative;border-radius:4px;background:var(--code-block-background);box-shadow:inset 0 0 0 var(--code-block-shadow-width) var(--code-block-shadow-color)}.page-content .pre-wrapper:before{content:attr(data-lang);position:absolute;top:5px;right:10px;font-size:12px;color:#cacaca}.page-content .pre-wrapper code{color:var(--code-block-text-color)}.page-content .code-mask,.page-content pre{overflow:auto;position:relative;margin:0;z-index:2;font-family:var(--code-font);white-space:pre}.page-content .code-mask code,.page-content pre code{box-shadow:none;margin:0;padding:0;border:none;font-size:1em;background:transparent}@media print{.page-content .code-mask,.page-content pre{white-space:pre-wrap;word-break:break-word}}.page-content pre{padding:20px}.page-content .code-mask{position:absolute;top:0;left:0;right:0;z-index:1;padding-top:20px;border:none;color:transparent}.page-content .code-line{display:block;padding:0 20px}.page-content .code-line.highlighted{background:var(--highlighted-line-background);position:relative}.page-content .code-line.highlighted:before{content:"";display:block;width:3px;top:0;left:0;bottom:0;background:var(--highlighted-line-border-color);position:absolute}.page-content code{font-family:var(--code-font);font-size:90%;background:var(--inline-code-background);border-radius:4px;padding:3px 5px;color:var(--inline-code-color)}.page-content>ol,.page-content>ul{padding-left:20px;margin:1rem 0}.page-content .contains-task-list{list-style:none;padding-left:0}.page-content img{max-width:100%}.page-content blockquote{background:#f1f1f1;border-left:8px solid #ccc;margin:20px 0;padding:14px 16px;color:#6a737d}.page-content blockquote p{margin:15px 0 0}.page-content blockquote>:first-child{margin-top:0}.page-content hr{height:1px;padding:0;margin:3rem 0;background-color:#e1e4e8;border:0}.page-content .header-anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px;opacity:0;border-bottom:none}.page-content .header-anchor:hover{opacity:1;border-bottom:none}.page-content .header-anchor .anchor-icon{vertical-align:middle;fill:currentColor}.page-content .markdown-header:focus,.page-content .markdown-header:hover{outline:none}.page-content .markdown-header:focus .header-anchor,.page-content .markdown-header:hover .header-anchor{opacity:1}.Main[data-v-2f23fdf8]{padding-left:var(--sidebar-width);padding-top:calc(var(--header-height) + 40px);padding-bottom:2rem;background:var(--main-background)}@media screen and (max-width:768px){.Main[data-v-2f23fdf8]{padding-left:0}}@media print{.Main[data-v-2f23fdf8]{padding-left:0;padding-top:30px}}.Content[data-v-2f23fdf8]{padding:0 20px 0 80px}@media screen and (max-width:768px){.Content[data-v-2f23fdf8]{padding:0 20px}}.layout-wide .Content[data-v-2f23fdf8]{max-width:770px;margin:0 auto;padding:0 2.5rem}@media screen and (max-width:768px){.layout-wide .Content[data-v-2f23fdf8]{max-width:100%;padding:0 20px}}@media print{.layout-wide .Content[data-v-2f23fdf8]{padding:0}}.page-title[data-v-2f23fdf8]{font-size:3rem;margin:0 0 1.4rem;font-weight:300;line-height:1.1}.ImageZoom[data-v-f17c6258]{display:inline-block;font-size:0}.with-border[data-v-f17c6258]{border:1px solid var(--border-color);padding:10px;border-radius:4px}.badge{display:inline-block;vertical-align:top;font-size:12px;height:18px;line-height:18px;border-radius:9px;padding:0 6px;color:#fff;margin-right:5px;background:#666}.badge.is-tip{background:var(--tip-color)}.badge.is-warning{background:var(--warning-color)}.badge.is-danger{background:var(--danger-color)}.badge.is-success{background:var(--success-color)}.DocuteSelect[data-v-091fbc3d]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;height:var(--docute-select-height);outline:none;border:1px solid var(--border-color);font-size:12px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:100;position:relative;overflow:hidden;transition:border .2s,background .2s,color .2s ease-out,box-shadow .2s ease;border-radius:5px;white-space:nowrap;line-height:0;width:100%}.DocuteSelect[data-v-091fbc3d]:hover{box-shadow:0 2px 6px rgba(0,0,0,.1);border-color:#ddd}.DocuteSelect:hover .arrow[data-v-091fbc3d]{border-color:#ddd}.select[data-v-091fbc3d]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;border:none;box-shadow:none;background:transparent;background-image:none;line-height:var(--docute-select-height);font-size:14px;margin-right:-20px;padding:0 76px 0 16px;text-transform:none;width:100%;outline:none;color:var(--text-color)}.arrow[data-v-091fbc3d]{color:var(--text-color);border-left:1px solid var(--border-color);width:40px;height:100%;position:absolute;right:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.note{line-height:1;padding:15px 20px;border-radius:4px;border:1px solid var(--border-color);margin:20px 0}.note>:not(.note-label){line-height:1.7}.note>:first-child{margin-top:0}.note>:last-child{margin-bottom:0}.note.is-tip{border-color:var(--tip-color)}.note.is-tip .note-label{color:var(--tip-color)}.note.is-danger{border-color:var(--danger-color)}.note.is-danger .note-label{color:var(--danger-color)}.note.is-warning{border-color:var(--warning-color)}.note.is-warning .note-label{color:var(--warning-color)}.note.is-success{border-color:var(--success-color)}.note.is-success .note-label{color:var(--success-color)}.note-label{text-transform:uppercase;font-weight:500;display:inline-block}.gist table td{border-bottom:none}.loading[data-v-4f620c69]{display:flex;align-items:center}.dots[data-v-4f620c69]{pointer-events:none;color:transparent;font-size:0}.dots span[data-v-4f620c69]{-webkit-animation-name:blink-data-v-4f620c69;animation-name:blink-data-v-4f620c69;-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;width:4px;height:4px;background-color:#444;display:inline-block;border-radius:50%;margin:0 1px}.dots span[data-v-4f620c69]:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.dots span[data-v-4f620c69]:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.loading-text[data-v-4f620c69]{margin-left:8px;font-size:11px;opacity:.7}@-webkit-keyframes blink-data-v-4f620c69{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes blink-data-v-4f620c69{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.LanguageSelector[data-v-d5ba05fe],.VersionsSelector[data-v-7fba7fb5]{padding:0 20px;margin-top:10px}.dark-theme-toggler[data-v-d69f2884]{display:flex;align-items:center;height:100%}@media screen and (max-width:768px){.dark-theme-toggler[data-v-d69f2884]{padding:0 20px}}[data-position="sidebar:post-end"] .dark-theme-toggler[data-v-d69f2884]{padding:0 20px}.toggle[data-v-d69f2884]{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:transparent;border:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.toggle-track[data-v-d69f2884]{width:50px;height:22px;padding:0;border-radius:30px;background-color:#0f1114;transition:all .2s ease}.toggle-track-check[data-v-d69f2884]{left:5px;opacity:0;transition:opacity .25s ease}.toggle-track-check[data-v-d69f2884],.toggle-track-x[data-v-d69f2884]{position:absolute;width:17px;height:17px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0}.toggle-track-x[data-v-d69f2884]{right:5px}.toggle-thumb[data-v-d69f2884]{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background-color:#fff;box-sizing:border-box;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transform:translateX(0)}.checked .toggle-track-check[data-v-d69f2884],.toggle-track-x[data-v-d69f2884]{opacity:1;transition:opacity .25s ease}.checked .toggle-track-x[data-v-d69f2884]{opacity:0}.checked .toggle-thumb[data-v-d69f2884]{transform:translateX(26px);border-color:#19ab27}.toggler-screen-reader-only[data-v-d69f2884]{width:1px;height:1px;clip:rect(0 0 0 0);position:absolute;overflow:hidden;border:none;margin:-1px}.search[data-v-026453b4]{display:flex;height:100%;align-items:center;position:relative}.search.is-focused .search-icon[data-v-026453b4]{color:var(--search-focus-icon-color)}.search.is-focused .search-input-wrapper[data-v-026453b4]{border-color:var(--search-focus-border-color)}.search.is-focused .search-result[data-v-026453b4]{display:block}@media print{.search[data-v-026453b4]{display:none}}.search-input-wrapper[data-v-026453b4]{border:1px solid var(--border-color);border-radius:4px;padding:0;height:50%;position:relative;width:240px}@media (max-width:768px){.search-input-wrapper[data-v-026453b4]{width:28px;overflow:hidden}.is-focused .search-input-wrapper[data-v-026453b4]{width:200px;overflow:visible;overflow:initial}}.search-icon[data-v-026453b4]{color:var(--search-icon-color);position:absolute;top:50%;left:7px;transform:translateY(-50%);margin-top:2px}.search-input[data-v-026453b4]{border:none;outline:none;background:transparent;color:var(--text-color);position:absolute;padding:0 8px 0 28px;width:100%;height:100%}.search-result[data-v-026453b4]{display:none;position:absolute;top:calc(100% + 8px);right:0;width:20rem;border-radius:4px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.12);z-index:9999;background:var(--header-background)}.search-result-item[data-v-026453b4]{padding:10px;display:block;background:var(--search-result-background)}.search-result-item[data-v-026453b4]:not(:last-child){border-bottom:1px solid var(--border-color)}.search-result-item[data-v-026453b4]:hover{background:var(--search-result-hover-background)}.item-title[data-v-026453b4]{font-size:1.1rem;font-weight:500;display:inline;line-height:1}.item-desc[data-v-026453b4]{font-size:.875rem;margin-top:10px}.item-label[data-v-026453b4]{border-radius:4px;padding:0 5px;height:22px;display:inline-block;border:1px solid var(--border-color);font-size:13px;margin-left:10px} \ No newline at end of file diff --git a/docute-source/docute.js b/docute-source/docute.js new file mode 100644 index 0000000..0a3379e --- /dev/null +++ b/docute-source/docute.js @@ -0,0 +1 @@ +!function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t():"function"===typeof define&&define.amd?define([],t):"object"===typeof exports?exports.Docute=t():e.Docute=t()}(this,(function(){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(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=32)}([function(e,t,n){"use strict";(function(e,n){var r=Object.freeze({});function i(e){return void 0===e||null===e}function o(e){return void 0!==e&&null!==e}function a(e){return!0===e}function s(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function c(e){return null!==e&&"object"===typeof e}var u=Object.prototype.toString;function l(e){return"[object Object]"===u.call(e)}function f(e){return"[object RegExp]"===u.call(e)}function p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return o(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function h(e){return null==e?"":Array.isArray(e)||l(e)&&e.toString===u?JSON.stringify(e,null,2):String(e)}function v(e){var t=parseFloat(e);return isNaN(t)?e:t}function m(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}var _=Object.prototype.hasOwnProperty;function k(e,t){return _.call(e,t)}function w(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var x=/-(\w)/g,C=w((function(e){return e.replace(x,(function(e,t){return t?t.toUpperCase():""}))})),A=w((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),$=/\B([A-Z])/g,S=w((function(e){return e.replace($,"-$1").toLowerCase()}));var O=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function E(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function T(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n0,ee=Y&&Y.indexOf("edge/")>0,te=(Y&&Y.indexOf("android"),Y&&/iphone|ipad|ipod|ios/.test(Y)||"ios"===W),ne=(Y&&/chrome\/\d+/.test(Y),Y&&/phantomjs/.test(Y),Y&&Y.match(/firefox\/(\d+)/)),re={}.watch,ie=!1;if(K)try{var oe={};Object.defineProperty(oe,"passive",{get:function(){ie=!0}}),window.addEventListener("test-passive",null,oe)}catch(hs){}var ae=function(){return void 0===q&&(q=!K&&!J&&"undefined"!==typeof e&&(e.process&&"server"===e.process.env.VUE_ENV)),q},se=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ce(e){return"function"===typeof e&&/native code/.test(e.toString())}var ue,le="undefined"!==typeof Symbol&&ce(Symbol)&&"undefined"!==typeof Reflect&&ce(Reflect.ownKeys);ue="undefined"!==typeof Set&&ce(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var fe=j,pe=0,de=function(){this.id=pe++,this.subs=[]};de.prototype.addSub=function(e){this.subs.push(e)},de.prototype.removeSub=function(e){b(this.subs,e)},de.prototype.depend=function(){de.target&&de.target.addDep(this)},de.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t-1)if(o&&!k(i,"default"))a=!1;else if(""===a||a===S(e)){var c=Ge(String,i.type);(c<0||s0&&(pt((u=e(u,(n||"")+"_"+c))[0])&&pt(f)&&(r[l]=_e(f.text+u[0].text),u.shift()),r.push.apply(r,u)):s(u)?pt(f)?r[l]=_e(f.text+u):""!==u&&r.push(_e(u)):pt(u)&&pt(f)?r[l]=_e(f.text+u.text):(a(t._isVList)&&o(u.tag)&&i(u.key)&&o(n)&&(u.key="__vlist"+n+"_"+c+"__"),r.push(u)));return r}(e):void 0}function pt(e){return o(e)&&o(e.text)&&!1===e.isComment}function dt(e,t){if(e){for(var n=Object.create(null),r=le?Reflect.ownKeys(e):Object.keys(e),i=0;i0,a=e?!!e.$stable:!o,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&n&&n!==r&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var c in i={},e)e[c]&&"$"!==c[0]&&(i[c]=gt(t,c,e[c]))}else i={};for(var u in t)u in i||(i[u]=yt(t,u));return e&&Object.isExtensible(e)&&(e._normalized=i),U(i,"$stable",a),U(i,"$key",s),U(i,"$hasNormal",o),i}function gt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return(e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:ft(e))&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function yt(e,t){return function(){return e[t]}}function bt(e,t){var n,r,i,a,s;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),r=0,i=e.length;rdocument.createEvent("Event").timeStamp&&(pn=function(){return dn.now()})}function hn(){var e,t;for(fn=pn(),un=!0,on.sort((function(e,t){return e.id-t.id})),ln=0;lnln&&on[n].id>e.id;)n--;on.splice(n+1,0,e)}else on.push(e);cn||(cn=!0,rt(hn))}}(this)},mn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||c(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(hs){Ue(hs,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},mn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},mn.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},mn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var gn={enumerable:!0,configurable:!0,get:j,set:j};function yn(e,t,n){gn.get=function(){return this[t][n]},gn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,gn)}function bn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[];e.$parent&&$e(!1);var o=function(o){i.push(o);var a=De(o,t,n,e);Ee(r,o,a),o in e||yn(e,"_props",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!==typeof t[n]?j:O(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;l(t=e._data="function"===typeof t?function(e,t){ve();try{return e.call(t,t)}catch(hs){return Ue(hs,t,"data()"),{}}finally{me()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&k(r,o)||G(o)||yn(e,"_data",o)}Oe(t,!0)}(e):Oe(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=ae();for(var i in t){var o=t[i],a="function"===typeof o?o:o.get;0,r||(n[i]=new mn(e,a||j,j,_n)),i in e||kn(e,i,o)}}(e,t.computed),t.watch&&t.watch!==re&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!f(e)&&e.test(t)}function Ln(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=En(a.componentOptions);s&&!t(s)&&jn(n,o,r,i)}}}function jn(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,b(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=An++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Ne($n(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Xt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=ht(t._renderChildren,i),e.$scopedSlots=r,e._c=function(t,n,r,i){return Gt(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return Gt(e,t,n,r,i,!0)};var o=n&&n.data;Ee(e,"$attrs",o&&o.attrs||r,null,!0),Ee(e,"$listeners",t._parentListeners||r,null,!0)}(t),rn(t,"beforeCreate"),function(e){var t=dt(e.$options.inject,e);t&&($e(!1),Object.keys(t).forEach((function(n){Ee(e,n,t[n])})),$e(!0))}(t),bn(t),function(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}(t),rn(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(Sn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Te,e.prototype.$delete=Le,e.prototype.$watch=function(e,t,n){if(l(t))return Cn(this,e,t,n);(n=n||{}).user=!0;var r=new mn(this,e,t,n);if(n.immediate)try{t.call(this,r.value)}catch(i){Ue(i,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Sn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,o=e.length;i1?E(n):n;for(var r=E(arguments,1),i='event handler for "'+e+'"',o=0,a=n.length;oparseInt(this.max)&&jn(a,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return H}};Object.defineProperty(e,"config",t),e.util={warn:fe,extend:T,mergeOptions:Ne,defineReactive:Ee},e.set=Te,e.delete=Le,e.nextTick=rt,e.observable=function(e){return Oe(e),e},e.options=Object.create(null),z.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,T(e.options.components,Fn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=E(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Ne(this.options,e),this}}(e),On(e),function(e){z.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(Sn),Object.defineProperty(Sn.prototype,"$isServer",{get:ae}),Object.defineProperty(Sn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sn,"FunctionalRenderContext",{value:Ft}),Sn.version="2.6.10";var Mn=m("style,class"),Rn=m("input,textarea,option,select,progress"),Pn=function(e,t,n){return"value"===n&&Rn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Nn=m("contenteditable,draggable,spellcheck"),zn=m("events,caret,typing,plaintext-only"),Dn=function(e,t){return Zn(t)||"false"===t?"false":"contenteditable"===e&&zn(t)?t:"true"},Hn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Bn="http://www.w3.org/1999/xlink",Gn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Un=function(e){return Gn(e)?e.slice(6,e.length):""},Zn=function(e){return null==e||!1===e};function qn(e){for(var t=e.data,n=e,r=e;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Vn(r.data,t));for(;o(n=n.parent);)n&&n.data&&(t=Vn(t,n.data));return function(e,t){if(o(e)||o(t))return Kn(e,Jn(t));return""}(t.staticClass,t.class)}function Vn(e,t){return{staticClass:Kn(e.staticClass,t.staticClass),class:o(e.class)?[e.class,t.class]:t.class}}function Kn(e,t){return e?t?e+" "+t:e:t||""}function Jn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r-1?_r(e,t,n):Hn(t)?Zn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Nn(t)?e.setAttribute(t,Dn(t,n)):Gn(t)?Zn(n)?e.removeAttributeNS(Bn,Un(t)):e.setAttributeNS(Bn,t,n):_r(e,t,n)}function _r(e,t,n){if(Zn(n))e.removeAttribute(t);else{if(X&&!Q&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var kr={create:yr,update:yr};function wr(e,t){var n=t.elm,r=t.data,a=e.data;if(!(i(r.staticClass)&&i(r.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=qn(t),c=n._transitionClasses;o(c)&&(s=Kn(s,Jn(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var xr,Cr,Ar,$r,Sr,Or,Er={create:wr,update:wr},Tr=/[\w).+\-_$\]]/;function Lr(e){var t,n,r,i,o,a=!1,s=!1,c=!1,u=!1,l=0,f=0,p=0,d=0;for(r=0;r=0&&" "===(v=e.charAt(h));h--);v&&Tr.test(v)||(u=!0)}}else void 0===i?(d=r+1,i=e.slice(0,r).trim()):m();function m(){(o||(o=[])).push(e.slice(d,r).trim()),d=r+1}if(void 0===i?i=e.slice(0,r).trim():0!==d&&m(),o)for(r=0;r-1?{exp:e.slice(0,$r),key:'"'+e.slice($r+1)+'"'}:{exp:e,key:null};Cr=e,$r=Sr=Or=0;for(;!Kr();)Jr(Ar=Vr())?Yr(Ar):91===Ar&&Wr(Ar);return{exp:e.slice(0,Sr),key:e.slice(Sr+1,Or)}}(e);return null===n.key?e+"="+t:"$set("+n.exp+", "+n.key+", "+t+")"}function Vr(){return Cr.charCodeAt(++$r)}function Kr(){return $r>=xr}function Jr(e){return 34===e||39===e}function Wr(e){var t=1;for(Sr=$r;!Kr();)if(Jr(e=Vr()))Yr(e);else if(91===e&&t++,93===e&&t--,0===t){Or=$r;break}}function Yr(e){for(var t=e;!Kr()&&(e=Vr())!==t;);}var Xr,Qr="__r",ei="__c";function ti(e,t,n){var r=Xr;return function i(){var o=t.apply(null,arguments);null!==o&&ii(e,i,n,r)}}var ni=Je&&!(ne&&Number(ne[1])<=53);function ri(e,t,n,r){if(ni){var i=fn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Xr.addEventListener(e,t,ie?{capture:n,passive:r}:n)}function ii(e,t,n,r){(r||Xr).removeEventListener(e,t._wrapper||t,n)}function oi(e,t){if(!i(e.data.on)||!i(t.data.on)){var n=t.data.on||{},r=e.data.on||{};Xr=t.elm,function(e){if(o(e[Qr])){var t=X?"change":"input";e[t]=[].concat(e[Qr],e[t]||[]),delete e[Qr]}o(e[ei])&&(e.change=[].concat(e[ei],e.change||[]),delete e[ei])}(n),ct(n,r,ri,ii,ti,t.context),Xr=void 0}}var ai,si={create:oi,update:oi};function ci(e,t){if(!i(e.data.domProps)||!i(t.data.domProps)){var n,r,a=t.elm,s=e.data.domProps||{},c=t.data.domProps||{};for(n in o(c.__ob__)&&(c=t.data.domProps=T({},c)),s)n in c||(a[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var u=i(r)?"":String(r);ui(a,u)&&(a.value=u)}else if("innerHTML"===n&&Xn(a.tagName)&&i(a.innerHTML)){(ai=ai||document.createElement("div")).innerHTML=""+r+"";for(var l=ai.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(r!==s[n])try{a[n]=r}catch(hs){}}}}function ui(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(hs){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(o(r)){if(r.number)return v(n)!==v(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var li={create:ci,update:ci},fi=w((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function pi(e){var t=di(e.style);return e.staticStyle?T(e.staticStyle,t):t}function di(e){return Array.isArray(e)?L(e):"string"===typeof e?fi(e):e}var hi,vi=/^--/,mi=/\s*!important$/,gi=function(e,t,n){if(vi.test(t))e.style.setProperty(t,n);else if(mi.test(n))e.style.setProperty(S(t),n.replace(mi,""),"important");else{var r=bi(t);if(Array.isArray(n))for(var i=0,o=n.length;i-1?t.split(wi).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Ci(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wi).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Ai(e){if(e){if("object"===typeof e){var t={};return!1!==e.css&&T(t,$i(e.name||"v")),T(t,e),t}return"string"===typeof e?$i(e):void 0}}var $i=w((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Si=K&&!Q,Oi="transition",Ei="animation",Ti="transition",Li="transitionend",ji="animation",Ii="animationend";Si&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ti="WebkitTransition",Li="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ji="WebkitAnimation",Ii="webkitAnimationEnd"));var Fi=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Mi(e){Fi((function(){Fi(e)}))}function Ri(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),xi(e,t))}function Pi(e,t){e._transitionClasses&&b(e._transitionClasses,t),Ci(e,t)}function Ni(e,t,n){var r=Di(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Oi?Li:Ii,c=0,u=function(){e.removeEventListener(s,l),n()},l=function(t){t.target===e&&++c>=a&&u()};setTimeout((function(){c0&&(n=Oi,l=a,f=o.length):t===Ei?u>0&&(n=Ei,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?Oi:Ei:null)?n===Oi?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Oi&&zi.test(r[Ti+"Property"])}}function Hi(e,t){for(;e.length1}function Vi(e,t){!0!==t.data.show&&Gi(t)}var Ki=function(e){var t,n,r={},c=e.modules,u=e.nodeOps;for(t=0;th?b(e,i(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&k(0,t,p,h)}(p,m,g,n,l):o(g)?(o(e.text)&&u.setTextContent(p,""),b(p,null,g,0,g.length-1,n)):o(m)?k(0,m,0,m.length-1):o(e.text)&&u.setTextContent(p,""):e.text!==t.text&&u.setTextContent(p,t.text),o(h)&&o(d=h.hook)&&o(d=d.postpatch)&&d(e,t)}}}function A(e,t,n){if(a(n)&&o(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r-1,a.selected!==o&&(a.selected=o);else if(M(Qi(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Xi(e,t){return t.every((function(t){return!M(t,e)}))}function Qi(e){return"_value"in e?e._value:e.value}function eo(e){e.target.composing=!0}function to(e){e.target.composing&&(e.target.composing=!1,no(e.target,"input"))}function no(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function ro(e){return!e.componentInstance||e.data&&e.data.transition?e:ro(e.componentInstance._vnode)}var io={model:Ji,show:{bind:function(e,t,n){var r=t.value,i=(n=ro(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Gi(n,(function(){e.style.display=o}))):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value;!r!==!t.oldValue&&((n=ro(n)).data&&n.data.transition?(n.data.show=!0,r?Gi(n,(function(){e.style.display=e.__vOriginalDisplay})):Ui(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}}},oo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ao(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?ao(Kt(t.children)):e}function so(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var o in i)t[C(o)]=i[o];return t}function co(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var uo=function(e){return e.tag||Vt(e)},lo=function(e){return"show"===e.name},fo={name:"transition",props:oo,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(uo)).length){0;var r=this.mode;0;var i=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return i;var o=ao(i);if(!o)return i;if(this._leaving)return co(e,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var c=(o.data||(o.data={})).transition=so(this),u=this._vnode,l=ao(u);if(o.data.directives&&o.data.directives.some(lo)&&(o.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,l)&&!Vt(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=T({},c);if("out-in"===r)return this._leaving=!0,ut(f,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),co(e,i);if("in-out"===r){if(Vt(o))return u;var p,d=function(){p()};ut(c,"afterEnter",d),ut(c,"enterCancelled",d),ut(f,"delayLeave",(function(e){p=e}))}}return i}}},po=T({tag:String,moveClass:String},oo);function ho(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function vo(e){e.data.newPos=e.elm.getBoundingClientRect()}function mo(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete po.mode;var go={Transition:fo,TransitionGroup:{props:po,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=en(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=so(this),s=0;s-1?tr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:tr[e]=/HTMLUnknownElement/.test(t.toString())},T(Sn.options.directives,io),T(Sn.options.components,go),Sn.prototype.__patch__=K?Ki:j,Sn.prototype.$mount=function(e,t){return function(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=be),rn(e,"beforeMount"),r=function(){e._update(e._render(),n)},new mn(e,r,j,{before:function(){e._isMounted&&!e._isDestroyed&&rn(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,rn(e,"mounted")),e}(this,e=e&&K?rr(e):void 0,t)},K&&setTimeout((function(){H.devtools&&se&&se.emit("init",Sn)}),0);var yo=/\{\{((?:.|\r?\n)+?)\}\}/g,bo=/[-.*+?^${}()|[\]\/\\]/g,_o=w((function(e){var t=e[0].replace(bo,"\\$&"),n=e[1].replace(bo,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+n,"g")}));var ko={staticKeys:["staticClass"],transformNode:function(e,t){t.warn;var n=Br(e,"class");n&&(e.staticClass=JSON.stringify(n));var r=Hr(e,"class",!1);r&&(e.classBinding=r)},genData:function(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}};var wo,xo={staticKeys:["staticStyle"],transformNode:function(e,t){t.warn;var n=Br(e,"style");n&&(e.staticStyle=JSON.stringify(fi(n)));var r=Hr(e,"style",!1);r&&(e.styleBinding=r)},genData:function(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}},Co=function(e){return(wo=wo||document.createElement("div")).innerHTML=e,wo.textContent},Ao=m("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),$o=m("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),So=m("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),Oo=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Eo=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,To="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+B.source+"]*",Lo="((?:"+To+"\\:)?"+To+")",jo=new RegExp("^<"+Lo),Io=/^\s*(\/?)>/,Fo=new RegExp("^<\\/"+Lo+"[^>]*>"),Mo=/^]+>/i,Ro=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},Ho=/&(?:lt|gt|quot|amp|#39);/g,Bo=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,Go=m("pre,textarea",!0),Uo=function(e,t){return e&&Go(e)&&"\n"===t[0]};function Zo(e,t){var n=t?Bo:Ho;return e.replace(n,(function(e){return Do[e]}))}var qo,Vo,Ko,Jo,Wo,Yo,Xo,Qo,ea=/^@|^v-on:/,ta=/^v-|^@|^:/,na=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,ra=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,ia=/^\(|\)$/g,oa=/^\[.*\]$/,aa=/:(.*)$/,sa=/^:|^\.|^v-bind:/,ca=/\.[^.\]]+(?=[^\]]*$)/g,ua=/^v-slot(:|$)|^#/,la=/[\r\n]/,fa=/\s+/g,pa=w(Co),da="_empty_";function ha(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ka(t),rawAttrsMap:{},parent:n,children:[]}}function va(e,t){qo=t.warn||Ir,Yo=t.isPreTag||I,Xo=t.mustUseProp||I,Qo=t.getTagNamespace||I;var n=t.isReservedTag||I;(function(e){return!!e.component||!n(e.tag)}),Ko=Fr(t.modules,"transformNode"),Jo=Fr(t.modules,"preTransformNode"),Wo=Fr(t.modules,"postTransformNode"),Vo=t.delimiters;var r,i,o=[],a=!1!==t.preserveWhitespace,s=t.whitespace,c=!1,u=!1;function l(e){if(f(e),c||e.processed||(e=ma(e,t)),o.length||e===r||r.if&&(e.elseif||e.else)&&ya(r,{exp:e.elseif,block:e}),i&&!e.forbidden)if(e.elseif||e.else)!function(e,t){var n=function(e){var t=e.length;for(;t--;){if(1===e[t].type)return e[t];e.pop()}}(t.children);n&&n.if&&ya(n,{exp:e.elseif,block:e})}(e,i);else{if(e.slotScope){var n=e.slotTarget||'"default"';(i.scopedSlots||(i.scopedSlots={}))[n]=e}i.children.push(e),e.parent=i}e.children=e.children.filter((function(e){return!e.slotScope})),f(e),e.pre&&(c=!1),Yo(e.tag)&&(u=!1);for(var a=0;a]*>)","i")),p=e.replace(f,(function(e,n,r){return u=r.length,No(l)||"noscript"===l||(n=n.replace(//g,"$1").replace(//g,"$1")),Uo(l,n)&&(n=n.slice(1)),t.chars&&t.chars(n),""}));c+=e.length-p.length,e=p,$(l,c-u,c)}else{var d=e.indexOf("<");if(0===d){if(Ro.test(e)){var h=e.indexOf("--\x3e");if(h>=0){t.shouldKeepComment&&t.comment(e.substring(4,h),c,c+h+3),x(h+3);continue}}if(Po.test(e)){var v=e.indexOf("]>");if(v>=0){x(v+2);continue}}var m=e.match(Mo);if(m){x(m[0].length);continue}var g=e.match(Fo);if(g){var y=c;x(g[0].length),$(g[1],y,c);continue}var b=C();if(b){A(b),Uo(b.tagName,e)&&x(1);continue}}var _=void 0,k=void 0,w=void 0;if(d>=0){for(k=e.slice(d);!Fo.test(k)&&!jo.test(k)&&!Ro.test(k)&&!Po.test(k)&&!((w=k.indexOf("<",1))<0);)d+=w,k=e.slice(d);_=e.substring(0,d)}d<0&&(_=e),_&&x(_.length),t.chars&&_&&t.chars(_,c-_.length,c)}if(e===n){t.chars&&t.chars(e);break}}function x(t){c+=t,e=e.substring(t)}function C(){var t=e.match(jo);if(t){var n,r,i={tagName:t[1],attrs:[],start:c};for(x(t[0].length);!(n=e.match(Io))&&(r=e.match(Eo)||e.match(Oo));)r.start=c,x(r[0].length),r.end=c,i.attrs.push(r);if(n)return i.unarySlash=n[1],x(n[0].length),i.end=c,i}}function A(e){var n=e.tagName,c=e.unarySlash;o&&("p"===r&&So(n)&&$(r),s(n)&&r===n&&$(n));for(var u=a(n)||!!c,l=e.attrs.length,f=new Array(l),p=0;p=0&&i[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var u=i.length-1;u>=a;u--)t.end&&t.end(i[u].tag,n,o);i.length=a,r=a&&i[a-1].tag}else"br"===s?t.start&&t.start(e,[],!0,n,o):"p"===s&&(t.start&&t.start(e,[],!1,n,o),t.end&&t.end(e,n,o))}$()}(e,{warn:qo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,n,a,s,f){var p=i&&i.ns||Qo(e);X&&"svg"===p&&(n=function(e){for(var t=[],n=0;nc&&(s.push(o=e.slice(c,i)),a.push(JSON.stringify(o)));var u=Lr(r[1].trim());a.push("_s("+u+")"),s.push({"@binding":u}),c=i+r[0].length}return c-1"+("true"===o?":("+t+")":":_q("+t+","+o+")")),Dr(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+i+")":i)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+qr(t,"$$a.concat([$$v])")+")}else{$$i>-1&&("+qr(t,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+qr(t,"$$c")+"}",null,!0)}(e,r,i);else if("input"===o&&"radio"===a)!function(e,t,n){var r=n&&n.number,i=Hr(e,"value")||"null";Mr(e,"checked","_q("+t+","+(i=r?"_n("+i+")":i)+")"),Dr(e,"change",qr(t,i),null,!0)}(e,r,i);else if("input"===o||"textarea"===o)!function(e,t,n){var r=e.attrsMap.type;0;var i=n||{},o=i.lazy,a=i.number,s=i.trim,c=!o&&"range"!==r,u=o?"change":"range"===r?Qr:"input",l="$event.target.value";s&&(l="$event.target.value.trim()");a&&(l="_n("+l+")");var f=qr(t,l);c&&(f="if($event.target.composing)return;"+f);Mr(e,"value","("+t+")"),Dr(e,u,f,null,!0),(s||a)&&Dr(e,"blur","$forceUpdate()")}(e,r,i);else{if(!H.isReservedTag(o))return Zr(e,r,i),!1}return!0},text:function(e,t){t.value&&Mr(e,"textContent","_s("+t.value+")",t)},html:function(e,t){t.value&&Mr(e,"innerHTML","_s("+t.value+")",t)}},isPreTag:function(e){return"pre"===e},isUnaryTag:Ao,mustUseProp:Pn,canBeLeftOpenTag:$o,isReservedTag:Qn,getTagNamespace:er,staticKeys:function(e){return e.reduce((function(e,t){return e.concat(t.staticKeys||[])}),[]).join(",")}(Aa)},Ea=w((function(e){return m("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(e?","+e:""))}));function Ta(e,t){e&&($a=Ea(t.staticKeys||""),Sa=t.isReservedTag||I,function e(t){t.static=function(e){if(2===e.type)return!1;if(3===e.type)return!0;return!(!e.pre&&(e.hasBindings||e.if||e.for||g(e.tag)||!Sa(e.tag)||function(e){for(;e.parent;){if("template"!==(e=e.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every($a)))}(t);if(1===t.type){if(!Sa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var n=0,r=t.children.length;n|^function\s*(?:[\w$]+)?\s*\(/,ja=/\([^)]*?\);*$/,Ia=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Fa={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ma={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Ra=function(e){return"if("+e+")return null;"},Pa={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Ra("$event.target !== $event.currentTarget"),ctrl:Ra("!$event.ctrlKey"),shift:Ra("!$event.shiftKey"),alt:Ra("!$event.altKey"),meta:Ra("!$event.metaKey"),left:Ra("'button' in $event && $event.button !== 0"),middle:Ra("'button' in $event && $event.button !== 1"),right:Ra("'button' in $event && $event.button !== 2")};function Na(e,t){var n=t?"nativeOn:":"on:",r="",i="";for(var o in e){var a=za(e[o]);e[o]&&e[o].dynamic?i+=o+","+a+",":r+='"'+o+'":'+a+","}return r="{"+r.slice(0,-1)+"}",i?n+"_d("+r+",["+i.slice(0,-1)+"])":n+r}function za(e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map((function(e){return za(e)})).join(",")+"]";var t=Ia.test(e.value),n=La.test(e.value),r=Ia.test(e.value.replace(ja,""));if(e.modifiers){var i="",o="",a=[];for(var s in e.modifiers)if(Pa[s])o+=Pa[s],Fa[s]&&a.push(s);else if("exact"===s){var c=e.modifiers;o+=Ra(["ctrl","shift","alt","meta"].filter((function(e){return!c[e]})).map((function(e){return"$event."+e+"Key"})).join("||"))}else a.push(s);return a.length&&(i+=function(e){return"if(!$event.type.indexOf('key')&&"+e.map(Da).join("&&")+")return null;"}(a)),o&&(i+=o),"function($event){"+i+(t?"return "+e.value+"($event)":n?"return ("+e.value+")($event)":r?"return "+e.value:e.value)+"}"}return t||n?e.value:"function($event){"+(r?"return "+e.value:e.value)+"}"}function Da(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Fa[e],r=Ma[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(r)+")"}var Ha={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(e,t){e.wrapData=function(n){return"_b("+n+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}},cloak:j},Ba=function(e){this.options=e,this.warn=e.warn||Ir,this.transforms=Fr(e.modules,"transformCode"),this.dataGenFns=Fr(e.modules,"genData"),this.directives=T(T({},Ha),e.directives);var t=e.isReservedTag||I;this.maybeComponent=function(e){return!!e.component||!t(e.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Ga(e,t){var n=new Ba(t);return{render:"with(this){return "+(e?Ua(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function Ua(e,t){if(e.parent&&(e.pre=e.pre||e.parent.pre),e.staticRoot&&!e.staticProcessed)return Za(e,t);if(e.once&&!e.onceProcessed)return qa(e,t);if(e.for&&!e.forProcessed)return Ka(e,t);if(e.if&&!e.ifProcessed)return Va(e,t);if("template"!==e.tag||e.slotTarget||t.pre){if("slot"===e.tag)return function(e,t){var n=e.slotName||'"default"',r=Xa(e,t),i="_t("+n+(r?","+r:""),o=e.attrs||e.dynamicAttrs?ts((e.attrs||[]).concat(e.dynamicAttrs||[]).map((function(e){return{name:C(e.name),value:e.value,dynamic:e.dynamic}}))):null,a=e.attrsMap["v-bind"];!o&&!a||r||(i+=",null");o&&(i+=","+o);a&&(i+=(o?"":",null")+","+a);return i+")"}(e,t);var n;if(e.component)n=function(e,t,n){var r=t.inlineTemplate?null:Xa(t,n,!0);return"_c("+e+","+Ja(t,n)+(r?","+r:"")+")"}(e.component,e,t);else{var r;(!e.plain||e.pre&&t.maybeComponent(e))&&(r=Ja(e,t));var i=e.inlineTemplate?null:Xa(e,t,!0);n="_c('"+e.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var o=0;o>>0}(a):"")+")"}(e,e.scopedSlots,t)+","),e.model&&(n+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var o=function(e,t){var n=e.children[0];0;if(n&&1===n.type){var r=Ga(n,t.options);return"inlineTemplate:{render:function(){"+r.render+"},staticRenderFns:["+r.staticRenderFns.map((function(e){return"function(){"+e+"}"})).join(",")+"]}"}}(e,t);o&&(n+=o+",")}return n=n.replace(/,$/,"")+"}",e.dynamicAttrs&&(n="_b("+n+',"'+e.tag+'",'+ts(e.dynamicAttrs)+")"),e.wrapData&&(n=e.wrapData(n)),e.wrapListeners&&(n=e.wrapListeners(n)),n}function Wa(e){return 1===e.type&&("slot"===e.tag||e.children.some(Wa))}function Ya(e,t){var n=e.attrsMap["slot-scope"];if(e.if&&!e.ifProcessed&&!n)return Va(e,t,Ya,"null");if(e.for&&!e.forProcessed)return Ka(e,t,Ya);var r=e.slotScope===da?"":String(e.slotScope),i="function("+r+"){return "+("template"===e.tag?e.if&&n?"("+e.if+")?"+(Xa(e,t)||"undefined")+":undefined":Xa(e,t)||"undefined":Ua(e,t))+"}",o=r?"":",proxy:true";return"{key:"+(e.slotTarget||'"default"')+",fn:"+i+o+"}"}function Xa(e,t,n,r,i){var o=e.children;if(o.length){var a=o[0];if(1===o.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?t.maybeComponent(a)?",1":",0":"";return""+(r||Ua)(a,t)+s}var c=n?function(e,t){for(var n=0,r=0;r':'
',as.innerHTML.indexOf(" ")>0}var ls=!!K&&us(!1),fs=!!K&&us(!0),ps=w((function(e){var t=rr(e);return t&&t.innerHTML})),ds=Sn.prototype.$mount;Sn.prototype.$mount=function(e,t){if((e=e&&rr(e))===document.body||e===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"===typeof r)"#"===r.charAt(0)&&(r=ps(r));else{if(!r.nodeType)return this;r=r.innerHTML}else e&&(r=function(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){0;var i=cs(r,{outputSourceRange:!1,shouldDecodeNewlines:ls,shouldDecodeNewlinesForHref:fs,delimiters:n.delimiters,comments:n.comments},this),o=i.render,a=i.staticRenderFns;n.render=o,n.staticRenderFns=a}}return ds.call(this,e,t)},Sn.compile=cs,t.a=Sn}).call(this,n(1),n(33).setImmediate)},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";(function(e){n.d(t,"b",(function(){return _}));var r=("undefined"!==typeof window?window:"undefined"!==typeof e?e:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function i(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}var o=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"===typeof n?n():n)||{}},a={namespaced:{configurable:!0}};a.namespaced.get=function(){return!!this._rawModule.namespaced},o.prototype.addChild=function(e,t){this._children[e]=t},o.prototype.removeChild=function(e){delete this._children[e]},o.prototype.getChild=function(e){return this._children[e]},o.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},o.prototype.forEachChild=function(e){i(this._children,e)},o.prototype.forEachGetter=function(e){this._rawModule.getters&&i(this._rawModule.getters,e)},o.prototype.forEachAction=function(e){this._rawModule.actions&&i(this._rawModule.actions,e)},o.prototype.forEachMutation=function(e){this._rawModule.mutations&&i(this._rawModule.mutations,e)},Object.defineProperties(o.prototype,a);var s=function(e){this.register([],e,!1)};s.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},s.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return e+((t=t.getChild(n)).namespaced?n+"/":"")}),"")},s.prototype.update=function(e){!function e(t,n,r){0;n.update(r);if(r.modules)for(var i in r.modules){if(!n.getChild(i))return void 0;e(t.concat(i),n.getChild(i),r.modules[i])}}([],this.root,e)},s.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var a=new o(t,n);0===e.length?this.root=a:this.get(e.slice(0,-1)).addChild(e[e.length-1],a);t.modules&&i(t.modules,(function(t,i){r.register(e.concat(i),t,n)}))},s.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];t.getChild(n).runtime&&t.removeChild(n)};var c;var u=function(e){var t=this;void 0===e&&(e={}),!c&&"undefined"!==typeof window&&window.Vue&&g(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var i=e.strict;void 0===i&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new s(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new c;var o=this,a=this.dispatch,u=this.commit;this.dispatch=function(e,t){return a.call(o,e,t)},this.commit=function(e,t,n){return u.call(o,e,t,n)},this.strict=i;var l=this._modules.root.state;h(this,l,[],this._modules.root),d(this,l),n.forEach((function(e){return e(t)})),(void 0!==e.devtools?e.devtools:c.config.devtools)&&function(e){r&&(e._devtoolHook=r,r.emit("vuex:init",e),r.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){r.emit("vuex:mutation",e,t)})))}(this)},l={state:{configurable:!0}};function f(e,t){return t.indexOf(e)<0&&t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function p(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;h(e,n,[],e._modules.root,!0),d(e,n,t)}function d(e,t,n){var r=e._vm;e.getters={};var o=e._wrappedGetters,a={};i(o,(function(t,n){a[n]=function(e,t){return function(){return e(t)}}(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var s=c.config.silent;c.config.silent=!0,e._vm=new c({data:{$$state:t},computed:a}),c.config.silent=s,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),c.nextTick((function(){return r.$destroy()})))}function h(e,t,n,r,i){var o=!n.length,a=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[a]=r),!o&&!i){var s=v(t,n.slice(0,-1)),u=n[n.length-1];e._withCommit((function(){c.set(s,u,r.state)}))}var l=r.context=function(e,t,n){var r=""===t,i={dispatch:r?e.dispatch:function(n,r,i){var o=m(n,r,i),a=o.payload,s=o.options,c=o.type;return s&&s.root||(c=t+c),e.dispatch(c,a)},commit:r?e.commit:function(n,r,i){var o=m(n,r,i),a=o.payload,s=o.options,c=o.type;s&&s.root||(c=t+c),e.commit(c,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return function(e,t){var n={},r=t.length;return Object.keys(e.getters).forEach((function(i){if(i.slice(0,r)===t){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return e.getters[i]},enumerable:!0})}})),n}(e,t)}},state:{get:function(){return v(e.state,n)}}}),i}(e,a,n);r.forEachMutation((function(t,n){!function(e,t,n,r){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){n.call(e,r.state,t)}))}(e,a+n,t,l)})),r.forEachAction((function(t,n){var r=t.root?n:a+n,i=t.handler||t;!function(e,t,n,r){(e._actions[t]||(e._actions[t]=[])).push((function(t,i){var o,a=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t,i);return(o=a)&&"function"===typeof o.then||(a=Promise.resolve(a)),e._devtoolHook?a.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):a}))}(e,r,i,l)})),r.forEachGetter((function(t,n){!function(e,t,n,r){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)}}(e,a+n,t,l)})),r.forEachChild((function(r,o){h(e,t,n.concat(o),r,i)}))}function v(e,t){return t.length?t.reduce((function(e,t){return e[t]}),e):e}function m(e,t,n){var r;return null!==(r=e)&&"object"===typeof r&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function g(e){c&&e===c||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:n});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[n].concat(e.init):n,t.call(this,e)}}function n(){var e=this.$options;e.store?this.$store="function"===typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(c=e)}l.state.get=function(){return this._vm._data.$$state},l.state.set=function(e){0},u.prototype.commit=function(e,t,n){var r=this,i=m(e,t,n),o=i.type,a=i.payload,s=(i.options,{type:o,payload:a}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(e){e(a)}))})),this._subscribers.forEach((function(e){return e(s,r.state)})))},u.prototype.dispatch=function(e,t){var n=this,r=m(e,t),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s){try{this._actionSubscribers.filter((function(e){return e.before})).forEach((function(e){return e.before(a,n.state)}))}catch(c){0}return(s.length>1?Promise.all(s.map((function(e){return e(o)}))):s[0](o)).then((function(e){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(a,n.state)}))}catch(c){0}return e}))}},u.prototype.subscribe=function(e){return f(e,this._subscribers)},u.prototype.subscribeAction=function(e){return f("function"===typeof e?{before:e}:e,this._actionSubscribers)},u.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},u.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},u.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),h(this,this.state,e,this._modules.get(e),n.preserveState),d(this,this.state)},u.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=v(t.state,e.slice(0,-1));c.delete(n,e[e.length-1])})),p(this)},u.prototype.hotUpdate=function(e){this._modules.update(e),p(this,!0)},u.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(u.prototype,l);var y=x((function(e,t){var n={};return w(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=C(this.$store,"mapState",e);if(!r)return;t=r.context.state,n=r.context.getters}return"function"===typeof i?i.call(this,t,n):t[i]},n[r].vuex=!0})),n})),b=x((function(e,t){var n={};return w(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var r=this.$store.commit;if(e){var o=C(this.$store,"mapMutations",e);if(!o)return;r=o.context.commit}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),_=x((function(e,t){var n={};return w(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||C(this.$store,"mapGetters",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),k=x((function(e,t){var n={};return w(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var o=C(this.$store,"mapActions",e);if(!o)return;r=o.context.dispatch}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n}));function w(e){return Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}}))}function x(e){return function(t,n){return"string"!==typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function C(e,t,n){return e._modulesNamespaceMap[n]}var A={Store:u,install:g,version:"3.1.1",mapState:y,mapMutations:b,mapGetters:_,mapActions:k,createNamespacedHelpers:function(e){return{mapState:y.bind(null,e),mapGetters:_.bind(null,e),mapMutations:b.bind(null,e),mapActions:k.bind(null,e)}}};t.a=A}).call(this,n(1))},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){(function(t){var n=function(e){var t=/\blang(?:uage)?-([\w-]+)\b/i,n=0,r={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function(e){return e instanceof i?new i(e.type,r.util.encode(e.content),e.alias):Array.isArray(e)?e.map(r.util.encode):e.replace(/&/g,"&").replace(/e.length)return;if(!(k instanceof i)){if(v&&b!=t.length-1){if(p.lastIndex=_,!(S=p.exec(e)))break;for(var w=S.index+(h?S[1].length:0),x=S.index+S[0].length,C=b,A=_,$=t.length;C<$&&(A=(A+=t[C].length)&&(++b,_=A);if(t[b]instanceof i)continue;O=C-b,k=e.slice(_,A),S.index-=_}else{p.lastIndex=0;var S=p.exec(k),O=1}if(S){h&&(m=S[1]?S[1].length:0);x=(w=S.index+m)+(S=S[0].slice(m)).length;var E=k.slice(0,w),T=k.slice(x),L=[b,O];E&&(++b,_+=E.length,L.push(E));var j=new i(u,d?r.tokenize(S,d):S,g,S,v);if(L.push(j),T&&L.push(T),Array.prototype.splice.apply(t,L),1!=O&&r.matchGrammar(e,t,n,b,_,!0,u),s)break}else if(s)break}}}}},tokenize:function(e,t){var n=[e],i=t.rest;if(i){for(var o in i)t[o]=i[o];delete t.rest}return r.matchGrammar(e,n,t,0,0,!1),n},hooks:{all:{},add:function(e,t){var n=r.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=r.hooks.all[e];if(n&&n.length)for(var i,o=0;i=n[o++];)i(t)}},Token:i};function i(e,t,n,r,i){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length,this.greedy=!!i}if(e.Prism=r,i.stringify=function(e,t){if("string"==typeof e)return e;if(Array.isArray(e))return e.map((function(e){return i.stringify(e,t)})).join("");var n={type:e.type,content:i.stringify(e.content,t),tag:"span",classes:["token",e.type],attributes:{},language:t};if(e.alias){var o=Array.isArray(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(n.classes,o)}r.hooks.run("wrap",n);var a=Object.keys(n.attributes).map((function(e){return e+'="'+(n.attributes[e]||"").replace(/"/g,""")+'"'})).join(" ");return"<"+n.tag+' class="'+n.classes.join(" ")+'"'+(a?" "+a:"")+">"+n.content+""},!e.document)return e.addEventListener?(r.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),i=n.language,o=n.code,a=n.immediateClose;e.postMessage(r.highlight(o,r.languages[i],i)),a&&e.close()}),!1),r):r;var o=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return o&&(r.filename=o.src,r.manual||o.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(r.highlightAll):window.setTimeout(r.highlightAll,16):document.addEventListener("DOMContentLoaded",r.highlightAll))),r}("undefined"!==typeof window?window:"undefined"!==typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=n),"undefined"!==typeof t&&(t.Prism=n),n.languages.markup={comment://,prolog:/<\?[\s\S]+?\?>/,doctype://i,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/i,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/i,inside:{punctuation:[/^=/,{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^$)/i,lookbehind:!0,inside:n.languages[t]},r.cdata=/^$/i;var i={"included-cdata":{pattern://i,inside:r}};i["language-"+t]={pattern:/[\s\S]+/,inside:n.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[\s\S]*?>)(?:\s*|[\s\S])*?(?=<\/__>)/.source.replace(/__/g,e),"i"),lookbehind:!0,greedy:!0,inside:i},n.languages.insertBefore("markup","cdata",o)}}),n.languages.xml=n.languages.extend("markup",{}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+[\s\S]*?(?:;|(?=\s*\{))/,inside:{rule:/@[\w-]+/}},url:{pattern:RegExp("url\\((?:"+t.source+"|[^\n\r()]*)\\)","i"),inside:{function:/^url/i,punctuation:/^\(|\)$/}},selector:RegExp("[^{}\\s](?:[^{};\"']|"+t.source+")*?(?=\\s*\\{)"),string:{pattern:t,greedy:!0},property:/[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,important:/!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),e.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:n.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:e.languages.css}},alias:"language-css"}},n.tag))}(n),n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(?:true|false)\b/,function:/\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])[_$A-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\.(?:prototype|constructor))/,lookbehind:!0}],keyword:[{pattern:/((?:^|})\s*)(?:catch|finally)\b/,lookbehind:!0},{pattern:/(^|[^.])\b(?:as|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],number:/\b(?:(?:0[xX](?:[\dA-Fa-f](?:_[\dA-Fa-f])?)+|0[bB](?:[01](?:_[01])?)+|0[oO](?:[0-7](?:_[0-7])?)+)n?|(?:\d(?:_\d)?)+n|NaN|Infinity)\b|(?:\b(?:\d(?:_\d)?)+\.?(?:\d(?:_\d)?)*|\B\.(?:\d(?:_\d)?)+)(?:[Ee][+-]?(?:\d(?:_\d)?)+)?/,function:/#?[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,operator:/-[-=]?|\+[+=]?|!=?=?|<>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^/\\\[\r\n])+\/[gimyus]{0,6}(?=\s*($|[\r\n,.;})\]]))/,lookbehind:!0,greedy:!0},"function-variable":{pattern:/#?[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+[_$A-Za-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)?\s*\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=>)/i,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:[_$A-Za-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\s*)\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}|(?!\${)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\${|}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}}}),n.languages.markup&&n.languages.markup.tag.addInlined("script","javascript"),n.languages.js=n.languages.javascript,"undefined"!==typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(e){e=e||document;var t={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.slice.call(e.querySelectorAll("pre[data-src]")).forEach((function(e){if(!e.hasAttribute("data-src-loaded")){for(var r,i=e.getAttribute("data-src"),o=e,a=/\blang(?:uage)?-([\w-]+)\b/i;o&&!a.test(o.className);)o=o.parentNode;if(o&&(r=(e.className.match(a)||[,""])[1]),!r){var s=(i.match(/\.(\w+)$/)||[,""])[1];r=t[s]||s}var c=document.createElement("code");c.className="language-"+r,e.textContent="",c.textContent="Loading\u2026",e.appendChild(c);var u=new XMLHttpRequest;u.open("GET",i,!0),u.onreadystatechange=function(){4==u.readyState&&(u.status<400&&u.responseText?(c.textContent=u.responseText,n.highlightElement(c),e.setAttribute("data-src-loaded","")):u.status>=400?c.textContent="\u2716 Error "+u.status+" while fetching file: "+u.statusText:c.textContent="\u2716 Error: File does not exist or is empty")},u.send(null)}})),n.plugins.toolbar&&n.plugins.toolbar.registerButton("download-file",(function(e){var t=e.element.parentNode;if(t&&/pre/i.test(t.nodeName)&&t.hasAttribute("data-src")&&t.hasAttribute("data-download-link")){var n=t.getAttribute("data-src"),r=document.createElement("a");return r.textContent=t.getAttribute("data-download-link-label")||"Download",r.setAttribute("download",""),r.href=n,r}}))},document.addEventListener("DOMContentLoaded",(function(){self.Prism.fileHighlight()})))}).call(this,n(1))},function(e){e.exports=JSON.parse('{"javascript":"clike","actionscript":"javascript","arduino":"cpp","aspnet":["markup","csharp"],"bison":"c","c":"clike","csharp":"clike","cpp":"c","coffeescript":"javascript","crystal":"ruby","css-extras":"css","d":"clike","dart":"clike","django":"markup","erb":["ruby","markup-templating"],"fsharp":"clike","flow":"javascript","glsl":"clike","go":"clike","groovy":"clike","haml":"ruby","handlebars":"markup-templating","haxe":"clike","java":"clike","jolie":"clike","kotlin":"clike","less":"css","markdown":"markup","markup-templating":"markup","n4js":"javascript","nginx":"clike","objectivec":"c","opencl":"cpp","parser":"markup","php":["clike","markup-templating"],"php-extras":"php","plsql":"sql","processing":"clike","protobuf":"clike","pug":"javascript","qore":"clike","jsx":["markup","javascript"],"tsx":["jsx","typescript"],"reason":"clike","ruby":"clike","sass":"css","scss":"css","scala":"java","smarty":"markup-templating","soy":"markup-templating","swift":"clike","tap":"yaml","textile":"markup","tt2":["clike","markup-templating"],"twig":"markup","typescript":"javascript","vbnet":"basic","velocity":"markup","wiki":"markup","xeora":"markup","xquery":"markup","builtin":["markup","xml","html","mathml","svg","css","clike","javascript","js"]}')},function(e,t,n){var r,i,o;i=[],void 0===(o="function"===typeof(r=function(){var e=function(){},t={},n={},r={};function i(e,t){if(e){var i=r[e];if(n[e]=t,i)for(;i.length;)i[0](e,t),i.splice(0,1)}}function o(t,n){t.call&&(t={success:t}),n.length?(t.error||e)(n):(t.success||e)(t)}function a(t,n,r,i){var o,s,c=document,u=r.async,l=(r.numRetries||0)+1,f=r.before||e,p=t.replace(/^(css|img)!/,"");i=i||0,/(^css!|\.css$)/.test(t)?((s=c.createElement("link")).rel="stylesheet",s.href=p,(o="hideFocus"in s)&&s.relList&&(o=0,s.rel="preload",s.as="style")):/(^img!|\.(png|gif|jpg|svg)$)/.test(t)?(s=c.createElement("img")).src=p:((s=c.createElement("script")).src=t,s.async=void 0===u||u),s.onload=s.onerror=s.onbeforeload=function(e){var c=e.type[0];if(o)try{s.sheet.cssText.length||(c="e")}catch(u){18!=u.code&&(c="e")}if("e"==c){if((i+=1)=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(34),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(1))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i=1,o={},a=!1,s=e.document,c=Object.getPrototypeOf&&Object.getPrototypeOf(e);c=c&&c.setTimeout?c:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){l(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"===typeof n.data&&0===n.data.indexOf(t)&&l(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),r=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){l(e.data)},r=function(t){e.port2.postMessage(t)}}():s&&"onreadystatechange"in s.createElement("script")?function(){var e=s.documentElement;r=function(t){var n=s.createElement("script");n.onreadystatechange=function(){l(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():r=function(e){setTimeout(l,0,e)},c.setImmediate=function(e){"function"!==typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n1)for(var n=1;nO.scrollOffset&&setTimeout(_,150)}},d=function(){var e=01?n-1:0),i=1;i=o.length)break;c=o[s++]}else{if((s=o.next()).done)break;c=s.value}var u=c;u.apply(void 0,r)}return this},t.process=function(e,t){var n=this.hooks[e]||[],r=Array.isArray(n),i=0;for(n=r?n:n[Symbol.iterator]();;){var o;if(r){if(i>=n.length)break;o=n[i++]}else{if((i=n.next()).done)break;o=i.value}t=o(t)||t}return t},t.processPromise=function(e,t){try{return function(e,t){return e&&e.then?e.then(t):t(e)}(function(e,t,n){if("function"===typeof e[s]){var r,i,o,a=e[s]();if(function e(s){try{for(;!(r=a.next()).done&&(!n||!n());)if((s=t(r.value))&&s.then){if(!l(s))return void s.then(e,o||(o=c.bind(null,i=new u,2)));s=s.v}i?c(i,1,s):i=s}catch(f){c(i||(i=new u),2,f)}}(),a.return){var f=function(e){try{r.done||a.return()}catch(t){}return e};if(i&&i.then)return i.then(f,(function(e){throw f(e)}));f()}return i}if(!("length"in e))throw new TypeError("Object is not iterable");for(var p=[],d=0;d0},t.registerComponent=function(e,t,n){return this.components[e]=this.components[e]||[],this.components[e].push({component:t,props:n}),this},t.getComponents=function(e){return this.components[e]||[]},t.processMarkdown=function(e){return this.hooks.add("processMarkdown",e),this},t.processHTML=function(e){return this.hooks.add("processHTML",e),this},t.extendMarkedRenderer=function(e){return this.hooks.add("extendMarkedRenderer",e),this},t.onContentUpdated=function(e){return this.hooks.add("onContentUpdated",e),this},t.extendMarkdownComponent=function(e){return this.hooks.add("extendMarkdownComponent",e),this},t.enableSearch=function(e){return void 0===e&&(e={}),this.search=e,this.search.enabled=!0,this},e}(),d={name:"DocuteRoot",render:function(e){return e("div",{attrs:{id:this.$store.getters.target,class:"Root"}},[e("router-view")])},created:function(){this.insertStyle()},computed:{css:function(){var e=this.$store.getters.cssVariables;return":root{"+Object.keys(e).reduce((function(t,n){return t+="--"+n.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()}))+":"+e[n]+";"}),"")+"}"}},watch:{css:function(){this.insertStyle()}},methods:{insertStyle:function(){if(this.$ssrContext)this.$ssrContext.insertedStyle=this.css;else{var e="docute-inserted-style",t=document.getElementById(e);t?t.innerHTML=this.css:((t=document.createElement("style")).id=e,t.innerHTML=this.css,document.head.insertBefore(t,document.head.firstChild))}}}};n(36);function h(e,t,n,r,i,o,a,s){var c,u="function"===typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},u._ssrRegister=c):i&&(c=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(e,t){return c.call(t),l(e,t)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:e,options:u}}var v=h(d,void 0,void 0,!1,null,null,null).exports,m=n(2),g=function(e){if(e)try{e=new Function("return "+e)()}catch(t){console.error("You're using invalid options for code fences, it must be JSON or JS object!\n"+t.message)}return e||{}},y=/\.md$/,b={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:j,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/,nptable:j,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:"^ {0,3}(?:<(script|pre|style)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?\\?>\\n*|\\n*|\\n*|)[\\s\\S]*?(?:\\n{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=\\h*\\n)[\\s\\S]*?(?:\\n{2,}|$)|(?=\\h*\\n)[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,table:j,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading| {0,3}>|<\/?(?:tag)(?: +|\n|\/?>)|<(?:script|pre|style|!--))[^\n]+)*)/,text:/^[^\n]+/};function _(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||R.defaults,this.rules=b.normal,this.options.pedantic?this.rules=b.pedantic:this.options.gfm&&(this.options.tables?this.rules=b.tables:this.rules=b.gfm)}b._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,b._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,b.def=O(b.def).replace("label",b._label).replace("title",b._title).getRegex(),b.bullet=/(?:[*+-]|\d+\.)/,b.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,b.item=O(b.item,"gm").replace(/bull/g,b.bullet).getRegex(),b.list=O(b.list).replace(/bull/g,b.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+b.def.source+")").getRegex(),b._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",b._comment=//,b.html=O(b.html,"i").replace("comment",b._comment).replace("tag",b._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),b.paragraph=O(b.paragraph).replace("hr",b.hr).replace("heading",b.heading).replace("lheading",b.lheading).replace("tag",b._tag).getRegex(),b.blockquote=O(b.blockquote).replace("paragraph",b.paragraph).getRegex(),b.normal=I({},b),b.gfm=I({},b.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *({.+})?\n([\s\S]*?)\n? *\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/}),b.gfm.paragraph=O(b.paragraph).replace("(?!","(?!"+b.gfm.fences.source.replace("\\1","\\2")+"|"+b.list.source.replace("\\1","\\3")+"|").getRegex(),b.tables=I({},b.gfm,{nptable:/^ *([^|\n ].*\|.*)\n *([-:]+ *\|[-| :]*)(?:\n((?:.*[^>\n ].*(?:\n|$))*)\n*|$)/,table:/^ *\|(.+)\n *\|?( *[-:]+[-| :]*)(?:\n((?: *[^>\n ].*(?:\n|$))*)\n*|$)/}),b.pedantic=I({},b.normal,{html:O("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",b._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/}),_.rules=b,_.lex=function(e,t){return new _(t).lex(e)},_.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},_.prototype.token=function(e,t){var n,r,i,o,a,s,c,u,l,f,p,d,h,v,m,y;for(e=e.replace(/^ +$/gm,"");e;)if((i=this.rules.newline.exec(e))&&(e=e.substring(i[0].length),i[0].length>1&&this.tokens.push({type:"space"})),i=this.rules.code.exec(e))e=e.substring(i[0].length),i=i[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?i:M(i,"\n")});else if(i=this.rules.fences.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"code",lang:i[2],text:i[4]||"",opts:g(i[3])});else if(i=this.rules.heading.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"heading",depth:i[1].length,text:i[2]});else if(t&&(i=this.rules.nptable.exec(e))&&(s={type:"table",header:F(i[1].replace(/^ *| *\| *$/g,"")),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3]?i[3].replace(/\n$/,"").split("\n"):[]}).header.length===s.align.length){for(e=e.substring(i[0].length),p=0;p ?/gm,""),this.token(i,t),this.tokens.push({type:"blockquote_end"});else if(i=this.rules.list.exec(e)){for(e=e.substring(i[0].length),c={type:"list_start",ordered:v=(o=i[2]).length>1,start:v?+o:"",loose:!1},this.tokens.push(c),u=[],n=!1,h=(i=i[0].match(this.rules.item)).length,p=0;p1&&a.length>1||(e=i.slice(p+1).join("\n")+e,p=h-1)),r=n||/\n\n(?!\s*$)/.test(s),p!==h-1&&(n="\n"===s.charAt(s.length-1),r||(r=n)),r&&(c.loose=!0),y=void 0,(m=/^\[[ xX]\] /.test(s))&&(y=" "!==s[1],s=s.replace(/^\[[ xX]\] +/,"")),l={type:"list_item_start",task:m,checked:y,loose:r},u.push(l),this.tokens.push(l),this.token(s,!1),this.tokens.push({type:"list_item_end"});if(c.loose)for(h=u.length,p=0;p?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:j,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(href(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,strong:/^__([^\s])__(?!_)|^\*\*([^\s])\*\*(?!\*)|^__([^\s][\s\S]*?[^\s])__(?!_)|^\*\*([^\s][\s\S]*?[^\s])\*\*(?!\*)/,em:/^_([^\s_])_(?!_)|^\*([^\s*"<\[])\*(?!\*)|^_([^\s][\s\S]*?[^\s_])_(?!_)|^_([^\s_][\s\S]*?[^\s])_(?!_)|^\*([^\s"<\[][\s\S]*?[^\s*])\*(?!\*)|^\*([^\s*"<\[][\s\S]*?[^\s])\*(?!\*)/,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:j,text:/^(`+|[^`])[\s\S]*?(?=[\\?@\[\]\\^_`{|}~])/g,k._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,k._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,k.autolink=O(k.autolink).replace("scheme",k._scheme).replace("email",k._email).getRegex(),k._attribute=/\s+[a-zA-Z@:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,k.tag=O(k.tag).replace("comment",b._comment).replace("attribute",k._attribute).getRegex(),k._label=/(?:\[[^\[\]]*\]|\\[\[\]]?|`[^`]*`|[^\[\]\\])*?/,k._href=/\s*(<(?:\\[<>]?|[^\s<>\\])*>|(?:\\[()]?|\([^\s\x00-\x1f\\]*\)|[^\s\x00-\x1f()\\])*?)/,k._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,k.link=O(k.link).replace("label",k._label).replace("href",k._href).replace("title",k._title).getRegex(),k.reflink=O(k.reflink).replace("label",k._label).getRegex(),k.normal=I({},k),k.pedantic=I({},k.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/,link:O(/^!?\[(label)\]\((.*?)\)/).replace("label",k._label).getRegex(),reflink:O(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",k._label).getRegex()}),k.gfm=I({},k.normal,{escape:O(k.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^~+(?=\S)([\s\S]*?\S)~+/,text:O(k.text).replace("]|","~]|").replace("|$","|https?://|ftp://|www\\.|[a-zA-Z0-9.!#$%&'*+/=?^_`{\\|}~-]+@|$").getRegex()}),k.gfm.url=O(k.gfm.url).replace("email",k.gfm._extended_email).getRegex(),k.breaks=I({},k.gfm,{br:O(k.br).replace("{2,}","*").getRegex(),text:O(k.gfm.text).replace("{2,}","*").getRegex()}),w.rules=k,w.output=function(e,t,n){return new w(t,n).output(e)},w.prototype.output=function(e){for(var t,n,r,i,o,a,s="";e;)if(o=this.rules.escape.exec(e))e=e.substring(o[0].length),s+=o[1];else if(o=this.rules.autolink.exec(e))e=e.substring(o[0].length),r="@"===o[2]?"mailto:"+(n=$(this.mangle(o[1]))):n=$(o[1]),s+=this.renderer.link(r,null,n);else if(this.inLink||!(o=this.rules.url.exec(e))){if(o=this.rules.tag.exec(e))!this.inLink&&/^/i.test(o[0])&&(this.inLink=!1),!this.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(o[0])?this.inRawBlock=!0:this.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(o[0])&&(this.inRawBlock=!1),e=e.substring(o[0].length),s+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(o[0]):$(o[0]):o[0];else if(o=this.rules.link.exec(e))e=e.substring(o[0].length),this.inLink=!0,r=o[2],this.options.pedantic?(t=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(r))?(r=t[1],i=t[3]):i="":i=o[3]?o[3].slice(1,-1):"",r=r.trim().replace(/^<([\s\S]*)>$/,"$1"),s+=this.outputLink(o,{href:w.escapes(r),title:w.escapes(i)}),this.inLink=!1;else if((o=this.rules.reflink.exec(e))||(o=this.rules.nolink.exec(e))){if(e=e.substring(o[0].length),t=(o[2]||o[1]).replace(/\s+/g," "),!(t=this.links[t.toLowerCase()])||!t.href){s+=o[0].charAt(0),e=o[0].substring(1)+e;continue}this.inLink=!0,s+=this.outputLink(o,t),this.inLink=!1}else if(o=this.rules.strong.exec(e))e=e.substring(o[0].length),s+=this.renderer.strong(this.output(o[4]||o[3]||o[2]||o[1]));else if(o=this.rules.em.exec(e))e=e.substring(o[0].length),s+=this.renderer.em(this.output(o[6]||o[5]||o[4]||o[3]||o[2]||o[1]));else if(o=this.rules.code.exec(e))e=e.substring(o[0].length),s+=this.renderer.codespan($(o[2].trim(),!0));else if(o=this.rules.br.exec(e))e=e.substring(o[0].length),s+=this.renderer.br();else if(o=this.rules.del.exec(e))e=e.substring(o[0].length),s+=this.renderer.del(this.output(o[1]));else if(o=this.rules.text.exec(e))e=e.substring(o[0].length),this.inRawBlock?s+=this.renderer.text(o[0]):s+=this.renderer.text($(this.smartypants(o[0])));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0))}else{if("@"===o[2])r="mailto:"+(n=$(o[0]));else{do{a=o[0],o[0]=this.rules._backpedal.exec(o[0])[0]}while(a!==o[0]);n=$(o[0]),r="www."===o[1]?"http://"+n:n}e=e.substring(o[0].length),s+=this.renderer.link(r,null,n)}return s},w.escapes=function(e){return e?e.replace(w.rules._escapes,"$1"):e},w.prototype.outputLink=function(e,t){var n=t.href,r=t.title?$(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(n,r,this.output(e[1])):this.renderer.image(n,r,$(e[1]))},w.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/---/g,"\u2014").replace(/--/g,"\u2013").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1\u2018").replace(/'/g,"\u2019").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1\u201c").replace(/"/g,"\u201d").replace(/\.{3}/g,"\u2026"):e},w.prototype.mangle=function(e){if(!this.options.mangle)return e;for(var t,n="",r=e.length,i=0;i.5&&(t="x"+t.toString(16)),n+="&#"+t+";";return n},x.prototype.code=function(e,t,n){if(this.options.highlight){var r=this.options.highlight(e,t);null!=r&&r!==e&&(n=!0,e=r)}return t?'
'+(n?e:$(e,!0))+"
\n":"
"+(n?e:$(e,!0))+"
"},x.prototype.blockquote=function(e){return"
\n"+e+"
\n"},x.prototype.html=function(e){return e},x.prototype.heading=function(e,t,n){return this.options.headerIds?"'+e+"\n":""+e+"\n"},x.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"},x.prototype.list=function(e,t,n,r){var i=t?"ol":"ul";return"<"+i+(t&&1!==n?' start="'+n+'"':"")+(r?' class="contains-task-list"':"")+">\n"+e+"\n"},x.prototype.listitem=function(e,t){return""+e+"\n"},x.prototype.checkbox=function(e){return" "},x.prototype.paragraph=function(e){return"

"+e+"

\n"},x.prototype.table=function(e,t){return t&&(t=""+t+""),"\n\n"+e+"\n"+t+"
\n"},x.prototype.tablerow=function(e){return"\n"+e+"\n"},x.prototype.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"\n"},x.prototype.strong=function(e){return""+e+""},x.prototype.em=function(e){return""+e+""},x.prototype.codespan=function(e){return""+e+""},x.prototype.br=function(){return this.options.xhtml?"
":"
"},x.prototype.del=function(e){return""+e+""},x.prototype.link=function(e,t,n){if(this.options.sanitize){try{var r=decodeURIComponent(S(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(c){return n}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return n}this.options.baseUrl&&!L.test(e)&&(e=E(this.options.baseUrl,e));try{e=encodeURI(e).replace(/%25/g,"%")}catch(c){return n}var i=/^https?:\/\//.test(e),o=/^mailto:/.test(e),a=i||o?"a":"router-link",s="<"+a+" "+("a"===a?"href":"to")+'="'+$(i?e:function(e){var t=e.split("#"),n=t[0],r=t[1];return y.test(n)&&(n=n.replace(y,"")),n+(r?"#"+r:"")}(S(e)))+'"';return t&&(s+=' title="'+t+'"'),i&&(s+=' target="_blank" rel="noopener noreferrer"',n+="\n"),s+=">"+n+""},x.prototype.image=function(e,t,n){this.options.baseUrl&&!L.test(e)&&(e=E(this.options.baseUrl,e));var r=this.options.env.config.imageZoom,i="<"+(r?"image-zoom":"img")+' src="'+e+'" alt="'+n+'"';return t&&(i+=' title="'+t+'"'),r&&(i+=' v-bind:border="false"'),i+=this.options.xhtml?"/>":">"},x.prototype.text=function(e){return e},C.prototype.strong=C.prototype.em=C.prototype.codespan=C.prototype.del=C.prototype.text=function(e){return e},C.prototype.link=C.prototype.image=function(e,t,n){return""+n},C.prototype.br=function(){return""},A.parse=function(e,t){return new A(t).parse(e)},A.prototype.parse=function(e){this.inline=new w(e.links,this.options),this.inlineText=new w(e.links,I({},this.options,{renderer:new C})),this.tokens=e.reverse();for(var t="";this.next();)t+=this.tok();return t},A.prototype.next=function(){return this.token=this.tokens.pop()},A.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},A.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},A.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,S(this.inlineText.output(this.token.text)));case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped,this.token.opts);case"table":var e,t,n,r,i="",o="";for(n="",e=0;e"']/,$.escapeReplace=/[&<>"']/g,$.replacements={"&":"&","<":"<",">":">",'"':""","'":"'"},$.escapeTestNoEncode=/[<>"']|&(?!#?\w+;)/,$.escapeReplaceNoEncode=/[<>"']|&(?!#?\w+;)/g;var T={},L=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function j(){}function I(e){for(var t,n,r=1;r=0&&"\\"===n[i];)r=!r;return r?"|":" |"})).split(/ \|/),r=0;if(n.length>t)n.splice(t);else for(;n.lengthAn error occurred:

"+$(c.message+"",!0)+"
";throw c}}j.exec=j,R.options=R.setOptions=function(e){return I(R.defaults,e),R},R.getDefaults=function(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:new x,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tables:!0,xhtml:!1}},R.defaults=R.getDefaults(),R.Parser=A,R.parser=A.parse,R.Renderer=x,R.TextRenderer=C,R.Lexer=_,R.lexer=_.lex,R.InlineLexer=w,R.inlineLexer=w.output,R.parse=R,R.escape=$,R.unescape=S;var P=R,N=n(27),z=n.n(N);function D(e,t){if(!t)return e;var n=t&&z.a.languages[t];return n||(t="markup",n=z.a.languages.markup),z.a.highlight(e,n,t)}var H=function(e){return/^https?:\/\//.test(e)},B=function(e,t){return((e=(e=e||".").replace(/\/$/,""))+t).replace(/^\.\//,"")},G=function(e){return e=e.replace(/^\/?/,"/"),/\.md$/.test(e)||(e=/\/$/.test(e)?e+"README.md":e+".md"),e},U="undefined"!==typeof window,Z=function(e){var t=new P.Renderer,n=[];t.heading=function(e,t,r){var i=this.options.env,o=r.trim().replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-").toLowerCase();n.push(o);var a=n.filter((function(e){return e===o})).length;if(a>1&&(o+="-"+a),1===t)return i.title=e,"";2===t&&i.headings.push({level:t,raw:r,text:r.replace(/<.*>\s*$/g,""),slug:o});var s="h"+t;return"<"+s+' class="markdown-header" id="'+o+'">\n \n \n \n '+e+""},t.codespan=function(e){return""+e+""};var r=t.code;return t.code=function(e,t,n,i){i=i||{};var o=this.options.env;if(i.mixin)return o.mixins.push(e),"";var a=r.call(this,e,t,n);if(i.interpolate||(a=a.replace(/^
/,"
")),i.highlight){var s=e.split("\n").map((function(e,t){t+=1;var n=i.highlight.some((function(e){if("number"===typeof e)return e===t;if("string"===typeof e){var n=e.split("-").map(Number),r=n[0],i=n[1];return t>=r&&(!i||t<=i)}return!1})),r=e?P.escape(e):"​";return n?''+r+"":''+r+""})).join("");a+="'+s+"
"}return'
'+a+"
"},e.process("extendMarkedRenderer",t)},q=n(29),V=n.n(q),K=n(28),J={accentColor:"#009688",pageBackground:"#fff",headerBackground:"#fff",headerTextColor:"var(--text-color)",textColor:"#000",linkColor:"var(--accent-color)",sidebarWidth:"280px",sidebarBackground:"var(--page-background)",sidebarLinkColor:"#444",sidebarLinkActiveColor:"#000",sidebarLinkArrowColor:"#999",mainBackground:"var(--page-background)",borderColor:"#eaeaea",headerHeight:"55px",codeFont:"SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace",tipColor:"rgb(6, 125, 247)",successColor:"#42b983",warningColor:"#ff9800",dangerColor:"rgb(255, 0, 31)",navLinkColor:"#2c3e50",navLinkBorderColor:"var(--accent-color)",codeBlockBackground:"#011627",codeBlockTextColor:"white",codeBlockShadowColor:"#333",codeBlockShadowWidth:"0px",highlightedLineBackground:"#022a4b",highlightedLineBorderColor:"#ffa7c4",inlineCodeColor:"rgb(116, 66, 16)",inlineCodeBackground:"rgb(254, 252, 191)",loaderPrimaryColor:"#f3f3f3",loaderSecondaryColor:"#ecebeb",tableHeaderBackground:"#fafafa",tableHeaderColor:"#666",docuteSelectHeight:"38px",searchIconColor:"#999",searchFocusBorderColor:"#ccc",searchFocusIconColor:"#333",searchResultHoverBackground:"#f9f9f9"},W=Object.assign({},J,{headerBackground:"var(--page-background)",sidebarLinkColor:"var(--text-color)",sidebarLinkActiveColor:"var(--text-color)",textColor:"hsla(0,0%,100%,0.88)",pageBackground:"#2f3136",navLinkColor:"var(--text-color)",borderColor:"#3e4147",highlightedLineBackground:"#022a4b",highlightedLineBorderColor:"#ffa7c4",inlineCodeColor:"#e6e6e6",inlineCodeBackground:"#373c49",loaderPrimaryColor:"hsla(0, 0%, 100%, 0.08)",loaderSecondaryColor:"hsla(0, 0%, 100%, 0.18)",contentLinkBorder:"2px solid hsla(0, 0%, 100%, 0.28)",contentLinkHoverBorderColor:"currentColor",tableHeaderBackground:"var(--border-color)",tableHeaderColor:"#868686",searchIconColor:"#999",searchFocusBorderColor:"#999",searchFocusIconColor:"#ccc",searchResultBackground:"#27292f",searchResultHoverBackground:"#1e2025"});function Y(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}r.a.use(m.a);var X=U&&window.__DOCUTE_INITIAL_STATE__,Q=new m.a.Store({state:Object.assign({originalConfig:{},page:{title:null,headings:null,html:""},env:{},showSidebar:!1,fetchingFile:!0},X),mutations:{SET_CONFIG:function(e,t){void 0===t&&(t={}),t.layout=t.layout||"narrow",t.centerContent&&(t.layout="narrow"),t.theme=function(e,t){var n=t.theme,r=t.detectSystemDarkTheme;if(!U||!r)return n||"default";var i=window.matchMedia("(prefers-color-scheme: dark)");return i.addListener((function(){e.commit("SET_THEME",i.matches?"dark":"default")})),n||(i.matches?"dark":"default")}(Q,t),e.originalConfig=t},SET_PAGE:function(e,t){e.page=t},TOGGLE_SIDEBAR:function(e,t){e.showSidebar="boolean"===typeof t?t:!e.showSidebar},SET_FETCHING:function(e,t){e.fetchingFile=t},SET_ENV:function(e,t){e.env=t},SET_THEME:function(e,t){e.originalConfig.theme=t}},actions:{fetchFile:function(e,t){var n=e.commit,r=e.getters,i=e.dispatch;try{n("TOGGLE_SIDEBAR",!1),n("SET_FETCHING",!0);var o=Object.assign({markdown:!0},r.config.routes&&r.config.routes[t]);if(!o.content&&!o.file){var a=G(t);o.file=B(r.config.sourcePath,a),o.editLink=r.config.editLinkBase&&B(r.config.editLinkBase,a)}return Y(Promise.all([!o.content&&fetch(o.file,r.config.fetchOptions).then((function(e){return e.text()})).then((function(e){o.content=e})),i("fetchPrismLanguages")]),(function(){return Y(f.processPromise("processMarkdown",o.content),(function(e){return o.content=e,Y(f.processPromise("processPage",o),(function(e){o=e;var t={headings:[],mixins:[],config:r.config};return o.markdown&&(o.content=P(o.content,{renderer:Z(f),highlight:D,env:t})),Y(f.processPromise("processHTML",o.content),(function(e){o.content=e,o.headings=t.headings,o.title||(o.title=t.title),n("SET_PAGE",o),n("SET_ENV",t),n("SET_FETCHING",!1)}))}))}))}))}catch(s){return Promise.reject(s)}},fetchPrismLanguages:function(e){var t,n,r=e.getters.config.highlight;return r&&0!==r.length?(t=r.reduce((function(e,t){return K[t]&&(e=e.concat(K[t])),e.push(t),e}),[]).filter((function(e,t,n){return n.indexOf(e)===t&&-1===K.builtin.indexOf(e)})).map((function(e){return"https://unpkg.com/prismjs@1.17.1/components/prism-"+e+".js"})),n="prism-languages",new Promise((function(e){if(V.a.isDefined(n))return e();V()(t,n,{success:e,error:function(t){console.error("Deps not found:",t),e()}})}))):Promise.resolve()}},getters:{target:function(e){var t=e.originalConfig.target;return t?"#"===t[0]?t.slice(1):t:"docute"},languageOverrides:function(e){var t=e.originalConfig,n=t.overrides||t.locales;return n&&Object.keys(n).reduce((function(e,t){return n[t].language&&(e[t]=n[t]),e}),{})},currentLocalePath:function(e,t){var n=e.route,r=t.languageOverrides;if(r)for(var i=0,o=Object.keys(r);i-1}function ne(e,t){return t instanceof e||t&&(t.name===e.name||t._name===e._name)}function re(e,t){for(var n in t)e[n]=t[n];return e}var ie={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,i=t.parent,o=t.data;o.routerView=!0;for(var a=i.$createElement,s=n.name,c=i.$route,u=i._routerViewCache||(i._routerViewCache={}),l=0,f=!1;i&&i._routerRoot!==i;){var p=i.$vnode&&i.$vnode.data;p&&(p.routerView&&l++,p.keepAlive&&i._inactive&&(f=!0)),i=i.$parent}if(o.routerViewDepth=l,f)return a(u[s],o,r);var d=c.matched[l];if(!d)return u[s]=null,a();var h=u[s]=d.components[s];o.registerRouteInstance=function(e,t){var n=d.instances[s];(t&&n!==e||!t&&n===e)&&(d.instances[s]=t)},(o.hook||(o.hook={})).prepatch=function(e,t){d.instances[s]=t.componentInstance},o.hook.init=function(e){e.data.keepAlive&&e.componentInstance&&e.componentInstance!==d.instances[s]&&(d.instances[s]=e.componentInstance)};var v=o.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(c,d.props&&d.props[s]);if(v){v=o.props=re({},v);var m=o.attrs=o.attrs||{};for(var g in v)h.props&&g in h.props||(m[g]=v[g],delete v[g])}return a(h,o,r)}};var oe=/[!'()*]/g,ae=function(e){return"%"+e.charCodeAt(0).toString(16)},se=/%2C/g,ce=function(e){return encodeURIComponent(e).replace(oe,ae).replace(se,",")},ue=decodeURIComponent;function le(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach((function(e){var n=e.replace(/\+/g," ").split("="),r=ue(n.shift()),i=n.length>0?ue(n.join("=")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]})),t):t}function fe(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return"";if(null===n)return ce(t);if(Array.isArray(n)){var r=[];return n.forEach((function(e){void 0!==e&&(null===e?r.push(ce(t)):r.push(ce(t)+"="+ce(e)))})),r.join("&")}return ce(t)+"="+ce(n)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var pe=/\/?$/;function de(e,t,n,r){var i=r&&r.options.stringifyQuery,o=t.query||{};try{o=he(o)}catch(s){}var a={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:o,params:t.params||{},fullPath:ge(t,i),matched:e?me(e):[]};return n&&(a.redirectedFrom=ge(n,i)),Object.freeze(a)}function he(e){if(Array.isArray(e))return e.map(he);if(e&&"object"===typeof e){var t={};for(var n in e)t[n]=he(e[n]);return t}return e}var ve=de(null,{path:"/"});function me(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function ge(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;return void 0===i&&(i=""),(n||"/")+(t||fe)(r)+i}function ye(e,t){return t===ve?e===t:!!t&&(e.path&&t.path?e.path.replace(pe,"")===t.path.replace(pe,"")&&e.hash===t.hash&&be(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&be(e.query,t.query)&&be(e.params,t.params)))}function be(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){var r=e[n],i=t[n];return"object"===typeof r&&"object"===typeof i?be(r,i):String(r)===String(i)}))}function _e(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var i=t.split("/");n&&i[i.length-1]||i.pop();for(var o=e.replace(/^\//,"").split("/"),a=0;a=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf("?");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}(i.path||""),c=t&&t.path||"/",u=s.path?_e(s.path,c,n||i.append):c,l=function(e,t,n){void 0===t&&(t={});var r,i=n||le;try{r=i(e||"")}catch(a){r={}}for(var o in t)r[o]=t[o];return r}(s.query,i.query,r&&r.options.parseQuery),f=i.hash||s.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:l,hash:f}}var He,Be=[String,Object],Ge=[String,Array],Ue=function(){},Ze={name:"RouterLink",props:{to:{type:Be,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Ge,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.location,a=i.route,s=i.href,c={},u=n.options.linkActiveClass,l=n.options.linkExactActiveClass,f=null==u?"router-link-active":u,p=null==l?"router-link-exact-active":l,d=null==this.activeClass?f:this.activeClass,h=null==this.exactActiveClass?p:this.exactActiveClass,v=a.redirectedFrom?de(null,De(a.redirectedFrom),null,n):a;c[h]=ye(r,v),c[d]=this.exact?c[h]:function(e,t){return 0===e.path.replace(pe,"/").indexOf(t.path.replace(pe,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(r,v);var m=function(e){qe(e)&&(t.replace?n.replace(o,Ue):n.push(o,Ue))},g={click:qe};Array.isArray(this.event)?this.event.forEach((function(e){g[e]=m})):g[this.event]=m;var y={class:c},b=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:s,route:a,navigate:m,isActive:c[d],isExactActive:c[h]});if(b){if(1===b.length)return b[0];if(b.length>1||!b.length)return 0===b.length?e():e("span",{},b)}if("a"===this.tag)y.on=g,y.attrs={href:s};else{var _=function e(t){if(t)for(var n,r=0;r-1&&(s.params[p]=n.params[p]);return s.path=ze(l.path,s.params),c(l,s,a)}if(s.path){s.params={};for(var d=0;d=e.length?n():e[i]?t(e[i],(function(){r(i+1)})):r(i+1)};r(0)}function mt(e){return function(t,n,r){var i=!1,o=0,a=null;gt(e,(function(e,t,n,s){if("function"===typeof e&&void 0===e.cid){i=!0,o++;var c,u=_t((function(t){var i;((i=t).__esModule||bt&&"Module"===i[Symbol.toStringTag])&&(t=t.default),e.resolved="function"===typeof t?t:He.extend(t),n.components[s]=t,--o<=0&&r()})),l=_t((function(e){var t="Failed to resolve async component "+s+": "+e;a||(a=te(e)?e:new Error(t),r(a))}));try{c=e(u,l)}catch(p){l(p)}if(c)if("function"===typeof c.then)c.then(u,l);else{var f=c.component;f&&"function"===typeof f.then&&f.then(u,l)}}})),i||r()}}function gt(e,t){return yt(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function yt(e){return Array.prototype.concat.apply([],e)}var bt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function _t(e){var t=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var kt=function(e){function t(t){e.call(this),this.name=this._name="NavigationDuplicated",this.message='Navigating to current location ("'+t.fullPath+'") is not allowed',Object.defineProperty(this,"stack",{value:(new e).stack,writable:!0,configurable:!0})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t}(Error);kt._name="NavigationDuplicated";var wt=function(e,t){this.router=e,this.base=function(e){if(!e)if(Ve){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=ve,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function xt(e,t,n,r){var i=gt(e,(function(e,r,i,o){var a=function(e,t){"function"!==typeof e&&(e=He.extend(e));return e.options[t]}(e,t);if(a)return Array.isArray(a)?a.map((function(e){return n(e,r,i,o)})):n(a,r,i,o)}));return yt(r?i.reverse():i)}function Ct(e,t){if(t)return function(){return e.apply(t,arguments)}}wt.prototype.listen=function(e){this.cb=e},wt.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},wt.prototype.onError=function(e){this.errorCbs.push(e)},wt.prototype.transitionTo=function(e,t,n){var r=this,i=this.router.match(e,this.current);this.confirmTransition(i,(function(){r.updateRoute(i),t&&t(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach((function(e){e(i)})))}),(function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach((function(t){t(e)})))}))},wt.prototype.confirmTransition=function(e,t,n){var r=this,i=this.current,o=function(e){!ne(kt,e)&&te(e)&&(r.errorCbs.length?r.errorCbs.forEach((function(t){t(e)})):console.error(e)),n&&n(e)};if(ye(e,i)&&e.matched.length===i.matched.length)return this.ensureURL(),o(new kt(e));var a=function(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n-1?decodeURI(e.slice(0,r))+e.slice(r):decodeURI(e)}else n>-1&&(e=decodeURI(e.slice(0,n))+e.slice(n));return e}function Tt(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Lt(e){pt?dt(Tt(e)):window.location.hash=e}function jt(e){pt?ht(Tt(e)):window.location.replace(Tt(e))}var It=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){t.index=n,t.updateRoute(r)}),(function(e){ne(kt,e)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(wt),Ft=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=We(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!pt&&!1!==e.fallback,this.fallback&&(t="hash"),Ve||(t="abstract"),this.mode=t,t){case"history":this.history=new At(this,e.base);break;case"hash":this.history=new St(this,e.base,this.fallback);break;case"abstract":this.history=new It(this,e.base);break;default:0}},Mt={currentRoute:{configurable:!0}};function Rt(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Ft.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Mt.currentRoute.get=function(){return this.history&&this.history.current},Ft.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null)})),!this.app){this.app=e;var n=this.history;if(n instanceof At)n.transitionTo(n.getCurrentLocation());else if(n instanceof St){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},Ft.prototype.beforeEach=function(e){return Rt(this.beforeHooks,e)},Ft.prototype.beforeResolve=function(e){return Rt(this.resolveHooks,e)},Ft.prototype.afterEach=function(e){return Rt(this.afterHooks,e)},Ft.prototype.onReady=function(e,t){this.history.onReady(e,t)},Ft.prototype.onError=function(e){this.history.onError(e)},Ft.prototype.push=function(e,t,n){var r=this;if(!t&&!n&&"undefined"!==typeof Promise)return new Promise((function(t,n){r.history.push(e,t,n)}));this.history.push(e,t,n)},Ft.prototype.replace=function(e,t,n){var r=this;if(!t&&!n&&"undefined"!==typeof Promise)return new Promise((function(t,n){r.history.replace(e,t,n)}));this.history.replace(e,t,n)},Ft.prototype.go=function(e){this.history.go(e)},Ft.prototype.back=function(){this.go(-1)},Ft.prototype.forward=function(){this.go(1)},Ft.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},Ft.prototype.resolve=function(e,t,n){var r=De(e,t=t||this.history.current,n,this),i=this.match(r,t),o=i.redirectedFrom||i.fullPath;return{location:r,route:i,href:function(e,t,n){var r="hash"===n?"#"+t:t;return e?ke(e+"/"+r):r}(this.history.base,o,this.mode),normalizedTo:r,resolved:i}},Ft.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==ve&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Ft.prototype,Mt),Ft.install=function e(t){if(!e.installed||He!==t){e.installed=!0,He=t;var n=function(e){return void 0!==e},r=function(e,t){var r=e.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(e,t)};t.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",ie),t.component("RouterLink",Ze);var i=t.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},Ft.version="3.1.3",Ve&&window.Vue&&window.Vue.use(Ft);var Pt=Ft,Nt="undefined"!==typeof window,zt=Nt&&navigator.connection,Dt=Nt&&(!zt||-1===(zt.effectiveType||"").indexOf("2g")&&!zt.saveData),Ht=Nt&&window.IntersectionObserver,Bt={};function Gt(e){return new Promise((function(t,n){var r=new XMLHttpRequest;r.open("GET",e,r.withCredentials=!0),r.addEventListener("load",(function(){200===r.status?t():n()})),r.send()}))}function Ut(e){return self.fetch?fetch(e,{credentials:"include"}):Gt(e)}var Zt=function(e){if(Nt){var t=document.createElement("link");return t.relList&&t.relList.supports&&t.relList.supports(e)}}("prefetch")?function(e){return new Promise((function(t,n){var r=document.createElement("link");r.rel="prefetch",r.href=e,r.addEventListener("load",t),r.addEventListener("error",n),document.head.appendChild(r)}))}:Gt;function qt(e,t){if(Dt&&!Bt[e])return(t?Ut:Zt)(e).then((function(){Bt[e]=!0}))}var Vt=function(e,t){void 0===t&&(t={});var n=t.componentName;void 0===n&&(n="RouterLink");var r=t.prefetch;void 0===r&&(r=!0);var i=Ht&&new window.IntersectionObserver((function(e){e.forEach((function(e){e.isIntersecting&&e.target._linkPrefetch()}))})),o=Nt&&window.requestIdleCallback||function(e){var t=Date.now();return setTimeout((function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})}),1)},a={name:n,extends:e.component("RouterLink")||e.component("router-link"),props:{prefetch:{type:Boolean,default:r},prefetchFiles:{type:Array},timeout:{type:Number,default:2e3}},mounted:function(){this.prefetch&&i&&Dt&&o(this.observe,{timeout:this.timeout})},beforeDestory:function(){this.unobserve()},methods:{observe:function(){i.observe(this.$el),this.$el._linkPrefetch=this.linkPrefetch,this._linkObserved=!0},unobserve:function(){this._linkObserved&&i.unobserve(this.$el)},getComponents:function(){return this.$router.getMatchedComponents(this.to).filter((function(e){return void 0===e.cid&&"function"===typeof e}))},linkPrefetch:function(){var e=this.$router.resolve(this.to).route;if(!e.meta.__prefetched){if(e.meta.__prefetched=!0,!1!==e.meta.prefetch)for(var t=0,n=this.getComponents();t0)for(var o=0,a=i;o1&&void 0!==arguments[1]?arguments[1]:{};switch(s=u.duration||1e3,r=u.offset||0,f=u.callback,i=u.easing||Kt,o=u.a11y||!1,t=window.scrollY||window.pageYOffset,"undefined"===typeof c?"undefined":Jt(c)){case"number":e=void 0,o=!1,n=t+c;break;case"object":n=p(e=c);break;case"string":e=document.querySelector(c),n=p(e)}switch(a=n-t+r,Jt(u.duration)){case"number":s=u.duration;break;case"function":s=u.duration(a)}window.requestAnimationFrame(d)}}(),Yt=n(30),Xt=n.n(Yt),Qt=function(){return Math.random().toString(36).substring(2)},en={name:"ContentLoader",functional:!0,props:{width:{type:Number,default:400},height:{type:Number,default:130},speed:{type:Number,default:2},preserveAspectRatio:{type:String,default:"xMidYMid meet"},baseUrl:{type:String,default:""},primaryColor:{type:String,default:"#f9f9f9"},secondaryColor:{type:String,default:"#ecebeb"},primaryOpacity:{type:Number,default:1},secondaryOpacity:{type:Number,default:1},uniqueKey:{type:String},animate:{type:Boolean,default:!0}},render:function(e,t){var n=t.props,r=t.data,i=t.children,o=n.uniqueKey?n.uniqueKey+"-idClip":Qt(),a=n.uniqueKey?n.uniqueKey+"-idGradient":Qt();return e("svg",Xt()([r,{attrs:{viewBox:"0 0 "+n.width+" "+n.height,version:"1.1",preserveAspectRatio:n.preserveAspectRatio}}]),[e("rect",{style:{fill:"url("+n.baseUrl+"#"+a+")"},attrs:{"clip-path":"url("+n.baseUrl+"#"+o+")",x:"0",y:"0",width:n.width,height:n.height}}),e("defs",[e("clipPath",{attrs:{id:o}},[i||e("rect",{attrs:{x:"0",y:"0",rx:"5",ry:"5",width:n.width,height:n.height}})]),e("linearGradient",{attrs:{id:a}},[e("stop",{attrs:{offset:"0%","stop-color":n.primaryColor,"stop-opacity":n.primaryOpacity}},[n.animate?e("animate",{attrs:{attributeName:"offset",values:"-2; 1",dur:n.speed+"s",repeatCount:"indefinite"}}):null]),e("stop",{attrs:{offset:"50%","stop-color":n.secondaryColor,"stop-opacity":n.secondaryOpacity}},[n.animate?e("animate",{attrs:{attributeName:"offset",values:"-1.5; 1.5",dur:n.speed+"s",repeatCount:"indefinite"}}):null]),e("stop",{attrs:{offset:"100%","stop-color":n.primaryColor,"stop-opacity":n.primaryOpacity}},[n.animate?e("animate",{attrs:{attributeName:"offset",values:"-1; 2",dur:n.speed+"s",repeatCount:"indefinite"}}):null])])])])}},tn={functional:!0,props:["openInNewTab","externalLinkIcon"],render:function(e,t){var n=t.data,r=t.children,i=t.props,o=i.openInNewTab,a=i.externalLinkIcon,s=Object.assign({},n.attrs),c=s.to;return H(c)?(delete s.to,delete s.prefetchFiles,e("a",Object.assign({},n,{class:[n.class,"is-external-link"],attrs:Object.assign({},s,{href:c,target:!1===o?"_self":"_blank"})}),[].concat(r,[!1===o||!1===a?null:e("external-link-icon",{class:"external-link-icon"})]))):e("router-link",n,r)}},nn=(n(37),h(tn,void 0,void 0,!1,null,null,null).exports),rn={components:{UniLink:nn},props:{nav:{type:Array,required:!0}},methods:{isExternalLink:H}},on=(n(38),h(rn,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"header-nav"},e._l(e.nav,(function(t,r){return n("div",{key:r,staticClass:"header-nav-item"},[t.children?n("div",{staticClass:"dropdown-wrapper"},[n("span",{staticClass:"dropdown-trigger"},[e._v("\n "+e._s(t.title)+"\n "),n("span",{staticClass:"arrow"})]),e._v(" "),t.children?n("ul",{staticClass:"dropdown-list"},e._l(t.children,(function(t,r){return n("li",{key:r,staticClass:"dropdown-item"},[n("uni-link",{attrs:{to:t.link,openInNewTab:t.openInNewTab,externalLinkIcon:!1}},[e._v(e._s(t.title))])],1)})),0):e._e()]):e._e(),e._v(" "),t.children?e._e():n("uni-link",{attrs:{to:t.link,openInNewTab:t.openInNewTab,externalLinkIcon:!1}},[e._v(e._s(t.title))])],1)})),0)}),[],!1,null,"93d08526",null).exports),an={props:{link:{type:Object,required:!0}}},sn=(n(39),{components:{UniLink:nn,PageToc:h(an,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return!e.$store.state.fetchingFile&&!1!==e.link.toc&&e.link.link===e.$route.path&&e.$store.state.page.headings&&e.$store.state.page.headings.length>0?n("div",{staticClass:"PageToc"},e._l(e.$store.state.page.headings,(function(t){return n("router-link",{key:t.slug,staticClass:"PageTocHeading",attrs:{to:{hash:t.slug},"data-level":t.level},domProps:{innerHTML:e._s(t.text)}})})),1):e._e()}),[],!1,null,"b4f38364",null).exports},props:{item:{type:Object,required:!0,default:function(){return{}}},open:{type:Boolean,required:!1,default:function(){return!0}}},computed:{children:function(){return this.item.children||this.item.links}},methods:{isExternalLink:H,getPrefetchFiles:function(e){var t=this.$store.getters.config,n=t.sourcePath,r=t.routes;if(r&&r[e]){var i=r[e].file;return i?[i]:[]}var o=G(e),a=B(n,o);return a?[a]:[]},getLinkTarget:function(e){return H(e)&&!1!==e.openInNewTab?"_blank":"_self"}}}),cn=(n(40),{components:{HeaderNav:on,SidebarItem:h(sn,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["SidebarItem",e.item.title&&"hasTitle"]},[e.item.title&&e.children?n("div",{staticClass:"ItemTitle",class:{collapsable:!1!==e.item.collapsable},on:{click:function(t){return e.$emit("toggle")}}},[!1!==e.item.collapsable?n("span",{staticClass:"arrow",class:{open:e.open}},[n("svg",{attrs:{width:"6",height:"10",viewBox:"0 0 6 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M1.4 8.56L4.67 5M1.4 1.23L4.66 4.7",stroke:"currentColor","stroke-linecap":"square"}})])]):e._e(),e._v(" "),n("span",[e._v(e._s(e.item.title))])]):e._e(),e._v(" "),e.item.title&&e.item.link?n("uni-link",{staticClass:"ItemLink",class:{active:e.$route.path===e.item.link},attrs:{to:e.item.link}},[e._v(e._s(e.item.title))]):e._e(),e._v(" "),e.item.title&&e.item.link?n("div",{staticClass:"ItemLinkToc"},[n("PageToc",{attrs:{link:e.item}})],1):e._e(),e._v(" "),e.children&&(e.open||!1===e.item.collapsable)?n("div",{staticClass:"ItemChildren"},e._l(e.children,(function(t,r){return n("div",{key:r,staticClass:"ItemChild"},[n("uni-link",{staticClass:"ItemChildLink",class:{active:e.$route.path===t.link},attrs:{to:t.link,openInNewTab:t.openInNewTab,prefetchFiles:e.getPrefetchFiles(t.link)}},[e._v(e._s(t.title))]),e._v(" "),n("PageToc",{attrs:{link:t}})],1)})),0):e._e()],1)}),[],!1,null,"794d5154",null).exports},data:function(){return{closedItems:[]}},watch:{"$route.path":{handler:function(){var e=this.getCurrentIndex(this.$route.path,this.$store.getters.sidebar);this.openItem(e)},immediate:!0}},methods:{openItem:function(e){this.closedItems.indexOf(e)>-1&&(this.closedItems=this.closedItems.filter((function(t){return t!==e})))},toggleItem:function(e){-1===this.closedItems.indexOf(e)?this.closedItems.push(e):this.closedItems=this.closedItems.filter((function(t){return t!==e}))},getCurrentIndex:function(e,t){for(var n=0;n"+this.pageTitle+""}},PageContent:function(){var e=this.$store.state.env,t=this.$store.getters.config.componentMixins,n={mixins:[].concat(void 0===t?[]:t,e.mixins.map((function(e){return new Function("Vue","return "+e.trim())(r.a)}))),name:"PageContent",template:'
'+this.$store.state.page.content+"
"};return f.process("extendMarkdownComponent",n),n}},methods:{fetchFile:function(e){try{var t=this;return yn(t.$store.dispatch("fetchFile",e),(function(){return f.invoke("onContentWillUpdate",t),yn(t.$nextTick(),(function(){f.invoke("onContentUpdated",t),t.jumpToHash()}))}))}catch(n){return Promise.reject(n)}},jumpToHash:function(){var e=decodeURI(this.$route.hash);if(e){var t=document.querySelector(e);if(t){var n=document.querySelector(".Header");Wt(t,{a11y:!0,duration:0,offset:-(n.clientHeight+30)})}}},setInitialState:function(){if(/(Prerender|jsdom|PhantomJS)/i.test(navigator.userAgent)){var e=document.createElement("script");e.textContent="window.__DOCUTE_INITIAL_STATE__ = "+JSON.stringify({page:this.$store.state.page,env:this.$store.state.env,fetchingFile:!1}),document.head.appendChild(e)}},setTitle:function(){var e=this.$route.path,t=this.$store.getters,n=t.config,r=t.homePaths.indexOf(e)>-1?n.title:this.pageTitle+" - "+n.title;r=r.replace(/<(?:.|\n)*?>/gm,""),this.$ssrContext?this.$ssrContext.title=r:document.title=r}}},_n=(n(47),n(48),n(49),h(bn,(function(){var e,t=this,n=t.$createElement,r=t._self._c||n;return r("div",{staticClass:"Page",class:(e={},e["layout-"+t.$store.getters.config.layout]=!0,e)},[r("SiteHeader"),t._v(" "),r("div",{staticClass:"Wrap"},[r("Sidebar"),t._v(" "),r("SidebarMask"),t._v(" "),r("div",{staticClass:"Main"},[t.$store.state.fetchingFile?r("div",{staticClass:"Content"},[r("content-loader",{attrs:{height:160,width:400,speed:2,primaryColor:t.$store.getters.cssVariables.loaderPrimaryColor,secondaryColor:t.$store.getters.cssVariables.loaderSecondaryColor}},[r("rect",{attrs:{x:"0",y:"5",rx:"4",ry:"4",width:"117",height:"6.4"}}),t._v(" "),r("rect",{attrs:{x:"0",y:"25",rx:"3",ry:"3",width:"85",height:"6.4"}}),t._v(" "),r("rect",{attrs:{x:"0",y:"60",rx:"3",ry:"3",width:"350",height:"6.4"}}),t._v(" "),r("rect",{attrs:{x:"0",y:"80",rx:"3",ry:"3",width:"380",height:"6.4"}}),t._v(" "),r("rect",{attrs:{x:"0",y:"100",rx:"3",ry:"3",width:"201",height:"6.4"}})])],1):r("div",{staticClass:"Content"},[r("InjectedComponents",{attrs:{position:"content:start"}}),t._v(" "),t.pageTitle?r(t.MarkdownTitle,{tag:"component",staticClass:"page-title"}):t._e(),t._v(" "),r(t.PageContent,{tag:"component",class:{"has-page-title":t.pageTitle}}),t._v(" "),r("EditLink"),t._v(" "),r("PrevNextLinks"),t._v(" "),r("InjectedComponents",{attrs:{position:"content:end"}})],1)])],1)],1)}),[],!1,null,"2f23fdf8",null).exports);r.a.use(Pt),r.a.use(Vt);var kn=function(e){return new Pt(Object.assign({scrollBehavior:function(e,t,n){return n||{x:0,y:0}}},e,{routes:[{path:"*",component:_n}]}))},wn=function(e){return{functional:!0,render:function(t,n){return t(e,n.data,n.children)}}},xn={name:"ImageZoom",props:{url:{type:String},src:{type:String},alt:{type:String},border:{type:Boolean,default:!0},width:{type:[String,Number]},title:{type:String}},computed:{imageURL:function(){return this.src||this.url}},mounted:function(){(0,n(50).default)(this.$refs.img,{})}},Cn=(n(51),h(xn,(function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"ImageZoom",class:{"with-border":this.border}},[t("img",{ref:"img",attrs:{src:this.imageURL,alt:this.alt,width:this.width,title:this.title}})])}),[],!1,null,"f17c6258",null).exports),An={name:"Badge",props:{type:{type:String},color:{type:String}}},$n=(n(52),h(An,(function(e,t){return(0,t._c)("span",{class:["badge","is-"+t.props.type],style:{backgroundColor:t.props.color}},[t._t("default")],2)}),[],!0,null,null,null).exports),Sn={name:"DocuteSelect",model:{event:"change"},props:["value"],methods:{handleChange:function(e){this.$emit("change",e.target.value)}}},On=(n(53),h(Sn,(function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"DocuteSelect"},[t("select",{staticClass:"select",domProps:{value:this.value},on:{change:this.handleChange}},[this._t("default",null,null,{value:this.value})],2),this._v(" "),t("div",{staticClass:"arrow"},[t("svg",{attrs:{width:"13",height:"6",xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"#979797","fill-rule":"evenodd","stroke-linecap":"square"}},[t("path",{attrs:{d:"M1.367.375l5.185 5.303M11.685.375L6.5 5.678"}})])])])}),[],!1,null,"091fbc3d",null).exports),En={name:"Note",props:{type:{type:String,default:"note"},label:{type:[String,Boolean],default:!0}}},Tn=(n(54),h(En,(function(e,t){var n=t._c;return n("div",{class:["note","is-"+t.props.type]},[t.props.label?n("span",{staticClass:"note-label"},[t._v(t._s(!0===t.props.label?t.props.type:t.props.label)+":")]):t._e(),t._v(" "),t._t("default")],2)}),[],!0,null,null,null).exports),Ln={name:"Gist",props:{id:{type:String,required:!0}},data:function(){return{html:""}},mounted:function(){var e=this;window["gist_callback_"+this.id]=function(t){var n=document.createElement("link");n.href=t.stylesheet,n.rel="stylesheet",document.head.appendChild(n),e.html=t.div};var t=document.createElement("script");t.src="https://gist.github.com/egoist/"+this.id+".json?callback=gist_callback_"+this.id,document.head.appendChild(t)}},jn=(n(55),h(Ln,(function(){var e=this.$createElement,t=this._self._c||e;return this.html?t("div",{domProps:{innerHTML:this._s(this.html)}}):t("Loading")}),[],!1,null,null,null).exports),In={name:"Loading"},Fn=(n(56),h(In,(function(e,t){t._c;return t._m(0)}),[function(e,t){var n=t._c;return n("div",{staticClass:"loading"},[n("div",{staticClass:"dots"},[n("span"),t._v(" "),n("span"),t._v(" "),n("span")]),t._v(" "),n("span",{staticClass:"loading-text"},[t._v("Loading Gist")])])}],!0,null,"4f620c69",null).exports),Mn=h({name:"ExternalLinkIcon"},(function(e,t){var n=t._c;return n("svg",t._g(t._b({class:[t.data.staticClass,t.data.class],attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",viewBox:"0 0 100 100",width:"15",height:"15"}},"svg",t.data.attrs,!1),t.data.on),[n("path",{attrs:{fill:"currentColor",d:"M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"}}),t._v(" "),n("polygon",{attrs:{fill:"currentColor",points:"45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"}})])}),[],!0,null,null,null).exports,Rn={computed:{languages:function(){var e=this.$store.getters.languageOverrides;return Object.keys(e).map((function(t){return{path:t,language:e[t].language}}))}},methods:{handleChange:function(e){var t=this.$route.path.replace(new RegExp("^"+this.$store.getters.currentLocalePath),e);this.$router.push(t)}}},Pn=(n(57),h(Rn,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"LanguageSelector"},[n("DocuteSelect",{attrs:{value:e.$store.getters.currentLocalePath},on:{change:e.handleChange},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.value;return[n("option",{attrs:{disabled:""}},[e._v("Choose Language")]),e._v(" "),e._l(e.languages,(function(t){return n("option",{key:t.path,domProps:{value:t.path,selected:r===t.path}},[e._v(e._s(t.language))])}))]}}])})],1)}),[],!1,null,"d5ba05fe",null).exports),Nn={name:"i18n",extend:function(e){e.store.getters.languageOverrides&&e.registerComponent("sidebar:start",Pn)}},zn={name:"hoistTags",extend:function(e){e.extendMarkedRenderer((function(e){var t=/^<(script|style)(?=(\s|>|$))/i;e.html=function(e){return e=e.trim(),t.test(e)?e.replace(/^<(script|style)/,"$/,""):e}}))}},Dn={methods:{handleChange:function(e){H(e)?location.href=e:this.$router.push(e)}},computed:{currentVersionLink:function(){for(var e=this.$store.getters.config.versions,t=0,n=Object.keys(e);t'+e+""}:e},Un={name:"banner-footer",extend:function(e){var t=e.store.getters.config,n=t.banner,r=t.footer;n&&e.registerComponent("content:start",Gn(n,"docute-banner")),r&&e.registerComponent("content:end",Gn(r,"docute-footer"))}},Zn={data:function(){var e=localStorage.getItem("docute:theme");return{dark:"dark"in this.$route.query||("dark"===e||"default"!==e&&"dark"===this.$store.getters.config.theme)}},created:function(){this.$store.commit("SET_THEME",this.dark?"dark":"default")},methods:{handleChange:function(){var e=this.$store.getters.config.theme;this.dark=!this.dark,this.$store.commit("SET_THEME",this.dark?"dark":"dark"===e?"default":e),localStorage.setItem("docute:theme",this.dark?"dark":"default")}}},qn=(n(59),h(Zn,(function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"dark-theme-toggler"},[t("div",{staticClass:"toggle",class:{checked:this.dark},on:{click:this.handleChange}},[this._m(0),this._v(" "),t("div",{staticClass:"toggle-thumb"})]),this._v(" "),t("input",{staticClass:"toggler-screen-reader-only",attrs:{type:"checkbox","aria-label":"Switch between Dark and Default theme"},domProps:{checked:this.dark}})])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"toggle-track"},[t("div",{staticClass:"toggle-track-check"},[t("img",{staticStyle:{"pointer-events":"none"},attrs:{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAABlJJREFUWAm1V3tsFEUcntnXvXu0tBWo1ZZHihBjCEWqkHiNaMLDRKOtQSKaiCFKQtS/SbxiFCHGCIkmkBSMwZhQNTFoQZD0DFiwtCDFAkdDqBBBKFj63rvdnfH7zfVo5aFBj0l2Z/dm5vd98/0es8dYjlpr62azufnDQNZcU1PciMfjWvb9rvZSMk4Ayfb36pLH13189GC8LAtIRLLPt+pzwrCuLq4ISEv/gHmitrAwfPbEkXc/ad4dL6iujrvyX0jcitgd/yZlZqftP6995Mr5TVLa22Tn8XVX2g/XLSRjUu7Q79jonS7I7hS7/0oOb5VyqF52n98oj7esXX07EjlxwXWisRmSnm3b29TTM8iYrjmFBWExubxwY/uhNas4r/WySl1fc5cetDMd7ydl+lMJJRw5WC8ud62Xx5rfepzwxgZmbhUYNS5Stvsj4yo2GXJEFBVHWDBkfdbR9HpYBaaUajDnBLKKpl1xRKYcgGtMCqEzTaSnThk/SQT0uJqTqFNBmXMCsZE48DzRZRMBRjv1GHNdk3HBImF9ZUvTyxM40pMKVc4JZBXQOLOFoDeKSxdp6HIQcO4rjYT9fn0pjbz9GLt7BAAODmjSVReXUMFzNW5x5vfxp2mIxZjIuQKJxAmFa+is2DQJJQ0JyBVExNOYcJnPxx/6/utnijmP555ALEagKAGGnGn64QORBjARcIA/yJk7JMJBLRrNtybTvH88KGjCf2jK86bhzmMcwDKFZEQvbIhxFYhChoMWMzU2iWznlIBEVJOsP+1bdX/ALx9l7jApADeDAEcMkE90JnUmmGl4USKQ0xhoW3JB5XY0YrxYWhLwMZZypUyjDGH35AbNwgUGiFBPpuGbHCpAOV1ZGXf2f/taftAv31DyeymN2d1IhAFAwTOmnzF/kKcdh3me7CYCOVNgycju84u8DeVlwfFq9/ZlTfldYrMUjOlrkjkD+rU+WzCROkcEchIDHR011syZW9JHD7y07N6JvhWMpz3pugaTkB6lWFVCKkhck0zzeMp2utq+uHrmfxOgoCO/Z8CXPlEQ1bdH8wgvhSIkEG0ICcQeExIFGdimjvKka7btJFZuaXOammIGKUCFQ53j9EN1dYKWqHf0t2w407W2tgs6h89ZnImjB55flh81tt9XirjjDuSl+oIPRQ0iWPgNZ5GqTqbBe3vSzEl5n5PhWKwocyR2HlqYN61qV18WjYjE8JLARZPQsUSim8foIRYTlGr02Ly7piASFRtKJ4VfieYhxdS2JcDVMN6xVOKZyrCGm8b108lrLRVzvptLH7IoEFLFANes6KnDi+uxfmvFnF17oALq5u1agu3/YfHkcSFzeSggV5eXRfIB7CHNcO5SUI+Ih5Ir7f4MAV9IqdFzdZgNpZw1Gcs1mNvgGbTbqQ9/cz7ZuuhgyYRQ49ljTyWHhr2DwpNHHFf+5gnWZ3Bharo+0TD5dNMw5vv9RlVpSRDHK4TlnoukhtYApuOHejSZQuo5g/A9BysdKRCyLl6062fN37OXMDlvUJtUrtmxo0avrW3wTrYs3jJ9RvRVChrmSmanPMpX2OXMsmDGh6AiEIwBAlvkOqIdBy+8JyAz8pz7QxiDth4KDy5uAlwzrWTnwC8Vc4KVAMZ3YUZ+IqoIjP3h5KFFX1ZMy3uW+7RhEDHgTi0zC9rS7uhPCDiNrGFyqBeERtKN/B0YlyFCkw0NJ5C0Ojv7zvT1a1WV1TuvZDdL4NTgB7CASYpsen6gqvG5jmTf5qHedADgkBl3D0nkSgNhZACDyi0FUKZRr3IdRjgN4WPPoFMIIegIK3mqd38fS80mcJKelM4szNyzZtQbkchGePuBRS8Eg9pHU8ojRQpSqs+ajAIwTjjUMQ/nvTNM0kicwYxZIYMh/891DYi+fvedB+c1xsm4lDU6ya+Axtz+RiAzEVYbajQOpq17F0R9QevNcEhfcU+xvyQQUalGJBSesqOkgPQ4YNyUZL9fSvUPDjoNAwN8/dwFjaczNkc3ptaMud1EIDtGcmXTcefO2cGSvKIFfp/2JIJxlq7xEl3nVPM4fDeIbPkD16/ptNc0bDu7qxbsu0R2JGywWMIjF2ft3tjfloAyQAGXiOn8hrqwbVvMXzaO+QeHXP6nF0wvX74Hf4NGG5GPjSlYoyM3P/0FbCT6zvM/yYoAAAAASUVORK5CYII=",width:"16",height:"16",role:"presentation"}})]),this._v(" "),t("div",{staticClass:"toggle-track-x"},[t("img",{staticStyle:{"pointer-events":"none"},attrs:{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAABwNJREFUWAmtV1tsFFUY/s6Z2d22zLYlZakUCRVaQcqlWIiCiS1gTEB9UAO+GR9En3iQGI0xJiSiRB98MjEq8cEQTSBeHhQM0V7whtEGDWC90BYitxahtNtu25058/v/ZzvLbilawJNM5+yZ89+//1LgJhYRNLW1uDfBAvpGiIk2O5auvfFxqIH3ZJ8/u06GN6Z9+wVl5SjcD1IbZa/UPkPyYl2uR4dreoD2bnbYxTlBBRytkHXtAREphP5KuH4lddx9h70yxX05t7yYXwGb6W8nx1jibpl2rFlGBxcG9M18okOrn7Bnk/BAO/4bI0UeEE1zjBp3UmvjOxJXJdaKN/ZiIu4tOZrAb4aTdZAZArKmWeiiJZ6jt5tiagdCS9+6cgO1Ne6Mvhe+ixTIfyDVhipnK9p+P0Edqx9RW/YZtQVGmOLChRxNNlyPsTEgPQKMB3dbEHa0h1awYmQ83enTd2vmUtvKd1Glv2RkzBb+kZGRrKtjzG60Wguhd/lJZBingbcfWWe72vjT75bJDrhYtvA0hrurETDr5HyF2Knb1MM4ab//xIoOqueA0edRnkkinTyJdYvqLFDZO4zUPFCvVoDjJq4T7TE61IWh4x5KqxX5KVKkX8WZ/t2ov2cb3MHt4dhIyOxIJxJOOF6xRx/99BksXLoecWcXytILMNBDqKpnGZWPquYfPxY8iXGR9fK+SgFrgcRPXPjVqhehL+3EmZ5RGJQi1QBU8TPThQnOQzm+5UXGIcetUeEAfP13VwzpI+w1jGJWdSliNfvVhiMPiOsllJag4M/UGHiqM6dlBb2OTLKHHV6KkvogrJ4XhBWniWK/Gp1MQyf93FOeUXKmKk/FzJxbQtKLjFXYT4USupy8fQVir2ynVEBiZMG0qtOHMS/AW4Gwrk7BG3C1F0B5nqNKE0CME4MfVRLPnXkBKe+ipvoFhNQywOhdghvLi0F8ReyVXV4BKTBRbbe5f64zR/DHsdZw1hJfeWlHl/GNRJzDxrd5m192z78TMaVnKELZoINZS4BzQ7vtnZljSnha/pPCbkuxzXcupYwI5tIeCpGc0Yp9tWHZQy/rmYhRfNgg4bHJBYLzGkxsRJF4XKlE2jBOHNSv3kY7Tj6vthzPFl61BrYwqFlmEQhtSVXmLiksxLmtRgYXI1ULU61JJ4eVKmG3/5sCVgpbMT6OMJ2E08/29Xf3w6v4FnHdCjfWgXu/O8Z5mLdCkeRs2khHe1DqOtQwbHWTAnM5S2HNmhALYo5KjkPFrMMKjZl6HxhWIAb0BqE+/73GrBRQUsKYiBu4JX8ycI6wtw+i5ef3NZpsrKVSHYCP37jwGDgeE1SA0S/xtl5SU2fs1ApEp0qTLVRjgyycDSsLHMSwmFltZMStR3uLLg6BdLhDa5dC6ryU2pHBe1BVO9tUcwfitJt2CLJZUHoG6T7Op75u0IyK31TCPcwFqgPk/KCaD3dFOuZBCO7xvCT/j048b3I3c7F2+WuOW7qdgkucFYlcQ4qop3yzTX7WaKfOCccye3Ts1Etq0+a/BHCF1yPgF3tAUkR6OrtGmo6gl94qqcXKh3rDyrOkPa58URoWcov2Mo6M+0QjrqKB+b7++oMa9Sz+ZkM0mie6aAtnGUvhmxaI+TogPOSQedgWioGSHFLn3v4kLh4HRspNmOGv41k+55siLFp2z6xYeJjhljFcbmxJlr4ga06TbevSByz/glQq4BJx46/c+237PbBqEYKxX3HpmKZEnQnr65X20hqJYaNcLoFOLiJk2LuBbyg7Q0OEn+hm0P3honxFD6rdxYorKpeIoi4YSSvyQHQIbM5t4+YNxLj/OxhVOOE4585qGpjnq+wSx6Q9CtNxTjd5klB+g6Mv36r0+b9cZFi44WYkHdG2ZWb3TtOUOXyVAlKlpGvJIAJ3eBMyfYS5C0qRZGtC85j+4sOasDe9xznPYezhhO/2Q6eP2fSOvYHOjtuQ1a9Q1VKynVDaMc8E0tptdxUsTFpFIYjcZKcbnoaQTNdiqCwNlL4G7oziSqGnT1ALf34vhk4R5zU3qYV9ONp9K88RtouShE68JwaU8dFw5W617shWa9ykeaBIn2hcsvPgL00k45QdTCZuSVcTRNs+8fnyLvooQfR5iujAnR9bxfY2xOVOxFS8SK3Le0l48VyYu1M8HRe5JD8wKPTjYnifaK3Wfn/GChYQ8ZAi6WRzWgqLV5YrsVLnZaVSoXU1g9gOIDwFySiGi+Zdrnzr7J3r+SMuszlcQCRn8lNGcTuSy2jOI7o9mxjZo+vR3ej3tN+ifRSOyUTS0+VMOid93cCubeiy/6TImS0QxRSCq2vxKr45zV+FQnjWH6D2xg+E9EatLcLAdHTgtGGD80D6jM0+aOl4wJgO/f96R2aJKCQ3yvgftRhdFMOpd6oAAAAASUVORK5CYII=",width:"16",height:"16",role:"presentation"}})])])}],!1,null,"d69f2884",null).exports),Vn={name:"dark-theme-toggler",extend:function(e){var t=e.store.getters.config.darkThemeToggler;!0===t?e.registerComponent("sidebar:post-end",qn):"sidebar"===t&&(e.registerComponent("header-right:start",qn),e.registerComponent("mobile-sidebar:start",qn))}};function Kn(e,t,n,r){var i,o=!1,a=0;function s(){i&&clearTimeout(i)}function c(){var c=this,u=Date.now()-a,l=arguments;function f(){a=Date.now(),n.apply(c,l)}o||(r&&!i&&f(),s(),void 0===r&&u>e?f():!0!==t&&(i=setTimeout(r?function(){i=void 0}:f,void 0===r?e-u:e)))}return"boolean"!==typeof t&&(r=n,n=t,t=void 0),c.cancel=function(){s(),o=!0},c}var Jn,Wn,Yn,Xn,Qn={data:function(){return{result:[],focused:!1}},watch:{"$route.fullPath":function(){this.focused=!1}},mounted:function(){document.addEventListener("click",this.handleClick)},beforeDestroy:function(){document.removeEventListener("click",this.handleClick)},computed:{enabled:function(){return this.$pluginApi.search.enabled}},methods:{handleClick:function(e){this.$el.contains(e.target)&&!this.$refs.result.contains(e.target)||(this.focused=!1)},handleSearch:(Jn=300,Xn=function(e){var t,n,r,i=this,o=i.$pluginApi.search.handler;return t=o(e.target.value),n=function(e){i.result=e},r?n?n(t):t:(t&&t.then||(t=Promise.resolve(t)),n?t.then(n):t)},Wn=function(){for(var e=[],t=0;t0,expression:"result.length > 0"}],ref:"result",staticClass:"search-result"},e._l(e.result,(function(t,r){return n("router-link",{key:r,staticClass:"search-result-item",attrs:{to:t.link}},[n("div",{staticClass:"item-header"},[n("div",{staticClass:"item-title",domProps:{innerHTML:e._s(t.title)}}),e._v(" "),t.label?n("span",{staticClass:"item-label"},[e._v(e._s(t.label))]):e._e()]),e._v(" "),n("div",{staticClass:"item-desc",domProps:{innerHTML:e._s(t.description)}})])})),1)])]):e._e()}),[],!1,null,"026453b4",null).exports),tr={name:"search",extend:function(e){e.registerComponent("header-right:start",er)}};r.a.component(Cn.name,Cn),r.a.component($n.name,$n),r.a.component(On.name,On),r.a.component(Tn.name,Tn),r.a.component(Mn.name,Mn),r.a.component(jn.name,jn),r.a.component(Fn.name,Fn),r.a.use((function(e){e.component("v-style",wn("style")),e.component("v-script",wn("script"))})),r.a.mixin({created:function(){var e=this.$options.pluginApi||this.$root.$pluginApi;e&&(this.$pluginApi=e)}});var nr=function(){function e(e){void 0===e&&(e={});var t=kn(e.router);Object(i.sync)(ee,t),this.router=t,this.store=ee,ee.commit("SET_CONFIG",Object.assign({title:U&&document.title},e));var n=[Nn,zn,Bn,Un,Vn,tr].concat(ee.state.originalConfig.plugins||[]);this.pluginApi=new p({plugins:n,store:ee,router:t}),this.applyPlugins(),this.app=new r.a({router:t,store:ee,pluginApi:this.pluginApi,render:function(e){return e(v)}}),!1!==e.mount&&this.mount()}var t=e.prototype;return t.mount=function(){var e=ee.getters.target;return window.__DOCUTE_INITIAL_STATE__?this.app.$mount("#"+e,!0):this.app.$mount("#"+e),this},t.applyPlugins=function(){var e=this.pluginApi.plugins,t=Array.isArray(e),n=0;for(e=t?e:e[Symbol.iterator]();;){var r;if(t){if(n>=e.length)break;r=e[n++]}else{if((n=e.next()).done)break;r=n.value}r.extend(this.pluginApi)}},e}();nr.version="4.23.3";t.default=nr;"undefined"!==typeof window&&(window.Vue=r.a,window.__DOCUTE_VERSION__="4.23.3")}]).default})); \ No newline at end of file diff --git a/index.html b/index.html index 963e193..3aa450c 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,11 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - +
- + diff --git a/index.js b/index.js index 2e943f1..a9af39f 100644 --- a/index.js +++ b/index.js @@ -15,17 +15,8 @@ new Docute({ // Define the sidebar sidebar: [ - { title: "Einleitung", link: "/" }, + { title: "Wartung", link: "/maintainance" }, { title: "Komponenten", link: "/components" }, - { - title: "Benutzung", - children: [ - { - title: "Grundlagen", - link: "/usage", - }, - ], - }, ], }, },