diff --git a/.gitignore b/.gitignore index d30619cfd58..186decfac92 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ vendor .jekyll-cache *.gem -/assets/js/*hydejack-* -/_sass/*/__*__/* +# +# diff --git a/_includes/body/footer.html b/_includes/body/footer.html index cf8accc4eeb..3c6a5b899be 100644 --- a/_includes/body/footer.html +++ b/_includes/body/footer.html @@ -13,7 +13,7 @@ {% endfor %} {% endif %} -

Powered by Hydejack v9.1.0-beta.2

+

Powered by Hydejack v9.1.0


{% endif %} diff --git a/_includes/body/scripts.html b/_includes/body/scripts.html index 70b774ff113..ffa3c0a10b7 100644 --- a/_includes/body/scripts.html +++ b/_includes/body/scripts.html @@ -1,7 +1,7 @@ - - + + {% include my-scripts.html %} {% include body/analytics.html %} \ No newline at end of file diff --git a/_includes/head/meta-static.html b/_includes/head/meta-static.html index 1f9c8fae0f3..25f77e2e209 100644 --- a/_includes/head/meta-static.html +++ b/_includes/head/meta-static.html @@ -14,4 +14,4 @@ {% endunless %} - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/head/styles-inline.html b/_includes/head/styles-inline.html index bb0d8c1f0c3..872efaa66c1 100644 --- a/_includes/head/styles-inline.html +++ b/_includes/head/styles-inline.html @@ -1,5 +1,5 @@ {% assign google_fonts = site.google_fonts %} -{% capture style_url %}{{ 'assets/css/hydejack-9.1.0-beta.2.css' | relative_url }}{% endcapture %} +{% capture style_url %}{{ 'assets/css/hydejack-9.1.0.css' | relative_url }}{% endcapture %} {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %} {% if google_fonts %}{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}{% endif %} diff --git a/_includes/head/styles-no-inline.html b/_includes/head/styles-no-inline.html index 210d9083241..12ece3ad1fa 100644 --- a/_includes/head/styles-no-inline.html +++ b/_includes/head/styles-no-inline.html @@ -1,5 +1,5 @@ {% assign google_fonts = site.google_fonts %} -{% capture style_url %}{{ 'assets/css/hydejack-9.1.0-beta.2.css' | relative_url }}{% endcapture %} +{% capture style_url %}{{ 'assets/css/hydejack-9.1.0.css' | relative_url }}{% endcapture %} {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %} {% if google_fonts %}{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}{% endif %} diff --git a/_includes/header.txt b/_includes/header.txt index 78595c2ce1a..525da0c5bee 100644 --- a/_includes/header.txt +++ b/_includes/header.txt @@ -9,5 +9,5 @@ * /\___/ \ \____/ * \/__/ \/___/ * - * Powered by Hydejack v9.1.0-beta.2 + * Powered by Hydejack v9.1.0 */ diff --git a/_js/lib/version.js b/_js/lib/version.js index 5d693bf2c21..c6c05573b68 100644 --- a/_js/lib/version.js +++ b/_js/lib/version.js @@ -1,2 +1,2 @@ console.log(' __ __ __ __ \r\n\/\\ \\\/\\ \\ \/\\ \\ __ \/\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ \/\\_\\ __ ___ \\ \\ \\\/\'\\ \r\n \\ \\ _ \\ \/\\ \\\/\\ \\ \/\'_` \\ \/\'__`\\ \\\/\\ \\ \/\'__`\\ \/\'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ \/\\ \\L\\ \\ \/\\ __\/ \\ \\ \\ \/\\ \\L\\.\\_ \/\\ \\__\/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__\/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\\/_\/\\\/_\/ `\/___\/> \\\\\/__,_ \/ \\\/____\/\/\\ \\_\\ \\\\\/__\/\\\/_\/ \\\/____\/ \\\/_\/\\\/_\/\r\n \/\\___\/ \\ \\____\/ \r\n \\\/__\/ \\\/___\/ \n\n'); -console.log('Powered by Hydejack v9.1.0-beta.2 '); +console.log('Powered by Hydejack v9.1.0 '); diff --git a/_layouts/compress.html b/_layouts/compress.html index 676d72b892f..c44c8a37e9a 100644 --- a/_layouts/compress.html +++ b/_layouts/compress.html @@ -10,6 +10,6 @@ /\___/ \ \____/ \/__/ \/___/ -Powered by Hydejack v9.1.0-beta.2 +Powered by Hydejack v9.1.0 -->{% capture _LINE_FEED %} {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "" %}{% endif %}{% unless _pre_before contains "" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " ;; ;" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %}
Step Bytes
raw {{ content | size }}{% if _profile_endings %}
endings {{ _profile_endings }}{% endif %}{% if _profile_startings %}
startings {{ _profile_startings }}{% endif %}{% if _profile_comments %}
comments {{ _profile_comments }}{% endif %}{% if _profile_collapse %}
collapse {{ _profile_collapse }}{% endif %}{% if _profile_clippings %}
clippings {{ _profile_clippings }}{% endif %}
{% endif %}{% endif %} diff --git a/_sass/hydejack/__inline__/_avatar.scss b/_sass/hydejack/__inline__/_avatar.scss new file mode 100644 index 00000000000..13d24b1a42c --- /dev/null +++ b/_sass/hydejack/__inline__/_avatar.scss @@ -0,0 +1,48 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_avatar.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.avatar { + + width: 7rem; + height: 7rem; + border-radius: 100%; + overflow: hidden; + display: inline-block; + img { width: 100%; } + + + +} + + +.content .avatar { + @extend .color-transition; + float: right; + box-sizing: content-box; + border: 1rem solid var(--body-bg); + transition: border-color 1s ease; + margin-top: -1.5rem; + margin-right: -1rem; +} + diff --git a/_sass/hydejack/__inline__/_base.scss b/_sass/hydejack/__inline__/_base.scss new file mode 100644 index 00000000000..860827d71c9 --- /dev/null +++ b/_sass/hydejack/__inline__/_base.scss @@ -0,0 +1,78 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_base.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2021 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + + +body::before { + @media screen { + content: ''; + width: .5rem; + background: var(--gray-bg); + position: fixed; + left: 0; + top: 0; + bottom: 0; + } + + @media (min-width: $break-point-3) { + width: $sidebar-width; + } + + @media (min-width: $break-point-dynamic) { + width: calc(50% - #{$half-content}); + } +} + +html { + @media screen and (min-width: $break-point-1) { + font-size: var(--root-font-size-medium); + } + + @media screen and (min-width: $break-point-font-large) { + font-size: var(--root-font-size-large); + } +} + +#breadcrumbs { + > ul { + @extend .ellipsis; + height: 1rem; + margin: -1.5rem 0 .5rem; + padding: 0; + font-size: .667rem; + color: var(--menu-text); + text-transform: uppercase; + width: 100%; + list-style: none; + > li { + display: inline; + a { + color: var(--gray); + text-decoration: none; + border-bottom: none; + } + } + } +} + diff --git a/_sass/hydejack/__inline__/_break-layout.scss b/_sass/hydejack/__inline__/_break-layout.scss new file mode 100644 index 00000000000..d8c6d0b37fb --- /dev/null +++ b/_sass/hydejack/__inline__/_break-layout.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_break-layout.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/hydejack/__inline__/_content.scss b/_sass/hydejack/__inline__/_content.scss new file mode 100644 index 00000000000..9c1556641b6 --- /dev/null +++ b/_sass/hydejack/__inline__/_content.scss @@ -0,0 +1,69 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_content.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.content { + + margin-left: auto; + margin-right: auto; + padding: 8rem $content-padding 12rem; + + @media screen { + padding-left: $content-padding + .5rem; + min-height: 100vh; + } + + @media screen and (min-width: $break-point-1) { + max-width: $content-width; + } + + @media screen and (min-width: $break-point-2) { + max-width: $content-width-2; + } + + @media screen and (min-width: $break-point-3) { + padding-left: $content-padding; + margin-left: $sidebar-width + $content-margin-3; + margin-right: $content-margin-3; + } + + @media screen and (min-width: $break-point-5) { + padding-top: 9rem; + margin-left: $sidebar-width + $content-margin-5; + margin-right: $content-margin-5; + max-width: $content-width-5; + } + + @media screen and (min-width: $break-point-dynamic) { + margin: auto; + } + + +} + +.large-only { + display: none; + @media screen and (min-width: $break-point-dynamic) { + display: block; + } +} diff --git a/_sass/hydejack/__inline__/_footer.scss b/_sass/hydejack/__inline__/_footer.scss new file mode 100644 index 00000000000..d90de966833 --- /dev/null +++ b/_sass/hydejack/__inline__/_footer.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_footer.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/hydejack/__inline__/_images.scss b/_sass/hydejack/__inline__/_images.scss new file mode 100644 index 00000000000..b9f3b61f1fd --- /dev/null +++ b/_sass/hydejack/__inline__/_images.scss @@ -0,0 +1,36 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_images.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.content .aspect-ratio { + overflow: hidden; + img { + margin: 0; + width: 100%; + height: 100%; +// object-fit: cover; +// object-position: center; + background-color: var(--gray-bg); + } +} + diff --git a/_sass/hydejack/__inline__/_katex.scss b/_sass/hydejack/__inline__/_katex.scss new file mode 100644 index 00000000000..f9da7543a6b --- /dev/null +++ b/_sass/hydejack/__inline__/_katex.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_katex.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/hydejack/__inline__/_links.scss b/_sass/hydejack/__inline__/_links.scss new file mode 100644 index 00000000000..8d7c7a12d5f --- /dev/null +++ b/_sass/hydejack/__inline__/_links.scss @@ -0,0 +1,60 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_links.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +hy-push-state a { + color: var(--body-color); + + @supports not ((text-decoration-thickness: initial) and (text-underline-offset: initial)) { + text-decoration: none; + border-bottom: 2px solid; + } + + @supports ((text-decoration-thickness: initial) and (text-underline-offset: initial)) { + text-decoration-style: solid; + text-underline-offset: .35rem; + text-decoration-thickness: 2px; + } + + + + + + &.no-hover { + border-bottom: none; + text-decoration-thickness: unset; + text-underline-offset: unset; + } + +} + +.content a:not(.btn):not(.no-hover) { + + @supports ((text-decoration-thickness: initial) and (text-underline-offset: initial)) { + text-decoration-color: var(--accent-color-faded); + } + border-color: var(--accent-color-faded); + + +} + diff --git a/_sass/hydejack/__inline__/_mark-external.scss b/_sass/hydejack/__inline__/_mark-external.scss new file mode 100644 index 00000000000..c7f51636d14 --- /dev/null +++ b/_sass/hydejack/__inline__/_mark-external.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_mark-external.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/hydejack/__inline__/_menu.scss b/_sass/hydejack/__inline__/_menu.scss new file mode 100644 index 00000000000..4221f4be70f --- /dev/null +++ b/_sass/hydejack/__inline__/_menu.scss @@ -0,0 +1,96 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_menu.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +$navbar-height: 5rem; + + +.fixed-common { + position: fixed; + left: 0; + width: 100%; + z-index: 2; +} + +.fixed-top { + @extend .fixed-common; + top: 0; +} + +.fixed-bottom { + @extend .fixed-common; + bottom: 0; +} + + +.navbar { + @extend .color-transition; + > .content { + + position: relative; + padding-top: 0; + padding-bottom: 0; + min-height: 0; + max-height: $navbar-height; + + + + } + + +} + + +.nav-btn-bar { + @extend .color-transition; + margin: 0 -1rem; + background-color: white; // IE11 + background-color: var(--body-bg); + height: $navbar-height; + display: flex; + align-items: center; + position: relative; + + > :first-child, > :last-child { + border: none; + } +} + +.nav-btn { + @extend .color-transition; + background: none; + border: none; + text-decoration: none; + display: flex; + align-items: center; + justify-content: center; + width: 3.25rem; + height: $navbar-height; + color: var(--menu-text); + border-right: 1px solid var(--border-color); + border-left: 1px solid var(--border-color); + margin-left: -1px; +} + + + diff --git a/_sass/hydejack/__inline__/_sidebar.scss b/_sass/hydejack/__inline__/_sidebar.scss new file mode 100644 index 00000000000..c6f2a6b939e --- /dev/null +++ b/_sass/hydejack/__inline__/_sidebar.scss @@ -0,0 +1,184 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_sidebar.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +hy-drawer { + width: 100%; + position: relative; + overflow: hidden; + display: block; + z-index: 4; + @media screen { + + } + + @media screen and (min-width: $break-point-3) { + + position: fixed; + width: $sidebar-width; + top: 0; + left: 0; + bottom: 0; + margin-left: 0; + + &.cover { + position: relative; + width: 100%; + } + + + + } + + @media screen and (min-width: $break-point-dynamic) { + width: calc(50% - #{$half-content}); + + + } + + +} + +.sidebar { + + position: relative; + display: flex; + justify-content: center; + align-items: center; + color: rgba(255, 255, 255, .75); + text-align: center; + min-height: 100vh; + &.invert { color: rgba(32, 32, 32, .75) } + + + a { + + color: #fff; + border-bottom-color: rgba(255, 255, 255, 0.2); + text-decoration-color: rgba(255, 255, 255, 0.2); + + + } + + &.invert a { + + color: #222; + border-bottom-color: rgba(32, 32, 32, 0.2); + text-decoration-color: rgba(32, 32, 32, 0.2); + + + } +} + + + +.sidebar-bg { + + position: absolute; + top: 0; + left: calc(50% - 50vw); + width: 100vw; + height: 100%; + background: #202020 center / cover; + + &::after { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background: rgba(0, 0, 0, 0.05); + } + + + &.sidebar-overlay::after { +// background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%); +// background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%); + background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%); + } +} + + +.sidebar-sticky { + position: relative; + z-index: 3; + max-width: $sidebar-width; + padding: 1.5rem; + contain: content; +} + +.sidebar-about { + .avatar { + margin-bottom: 1.5rem + } + + > a.sidebar-title { + text-decoration: none; + > h2 { + margin: 0; + padding-bottom: .5rem; + } + + &::after { + content: ''; + display: block; + border-bottom: 2px solid; + margin: 0 auto .5rem; + width: 4rem; + border-color: rgba(255, 255, 255, 0.2); + transition: border-color 250ms; + } + + &:hover::after { + border-color: rgba(255, 255, 255, 1); + transition: border-color 50ms; + } + } +} + +.sidebar.invert .sidebar-about > a.sidebar-title{ + &::after { border-color: rgba(32, 32, 32, 0.2) } + &:hover::after { border-color: #222 } +} + +.sidebar-nav > ul { + list-style: none; + padding-left: 0; +} + +.sidebar-nav-item { + @extend .f4; + display: inline-block; + margin-bottom: .5rem; +} + +#_main.no-drawer { + @media (min-width: $break-point-3) { + #_menu { display: none } + .nav-btn-bar > :nth-child(2) { border: none } + } +} + + + diff --git a/_sass/hydejack/__inline__/_social.scss b/_sass/hydejack/__inline__/_social.scss new file mode 100644 index 00000000000..40c34d6350e --- /dev/null +++ b/_sass/hydejack/__inline__/_social.scss @@ -0,0 +1,61 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_social.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +.sidebar-social { + &::after { + @extend .clearfix + } + + > ul { + display: inline-block; + list-style: none; + padding-left: 0; + margin-bottom: 0; + + > li { + float: left; + + > a { + display: inline-block; + text-align: center; + font-size: 1.4rem; + width: 3rem; + height: 4rem; + padding: .5rem 0; + line-height: 4rem - 2 * .5rem; + text-decoration: none; + border-bottom-width: 2px; + border-bottom-style: solid; + } + } + + li + li { + margin-top: 0; + } + } +} + + + diff --git a/_sass/hydejack/__inline__/_toc.scss b/_sass/hydejack/__inline__/_toc.scss new file mode 100644 index 00000000000..754e4cf6758 --- /dev/null +++ b/_sass/hydejack/__inline__/_toc.scss @@ -0,0 +1,55 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_toc.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2020 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +#markdown-toc { + + @extend .note-sm; + margin: 2rem -1rem 2rem calc(-1rem + 1px); + padding-left: 2.5rem; + padding-bottom: .5rem; + +// transition: opacity 300ms ease, transform 300ms ease, border-color 1s ease; + &:before { left: 1rem; } +} + +body:not(.no-toc) #markdown-toc { + @media screen and (min-width: $break-point-dynamic) { + + position: absolute; + z-index: 4; + width: 20.5rem; + right: 0; + margin: auto; + overflow: auto; + + + } +} + + +body.no-break-layout:not(.no-toc) #markdown-toc { + @media screen and (min-width: $break-point-dynamic) { + width: calc(50% - #{$half-content}); + } +} diff --git a/_sass/hydejack/__inline__/_utilities.scss b/_sass/hydejack/__inline__/_utilities.scss new file mode 100644 index 00000000000..1dbbf0197ca --- /dev/null +++ b/_sass/hydejack/__inline__/_utilities.scss @@ -0,0 +1,73 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_utilities.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.fl { float: left; } +.fr { float: right; } +.mb4 { margin-bottom: 4rem } +.mb6 { margin-bottom: 6rem } +.mt0 { margin-top: 0 } +.mt1 { margin-top: 1rem } +.mt2 { margin-top: 2rem } +.mt3 { margin-top: 3rem } +.mt4 { margin-top: 4rem } +.pb0 { padding-bottom: 0 } +.ml1 { margin-left: 1rem } +.mr1 { margin-right: 1rem } + +.sixteen-nine { @include aspect-ratio(16, 9); } +.sixteen-ten { @include aspect-ratio(16, 10); } +.four-three { @include aspect-ratio(4, 3); } + +.sr-only { + display: none; + +} + +.larger { font-size: larger; } +.smaller { font-size: smaller; } + +.clearfix { + content: ""; + display: table; + clear: both; +} + +.ellipsis { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.border { + border: 1px solid var(--border-color); +// transition: border-color 1s ease; +} + +.border-radius { + @include border-radius(); +} + +.fallback-img { + @include fallback-image(); +} diff --git a/_sass/hydejack/__link__/_avatar.scss b/_sass/hydejack/__link__/_avatar.scss new file mode 100644 index 00000000000..201518e6c83 --- /dev/null +++ b/_sass/hydejack/__link__/_avatar.scss @@ -0,0 +1,34 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_avatar.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.avatar { + + + + position: relative; + z-index: 1; + +} + + diff --git a/_sass/hydejack/__link__/_base.scss b/_sass/hydejack/__link__/_base.scss new file mode 100644 index 00000000000..aec2c01bee8 --- /dev/null +++ b/_sass/hydejack/__link__/_base.scss @@ -0,0 +1,48 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_base.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2021 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +body { + /* Prevent side-scrolling on mobile */ + display: block; + position: relative; + overflow-x: hidden; +} + +hy-push-state, hy-drawer { + display: block; + overflow: hidden; +} + + + +@media print { + html { + font-size: var(--root-font-size-print); + } +} + +@page { + margin: 16mm; +} diff --git a/_sass/hydejack/__link__/_break-layout.scss b/_sass/hydejack/__link__/_break-layout.scss new file mode 100644 index 00000000000..58e64659665 --- /dev/null +++ b/_sass/hydejack/__link__/_break-layout.scss @@ -0,0 +1,80 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_break-layout.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"] { + $pad: $content-padding * 2; + + @media screen { + position: relative; + width: calc(100% + #{$pad}); + border-top-right-radius: 0!important; + border-bottom-right-radius: 0!important; + } + + @media screen and (min-width: $content-width) { + $x: ($content-width / 2) - $pad; + width: calc(100% + 50vw - #{$x}); + } + + @media screen and (min-width: $break-point-2) { + $x: ($content-width-2 / 2) - $pad; + width: calc(100% + 50vw - #{$x}); + } + + @media screen and (min-width: $break-point-3) { + $x: $sidebar-width + $content-margin-3; + width: calc(100vw - #{$x}); + } + + @media screen and (min-width: $break-point-5) { + $x: $content-width-5 + $sidebar-width + $content-margin-5 - $pad; + width: calc(100% + 100vw - #{$x}); + } + + @media screen and (min-width: $break-point-dynamic) { + $x: ($content-width-5 / 2) - ($content-padding * 2) + 21rem; + width: calc(100% + 50vw - #{$x} + 2px); + } +} + +body:not(.no-break-layout) { + .katex-display > .katex, mjx-container[jax][display="true"] { + text-align: left!important; + } +} + +body.no-break-layout { + width: calc(100% + #{$content-margin-5 + 2rem}); +} + +body.no-toc:not(.no-break-layout) { + pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"] { + @media screen and (min-width: $break-point-dynamic) { + $x: ($content-width-5 / 2) - ($content-padding * 2); + width: calc(100% + 50vw - #{$x}); + } + } +} + diff --git a/_sass/hydejack/__link__/_content.scss b/_sass/hydejack/__link__/_content.scss new file mode 100644 index 00000000000..2756ba0fa8c --- /dev/null +++ b/_sass/hydejack/__link__/_content.scss @@ -0,0 +1,39 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_content.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.content { + + + @media print { + padding: 1rem; + } + +} + +.large-only { + display: none; + @media screen and (min-width: $break-point-dynamic) { + display: block; + } +} diff --git a/_sass/hydejack/__link__/_footer.scss b/_sass/hydejack/__link__/_footer.scss new file mode 100644 index 00000000000..eb0b83e28db --- /dev/null +++ b/_sass/hydejack/__link__/_footer.scss @@ -0,0 +1,45 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_footer.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +main > footer.content { + position: absolute; + bottom: 0; + left: 0; + right: 0; + color: var(--gray); + text-align: center; + min-height: 0; + padding-top: 0; + padding-bottom: 2rem; + + > p { + margin-bottom: 0; + } + + @media print { + display: none; + } +} + diff --git a/_sass/hydejack/__link__/_images.scss b/_sass/hydejack/__link__/_images.scss new file mode 100644 index 00000000000..85d8a1c27ec --- /dev/null +++ b/_sass/hydejack/__link__/_images.scss @@ -0,0 +1,55 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_images.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.content .aspect-ratio { +// overflow: hidden; + img { +// margin: 0; +// width: 100%; +// height: 100%; + object-fit: cover; + object-position: center; +// background-color: var(--gray-bg); + } +} + + +figure, .figure { + @extend .faded, .fine, .centered; + margin-bottom: 2rem; + + > *:first-child { + margin-bottom: 1rem; + } +} + +.highlighter-rouge + .figure { + margin-top: -1.5rem; +} + +.figcaption { + @extend .faded, .fine, .centered; + margin-top: -0.5rem; + margin-bottom: 2rem; +} diff --git a/_sass/hydejack/__link__/_katex.scss b/_sass/hydejack/__link__/_katex.scss new file mode 100644 index 00000000000..2356ae024f5 --- /dev/null +++ b/_sass/hydejack/__link__/_katex.scss @@ -0,0 +1,32 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_katex.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +article { + .katex-display, mjx-container[jax][display="true"] { + @extend .pre-base; + padding: 2rem; + } +} + diff --git a/_sass/hydejack/__link__/_links.scss b/_sass/hydejack/__link__/_links.scss new file mode 100644 index 00000000000..b01fca0a684 --- /dev/null +++ b/_sass/hydejack/__link__/_links.scss @@ -0,0 +1,62 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_links.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +hy-push-state a { +// color: var(--body-color); + + + + transition: color 250ms, text-decoration-color 250ms, border-color 250ms; + &:hover { + transition: color 50ms, text-decoration-color 50ms, border-color 50ms; + } + + + +} + +.content a:not(.btn):not(.no-hover) { + + + &:hover { + @supports ((text-decoration-thickness: initial) and (text-underline-offset: initial)) { + text-decoration-color: var(--accent-color); + } + border-color: var(--accent-color); + } + +} + + +a.btn { + text-decoration: none; +} + +@media print { + a:not(.no-print-link)::after { + content: " (" attr(href) ") "; + color: var(--gray); + font-size: 62%; + } +} diff --git a/_sass/hydejack/__link__/_mark-external.scss b/_sass/hydejack/__link__/_mark-external.scss new file mode 100644 index 00000000000..a5c69a4818e --- /dev/null +++ b/_sass/hydejack/__link__/_mark-external.scss @@ -0,0 +1,46 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_mark-external.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +@media screen { + a.external, + a[href*="://"]:not(.no-mark-external):not(.no-mark), + a.no-push-state:not(.no-mark-external):not(.no-mark) { + &::after { + content: "\00A0\ea7e"; + font-family: 'icomoon'!important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + font-size: smaller; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + color: var(--menu-text); + } + } +} + diff --git a/_sass/hydejack/__link__/_menu.scss b/_sass/hydejack/__link__/_menu.scss new file mode 100644 index 00000000000..9c8d99f4562 --- /dev/null +++ b/_sass/hydejack/__link__/_menu.scss @@ -0,0 +1,97 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_menu.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +$navbar-height: 5rem; + + + +.navbar { +// @extend .color-transition; + > .content { + + + + $shadow-padding: 3rem; + &::before { + content: ""; + position: absolute; + display: block; + width: calc(100% - #{$shadow-padding * 2}); + height: $navbar-height; + left: $shadow-padding; + margin: auto; + box-shadow: 0 0 2rem rgba(0,0,0,0.25); + z-index: -1; + } + + } + + + &.fixed-top { + > .content { + &::before { + bottom: 1px; + } + } + } + + &.fixed-bottom { + > .content { + &::before { + top: 1px; + } + } + } + +} + + + + +a.nav-btn, button.nav-btn { + cursor: pointer; + &:hover, &:focus { + background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)); + } +} + +.nav-span { + flex: 1; +} + +.animation-main { + opacity: 0; + pointer-events: none; +} + +#_navbar { + z-index: 3; + background-color: var(--body-bg); +} + +.navbar { + .loading { display: none; } + @media print { display: none; } +} + diff --git a/_sass/hydejack/__link__/_sidebar.scss b/_sass/hydejack/__link__/_sidebar.scss new file mode 100644 index 00000000000..afc4db4d7cc --- /dev/null +++ b/_sass/hydejack/__link__/_sidebar.scss @@ -0,0 +1,127 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_sidebar.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +hy-drawer { +// width: 100%; +// position: relative; +// overflow: hidden; +// display: block; +// z-index: 4; + @media screen { + + --hy-drawer-width: 100%; + --hy-drawer-peek-width: .5rem; + --hy-drawer-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); + + } + + @media screen and (min-width: $break-point-3) { + + + + --hy-drawer-peek-width: #{$sidebar-width}; + + } + + @media screen and (min-width: $break-point-dynamic) { + width: calc(50% - #{$half-content}); + + + --hy-drawer-peek-width: calc(50% - #{$half-content}); + + } + + + @media screen { + &.loaded { + position: static; + } + } + +} + +.sidebar { + + + a { + + + &:hover { + border-bottom-color: #fff; + text-decoration-color: #fff; + } + + } + + &.invert a { + + + &:hover { + border-bottom-color: #222; + text-decoration-color: #222; + } + + } +} + + +hy-drawer.loaded .sidebar { + min-height: 100%; +} + + +.sidebar-bg { + + + &.sidebar-overlay::after { + background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%); + background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%); +// background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%); + } +} + + + + +@media print { + .sidebar { + display: none; + } +} + +#_swipe { + position: absolute; + z-index: 4; + opacity: 0.33; + top: 5vw; + right: 5vw; + transform: scale(0.67); + + @media screen and (min-width: $break-point-1) { + top: calc(50% - 48px); + right: 10vw; + transform: scale(1); + } +} + diff --git a/_sass/hydejack/__link__/_social.scss b/_sass/hydejack/__link__/_social.scss new file mode 100644 index 00000000000..b9422a2251e --- /dev/null +++ b/_sass/hydejack/__link__/_social.scss @@ -0,0 +1,33 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_social.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + + + +.sidebar-social { + @media print { + display: none; + } +} + diff --git a/_sass/hydejack/__link__/_toc.scss b/_sass/hydejack/__link__/_toc.scss new file mode 100644 index 00000000000..52d228681f2 --- /dev/null +++ b/_sass/hydejack/__link__/_toc.scss @@ -0,0 +1,55 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_toc.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2020 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +#markdown-toc { + + transition: opacity 300ms ease, transform 300ms ease, border-color 1s ease; + &:before { left: 1rem; } +} + +body:not(.no-toc) #markdown-toc { + @media screen and (min-width: $break-point-dynamic) { + + + overscroll-behavior: contain; + + &.toc-hide { + opacity: 0; + transform: translateX(-2rem); + } + + &.toc-show { + opacity: 1; + transform: translateX(0); + } + + &.affix { + position: fixed; + top: 1rem; + max-height: calc(100vh - 1rem); + } + + } +} + diff --git a/_sass/hydejack/__link__/_utilities.scss b/_sass/hydejack/__link__/_utilities.scss new file mode 100644 index 00000000000..c62d6b198ef --- /dev/null +++ b/_sass/hydejack/__link__/_utilities.scss @@ -0,0 +1,82 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/hydejack/_utilities.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.fl { float: left; } +.fr { float: right; } +.mb4 { margin-bottom: 4rem } +.mb6 { margin-bottom: 6rem } +.mt0 { margin-top: 0 } +.mt1 { margin-top: 1rem } +.mt2 { margin-top: 2rem } +.mt3 { margin-top: 3rem } +.mt4 { margin-top: 4rem } +.pb0 { padding-bottom: 0 } +.ml1 { margin-left: 1rem } +.mr1 { margin-right: 1rem } + +.sixteen-nine { @include aspect-ratio(16, 9); } +.sixteen-ten { @include aspect-ratio(16, 10); } +.four-three { @include aspect-ratio(4, 3); } + +.sr-only { +// display: none; + display: unset; + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; + +} + +.larger { font-size: larger; } +.smaller { font-size: smaller; } + +.clearfix { + content: ""; + display: table; + clear: both; +} + +.ellipsis { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.border { +// border: 1px solid var(--border-color); + transition: border-color 1s ease; +} + +.border-radius { + @include border-radius(); +} + +.fallback-img { + @include fallback-image(); +} diff --git a/_sass/pooleparty/__inline__/_base.scss b/_sass/pooleparty/__inline__/_base.scss new file mode 100644 index 00000000000..3d2bcb49aa0 --- /dev/null +++ b/_sass/pooleparty/__inline__/_base.scss @@ -0,0 +1,78 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_base.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +* { + box-sizing: border-box; +// // -webkit-tap-highlight-color: transparent; +} + + +html, +body { + margin: 0; + padding: 0; +} + +html { + font-family: var(--font-family); + font-size: var(--root-font-size); + line-height: var(--root-line-height); +} + +body { + @extend .color-transition; + color: var(--body-color); + background-color: var(--body-bg); + font-weight: var(--font-weight); + overflow-y: scroll; +} + +p { + @extend .color-transition; +} + +.content img, .img, +.content video, .video { + max-width: 100%; + height: auto; +} + +.lead { + @extend .border-radius; + margin-left: -1rem; + margin-right: -1rem; + margin-bottom: 1.5rem; +} + +img, video { + &.lead { + display: block; + max-width: calc(100% + 2rem); + width: calc(100% + 2rem); + height: auto; + } +} + + + diff --git a/_sass/pooleparty/__inline__/_code.scss b/_sass/pooleparty/__inline__/_code.scss new file mode 100644 index 00000000000..c23bf35b547 --- /dev/null +++ b/_sass/pooleparty/__inline__/_code.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_code.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2020 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/pooleparty/__inline__/_footer.scss b/_sass/pooleparty/__inline__/_footer.scss new file mode 100644 index 00000000000..11d42cb8466 --- /dev/null +++ b/_sass/pooleparty/__inline__/_footer.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_footer.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +// footer { margin-bottom: 2rem; } \ No newline at end of file diff --git a/_sass/pooleparty/__inline__/_footnotes.scss b/_sass/pooleparty/__inline__/_footnotes.scss new file mode 100644 index 00000000000..af13f29e812 --- /dev/null +++ b/_sass/pooleparty/__inline__/_footnotes.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_footnotes.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/pooleparty/__inline__/_message.scss b/_sass/pooleparty/__inline__/_message.scss new file mode 100644 index 00000000000..777f73195e9 --- /dev/null +++ b/_sass/pooleparty/__inline__/_message.scss @@ -0,0 +1,66 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_message.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +.message { + @extend .color-transition; + margin-bottom: 1rem; + padding: 1rem; + color: var(--gray-text); + background-color: var(--gray-bg); + margin-left: -1rem; + margin-right: -1rem; +} + +.note-sm { + @extend .message; + background: transparent; + color: var(--body-color); + font-size: smaller; + border-left: 1px solid var(--border-color); + padding: 1.2rem 1rem 0 1rem; + margin: 1rem -1rem; + position: relative; + + &:before { + font-size: 0.667rem; + font-weight: bold; + font-style: normal; + letter-spacing: .025rem; + text-transform: uppercase; + color: var(--menu-text); + position: absolute; + top: 0; + } + + &[title]:before { + content: attr(title)!important; + } +} + +.note { + @extend .note-sm; + font-size: 1rem; +} + diff --git a/_sass/pooleparty/__inline__/_pagination.scss b/_sass/pooleparty/__inline__/_pagination.scss new file mode 100644 index 00000000000..957d584a3cb --- /dev/null +++ b/_sass/pooleparty/__inline__/_pagination.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_pagination.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/pooleparty/__inline__/_posts.scss b/_sass/pooleparty/__inline__/_posts.scss new file mode 100644 index 00000000000..dbcc73353d1 --- /dev/null +++ b/_sass/pooleparty/__inline__/_posts.scss @@ -0,0 +1,79 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_posts.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +.page { + margin-bottom: 3em; + + li + li { + margin-top: .25rem; + } + + > header { + position: relative; + margin-bottom: 1.5rem; + } + + .aspect-ratio.sixteen-nine.lead { + @extend .border-radius; + } +} + +body:not(.no-third-column) { + .page > header { + > .lead + .note-sm, + > a.no-hover + .note-sm { + @media screen and (min-width: $break-point-dynamic) { + position: absolute; + right: -25rem; + width: 21rem; + bottom: 0; + margin-bottom: 0; + } + } + } +} + +// Blog post or page title +.page-title, .post-title { margin-top: 0; } + +// Meta data line below post title +.post-date { + @extend .h4; + display: flex; + justify-content: space-between; + white-space: nowrap; + margin-top: -.6rem; + height: 2rem; + margin-bottom: .85rem; + color: var(--gray); + + [class^="icon-"] { + display: inline-block; + font-size: smaller; + margin-right: .25rem; + } +} + + diff --git a/_sass/pooleparty/__inline__/_read-more.scss b/_sass/pooleparty/__inline__/_read-more.scss new file mode 100644 index 00000000000..60e8c037918 --- /dev/null +++ b/_sass/pooleparty/__inline__/_read-more.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_read-more.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/pooleparty/__inline__/_related.scss b/_sass/pooleparty/__inline__/_related.scss new file mode 100644 index 00000000000..e55652090d8 --- /dev/null +++ b/_sass/pooleparty/__inline__/_related.scss @@ -0,0 +1,38 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_related.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +.related-posts { + padding-left: 0; + list-style: none; + margin-bottom: 2rem; + + > li, + > li + li { + margin-top: 1rem; + } +} + + + diff --git a/_sass/pooleparty/__inline__/_table.scss b/_sass/pooleparty/__inline__/_table.scss new file mode 100644 index 00000000000..0b4086805da --- /dev/null +++ b/_sass/pooleparty/__inline__/_table.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_table.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/pooleparty/__inline__/_type.scss b/_sass/pooleparty/__inline__/_type.scss new file mode 100644 index 00000000000..f983a2b46ad --- /dev/null +++ b/_sass/pooleparty/__inline__/_type.scss @@ -0,0 +1,154 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_type.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.heading { + font-family: var(--font-family-heading); + font-weight: var(--font-weight-heading); +} + +.f1 { + @extend .heading; + font-size: 2rem; + line-height: 1.3; +} + +.f2 { + @extend .heading; + font-size: 1.5rem; + line-height: 1.4; +} + +.f3 { + @extend .heading; + font-size: 1.2em; + line-height: 1.5; +} + +.f4 { + @extend .heading; + font-size: 1.08rem; +} + +.f5 { + @extend .heading; + font-size: 1.04rem; +} + +.f6 { + @extend .heading; + font-size: 1rem; +} + + +h1, .h1 { @extend .f1; } +h2, .h2 { @extend .f2; } +h3, .h3 { @extend .f3; } +h4, .h4 { @extend .f4; } +h5, .h5 { @extend .f5; } +h6, .h6 { @extend .f6; } + +.content { + h1, .h1 { + > a { text-decoration: none; border-bottom: none; } + @media screen and (max-width: $break-point-1) { + font-size: 1.7rem; + line-height: 1.35; + } + @media screen and (min-width: $break-point-5) { + font-size: 2.4rem; + line-height: 1.25; + } + } +} + +body:not(.no-large-headings) { + .content { + h1, .h1 { + @media screen and (min-width: $break-point-dynamic) { + width: calc(100% + 50vw - 32rem); + font-size: 3rem; + line-height: 1.2; + } + @media screen and (min-width: $break-point-font-large) { + font-size: 4rem; + line-height: 1.1; + } + } + } +} + +h1, h2, h3, .h1, .h2, .h3 { + margin: 4rem 0 1rem; +} + +h4, h5, h6, .h4, .h5, .h6 { + margin: 3rem 0 .5rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; + + &.lead { + font-size: 1.2em; + margin-top: 1.5rem; + margin-bottom: 1.5rem; + padding: 0 1rem; + } +} + +ul, ol, dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ul, ol { + padding-left: 1.25rem; +} + +hr, .hr { + @extend .color-transition; + border: 0; + margin: 1rem 0; + border-top: 1px solid var(--border-color); +} + +.hr-after::after { + @extend .color-transition; + content: ""; + display: block; + margin: 1rem 0; + border-top: 1px solid var(--border-color); +} + +.hr-bottom { + @extend .color-transition; + border-bottom: 1px solid var(--border-color); + padding-bottom: .75rem; + margin-bottom: 1rem; +} + + + + diff --git a/_sass/pooleparty/__link__/_base.scss b/_sass/pooleparty/__link__/_base.scss new file mode 100644 index 00000000000..5f65e58b9ba --- /dev/null +++ b/_sass/pooleparty/__link__/_base.scss @@ -0,0 +1,46 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_base.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +* { +// box-sizing: border-box; + // -webkit-tap-highlight-color: transparent; +} + + + + +@media (display-mode: standalone) { + body { + overscroll-behavior-y: contain; + } +} + +:focus { + outline-color: var(--accent-color)!important; +} + +::selection { + background: var(--accent-color-faded); +} + diff --git a/_sass/pooleparty/__link__/_code.scss b/_sass/pooleparty/__link__/_code.scss new file mode 100644 index 00000000000..43376535561 --- /dev/null +++ b/_sass/pooleparty/__link__/_code.scss @@ -0,0 +1,219 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_code.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2020 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +code, pre { + font-family: var(--code-font-family); +} + +code { + @extend .color-transition; + padding: .25em .5em; + background-color: var(--gray-bg); + font-size: smaller; +} + +.figure-base { + @include border-radius(); + @extend .color-transition; + margin-left: -1rem; + margin-right: -1rem; + + // Prevent code linebreaks and allow side-scrolling for better readability on mobile + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +.pre-base { + @extend .figure-base; + padding: 1rem; + margin-bottom: 1.5rem; + background-color: var(--gray-bg); + + // HACK: prevents painting for some reason + backface-visibility: hidden; + + @media print { + width: 100%!important; + page-break-inside: avoid; + break-inside: avoid-page; + } +} + +pre { + @extend .pre-base; + margin-top: 0; + display: block; + font-size: .83em; + line-height: 1.5em; + position: relative; +} + +pre > code { + display: inline-block; + position: relative; + min-width: 100%; + padding: 0; + color: inherit; + background-color: transparent; + font-size: 1em; + + // .__hl { + // @extend .color-transition; + // display: inline-block; + // position: absolute; + // left: -1rem; + // right: -1rem; + // background: var(--accent-color-highlight); + // border-left: .25rem solid var(--accent-color-faded); + // z-index: -1; + // } +} + +.pre-header-common { + @extend .color-transition; + height: 2rem; + border: none; + border-bottom: 1px solid var(--border-color); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +div.highlight { + position: relative; + + > .pre-header { + @extend .figure-base; + @extend .pre-header-common; + display: block; + color: var(--gray)!important; + background-color: var(--gray-bg); + + > span { + font-size: smaller; + } + + > * { + display: inline-block; + padding: .3rem 1rem .2rem; + } + } + + > button { + @extend .pre-header-common; + position: absolute; + top: 0; + right: -1rem; + color: var(--menu-text); + background: none; + border-left: 1px solid var(--border-color); + border-right: 1px solid var(--border-color); + border-top-left-radius: 0; + padding-left: 1rem; + padding-right: 1rem; + overflow: hidden; + cursor: pointer; + opacity: 0; + transition: opacity 300ms; + + &:hover { + background: var(--gray-bg); + } + + &.copy-success { + > .icon-copy { + animation-name: icon-copy; + animation-duration: 1.5s; + animation-timing-function: ease; + } + > .icon-checkmark { + animation-name: icon-checkmark; + animation-duration: 1.5s; + animation-timing-function: ease; + } + } + > .icon-copy { + display: inline-block; + } + > .icon-checkmark { + position: absolute; + + top: 50%; + margin-top: -3em; + + left: 0; + right: 0; + text-align: center; + } + } + + &:hover > button { + opacity: 1; + transition: opacity 100ms; + } + + > .pre-header ~ pre.highlight { + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-top: .65rem; + } + + > .pre-header ~ button { + opacity: 1; + } +} + +body.no-break-layout { + div.highlight > button { + border-right: none; + } +} + +@keyframes icon-checkmark { + 0% { + transform: translateY(0); + } + 15%, 85% { + transform: translateY(2.5em); + } + 100% { + transform: translateY(5em); + } +} + +@keyframes icon-copy { + 0% { + transform: translateY(0); + } + 15% { + transform: translateY(2.5em); + } + 15.01%, 85% { + transform: translateY(-2.5em); + } + 100% { + transform: translateY(0); + } +} + diff --git a/_sass/pooleparty/__link__/_footer.scss b/_sass/pooleparty/__link__/_footer.scss new file mode 100644 index 00000000000..076b741e187 --- /dev/null +++ b/_sass/pooleparty/__link__/_footer.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_footer.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +footer { margin-bottom: 2rem; } \ No newline at end of file diff --git a/_sass/pooleparty/__link__/_footnotes.scss b/_sass/pooleparty/__link__/_footnotes.scss new file mode 100644 index 00000000000..efb539d5e2a --- /dev/null +++ b/_sass/pooleparty/__link__/_footnotes.scss @@ -0,0 +1,79 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_footnotes.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +// Footnote number within body text +a[href^="#fn:"], +// Back to footnote link +a[href^="#fnref:"] { + margin-left: .1rem; + font-weight: var(--font-weight-bold); + + @media screen and (max-width: $break-point-4) { + font-weight: normal; + &::before { content: "["; } + &::after { content: "]"; } + } +} + +sup { + line-height: 1; + + &[id^="fnref"] { + @media screen and (max-width: $break-point-4) { + vertical-align: baseline; + font-size: inherit; + } + } +} + +// List of footnotes +.footnotes { + margin-top: 5rem; + + > ol { + color: var(--gray); + + > li { + padding: .5rem; + margin-left: .5rem; + > p { margin: 0; } + &:focus { + outline: none; + color: var(--gray-text); + background: var(--gray-bg); + } + } + } + + &::before { + @extend .color-transition; + content: ""; + display: block; + margin: 1.5rem 0; + border: 0; + border-top: 1px solid var(--border-color); + } +} + diff --git a/_sass/pooleparty/__link__/_message.scss b/_sass/pooleparty/__link__/_message.scss new file mode 100644 index 00000000000..0ee2aa119b2 --- /dev/null +++ b/_sass/pooleparty/__link__/_message.scss @@ -0,0 +1,25 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_message.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + diff --git a/_sass/pooleparty/__link__/_pagination.scss b/_sass/pooleparty/__link__/_pagination.scss new file mode 100644 index 00000000000..5c91d1d032e --- /dev/null +++ b/_sass/pooleparty/__link__/_pagination.scss @@ -0,0 +1,91 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_pagination.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +.pagination { + @extend .color-transition; + width: calc(100% + 2rem); + margin: 0 -1rem 1rem; + color: var(--gray); + text-align: center; + + > ul { + list-style: none; + padding: 0; + } +} + +// Pagination items can be `span`s or `a`s +.pagination-item { + > * { + display: block; + padding: .25rem 1rem; + border: solid var(--border-color); + border-width: 1px 0; + transition: border-color 1s ease; + } + + > a, > a:hover, > a:focus { + border-color: var(--border-color)!important; + text-decoration: none; + } + + &:first-child > * { + margin-bottom: -1px; + } + + // Only provide a hover state for linked pagination items + > a:hover, > a:focus { + background-color: var(--gray-bg); + border-bottom: 1px solid var(--border-color); + } +} + +@media (min-width: 23.5em) { + .pagination { + width: 100%; + margin: 3rem 0; + } + + .pagination-item { + > * { + float: left; + width: 50%; + border-width: 1px; + } + + &:first-child > * { + margin-bottom: 0; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + } + + &:last-child > * { + margin-left: -1px; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + } + } +} + diff --git a/_sass/pooleparty/__link__/_posts.scss b/_sass/pooleparty/__link__/_posts.scss new file mode 100644 index 00000000000..5aa6e61d127 --- /dev/null +++ b/_sass/pooleparty/__link__/_posts.scss @@ -0,0 +1,55 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_posts.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + + +clap-button { + margin-left: auto; + margin-right: auto; + --clap-button-color: var(--accent-color); +} + +clap-button + p.message { + margin: -2rem auto 0; + max-width: 32rem; + font-size: smaller +} + +hr.dingbat { + border: 0; + &:after{ + content: "\2756"; + display: block; + text-align: center; + font-size: 1.5rem; + color: var(--menu-text); + } +} + +@media print { + .page { + margin-bottom: 0 + } +} + diff --git a/_sass/pooleparty/__link__/_read-more.scss b/_sass/pooleparty/__link__/_read-more.scss new file mode 100644 index 00000000000..388622b9fba --- /dev/null +++ b/_sass/pooleparty/__link__/_read-more.scss @@ -0,0 +1,46 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_read-more.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +.read-more { + @extend .faded; + margin-top: 1.5rem; + margin-bottom: 3rem; + text-align: right; + + &::after { + content: " \2192"; + font-family: 'icomoon'!important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + font-size: smaller; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } +} + diff --git a/_sass/pooleparty/__link__/_related.scss b/_sass/pooleparty/__link__/_related.scss new file mode 100644 index 00000000000..59679ea5c1b --- /dev/null +++ b/_sass/pooleparty/__link__/_related.scss @@ -0,0 +1,33 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_related.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + + + +.comments { + @media print { + display: none; + } +} + diff --git a/_sass/pooleparty/__link__/_table.scss b/_sass/pooleparty/__link__/_table.scss new file mode 100644 index 00000000000..0c3e9fdca7b --- /dev/null +++ b/_sass/pooleparty/__link__/_table.scss @@ -0,0 +1,176 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_table.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + +table:not(.rouge-table) { + @extend .figure-base; + border-collapse: collapse; + border-radius: 0!important; + display: block; + margin-bottom: 1.5rem; + + td, th { + @extend .color-transition; + padding: .5em .75em; + + &:first-child { + padding-left: 1rem; + border-left: 1px solid var(--border-color); + } + + &:last-child { + padding-right: 1rem; + border-right: 1px solid var(--border-color); + } + } + + > *:first-child { + border-top: 1px solid var(--border-color); + } + + > *:last-child { + border-bottom: 1px solid var(--border-color); + } + + thead { + @extend .color-transition; + background-color: var(--body-bg); + } + + thead + tbody, + tbody + tbody, + tfoot { + @extend .color-transition; + border-top: 1px solid var(--border-color); + } + + tbody tr:nth-child(even) td, + tbody tr:nth-child(even) th { + @extend .color-transition; + background-color: var(--body-bg); + } + + tbody tr:nth-child(odd) td, + tbody tr:nth-child(odd) th { + @extend .color-transition; + background-color: var(--gray-bg); + } +} + +// CSS only Responsive Tables +// http://dbushell.com/2016/03/04/css-only-responsive-tables/ +// by David Bushell +@mixin scroll-table() { + white-space: nowrap; // optional - looks better for small cell values +} + +@mixin flip-table() { + display: flex; + overflow: hidden; + + thead, tbody { + display: flex; + } + + thead { + flex-shrink: 0; + min-width: min-content; + border-left: 1px solid var(--border-color); + border-bottom: 1px solid var(--border-color); + + th { + padding-left: 1em; + } + } + + tbody { + position: relative; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + } + + tr { + display: flex; + flex-direction: column; + min-width: min-content; + flex-shrink: 0; + + &:last-child { + border-right: 1px solid var(--border-color); + td { + padding-right: 1em; + } + } + } + + td, th { + display: block; + + &:first-child { + padding-left: .5em; + border-left: none; + } + + &:last-child { + padding-right: .5em; + border-right: none; + } + } +} + +table.stretch-table { + display: table; + width: 100% !important; + width: calc(100% + 2em) !important; + // @media screen and (max-width: $break-point-4) { + // display: block!important; + // @include scroll-table(); + // } +} + +table.scroll-table { + @include scroll-table(); +} + +table.flip-table { + @include flip-table(); +} + +@media screen and (max-width: $break-point-4) { + table.scroll-table-small { + @include scroll-table(); + } + + table.flip-table-small { + @include flip-table(); + } +} + +@media print { + table:not(.rouge-table) { + width: 100%!important; + } +} + diff --git a/_sass/pooleparty/__link__/_type.scss b/_sass/pooleparty/__link__/_type.scss new file mode 100644 index 00000000000..5a1e487369d --- /dev/null +++ b/_sass/pooleparty/__link__/_type.scss @@ -0,0 +1,178 @@ +// THIS FILE IS AUTOGENERATED, DO NOT MODIFY! +// +// To change the contents of this file, +// edit `_sass/pooleparty/_type.pre.scss` +// and run `npm run build:css`. +// +// During development you can run `npm run watch:css` +// to continuosly rebuild this file. + +// Copyright (c) 2017 Florian Klampfer +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +.heading { + font-family: var(--font-family-heading); + font-weight: var(--font-weight-heading); +} + +.f1 { + @extend .heading; + font-size: 2rem; + line-height: 1.3; +} + +.f2 { + @extend .heading; + font-size: 1.5rem; + line-height: 1.4; +} + +.f3 { + @extend .heading; + font-size: 1.2em; + line-height: 1.5; +} + +.f4 { + @extend .heading; + font-size: 1.08rem; +} + +.f5 { + @extend .heading; + font-size: 1.04rem; +} + +.f6 { + @extend .heading; + font-size: 1rem; +} + + + + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading { + text-rendering: optimizeLegibility; +} + +h1 + h2, .h1 + .h2, h1 + .h2, .h1 + h2, +h2 + h3, .h2 + .h3, h2 + .h3, .h2 + h3, +h3 + h4, .h3 + .h4, h3 + .h4, .h3 + h4, +h4 + h5, .h4 + .h5, h4 + .h5, .h4 + h5, +h5 + h6, .h5 + .h6, h5 + .h6, .h5 + h6 { + margin-top: 0; +} + +dt, strong { + font-weight: var(--font-weight-bold); +} + +dt:after{ + content: " :"; + color: var(--menu-text); +} + +dd { + margin-bottom: .5rem; +} + +abbr { + font-size: 85%; + font-weight: var(--font-weight-bold); + text-transform: uppercase; + + &[title] { + cursor: help; + border-bottom: 1px dotted var(--border-color); + } +} + +blockquote { + @extend .color-transition; + padding: .5rem 1rem; + margin: .8rem 0; + color: var(--gray); + border-left: .25rem solid var(--border-color); + + &.lead { + font-size: 1.2em; + margin-top: 1.5rem; + margin-bottom: 1.5rem; + border-left-width: 0.4rem; + } + + > p:last-child { + margin-bottom: 0; + } +} + +.heading { + font-weight: var(--font-weight-heading); +} + +.fine, .smaller { + font-size: smaller; +} + +.faded { + @extend .color-transition; + color: var(--gray); +} + +.centered { + text-align: center; +} + +h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] { + position: relative; + + > .permalink { + text-decoration: none; + border: none; + opacity: 0; + transition: opacity 400ms; + + @media print { + display: none; + } + } + + &:hover > .permalink { + opacity: 0.5; + } + + & > .permalink:hover, + & > .permalink:focus { + opacity: 1; + transition: opacity 200ms; + } +} + +.content-hash::before { + content: '#' +} +.content-json::before { + content: '{}' +} + +@media print { + h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, dt { + page-break-inside: avoid; + break-inside: avoid-page; + page-break-after: avoid; + break-after: avoid-page; + } +} + diff --git a/assets/css/hydejack-9.1.0-beta.2.css b/assets/css/hydejack-9.1.0.css similarity index 100% rename from assets/css/hydejack-9.1.0-beta.2.css rename to assets/css/hydejack-9.1.0.css diff --git a/assets/js/LEGACY-clap-button-hydejack-9.1.0.js b/assets/js/LEGACY-clap-button-hydejack-9.1.0.js new file mode 100644 index 00000000000..bf9be0e8f50 --- /dev/null +++ b/assets/js/LEGACY-clap-button-hydejack-9.1.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{297:function(n,r,e){"use strict";e.r(r);var t,o=e(22);function i(n){return function(n){if(Array.isArray(n))return a(n)}(n)||function(n){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(n))return Array.from(n)}(n)||function(n,r){if(!n)return;if("string"==typeof n)return a(n,r);var e=Object.prototype.toString.call(n).slice(8,-1);"Object"===e&&n.constructor&&(e=n.constructor.name);if("Map"===e||"Set"===e)return Array.from(n);if("Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return a(n,r)}(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(n,r){(null==r||r>n.length)&&(r=n.length);for(var e=0,t=new Array(r);e \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{298:function(e,t,n){"use strict";n.r(t);var r,i=n(149),a=n(323),o=n(301),c=n(354),u=n(148),l=n(322),s=n(46),d=n(342),p=n(151),b=n(150),f=n(147),y=n(355),m=n(22);function h(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||v(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function w(e){return function(e){if(Array.isArray(e))return j(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||v(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(e,t){if(e){if("string"==typeof e)return j(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?j(e,t):void 0}}function j(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=r?[0,e]:m.o?[35,150]:[0,150]},e.next=5,Promise.all([].concat(w("customElements"in window?[]:[Promise.all([n.e(16),n.e(17)]).then(n.bind(null,319)).then((function(){return Promise.all([n.e(14),n.e(8)]).then(n.bind(null,320))}))]),w("ResizeObserver"in window?[]:[n.e(7).then(n.bind(null,337))])));case 5:return e.next=7,m.t;case 7:return e.next=9,m.s;case 9:if(r=2,v=function(e){return function(t){return e.pipe(Object(u.a)((function(e){return e?t:i.a})))}},S=function(){return window.matchMedia(m.b).matches?3:window.matchMedia(m.a).matches?r:1},E=document.getElementById("_drawer"),x=document.getElementById("_sidebar"),A=null==x?void 0:x.querySelector(".sidebar-sticky"),E&&x&&A){e.next=19;break}return e.abrupt("return");case 19:return null===(t=document.getElementById("_menu"))||void 0===t||t.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),E.toggle()})),x.querySelectorAll('a[href^="/"]:not(.external)').forEach((function(e){return e.addEventListener("click",(function(){return E.close()}))})),m.p&&E.setAttribute("threshold","0"),m.n||E.setAttribute("mouseevents",""),C=m.j?[new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),CSS.number(1)]:[null,null],I=h(C,2),k=I[0],L=I[1],_=function(e,t,n){var i=n*e,a=t>=r?1:1-e;m.j?(k[0].x.value=i,L.value=a,x.attributeStyleMap.set("transform",k),A.attributeStyleMap.set("opacity",L)):(x.style.transform="translateX(".concat(i,"px)"),A.style.opacity=a)},B=Object(a.a)(Object(m.g)(window.matchMedia(m.a)),Object(m.g)(window.matchMedia(m.b))).pipe(Object(l.a)({}),Object(s.a)(S)),M=Object(o.a)(E,"peek-width-change").pipe(Object(s.a)((function(e){return e.detail}))),P=Object(o.a)(window,"resize",{passive:!0}).pipe(Object(l.a)({}),Object(s.a)(m.i)),T=Object(c.a)(M,P).pipe(Object(s.a)((function(e){var t=h(e,2),n=t[0];return t[1]/2-n/2}))),R=Object(a.a)(T.pipe(Object(s.a)((function(){return void 0!==E.opacity?1-E.opacity:z?0:1}))),Object(o.a)(E,"hy-drawer-move").pipe(Object(s.a)((function(e){return 1-e.detail.opacity})))),E.addEventListener("hy-drawer-prepare",(function(){x.style.willChange="transform",A.style.willChange="opacity"})),E.addEventListener("hy-drawer-transitioned",(function(){x.style.willChange="",A.style.willChange=""})),q=Object(m.h)(),(z=E.classList.contains("cover")&&q<=0&&!(history.state&&history.state.closedOnce))||(history.state||history.replaceState({},document.title),history.state.closedOnce=!0,E.removeAttribute("opened")),D=Object(o.a)(E,"hy-drawer-transitioned").pipe(Object(s.a)((function(e){return e.detail})),Object(d.a)(),Object(p.a)((function(e){e||(g(),history.state||history.replaceState({},document.title),history.state.closedOnce=!0)})),Object(l.a)(z)),J=z?null:E.getBoundingClientRect().height,E.addEventListener("hy-drawer-init",(function(){E.classList.add("loaded"),O(E),J&&q>=J&&window.scrollTo(0,q-J)}),{once:!0}),e.next=40,Promise.resolve().then(n.bind(null,339));case 40:window._drawer=E,R.pipe(Object(b.a)(B,T),Object(p.a)((function(e){return _.apply(void 0,w(e))}))).subscribe(),M.pipe(Object(b.a)(B),Object(s.a)((function(e){return j.apply(void 0,w(e))})),Object(p.a)((function(e){E.range=e}))).subscribe(),Object(o.a)(document,"wheel",{passive:!1}).pipe(v(D),Object(f.a)((function(e){return e.deltaY>0})),Object(p.a)((function(e){E.translateX>0&&e.preventDefault()})),Object(y.a)(500),Object(p.a)((function(){return E.close()}))).subscribe();case 44:case"end":return e.stop()}}),e)})),function(){var e=this,t=arguments;return new Promise((function(n,i){var a=r.apply(e,t);function o(e){O(a,n,i,o,c,"next",e)}function c(e){O(a,n,i,o,c,"throw",e)}o(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-fetch-hydejack-9.1.0.js b/assets/js/LEGACY-fetch-hydejack-9.1.0.js new file mode 100644 index 00000000000..1e9ae156026 --- /dev/null +++ b/assets/js/LEGACY-fetch-hydejack-9.1.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{353:function(n,w,o){"use strict";o.r(w);o(335),o(336)}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-hydejack-9.1.0.js b/assets/js/LEGACY-hydejack-9.1.0.js new file mode 100644 index 00000000000..e0668528f96 --- /dev/null +++ b/assets/js/LEGACY-hydejack-9.1.0.js @@ -0,0 +1,27 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */!function(t){function n(n){for(var e,o,i=n[0],u=n[1],c=0,f=[];c=0;a--)(i=t[a])&&(c=(u<3?i(c):u>3?i(n,e,c):i(n,e))||c);return u>3&&c&&Object.defineProperty(n,e,c),c}function c(t,n,e,r){return new(e||(e=Promise))((function(o,i){function u(t){try{a(r.next(t))}catch(t){i(t)}}function c(t){try{a(r.throw(t))}catch(t){i(t)}}function a(t){var n;t.done?o(t.value):(n=t.value,n instanceof e?n:new e((function(t){t(n)}))).then(u,c)}a((r=r.apply(t,n||[])).next())}))}function a(t,n){var e,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;u;)try{if(e=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}function s(t,n){var e="function"==typeof Symbol&&t[Symbol.iterator];if(!e)return t;var r,o,i=e.call(t),u=[];try{for(;(void 0===n||n-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(o)throw o.error}}return u}function l(){for(var t=[],n=0;n0?o(r(t),9007199254740991):0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o})),e.d(n,"b",(function(){return i}));var r=e(1);function o(t){return Object(r.a)(null==t?void 0:t.lift)}function i(t){return function(n){if(o(n))return n.lift((function(n){try{return t(n,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}},function(t,n,e){var r=e(30);t.exports=function(t){return Object(r(t))}},function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"a",(function(){return f})),e.d(n,"c",(function(){return s}));var r=e(2),o=e(1),i=e(112),u=Object(i.a)((function(t){return function(n){t(this),this.message=n?n.length+" errors occurred during unsubscription:\n"+n.map((function(t,n){return n+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=n}})),c=e(64),a=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._teardowns=null}var n;return t.prototype.unsubscribe=function(){var t,n,e,i,c;if(!this.closed){this.closed=!0;var a=this._parentage;if(Array.isArray(a))try{for(var f=Object(r.j)(a),s=f.next();!s.done;s=f.next()){s.value.remove(this)}}catch(n){t={error:n}}finally{try{s&&!s.done&&(n=f.return)&&n.call(f)}finally{if(t)throw t.error}}else null==a||a.remove(this);var p=this.initialTeardown;if(Object(o.a)(p))try{p()}catch(t){c=t instanceof u?t.errors:[t]}var h=this._teardowns;if(h){this._teardowns=null;try{for(var d=Object(r.j)(h),v=d.next();!v.done;v=d.next()){var y=v.value;try{l(y)}catch(t){c=null!=c?c:[],t instanceof u?c=Object(r.i)(c,t.errors):c.push(t)}}}catch(t){e={error:t}}finally{try{v&&!v.done&&(i=d.return)&&i.call(d)}finally{if(e)throw e.error}}}if(c)throw new u(c)}},t.prototype.add=function(n){var e;if(n&&n!==this)if(this.closed)l(n);else{if(n instanceof t){if(n.closed||n._hasParent(this))return;n._addParent(this)}(this._teardowns=null!==(e=this._teardowns)&&void 0!==e?e:[]).push(n)}},t.prototype._hasParent=function(t){var n=this._parentage;return n===t||Array.isArray(n)&&n.includes(t)},t.prototype._addParent=function(t){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t},t.prototype._removeParent=function(t){var n=this._parentage;n===t?this._parentage=null:Array.isArray(n)&&Object(c.a)(n,t)},t.prototype.remove=function(n){var e=this._teardowns;e&&Object(c.a)(e,n),n instanceof t&&n._removeParent(this)},t.EMPTY=((n=new t).closed=!0,n),t}(),f=a.EMPTY;function s(t){return t instanceof a||t&&"closed"in t&&Object(o.a)(t.remove)&&Object(o.a)(t.add)&&Object(o.a)(t.unsubscribe)}function l(t){Object(o.a)(t)?t():t.unsubscribe()}},function(t,n,e){var r=e(0),o=e(7),i=e(30),u=/"/g,c=function(t,n,e,r){var o=String(i(t)),c="<"+n;return""!==e&&(c+=" "+e+'="'+String(r).replace(u,""")+'"'),c+">"+o+""};t.exports=function(t,n){var e={};e[t]=n(c),r(r.P+r.F*o((function(){var n=""[t]('"');return n!==n.toLowerCase()||n.split('"').length>3})),"String",e)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return g})),e.d(n,"c",(function(){return w})),e.d(n,"b",(function(){return S}));var r=e(2),o=e(57),i=e(1);function u(t){return Object(i.a)(null==t?void 0:t.then)}var c="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator",a=e(38),f=e(6),s=e(15);var l=e(58);function p(t){return Object(i.a)(t[a.a])}function h(t){return Object(i.a)(null==t?void 0:t[c])}function d(t){return Symbol.asyncIterator&&Object(i.a)(null==t?void 0:t[Symbol.asyncIterator])}function v(t){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function y(t){return new TypeError("You provided "+(null!==t&&"object"===v(t)?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, Array, AsyncIterable, or Iterable.")}function b(t,n){if(null!=t){if(p(t))return function(t,n){return new f.a((function(e){var r=new s.b;return r.add(n.schedule((function(){var o=t[a.a]();r.add(o.subscribe({next:function(t){r.add(n.schedule((function(){return e.next(t)})))},error:function(t){r.add(n.schedule((function(){return e.error(t)})))},complete:function(){r.add(n.schedule((function(){return e.complete()})))}}))}))),r}))}(t,n);if(Object(o.a)(t))return Object(l.a)(t,n);if(u(t))return function(t,n){return new f.a((function(e){return n.schedule((function(){return t.then((function(t){e.add(n.schedule((function(){e.next(t),e.add(n.schedule((function(){return e.complete()})))})))}),(function(t){e.add(n.schedule((function(){return e.error(t)})))}))}))}))}(t,n);if(d(t))return function(t,n){if(!t)throw new Error("Iterable cannot be null");return new f.a((function(e){var r=new s.b;return r.add(n.schedule((function(){var o=t[Symbol.asyncIterator]();r.add(n.schedule((function(){var t=this;o.next().then((function(n){n.done?e.complete():(e.next(n.value),t.schedule())}))})))}))),r}))}(t,n);if(h(t))return function(t,n){return new f.a((function(e){var r;return e.add(n.schedule((function(){r=t[c](),function(t,n,e,r){void 0===r&&(r=0);var o=n.schedule((function(){try{e.call(this)}catch(n){t.error(n)}}),r);t.add(o)}(e,n,(function(){var t=r.next(),n=t.value;t.done?e.complete():(e.next(n),this.schedule())}))}))),function(){return Object(i.a)(null==r?void 0:r.return)&&r.return()}}))}(t,n)}throw y(t)}var m=e(79);function g(t,n){return n?b(t,n):w(t)}function w(t){if(t instanceof f.a)return t;if(null!=t){if(p(t))return l=t,new f.a((function(t){var n=l[a.a]();if(Object(i.a)(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if(Object(o.a)(t))return S(t);if(u(t))return s=t,new f.a((function(t){s.then((function(n){t.closed||(t.next(n),t.complete())}),(function(n){return t.error(n)})).then(null,m.a)}));if(d(t))return e=t,new f.a((function(t){(function(t,n){var e,o,i,u;return Object(r.b)(this,void 0,void 0,(function(){var c,a;return Object(r.g)(this,(function(f){switch(f.label){case 0:f.trys.push([0,5,6,11]),e=Object(r.a)(t),f.label=1;case 1:return[4,e.next()];case 2:if((o=f.sent()).done)return[3,4];c=o.value,n.next(c),f.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=f.sent(),i={error:a},[3,11];case 6:return f.trys.push([6,,9,10]),o&&!o.done&&(u=e.return)?[4,u.call(e)]:[3,8];case 7:f.sent(),f.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return n.complete(),[2]}}))}))})(e,t).catch((function(n){return t.error(n)}))}));if(h(t))return n=t,new f.a((function(t){for(var e=n[c]();!t.closed;){var r=e.next(),o=r.done,u=r.value;o?t.complete():t.next(u)}return function(){return Object(i.a)(null==e?void 0:e.return)&&e.return()}}))}var n,e,s,l;throw y(t)}function S(t){return new f.a((function(n){for(var e=0;et.length)&&(n=t.length);for(var e=0,r=new Array(n);e0&&h.indexOf("chrome")<0,v=h.indexOf("mobile")>0,y=d&&v,b=(h.indexOf("ucbrowser"),h.indexOf("firefox"),h.indexOf("fxios")>0&&h.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),m=new Promise((function(t){"customElements"in window?t(!0):document.addEventListener("WebComponentsReady",t)})),g=new Promise((function t(n,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?n(!0):r<=0?e(Error("Stylesheet not loaded within 10 seconds")):setTimeout((function(){return t(n,e,r-1)}),1e3/3):n(!0)})),w=function(t,n){return new Promise((function(e){return t.addEventListener(n,e,{once:!0})}))};function S(t){return!window.Modernizr||a(t).every((function(t){var n=window.Modernizr[t];return n}))}function x(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function _(t,n,e){return t?o.a.create((function(r){var o=t.animate(n,e);return o.addEventListener("finish",(function(t){r.next(t),requestAnimationFrame((function(){requestAnimationFrame((function(){return r.complete()}))}))})),function(){"finished"!==o.playState&&o.cancel()}})):Object(r.a)(new CustomEvent("finish"))}function O(t){var n=document.getElementById(t);return n&&document.importNode(n.content,!0)}var j=document.body||document.documentElement,E=function(){return window.innerWidth||j.clientWidth};var A=function(t){return function(n){return new Promise((function(e){return t(n).addEventListener("load",e)}))}},P=(A(window.loadJS),A(window.loadCSS));function I(t,n){return new Promise((function(e){var r=new IntersectionObserver((function(n){n.some((function(t){return t.isIntersecting}))&&(t.forEach((function(t){return r.unobserve(t)})),e(n.find((function(t){return t.isIntersecting}))))}),n);t.forEach((function(t){return r.observe(t)}))}))}},function(t,n,e){"use strict";function r(){}e.d(n,"a",(function(){return r}))},function(t,n,e){var r=e(25);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){var r=e(86),o=e(30);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(0),o=e(33),i=e(7);t.exports=function(t,n){var e=(o.Object||{})[t]||Object[t],u={};u[t]=n(e),r(r.S+r.F*i((function(){e(1)})),"Object",u)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},function(t,n,e){var r=e(4);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,e){var r=e(20),o=e(14),i=e(94)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}if(e(9)){var o=e(34),i=e(3),u=e(7),c=e(0),a=e(107),f=e(138),s=e(24),l=e(55),p=e(39),h=e(18),d=e(54),v=e(35),y=e(12),b=e(139),m=e(49),g=e(29),w=e(20),S=e(60),x=e(4),_=e(14),O=e(88),j=e(51),E=e(31),A=e(45).f,P=e(90),I=e(40),M=e(8),T=e(59),F=e(91),L=e(63),k=e(92),C=e(50),N=e(69),R=e(53),D=e(85),W=e(115),B=e(11),q=e(21),U=B.f,V=q.f,z=i.RangeError,G=i.TypeError,H=i.Uint8Array,Y=Array.prototype,$=f.ArrayBuffer,J=f.DataView,K=T(0),X=T(2),Z=T(3),Q=T(4),tt=T(5),nt=T(6),et=F(!0),rt=F(!1),ot=k.values,it=k.keys,ut=k.entries,ct=Y.lastIndexOf,at=Y.reduce,ft=Y.reduceRight,st=Y.join,lt=Y.sort,pt=Y.slice,ht=Y.toString,dt=Y.toLocaleString,vt=M("iterator"),yt=M("toStringTag"),bt=I("typed_constructor"),mt=I("def_constructor"),gt=a.CONSTR,wt=a.TYPED,St=a.VIEW,xt=T(1,(function(t,n){return At(L(t,t[mt]),n)})),_t=u((function(){return 1===new H(new Uint16Array([1]).buffer)[0]})),Ot=!!H&&!!H.prototype.set&&u((function(){new H(1).set({})})),jt=function(t,n){var e=v(t);if(e<0||e%n)throw z("Wrong offset!");return e},Et=function(t){if(x(t)&&wt in t)return t;throw G(t+" is not a typed array!")},At=function(t,n){if(!x(t)||!(bt in t))throw G("It is not a typed array constructor!");return new t(n)},Pt=function(t,n){return It(L(t,t[mt]),n)},It=function(t,n){for(var e=0,r=n.length,o=At(t,r);r>e;)o[e]=n[e++];return o},Mt=function(t,n,e){U(t,n,{get:function(){return this._d[e]}})},Tt=function(t){var n,e,r,o,i,u,c=_(t),a=arguments.length,f=a>1?arguments[1]:void 0,l=void 0!==f,p=P(c);if(null!=p&&!O(p)){for(u=p.call(c),r=[],n=0;!(i=u.next()).done;n++)r.push(i.value);c=r}for(l&&a>2&&(f=s(f,arguments[2],2)),n=0,e=y(c.length),o=At(this,e);e>n;n++)o[n]=l?f(c[n],n):c[n];return o},Ft=function(){for(var t=0,n=arguments.length,e=At(this,n);n>t;)e[t]=arguments[t++];return e},Lt=!!H&&u((function(){dt.call(new H(1))})),kt=function(){return dt.apply(Lt?pt.call(Et(this)):Et(this),arguments)},Ct={copyWithin:function(t,n){return W.call(Et(this),t,n,arguments.length>2?arguments[2]:void 0)},every:function(t){return Q(Et(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return D.apply(Et(this),arguments)},filter:function(t){return Pt(this,X(Et(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return tt(Et(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return nt(Et(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){K(Et(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return rt(Et(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return et(Et(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return st.apply(Et(this),arguments)},lastIndexOf:function(t){return ct.apply(Et(this),arguments)},map:function(t){return xt(Et(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return at.apply(Et(this),arguments)},reduceRight:function(t){return ft.apply(Et(this),arguments)},reverse:function(){for(var t,n=Et(this).length,e=Math.floor(n/2),r=0;r1?arguments[1]:void 0)},sort:function(t){return lt.call(Et(this),t)},subarray:function(t,n){var e=Et(this),r=e.length,o=m(t,r);return new(L(e,e[mt]))(e.buffer,e.byteOffset+o*e.BYTES_PER_ELEMENT,y((void 0===n?r:m(n,r))-o))}},Nt=function(t,n){return Pt(this,pt.call(Et(this),t,n))},Rt=function(t){Et(this);var n=jt(arguments[1],1),e=this.length,r=_(t),o=y(r.length),i=0;if(o+n>e)throw z("Wrong length!");for(;i255?255:255&o),i.v[p](e*n+i.o,o,_t)}(this,e,t)},enumerable:!0})};g?(d=e((function(t,e,r,o){l(t,d,f,"_d");var i,u,c,a,s=0,p=0;if(x(e)){if(!(e instanceof $||"ArrayBuffer"==(a=S(e))||"SharedArrayBuffer"==a))return wt in e?It(d,e):Tt.call(d,e);i=e,p=jt(r,n);var v=e.byteLength;if(void 0===o){if(v%n)throw z("Wrong length!");if((u=v-p)<0)throw z("Wrong length!")}else if((u=y(o)*n)+p>v)throw z("Wrong length!");c=u/n}else c=b(e),i=new $(u=c*n);for(h(t,"_d",{b:i,o:p,l:u,e:c,v:new J(i)});s0?r:e)(t)}},function(t,n,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(40)("meta"),i=e(4),u=e(20),c=e(11).f,a=0,f=Object.isExtensible||function(){return!0},s=!e(7)((function(){return f(Object.preventExtensions({}))})),l=function(t){c(t,o,{value:{i:"O"+ ++a,w:{}}})},p=t.exports={KEY:o,NEED:!1,fastKey:function(t,n){if(!i(t))return"symbol"==r(t)?t:("string"==typeof t?"S":"P")+t;if(!u(t,o)){if(!f(t))return"F";if(!n)return"E";l(t)}return t[o].i},getWeak:function(t,n){if(!u(t,o)){if(!f(t))return!0;if(!n)return!1;l(t)}return t[o].w},onFreeze:function(t){return s&&p.NEED&&f(t)&&!u(t,o)&&l(t),t}}},function(t,n,e){"use strict";function r(t){return t}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r="function"==typeof Symbol&&Symbol.observable||"@@observable"},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},function(t,n,e){var r=e(8)("unscopables"),o=Array.prototype;null==o[r]&&e(18)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,e){var r=e(119),o=e(95);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){var r=e(4);t.exports=function(t,n){if(!r(t)||t._t!==n)throw TypeError("Incompatible receiver, "+n+" required!");return t}},function(t,n,e){var r=e(119),o=e(95).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(13),o=e(10);function i(t,n){return Object(r.b)((function(e,r){var i=0;e.subscribe(new o.a(r,(function(e){r.next(t.call(n,e,i++))})))}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return a}));var r=e(46),o=e(17),i=e(13),u=e(10);var c=e(1);function a(t,n,e){return void 0===e&&(e=1/0),Object(c.a)(n)?a((function(e,i){return Object(r.a)((function(t,r){return n(e,t,i,r)}))(Object(o.c)(t(e,i)))}),e):("number"==typeof n&&(e=n),Object(i.b)((function(n,r){return function(t,n,e,r,i,c,a,f){var s=[],l=0,p=0,h=!1,d=function(){!h||s.length||l||n.complete()},v=function(t){return ldocument.F=Object<\/script>"),t.close(),a=t.F;r--;)delete a.prototype[i[r]];return a()};t.exports=Object.create||function(t,n){var e;return null!==t?(c.prototype=r(t),e=new c,c.prototype=null,e[u]=t):e=a(),void 0===n?e:o(e,n)}},function(t,n,e){var r=e(11).f,o=e(20),i=e(8)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},function(t,n,e){"use strict";var r=e(3),o=e(11),i=e(9),u=e(8)("species");t.exports=function(t){var n=r[t];i&&n&&!n[u]&&o.f(n,u,{configurable:!0,get:function(){return this}})}},function(t,n,e){var r=e(19);t.exports=function(t,n,e){for(var o in n)r(t,o,n[o],e);return t}},function(t,n){t.exports=function(t,n,e,r){if(!(t instanceof n)||void 0!==r&&r in t)throw TypeError(e+": incorrect invocation!");return t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(58),o=e(17);function i(t,n){return n?Object(r.a)(t,n):Object(o.b)(t)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(6);function o(t,n){return new r.a((function(e){var r=0;return n.schedule((function(){r===t.length?e.complete():(e.next(t[r++]),e.closed||this.schedule())}))}))}},function(t,n,e){var r=e(24),o=e(86),i=e(14),u=e(12),c=e(116);t.exports=function(t,n){var e=1==t,a=2==t,f=3==t,s=4==t,l=6==t,p=5==t||l,h=n||c;return function(n,c,d){for(var v,y,b=i(n),m=o(b),g=r(c,d,3),w=u(m.length),S=0,x=e?h(n,w):a?h(n,0):void 0;w>S;S++)if((p||S in m)&&(y=g(v=m[S],S,b),t))if(e)x[S]=y;else if(y)switch(t){case 3:return!0;case 5:return v;case 6:return S;case 2:x.push(v)}else if(s)return!1;return l?-1:f||s?s:x}}},function(t,n,e){var r=e(42),o=e(8)("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var n,e,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=Object(t),o))?e:i?r(n):"Object"==(u=r(n))&&"function"==typeof n.callee?"Arguments":u}},function(t,n){n.f={}.propertyIsEnumerable},function(t,n,e){var r=e(0),o=e(30),i=e(7),u=e(99),c="["+u+"]",a=RegExp("^"+c+c+"*"),f=RegExp(c+c+"*$"),s=function(t,n,e){var o={},c=i((function(){return!!u[t]()||"​…"!="​…"[t]()})),a=o[t]=c?n(l):u[t];e&&(o[e]=a),r(r.P+r.F*c,"String",o)},l=s.trim=function(t,n){return t=String(o(t)),1&n&&(t=t.replace(a,"")),2&n&&(t=t.replace(f,"")),t};t.exports=s},function(t,n,e){var r=e(5),o=e(25),i=e(8)("species");t.exports=function(t,n){var e,u=r(t).constructor;return void 0===u||null==(e=r(u)[i])?n:o(e)}},function(t,n,e){"use strict";function r(t,n){if(t){var e=t.indexOf(n);0<=e&&t.splice(e,1)}}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"b",(function(){return p})),e.d(n,"a",(function(){return h}));var r=e(2),o=e(1),i=e(15),u=e(28),c=e(79),a=e(23),f=s("C",void 0,void 0);function s(t,n,e){return{kind:t,value:n,error:e}}var l=e(80),p=function(t){function n(n){var e=t.call(this)||this;return e.isStopped=!1,n?(e.destination=n,Object(i.c)(n)&&n.add(e)):e.destination=y,e}return Object(r.f)(n,t),n.create=function(t,n,e){return new h(t,n,e)},n.prototype.next=function(t){this.isStopped?v(function(t){return s("N",t,void 0)}(t),this):this._next(t)},n.prototype.error=function(t){this.isStopped?v(s("E",void 0,t),this):(this.isStopped=!0,this._error(t))},n.prototype.complete=function(){this.isStopped?v(f,this):(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},n.prototype._next=function(t){this.destination.next(t)},n.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},n.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},n}(i.b),h=function(t){function n(n,e,r){var i=t.call(this)||this;if(i.destination=y,(n||e||r)&&n!==y){var c=void 0;if(Object(o.a)(n))c=n;else if(n){var f;c=n.next,e=n.error,r=n.complete,i&&u.a.useDeprecatedNextContext?(f=Object.create(n)).unsubscribe=function(){return i.unsubscribe()}:f=n,c=null==c?void 0:c.bind(f),e=null==e?void 0:e.bind(f),r=null==r?void 0:r.bind(f)}i.destination={next:c||a.a,error:e||d,complete:r||a.a}}return i}return Object(r.f)(n,t),n}(p);function d(t){if(u.a.useDeprecatedSynchronousErrorHandling)throw t;Object(c.a)(t)}function v(t,n){var e=u.a.onStoppedNotification;e&&l.a.setTimeout((function(){return e(t,n)}))}var y={closed:!0,next:a.a,error:d,complete:a.a}},,function(t,n,e){"use strict";function r(){var t=document.documentElement,n=document.body,e="scrollHeight";return t[e]||n[e]}function o(){return window.pageYOffset||document.body.scrollTop}e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return o})),e.d(n,"d",(function(){return u})),e.d(n,"a",(function(){return c}));var i=function(t,n){return(t.matches||t.msMatchesSelector).call(t,n)};function u(t,n){for(var e=t;null!=e;){if(i(e,n))return e;e=e.parentNode instanceof Element?e.parentNode:null}return null}function c(){var t,n,e=new Promise((function(e,r){return t=e,n=r}));return e.resolve=t,e.reject=n,e}},function(t,n,e){var r=e(33),o=e(3),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(34)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,n,e){var r=e(8)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!o)return!1;var e=!1;try{var i=[7],u=i[r]();u.next=function(){return{done:e=!0}},i[r]=function(){return u},t(i)}catch(t){}return e}},function(t,n,e){var r=e(24),o=e(117),i=e(88),u=e(5),c=e(12),a=e(90),f={},s={};(n=t.exports=function(t,n,e,l,p){var h,d,v,y,b=p?function(){return t}:a(t),m=r(e,l,n?2:1),g=0;if("function"!=typeof b)throw TypeError(t+" is not iterable!");if(i(b)){for(h=c(t.length);h>g;g++)if((y=n?m(u(d=t[g])[0],d[1]):m(t[g]))===f||y===s)return y}else for(v=b.call(t);!(d=v.next()).done;)if((y=o(v,m,d.value,n))===f||y===s)return y}).BREAK=f,n.RETURN=s},function(t,n,e){"use strict";var r=e(3),o=e(0),i=e(19),u=e(54),c=e(36),a=e(70),f=e(55),s=e(4),l=e(7),p=e(69),h=e(52),d=e(96);t.exports=function(t,n,e,v,y,b){var m=r[t],g=m,w=y?"set":"add",S=g&&g.prototype,x={},_=function(t){var n=S[t];i(S,t,"delete"==t||"has"==t?function(t){return!(b&&!s(t))&&n.call(this,0===t?0:t)}:"get"==t?function(t){return b&&!s(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function(t){return n.call(this,0===t?0:t),this}:function(t,e){return n.call(this,0===t?0:t,e),this})};if("function"==typeof g&&(b||S.forEach&&!l((function(){(new g).entries().next()})))){var O=new g,j=O[w](b?{}:-0,1)!=O,E=l((function(){O.has(1)})),A=p((function(t){new g(t)})),P=!b&&l((function(){for(var t=new g,n=5;n--;)t[w](n,n);return!t.has(-0)}));A||((g=n((function(n,e){f(n,g,t);var r=d(new m,n,g);return null!=e&&a(e,y,r[w],r),r}))).prototype=S,S.constructor=g),(E||P)&&(_("delete"),_("has"),y&&_("get")),(P||j)&&_(w),b&&S.clear&&delete S.clear}else g=v.getConstructor(n,t,y,w),u(g.prototype,e),c.NEED=!0;return h(g,t),x[t]=g,o(o.G+o.W+o.F*(g!=m),x),b||v.setStrong(g,t,y),g}},function(t,n){n.f=Object.getOwnPropertySymbols},function(t,n,e){"use strict";t.exports=e(34)||!e(7)((function(){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete e(3)[t]}))},function(t,n,e){var r=e(3).navigator;t.exports=r&&r.userAgent||""},function(t,n,e){"use strict";var r=e(5);t.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(60),i=RegExp.prototype.exec;t.exports=function(t,n){var e=t.exec;if("function"==typeof e){var u=e.call(t,n);if("object"!==r(u))throw new TypeError("RegExp exec method returned something other than an Object or null");return u}if("RegExp"!==o(t))throw new TypeError("RegExp#exec called on incompatible receiver");return i.call(t,n)}},function(t,n,e){"use strict";e(242);var r=e(19),o=e(18),i=e(7),u=e(30),c=e(8),a=e(104),f=c("species"),s=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")})),l=function(){var t=/(?:)/,n=t.exec;t.exec=function(){return n.apply(this,arguments)};var e="ab".split(t);return 2===e.length&&"a"===e[0]&&"b"===e[1]}();t.exports=function(t,n,e){var p=c(t),h=!i((function(){var n={};return n[p]=function(){return 7},7!=""[t](n)})),d=h?!i((function(){var n=!1,e=/a/;return e.exec=function(){return n=!0,null},"split"===t&&(e.constructor={},e.constructor[f]=function(){return e}),e[p](""),!n})):void 0;if(!h||!d||"replace"===t&&!s||"split"===t&&!l){var v=/./[p],y=e(u,p,""[t],(function(t,n,e,r,o){return n.exec===a?h&&!o?{done:!0,value:v.call(n,e,r)}:{done:!0,value:t.call(e,n,r)}:{done:!1}})),b=y[0],m=y[1];r(String.prototype,t,b),o(RegExp.prototype,p,2==n?function(t,n){return m.call(t,this,n)}:function(t){return m.call(t,this)})}}},function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"a",(function(){return i}));var r=e(144),o=new(e(146).a)(r.a),i=o},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(28),o=e(80);function i(t){o.a.setTimeout((function(){var n=r.a.onUnhandledError;if(!n)throw t;n(t)}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(2),o={setTimeout:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;nt.length)&&(n=t.length);for(var e=0,r=new Array(n);e1?n-1:0),r=1;r0&&void 0!==arguments[0]?arguments[0]:0;return function(n){var e=[];return n.pipe(Object(a.a)((function(t){return e.push(t)})),Object(f.a)(t),Object(c.a)((function(){return e})),Object(a.a)((function(){return e=[]})))}}},function(t,n,e){"use strict";e.d(n,"a",(function(){return m})),e.d(n,"b",(function(){return g})),e.d(n,"c",(function(){return w}));var r=e(6),o=e(15),i={now:function(){return(i.delegate||performance).now()},delegate:void 0},u=e(141);function c(t){var n=u.a.schedule;return new r.a((function(e){var r=new o.b,u=t||i,c=u.now();return r.add(n((function o(i){var a=u.now();e.next({timestamp:t?a:i,elapsed:a-c}),e.closed||r.add(n(o))}))),r}))}var a=c(),f=e(46),s=e(13),l=e(10);var p=e(2),h=e(113),d=e(108);function v(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function y(t){for(var n=1;n1?arguments[1]:void 0,e),a=u>2?arguments[2]:void 0,f=void 0===a?e:o(a,e);f>c;)n[c++]=t;return n}},function(t,n,e){var r=e(42);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,n,e){var r=e(42);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,n,e){var r=e(50),o=e(8)("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},function(t,n,e){"use strict";var r=e(11),o=e(39);t.exports=function(t,n,e){n in t?r.f(t,n,o(0,e)):t[n]=e}},function(t,n,e){var r=e(60),o=e(8)("iterator"),i=e(50);t.exports=e(33).getIteratorMethod=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[r(t)]}},function(t,n,e){var r=e(26),o=e(12),i=e(49);t.exports=function(t){return function(n,e,u){var c,a=r(n),f=o(a.length),s=i(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}}},function(t,n,e){"use strict";var r=e(41),o=e(118),i=e(50),u=e(26);t.exports=e(93)(Array,"Array",(function(t,n){this._t=u(t),this._i=0,this._k=n}),(function(){var t=this._t,n=this._k,e=this._i++;return!t||e>=t.length?(this._t=void 0,o(1)):o(0,"keys"==n?e:"values"==n?t[e]:[e,t[e]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,n,e){"use strict";var r=e(34),o=e(0),i=e(19),u=e(18),c=e(50),a=e(163),f=e(52),s=e(31),l=e(8)("iterator"),p=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,n,e,d,v,y,b){a(e,n,d);var m,g,w,S=function(t){if(!p&&t in j)return j[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},x=n+" Iterator",_="values"==v,O=!1,j=t.prototype,E=j[l]||j["@@iterator"]||v&&j[v],A=E||S(v),P=v?_?S("entries"):A:void 0,I="Array"==n&&j.entries||E;if(I&&(w=s(I.call(new t)))!==Object.prototype&&w.next&&(f(w,x,!0),r||"function"==typeof w[l]||u(w,l,h)),_&&E&&"values"!==E.name&&(O=!0,A=function(){return E.call(this)}),r&&!b||!p&&!O&&j[l]||u(j,l,A),c[n]=A,c[x]=h,v)if(m={values:_?A:S("values"),keys:y?A:S("keys"),entries:P},b)for(g in m)g in j||i(j,g,m[g]);else o(o.P+o.F*(p||O),n,m);return m}},function(t,n,e){var r=e(68)("keys"),o=e(40);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(4),o=e(122).set;t.exports=function(t,n,e){var i,u=n.constructor;return u!==e&&"function"==typeof u&&(i=u.prototype)!==e.prototype&&r(i)&&o&&o(t,i),t}},function(t,n){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,n){var e=Math.expm1;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:e},function(t,n){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,n,e){var r,o,i,u=e(24),c=e(130),a=e(120),f=e(84),s=e(3),l=s.process,p=s.setImmediate,h=s.clearImmediate,d=s.MessageChannel,v=s.Dispatch,y=0,b={},m=function(){var t=+this;if(b.hasOwnProperty(t)){var n=b[t];delete b[t],n()}},g=function(t){m.call(t.data)};p&&h||(p=function(t){for(var n=[],e=1;arguments.length>e;)n.push(arguments[e++]);return b[++y]=function(){c("function"==typeof t?t:Function(t),n)},r(y),y},h=function(t){delete b[t]},"process"==e(42)(l)?r=function(t){l.nextTick(u(m,t,1))}:v&&v.now?r=function(t){v.now(u(m,t,1))}:d?(i=(o=new d).port2,o.port1.onmessage=g,r=u(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(r=function(t){s.postMessage(t+"","*")},s.addEventListener("message",g,!1)):r="onreadystatechange"in f("script")?function(t){a.appendChild(f("script")).onreadystatechange=function(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),t.exports={set:p,clear:h}},function(t,n,e){var r=e(4),o=e(42),i=e(8)("match");t.exports=function(t){var n;return r(t)&&(void 0!==(n=t[i])?!!n:"RegExp"==o(t))}},function(t,n,e){"use strict";var r=e(103)(!0);t.exports=function(t,n,e){return n+(e?r(t,n).length:1)}},function(t,n,e){var r=e(35),o=e(30);t.exports=function(t){return function(n,e){var i,u,c=String(o(n)),a=r(e),f=c.length;return a<0||a>=f?t?"":void 0:(i=c.charCodeAt(a))<55296||i>56319||a+1===f||(u=c.charCodeAt(a+1))<56320||u>57343?t?c.charAt(a):i:t?c.slice(a,a+2):u-56320+(i-55296<<10)+65536}}},function(t,n,e){"use strict";var r,o,i=e(75),u=RegExp.prototype.exec,c=String.prototype.replace,a=u,f=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),s=void 0!==/()??/.exec("")[1];(f||s)&&(a=function(t){var n,e,r,o,a=this;return s&&(e=new RegExp("^"+a.source+"$(?!\\s)",i.call(a))),f&&(n=a.lastIndex),r=u.call(a,t),f&&r&&(a.lastIndex=a.global?r.index+r[0].length:n),s&&r&&r.length>1&&c.call(r[0],e,(function(){for(o=1;o2?arguments[2]:void 0,s=Math.min((void 0===f?u:o(f,u))-a,u-c),l=1;for(a0;)a in e?e[c]=e[a]:delete e[c],c+=l,a+=l;return e}},function(t,n,e){var r=e(157);t.exports=function(t,n){return new(r(t))(n)}},function(t,n,e){var r=e(5);t.exports=function(t,n,e,o){try{return o?n(r(e)[0],e[1]):n(e)}catch(n){var i=t.return;throw void 0!==i&&r(i.call(t)),n}}},function(t,n){t.exports=function(t,n){return{value:n,done:!!t}}},function(t,n,e){var r=e(20),o=e(26),i=e(91)(!1),u=e(94)("IE_PROTO");t.exports=function(t,n){var e,c=o(t),a=0,f=[];for(e in c)e!=u&&r(c,e)&&f.push(e);for(;n.length>a;)r(c,e=n[a++])&&(~i(f,e)||f.push(e));return f}},function(t,n,e){var r=e(3).document;t.exports=r&&r.documentElement},function(t,n,e){"use strict";var r=e(11).f,o=e(51),i=e(54),u=e(24),c=e(55),a=e(70),f=e(93),s=e(118),l=e(53),p=e(9),h=e(36).fastKey,d=e(44),v=p?"_s":"size",y=function(t,n){var e,r=h(n);if("F"!==r)return t._i[r];for(e=t._f;e;e=e.n)if(e.k==n)return e};t.exports={getConstructor:function(t,n,e,f){var s=t((function(t,r){c(t,s,n,"_i"),t._t=n,t._i=o(null),t._f=void 0,t._l=void 0,t[v]=0,null!=r&&a(r,e,t[f],t)}));return i(s.prototype,{clear:function(){for(var t=d(this,n),e=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete e[r.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var e=d(this,n),r=y(e,t);if(r){var o=r.n,i=r.p;delete e._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),e._f==r&&(e._f=o),e._l==r&&(e._l=i),e[v]--}return!!r},forEach:function(t){d(this,n);for(var e,r=u(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(r(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!y(d(this,n),t)}}),p&&r(s.prototype,"size",{get:function(){return d(this,n)[v]}}),s},def:function(t,n,e){var r,o,i=y(t,n);return i?i.v=e:(t._l=i={i:o=h(n,!0),k:n,v:e,p:r=t._l,n:void 0,r:!1},t._f||(t._f=i),r&&(r.n=i),t[v]++,"F"!==o&&(t._i[o]=i)),t},getEntry:y,setStrong:function(t,n,e){f(t,n,(function(t,e){this._t=d(t,n),this._k=e,this._l=void 0}),(function(){for(var t=this._k,n=this._l;n&&n.r;)n=n.p;return this._t&&(this._l=n=n?n.n:this._t._f)?s(0,"keys"==t?n.k:"values"==t?n.v:[n.k,n.v]):(this._t=void 0,s(1))}),e?"entries":"values",!e,!0),l(n)}}},function(t,n,e){var r=e(4),o=e(5),i=function(t,n){if(o(t),!r(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,n,r){try{(r=e(24)(Function.call,e(21).f(Object.prototype,"__proto__").set,2))(t,[]),n=!(t instanceof Array)}catch(t){n=!0}return function(t,e){return i(t,e),n?t.__proto__=e:r(t,e),t}}({},!1):void 0),check:i}},function(t,n){t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,n,e){var r=e(4),o=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&o(t)===t}},function(t,n,e){"use strict";var r=e(9),o=e(43),i=e(72),u=e(61),c=e(14),a=e(86),f=Object.assign;t.exports=!f||e(7)((function(){var t={},n={},e=Symbol(),r="abcdefghijklmnopqrst";return t[e]=7,r.split("").forEach((function(t){n[t]=t})),7!=f({},t)[e]||Object.keys(f({},n)).join("")!=r}))?function(t,n){for(var e=c(t),f=arguments.length,s=1,l=i.f,p=u.f;f>s;)for(var h,d=a(arguments[s++]),v=l?o(d).concat(l(d)):o(d),y=v.length,b=0;y>b;)h=v[b++],r&&!p.call(d,h)||(e[h]=d[h]);return e}:f},function(t,n,e){var r=e(9),o=e(43),i=e(26),u=e(61).f;t.exports=function(t){return function(n){for(var e,c=i(n),a=o(c),f=a.length,s=0,l=[];f>s;)e=a[s++],r&&!u.call(c,e)||l.push(t?[e,c[e]]:c[e]);return l}}},function(t,n,e){var r=e(45),o=e(72),i=e(5),u=e(3).Reflect;t.exports=u&&u.ownKeys||function(t){var n=r.f(i(t)),e=o.f;return e?n.concat(e(t)):n}},function(t,n,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(26),i=e(45).f,u={}.toString,c="object"==("undefined"==typeof window?"undefined":r(window))&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"[object Window]"==u.call(t)?function(t){try{return i(t)}catch(t){return c.slice()}}(t):i(o(t))}},function(t,n){t.exports=Object.is||function(t,n){return t===n?0!==t||1/t==1/n:t!=t&&n!=n}},function(t,n){t.exports=function(t,n,e){var r=void 0===e;switch(n.length){case 0:return r?t():t.call(e);case 1:return r?t(n[0]):t.call(e,n[0]);case 2:return r?t(n[0],n[1]):t.call(e,n[0],n[1]);case 3:return r?t(n[0],n[1],n[2]):t.call(e,n[0],n[1],n[2]);case 4:return r?t(n[0],n[1],n[2],n[3]):t.call(e,n[0],n[1],n[2],n[3])}return t.apply(e,n)}},function(t,n,e){"use strict";var r=e(25);function o(t){var n,e;this.promise=new t((function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r})),this.resolve=r(n),this.reject=r(e)}t.exports.f=function(t){return new o(t)}},function(t,n,e){var r=e(5),o=e(4),i=e(131);t.exports=function(t,n){if(r(t),o(n)&&n.constructor===t)return n;var e=i.f(t);return(0,e.resolve)(n),e.promise}},function(t,n,e){e(9)&&"g"!=/./g.flags&&e(11).f(RegExp.prototype,"flags",{configurable:!0,get:e(75)})},function(t,n,e){n.f=e(8)},function(t,n,e){var r=e(3),o=e(33),i=e(34),u=e(134),c=e(11).f;t.exports=function(t){var n=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},function(t,n,e){var r=e(12),o=e(137),i=e(30);t.exports=function(t,n,e,u){var c=String(i(t)),a=c.length,f=void 0===e?" ":String(e),s=r(n);if(s<=a||""==f)return c;var l=s-a,p=o.call(f,Math.ceil(l/f.length));return p.length>l&&(p=p.slice(0,l)),u?p+c:c+p}},function(t,n,e){"use strict";var r=e(35),o=e(30);t.exports=function(t){var n=String(o(this)),e="",i=r(t);if(i<0||i==1/0)throw RangeError("Count can't be negative");for(;i>0;(i>>>=1)&&(n+=n))1&i&&(e+=n);return e}},function(t,n,e){"use strict";var r=e(3),o=e(9),i=e(34),u=e(107),c=e(18),a=e(54),f=e(7),s=e(55),l=e(35),p=e(12),h=e(139),d=e(45).f,v=e(11).f,y=e(85),b=e(52),m=r.ArrayBuffer,g=r.DataView,w=r.Math,S=r.RangeError,x=r.Infinity,_=m,O=w.abs,j=w.pow,E=w.floor,A=w.log,P=w.LN2,I=o?"_b":"buffer",M=o?"_l":"byteLength",T=o?"_o":"byteOffset";function F(t,n,e){var r,o,i,u=new Array(e),c=8*e-n-1,a=(1<>1,s=23===n?j(2,-24)-j(2,-77):0,l=0,p=t<0||0===t&&1/t<0?1:0;for((t=O(t))!=t||t===x?(o=t!=t?1:0,r=a):(r=E(A(t)/P),t*(i=j(2,-r))<1&&(r--,i*=2),(t+=r+f>=1?s/i:s*j(2,1-f))*i>=2&&(r++,i/=2),r+f>=a?(o=0,r=a):r+f>=1?(o=(t*i-1)*j(2,n),r+=f):(o=t*j(2,f-1)*j(2,n),r=0));n>=8;u[l++]=255&o,o/=256,n-=8);for(r=r<0;u[l++]=255&r,r/=256,c-=8);return u[--l]|=128*p,u}function L(t,n,e){var r,o=8*e-n-1,i=(1<>1,c=o-7,a=e-1,f=t[a--],s=127&f;for(f>>=7;c>0;s=256*s+t[a],a--,c-=8);for(r=s&(1<<-c)-1,s>>=-c,c+=n;c>0;r=256*r+t[a],a--,c-=8);if(0===s)s=1-u;else{if(s===i)return r?NaN:f?-x:x;r+=j(2,n),s-=u}return(f?-1:1)*r*j(2,s-n)}function k(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]}function C(t){return[255&t]}function N(t){return[255&t,t>>8&255]}function R(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function D(t){return F(t,52,8)}function W(t){return F(t,23,4)}function B(t,n,e){v(t.prototype,n,{get:function(){return this[e]}})}function q(t,n,e,r){var o=h(+e);if(o+n>t[M])throw S("Wrong index!");var i=t[I]._b,u=o+t[T],c=i.slice(u,u+n);return r?c:c.reverse()}function U(t,n,e,r,o,i){var u=h(+e);if(u+n>t[M])throw S("Wrong index!");for(var c=t[I]._b,a=u+t[T],f=r(+o),s=0;sH;)(V=G[H++])in m||c(m,V,_[V]);i||(z.constructor=m)}var Y=new g(new m(2)),$=g.prototype.setInt8;Y.setInt8(0,2147483648),Y.setInt8(1,2147483649),!Y.getInt8(0)&&Y.getInt8(1)||a(g.prototype,{setInt8:function(t,n){$.call(this,t,n<<24>>24)},setUint8:function(t,n){$.call(this,t,n<<24>>24)}},!0)}else m=function(t){s(this,m,"ArrayBuffer");var n=h(t);this._b=y.call(new Array(n),0),this[M]=n},g=function(t,n,e){s(this,g,"DataView"),s(t,m,"DataView");var r=t[M],o=l(n);if(o<0||o>r)throw S("Wrong offset!");if(o+(e=void 0===e?r-o:p(e))>r)throw S("Wrong length!");this[I]=t,this[T]=o,this[M]=e},o&&(B(m,"byteLength","_l"),B(g,"buffer","_b"),B(g,"byteLength","_l"),B(g,"byteOffset","_o")),a(g.prototype,{getInt8:function(t){return q(this,1,t)[0]<<24>>24},getUint8:function(t){return q(this,1,t)[0]},getInt16:function(t){var n=q(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=q(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function(t){return k(q(this,4,t,arguments[1]))},getUint32:function(t){return k(q(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return L(q(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return L(q(this,8,t,arguments[1]),52,8)},setInt8:function(t,n){U(this,1,t,C,n)},setUint8:function(t,n){U(this,1,t,C,n)},setInt16:function(t,n){U(this,2,t,N,n,arguments[2])},setUint16:function(t,n){U(this,2,t,N,n,arguments[2])},setInt32:function(t,n){U(this,4,t,R,n,arguments[2])},setUint32:function(t,n){U(this,4,t,R,n,arguments[2])},setFloat32:function(t,n){U(this,4,t,W,n,arguments[2])},setFloat64:function(t,n){U(this,8,t,D,n,arguments[2])}});b(m,"ArrayBuffer"),b(g,"DataView"),c(g.prototype,u.VIEW,!0),n.ArrayBuffer=m,n.DataView=g},function(t,n,e){var r=e(35),o=e(12);t.exports=function(t){if(void 0===t)return 0;var n=r(t),e=o(n);if(n!==e)throw RangeError("Wrong length!");return e}},function(t,n,e){"use strict";var r=e(54),o=e(36).getWeak,i=e(5),u=e(4),c=e(55),a=e(70),f=e(59),s=e(20),l=e(44),p=f(5),h=f(6),d=0,v=function(t){return t._l||(t._l=new y)},y=function(){this.a=[]},b=function(t,n){return p(t.a,(function(t){return t[0]===n}))};y.prototype={get:function(t){var n=b(this,t);if(n)return n[1]},has:function(t){return!!b(this,t)},set:function(t,n){var e=b(this,t);e?e[1]=n:this.a.push([t,n])},delete:function(t){var n=h(this.a,(function(n){return n[0]===t}));return~n&&this.a.splice(n,1),!!~n}},t.exports={getConstructor:function(t,n,e,i){var f=t((function(t,r){c(t,f,n,"_i"),t._t=n,t._i=d++,t._l=void 0,null!=r&&a(r,e,t[i],t)}));return r(f.prototype,{delete:function(t){if(!u(t))return!1;var e=o(t);return!0===e?v(l(this,n)).delete(t):e&&s(e,this._i)&&delete e[this._i]},has:function(t){if(!u(t))return!1;var e=o(t);return!0===e?v(l(this,n)).has(t):e&&s(e,this._i)}}),f},def:function(t,n,e){var r=o(i(n),!0);return!0===r?v(t).set(n,e):r[t._i]=e,t},ufstore:v}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(2),o=e(15),i={schedule:function(t){var n=requestAnimationFrame,e=cancelAnimationFrame,r=i.delegate;r&&(n=r.requestAnimationFrame,e=r.cancelAnimationFrame);var u=n((function(n){e=void 0,t(n)}));return new o.b((function(){return null==e?void 0:e(u)}))},requestAnimationFrame:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;n1?arguments[1]:void 0)}}),e(41)("find")},function(t,n,e){var r=e(4),o=e(87),i=e(8)("species");t.exports=function(t){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)||(n=void 0),r(n)&&null===(n=n[i])&&(n=void 0)),void 0===n?Array:n}},function(t,n,e){"use strict";var r=e(0),o=e(59)(6),i="findIndex",u=!0;i in[]&&Array(1)[i]((function(){u=!1})),r(r.P+r.F*u,"Array",{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(41)(i)},function(t,n,e){"use strict";var r=e(0),o=e(160),i=e(14),u=e(12),c=e(25),a=e(116);r(r.P,"Array",{flatMap:function(t){var n,e,r=i(this);return c(t),n=u(r.length),e=a(r,0),o(e,r,r,n,0,1,t,arguments[1]),e}}),e(41)("flatMap")},function(t,n,e){"use strict";var r=e(87),o=e(4),i=e(12),u=e(24),c=e(8)("isConcatSpreadable");t.exports=function t(n,e,a,f,s,l,p,h){for(var d,v,y=s,b=0,m=!!p&&u(p,h,3);b0)y=t(n,e,d,i(d.length),y,l-1)-1;else{if(y>=9007199254740991)throw TypeError();n[y]=d}y++}b++}return y}},function(t,n,e){"use strict";var r=e(24),o=e(0),i=e(14),u=e(117),c=e(88),a=e(12),f=e(89),s=e(90);o(o.S+o.F*!e(69)((function(t){Array.from(t)})),"Array",{from:function(t){var n,e,o,l,p=i(t),h="function"==typeof this?this:Array,d=arguments.length,v=d>1?arguments[1]:void 0,y=void 0!==v,b=0,m=s(p);if(y&&(v=r(v,d>2?arguments[2]:void 0,2)),null==m||h==Array&&c(m))for(e=new h(n=a(p.length));n>b;b++)f(e,b,y?v(p[b],b):p[b]);else for(l=m.call(p),e=new h;!(o=l.next()).done;b++)f(e,b,y?u(l,v,[o.value,b],!0):o.value);return e.length=b,e}})},function(t,n,e){"use strict";var r=e(0),o=e(91)(!0);r(r.P,"Array",{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(41)("includes")},function(t,n,e){"use strict";var r=e(51),o=e(39),i=e(52),u={};e(18)(u,e(8)("iterator"),(function(){return this})),t.exports=function(t,n,e){t.prototype=r(u,{next:o(1,e)}),i(t,n+" Iterator")}},function(t,n,e){var r=e(11),o=e(5),i=e(43);t.exports=e(9)?Object.defineProperties:function(t,n){o(t);for(var e,u=i(n),c=u.length,a=0;c>a;)r.f(t,e=u[a++],n[e]);return t}},function(t,n,e){"use strict";var r=e(0),o=e(89);r(r.S+r.F*e(7)((function(){function t(){}return!(Array.of.call(t)instanceof t)})),"Array",{of:function(){for(var t=0,n=arguments.length,e=new("function"==typeof this?this:Array)(n);n>t;)o(e,t,arguments[t++]);return e.length=n,e}})},function(t,n,e){e(53)("Array")},function(t,n,e){var r=e(8)("toPrimitive"),o=Date.prototype;r in o||e(18)(o,r,e(168))},function(t,n,e){"use strict";var r=e(5),o=e(29);t.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return o(r(this),"number"!=t)}},function(t,n,e){"use strict";var r=e(4),o=e(31),i=e(8)("hasInstance"),u=Function.prototype;i in u||e(11).f(u,i,{value:function(t){if("function"!=typeof this||!r(t))return!1;if(!r(this.prototype))return t instanceof this;for(;t=o(t);)if(this.prototype===t)return!0;return!1}})},function(t,n,e){var r=e(11).f,o=Function.prototype,i=/^\s*function ([^ (]*)/;"name"in o||e(9)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(t){return""}}})},function(t,n,e){"use strict";var r=e(121),o=e(44);t.exports=e(71)("Map",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{get:function(t){var n=r.getEntry(o(this,"Map"),t);return n&&n.v},set:function(t,n){return r.def(o(this,"Map"),0===t?0:t,n)}},r,!0)},function(t,n,e){var r=e(0),o=e(123),i=Math.sqrt,u=Math.acosh;r(r.S+r.F*!(u&&710==Math.floor(u(Number.MAX_VALUE))&&u(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:o(t-1+i(t-1)*i(t+1))}})},function(t,n,e){var r=e(0),o=Math.asinh;r(r.S+r.F*!(o&&1/o(0)>0),"Math",{asinh:function t(n){return isFinite(n=+n)&&0!=n?n<0?-t(-n):Math.log(n+Math.sqrt(n*n+1)):n}})},function(t,n,e){var r=e(0),o=Math.atanh;r(r.S+r.F*!(o&&1/o(-0)<0),"Math",{atanh:function(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},function(t,n,e){var r=e(0),o=e(97);r(r.S,"Math",{cbrt:function(t){return o(t=+t)*Math.pow(Math.abs(t),1/3)}})},function(t,n,e){var r=e(0);r(r.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},function(t,n,e){var r=e(0),o=Math.exp;r(r.S,"Math",{cosh:function(t){return(o(t=+t)+o(-t))/2}})},function(t,n,e){var r=e(0),o=e(98);r(r.S+r.F*(o!=Math.expm1),"Math",{expm1:o})},function(t,n,e){var r=e(0);r(r.S,"Math",{fround:e(180)})},function(t,n,e){var r=e(97),o=Math.pow,i=o(2,-52),u=o(2,-23),c=o(2,127)*(2-u),a=o(2,-126);t.exports=Math.fround||function(t){var n,e,o=Math.abs(t),f=r(t);return oc||e!=e?f*(1/0):f*e}},function(t,n,e){var r=e(0),o=Math.abs;r(r.S,"Math",{hypot:function(t,n){for(var e,r,i=0,u=0,c=arguments.length,a=0;u0?(r=e/a)*r:e;return a===1/0?1/0:a*Math.sqrt(i)}})},function(t,n,e){var r=e(0),o=Math.imul;r(r.S+r.F*e(7)((function(){return-5!=o(4294967295,5)||2!=o.length})),"Math",{imul:function(t,n){var e=+t,r=+n,o=65535&e,i=65535&r;return 0|o*i+((65535&e>>>16)*i+o*(65535&r>>>16)<<16>>>0)}})},function(t,n,e){var r=e(0);r(r.S,"Math",{log1p:e(123)})},function(t,n,e){var r=e(0);r(r.S,"Math",{log10:function(t){return Math.log(t)*Math.LOG10E}})},function(t,n,e){var r=e(0);r(r.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,n,e){var r=e(0);r(r.S,"Math",{sign:e(97)})},function(t,n,e){var r=e(0),o=e(98),i=Math.exp;r(r.S+r.F*e(7)((function(){return-2e-17!=!Math.sinh(-2e-17)})),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(o(t)-o(-t))/2:(i(t-1)-i(-t-1))*(Math.E/2)}})},function(t,n,e){var r=e(0),o=e(98),i=Math.exp;r(r.S,"Math",{tanh:function(t){var n=o(t=+t),e=o(-t);return n==1/0?1:e==1/0?-1:(n-e)/(i(t)+i(-t))}})},function(t,n,e){var r=e(0);r(r.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},function(t,n,e){"use strict";var r=e(3),o=e(20),i=e(42),u=e(96),c=e(29),a=e(7),f=e(45).f,s=e(21).f,l=e(11).f,p=e(62).trim,h=r.Number,d=h,v=h.prototype,y="Number"==i(e(51)(v)),b="trim"in String.prototype,m=function(t){var n=c(t,!1);if("string"==typeof n&&n.length>2){var e,r,o,i=(n=b?n.trim():p(n,3)).charCodeAt(0);if(43===i||45===i){if(88===(e=n.charCodeAt(2))||120===e)return NaN}else if(48===i){switch(n.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+n}for(var u,a=n.slice(2),f=0,s=a.length;fo)return NaN;return parseInt(a,r)}}return+n};if(!h(" 0o1")||!h("0b1")||h("+0x1")){h=function(t){var n=arguments.length<1?0:t,e=this;return e instanceof h&&(y?a((function(){v.valueOf.call(e)})):"Number"!=i(e))?u(new d(m(n)),e,h):m(n)};for(var g,w=e(9)?f(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;w.length>S;S++)o(d,g=w[S])&&!o(h,g)&&l(h,g,s(d,g));h.prototype=v,v.constructor=h,e(19)(r,"Number",h)}},function(t,n,e){var r=e(0);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(t,n,e){var r=e(0),o=e(3).isFinite;r(r.S,"Number",{isFinite:function(t){return"number"==typeof t&&o(t)}})},function(t,n,e){var r=e(0);r(r.S,"Number",{isInteger:e(124)})},function(t,n,e){var r=e(0);r(r.S,"Number",{isNaN:function(t){return t!=t}})},function(t,n,e){var r=e(0),o=e(124),i=Math.abs;r(r.S,"Number",{isSafeInteger:function(t){return o(t)&&i(t)<=9007199254740991}})},function(t,n,e){var r=e(0);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(t,n,e){var r=e(0);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(t,n,e){var r=e(0),o=e(199);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(t,n,e){var r=e(3).parseFloat,o=e(62).trim;t.exports=1/r(e(99)+"-0")!=-1/0?function(t){var n=o(String(t),3),e=r(n);return 0===e&&"-"==n.charAt(0)?-0:e}:r},function(t,n,e){var r=e(0),o=e(201);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(t,n,e){var r=e(3).parseInt,o=e(62).trim,i=e(99),u=/^[-+]?0[xX]/;t.exports=8!==r(i+"08")||22!==r(i+"0x16")?function(t,n){var e=o(String(t),3);return r(e,n>>>0||(u.test(e)?16:10))}:r},function(t,n,e){var r=e(0);r(r.S+r.F,"Object",{assign:e(125)})},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(25),u=e(11);e(9)&&r(r.P+e(73),"Object",{__defineGetter__:function(t,n){u.f(o(this),t,{get:i(n),enumerable:!0,configurable:!0})}})},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(25),u=e(11);e(9)&&r(r.P+e(73),"Object",{__defineSetter__:function(t,n){u.f(o(this),t,{set:i(n),enumerable:!0,configurable:!0})}})},function(t,n,e){var r=e(0),o=e(126)(!0);r(r.S,"Object",{entries:function(t){return o(t)}})},function(t,n,e){var r=e(4),o=e(36).onFreeze;e(27)("freeze",(function(t){return function(n){return t&&r(n)?t(o(n)):n}}))},function(t,n,e){var r=e(26),o=e(21).f;e(27)("getOwnPropertyDescriptor",(function(){return function(t,n){return o(r(t),n)}}))},function(t,n,e){var r=e(0),o=e(127),i=e(26),u=e(21),c=e(89);r(r.S,"Object",{getOwnPropertyDescriptors:function(t){for(var n,e,r=i(t),a=u.f,f=o(r),s={},l=0;f.length>l;)void 0!==(e=a(r,n=f[l++]))&&c(s,n,e);return s}})},function(t,n,e){e(27)("getOwnPropertyNames",(function(){return e(128).f}))},function(t,n,e){var r=e(14),o=e(31);e(27)("getPrototypeOf",(function(){return function(t){return o(r(t))}}))},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(29),u=e(31),c=e(21).f;e(9)&&r(r.P+e(73),"Object",{__lookupGetter__:function(t){var n,e=o(this),r=i(t,!0);do{if(n=c(e,r))return n.get}while(e=u(e))}})},function(t,n,e){"use strict";var r=e(0),o=e(14),i=e(29),u=e(31),c=e(21).f;e(9)&&r(r.P+e(73),"Object",{__lookupSetter__:function(t){var n,e=o(this),r=i(t,!0);do{if(n=c(e,r))return n.set}while(e=u(e))}})},function(t,n,e){var r=e(4),o=e(36).onFreeze;e(27)("preventExtensions",(function(t){return function(n){return t&&r(n)?t(o(n)):n}}))},function(t,n,e){"use strict";var r=e(60),o={};o[e(8)("toStringTag")]="z",o+""!="[object z]"&&e(19)(Object.prototype,"toString",(function(){return"[object "+r(this)+"]"}),!0)},function(t,n,e){var r=e(0);r(r.S,"Object",{is:e(129)})},function(t,n,e){var r=e(4);e(27)("isFrozen",(function(t){return function(n){return!r(n)||!!t&&t(n)}}))},function(t,n,e){var r=e(4);e(27)("isSealed",(function(t){return function(n){return!r(n)||!!t&&t(n)}}))},function(t,n,e){var r=e(4);e(27)("isExtensible",(function(t){return function(n){return!!r(n)&&(!t||t(n))}}))},function(t,n,e){var r=e(14),o=e(43);e(27)("keys",(function(){return function(t){return o(r(t))}}))},function(t,n,e){var r=e(4),o=e(36).onFreeze;e(27)("seal",(function(t){return function(n){return t&&r(n)?t(o(n)):n}}))},function(t,n,e){var r=e(0),o=e(126)(!1);r(r.S,"Object",{values:function(t){return o(t)}})},function(t,n,e){"use strict";var r,o,i,u,c=e(34),a=e(3),f=e(24),s=e(60),l=e(0),p=e(4),h=e(25),d=e(55),v=e(70),y=e(63),b=e(100).set,m=e(223)(),g=e(131),w=e(224),S=e(74),x=e(132),_=a.TypeError,O=a.process,j=O&&O.versions,E=j&&j.v8||"",A=a.Promise,P="process"==s(O),I=function(){},M=o=g.f,T=!!function(){try{var t=A.resolve(1),n=(t.constructor={})[e(8)("species")]=function(t){t(I,I)};return(P||"function"==typeof PromiseRejectionEvent)&&t.then(I)instanceof n&&0!==E.indexOf("6.6")&&-1===S.indexOf("Chrome/66")}catch(t){}}(),F=function(t){var n;return!(!p(t)||"function"!=typeof(n=t.then))&&n},L=function(t,n){if(!t._n){t._n=!0;var e=t._c;m((function(){for(var r=t._v,o=1==t._s,i=0,u=function(n){var e,i,u,c=o?n.ok:n.fail,a=n.resolve,f=n.reject,s=n.domain;try{c?(o||(2==t._h&&N(t),t._h=1),!0===c?e=r:(s&&s.enter(),e=c(r),s&&(s.exit(),u=!0)),e===n.promise?f(_("Promise-chain cycle")):(i=F(e))?i.call(e,a,f):a(e)):f(r)}catch(t){s&&!u&&s.exit(),f(t)}};e.length>i;)u(e[i++]);t._c=[],t._n=!1,n&&!t._h&&k(t)}))}},k=function(t){b.call(a,(function(){var n,e,r,o=t._v,i=C(t);if(i&&(n=w((function(){P?O.emit("unhandledRejection",o,t):(e=a.onunhandledrejection)?e({promise:t,reason:o}):(r=a.console)&&r.error&&r.error("Unhandled promise rejection",o)})),t._h=P||C(t)?2:1),t._a=void 0,i&&n.e)throw n.v}))},C=function(t){return 1!==t._h&&0===(t._a||t._c).length},N=function(t){b.call(a,(function(){var n;P?O.emit("rejectionHandled",t):(n=a.onrejectionhandled)&&n({promise:t,reason:t._v})}))},R=function(t){var n=this;n._d||(n._d=!0,(n=n._w||n)._v=t,n._s=2,n._a||(n._a=n._c.slice()),L(n,!0))},D=function t(n){var e,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===n)throw _("Promise can't be resolved itself");(e=F(n))?m((function(){var o={_w:r,_d:!1};try{e.call(n,f(t,o,1),f(R,o,1))}catch(t){R.call(o,t)}})):(r._v=n,r._s=1,L(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};T||(A=function(t){d(this,A,"Promise","_h"),h(t),r.call(this);try{t(f(D,this,1),f(R,this,1))}catch(t){R.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=e(54)(A.prototype,{then:function(t,n){var e=M(y(this,A));return e.ok="function"!=typeof t||t,e.fail="function"==typeof n&&n,e.domain=P?O.domain:void 0,this._c.push(e),this._a&&this._a.push(e),this._s&&L(this,!1),e.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r;this.promise=t,this.resolve=f(D,t,1),this.reject=f(R,t,1)},g.f=M=function(t){return t===A||t===u?new i(t):o(t)}),l(l.G+l.W+l.F*!T,{Promise:A}),e(52)(A,"Promise"),e(53)("Promise"),u=e(33).Promise,l(l.S+l.F*!T,"Promise",{reject:function(t){var n=M(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!T),"Promise",{resolve:function(t){return x(c&&this===u?A:this,t)}}),l(l.S+l.F*!(T&&e(69)((function(t){A.all(t).catch(I)}))),"Promise",{all:function(t){var n=this,e=M(n),r=e.resolve,o=e.reject,i=w((function(){var e=[],i=0,u=1;v(t,!1,(function(t){var c=i++,a=!1;e.push(void 0),u++,n.resolve(t).then((function(t){a||(a=!0,e[c]=t,--u||r(e))}),o)})),--u||r(e)}));return i.e&&o(i.v),e.promise},race:function(t){var n=this,e=M(n),r=e.reject,o=w((function(){v(t,!1,(function(t){n.resolve(t).then(e.resolve,r)}))}));return o.e&&r(o.v),e.promise}})},function(t,n,e){var r=e(3),o=e(100).set,i=r.MutationObserver||r.WebKitMutationObserver,u=r.process,c=r.Promise,a="process"==e(42)(u);t.exports=function(){var t,n,e,f=function(){var r,o;for(a&&(r=u.domain)&&r.exit();t;){o=t.fn,t=t.next;try{o()}catch(r){throw t?e():n=void 0,r}}n=void 0,r&&r.enter()};if(a)e=function(){u.nextTick(f)};else if(!i||r.navigator&&r.navigator.standalone)if(c&&c.resolve){var s=c.resolve(void 0);e=function(){s.then(f)}}else e=function(){o.call(r,f)};else{var l=!0,p=document.createTextNode("");new i(f).observe(p,{characterData:!0}),e=function(){p.data=l=!l}}return function(r){var o={fn:r,next:void 0};n&&(n.next=o),t||(t=o,e()),n=o}}},function(t,n){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},function(t,n,e){"use strict";var r=e(0),o=e(33),i=e(3),u=e(63),c=e(132);r(r.P+r.R,"Promise",{finally:function(t){var n=u(this,o.Promise||i.Promise),e="function"==typeof t;return this.then(e?function(e){return c(n,t()).then((function(){return e}))}:t,e?function(e){return c(n,t()).then((function(){throw e}))}:t)}})},function(t,n,e){var r=e(0),o=e(25),i=e(5),u=(e(3).Reflect||{}).apply,c=Function.apply;r(r.S+r.F*!e(7)((function(){u((function(){}))})),"Reflect",{apply:function(t,n,e){var r=o(t),a=i(e);return u?u(r,n,a):c.call(r,n,a)}})},function(t,n,e){var r=e(0),o=e(51),i=e(25),u=e(5),c=e(4),a=e(7),f=e(228),s=(e(3).Reflect||{}).construct,l=a((function(){function t(){}return!(s((function(){}),[],t)instanceof t)})),p=!a((function(){s((function(){}))}));r(r.S+r.F*(l||p),"Reflect",{construct:function(t,n){i(t),u(n);var e=arguments.length<3?t:i(arguments[2]);if(p&&!l)return s(t,n,e);if(t==e){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var r=[null];return r.push.apply(r,n),new(f.apply(t,r))}var a=e.prototype,h=o(c(a)?a:Object.prototype),d=Function.apply.call(t,h,n);return c(d)?d:h}})},function(t,n,e){"use strict";var r=e(25),o=e(4),i=e(130),u=[].slice,c={},a=function(t,n,e){if(!(n in c)){for(var r=[],o=0;ob;)v(y[b++]);l.constructor=f,f.prototype=l,e(19)(r,"RegExp",f)}e(53)("RegExp")},function(t,n,e){"use strict";var r=e(5),o=e(12),i=e(102),u=e(76);e(77)("match",1,(function(t,n,e,c){return[function(e){var r=t(this),o=null==e?void 0:e[n];return void 0!==o?o.call(e,r):new RegExp(e)[n](String(r))},function(t){var n=c(e,t,this);if(n.done)return n.value;var a=r(t),f=String(this);if(!a.global)return u(a,f);var s=a.unicode;a.lastIndex=0;for(var l,p=[],h=0;null!==(l=u(a,f));){var d=String(l[0]);p[h]=d,""===d&&(a.lastIndex=i(f,o(a.lastIndex),s)),h++}return 0===h?null:p}]}))},function(t,n,e){"use strict";var r=e(104);e(0)({target:"RegExp",proto:!0,forced:r!==/./.exec},{exec:r})},function(t,n,e){"use strict";var r=e(5),o=e(14),i=e(12),u=e(35),c=e(102),a=e(76),f=Math.max,s=Math.min,l=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,h=/\$([$&`']|\d\d?)/g;e(77)("replace",2,(function(t,n,e,d){return[function(r,o){var i=t(this),u=null==r?void 0:r[n];return void 0!==u?u.call(r,i,o):e.call(String(i),r,o)},function(t,n){var o=d(e,t,this,n);if(o.done)return o.value;var l=r(t),p=String(this),h="function"==typeof n;h||(n=String(n));var y=l.global;if(y){var b=l.unicode;l.lastIndex=0}for(var m=[];;){var g=a(l,p);if(null===g)break;if(m.push(g),!y)break;""===String(g[0])&&(l.lastIndex=c(p,i(l.lastIndex),b))}for(var w,S="",x=0,_=0;_=x&&(S+=p.slice(x,j)+M,x=j+O.length)}return S+p.slice(x)}];function v(t,n,r,i,u,c){var a=r+t.length,f=i.length,s=h;return void 0!==u&&(u=o(u),s=p),e.call(c,s,(function(e,o){var c;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(a);case"<":c=u[o.slice(1,-1)];break;default:var s=+o;if(0===s)return e;if(s>f){var p=l(s/10);return 0===p?e:p<=f?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):e}c=i[s-1]}return void 0===c?"":c}))}}))},function(t,n,e){"use strict";var r=e(101),o=e(5),i=e(63),u=e(102),c=e(12),a=e(76),f=e(104),s=e(7),l=Math.min,p=[].push,h="length",d=!s((function(){RegExp(4294967295,"y")}));e(77)("split",2,(function(t,n,e,s){var v;return v="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[h]||2!="ab".split(/(?:ab)*/)[h]||4!=".".split(/(.?)(.?)/)[h]||".".split(/()()/)[h]>1||"".split(/.?/)[h]?function(t,n){var o=String(this);if(void 0===t&&0===n)return[];if(!r(t))return e.call(o,t,n);for(var i,u,c,a=[],s=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,d=void 0===n?4294967295:n>>>0,v=new RegExp(t.source,s+"g");(i=f.call(v,o))&&!((u=v.lastIndex)>l&&(a.push(o.slice(l,i.index)),i[h]>1&&i.index=d));)v.lastIndex===i.index&&v.lastIndex++;return l===o[h]?!c&&v.test("")||a.push(""):a.push(o.slice(l)),a[h]>d?a.slice(0,d):a}:"0".split(void 0,0)[h]?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,r){var o=t(this),i=null==e?void 0:e[n];return void 0!==i?i.call(e,o,r):v.call(String(o),e,r)},function(t,n){var r=s(v,t,this,n,v!==e);if(r.done)return r.value;var f=o(t),p=String(this),h=i(f,RegExp),y=f.unicode,b=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(d?"y":"g"),m=new h(d?f:"^(?:"+f.source+")",b),g=void 0===n?4294967295:n>>>0;if(0===g)return[];if(0===p.length)return null===a(m,p)?[p]:[];for(var w=0,S=0,x=[];S0?arguments[0]:void 0)}}),{add:function(t){return r.def(o(this,"Set"),t=0===t?0:t,t)}},r)},function(t,n,e){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=e(3),i=e(20),u=e(9),c=e(0),a=e(19),f=e(36).KEY,s=e(7),l=e(68),p=e(52),h=e(40),d=e(8),v=e(134),y=e(135),b=e(249),m=e(87),g=e(5),w=e(4),S=e(14),x=e(26),_=e(29),O=e(39),j=e(51),E=e(128),A=e(21),P=e(72),I=e(11),M=e(43),T=A.f,F=I.f,L=E.f,k=o.Symbol,C=o.JSON,N=C&&C.stringify,R=d("_hidden"),D=d("toPrimitive"),W={}.propertyIsEnumerable,B=l("symbol-registry"),q=l("symbols"),U=l("op-symbols"),V=Object.prototype,z="function"==typeof k&&!!P.f,G=o.QObject,H=!G||!G.prototype||!G.prototype.findChild,Y=u&&s((function(){return 7!=j(F({},"a",{get:function(){return F(this,"a",{value:7}).a}})).a}))?function(t,n,e){var r=T(V,n);r&&delete V[n],F(t,n,e),r&&t!==V&&F(V,n,r)}:F,$=function(t){var n=q[t]=j(k.prototype);return n._k=t,n},J=z&&"symbol"==r(k.iterator)?function(t){return"symbol"==r(t)}:function(t){return t instanceof k},K=function(t,n,e){return t===V&&K(U,n,e),g(t),n=_(n,!0),g(e),i(q,n)?(e.enumerable?(i(t,R)&&t[R][n]&&(t[R][n]=!1),e=j(e,{enumerable:O(0,!1)})):(i(t,R)||F(t,R,O(1,{})),t[R][n]=!0),Y(t,n,e)):F(t,n,e)},X=function(t,n){g(t);for(var e,r=b(n=x(n)),o=0,i=r.length;i>o;)K(t,e=r[o++],n[e]);return t},Z=function(t){var n=W.call(this,t=_(t,!0));return!(this===V&&i(q,t)&&!i(U,t))&&(!(n||!i(this,t)||!i(q,t)||i(this,R)&&this[R][t])||n)},Q=function(t,n){if(t=x(t),n=_(n,!0),t!==V||!i(q,n)||i(U,n)){var e=T(t,n);return!e||!i(q,n)||i(t,R)&&t[R][n]||(e.enumerable=!0),e}},tt=function(t){for(var n,e=L(x(t)),r=[],o=0;e.length>o;)i(q,n=e[o++])||n==R||n==f||r.push(n);return r},nt=function(t){for(var n,e=t===V,r=L(e?U:x(t)),o=[],u=0;r.length>u;)!i(q,n=r[u++])||e&&!i(V,n)||o.push(q[n]);return o};z||(a((k=function(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),n=function n(e){this===V&&n.call(U,e),i(this,R)&&i(this[R],t)&&(this[R][t]=!1),Y(this,t,O(1,e))};return u&&H&&Y(V,t,{configurable:!0,set:n}),$(t)}).prototype,"toString",(function(){return this._k})),A.f=Q,I.f=K,e(45).f=E.f=tt,e(61).f=Z,P.f=nt,u&&!e(34)&&a(V,"propertyIsEnumerable",Z,!0),v.f=function(t){return $(d(t))}),c(c.G+c.W+c.F*!z,{Symbol:k});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;et.length>rt;)d(et[rt++]);for(var ot=M(d.store),it=0;ot.length>it;)y(ot[it++]);c(c.S+c.F*!z,"Symbol",{for:function(t){return i(B,t+="")?B[t]:B[t]=k(t)},keyFor:function(t){if(!J(t))throw TypeError(t+" is not a symbol!");for(var n in B)if(B[n]===t)return n},useSetter:function(){H=!0},useSimple:function(){H=!1}}),c(c.S+c.F*!z,"Object",{create:function(t,n){return void 0===n?j(t):X(j(t),n)},defineProperty:K,defineProperties:X,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:nt});var ut=s((function(){P.f(1)}));c(c.S+c.F*ut,"Object",{getOwnPropertySymbols:function(t){return P.f(S(t))}}),C&&c(c.S+c.F*(!z||s((function(){var t=k();return"[null]"!=N([t])||"{}"!=N({a:t})||"{}"!=N(Object(t))}))),"JSON",{stringify:function(t){for(var n,e,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(e=n=r[1],(w(n)||void 0!==t)&&!J(t))return m(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!J(n))return n}),r[1]=n,N.apply(C,r)}}),k.prototype[D]||e(18)(k.prototype,D,k.prototype.valueOf),p(k,"Symbol"),p(Math,"Math",!0),p(o.JSON,"JSON",!0)},function(t,n,e){var r=e(43),o=e(72),i=e(61);t.exports=function(t){var n=r(t),e=o.f;if(e)for(var u,c=e(t),a=i.f,f=0;c.length>f;)a.call(t,u=c[f++])&&n.push(u);return n}},function(t,n,e){e(135)("asyncIterator")},function(t,n,e){"use strict";e(16)("anchor",(function(t){return function(n){return t(this,"a","name",n)}}))},function(t,n,e){"use strict";e(16)("big",(function(t){return function(){return t(this,"big","","")}}))},function(t,n,e){"use strict";e(16)("blink",(function(t){return function(){return t(this,"blink","","")}}))},function(t,n,e){"use strict";e(16)("bold",(function(t){return function(){return t(this,"b","","")}}))},function(t,n,e){"use strict";var r=e(0),o=e(103)(!1);r(r.P,"String",{codePointAt:function(t){return o(this,t)}})},function(t,n,e){"use strict";var r=e(0),o=e(12),i=e(105),u="".endsWith;r(r.P+r.F*e(106)("endsWith"),"String",{endsWith:function(t){var n=i(this,t,"endsWith"),e=arguments.length>1?arguments[1]:void 0,r=o(n.length),c=void 0===e?r:Math.min(o(e),r),a=String(t);return u?u.call(n,a,c):n.slice(c-a.length,c)===a}})},function(t,n,e){"use strict";e(16)("fixed",(function(t){return function(){return t(this,"tt","","")}}))},function(t,n,e){"use strict";e(16)("fontcolor",(function(t){return function(n){return t(this,"font","color",n)}}))},function(t,n,e){"use strict";e(16)("fontsize",(function(t){return function(n){return t(this,"font","size",n)}}))},function(t,n,e){var r=e(0),o=e(49),i=String.fromCharCode,u=String.fromCodePoint;r(r.S+r.F*(!!u&&1!=u.length),"String",{fromCodePoint:function(t){for(var n,e=[],r=arguments.length,u=0;r>u;){if(n=+arguments[u++],o(n,1114111)!==n)throw RangeError(n+" is not a valid code point");e.push(n<65536?i(n):i(55296+((n-=65536)>>10),n%1024+56320))}return e.join("")}})},function(t,n,e){"use strict";var r=e(0),o=e(105);r(r.P+r.F*e(106)("includes"),"String",{includes:function(t){return!!~o(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,n,e){"use strict";e(16)("italics",(function(t){return function(){return t(this,"i","","")}}))},function(t,n,e){"use strict";var r=e(103)(!0);e(93)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,n=this._t,e=this._i;return e>=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})}))},function(t,n,e){"use strict";e(16)("link",(function(t){return function(n){return t(this,"a","href",n)}}))},function(t,n,e){"use strict";var r=e(0),o=e(136),i=e(74),u=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(i);r(r.P+r.F*u,"String",{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0,!0)}})},function(t,n,e){"use strict";var r=e(0),o=e(136),i=e(74),u=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(i);r(r.P+r.F*u,"String",{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0,!1)}})},function(t,n,e){var r=e(0),o=e(26),i=e(12);r(r.S,"String",{raw:function(t){for(var n=o(t.raw),e=i(n.length),r=arguments.length,u=[],c=0;e>c;)u.push(String(n[c++])),c1?arguments[1]:void 0,n.length)),r=String(t);return u?u.call(n,r,e):n.slice(e,e+r.length)===r}})},function(t,n,e){"use strict";e(16)("strike",(function(t){return function(){return t(this,"strike","","")}}))},function(t,n,e){"use strict";e(16)("sub",(function(t){return function(){return t(this,"sub","","")}}))},function(t,n,e){"use strict";e(16)("sup",(function(t){return function(){return t(this,"sup","","")}}))},function(t,n,e){"use strict";e(62)("trimLeft",(function(t){return function(){return t(this,1)}}),"trimStart")},function(t,n,e){"use strict";e(62)("trimRight",(function(t){return function(){return t(this,2)}}),"trimEnd")},function(t,n,e){"use strict";var r=e(0),o=e(107),i=e(138),u=e(5),c=e(49),a=e(12),f=e(4),s=e(3).ArrayBuffer,l=e(63),p=i.ArrayBuffer,h=i.DataView,d=o.ABV&&s.isView,v=p.prototype.slice,y=o.VIEW;r(r.G+r.W+r.F*(s!==p),{ArrayBuffer:p}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(t){return d&&d(t)||f(t)&&y in t}}),r(r.P+r.U+r.F*e(7)((function(){return!new p(2).slice(1,void 0).byteLength})),"ArrayBuffer",{slice:function(t,n){if(void 0!==v&&void 0===n)return v.call(u(this),t);for(var e=u(this).byteLength,r=c(t,e),o=c(void 0===n?e:n,e),i=new(l(this,p))(a(o-r)),f=new h(this),s=new h(i),d=0;r0?arguments[0]:void 0)}},m={get:function(t){if(s(t)){var n=d(t);return!0===n?y(l(this,"WeakMap")).get(t):n?n[this._i]:void 0}},set:function(t,n){return f.def(l(this,"WeakMap"),t,n)}},g=t.exports=e(71)("WeakMap",b,m,f,!0,!0);p&&h&&(a((r=f.getConstructor(b,"WeakMap")).prototype,m),c.NEED=!0,i(["delete","has","get","set"],(function(t){var n=g.prototype,e=n[t];u(n,t,(function(n,o){if(s(n)&&!v(n)){this._f||(this._f=new r);var i=this._f[t](n,o);return"set"==t?this:i}return e.call(this,n,o)}))})))},function(t,n,e){"use strict";var r=e(140),o=e(44);e(71)("WeakSet",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return r.def(o(this,"WeakSet"),t,!0)}},r,!1,!0)},function(t,n,e){var r=e(3),o=e(0),i=e(74),u=[].slice,c=/MSIE .\./.test(i),a=function(t){return function(n,e){var r=arguments.length>2,o=!!r&&u.call(arguments,2);return t(r?function(){("function"==typeof n?n:Function(n)).apply(this,o)}:n,e)}};o(o.G+o.B+o.F*c,{setTimeout:a(r.setTimeout),setInterval:a(r.setInterval)})},function(t,n,e){var r=e(0),o=e(100);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(t,n,e){for(var r=e(92),o=e(43),i=e(19),u=e(3),c=e(18),a=e(50),f=e(8),s=f("iterator"),l=f("toStringTag"),p=a.Array,h={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=o(h),v=0;v=0;--o){var i=this.tryEntries[o],u=i.completion;if("root"===i.tryLoc)return e("end");if(i.tryLoc<=this.prev){var c=r.call(i,"catchLoc"),a=r.call(i,"finallyLoc");if(c&&a){if(this.prev=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),_(e),l}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var o=r.arg;_(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:j(t),resultName:n,nextLoc:e},"next"===this.method&&(this.arg=void 0),l}},t}("object"===n(t)?t.exports:{});try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}).call(this,e(292)(t))},function(t,n){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,n){console.log(" __ __ __ __ \r\n/\\ \\/\\ \\ /\\ \\ __ /\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ /\\_\\ __ ___ \\ \\ \\/'\\ \r\n \\ \\ _ \\ /\\ \\/\\ \\ /'_` \\ /'__`\\ \\/\\ \\ /'__`\\ /'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ /\\ \\L\\ \\ /\\ __/ \\ \\ \\ /\\ \\L\\.\\_ /\\ \\__/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\/_/\\/_/ `/___/> \\\\/__,_ / \\/____//\\ \\_\\ \\\\/__/\\/_/ \\/____/ \\/_/\\/_/\r\n /\\___/ \\ \\____/ \r\n \\/__/ \\/___/ \n\n"),console.log("Powered by Hydejack v9.1.0 ")},function(t,n){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(t,n,r){var o=[],i={_version:"3.6.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!1},_q:[],on:function(t,n){var e=this;setTimeout((function(){n(e[t])}),0)},addTest:function(t,n,e){o.push({name:t,fn:n,options:e})},addAsyncTest:function(t){o.push({name:null,fn:t})}},u=function(){};u.prototype=i,u=new u;var c=t.CSS&&t.CSS.supports.bind(t.CSS)||t.supportsCSS;function a(t,n){return e(t)===n}u.addTest("customproperties",!!c&&(c("--f:0")||c("--f",0))),u.addTest("customelements","customElements"in t),u.addTest("customevent","CustomEvent"in t&&"function"==typeof t.CustomEvent),u.addTest("eventlistener","addEventListener"in t),u.addTest("queryselector","querySelector"in n&&"querySelectorAll"in n),u.addTest("history",(function(){var n=navigator.userAgent;return(-1===n.indexOf("Android 2.")&&-1===n.indexOf("Android 4.0")||-1===n.indexOf("Mobile Safari")||-1!==n.indexOf("Chrome")||-1!==n.indexOf("Windows Phone")||"file:"===location.protocol)&&(t.history&&"pushState"in t.history)})),u.addTest("promises",(function(){return"Promise"in t&&"resolve"in t.Promise&&"reject"in t.Promise&&"all"in t.Promise&&"race"in t.Promise&&(new t.Promise((function(t){n=t})),"function"==typeof n);var n}));var f=[];var s=i._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];i._prefixes=s;var l=n.documentElement;u.addTest("classlist","classList"in l),u.addTest("documentfragment",(function(){return"createDocumentFragment"in n&&"appendChild"in l}));var p="svg"===l.nodeName.toLowerCase();function h(){return"function"!=typeof n.createElement?n.createElement(arguments[0]):p?n.createElementNS.call(n,"http://www.w3.org/2000/svg",arguments[0]):n.createElement.apply(n,arguments)}function d(t){return t.replace(/([a-z])-([a-z])/g,(function(t,n,e){return n+e.toUpperCase()})).replace(/^-/,"")}function v(t,e,r,o){var i,u,c,a,f="modernizr",s=h("div"),d=function(){var t=n.body;return t||((t=h(p?"svg":"body")).fake=!0),t}();if(parseInt(r,10))for(;r--;)(c=h("div")).id=o?o[r]:f+(r+1),s.appendChild(c);return(i=h("style")).type="text/css",i.id="s"+f,(d.fake?d:s).appendChild(i),d.appendChild(s),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(n.createTextNode(t)),s.id=f,d.fake&&(d.style.background="",d.style.overflow="hidden",a=l.style.overflow,l.style.overflow="hidden",l.appendChild(d)),u=e(s,t),d.fake?(d.parentNode.removeChild(d),l.style.overflow=a,l.offsetHeight):s.parentNode.removeChild(s),!!u}u.addTest("opacity",(function(){var t=h("a").style;return t.cssText=s.join("opacity:.55;"),/^0.55$/.test(t.opacity)})),u.addTest("csspointerevents",(function(){var t=h("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents})),u.addTest("cssremunit",(function(){var t=h("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)})),u.addTest("template","content"in h("template"));var y=i.testStyles=v;u.addTest("touchevents",(function(){var e;if("ontouchstart"in t||t.DocumentTouch&&n instanceof DocumentTouch)e=!0;else{var r=["@media (",s.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");y(r,(function(t){e=9===t.offsetTop}))}return e}));var b=i._config.usePrefixes?"Moz O ms Webkit".split(" "):[];i._cssomPrefixes=b;var m=function(n){var e,r=s.length,o=t.CSSRule;if(void 0!==o){if(!n)return!1;if((e=(n=n.replace(/^@/,"")).replace(/-/g,"_").toUpperCase()+"_RULE")in o)return"@"+n;for(var i=0;it.length)&&(n=t.length);for(var e=0,r=new Array(n);e2?v-2:0),b=2;bt.length)&&(n=t.length);for(var e=0,r=new Array(n);e1?r-1:0),i=1;i code",n=/(?:title|file):[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*["'`](((?:(?!["'\\`])[\s\S])|\\(?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))*)["'`]/i,"h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]",500,u=[{opacity:0},{opacity:1}],c={fill:"forwards",duration:500,easing:"ease"},a=document.querySelector("hy-push-state"),1.5,l=!0,f((function(t){if(t){t.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]").forEach((function(t){var n=Object(r.l)("_permalink-template");n.querySelector(".permalink").href="#".concat(t.id),t.appendChild(n)}));var e=t.querySelector("#markdown-toc");e&&e.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(t.querySelectorAll("pre.highlight > code")).forEach((function(t){var n,e=null==t||null===(n=t.parentNode)||void 0===n?void 0:n.parentNode,r=h("button",{onClick:function(){var n=g(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,navigator.clipboard.writeText(t.innerText);case 2:w(r,"copy-success");case 3:case"end":return n.stop()}}),n)})));return function(){return n.apply(this,arguments)}}()},h("small",{class:"icon-copy",title:"Copy"}),h("small",{class:"icon-checkmark",title:"Done"}));null==e||e.appendChild(r)})),Array.from(t.querySelectorAll("pre.highlight > code")).map((function(t){return t.children[0]})).forEach((function(t){var e=n.exec(null==t?void 0:t.innerText);if(e){var r=d(e,2)[1],o=t.parentNode,i=t.childNodes[0],u=i.wholeText.indexOf("\n");if(u>-1){var c=i.splitText(u);o.insertBefore(c,o.firstChild)}o.removeChild(t),o.childNodes[0].splitText(1),o.removeChild(o.childNodes[0]);var a=o.parentNode.parentNode,f=h("div",{class:"pre-header break-layout"},h("span",{},h("small",{class:"icon-file-empty"})," ",r));a.insertBefore(f,a.firstChild)}})),"complete"in HTMLImageElement.prototype&&(t.querySelectorAll("img[width][height][loading=lazy]").forEach((function(t){l&&t.complete||(t.style.opacity="0",t.addEventListener("load",(function(){return t.animate(u,c)}),{once:!0}))})),l=!1)}})),p=null,s((function(){var t,n=document.getElementById("_main");if(n){var e=n.querySelector("#markdown-toc");e&&(e.classList.remove("toc-hide"),e.classList.add("toc-show")),n.querySelectorAll("li[id^='fn:']").forEach((function(t){return t.tabIndex=0})),n.querySelectorAll("a[href^='#fn:']").forEach((function(t){return t.addEventListener("click",(function(t){var n;return null===(n=document.getElementById(t.currentTarget.getAttribute("href").substr(1)))||void 0===n?void 0:n.focus()}))})),n.querySelectorAll('pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]').forEach((function(t){return t.addEventListener("touchstart",(function(n){return t.scrollLeft>0&&n.stopPropagation()}),{passive:!1})}));var o=null===(t=document.getElementById("_katexPreload"))||void 0===t?void 0:t.href;!p&&o&&Object(r.m)(n.querySelectorAll(".katex"),{rootMargin:"1440px"}).then((function(){p=Object(r.q)(o)}))}})),y=document.getElementById("_MathJax"),!a||!y){t.next=31;break}if((b=function(t){var n=d(t.detail.replaceEls,1)[0];n.querySelectorAll('script[type="math/tex; mode=display"]').forEach((function(t){t.outerHTML=t.innerText.replace("% ","\\]")})),n.querySelectorAll('script[type="math/tex"]').forEach((function(t){t.outerHTML="\\(".concat(t.innerText,"\\)")}))})({detail:{replaceEls:[document]}}),"MathJax"in window){t.next=28;break}return t.next=28,Object(r.r)(y,"load");case 28:return t.next=30,MathJax.typesetPromise();case 30:window._noPushState||(a.addEventListener("ready",b),Object(o.a)(a,"after").pipe(Object(i.a)((function(){return MathJax.typesetPromise()}))).subscribe());case 31:case"end":return t.stop()}}),t)})))()},function(t,n,e){"use strict";e.d(n,"a",(function(){return f}));var r=e(78),o=e(13),i=e(23),u=e(10),c=e(17);var a=e(145);function f(t,n){void 0===n&&(n=r.b);var e,f=Object(a.a)(t,n);return e=function(){return f},Object(o.b)((function(t,n){var r=!1,o=null,a=null,f=function(){if(null==a||a.unsubscribe(),a=null,r){r=!1;var t=o;o=null,n.next(t)}};t.subscribe(new u.a(n,(function(t){null==a||a.unsubscribe(),r=!0,o=t,a=new u.a(n,f,void 0,i.a),Object(c.c)(e(t)).subscribe(a)}),void 0,(function(){f(),n.complete()}),(function(){o=a=null})))}))}},,,,,function(t,n,e){"use strict";e.d(n,"a",(function(){return h}));var r=e(2),o=e(6),i=e(47),u=e(57),c=e(1),a=e(143),f=e(56),s=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function h(t,n,e,v){if(Object(c.a)(e)&&(v=e,e=void 0),v)return h(t,n,e).pipe(Object(a.a)(v));var y=Object(r.h)(function(t){return Object(c.a)(t.addEventListener)&&Object(c.a)(t.removeEventListener)}(t)?l.map((function(r){return function(o){return t[r](n,o,e)}})):function(t){return Object(c.a)(t.addListener)&&Object(c.a)(t.removeListener)}(t)?s.map(d(t,n)):function(t){return Object(c.a)(t.on)&&Object(c.a)(t.off)}(t)?p.map(d(t,n)):[],2),b=y[0],m=y[1];return!b&&Object(u.a)(t)?Object(i.a)((function(t){return h(t,n,e)}))(Object(f.a)(t)):new o.a((function(t){if(!b)throw new TypeError("Invalid event target");var n=function(){for(var n=[],e=0;e \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{300:function(t,n,r){"use strict";r.r(n);var e=r(301),o=r(323),i=r(46),c=r(147),u=r(341),s=r(148),a=r(296),f=r(321),b=r(322),l=r(324),h=r(2),p=r(13),v=r(309),d=r(56),j=r(110),O=r(48);function y(){for(var t=[],n=0;nt.length)&&(n=t.length);for(var r=0,e=new Array(n);r=0})),Object(l.a)(),Object(i.a)((function(t){var n=g(t,2);return n[0]-n[1]})),Object(c.a)(v),w(O),Object(m.a)((function(t){h+=t,h=Math.max(-r,Math.min(0,h)),S.j?(p[0].y.value=h,n.attributeStyleMap.set("transform",p)):n.style.transform="translateY(".concat(h,"px)")}))).subscribe();case 13:case"end":return t.stop()}}),t)})),function(){var t=this,n=arguments;return new Promise((function(r,e){var o=_.apply(t,n);function i(t){C(o,r,e,i,c,"next",t)}function c(t){C(o,r,e,i,c,"throw",t)}i(void 0)}))})()},309:function(t,n,r){"use strict";r.d(n,"a",(function(){return o}));var e=Array.isArray;function o(t){return 1===t.length&&e(t[0])?t[0]:t}},310:function(t,n,r){"use strict";r.d(n,"a",(function(){return o}));var e=r(6),o=new e.a((function(t){return t.complete()}))},313:function(t,n,r){"use strict";r.d(n,"a",(function(){return a}));var e=r(2),o=r(6),i=r(15),c=r(112),u=Object(c.a)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),s=r(64),a=function(t){function n(){var n=t.call(this)||this;return n.observers=[],n.closed=!1,n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return Object(e.f)(n,t),n.prototype.lift=function(t){var n=new f(this,this);return n.operator=t,n},n.prototype._throwIfClosed=function(){if(this.closed)throw new u},n.prototype.next=function(t){var n,r;if(this._throwIfClosed(),!this.isStopped){var o=this.observers.slice();try{for(var i=Object(e.j)(o),c=i.next();!c.done;c=i.next()){c.value.next(t)}}catch(t){n={error:t}}finally{try{c&&!c.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}},n.prototype.error=function(t){if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=t;for(var n=this.observers;n.length;)n.shift().error(t)}},n.prototype.complete=function(){if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;for(var t=this.observers;t.length;)t.shift().complete()}},n.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=null},n.prototype._trySubscribe=function(n){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,n)},n.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},n.prototype._innerSubscribe=function(t){var n=this,r=this.hasError,e=this.isStopped,o=this.observers;return r||e?i.a:(o.push(t),new i.b((function(){return Object(s.a)(n.observers,t)})))},n.prototype._checkFinalizedStatuses=function(t){var n=this.hasError,r=this.thrownError,e=this.isStopped;n?t.error(r):e&&t.complete()},n.prototype.asObservable=function(){var t=new o.a;return t.source=this,t},n.create=function(t,n){return new f(t,n)},n}(o.a),f=function(t){function n(n,r){var e=t.call(this)||this;return e.destination=n,e.source=r,e}return Object(e.f)(n,t),n.prototype.next=function(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.next)||void 0===r||r.call(n,t)},n.prototype.error=function(t){var n,r;null===(r=null===(n=this.destination)||void 0===n?void 0:n.error)||void 0===r||r.call(n,t)},n.prototype.complete=function(){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===n||n.call(t)},n.prototype._subscribe=function(t){var n,r;return null!==(r=null===(n=this.source)||void 0===n?void 0:n.subscribe(t))&&void 0!==r?r:i.a},n}(a)},321:function(t,n,r){"use strict";r.d(n,"a",(function(){return i}));var e=r(13),o=r(10);function i(t){return Object(e.b)((function(n,r){n.subscribe(new o.a(r,(function(){return r.next(t)})))}))}},322:function(t,n,r){"use strict";r.d(n,"a",(function(){return c}));var e=r(113),o=r(48),i=r(13);function c(){for(var t=[],n=0;n \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{299:function(e,t,n){"use strict";n.r(t);var r=n(301),o=n(323),i=n(349),a=n(145),u=n(321),c=n(46),l=n(341),s=n(151),f=n(350),p=n(148),b=n(346),d=n(322),y=n(324),m=n(47),v=n(22),h=n(108),O=n(310),j=n(348),g=n(345);function w(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return S(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n1&&void 0!==arguments[1]?arguments[1]:window.location;return t!==r.protocol||n!==r.host}(a)?{mode:"cors"}:{})).pipe(Object(p.a)((function(e){return e.blob()})),Object(c.a)((function(e){return URL.createObjectURL(e)})),Object(j.a)((function(){return Object(h.a)(a.href)})))}},{key:"fetchImage",value:function(e){var t=C(e);return t===this.prevHash?O.a:this.fetchImage2(e).pipe(Object(c.a)((function(n){var r,o=null!==(r=e.querySelector(".sidebar-bg"))&&void 0!==r?r:document.createElement("div");return n&&(o.style.backgroundImage="url(".concat(n,")"),F.set(o,n)),[o,t,e]})))}},{key:"updateStyle",value:function(e){var t,n=this,r=null===(t=e.getElementById("_sidebar"))||void 0===t?void 0:t.classList;if(r&&this.sidebar.setAttribute("class",r),this.themeColorEl){var o,i=null===(o=e.head.querySelector('meta[name="theme-color"]'))||void 0===o?void 0:o.content;i&&window.setTimeout((function(){n.themeColorEl&&(n.themeColorEl.content=i)}),250)}try{var a,u=document.getElementById("_pageStyle"),c=e.getElementById("_pageStyle");if(!c)return;null==u||null===(a=u.parentNode)||void 0===a||a.replaceChild(c,u)}catch(e){}}},{key:"fade",value:function(e,t){var n,r=w(e,1)[0],o=w(t,3),i=o[0],a=o[1],u=o[2];return null==r||null===(n=r.parentNode)||void 0===n||n.insertBefore(i,r.nextElementSibling),this.updateStyle(u),this.prevHash=a,Object(v.c)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe(Object(g.a)((function(){var e;F.has(r)&&URL.revokeObjectURL(F.get(r)),null==r||null===(e=r.parentNode)||void 0===e||e.removeChild(r)})))}}])&&A(t.prototype,n),r&&A(t,r),e}(),x=n(147);function k(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return B(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return B(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function B(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{337:function(e,t,n){"use strict";n.r(t);var r,i=[],o="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(r||(r={}));var s,a=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Object.freeze(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),c=function(e){return e instanceof SVGElement&&"getBBox"in e},u=function(e){if(c(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},h=function(e){var t,n,r=null===(n=null===(t=e)||void 0===t?void 0:t.ownerDocument)||void 0===n?void 0:n.defaultView;return!!(r&&e instanceof r.Element)},d="undefined"!=typeof window?window:{},f=new WeakMap,v=/auto|scroll/,p=/^tb|vertical/,l=/msie|trident/i.test(d.navigator&&d.navigator.userAgent),g=function(e){return parseFloat(e||"0")},b=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),Object.freeze({inlineSize:(n?t:e)||0,blockSize:(n?e:t)||0})},w=Object.freeze({devicePixelContentBoxSize:b(),borderBoxSize:b(),contentBoxSize:b(),contentRect:new a(0,0,0,0)}),x=function(e,t){if(void 0===t&&(t=!1),f.has(e)&&!t)return f.get(e);if(u(e))return f.set(e,w),w;var n=getComputedStyle(e),r=c(e)&&e.ownerSVGElement&&e.getBBox(),i=!l&&"border-box"===n.boxSizing,o=p.test(n.writingMode||""),s=!r&&v.test(n.overflowY||""),h=!r&&v.test(n.overflowX||""),d=r?0:g(n.paddingTop),x=r?0:g(n.paddingRight),E=r?0:g(n.paddingBottom),T=r?0:g(n.paddingLeft),z=r?0:g(n.borderTopWidth),m=r?0:g(n.borderRightWidth),y=r?0:g(n.borderBottomWidth),B=T+x,S=d+E,O=(r?0:g(n.borderLeftWidth))+m,R=z+y,k=h?e.offsetHeight-R-e.clientHeight:0,C=s?e.offsetWidth-O-e.clientWidth:0,N=i?B+O:0,D=i?S+R:0,M=r?r.width:g(n.width)-N-C,P=r?r.height:g(n.height)-D-k,_=M+B+C+O,F=P+S+k+R,I=Object.freeze({devicePixelContentBoxSize:b(Math.round(M*devicePixelRatio),Math.round(P*devicePixelRatio),o),borderBoxSize:b(_,F,o),contentBoxSize:b(M,P,o),contentRect:new a(T,d,M,P)});return f.set(e,I),I},E=function(e,t,n){var i=x(e,n),o=i.borderBoxSize,s=i.contentBoxSize,a=i.devicePixelContentBoxSize;switch(t){case r.DEVICE_PIXEL_CONTENT_BOX:return a;case r.BORDER_BOX:return o;default:return s}},T=function(e){var t=x(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=[t.borderBoxSize],this.contentBoxSize=[t.contentBoxSize],this.devicePixelContentBoxSize=[t.devicePixelContentBoxSize]},z=function(e){if(u(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},m=function(){var e=1/0,t=[];i.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new T(t.target),i=z(t.target);r.push(n),t.lastReportedSize=E(t.target,t.observedBox),ie?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},B=function(){var e,t=0;for(y(t);i.some((function(e){return e.activeTargets.length>0}));)t=m(),y(t);return i.some((function(e){return e.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)),t>0},S=[],O=function(e){if(!s){var t=0,n=document.createTextNode("");new MutationObserver((function(){return S.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),s=function(){n.textContent=""+(t?t--:t++)}}S.push(e),s()},R=0,k={attributes:!0,characterData:!0,childList:!0,subtree:!0},C=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],N=function(e){return void 0===e&&(e=0),Date.now()+e},D=!1,M=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!D){D=!0;var n,r=N(e);n=function(){var n=!1;try{n=B()}finally{if(D=!1,e=r-N(),!R)return;n?t.run(1e3):e>0?t.run(e):t.start()}},O((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,k)};document.body?t():d.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),C.forEach((function(t){return d.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),C.forEach((function(t){return d.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),P=function(e){!R&&e>0&&M.start(),!(R+=e)&&M.stop()},_=function(){function e(e,t){this.target=e,this.observedBox=t||r.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=E(this.target,this.observedBox,!0);return e=this.target,c(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),F=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},I=new WeakMap,L=function(e,t){for(var n=0;n=0&&(o&&i.splice(i.indexOf(n),1),n.observationTargets.splice(r,1),P(-1))},e.disconnect=function(e){var t=this,n=I.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),X=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");W.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");W.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");W.unobserve(this,e)},e.prototype.disconnect=function(){W.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();window.ResizeObserver=window.ResizeObserver||X}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-shadydom-hydejack-9.1.0.js b/assets/js/LEGACY-shadydom-hydejack-9.1.0.js new file mode 100644 index 00000000000..594afa920c7 --- /dev/null +++ b/assets/js/LEGACY-shadydom-hydejack-9.1.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{320:function(n,w,o){"use strict";o.r(w);o(334),o(338)}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.0.js b/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.0.js new file mode 100644 index 00000000000..0ee01fad586 --- /dev/null +++ b/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.0.js @@ -0,0 +1,182 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{308:function(t,e){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":n(window))&&(r=window)}t.exports=r},325:function(t,e,n){"use strict";n.r(e),function(t,r){function i(){var t=v(['
\n ',"\n
"]);return i=function(){return t},t}function o(){var t=v(['Error']);return o=function(){return t},t}function a(){var t=v(['Crypto required']);return a=function(){return t},t}function s(){var t=v(['
Payment required']);return s=function(){return t},t}function u(){var t=v(["\n
\n
\n
\n ',"","\n ","\n ","\n ","\n
\n
\n
\n ","\n
\n ","\n ","\n ","\n \n \n "]);return u=function(){return t},t}function c(){var t=v(["\n \n ']);return c=function(){return t},t}function l(){var t=v(['\n \n \n ',"\n \n "]);return l=function(){return t},t}function f(){var t=v(['\n \n \n \n \n \n ']);return f=function(){return t},t}function h(){var t=v(['\n \n \n \n \n \n \n \n \n \n ']);return h=function(){return t},t}function p(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){i=!0,o=t}finally{try{r||null==s.return||s.return()}finally{if(i)throw o}}return n}(t,e)||T(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(){var t=v(["\n:host {\n display: block;\n position: relative;\n width: 5em;\n height: 5em;\n margin: 5em auto;\n}\n.style-root {\n position: absolute;\n fill: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n stroke: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n top: 0;\n left: 0;\n right: 0;\n bottom: 0; }\n .style-root .error { color: indianred }\n .style-root button {\n -webkit-tap-highlight-color: transparent;\n cursor: pointer; \n border: none;\n background: none;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n .style-root button:disabled {\n cursor: default; }\n .style-root .shockwave {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n color: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n border-radius: 50%; }\n .style-root svg {\n position: absolute;\n width: 60%;\n height: 60%;\n margin: 20%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n opacity: 0.8;\n stroke: none;\n overflow: visible !important; }\n .style-root svg g.flat {\n visibility: hidden; }\n .style-root svg g.outline {\n visibility: visible; }\n .style-root.clapped:not(.loading) svg g.flat {\n visibility: visible; }\n .style-root.clapped svg g.outline {\n visibility: hidden; }\n .style-root.loading svg g.outline {\n visibility: visible; }\n .style-root .count-container {\n position: absolute;\n width: 100%;\n color: inherit;\n user-select: none; }\n .style-root .count-container.container-top {\n top: -2.5em; }\n .style-root .count-container.container-bottom {\n bottom: -2.5em; }\n .style-root .count-container > div {\n width: 300%;\n margin-left: -100%;\n text-align: center; }\n .style-root g.sparkle circle {\n opacity: 0;\n stroke-width: 0; }\n .style-root:not(.clapped):not(.no-shockwave):not(.no-animation) .shockwave {\n animation-name: shockwave;\n animation-duration: 1.5s;\n animation-iteration-count: infinite;\n animation-timing-function: ease-in; }\n .style-root.clap {\n animation-name: pulse;\n animation-duration: 0.5s;\n animation-iteration-count: 1; \n animation-timing-function: ease-out; }\n .style-root.clap .sparkle circle {\n animation-name: explode;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n .style-root.clap .container-top .count {\n animation-name: hide-then-show;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n .style-root.clap .container-bottom .count {\n animation-name: hide-then-show-inverse;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n\n#hand-svg {\n margin-top: 22%;\n margin-left: 22%;\n}\n\n#countdown-svg {\n width: 100%;\n height: 100%;\n stroke: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n margin: 0;\n}\n\n.countdown {\n fill: none; \n transform: rotateZ(0deg);\n transform-origin: center;\n}\n\n.countdown circle {\n stroke-width: 2px;\n opacity: 1;\n stroke-linecap: round;\n stroke-dasharray: 308 308;\n transform: rotate(-90deg);\n transform-origin: center;\n}\n\n.style-root.ticking .countdown circle {\n animation-timing-function: ease;\n animation-name: countdown;\n animation-duration: 3s; \n}\n\n.style-root.loading:not(.no-animation) .countdown {\n animation: 2s linear infinite svg-animation; \n}\n\n.style-root.loading:not(.no-animation) .countdown circle {\n animation: 1.4s ease-in-out infinite both circle-animation;\n stroke-dasharray: 308;\n stroke-dashoffset: 302; \n}\n\n@keyframes svg-animation {\n 0% { \n transform: rotateZ(-90deg);\n }\n 100% { \n transform: rotateZ(270deg);\n }\n}\n\n@keyframes circle-animation {\n 0%,\n 15% {\n stroke-dashoffset: 280;\n transform: rotate(0); \n }\n 50%,\n 65% {\n stroke-dashoffset: 75;\n transform: rotate(45deg); \n }\n 100% {\n stroke-dashoffset: 280;\n transform: rotate(360deg); \n }\n}\n\n@keyframes countdown {\n 0% {\n stroke-dasharray: 308 308;\n }\n 50% {\n stroke-dasharray: 308 308;\n }\n 100% {\n stroke-dasharray: 0 308;\n }\n}\n\n@keyframes explode {\n 0% {\n transform: translateX(10px);\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n transform: translateX(25px);\n }\n}\n\n@keyframes shockwave {\n 0% {\n transform: scale(1);\n opacity: 1; \n box-shadow: 0 0 2px, inset 0 0 1px;\n }\n 89.99% {\n transform: scale(1);\n opacity: 0;\n box-shadow: 0 0 50px, inset 0 0 10px;\n }\n 90%, 100% {\n transform: scale(1);\n opacity: 0;\n box-shadow: 0 0 2px, inset 0 0 1px;\n }\n}\n\n@keyframes pulse {\n 0% {\n transform: scale(1);\n }\n 25% {\n transform: scale(1.1);\n }\n 100% {\n transform: scale(1);\n }\n}\n\n@keyframes hide-then-show {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 20% {\n opacity: 0;\n transform: translateY(-10px);\n }\n 50% {\n transform: translateY(10px);\n }\n 80% {\n transform: translateY(10px);\n opacity: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0); \n }\n}\n\n@keyframes hide-then-show-inverse {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 20% {\n opacity: 0;\n transform: translateY(10px);\n }\n 50% {\n transform: translateY(-10px);\n }\n 80% {\n transform: translateY(-10px);\n opacity: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n"]);return d=function(){return t},t}function v(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function y(t,e,n,r,i,o,a){try{var s=t[o](a),u=s.value}catch(t){return void n(t)}s.done?e(u):Promise.resolve(u).then(r,i)}function g(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){y(o,r,i,a,s,"next",t)}function s(t){y(o,r,i,a,s,"throw",t)}a(void 0)}))}}function m(t){var e="function"==typeof Map?new Map:void 0;return(m=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return w(t,arguments,P(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),S(r,t)})(t)}function w(t,e,n){return(w=x()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var i=new(Function.bind.apply(t,r));return n&&S(i,n.prototype),i}).apply(null,arguments)}function b(t,e,n){return(b="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=P(t)););return t}(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(n):i.value}})(t,e,n||t)}function _(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&S(t,e)}function S(t,e){return(S=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function k(t){var e=x();return function(){var n,r=P(t);if(e){var i=P(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return C(this,n)}}function C(t,e){return!e||"object"!==N(e)&&"function"!=typeof e?A(t):e}function A(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function x(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function P(t){return(P=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function E(t){return function(t){if(Array.isArray(t))return U(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||T(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function R(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=T(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){throw t})),f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return a=t.done,t},e:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){s=!0,o=t})),f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function T(t,e){if(t){if("string"==typeof t)return U(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?U(t,e):void 0}}function U(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n=0;s--)(i=t[s])&&(a=(o<3?i(a):o>3?i(e,n,a):i(e,n))||a);return o>3&&a&&Object.defineProperty(e,n,a),a}function I(t,e,n,r){return new(n||(n=Promise))((function(i,o){function a(t){try{u(r.next(t))}catch(t){o(t)}}function s(t){try{u(r.throw(t))}catch(t){o(t)}}function u(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((r=r.apply(t,e||[])).next())}))}function j(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function D(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}n.d(e,"ClapButton",(function(){return yn})),n.d(e,"ClapConfig",(function(){return pn})),n.d(e,"ClapText",(function(){return dn})),function(t){var e=[];function n(n){var r=this,i="$BroadcastChannel$"+(n=String(n))+"$";e[i]=e[i]||[],e[i].push(this),this._name=n,this._id=i,this._closed=!1,this._mc=new MessageChannel,this._mc.port1.start(),this._mc.port2.start(),t.addEventListener("storage",(function(e){if(e.storageArea===t.localStorage&&null!=e.newValue&&""!==e.newValue&&e.key.substring(0,i.length)===i){var n=JSON.parse(e.newValue);r._mc.port2.postMessage(n)}}))}n.prototype={get name(){return this._name},postMessage:function(n){var r=this;if(this._closed){var i=new Error;throw i.name="InvalidStateError",i}var o=JSON.stringify(n),a=this._id+String(Date.now())+"$"+String(Math.random());t.localStorage.setItem(a,o),setTimeout((function(){t.localStorage.removeItem(a)}),500),e[this._id].forEach((function(t){t!==r&&t._mc.port2.postMessage(JSON.parse(o))}))},close:function(){if(!this._closed){this._closed=!0,this._mc.port1.close(),this._mc.port2.close();var t=e[this._id].indexOf(this);e[this._id].splice(t,1)}},get onmessage(){return this._mc.port1.onmessage},set onmessage(t){this._mc.port1.onmessage=t},addEventListener:function(){return this._mc.port1.addEventListener.apply(this._mc.port1,arguments)},removeEventListener:function(){return this._mc.port1.removeEventListener.apply(this._mc.port1,arguments)},dispatchEvent:function(){return this._mc.port1.dispatchEvent.apply(this._mc.port1,arguments)}},t.BroadcastChannel=t.BroadcastChannel||n}(self),function(t){function e(){}function n(t,e){if(t=void 0===t?"utf-8":t,e=void 0===e?{fatal:!1}:e,-1===o.indexOf(t.toLowerCase()))throw new RangeError("Failed to construct 'TextDecoder': The encoding label provided ('"+t+"') is invalid.");if(e.fatal)throw Error("Failed to construct 'TextDecoder': the 'fatal' option is unsupported.")}function i(t){for(var e=0,n=Math.min(65536,t.length+1),r=new Uint16Array(n),i=[],o=0;;){var a=e=n-1){if(i.push(String.fromCharCode.apply(null,r.subarray(0,o))),!a)return i.join("");t=t.subarray(e),o=e=0}if(0==(128&(a=t[e++])))r[o++]=a;else if(192==(224&a)){var s=63&t[e++];r[o++]=(31&a)<<6|s}else if(224==(240&a)){s=63&t[e++];var u=63&t[e++];r[o++]=(31&a)<<12|s<<6|u}else 240==(248&a)&&(65535<(a=(7&a)<<18|(s=63&t[e++])<<12|(u=63&t[e++])<<6|63&t[e++])&&(a-=65536,r[o++]=a>>>10&1023|55296,a=56320|1023&a),r[o++]=a)}}if(t.TextEncoder&&t.TextDecoder)return!1;var o=["utf-8","utf8","unicode-1-1-utf-8"];Object.defineProperty(e.prototype,"encoding",{value:"utf-8"}),e.prototype.encode=function(t,e){if((e=void 0===e?{stream:!1}:e).stream)throw Error("Failed to encode: the 'stream' option is unsupported.");e=0;for(var n=t.length,r=0,i=Math.max(32,n+(n>>>1)+7),o=new Uint8Array(i>>>3<<3);e=a){if(e=a)continue}if(r+4>o.length&&(i+=8,i=(i*=1+e/t.length*2)>>>3<<3,(s=new Uint8Array(i)).set(o),o=s),0==(4294967168&a))o[r++]=a;else{if(0==(4294965248&a))o[r++]=a>>>6&31|192;else if(0==(4294901760&a))o[r++]=a>>>12&15|224,o[r++]=a>>>6&63|128;else{if(0!=(4292870144&a))continue;o[r++]=a>>>18&7|240,o[r++]=a>>>12&63|128,o[r++]=a>>>6&63|128}o[r++]=63&a|128}}return o.slice?o.slice(0,r):o.subarray(0,r)},Object.defineProperty(n.prototype,"encoding",{value:"utf-8"}),Object.defineProperty(n.prototype,"fatal",{value:!1}),Object.defineProperty(n.prototype,"ignoreBOM",{value:!1});var a=i;"function"==typeof r&&r.from?a=function(t){return r.from(t.buffer,t.byteOffset,t.byteLength).toString("utf-8")}:"function"==typeof Blob&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&(a=function(t){var e=URL.createObjectURL(new Blob([t],{type:"text/plain;charset=UTF-8"}));try{var n=new XMLHttpRequest;return n.open("GET",e,!1),n.send(),n.responseText}catch(e){return i(t)}finally{URL.revokeObjectURL(e)}}),n.prototype.decode=function(t,e){if((e=void 0===e?{stream:!1}:e).stream)throw Error("Failed to decode: the 'stream' option is unsupported.");return t=t instanceof Uint8Array?t:t.buffer instanceof ArrayBuffer?new Uint8Array(t.buffer):new Uint8Array(t),a(t)},t.TextEncoder=e,t.TextDecoder=n}("undefined"!=typeof window?window:void 0!==t?t:void 0);var Y=function(){function t(){}return t.prototype.then=function(e,n){var r=new t,i=this.s;if(i){var o=1&i?e:n;if(o){try{V(r,1,o(this.v))}catch(t){V(r,2,t)}return r}return this}return this.o=function(t){try{var i=t.v;1&t.s?V(r,1,e?e(i):i):n?V(r,1,n(i)):V(r,2,i)}catch(t){V(r,2,t)}},r},t}();function V(t,e,n){if(!t.s){if(n instanceof Y){if(!n.s)return void(n.o=V.bind(null,t,e));1&e&&(e=n.s),n=n.v}if(n&&n.then)return void n.then(V.bind(null,t,e),V.bind(null,t,2));t.s=e,t.v=n;var r=t.o;r&&r(t)}}var z=0,q="function"==typeof WeakMap?WeakMap:function(){var t="function"==typeof Symbol?Symbol(0):"__weak$"+ ++z;this.set=function(e,n){e[t]=n},this.get=function(e){return e[t]}};function F(t,e){return new Promise((function(n,r){t.onsuccess=function(){var r=t.result;e&&(r=e(r)),n(r)},t.onerror=function(){r(t.error)}}))}function W(t,e){return F(t.openCursor(e),(function(t){return t?[t.key,t.value]:[]}))}function H(t){return new Promise((function(e,n){t.oncomplete=function(){e()},t.onabort=function(){n(t.error)},t.onerror=function(){n(t.error)}}))}function $(t){if(!function(t){if("number"==typeof t||"string"==typeof t)return!0;if("object"==N(t)&&t){if(Array.isArray(t))return!0;if("setUTCFullYear"in t)return!0;if("function"==typeof ArrayBuffer&&ArrayBuffer.isView(t))return!0;if("byteLength"in t&&"length"in t)return!0}return!1}(t))throw Error("kv-storage: The given value is not allowed as a key")}var J={};function G(t,e){return W(t,X(e))}function X(t){return t===J?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(t,!0)}var K=new q,Z=new q,Q=new q,tt=new q,et=function(){};function nt(t,e){return e((function(e,n){try{function r(){return Z.set(t,o),Q.set(t,void 0),{value:s,done:void 0===o}}var i=Z.get(t);if(void 0===i)return Promise.resolve({value:void 0,done:!0});var o,a,s,u=function(t,e){var n,r=-1;t:{for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;e!==n;){var i=e.nextSibling;t.insertBefore(e,r),e=i}},ht=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;e!==n;){var r=e.nextSibling;t.removeChild(e),e=r}},pt="{{lit-".concat(String(Math.random()).slice(2),"}}"),dt="\x3c!--".concat(pt,"--\x3e"),vt=new RegExp("".concat(pt,"|").concat(dt)),yt=function t(e,n){M(this,t),this.parts=[],this.element=n;for(var r=[],i=[],o=document.createTreeWalker(n.content,133,null,!1),a=0,s=-1,u=0,c=e.strings,l=e.values.length;u0;){var y=c[u],g=bt.exec(y)[2],m=g.toLowerCase()+"$lit$",w=f.getAttribute(m);f.removeAttribute(m);var b=w.split(vt);this.parts.push({type:"attribute",index:s,name:g,strings:b}),u+=b.length-1}}"TEMPLATE"===f.tagName&&(i.push(f),o.currentNode=f.content)}else if(3===f.nodeType){var _=f.data;if(_.indexOf(pt)>=0){for(var S=f.parentNode,k=_.split(vt),C=k.length-1,A=0;A=0&&t.slice(n)===e},mt=function(t){return-1!==t.index},wt=function(){return document.createComment("")},bt=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;function _t(t,e){for(var n=t.element.content,r=t.parts,i=document.createTreeWalker(n,133,null,!1),o=kt(r),a=r[o],s=-1,u=0,c=[],l=null;i.nextNode();){s++;var f=i.currentNode;for(f.previousSibling===l&&(l=null),e.has(f)&&(c.push(f),null===l&&(l=f)),null!==l&&u++;void 0!==a&&a.index===s;)a.index=null!==l?-1:a.index-u,a=r[o=kt(r,o)]}c.forEach((function(t){return t.parentNode.removeChild(t)}))}var St=function(t){for(var e=11===t.nodeType?0:1,n=document.createTreeWalker(t,133,null,!1);n.nextNode();)e++;return e},kt=function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=e+1;n-1||n)&&-1===i.indexOf("--\x3e",o+1);var a=bt.exec(i);e+=null===a?i+(n?Ut:dt):i.substr(0,a.index)+a[1]+a[2]+"$lit$"+a[3]+pt}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==Tt&&(e=Tt.createHTML(e)),t.innerHTML=e,t}}]),t}(),Ot=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return O(n,[{key:"getHTML",value:function(){return"".concat(b(P(n.prototype),"getHTML",this).call(this),"")}},{key:"getTemplateElement",value:function(){var t=b(P(n.prototype),"getTemplateElement",this).call(this),e=t.content,r=e.firstChild;return e.removeChild(r),ft(e,r.firstChild),t}}]),n}(Lt),Mt=function(t){return null===t||!("object"==N(t)||"function"==typeof t)},Nt=function(t){return Array.isArray(t)||!(!t||!t[Symbol.iterator])},Bt=function(){function t(e,n,r){M(this,t),this.dirty=!0,this.element=e,this.name=n,this.strings=r,this.parts=[];for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:this.startNode;ht(this.startNode.parentNode,t.nextSibling,this.endNode)}}]),t}(),Dt=function(){function t(e,n,r){if(M(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}return O(t,[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;xt(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=Pt,t(this)}if(this.__pendingValue!==Pt){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=Pt}}}]),t}(),Yt=function(t){_(n,t);var e=k(n);function n(t,r,i){var o;return M(this,n),(o=e.call(this,t,r,i)).single=2===i.length&&""===i[0]&&""===i[1],o}return O(n,[{key:"_createPart",value:function(){return new Vt(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:b(P(n.prototype),"_getValue",this).call(this)}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}]),n}(Bt),Vt=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return n}(It),zt=!1; +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */!function(){try{var t={get capture(){return zt=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var qt=function(){function t(e,n,r){var i=this;M(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return i.handleEvent(t)}}return O(t,[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;xt(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=Pt,t(this)}if(this.__pendingValue!==Pt){var e=this.__pendingValue,n=this.value,r=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),i=null!=e&&(null==n||r);r&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),i&&(this.__options=Ft(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=Pt}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}]),t}(),Ft=function(t){return t&&(zt?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)} +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */;function Wt(t){var e=Ht.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},Ht.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var r=t.strings.join(pt);return void 0===(n=e.keyString.get(r))&&(n=new yt(t,t.getTemplateElement()),e.keyString.set(r,n)),e.stringsArray.set(t.strings,n),n}var Ht=new Map,$t=new WeakMap,Jt=new( +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */function(){function t(){M(this,t)}return O(t,[{key:"handleAttributeExpressions",value:function(t,e,n,r){var i=e[0];return"."===i?new Yt(t,e.slice(1),n).parts:"@"===i?[new qt(t,e.slice(1),r.eventContext)]:"?"===i?[new Dt(t,e.slice(1),n)]:new Bt(t,e,n).parts}},{key:"handleTextExpression",value:function(t){return new jt(t)}}]),t}()); +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +"undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.3.0");var Gt=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r1?e-1:0),r=1;r2&&void 0!==arguments[2]?arguments[2]:ie,r=this.constructor,i=r._attributeNameForProperty(t,n);if(void 0!==i){var o=r._propertyValueToAttribute(e,n);if(void 0===o)return;this._updateState=8|this._updateState,null==o?this.removeAttribute(i):this.setAttribute(i,o),this._updateState=-9&this._updateState}}},{key:"_attributeToProperty",value:function(t,e){if(!(8&this._updateState)){var n=this.constructor,r=n._attributeToPropertyMap.get(t);if(void 0!==r){var i=n.getPropertyOptions(r);this._updateState=16|this._updateState,this[r]=n._propertyValueFromAttribute(e,i),this._updateState=-17&this._updateState}}}},{key:"requestUpdateInternal",value:function(t,e,n){var r=!0;if(void 0!==t){var i=this.constructor;n=n||i.getPropertyOptions(t),i._valueHasChanged(this[t],e,n.hasChanged)?(this._changedProperties.has(t)||this._changedProperties.set(t,e),!0!==n.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(t,n))):r=!1}!this._hasRequestedUpdate&&r&&(this._updatePromise=this._enqueueUpdate())}},{key:"requestUpdate",value:function(t,e){return this.requestUpdateInternal(t,e),this.updateComplete}},{key:"_enqueueUpdate",value:(e=g(regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this._updateState=4|this._updateState,t.prev=1,t.next=4,this._updatePromise;case 4:t.next=8;break;case 6:t.prev=6,t.t0=t.catch(1);case 8:if(e=this.performUpdate(),t.t1=null!=e,!t.t1){t.next=13;break}return t.next=13,e;case 13:return t.abrupt("return",!this._hasRequestedUpdate);case 14:case"end":return t.stop()}}),t,this,[[1,6]])}))),function(){return e.apply(this,arguments)})},{key:"performUpdate",value:function(){if(this._hasRequestedUpdate){this._instanceProperties&&this._applyInstanceProperties();var t=!1,e=this._changedProperties;try{(t=this.shouldUpdate(e))?this.update(e):this._markUpdated()}catch(e){throw t=!1,this._markUpdated(),e}t&&(1&this._updateState||(this._updateState=1|this._updateState,this.firstUpdated(e)),this.updated(e))}}},{key:"_markUpdated",value:function(){this._changedProperties=new Map,this._updateState=-5&this._updateState}},{key:"_getUpdateComplete",value:function(){return this._updatePromise}},{key:"shouldUpdate",value:function(t){return!0}},{key:"update",value:function(t){var e=this;void 0!==this._reflectingProperties&&this._reflectingProperties.size>0&&(this._reflectingProperties.forEach((function(t,n){return e._propertyToAttribute(n,e[n],t)})),this._reflectingProperties=void 0),this._markUpdated()}},{key:"updated",value:function(t){}},{key:"firstUpdated",value:function(t){}},{key:"_hasRequestedUpdate",get:function(){return 4&this._updateState}},{key:"hasUpdated",get:function(){return 1&this._updateState}},{key:"updateComplete",get:function(){return this._getUpdateComplete()}}],[{key:"_ensureClassProperties",value:function(){var t=this;if(!this.hasOwnProperty(JSCompiler_renameProperty("_classProperties",this))){this._classProperties=new Map;var e=Object.getPrototypeOf(this)._classProperties;void 0!==e&&e.forEach((function(e,n){return t._classProperties.set(n,e)}))}}},{key:"createProperty",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ie;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var n="symbol"==N(t)?Symbol():"__"+t,r=this.getPropertyDescriptor(t,n,e);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}},{key:"getPropertyDescriptor",value:function(t,e,n){return{get:function(){return this[e]},set:function(r){var i=this[t];this[e]=r,this.requestUpdateInternal(t,i,n)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function(t){return this._classProperties&&this._classProperties.get(t)||ie}},{key:"finalize",value:function(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty("finalized")||t.finalize(),this.finalized=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e,n=this.properties,r=R([].concat(E(Object.getOwnPropertyNames(n)),E("function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(n):[])));try{for(r.s();!(e=r.n()).done;){var i=e.value;this.createProperty(i,n[i])}}catch(t){r.e(t)}finally{r.f()}}}},{key:"_attributeNameForProperty",value:function(t,e){var n=e.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof t?t.toLowerCase():void 0}},{key:"_valueHasChanged",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:re;return n(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var n=e.type,r=e.converter||ne,i="function"==typeof r?r:r.fromAttribute;return i?i(t,n):t}},{key:"_propertyValueToAttribute",value:function(t,e){if(void 0!==e.reflect){var n=e.type,r=e.converter;return(r&&r.toAttribute||ne.toAttribute)(t,n)}}},{key:"observedAttributes",get:function(){var t=this;this.finalize();var e=[];return this._classProperties.forEach((function(n,r){var i=t._attributeNameForProperty(r,n);void 0!==i&&(t._attributeToPropertyMap.set(i,r),e.push(i))})),e}}]),r}(m(HTMLElement));oe.finalized=!0; +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +var ae=function(t){return function(e){return"function"==typeof e?function(t,e){return window.customElements.define(t,e),e}(t,e):function(t,e){return{kind:e.kind,elements:e.elements,finisher:function(e){window.customElements.define(t,e)}}}(t,e)}};function se(t){return function(e,n){return void 0!==n?function(t,e,n){e.constructor.createProperty(n,t)}(t,e,n):function(t,e){return"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?Object.assign(Object.assign({},e),{finisher:function(n){n.createProperty(e.key,t)}}):{kind:"field",key:Symbol(),placement:"own",descriptor:{},initializer:function(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher:function(n){n.createProperty(e.key,t)}}}(t,e)}}var ue=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ce=Symbol(),le=function(){function t(e,n){if(M(this,t),n!==ce)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e}return O(t,[{key:"toString",value:function(){return this.cssText}},{key:"styleSheet",get:function(){return void 0===this._styleSheet&&(ue?(this._styleSheet=new CSSStyleSheet,this._styleSheet.replaceSync(this.cssText)):this._styleSheet=null),this._styleSheet}}]),t}(); +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +(window.litElementVersions||(window.litElementVersions=[])).push("2.4.0");var fe={},he=function(t){_(n,t);var e=k(n);function n(){return M(this,n),e.apply(this,arguments)}return O(n,[{key:"initialize",value:function(){b(P(n.prototype),"initialize",this).call(this),this.constructor._getUniqueStyles(),this.renderRoot=this.createRenderRoot(),window.ShadowRoot&&this.renderRoot instanceof window.ShadowRoot&&this.adoptStyles()}},{key:"createRenderRoot",value:function(){return this.attachShadow({mode:"open"})}},{key:"adoptStyles",value:function(){var t=this.constructor._styles;0!==t.length&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow?ue?this.renderRoot.adoptedStyleSheets=t.map((function(t){return t instanceof CSSStyleSheet?t:t.styleSheet})):this._needsShimAdoptedStyleSheets=!0:window.ShadyCSS.ScopingShim.prepareAdoptedCssText(t.map((function(t){return t.cssText})),this.localName))}},{key:"connectedCallback",value:function(){b(P(n.prototype),"connectedCallback",this).call(this),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}},{key:"update",value:function(t){var e=this,r=this.render();b(P(n.prototype),"update",this).call(this,t),r!==fe&&this.constructor.render(r,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach((function(t){var n=document.createElement("style");n.textContent=t.cssText,e.renderRoot.appendChild(n)})))}},{key:"render",value:function(){return fe}}],[{key:"getStyles",value:function(){return this.styles}},{key:"_getUniqueStyles",value:function(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_styles",this))){var t=this.getStyles();if(Array.isArray(t)){var e=function t(e,n){return e.reduceRight((function(e,n){return Array.isArray(n)?t(n,e):(e.add(n),e)}),n)}(t,new Set),n=[];e.forEach((function(t){return n.unshift(t)})),this._styles=n}else this._styles=void 0===t?[]:[t];this._styles=this._styles.map((function(t){if(t instanceof CSSStyleSheet&&!ue){var e=Array.prototype.slice.call(t.cssRules).reduce((function(t,e){return t+e.cssText}),"");return new le(String(e),ce)}return t}))}}}]),n}(oe);he.finalized=!0,he.render=function(t,e,n){if(!n||"object"!=N(n)||!n.scopeName)throw new Error("The `scopeName` option is required.");var r=n.scopeName,i=$t.has(e),o=Zt&&11===e.nodeType&&!!e.host,a=o&&!ee.has(r),s=a?document.createDocumentFragment():e;if(function(t,e,n){var r=$t.get(e);void 0===r&&(ht(e,e.firstChild),$t.set(e,r=new jt(Object.assign({templateFactory:Wt},n))),r.appendInto(e)),r.setValue(t),r.commit()}(t,s,Object.assign({templateFactory:Qt(r)},n)),a){var u=$t.get(s);$t.delete(s),function(t,e,n){ee.add(t);var r=n?n.element:document.createElement("template"),i=e.querySelectorAll("style"),o=i.length;if(0!==o){for(var a=document.createElement("style"),s=0;s2&&void 0!==arguments[2]?arguments[2]:null,r=t.element.content,i=t.parts;if(null!=n)for(var o=document.createTreeWalker(r,133,null,!1),a=kt(i),s=0,u=-1;o.nextNode();)for(u++,o.currentNode===n&&(s=St(e),n.parentNode.insertBefore(e,n));-1!==a&&i[a].index===u;){if(s>0){for(;-1!==a;)i[a].index+=s,a=kt(i,a);return}a=kt(i,a)}else r.appendChild(e)}(n,a,c.firstChild):c.insertBefore(a,c.firstChild),window.ShadyCSS.prepareTemplateStyles(r,t);var l=c.querySelector("style");if(window.ShadyCSS.nativeShadow&&null!==l)e.insertBefore(l.cloneNode(!0),e.firstChild);else if(n){c.insertBefore(a,c.firstChild);var f=new Set;f.add(a),_t(n,f)}}else window.ShadyCSS.prepareTemplateStyles(r,t)}(r,s,u.value instanceof Rt?u.value.template:void 0),ht(e,e.firstChild),e.appendChild(s),$t.set(e,u)}!i&&o&&window.ShadyCSS.styleElement(e.host)}; +/** + * @license + * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +var pe=function(){function t(e){M(this,t),this.classes=new Set,this.changed=!1,this.element=e;var n,r=R((e.getAttribute("class")||"").split(/\s+/));try{for(r.s();!(n=r.n()).done;){var i=n.value;this.classes.add(i)}}catch(t){r.e(t)}finally{r.f()}}return O(t,[{key:"add",value:function(t){this.classes.add(t),this.changed=!0}},{key:"remove",value:function(t){this.classes.delete(t),this.changed=!0}},{key:"commit",value:function(){if(this.changed){var t="";this.classes.forEach((function(e){return t+=e+" "})),this.element.setAttribute("class",t)}}}]),t}(),de=new WeakMap,ve=At((function(t){return function(e){if(!(e instanceof It)||e instanceof Vt||"class"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `classMap` directive must be used in the `class` attribute and must be the only part in the attribute.");var n=e.committer,r=n.element,i=de.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),de.set(e,i=new Set));var o=r.classList||new pe(r);for(var a in i.forEach((function(e){e in t||(o.remove(e),i.delete(e))})),t){var s=t[a];s!=i.has(a)&&(s?(o.add(a),i.add(a)):(o.remove(a),i.delete(a)))}"function"==typeof o.commit&&o.commit()}})),ye=new WeakMap,ge=At((function(t){return function(e){if(!(e instanceof It)||e instanceof Vt||"style"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var n=e.committer,r=n.element.style,i=ye.get(e);for(var o in void 0===i&&(r.cssText=n.strings.join(" "),ye.set(e,i=new Set)),i.forEach((function(e){e in t||(i.delete(e),-1===e.indexOf("-")?r[e]=null:r.removeProperty(e))})),t)i.add(o),-1===o.indexOf("-")?r[o]=t[o]:r.setProperty(o,t[o])}})),me=function(t,e){var n=t.startNode.parentNode,r=void 0===e?t.endNode:e.startNode,i=n.insertBefore(wt(),r);n.insertBefore(wt(),r);var o=new jt(t.options);return o.insertAfterNode(i),o},we=function(t,e){return t.setValue(e),t.commit(),t},be=function(t,e,n){var r=t.startNode.parentNode,i=n?n.startNode:t.endNode,o=e.endNode.nextSibling;o!==i&&ft(r,e.startNode,o,i)},_e=function(t){ht(t.startNode.parentNode,t.startNode,t.endNode.nextSibling)},Se=function(t,e,n){for(var r=new Map,i=e;i<=n;i++)r.set(t[i],i);return r},ke=new WeakMap,Ce=new WeakMap,Ae=At((function(t,e,n){var r;return void 0===n?n=e:void 0!==e&&(r=e),function(e){if(!(e instanceof jt))throw new Error("repeat can only be used in text bindings");var i,o,a,s=ke.get(e)||[],u=Ce.get(e)||[],c=[],l=[],f=[],h=0,p=R(t);try{for(p.s();!(a=p.n()).done;){var d=a.value;f[h]=r?r(d,h):h,l[h]=n(d,h),h++}}catch(t){p.e(t)}finally{p.f()}for(var v=0,y=s.length-1,g=0,m=l.length-1;v<=y&&g<=m;)if(null===s[v])v++;else if(null===s[y])y--;else if(u[v]===f[g])c[g]=we(s[v],l[g]),v++,g++;else if(u[y]===f[m])c[m]=we(s[y],l[m]),y--,m--;else if(u[v]===f[m])c[m]=we(s[v],l[m]),be(e,s[v],c[m+1]),v++,m--;else if(u[y]===f[g])c[g]=we(s[y],l[g]),be(e,s[y],s[v]),y--,g++;else if(void 0===i&&(i=Se(f,g,m),o=Se(u,v,y)),i.has(u[v]))if(i.has(u[y])){var w=o.get(f[g]),b=void 0!==w?s[w]:null;if(null===b){var _=me(e,s[v]);we(_,l[g]),c[g]=_}else c[g]=we(b,l[g]),be(e,b,s[v]),s[w]=null;g++}else _e(s[y]),y--;else _e(s[v]),v++;for(;g<=m;){var S=me(e,c[m+1]);we(S,l[g]),c[g++]=S}for(;v<=y;){var k=s[v++];null!==k&&_e(k)}ke.set(e,c),Ce.set(e,f)}})),xe=new WeakMap,Pe=At((function(t){return function(e){if(!(e instanceof jt))throw new Error("unsafeHTML can only be used in text bindings");var n=xe.get(e);if(void 0===n||!Mt(t)||t!==n.value||e.value!==n.fragment){var r=document.createElement("template");r.innerHTML=t;var i=document.importNode(r.content,!0);e.setValue(i),xe.set(e,{value:t,fragment:i})}}})),Ee=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r>7-a&1))return!1;return!0}function Fe(t){var e=t.url,n=t.claps,r=t.id;return I(this,void 0,void 0,regeneratorRuntime.mark((function t(){var i,o,a,s;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=function(t){return 8+Math.round(Math.log2(15+t))}(n),o=0,t.t0=Uint32Array,t.next=5,ze({url:e,id:r,claps:n,nonce:o});case 5:return t.t1=t.sent,a=new t.t0(t.t1),t.next=9,Ve(a);case 9:s=t.sent;case 10:if(qe(s,i)){t.next=18;break}return o++,a[a.length-1]=o,t.next=15,Ve(a);case 15:s=t.sent;case 16:t.next=10;break;case 18:return t.abrupt("return",o);case 19:case"end":return t.stop()}}),t)})))}var We=Reflect.get(window,"GET_CLAPS_API")||"https://worker.getclaps.dev";function He(t,e,n){for(var r=new URL(t,n),i=0,o=Object.entries(e||{});i0?un.set(j(this,$e),e):(un.delete(j(this,$e)),null===(t=this.allDisconnectedCallback)||void 0===t||t.call(this))}},{key:"connectedCountKey",get:function(){}}]),n}(he);$e=new WeakMap,function(t){t.Top="top",t.Bottom="bottom"}(rn||(rn={})),function(t){t[t.PaymentRequired=1]="PaymentRequired",t[t.CryptoRequired=2]="CryptoRequired",t[t.Generic=3]="Generic"}(on||(on={}));var ln=new ut("clap-button"),fn=function(t){for(var e,n,r=arguments.length,i=new Array(r>1?r-1:0),o=1;o=e})))||void 0===t?void 0:t[1])&&void 0!==e?e:""):""):null,d,w,v,this.loading||!this.ready,this.loading||!this.ready?null:j(this,Qe),this.loading||!this.ready?null:j(this,Qe))}},{key:"canonical",get:function(){var t=this;return j(this,Je)||function(){var e=t.href||t.url||"",n=t.ownerDocument.head.querySelector("link[rel=canonical]"),r=null!=n?new URL(n.href):t.ownerDocument.location;return D(t,Je,new URL(e,r.href).href)}()}},{key:"parentHref",get:function(){var t=this;return j(this,Ge)||D(t,Ge,hn(t.canonical))}},{key:"referrer",get:function(){var t=new URLSearchParams(this.ownerDocument.location.search);return t.get("referrer")||t.get("referer")||this.ownerDocument.referrer}},{key:"connectedCountKey",get:function(){return this.parentHref}}]),n}(cn);Je=new WeakMap,Ge=new WeakMap,Xe=new WeakMap,Ke=new WeakMap,Ze=new WeakMap,Qe=new WeakMap,tn=new WeakMap,en=new WeakMap,yn.styles=Ee,yn.intersectionObserver=new IntersectionObserver((function(t){t.forEach((function(t){return t.target.isIntersecting=t.isIntersecting}))})),B([(vn=".style-root",function(t,e){var n={get:function(){return this.renderRoot.querySelector(vn)},enumerable:!0,configurable:!0};return void 0!==e?function(t,e,n){Object.defineProperty(e,n,t)}(n,t,e):function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}} +/** +@license +Copyright (c) 2019 The Polymer Project Authors. All rights reserved. +This code may only be used under the BSD style license found at +http://polymer.github.io/LICENSE.txt The complete set of authors may be found at +http://polymer.github.io/AUTHORS.txt The complete set of contributors may be +found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as +part of the polymer project is also subject to an additional IP rights grant +found at http://polymer.github.io/PATENTS.txt +*/(n,t)})],yn.prototype,"styleRoot",void 0),B([se({type:String,reflect:!0,attribute:"text-placement"})],yn.prototype,"textPlacement",void 0),B([se({type:Boolean,reflect:!0})],yn.prototype,"noWave",void 0),B([se({type:Boolean,reflect:!0})],yn.prototype,"messages",void 0),B([se({type:String,reflect:!1})],yn.prototype,"href",void 0),B([se({type:String,reflect:!1})],yn.prototype,"url",void 0),B([se()],yn.prototype,"uiClaps",void 0),B([se()],yn.prototype,"bufferedClaps",void 0),B([se()],yn.prototype,"loading",void 0),B([se()],yn.prototype,"clapped",void 0),B([se()],yn.prototype,"clicking",void 0),B([se()],yn.prototype,"ready",void 0),B([se()],yn.prototype,"error",void 0),B([se()],yn.prototype,"isIntersecting",void 0),yn=nn=B([ae("clap-button")],yn)}.call(this,n(308),n(326).Buffer)},326:function(t,e,n){"use strict";(function(t){ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +var r=n(327),i=n(328),o=n(329);function a(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(t,e){if(a()=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|t}function d(t,e){if(u.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var n=t.length;if(0===n)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Y(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return V(t).length;default:if(r)return Y(t).length;e=(""+e).toLowerCase(),r=!0}}function v(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return R(this,e,n);case"utf8":case"utf-8":return x(this,e,n);case"ascii":return P(this,e,n);case"latin1":case"binary":return E(this,e,n);case"base64":return A(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function y(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function g(t,e,n,r,i){if(0===t.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(i)return-1;n=t.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof e&&(e=u.from(e,r)),u.isBuffer(e))return 0===e.length?-1:m(t,e,n,r,i);if("number"==typeof e)return e&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):m(t,[e],n,r,i);throw new TypeError("val must be string, number or Buffer")}function m(t,e,n,r,i){var o,a=1,s=t.length,u=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;a=2,s/=2,u/=2,n/=2}function c(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(i){var l=-1;for(o=n;os&&(n=s-u),o=n;o>=0;o--){for(var f=!0,h=0;hi&&(r=i):r=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a>8,i=n%256,o.push(i),o.push(r);return o}(e,t.length-n),t,n,r)}function A(t,e,n){return 0===e&&n===t.length?r.fromByteArray(t):r.fromByteArray(t.slice(e,n))}function x(t,e,n){n=Math.min(t.length,n);for(var r=[],i=e;i239?4:c>223?3:c>191?2:1;if(i+f<=n)switch(f){case 1:c<128&&(l=c);break;case 2:128==(192&(o=t[i+1]))&&(u=(31&c)<<6|63&o)>127&&(l=u);break;case 3:o=t[i+1],a=t[i+2],128==(192&o)&&128==(192&a)&&(u=(15&c)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(l=u);break;case 4:o=t[i+1],a=t[i+2],s=t[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(u=(15&c)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(l=u)}null===l?(l=65533,f=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),i+=f}return function(t){var e=t.length;if(e<=4096)return String.fromCharCode.apply(String,t);var n="",r=0;for(;r0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),""},u.prototype.compare=function(t,e,n,r,i){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),e<0||n>t.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&e>=n)return 0;if(r>=i)return-1;if(e>=n)return 1;if(this===t)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(e>>>=0),s=Math.min(o,a),c=this.slice(r,i),l=t.slice(e,n),f=0;fi)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return w(this,t,e,n);case"utf8":case"utf-8":return b(this,t,e,n);case"ascii":return _(this,t,e,n);case"latin1":case"binary":return S(this,t,e,n);case"base64":return k(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function P(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;ir)&&(n=r);for(var i="",o=e;on)throw new RangeError("Trying to access beyond buffer length")}function L(t,e,n,r,i,o){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||et.length)throw new RangeError("Index out of range")}function O(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i>>8*(r?i:1-i)}function M(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i>>8*(r?i:3-i)&255}function N(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function B(t,e,n,r,o){return o||N(t,0,n,4),i.write(t,e,n,r,23,4),n+4}function I(t,e,n,r,o){return o||N(t,0,n,8),i.write(t,e,n,r,52,8),n+8}u.prototype.slice=function(t,e){var n,r=this.length;if((t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e0&&(i*=256);)r+=this[t+--e]*i;return r},u.prototype.readUInt8=function(t,e){return e||U(t,1,this.length),this[t]},u.prototype.readUInt16LE=function(t,e){return e||U(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUInt16BE=function(t,e){return e||U(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUInt32LE=function(t,e){return e||U(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUInt32BE=function(t,e){return e||U(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readIntLE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t],i=1,o=0;++o=(i*=128)&&(r-=Math.pow(2,8*e)),r},u.prototype.readIntBE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*e)),o},u.prototype.readInt8=function(t,e){return e||U(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){e||U(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt16BE=function(t,e){e||U(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt32LE=function(t,e){return e||U(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return e||U(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readFloatLE=function(t,e){return e||U(t,4,this.length),i.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return e||U(t,4,this.length),i.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return e||U(t,8,this.length),i.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return e||U(t,8,this.length),i.read(this,t,!1,52,8)},u.prototype.writeUIntLE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||L(this,t,e,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[e]=255&t;++o=0&&(o*=256);)this[e+i]=t/o&255;return e+n},u.prototype.writeUInt8=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,1,255,0),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},u.prototype.writeUInt16LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):O(this,t,e,!0),e+2},u.prototype.writeUInt16BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):O(this,t,e,!1),e+2},u.prototype.writeUInt32LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):M(this,t,e,!0),e+4},u.prototype.writeUInt32BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):M(this,t,e,!1),e+4},u.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);L(this,t,e,n,i-1,-i)}var o=0,a=1,s=0;for(this[e]=255&t;++o>0)-s&255;return e+n},u.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);L(this,t,e,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[e+o]=255&t;--o>=0&&(a*=256);)t<0&&0===s&&0!==this[e+o+1]&&(s=1),this[e+o]=(t/a>>0)-s&255;return e+n},u.prototype.writeInt8=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,1,127,-128),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):O(this,t,e,!0),e+2},u.prototype.writeInt16BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):O(this,t,e,!1),e+2},u.prototype.writeInt32LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):M(this,t,e,!0),e+4},u.prototype.writeInt32BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):M(this,t,e,!1),e+4},u.prototype.writeFloatLE=function(t,e,n){return B(this,t,e,!0,n)},u.prototype.writeFloatBE=function(t,e,n){return B(this,t,e,!1,n)},u.prototype.writeDoubleLE=function(t,e,n){return I(this,t,e,!0,n)},u.prototype.writeDoubleBE=function(t,e,n){return I(this,t,e,!1,n)},u.prototype.copy=function(t,e,n,r){if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e=0;--i)t[i+e]=this[i+n];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(o=e;o55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function V(t){return r.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(j,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function z(t,e,n,r){for(var i=0;i=e.length||i>=t.length);++i)e[i+n]=t[i];return i}}).call(this,n(308))},327:function(t,e,n){"use strict";e.byteLength=function(t){var e=c(t),n=e[0],r=e[1];return 3*(n+r)/4-r},e.toByteArray=function(t){var e,n,r=c(t),a=r[0],s=r[1],u=new o(function(t,e,n){return 3*(e+n)/4-n}(0,a,s)),l=0,f=s>0?a-4:a;for(n=0;n>16&255,u[l++]=e>>8&255,u[l++]=255&e;2===s&&(e=i[t.charCodeAt(n)]<<2|i[t.charCodeAt(n+1)]>>4,u[l++]=255&e);1===s&&(e=i[t.charCodeAt(n)]<<10|i[t.charCodeAt(n+1)]<<4|i[t.charCodeAt(n+2)]>>2,u[l++]=e>>8&255,u[l++]=255&e);return u},e.fromByteArray=function(t){for(var e,n=t.length,i=n%3,o=[],a=0,s=n-i;as?s:a+16383));1===i?(e=t[n-1],o.push(r[e>>2]+r[e<<4&63]+"==")):2===i&&(e=(t[n-2]<<8)+t[n-1],o.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"="));return o.join("")};for(var r=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=a.length;s0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");return-1===n&&(n=e),[n,n===e?0:4-n%4]}function l(t,e,n){for(var i,o,a=[],s=e;s>18&63]+r[o>>12&63]+r[o>>6&63]+r[63&o]);return a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},328:function(t,e){ +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ +e.read=function(t,e,n,r,i){var o,a,s=8*i-r-1,u=(1<>1,l=-7,f=n?i-1:0,h=n?-1:1,p=t[e+f];for(f+=h,o=p&(1<<-l)-1,p>>=-l,l+=s;l>0;o=256*o+t[e+f],f+=h,l-=8);for(a=o&(1<<-l)-1,o>>=-l,l+=r;l>0;a=256*a+t[e+f],f+=h,l-=8);if(0===o)o=1-c;else{if(o===u)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,r),o-=c}return(p?-1:1)*a*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var a,s,u,c=8*o-i-1,l=(1<>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:o-1,d=r?1:-1,v=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=l):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),(e+=a+f>=1?h/u:h*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=l?(s=0,a=l):a+f>=1?(s=(e*u-1)*Math.pow(2,i),a+=f):(s=e*Math.pow(2,f-1)*Math.pow(2,i),a=0));i>=8;t[n+p]=255&s,p+=d,s/=256,i-=8);for(a=a<0;t[n+p]=255&a,p+=d,a/=256,c-=8);t[n+p-d]|=128*v}},329:function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-vendors~drawer-hydejack-9.1.0.js b/assets/js/LEGACY-vendors~drawer-hydejack-9.1.0.js new file mode 100644 index 00000000000..824b7a8a540 --- /dev/null +++ b/assets/js/LEGACY-vendors~drawer-hydejack-9.1.0.js @@ -0,0 +1,48 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{339:function(e,t,n){"use strict";n.r(t),n.d(t,"HyDrawer",(function(){return Xe}));var r=n(2),i=n(318),o=n(305);function a(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return c(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,u=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){u=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw o}}}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n1)throw new Error("The `classMap` directive must be used in the `class` attribute and must be the only part in the attribute.");var n=t.committer,r=n.element,i=s.get(t);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),s.set(t,i=new Set));var a=r.classList||new l(r);for(var c in i.forEach((function(t){t in e||(a.remove(t),i.delete(t))})),e){var u=e[c];u!=i.has(c)&&(u?(a.add(c),i.add(c)):(a.remove(c),i.delete(c)))}"function"==typeof a.commit&&a.commit()}})),p=new WeakMap,b=Object(o.c)((function(e){return function(t){if(!(t instanceof o.a)||t instanceof o.b||"style"!==t.committer.name||t.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var n=t.committer,r=n.element.style,i=p.get(t);for(var a in void 0===i&&(r.cssText=n.strings.join(" "),p.set(t,i=new Set)),i.forEach((function(t){t in e||(i.delete(t),-1===t.indexOf("-")?r[t]=null:r.removeProperty(t))})),e)i.add(a),-1===a.indexOf("-")?r[a]=e[a]:r.setProperty(a,e[a])}})),v=n(344),h=n(354),d=n(323),y=n(301),O=n(149),m=n(347),j=n(313),g=n(46),w=n(341),S=n(150),k=n(151),E=n(13),x=n(23),C=n(10);function A(e){return Object(E.b)((function(t,n){var r=!1,i=null;t.subscribe(new C.a(n,(function(e){r=!0,i=e})));e.subscribe(new C.a(n,(function(){if(r){r=!1;var e=i;i=null,n.next(e)}}),void 0,x.a))}))}var M=n(142);function I(e){return void 0===e&&(e=M.a),Object(g.a)((function(t){return{value:t,timestamp:e.now()}}))}var P=n(324),T=n(147),R=n(322),$=n(148),_=n(345),D=n(346);function z(e){return Object(T.a)((function(t,n){return e<=n}))}var X=n(303),W=n(108);function U(e,t,n,r){return n*Math.sin(e/r*(Math.PI/2))+t}function Y(e){return("ResizeObserver"in window?Object(X.e)(e):Object(W.a)({contentRect:{width:e.clientWidth}})).pipe(Object(g.a)((function(e){return e.contentRect.width})))}var B={fromAttribute:function(e){return(null!=e?e:"").replace(/[\[\]]/g,"").split(",").map(Number)},toAttribute:function(e){return e.join(",")}};var F=n(321),J=n(343);function N(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw o}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return H(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return H(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function H(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=V(c-i)}))):e.pipe(Object(S.a)(t),Object(g.a)((function(e){var t=N(e,2),n=t[0],i=n.clientX,o=n.clientY,a=n.event,c=t[1],u=c.clientX,l=c.clientY,s=V(u-i)>=V(l-o);return r.noScroll&&s&&a&&a.preventDefault(),s})))}}])&&L(t.prototype,n),r&&L(t,r),e}();function G(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw o}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return K(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return K(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function K(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);ni&&(t||nc);default:throw Error()}}},{key:"calcIsSwipe",value:function(e,t,n,r,i){var o=e.clientX;return t.clientX!==o||n>0&&n.15||!(i<-.15)&&n>=r/2;case"right":return-i>.15||!(-i<-.15)&&n<=-r/2;default:throw Error()}}},{key:"calcTranslateX",value:function(e,t,n,r){var i=e.clientX,o=t.clientX;switch(this.side){case"left":return ee(0,Z(r,n+(i-o)));case"right":return Z(0,ee(-r,n+(i-o)));default:throw Error()}}}])&&Q(t.prototype,n),r&&Q(t,r),e}();function ne(e){return(ne="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function re(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ie(e,t)}function ie(e,t){return(ie=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function oe(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ce(e);if(t){var i=ce(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return ae(this,n)}}function ae(e,t){return!t||"object"!==ne(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ce(e){return(ce=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ue(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function le(e,t){for(var n=0;n .overflow {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n overflow-x: hidden;\n overflow-y: auto;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n }\n\n .grab {\n cursor: move;\n cursor: grab;\n }\n\n .grabbing {\n cursor: grabbing;\n }\n }\n\n @media print {\n .scrim {\n display: none !important;\n }\n\n .wrapper {\n transform: none !important;\n }\n }\n"]);return he=function(){return e},e}var de,ye,Oe,me,je=Object(i.b)(he());function ge(e){return(ge="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function we(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Se(){var e=Ee(['
']);return Se=function(){return e},e}function ke(){var e=Ee(['\n
\n \n
\n \n
\n \n ']);return ke=function(){return e},e}function Ee(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function xe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw o}}return n}(e,t)||Ae(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ce(e){return function(e){if(Array.isArray(e))return Me(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Ae(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ae(e,t){if(e){if("string"==typeof e)return Me(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Me(e,t):void 0}}function Me(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * @license + * @nocompile + */ +var Xe=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Re(e,t)}(c,e);var t,n,o,a=$e(c);function c(){var e;return Ie(this,c),(e=a.apply(this,arguments)).opened=!1,e.side="left",e.persistent=!1,e.threshold=10,e.noScroll=!1,e.mouseEvents=!1,e.range=[0,100],e.willChange=!1,de.set(De(e),Object(X.f)()),ye.set(De(e),void 0),Oe.set(De(e),void 0),me.set(De(e),void 0),e.upgrade=function(){var t=e.getDrawerWidth(),n=e.$.persistent.pipe(Object(g.a)((function(e){return!e}))),i=e.getStartObservable().pipe(Object(X.h)(n),Object(w.a)()),o=Object(v.a)((function(){return Object(r.c)(De(e),ye).pipe(Object(g.a)((function(e){return 0!==e})))})),a=i.pipe(Object(S.a)(o),Object(g.a)((function(t){var n;return(n=e).calcIsInRange.apply(n,Ce(t))})),Object(k.a)((function(t){t&&(e.willChange=!0,e.fireEvent("prepare"))})),Object(w.a)()),c=e.getEndObservable().pipe(Object(X.h)(n,a),Object(k.a)((function(){e.mouseEvents&&(e.grabbing=!1)})),Object(w.a)()),u=e.getMoveObservable(i,c).pipe(Object(X.h)(n,a),Object(w.a)()),l=e.getIsSlidingObservable(u,i,c).pipe(Object(k.a)((function(t){e.isSliding=t,t&&e.mouseEvents&&(e.grabbing=!0)}))),s=Object(r.d)(De(e),ye,Object(v.a)((function(){var n=Object(h.a)([e.$.opened,e.$.side,t]).pipe(Object(g.a)((function(e){var t=xe(e,3),n=t[0],r=t[1],i=t[2];return n?i*("left"===r?1:-1):0}))),o=u.pipe(Object(X.h)(l),Object(k.a)((function(){return e.scrimClickable=!1})),Object(k.a)((function(t){var n=t.event;return n&&e.noScroll&&n.preventDefault()})),Object(S.a)(i,Object(r.c)(De(e),Oe),t),Object(g.a)((function(t){var n;return(n=e).calcTranslateX.apply(n,Ce(t))})));return Object(d.a)(Object(r.c)(De(e),me),n,o)})).pipe(Object(w.a)()));Object(r.d)(De(e),Oe,s.pipe(A(i)));var f=s.pipe(I(),Object(P.a)(),Object(T.a)((function(e){var t=xe(e,2),n=t[0].timestamp;return t[1].timestamp-n>0})),Object(g.a)((function(e){var t=xe(e,2),n=t[0],r=n.value,i=n.timestamp,o=t[1];return(o.value-r)/(o.timestamp-i)})),Object(R.a)(0)),p=c.pipe(Object(S.a)(i,s,t,f),Object(T.a)((function(t){var n;return(n=e).calcIsSwipe.apply(n,Ce(t))})),Object(g.a)((function(t){var n;return(n=e).calcWillOpen.apply(n,Ce(t))}))),b=e.animateTo$.pipe(Object(k.a)((function(){e.willChange=!0,e.fireEvent("prepare")})));Object(r.d)(De(e),me,Object(d.a)(p,b).pipe(Object(S.a)(s,t),Object($.a)((function(t){var n=xe(t,3),r=n[0],o=n[1],a=n[2],c="left"===e.side?1:-1,u=(r?a*c:0)-o,l=Math.ceil(200+.15*a);return Object(X.m)(U,o,u,l).pipe(Object(_.a)((function(){e.transitioned(r)})),Object(D.a)(i),Object(D.a)(e.$.side.pipe(z(1))),Object(w.a)())})))),s.pipe(Object(S.a)(t),Object(k.a)((function(t){var n;(n=e).updateDOM.apply(n,Ce(t));var r=De(e),i=r.translateX,o=r.opacity;e.fireEvent("move",{detail:{translateX:i,opacity:o},bubbles:!1})}))).subscribe(),Object(y.a)(e.scrimEl,"click").pipe(Object(k.a)((function(){return e.close()}))).subscribe(),n.pipe(Object(k.a)((function(t){e.scrimEl.style.display=t?"block":"none"}))).subscribe(),e.$.mouseEvents.pipe(Object($.a)((function(e){return e?i.pipe(Object(S.a)(a)):O.a})),Object(T.a)((function(e){var t=xe(e,2),n=t[0];return t[1]&&null!=n.event})),Object(k.a)((function(e){var t=xe(e,1)[0].event;return t&&t.preventDefault()}))).subscribe(),e.fireEvent("init",{detail:e.opened}),Object(r.c)(De(e),de).resolve(De(e))},e.transitioned=function(t){e.opened=e.scrimClickable=t,e.willChange=!1,e.fireEvent("transitioned",{detail:t})},e}return t=c,(n=[{key:"getDrawerWidth",value:function(){var e=this,t=Y(this.contentEl).pipe(Object(k.a)((function(t){return e.fireEvent("content-width-change",{detail:t})}))),n=Y(this.peekEl).pipe(Object(k.a)((function(t){return e.fireEvent("peek-width-change",{detail:t})})));return Object(h.a)([t,n]).pipe(Object(g.a)((function(e){var t=xe(e,2);return t[0]-t[1]})),Object(w.a)())}},{key:"connectedCallback",value:function(){Te(ze(c.prototype),"connectedCallback",this).call(this),this.$={opened:new m.a(this.opened),side:new m.a(this.side),persistent:new m.a(this.persistent),preventDefault:new m.a(this.noScroll),mouseEvents:new m.a(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new j.a,this.updater=pe.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}},{key:"render",value:function(){var e;return Object(i.d)(ke(),b({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?Object(i.d)(Se()):null,f((we(e={wrapper:!0,"full-height":!0},this.side,!0),we(e,"grab",this.mouseEvents),we(e,"grabbing",this.mouseEvents&&this.grabbing),e)),b({willChange:this.willChange?"transform":""}))}},{key:"open",value:function(){this.animateTo$.next(!0)}},{key:"close",value:function(){this.animateTo$.next(!1)}},{key:"toggle",value:function(){this.animateTo$.next(!this.opened)}},{key:"initialized",get:function(){return Object(r.c)(this,de)}}])&&Pe(t.prototype,n),o&&Pe(t,o),c}(Object(X.b)(X.a,[q,fe,te]));de=new WeakMap,ye=new WeakMap,Oe=new WeakMap,me=new WeakMap,Xe.styles=je,Object(r.e)([Object(i.f)(".scrim")],Xe.prototype,"scrimEl",void 0),Object(r.e)([Object(i.f)(".wrapper")],Xe.prototype,"contentEl",void 0),Object(r.e)([Object(i.f)(".peek")],Xe.prototype,"peekEl",void 0),Object(r.e)([Object(i.e)({type:Boolean,reflect:!0})],Xe.prototype,"opened",void 0),Object(r.e)([Object(i.e)({type:String,reflect:!0})],Xe.prototype,"side",void 0),Object(r.e)([Object(i.e)({type:Boolean,reflect:!0})],Xe.prototype,"persistent",void 0),Object(r.e)([Object(i.e)({type:Number,reflect:!0})],Xe.prototype,"threshold",void 0),Object(r.e)([Object(i.e)({type:Boolean,reflect:!0})],Xe.prototype,"noScroll",void 0),Object(r.e)([Object(i.e)({type:Boolean,reflect:!0})],Xe.prototype,"mouseEvents",void 0),Object(r.e)([Object(i.e)({reflect:!0,converter:B,hasChanged:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length!==t.length||e.some((function(e,n){return e!==t[n]}))}})],Xe.prototype,"range",void 0),Object(r.e)([Object(i.e)()],Xe.prototype,"scrimClickable",void 0),Object(r.e)([Object(i.e)()],Xe.prototype,"grabbing",void 0),Object(r.e)([Object(i.e)()],Xe.prototype,"willChange",void 0),Object(r.e)([Object(i.e)()],Xe.prototype,"open",null),Object(r.e)([Object(i.e)()],Xe.prototype,"close",null),Object(r.e)([Object(i.e)()],Xe.prototype,"toggle",null),Xe=Object(r.e)([Object(i.c)("hy-drawer")],Xe)},354:function(e,t,n){"use strict";n.d(t,"a",(function(){return d}));var r=n(2),i=n(6);function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var a=Array.isArray,c=Object.getPrototypeOf,u=Object.prototype,l=Object.keys;function s(e){if(1===e.length){var t=e[0];if(a(t))return{args:t,keys:null};if((r=t)&&"object"===o(r)&&c(r)===u){var n=l(t);return{args:n.map((function(e){return t[e]})),keys:n}}}var r;return{args:e,keys:null}}var f=n(65),p=n(17),b=n(37),v=n(143),h=n(48);function d(){for(var e=[],t=0;t \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{303:function(t,e,n){"use strict";n.d(e,"g",(function(){return o.a})),n.d(e,"m",(function(){return o.c})),n.d(e,"a",(function(){return g})),n.d(e,"b",(function(){return _})),n.d(e,"e",(function(){return w.b})),n.d(e,"d",(function(){return w.a})),n.d(e,"l",(function(){return S.c})),n.d(e,"h",(function(){return S.b})),n.d(e,"c",(function(){return S.a})),n.d(e,"i",(function(){return O.b})),n.d(e,"j",(function(){return O.c})),n.d(e,"k",(function(){return O.d})),n.d(e,"f",(function(){return O.a}));var r,o=n(83),i=n(2),u=n(318),a=n(313);function c(t){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function s(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,a=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw i}}}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,a=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw i}}}}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n0&&void 0!==arguments[0]?arguments[0]:this.startNode;Object(o.b)(this.startNode.parentNode,t.nextSibling,this.endNode)}}]),t}(),P=function(){function t(e,n,r){if(b(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}return g(t,[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}if(this.__pendingValue!==i.a){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=i.a}}}]),t}(),x=function(t){l(n,t);var e=p(n);function n(t,r,o){var i;return b(this,n),(i=e.call(this,t,r,o)).single=2===o.length&&""===o[0]&&""===o[1],i}return g(n,[{key:"_createPart",value:function(){return new C(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:s(d(n.prototype),"_getValue",this).call(this)}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}]),n}(O),C=function(t){l(n,t);var e=p(n);function n(){return b(this,n),e.apply(this,arguments)}return n}(j),E=!1;!function(){try{var t={get capture(){return E=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var A=function(){function t(e,n,r){var o=this;b(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return o.handleEvent(t)}}return g(t,[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}if(this.__pendingValue!==i.a){var e=this.__pendingValue,n=this.value,o=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),u=null!=e&&(null==n||o);o&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),u&&(this.__options=T(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=i.a}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}]),t}(),T=function(t){return t&&(E?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}},305:function(t,e,n){"use strict";n.d(e,"c",(function(){return a.a})),n.d(e,"a",(function(){return r.b})),n.d(e,"b",(function(){return r.g})),n.d(e,"d",(function(){return c}));var r=n(304);function o(t,e){for(var n=0;n1?e-1:0),r=1;r0;){var S=y[d],O=f.exec(S)[2],j=O.toLowerCase()+u,k=b.getAttribute(j);b.removeAttribute(j);var P=k.split(i);this.parts.push({type:"attribute",index:h,name:O,strings:P}),d+=P.length-1}}"TEMPLATE"===b.tagName&&(a.push(b),s.currentNode=b.content)}else if(3===b.nodeType){var x=b.data;if(x.indexOf(r)>=0){for(var C=b.parentNode,E=x.split(i),A=E.length-1,T=0;T=0&&t.slice(n)===e},s=function(t){return-1!==t.index},l=function(){return document.createComment("")},f=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/},307:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return i})); +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,o=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;e!==n;){var o=e.nextSibling;t.insertBefore(e,r),e=o}},i=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;e!==n;){var r=e.nextSibling;t.removeChild(e),e=r}}},309:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=Array.isArray;function o(t){return 1===t.length&&r(t[0])?t[0]:t}},310:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(6),o=new r.a((function(t){return t.complete()}))},311:function(t,e,n){"use strict";n.d(e,"b",(function(){return v})),n.d(e,"a",(function(){return b}));var r=n(307),o=n(306);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e,n){return(u="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=l(t)););return t}(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(n):o.value}})(t,e,n||t)}function a(t,e){return(a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function c(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=l(t);if(e){var o=l(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}function s(t,e){return!e||"object"!==i(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function f(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function p(t,e){for(var n=0;n-1||n)&&-1===i.indexOf("--\x3e",u+1);var a=o.e.exec(i);e+=null===a?i+(n?y:o.g):i.substr(0,a.index)+a[1]+a[2]+o.b+a[3]+o.f}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==d&&(e=d.createHTML(e)),t.innerHTML=e,t}}]),t}(),b=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&a(t,e)}(n,t);var e=c(n);function n(){return f(this,n),e.apply(this,arguments)}return h(n,[{key:"getHTML",value:function(){return"".concat(u(l(n.prototype),"getHTML",this).call(this),"")}},{key:"getTemplateElement",value:function(){var t=u(l(n.prototype),"getTemplateElement",this).call(this),e=t.content,o=e.firstChild;return e.removeChild(o),Object(r.c)(e,o.firstChild),t}}]),n}(v)},312:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n(306); +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */function o(t){var e=i.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},i.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var o=t.strings.join(r.f);return void 0===(n=e.keyString.get(o))&&(n=new r.a(t,t.getTemplateElement()),e.keyString.set(o,n)),e.stringsArray.set(t.strings,n),n}var i=new Map},313:function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var r=n(2),o=n(6),i=n(15),u=n(112),a=Object(u.a)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),c=n(64),s=function(t){function e(){var e=t.call(this)||this;return e.observers=[],e.closed=!1,e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return Object(r.f)(e,t),e.prototype.lift=function(t){var e=new l(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new a},e.prototype.next=function(t){var e,n;if(this._throwIfClosed(),!this.isStopped){var o=this.observers.slice();try{for(var i=Object(r.j)(o),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}}},e.prototype.error=function(t){if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=t;for(var e=this.observers;e.length;)e.shift().error(t)}},e.prototype.complete=function(){if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;for(var t=this.observers;t.length;)t.shift().complete()}},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=null},e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,n=this.hasError,r=this.isStopped,o=this.observers;return n||r?i.a:(o.push(t),new i.b((function(){return Object(c.a)(e.observers,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this.hasError,n=this.thrownError,r=this.isStopped;e?t.error(n):r&&t.complete()},e.prototype.asObservable=function(){var t=new o.a;return t.source=this,t},e.create=function(t,e){return new l(t,e)},e}(o.a),l=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return Object(r.f)(e,t),e.prototype.next=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===n||n.call(e,t)},e.prototype.error=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===n||n.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,n;return null!==(n=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==n?n:i.a},e}(s)},314:function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return a}));var r=n(307),o=n(304),i=n(312),u=new WeakMap,a=function(t,e,n){var a=u.get(e);void 0===a&&(Object(r.b)(e,e.firstChild),u.set(e,a=new o.e(Object.assign({templateFactory:i.b},n))),a.appendInto(e)),a.setValue(t),a.commit()}},315:function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return i})); +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +var r=new WeakMap,o=function(t){return function(){var e=t.apply(void 0,arguments);return r.set(e,!0),e}},i=function(t){return"function"==typeof t&&r.has(t)}},316:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o})); +/** + * @license + * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */ +var r={},o={}},317:function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var r=n(307),o=n(306);function i(t){return function(t){if(Array.isArray(t))return c(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||a(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=a(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,c=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return u=t.done,t},e:function(t){c=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(c)throw i}}}}function a(t,e){if(t){if("string"==typeof t)return c(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(t,e):void 0}}function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:-1,n=e+1;n2&&void 0!==arguments[2]?arguments[2]:null,r=t.element.content,o=t.parts;if(null!=n)for(var i=document.createTreeWalker(r,133,null,!1),c=a(o),s=0,l=-1;i.nextNode();){l++;var f=i.currentNode;for(f===n&&(s=u(e),n.parentNode.insertBefore(e,n));-1!==c&&o[c].index===l;){if(s>0){for(;-1!==c;)o[c].index+=s,c=a(o,c);return}c=a(o,c)}}else r.appendChild(e)}(n,l,d.firstChild):d.insertBefore(l,d.firstChild),window.ShadyCSS.prepareTemplateStyles(r,t);var y=d.querySelector("style");if(window.ShadyCSS.nativeShadow&&null!==y)e.insertBefore(y.cloneNode(!0),e.firstChild);else if(n){d.insertBefore(l,d.firstChild);var m=new Set;m.add(l),i(n,m)}}else window.ShadyCSS.prepareTemplateStyles(r,t)};function g(t){return function(t){if(Array.isArray(t))return w(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||_(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){if(t){if("string"==typeof t)return w(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?w(t,e):void 0}}function w(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n2&&void 0!==arguments[2]?arguments[2]:R,r=this.constructor,o=r._attributeNameForProperty(t,n);if(void 0!==o){var i=r._propertyValueToAttribute(e,n);if(void 0===i)return;this._updateState=8|this._updateState,null==i?this.removeAttribute(o):this.setAttribute(o,i),this._updateState=-9&this._updateState}}},{key:"_attributeToProperty",value:function(t,e){if(!(8&this._updateState)){var n=this.constructor,r=n._attributeToPropertyMap.get(t);if(void 0!==r){var o=n.getPropertyOptions(r);this._updateState=16|this._updateState,this[r]=n._propertyValueFromAttribute(e,o),this._updateState=-17&this._updateState}}}},{key:"requestUpdateInternal",value:function(t,e,n){var r=!0;if(void 0!==t){var o=this.constructor;n=n||o.getPropertyOptions(t),o._valueHasChanged(this[t],e,n.hasChanged)?(this._changedProperties.has(t)||this._changedProperties.set(t,e),!0!==n.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(t,n))):r=!1}!this._hasRequestedUpdate&&r&&(this._updatePromise=this._enqueueUpdate())}},{key:"requestUpdate",value:function(t,e){return this.requestUpdateInternal(t,e),this.updateComplete}},{key:"_enqueueUpdate",value:(u=regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return this._updateState=4|this._updateState,t.prev=1,t.next=4,this._updatePromise;case 4:t.next=8;break;case 6:t.prev=6,t.t0=t.catch(1);case 8:if(null==(e=this.performUpdate())){t.next=12;break}return t.next=12,e;case 12:return t.abrupt("return",!this._hasRequestedUpdate);case 13:case"end":return t.stop()}}),t,this,[[1,6]])})),a=function(){var t=this,e=arguments;return new Promise((function(n,r){var o=u.apply(t,e);function i(t){O(o,n,r,i,a,"next",t)}function a(t){O(o,n,r,i,a,"throw",t)}i(void 0)}))},function(){return a.apply(this,arguments)})},{key:"performUpdate",value:function(){if(this._hasRequestedUpdate){this._instanceProperties&&this._applyInstanceProperties();var t=!1,e=this._changedProperties;try{(t=this.shouldUpdate(e))?this.update(e):this._markUpdated()}catch(e){throw t=!1,this._markUpdated(),e}t&&(1&this._updateState||(this._updateState=1|this._updateState,this.firstUpdated(e)),this.updated(e))}}},{key:"_markUpdated",value:function(){this._changedProperties=new Map,this._updateState=-5&this._updateState}},{key:"_getUpdateComplete",value:function(){return this._updatePromise}},{key:"shouldUpdate",value:function(t){return!0}},{key:"update",value:function(t){var e=this;void 0!==this._reflectingProperties&&this._reflectingProperties.size>0&&(this._reflectingProperties.forEach((function(t,n){return e._propertyToAttribute(n,e[n],t)})),this._reflectingProperties=void 0),this._markUpdated()}},{key:"updated",value:function(t){}},{key:"firstUpdated",value:function(t){}},{key:"_hasRequestedUpdate",get:function(){return 4&this._updateState}},{key:"hasUpdated",get:function(){return 1&this._updateState}},{key:"updateComplete",get:function(){return this._getUpdateComplete()}}],i=[{key:"_ensureClassProperties",value:function(){var t=this;if(!this.hasOwnProperty(JSCompiler_renameProperty("_classProperties",this))){this._classProperties=new Map;var e=Object.getPrototypeOf(this)._classProperties;void 0!==e&&e.forEach((function(e,n){return t._classProperties.set(n,e)}))}}},{key:"createProperty",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:R;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var n="symbol"===S(t)?Symbol():"__".concat(t),r=this.getPropertyDescriptor(t,n,e);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}},{key:"getPropertyDescriptor",value:function(t,e,n){return{get:function(){return this[e]},set:function(r){var o=this[t];this[e]=r,this.requestUpdateInternal(t,o,n)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function(t){return this._classProperties&&this._classProperties.get(t)||R}},{key:"finalize",value:function(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty("finalized")||t.finalize(),this.finalized=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e,n=this.properties,r=function(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=_(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,a=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw i}}}}([].concat(g(Object.getOwnPropertyNames(n)),g("function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(n):[])));try{for(r.s();!(e=r.n()).done;){var o=e.value;this.createProperty(o,n[o])}}catch(t){r.e(t)}finally{r.f()}}}},{key:"_attributeNameForProperty",value:function(t,e){var n=e.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof t?t.toLowerCase():void 0}},{key:"_valueHasChanged",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:N;return n(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var n=e.type,r=e.converter||T,o="function"==typeof r?r:r.fromAttribute;return o?o(t,n):t}},{key:"_propertyValueToAttribute",value:function(t,e){if(void 0!==e.reflect){var n=e.type,r=e.converter;return(r&&r.toAttribute||T.toAttribute)(t,n)}}},{key:"observedAttributes",get:function(){var t=this;this.finalize();var e=[];return this._classProperties.forEach((function(n,r){var o=t._attributeNameForProperty(r,n);void 0!==o&&(t._attributeToPropertyMap.set(o,r),e.push(o))})),e}}],o&&j(r.prototype,o),i&&j(r,i),s}(P(HTMLElement));function U(t){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)} +/** + * @license + * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at + * http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at + * http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at + * http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at + * http://polymer.github.io/PATENTS.txt + */V.finalized=!0;var I=function(t){return function(e){return"function"==typeof e?function(t,e){return window.customElements.define(t,e),e}(t,e):function(t,e){return{kind:e.kind,elements:e.elements,finisher:function(e){window.customElements.define(t,e)}}}(t,e)}};function M(t){return function(e,n){return void 0!==n?function(t,e,n){e.constructor.createProperty(n,t)}(t,e,n):function(t,e){return"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?Object.assign(Object.assign({},e),{finisher:function(n){n.createProperty(e.key,t)}}):{kind:"field",key:Symbol(),placement:"own",descriptor:{},initializer:function(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher:function(n){n.createProperty(e.key,t)}}}(t,e)}}function D(t,e){return function(n,r){var o={get:function(){return this.renderRoot.querySelector(t)},enumerable:!0,configurable:!0};if(e){var i="symbol"===U(r)?Symbol():"__".concat(r);o.get=function(){return void 0===this[i]&&(this[i]=this.renderRoot.querySelector(t)),this[i]}}return void 0!==r?F(o,n,r):q(o,n)}}var F=function(t,e,n){Object.defineProperty(e,n,t)},q=function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}};var z=Element.prototype;z.msMatchesSelector||z.webkitMatchesSelector;function L(t,e){for(var n=0;n1?e-1:0),r=1;r \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{308:function(t,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":r(window))&&(n=window)}t.exports=n},335:function(t,e,r){"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==o&&o,i="URLSearchParams"in o,s="Symbol"in o&&"iterator"in Symbol,a="FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch(t){return!1}}(),u="FormData"in o,c="ArrayBuffer"in o;if(c)var f=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(t){return t&&f.indexOf(Object.prototype.toString.call(t))>-1};function h(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function y(t){return"string"!=typeof t&&(t=String(t)),t}function p(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return s&&(e[Symbol.iterator]=function(){return e}),e}function d(t){this.map={},t instanceof d?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function b(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function m(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function v(t){var e=new FileReader,r=m(e);return e.readAsArrayBuffer(t),r}function w(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function g(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:a&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:u&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:i&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():c&&a&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=w(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):c&&(ArrayBuffer.prototype.isPrototypeOf(t)||l(t))?this._bodyArrayBuffer=w(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a&&(this.blob=function(){var t=b(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=b(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(v)}),this.text=function(){var t,e,r,n=b(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=m(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n-1?n:r),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function E(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}})),e}function A(t,e){if(!(this instanceof A))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"",this.headers=new d(e.headers),this.url=e.url||"",this._initBody(t)}_.prototype.clone=function(){return new _(this,{body:this._bodyInit})},g.call(_.prototype),g.call(A.prototype),A.prototype.clone=function(){return new A(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},A.error=function(){var t=new A(null,{status:0,statusText:""});return t.type="error",t};var T=[301,302,303,307,308];A.redirect=function(t,e){if(-1===T.indexOf(e))throw new RangeError("Invalid status code");return new A(null,{status:e,headers:{location:t}})};var P=o.DOMException;try{new P}catch(t){(P=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),P.prototype.constructor=P}function R(t,e){return new Promise((function(r,i){var s=new _(t,e);if(s.signal&&s.signal.aborted)return i(new P("Aborted","AbortError"));var u=new XMLHttpRequest;function f(){u.abort()}u.onload=function(){var t,e,n={status:u.status,statusText:u.statusText,headers:(t=u.getAllResponseHeaders()||"",e=new d,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();e.append(n,o)}})),e)};n.url="responseURL"in u?u.responseURL:n.headers.get("X-Request-URL");var o="response"in u?u.response:u.responseText;setTimeout((function(){r(new A(o,n))}),0)},u.onerror=function(){setTimeout((function(){i(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){i(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){i(new P("Aborted","AbortError"))}),0)},u.open(s.method,function(t){try{return""===t&&o.location.href?o.location.href:t}catch(e){return t}}(s.url),!0),"include"===s.credentials?u.withCredentials=!0:"omit"===s.credentials&&(u.withCredentials=!1),"responseType"in u&&(a?u.responseType="blob":c&&s.headers.get("Content-Type")&&-1!==s.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!e||"object"!==n(e.headers)||e.headers instanceof d?s.headers.forEach((function(t,e){u.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){u.setRequestHeader(t,y(e.headers[t]))})),s.signal&&(s.signal.addEventListener("abort",f),u.onreadystatechange=function(){4===u.readyState&&s.signal.removeEventListener("abort",f)}),u.send(void 0===s._bodyInit?null:s._bodyInit)}))}R.polyfill=!0,o.fetch||(o.fetch=R,o.Headers=d,o.Request=_,o.Response=A)},336:function(t,e,r){(function(n){var o,i;function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}void 0===(i="function"==typeof(o=function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var r=0;r \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{352:function(t,e){function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){"use strict";if("object"===("undefined"==typeof window?"undefined":o(window)))if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var t=function(t){for(var e=window.document,o=r(e);o;)o=r(e=o.ownerDocument);return e}(),e=[],n=null,i=null;h.prototype.THROTTLE_TIMEOUT=100,h.prototype.POLL_INTERVAL=null,h.prototype.USE_MUTATION_OBSERVER=!0,h._setupCrossOriginUpdater=function(){return n||(n=function(t,o){i=t&&o?f(t,o):{top:0,bottom:0,left:0,right:0,width:0,height:0},e.forEach((function(t){t._checkForIntersections()}))}),n},h._resetCrossOriginUpdater=function(){n=null,i=null},h.prototype.observe=function(t){if(!this._observationTargets.some((function(e){return e.element==t}))){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(t.ownerDocument),this._checkForIntersections()}},h.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter((function(e){return e.element!=t})),this._unmonitorIntersections(t.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},h.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},h.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},h.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter((function(t,e,o){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==o[e-1]}))},h.prototype._parseRootMargin=function(t){var e=(t||"0px").split(/\s+/).map((function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}}));return e[1]=e[1]||e[0],e[2]=e[2]||e[0],e[3]=e[3]||e[1],e},h.prototype._monitorIntersections=function(e){var o=e.defaultView;if(o&&-1==this._monitoringDocuments.indexOf(e)){var n=this._checkForIntersections,i=null,s=null;this.POLL_INTERVAL?i=o.setInterval(n,this.POLL_INTERVAL):(u(o,"resize",n,!0),u(e,"scroll",n,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in o&&(s=new o.MutationObserver(n)).observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(e),this._monitoringUnsubscribes.push((function(){var t=e.defaultView;t&&(i&&t.clearInterval(i),c(t,"resize",n,!0)),c(e,"scroll",n,!0),s&&s.disconnect()}));var h=this.root&&(this.root.ownerDocument||this.root)||t;if(e!=h){var a=r(e);a&&this._monitorIntersections(a.ownerDocument)}}},h.prototype._unmonitorIntersections=function(e){var o=this._monitoringDocuments.indexOf(e);if(-1!=o){var n=this.root&&(this.root.ownerDocument||this.root)||t;if(!this._observationTargets.some((function(t){var o=t.element.ownerDocument;if(o==e)return!0;for(;o&&o!=n;){var i=r(o);if((o=i&&i.ownerDocument)==e)return!0}return!1}))){var i=this._monitoringUnsubscribes[o];if(this._monitoringDocuments.splice(o,1),this._monitoringUnsubscribes.splice(o,1),i(),e!=n){var s=r(e);s&&this._unmonitorIntersections(s.ownerDocument)}}}},h.prototype._unmonitorAllIntersections=function(){var t=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var e=0;e=0&&m>=0&&{top:u,bottom:c,left:l,right:p,width:g,height:m}||null),!v)break;b=b&&d(b)}return v}},h.prototype._getRootRect=function(){var e;if(this.root&&!g(this.root))e=a(this.root);else{var o=g(this.root)?this.root:t,n=o.documentElement,i=o.body;e={top:0,left:0,right:n.clientWidth||i.clientWidth,width:n.clientWidth||i.clientWidth,bottom:n.clientHeight||i.clientHeight,height:n.clientHeight||i.clientHeight}}return this._expandRectByRootMargin(e)},h.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map((function(e,o){return"px"==e.unit?e.value:e.value*(o%2?t.width:t.height)/100})),o={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return o.width=o.right-o.left,o.height=o.bottom-o.top,o},h.prototype._hasCrossedThreshold=function(t,e){var o=t&&t.isIntersecting?t.intersectionRatio||0:-1,n=e.isIntersecting?e.intersectionRatio||0:-1;if(o!==n)for(var i=0;i \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{340:function(e,t,r){"use strict";r.r(t),r.d(t,"HyPushState",(function(){return rt}));var n=r(2),o=r(318),c=r(313),i=r(301),a=r(323),u=r(144),l=r(141),s=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return Object(n.f)(t,e),t.prototype.requestAsyncId=function(t,r,n){return void 0===n&&(n=0),null!==n&&n>0?e.prototype.requestAsyncId.call(this,t,r,n):(t.actions.push(this),t.scheduled||(t.scheduled=l.a.requestAnimationFrame((function(){return t.flush(void 0)}))))},t.prototype.recycleAsyncId=function(t,r,n){if(void 0===n&&(n=0),null!=n&&n>0||null==n&&this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,n);0===t.actions.length&&(l.a.cancelAnimationFrame(r),t.scheduled=void 0)},t}(u.a),f=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(n.f)(t,e),t.prototype.flush=function(e){this.active=!0,this.scheduled=void 0;var t,r=this.actions,n=-1;e=e||r.shift();var o=r.length;do{if(t=e.execute(e.state,e.delay))break}while(++n1&&void 0!==arguments[1]?arguments[1]:window.location;return t!==n.protocol||r!==n.host}function I(e){return e&&""===e.target}function q(e,t){var r=e.url,n=e.anchor,o=e.event,c=o.metaKey,i=o.ctrlKey;return!(c||i||!I(n)||C(r,t))}function M(e,t){var r=e.url;return!(!I(e.anchor)||C(r,t)||function(e){var t=e.hash,r=e.origin,n=e.pathname,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window.location;return""!==t&&r===o.origin&&n===o.pathname}(r,t))}function H(e){var t=e.cause,r=e.url,n=r.pathname,o=r.hash,c=e.oldURL;return n===(null==c?void 0:c.pathname)&&(t===S.Pop||t===S.Push&&""!==o)}!function(e){e.Init="init",e.Hint="hint",e.Push="push",e.Pop="pop"}(S||(S={}));var N=r(108),U=r(349),D=r(343);function x(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,c=void 0;try{for(var i,a=e[Symbol.iterator]();!(n=(i=a.next()).done)&&(r.push(i.value),!t||r.length!==t);n=!0);}catch(e){o=!0,c=e}finally{try{n||null==a.return||a.return()}finally{if(o)throw c}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return W(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return W(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function W(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);re.length)&&(t=e.length);for(var r=0,n=new Array(t);re.length)&&(t=e.length);for(var r=0,n=new Array(t);r1&&void 0!==arguments[1]?arguments[1]:{},r=t.oldURL,n=void 0===r?"":r,o=t.newURL,c=void 0===o?"":o,i=new CustomEvent(e);return i.oldURL=n,i.newURL=c,i};var Ae=function(){function e(t){var r=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.updateHistoryScrollPosition=function(){if(!C(r.parent)){var e=r.assignScrollPosition(history.state||{});history.replaceState(e,document.title)}},this.parent=t}var t,r,n;return t=e,(r=[{key:"updateHistoryState",value:function(e){var t=e.cause,r=e.replace,n=e.url,o=e.oldURL;if(!C(this.parent))switch(t){case S.Init:case S.Push:var c=this.parent.histId;if(r||n.href===location.href){var i=Pe(Pe({},history.state),{},ke({},c,{}));history.replaceState(i,document.title,n.href)}else history.pushState(ke({},c,{}),document.title,n.href);case S.Pop:this.parent.simulateHashChange&&o&&function(e,t){e.hash!==t.hash&&window.dispatchEvent(new HashChangeEvent("hashchange",{newURL:e.href,oldURL:t.href}))}(n,o)}}},{key:"updateTitle",value:function(e){var t=e.cause,r=e.title;document.title=r,C(this.parent)||t!==S.Push||history.replaceState(history.state,r)}},{key:"assignScrollPosition",value:function(e){var t=this.parent.histId;return Pe(Pe({},e),{},ke({},t,Pe(Pe({},e[t]),{},{scrollTop:Object(L.j)(),scrollHeight:Object(L.i)()})))}}])&&Ee(t.prototype,r),n&&Ee(t,n),e}();function Re(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * @license + * @nocompile + */ +function tt(e,t){return e.url.href===t.url.href&&e.error===t.error&&e.cacheNr===t.cacheNr}var rt=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ge(e,t)}(l,e);var t,r,o,u=Qe(l);function l(){var e;return Ke(this,l),(e=u.apply(this,arguments)).el=Ze(e),e.linkSelector="a[href]:not([data-no-push])",e.prefetch=!1,e.duration=0,e.simulateHashChange=!1,e.baseURL=window.location.href,Te.set(Ze(e),Object(L.f)()),e.animPromise=Promise.resolve(null),e.fadePromise=Promise.resolve(null),Le.set(Ze(e),new $e(Ze(e))),Ce.set(Ze(e),new Ae(Ze(e))),Ie.set(Ze(e),new V(Ze(e))),qe.set(Ze(e),new se(Ze(e))),Me.set(Ze(e),new ge(Ze(e))),He.set(Ze(e),new URL(e.baseURL)),Ne.set(Ze(e),(function(t,r){var o=new URL(Object(n.c)(Ze(e),He).href);o[t]=r,e.assign(o.href)})),Ue.set(Ze(e),0),De.set(Ze(e),new c.a),xe.set(Ze(e),void 0),We.set(Ze(e),(function(){var t=e.setupEventListeners(),r=t.pushEvent$,o=t.hintEvent$,c=r.pipe(Object(b.a)((function(t){var r=Fe(t,2),o=r[0],c=r[1];return{cause:S.Push,url:new URL(c.href,e.href),anchor:c,event:o,cacheNr:Object(n.c)(Ze(e),Ue)}})),Object(y.a)((function(t){return q(t,Ze(e))})),Object(O.a)((function(t){t.event.preventDefault(),Object(n.c)(Ze(e),Ce).updateHistoryScrollPosition()}))),u=Object(i.a)(window,"popstate").pipe(Object(y.a)((function(){return window.history.state&&window.history.state[e.histId]})),Object(b.a)((function(t){return{cause:S.Pop,url:new URL(window.location.href),cacheNr:Object(n.c)(Ze(e),Ue),event:t}}))),l=Object(n.c)(Ze(e),De),s=Object(a.a)(c,u,l).pipe(Object(d.a)({url:new URL(window.location.href)}),Object(j.a)(),Object(b.a)((function(e){var t=Fe(e,2),r=t[0],n=t[1];return Object.assign(n,{oldURL:r.url})})),Object(v.a)()),h=s.pipe(Object(y.a)((function(e){return!H(e)})),Object(v.a)()),m=s.pipe(Object(y.a)((function(e){return H(e)})),Object(y.a)((function(){return history.state&&history.state[e.histId]})),g(f),Object(O.a)((function(t){Object(n.c)(Ze(e),Ce).updateHistoryState(t),Object(n.c)(Ze(e),Le).manageScrollPosition(t)}))),w=Object(p.a)((function(){return Object(a.a)(h.pipe(Object(P.a)(!0)),Object(n.c)(Ze(e),xe).pipe(Object(P.a)(!1)))})).pipe(Object(d.a)(!1)),C=o.pipe(Object(L.h)(w.pipe(Object(b.a)((function(e){return!e})))),Object(b.a)((function(t){var r=Fe(t,2),o=r[0],c=r[1];return{cause:S.Hint,url:new URL(c.href,e.href),anchor:c,event:o,cacheNr:Object(n.c)(Ze(e),Ue)}})),Object(y.a)((function(t){return M(t,Ze(e))}))),I=Object(a.a)(C,h).pipe(Object(k.a)((function(e,t){return tt(e,t)})),Object(E.a)((function(t){return Object(n.c)(Ze(e),Ie).fetchPage(t)})),Object(d.a)({url:{}}),Object(v.a)()),N=Object(n.d)(Ze(e),xe,h.pipe(Object(O.a)((function(t){Object(n.c)(Ze(e),Me).onStart(t),Object(n.c)(Ze(e),Ce).updateHistoryState(t),Object(n.d)(Ze(e),He,t.url)})),Object(A.a)(I),Object(E.a)((function(t){var r;return(r=Object(n.c)(Ze(e),Ie)).getResponse.apply(r,[I].concat(Be(t)))})),Object(v.a)())),U=N.pipe(Object(y.a)((function(e){return!e.error}))),D=N.pipe(Object(y.a)((function(e){return!!e.error}))),x=U.pipe(Object(b.a)((function(t){return Object(n.c)(Ze(e),qe).responseToContent(t)})),Object(O.a)((function(t){return Object(n.c)(Ze(e),Me).emitReady(t)})),g(f),Object(O.a)((function(t){Object(n.c)(Ze(e),qe).updateDOM(t),Object(n.c)(Ze(e),Ce).updateTitle(t),Object(n.c)(Ze(e),Me).emitAfter(t)})),Object(d.a)({cause:S.Init,url:Object(n.c)(Ze(e),He),scripts:[]}),g(f),Object(O.a)((function(t){return Object(n.c)(Ze(e),Le).manageScrollPosition(t)})),Object(O.a)({error:function(t){return Object(n.c)(Ze(e),Me).emitDOMError(t)}}),Object(R.a)((function(e,t){return t})),Object(E.a)((function(t){return e.fadePromise.then((function(){return t}))})),Object(E.a)((function(t){return Object(n.c)(Ze(e),qe).reinsertScriptTags(t)})),Object(O.a)({error:function(t){return Object(n.c)(Ze(e),Me).emitError(t)}}),Object(R.a)((function(e,t){return t})),Object(O.a)((function(t){return Object(n.c)(Ze(e),Me).emitLoad(t)}))),W=D.pipe(Object(O.a)((function(t){return Object(n.c)(Ze(e),Me).emitNetworkError(t)}))),$=h.pipe(Object(E.a)((function(t){return Object(p.a)((function(){return e.animPromise})).pipe(Object(T.a)(N),Object(P.a)(t))})),Object(O.a)((function(t){return Object(n.c)(Ze(e),Me).emitProgress(t)})));x.subscribe(),m.subscribe(),W.subscribe(),$.subscribe(),Object(n.c)(Ze(e),Te).resolve(Ze(e)),e.fireEvent("init")})),e}return t=l,(r=[{key:"createRenderRoot",value:function(){return this}},{key:"assign",value:function(e){Object(n.c)(this,De).next({cause:S.Push,url:new URL(e,this.href),cacheNr:Object(n.d)(this,Ue,+Object(n.c)(this,Ue)+1)})}},{key:"reload",value:function(){Object(n.c)(this,De).next({cause:S.Push,url:new URL(this.href),cacheNr:Object(n.d)(this,Ue,+Object(n.c)(this,Ue)+1),replace:!0})}},{key:"replace",value:function(e){Object(n.c)(this,De).next({cause:S.Push,url:new URL(e,this.href),cacheNr:Object(n.d)(this,Ue,+Object(n.c)(this,Ue)+1),replace:!0})}},{key:"connectedCallback",value:function(){ze(et(l.prototype),"connectedCallback",this).call(this),this.$={linkSelector:new h.a(this.linkSelector),prefetch:new h.a(this.prefetch)},window.addEventListener("beforeunload",Object(n.c)(this,Ce).updateHistoryScrollPosition),this.updateComplete.then(Object(n.c)(this,We))}},{key:"disconnectedCallback",value:function(){window.removeEventListener("beforeunload",Object(n.c)(this,Ce).updateHistoryScrollPosition)}},{key:"initialized",get:function(){return Object(n.c)(this,Te)}},{key:"hash",get:function(){return Object(n.c)(this,He).hash},set:function(e){Object(n.c)(this,Ne).call(this,"hash",e)}},{key:"host",get:function(){return Object(n.c)(this,He).host},set:function(e){Object(n.c)(this,Ne).call(this,"host",e)}},{key:"hostname",get:function(){return Object(n.c)(this,He).hostname},set:function(e){Object(n.c)(this,Ne).call(this,"hostname",e)}},{key:"href",get:function(){return Object(n.c)(this,He).href},set:function(e){Object(n.c)(this,Ne).call(this,"href",e)}},{key:"pathname",get:function(){return Object(n.c)(this,He).pathname},set:function(e){Object(n.c)(this,Ne).call(this,"pathname",e)}},{key:"port",get:function(){return Object(n.c)(this,He).port},set:function(e){Object(n.c)(this,Ne).call(this,"port",e)}},{key:"protocol",get:function(){return Object(n.c)(this,He).protocol},set:function(e){Object(n.c)(this,Ne).call(this,"protocol",e)}},{key:"search",get:function(){return Object(n.c)(this,He).search},set:function(e){Object(n.c)(this,Ne).call(this,"search",e)}},{key:"origin",get:function(){return Object(n.c)(this,He).origin}},{key:"ancestorOrigins",get:function(){return window.location.ancestorOrigins}},{key:"histId",get:function(){return this.id||this.tagName}}])&&Xe(t.prototype,r),o&&Xe(t,o),l}(Object(L.b)(L.a,[Oe]));Te=new WeakMap,Le=new WeakMap,Ce=new WeakMap,Ie=new WeakMap,qe=new WeakMap,Me=new WeakMap,He=new WeakMap,Ne=new WeakMap,Ue=new WeakMap,De=new WeakMap,xe=new WeakMap,We=new WeakMap,Object(n.e)([Object(o.e)({type:String,reflect:!0,attribute:"replace-selector"})],rt.prototype,"replaceSelector",void 0),Object(n.e)([Object(o.e)({type:String,reflect:!0,attribute:"link-selector"})],rt.prototype,"linkSelector",void 0),Object(n.e)([Object(o.e)({type:String,reflect:!0,attribute:"script-selector"})],rt.prototype,"scriptSelector",void 0),Object(n.e)([Object(o.e)({type:Boolean,reflect:!0})],rt.prototype,"prefetch",void 0),Object(n.e)([Object(o.e)({type:Number,reflect:!0})],rt.prototype,"duration",void 0),Object(n.e)([Object(o.e)({type:Boolean,reflect:!0,attribute:"hashchange"})],rt.prototype,"simulateHashChange",void 0),Object(n.e)([Object(o.e)({type:String})],rt.prototype,"baseURL",void 0),Object(n.e)([Object(o.e)()],rt.prototype,"assign",null),Object(n.e)([Object(o.e)()],rt.prototype,"reload",null),Object(n.e)([Object(o.e)()],rt.prototype,"replace",null),rt=Object(n.e)([Object(o.c)("hy-push-state")],rt)},348:function(e,t,r){"use strict";r.d(t,"a",(function(){return i}));var n=r(17),o=r(10),c=r(13);function i(e){return Object(c.b)((function(t,r){var c,a=null,u=!1;a=t.subscribe(new o.a(r,void 0,(function(o){c=Object(n.c)(e(o,i(e)(t))),a?(a.unsubscribe(),a=null,c.subscribe(r)):u=!0}))),u&&(a.unsubscribe(),a=null,c.subscribe(r))}))}},349:function(e,t,r){"use strict";r.d(t,"a",(function(){return s}));var n=r(2),o=r(6),c=r(17),i=r(309),a=r(310),u=r(10),l=r(48);function s(){for(var e=[],t=0;t \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{308:function(e,t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":n(window))&&(r=window)}e.exports=r},334:function(e,t,n){(function(e){function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}(function(){"use strict";var n;function r(e){var t=0;return function(){return t]/g;function Xe(e){switch(e){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}}function $e(e){for(var t={},n=0;n";break e;case Node.TEXT_NODE:a=a.data,a=l&&Ye[l.localName]?a:a.replace(Ke,Xe);break e;case Node.COMMENT_NODE:a="\x3c!--"+a.data+"--\x3e";break e;default:throw window.console.error(a),Error("not implemented")}}n+=a}return n}var Qe=document.implementation.createHTMLDocument("inert"),Ze=D({get innerHTML(){return p(this)?Je("template"===this.localName?this.content:this,x):this.__shady_native_innerHTML},set innerHTML(e){if("template"===this.localName)this.__shady_native_innerHTML=e;else{we(this);var t=this.localName||"div";for(t=this.namespaceURI&&this.namespaceURI!==Qe.namespaceURI?Qe.createElementNS(this.namespaceURI,t):Qe.createElement(t),f.c?t.__shady_native_innerHTML=e:t.innerHTML=e;e=t.__shady_firstChild;)this.__shady_insertBefore(e)}}}),et=D({blur:function(){var e=h(this);(e=(e=e&&e.root)&&e.activeElement)?e.__shady_blur():this.__shady_native_blur()}});f.o||ve.forEach((function(e){et[e]=ge(e)}));var tt=D({assignedNodes:function(e){if("slot"===this.localName){var t=this.__shady_getRootNode();return t&&y(t)&&Ot(t),(t=h(this))&&(e&&e.flatten?t.l:t.assignedNodes)||[]}},addEventListener:function(e,n,r){if("slot"!==this.localName||"slotchange"===e)ce.call(this,e,n,r);else{"object"!==t(r)&&(r={capture:!!r});var o=this.__shady_parentNode;if(!o)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");r.i=this,o.__shady_addEventListener(e,n,r)}},removeEventListener:function(e,n,r){if("slot"!==this.localName||"slotchange"===e)de.call(this,e,n,r);else{"object"!==t(r)&&(r={capture:!!r});var o=this.__shady_parentNode;if(!o)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");r.i=this,o.__shady_removeEventListener(e,n,r)}}}),nt=D({getElementById:function(e){return""===e?null:Pe(this,(function(t){return t.id==e}),(function(e){return!!e}))[0]||null}}),rt=D({get activeElement(){var e=f.c?document.__shady_native_activeElement:document.activeElement;if(!e||!e.nodeType)return null;var t=!!y(this);if(!(this===document||t&&this.host!==e&&this.host.__shady_native_contains(e)))return null;for(t=Ht(e);t&&t!==this;)t=Ht(e=t.host);return this===document?t?null:e:t===this?e:null}}),ot=window.document,it=D({importNode:function(e,t){if(e.ownerDocument!==ot||"template"===e.localName)return this.__shady_native_importNode(e,t);var n=this.__shady_native_importNode(e,!1);if(t)for(e=e.__shady_firstChild;e;e=e.__shady_nextSibling)t=this.__shady_importNode(e,!0),n.__shady_appendChild(t);return n}}),st=D({dispatchEvent:ue,addEventListener:ce.bind(window),removeEventListener:de.bind(window)}),at={};Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")&&(at.parentElement=Oe.parentElement),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"contains")&&(at.contains=Oe.contains),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")&&(at.children=Me.children),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML")&&(at.innerHTML=Ze.innerHTML),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"className")&&(at.className=Ve.className);var lt={EventTarget:[Se],Node:[Oe,window.EventTarget?null:Se],Text:[xe],Comment:[xe],CDATASection:[xe],ProcessingInstruction:[xe],Element:[Ve,Me,Re,xe,!f.c||"innerHTML"in Element.prototype?Ze:null,window.HTMLSlotElement?null:tt],HTMLElement:[et,at],HTMLSlotElement:[tt],DocumentFragment:[Ae,nt],Document:[it,Ae,nt,rt],Window:[st],CharacterData:[Re]},ut=f.c?null:["innerHTML","textContent"];function ct(e,t,n,r){t.forEach((function(t){return e&&t&&k(e,t,n,r)}))}function dt(e){var t,n=e?null:ut;for(t in lt)ct(window[t]&&window[t].prototype,lt[t],e,n)}function ht(e){return e.__shady_protoIsPatched=!0,ct(e,lt.EventTarget),ct(e,lt.Node),ct(e,lt.Element),ct(e,lt.HTMLElement),ct(e,lt.HTMLSlotElement),e}["Text","Comment","CDATASection","ProcessingInstruction"].forEach((function(e){var t=window[e],n=Object.create(t.prototype);n.__shady_protoIsPatched=!0,ct(n,lt.EventTarget),ct(n,lt.Node),lt[e]&&ct(n,lt[e]),t.prototype.__shady_patchedProto=n}));var ft=f.G,_t=f.c;function pt(e,t){if(ft&&!e.__shady_protoIsPatched&&!y(e)){var n=Object.getPrototypeOf(e),r=n.hasOwnProperty("__shady_patchedProto")&&n.__shady_patchedProto;r||(ht(r=Object.create(n)),n.__shady_patchedProto=r),Object.setPrototypeOf(e,r)}_t||(1===t?K(e):2===t&&X(e))}function yt(e,t,n,r){pt(e,1),r=r||null;var o=d(e),i=r?d(r):null;o.previousSibling=r?i.previousSibling:t.__shady_lastChild,(i=h(o.previousSibling))&&(i.nextSibling=e),(i=h(o.nextSibling=r))&&(i.previousSibling=e),o.parentNode=t,r?r===n.firstChild&&(n.firstChild=e):(n.lastChild=e,n.firstChild||(n.firstChild=e)),n.childNodes=null}function mt(e,t){var n=d(e);if(t||void 0===n.firstChild){n.childNodes=null;var r=n.firstChild=e.__shady_native_firstChild;for(n.lastChild=e.__shady_native_lastChild,pt(e,2),n=r,r=void 0;n;n=n.__shady_native_nextSibling){var o=d(n);o.parentNode=t||e,o.nextSibling=n.__shady_native_nextSibling,o.previousSibling=r||null,r=n,pt(n,1)}}}var vt=D({addEventListener:function(e,n,r){"object"!==t(r)&&(r={capture:!!r}),r.i=r.i||this,this.host.__shady_addEventListener(e,n,r)},removeEventListener:function(e,n,r){"object"!==t(r)&&(r={capture:!!r}),r.i=r.i||this,this.host.__shady_removeEventListener(e,n,r)}});function gt(e,t){k(e,vt,t),k(e,rt,t),k(e,Ze,t),k(e,Me,t),f.g&&!t?(k(e,Oe,t),k(e,nt,t)):f.c||(k(e,q),k(e,B),k(e,U))}var St,Et={},Nt=f.deferConnectionCallbacks&&"loading"===document.readyState;function bt(e){var t=[];do{t.unshift(e)}while(e=e.__shady_parentNode);return t}function Ct(e,t,n){if(e!==Et)throw new TypeError("Illegal constructor");this.a=null,wt(this,t,n)}function wt(e,t,n){if(e.host=t,e.mode=n&&n.mode,mt(e.host),(t=d(e.host)).root=e,t.U="closed"!==e.mode?e:null,(t=d(e)).firstChild=t.lastChild=t.parentNode=t.nextSibling=t.previousSibling=null,f.preferPerformance)for(;t=e.host.__shady_native_firstChild;)e.host.__shady_native_removeChild(t);else Tt(e)}function Tt(e){e.j||(e.j=!0,j((function(){return Ot(e)})))}function Ot(e){var t;if(t=e.j){for(var n;e;)e.j&&(n=e),y(e=(t=e).host.__shady_getRootNode())&&(t=h(t.host))&&0o.assignedNodes.length&&(o.D=!0)}o.D&&(o.D=!1,kt(this,t))}for(t=this.a,n=[],o=0;on.indexOf(r))||n.push(r);for(t=0;t2&&void 0!==arguments[2]?arguments[2]:"",o="";if(t.cssText||t.rules){var a=t.rules;if(a&&!i(a))for(var l,u=0,c=a.length;u-1?n=t:(r=t,n=e.getAttribute&&e.getAttribute("is")||""):(n=e.is,r=e.extends),{is:n,typeExtension:r}}function U(e){for(var t=[],n="",r=0;r>=0&&r0&&void 0!==arguments[0]?arguments[0]:"";return!(""===e||!S)&&(m?"shadow"===e:"shady"===e)}function W(e,t){for(var n=0;n3&&void 0!==arguments[3]?arguments[3]:"",o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(""===o)if(m||"shady"===r)o=k(t,n);else{var i=B(e),s=i.is,a=i.typeExtension;o=this.css(t,s,a,n)+"\n\n"}return o.trim()}},{key:"css",value:function(e,t,n,r){var o=this._calcHostScope(t,n);t=this._calcElementScope(t);var i=this;return k(e,(function(e){e.isScoped||(i.rule(e,t,o),e.isScoped=!0),r&&r(e,t,o)}))}},{key:"_calcElementScope",value:function(e){return e?ie+e:""}},{key:"_calcHostScope",value:function(e,t){return t?"[is=".concat(e,"]"):e}},{key:"rule",value:function(e,t,n){this._transformRule(e,this._transformComplexSelector,t,n)}},{key:"_transformRule",value:function(e,t,n,r){e.selector=e.transformedSelector=this._transformRuleCss(e,t,n,r)}},{key:"_transformRuleCss",value:function(e,t,n,r){var o=U(e.selector);if(!D(e))for(var i,s=0,a=o.length;s-1?n=n.replace(/\+/g,"___"):n.indexOf("___")>-1&&(n=n.replace(/___/g,"+")),":".concat(t,"(").concat(n,")")}))}},{key:"_preserveMatchesPseudo",value:function(e){for(var t,n=[];t=e.match(ue);){var r=t.index,o=F(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,ce),n.push(i)}return{selector:e,matches:n}}},{key:"_replaceMatchesPseudo",value:function(e,t){var n=e.split(ce);return t.reduce((function(e,t,r){return e+t+n[r+1]}),n[0])}},{key:"_transformComplexSelector",value:function(e,t,n){var r=this,o=!1;e=e.trim();var i=X.test(e);i&&(e=e.replace(X,(function(e,t,n){return":".concat(t,"(").concat(n.replace(/\s/g,""),")")})),e=this._twiddleNthPlus(e));var s,a=ue.test(e);if(a){var l=this._preserveMatchesPseudo(e);e=l.selector,s=l.matches}return e=(e=e.replace(te,"".concat(Q," $1"))).replace(Y,(function(e,i,s){if(!o){var a=r._transformCompoundSelector(s,i,t,n);o=o||a.stop,i=a.combinator,s=a.value}return i+s})),a&&(e=this._replaceMatchesPseudo(e,s)),i&&(e=this._twiddleNthPlus(e)),e=e.replace(oe,(function(e,t,n,r){return'[dir="'.concat(n,'"] ').concat(t).concat(r,", ").concat(t,'[dir="').concat(n,'"]').concat(r)}))}},{key:"_transformCompoundSelector",value:function(e,t,n,r){var o=e.indexOf(ee);e.indexOf(Q)>=0?e=this._transformHostSelector(e,r):0!==o&&(e=n?this._transformSimpleSelector(e,n):e);var i,s=!1;return o>=0&&(t="",s=!0),s&&(i=!0,s&&(e=e.replace(re,(function(e,t){return" > ".concat(t)})))),{value:e,combinator:t,stop:i}}},{key:"_transformSimpleSelector",value:function(e,t){for(var n=e.split(/(\[.+?\])/),r=[],o=0;o+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,J=/[[.:#*]/,Q=":host",Z=":root",ee="::slotted",te=new RegExp("^(".concat(ee,")")),ne=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,re=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,oe=/(.*):dir\((?:(ltr|rtl))\)(.*)/,ie=".",se=":",ae="class",le="should_not_match",ue=/:(?:matches|any|-(?:webkit|moz)-any)/,ce="",de=new K;function he(e,t){for(var n=0;n\s*/;var ve=navigator.userAgent.match("Trident");var ge=new(function(){function e(){! +/** +@license +Copyright (c) 2017 The Polymer Project Authors. All rights reserved. +This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt +The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt +The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt +Code distributed by Google as part of the polymer project is also +subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt +*/ +function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,(n=[{key:"decorateStyles",value:function(e){var t=this,n={},r=[],o=0;A(e,(function(e){t.decorateRule(e),e.index=o++,t.collectPropertiesInCssText(e.propertyInfo.cssText,n)}),(function(e){r.push(e)})),e._keyframes=r;var i=[];for(var s in n)i.push(s);return i}},{key:"decorateRule",value:function(e){if(e.propertyInfo)return e.propertyInfo;var t={},n={};return this.collectProperties(e,n)&&(t.properties=n,e.rules=null),t.cssText=this.collectCssText(e),e.propertyInfo=t,t}},{key:"collectProperties",value:function(e,t){var n=e.propertyInfo;if(!n){for(var r,o,i,s=E,a=e.parsedCssText;r=s.exec(a);)"inherit"===(o=(r[2]||r[3]).trim())&&"unset"===o||(t[r[1].trim()]=o),i=!0;return i}if(n.properties)return Object.assign(t,n.properties),!0}},{key:"collectCssText",value:function(e){return this.collectConsumingCssText(e.parsedCssText)}},{key:"collectConsumingCssText",value:function(e){return e.replace(T,"").replace(E,"")}},{key:"collectPropertiesInCssText",value:function(e,t){for(var n;n=b.exec(e);){var r=n[1];":"!==n[2]&&(t[r]=!0)}}},{key:"reify",value:function(e){for(var t,n=Object.getOwnPropertyNames(e),r=0;r=0)e=this.valueForProperties(e,t);else{var n=this;e=function e(t,n){var r=t.indexOf("var(");if(-1===r)return n(t,"","","");var o=F(t,r+3),i=t.substring(r+4,o),s=t.substring(0,r),a=e(t.substring(o+1),n),l=i.indexOf(",");return-1===l?n(s,i.trim(),"",a):n(s,i.substring(0,l).trim(),i.substring(l+1).trim(),a)}(e,(function(e,r,o,i){if(!r)return e+i;var s=n.valueForProperty(t[r],t);return s&&"initial"!==s?"apply-shim-inherit"===s&&(s="inherit"):s=n.valueForProperty(t[o]||o,t)||o,e+(s||"")+i}))}return e&&e.trim()||""}},{key:"valueForProperties",value:function(e,t){for(var n,r,o=e.split(";"),i=0;i-1}(a,l),c=0===l.indexOf(":host")&&!u;if("shady"===n&&(c=!(u=l===a+" > *."+a||-1!==l.indexOf("html"))&&0===l.indexOf(a)),u||c){var d=a;c&&(t.transformedSelector||(t.transformedSelector=de._transformRuleCss(t,de._transformComplexSelector,de._calcElementScope(i),a)),d=t.transformedSelector||a),u&&"html"===a&&(d=t.transformedSelector||t.parsedSelector),r({selector:d,isHost:c,isRoot:u})}}}},{key:"hostAndRootPropertiesForScope",value:function(e,t,n){var r=this,o={},i={};return A(t,(function(t){r.whenHostOrRootRule(e,t,n,(function(n){var s=e._element||e;ye.call(s,n.selector)&&(n.isHost?r.collectProperties(t,o):r.collectProperties(t,i))}))}),null,!0),{rootProps:i,hostProps:o}}},{key:"transformStyles",value:function(e,t,n){var r=this,o=B(e),i=o.is,s=o.typeExtension,a=de._calcHostScope(i,s),l=e.extends?"\\"+a.slice(0,-1)+"\\]":a,u=new RegExp("(?:^|[^.#[:])"+l+"($|[.:[\\s>+~])"),c=_e.get(e),d=c.styleRules,h=c.cssBuild,f=this._elementKeyframeTransforms(e,d,n);return de.elementStyles(e,d,(function(e){r.applyProperties(e,t),m||D(e)||!e.cssText||(r.applyKeyframeTransforms(e,f),r._scopeSelector(e,u,a,n))}),h)}},{key:"_elementKeyframeTransforms",value:function(e,t,n){var r=t._keyframes,o={};if(!m&&r)for(var i=0,s=r[i];i-1&&(r.textContent=o),I(r,null,i.placeholder)):o&&(r=R(o,n,null,i.placeholder)),r&&(r._useCount=r._useCount||0,i.customStyle!=r&&r._useCount++,i.customStyle=r),r}},{key:"applyCustomStyle",value:function(e,t){var n=M(e),r=this;e.textContent=k(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=a(n),e.cssText=r.valueForProperties(n,t))}))}},{key:"XSCOPE_NAME",get:function(){return"x-scope"}}])&&pe(t.prototype,n),r&&pe(t,r),e}()),Se={}; +/** +@license +Copyright (c) 2017 The Polymer Project Authors. All rights reserved. +This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt +The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt +The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt +Code distributed by Google as part of the polymer project is also +subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt +*/function Ee(e){return Se[e]||null}function Ne(e){var t,n,r,o;Se[e]||(Se[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=L?L.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),L=n,n))}var be=window.customElements;if(be&&!m&&!g){var Ce=be.define;be.define=function(e,t,n){Ne(e),Ce.call(be,e,t,n)}} +/** +@license +Copyright (c) 2017 The Polymer Project Authors. All rights reserved. +This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt +The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt +The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt +Code distributed by Google as part of the polymer project is also +subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt +*/function we(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Te(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:100;we(this,e),this.cache={},this.typeMax=t}var t,n,r;return t=e,(n=[{key:"_validate",value:function(e,t,n){for(var r=0;rthis.typeMax&&o.shift(),this.cache[e]=o}},{key:"fetch",value:function(e,t,n){var r=this.cache[e];if(r)for(var o=r.length-1;o>=0;o--){var i=r[o];if(this._validate(i,t,n))return i}}}])&&Te(t.prototype,n),r&&Te(t,r),e}(),xe=function(){}; +/** +@license +Copyright (c) 2017 The Polymer Project Authors. All rights reserved. +This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt +The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt +The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt +Code distributed by Google as part of the polymer project is also +subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt +*/var Pe=new RegExp("".concat(de.SCOPE_NAME,"\\s*([^\\s]*)"));function ke(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Pe);return t?t[1]:""}function Me(e){var t=H(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?B(n).is:""}function De(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(de.SCOPE_NAME,")")),n=0;n \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{351:function(t,e){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r,i;i={},function(t,e){function n(){this._delay=0,this._endDelay=0,this._fill="none",this._iterationStart=0,this._iterations=1,this._duration=0,this._playbackRate=1,this._direction="normal",this._easing="linear",this._easingFunction=d}function r(){return t.isDeprecated("Invalid timing inputs","2016-03-02","TypeError exceptions will be thrown instead.",!0)}function i(e,r,i){var o=new n;return r&&(o.fill="both",o.duration="auto"),"number"!=typeof e||isNaN(e)?void 0!==e&&Object.getOwnPropertyNames(e).forEach((function(n){if("auto"!=e[n]){if(("number"==typeof o[n]||"duration"==n)&&("number"!=typeof e[n]||isNaN(e[n])))return;if("fill"==n&&-1==c.indexOf(e[n]))return;if("direction"==n&&-1==f.indexOf(e[n]))return;if("playbackRate"==n&&1!==e[n]&&t.isDeprecated("AnimationEffectTiming.playbackRate","2014-11-28","Use Animation.playbackRate instead."))return;o[n]=e[n]}})):o.duration=e,o}function o(t,e,n,r){return t<0||t>1||n<0||n>1?d:function(i){function o(t,e,n){return 3*t*(1-n)*(1-n)*n+3*e*(1-n)*n*n+n*n*n}if(i<=0){var a=0;return t>0?a=e/t:!e&&n>0&&(a=r/n),a*i}if(i>=1){var s=0;return n<1?s=(r-1)/(n-1):1==n&&t<1&&(s=(e-1)/(t-1)),1+s*(i-1)}for(var u=0,l=1;u=1)return 1;var r=1/t;return(n+=e*r)-n%r}}function s(t){v||(v=document.createElement("div").style),v.animationTimingFunction="",v.animationTimingFunction=t;var e=v.animationTimingFunction;if(""==e&&r())throw new TypeError(t+" is not a valid value for easing");return e}function u(t){if("linear"==t)return d;var e=b.exec(t);if(e)return o.apply(this,e.slice(1).map(Number));var n=y.exec(t);if(n)return a(Number(n[1]),m);var r=T.exec(t);return r?a(Number(r[1]),{start:h,middle:p,end:m}[r[2]]):g[t]||d}function l(t,e,n){if(null==e)return x;var r=n.delay+t+n.endDelay;return e=Math.min(n.delay+t,r)?k:N}var c="backwards|forwards|both|none".split("|"),f="reverse|alternate|alternate-reverse".split("|"),d=function(t){return t};n.prototype={_setMember:function(e,n){this["_"+e]=n,this._effect&&(this._effect._timingInput[e]=n,this._effect._timing=t.normalizeTimingInput(this._effect._timingInput),this._effect.activeDuration=t.calculateActiveDuration(this._effect._timing),this._effect._animation&&this._effect._animation._rebuildUnderlyingAnimation())},get playbackRate(){return this._playbackRate},set delay(t){this._setMember("delay",t)},get delay(){return this._delay},set endDelay(t){this._setMember("endDelay",t)},get endDelay(){return this._endDelay},set fill(t){this._setMember("fill",t)},get fill(){return this._fill},set iterationStart(t){if((isNaN(t)||t<0)&&r())throw new TypeError("iterationStart must be a non-negative number, received: "+t);this._setMember("iterationStart",t)},get iterationStart(){return this._iterationStart},set duration(t){if("auto"!=t&&(isNaN(t)||t<0)&&r())throw new TypeError("duration must be non-negative or auto, received: "+t);this._setMember("duration",t)},get duration(){return this._duration},set direction(t){this._setMember("direction",t)},get direction(){return this._direction},set easing(t){this._easingFunction=u(s(t)),this._setMember("easing",t)},get easing(){return this._easing},set iterations(t){if((isNaN(t)||t<0)&&r())throw new TypeError("iterations must be non-negative, received: "+t);this._setMember("iterations",t)},get iterations(){return this._iterations}};var h=1,p=.5,m=0,g={ease:o(.25,.1,.25,1),"ease-in":o(.42,0,1,1),"ease-out":o(0,0,.58,1),"ease-in-out":o(.42,0,.58,1),"step-start":a(1,h),"step-middle":a(1,p),"step-end":a(1,m)},v=null,_="\\s*(-?\\d+\\.?\\d*|-?\\.\\d+)\\s*",b=new RegExp("cubic-bezier\\("+_+","+_+","+_+","+_+"\\)"),y=/steps\(\s*(\d+)\s*\)/,T=/steps\(\s*(\d+)\s*,\s*(start|middle|end)\s*\)/,x=0,w=1,k=2,N=3;t.cloneTimingInput=function(t){if("number"==typeof t)return t;var e={};for(var n in t)e[n]=t[n];return e},t.makeTiming=i,t.numericTimingToObject=function(t){return"number"==typeof t&&(t=isNaN(t)?{duration:0}:{duration:t}),t},t.normalizeTimingInput=function(e,n){return i(e=t.numericTimingToObject(e),n)},t.calculateActiveDuration=function(t){return Math.abs(function(t){return 0===t.duration||0===t.iterations?0:t.duration*t.iterations}(t)/t.playbackRate)},t.calculateIterationProgress=function(t,e,n){var r=l(t,e,n),i=function(t,e,n,r,i){switch(r){case w:return"backwards"==e||"both"==e?0:null;case N:return n-i;case k:return"forwards"==e||"both"==e?t:null;case x:return null}}(t,n.fill,e,r,n.delay);if(null===i)return null;var o=function(t,e,n,r,i){var o=i;return 0===t?e!==w&&(o+=n):o+=r/t,o}(n.duration,r,n.iterations,i,n.iterationStart),a=function(t,e,n,r,i,o){var a=t===1/0?e%1:t%1;return 0!==a||n!==k||0===r||0===i&&0!==o||(a=1),a}(o,n.iterationStart,r,n.iterations,i,n.duration),s=function(t,e,n,r){return t===k&&e===1/0?1/0:1===n?Math.floor(r)-1:Math.floor(r)}(r,n.iterations,a,o),u=function(t,e,n){var r=t;if("normal"!==t&&"reverse"!==t){var i=e;"alternate-reverse"===t&&(i+=1),r="normal",i!==1/0&&i%2!=0&&(r="reverse")}return"normal"===r?n:1-n}(n.direction,s,a);return n._easingFunction(u)},t.calculatePhase=l,t.normalizeEasing=s,t.parseEasingFunction=u}(r={}),function(t,e){function n(t,e){return t in u&&u[t][e]||e}function r(t,e,r){if(!function(t){return"display"===t||0===t.lastIndexOf("animation",0)||0===t.lastIndexOf("transition",0)}(t)){var i=o[t];if(i)for(var s in a.style[t]=e,i){var u=i[s],l=a.style[u];r[u]=n(u,l)}else r[t]=n(t,e)}}function i(t){var e=[];for(var n in t)if(!(n in["easing","offset","composite"])){var r=t[n];Array.isArray(r)||(r=[r]);for(var i,o=r.length,a=0;a1)throw new TypeError("Keyframe offsets must be between 0 and 1.")}}else if("composite"==i){if("add"==o||"accumulate"==o)throw{type:DOMException.NOT_SUPPORTED_ERR,name:"NotSupportedError",message:"add compositing is not supported"};if("replace"!=o)throw new TypeError("Invalid composite mode "+o+".")}else o="easing"==i?t.normalizeEasing(o):""+o;r(i,o,n)}return null==n.offset&&(n.offset=null),null==n.easing&&(n.easing="linear"),n})),o=!0,a=-1/0,s=0;s=0&&t.offset<=1})),o||function(){var t=n.length;null==n[t-1].offset&&(n[t-1].offset=1),t>1&&null==n[0].offset&&(n[0].offset=0);for(var e=0,r=n[0].offset,i=1;i=t.applyFrom&&nthis._surrogateStyle.length;)this._length--,Object.defineProperty(this,this._length,{configurable:!0,enumerable:!1,value:void 0})},_set:function(e,n){this._style[e]=n,this._isAnimatedProperty[e]=!0,this._updateSvgTransformAttr&&"transform"==t.unprefixedPropertyName(e)&&(null==this._savedTransformAttr&&(this._savedTransformAttr=this._element.getAttribute("transform")),this._element.setAttribute("transform",t.transformToSvgMatrix(n)))},_clear:function(e){this._style[e]=this._surrogateStyle[e],this._updateSvgTransformAttr&&"transform"==t.unprefixedPropertyName(e)&&(this._savedTransformAttr?this._element.setAttribute("transform",this._savedTransformAttr):this._element.removeAttribute("transform"),this._savedTransformAttr=null),delete this._isAnimatedProperty[e]}},s)r.prototype[l]=function(t,e){return function(){var n=this._surrogateStyle[t].apply(this._surrogateStyle,arguments);return e&&(this._isAnimatedProperty[arguments[0]]||this._style[t].apply(this._style,arguments),this._updateIndices()),n}}(l,l in u);for(var c in document.documentElement.style)c in a||c in s||function(t){n(r.prototype,t,{get:function(){return this._surrogateStyle[t]},set:function(e){this._surrogateStyle[t]=e,this._updateIndices(),this._isAnimatedProperty[t]||(this._style[t]=e)}})}(c);t.apply=function(e,n,r){i(e),e.style._set(t.propertyName(n),r)},t.clear=function(e,n){e._webAnimationsPatchedStyle&&e.style._clear(t.propertyName(n))}}(i),function(t){window.Element.prototype.animate=function(e,n){var r="";return n&&n.id&&(r=n.id),t.timeline._play(t.KeyframeEffect(this,e,n,r))}}(i),function(t,e){t.Interpolation=function(t,e,n){return function(r){return n(function t(e,n,r){if("number"==typeof e&&"number"==typeof n)return e*(1-r)+n*r;if("boolean"==typeof e&&"boolean"==typeof n)return r<.5?e:n;if(e.length==n.length){for(var i=[],o=0;o0?this._totalDuration:0),this._ensureAlive())},get currentTime(){return this._idle||this._currentTimePending?null:this._currentTime},set currentTime(t){t=+t,isNaN(t)||(e.restart(),this._paused||null==this._startTime||(this._startTime=this._timeline.currentTime-t/this._playbackRate),this._currentTimePending=!1,this._currentTime!=t&&(this._idle&&(this._idle=!1,this._paused=!0),this._tickCurrentTime(t,!0),e.applyDirtiedAnimation(this)))},get startTime(){return this._startTime},set startTime(t){t=+t,isNaN(t)||this._paused||this._idle||(this._startTime=t,this._tickCurrentTime((this._timeline.currentTime-this._startTime)*this.playbackRate),e.applyDirtiedAnimation(this))},get playbackRate(){return this._playbackRate},set playbackRate(t){if(t!=this._playbackRate){var n=this.currentTime;this._playbackRate=t,this._startTime=null,"paused"!=this.playState&&"idle"!=this.playState&&(this._finishedFlag=!1,this._idle=!1,this._ensureAlive(),e.applyDirtiedAnimation(this)),null!=n&&(this.currentTime=n)}},get _isFinished(){return!this._idle&&(this._playbackRate>0&&this._currentTime>=this._totalDuration||this._playbackRate<0&&this._currentTime<=0)},get _totalDuration(){return this._effect._totalDuration},get playState(){return this._idle?"idle":null==this._startTime&&!this._paused&&0!=this.playbackRate||this._currentTimePending?"pending":this._paused?"paused":this._isFinished?"finished":"running"},_rewind:function(){if(this._playbackRate>=0)this._currentTime=0;else{if(!(this._totalDuration<1/0))throw new DOMException("Unable to rewind negative playback rate animation with infinite duration","InvalidStateError");this._currentTime=this._totalDuration}},play:function(){this._paused=!1,(this._isFinished||this._idle)&&(this._rewind(),this._startTime=null),this._finishedFlag=!1,this._idle=!1,this._ensureAlive(),e.applyDirtiedAnimation(this)},pause:function(){this._isFinished||this._paused||this._idle?this._idle&&(this._rewind(),this._idle=!1):this._currentTimePending=!0,this._startTime=null,this._paused=!0},finish:function(){this._idle||(this.currentTime=this._playbackRate>0?this._totalDuration:0,this._startTime=this._totalDuration-this.currentTime,this._currentTimePending=!1,e.applyDirtiedAnimation(this))},cancel:function(){this._inEffect&&(this._inEffect=!1,this._idle=!0,this._paused=!1,this._finishedFlag=!0,this._currentTime=0,this._startTime=null,this._effect._update(null),e.applyDirtiedAnimation(this))},reverse:function(){this.playbackRate*=-1,this.play()},addEventListener:function(t,e){"function"==typeof e&&"finish"==t&&this._finishHandlers.push(e)},removeEventListener:function(t,e){if("finish"==t){var n=this._finishHandlers.indexOf(e);n>=0&&this._finishHandlers.splice(n,1)}},_fireEvents:function(t){if(this._isFinished){if(!this._finishedFlag){var e=new r(this,this._currentTime,t),n=this._finishHandlers.concat(this.onfinish?[this.onfinish]:[]);setTimeout((function(){n.forEach((function(t){t.call(e.target,e)}))}),0),this._finishedFlag=!0}}else this._finishedFlag=!1},_tick:function(t,e){this._idle||this._paused||(null==this._startTime?e&&(this.startTime=t-this._currentTime/this.playbackRate):this._isFinished||this._tickCurrentTime((t-this._startTime)*this.playbackRate)),e&&(this._currentTimePending=!1,this._fireEvents(t))},get _needsTick(){return this.playState in{pending:1,running:1}||!this._finishedFlag},_targetAnimations:function(){var t=this._effect._target;return t._activeAnimations||(t._activeAnimations=[]),t._activeAnimations},_markTarget:function(){var t=this._targetAnimations();-1===t.indexOf(this)&&t.push(this)},_unmarkTarget:function(){var t=this._targetAnimations(),e=t.indexOf(this);-1!==e&&t.splice(e,1)}}}(r,i),function(t,e,n){function r(t){var e=l;l=[],t1e-4?(g=.5/Math.sqrt(_),v=[(d[2][1]-d[1][2])*g,(d[0][2]-d[2][0])*g,(d[1][0]-d[0][1])*g,.25/g]):d[0][0]>d[1][1]&&d[0][0]>d[2][2]?v=[.25*(g=2*Math.sqrt(1+d[0][0]-d[1][1]-d[2][2])),(d[0][1]+d[1][0])/g,(d[0][2]+d[2][0])/g,(d[2][1]-d[1][2])/g]:d[1][1]>d[2][2]?(g=2*Math.sqrt(1+d[1][1]-d[0][0]-d[2][2]),v=[(d[0][1]+d[1][0])/g,.25*g,(d[1][2]+d[2][1])/g,(d[0][2]-d[2][0])/g]):(g=2*Math.sqrt(1+d[2][2]-d[0][0]-d[1][1]),v=[(d[0][2]+d[2][0])/g,(d[1][2]+d[2][1])/g,.25*g,(d[1][0]-d[0][1])/g]),[f,h,p,v,l]}}();t.dot=n,t.makeMatrixDecomposition=function(t){return[s(a(t))]},t.transformListToMatrix=a}(i),function(t){function e(t,e){var n=t.exec(e);if(n)return[n=t.ignoreCase?n[0].toLowerCase():n[0],e.substr(n.length)]}function n(t,e){var n=t(e=e.replace(/^\s*/,""));if(n)return[n[0],n[1].replace(/^\s*/,"")]}function r(t,e,n,r,i){for(var o=[],a=[],s=[],u=function(t,e){for(var n=t,r=e;n&&r;)n>r?n%=r:r%=n;return t*e/(n+r)}(r.length,i.length),l=0;l=1?e:"visible"}]}),["visibility"])}(i),function(t,e){function n(t){t=t.trim(),o.fillStyle="#000",o.fillStyle=t;var e=o.fillStyle;if(o.fillStyle="#fff",o.fillStyle=t,e==o.fillStyle){o.fillRect(0,0,1,1);var n=o.getImageData(0,0,1,1).data;o.clearRect(0,0,1,1);var r=n[3]/255;return[n[0]*r,n[1]*r,n[2]*r,r]}}function r(e,n){return[e,n,function(e){function n(t){return Math.max(0,Math.min(255,t))}if(e[3])for(var r=0;r<3;r++)e[r]=Math.round(n(e[r]/e[3]));return e[3]=t.numberToString(t.clamp(0,1,e[3])),"rgba("+e.join(",")+")"}]}var i=document.createElementNS("http://www.w3.org/1999/xhtml","canvas");i.width=i.height=1;var o=i.getContext("2d");t.addPropertiesHandler(n,r,["background-color","border-bottom-color","border-left-color","border-right-color","border-top-color","color","fill","flood-color","lighting-color","outline-color","stop-color","stroke","text-decoration-color"]),t.consumeColor=t.consumeParenthesised.bind(null,n),t.mergeColors=r}(i),function(t,e){function n(t){function e(){var e=a.exec(t);o=e?e[0]:void 0}function n(){if("("!==o)return function(){var t=Number(o);return e(),t}();e();var t=i();return")"!==o?NaN:(e(),t)}function r(){for(var t=n();"*"===o||"/"===o;){var r=o;e();var i=n();"*"===r?t*=i:t/=i}return t}function i(){for(var t=r();"+"===o||"-"===o;){var n=o;e();var i=r();"+"===n?t+=i:t-=i}return t}var o,a=/([\+\-\w\.]+|[\(\)\*\/])/g;return e(),i()}function r(t,e){if("0"==(e=e.trim().toLowerCase())&&"px".search(t)>=0)return{px:0};if(/^[^(]*$|^calc/.test(e)){e=e.replace(/calc\(/g,"(");var r={};e=e.replace(t,(function(t){return r[t]=null,"U"+t}));for(var i="U("+t.source+")",o=e.replace(/[-+]?(\d*\.)?\d+([Ee][-+]?\d+)?/g,"N").replace(new RegExp("N"+i,"g"),"D").replace(/\s[+-]\s/g,"O").replace(/\s/g,""),a=[/N\*(D)/g,/(N|D)[*\/]N/g,/(N|D)O\1/g,/\((N|D)\)/g],s=0;s1?"calc("+n+")":n}]}var a="px|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc",s=r.bind(null,new RegExp(a,"g")),u=r.bind(null,new RegExp(a+"|%","g")),l=r.bind(null,/deg|rad|grad|turn/g);t.parseLength=s,t.parseLengthOrPercent=u,t.consumeLengthOrPercent=t.consumeParenthesised.bind(null,u),t.parseAngle=l,t.mergeDimensions=o;var c=t.consumeParenthesised.bind(null,s),f=t.consumeRepeated.bind(void 0,c,/^/),d=t.consumeRepeated.bind(void 0,f,/^,/);t.consumeSizePairList=d;var h=t.mergeNestedRepeated.bind(void 0,i," "),p=t.mergeNestedRepeated.bind(void 0,h,",");t.mergeNonNegativeSizePair=h,t.addPropertiesHandler((function(t){var e=d(t);if(e&&""==e[1])return e[0]}),p,["background-size"]),t.addPropertiesHandler(u,i,["border-bottom-width","border-image-width","border-left-width","border-right-width","border-top-width","flex-basis","font-size","height","line-height","max-height","max-width","outline-width","width"]),t.addPropertiesHandler(u,o,["border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius","bottom","left","letter-spacing","margin-bottom","margin-left","margin-right","margin-top","min-height","min-width","outline-offset","padding-bottom","padding-left","padding-right","padding-top","perspective","right","shape-margin","stroke-dashoffset","text-indent","top","vertical-align","word-spacing"])}(i),function(t,e){function n(e){return t.consumeLengthOrPercent(e)||t.consumeToken(/^auto/,e)}function r(e){var r=t.consumeList([t.ignore(t.consumeToken.bind(null,/^rect/)),t.ignore(t.consumeToken.bind(null,/^\(/)),t.consumeRepeated.bind(null,n,/^,/),t.ignore(t.consumeToken.bind(null,/^\)/))],e);if(r&&4==r[0].length)return r[0]}var i=t.mergeWrappedNestedRepeated.bind(null,(function(t){return"rect("+t+")"}),(function(e,n){return"auto"==e||"auto"==n?[!0,!1,function(r){var i=r?e:n;if("auto"==i)return"auto";var o=t.mergeDimensions(i,i);return o[2](o[0])}]:t.mergeDimensions(e,n)}),", ");t.parseBox=r,t.mergeBoxes=i,t.addPropertiesHandler(r,i,["clip"])}(i),function(t,e){function n(t){return function(e){var n=0;return t.map((function(t){return t===l?e[n++]:t}))}}function r(t){return t}function i(e){if("none"==(e=e.toLowerCase().trim()))return[];for(var n,r=/\s*(\w+)\(([^)]*)\)/g,i=[],o=0;n=r.exec(e);){if(n.index!=o)return;o=n.index+n[0].length;var a=n[1],s=d[a];if(!s)return;var u=n[2].split(","),l=s[0];if(l.length900||e%100!=0))return e}),(function(t,n){return[t,n,e]}),["font-weight"])}(i),function(t){function e(t){var e={};for(var n in t)e[n]=-t[n];return e}function r(e){return t.consumeToken(/^(left|center|right|top|bottom)\b/i,e)||t.consumeLengthOrPercent(e)}function i(e,i){var o=t.consumeRepeated(r,/^/,i);if(o&&""==o[1]){var s=o[0];if(s[0]=s[0]||"center",s[1]=s[1]||"center",3==e&&(s[2]=s[2]||{px:0}),s.length==e){if(/top|bottom/.test(s[0])||/left|right/.test(s[1])){var u=s[0];s[0]=s[1],s[1]=u}if(/left|right|center|Object/.test(s[0])&&/top|bottom|center|Object/.test(s[1]))return s.map((function(t){return"object"==n(t)?t:a[t]}))}}}function o(n){var i=t.consumeRepeated(r,/^/,n);if(i){for(var o=i[0],s=[{"%":50},{"%":50}],u=0,l=!1,c=0;c=0&&this._cancelHandlers.splice(n,1)}else u.call(this,t,e)},o}}}(),function(t){var e=document.documentElement,n=null,r=!1;try{var i="0"==getComputedStyle(e).getPropertyValue("opacity")?"1":"0";(n=e.animate({opacity:[i,i]},{duration:1})).currentTime=0,r=getComputedStyle(e).getPropertyValue("opacity")==i}catch(t){}finally{n&&n.cancel()}if(!r){var o=window.Element.prototype.animate;window.Element.prototype.animate=function(e,n){return window.Symbol&&Symbol.iterator&&Array.prototype.from&&e[Symbol.iterator]&&(e=Array.from(e)),Array.isArray(e)||null===e||(e=t.convertToArrayForm(e)),o.call(this,e,n)}}}(r)}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-vendors~webcomponents-hydejack-9.1.0.js b/assets/js/LEGACY-vendors~webcomponents-hydejack-9.1.0.js new file mode 100644 index 00000000000..ecb22e61932 --- /dev/null +++ b/assets/js/LEGACY-vendors~webcomponents-hydejack-9.1.0.js @@ -0,0 +1,34 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{330:function(t,e){ +/** + * @license + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt + */ +!function(){"use strict";var t;if(!((t=document.createEvent("Event")).initEvent("foo",!0,!0),t.preventDefault(),t.defaultPrevented)){var e=Event.prototype.preventDefault;Event.prototype.preventDefault=function(){this.cancelable&&(e.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0},configurable:!0}))}}var n=/Trident/.test(navigator.userAgent);if(!window.Event||n&&"function"!=typeof window.Event){var o=window.Event;if(window.Event=function(t,e){e=e||{};var n=document.createEvent("Event");return n.initEvent(t,Boolean(e.bubbles),Boolean(e.cancelable)),n},o){for(var r in o)window.Event[r]=o[r];window.Event.prototype=o.prototype}}if((!window.CustomEvent||n&&"function"!=typeof window.CustomEvent)&&(window.CustomEvent=function(t,e){e=e||{};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,Boolean(e.bubbles),Boolean(e.cancelable),e.detail),n},window.CustomEvent.prototype=window.Event.prototype),!window.MouseEvent||n&&"function"!=typeof window.MouseEvent){var i=window.MouseEvent;if(window.MouseEvent=function(t,e){e=e||{};var n=document.createEvent("MouseEvent");return n.initMouseEvent(t,Boolean(e.bubbles),Boolean(e.cancelable),e.view||window,e.detail,e.screenX,e.screenY,e.clientX,e.clientY,e.ctrlKey,e.altKey,e.shiftKey,e.metaKey,e.button,e.relatedTarget),n},i)for(var r in i)window.MouseEvent[r]=i[r];window.MouseEvent.prototype=i.prototype}if(Array.from||(Array.from=function(t){return[].slice.call(t)}),!Object.assign){var a=function(t,e){for(var n,o=Object.getOwnPropertyNames(e),r=0;r32&&e<127&&-1==[34,35,60,62,63,96].indexOf(e)?t:encodeURIComponent(t)}function f(t){var e=t.charCodeAt(0);return e>32&&e<127&&-1==[34,35,60,62,96].indexOf(e)?t:encodeURIComponent(t)}function d(t,e,n){function c(t){w.push(t)}var d=e||"scheme start",m=0,v="",_=!1,y=!1,w=[];t:for(;(t[m-1]!=i||0==m)&&!this._isInvalid;){var g=t[m];switch(d){case"scheme start":if(!g||!a.test(g)){if(e){c("Invalid scheme.");break t}v="",d="no scheme";continue}v+=g.toLowerCase(),d="scheme";break;case"scheme":if(g&&s.test(g))v+=g.toLowerCase();else{if(":"!=g){if(e){if(i==g)break t;c("Code point not allowed in scheme: "+g);break t}v="",m=0,d="no scheme";continue}if(this._scheme=v,v="",e)break t;l(this._scheme)&&(this._isRelative=!0),d="file"==this._scheme?"relative":this._isRelative&&n&&n._scheme==this._scheme?"relative or authority":this._isRelative?"authority first slash":"scheme data"}break;case"scheme data":"?"==g?(this._query="?",d="query"):"#"==g?(this._fragment="#",d="fragment"):i!=g&&"\t"!=g&&"\n"!=g&&"\r"!=g&&(this._schemeData+=p(g));break;case"no scheme":if(n&&l(n._scheme)){d="relative";continue}c("Missing scheme."),h.call(this);break;case"relative or authority":if("/"!=g||"/"!=t[m+1]){c("Expected /, got: "+g),d="relative";continue}d="authority ignore slashes";break;case"relative":if(this._isRelative=!0,"file"!=this._scheme&&(this._scheme=n._scheme),i==g){this._host=n._host,this._port=n._port,this._path=n._path.slice(),this._query=n._query,this._username=n._username,this._password=n._password;break t}if("/"==g||"\\"==g)"\\"==g&&c("\\ is an invalid code point."),d="relative slash";else if("?"==g)this._host=n._host,this._port=n._port,this._path=n._path.slice(),this._query="?",this._username=n._username,this._password=n._password,d="query";else{if("#"!=g){var b=t[m+1],E=t[m+2];("file"!=this._scheme||!a.test(g)||":"!=b&&"|"!=b||i!=E&&"/"!=E&&"\\"!=E&&"?"!=E&&"#"!=E)&&(this._host=n._host,this._port=n._port,this._username=n._username,this._password=n._password,this._path=n._path.slice(),this._path.pop()),d="relative path";continue}this._host=n._host,this._port=n._port,this._path=n._path.slice(),this._query=n._query,this._fragment="#",this._username=n._username,this._password=n._password,d="fragment"}break;case"relative slash":if("/"!=g&&"\\"!=g){"file"!=this._scheme&&(this._host=n._host,this._port=n._port,this._username=n._username,this._password=n._password),d="relative path";continue}"\\"==g&&c("\\ is an invalid code point."),d="file"==this._scheme?"file host":"authority ignore slashes";break;case"authority first slash":if("/"!=g){c("Expected '/', got: "+g),d="authority ignore slashes";continue}d="authority second slash";break;case"authority second slash":if(d="authority ignore slashes","/"!=g){c("Expected '/', got: "+g);continue}break;case"authority ignore slashes":if("/"!=g&&"\\"!=g){d="authority";continue}c("Expected authority, got: "+g);break;case"authority":if("@"==g){_&&(c("@ already seen."),v+="%40"),_=!0;for(var C=0;C\x20\t\r\n\f]+)/i.exec(t)||["",""])[1].toLowerCase()}(t)];if(e)for(var n=0;n"+t+"";for(y.body.innerHTML=t,_.bootstrap(y);this.content.firstChild;)a.call(this.content,this.content.firstChild);var o=y.body;if(e)for(var r=0;r"+this.innerHTML+""},set:function(t){if(!this.parentNode)throw new Error("Failed to set the 'outerHTML' property on 'Element': This element has no parent node.");y.body.innerHTML=t;for(var e=this.ownerDocument.createDocumentFragment();y.body.firstChild;)s.call(e,y.body.firstChild);c.call(this.parentNode,e,this)},configurable:!0})};N(_.prototype),D(_.prototype),_.bootstrap=function(t){for(var e,n=m(t,"template"),o=0,r=n.length;o]/g,M=function(t){switch(t){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}},L=function(t){return t.replace(T,M)},O=function(t){for(var e={},n=0;n";case Node.TEXT_NODE:var c=t.data;return e&&A[e.localName]?c:function(t){return t.replace(k,M)}(c);case Node.COMMENT_NODE:return"\x3c!--"+t.data+"--\x3e";default:throw window.console.error(t),new Error("not implemented")}},j=function(t,e){"template"===t.localName&&(t=t.content);for(var n,o="",r=e?e(t):u.get.call(t),i=0,a=r.length;i \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{319:function(e,n,t){"use strict";t.r(n);t(330),t(331),t(332),t(333);var o=window.customElements,d=!1,l=null;function a(){window.HTMLTemplateElement.bootstrap&&window.HTMLTemplateElement.bootstrap(window.document),l&&l(),d=!0,document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))}o.polyfillWrapFlushCallback&&o.polyfillWrapFlushCallback((function(e){l=e,d&&e()})),"complete"!==document.readyState?(window.addEventListener("load",a),window.addEventListener("DOMContentLoaded",(function(){window.removeEventListener("load",a),a()}))):a()}}]); \ No newline at end of file diff --git a/assets/js/clap-button-hydejack-9.1.0.js b/assets/js/clap-button-hydejack-9.1.0.js new file mode 100644 index 00000000000..05b51eb3ce5 --- /dev/null +++ b/assets/js/clap-button-hydejack-9.1.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{153:function(n,e,i){"use strict";i.r(e);var o,t=i(15);function r(n,e,i,o,t,r,l){try{var s=n[r](l),u=s.value}catch(n){return void i(n)}s.done?e(u):Promise.resolve(u).then(o,t)}(o=function*(){yield Promise.all([..."customElements"in window?[]:[i.e(16).then(i.bind(null,175)).then(()=>Promise.all([i.e(14),i.e(8)]).then(i.bind(null,176)))]]),yield t.t,yield t.s,window.GET_CLAPS_API||(window.GET_CLAPS_API="https://worker.getclaps.app"),Promise.resolve().then(i.bind(null,181))},function(){var n=this,e=arguments;return new Promise((function(i,t){var l=o.apply(n,e);function s(n){r(l,i,t,s,u,"next",n)}function u(n){r(l,i,t,s,u,"throw",n)}s(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/drawer-hydejack-9.1.0.js b/assets/js/drawer-hydejack-9.1.0.js new file mode 100644 index 00000000000..f5b0dcb2cf4 --- /dev/null +++ b/assets/js/drawer-hydejack-9.1.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{154:function(e,t,a){"use strict";a.r(t);var n,i=a(97),r=a(179),c=a(157),l=a(210),o=a(96),s=a(178),d=a(25),p=a(198),u=a(99),b=a(98),h=a(95),w=a(211),v=a(15);function m(e,t,a,n,i,r,c){try{var l=e[r](c),o=l.value}catch(e){return void a(e)}l.done?t(o):Promise.resolve(o).then(n,i)}(n=function*(){var e;yield Promise.all([..."customElements"in window?[]:[a.e(16).then(a.bind(null,175)).then(()=>Promise.all([a.e(14),a.e(8)]).then(a.bind(null,176)))],..."ResizeObserver"in window?[]:[a.e(7).then(a.bind(null,193))]]),yield v.t,yield v.s;var t=document.getElementById("_drawer"),n=document.getElementById("_sidebar"),m=null==n?void 0:n.querySelector(".sidebar-sticky");if(t&&n&&m){null===(e=document.getElementById("_menu"))||void 0===e||e.addEventListener("click",e=>{e.preventDefault(),e.stopPropagation(),t.toggle()}),n.querySelectorAll('a[href^="/"]:not(.external)').forEach(e=>e.addEventListener("click",()=>t.close())),v.p&&t.setAttribute("threshold","0"),v.n||t.setAttribute("mouseevents","");var[y,O]=v.j?[new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),CSS.number(1)]:[null,null],j=Object(r.a)(Object(v.g)(window.matchMedia(v.a)),Object(v.g)(window.matchMedia(v.b))).pipe(Object(s.a)({}),Object(d.a)(()=>window.matchMedia(v.b).matches?3:window.matchMedia(v.a).matches?2:1)),g=Object(c.a)(t,"peek-width-change").pipe(Object(d.a)(e=>e.detail)),f=Object(c.a)(window,"resize",{passive:!0}).pipe(Object(s.a)({}),Object(d.a)(v.i)),S=Object(l.a)(g,f).pipe(Object(d.a)(e=>{var[t,a]=e;return a/2-t/2})),E=Object(r.a)(S.pipe(Object(d.a)(()=>void 0!==t.opacity?1-t.opacity:L?0:1)),Object(c.a)(t,"hy-drawer-move").pipe(Object(d.a)(e=>{var{detail:{opacity:t}}=e;return 1-t})));t.addEventListener("hy-drawer-prepare",()=>{n.style.willChange="transform",m.style.willChange="opacity"}),t.addEventListener("hy-drawer-transitioned",()=>{n.style.willChange="",m.style.willChange=""});var C=Object(v.h)(),L=t.classList.contains("cover")&&C<=0&&!(history.state&&history.state.closedOnce);L||(history.state||history.replaceState({},document.title),history.state.closedOnce=!0,t.removeAttribute("opened"));var _,k=Object(c.a)(t,"hy-drawer-transitioned").pipe(Object(d.a)(e=>e.detail),Object(p.a)(),Object(u.a)(e=>{var t,a;e||(null==(a=document.getElementById("_swipe"))||null===(t=a.parentNode)||void 0===t||t.removeChild(a),history.state||history.replaceState({},document.title),history.state.closedOnce=!0)}),Object(s.a)(L)),B=L?null:t.getBoundingClientRect().height;t.addEventListener("hy-drawer-init",()=>{t.classList.add("loaded"),function(e){var t=document.getElementById("_hrefSwipeSVG");if(t){var a,n=document.createElement("img");n.id="_swipe",n.src=t.href,n.alt="Swipe image",n.addEventListener("click",()=>e.close()),null===(a=document.getElementById("_sidebar"))||void 0===a||a.appendChild(n)}}(t),B&&C>=B&&window.scrollTo(0,C-B)},{once:!0}),yield Promise.resolve().then(a.bind(null,195)),window._drawer=t,E.pipe(Object(b.a)(j,S),Object(u.a)(e=>((e,t,a)=>{var i=a*e,r=t>=2?1:1-e;v.j?(y[0].x.value=i,O.value=r,n.attributeStyleMap.set("transform",y),m.attributeStyleMap.set("opacity",O)):(n.style.transform="translateX(".concat(i,"px)"),m.style.opacity=r)})(...e))).subscribe(),g.pipe(Object(b.a)(j),Object(d.a)(e=>function(e,t){return t>=2?[0,e]:v.o?[35,150]:[0,150]}(...e)),Object(u.a)(e=>{t.range=e})).subscribe(),Object(c.a)(document,"wheel",{passive:!1}).pipe((_=k,e=>_.pipe(Object(o.a)(t=>t?e:i.a))),Object(h.a)(e=>e.deltaY>0),Object(u.a)(e=>{t.translateX>0&&e.preventDefault()}),Object(w.a)(500),Object(u.a)(()=>t.close())).subscribe()}},function(){var e=this,t=arguments;return new Promise((function(a,i){var r=n.apply(e,t);function c(e){m(r,a,i,c,l,"next",e)}function l(e){m(r,a,i,c,l,"throw",e)}c(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/fetch-hydejack-9.1.0.js b/assets/js/fetch-hydejack-9.1.0.js new file mode 100644 index 00000000000..f208cdf1bea --- /dev/null +++ b/assets/js/fetch-hydejack-9.1.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{209:function(n,w,o){"use strict";o.r(w);o(191),o(192)}}]); \ No newline at end of file diff --git a/assets/js/hydejack-9.1.0.js b/assets/js/hydejack-9.1.0.js new file mode 100644 index 00000000000..931d49db19b --- /dev/null +++ b/assets/js/hydejack-9.1.0.js @@ -0,0 +1,28 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.1.0 + */!function(t){function n(n){for(var e,o,i=n[0],u=n[1],c=0,s=[];c=0;c--)(o=t[c])&&(u=(i<3?o(u):i>3?o(n,e,u):o(n,e))||u);return i>3&&u&&Object.defineProperty(n,e,u),u}function u(t,n,e,r){return new(e||(e=Promise))((function(o,i){function u(t){try{a(r.next(t))}catch(t){i(t)}}function c(t){try{a(r.throw(t))}catch(t){i(t)}}function a(t){var n;t.done?o(t.value):(n=t.value,n instanceof e?n:new e((function(t){t(n)}))).then(u,c)}a((r=r.apply(t,n||[])).next())}))}function c(t,n){var e,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;u;)try{if(e=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}function s(t,n){var e="function"==typeof Symbol&&t[Symbol.iterator];if(!e)return t;var r,o,i=e.call(t),u=[];try{for(;(void 0===n||n-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(e=i.return)&&e.call(i)}finally{if(o)throw o.error}}return u}function f(){for(var t=[],n=0;n0&&l.indexOf("chrome")<0,p=l.indexOf("mobile")>0,v=d&&p,h=(l.indexOf("ucbrowser"),l.indexOf("firefox"),l.indexOf("fxios")>0&&l.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),b=new Promise(t=>{"customElements"in window?t(!0):document.addEventListener("WebComponentsReady",t)}),y=new Promise((function t(n,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?n(!0):r<=0?e(Error("Stylesheet not loaded within 10 seconds")):setTimeout(()=>t(n,e,r-1),1e3/3):n(!0)})),m=(t,n)=>new Promise(e=>t.addEventListener(n,e,{once:!0}));function g(t){return!window.Modernizr||[...t].every(t=>{var n=window.Modernizr[t];return n})}function w(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function x(t,n,e){return t?o.a.create(r=>{var o=t.animate(n,e);return o.addEventListener("finish",t=>{r.next(t),requestAnimationFrame(()=>{requestAnimationFrame(()=>r.complete())})}),()=>{"finished"!==o.playState&&o.cancel()}}):Object(r.a)(new CustomEvent("finish"))}function O(t){var n=document.getElementById(t);return n&&document.importNode(n.content,!0)}var _=document.body||document.documentElement,j=()=>window.innerWidth||_.clientWidth;var S=t=>n=>new Promise(e=>t(n).addEventListener("load",e)),E=(S(window.loadJS),S(window.loadCSS));function P(t,n){return new Promise(e=>{var r=new IntersectionObserver(n=>{n.some(t=>t.isIntersecting)&&(t.forEach(t=>r.unobserve(t)),e(n.find(t=>t.isIntersecting)))},n);t.forEach(t=>r.observe(t))})}},function(t,n,e){"use strict";function r(){}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},function(t,n,e){var r=e(38);t.exports=function(t){return Object(r(t))}},function(t,n,e){var r=e(13),o=e(43);t.exports=e(8)?function(t,n,e){return r.f(t,n,o(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){"use strict";function r(t){return t}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r="function"==typeof Symbol&&Symbol.observable||"@@observable"},function(t,n,e){var r=e(5),o=e(19),i=e(23),u=e(35)("src"),c=e(102),a=(""+c).split("toString");e(33).inspectSource=function(t){return c.call(t)},(t.exports=function(t,n,e,c){var s="function"==typeof e;s&&(i(e,"name")||o(e,"name",n)),t[n]!==e&&(s&&(i(e,u)||o(e,u,t[n]?""+t[n]:a.join(String(n)))),t===r?t[n]=e:c?t[n]?t[n]=e:o(t,n,e):(delete t[n],o(t,n,e)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||c.call(this)}))},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(4),o=e(3);function i(t,n){return Object(r.b)((function(e,r){var i=0;e.subscribe(new o.a(r,(function(e){r.next(t.call(n,e,i++))})))}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return a}));var r=e(25),o=e(11),i=e(4),u=e(3);var c=e(0);function a(t,n,e){return void 0===e&&(e=1/0),Object(c.a)(n)?a((function(e,i){return Object(r.a)((function(t,r){return n(e,t,i,r)}))(Object(o.c)(t(e,i)))}),e):("number"==typeof n&&(e=n),Object(i.b)((function(n,r){return function(t,n,e,r,i,c,a,s){var f=[],l=0,d=0,p=!1,v=function(){!p||f.length||l||n.complete()},h=function(t){return l0?o(r(t),9007199254740991):0}},function(t,n,e){var r=e(107),o=e(38);t.exports=function(t){return r(o(t))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(32),o=e(11);function i(t,n){return n?Object(r.a)(t,n):Object(o.b)(t)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(2);function o(t,n){return new r.a((function(e){var r=0;return n.schedule((function(){r===t.length?e.complete():(e.next(t[r++]),e.closed||this.schedule())}))}))}},function(t,n){var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},function(t,n,e){var r=e(14);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},function(t,n){t.exports=!1},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,e){"use strict";function r(t,n){if(t){var e=t.indexOf(n);0<=e&&t.splice(e,1)}}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"b",(function(){return d})),e.d(n,"a",(function(){return p}));var r=e(1),o=e(0),i=e(7),u=e(17),c=e(54),a=e(16),s=f("C",void 0,void 0);function f(t,n,e){return{kind:t,value:n,error:e}}var l=e(55),d=function(t){function n(n){var e=t.call(this)||this;return e.isStopped=!1,n?(e.destination=n,Object(i.c)(n)&&n.add(e)):e.destination=b,e}return Object(r.f)(n,t),n.create=function(t,n,e){return new p(t,n,e)},n.prototype.next=function(t){this.isStopped?h(function(t){return f("N",t,void 0)}(t),this):this._next(t)},n.prototype.error=function(t){this.isStopped?h(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},n.prototype.complete=function(){this.isStopped?h(s,this):(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},n.prototype._next=function(t){this.destination.next(t)},n.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},n.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},n}(i.b),p=function(t){function n(n,e,r){var i=t.call(this)||this;if(i.destination=b,(n||e||r)&&n!==b){var c=void 0;if(Object(o.a)(n))c=n;else if(n){var s;c=n.next,e=n.error,r=n.complete,i&&u.a.useDeprecatedNextContext?(s=Object.create(n)).unsubscribe=function(){return i.unsubscribe()}:s=n,c=null==c?void 0:c.bind(s),e=null==e?void 0:e.bind(s),r=null==r?void 0:r.bind(s)}i.destination={next:c||a.a,error:e||v,complete:r||a.a}}return i}return Object(r.f)(n,t),n}(d);function v(t){if(u.a.useDeprecatedSynchronousErrorHandling)throw t;Object(c.a)(t)}function h(t,n){var e=u.a.onStoppedNotification;e&&l.a.setTimeout((function(){return e(t,n)}))}var b={closed:!0,next:a.a,error:v,complete:a.a}},,function(t,n,e){"use strict";function r(){var t=document.documentElement,n=document.body,e="scrollHeight";return t[e]||n[e]}function o(){return window.pageYOffset||document.body.scrollTop}e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return o})),e.d(n,"d",(function(){return u})),e.d(n,"a",(function(){return c}));var i=(t,n)=>(t.matches||t.msMatchesSelector).call(t,n);function u(t,n){for(var e=t;null!=e;){if(i(e,n))return e;e=e.parentNode instanceof Element?e.parentNode:null}return null}function c(){var t,n,e=new Promise((e,r)=>(t=e,n=r));return e.resolve=t,e.reject=n,e}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,e){var r=e(33),o=e(5),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(36)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,n,e){var r=e(24);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},function(t,n,e){var r=e(80),o=e(63);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){"use strict";t.exports=e(36)||!e(12)((function(){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete e(5)[t]}))},function(t,n,e){var r=e(66),o=e(43),i=e(29),u=e(34),c=e(23),a=e(76),s=Object.getOwnPropertyDescriptor;n.f=e(8)?s:function(t,n){if(t=i(t),n=u(n,!0),a)try{return s(t,n)}catch(t){}if(c(t,n))return o(!r.f.call(t,n),t[n])}},function(t,n,e){"use strict";var r=e(10);t.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(t,n,e){"use strict";var r=e(128),o=RegExp.prototype.exec;t.exports=function(t,n){var e=t.exec;if("function"==typeof e){var i=e.call(t,n);if("object"!=typeof i)throw new TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw new TypeError("RegExp#exec called on incompatible receiver");return o.call(t,n)}},function(t,n,e){"use strict";e(129);var r=e(22),o=e(19),i=e(12),u=e(38),c=e(6),a=e(69),s=c("species"),f=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")})),l=function(){var t=/(?:)/,n=t.exec;t.exec=function(){return n.apply(this,arguments)};var e="ab".split(t);return 2===e.length&&"a"===e[0]&&"b"===e[1]}();t.exports=function(t,n,e){var d=c(t),p=!i((function(){var n={};return n[d]=function(){return 7},7!=""[t](n)})),v=p?!i((function(){var n=!1,e=/a/;return e.exec=function(){return n=!0,null},"split"===t&&(e.constructor={},e.constructor[s]=function(){return e}),e[d](""),!n})):void 0;if(!p||!v||"replace"===t&&!f||"split"===t&&!l){var h=/./[d],b=e(u,d,""[t],(function(t,n,e,r,o){return n.exec===a?p&&!o?{done:!0,value:h.call(n,e,r)}:{done:!0,value:t.call(e,n,r)}:{done:!1}})),y=b[0],m=b[1];r(String.prototype,t,y),o(RegExp.prototype,d,2==n?function(t,n){return m.call(t,this,n)}:function(t){return m.call(t,this)})}}},function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"a",(function(){return i}));var r=e(92),o=new(e(94).a)(r.a),i=o},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(17),o=e(55);function i(t){o.a.setTimeout((function(){var n=r.a.onUnhandledError;if(!n)throw t;n(t)}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return o}));var r=e(1),o={setTimeout:function(t){function n(){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(){for(var t=[],n=0;nt.pipe(Object(o.a)(t=>t?n:r.a))}function l(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),r=1;r0===e.length?n.pipe(Object(i.a)(t),Object(u.a)(t=>{var[,n]=t;return n}),Object(c.a)(t=>{var[n]=t;return n})):n.pipe(Object(i.a)(t,...e),Object(u.a)(t=>{var[,...n]=t;return n.every(t=>t)}),Object(c.a)(t=>{var[n]=t;return n}))}function d(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return n=>{var e=[];return n.pipe(Object(a.a)(t=>e.push(t)),Object(s.a)(t),Object(c.a)(()=>e),Object(a.a)(()=>e=[]))}}},function(t,n,e){"use strict";e.d(n,"a",(function(){return m})),e.d(n,"b",(function(){return g})),e.d(n,"c",(function(){return w}));var r=e(2),o=e(7),i={now:function(){return(i.delegate||performance).now()},delegate:void 0},u=e(89);function c(t){var n=u.a.schedule;return new r.a((function(e){var r=new o.b,u=t||i,c=u.now();return r.add(n((function o(i){var a=u.now();e.next({timestamp:t?a:i,elapsed:a-c}),e.closed||r.add(n(o))}))),r}))}var a=c(),s=e(25),f=e(4),l=e(3);var d=e(1),p=e(75),v=e(70);function h(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function b(t){for(var n=1;n{var r=new AbortController,{signal:o}=r,i=null;return fetch(t,b(b({},n),{},{signal:o})).then(t=>{i=t,e.next(t),e.complete()}).catch(t=>e.error(t)),()=>{i||r.abort()}})}function g(t){return new r.a(n=>{var e=n.next.bind(n);return t.onchange?t.addEventListener("change",e):t.addListener(e),()=>{t.onchange?t.removeEventListener("change",e):t.removeListener(e)}})}function w(t,n,e,r,o){return(h?c(h):a).pipe(Object(s.a)(t=>{var{elapsed:n}=t;return n}),(i=t=>tt(i,n,e,r,o)));var i,u,h}},function(t,n,e){var r=e(14),o=e(5).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,n,e){var r=e(37);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,n){t.exports={}},function(t,n,e){var r=e(44)("keys"),o=e(35);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(13).f,o=e(23),i=e(6)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},function(t,n,e){var r=e(23),o=e(18),i=e(62)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n){n.f={}.propertyIsEnumerable},function(t,n,e){var r=e(80),o=e(63).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,n,e){"use strict";var r=e(127)(!0);t.exports=function(t,n,e){return n+(e?r(t,n).length:1)}},function(t,n,e){"use strict";var r,o,i=e(50),u=RegExp.prototype.exec,c=String.prototype.replace,a=u,s=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),f=void 0!==/()??/.exec("")[1];(s||f)&&(a=function(t){var n,e,r,o,a=this;return f&&(e=new RegExp("^"+a.source+"$(?!\\s)",i.call(a))),s&&(n=a.lastIndex),r=u.call(a,t),s&&r&&(a.lastIndex=a.global?r.index+r[0].length:n),f&&r&&r.length>1&&c.call(r[0],e,(function(){for(o=1;o{var e=new ResizeObserver(t=>t.forEach(t=>n.next(t)));return e.observe(t),()=>{e.unobserve(t)}})}function i(t,n){return new r.a(e=>{var r=new MutationObserver(t=>t.forEach(t=>e.next(t)));return r.observe(t,n),()=>{r.disconnect()}})}},function(t,n,e){"use strict";function r(t){var n=t((function(t){Error.call(t),t.stack=(new Error).stack}));return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"a",(function(){return c}));var r=e(72);function o(){return Object(r.a)(1)}var i=e(30),u=e(27);function c(){for(var t=[],n=0;n=t.length?(this._t=void 0,o(1)):o(0,"keys"==n?e:"values"==n?t[e]:[e,t[e]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,n,e){var r=e(10),o=e(110),i=e(63),u=e(62)("IE_PROTO"),c=function(){},a=function(){var t,n=e(59)("iframe"),r=i.length;for(n.style.display="none",e(81).appendChild(n),n.src="javascript:",(t=n.contentWindow.document).open(),t.write("