From c1fba94d1d105ab3518892eae2c8678e099d4a57 Mon Sep 17 00:00:00 2001 From: Florian Klampfer Date: Sun, 8 Sep 2024 14:25:26 +0700 Subject: [PATCH] 9.2.0 --- .gitignore | 4 +- _includes/body/footer.html | 2 +- _includes/body/scripts.html | 4 +- _includes/head/meta-static.html | 2 +- _includes/head/styles-inline.html | 2 +- _includes/head/styles-no-inline.html | 2 +- _includes/header.txt | 2 +- _js/lib/version.js | 2 +- _js/src/upgrades.js | 4 +- _layouts/compress.html | 2 +- _sass/hydejack/__inline__/_avatar.scss | 51 ++++ _sass/hydejack/__inline__/_base.scss | 78 +++++++ _sass/hydejack/__inline__/_break-layout.scss | 25 ++ _sass/hydejack/__inline__/_content.scss | 69 ++++++ _sass/hydejack/__inline__/_footer.scss | 25 ++ _sass/hydejack/__inline__/_images.scss | 36 +++ _sass/hydejack/__inline__/_katex.scss | 25 ++ _sass/hydejack/__inline__/_links.scss | 60 +++++ _sass/hydejack/__inline__/_mark-external.scss | 25 ++ _sass/hydejack/__inline__/_menu.scss | 96 ++++++++ _sass/hydejack/__inline__/_sidebar.scss | 184 +++++++++++++++ _sass/hydejack/__inline__/_social.scss | 61 +++++ _sass/hydejack/__inline__/_toc.scss | 55 +++++ _sass/hydejack/__inline__/_utilities.scss | 73 ++++++ _sass/hydejack/__link__/_avatar.scss | 36 +++ _sass/hydejack/__link__/_base.scss | 48 ++++ _sass/hydejack/__link__/_break-layout.scss | 90 +++++++ _sass/hydejack/__link__/_content.scss | 39 ++++ _sass/hydejack/__link__/_footer.scss | 45 ++++ _sass/hydejack/__link__/_images.scss | 55 +++++ _sass/hydejack/__link__/_katex.scss | 32 +++ _sass/hydejack/__link__/_links.scss | 64 +++++ _sass/hydejack/__link__/_mark-external.scss | 46 ++++ _sass/hydejack/__link__/_menu.scss | 97 ++++++++ _sass/hydejack/__link__/_sidebar.scss | 127 ++++++++++ _sass/hydejack/__link__/_social.scss | 33 +++ _sass/hydejack/__link__/_toc.scss | 55 +++++ _sass/hydejack/__link__/_utilities.scss | 82 +++++++ _sass/pooleparty/__inline__/_base.scss | 78 +++++++ _sass/pooleparty/__inline__/_code.scss | 25 ++ _sass/pooleparty/__inline__/_footer.scss | 25 ++ _sass/pooleparty/__inline__/_footnotes.scss | 25 ++ _sass/pooleparty/__inline__/_message.scss | 66 ++++++ _sass/pooleparty/__inline__/_pagination.scss | 25 ++ _sass/pooleparty/__inline__/_posts.scss | 82 +++++++ _sass/pooleparty/__inline__/_read-more.scss | 25 ++ _sass/pooleparty/__inline__/_related.scss | 38 +++ _sass/pooleparty/__inline__/_table.scss | 25 ++ _sass/pooleparty/__inline__/_type.scss | 156 +++++++++++++ _sass/pooleparty/__link__/_base.scss | 46 ++++ _sass/pooleparty/__link__/_code.scss | 220 ++++++++++++++++++ _sass/pooleparty/__link__/_footer.scss | 25 ++ _sass/pooleparty/__link__/_footnotes.scss | 80 +++++++ _sass/pooleparty/__link__/_message.scss | 25 ++ _sass/pooleparty/__link__/_pagination.scss | 91 ++++++++ _sass/pooleparty/__link__/_posts.scss | 55 +++++ _sass/pooleparty/__link__/_read-more.scss | 46 ++++ _sass/pooleparty/__link__/_related.scss | 33 +++ _sass/pooleparty/__link__/_table.scss | 176 ++++++++++++++ _sass/pooleparty/__link__/_type.scss | 180 ++++++++++++++ ...{hydejack-9.1.9.css => hydejack-9.2.0.css} | 0 .../js/LEGACY-clap-button-hydejack-9.2.0.js | 14 ++ assets/js/LEGACY-drawer-hydejack-9.2.0.js | 14 ++ assets/js/LEGACY-fetch-hydejack-9.2.0.js | 14 ++ assets/js/LEGACY-hydejack-9.2.0.js | 13 ++ assets/js/LEGACY-navbar-hydejack-9.2.0.js | 14 ++ assets/js/LEGACY-push-state-hydejack-9.2.0.js | 14 ++ .../LEGACY-resize-observer-hydejack-9.2.0.js | 14 ++ assets/js/LEGACY-shadydom-hydejack-9.2.0.js | 14 ++ ...GACY-vendors~clap-button-hydejack-9.2.0.js | 14 ++ .../LEGACY-vendors~drawer-hydejack-9.2.0.js | 47 ++++ ...endors~drawer~push-state-hydejack-9.2.0.js | 211 +++++++++++++++++ .../js/LEGACY-vendors~fetch-hydejack-9.2.0.js | 14 ++ ...rs~intersection-observer-hydejack-9.2.0.js | 14 ++ ...EGACY-vendors~push-state-hydejack-9.2.0.js | 34 +++ .../LEGACY-vendors~shadydom-hydejack-9.2.0.js | 155 ++++++++++++ ...CY-vendors~webanimations-hydejack-9.2.0.js | 14 ++ ...CY-vendors~webcomponents-hydejack-9.2.0.js | 34 +++ .../js/LEGACY-webcomponents-hydejack-9.2.0.js | 14 ++ assets/js/clap-button-hydejack-9.2.0.js | 14 ++ assets/js/drawer-hydejack-9.2.0.js | 14 ++ assets/js/fetch-hydejack-9.2.0.js | 14 ++ assets/js/hydejack-9.2.0.js | 13 ++ assets/js/navbar-hydejack-9.2.0.js | 14 ++ assets/js/push-state-hydejack-9.2.0.js | 14 ++ assets/js/resize-observer-hydejack-9.2.0.js | 14 ++ assets/js/shadydom-hydejack-9.2.0.js | 14 ++ .../js/vendors~clap-button-hydejack-9.2.0.js | 14 ++ assets/js/vendors~drawer-hydejack-9.2.0.js | 48 ++++ ...endors~drawer~push-state-hydejack-9.2.0.js | 163 +++++++++++++ assets/js/vendors~fetch-hydejack-9.2.0.js | 14 ++ ...rs~intersection-observer-hydejack-9.2.0.js | 14 ++ .../js/vendors~push-state-hydejack-9.2.0.js | 34 +++ assets/js/vendors~shadydom-hydejack-9.2.0.js | 146 ++++++++++++ .../vendors~webanimations-hydejack-9.2.0.js | 14 ++ assets/js/webcomponents-hydejack-9.2.0.js | 14 ++ assets/version.json | 4 +- jekyll-theme-hydejack.gemspec | 2 +- package-lock.json | 4 +- package.json | 2 +- 100 files changed, 4513 insertions(+), 18 deletions(-) create mode 100644 _sass/hydejack/__inline__/_avatar.scss create mode 100644 _sass/hydejack/__inline__/_base.scss create mode 100644 _sass/hydejack/__inline__/_break-layout.scss create mode 100644 _sass/hydejack/__inline__/_content.scss create mode 100644 _sass/hydejack/__inline__/_footer.scss create mode 100644 _sass/hydejack/__inline__/_images.scss create mode 100644 _sass/hydejack/__inline__/_katex.scss create mode 100644 _sass/hydejack/__inline__/_links.scss create mode 100644 _sass/hydejack/__inline__/_mark-external.scss create mode 100644 _sass/hydejack/__inline__/_menu.scss create mode 100644 _sass/hydejack/__inline__/_sidebar.scss create mode 100644 _sass/hydejack/__inline__/_social.scss create mode 100644 _sass/hydejack/__inline__/_toc.scss create mode 100644 _sass/hydejack/__inline__/_utilities.scss create mode 100644 _sass/hydejack/__link__/_avatar.scss create mode 100644 _sass/hydejack/__link__/_base.scss create mode 100644 _sass/hydejack/__link__/_break-layout.scss create mode 100644 _sass/hydejack/__link__/_content.scss create mode 100644 _sass/hydejack/__link__/_footer.scss create mode 100644 _sass/hydejack/__link__/_images.scss create mode 100644 _sass/hydejack/__link__/_katex.scss create mode 100644 _sass/hydejack/__link__/_links.scss create mode 100644 _sass/hydejack/__link__/_mark-external.scss create mode 100644 _sass/hydejack/__link__/_menu.scss create mode 100644 _sass/hydejack/__link__/_sidebar.scss create mode 100644 _sass/hydejack/__link__/_social.scss create mode 100644 _sass/hydejack/__link__/_toc.scss create mode 100644 _sass/hydejack/__link__/_utilities.scss create mode 100644 _sass/pooleparty/__inline__/_base.scss create mode 100644 _sass/pooleparty/__inline__/_code.scss create mode 100644 _sass/pooleparty/__inline__/_footer.scss create mode 100644 _sass/pooleparty/__inline__/_footnotes.scss create mode 100644 _sass/pooleparty/__inline__/_message.scss create mode 100644 _sass/pooleparty/__inline__/_pagination.scss create mode 100644 _sass/pooleparty/__inline__/_posts.scss create mode 100644 _sass/pooleparty/__inline__/_read-more.scss create mode 100644 _sass/pooleparty/__inline__/_related.scss create mode 100644 _sass/pooleparty/__inline__/_table.scss create mode 100644 _sass/pooleparty/__inline__/_type.scss create mode 100644 _sass/pooleparty/__link__/_base.scss create mode 100644 _sass/pooleparty/__link__/_code.scss create mode 100644 _sass/pooleparty/__link__/_footer.scss create mode 100644 _sass/pooleparty/__link__/_footnotes.scss create mode 100644 _sass/pooleparty/__link__/_message.scss create mode 100644 _sass/pooleparty/__link__/_pagination.scss create mode 100644 _sass/pooleparty/__link__/_posts.scss create mode 100644 _sass/pooleparty/__link__/_read-more.scss create mode 100644 _sass/pooleparty/__link__/_related.scss create mode 100644 _sass/pooleparty/__link__/_table.scss create mode 100644 _sass/pooleparty/__link__/_type.scss rename assets/css/{hydejack-9.1.9.css => hydejack-9.2.0.css} (100%) create mode 100644 assets/js/LEGACY-clap-button-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-drawer-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-fetch-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-navbar-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-push-state-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-resize-observer-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-shadydom-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~clap-button-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~drawer-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~fetch-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~intersection-observer-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~push-state-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~shadydom-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~webanimations-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-vendors~webcomponents-hydejack-9.2.0.js create mode 100644 assets/js/LEGACY-webcomponents-hydejack-9.2.0.js create mode 100644 assets/js/clap-button-hydejack-9.2.0.js create mode 100644 assets/js/drawer-hydejack-9.2.0.js create mode 100644 assets/js/fetch-hydejack-9.2.0.js create mode 100644 assets/js/hydejack-9.2.0.js create mode 100644 assets/js/navbar-hydejack-9.2.0.js create mode 100644 assets/js/push-state-hydejack-9.2.0.js create mode 100644 assets/js/resize-observer-hydejack-9.2.0.js create mode 100644 assets/js/shadydom-hydejack-9.2.0.js create mode 100644 assets/js/vendors~clap-button-hydejack-9.2.0.js create mode 100644 assets/js/vendors~drawer-hydejack-9.2.0.js create mode 100644 assets/js/vendors~drawer~push-state-hydejack-9.2.0.js create mode 100644 assets/js/vendors~fetch-hydejack-9.2.0.js create mode 100644 assets/js/vendors~intersection-observer-hydejack-9.2.0.js create mode 100644 assets/js/vendors~push-state-hydejack-9.2.0.js create mode 100644 assets/js/vendors~shadydom-hydejack-9.2.0.js create mode 100644 assets/js/vendors~webanimations-hydejack-9.2.0.js create mode 100644 assets/js/webcomponents-hydejack-9.2.0.js diff --git a/.gitignore b/.gitignore index 07a59cf0d4b..f2c331c6316 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ vendor .ruby-lsp *.gem -/assets/js/*hydejack-* -/_sass/*/__*__ +# +# diff --git a/_includes/body/footer.html b/_includes/body/footer.html index b062908efc4..f86cec906e7 100644 --- a/_includes/body/footer.html +++ b/_includes/body/footer.html @@ -13,7 +13,7 @@ {% endfor %} {% endif %} -

Powered by Hydejack v9.1.9

+

Powered by Hydejack v9.2.0


{% endif %} diff --git a/_includes/body/scripts.html b/_includes/body/scripts.html index c8d20cffe19..3299d721eee 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 d88a7b64c68..ba2ab61fb8d 100644 --- a/_includes/head/meta-static.html +++ b/_includes/head/meta-static.html @@ -10,4 +10,4 @@ - \ 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 6937f9fa7f6..2ee4d8eeaef 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.9.css' | relative_url }}{% endcapture %} +{% capture style_url %}{{ 'assets/css/hydejack-9.2.0.css' | relative_url }}{% endcapture %} {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %} {% if google_fonts %} {% capture fonts_url %}{{ site.google_fonts_url | default:'https://fonts.googleapis.com' }}/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %} diff --git a/_includes/head/styles-no-inline.html b/_includes/head/styles-no-inline.html index 05cab1b1de7..9a7467a8b79 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.9.css' | relative_url }}{% endcapture %} +{% capture style_url %}{{ 'assets/css/hydejack-9.2.0.css' | relative_url }}{% endcapture %} {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %} {% if google_fonts %} {% capture fonts_url %}{{ site.google_fonts_url | default:'https://fonts.googleapis.com' }}/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %} diff --git a/_includes/header.txt b/_includes/header.txt index 3005e16e76f..6221410af82 100644 --- a/_includes/header.txt +++ b/_includes/header.txt @@ -9,5 +9,5 @@ * /\___/ \ \____/ * \/__/ \/___/ * - * Powered by Hydejack v9.1.9 + * Powered by Hydejack v9.2.0 */ diff --git a/_js/lib/version.js b/_js/lib/version.js index d18b37f567a..734368c5764 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.9 '); +console.log('Powered by Hydejack v9.2.0 '); diff --git a/_js/src/upgrades.js b/_js/src/upgrades.js index 6de9a569d2e..d8315861b84 100644 --- a/_js/src/upgrades.js +++ b/_js/src/upgrades.js @@ -120,7 +120,9 @@ const toggleClass = (element, ...cls) => { Array.from(main.querySelectorAll(CODE_BLOCK_SEL)).forEach((el) => { const container = el?.parentNode?.parentNode; const writeText = async () => { - await navigator.clipboard.write([new ClipboardItem({ 'text/plain': new Blob([el.textContent], { type: 'text/plain' }) })]); + await navigator.clipboard.write([ + new ClipboardItem({ 'text/plain': new Blob([el.textContent], { type: 'text/plain' }) }), + ]); toggleClass(copyBtn, 'copy-success'); }; const copyBtn = createElement( diff --git a/_layouts/compress.html b/_layouts/compress.html index 2ac21fc43c1..fa46b7ba6d1 100644 --- a/_layouts/compress.html +++ b/_layouts/compress.html @@ -10,6 +10,6 @@ /\___/ \ \____/ \/__/ \/___/ -Powered by Hydejack v9.1.9 +Powered by Hydejack v9.2.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..77bd2776dfc --- /dev/null +++ b/_sass/hydejack/__inline__/_avatar.scss @@ -0,0 +1,51 @@ +// 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..7b802c2aa16 --- /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..e425a9dbb3a --- /dev/null +++ b/_sass/hydejack/__link__/_avatar.scss @@ -0,0 +1,36 @@ +// 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..35a4e200c91 --- /dev/null +++ b/_sass/hydejack/__link__/_break-layout.scss @@ -0,0 +1,90 @@ +// 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: null; + @if $gh-pages-compat { + $x: (($content-width-5 / 2) - ($content-padding * 2) + 21rem); + } @else { + $x: calc(($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: null; + @if $gh-pages-compat { + $x: (($content-width-5 / 2) - ($content-padding * 2)); + } @else { + $x: calc(($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..2166a9419e8 --- /dev/null +++ b/_sass/hydejack/__link__/_links.scss @@ -0,0 +1,64 @@ +// 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..ac98c17b99c --- /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: "\2009\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..f11087c7ffd --- /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..ffcf07b9309 --- /dev/null +++ b/_sass/pooleparty/__inline__/_posts.scss @@ -0,0 +1,82 @@ +// 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: 2rem; + } + + .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; + margin-top: -.6rem; + height: 2rem; + margin-bottom: .85rem; + color: var(--gray); + + > .ellipsis { + cursor: pointer; + } + + [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..18f6da93b5a --- /dev/null +++ b/_sass/pooleparty/__inline__/_type.scss @@ -0,0 +1,156 @@ +// 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; + line-height: 1.6; +} + +.f5 { + @extend .heading; + font-size: 1.04rem; + line-height: 1.7; +} + +.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..73ac201c17d --- /dev/null +++ b/_sass/pooleparty/__link__/_code.scss @@ -0,0 +1,220 @@ +// 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 { + @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; + @include border-radius(); +} + +.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); + overflow: clip; + + > 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..13c34adbb46 --- /dev/null +++ b/_sass/pooleparty/__link__/_footnotes.scss @@ -0,0 +1,80 @@ +// 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; + margin-bottom: 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: 1rem 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..ec1ca744e98 --- /dev/null +++ b/_sass/pooleparty/__link__/_type.scss @@ -0,0 +1,180 @@ +// 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; + line-height: 1.6; +} + +.f5 { + @extend .heading; + font-size: 1.04rem; + line-height: 1.7; +} + +.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.9.css b/assets/css/hydejack-9.2.0.css similarity index 100% rename from assets/css/hydejack-9.1.9.css rename to assets/css/hydejack-9.2.0.css diff --git a/assets/js/LEGACY-clap-button-hydejack-9.2.0.js b/assets/js/LEGACY-clap-button-hydejack-9.2.0.js new file mode 100644 index 00000000000..418b4be6922 --- /dev/null +++ b/assets/js/LEGACY-clap-button-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{312:function(t,r,e){"use strict";e.r(r);e(344);var n,o=e(16);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 a(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */a=function(){return r};var t,r={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,r,e){t[r]=e.value},c="function"==typeof Symbol?Symbol:{},u=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function s(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{s({},"")}catch(t){s=function(t,r,e){return t[r]=e}}function h(t,r,e,n){var i=r&&r.prototype instanceof g?r:g,a=Object.create(i.prototype),c=new G(n||[]);return o(a,"_invoke",{value:j(t,e,c)}),a}function p(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}r.wrap=h;var y="suspendedStart",v="executing",d="completed",m={};function g(){}function w(){}function b(){}var L={};s(L,u,(function(){return this}));var x=Object.getPrototypeOf,E=x&&x(x(T([])));E&&E!==e&&n.call(E,u)&&(L=E);var _=b.prototype=g.prototype=Object.create(L);function S(t){["next","throw","return"].forEach((function(r){s(t,r,(function(t){return this._invoke(r,t)}))}))}function P(t,r){function e(o,a,c,u){var l=p(t[o],t,a);if("throw"!==l.type){var f=l.arg,s=f.value;return s&&"object"==i(s)&&n.call(s,"__await")?r.resolve(s.__await).then((function(t){e("next",t,c,u)}),(function(t){e("throw",t,c,u)})):r.resolve(s).then((function(t){f.value=t,c(f)}),(function(t){return e("throw",t,c,u)}))}u(l.arg)}var a;o(this,"_invoke",{value:function(t,n){function o(){return new r((function(r,o){e(t,n,r,o)}))}return a=a?a.then(o,o):o()}})}function j(r,e,n){var o=y;return function(i,a){if(o===v)throw Error("Generator is already running");if(o===d){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var c=n.delegate;if(c){var u=O(c,n);if(u){if(u===m)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===y)throw o=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=v;var l=p(r,e,n);if("normal"===l.type){if(o=n.done?d:"suspendedYield",l.arg===m)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(o=d,n.method="throw",n.arg=l.arg)}}}function O(r,e){var n=e.method,o=r.iterator[n];if(o===t)return e.delegate=null,"throw"===n&&r.iterator.return&&(e.method="return",e.arg=t,O(r,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var i=p(o,r.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,m;var a=i.arg;return a?a.done?(e[r.resultName]=a.value,e.next=r.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,m):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function A(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function k(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function G(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function T(r){if(r||""===r){var e=r[u];if(e)return e.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var o=-1,a=function e(){for(;++o=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),l=n.call(a,"finallyLoc");if(u&&l){if(this.prev=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),k(e),m}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;k(e)}return o}}throw Error("illegal catch attempt")},delegateYield:function(r,e,n){return this.delegate={iterator:T(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=t),m}},r}function c(t){return function(t){if(Array.isArray(t))return u(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,r){if(t){if("string"==typeof t)return u(t,r);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?u(t,r):void 0}}(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,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);e \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{313:function(t,e,r){"use strict";r.r(e);var n,o=r(158),i=r(342),a=r(319),c=r(370),u=r(157),l=r(341),s=r(47),f=r(358),h=r(160),p=r(159),d=r(156),y=r(371),v=r(16);function m(t){return(m="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 b(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */b=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,r){return t[e]=r}}function s(t,e,r,n){var i=e&&e.prototype instanceof v?e:v,a=Object.create(i.prototype),c=new P(n||[]);return o(a,"_invoke",{value:_(t,r,c)}),a}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=s;var h="suspendedStart",p="executing",d="completed",y={};function v(){}function w(){}function g(){}var O={};l(O,a,(function(){return this}));var j=Object.getPrototypeOf,E=j&&j(j(C([])));E&&E!==r&&n.call(E,a)&&(O=E);var S=g.prototype=v.prototype=Object.create(O);function x(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function L(t,e){function r(o,i,a,c){var u=f(t[o],t,i);if("throw"!==u.type){var l=u.arg,s=l.value;return s&&"object"==m(s)&&n.call(s,"__await")?e.resolve(s.__await).then((function(t){r("next",t,a,c)}),(function(t){r("throw",t,a,c)})):e.resolve(s).then((function(t){l.value=t,a(l)}),(function(t){return r("throw",t,a,c)}))}c(u.arg)}var i;o(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,o){r(t,n,e,o)}))}return i=i?i.then(o,o):o()}})}function _(e,r,n){var o=h;return function(i,a){if(o===p)throw Error("Generator is already running");if(o===d){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var c=n.delegate;if(c){var u=k(c,n);if(u){if(u===y)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=p;var l=f(e,r,n);if("normal"===l.type){if(o=n.done?d:"suspendedYield",l.arg===y)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(o=d,n.method="throw",n.arg=l.arg)}}}function k(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,k(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),y;var i=f(o,e.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,y;var a=i.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,y):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,y)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function C(e){if(e||""===e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function r(){for(;++o=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),l=n.call(a,"finallyLoc");if(u&&l){if(this.prev=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),I(r),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;I(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:C(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),y}},e}function w(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,c=[],u=!0,l=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=i.call(r)).done)&&(c.push(n.value),c.length!==e);u=!0);}catch(t){l=!0,o=t}finally{try{if(!u&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return c}}(t,e)||O(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 g(t){return function(t){if(Array.isArray(t))return j(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||O(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 O(t,e){if(t){if("string"==typeof t)return j(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?j(t,e):void 0}}function j(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r=n?[0,t]:v.o?[35,150]:[0,150]},t.next=5,Promise.all([].concat(g("customElements"in window?[]:[Promise.all([r.e(16),r.e(17)]).then(r.bind(null,337)).then((function(){return Promise.all([r.e(14),r.e(8)]).then(r.bind(null,338))}))]),g("ResizeObserver"in window?[]:[r.e(7).then(r.bind(null,353))])));case 5:return t.next=7,v.t;case 7:return t.next=9,v.s;case 9:if(n=2,m=function(t){return function(e){return t.pipe(Object(u.a)((function(t){return t?e:o.a})))}},S=function(){return window.matchMedia(v.b).matches?3:window.matchMedia(v.a).matches?n:1},x=document.getElementById("_drawer"),L=document.getElementById("_sidebar"),_=null==L?void 0:L.querySelector(".sidebar-sticky"),x&&L&&_){t.next=19;break}return t.abrupt("return");case 19:return null===(e=document.getElementById("_menu"))||void 0===e||e.addEventListener("click",(function(t){t.preventDefault(),t.stopPropagation(),x.toggle()})),L.querySelectorAll('a[href^="/"]:not(.external)').forEach((function(t){return t.addEventListener("click",(function(){return x.close()}))})),v.p&&x.setAttribute("threshold","0"),v.n||x.setAttribute("mouseevents",""),k=v.j?[new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),CSS.number(1)]:[null,null],A=w(k,2),I=A[0],P=A[1],C=function(t,e,r){var o=r*t,i=e>=n?1:1-t;v.j?(I[0].x.value=o,P.value=i,L.attributeStyleMap.set("transform",I),_.attributeStyleMap.set("opacity",P)):(L.style.transform="translateX(".concat(o,"px)"),_.style.opacity=i)},T=Object(i.a)(Object(v.g)(window.matchMedia(v.a)),Object(v.g)(window.matchMedia(v.b))).pipe(Object(l.a)({}),Object(s.a)(S)),G=Object(a.a)(x,"peek-width-change").pipe(Object(s.a)((function(t){return t.detail}))),N=Object(a.a)(window,"resize",{passive:!0}).pipe(Object(l.a)({}),Object(s.a)(v.i)),B=Object(c.a)(G,N).pipe(Object(s.a)((function(t){var e=w(t,2),r=e[0];return e[1]/2-r/2}))),M=Object(i.a)(B.pipe(Object(s.a)((function(){return void 0!==x.opacity?1-x.opacity:Y?0:1}))),Object(a.a)(x,"hy-drawer-move").pipe(Object(s.a)((function(t){return 1-t.detail.opacity})))),x.addEventListener("hy-drawer-prepare",(function(){L.style.willChange="transform",_.style.willChange="opacity"})),x.addEventListener("hy-drawer-transitioned",(function(){L.style.willChange="",_.style.willChange=""})),F=Object(v.h)(),(Y=x.classList.contains("cover")&&F<=0&&!(history.state&&history.state.closedOnce))||(history.state||history.replaceState({},document.title),history.state.closedOnce=!0,x.removeAttribute("opened")),q=Object(a.a)(x,"hy-drawer-transitioned").pipe(Object(s.a)((function(t){return t.detail})),Object(f.a)(),Object(h.a)((function(t){t||(E(),history.state||history.replaceState({},document.title),history.state.closedOnce=!0)})),Object(l.a)(Y)),z=Y?null:x.getBoundingClientRect().height,x.addEventListener("hy-drawer-init",(function(){x.classList.add("loaded"),j(x),z&&F>=z&&window.scrollTo(0,F-z)}),{once:!0}),t.next=40,Promise.resolve().then(r.bind(null,355));case 40:window._drawer=x,M.pipe(Object(p.a)(T,B),Object(h.a)((function(t){return C.apply(void 0,g(t))}))).subscribe(),G.pipe(Object(p.a)(T),Object(s.a)((function(t){return O.apply(void 0,g(t))})),Object(h.a)((function(t){x.range=t}))).subscribe(),Object(a.a)(document,"wheel",{passive:!1}).pipe(m(q),Object(d.a)((function(t){return t.deltaY>0})),Object(h.a)((function(t){x.translateX>0&&t.preventDefault()})),Object(y.a)(500),Object(h.a)((function(){return x.close()}))).subscribe();case 44:case"end":return t.stop()}}),t)})),function(){var t=this,e=arguments;return new Promise((function(r,o){var i=n.apply(t,e);function a(t){E(i,r,o,a,c,"next",t)}function c(t){E(i,r,o,a,c,"throw",t)}a(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-fetch-hydejack-9.2.0.js b/assets/js/LEGACY-fetch-hydejack-9.2.0.js new file mode 100644 index 00000000000..7c1f2480a4a --- /dev/null +++ b/assets/js/LEGACY-fetch-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{369:function(n,w,o){"use strict";o.r(w);o(351),o(352)}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-hydejack-9.2.0.js b/assets/js/LEGACY-hydejack-9.2.0.js new file mode 100644 index 00000000000..7d20f925cb4 --- /dev/null +++ b/assets/js/LEGACY-hydejack-9.2.0.js @@ -0,0 +1,13 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */!function(t){function n(n){for(var e,o,i=n[0],u=n[1],c=0,s=[];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={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=c(0),u.throw=c(1),u.return=c(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function c(c){return function(a){return function(c){if(e)throw new TypeError("Generator is already executing.");for(;u&&(u=0,c[0]&&(i=0)),i;)try{if(e=1,r&&(o=2&c[0]?r.return:c[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;switch(r=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,r=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){i=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[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 f(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(t,n,e){if(e||2===arguments.length)for(var r,o=0,i=n.length;o1||c(t,n)}))},n&&(r[t]=n(r[t])))}function c(t,n){try{(e=o[t](n)).value instanceof p?Promise.resolve(e.value.v).then(a,s):f(i[0][2],e)}catch(t){f(i[0][3],t)}var e}function a(t){c("next",t)}function s(t){c("throw",t)}function f(t,n){t(n),i.shift(),i.length&&c(i[0][0],i[0][1])}}function h(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,e=t[Symbol.asyncIterator];return e?e.call(t):(t=s(t),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(e){n[e]=t[e]&&function(n){return new Promise((function(r,o){(function(t,n,e,r){Promise.resolve(r).then((function(n){t({value:n,done:e})}),n)})(r,o,(n=t[e](n)).done,n.value)}))}}}Object.create;function v(t,n,e,r){if("a"===e&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof n?t!==n||!r:!n.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===e?r:"a"===e?r.call(t):r?r.value:n.get(t)}function y(t,n,e,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof n?t!==n||!o:!n.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(t,e):o?o.value=e:n.set(t,e),e}"function"==typeof SuppressedError&&SuppressedError},function(t,n,e){"use strict";function r(t){return"function"==typeof t}e.d(n,"a",(function(){return r}))},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},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)}t.exports=function(t){return"object"===e(t)?null!==t:"function"==typeof t}},function(t,n,e){var r=e(4);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){var r=e(69)("wks"),o=e(40),i=e(3).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},function(t,n,e){"use strict";e.d(n,"a",(function(){return l}));var r=e(58),o=e(32),i=e(59),u=e(38);function c(t){return 0===t.length?u.a:1===t.length?t[0]:function(n){return t.reduce((function(t,n){return n(t)}),n)}}var a=e(23),s=e(2),f=e(79),l=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(n){var e=new t;return e.source=this,e.operator=n,e},t.prototype.subscribe=function(t,n,e){var i,u=this,c=(i=t)&&i instanceof r.b||function(t){return t&&Object(s.a)(t.next)&&Object(s.a)(t.error)&&Object(s.a)(t.complete)}(i)&&Object(o.c)(i)?t:new r.a(t,n,e);return Object(f.b)((function(){var t=u,n=t.operator,e=t.source;c.add(n?n.call(c,e):e?u._subscribe(c):u._trySubscribe(c))})),c},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){t.error(n)}},t.prototype.forEach=function(t,n){var e=this;return new(n=p(n))((function(n,o){var i=new r.a({next:function(n){try{t(n)}catch(t){o(t),i.unsubscribe()}},error:o,complete:n});e.subscribe(i)}))},t.prototype._subscribe=function(t){var n;return null===(n=this.source)||void 0===n?void 0:n.subscribe(t)},t.prototype[i.a]=function(){return this},t.prototype.pipe=function(){for(var t=[],n=0;n0?o(r(t),9007199254740991):0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return v}));var r=e(1),o=e(60),i=e(83),u=e(8),c=e(82),a=e(84),s=e(87),f=e(85),l=e(49),p=e(2),d=e(80),h=e(59);function v(t){if(t instanceof u.a)return t;if(null!=t){if(Object(c.a)(t))return b=t,new u.a((function(t){var n=b[h.a]();if(Object(p.a)(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if(Object(o.a)(t))return m=t,new u.a((function(t){for(var n=0;nt.length)&&(n=t.length);for(var e=0,r=Array(n);e0&&d.indexOf("chrome")<0,v=d.indexOf("mobile")>0,y=h&&v,m=(d.indexOf("ucbrowser"),d.indexOf("firefox"),d.indexOf("fxios")>0&&d.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),b=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 x(t){return!window.Modernizr||a(t).every((function(t){var n=window.Modernizr[t];return n}))}function O(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function S(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 j(t){var n=document.getElementById(t);return n&&document.importNode(n.content,!0)}var _=document.body||document.documentElement,E=function(){return window.innerWidth||_.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 L(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){var r=e(0),o=e(6),i=e(29),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){var r=e(12),o=e(39);t.exports=e(10)?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){var r=e(3),o=e(18),i=e(20),u=e(40)("src"),c=e(165),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,e){var r=e(62),o=e(39),i=e(26),u=e(28),c=e(20),a=e(124),s=Object.getOwnPropertyDescriptor;n.f=e(10)?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";function r(t,n,e,r,o){void 0===r&&(r=0),void 0===o&&(o=!1);var i=n.schedule((function(){e(),o?t.add(this.schedule(null,r)):this.unsubscribe()}),r);if(t.add(i),!o)return i}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(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(93),o=e(29);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(0),o=e(33),i=e(6);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){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(15),i=e(101)("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(10)){var o=e(34),i=e(3),u=e(6),c=e(0),a=e(115),s=e(148),f=e(24),l=e(57),p=e(39),d=e(18),h=e(56),v=e(35),y=e(13),m=e(149),b=e(41),g=e(28),w=e(20),x=e(61),O=e(4),S=e(15),j=e(95),_=e(53),E=e(30),A=e(46).f,P=e(97),L=e(40),T=e(7),k=e(43),I=e(98),M=e(64),F=e(99),C=e(52),N=e(70),D=e(55),R=e(92),W=e(125),B=e(12),q=e(21),V=B.f,U=q.f,z=i.RangeError,G=i.TypeError,H=i.Uint8Array,Y=Array.prototype,$=s.ArrayBuffer,J=s.DataView,X=k(0),K=k(2),Z=k(3),Q=k(4),tt=k(5),nt=k(6),et=I(!0),rt=I(!1),ot=F.values,it=F.keys,ut=F.entries,ct=Y.lastIndexOf,at=Y.reduce,st=Y.reduceRight,ft=Y.join,lt=Y.sort,pt=Y.slice,dt=Y.toString,ht=Y.toLocaleString,vt=T("iterator"),yt=T("toStringTag"),mt=L("typed_constructor"),bt=L("def_constructor"),gt=a.CONSTR,wt=a.TYPED,xt=a.VIEW,Ot=k(1,(function(t,n){return At(M(t,t[bt]),n)})),St=u((function(){return 1===new H(new Uint16Array([1]).buffer)[0]})),jt=!!H&&!!H.prototype.set&&u((function(){new H(1).set({})})),_t=function(t,n){var e=v(t);if(e<0||e%n)throw z("Wrong offset!");return e},Et=function(t){if(O(t)&&wt in t)return t;throw G(t+" is not a typed array!")},At=function(t,n){if(!O(t)||!(mt in t))throw G("It is not a typed array constructor!");return new t(n)},Pt=function(t,n){return Lt(M(t,t[bt]),n)},Lt=function(t,n){for(var e=0,r=n.length,o=At(t,r);r>e;)o[e]=n[e++];return o},Tt=function(t,n,e){V(t,n,{get:function(){return this._d[e]}})},kt=function(t){var n,e,r,o,i,u,c=S(t),a=arguments.length,s=a>1?arguments[1]:void 0,l=void 0!==s,p=P(c);if(null!=p&&!j(p)){for(u=p.call(c),r=[],n=0;!(i=u.next()).done;n++)r.push(i.value);c=r}for(l&&a>2&&(s=f(s,arguments[2],2)),n=0,e=y(c.length),o=At(this,e);e>n;n++)o[n]=l?s(c[n],n):c[n];return o},It=function(){for(var t=0,n=arguments.length,e=At(this,n);n>t;)e[t]=arguments[t++];return e},Mt=!!H&&u((function(){ht.call(new H(1))})),Ft=function(){return ht.apply(Mt?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 R.apply(Et(this),arguments)},filter:function(t){return Pt(this,K(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){X(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 ft.apply(Et(this),arguments)},lastIndexOf:function(t){return ct.apply(Et(this),arguments)},map:function(t){return Ot(Et(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return at.apply(Et(this),arguments)},reduceRight:function(t){return st.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=b(t,r);return new(M(e,e[bt]))(e.buffer,e.byteOffset+o*e.BYTES_PER_ELEMENT,y((void 0===n?r:b(n,r))-o))}},Nt=function(t,n){return Pt(this,pt.call(Et(this),t,n))},Dt=function(t){Et(this);var n=_t(arguments[1],1),e=this.length,r=S(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,St)}(this,e,t)},enumerable:!0})};g?(h=e((function(t,e,r,o){l(t,h,s,"_d");var i,u,c,a,f=0,p=0;if(O(e)){if(!(e instanceof $||"ArrayBuffer"==(a=x(e))||"SharedArrayBuffer"==a))return wt in e?Lt(h,e):kt.call(h,e);i=e,p=_t(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=m(e),i=new $(u=c*n);for(d(t,"_d",{b:i,o:p,l:u,e:c,v:new J(i)});f0?r:e)(t)}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},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(12).f,a=0,s=Object.isExtensible||function(){return!0},f=!e(6)((function(){return s(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(!s(t))return"F";if(!n)return"E";l(t)}return t[o].i},getWeak:function(t,n){if(!u(t,o)){if(!s(t))return!0;if(!n)return!1;l(t)}return t[o].w},onFreeze:function(t){return f&&p.NEED&&s(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){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(35),o=Math.max,i=Math.min;t.exports=function(t,n){return(t=r(t))<0?o(t+n,0):i(t,n)}},function(t,n,e){var r=e(7)("unscopables"),o=Array.prototype;null==o[r]&&e(18)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,n,e){var r=e(24),o=e(93),i=e(15),u=e(13),c=e(126);t.exports=function(t,n){var e=1==t,a=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l,d=n||c;return function(n,c,h){for(var v,y,m=i(n),b=o(m),g=r(c,h,3),w=u(b.length),x=0,O=e?d(n,w):a?d(n,0):void 0;w>x;x++)if((p||x in b)&&(y=g(v=b[x],x,m),t))if(e)O[x]=y;else if(y)switch(t){case 3:return!0;case 5:return v;case 6:return x;case 2:O.push(v)}else if(f)return!1;return l?-1:s||f?f:O}}},function(t,n,e){var r=e(130),o=e(102);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(130),o=e(102).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(11),o=e(9);function i(t,n){return Object(r.a)((function(e,r){var i=0;e.subscribe(Object(o.a)(r,(function(e){r.next(t.call(n,e,i++))})))}))}},function(t,n,e){"use strict";function r(){}e.d(n,"a",(function(){return r}))},function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"a",(function(){return u}));var r=e(1),o=e(2);function i(t){return Object(r.a)(this,arguments,(function(){var n,e,o;return Object(r.i)(this,(function(i){switch(i.label){case 0:n=t.getReader(),i.label=1;case 1:i.trys.push([1,,9,10]),i.label=2;case 2:return[4,Object(r.c)(n.read())];case 3:return e=i.sent(),o=e.value,e.done?[4,Object(r.c)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,Object(r.c)(o)];case 6:return[4,i.sent()];case 7:return i.sent(),[3,2];case 8:return[3,10];case 9:return n.releaseLock(),[7];case 10:return[2]}}))}))}function u(t){return Object(o.a)(null==t?void 0:t.getReader)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return s}));var r=e(47),o=e(14),i=e(11),u=e(22),c=e(9);var a=e(2);function s(t,n,e){return void 0===e&&(e=1/0),Object(a.a)(n)?s((function(e,i){return Object(r.a)((function(t,r){return n(e,t,i,r)}))(Object(o.a)(t(e,i)))}),e):("number"==typeof n&&(e=n),Object(i.a)((function(n,r){return function(t,n,e,r,i,a,s,f){var l=[],p=0,d=0,h=!1,v=function(){!h||l.length||p||n.complete()},y=function(t){return pdocument.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(12).f,o=e(20),i=e(7)("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(12),i=e(10),u=e(7)("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,"b",(function(){return d})),e.d(n,"a",(function(){return m}));var r=e(1),o=e(2),i=e(32),u=e(23),c=e(80),a=e(48),s=f("C",void 0,void 0);function f(t,n,e){return{kind:t,value:n,error:e}}var l=e(81),p=e(79),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=w,e}return Object(r.h)(n,t),n.create=function(t,n,e){return new m(t,n,e)},n.prototype.next=function(t){this.isStopped?g(function(t){return f("N",t,void 0)}(t),this):this._next(t)},n.prototype.error=function(t){this.isStopped?g(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},n.prototype.complete=function(){this.isStopped?g(s,this):(this.isStopped=!0,this._complete())},n.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},n.prototype._next=function(t){this.destination.next(t)},n.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},n.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},n}(i.b),h=Function.prototype.bind;function v(t,n){return h.call(t,n)}var y=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var n=this.partialObserver;if(n.next)try{n.next(t)}catch(t){b(t)}},t.prototype.error=function(t){var n=this.partialObserver;if(n.error)try{n.error(t)}catch(t){b(t)}else b(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){b(t)}},t}(),m=function(t){function n(n,e,r){var i,c,a=t.call(this)||this;Object(o.a)(n)||!n?i={next:null!=n?n:void 0,error:null!=e?e:void 0,complete:null!=r?r:void 0}:a&&u.a.useDeprecatedNextContext?((c=Object.create(n)).unsubscribe=function(){return a.unsubscribe()},i={next:n.next&&v(n.next,c),error:n.error&&v(n.error,c),complete:n.complete&&v(n.complete,c)}):i=n;return a.destination=new y(i),a}return Object(r.h)(n,t),n}(d);function b(t){u.a.useDeprecatedSynchronousErrorHandling?Object(p.a)(t):Object(c.a)(t)}function g(t,n){var e=u.a.onStoppedNotification;e&&l.a.setTimeout((function(){return e(t,n)}))}var w={closed:!0,next:a.a,error:function(t){throw t},complete:a.a}},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){"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){var r=e(36),o=e(7)("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(29),i=e(6),u=e(107),c="["+u+"]",a=RegExp("^"+c+c+"*"),s=RegExp(c+c+"*$"),f=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=f.trim=function(t,n){return t=String(o(t)),1&n&&(t=t.replace(a,"")),2&n&&(t=t.replace(s,"")),t};t.exports=f},function(t,n,e){var r=e(5),o=e(25),i=e(7)("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";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){"use strict";e.d(n,"a",(function(){return w}));var r=e(14),o=e(88),i=e(11);function u(t,n){return void 0===n&&(n=0),Object(i.a)((function(e,r){r.add(t.schedule((function(){return e.subscribe(r)}),n))}))}var c=e(8);var a=e(86),s=e(2),f=e(22);function l(t,n){if(!t)throw new Error("Iterable cannot be null");return new c.a((function(e){Object(f.a)(e,n,(function(){var r=t[Symbol.asyncIterator]();Object(f.a)(e,n,(function(){r.next().then((function(t){t.done?e.complete():e.next(t.value)}))}),0,!0)}))}))}var p=e(82),d=e(83),h=e(60),v=e(85),y=e(84),m=e(87),b=e(49);function g(t,n){if(null!=t){if(Object(p.a)(t))return function(t,n){return Object(r.a)(t).pipe(u(n),Object(o.a)(n))}(t,n);if(Object(h.a)(t))return function(t,n){return new c.a((function(e){var r=0;return n.schedule((function(){r===t.length?e.complete():(e.next(t[r++]),e.closed||this.schedule())}))}))}(t,n);if(Object(d.a)(t))return function(t,n){return Object(r.a)(t).pipe(u(n),Object(o.a)(n))}(t,n);if(Object(y.a)(t))return l(t,n);if(Object(v.a)(t))return function(t,n){return new c.a((function(e){var r;return Object(f.a)(e,n,(function(){r=t[a.a](),Object(f.a)(e,n,(function(){var t,n,o;try{n=(t=r.next()).value,o=t.done}catch(t){return void e.error(t)}o?e.complete():e.next(n)}),0,!0)})),function(){return Object(s.a)(null==r?void 0:r.return)&&r.return()}}))}(t,n);if(Object(b.a)(t))return function(t,n){return l(Object(b.b)(t),n)}(t,n)}throw Object(m.a)(t)}function w(t,n){return n?g(t,n):Object(r.a)(t)}},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(7)("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(128),i=e(95),u=e(5),c=e(13),a=e(97),s={},f={};(n=t.exports=function(t,n,e,l,p){var d,h,v,y,m=p?function(){return t}:a(t),b=r(e,l,n?2:1),g=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(i(m)){for(d=c(t.length);d>g;g++)if((y=n?b(u(h=t[g])[0],h[1]):b(t[g]))===s||y===f)return y}else for(v=m.call(t);!(h=v.next()).done;)if((y=o(v,b,h.value,n))===s||y===f)return y}).BREAK=s,n.RETURN=f},function(t,n,e){"use strict";var r=e(3),o=e(0),i=e(19),u=e(56),c=e(37),a=e(71),s=e(57),f=e(4),l=e(6),p=e(70),d=e(54),h=e(104);t.exports=function(t,n,e,v,y,m){var b=r[t],g=b,w=y?"set":"add",x=g&&g.prototype,O={},S=function(t){var n=x[t];i(x,t,"delete"==t||"has"==t?function(t){return!(m&&!f(t))&&n.call(this,0===t?0:t)}:"get"==t?function(t){return m&&!f(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&&(m||x.forEach&&!l((function(){(new g).entries().next()})))){var j=new g,_=j[w](m?{}:-0,1)!=j,E=l((function(){j.has(1)})),A=p((function(t){new g(t)})),P=!m&&l((function(){for(var t=new g,n=5;n--;)t[w](n,n);return!t.has(-0)}));A||((g=n((function(n,e){s(n,g,t);var r=h(new b,n,g);return null!=e&&a(e,y,r[w],r),r}))).prototype=x,x.constructor=g),(E||P)&&(S("delete"),S("has"),y&&S("get")),(P||_)&&S(w),m&&x.clear&&delete x.clear}else g=v.getConstructor(n,t,y,w),u(g.prototype,e),c.NEED=!0;return d(g,t),O[t]=g,o(o.G+o.W+o.F*(g!=b),O),m||v.setStrong(g,t,y),g}},function(t,n){n.f=Object.getOwnPropertySymbols},function(t,n,e){"use strict";t.exports=e(34)||!e(6)((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(61),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(256);var r=e(19),o=e(18),i=e(6),u=e(29),c=e(7),a=e(112),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 p=c(t),d=!i((function(){var n={};return n[p]=function(){return 7},7!=""[t](n)})),h=d?!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[p](""),!n})):void 0;if(!d||!h||"replace"===t&&!f||"split"===t&&!l){var v=/./[p],y=e(u,p,""[t],(function(t,n,e,r,o){return n.exec===a?d&&!o?{done:!0,value:v.call(n,e,r)}:{done:!0,value:t.call(e,n,r)}:{done:!1}})),m=y[0],b=y[1];r(String.prototype,t,m),o(RegExp.prototype,p,2==n?function(t,n){return b.call(t,this,n)}:function(t){return b.call(t,this)})}}},function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"a",(function(){return u}));var r=e(23),o=null;function i(t){if(r.a.useDeprecatedSynchronousErrorHandling){var n=!o;if(n&&(o={errorThrown:!1,error:null}),t(),n){var e=o,i=e.errorThrown,u=e.error;if(o=null,i)throw u}}else t()}function u(t){r.a.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=t)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(23),o=e(81);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(n,e){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(t,n){for(var e=[],i=2;it.length)&&(n=t.length);for(var e=0,r=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(s.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 b})),e.d(n,"b",(function(){return g})),e.d(n,"c",(function(){return w}));var r=e(8),o={now:function(){return(o.delegate||performance).now()},delegate:void 0},i=e(116);function u(t){return new r.a((function(n){var e=t||o,r=e.now(),u=0,c=function(){n.closed||(u=i.a.requestAnimationFrame((function(o){u=0;var i=e.now();n.next({timestamp:t?i:o,elapsed:i-r}),c()})))};return c(),function(){u&&i.a.cancelAnimationFrame(u)}}))}var c=u(),a=e(47),s=e(11),f=e(9);var l=e(1),p=e(123),d=e(117);function h(t){return(h="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 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,s=void 0===a?e:o(a,e);s>c;)n[c++]=t;return n}},function(t,n,e){var r=e(36);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,n,e){var r=e(36);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,n,e){var r=e(52),o=e(7)("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(12),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(61),o=e(7)("iterator"),i=e(52);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(13),i=e(41);t.exports=function(t){return function(n,e,u){var c,a=r(n),s=o(a.length),f=i(u,s);if(t&&e!=e){for(;s>f;)if((c=a[f++])!=c)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===e)return t||f||0;return!t&&-1}}},function(t,n,e){"use strict";var r=e(42),o=e(129),i=e(52),u=e(26);t.exports=e(100)(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(52),a=e(175),s=e(54),f=e(30),l=e(7)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,n,e,h,v,y,m){a(e,n,h);var b,g,w,x=function(t){if(!p&&t in _)return _[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},O=n+" Iterator",S="values"==v,j=!1,_=t.prototype,E=_[l]||_["@@iterator"]||v&&_[v],A=E||x(v),P=v?S?x("entries"):A:void 0,L="Array"==n&&_.entries||E;if(L&&(w=f(L.call(new t)))!==Object.prototype&&w.next&&(s(w,O,!0),r||"function"==typeof w[l]||u(w,l,d)),S&&E&&"values"!==E.name&&(j=!0,A=function(){return E.call(this)}),r&&!m||!p&&!j&&_[l]||u(_,l,A),c[n]=A,c[O]=d,v)if(b={values:S?A:x("values"),keys:y?A:x("keys"),entries:P},m)for(g in b)g in _||i(_,g,b[g]);else o(o.P+o.F*(p||j),n,b);return b}},function(t,n,e){var r=e(69)("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(3).document;t.exports=r&&r.documentElement},function(t,n,e){var r=e(4),o=e(132).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(140),a=e(103),s=e(91),f=e(3),l=f.process,p=f.setImmediate,d=f.clearImmediate,h=f.MessageChannel,v=f.Dispatch,y=0,m={},b=function(){var t=+this;if(m.hasOwnProperty(t)){var n=m[t];delete m[t],n()}},g=function(t){b.call(t.data)};p&&d||(p=function(t){for(var n=[],e=1;arguments.length>e;)n.push(arguments[e++]);return m[++y]=function(){c("function"==typeof t?t:Function(t),n)},r(y),y},d=function(t){delete m[t]},"process"==e(36)(l)?r=function(t){l.nextTick(u(b,t,1))}:v&&v.now?r=function(t){v.now(u(b,t,1))}:h?(i=(o=new h).port2,o.port1.onmessage=g,r=u(i.postMessage,i,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(r=function(t){f.postMessage(t+"","*")},f.addEventListener("message",g,!1)):r="onreadystatechange"in s("script")?function(t){a.appendChild(s("script")).onreadystatechange=function(){a.removeChild(this),b.call(t)}}:function(t){setTimeout(u(b,t,1),0)}),t.exports={set:p,clear:d}},function(t,n,e){var r=e(4),o=e(36),i=e(7)("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(111)(!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(29);t.exports=function(t){return function(n,e){var i,u,c=String(o(n)),a=r(e),s=c.length;return a<0||a>=s?t?"":void 0:(i=c.charCodeAt(a))<55296||i>56319||a+1===s||(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(76),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;o2?arguments[2]:void 0,f=Math.min((void 0===s?u:o(s,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(168);t.exports=function(t,n){return new(r(t))(n)}},function(t,n,e){"use strict";var r=e(6);t.exports=function(t,n){return!!t&&r((function(){n?t.call(null,(function(){}),1):t.call(null)}))}},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(98)(!1),u=e(101)("IE_PROTO");t.exports=function(t,n){var e,c=o(t),a=0,s=[];for(e in c)e!=u&&r(c,e)&&s.push(e);for(;n.length>a;)r(c,e=n[a++])&&(~i(s,e)||s.push(e));return s}},function(t,n,e){"use strict";var r=e(12).f,o=e(53),i=e(56),u=e(24),c=e(57),a=e(71),s=e(100),f=e(129),l=e(55),p=e(10),d=e(37).fastKey,h=e(45),v=p?"_s":"size",y=function(t,n){var e,r=d(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,s){var f=t((function(t,r){c(t,f,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[s],t)}));return i(f.prototype,{clear:function(){for(var t=h(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=h(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){h(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(h(this,n),t)}}),p&&r(f.prototype,"size",{get:function(){return h(this,n)[v]}}),f},def:function(t,n,e){var r,o,i=y(t,n);return i?i.v=e:(t._l=i={i:o=d(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){s(t,n,(function(t,e){this._t=h(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)?f(0,"keys"==t?n.k:"values"==t?n.v:[n.k,n.v]):(this._t=void 0,f(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(10),o=e(44),i=e(73),u=e(62),c=e(15),a=e(93),s=Object.assign;t.exports=!s||e(6)((function(){var t={},n={},e=Symbol(),r="abcdefghijklmnopqrst";return t[e]=7,r.split("").forEach((function(t){n[t]=t})),7!=s({},t)[e]||Object.keys(s({},n)).join("")!=r}))?function(t,n){for(var e=c(t),s=arguments.length,f=1,l=i.f,p=u.f;s>f;)for(var d,h=a(arguments[f++]),v=l?o(h).concat(l(h)):o(h),y=v.length,m=0;y>m;)d=v[m++],r&&!p.call(h,d)||(e[d]=h[d]);return e}:s},function(t,n,e){var r=e(10),o=e(44),i=e(26),u=e(62).f;t.exports=function(t){return function(n){for(var e,c=i(n),a=o(c),s=a.length,f=0,l=[];s>f;)e=a[f++],r&&!u.call(c,e)||l.push(t?[e,c[e]]:c[e]);return l}}},function(t,n,e){var r=e(46),o=e(73),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(46).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(141);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(10)&&"g"!=/./g.flags&&e(12).f(RegExp.prototype,"flags",{configurable:!0,get:e(76)})},function(t,n,e){n.f=e(7)},function(t,n,e){var r=e(3),o=e(33),i=e(34),u=e(144),c=e(12).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(13),o=e(147),i=e(29);t.exports=function(t,n,e,u){var c=String(i(t)),a=c.length,s=void 0===e?" ":String(e),f=r(n);if(f<=a||""==s)return c;var l=f-a,p=o.call(s,Math.ceil(l/s.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(29);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(10),i=e(34),u=e(115),c=e(18),a=e(56),s=e(6),f=e(57),l=e(35),p=e(13),d=e(149),h=e(46).f,v=e(12).f,y=e(92),m=e(54),b=r.ArrayBuffer,g=r.DataView,w=r.Math,x=r.RangeError,O=r.Infinity,S=b,j=w.abs,_=w.pow,E=w.floor,A=w.log,P=w.LN2,L=o?"_b":"buffer",T=o?"_l":"byteLength",k=o?"_o":"byteOffset";function I(t,n,e){var r,o,i,u=new Array(e),c=8*e-n-1,a=(1<>1,f=23===n?_(2,-24)-_(2,-77):0,l=0,p=t<0||0===t&&1/t<0?1:0;for((t=j(t))!=t||t===O?(o=t!=t?1:0,r=a):(r=E(A(t)/P),t*(i=_(2,-r))<1&&(r--,i*=2),(t+=r+s>=1?f/i:f*_(2,1-s))*i>=2&&(r++,i/=2),r+s>=a?(o=0,r=a):r+s>=1?(o=(t*i-1)*_(2,n),r+=s):(o=t*_(2,s-1)*_(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 M(t,n,e){var r,o=8*e-n-1,i=(1<>1,c=o-7,a=e-1,s=t[a--],f=127&s;for(s>>=7;c>0;f=256*f+t[a],a--,c-=8);for(r=f&(1<<-c)-1,f>>=-c,c+=n;c>0;r=256*r+t[a],a--,c-=8);if(0===f)f=1-u;else{if(f===i)return r?NaN:s?-O:O;r+=_(2,n),f-=u}return(s?-1:1)*r*_(2,f-n)}function F(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 D(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function R(t){return I(t,52,8)}function W(t){return I(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=d(+e);if(o+n>t[T])throw x("Wrong index!");var i=t[L]._b,u=o+t[k],c=i.slice(u,u+n);return r?c:c.reverse()}function V(t,n,e,r,o,i){var u=d(+e);if(u+n>t[T])throw x("Wrong index!");for(var c=t[L]._b,a=u+t[k],s=r(+o),f=0;fH;)(U=G[H++])in b||c(b,U,S[U]);i||(z.constructor=b)}var Y=new g(new b(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 b=function(t){f(this,b,"ArrayBuffer");var n=d(t);this._b=y.call(new Array(n),0),this[T]=n},g=function(t,n,e){f(this,g,"DataView"),f(t,b,"DataView");var r=t[T],o=l(n);if(o<0||o>r)throw x("Wrong offset!");if(o+(e=void 0===e?r-o:p(e))>r)throw x("Wrong length!");this[L]=t,this[k]=o,this[T]=e},o&&(B(b,"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 F(q(this,4,t,arguments[1]))},getUint32:function(t){return F(q(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return M(q(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return M(q(this,8,t,arguments[1]),52,8)},setInt8:function(t,n){V(this,1,t,C,n)},setUint8:function(t,n){V(this,1,t,C,n)},setInt16:function(t,n){V(this,2,t,N,n,arguments[2])},setUint16:function(t,n){V(this,2,t,N,n,arguments[2])},setInt32:function(t,n){V(this,4,t,D,n,arguments[2])},setUint32:function(t,n){V(this,4,t,D,n,arguments[2])},setFloat32:function(t,n){V(this,4,t,W,n,arguments[2])},setFloat64:function(t,n){V(this,8,t,R,n,arguments[2])}});m(b,"ArrayBuffer"),m(g,"DataView"),c(g.prototype,u.VIEW,!0),n.ArrayBuffer=b,n.DataView=g},function(t,n,e){var r=e(35),o=e(13);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(56),o=e(37).getWeak,i=e(5),u=e(4),c=e(57),a=e(71),s=e(43),f=e(20),l=e(45),p=s(5),d=s(6),h=0,v=function(t){return t._l||(t._l=new y)},y=function(){this.a=[]},m=function(t,n){return p(t.a,(function(t){return t[0]===n}))};y.prototype={get:function(t){var n=m(this,t);if(n)return n[1]},has:function(t){return!!m(this,t)},set:function(t,n){var e=m(this,t);e?e[1]=n:this.a.push([t,n])},delete:function(t){var n=d(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 s=t((function(t,r){c(t,s,n,"_i"),t._t=n,t._i=h++,t._l=void 0,null!=r&&a(r,e,t[i],t)}));return r(s.prototype,{delete:function(t){if(!u(t))return!1;var e=o(t);return!0===e?v(l(this,n)).delete(t):e&&f(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&&f(e,this._i)}}),s},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 o}));var r=e(2);function o(t){return t&&Object(r.a)(t.schedule)}},function(t,n,e){"use strict";e.d(n,"a",(function(){return r}));var r={now:function(){return(r.delegate||Date).now()},delegate:void 0}},function(t,n,e){"use strict";e.d(n,"a",(function(){return u}));var r=e(1),o=e(47),i=Array.isArray;function u(t){return Object(o.a)((function(n){return function(t,n){return i(n)?t.apply(void 0,Object(r.k)([],Object(r.j)(n))):t(n)}(t,n)}))}},function(t,n,e){"use strict";e.d(n,"a",(function(){return c}));var r=e(1),o=function(t){function n(n,e){return t.call(this)||this}return Object(r.h)(n,t),n.prototype.schedule=function(t,n){return void 0===n&&(n=0),this},n}(e(32).b),i={setInterval:function(t){function n(n,e){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(t,n){for(var e=[],o=2;o1?arguments[1]:void 0)}}),e(42)("find")},function(t,n,e){"use strict";var r=e(0),o=e(43)(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(42)(i)},function(t,n,e){"use strict";var r=e(0),o=e(172),i=e(15),u=e(13),c=e(25),a=e(126);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(42)("flatMap")},function(t,n,e){"use strict";var r=e(94),o=e(4),i=e(13),u=e(24),c=e(7)("isConcatSpreadable");t.exports=function t(n,e,a,s,f,l,p,d){for(var h,v,y=f,m=0,b=!!p&&u(p,d,3);m0)y=t(n,e,h,i(h.length),y,l-1)-1;else{if(y>=9007199254740991)throw TypeError();n[y]=h}y++}m++}return y}},function(t,n,e){"use strict";var r=e(24),o=e(0),i=e(15),u=e(128),c=e(95),a=e(13),s=e(96),f=e(97);o(o.S+o.F*!e(70)((function(t){Array.from(t)})),"Array",{from:function(t){var n,e,o,l,p=i(t),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,y=void 0!==v,m=0,b=f(p);if(y&&(v=r(v,h>2?arguments[2]:void 0,2)),null==b||d==Array&&c(b))for(e=new d(n=a(p.length));n>m;m++)s(e,m,y?v(p[m],m):p[m]);else for(l=b.call(p),e=new d;!(o=l.next()).done;m++)s(e,m,y?u(l,v,[o.value,m],!0):o.value);return e.length=m,e}})},function(t,n,e){"use strict";var r=e(0),o=e(98)(!0);r(r.P,"Array",{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(42)("includes")},function(t,n,e){"use strict";var r=e(53),o=e(39),i=e(54),u={};e(18)(u,e(7)("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(12),o=e(5),i=e(44);t.exports=e(10)?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(43)(1);r(r.P+r.F*!e(127)([].map,!0),"Array",{map:function(t){return o(this,t,arguments[1])}})},function(t,n,e){"use strict";var r=e(0),o=e(96);r(r.S+r.F*e(6)((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){"use strict";var r=e(0),o=e(103),i=e(36),u=e(41),c=e(13),a=[].slice;r(r.P+r.F*e(6)((function(){o&&a.call(o)})),"Array",{slice:function(t,n){var e=c(this.length),r=i(this);if(n=void 0===n?e:n,"Array"==r)return a.call(this,t,n);for(var o=u(t,e),s=u(n,e),f=c(s-o),l=new Array(f),p=0;p0?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(133),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(105);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(106);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(194)})},function(t,n,e){var r=e(105),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),s=r(t);return oc||e!=e?s*(1/0):s*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(6)((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(133)})},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(105)})},function(t,n,e){var r=e(0),o=e(106),i=Math.exp;r(r.S+r.F*e(6)((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(106),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(36),u=e(104),c=e(28),a=e(6),s=e(46).f,f=e(21).f,l=e(12).f,p=e(63).trim,d=r.Number,h=d,v=d.prototype,y="Number"==i(e(53)(v)),m="trim"in String.prototype,b=function(t){var n=c(t,!1);if("string"==typeof n&&n.length>2){var e,r,o,i=(n=m?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),s=0,f=a.length;so)return NaN;return parseInt(a,r)}}return+n};if(!d(" 0o1")||!d("0b1")||d("+0x1")){d=function(t){var n=arguments.length<1?0:t,e=this;return e instanceof d&&(y?a((function(){v.valueOf.call(e)})):"Number"!=i(e))?u(new h(b(n)),e,d):b(n)};for(var g,w=e(10)?s(h):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;w.length>x;x++)o(h,g=w[x])&&!o(d,g)&&l(d,g,f(h,g));d.prototype=v,v.constructor=d,e(19)(r,"Number",d)}},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(134)})},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(134),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(213);r(r.S+r.F*(Number.parseFloat!=o),"Number",{parseFloat:o})},function(t,n,e){var r=e(3).parseFloat,o=e(63).trim;t.exports=1/r(e(107)+"-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(215);r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},function(t,n,e){var r=e(3).parseInt,o=e(63).trim,i=e(107),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(135)})},function(t,n,e){"use strict";var r=e(0),o=e(15),i=e(25),u=e(12);e(10)&&r(r.P+e(74),"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(15),i=e(25),u=e(12);e(10)&&r(r.P+e(74),"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(136)(!0);r(r.S,"Object",{entries:function(t){return o(t)}})},function(t,n,e){var r=e(4),o=e(37).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(137),i=e(26),u=e(21),c=e(96);r(r.S,"Object",{getOwnPropertyDescriptors:function(t){for(var n,e,r=i(t),a=u.f,s=o(r),f={},l=0;s.length>l;)void 0!==(e=a(r,n=s[l++]))&&c(f,n,e);return f}})},function(t,n,e){e(27)("getOwnPropertyNames",(function(){return e(138).f}))},function(t,n,e){var r=e(15),o=e(30);e(27)("getPrototypeOf",(function(){return function(t){return o(r(t))}}))},function(t,n,e){"use strict";var r=e(0),o=e(15),i=e(28),u=e(30),c=e(21).f;e(10)&&r(r.P+e(74),"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(15),i=e(28),u=e(30),c=e(21).f;e(10)&&r(r.P+e(74),"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(37).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(61),o={};o[e(7)("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(139)})},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(15),o=e(44);e(27)("keys",(function(){return function(t){return o(r(t))}}))},function(t,n,e){var r=e(4),o=e(37).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(136)(!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),s=e(24),f=e(61),l=e(0),p=e(4),d=e(25),h=e(57),v=e(71),y=e(64),m=e(108).set,b=e(237)(),g=e(141),w=e(238),x=e(75),O=e(142),S=a.TypeError,j=a.process,_=j&&j.versions,E=_&&_.v8||"",A=a.Promise,P="process"==f(j),L=function(){},T=o=g.f,k=!!function(){try{var t=A.resolve(1),n=(t.constructor={})[e(7)("species")]=function(t){t(L,L)};return(P||"function"==typeof PromiseRejectionEvent)&&t.then(L)instanceof n&&0!==E.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(t){}}(),I=function(t){var n;return!(!p(t)||"function"!=typeof(n=t.then))&&n},M=function(t,n){if(!t._n){t._n=!0;var e=t._c;b((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,s=n.reject,f=n.domain;try{c?(o||(2==t._h&&N(t),t._h=1),!0===c?e=r:(f&&f.enter(),e=c(r),f&&(f.exit(),u=!0)),e===n.promise?s(S("Promise-chain cycle")):(i=I(e))?i.call(e,a,s):a(e)):s(r)}catch(t){f&&!u&&f.exit(),s(t)}};e.length>i;)u(e[i++]);t._c=[],t._n=!1,n&&!t._h&&F(t)}))}},F=function(t){m.call(a,(function(){var n,e,r,o=t._v,i=C(t);if(i&&(n=w((function(){P?j.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){m.call(a,(function(){var n;P?j.emit("rejectionHandled",t):(n=a.onrejectionhandled)&&n({promise:t,reason:t._v})}))},D=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()),M(n,!0))},R=function(t){var n,e=this;if(!e._d){e._d=!0,e=e._w||e;try{if(e===t)throw S("Promise can't be resolved itself");(n=I(t))?b((function(){var r={_w:e,_d:!1};try{n.call(t,s(R,r,1),s(D,r,1))}catch(t){D.call(r,t)}})):(e._v=t,e._s=1,M(e,!1))}catch(t){D.call({_w:e,_d:!1},t)}}};k||(A=function(t){h(this,A,"Promise","_h"),d(t),r.call(this);try{t(s(R,this,1),s(D,this,1))}catch(t){D.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(56)(A.prototype,{then:function(t,n){var e=T(y(this,A));return e.ok="function"!=typeof t||t,e.fail="function"==typeof n&&n,e.domain=P?j.domain:void 0,this._c.push(e),this._a&&this._a.push(e),this._s&&M(this,!1),e.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r;this.promise=t,this.resolve=s(R,t,1),this.reject=s(D,t,1)},g.f=T=function(t){return t===A||t===u?new i(t):o(t)}),l(l.G+l.W+l.F*!k,{Promise:A}),e(54)(A,"Promise"),e(55)("Promise"),u=e(33).Promise,l(l.S+l.F*!k,"Promise",{reject:function(t){var n=T(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!k),"Promise",{resolve:function(t){return O(c&&this===u?A:this,t)}}),l(l.S+l.F*!(k&&e(70)((function(t){A.all(t).catch(L)}))),"Promise",{all:function(t){var n=this,e=T(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=T(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(108).set,i=r.MutationObserver||r.WebKitMutationObserver,u=r.process,c=r.Promise,a="process"==e(36)(u);t.exports=function(){var t,n,e,s=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(s)};else if(!i||r.navigator&&r.navigator.standalone)if(c&&c.resolve){var f=c.resolve(void 0);e=function(){f.then(s)}}else e=function(){o.call(r,s)};else{var l=!0,p=document.createTextNode("");new i(s).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(64),c=e(142);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(6)((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(53),i=e(25),u=e(5),c=e(4),a=e(6),s=e(242),f=(e(3).Reflect||{}).construct,l=a((function(){function t(){}return!(f((function(){}),[],t)instanceof t)})),p=!a((function(){f((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 f(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(s.apply(t,r))}var a=e.prototype,d=o(c(a)?a:Object.prototype),h=Function.apply.call(t,d,n);return c(h)?h:d}})},function(t,n,e){"use strict";var r=e(25),o=e(4),i=e(140),u=[].slice,c={},a=function(t,n,e){if(!(n in c)){for(var r=[],o=0;om;)v(y[m++]);l.constructor=s,s.prototype=l,e(19)(r,"RegExp",s)}e(55)("RegExp")},function(t,n,e){"use strict";var r=e(5),o=e(13),i=e(110),u=e(77);e(78)("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),s=String(this);if(!a.global)return u(a,s);var f=a.unicode;a.lastIndex=0;for(var l,p=[],d=0;null!==(l=u(a,s));){var h=String(l[0]);p[d]=h,""===h&&(a.lastIndex=i(s,o(a.lastIndex),f)),d++}return 0===d?null:p}]}))},function(t,n,e){"use strict";var r=e(112);e(0)({target:"RegExp",proto:!0,forced:r!==/./.exec},{exec:r})},function(t,n,e){"use strict";var r=e(5),o=e(15),i=e(13),u=e(35),c=e(110),a=e(77),s=Math.max,f=Math.min,l=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;e(78)("replace",2,(function(t,n,e,h){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=h(e,t,this,n);if(o.done)return o.value;var l=r(t),p=String(this),d="function"==typeof n;d||(n=String(n));var y=l.global;if(y){var m=l.unicode;l.lastIndex=0}for(var b=[];;){var g=a(l,p);if(null===g)break;if(b.push(g),!y)break;""===String(g[0])&&(l.lastIndex=c(p,i(l.lastIndex),m))}for(var w,x="",O=0,S=0;S=O&&(x+=p.slice(O,_)+T,O=_+j.length)}return x+p.slice(O)}];function v(t,n,r,i,u,c){var a=r+t.length,s=i.length,f=d;return void 0!==u&&(u=o(u),f=p),e.call(c,f,(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 f=+o;if(0===f)return e;if(f>s){var p=l(f/10);return 0===p?e:p<=s?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):e}c=i[f-1]}return void 0===c?"":c}))}}))},function(t,n,e){"use strict";var r=e(109),o=e(5),i=e(64),u=e(110),c=e(13),a=e(77),s=e(112),f=e(6),l=Math.min,p=[].push,d="length",h=!f((function(){RegExp(4294967295,"y")}));e(78)("split",2,(function(t,n,e,f){var v;return v="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[d]||2!="ab".split(/(?:ab)*/)[d]||4!=".".split(/(.?)(.?)/)[d]||".".split(/()()/)[d]>1||"".split(/.?/)[d]?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=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,h=void 0===n?4294967295:n>>>0,v=new RegExp(t.source,f+"g");(i=s.call(v,o))&&!((u=v.lastIndex)>l&&(a.push(o.slice(l,i.index)),i[d]>1&&i.index=h));)v.lastIndex===i.index&&v.lastIndex++;return l===o[d]?!c&&v.test("")||a.push(""):a.push(o.slice(l)),a[d]>h?a.slice(0,h):a}:"0".split(void 0,0)[d]?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=f(v,t,this,n,v!==e);if(r.done)return r.value;var s=o(t),p=String(this),d=i(s,RegExp),y=s.unicode,m=(s.ignoreCase?"i":"")+(s.multiline?"m":"")+(s.unicode?"u":"")+(h?"y":"g"),b=new d(h?s:"^(?:"+s.source+")",m),g=void 0===n?4294967295:n>>>0;if(0===g)return[];if(0===p.length)return null===a(b,p)?[p]:[];for(var w=0,x=0,O=[];x0?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(10),c=e(0),a=e(19),s=e(37).KEY,f=e(6),l=e(69),p=e(54),d=e(40),h=e(7),v=e(144),y=e(145),m=e(263),b=e(94),g=e(5),w=e(4),x=e(15),O=e(26),S=e(28),j=e(39),_=e(53),E=e(138),A=e(21),P=e(73),L=e(12),T=e(44),k=A.f,I=L.f,M=E.f,F=o.Symbol,C=o.JSON,N=C&&C.stringify,D=h("_hidden"),R=h("toPrimitive"),W={}.propertyIsEnumerable,B=l("symbol-registry"),q=l("symbols"),V=l("op-symbols"),U=Object.prototype,z="function"==typeof F&&!!P.f,G=o.QObject,H=!G||!G.prototype||!G.prototype.findChild,Y=u&&f((function(){return 7!=_(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a}))?function(t,n,e){var r=k(U,n);r&&delete U[n],I(t,n,e),r&&t!==U&&I(U,n,r)}:I,$=function(t){var n=q[t]=_(F.prototype);return n._k=t,n},J=z&&"symbol"==r(F.iterator)?function(t){return"symbol"==r(t)}:function(t){return t instanceof F},X=function(t,n,e){return t===U&&X(V,n,e),g(t),n=S(n,!0),g(e),i(q,n)?(e.enumerable?(i(t,D)&&t[D][n]&&(t[D][n]=!1),e=_(e,{enumerable:j(0,!1)})):(i(t,D)||I(t,D,j(1,{})),t[D][n]=!0),Y(t,n,e)):I(t,n,e)},K=function(t,n){g(t);for(var e,r=m(n=O(n)),o=0,i=r.length;i>o;)X(t,e=r[o++],n[e]);return t},Z=function(t){var n=W.call(this,t=S(t,!0));return!(this===U&&i(q,t)&&!i(V,t))&&(!(n||!i(this,t)||!i(q,t)||i(this,D)&&this[D][t])||n)},Q=function(t,n){if(t=O(t),n=S(n,!0),t!==U||!i(q,n)||i(V,n)){var e=k(t,n);return!e||!i(q,n)||i(t,D)&&t[D][n]||(e.enumerable=!0),e}},tt=function(t){for(var n,e=M(O(t)),r=[],o=0;e.length>o;)i(q,n=e[o++])||n==D||n==s||r.push(n);return r},nt=function(t){for(var n,e=t===U,r=M(e?V:O(t)),o=[],u=0;r.length>u;)!i(q,n=r[u++])||e&&!i(U,n)||o.push(q[n]);return o};z||(a((F=function(){if(this instanceof F)throw TypeError("Symbol is not a constructor!");var t=d(arguments.length>0?arguments[0]:void 0),n=function(e){this===U&&n.call(V,e),i(this,D)&&i(this[D],t)&&(this[D][t]=!1),Y(this,t,j(1,e))};return u&&H&&Y(U,t,{configurable:!0,set:n}),$(t)}).prototype,"toString",(function(){return this._k})),A.f=Q,L.f=X,e(46).f=E.f=tt,e(62).f=Z,P.f=nt,u&&!e(34)&&a(U,"propertyIsEnumerable",Z,!0),v.f=function(t){return $(h(t))}),c(c.G+c.W+c.F*!z,{Symbol:F});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;et.length>rt;)h(et[rt++]);for(var ot=T(h.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]=F(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?_(t):K(_(t),n)},defineProperty:X,defineProperties:K,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:nt});var ut=f((function(){P.f(1)}));c(c.S+c.F*ut,"Object",{getOwnPropertySymbols:function(t){return P.f(x(t))}}),C&&c(c.S+c.F*(!z||f((function(){var t=F();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 b(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)}}),F.prototype[R]||e(18)(F.prototype,R,F.prototype.valueOf),p(F,"Symbol"),p(Math,"Math",!0),p(o.JSON,"JSON",!0)},function(t,n,e){var r=e(44),o=e(73),i=e(62);t.exports=function(t){var n=r(t),e=o.f;if(e)for(var u,c=e(t),a=i.f,s=0;c.length>s;)a.call(t,u=c[s++])&&n.push(u);return n}},function(t,n,e){e(145)("asyncIterator")},function(t,n,e){"use strict";e(17)("anchor",(function(t){return function(n){return t(this,"a","name",n)}}))},function(t,n,e){"use strict";e(17)("big",(function(t){return function(){return t(this,"big","","")}}))},function(t,n,e){"use strict";e(17)("blink",(function(t){return function(){return t(this,"blink","","")}}))},function(t,n,e){"use strict";e(17)("bold",(function(t){return function(){return t(this,"b","","")}}))},function(t,n,e){"use strict";var r=e(0),o=e(111)(!1);r(r.P,"String",{codePointAt:function(t){return o(this,t)}})},function(t,n,e){"use strict";var r=e(0),o=e(13),i=e(113),u="".endsWith;r(r.P+r.F*e(114)("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(17)("fixed",(function(t){return function(){return t(this,"tt","","")}}))},function(t,n,e){"use strict";e(17)("fontcolor",(function(t){return function(n){return t(this,"font","color",n)}}))},function(t,n,e){"use strict";e(17)("fontsize",(function(t){return function(n){return t(this,"font","size",n)}}))},function(t,n,e){var r=e(0),o=e(41),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(113);r(r.P+r.F*e(114)("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(17)("italics",(function(t){return function(){return t(this,"i","","")}}))},function(t,n,e){"use strict";var r=e(111)(!0);e(100)(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(17)("link",(function(t){return function(n){return t(this,"a","href",n)}}))},function(t,n,e){"use strict";var r=e(0),o=e(146),i=e(75),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(146),i=e(75),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(13);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(17)("strike",(function(t){return function(){return t(this,"strike","","")}}))},function(t,n,e){"use strict";e(17)("sub",(function(t){return function(){return t(this,"sub","","")}}))},function(t,n,e){"use strict";e(17)("sup",(function(t){return function(){return t(this,"sup","","")}}))},function(t,n,e){"use strict";e(63)("trimLeft",(function(t){return function(){return t(this,1)}}),"trimStart")},function(t,n,e){"use strict";e(63)("trimRight",(function(t){return function(){return t(this,2)}}),"trimEnd")},function(t,n,e){"use strict";var r=e(0),o=e(115),i=e(148),u=e(5),c=e(41),a=e(13),s=e(4),f=e(3).ArrayBuffer,l=e(64),p=i.ArrayBuffer,d=i.DataView,h=o.ABV&&f.isView,v=p.prototype.slice,y=o.VIEW;r(r.G+r.W+r.F*(f!==p),{ArrayBuffer:p}),r(r.S+r.F*!o.CONSTR,"ArrayBuffer",{isView:function(t){return h&&h(t)||s(t)&&y in t}}),r(r.P+r.U+r.F*e(6)((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)),s=new d(this),f=new d(i),h=0;r0?arguments[0]:void 0)}},b={get:function(t){if(f(t)){var n=h(t);return!0===n?y(l(this,"WeakMap")).get(t):n?n[this._i]:void 0}},set:function(t,n){return s.def(l(this,"WeakMap"),t,n)}},g=t.exports=e(72)("WeakMap",m,b,s,!0,!0);p&&d&&(a((r=s.getConstructor(m,"WeakMap")).prototype,b),c.NEED=!0,i(["delete","has","get","set"],(function(t){var n=g.prototype,e=n[t];u(n,t,(function(n,o){if(f(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(150),o=e(45);e(72)("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(75),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(108);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(t,n,e){for(var r=e(99),o=e(44),i=e(19),u=e(3),c=e(18),a=e(52),s=e(7),f=s("iterator"),l=s("toStringTag"),p=a.Array,d={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},h=o(d),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),S(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;S(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:_(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(306)(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.2.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 s=[];var f=i._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];i._prefixes=f;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 d(){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 h(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,s="modernizr",f=d("div"),h=function(){var t=n.body;return t||((t=d(p?"svg":"body")).fake=!0),t}();if(parseInt(r,10))for(;r--;)(c=d("div")).id=o?o[r]:s+(r+1),f.appendChild(c);return(i=d("style")).type="text/css",i.id="s"+s,(h.fake?h:f).appendChild(i),h.appendChild(f),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(n.createTextNode(t)),f.id=s,h.fake&&(h.style.background="",h.style.overflow="hidden",a=l.style.overflow,l.style.overflow="hidden",l.appendChild(h)),u=e(f,t),h.fake?(h.parentNode.removeChild(h),l.style.overflow=a,l.offsetHeight):f.parentNode.removeChild(f),!!u}u.addTest("opacity",(function(){var t=d("a").style;return t.cssText=f.join("opacity:.55;"),/^0.55$/.test(t.opacity)})),u.addTest("csspointerevents",(function(){var t=d("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents})),u.addTest("cssremunit",(function(){var t=d("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)})),u.addTest("template","content"in d("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 (",f.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");y(r,(function(t){e=9===t.offsetTop}))}return e}));var m=i._config.usePrefixes?"Moz O ms Webkit".split(" "):[];i._cssomPrefixes=m;var b=function(n){var e,r=f.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;i=0;--i){var u=this.tryEntries[i],c=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var a=r.call(u,"catchLoc"),s=r.call(u,"finallyLoc");if(a&&s){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),T(e),m}},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;T(e)}return o}}throw Error("illegal catch attempt")},delegateYield:function(n,e,r){return this.delegate={iterator:I(n),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=t),m}},n}function u(t,n,e,r,o,i,u){try{var c=t[i](u),a=c.value}catch(t){return void e(t)}c.done?n(a):Promise.resolve(a).then(r,o)}var c;(c=i().mark((function t(){var n,e,o,u,c,a,s,f,l;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,r.s;case 2:if(!(n=Object(r.l)("_dark-mode-template"))){t.next=17;break}return null==(e=document.querySelector("#_navbar > .content > .nav-btn-bar"))||e.insertBefore(n,e.querySelector(".nav-span")),o=document.querySelector('meta[name="color-scheme"]'),null==(c=document.getElementById("_dark-mode"))||c.addEventListener("click",(function(t){t.preventDefault(),clearTimeout(u);var n=document.body.classList;n.contains("dark-mode")||"_sunset"in window&&!n.contains("light-mode")&&matchMedia("(prefers-color-scheme: dark)").matches?(n.remove("dark-mode"),n.add("light-mode"),u=setTimeout((function(){o&&(o.content="light"),document.documentElement.style.colorScheme="light"}),250),c.dispatchEvent(new CustomEvent("hydejack-dark-mode-toggle",{detail:!1,bubbles:!0}))):(n.remove("light-mode"),n.add("dark-mode"),u=setTimeout((function(){o&&(o.content="dark"),document.documentElement.style.colorScheme="dark"}),250),c.dispatchEvent(new CustomEvent("hydejack-dark-mode-toggle",{detail:!0,bubbles:!0})))})),t.next=11,Object(r.r)(document,"click");case 11:a=Array.from(document.styleSheets),s=a.find((function(t){var n;return"_styleInline"===(null===(n=t.ownerNode)||void 0===n?void 0:n.id)})),f=a.find((function(t){var n;return"_stylePreload"===(null===(n=t.ownerNode)||void 0===n?void 0:n.id)})),(l=function(t){if(t){var n=Array.from(t.rules).find((function(t){return t.selectorText.startsWith(".color-transition")}));n&&(n.style.transition="background-color 1s ease, border-color 1s ease")}})(s),l(f);case 17:case"end":return t.stop()}}),t)})),function(){var t=this,n=arguments;return new Promise((function(e,r){var o=c.apply(t,n);function i(t){u(o,e,r,i,a,"next",t)}function a(t){u(o,e,r,i,a,"throw",t)}i(void 0)}))})()},function(t,n,e){"use strict";e.r(n);var r=e(16),o=e(319),i=e(320);function u(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var r,o,i,u,c=[],a=!0,s=!1;try{if(i=(e=e.call(t)).next,0===n){if(Object(e)!==e)return;a=!1}else for(;!(a=(r=i.call(e)).done)&&(c.push(r.value),c.length!==n);a=!0);}catch(t){s=!0,o=t}finally{try{if(!a&&null!=e.return&&(u=e.return(),Object(u)!==u))return}finally{if(s)throw o}}return c}}(t,n)||function(t,n){if(t){if("string"==typeof t)return c(t,n);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?c(t,n):void 0}}(t,n)||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 c(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=Array(n);e2?v-2:0),m=2;m=0?n.ownerDocument.body:b(n)&&j(n)?n:t(A(n))}(t),o=r===(null==(e=t.ownerDocument)?void 0:e.body),i=v(r),u=o?[i].concat(i.visualViewport||[],j(r)?r:[]):r,c=n.concat(u);return o?c:c.concat(P(A(u)))}function L(t){return["table","td","th"].indexOf(w(t))>=0}function T(t){return b(t)&&"fixed"!==S(t).position?t.offsetParent:null}function k(t){for(var n=v(t),e=T(t);e&&L(e)&&"static"===S(e).position;)e=T(e);return e&&("html"===w(e)||"body"===w(e)&&"static"===S(e).position)?n:e||function(t){for(var n=-1!==navigator.userAgent.toLowerCase().indexOf("firefox"),e=A(t);b(e)&&["html","body"].indexOf(w(e))<0;){var r=S(e);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||n&&"filter"===r.willChange||n&&r.filter&&"none"!==r.filter)return e;e=e.parentNode}return null}(t)||n}var I="top",M="bottom",F="right",C="left",N=[I,M,F,C],D=N.reduce((function(t,n){return t.concat([n+"-start",n+"-end"])}),[]),R=[].concat(N,["auto"]).reduce((function(t,n){return t.concat([n,n+"-start",n+"-end"])}),[]),W=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function B(t){var n=new Map,e=new Set,r=[];return t.forEach((function(t){n.set(t.name,t)})),t.forEach((function(t){e.has(t.name)||function t(o){e.add(o.name),[].concat(o.requires||[],o.requiresIfExists||[]).forEach((function(r){if(!e.has(r)){var o=n.get(r);o&&t(o)}})),r.push(o)}(t)})),r}var q={placement:"bottom",modifiers:[],strategy:"absolute"};function V(){for(var t=arguments.length,n=new Array(t),e=0;e=0?"x":"y"}function J(t){var n,e=t.reference,r=t.element,o=t.placement,i=o?H(o):null,u=o?Y(o):null,c=e.x+e.width/2-r.width/2,a=e.y+e.height/2-r.height/2;switch(i){case I:n={x:c,y:e.y-r.height};break;case M:n={x:c,y:e.y+e.height};break;case F:n={x:e.x+e.width,y:a};break;case C:n={x:e.x-r.width,y:a};break;default:n={x:e.x,y:e.y}}var s=i?$(i):null;if(null!=s){var f="y"===s?"height":"width";switch(u){case"start":n[s]=n[s]-(e[f]/2-r[f]/2);break;case"end":n[s]=n[s]+(e[f]/2-r[f]/2)}}return n}var X={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var n=t.state,e=t.name;n.modifiersData[e]=J({reference:n.rects.reference,element:n.rects.popper,strategy:"absolute",placement:n.placement})},data:{}},K=Math.max,Z=Math.min,Q=Math.round,tt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function nt(t){var n,e=t.popper,r=t.popperRect,o=t.placement,i=t.offsets,u=t.position,c=t.gpuAcceleration,a=t.adaptive,s=t.roundOffsets,f=!0===s?function(t){var n=t.x,e=t.y,r=window.devicePixelRatio||1;return{x:Q(Q(n*r)/r)||0,y:Q(Q(e*r)/r)||0}}(i):"function"==typeof s?s(i):i,l=f.x,p=void 0===l?0:l,d=f.y,h=void 0===d?0:d,y=i.hasOwnProperty("x"),m=i.hasOwnProperty("y"),b=C,g=I,w=window;if(a){var O=k(e),j="clientHeight",_="clientWidth";O===v(e)&&"static"!==S(O=x(e)).position&&(j="scrollHeight",_="scrollWidth"),O=O,o===I&&(g=M,h-=O[j]-r.height,h*=c?1:-1),o===C&&(b=F,p-=O[_]-r.width,p*=c?1:-1)}var E,A=Object.assign({position:u},a&&tt);return c?Object.assign({},A,((E={})[g]=m?"0":"",E[b]=y?"0":"",E.transform=(w.devicePixelRatio||1)<2?"translate("+p+"px, "+h+"px)":"translate3d("+p+"px, "+h+"px, 0)",E)):Object.assign({},A,((n={})[g]=m?h+"px":"",n[b]=y?p+"px":"",n.transform="",n))}var et={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var n=t.state;Object.keys(n.elements).forEach((function(t){var e=n.styles[t]||{},r=n.attributes[t]||{},o=n.elements[t];b(o)&&w(o)&&(Object.assign(o.style,e),Object.keys(r).forEach((function(t){var n=r[t];!1===n?o.removeAttribute(t):o.setAttribute(t,!0===n?"":n)})))}))},effect:function(t){var n=t.state,e={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,e.popper),n.styles=e,n.elements.arrow&&Object.assign(n.elements.arrow.style,e.arrow),function(){Object.keys(n.elements).forEach((function(t){var r=n.elements[t],o=n.attributes[t]||{},i=Object.keys(n.styles.hasOwnProperty(t)?n.styles[t]:e[t]).reduce((function(t,n){return t[n]="",t}),{});b(r)&&w(r)&&(Object.assign(r.style,i),Object.keys(o).forEach((function(t){r.removeAttribute(t)})))}))}},requires:["computeStyles"]};var rt={left:"right",right:"left",bottom:"top",top:"bottom"};function ot(t){return t.replace(/left|right|bottom|top/g,(function(t){return rt[t]}))}var it={start:"end",end:"start"};function ut(t){return t.replace(/start|end/g,(function(t){return it[t]}))}function ct(t,n){var e=n.getRootNode&&n.getRootNode();if(t.contains(n))return!0;if(e&&g(e)){var r=n;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function at(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function st(t,n){return"viewport"===n?at(function(t){var n=v(t),e=x(t),r=n.visualViewport,o=e.clientWidth,i=e.clientHeight,u=0,c=0;return r&&(o=r.width,i=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(u=r.offsetLeft,c=r.offsetTop)),{width:o,height:i,x:u+O(t),y:c}}(t)):b(n)?function(t){var n=h(t);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(n):at(function(t){var n,e=x(t),r=y(t),o=null==(n=t.ownerDocument)?void 0:n.body,i=K(e.scrollWidth,e.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),u=K(e.scrollHeight,e.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),c=-r.scrollLeft+O(t),a=-r.scrollTop;return"rtl"===S(o||e).direction&&(c+=K(e.clientWidth,o?o.clientWidth:0)-i),{width:i,height:u,x:c,y:a}}(x(t)))}function ft(t,n,e){var r="clippingParents"===n?function(t){var n=P(A(t)),e=["absolute","fixed"].indexOf(S(t).position)>=0&&b(t)?k(t):t;return m(e)?n.filter((function(t){return m(t)&&ct(t,e)&&"body"!==w(t)})):[]}(t):[].concat(n),o=[].concat(r,[e]),i=o[0],u=o.reduce((function(n,e){var r=st(t,e);return n.top=K(r.top,n.top),n.right=Z(r.right,n.right),n.bottom=Z(r.bottom,n.bottom),n.left=K(r.left,n.left),n}),st(t,i));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function lt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function pt(t,n){return n.reduce((function(n,e){return n[e]=t,n}),{})}function dt(t,n){void 0===n&&(n={});var e=n,r=e.placement,o=void 0===r?t.placement:r,i=e.boundary,u=void 0===i?"clippingParents":i,c=e.rootBoundary,a=void 0===c?"viewport":c,s=e.elementContext,f=void 0===s?"popper":s,l=e.altBoundary,p=void 0!==l&&l,d=e.padding,v=void 0===d?0:d,y=lt("number"!=typeof v?v:pt(v,N)),b="popper"===f?"reference":"popper",g=t.elements.reference,w=t.rects.popper,O=t.elements[p?b:f],S=ft(m(O)?O:O.contextElement||x(t.elements.popper),u,a),j=h(g),_=J({reference:j,element:w,strategy:"absolute",placement:o}),E=at(Object.assign({},w,_)),A="popper"===f?E:j,P={top:S.top-A.top+y.top,bottom:A.bottom-S.bottom+y.bottom,left:S.left-A.left+y.left,right:A.right-S.right+y.right},L=t.modifiersData.offset;if("popper"===f&&L){var T=L[o];Object.keys(P).forEach((function(t){var n=[F,M].indexOf(t)>=0?1:-1,e=[I,M].indexOf(t)>=0?"y":"x";P[t]+=T[e]*n}))}return P}function ht(t,n,e){return K(t,Z(n,e))}function vt(t,n,e){return void 0===e&&(e={x:0,y:0}),{top:t.top-n.height-e.y,right:t.right-n.width+e.x,bottom:t.bottom-n.height+e.y,left:t.left-n.width-e.x}}function yt(t){return[I,F,M,C].some((function(n){return t[n]>=0}))}var mt=U({defaultModifiers:[G,X,{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var n=t.state,e=t.options,r=e.gpuAcceleration,o=void 0===r||r,i=e.adaptive,u=void 0===i||i,c=e.roundOffsets,a=void 0===c||c,s={placement:H(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:o};null!=n.modifiersData.popperOffsets&&(n.styles.popper=Object.assign({},n.styles.popper,nt(Object.assign({},s,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:u,roundOffsets:a})))),null!=n.modifiersData.arrow&&(n.styles.arrow=Object.assign({},n.styles.arrow,nt(Object.assign({},s,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})},data:{}},et,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var n=t.state,e=t.options,r=t.name,o=e.offset,i=void 0===o?[0,0]:o,u=R.reduce((function(t,e){return t[e]=function(t,n,e){var r=H(t),o=[C,I].indexOf(r)>=0?-1:1,i="function"==typeof e?e(Object.assign({},n,{placement:t})):e,u=i[0],c=i[1];return u=u||0,c=(c||0)*o,[C,F].indexOf(r)>=0?{x:c,y:u}:{x:u,y:c}}(e,n.rects,i),t}),{}),c=u[n.placement],a=c.x,s=c.y;null!=n.modifiersData.popperOffsets&&(n.modifiersData.popperOffsets.x+=a,n.modifiersData.popperOffsets.y+=s),n.modifiersData[r]=u}},{name:"flip",enabled:!0,phase:"main",fn:function(t){var n=t.state,e=t.options,r=t.name;if(!n.modifiersData[r]._skip){for(var o=e.mainAxis,i=void 0===o||o,u=e.altAxis,c=void 0===u||u,a=e.fallbackPlacements,s=e.padding,f=e.boundary,l=e.rootBoundary,p=e.altBoundary,d=e.flipVariations,h=void 0===d||d,v=e.allowedAutoPlacements,y=n.options.placement,m=H(y),b=a||(m===y||!h?[ot(y)]:function(t){if("auto"===H(t))return[];var n=ot(t);return[ut(t),n,ut(n)]}(y)),g=[y].concat(b).reduce((function(t,e){return t.concat("auto"===H(e)?function(t,n){void 0===n&&(n={});var e=n,r=e.placement,o=e.boundary,i=e.rootBoundary,u=e.padding,c=e.flipVariations,a=e.allowedAutoPlacements,s=void 0===a?R:a,f=Y(r),l=f?c?D:D.filter((function(t){return Y(t)===f})):N,p=l.filter((function(t){return s.indexOf(t)>=0}));0===p.length&&(p=l);var d=p.reduce((function(n,e){return n[e]=dt(t,{placement:e,boundary:o,rootBoundary:i,padding:u})[H(e)],n}),{});return Object.keys(d).sort((function(t,n){return d[t]-d[n]}))}(n,{placement:e,boundary:f,rootBoundary:l,padding:s,flipVariations:h,allowedAutoPlacements:v}):e)}),[]),w=n.rects.reference,x=n.rects.popper,O=new Map,S=!0,j=g[0],_=0;_=0,T=L?"width":"height",k=dt(n,{placement:E,boundary:f,rootBoundary:l,altBoundary:p,padding:s}),W=L?P?F:C:P?M:I;w[T]>x[T]&&(W=ot(W));var B=ot(W),q=[];if(i&&q.push(k[A]<=0),c&&q.push(k[W]<=0,k[B]<=0),q.every((function(t){return t}))){j=E,S=!1;break}O.set(E,q)}if(S)for(var V=function(t){var n=g.find((function(n){var e=O.get(n);if(e)return e.slice(0,t).every((function(t){return t}))}));if(n)return j=n,"break"},U=h?3:1;U>0;U--){if("break"===V(U))break}n.placement!==j&&(n.modifiersData[r]._skip=!0,n.placement=j,n.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var n=t.state,e=t.options,r=t.name,o=e.mainAxis,i=void 0===o||o,u=e.altAxis,c=void 0!==u&&u,a=e.boundary,s=e.rootBoundary,f=e.altBoundary,l=e.padding,p=e.tether,d=void 0===p||p,h=e.tetherOffset,v=void 0===h?0:h,y=dt(n,{boundary:a,rootBoundary:s,padding:l,altBoundary:f}),m=H(n.placement),b=Y(n.placement),g=!b,w=$(m),x="x"===w?"y":"x",O=n.modifiersData.popperOffsets,S=n.rects.reference,j=n.rects.popper,_="function"==typeof v?v(Object.assign({},n.rects,{placement:n.placement})):v,A={x:0,y:0};if(O){if(i||c){var P="y"===w?I:C,L="y"===w?M:F,T="y"===w?"height":"width",N=O[w],D=O[w]+y[P],R=O[w]-y[L],W=d?-j[T]/2:0,B="start"===b?S[T]:j[T],q="start"===b?-j[T]:-S[T],V=n.elements.arrow,U=d&&V?E(V):{width:0,height:0},z=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},G=z[P],J=z[L],X=ht(0,S[T],U[T]),Q=g?S[T]/2-W-X-G-_:B-X-G-_,tt=g?-S[T]/2+W+X+J+_:q+X+J+_,nt=n.elements.arrow&&k(n.elements.arrow),et=nt?"y"===w?nt.clientTop||0:nt.clientLeft||0:0,rt=n.modifiersData.offset?n.modifiersData.offset[n.placement][w]:0,ot=O[w]+Q-rt-et,it=O[w]+tt-rt;if(i){var ut=ht(d?Z(D,ot):D,N,d?K(R,it):R);O[w]=ut,A[w]=ut-N}if(c){var ct="x"===w?I:C,at="x"===w?M:F,st=O[x],ft=st+y[ct],lt=st-y[at],pt=ht(d?Z(ft,ot):ft,st,d?K(lt,it):lt);O[x]=pt,A[x]=pt-st}}n.modifiersData[r]=A}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(t){var n,e=t.state,r=t.name,o=t.options,i=e.elements.arrow,u=e.modifiersData.popperOffsets,c=H(e.placement),a=$(c),s=[C,F].indexOf(c)>=0?"height":"width";if(i&&u){var f=function(t,n){return lt("number"!=typeof(t="function"==typeof t?t(Object.assign({},n.rects,{placement:n.placement})):t)?t:pt(t,N))}(o.padding,e),l=E(i),p="y"===a?I:C,d="y"===a?M:F,h=e.rects.reference[s]+e.rects.reference[a]-u[a]-e.rects.popper[s],v=u[a]-e.rects.reference[a],y=k(i),m=y?"y"===a?y.clientHeight||0:y.clientWidth||0:0,b=h/2-v/2,g=f[p],w=m-l[s]-f[d],x=m/2-l[s]/2+b,O=ht(g,x,w),S=a;e.modifiersData[r]=((n={})[S]=O,n.centerOffset=O-x,n)}},effect:function(t){var n=t.state,e=t.options.element,r=void 0===e?"[data-popper-arrow]":e;null!=r&&("string"!=typeof r||(r=n.elements.popper.querySelector(r)))&&ct(n.elements.popper,r)&&(n.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var n=t.state,e=t.name,r=n.rects.reference,o=n.rects.popper,i=n.modifiersData.preventOverflow,u=dt(n,{elementContext:"reference"}),c=dt(n,{altBoundary:!0}),a=vt(u,r),s=vt(c,o,i),f=yt(a),l=yt(s);n.modifiersData[e]={referenceClippingOffsets:a,popperEscapeOffsets:s,isReferenceHidden:f,hasPopperEscaped:l},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":l})}}]}),bt={passive:!0,capture:!0},gt=function(){return document.body};function wt(t,n,e){if(Array.isArray(t)){var r=t[n];return null==r?Array.isArray(e)?e[n]:e:r}return t}function xt(t,n){var e={}.toString.call(t);return 0===e.indexOf("[object")&&e.indexOf(n+"]")>-1}function Ot(t,n){return"function"==typeof t?t.apply(void 0,n):t}function St(t,n){return 0===n?t:function(r){clearTimeout(e),e=setTimeout((function(){t(r)}),n)};var e}function jt(t){return[].concat(t)}function _t(t,n){-1===t.indexOf(n)&&t.push(n)}function Et(t){return t.split("-")[0]}function At(t){return[].slice.call(t)}function Pt(t){return Object.keys(t).reduce((function(n,e){return void 0!==t[e]&&(n[e]=t[e]),n}),{})}function Lt(){return document.createElement("div")}function Tt(t){return["Element","Fragment"].some((function(n){return xt(t,n)}))}function kt(t){return xt(t,"MouseEvent")}function It(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Mt(t){return Tt(t)?[t]:function(t){return xt(t,"NodeList")}(t)?At(t):Array.isArray(t)?t:At(document.querySelectorAll(t))}function Ft(t,n){t.forEach((function(t){t&&(t.style.transitionDuration=n+"ms")}))}function Ct(t,n){t.forEach((function(t){t&&t.setAttribute("data-state",n)}))}function Nt(t){var n,e=jt(t)[0];return null!=e&&null!=(n=e.ownerDocument)&&n.body?e.ownerDocument:document}function Dt(t,n,e){var r=n+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(n){t[r](n,e)}))}function Rt(t,n){for(var e=n;e;){var r;if(t.contains(e))return!0;e=null==e.getRootNode||null==(r=e.getRootNode())?void 0:r.host}return!1}var Wt={isTouch:!1},Bt=0;function qt(){Wt.isTouch||(Wt.isTouch=!0,window.performance&&document.addEventListener("mousemove",Vt))}function Vt(){var t=performance.now();t-Bt<20&&(Wt.isTouch=!1,document.removeEventListener("mousemove",Vt)),Bt=t}function Ut(){var t=document.activeElement;if(It(t)){var n=t._tippy;t.blur&&!n.state.isVisible&&t.blur()}}var zt=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var Gt={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Ht=Object.assign({appendTo:gt,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},Gt,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),Yt=Object.keys(Ht);function $t(t){var n=(t.plugins||[]).reduce((function(n,e){var r,o=e.name,i=e.defaultValue;o&&(n[o]=void 0!==t[o]?t[o]:null!=(r=Ht[o])?r:i);return n}),{});return Object.assign({},t,n)}function Jt(t,n){var e=Object.assign({},n,{content:Ot(n.content,[t])},n.ignoreAttributes?{}:function(t,n){return(n?Object.keys($t(Object.assign({},Ht,{plugins:n}))):Yt).reduce((function(n,e){var r=(t.getAttribute("data-tippy-"+e)||"").trim();if(!r)return n;if("content"===e)n[e]=r;else try{n[e]=JSON.parse(r)}catch(t){n[e]=r}return n}),{})}(t,n.plugins));return e.aria=Object.assign({},Ht.aria,e.aria),e.aria={expanded:"auto"===e.aria.expanded?n.interactive:e.aria.expanded,content:"auto"===e.aria.content?n.interactive?null:"describedby":e.aria.content},e}function Xt(t,n){t.innerHTML=n}function Kt(t){var n=Lt();return!0===t?n.className="tippy-arrow":(n.className="tippy-svg-arrow",Tt(t)?n.appendChild(t):Xt(n,t)),n}function Zt(t,n){Tt(n.content)?(Xt(t,""),t.appendChild(n.content)):"function"!=typeof n.content&&(n.allowHTML?Xt(t,n.content):t.textContent=n.content)}function Qt(t){var n=t.firstElementChild,e=At(n.children);return{box:n,content:e.find((function(t){return t.classList.contains("tippy-content")})),arrow:e.find((function(t){return t.classList.contains("tippy-arrow")||t.classList.contains("tippy-svg-arrow")})),backdrop:e.find((function(t){return t.classList.contains("tippy-backdrop")}))}}function tn(t){var n=Lt(),e=Lt();e.className="tippy-box",e.setAttribute("data-state","hidden"),e.setAttribute("tabindex","-1");var r=Lt();function o(e,r){var o=Qt(n),i=o.box,u=o.content,c=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),e.content===r.content&&e.allowHTML===r.allowHTML||Zt(u,t.props),r.arrow?c?e.arrow!==r.arrow&&(i.removeChild(c),i.appendChild(Kt(r.arrow))):i.appendChild(Kt(r.arrow)):c&&i.removeChild(c)}return r.className="tippy-content",r.setAttribute("data-state","hidden"),Zt(r,t.props),n.appendChild(e),e.appendChild(r),o(t.props,t.props),{popper:n,onUpdate:o}}tn.$$tippy=!0;var nn=1,en=[],rn=[];function on(t,n){var e,r,o,i,u,c,a,s,f=Jt(t,Object.assign({},Ht,$t(Pt(n)))),l=!1,p=!1,d=!1,h=!1,v=[],y=St(Y,f.interactiveDebounce),m=nn++,b=(s=f.plugins).filter((function(t,n){return s.indexOf(t)===n})),g={id:m,reference:t,popper:Lt(),popperInstance:null,props:f,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:b,clearDelayTimeouts:function(){clearTimeout(e),clearTimeout(r),cancelAnimationFrame(o)},setProps:function(n){0;if(g.state.isDestroyed)return;M("onBeforeUpdate",[g,n]),G();var e=g.props,r=Jt(t,Object.assign({},e,Pt(n),{ignoreAttributes:!0}));g.props=r,z(),e.interactiveDebounce!==r.interactiveDebounce&&(N(),y=St(Y,r.interactiveDebounce));e.triggerTarget&&!r.triggerTarget?jt(e.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):r.triggerTarget&&t.removeAttribute("aria-expanded");C(),I(),O&&O(e,r);g.popperInstance&&(K(),Q().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));M("onAfterUpdate",[g,n])},setContent:function(t){g.setProps({content:t})},show:function(){0;var t=g.state.isVisible,n=g.state.isDestroyed,e=!g.state.isEnabled,r=Wt.isTouch&&!g.props.touch,o=wt(g.props.duration,0,Ht.duration);if(t||n||e||r)return;if(P().hasAttribute("disabled"))return;if(M("onShow",[g],!1),!1===g.props.onShow(g))return;g.state.isVisible=!0,A()&&(x.style.visibility="visible");I(),B(),g.state.isMounted||(x.style.transition="none");if(A()){var i=T(),u=i.box,a=i.content;Ft([u,a],0)}c=function(){var t;if(g.state.isVisible&&!h){if(h=!0,x.offsetHeight,x.style.transition=g.props.moveTransition,A()&&g.props.animation){var n=T(),e=n.box,r=n.content;Ft([e,r],o),Ct([e,r],"visible")}F(),C(),_t(rn,g),null==(t=g.popperInstance)||t.forceUpdate(),M("onMount",[g]),g.props.animation&&A()&&function(t,n){V(t,n)}(o,(function(){g.state.isShown=!0,M("onShown",[g])}))}},function(){var t,n=g.props.appendTo,e=P();t=g.props.interactive&&n===gt||"parent"===n?e.parentNode:Ot(n,[e]);t.contains(x)||t.appendChild(x);g.state.isMounted=!0,K(),!1}()},hide:function(){0;var t=!g.state.isVisible,n=g.state.isDestroyed,e=!g.state.isEnabled,r=wt(g.props.duration,1,Ht.duration);if(t||n||e)return;if(M("onHide",[g],!1),!1===g.props.onHide(g))return;g.state.isVisible=!1,g.state.isShown=!1,h=!1,l=!1,A()&&(x.style.visibility="hidden");if(N(),q(),I(!0),A()){var o=T(),i=o.box,u=o.content;g.props.animation&&(Ft([i,u],r),Ct([i,u],"hidden"))}F(),C(),g.props.animation?A()&&function(t,n){V(t,(function(){!g.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&n()}))}(r,g.unmount):g.unmount()},hideWithInteractivity:function(t){0;L().addEventListener("mousemove",y),_t(en,y),y(t)},enable:function(){g.state.isEnabled=!0},disable:function(){g.hide(),g.state.isEnabled=!1},unmount:function(){0;g.state.isVisible&&g.hide();if(!g.state.isMounted)return;Z(),Q().forEach((function(t){t._tippy.unmount()})),x.parentNode&&x.parentNode.removeChild(x);rn=rn.filter((function(t){return t!==g})),g.state.isMounted=!1,M("onHidden",[g])},destroy:function(){0;if(g.state.isDestroyed)return;g.clearDelayTimeouts(),g.unmount(),G(),delete t._tippy,g.state.isDestroyed=!0,M("onDestroy",[g])}};if(!f.render)return g;var w=f.render(g),x=w.popper,O=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+g.id,g.popper=x,t._tippy=g,x._tippy=g;var S=b.map((function(t){return t.fn(g)})),j=t.hasAttribute("aria-expanded");return z(),C(),I(),M("onCreate",[g]),f.showOnCreate&&tt(),x.addEventListener("mouseenter",(function(){g.props.interactive&&g.state.isVisible&&g.clearDelayTimeouts()})),x.addEventListener("mouseleave",(function(){g.props.interactive&&g.props.trigger.indexOf("mouseenter")>=0&&L().addEventListener("mousemove",y)})),g;function _(){var t=g.props.touch;return Array.isArray(t)?t:[t,0]}function E(){return"hold"===_()[0]}function A(){var t;return!(null==(t=g.props.render)||!t.$$tippy)}function P(){return a||t}function L(){var t=P().parentNode;return t?Nt(t):document}function T(){return Qt(x)}function k(t){return g.state.isMounted&&!g.state.isVisible||Wt.isTouch||i&&"focus"===i.type?0:wt(g.props.delay,t?0:1,Ht.delay)}function I(t){void 0===t&&(t=!1),x.style.pointerEvents=g.props.interactive&&!t?"":"none",x.style.zIndex=""+g.props.zIndex}function M(t,n,e){var r;(void 0===e&&(e=!0),S.forEach((function(e){e[t]&&e[t].apply(e,n)})),e)&&(r=g.props)[t].apply(r,n)}function F(){var n=g.props.aria;if(n.content){var e="aria-"+n.content,r=x.id;jt(g.props.triggerTarget||t).forEach((function(t){var n=t.getAttribute(e);if(g.state.isVisible)t.setAttribute(e,n?n+" "+r:r);else{var o=n&&n.replace(r,"").trim();o?t.setAttribute(e,o):t.removeAttribute(e)}}))}}function C(){!j&&g.props.aria.expanded&&jt(g.props.triggerTarget||t).forEach((function(t){g.props.interactive?t.setAttribute("aria-expanded",g.state.isVisible&&t===P()?"true":"false"):t.removeAttribute("aria-expanded")}))}function N(){L().removeEventListener("mousemove",y),en=en.filter((function(t){return t!==y}))}function D(n){if(!Wt.isTouch||!d&&"mousedown"!==n.type){var e=n.composedPath&&n.composedPath()[0]||n.target;if(!g.props.interactive||!Rt(x,e)){if(jt(g.props.triggerTarget||t).some((function(t){return Rt(t,e)}))){if(Wt.isTouch)return;if(g.state.isVisible&&g.props.trigger.indexOf("click")>=0)return}else M("onClickOutside",[g,n]);!0===g.props.hideOnClick&&(g.clearDelayTimeouts(),g.hide(),p=!0,setTimeout((function(){p=!1})),g.state.isMounted||q())}}}function R(){d=!0}function W(){d=!1}function B(){var t=L();t.addEventListener("mousedown",D,!0),t.addEventListener("touchend",D,bt),t.addEventListener("touchstart",W,bt),t.addEventListener("touchmove",R,bt)}function q(){var t=L();t.removeEventListener("mousedown",D,!0),t.removeEventListener("touchend",D,bt),t.removeEventListener("touchstart",W,bt),t.removeEventListener("touchmove",R,bt)}function V(t,n){var e=T().box;function r(t){t.target===e&&(Dt(e,"remove",r),n())}if(0===t)return n();Dt(e,"remove",u),Dt(e,"add",r),u=r}function U(n,e,r){void 0===r&&(r=!1),jt(g.props.triggerTarget||t).forEach((function(t){t.addEventListener(n,e,r),v.push({node:t,eventType:n,handler:e,options:r})}))}function z(){var t;E()&&(U("touchstart",H,{passive:!0}),U("touchend",$,{passive:!0})),(t=g.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(U(t,H),t){case"mouseenter":U("mouseleave",$);break;case"focus":U(zt?"focusout":"blur",J);break;case"focusin":U("focusout",J)}}))}function G(){v.forEach((function(t){var n=t.node,e=t.eventType,r=t.handler,o=t.options;n.removeEventListener(e,r,o)})),v=[]}function H(t){var n,e=!1;if(g.state.isEnabled&&!X(t)&&!p){var r="focus"===(null==(n=i)?void 0:n.type);i=t,a=t.currentTarget,C(),!g.state.isVisible&&kt(t)&&en.forEach((function(n){return n(t)})),"click"===t.type&&(g.props.trigger.indexOf("mouseenter")<0||l)&&!1!==g.props.hideOnClick&&g.state.isVisible?e=!0:tt(t),"click"===t.type&&(l=!e),e&&!r&&nt(t)}}function Y(t){var n=t.target,e=P().contains(n)||x.contains(n);"mousemove"===t.type&&e||function(t,n){var e=n.clientX,r=n.clientY;return t.every((function(t){var n=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,u=Et(o.placement),c=o.modifiersData.offset;if(!c)return!0;var a="bottom"===u?c.top.y:0,s="top"===u?c.bottom.y:0,f="right"===u?c.left.x:0,l="left"===u?c.right.x:0,p=n.top-r+a>i,d=r-n.bottom-s>i,h=n.left-e+f>i,v=e-n.right-l>i;return p||d||h||v}))}(Q().concat(x).map((function(t){var n,e=null==(n=t._tippy.popperInstance)?void 0:n.state;return e?{popperRect:t.getBoundingClientRect(),popperState:e,props:f}:null})).filter(Boolean),t)&&(N(),nt(t))}function $(t){X(t)||g.props.trigger.indexOf("click")>=0&&l||(g.props.interactive?g.hideWithInteractivity(t):nt(t))}function J(t){g.props.trigger.indexOf("focusin")<0&&t.target!==P()||g.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||nt(t)}function X(t){return!!Wt.isTouch&&E()!==t.type.indexOf("touch")>=0}function K(){Z();var n=g.props,e=n.popperOptions,r=n.placement,o=n.offset,i=n.getReferenceClientRect,u=n.moveTransition,a=A()?Qt(x).arrow:null,s=i?{getBoundingClientRect:i,contextElement:i.contextElement||P()}:t,f=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!u}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var n=t.state;if(A()){var e=T().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?e.setAttribute("data-placement",n.placement):n.attributes.popper["data-popper-"+t]?e.setAttribute("data-"+t,""):e.removeAttribute("data-"+t)})),n.attributes.popper={}}}}];A()&&a&&f.push({name:"arrow",options:{element:a,padding:3}}),f.push.apply(f,(null==e?void 0:e.modifiers)||[]),g.popperInstance=mt(s,x,Object.assign({},e,{placement:r,onFirstUpdate:c,modifiers:f}))}function Z(){g.popperInstance&&(g.popperInstance.destroy(),g.popperInstance=null)}function Q(){return At(x.querySelectorAll("[data-tippy-root]"))}function tt(t){g.clearDelayTimeouts(),t&&M("onTrigger",[g,t]),B();var n=k(!0),r=_(),o=r[0],i=r[1];Wt.isTouch&&"hold"===o&&i&&(n=i),n?e=setTimeout((function(){g.show()}),n):g.show()}function nt(t){if(g.clearDelayTimeouts(),M("onUntrigger",[g,t]),g.state.isVisible){if(!(g.props.trigger.indexOf("mouseenter")>=0&&g.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&l)){var n=k(!1);n?r=setTimeout((function(){g.state.isVisible&&g.hide()}),n):o=requestAnimationFrame((function(){g.hide()}))}}else q()}}function un(t,n){void 0===n&&(n={});var e=Ht.plugins.concat(n.plugins||[]);document.addEventListener("touchstart",qt,bt),window.addEventListener("blur",Ut);var r=Object.assign({},n,{plugins:e}),o=Mt(t).reduce((function(t,n){var e=n&&on(n,r);return e&&t.push(e),t}),[]);return Tt(t)?o[0]:o}un.defaultProps=Ht,un.setDefaultProps=function(t){Object.keys(t).forEach((function(n){Ht[n]=t[n]}))},un.currentInput=Wt;Object.assign({},et,{effect:function(t){var n=t.state,e={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(n.elements.popper.style,e.popper),n.styles=e,n.elements.arrow&&Object.assign(n.elements.arrow.style,e.arrow)}});un.setDefaultProps({render:tn});var cn=un;function an(t){return(an="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 sn(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */sn=function(){return n};var t,n={},e=Object.prototype,r=e.hasOwnProperty,o=Object.defineProperty||function(t,n,e){t[n]=e.value},i="function"==typeof Symbol?Symbol:{},u=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function s(t,n,e){return Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[n]}try{s({},"")}catch(t){s=function(t,n,e){return t[n]=e}}function f(t,n,e,r){var i=n&&n.prototype instanceof y?n:y,u=Object.create(i.prototype),c=new L(r||[]);return o(u,"_invoke",{value:_(t,e,c)}),u}function l(t,n,e){try{return{type:"normal",arg:t.call(n,e)}}catch(t){return{type:"throw",arg:t}}}n.wrap=f;var p="suspendedStart",d="executing",h="completed",v={};function y(){}function m(){}function b(){}var g={};s(g,u,(function(){return this}));var w=Object.getPrototypeOf,x=w&&w(w(T([])));x&&x!==e&&r.call(x,u)&&(g=x);var O=b.prototype=y.prototype=Object.create(g);function S(t){["next","throw","return"].forEach((function(n){s(t,n,(function(t){return this._invoke(n,t)}))}))}function j(t,n){function e(o,i,u,c){var a=l(t[o],t,i);if("throw"!==a.type){var s=a.arg,f=s.value;return f&&"object"==an(f)&&r.call(f,"__await")?n.resolve(f.__await).then((function(t){e("next",t,u,c)}),(function(t){e("throw",t,u,c)})):n.resolve(f).then((function(t){s.value=t,u(s)}),(function(t){return e("throw",t,u,c)}))}c(a.arg)}var i;o(this,"_invoke",{value:function(t,r){function o(){return new n((function(n,o){e(t,r,n,o)}))}return i=i?i.then(o,o):o()}})}function _(n,e,r){var o=p;return function(i,u){if(o===d)throw Error("Generator is already running");if(o===h){if("throw"===i)throw u;return{value:t,done:!0}}for(r.method=i,r.arg=u;;){var c=r.delegate;if(c){var a=E(c,r);if(a){if(a===v)continue;return a}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===p)throw o=h,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=d;var s=l(n,e,r);if("normal"===s.type){if(o=r.done?h:"suspendedYield",s.arg===v)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(o=h,r.method="throw",r.arg=s.arg)}}}function E(n,e){var r=e.method,o=n.iterator[r];if(o===t)return e.delegate=null,"throw"===r&&n.iterator.return&&(e.method="return",e.arg=t,E(n,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var i=l(o,n.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,v;var u=i.arg;return u?u.done?(e[n.resultName]=u.value,e.next=n.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,v):u:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function A(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function P(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function L(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function T(n){if(n||""===n){var e=n[u];if(e)return e.call(n);if("function"==typeof n.next)return n;if(!isNaN(n.length)){var o=-1,i=function e(){for(;++o=0;--i){var u=this.tryEntries[i],c=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var a=r.call(u,"catchLoc"),s=r.call(u,"finallyLoc");if(a&&s){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),P(e),v}},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;P(e)}return o}}throw Error("illegal catch attempt")},delegateYield:function(n,e,r){return this.delegate={iterator:T(n),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=t),v}},n}function fn(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var r,o,i,u,c=[],a=!0,s=!1;try{if(i=(e=e.call(t)).next,0===n){if(Object(e)!==e)return;a=!1}else for(;!(a=(r=i.call(e)).done)&&(c.push(r.value),c.length!==n);a=!0);}catch(t){s=!0,o=t}finally{try{if(!a&&null!=e.return&&(u=e.return(),Object(u)!==u))return}finally{if(s)throw o}}return c}}(t,n)||pn(t,n)||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 ln(t){return function(t){if(Array.isArray(t))return dn(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||pn(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 pn(t,n){if(t){if("string"==typeof t)return dn(t,n);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?dn(t,n):void 0}}function dn(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=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]*["'`](((?:(?!["'\\`\uD800-\uDFFF])[\s\S]|[\uD800-\uDBFF][\uDC00-\uDFFF])|\\(?:[\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,s((function(t){if(t){cn(t.querySelectorAll(".post-date > .ellipsis"),{trigger:"click",touch:!0,interactive:!0,allowHTML:!0,maxWidth:"none",placement:"bottom-start",offset:0,content:function(t){return t.innerHTML},onTrigger:function(t,n){"A"===n.target.tagName&&(t._hideOnce=!0)},onShow:function(t){if(t._hideOnce)return t._hideOnce=!1}}),cn(t.querySelectorAll("abbr[title]"),{trigger:"click",touch:!0,maxWidth:500,content:function(t){return t.getAttribute("title")}}),cn(t.querySelectorAll(".sidebar-social [title]"),{touch:!0,content:function(t){return t.getAttribute("title")}}),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&&"ClipboardItem"in window&&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=d("button",{onClick:function(){var n=vn(sn().mark((function n(){return sn().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,navigator.clipboard.write([new ClipboardItem({"text/plain":new Blob([t.textContent],{type:"text/plain"})})]);case 2:yn(r,"copy-success");case 3:case"end":return n.stop()}}),n)})));return function(){return n.apply(this,arguments)}}()},d("small",{class:"icon-copy",title:"Copy"}),d("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=fn(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,s=d("div",{class:"pre-header break-layout"},d("span",{},d("small",{class:"icon-file-empty"})," ",r));a.insertBefore(s,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,f((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)}))}})),h=document.getElementById("_MathJax"),!a||!h){t.next=31;break}if((v=function(t){var n=fn(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)(h,"load");case 28:return t.next=30,MathJax.typesetPromise();case 30:window._noPushState||(a.addEventListener("ready",v),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 u}));var r=e(122),o=e(11),i=e(9);function u(t,n){return void 0===n&&(n=r.b),Object(o.a)((function(e,r){var o=null,u=null,c=null,a=function(){if(o){o.unsubscribe(),o=null;var t=u;u=null,r.next(t)}};function s(){var e=c+t,i=n.now();if(i \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{315:function(t,r,e){"use strict";e.r(r);var n=e(319),o=e(342),i=e(47),c=e(156),a=e(339),u=e(157),s=e(311),f=e(340),l=e(341),h=e(343),p=e(1),v=e(11),b=e(336),y=e(119),d=e(51),m=e(68);function O(){for(var t=[],r=0;r=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var u=n.call(c,"catchLoc"),s=n.call(c,"finallyLoc");if(u&&s){if(this.prev=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),I(e),b}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;I(e)}return o}}throw Error("illegal catch attempt")},delegateYield:function(r,e,n){return this.delegate={iterator:P(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=t),b}},r}function L(t,r){return function(t){if(Array.isArray(t))return t}(t)||function(t,r){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var n,o,i,c,a=[],u=!0,s=!1;try{if(i=(e=e.call(t)).next,0===r){if(Object(e)!==e)return;u=!1}else for(;!(u=(n=i.call(e)).done)&&(a.push(n.value),a.length!==r);u=!0);}catch(t){s=!0,o=t}finally{try{if(!u&&null!=e.return&&(c=e.return(),Object(c)!==c))return}finally{if(s)throw o}}return a}}(t,r)||function(t,r){if(t){if("string"==typeof t)return _(t,r);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_(t,r):void 0}}(t,r)||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 _(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);e=0})),Object(h.a)(),Object(i.a)((function(t){var r=L(t,2);return r[0]-r[1]})),Object(c.a)(b),g(m),Object(w.a)((function(t){p+=t,p=Math.max(-e,Math.min(0,p)),x.j?(v[0].y.value=p,r.attributeStyleMap.set("transform",v)):r.style.transform="translateY(".concat(p,"px)")}))).subscribe();case 13:case"end":return t.stop()}}),t)})),function(){var t=this,r=arguments;return new Promise((function(e,n){var o=j.apply(t,r);function i(t){k(o,e,n,i,c,"next",t)}function c(t){k(o,e,n,i,c,"throw",t)}i(void 0)}))})()},326:function(t,r,e){"use strict";e.d(r,"a",(function(){return o}));var n=e(8),o=new n.a((function(t){return t.complete()}))},329:function(t,r,e){"use strict";e.d(r,"a",(function(){return f}));var n=e(1),o=e(8),i=e(32),c=e(121),a=Object(c.a)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),u=e(65),s=e(79),f=function(t){function r(){var r=t.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return Object(n.h)(r,t),r.prototype.lift=function(t){var r=new l(this,this);return r.operator=t,r},r.prototype._throwIfClosed=function(){if(this.closed)throw new a},r.prototype.next=function(t){var r=this;Object(s.b)((function(){var e,o;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var i=Object(n.l)(r.currentObservers),c=i.next();!c.done;c=i.next()){c.value.next(t)}}catch(t){e={error:t}}finally{try{c&&!c.done&&(o=i.return)&&o.call(i)}finally{if(e)throw e.error}}}}))},r.prototype.error=function(t){var r=this;Object(s.b)((function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=t;for(var e=r.observers;e.length;)e.shift().error(t)}}))},r.prototype.complete=function(){var t=this;Object(s.b)((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var r=t.observers;r.length;)r.shift().complete()}}))},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(r){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,r)},r.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},r.prototype._innerSubscribe=function(t){var r=this,e=this.hasError,n=this.isStopped,o=this.observers;return e||n?i.a:(this.currentObservers=null,o.push(t),new i.b((function(){r.currentObservers=null,Object(u.a)(o,t)})))},r.prototype._checkFinalizedStatuses=function(t){var r=this.hasError,e=this.thrownError,n=this.isStopped;r?t.error(e):n&&t.complete()},r.prototype.asObservable=function(){var t=new o.a;return t.source=this,t},r.create=function(t,r){return new l(t,r)},r}(o.a),l=function(t){function r(r,e){var n=t.call(this)||this;return n.destination=r,n.source=e,n}return Object(n.h)(r,t),r.prototype.next=function(t){var r,e;null===(e=null===(r=this.destination)||void 0===r?void 0:r.next)||void 0===e||e.call(r,t)},r.prototype.error=function(t){var r,e;null===(e=null===(r=this.destination)||void 0===r?void 0:r.error)||void 0===e||e.call(r,t)},r.prototype.complete=function(){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===r||r.call(t)},r.prototype._subscribe=function(t){var r,e;return null!==(e=null===(r=this.source)||void 0===r?void 0:r.subscribe(t))&&void 0!==e?e:i.a},r}(f)},336:function(t,r,e){"use strict";e.d(r,"a",(function(){return o}));var n=Array.isArray;function o(t){return 1===t.length&&n(t[0])?t[0]:t}},339:function(t,r,e){"use strict";e.d(r,"a",(function(){return u}));var n=e(1),o=e(14),i=e(329),c=e(58),a=e(11);function u(t){void 0===t&&(t={});var r=t.connector,e=void 0===r?function(){return new i.a}:r,n=t.resetOnError,u=void 0===n||n,f=t.resetOnComplete,l=void 0===f||f,h=t.resetOnRefCountZero,p=void 0===h||h;return function(t){var r,n,i,f=0,h=!1,v=!1,b=function(){null==n||n.unsubscribe(),n=void 0},y=function(){b(),r=i=void 0,h=v=!1},d=function(){var t=r;y(),null==t||t.unsubscribe()};return Object(a.a)((function(t,a){f++,v||h||b();var m=i=null!=i?i:e();a.add((function(){0!==--f||v||h||(n=s(d,p))})),m.subscribe(a),!r&&f>0&&(r=new c.a({next:function(t){return m.next(t)},error:function(t){v=!0,b(),n=s(y,u,t),m.error(t)},complete:function(){h=!0,b(),n=s(y,l),m.complete()}}),Object(o.a)(t).subscribe(r))}))(t)}}function s(t,r){for(var e=[],i=2;i \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{314:function(t,e,r){"use strict";r.r(e);var n=r(319),o=r(342),i=r(365),a=r(357),u=r(340),c=r(47),l=r(339),s=r(160),f=r(366),p=r(157),y=r(362),h=r(341),b=r(343),d=r(50),v=r(16),m=r(117),g=r(326),O=r(364),j=r(361);function w(t){return(w="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){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,l=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return E(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?E(t,e):void 0}}(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 E(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r1&&void 0!==arguments[1]?arguments[1]:window.location;return e!==n.protocol||r!==n.host}(a)?{mode:"cors"}:{})).pipe(Object(p.a)((function(t){return t.blob()})),Object(c.a)((function(t){return URL.createObjectURL(t)})),Object(O.a)((function(){return Object(m.a)(a.href)})))}},{key:"fetchImage",value:function(t){var e=I(t);return e===this.prevHash?g.a:this.fetchImage2(t).pipe(Object(c.a)((function(r){var n,o=null!==(n=t.querySelector(".sidebar-bg"))&&void 0!==n?n:document.createElement("div");return r&&(o.style.backgroundImage="url(".concat(r,")"),A.set(o,r)),[o,e,t]})))}},{key:"updateStyle",value:function(t){var e,r=this,n=null===(e=t.getElementById("_sidebar"))||void 0===e?void 0:e.classList;if(n&&this.sidebar.setAttribute("class",n),this.themeColorEl){var o,i=null===(o=t.head.querySelector('meta[name="theme-color"]'))||void 0===o?void 0:o.content;i&&window.setTimeout((function(){r.themeColorEl&&(r.themeColorEl.content=i)}),250)}try{var a,u=document.getElementById("_pageStyle"),c=t.getElementById("_pageStyle");if(!c)return;null==u||null===(a=u.parentNode)||void 0===a||a.replaceChild(c,u)}catch(t){}}},{key:"fade",value:function(t,e){var r,n=S(t,1)[0],o=S(e,3),i=o[0],a=o[1],u=o[2];return null==n||null===(r=n.parentNode)||void 0===r||r.insertBefore(i,n.nextElementSibling),this.updateStyle(u),this.prevHash=a,Object(v.c)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe(Object(j.a)((function(){var t;A.has(n)&&URL.revokeObjectURL(A.get(n)),null==n||null===(t=n.parentNode)||void 0===t||t.removeChild(n)})))}}])&&L(t.prototype,e),r&&L(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,r}(),_=r(156);function k(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,l=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return T(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?T(t,e):void 0}}(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 T(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),l=n.call(a,"finallyLoc");if(c&&l){if(this.prev=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),P(r),b}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;P(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:I(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),b}},e}function R(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],c=!0,l=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);c=!0);}catch(t){l=!0,o=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(t,e)||z(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 M(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function Y(t){for(var e=1;et.length)&&(e=t.length);for(var r=0,n=Array(e);r \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{353: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(e){return Object.freeze(e)},c=function(e,t){this.inlineSize=e,this.blockSize=t,a(this)},u=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,a(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}(),h=function(e){return e instanceof SVGElement&&"getBBox"in e},d=function(e){if(h(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)},f=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},v="undefined"!=typeof window?window:{},p=new WeakMap,l=/auto|scroll/,g=/^tb|vertical/,b=/msie|trident/i.test(v.navigator&&v.navigator.userAgent),w=function(e){return parseFloat(e||"0")},E=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new c((n?t:e)||0,(n?e:t)||0)},x=a({devicePixelContentBoxSize:E(),borderBoxSize:E(),contentBoxSize:E(),contentRect:new u(0,0,0,0)}),T=function(e,t){if(void 0===t&&(t=!1),p.has(e)&&!t)return p.get(e);if(d(e))return p.set(e,x),x;var n=getComputedStyle(e),r=h(e)&&e.ownerSVGElement&&e.getBBox(),i=!b&&"border-box"===n.boxSizing,o=g.test(n.writingMode||""),s=!r&&l.test(n.overflowY||""),c=!r&&l.test(n.overflowX||""),f=r?0:w(n.paddingTop),v=r?0:w(n.paddingRight),T=r?0:w(n.paddingBottom),m=r?0:w(n.paddingLeft),z=r?0:w(n.borderTopWidth),y=r?0:w(n.borderRightWidth),B=r?0:w(n.borderBottomWidth),S=m+v,O=f+T,R=(r?0:w(n.borderLeftWidth))+y,k=z+B,C=c?e.offsetHeight-k-e.clientHeight:0,N=s?e.offsetWidth-R-e.clientWidth:0,D=i?S+R:0,M=i?O+k:0,P=r?r.width:w(n.width)-D-N,_=r?r.height:w(n.height)-M-C,F=P+S+N+R,I=_+O+C+k,L=a({devicePixelContentBoxSize:E(Math.round(P*devicePixelRatio),Math.round(_*devicePixelRatio),o),borderBoxSize:E(F,I,o),contentBoxSize:E(P,_,o),contentRect:new u(m,f,P,_)});return p.set(e,L),L},m=function(e,t,n){var i=T(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}},z=function(e){var t=T(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=a([t.borderBoxSize]),this.contentBoxSize=a([t.contentBoxSize]),this.devicePixelContentBoxSize=a([t.devicePixelContentBoxSize])},y=function(e){if(d(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},B=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 z(t.target),i=y(t.target);r.push(n),t.lastReportedSize=m(t.target,t.observedBox),ie?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},O=function(){var e,t=0;for(S(t);i.some((function(e){return e.activeTargets.length>0}));)t=B(),S(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},R=[],k=function(e){if(!s){var t=0,n=document.createTextNode("");new MutationObserver((function(){return R.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),s=function(){n.textContent="".concat(t?t--:t++)}}R.push(e),s()},C=0,N={attributes:!0,characterData:!0,childList:!0,subtree:!0},D=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],M=function(e){return void 0===e&&(e=0),Date.now()+e},P=!1,_=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),!P){P=!0;var n,r=M(e);n=function(){var n=!1;try{n=O()}finally{if(P=!1,e=r-M(),!C)return;n?t.run(1e3):e>0?t.run(e):t.start()}},k((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,N)};document.body?t():v.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),D.forEach((function(t){return v.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),D.forEach((function(t){return v.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),F=function(e){!C&&e>0&&_.start(),!(C+=e)&&_.stop()},I=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=m(this.target,this.observedBox,!0);return e=this.target,h(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}(),L=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},W=new WeakMap,X=function(e,t){for(var n=0;n=0&&(o&&i.splice(i.indexOf(n),1),n.observationTargets.splice(r,1),F(-1))},e.disconnect=function(e){var t=this,n=W.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),V=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.");A.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(!f(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");A.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(!f(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");A.unobserve(this,e)},e.prototype.disconnect=function(){A.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();window.ResizeObserver=window.ResizeObserver||V}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-shadydom-hydejack-9.2.0.js b/assets/js/LEGACY-shadydom-hydejack-9.2.0.js new file mode 100644 index 00000000000..92a2c2d16c8 --- /dev/null +++ b/assets/js/LEGACY-shadydom-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{338:function(n,w,o){"use strict";o.r(w);o(350),o(354)}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-vendors~clap-button-hydejack-9.2.0.js b/assets/js/LEGACY-vendors~clap-button-hydejack-9.2.0.js new file mode 100644 index 00000000000..6a83428e086 --- /dev/null +++ b/assets/js/LEGACY-vendors~clap-button-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{344:function(t,e){!function(t){var e=[];function n(n){var r=this,o="$BroadcastChannel$"+(n=String(n))+"$";e[o]=e[o]||[],e[o].push(this),this._name=n,this._id=o,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,o.length)===o){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 o=new Error;throw o.name="InvalidStateError",o}var i=JSON.stringify(n),a=this._id+String(Date.now())+"$"+String(Math.random());t.localStorage.setItem(a,i),setTimeout((function(){t.localStorage.removeItem(a)}),500),e[this._id].forEach((function(t){t!==r&&t._mc.port2.postMessage(JSON.parse(i))}))},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)},345:function(t,e){var n,r,o,i,a,s,u,c,l,f;function h(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i,a,s=[],u=!0,c=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(s.push(r.value),s.length!==e);u=!0);}catch(t){c=!0,o=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}(t,e)||U(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 p(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function d(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */d=function(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function l(t,e,n,r){var i=e&&e.prototype instanceof m?e:m,a=Object.create(i.prototype),s=new N(r||[]);return o(a,"_invoke",{value:P(t,n,s)}),a}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var h="suspendedStart",p="executing",v="completed",y={};function m(){}function g(){}function w(){}var b={};c(b,a,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(O([])));k&&k!==n&&r.call(k,a)&&(b=k);var S=w.prototype=m.prototype=Object.create(b);function x(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function C(t,e){function n(o,i,a,s){var u=f(t[o],t,i);if("throw"!==u.type){var c=u.arg,l=c.value;return l&&"object"==M(l)&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(l).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,o){n(t,r,e,o)}))}return i=i?i.then(o,o):o()}})}function P(e,n,r){var o=h;return function(i,a){if(o===p)throw Error("Generator is already running");if(o===v){if("throw"===i)throw a;return{value:t,done:!0}}for(r.method=i,r.arg=a;;){var s=r.delegate;if(s){var u=L(s,r);if(u){if(u===y)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===h)throw o=v,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=p;var c=f(e,n,r);if("normal"===c.type){if(o=r.done?v:"suspendedYield",c.arg===y)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(o=v,r.method="throw",r.arg=c.arg)}}}function L(e,n){var r=n.method,o=e.iterator[r];if(o===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,L(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var i=f(o,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,y;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function N(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function O(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function n(){for(;++o=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(u&&c){if(this.prev=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),A(n),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;A(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:O(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),y}},e}function v(t,e,n,r,o,i,a){try{var s=t[i](a),u=s.value}catch(t){return void n(t)}s.done?e(u):Promise.resolve(u).then(r,o)}function y(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){v(i,r,o,a,s,"next",t)}function s(t){v(i,r,o,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||!function(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"==typeof t}}(t))return t;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,n)}function n(){return g(t,arguments,C(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),L(n,t)})(t)}function g(t,e,n){if(_())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,e);var o=new(t.bind.apply(t,r));return n&&L(o,n.prototype),o}function w(t,e,n){return e=C(e),function(t,e){if(e&&("object"==M(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return b(t)}(t,_()?Reflect.construct(e,n||[],C(t).constructor):e.apply(t,n))}function b(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(_=function(){return!!t})()}function k(t,e,n,r){var o=S(C(1&r?t.prototype:t),e,n);return 2&r?function(t){return o.apply(n,t)}:o}function S(){return(S="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=x(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(null,arguments)}function x(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=C(t)););return t}function C(t){return(C=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function P(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}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&L(t,e)}function L(t,e){return(L=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function E(t){return function(t){if(Array.isArray(t))return I(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||U(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 A(t,e){for(var n=0;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,a=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw i}}}}function U(t,e){if(t){if("string"==typeof t)return I(t,e);var n={}.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)?I(t,e):void 0}}function I(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n1?void 0:o?v(n,r):n,s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o?i(n,r,a):i(a))||a);return o&&a&&t(n,r,a),a},A=function(t,e,n){if(!e.has(t))throw TypeError("Cannot "+n)},O=function(t,e,n){return A(t,e,"read from private field"),n?n.call(t):e.get(t)},U=function(t,e,n,r){return A(t,e,"write to private field"),r?r.call(t,n):e.set(t,n),n},I=function(){function t(){}return t.prototype.then=function(e,n){var r=new t,o=this.s;if(o){var i=1&o?e:n;if(i){try{R(r,1,i(this.v))}catch(t){R(r,2,t)}return r}return this}return this.o=function(t){try{var o=t.v;1&t.s?R(r,1,e?e(o):o):n?R(r,1,n(o)):R(r,2,o)}catch(o){R(r,2,o)}},r},t}();function R(t,e,n){if(!t.s){if(n instanceof I){if(!n.s)return void(n.o=R.bind(null,t,e));1&e&&(e=n.s),n=n.v}if(n&&n.then)return void n.then(R.bind(null,t,e),R.bind(null,t,2));t.s=e,t.v=n;var r=t.o;r&&r(t)}}var V=0,B="function"==typeof WeakMap?WeakMap:function(){var t="function"==typeof Symbol?Symbol(0):"__weak$"+ ++V;this.set=function(e,n){e[t]=n},this.get=function(e){return e[t]}};function D(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 z(t,e){return D(t.openCursor(e),(function(t){return t?[t.key,t.value]:[]}))}function W(t){return new Promise((function(e,n){t.oncomplete=function(){e()},t.onabort=function(){n(t.error)},t.onerror=function(){n(t.error)}}))}function q(t){if(!("number"==typeof(e=t)||"string"==typeof e||"object"==M(e)&&e&&(Array.isArray(e)||"setUTCFullYear"in e||"function"==typeof ArrayBuffer&&ArrayBuffer.isView(e)||"byteLength"in e&&"length"in e)))throw Error("kv-storage: The given value is not allowed as a key");var e}var H={};function F(t,e){return z(t,J(e))}function J(t){return t===H?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(t,!0)}var Y=new B,G=new B,$=new B,K=new B,Z=function(){};function X(t,e){return e((function(e,n){try{var r=function(){return G.set(t,i),$.set(t,void 0),{value:s,done:void 0===i}},o=G.get(t);if(void 0===o)return Promise.resolve({value:void 0,done:!0});var i,a,s,u=function(t,e){var n,r=-1;t:{for(var o=0;o2&&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}},ut=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}},ct="{{lit-".concat(String(Math.random()).slice(2),"}}"),lt="\x3c!--".concat(ct,"--\x3e"),ft=new RegExp("".concat(ct,"|").concat(lt)),ht="$lit$",pt=N((function t(e,n){T(this,t),this.parts=[],this.element=n;for(var r=[],o=[],i=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],m=mt.exec(y)[2],g=m.toLowerCase()+ht,w=f.getAttribute(g);f.removeAttribute(g);var b=w.split(ft);this.parts.push({type:"attribute",index:s,name:m,strings:b}),u+=b.length-1}}"TEMPLATE"===f.tagName&&(o.push(f),i.currentNode=f.content)}else if(3===f.nodeType){var _=f.data;if(_.indexOf(ct)>=0){for(var k=f.parentNode,S=_.split(ft),x=S.length-1,C=0;C=0&&t.slice(n)===e},vt=function(t){return-1!==t.index},yt=function(){return document.createComment("")},mt=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;function gt(t,e){for(var n=t.element.content,r=t.parts,o=document.createTreeWalker(n,133,null,!1),i=bt(r),a=r[i],s=-1,u=0,c=[],l=null;o.nextNode();){s++;var f=o.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[i=bt(r,i)]}c.forEach((function(t){return t.parentNode.removeChild(t)}))}var wt=function(t){for(var e=11===t.nodeType?0:1,n=document.createTreeWalker(t,133,null,!1);n.nextNode();)e++;return e},bt=function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=e+1;n-1||n)&&-1===o.indexOf("--\x3e",i+1);var a=mt.exec(o);e+=null===a?o+(n?Et:lt):o.substr(0,a.index)+a[1]+a[2]+ht+a[3]+ct}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==Lt&&(e=Lt.createHTML(e)),t.innerHTML=e,t}}])}(),Nt=function(t){function e(){return T(this,e),w(this,e,arguments)}return P(e,t),N(e,[{key:"getHTML",value:function(){return"".concat(k(e,"getHTML",this,3)([]),"")}},{key:"getTemplateElement",value:function(){var t=k(e,"getTemplateElement",this,3)([]),n=t.content,r=n.firstChild;return n.removeChild(r),st(n,r.firstChild),t}}])}(At),Ot=function(t){return null===t||!("object"==M(t)||"function"==typeof t)},Tt=function(t){return Array.isArray(t)||!(!t||!t[Symbol.iterator])},Mt=function(){return N((function t(e,n,r){T(this,t),this.dirty=!0,this.element=e,this.name=n,this.strings=r,this.parts=[];for(var o=0;o0&&void 0!==arguments[0]?arguments[0]:this.startNode;ut(this.startNode.parentNode,t.nextSibling,this.endNode)}}])}(),It=function(){return N((function t(e,n,r){if(T(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}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;St(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=xt,t(this)}if(this.__pendingValue!==xt){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=xt}}}])}(),Rt=function(t){function e(t,n,r){var o;return T(this,e),(o=w(this,e,[t,n,r])).single=2===r.length&&""===r[0]&&""===r[1],o}return P(e,t),N(e,[{key:"_createPart",value:function(){return new Vt(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:k(e,"_getValue",this,3)([])}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}])}(Mt),Vt=function(t){function e(){return T(this,e),w(this,e,arguments)}return P(e,t),N(e)}(jt),Bt=!1;!function(){try{var t={get capture(){return Bt=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var Dt=function(){return N((function t(e,n,r){var o=this;T(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)}}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;St(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=xt,t(this)}if(this.__pendingValue!==xt){var e=this.__pendingValue,n=this.value,r=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),o=null!=e&&(null==n||r);r&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),o&&(this.__options=zt(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=xt}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}])}(),zt=function(t){return t&&(Bt?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)};function Wt(t){var e=qt.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},qt.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var r=t.strings.join(ct);return void 0===(n=e.keyString.get(r))&&(n=new pt(t,t.getTemplateElement()),e.keyString.set(r,n)),e.stringsArray.set(t.strings,n),n}var qt=new Map,Ht=new WeakMap,Ft=new(function(){return N((function t(){T(this,t)}),[{key:"handleAttributeExpressions",value:function(t,e,n,r){var o=e[0];return"."===o?new Rt(t,e.slice(1),n).parts:"@"===o?[new Dt(t,e.slice(1),r.eventContext)]:"?"===o?[new It(t,e.slice(1),n)]:new Mt(t,e,n).parts}},{key:"handleTextExpression",value:function(t){return new Ut(t)}}])}());"undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.3.0");var Jt=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]:null,r=t.element.content,o=t.parts;if(null!=n)for(var i=document.createTreeWalker(r,133,null,!1),a=bt(o),s=0,u=-1;i.nextNode();)for(u++,i.currentNode===n&&(s=wt(e),n.parentNode.insertBefore(e,n));-1!==a&&o[a].index===u;){if(s>0){for(;-1!==a;)o[a].index+=s,a=bt(o,a);return}a=bt(o,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),gt(n,f)}}else window.ShadyCSS.prepareTemplateStyles(r,t)};window.JSCompiler_renameProperty=function(t,e){return t};var te={toAttribute:function(t,e){switch(e){case Boolean:return t?"":null;case Object:case Array:return null==t?t:JSON.stringify(t)}return t},fromAttribute:function(t,e){switch(e){case Boolean:return null!==t;case Number:return null===t?null:Number(t);case Object:case Array:return JSON.parse(t)}return t}},ee=function(t,e){return e!==t&&(e==e||t==t)},ne={attribute:!0,type:String,converter:te,reflect:!1,hasChanged:ee},re="finalized",oe=function(t){function e(){var t;return T(this,e),(t=w(this,e)).initialize(),t}return P(e,t),N(e,[{key:"initialize",value:function(){var t=this;this._updateState=0,this._updatePromise=new Promise((function(e){return t._enableUpdatingResolver=e})),this._changedProperties=new Map,this._saveInstanceProperties(),this.requestUpdateInternal()}},{key:"_saveInstanceProperties",value:function(){var t=this;this.constructor._classProperties.forEach((function(e,n){if(t.hasOwnProperty(n)){var r=t[n];delete t[n],t._instanceProperties||(t._instanceProperties=new Map),t._instanceProperties.set(n,r)}}))}},{key:"_applyInstanceProperties",value:function(){var t=this;this._instanceProperties.forEach((function(e,n){return t[n]=e})),this._instanceProperties=void 0}},{key:"connectedCallback",value:function(){this.enableUpdating()}},{key:"enableUpdating",value:function(){void 0!==this._enableUpdatingResolver&&(this._enableUpdatingResolver(),this._enableUpdatingResolver=void 0)}},{key:"disconnectedCallback",value:function(){}},{key:"attributeChangedCallback",value:function(t,e,n){e!==n&&this._attributeToProperty(t,n)}},{key:"_propertyToAttribute",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ne,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:(n=y(d().mark((function t(){var e;return d().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 n.apply(this,arguments)})},{key:"_hasRequestedUpdate",get:function(){return 4&this._updateState}},{key:"hasUpdated",get:function(){return 1&this._updateState}},{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:"updateComplete",get:function(){return this._getUpdateComplete()}},{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:"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}},{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]:ne;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var n="symbol"==M(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)||ne}},{key:"finalize",value:function(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty(re)||t.finalize(),this[re]=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e,n=this.properties,r=j([].concat(E(Object.getOwnPropertyNames(n)),E("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]:ee;return n(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var n=e.type,r=e.converter||te,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||te.toAttribute)(t,n)}}}]);var n}(m(HTMLElement));oe.finalized=!0;var ie=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 ae(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 se=function(t,e,n){Object.defineProperty(e,n,t)},ue=function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}},ce=Element.prototype,le=(ce.msMatchesSelector||ce.webkitMatchesSelector,window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype),fe=Symbol(),he=function(){return N((function t(e,n){if(T(this,t),n!==fe)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e}),[{key:"styleSheet",get:function(){return void 0===this._styleSheet&&(le?(this._styleSheet=new CSSStyleSheet,this._styleSheet.replaceSync(this.cssText)):this._styleSheet=null),this._styleSheet}},{key:"toString",value:function(){return this.cssText}}])}(),pe=function(t){if(t instanceof he)return t.cssText;if("number"==typeof t)return t;throw new Error("Value passed to 'css' function must be a 'css' function result: ".concat(t,". Use 'unsafeCSS' to pass non-literal values, but\n take care to ensure page security."))};(window.litElementVersions||(window.litElementVersions=[])).push("2.4.0");var de={},ve=function(t){function e(){return T(this,e),w(this,e,arguments)}return P(e,t),N(e,[{key:"initialize",value:function(){k(e,"initialize",this,3)([]),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?le?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(){k(e,"connectedCallback",this,3)([]),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}},{key:"update",value:function(t){var n=this,r=this.render();k(e,"update",this,3)([t]),r!==de&&this.constructor.render(r,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach((function(t){var e=document.createElement("style");e.textContent=t.cssText,n.renderRoot.appendChild(e)})))}},{key:"render",value:function(){return de}}],[{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,n){return t.reduceRight((function(t,n){return Array.isArray(n)?e(n,t):(t.add(n),t)}),n)},n=e(t,new Set),r=[];n.forEach((function(t){return r.unshift(t)})),this._styles=r}else this._styles=void 0===t?[]:[t];this._styles=this._styles.map((function(t){if(t instanceof CSSStyleSheet&&!le){var e=Array.prototype.slice.call(t.cssRules).reduce((function(t,e){return t+e.cssText}),"");return new he(String(e),fe)}return t}))}}}])}(oe);ve.finalized=!0,ve.render=function(t,e,n){if(!n||"object"!=M(n)||!n.scopeName)throw new Error("The `scopeName` option is required.");var r=n.scopeName,o=Ht.has(e),i=$t&&11===e.nodeType&&!!e.host,a=i&&!Xt.has(r),s=a?document.createDocumentFragment():e;if(function(t,e,n){var r=Ht.get(e);void 0===r&&(ut(e,e.firstChild),Ht.set(e,r=new Ut(Object.assign({templateFactory:Wt},n))),r.appendInto(e)),r.setValue(t),r.commit()}(t,s,Object.assign({templateFactory:Kt(r)},n)),a){var u=Ht.get(s);Ht.delete(s);var c=u.value instanceof Pt?u.value.template:void 0;Qt(r,s,c),ut(e,e.firstChild),e.appendChild(s),Ht.set(e,u)}!o&&i&&window.ShadyCSS.styleElement(e.host)};var ye=function(){return N((function t(e){T(this,t),this.classes=new Set,this.changed=!1,this.element=e;var n,r=j((e.getAttribute("class")||"").split(/\s+/));try{for(r.s();!(n=r.n()).done;){var o=n.value;this.classes.add(o)}}catch(t){r.e(t)}finally{r.f()}}),[{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)}}}])}(),me=new WeakMap,ge=kt((function(t){return function(e){if(!(e instanceof jt)||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,o=me.get(e);void 0===o&&(r.setAttribute("class",n.strings.join(" ")),me.set(e,o=new Set));var i=r.classList||new ye(r);for(var a in o.forEach((function(e){e in t||(i.remove(e),o.delete(e))})),t){var s=t[a];s!=o.has(a)&&(s?(i.add(a),o.add(a)):(i.remove(a),o.delete(a)))}"function"==typeof i.commit&&i.commit()}})),we=new WeakMap,be=kt((function(t){return function(e){if(!(e instanceof jt)||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,o=we.get(e);for(var i in void 0===o&&(r.cssText=n.strings.join(" "),we.set(e,o=new Set)),o.forEach((function(e){e in t||(o.delete(e),-1===e.indexOf("-")?r[e]=null:r.removeProperty(e))})),t)o.add(i),-1===i.indexOf("-")?r[i]=t[i]:r.setProperty(i,t[i])}})),_e=function(t,e){var n=t.startNode.parentNode,r=void 0===e?t.endNode:e.startNode,o=n.insertBefore(yt(),r);n.insertBefore(yt(),r);var i=new Ut(t.options);return i.insertAfterNode(o),i},ke=function(t,e){return t.setValue(e),t.commit(),t},Se=function(t,e,n){var r=t.startNode.parentNode,o=n?n.startNode:t.endNode,i=e.endNode.nextSibling;i!==o&&st(r,e.startNode,i,o)},xe=function(t){ut(t.startNode.parentNode,t.startNode,t.endNode.nextSibling)},Ce=function(t,e,n){for(var r=new Map,o=e;o<=n;o++)r.set(t[o],o);return r},Pe=new WeakMap,Le=new WeakMap,Ee=kt((function(t,e,n){var r;return void 0===n?n=e:void 0!==e&&(r=e),function(e){if(!(e instanceof Ut))throw new Error("repeat can only be used in text bindings");var o,i=Pe.get(e)||[],a=Le.get(e)||[],s=[],u=[],c=[],l=0,f=j(t);try{for(f.s();!(o=f.n()).done;){var h=o.value;c[l]=r?r(h,l):l,u[l]=n(h,l),l++}}catch(t){f.e(t)}finally{f.f()}for(var p,d,v=0,y=i.length-1,m=0,g=u.length-1;v<=y&&m<=g;)if(null===i[v])v++;else if(null===i[y])y--;else if(a[v]===c[m])s[m]=ke(i[v],u[m]),v++,m++;else if(a[y]===c[g])s[g]=ke(i[y],u[g]),y--,g--;else if(a[v]===c[g])s[g]=ke(i[v],u[g]),Se(e,i[v],s[g+1]),v++,g--;else if(a[y]===c[m])s[m]=ke(i[y],u[m]),Se(e,i[y],i[v]),y--,m++;else if(void 0===p&&(p=Ce(c,m,g),d=Ce(a,v,y)),p.has(a[v]))if(p.has(a[y])){var w=d.get(c[m]),b=void 0!==w?i[w]:null;if(null===b){var _=_e(e,i[v]);ke(_,u[m]),s[m]=_}else s[m]=ke(b,u[m]),Se(e,b,i[v]),i[w]=null;m++}else xe(i[y]),y--;else xe(i[v]),v++;for(;m<=g;){var k=_e(e,s[g+1]);ke(k,u[m]),s[m++]=k}for(;v<=y;){var S=i[v++];null!==S&&xe(S)}Pe.set(e,s),Le.set(e,c)}})),Ae=new WeakMap,Ne=kt((function(t){return function(e){if(!(e instanceof Ut))throw new Error("unsafeHTML can only be used in text bindings");var n=Ae.get(e);if(void 0===n||!Ot(t)||t!==n.value||e.value!==n.fragment){var r=document.createElement("template");r.innerHTML=t;var o=document.importNode(r.content,!0);e.setValue(o),Ae.set(e,{value:t,fragment:o})}}})),Oe=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r 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"]))),Te=function(t){return t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)},Me=Te,je=function(t){return parseInt(t,16)};function Ue(){for(var t=arguments.length,e=new Array(t),n=0;n>7-a&1))return!1;return!0}var Qe=function(t){return 8+Math.round(Math.log2(15+t))};function tn(t){return en.apply(this,arguments)}function en(){return(en=y(d().mark((function t(e){var n,r,o,i,a,s,u;return d().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.url,r=e.claps,o=e.id,i=Qe(r),a=0,t.t0=Uint32Array,t.next=6,Ke({url:n,id:o,claps:r,nonce:a});case 6:return t.t1=t.sent,s=new t.t0(t.t1),t.next=10,Ge(s);case 10:u=t.sent;case 11:if(Xe(u,i)){t.next=19;break}return a++,s[s.length-1]=a,t.next=16,Ge(s);case 16:u=t.sent;case 17:t.next=11;break;case 19:return t.abrupt("return",a);case 20:case"end":return t.stop()}}),t)})))).apply(this,arguments)}var nn=Reflect.get(window,"GET_CLAPS_API")||"https://worker.getclaps.app";function rn(t,e,n){for(var r=new URL(t,n),o=0,i=Object.entries(e||{});o0?dn.set(O(this,on),n):(dn.delete(O(this,on)),null==(t=this.allDisconnectedCallback)||t.call(this))}}])}(ve);on=new WeakMap,(sn=an||(an={})).Top="top",sn.Bottom="bottom",function(t){t[t.PaymentRequired=1]="PaymentRequired",t[t.CryptoRequired=2]="CryptoRequired",t[t.Generic=3]="Generic"}(un||(un={}));var yn=new ot("clap-button"),mn=function(t){for(var e,n,r=arguments.length,o=new Array(r>1?r-1:0),i=1;i\n \n \n \n \n \n \n \n \n ']))),v=Yt(o||(o=p(['\n \n \n \n \n \n ']))),y=this.bufferedClaps,m=5+y,g=300*(1-Math.pow(Math.E,-y/15)),w=Yt(i||(i=p(['\n \n \n ',"\n \n "])),Ee(function(t){return E(new Array(t).keys())}(m),(function(t){return t}),(function(t){return Yt(a||(a=p(["\n \n '])),be({transform:"rotate(".concat(Math.floor(360/m*t),"deg) translateX(10px)")}),be({animationDelay:"".concat(Math.floor(Math.random()*g),"ms")}))})));return Jt(s||(s=p(["\n
\n
\n
\n ',"","\n ","\n ","\n ","\n
\n
\n
\n ","\n
\n ","\n ","\n ","\n \n \n "])),ge({"style-root":!0,loading:this.loading,clapped:this.clapped,"no-shockwave":this.noWave||!this.ready,"no-animation":!this.isIntersecting}),be(x({},null!=this.error?{"--clap-button-color":"indianred"}:{})),ge({"count-container":!0,"container-top":this.textPlacement===an.Top,"container-bottom":this.textPlacement===an.Bottom}),this.clicking?"+":"",this.ready?function(t){return null!=t?t.toLocaleString("en"):""}(this.uiClaps):"",1===this.error?Jt(u||(u=p(['
Payment required'])),"https://getclaps.app"):null,2===this.error?Jt(c||(c=p(['Crypto required']))):null,3===this.error?Jt(l||(l=p(['Error']))):null,ge({"count-container":!0,"container-top":this.textPlacement===an.Bottom,"container-bottom":this.textPlacement===an.Top}),this.messages?Jt(f||(f=p(['
\n ',"\n
"])),this.clicking?Ne(null!=(e=null==(t=E(O(this,xn)).find((function(t){var e=h(t,1)[0];return n.uiClaps>=e})))?void 0:t[1])?e:""):""):null,d,w,v,this.loading||!this.ready,this.loading||!this.ready?null:O(this,Ln),this.loading||!this.ready?null:O(this,Ln))}}])}(vn);kn=new WeakMap,Sn=new WeakMap,xn=new WeakMap,Cn=new WeakMap,Pn=new WeakMap,Ln=new WeakMap,En=new WeakMap,An=new WeakMap,Nn.styles=Oe,Nn.intersectionObserver=new IntersectionObserver((function(t){t.forEach((function(t){return t.target.isIntersecting=t.isIntersecting}))})),L([function(t,e){return function(n,r){var o={get:function(){return this.renderRoot.querySelector(t)},enumerable:!0,configurable:!0};if(e){var i="symbol"==M(r)?Symbol():"__".concat(r);o.get=function(){return void 0===this[i]&&(this[i]=this.renderRoot.querySelector(t)),this[i]}}return void 0!==r?se(o,n,r):ue(o,n)}}(".style-root")],Nn.prototype,"styleRoot",2),L([ae({type:String,reflect:!0,attribute:"text-placement"})],Nn.prototype,"textPlacement",2),L([ae({type:Boolean,reflect:!0})],Nn.prototype,"noWave",2),L([ae({type:Boolean,reflect:!0})],Nn.prototype,"messages",2),L([ae({type:String,reflect:!1})],Nn.prototype,"href",2),L([ae({type:String,reflect:!1})],Nn.prototype,"url",2),L([ae()],Nn.prototype,"uiClaps",2),L([ae()],Nn.prototype,"bufferedClaps",2),L([ae()],Nn.prototype,"loading",2),L([ae()],Nn.prototype,"clapped",2),L([ae()],Nn.prototype,"clicking",2),L([ae()],Nn.prototype,"ready",2),L([ae()],Nn.prototype,"error",2),L([ae()],Nn.prototype,"isIntersecting",2),Nn=L([ie("clap-button")],Nn)}()}}]); \ No newline at end of file diff --git a/assets/js/LEGACY-vendors~drawer-hydejack-9.2.0.js b/assets/js/LEGACY-vendors~drawer-hydejack-9.2.0.js new file mode 100644 index 00000000000..3ac8d0c1e2b --- /dev/null +++ b/assets/js/LEGACY-vendors~drawer-hydejack-9.2.0.js @@ -0,0 +1,47 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{355:function(t,e,n){"use strict";n.r(e),n.d(e,"HyDrawer",(function(){return Vt}));var r=n(1),i=n(335),o=n(323);function a(t){return(a="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 c(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return u(t,e);var n={}.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}}(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){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,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){c=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(c)throw o}}}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);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=e.committer,r=n.element,i=b.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),b.set(e,i=new Set));var a=r.classList||new s(r);for(var c in i.forEach((function(e){e in t||(a.remove(e),i.delete(e))})),t){var u=t[c];u!=i.has(c)&&(u?(a.add(c),i.add(c)):(a.remove(c),i.delete(c)))}"function"==typeof a.commit&&a.commit()}})),v=new WeakMap,y=Object(o.c)((function(t){return function(e){if(!(e instanceof o.a)||e instanceof o.b||"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=v.get(e);for(var a in void 0===i&&(r.cssText=n.strings.join(" "),v.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(a),-1===a.indexOf("-")?r[a]=t[a]:r.setProperty(a,t[a])}})),h=n(360),d=n(370),m=n(342),O=n(319),j=n(158),g=n(363),w=n(329),S=n(47),k=n(339),E=n(159),x=n(160),P=n(14),A=n(11),C=n(48),T=n(9);function M(t){return Object(A.a)((function(e,n){var r=!1,i=null;e.subscribe(Object(T.a)(n,(function(t){r=!0,i=t}))),Object(P.a)(t).subscribe(Object(T.a)(n,(function(){if(r){r=!1;var t=i;i=null,n.next(t)}}),C.a))}))}var I=n(152);function $(t){return void 0===t&&(t=I.a),Object(S.a)((function(e){return{value:e,timestamp:t.now()}}))}var z=n(343),D=n(156),X=n(341),_=n(157),R=n(361),W=n(362);function B(t){return Object(D.a)((function(e,n){return t<=n}))}var N=n(321),U=n(117);function Y(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}function F(t){return("ResizeObserver"in window?Object(N.e)(t):Object(U.a)({contentRect:{width:t.clientWidth}})).pipe(Object(S.a)((function(t){return t.contentRect.width})))}var J={fromAttribute:function(t){return(null!=t?t:"").replace(/[\[\]]/g,"").split(",").map(Number)},toAttribute:function(t){return t.join(",")}};var H=n(340),L=n(359);function V(t){return Object(A.a)((function(e,n){var r,i,o=!1,a=!1,c=!1,u=function(){return c&&a&&(n.complete(),!0)},l=function(){c=!1,r=e.subscribe(Object(T.a)(n,void 0,(function(){c=!0,!u()&&(i||(i=new w.a,Object(P.a)(t(i)).subscribe(Object(T.a)(n,(function(){r?l():o=!0}),(function(){a=!0,u()})))),i).next()}))),o&&(r.unsubscribe(),r=null,o=!1,l())};l()}))}function q(t){return(q="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 G(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||function(t,e){if(t){if("string"==typeof t)return K(t,e);var n={}.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)?K(t,e):void 0}}(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 K(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n=tt(c-i)}))):t.pipe(Object(E.a)(e),Object(S.a)((function(t){var e=G(t,2),n=e[0],i=n.clientX,o=n.clientY,a=n.event,c=e[1],u=c.clientX,l=c.clientY,f=tt(u-i)>=tt(l-o);return r.noScroll&&f&&a&&a.preventDefault(),f})))}}])&&Q(t.prototype,e),n&&Q(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function nt(t){return(nt="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 rt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||function(t,e){if(t){if("string"==typeof t)return it(t,e);var n={}.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)?it(t,e):void 0}}(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 it(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);ni&&(e||nc);default:throw Error()}}},{key:"calcIsSwipe",value:function(t,e,n,r,i){var o=t.clientX;return e.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(t,e,n,r){var i=t.clientX,o=e.clientX;switch(this.side){case"left":return ut(0,ct(r,n+(i-o)));case"right":return ct(0,ut(-r,n+(i-o)));default:throw Error()}}}])&&ot(t.prototype,e),n&&ot(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function ft(t){return(ft="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 st(t,e,n){return e=bt(e),function(t,e){if(e&&("object"==ft(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],bt(t).constructor):e.apply(t,n))}function bt(t){return(bt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function pt(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}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&vt(t,e)}function vt(t,e){return(vt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function yt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ht(t,e){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"],Et||(Et=kt.slice(0)),Ot=Object.freeze(Object.defineProperties(kt,{raw:{value:Object.freeze(Et)}}))));function $t(t){return($t="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 zt(t,e,n){return(e=Ut(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Dt(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function Xt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||Rt(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 _t(t){return function(t){if(Array.isArray(t))return Wt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Rt(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 Rt(t,e){if(t){if("string"==typeof t)return Wt(t,e);var n={}.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)?Wt(t,e):void 0}}function Wt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);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 Vt=function(t){function e(){var t;return Bt(this,e),(t=Yt(this,e,arguments)).opened=!1,t.side="left",t.persistent=!1,t.threshold=10,t.noScroll=!1,t.mouseEvents=!1,t.range=[0,100],t.willChange=!1,At.set(t,Object(N.f)()),Ct.set(t,void 0),Tt.set(t,void 0),Mt.set(t,void 0),t.upgrade=function(){var e=t.getDrawerWidth(),n=t.$.persistent.pipe(Object(S.a)((function(t){return!t}))),i=t.getStartObservable().pipe(Object(N.h)(n),Object(k.a)()),o=Object(h.a)((function(){return Object(r.e)(t,Ct,"f").pipe(Object(S.a)((function(t){return 0!==t})))})),a=i.pipe(Object(E.a)(o),Object(S.a)((function(e){var n;return(n=t).calcIsInRange.apply(n,_t(e))})),Object(x.a)((function(e){e&&(t.willChange=!0,t.fireEvent("prepare"))})),Object(k.a)()),c=t.getEndObservable().pipe(Object(N.h)(n,a),Object(x.a)((function(){t.mouseEvents&&(t.grabbing=!1)})),Object(k.a)()),u=t.getMoveObservable(i,c).pipe(Object(N.h)(n,a),Object(k.a)()),l=t.getIsSlidingObservable(u,i,c).pipe(Object(x.a)((function(e){t.isSliding=e,e&&t.mouseEvents&&(t.grabbing=!0)}))),f=Object(r.f)(t,Ct,Object(h.a)((function(){var n=Object(d.a)([t.$.opened,t.$.side,e]).pipe(Object(S.a)((function(t){var e=Xt(t,3),n=e[0],r=e[1],i=e[2];return n?i*("left"===r?1:-1):0}))),o=u.pipe(Object(N.h)(l),Object(x.a)((function(){return t.scrimClickable=!1})),Object(x.a)((function(e){var n=e.event;return n&&t.noScroll&&n.preventDefault()})),Object(E.a)(i,Object(r.e)(t,Tt,"f"),e),Object(S.a)((function(e){var n;return(n=t).calcTranslateX.apply(n,_t(e))})));return Object(m.a)(Object(r.e)(t,Mt,"f"),n,o)})).pipe(Object(k.a)()),"f");Object(r.f)(t,Tt,f.pipe(M(i)),"f");var s=f.pipe($(),Object(z.a)(),Object(D.a)((function(t){var e=Xt(t,2),n=e[0].timestamp;return e[1].timestamp-n>0})),Object(S.a)((function(t){var e=Xt(t,2),n=e[0],r=n.value,i=n.timestamp,o=e[1];return(o.value-r)/(o.timestamp-i)})),Object(X.a)(0)),b=c.pipe(Object(E.a)(i,f,e,s),Object(D.a)((function(e){var n;return(n=t).calcIsSwipe.apply(n,_t(e))})),Object(S.a)((function(e){var n;return(n=t).calcWillOpen.apply(n,_t(e))}))),p=t.animateTo$.pipe(Object(x.a)((function(){t.willChange=!0,t.fireEvent("prepare")})));Object(r.f)(t,Mt,Object(m.a)(b,p).pipe(Object(E.a)(f,e),Object(_.a)((function(e){var n=Xt(e,3),r=n[0],o=n[1],a=n[2],c="left"===t.side?1:-1,u=(r?a*c:0)-o,l=Math.ceil(200+.15*a);return Object(N.m)(Y,o,u,l).pipe(Object(R.a)((function(){t.transitioned(r)})),Object(W.a)(i),Object(W.a)(t.$.side.pipe(B(1))),Object(k.a)())}))),"f"),f.pipe(Object(E.a)(e),Object(x.a)((function(e){var n;(n=t).updateDOM.apply(n,_t(e));var r=t,i=r.translateX,o=r.opacity;t.fireEvent("move",{detail:{translateX:i,opacity:o},bubbles:!1})}))).subscribe(),Object(O.a)(t.scrimEl,"click").pipe(Object(x.a)((function(){return t.close()}))).subscribe(),n.pipe(Object(x.a)((function(e){t.scrimEl.style.display=e?"block":"none"}))).subscribe(),t.$.mouseEvents.pipe(Object(_.a)((function(t){return t?i.pipe(Object(E.a)(a)):j.a})),Object(D.a)((function(t){var e=Xt(t,2),n=e[0];return e[1]&&null!=n.event})),Object(x.a)((function(t){var e=Xt(t,1)[0].event;return e&&e.preventDefault()}))).subscribe(),t.fireEvent("init",{detail:t.opened}),Object(r.e)(t,At,"f").resolve(t)},t.transitioned=function(e){t.opened=t.scrimClickable=e,t.willChange=!1,t.fireEvent("transitioned",{detail:e})},t}return 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}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Lt(t,e)}(e,t),function(t,e,n){return e&&Nt(t.prototype,e),n&&Nt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}(e,[{key:"initialized",get:function(){return Object(r.e)(this,At,"f")}},{key:"getDrawerWidth",value:function(){var t=this,e=F(this.contentEl).pipe(Object(x.a)((function(e){return t.fireEvent("content-width-change",{detail:e})}))),n=F(this.peekEl).pipe(Object(x.a)((function(e){return t.fireEvent("peek-width-change",{detail:e})})));return Object(d.a)([e,n]).pipe(Object(S.a)((function(t){var e=Xt(t,2);return e[0]-e[1]})),Object(k.a)())}},{key:"connectedCallback",value:function(){!function(t,e,n,r){var i=Ft(Ht(1&r?t.prototype:t),e,n);return 2&r?function(t){return i.apply(n,t)}:i}(e,"connectedCallback",this,3)([]),this.$={opened:new g.a(this.opened),side:new g.a(this.side),persistent:new g.a(this.persistent),preventDefault:new g.a(this.noScroll),mouseEvents:new g.a(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new w.a,this.updater=gt.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}},{key:"render",value:function(){return Object(i.d)(xt||(xt=Dt(['\n
\n \n
\n \n
\n \n '])),y({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?Object(i.d)(Pt||(Pt=Dt(['
']))):null,p(zt(zt(zt({wrapper:!0,"full-height":!0},this.side,!0),"grab",this.mouseEvents),"grabbing",this.mouseEvents&&this.grabbing)),y({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)}}])}(Object(N.b)(N.a,[et,jt,lt]));At=new WeakMap,Ct=new WeakMap,Tt=new WeakMap,Mt=new WeakMap,Vt.styles=It,Object(r.g)([Object(i.f)(".scrim")],Vt.prototype,"scrimEl",void 0),Object(r.g)([Object(i.f)(".wrapper")],Vt.prototype,"contentEl",void 0),Object(r.g)([Object(i.f)(".peek")],Vt.prototype,"peekEl",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"opened",void 0),Object(r.g)([Object(i.e)({type:String,reflect:!0})],Vt.prototype,"side",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"persistent",void 0),Object(r.g)([Object(i.e)({type:Number,reflect:!0})],Vt.prototype,"threshold",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"noScroll",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"mouseEvents",void 0),Object(r.g)([Object(i.e)({reflect:!0,converter:J,hasChanged:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.length!==e.length||t.some((function(t,n){return t!==e[n]}))}})],Vt.prototype,"range",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"scrimClickable",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"grabbing",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"willChange",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"open",null),Object(r.g)([Object(i.e)()],Vt.prototype,"close",null),Object(r.g)([Object(i.e)()],Vt.prototype,"toggle",null),Vt=Object(r.g)([Object(i.c)("hy-drawer")],Vt)},370:function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var r=n(8);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)}var o=Array.isArray,a=Object.getPrototypeOf,c=Object.prototype,u=Object.keys;function l(t){if(1===t.length){var e=t[0];if(o(e))return{args:e,keys:null};if((r=e)&&"object"===i(r)&&a(r)===c){var n=u(e);return{args:n.map((function(t){return e[t]})),keys:n}}}var r;return{args:t,keys:null}}var f=n(68),s=n(38),b=n(153),p=n(51);function v(t,e){return t.reduce((function(t,n,r){return t[n]=e[r],t}),{})}var y=n(9),h=n(22);function d(){for(var t=[],e=0;e \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{321: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 w})),n.d(e,"b",(function(){return S})),n.d(e,"e",(function(){return _.b})),n.d(e,"d",(function(){return _.a})),n.d(e,"l",(function(){return O.c})),n.d(e,"h",(function(){return O.b})),n.d(e,"c",(function(){return O.a})),n.d(e,"i",(function(){return j.b})),n.d(e,"j",(function(){return j.c})),n.d(e,"k",(function(){return j.d})),n.d(e,"f",(function(){return j.a}));var r,o=n(90),i=n(1),u=n(335),a=n(329);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="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return l(t,e);var n={}.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)?l(t,e):void 0}}(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=n.call(t)},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=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=n.call(t)},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=Array(e);n0&&void 0!==arguments[0]?arguments[0]:this.startNode;Object(o.b)(this.startNode.parentNode,t.nextSibling,this.endNode)}}])}(),x=function(){return g((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}),[{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}}}])}(),E=function(t){function e(t,n,r){var o;return b(this,e),(o=s(this,e,[t,n,r])).single=2===r.length&&""===r[0]&&""===r[1],o}return h(e,t),g(e,[{key:"_createPart",value:function(){return new C(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:(t=e,n="_getValue",r=this,i=l(p(1&(o=3)?t.prototype:t),n,r),2&o?function(t){return i.apply(r,t)}:i)([]);var t,n,r,o,i}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}])}(j),C=function(t){function e(){return b(this,e),s(this,e,arguments)}return h(e,t),g(e)}(P),T=!1;!function(){try{var t={get capture(){return T=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var N=function(){return g((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)}}),[{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=A(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)}}])}(),A=function(t){return t&&(T?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}},323:function(t,e,n){"use strict";n.d(e,"c",(function(){return s.a})),n.d(e,"a",(function(){return r.b})),n.d(e,"b",(function(){return r.g})),n.d(e,"d",(function(){return l}));var r=n(322);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 i(t,e){for(var n=0;n1?e-1:0),r=1;r0;){var _=h[f],O=y.exec(_)[2],j=O.toLowerCase()+l,P=b.getAttribute(j);b.removeAttribute(j);var k=P.split(s);this.parts.push({type:"attribute",index:c,name:O,strings:k}),f+=k.length-1}}"TEMPLATE"===b.tagName&&(o.push(b),i.currentNode=b.content)}else if(3===b.nodeType){var x=b.data;if(x.indexOf(a)>=0){for(var E=b.parentNode,C=x.split(s),T=C.length-1,N=0;N=0&&t.slice(n)===e},h=function(t){return-1!==t.index},d=function(){return document.createComment("")},y=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/},325: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}}},326:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(8),o=new r.a((function(t){return t.complete()}))},327:function(t,e,n){"use strict";n.d(e,"b",(function(){return m})),n.d(e,"a",(function(){return g}));var r=n(325),o=n(324);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 e=l(e),function(t,e){if(e&&("object"==i(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],l(t).constructor):e.apply(t,n))}function a(t,e,n,r){var o=c(l(1&r?t.prototype:t),e,n);return 2&r?function(t){return o.apply(n,t)}:o}function c(){return(c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=s(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(null,arguments)}function s(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=l(t)););return t}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function f(t,e){return(f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function p(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(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?b: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!==v&&(e=v.createHTML(e)),t.innerHTML=e,t}}])}(),g=function(t){function e(){return p(this,e),u(this,e,arguments)}return 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}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(e,t),d(e,[{key:"getHTML",value:function(){return"".concat(a(e,"getHTML",this,3)([]),"")}},{key:"getTemplateElement",value:function(){var t=a(e,"getTemplateElement",this,3)([]),n=t.content,o=n.firstChild;return n.removeChild(o),Object(r.c)(n,o.firstChild),t}}])}(m)},328:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n(324); +/** + * @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},329:function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var r=n(1),o=n(8),i=n(32),u=n(121),a=Object(u.a)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),c=n(65),s=n(79),l=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return Object(r.h)(e,t),e.prototype.lift=function(t){var e=new f(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new a},e.prototype.next=function(t){var e=this;Object(s.b)((function(){var n,o;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=Object(r.l)(e.currentObservers),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){n={error:t}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}}}))},e.prototype.error=function(t){var e=this;Object(s.b)((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var n=e.observers;n.length;)n.shift().error(t)}}))},e.prototype.complete=function(){var t=this;Object(s.b)((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),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:(this.currentObservers=null,o.push(t),new i.b((function(){e.currentObservers=null,Object(c.a)(o,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 f(t,e)},e}(o.a),f=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return Object(r.h)(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}(l)},330:function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return a}));var r=n(325),o=n(322),i=n(328),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()}},331: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)}},332: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={}},333:function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var r=n(325),o=n(324);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){return function(t){if(Array.isArray(t))return s(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||c(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 a(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=c(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=n.call(t)},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 c(t,e){if(t){if("string"==typeof t)return s(t,e);var n={}.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)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=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 S(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||w(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 w(t,e){if(t){if("string"==typeof t)return S(t,e);var n={}.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)?S(t,e):void 0}}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=r.call(u,"catchLoc"),s=r.call(u,"finallyLoc");if(c&&s){if(this.prev=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),T(n),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;T(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:A(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),y}},e}function j(t,e,n,r,o,i,u){try{var a=t[i](u),c=a.value}catch(t){return void n(t)}a.done?e(c):Promise.resolve(c).then(r,o)}function P(t,e){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:V,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:(n=O().mark((function t(){var e;return O().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]])})),r=function(){var t=this,e=arguments;return new Promise((function(r,o){var i=n.apply(t,e);function u(t){j(i,r,o,u,a,"next",t)}function a(t){j(i,r,o,u,a,"throw",t)}u(void 0)}))},function(){return r.apply(this,arguments)})},{key:"_hasRequestedUpdate",get:function(){return 4&this._updateState}},{key:"hasUpdated",get:function(){return 1&this._updateState}},{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:"updateComplete",get:function(){return this._getUpdateComplete()}},{key:"_getUpdateComplete",value:function(){return this.getUpdateComplete()}},{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:"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}},{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]:V;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var n="symbol"===_(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)||V}},{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="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=w(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=n.call(t)},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]:L;return n(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var n=e.type,r=e.converter||R,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||R.toAttribute)(t,n)}}}]);var n,r}(E(HTMLElement));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)} +/** + * @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 + */U.finalized=!0;var M=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 B(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 F(t,e){return function(n,r){var o={get:function(){return this.renderRoot.querySelector(t)},enumerable:!0,configurable:!0};if(e){var i=void 0!==r?r:n.key,u="symbol"===I(i)?Symbol():"__".concat(i);o.get=function(){return void 0===this[u]&&(this[u]=this.renderRoot.querySelector(t)),this[u]}}return void 0!==r?q(o,n,r):z(o,n)}}var q=function(t,e,n){Object.defineProperty(e,n,t)},z=function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}};var D=Element.prototype;D.msMatchesSelector||D.webkitMatchesSelector;function H(t){return(H="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,e){for(var n=0;n1?e-1:0),r=1;r0&&(e=new u.a({next:function(t){return m.next(t)},error:function(t){d=!0,y(),r=s(v,c,t),m.error(t)},complete:function(){p=!0,y(),r=s(v,f),m.complete()}}),Object(o.a)(t).subscribe(e))}))(t)}}function s(t,e){for(var n=[],i=2;i \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{334: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 o;o=function(){return this}();try{o=o||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":r(window))&&(o=window)}t.exports=o},351:function(t,e,r){"use strict";(function(t){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)}var r="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==t&&t||{},o="URLSearchParams"in r,n="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(t){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var u=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(t){return t&&u.indexOf(Object.prototype.toString.call(t))>-1};function f(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function l(t){return"string"!=typeof t&&(t=String(t)),t}function h(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return n&&(e[Symbol.iterator]=function(){return e}),e}function y(t){this.map={},t instanceof y?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){if(2!=t.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length);this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function p(t){if(!t._noBody)return t.bodyUsed?Promise.reject(new TypeError("Already read")):void(t.bodyUsed=!0)}function d(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function b(t){var e=new FileReader,r=d(e);return e.readAsArrayBuffer(t),r}function v(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function w(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:i&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:s&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():a&&i&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=v(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(t)||c(t))?this._bodyArrayBuffer=v(t):this._bodyText=t=Object.prototype.toString.call(t):(this._noBody=!0,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):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var t=p(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=p(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))}if(i)return this.blob().then(b);throw new Error("could not read as ArrayBuffer")},this.text=function(){var t,e,r,o,n,i=p(this);if(i)return i;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=d(e),o=/charset=([A-Za-z0-9_-]+)/.exec(t.type),n=o?o[1]:"utf-8",e.readAsText(t,n),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),o=0;o-1?n:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal||function(){if("AbortController"in r)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){var s=/([?&])_=[^&]*/;if(s.test(this.url))this.url=this.url.replace(s,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function O(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),o=r.shift().replace(/\+/g," "),n=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(o),decodeURIComponent(n))}})),e}function E(t,e){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new y(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},w.call(g.prototype),w.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new y(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:200,statusText:""});return t.ok=!1,t.status=0,t.type="error",t};var _=[301,302,303,307,308];E.redirect=function(t,e){if(-1===_.indexOf(e))throw new RangeError("Invalid status code");return new E(null,{status:e,headers:{location:t}})};var A=r.DOMException;try{new A}catch(t){(A=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),A.prototype.constructor=A}function T(t,o){return new Promise((function(n,s){var u=new g(t,o);if(u.signal&&u.signal.aborted)return s(new A("Aborted","AbortError"));var c=new XMLHttpRequest;function h(){c.abort()}if(c.onload=function(){var t,e,r={statusText:c.statusText,headers:(t=c.getAllResponseHeaders()||"",e=new y,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(":"),o=r.shift().trim();if(o){var n=r.join(":").trim();try{e.append(o,n)}catch(t){console.warn("Response "+t.message)}}})),e)};0===u.url.indexOf("file://")&&(c.status<200||c.status>599)?r.status=200:r.status=c.status,r.url="responseURL"in c?c.responseURL:r.headers.get("X-Request-URL");var o="response"in c?c.response:c.responseText;setTimeout((function(){n(new E(o,r))}),0)},c.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},c.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request timed out"))}),0)},c.onabort=function(){setTimeout((function(){s(new A("Aborted","AbortError"))}),0)},c.open(u.method,function(t){try{return""===t&&r.location.href?r.location.href:t}catch(e){return t}}(u.url),!0),"include"===u.credentials?c.withCredentials=!0:"omit"===u.credentials&&(c.withCredentials=!1),"responseType"in c&&(i?c.responseType="blob":a&&(c.responseType="arraybuffer")),o&&"object"===e(o.headers)&&!(o.headers instanceof y||r.Headers&&o.headers instanceof r.Headers)){var p=[];Object.getOwnPropertyNames(o.headers).forEach((function(t){p.push(f(t)),c.setRequestHeader(t,l(o.headers[t]))})),u.headers.forEach((function(t,e){-1===p.indexOf(e)&&c.setRequestHeader(e,t)}))}else u.headers.forEach((function(t,e){c.setRequestHeader(e,t)}));u.signal&&(u.signal.addEventListener("abort",h),c.onreadystatechange=function(){4===c.readyState&&u.signal.removeEventListener("abort",h)}),c.send(void 0===u._bodyInit?null:u._bodyInit)}))}T.polyfill=!0,r.fetch||(r.fetch=T,r.Headers=y,r.Request=g,r.Response=E)}).call(this,r(334))},352:function(t,e,r){(function(o){var n,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(n=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.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{368: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.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{336:function(e,t,r){"use strict";r.d(t,"a",(function(){return o}));var n=Array.isArray;function o(e){return 1===e.length&&n(e[0])?e[0]:e}},356:function(e,t,r){"use strict";r.r(t),r.d(t,"HyPushState",(function(){return ht}));var n,o=r(1),i=r(335),c=r(329),a=r(319),u=r(342),l=r(154),f=r(116),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(o.h)(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=f.a.requestAnimationFrame((function(){return t.flush(void 0)}))))},t.prototype.recycleAsyncId=function(t,r,n){var o;if(void 0===n&&(n=0),null!=n?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,n);var i=t.actions;null!=r&&(null===(o=i[i.length-1])||void 0===o?void 0:o.id)!==r&&(f.a.cancelAnimationFrame(r),t._scheduled=void 0)},t}(l.a),p=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.h)(t,e),t.prototype.flush=function(e){this._active=!0;var t=this._scheduled;this._scheduled=void 0;var r,n=this.actions;e=e||n.shift();do{if(r=e.execute(e.state,e.delay))break}while((e=n[0])&&e.id===t&&n.shift());if(this._active=!1,r){for(;(e=n[0])&&e.id===t&&n.shift();)e.unsubscribe();throw r}},t}(r(155).a))(s),b=r(360),y=r(363),h=r(47),v=r(156),m=r(160),O=r(341),d=r(343),j=r(339),g=r(88),w=r(340),S=r(358),P=r(157),E=r(159),k=r(364),A=r(362),T=r(321);function L(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window.location;return null!=e&&(e.protocol!==t.protocol||e.host!==t.host)}function R(e){return e&&""===e.target}function N(e,t){var r=e.url,n=e.anchor,o=e.event,i=o.metaKey,c=o.ctrlKey;return!(i||c||!R(n)||L(r,t))}function C(e,t){var r=e.url;return!(!R(e.anchor)||L(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 I(e){var t=e.cause,r=e.url,o=r.pathname,i=r.hash,c=e.oldURL;return o===(null==c?void 0:c.pathname)&&(t===n.Pop||t===n.Push&&""!==i)}!function(e){e.Init="init",e.Hint="hint",e.Push="push",e.Pop="pop"}(n||(n={}));var M=r(117),q=r(365),H=r(359);function U(e){return(U="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 D(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,c,a=[],u=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=i.call(r)).done)&&(a.push(n.value),a.length!==t);u=!0);}catch(e){l=!0,o=e}finally{try{if(!u&&null!=r.return&&(c=r.return(),Object(c)!==c))return}finally{if(l)throw o}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return x(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?x(e,t):void 0}}(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 x(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);re.length)&&(t=e.length);for(var r=0,n=Array(t);re.length)&&(t=e.length);for(var r=0,n=Array(t);r1&&void 0!==arguments[1]?arguments[1]:{},r=t.oldURL,n=void 0===r?"":r,o=t.newURL,i=void 0===o?"":o,c=new CustomEvent(e);return c.oldURL=n,c.newURL=i,c};var Ue=function(){return e=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(!L(r.parent)){var e=r.assignScrollPosition(history.state||{});history.replaceState(e,document.title)}},this.parent=t},(t=[{key:"updateHistoryState",value:function(e){var t=e.cause,r=e.replace,o=e.url,i=e.oldURL;if(!L(this.parent))switch(t){case n.Init:case n.Push:var c=this.parent.histId;if(r||o.href===location.href){var a=Ie(Ie({},history.state),{},Me({},c,{}));history.replaceState(a,document.title,o.href)}else history.pushState(Me({},c,{}),document.title,o.href);case n.Pop:this.parent.simulateHashChange&&i&&function(e,t){e.hash!==t.hash&&window.dispatchEvent(new HashChangeEvent("hashchange",{newURL:e.href,oldURL:t.href}))}(o,i)}}},{key:"updateTitle",value:function(e){var t=e.cause,r=e.title;document.title=r,L(this.parent)||t!==n.Push||history.replaceState(history.state,r)}},{key:"assignScrollPosition",value:function(e){var t=this.parent.histId;return Ie(Ie({},e),{},Me({},t,Ie(Ie({},e[t]),{},{scrollTop:Object(T.j)(),scrollHeight:Object(T.i)()})))}}])&&qe(e.prototype,t),r&&qe(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,r}();function De(e){return(De="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 xe(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=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 yt(e,t){return e.url.href===t.url.href&&e.error===t.error&&e.cacheNr===t.cacheNr}var ht=function(e){function t(){var e;return ct(this,t),(e=lt(this,t,arguments)).el=e,e.linkSelector="a[href]:not([data-no-push])",e.prefetch=!1,e.duration=0,e.simulateHashChange=!1,e.baseURL=window.location.href,_e.set(e,Object(T.f)()),e.animPromise=Promise.resolve(null),e.fadePromise=Promise.resolve(null),$e.set(e,new et(e)),Be.set(e,new Ue(e)),Fe.set(e,new V(e)),Ve.set(e,new ye(e)),Je.set(e,new Re(e)),Ke.set(e,new URL(e.baseURL)),Xe.set(e,(function(t,r){var n=new URL(Object(o.e)(e,Ke,"f").href);n[t]=r,e.assign(n.href)})),ze.set(e,0),Ge.set(e,new c.a),Qe.set(e,(function(t){L(Object(T.k)(t.target,"a[href]"))&&Object(o.e)(e,Be,"f").updateHistoryScrollPosition()})),Ye.set(e,void 0),Ze.set(e,(function(){var t=e.setupEventListeners(),r=t.pushEvent$,i=t.hintEvent$,c=r.pipe(Object(h.a)((function(t){var r=nt(t,2),i=r[0],c=r[1];return{cause:n.Push,url:new URL(c.href,e.href),anchor:c,event:i,cacheNr:Object(o.e)(e,ze,"f")}})),Object(v.a)((function(t){return N(t,e)})),Object(m.a)((function(t){t.event.preventDefault(),Object(o.e)(e,Be,"f").updateHistoryScrollPosition()}))),l=Object(a.a)(window,"popstate").pipe(Object(v.a)((function(){return window.history.state&&window.history.state[e.histId]})),Object(h.a)((function(t){return{cause:n.Pop,url:new URL(window.location.href),cacheNr:Object(o.e)(e,ze,"f"),event:t}}))),f=Object(o.e)(e,Ge,"f"),s=Object(u.a)(c,l,f).pipe(Object(O.a)({url:new URL(window.location.href)}),Object(d.a)(),Object(h.a)((function(e){var t=nt(e,2),r=t[0],n=t[1];return Object.assign(n,{oldURL:r.url})})),Object(j.a)()),y=s.pipe(Object(v.a)((function(e){return!I(e)})),Object(j.a)()),L=s.pipe(Object(v.a)((function(e){return I(e)})),Object(v.a)((function(){return history.state&&history.state[e.histId]})),Object(g.a)(p),Object(m.a)((function(t){Object(o.e)(e,Be,"f").updateHistoryState(t),Object(o.e)(e,$e,"f").manageScrollPosition(t)}))),R=Object(b.a)((function(){return Object(u.a)(y.pipe(Object(w.a)(!0)),Object(o.e)(e,Ye,"f").pipe(Object(w.a)(!1)))})).pipe(Object(O.a)(!1)),M=i.pipe(Object(T.h)(R.pipe(Object(h.a)((function(e){return!e})))),Object(h.a)((function(t){var r=nt(t,2),i=r[0],c=r[1];return{cause:n.Hint,url:new URL(c.href,e.href),anchor:c,event:i,cacheNr:Object(o.e)(e,ze,"f")}})),Object(v.a)((function(t){return C(t,e)}))),q=Object(u.a)(M,y).pipe(Object(S.a)((function(e,t){return yt(e,t)})),Object(P.a)((function(t){return Object(o.e)(e,Fe,"f").fetchPage(t)})),Object(O.a)({url:{}}),Object(j.a)()),H=Object(o.f)(e,Ye,y.pipe(Object(m.a)((function(t){Object(o.e)(e,Je,"f").onStart(t),Object(o.e)(e,Be,"f").updateHistoryState(t),Object(o.f)(e,Ke,t.url,"f")})),Object(E.a)(q),Object(P.a)((function(t){var r;return(r=Object(o.e)(e,Fe,"f")).getResponse.apply(r,[q].concat(rt(t)))})),Object(j.a)()),"f"),U=H.pipe(Object(v.a)((function(e){return!e.error}))),D=H.pipe(Object(v.a)((function(e){return!!e.error}))),x=U.pipe(Object(h.a)((function(t){return Object(o.e)(e,Ve,"f").responseToContent(t)})),Object(m.a)((function(t){return Object(o.e)(e,Je,"f").emitReady(t)})),Object(g.a)(p),Object(m.a)((function(t){Object(o.e)(e,Ve,"f").updateDOM(t),Object(o.e)(e,Be,"f").updateTitle(t),Object(o.e)(e,Je,"f").emitAfter(t)})),Object(O.a)({cause:n.Init,url:Object(o.e)(e,Ke,"f"),scripts:[]}),Object(g.a)(p),Object(m.a)((function(t){return Object(o.e)(e,$e,"f").manageScrollPosition(t)})),Object(m.a)({error:function(t){return Object(o.e)(e,Je,"f").emitDOMError(t)}}),Object(k.a)((function(e,t){return t})),Object(P.a)((function(t){return e.fadePromise.then((function(){return t}))})),Object(P.a)((function(t){return Object(o.e)(e,Ve,"f").reinsertScriptTags(t)})),Object(m.a)({error:function(t){return Object(o.e)(e,Je,"f").emitError(t)}}),Object(k.a)((function(e,t){return t})),Object(m.a)((function(t){return Object(o.e)(e,Je,"f").emitLoad(t)}))),W=D.pipe(Object(m.a)((function(t){return Object(o.e)(e,Je,"f").emitNetworkError(t)}))),_=y.pipe(Object(P.a)((function(t){return Object(b.a)((function(){return e.animPromise})).pipe(Object(A.a)(H),Object(w.a)(t))})),Object(m.a)((function(t){return Object(o.e)(e,Je,"f").emitProgress(t)})));x.subscribe(),L.subscribe(),W.subscribe(),_.subscribe(),Object(o.e)(e,_e,"f").resolve(e),e.fireEvent("init")})),e}return 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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&bt(e,t)}(t,e),function(e,t,r){return t&&at(e.prototype,t),r&&at(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}(t,[{key:"createRenderRoot",value:function(){return this}},{key:"initialized",get:function(){return Object(o.e)(this,_e,"f")}},{key:"hash",get:function(){return Object(o.e)(this,Ke,"f").hash},set:function(e){Object(o.e)(this,Xe,"f").call(this,"hash",e)}},{key:"host",get:function(){return Object(o.e)(this,Ke,"f").host},set:function(e){Object(o.e)(this,Xe,"f").call(this,"host",e)}},{key:"hostname",get:function(){return Object(o.e)(this,Ke,"f").hostname},set:function(e){Object(o.e)(this,Xe,"f").call(this,"hostname",e)}},{key:"href",get:function(){return Object(o.e)(this,Ke,"f").href},set:function(e){Object(o.e)(this,Xe,"f").call(this,"href",e)}},{key:"pathname",get:function(){return Object(o.e)(this,Ke,"f").pathname},set:function(e){Object(o.e)(this,Xe,"f").call(this,"pathname",e)}},{key:"port",get:function(){return Object(o.e)(this,Ke,"f").port},set:function(e){Object(o.e)(this,Xe,"f").call(this,"port",e)}},{key:"protocol",get:function(){return Object(o.e)(this,Ke,"f").protocol},set:function(e){Object(o.e)(this,Xe,"f").call(this,"protocol",e)}},{key:"search",get:function(){return Object(o.e)(this,Ke,"f").search},set:function(e){Object(o.e)(this,Xe,"f").call(this,"search",e)}},{key:"origin",get:function(){return Object(o.e)(this,Ke,"f").origin}},{key:"ancestorOrigins",get:function(){return window.location.ancestorOrigins}},{key:"histId",get:function(){return this.id||this.tagName}},{key:"assign",value:function(e){var t;Object(o.e)(this,Ge,"f").next({cause:n.Push,url:new URL(e,this.href),cacheNr:Object(o.f)(this,ze,(t=Object(o.e)(this,ze,"f"),++t),"f")})}},{key:"reload",value:function(){var e;Object(o.e)(this,Ge,"f").next({cause:n.Push,url:new URL(this.href),cacheNr:Object(o.f)(this,ze,(e=Object(o.e)(this,ze,"f"),++e),"f"),replace:!0})}},{key:"replace",value:function(e){var t;Object(o.e)(this,Ge,"f").next({cause:n.Push,url:new URL(e,this.href),cacheNr:Object(o.f)(this,ze,(t=Object(o.e)(this,ze,"f"),++t),"f"),replace:!0})}},{key:"connectedCallback",value:function(){var e,r,n,i,c;(e=t,r="connectedCallback",n=this,c=ft(pt(1&(i=3)?e.prototype:e),r,n),2&i?function(e){return c.apply(n,e)}:c)([]),this.$={linkSelector:new y.a(this.linkSelector),prefetch:new y.a(this.prefetch)},window.addEventListener("beforeunload",Object(o.e)(this,Be,"f").updateHistoryScrollPosition),document.documentElement.addEventListener("click",Object(o.e)(this,Qe,"f")),this.updateComplete.then(Object(o.e)(this,Ze,"f"))}},{key:"disconnectedCallback",value:function(){window.removeEventListener("beforeunload",Object(o.e)(this,Be,"f").updateHistoryScrollPosition),document.documentElement.removeEventListener("click",Object(o.e)(this,Qe,"f"))}}])}(Object(T.b)(T.a,[we]));_e=new WeakMap,$e=new WeakMap,Be=new WeakMap,Fe=new WeakMap,Ve=new WeakMap,Je=new WeakMap,Ke=new WeakMap,Xe=new WeakMap,ze=new WeakMap,Ge=new WeakMap,Qe=new WeakMap,Ye=new WeakMap,Ze=new WeakMap,Object(o.g)([Object(i.e)({type:String,reflect:!0,attribute:"replace-selector"})],ht.prototype,"replaceSelector",void 0),Object(o.g)([Object(i.e)({type:String,reflect:!0,attribute:"link-selector"})],ht.prototype,"linkSelector",void 0),Object(o.g)([Object(i.e)({type:String,reflect:!0,attribute:"script-selector"})],ht.prototype,"scriptSelector",void 0),Object(o.g)([Object(i.e)({type:Boolean,reflect:!0})],ht.prototype,"prefetch",void 0),Object(o.g)([Object(i.e)({type:Number,reflect:!0})],ht.prototype,"duration",void 0),Object(o.g)([Object(i.e)({type:Boolean,reflect:!0,attribute:"hashchange"})],ht.prototype,"simulateHashChange",void 0),Object(o.g)([Object(i.e)({type:String})],ht.prototype,"baseURL",void 0),Object(o.g)([Object(i.e)()],ht.prototype,"assign",null),Object(o.g)([Object(i.e)()],ht.prototype,"reload",null),Object(o.g)([Object(i.e)()],ht.prototype,"replace",null),ht=Object(o.g)([Object(i.c)("hy-push-state")],ht)},364:function(e,t,r){"use strict";r.d(t,"a",(function(){return c}));var n=r(14),o=r(9),i=r(11);function c(e){return Object(i.a)((function(t,r){var i,a=null,u=!1;a=t.subscribe(Object(o.a)(r,void 0,void 0,(function(o){i=Object(n.a)(e(o,c(e)(t))),a?(a.unsubscribe(),a=null,i.subscribe(r)):u=!0}))),u&&(a.unsubscribe(),a=null,i.subscribe(r))}))}},365:function(e,t,r){"use strict";r.d(t,"a",(function(){return f}));var n=r(1),o=r(8),i=r(14),c=r(336),a=r(326),u=r(9),l=r(51);function f(){for(var e=[],t=0;t \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{334: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},350: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 G(e){switch(e){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}}function W(e){for(var t={},n=0;n";break e;case Node.TEXT_NODE:a=a.data,a=l&&X[l.localName]?a:a.replace(V,G);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 Y=c.i,J={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},$={};function Z(e){$[e]=function(t){return t["__shady_native_"+e]}}function Q(e,t){for(var n in k(e,t,"__shady_native_"),t)Z(n)}function ee(e,t){t=void 0===t?[]:t;for(var n=0;n","+","~"]),a=s===o?e[o]:e.substring(o,s);","===a?t():-1!==[void 0," ",">","+","~"].indexOf(i)&&" "===a||(" "===i&&-1!==[">","+","~"].indexOf(a)?r[r.length-1]=a:r.push(a)),o=s+(s===o?1:0)}return t(),n}(t);if(1>r.length)return[];for(t=I(ct(e,(function(){return!0})).map((function(e){return I(r.map((function(t){var r=t.S,o=r.length-1;return n(e,r[o])?{target:e,v:t,A:e,index:o}:[]})))})));t.some((function(e){return 0=e.index)return e;var t=e.target,r=e.A,o=e.v;e=e.index-1;var i=o.ca[e],s=o.S[e];if(" "===i){for(i=[],r=r.__shady_parentElement;r;r=r.__shady_parentElement)n(r,s)&&i.push({target:t,v:o,A:r,index:e});return i}if(">"===i)return n(r=r.__shady_parentElement,s)?{target:t,v:o,A:r,index:e}:[];if("+"===i)return(r=r.__shady_previousElementSibling)&&n(r,s)?{target:t,v:o,A:r,index:e}:[];if("~"===i){for(i=[],r=r.__shady_previousElementSibling;r;r=r.__shady_previousElementSibling)n(r,s)&&i.push({target:t,v:o,A:r,index:e});return i}throw Error("Unrecognized combinator: '"+i+"'.")})));return function(e){for(var t=[],n=new Set,r=(e=o(e)).next();!r.done;r=e.next())r=r.value,n.has(r)||(t.push(r),n.add(r));return t}(t.map((function(e){return e.target})))}var pt=c.querySelectorImplementation,_t=M({querySelector:function(e){if("native"===pt){for(var t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e)),n=this.__shady_getRootNode(),r=(t=o(t)).next();!r.done;r=t.next())if((r=r.value).__shady_getRootNode()==n)return r;return null}if("selectorEngine"===pt)return ft(this,e)[0]||null;if(void 0===pt)return ct(this,(function(t){return g.call(t,e)}),(function(e){return!!e}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+pt+"'")},querySelectorAll:function(e,t){if(t||"native"===pt){t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e));var n=this.__shady_getRootNode();return T(t.filter((function(e){return e.__shady_getRootNode()==n})))}if("selectorEngine"===pt)return T(ft(this,e));if(void 0===pt)return T(ct(this,(function(t){return g.call(t,e)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+pt+"'")}}),yt=c.C&&!c.l?A({},ht):ht;A(ht,_t);var mt=M({after:function(e){for(var t=[],n=0;no.assignedNodes.length&&(o.M=!0)}o.M&&(o.M=!1,nn(this,t))}for(t=this.g,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 i=t.rules;if(i&&!u(i))for(var s,a=0,l=i.length;a-1?n=t:(r=t,n=e.getAttribute&&e.getAttribute("is")||""):(n=e.is,r=e.extends),{is:n,typeExtension:r}}function W(e){for(var t=[],n="",r=0;r>=0&&r0&&void 0!==arguments[0]?arguments[0]:"";return!(""===e||!w)&&(b?"shadow"===e:"shady"===e)}function Y(e){return(Y="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 J(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(b||"shady"===r)o=R(t,n);else{var i=G(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 R(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?de+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=W(e.selector);if(!I(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(_e);){var r=t.index,o=U(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,ye),n.push(i)}return{selector:e,matches:n}}},{key:"_replaceMatchesPseudo",value:function(e,t){var n=e.split(ye);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=Q.test(e);i&&(e=e.replace(Q,(function(e,t,n){return":".concat(t,"(").concat(n.replace(/\s/g,""),")")})),e=this._twiddleNthPlus(e));var s,a=_e.test(e);if(a){var l=this._preserveMatchesPseudo(e);e=l.selector,s=l.matches}return e=(e=e.replace(ae,"".concat(oe," $1"))).replace(ne,(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(ce,(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(se);e.indexOf(oe)>=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(ue,(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,re=/[[.:#*]/,oe=":host",ie=":root",se="::slotted",ae=new RegExp("^(".concat(se,")")),le=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ue=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ce=/(.*):dir\((?:(ltr|rtl))\)(.*)/,de=".",he=":",fe="class",pe="should_not_match",_e=/:(?:matches|any|-(?:webkit|moz)-any)/,ye="",me=new Z; +/** +@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 ve(e){return(ve="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 ge(e,t){for(var n=0;n\s*/;var Oe=navigator.userAgent.match("Trident");var Pe=new(function(){return e=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)},(t=[{key:"XSCOPE_NAME",get:function(){return"x-scope"}},{key:"decorateStyles",value:function(e){var t=this,n={},r=[],o=0;j(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=C,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(k,"").replace(C,"")}},{key:"collectPropertiesInCssText",value:function(e,t){for(var n;n=O.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=U(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=me._transformRuleCss(t,me._transformComplexSelector,me._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 j(t,(function(t){r.whenHostOrRootRule(e,t,n,(function(n){var s=e._element||e;Ce.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=G(e),i=o.is,s=o.typeExtension,a=me._calcHostScope(i,s),l=e.extends?"\\"+a.slice(0,-1)+"\\]":a,u=new RegExp("(?:^|[^.#[:])"+l+"($|[.:[\\s>+~])"),c=be.get(e),d=c.styleRules,h=c.cssBuild,f=this._elementKeyframeTransforms(e,d,n);return me.elementStyles(e,d,(function(e){r.applyProperties(e,t),b||I(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(!b&&r)for(var i=0,s=r[i];i-1&&(r.textContent=o),B(r,null,i.placeholder)):o&&(r=F(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=L(e),r=this;e.textContent=R(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=d(n),e.cssText=r.valueForProperties(n,t))}))}}])&&Ne(e.prototype,t),n&&Ne(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n}()),xe={}; +/** +@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 ke(e){return xe[e]||null}function De(e){var t,n,r,o;xe[e]||(xe[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=H?H.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),H=n,n))}var Me=window.customElements;if(Me&&!b&&!N){var Ae=Me.define;Me.define=function(e,t,n){De(e),Ae.call(Me,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 Re(e){return(Re="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 Le(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ie(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:100;Le(this,e),this.cache={},this.typeMax=t},(t=[{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}}}])&&Ie(e.prototype,t),n&&Ie(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n}(),He=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 Be=new RegExp("".concat(me.SCOPE_NAME,"\\s*([^\\s]*)"));function Ue(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Be);return t?t[1]:""}function qe(e){var t=V(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?G(n).is:""}function Ve(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(me.SCOPE_NAME,")")),n=0;n \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{367: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.2.0.js b/assets/js/LEGACY-vendors~webcomponents-hydejack-9.2.0.js new file mode 100644 index 00000000000..7ffc68a2a6d --- /dev/null +++ b/assets/js/LEGACY-vendors~webcomponents-hydejack-9.2.0.js @@ -0,0 +1,34 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{346: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 d(t){var e=t.charCodeAt(0);return e>32&&e<127&&-1==[34,35,60,62,96].indexOf(e)?t:encodeURIComponent(t)}function f(t,e,n){function c(t){g.push(t)}var f=e||"scheme start",m=0,v="",_=!1,y=!1,g=[];t:for(;(t[m-1]!=i||0==m)&&!this._isInvalid;){var w=t[m];switch(f){case"scheme start":if(!w||!a.test(w)){if(e){c("Invalid scheme.");break t}v="",f="no scheme";continue}v+=w.toLowerCase(),f="scheme";break;case"scheme":if(w&&s.test(w))v+=w.toLowerCase();else{if(":"!=w){if(e){if(i==w)break t;c("Code point not allowed in scheme: "+w);break t}v="",m=0,f="no scheme";continue}if(this._scheme=v,v="",e)break t;l(this._scheme)&&(this._isRelative=!0),f="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":"?"==w?(this._query="?",f="query"):"#"==w?(this._fragment="#",f="fragment"):i!=w&&"\t"!=w&&"\n"!=w&&"\r"!=w&&(this._schemeData+=p(w));break;case"no scheme":if(n&&l(n._scheme)){f="relative";continue}c("Missing scheme."),h.call(this);break;case"relative or authority":if("/"!=w||"/"!=t[m+1]){c("Expected /, got: "+w),f="relative";continue}f="authority ignore slashes";break;case"relative":if(this._isRelative=!0,"file"!=this._scheme&&(this._scheme=n._scheme),i==w){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("/"==w||"\\"==w)"\\"==w&&c("\\ is an invalid code point."),f="relative slash";else if("?"==w)this._host=n._host,this._port=n._port,this._path=n._path.slice(),this._query="?",this._username=n._username,this._password=n._password,f="query";else{if("#"!=w){var b=t[m+1],E=t[m+2];("file"!=this._scheme||!a.test(w)||":"!=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()),f="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,f="fragment"}break;case"relative slash":if("/"!=w&&"\\"!=w){"file"!=this._scheme&&(this._host=n._host,this._port=n._port,this._username=n._username,this._password=n._password),f="relative path";continue}"\\"==w&&c("\\ is an invalid code point."),f="file"==this._scheme?"file host":"authority ignore slashes";break;case"authority first slash":if("/"!=w){c("Expected '/', got: "+w),f="authority ignore slashes";continue}f="authority second slash";break;case"authority second slash":if(f="authority ignore slashes","/"!=w){c("Expected '/', got: "+w);continue}break;case"authority ignore slashes":if("/"!=w&&"\\"!=w){f="authority";continue}c("Expected authority, got: "+w);break;case"authority":if("@"==w){_&&(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").concat(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.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{337:function(e,n,t){"use strict";t.r(n);t(346),t(347),t(348),t(349);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.2.0.js b/assets/js/clap-button-hydejack-9.2.0.js new file mode 100644 index 00000000000..61153ee2bcc --- /dev/null +++ b/assets/js/clap-button-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{165:function(n,e,i){"use strict";i.r(e);i(197);var t,o=i(7);function r(n,e,i,t,o,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(t,o)}(t=function*(){yield Promise.all([..."customElements"in window?[]:[i.e(16).then(i.bind(null,190)).then(()=>Promise.all([i.e(14),i.e(8)]).then(i.bind(null,191)))]]),yield o.t,yield o.s,window.GET_CLAPS_API||(window.GET_CLAPS_API="https://worker.getclaps.app"),Promise.resolve().then(i.t.bind(null,198,7))},function(){var n=this,e=arguments;return new Promise((function(i,o){var l=t.apply(n,e);function s(n){r(l,i,o,s,u,"next",n)}function u(n){r(l,i,o,s,u,"throw",n)}s(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/drawer-hydejack-9.2.0.js b/assets/js/drawer-hydejack-9.2.0.js new file mode 100644 index 00000000000..4805331d7d5 --- /dev/null +++ b/assets/js/drawer-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{166:function(e,t,a){"use strict";a.r(t);var n,i=a(106),r=a(195),c=a(172),l=a(223),o=a(105),s=a(194),d=a(24),p=a(211),u=a(108),b=a(107),h=a(104),w=a(224),v=a(7);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,190)).then(()=>Promise.all([a.e(14),a.e(8)]).then(a.bind(null,191)))],..."ResizeObserver"in window?[]:[a.e(7).then(a.bind(null,206))]]),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,208)),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.2.0.js b/assets/js/fetch-hydejack-9.2.0.js new file mode 100644 index 00000000000..a34a161774f --- /dev/null +++ b/assets/js/fetch-hydejack-9.2.0.js @@ -0,0 +1,14 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{222:function(n,w,o){"use strict";o.r(w);o(204),o(205)}}]); \ No newline at end of file diff --git a/assets/js/hydejack-9.2.0.js b/assets/js/hydejack-9.2.0.js new file mode 100644 index 00000000000..eaa22584522 --- /dev/null +++ b/assets/js/hydejack-9.2.0.js @@ -0,0 +1,13 @@ +/*! + * __ __ __ __ + * /\ \/\ \ /\ \ __ /\ \ + * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\ + * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , < + * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\ + * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\ + * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/ + * /\___/ \ \____/ + * \/__/ \/___/ + * + * Powered by Hydejack v9.2.0 + */!function(t){function e(e){for(var n,o,i=e[0],u=e[1],c=0,s=[];c=0;c--)(o=t[c])&&(u=(i<3?o(u):i>3?o(e,n,u):o(e,n))||u);return i>3&&u&&Object.defineProperty(e,n,u),u}function u(t,e,n,r){return new(n||(n=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 e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,c)}a((r=r.apply(t,e||[])).next())}))}function c(t,e){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=c(0),u.throw=c(1),u.return=c(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function c(c){return function(a){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;u&&(u=0,c[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&c[0]?r.return:c[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;switch(r=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,r=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){i=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function s(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),u=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return u}function f(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o1||c(t,e)}))},e&&(r[t]=e(r[t])))}function c(t,e){try{(n=o[t](e)).value instanceof l?Promise.resolve(n.value.v).then(a,s):f(i[0][2],n)}catch(t){f(i[0][3],t)}var n}function a(t){c("next",t)}function s(t){c("throw",t)}function f(t,e){t(e),i.shift(),i.length&&c(i[0][0],i[0][1])}}function d(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t=a(t),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise((function(r,o){(function(t,e,n,r){Promise.resolve(r).then((function(e){t({value:e,done:n})}),e)})(r,o,(e=t[n](e)).done,e.value)}))}}}Object.create;function v(t,e,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(t):r?r.value:e.get(t)}function h(t,e,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(t,n):o?o.value=n:e.set(t,n),n}"function"==typeof SuppressedError&&SuppressedError},function(t,e,n){"use strict";function r(t){return"function"==typeof t}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var r=n(31),o=n(18),i=n(32),u=n(20);function c(t){return 0===t.length?u.a:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var a=n(16),s=n(1),f=n(54),l=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var i,u=this,c=(i=t)&&i instanceof r.b||function(t){return t&&Object(s.a)(t.next)&&Object(s.a)(t.error)&&Object(s.a)(t.complete)}(i)&&Object(o.c)(i)?t:new r.a(t,e,n);return Object(f.b)((function(){var t=u,e=t.operator,n=t.source;c.add(e?e.call(c,n):n?u._subscribe(c):u._trySubscribe(c))})),c},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=p(e))((function(e,o){var i=new r.a({next:function(e){try{t(e)}catch(t){o(t),i.unsubscribe()}},error:o,complete:e});n.subscribe(i)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[i.a]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e0&&l.indexOf("chrome")<0,d=l.indexOf("mobile")>0,v=p&&d,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)}),m=new Promise((function t(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?e(!0):r<=0?n(Error("Stylesheet not loaded within 10 seconds")):setTimeout(()=>t(e,n,r-1),1e3/3):e(!0)})),y=(t,e)=>new Promise(n=>t.addEventListener(e,n,{once:!0}));function g(t){return!window.Modernizr||[...t].every(t=>{var e=window.Modernizr[t];return e})}function w(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function O(t,e,n){return t?o.a.create(r=>{var o=t.animate(e,n);return o.addEventListener("finish",t=>{r.next(t),requestAnimationFrame(()=>{requestAnimationFrame(()=>r.complete())})}),()=>{"finished"!==o.playState&&o.cancel()}}):Object(r.a)(new CustomEvent("finish"))}function x(t){var e=document.getElementById(t);return e&&document.importNode(e.content,!0)}var j=document.body||document.documentElement,_=()=>window.innerWidth||j.clientWidth;var E=t=>e=>new Promise(n=>t(e).addEventListener("load",n)),S=(E(window.loadJS),E(window.loadCSS));function A(t,e){return new Promise(n=>{var r=new IntersectionObserver(e=>{e.some(t=>t.isIntersecting)&&(t.forEach(t=>r.unobserve(t)),n(e.find(t=>t.isIntersecting)))},e);t.forEach(t=>r.observe(t))})}},function(t,e,n){var r=n(45)("wks"),o=n(36),i=n(6).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},function(t,e,n){var r=n(6),o=n(34),i=n(19),u=n(21),c=n(46),a=function(t,e,n){var s,f,l,p,d=t&a.F,v=t&a.G,h=t&a.S,b=t&a.P,m=t&a.B,y=v?r:h?r[e]||(r[e]={}):(r[e]||{}).prototype,g=v?o:o[e]||(o[e]={}),w=g.prototype||(g.prototype={});for(s in v&&(n=e),n)l=((f=!d&&y&&void 0!==y[s])?y:n)[s],p=m&&f?c(l,r):b&&"function"==typeof l?c(Function.call,l):l,y&&u(y,s,l,t&a.U),g[s]!=l&&i(g,s,p),b&&w[s]!=l&&(w[s]=l)};r.core=o,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,e,n){t.exports=!n(12)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(15);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){"use strict";function r(t,e,n,r,o){void 0===r&&(r=0),void 0===o&&(o=!1);var i=e.schedule((function(){n(),o?t.add(this.schedule(null,r)):this.unsubscribe()}),r);if(t.add(i),!o)return i}n.d(e,"a",(function(){return r}))},function(t,e,n){var r=n(11),o=n(86),i=n(35),u=Object.defineProperty;e.f=n(10)?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},function(t,e,n){var r=n(39);t.exports=function(t){return Object(r(t))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"c",(function(){return f}));var r=n(0),o=n(1),i=n(83),u=Object(i.a)((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}})),c=n(40),a=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}var e;return t.prototype.unsubscribe=function(){var t,e,n,i,c;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=Object(r.l)(a),f=s.next();!f.done;f=s.next()){f.value.remove(this)}}catch(e){t={error:e}}finally{try{f&&!f.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}else a.remove(this);var p=this.initialTeardown;if(Object(o.a)(p))try{p()}catch(t){c=t instanceof u?t.errors:[t]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var v=Object(r.l)(d),h=v.next();!h.done;h=v.next()){var b=h.value;try{l(b)}catch(t){c=null!=c?c:[],t instanceof u?c=Object(r.k)(Object(r.k)([],Object(r.j)(c)),Object(r.j)(t.errors)):c.push(t)}}}catch(t){n={error:t}}finally{try{h&&!h.done&&(i=v.return)&&i.call(v)}finally{if(n)throw n.error}}}if(c)throw new u(c)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)l(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Object(c.a)(e,t)},t.prototype.remove=function(e){var n=this._finalizers;n&&Object(c.a)(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),s=a.EMPTY;function f(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,e,n){var r=n(14),o=n(44);t.exports=n(10)?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){"use strict";function r(t){return t}n.d(e,"a",(function(){return r}))},function(t,e,n){var r=n(6),o=n(19),i=n(22),u=n(36)("src"),c=n(113),a=(""+c).split("toString");n(34).inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,c){var s="function"==typeof n;s&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(s&&(i(n,u)||o(n,u,t[e]?""+t[e]:a.join(String(e)))),t===r?t[e]=n:c?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||c.call(this)}))},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(4),o=n(3);function i(t,e){return Object(r.a)((function(n,r){var i=0;n.subscribe(Object(o.a)(r,(function(n){r.next(t.call(e,n,i++))})))}))}},function(t,e,n){"use strict";function r(){}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return u}));var r=n(0),o=n(1);function i(t){return Object(r.a)(this,arguments,(function(){var e,n,o;return Object(r.i)(this,(function(i){switch(i.label){case 0:e=t.getReader(),i.label=1;case 1:i.trys.push([1,,9,10]),i.label=2;case 2:return[4,Object(r.c)(e.read())];case 3:return n=i.sent(),o=n.value,n.done?[4,Object(r.c)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,Object(r.c)(o)];case 6:return[4,i.sent()];case 7:return i.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}}))}))}function u(t){return Object(o.a)(null==t?void 0:t.getReader)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var r=n(24),o=n(5),i=n(4),u=n(13),c=n(3);var a=n(1);function s(t,e,n){return void 0===n&&(n=1/0),Object(a.a)(e)?s((function(n,i){return Object(r.a)((function(t,r){return e(n,t,i,r)}))(Object(o.a)(t(n,i)))}),n):("number"==typeof e&&(n=e),Object(i.a)((function(e,r){return function(t,e,n,r,i,a,s,f){var l=[],p=0,d=0,v=!1,h=function(){!v||l.length||p||e.complete()},b=function(t){return p0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(118),o=n(39);t.exports=function(t){return r(o(t))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return d})),n.d(e,"a",(function(){return m}));var r=n(0),o=n(1),i=n(18),u=n(16),c=n(55),a=n(25),s=f("C",void 0,void 0);function f(t,e,n){return{kind:t,value:e,error:n}}var l=n(56),p=n(54),d=function(t){function e(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,Object(i.c)(e)&&e.add(n)):n.destination=w,n}return Object(r.h)(e,t),e.create=function(t,e,n){return new m(t,e,n)},e.prototype.next=function(t){this.isStopped?g(function(t){return f("N",t,void 0)}(t),this):this._next(t)},e.prototype.error=function(t){this.isStopped?g(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped?g(s,this):(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(i.b),v=Function.prototype.bind;function h(t,e){return v.call(t,e)}var b=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){y(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){y(t)}else y(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){y(t)}},t}(),m=function(t){function e(e,n,r){var i,c,a=t.call(this)||this;Object(o.a)(e)||!e?i={next:null!=e?e:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:a&&u.a.useDeprecatedNextContext?((c=Object.create(e)).unsubscribe=function(){return a.unsubscribe()},i={next:e.next&&h(e.next,c),error:e.error&&h(e.error,c),complete:e.complete&&h(e.complete,c)}):i=e;return a.destination=new b(i),a}return Object(r.h)(e,t),e}(d);function y(t){u.a.useDeprecatedSynchronousErrorHandling?Object(p.a)(t):Object(c.a)(t)}function g(t,e){var n=u.a.onStoppedNotification;n&&l.a.setTimeout((function(){return n(t,e)}))}var w={closed:!0,next:a.a,error:function(t){throw t},complete:a.a}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r="function"==typeof Symbol&&Symbol.observable||"@@observable"},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},function(t,e){var n=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(t,e,n){var r=n(15);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e){t.exports=!1},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){"use strict";function r(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}n.d(e,"a",(function(){return r}))},,function(t,e,n){"use strict";function r(){var t=document.documentElement,e=document.body,n="scrollHeight";return t[n]||e[n]}function o(){return window.pageYOffset||document.body.scrollTop}n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"d",(function(){return u})),n.d(e,"a",(function(){return c}));var i=(t,e)=>(t.matches||t.msMatchesSelector).call(t,e);function u(t,e){for(var n=t;null!=n;){if(i(n,e))return n;n=n.parentNode instanceof Element?n.parentNode:null}return null}function c(){var t,e,n=new Promise((n,r)=>(t=n,e=r));return n.resolve=t,n.reject=e,n}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var r=n(5),o=n(63),i=n(4);function u(t,e){return void 0===e&&(e=0),Object(i.a)((function(n,r){r.add(t.schedule((function(){return n.subscribe(r)}),e))}))}var c=n(2);var a=n(61),s=n(1),f=n(13);function l(t,e){if(!t)throw new Error("Iterable cannot be null");return new c.a((function(n){Object(f.a)(n,e,(function(){var r=t[Symbol.asyncIterator]();Object(f.a)(n,e,(function(){r.next().then((function(t){t.done?n.complete():n.next(t.value)}))}),0,!0)}))}))}var p=n(57),d=n(58),v=n(33),h=n(60),b=n(59),m=n(62),y=n(26);function g(t,e){if(null!=t){if(Object(p.a)(t))return function(t,e){return Object(r.a)(t).pipe(u(e),Object(o.a)(e))}(t,e);if(Object(v.a)(t))return function(t,e){return new c.a((function(n){var r=0;return e.schedule((function(){r===t.length?n.complete():(n.next(t[r++]),n.closed||this.schedule())}))}))}(t,e);if(Object(d.a)(t))return function(t,e){return Object(r.a)(t).pipe(u(e),Object(o.a)(e))}(t,e);if(Object(b.a)(t))return l(t,e);if(Object(h.a)(t))return function(t,e){return new c.a((function(n){var r;return Object(f.a)(n,e,(function(){r=t[a.a](),Object(f.a)(n,e,(function(){var t,e,o;try{e=(t=r.next()).value,o=t.done}catch(t){return void n.error(t)}o?n.complete():n.next(e)}),0,!0)})),function(){return Object(s.a)(null==r?void 0:r.return)&&r.return()}}))}(t,e);if(Object(y.a)(t))return function(t,e){return l(Object(y.b)(t),e)}(t,e)}throw Object(m.a)(t)}function w(t,e){return e?g(t,e):Object(r.a)(t)}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(34),o=n(6),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(37)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){var r=n(23);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(90),o=n(71);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){"use strict";t.exports=n(37)||!n(12)((function(){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete n(6)[t]}))},function(t,e,n){var r=n(74),o=n(44),i=n(30),u=n(35),c=n(22),a=n(86),s=Object.getOwnPropertyDescriptor;e.f=n(10)?s:function(t,e){if(t=i(t),e=u(e,!0),a)try{return s(t,e)}catch(t){}if(c(t,e))return o(!r.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r=n(11);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";var r=n(139),o=RegExp.prototype.exec;t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);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,e)}},function(t,e,n){"use strict";n(140);var r=n(21),o=n(19),i=n(12),u=n(39),c=n(8),a=n(77),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=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();t.exports=function(t,e,n){var p=c(t),d=!i((function(){var e={};return e[p]=function(){return 7},7!=""[t](e)})),v=d?!i((function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[s]=function(){return n}),n[p](""),!e})):void 0;if(!d||!v||"replace"===t&&!f||"split"===t&&!l){var h=/./[p],b=n(u,p,""[t],(function(t,e,n,r,o){return e.exec===a?d&&!o?{done:!0,value:h.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}})),m=b[0],y=b[1];r(String.prototype,t,m),o(RegExp.prototype,p,2==e?function(t,e){return y.call(t,this,e)}:function(t){return y.call(t,this)})}}},function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return u}));var r=n(16),o=null;function i(t){if(r.a.useDeprecatedSynchronousErrorHandling){var e=!o;if(e&&(o={errorThrown:!1,error:null}),t(),e){var n=o,i=n.errorThrown,u=n.error;if(o=null,i)throw u}}else t()}function u(t){r.a.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(16),o=n(56);function i(t){o.a.setTimeout((function(){var e=r.a.onUnhandledError;if(!e)throw t;e(t)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(0),o={setTimeout:function(t){function e(e,n){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var n=[],i=2;it.pipe(Object(o.a)(t=>t?e:r.a))}function l(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r0===n.length?e.pipe(Object(i.a)(t),Object(u.a)(t=>{var[,e]=t;return e}),Object(c.a)(t=>{var[e]=t;return e})):e.pipe(Object(i.a)(t,...n),Object(u.a)(t=>{var[,...e]=t;return e.every(t=>t)}),Object(c.a)(t=>{var[e]=t;return e}))}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return e=>{var n=[];return e.pipe(Object(a.a)(t=>n.push(t)),Object(s.a)(t),Object(c.a)(()=>n),Object(a.a)(()=>n=[]))}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m})),n.d(e,"b",(function(){return y})),n.d(e,"c",(function(){return g}));var r=n(2),o={now:function(){return(o.delegate||performance).now()},delegate:void 0},i=n(78);function u(t){return new r.a((function(e){var n=t||o,r=n.now(),u=0,c=function(){e.closed||(u=i.a.requestAnimationFrame((function(o){u=0;var i=n.now();e.next({timestamp:t?i:o,elapsed:i-r}),c()})))};return c(),function(){u&&i.a.cancelAnimationFrame(u)}}))}var c=u(),a=n(24),s=n(4),f=n(3);var l=n(0),p=n(85),d=n(79);function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function h(t){for(var e=1;e{var r=new AbortController,{signal:o}=r,i=null;return fetch(t,h(h({},e),{},{signal:o})).then(t=>{i=t,n.next(t),n.complete()}).catch(t=>n.error(t)),()=>{i||r.abort()}})}function y(t){return new r.a(e=>{var n=e.next.bind(e);return t.onchange?t.addEventListener("change",n):t.addListener(n),()=>{t.onchange?t.removeEventListener("change",n):t.removeListener(n)}})}function g(t,e,n,r,o){return(h?u(h):c).pipe(Object(a.a)(t=>{var{elapsed:e}=t;return e}),(i=t=>tt(i,e,n,r,o)));var i,v,h}},function(t,e,n){var r=n(15),o=n(6).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,e,n){var r=n(38);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(8)("unscopables"),o=Array.prototype;null==o[r]&&n(19)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,e){t.exports={}},function(t,e,n){var r=n(45)("keys"),o=n(36);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(14).f,o=n(22),i=n(8)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e,n){var r=n(22),o=n(17),i=n(70)("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,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(90),o=n(71).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){"use strict";var r=n(138)(!0);t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},function(t,e,n){"use strict";var r,o,i=n(51),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 e,n,r,o,a=this;return f&&(n=new RegExp("^"+a.source+"$(?!\\s)",i.call(a))),s&&(e=a.lastIndex),r=u.call(a,t),s&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),f&&r&&r.length>1&&c.call(r[0],n,(function(){for(o=1;o{var n=new ResizeObserver(t=>t.forEach(t=>e.next(t)));return n.observe(t),()=>{n.unobserve(t)}})}function i(t,e){return new r.a(n=>{var r=new MutationObserver(t=>t.forEach(t=>n.next(t)));return r.observe(t,e),()=>{r.disconnect()}})}},function(t,e,n){"use strict";function r(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n(102),o=new(n(103).a)(r.a),i=o},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var r=n(81);function o(){return Object(r.a)(1)}var i=n(28),u=n(43);function c(){for(var t=[],e=0;ef;)if((c=a[f++])!=c)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===n)return t||f||0;return!t&&-1}}},function(t,e,n){"use strict";var r=n(68),o=n(120),i=n(69),u=n(30);t.exports=n(121)(Array,"Array",(function(t,e){this._t=u(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,o(1)):o(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,e,n){var r=n(11),o=n(123),i=n(71),u=n(70)("IE_PROTO"),c=function(){},a=function(){var t,e=n(66)("iframe"),r=i.length;for(e.style.display="none",n(91).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("