From e931516488943c8c3687d880953930cdd41064f5 Mon Sep 17 00:00:00 2001 From: JV-conseil Date: Sat, 7 Sep 2024 18:10:42 +0200 Subject: [PATCH] #258 #250 #248 #247 #242 #241 #237 --- .bash/osx/gem.sh | 9 +- Gemfile | 2 + Gemfile.lock | 101 +- _includes/scripts/dark-mode-fix.min.js | 2 +- _includes/scripts/load-js.min.js | 2 +- _includes/scripts/nomodule.min.js | 2 +- assets/js/272-deepdive-9.1.7.min.js | 2 +- assets/js/632-deepdive-9.1.7.min.js | 2 +- assets/js/778-deepdive-9.1.7.min.js | 2 +- assets/js/deepdive-9.1.7.min.js | 2 +- assets/js/legacy/182-deepdive-9.1.7.min.js | 2 +- assets/js/legacy/272-deepdive-9.1.7.min.js | 2 +- assets/js/legacy/392-deepdive-9.1.7.min.js | 2 +- assets/js/legacy/551-deepdive-9.1.7.min.js | 2 +- assets/js/legacy/632-deepdive-9.1.7.min.js | 2 +- assets/js/legacy/778-deepdive-9.1.7.min.js | 2 +- assets/js/legacy/deepdive-9.1.7.min.js | 2 +- assets/js/legacy/navbar-deepdive-9.1.7.min.js | 2 +- .../legacy/push-state-deepdive-9.1.7.min.js | 2 +- assets/js/navbar-deepdive-9.1.7.min.js | 2 +- assets/js/push-state-deepdive-9.1.7.min.js | 2 +- assets/js/search-deepdive-9.1.7.min.js | 2 +- assets/js/toc-deepdive-9.1.7.min.js | 2 +- assets/vendor/purify.min.js | 4 +- package.json | 30 +- yarn.lock | 873 ++++++++++++------ 26 files changed, 692 insertions(+), 367 deletions(-) diff --git a/.bash/osx/gem.sh b/.bash/osx/gem.sh index db806bc..8d28308 100755 --- a/.bash/osx/gem.sh +++ b/.bash/osx/gem.sh @@ -16,19 +16,20 @@ _jvcl_::gem_update() { local _gem _gems=("bundler") - gem update --system + # gem update --system for _gem in "${_gems[@]}"; do _jvcl_::h1 "Checking if ${_gem} is installed..." gem info "${_gem}" || gem install "${_gem}" - gem update "${_gem}" + gem update "${_gem}" || printf "Oops command failed: bundle %s --verbose" "${_gem}" done + gem update --system || printf "Oops command failed: gem update --system" } _jvcl_::bundle_update() { local _opt - rm -vrf "./Gemfile.lock" || : + rm -vrf "./Gemfile.lock" || printf "Oops command failed: rm -vrf ./Gemfile.lock" for _opt in "check" "doctor" "install" "update" "lock"; do - bundle "${_opt}" --verbose || : + bundle "${_opt}" --verbose || printf "Oops command failed: bundle %s --verbose" "${_opt}" done } diff --git a/Gemfile b/Gemfile index 7804ccb..d5ae9cb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,8 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! +# https://jekyllrb.com/ + # gem "jekyll", "~> 3.9.3" gem "jekyll", "~> 4.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index 473e4ed..e71c4a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,23 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) drb (2.2.1) duktape (2.7.0.0) @@ -25,9 +26,10 @@ GEM http_parser.rb (~> 0) eventmachine (1.2.7) execjs (2.9.1) - faraday (2.9.2) - faraday-net_http (>= 2.0, < 3.2) - faraday-net_http (3.1.0) + faraday (2.11.0) + faraday-net_http (>= 2.0, < 3.4) + logger + faraday-net_http (3.3.0) net-http faraday-retry (2.2.1) faraday (~> 2.0) @@ -43,22 +45,22 @@ GEM ffi (1.17.0-x86_64-linux-musl) forwardable-extended (2.6.0) gemoji (4.1.0) - google-protobuf (4.27.2) + google-protobuf (4.28.0) bigdecimal rake (>= 13) - google-protobuf (4.27.2-aarch64-linux) + google-protobuf (4.28.0-aarch64-linux) bigdecimal rake (>= 13) - google-protobuf (4.27.2-arm64-darwin) + google-protobuf (4.28.0-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.27.2-x86-linux) + google-protobuf (4.28.0-x86-linux) bigdecimal rake (>= 13) - google-protobuf (4.27.2-x86_64-darwin) + google-protobuf (4.28.0-x86_64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.27.2-x86_64-linux) + google-protobuf (4.28.0-x86_64-linux) bigdecimal rake (>= 13) html-pipeline (2.14.3) @@ -134,62 +136,61 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) mercenary (0.4.0) - minitest (5.24.0) - mutex_m (0.2.0) + minitest (5.25.1) net-http (0.4.1) uri - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.6-arm-linux) + nokogiri (1.16.7-arm-linux) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86-linux) + nokogiri (1.16.7-x86-linux) racc (~> 1.4) - nokogiri (1.16.6-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (6.0.0) - racc (1.8.0) + public_suffix (6.0.1) + racc (1.8.1) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.1) - strscan + rexml (3.3.7) rouge (4.3.0) safe_yaml (1.0.5) - sass-embedded (1.77.5-aarch64-linux-gnu) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-aarch64-linux-musl) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-arm-linux-gnueabihf) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-arm-linux-musleabihf) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-arm64-darwin) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-x86-linux-gnu) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-x86-linux-musl) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-x86_64-darwin) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-x86_64-linux-gnu) - google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.5-x86_64-linux-musl) - google-protobuf (>= 3.25, < 5.0) - strscan (3.1.0) + sass-embedded (1.78.0-aarch64-linux-gnu) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-aarch64-linux-musl) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-arm-linux-gnueabihf) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-arm-linux-musleabihf) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-arm64-darwin) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-x86-linux-gnu) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-x86-linux-musl) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-x86_64-darwin) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-x86_64-linux-gnu) + google-protobuf (~> 4.27) + sass-embedded (1.78.0-x86_64-linux-musl) + google-protobuf (~> 4.27) + securerandom (0.3.1) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - uri (0.13.0) + uri (0.13.1) wdm (0.1.1) webrick (1.8.1) @@ -202,7 +203,7 @@ PLATFORMS arm-linux-gnueabihf arm-linux-musl arm-linux-musleabihf - arm64-darwin-23 + arm64-darwin x86-linux x86-linux-gnu x86-linux-musl @@ -237,4 +238,4 @@ DEPENDENCIES wdm (~> 0.1.0) BUNDLED WITH - 2.5.14 + 2.5.18 diff --git a/_includes/scripts/dark-mode-fix.min.js b/_includes/scripts/dark-mode-fix.min.js index e3b0c3c..ee4f76f 100644 --- a/_includes/scripts/dark-mode-fix.min.js +++ b/_includes/scripts/dark-mode-fix.min.js @@ -1 +1 @@ -!function(e,s){var d="light-mode",o="dark-mode",a=(new Date).getHours();"matchMedia"in e&&e.matchMedia("(prefers-color-scheme)")||(e=(a=a<=e._sunrise||a>=e._sunset?o:d)==o?d:o,s.body.classList.add(a),s.body.classList.remove(e))}(window,document); \ No newline at end of file +((e,s)=>{var d="light-mode",a="dark-mode",o=(new Date).getHours();"matchMedia"in e&&e.matchMedia("(prefers-color-scheme)")||(e=(o=o<=e._sunrise||o>=e._sunset?a:d)==a?d:a,s.body.classList.add(o),s.body.classList.remove(e))})(window,document); \ No newline at end of file diff --git a/_includes/scripts/load-js.min.js b/_includes/scripts/load-js.min.js index 2c0ef48..aad581a 100644 --- a/_includes/scripts/load-js.min.js +++ b/_includes/scripts/load-js.min.js @@ -1 +1 @@ -!function(r,a){function c(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}r.loadJS=function(e,t){var n=a.createElement("script"),e=(n.src=e,t&&c(n,"load",t,{once:!0}),a.scripts[0]);return e.parentNode.insertBefore(n,e),n},r._loaded=!1,r.loadJSDeferred=function(e,t){var n=a.createElement("script");function o(){r._loaded=!0,t&&c(n,"load",t,{once:!0});var e=a.scripts[0];e.parentNode.insertBefore(n,e)}return n.src=e,r._loaded?o():c(r,"load",o,{once:!0}),n},r.setRel=r.setRelStylesheet=function(e){c(a.getElementById(e),"load",function(){this.rel="stylesheet"},{once:!0})}}(window,document); \ No newline at end of file +((r,a)=>{function d(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}r.loadJS=function(e,t){var n=a.createElement("script"),e=(n.src=e,t&&d(n,"load",t,{once:!0}),a.scripts[0]);return e.parentNode.insertBefore(n,e),n},r._loaded=!1,r.loadJSDeferred=function(e,t){var n=a.createElement("script");function o(){r._loaded=!0,t&&d(n,"load",t,{once:!0});var e=a.scripts[0];e.parentNode.insertBefore(n,e)}return n.src=e,r._loaded?o():d(r,"load",o,{once:!0}),n},r.setRel=r.setRelStylesheet=function(e){d(a.getElementById(e),"load",function(){this.rel="stylesheet"},{once:!0})}})(window,document); \ No newline at end of file diff --git a/_includes/scripts/nomodule.min.js b/_includes/scripts/nomodule.min.js index c07dc37..fcc0cae 100644 --- a/_includes/scripts/nomodule.min.js +++ b/_includes/scripts/nomodule.min.js @@ -1 +1 @@ -!function(){var t,n=document.createElement("script");!("noModule"in n)&&"onbeforeload"in n&&(t=!1,document.addEventListener("beforeload",function(e){if(e.target===n)t=!0;else if(!e.target.hasAttribute("nomodule")||!t)return;e.preventDefault()},!0),n.type="module",n.src=".",document.head.appendChild(n),n.remove())}(); \ No newline at end of file +(()=>{var t,n=document.createElement("script");!("noModule"in n)&&"onbeforeload"in n&&(t=!1,document.addEventListener("beforeload",function(e){if(e.target===n)t=!0;else if(!e.target.hasAttribute("nomodule")||!t)return;e.preventDefault()},!0),n.type="module",n.src=".",document.head.appendChild(n),n.remove())})(); \ No newline at end of file diff --git a/assets/js/272-deepdive-9.1.7.min.js b/assets/js/272-deepdive-9.1.7.min.js index 91b6bd3..4c375b0 100644 --- a/assets/js/272-deepdive-9.1.7.min.js +++ b/assets/js/272-deepdive-9.1.7.min.js @@ -1 +1 @@ -(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[272],{9661:()=>{"use strict";class e{constructor(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector=""}}function t(t){return n(function(t){var n=new e;n.start=0,n.end=t.length;for(var r=n,o=0,i=t.length;o2&&void 0!==arguments[2]?arguments[2]:"",i="";if(e.cssText||e.rules){var s=e.rules;if(s&&!function(e){var t=e[0];return Boolean(t)&&Boolean(t.selector)&&0===t.selector.indexOf(u)}(s))for(var a,c=0,_=s.length;c<_&&(a=s[c]);c++)i=r(a,t,i);else(i=(i=t?e.cssText:function(e){return e=o(e),function(e){return e.replace(h.mixinApply,"").replace(h.varApply,"")}(e)}(e.cssText)).trim())&&(i=" "+i+"\n")}return i&&(e.selector&&(n+=e.selector+" "+l+"\n"),n+=i,e.selector&&(n+=d+"\n\n")),n}function o(e){return e.replace(h.customProp,"").replace(h.mixinProp,"")}var i,s,a={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},l="{",d="}",h={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},u="--",c="@media",_="@",p=!(window.ShadyDOM&&window.ShadyDOM.inUse);function f(e){i=(!e||!e.shimcssproperties)&&(p||Boolean(!navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)&&window.CSS&&CSS.supports&&CSS.supports("box-shadow","0 0 0 var(--foo)")))}window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(s=window.ShadyCSS.cssBuild);var m=Boolean(window.ShadyCSS&&window.ShadyCSS.disableRuntime);window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?i=window.ShadyCSS.nativeCss:window.ShadyCSS?(f(window.ShadyCSS),window.ShadyCSS=void 0):f(window.WebComponents&&window.WebComponents.flags);var y=i,v=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,g=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,S=/(--[\w-]+)\s*([:,;)]|$)/gi,E=/(animation\s*:)|(animation-name\s*:)/,N=/@media\s(.*)/,b=/\{[^}]*\}/g,C=new Set,w="shady-unscoped";function T(e){var t=e.textContent;if(!C.has(t)){C.add(t);var n=document.createElement("style");n.setAttribute("shady-unscoped",""),n.textContent=t,document.head.appendChild(n)}}function O(e){return e.hasAttribute(w)}function x(e,n){return e?("string"==typeof e&&(e=t(e)),n&&M(e,n),r(e,y)):""}function P(e){return!e.__cssRules&&e.textContent&&(e.__cssRules=t(e.textContent)),e.__cssRules||null}function D(e){return Boolean(e.parent)&&e.parent.type===a.KEYFRAMES_RULE}function M(e,t,n,r){if(e){var o=!1,i=e.type;if(r&&i===a.MEDIA_RULE){var s=e.selector.match(N);s&&(window.matchMedia(s[1]).matches||(o=!0))}i===a.STYLE_RULE?t(e):n&&i===a.KEYFRAMES_RULE?n(e):i===a.MIXIN_RULE&&(o=!0);var l=e.rules;if(l&&!o)for(var d,h=0,u=l.length;he);function H(e){var t=e.localName,n="",r="";return t?t.indexOf("-")>-1?n=t:(r=t,n=e.getAttribute&&e.getAttribute("is")||""):(n=e.is,r=e.extends),{is:n,typeExtension:r}}function B(e){for(var t=[],n="",r=0;r>=0&&r0&&void 0!==arguments[0]?arguments[0]:"";return!(""===e||!y)&&(p?"shadow"===e:"shady"===e)}var V="style-scope";var K=/:(nth[-\w]+)\(([^)]+)\)/,X=":not(.".concat(V,")"),z=",",Y=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,$=/[[.:#*]/,J=":host",Z=":root",Q="::slotted",ee=new RegExp("^(".concat(Q,")")),te=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ne=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,re=/(.*):dir\((?:(ltr|rtl))\)(.*)/,oe=".",ie=":",se="class",ae="should_not_match",le=/:(?:matches|any|-(?:webkit|moz)-any)/,de="";const he=new class{get SCOPE_NAME(){return V}dom(e,t,n){this._transformDom(e,(e=>{this.element(e,t||"",n)}))}domAddScope(e,t){this._transformDom(e,(e=>{this.element(e,t||"")}))}_transformDom(e,t){var n;if(e.nodeType===Node.ELEMENT_NODE&&t(e),"template"===e.localName){var r=e;n=(r.content||r._content||r).childNodes}else n=e.children||e.childNodes;if(n)for(var o=0;o{this.element(e,t,!0),this.element(e,n)}))}domRemoveScope(e,t){this._transformDom(e,(e=>{this.element(e,t||"",!0)}))}elementStyles(e,t,n){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(""===r)if(p||"shady"===(arguments.length>3&&void 0!==arguments[3]?arguments[3]:""))r=x(t,n);else{var{is:o,typeExtension:i}=H(e);r=this.css(t,o,i,n)+"\n\n"}return r.trim()}css(e,t,n,r){var o=this._calcHostScope(t,n);t=this._calcElementScope(t);var i=this;return x(e,(function(e){e.isScoped||(i.rule(e,t,o),e.isScoped=!0),r&&r(e,t,o)}))}_calcElementScope(e){return e?oe+e:""}_calcHostScope(e,t){return t?"[is=".concat(e,"]"):e}rule(e,t,n){this._transformRule(e,this._transformComplexSelector,t,n)}_transformRule(e,t,n,r){e.selector=e.transformedSelector=this._transformRuleCss(e,t,n,r)}_transformRuleCss(e,t,n,r){var o=B(e.selector);if(!D(e))for(var i,s=0,a=o.length;sBoolean(e))).join(z)}_twiddleNthPlus(e){return e.replace(K,((e,t,n)=>(n.indexOf("+")>-1?n=n.replace(/\+/g,"___"):n.indexOf("___")>-1&&(n=n.replace(/___/g,"+")),":".concat(t,"(").concat(n,")"))))}_preserveMatchesPseudo(e){for(var t,n=[];t=e.match(le);){var r=t.index,o=I(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,de),n.push(i)}return{selector:e,matches:n}}_replaceMatchesPseudo(e,t){var n=e.split(de);return t.reduce(((e,t,r)=>e+t+n[r+1]),n[0])}_transformComplexSelector(e,t,n){var r=!1;e=e.trim();var o=K.test(e);o&&(e=e.replace(K,((e,t,n)=>":".concat(t,"(").concat(n.replace(/\s/g,""),")"))),e=this._twiddleNthPlus(e));var i,s=le.test(e);return s&&({selector:e,matches:i}=this._preserveMatchesPseudo(e)),e=(e=e.replace(ee,"".concat(J," $1"))).replace(Y,((e,o,i)=>{if(!r){var s=this._transformCompoundSelector(i,o,t,n);r=r||s.stop,o=s.combinator,i=s.value}return o+i})),s&&(e=this._replaceMatchesPseudo(e,i)),o&&(e=this._twiddleNthPlus(e)),e=e.replace(re,((e,t,n,r)=>'[dir="'.concat(n,'"] ').concat(t).concat(r,", ").concat(t,'[dir="').concat(n,'"]').concat(r)))}_transformCompoundSelector(e,t,n,r){var o=e.indexOf(Q);e.indexOf(J)>=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(ne,((e,t)=>" > ".concat(t))))),{value:e,combinator:t,stop:i}}_transformSimpleSelector(e,t){for(var n=e.split(/(\[.+?\])/),r=[],o=0;o\s*/;var fe=navigator.userAgent.match("Trident"),me="x-scope";const ye=new class{get XSCOPE_NAME(){return me}decorateStyles(e){var t=this,n={},r=[],o=0;M(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}decorateRule(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}collectProperties(e,t){var n=e.propertyInfo;if(!n){for(var r,o,i,s=v,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}collectCssText(e){return this.collectConsumingCssText(e.parsedCssText)}collectConsumingCssText(e){return e.replace(b,"").replace(v,"")}collectPropertiesInCssText(e,t){for(var n;n=S.exec(e);){var r=n[1];":"!==n[2]&&(t[r]=!0)}}reify(e){for(var t,n=Object.getOwnPropertyNames(e),r=0;r=0)e=this.valueForProperties(e,t);else{var n=this;e=F(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()||""}valueForProperties(e,t){for(var n,r,o=e.split(";"),i=0;i{e.propertyInfo||this.decorateRule(e);var o=e.transformedSelector||e.parsedSelector;t&&e.propertyInfo.properties&&o&&_e.call(t,o)&&(this.collectProperties(e,n),function(e,t){var n=parseInt(e/32,10),r=1<-1}(s,a),d=0===a.indexOf(":host")&&!l;if("shady"===n&&(d=!(l=a===s+" > *."+s||-1!==a.indexOf("html"))&&0===a.indexOf(s)),l||d){var h=s;d&&(t.transformedSelector||(t.transformedSelector=he._transformRuleCss(t,he._transformComplexSelector,he._calcElementScope(o),s)),h=t.transformedSelector||s),l&&"html"===s&&(h=t.transformedSelector||t.parsedSelector),r({selector:h,isHost:d,isRoot:l})}}}hostAndRootPropertiesForScope(e,t,n){var r={},o={};return M(t,(t=>{this.whenHostOrRootRule(e,t,n,(n=>{var i=e._element||e;_e.call(i,n.selector)&&(n.isHost?this.collectProperties(t,r):this.collectProperties(t,o))}))}),null,!0),{rootProps:o,hostProps:r}}transformStyles(e,t,n){var r=this,{is:o,typeExtension:i}=H(e),s=he._calcHostScope(o,i),a=e.extends?"\\"+s.slice(0,-1)+"\\]":s,l=new RegExp("(?:^|[^.#[:])"+a+"($|[.:[\\s>+~])"),{styleRules:d,cssBuild:h}=ce.get(e),u=this._elementKeyframeTransforms(e,d,n);return he.elementStyles(e,d,(function(e){r.applyProperties(e,t),p||D(e)||!e.cssText||(r.applyKeyframeTransforms(e,u),r._scopeSelector(e,l,s,n))}),h)}_elementKeyframeTransforms(e,t,n){var r=t._keyframes,o={};if(!p&&r)for(var i=0,s=r[i];i-1&&(r.textContent=o),L(r,null,i.placeholder)):o&&(r=A(o,n,null,i.placeholder)),r&&(r._useCount=r._useCount||0,i.customStyle!=r&&r._useCount++,i.customStyle=r),r}applyCustomStyle(e,t){var n=P(e),r=this;e.textContent=x(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=o(n),e.cssText=r.valueForProperties(n,t))}))}};var ve={};function ge(e){return ve[e]||null}function Se(e){var t,n,r,o;ve[e]||(ve[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=R?R.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),R=n,n))}var Ee=window.customElements;if(Ee&&!p&&!m){var Ne=Ee.define;Ee.define=(e,t,n)=>{Se(e),Ne.call(Ee,e,t,n)}}var be=function(){};var Ce=new RegExp("".concat(he.SCOPE_NAME,"\\s*([^\\s]*)"));function we(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Ce);return t?t[1]:""}function Te(e){var t=k(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?H(n).is:""}function Oe(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(he.SCOPE_NAME,")")),n=0;n{Pe.observe(e,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)De(document);else{var Me=()=>{De(document.body)};window.HTMLImports?window.HTMLImports.whenReady(Me):requestAnimationFrame((function(){if("loading"===document.readyState){document.addEventListener("readystatechange",(function e(){Me(),document.removeEventListener("readystatechange",e)}))}else Me()}))}be=function(){xe(Pe.takeRecords())}}const Ae={};var Re="_applyShimCurrentVersion",Le="_applyShimNextVersion",Ie="_applyShimValidatingVersion",Fe=Promise.resolve();function je(e){var t=Ae[e];t&&function(e){e[Re]=e[Re]||0,e[Ie]=e[Ie]||0,e[Le]=(e[Le]||0)+1}(t)}function ke(e){return e[Re]===e[Le]}function He(e){return!ke(e)&&e[Ie]===e[Le]}function Be(e){e[Ie]=e[Le],e._validating||(e._validating=!0,Fe.then((function(){e[Re]=e[Le],e._validating=!1})))}var Ue,qe=null,Ge=window.HTMLImports&&window.HTMLImports.whenReady||null;function We(e){requestAnimationFrame((function(){Ge?Ge(e):(qe||(qe=new Promise((e=>{Ue=e})),"complete"===document.readyState?Ue():document.addEventListener("readystatechange",(()=>{"complete"===document.readyState&&Ue()}))),qe.then((function(){e&&e()})))}))}var Ve="__seenByShadyCSS",Ke="__shadyCSSCachedStyle",Xe=null,ze=null;class Ye{constructor(){this.customStyles=[],this.enqueued=!1,We((()=>{window.ShadyCSS.flushCustomStyles&&window.ShadyCSS.flushCustomStyles()}))}enqueueDocumentValidation(){!this.enqueued&&ze&&(this.enqueued=!0,We(ze))}addCustomStyle(e){e[Ve]||(e[Ve]=!0,this.customStyles.push(e),this.enqueueDocumentValidation())}getStyleForCustomStyle(e){return e[Ke]?e[Ke]:e.getStyle?e.getStyle():e}processStyles(){for(var e=this.customStyles,t=0;tXe,set(e){Xe=e}},validateCallback:{get:()=>ze,set(e){var t=!1;ze||(t=!0),ze=e,t&&this.enqueueDocumentValidation()}}});var $e={},Je=new class{constructor(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:100;this.cache={},this.typeMax=e}_validate(e,t,n){for(var r=0;rthis.typeMax&&o.shift(),this.cache[e]=o}fetch(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}}};class Ze{constructor(){this._scopeCounter={},this._documentOwner=document.documentElement;var t=new e;t.rules=[],this._documentOwnerStyleInfo=ce.set(this._documentOwner,new ce(t)),this._elementsHaveApplied=!1,this._applyShim=null,this._customStyleInterface=null}flush(){be()}_generateScopeSelector(e){var t=this._scopeCounter[e]=(this._scopeCounter[e]||0)+1;return"".concat(e,"-").concat(t)}getStyleAst(e){return P(e)}styleAstToString(e){return x(e)}_gatherStyles(e){return function(e){for(var t=[],n=e.querySelectorAll("style"),r=0;r{this.transformCustomStyleForDocument(e)},this._customStyleInterface.validateCallback=()=>{requestAnimationFrame((()=>{(this._customStyleInterface.enqueued||this._elementsHaveApplied)&&this.flushCustomStyles()}))})}_ensure(){var e=this._ensureApplyShim();return this._ensureCustomStyleInterface(),e}flushCustomStyles(){if(!m){var e=this._ensure();if(this._customStyleInterface){var t=this._customStyleInterface.processStyles();(e||this._customStyleInterface.enqueued)&&(W(this._documentOwnerStyleInfo.cssBuild)||(y?this._documentOwnerStyleInfo.cssBuild||this._revalidateCustomStyleApplyShim(t):(this._reorderCustomStylesRules(t),this._updateProperties(this._documentOwner,this._documentOwnerStyleInfo),this._applyCustomStyles(t),this._elementsHaveApplied&&this.styleDocument()),this._customStyleInterface.enqueued=!1))}}}_reorderCustomStylesRules(e){var t=e.map((e=>this._customStyleInterface.getStyleForCustomStyle(e))).filter((e=>!!e));t.sort(((e,t)=>{var n=t.compareDocumentPosition(e);return n&Node.DOCUMENT_POSITION_FOLLOWING?1:n&Node.DOCUMENT_POSITION_PRECEDING?-1:0})),this._documentOwnerStyleInfo.styleRules.rules=t.map((e=>P(e)))}styleElement(e,t){if(m){if(t){ce.get(e)||ce.set(e,new ce(null));var n=ce.get(e);this._mixOverrideStyleProps(n,t),this.styleElementNativeVariables(e,n)}}else{var r=ce.get(e)||this._prepareHost(e);r&&(this._isRootOwner(e)||(this._elementsHaveApplied=!0),t&&this._mixOverrideStyleProps(r,t),y?this.styleElementNativeVariables(e,r):this.styleElementShimVariables(e,r))}}_mixOverrideStyleProps(e,t){e.overrideStyleProperties=e.overrideStyleProperties||{},Object.assign(e.overrideStyleProperties,t)}styleElementShimVariables(e,t){this.flush(),this._updateProperties(e,t),t.ownStylePropertyNames&&t.ownStylePropertyNames.length&&this._applyStyleProperties(e,t)}styleElementNativeVariables(e,t){var{is:n}=H(e);t.overrideStyleProperties&&function(e,t){for(var n in t)null===n?e.style.removeProperty(n):e.style.setProperty(n,t[n])}(e,t.overrideStyleProperties);var r=Ae[n];if((r||this._isRootOwner(e))&&(!r||!G(r))&&r&&r._style&&!ke(r)){if(He(r)||(this._ensure(),this._applyShim&&this._applyShim.transformRules(r._styleAst,n),r._style.textContent=he.elementStyles(e,t.styleRules),Be(r)),p){var o=e.shadowRoot;if(o){var i=o.querySelector("style");i&&(i.textContent=he.elementStyles(e,t.styleRules))}}t.styleRules=r._styleAst}}_styleOwnerForNode(e){var t=k(e).getRootNode().host;return t?ce.get(t)||this._prepareHost(t)?t:this._styleOwnerForNode(t):this._documentOwner}_isRootOwner(e){return e===this._documentOwner}_applyStyleProperties(e,t){var n=H(e).is,r=Je.fetch(n,t.styleProperties,t.ownStylePropertyNames),o=r&&r.scopeSelector,i=r?r.styleElement:null,s=t.scopeSelector;t.scopeSelector=o||this._generateScopeSelector(n);var a=ye.applyElementStyle(e,t.styleProperties,t.scopeSelector,i);return p||ye.applyElementScopeSelector(e,t.scopeSelector,s),r||Je.store(n,t.styleProperties,a,t.scopeSelector),a}_updateProperties(e,t){var n=this._styleOwnerForNode(e),r=ce.get(n),o=r.styleProperties;n===this._documentOwner||o||(this._updateProperties(n,r),o=r.styleProperties);var i=Object.create(o||null),s=ye.hostAndRootPropertiesForScope(e,t.styleRules,t.cssBuild),a=ye.propertyDataFromStyles(r.styleRules,e).properties;Object.assign(i,s.hostProps,a,s.rootProps),this._mixinOverrideStyles(i,t.overrideStyleProperties),ye.reify(i),t.styleProperties=i}_mixinOverrideStyles(e,t){for(var n in t){var r=t[n];(r||0===r)&&(e[n]=r)}}styleDocument(e){this.styleSubtree(this._documentOwner,e)}styleSubtree(e,t){var n=k(e),r=n.shadowRoot,o=this._isRootOwner(e);(r||o)&&this.styleElement(e,t);var i=o?n:r;if(i)for(var s=Array.from(i.querySelectorAll("*")).filter((e=>k(e).shadowRoot)),a=0;a{p?he.normalizeRootSelector(e):he.documentRule(e),y&&""===t&&(this._ensure(),this._applyShim&&this._applyShim.transformRule(e))})),y?e.textContent=x(n):this._documentOwnerStyleInfo.styleRules.rules.push(n)}}_revalidateApplyShim(e){if(y&&this._applyShim){var t=P(e);this._ensure(),this._applyShim.transformRules(t),e.textContent=x(t)}}getComputedStyleValue(e,t){var n;y||(n=(ce.get(e)||ce.get(this._styleOwnerForNode(e))).styleProperties[t]);return(n=n||window.getComputedStyle(e).getPropertyValue(t))?n.trim():""}setElementClass(e,t){var n,r=k(e).getRootNode();t?n=("string"==typeof t?t:String(t)).split(/\s/):n=[];var o=r.host&&r.host.localName;if(!o){var i=e.getAttribute("class");if(i)for(var s=i.split(/\s/),a=0;ap},nativeCss:{get:()=>y}});var Qe,et,tt=new Ze;window.ShadyCSS&&(Qe=window.ShadyCSS.ApplyShim,et=window.ShadyCSS.CustomStyleInterface),window.ShadyCSS={ScopingShim:tt,prepareTemplate(e,t,n){tt.flushCustomStyles(),tt.prepareTemplate(e,t,n)},prepareTemplateDom(e,t){tt.prepareTemplateDom(e,t)},prepareTemplateStyles(e,t,n){tt.flushCustomStyles(),tt.prepareTemplateStyles(e,t,n)},styleSubtree(e,t){tt.flushCustomStyles(),tt.styleSubtree(e,t)},styleElement(e){tt.flushCustomStyles(),tt.styleElement(e)},styleDocument(e){tt.flushCustomStyles(),tt.styleDocument(e)},flushCustomStyles(){tt.flushCustomStyles()},getComputedStyleValue:(e,t)=>tt.getComputedStyleValue(e,t),nativeCss:y,nativeShadow:p,cssBuild:s,disableRuntime:m},Qe&&(window.ShadyCSS.ApplyShim=Qe),et&&(window.ShadyCSS.CustomStyleInterface=et)},92:function(e,t,n){(function(){"use strict";var e;function t(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&&K[l.localName]?a:a.replace(q,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 z=d.i,Y={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},$={};function J(e){$[e]=function(t){return t["__shady_native_"+e]}}function Z(e,t){for(var n in P(e,t,"__shady_native_"),t)J(n)}function Q(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>o.length)return[];for(t=I(ct(e,(function(){return!0})).map((function(e){return I(o.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,o=(e=r(e)).next();!o.done;o=e.next())o=o.value,n.has(o)||(t.push(o),n.add(o));return t}(t.map((function(e){return e.target})))}var yt=d.querySelectorImplementation,vt=M({querySelector:function(e){if("native"===yt){for(var t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e)),n=this.__shady_getRootNode(),o=(t=r(t)).next();!o.done;o=t.next())if((o=o.value).__shady_getRootNode()==n)return o;return null}if("selectorEngine"===yt)return mt(this,e)[0]||null;if(void 0===yt)return ct(this,(function(t){return v.call(t,e)}),(function(e){return!!e}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+yt+"'")},querySelectorAll:function(e,t){if(t||"native"===yt){t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e));var n=this.__shady_getRootNode();return w(t.filter((function(e){return e.__shady_getRootNode()==n})))}if("selectorEngine"===yt)return w(mt(this,e));if(void 0===yt)return w(ct(this,(function(t){return v.call(t,e)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+yt+"'")}}),gt=d.C&&!d.l?A({},ft):ft;A(ft,vt);var St=M({after:function(e){for(var t=[],n=0;no.assignedNodes.length&&(o.M=!0)}o.M&&(o.M=!1,sn(this,t))}for(t=this.g,n=[],o=0;on.indexOf(r))||n.push(r);for(t=0;t{"use strict";class e{constructor(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector=""}}function t(t){return n(function(t){var n=new e;n.start=0,n.end=t.length;for(var r=n,o=0,i=t.length;o2&&void 0!==arguments[2]?arguments[2]:"",i="";if(e.cssText||e.rules){var s=e.rules;if(s&&!function(e){var t=e[0];return Boolean(t)&&Boolean(t.selector)&&0===t.selector.indexOf(u)}(s))for(var a,c=0,_=s.length;c<_&&(a=s[c]);c++)i=r(a,t,i);else(i=(i=t?e.cssText:function(e){return e=o(e),function(e){return e.replace(h.mixinApply,"").replace(h.varApply,"")}(e)}(e.cssText)).trim())&&(i=" "+i+"\n")}return i&&(e.selector&&(n+=e.selector+" "+l+"\n"),n+=i,e.selector&&(n+=d+"\n\n")),n}function o(e){return e.replace(h.customProp,"").replace(h.mixinProp,"")}var i,s,a={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},l="{",d="}",h={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},u="--",c="@media",_="@",p=!(window.ShadyDOM&&window.ShadyDOM.inUse);function f(e){i=(!e||!e.shimcssproperties)&&(p||Boolean(!navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)&&window.CSS&&CSS.supports&&CSS.supports("box-shadow","0 0 0 var(--foo)")))}window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(s=window.ShadyCSS.cssBuild);var m=Boolean(window.ShadyCSS&&window.ShadyCSS.disableRuntime);window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?i=window.ShadyCSS.nativeCss:window.ShadyCSS?(f(window.ShadyCSS),window.ShadyCSS=void 0):f(window.WebComponents&&window.WebComponents.flags);var y=i,v=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,g=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,S=/(--[\w-]+)\s*([:,;)]|$)/gi,E=/(animation\s*:)|(animation-name\s*:)/,N=/@media\s(.*)/,b=/\{[^}]*\}/g,C=new Set,w="shady-unscoped";function T(e){var t=e.textContent;if(!C.has(t)){C.add(t);var n=document.createElement("style");n.setAttribute("shady-unscoped",""),n.textContent=t,document.head.appendChild(n)}}function O(e){return e.hasAttribute(w)}function x(e,n){return e?("string"==typeof e&&(e=t(e)),n&&M(e,n),r(e,y)):""}function P(e){return!e.__cssRules&&e.textContent&&(e.__cssRules=t(e.textContent)),e.__cssRules||null}function D(e){return Boolean(e.parent)&&e.parent.type===a.KEYFRAMES_RULE}function M(e,t,n,r){if(e){var o=!1,i=e.type;if(r&&i===a.MEDIA_RULE){var s=e.selector.match(N);s&&(window.matchMedia(s[1]).matches||(o=!0))}i===a.STYLE_RULE?t(e):n&&i===a.KEYFRAMES_RULE?n(e):i===a.MIXIN_RULE&&(o=!0);var l=e.rules;if(l&&!o)for(var d,h=0,u=l.length;he);function H(e){var t=e.localName,n="",r="";return t?t.indexOf("-")>-1?n=t:(r=t,n=e.getAttribute&&e.getAttribute("is")||""):(n=e.is,r=e.extends),{is:n,typeExtension:r}}function B(e){for(var t=[],n="",r=0;r>=0&&r0&&void 0!==arguments[0]?arguments[0]:"";return!(""===e||!y)&&(p?"shadow"===e:"shady"===e)}var V="style-scope";var K=/:(nth[-\w]+)\(([^)]+)\)/,X=":not(.".concat(V,")"),z=",",Y=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,$=/[[.:#*]/,J=":host",Z=":root",Q="::slotted",ee=new RegExp("^(".concat(Q,")")),te=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ne=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,re=/(.*):dir\((?:(ltr|rtl))\)(.*)/,oe=".",ie=":",se="class",ae="should_not_match",le=/:(?:matches|any|-(?:webkit|moz)-any)/,de="";const he=new class{get SCOPE_NAME(){return V}dom(e,t,n){this._transformDom(e,(e=>{this.element(e,t||"",n)}))}domAddScope(e,t){this._transformDom(e,(e=>{this.element(e,t||"")}))}_transformDom(e,t){var n;if(e.nodeType===Node.ELEMENT_NODE&&t(e),"template"===e.localName){var r=e;n=(r.content||r._content||r).childNodes}else n=e.children||e.childNodes;if(n)for(var o=0;o{this.element(e,t,!0),this.element(e,n)}))}domRemoveScope(e,t){this._transformDom(e,(e=>{this.element(e,t||"",!0)}))}elementStyles(e,t,n){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(""===r)if(p||"shady"===(arguments.length>3&&void 0!==arguments[3]?arguments[3]:""))r=x(t,n);else{var{is:o,typeExtension:i}=H(e);r=this.css(t,o,i,n)+"\n\n"}return r.trim()}css(e,t,n,r){var o=this._calcHostScope(t,n);t=this._calcElementScope(t);var i=this;return x(e,(function(e){e.isScoped||(i.rule(e,t,o),e.isScoped=!0),r&&r(e,t,o)}))}_calcElementScope(e){return e?oe+e:""}_calcHostScope(e,t){return t?"[is=".concat(e,"]"):e}rule(e,t,n){this._transformRule(e,this._transformComplexSelector,t,n)}_transformRule(e,t,n,r){e.selector=e.transformedSelector=this._transformRuleCss(e,t,n,r)}_transformRuleCss(e,t,n,r){var o=B(e.selector);if(!D(e))for(var i,s=0,a=o.length;sBoolean(e))).join(z)}_twiddleNthPlus(e){return e.replace(K,((e,t,n)=>(n.indexOf("+")>-1?n=n.replace(/\+/g,"___"):n.indexOf("___")>-1&&(n=n.replace(/___/g,"+")),":".concat(t,"(").concat(n,")"))))}_preserveMatchesPseudo(e){for(var t,n=[];t=e.match(le);){var r=t.index,o=I(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,de),n.push(i)}return{selector:e,matches:n}}_replaceMatchesPseudo(e,t){var n=e.split(de);return t.reduce(((e,t,r)=>e+t+n[r+1]),n[0])}_transformComplexSelector(e,t,n){var r=!1;e=e.trim();var o=K.test(e);o&&(e=e.replace(K,((e,t,n)=>":".concat(t,"(").concat(n.replace(/\s/g,""),")"))),e=this._twiddleNthPlus(e));var i,s=le.test(e);return s&&({selector:e,matches:i}=this._preserveMatchesPseudo(e)),e=(e=e.replace(ee,"".concat(J," $1"))).replace(Y,((e,o,i)=>{if(!r){var s=this._transformCompoundSelector(i,o,t,n);r=r||s.stop,o=s.combinator,i=s.value}return o+i})),s&&(e=this._replaceMatchesPseudo(e,i)),o&&(e=this._twiddleNthPlus(e)),e=e.replace(re,((e,t,n,r)=>'[dir="'.concat(n,'"] ').concat(t).concat(r,", ").concat(t,'[dir="').concat(n,'"]').concat(r)))}_transformCompoundSelector(e,t,n,r){var o=e.indexOf(Q);e.indexOf(J)>=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(ne,((e,t)=>" > ".concat(t))))),{value:e,combinator:t,stop:i}}_transformSimpleSelector(e,t){for(var n=e.split(/(\[.+?\])/),r=[],o=0;o\s*/;var fe=navigator.userAgent.match("Trident"),me="x-scope";const ye=new class{get XSCOPE_NAME(){return me}decorateStyles(e){var t=this,n={},r=[],o=0;M(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}decorateRule(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}collectProperties(e,t){var n=e.propertyInfo;if(!n){for(var r,o,i,s=v,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}collectCssText(e){return this.collectConsumingCssText(e.parsedCssText)}collectConsumingCssText(e){return e.replace(b,"").replace(v,"")}collectPropertiesInCssText(e,t){for(var n;n=S.exec(e);){var r=n[1];":"!==n[2]&&(t[r]=!0)}}reify(e){for(var t,n=Object.getOwnPropertyNames(e),r=0;r=0)e=this.valueForProperties(e,t);else{var n=this;e=F(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()||""}valueForProperties(e,t){for(var n,r,o=e.split(";"),i=0;i{e.propertyInfo||this.decorateRule(e);var o=e.transformedSelector||e.parsedSelector;t&&e.propertyInfo.properties&&o&&_e.call(t,o)&&(this.collectProperties(e,n),function(e,t){var n=parseInt(e/32,10),r=1<-1}(s,a),d=0===a.indexOf(":host")&&!l;if("shady"===n&&(d=!(l=a===s+" > *."+s||-1!==a.indexOf("html"))&&0===a.indexOf(s)),l||d){var h=s;d&&(t.transformedSelector||(t.transformedSelector=he._transformRuleCss(t,he._transformComplexSelector,he._calcElementScope(o),s)),h=t.transformedSelector||s),l&&"html"===s&&(h=t.transformedSelector||t.parsedSelector),r({selector:h,isHost:d,isRoot:l})}}}hostAndRootPropertiesForScope(e,t,n){var r={},o={};return M(t,(t=>{this.whenHostOrRootRule(e,t,n,(n=>{var i=e._element||e;_e.call(i,n.selector)&&(n.isHost?this.collectProperties(t,r):this.collectProperties(t,o))}))}),null,!0),{rootProps:o,hostProps:r}}transformStyles(e,t,n){var r=this,{is:o,typeExtension:i}=H(e),s=he._calcHostScope(o,i),a=e.extends?"\\"+s.slice(0,-1)+"\\]":s,l=new RegExp("(?:^|[^.#[:])"+a+"($|[.:[\\s>+~])"),{styleRules:d,cssBuild:h}=ce.get(e),u=this._elementKeyframeTransforms(e,d,n);return he.elementStyles(e,d,(function(e){r.applyProperties(e,t),p||D(e)||!e.cssText||(r.applyKeyframeTransforms(e,u),r._scopeSelector(e,l,s,n))}),h)}_elementKeyframeTransforms(e,t,n){var r=t._keyframes,o={};if(!p&&r)for(var i=0,s=r[i];i-1&&(r.textContent=o),L(r,null,i.placeholder)):o&&(r=A(o,n,null,i.placeholder)),r&&(r._useCount=r._useCount||0,i.customStyle!=r&&r._useCount++,i.customStyle=r),r}applyCustomStyle(e,t){var n=P(e),r=this;e.textContent=x(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=o(n),e.cssText=r.valueForProperties(n,t))}))}};var ve={};function ge(e){return ve[e]||null}function Se(e){var t,n,r,o;ve[e]||(ve[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=R?R.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),R=n,n))}var Ee=window.customElements;if(Ee&&!p&&!m){var Ne=Ee.define;Ee.define=(e,t,n)=>{Se(e),Ne.call(Ee,e,t,n)}}var be=function(){};var Ce=new RegExp("".concat(he.SCOPE_NAME,"\\s*([^\\s]*)"));function we(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Ce);return t?t[1]:""}function Te(e){var t=k(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?H(n).is:""}function Oe(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(he.SCOPE_NAME,")")),n=0;n{Pe.observe(e,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)De(document);else{var Me=()=>{De(document.body)};window.HTMLImports?window.HTMLImports.whenReady(Me):requestAnimationFrame((function(){if("loading"===document.readyState){var e=function(){Me(),document.removeEventListener("readystatechange",e)};document.addEventListener("readystatechange",e)}else Me()}))}be=function(){xe(Pe.takeRecords())}}const Ae={};var Re="_applyShimCurrentVersion",Le="_applyShimNextVersion",Ie="_applyShimValidatingVersion",Fe=Promise.resolve();function je(e){var t=Ae[e];t&&function(e){e[Re]=e[Re]||0,e[Ie]=e[Ie]||0,e[Le]=(e[Le]||0)+1}(t)}function ke(e){return e[Re]===e[Le]}function He(e){return!ke(e)&&e[Ie]===e[Le]}function Be(e){e[Ie]=e[Le],e._validating||(e._validating=!0,Fe.then((function(){e[Re]=e[Le],e._validating=!1})))}var Ue,qe=null,Ge=window.HTMLImports&&window.HTMLImports.whenReady||null;function We(e){requestAnimationFrame((function(){Ge?Ge(e):(qe||(qe=new Promise((e=>{Ue=e})),"complete"===document.readyState?Ue():document.addEventListener("readystatechange",(()=>{"complete"===document.readyState&&Ue()}))),qe.then((function(){e&&e()})))}))}var Ve="__seenByShadyCSS",Ke="__shadyCSSCachedStyle",Xe=null,ze=null;class Ye{constructor(){this.customStyles=[],this.enqueued=!1,We((()=>{window.ShadyCSS.flushCustomStyles&&window.ShadyCSS.flushCustomStyles()}))}enqueueDocumentValidation(){!this.enqueued&&ze&&(this.enqueued=!0,We(ze))}addCustomStyle(e){e[Ve]||(e[Ve]=!0,this.customStyles.push(e),this.enqueueDocumentValidation())}getStyleForCustomStyle(e){return e[Ke]?e[Ke]:e.getStyle?e.getStyle():e}processStyles(){for(var e=this.customStyles,t=0;tXe,set(e){Xe=e}},validateCallback:{get:()=>ze,set(e){var t=!1;ze||(t=!0),ze=e,t&&this.enqueueDocumentValidation()}}});var $e={},Je=new class{constructor(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:100;this.cache={},this.typeMax=e}_validate(e,t,n){for(var r=0;rthis.typeMax&&o.shift(),this.cache[e]=o}fetch(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}}};class Ze{constructor(){this._scopeCounter={},this._documentOwner=document.documentElement;var t=new e;t.rules=[],this._documentOwnerStyleInfo=ce.set(this._documentOwner,new ce(t)),this._elementsHaveApplied=!1,this._applyShim=null,this._customStyleInterface=null}flush(){be()}_generateScopeSelector(e){var t=this._scopeCounter[e]=(this._scopeCounter[e]||0)+1;return"".concat(e,"-").concat(t)}getStyleAst(e){return P(e)}styleAstToString(e){return x(e)}_gatherStyles(e){return function(e){for(var t=[],n=e.querySelectorAll("style"),r=0;r{this.transformCustomStyleForDocument(e)},this._customStyleInterface.validateCallback=()=>{requestAnimationFrame((()=>{(this._customStyleInterface.enqueued||this._elementsHaveApplied)&&this.flushCustomStyles()}))})}_ensure(){var e=this._ensureApplyShim();return this._ensureCustomStyleInterface(),e}flushCustomStyles(){if(!m){var e=this._ensure();if(this._customStyleInterface){var t=this._customStyleInterface.processStyles();(e||this._customStyleInterface.enqueued)&&(W(this._documentOwnerStyleInfo.cssBuild)||(y?this._documentOwnerStyleInfo.cssBuild||this._revalidateCustomStyleApplyShim(t):(this._reorderCustomStylesRules(t),this._updateProperties(this._documentOwner,this._documentOwnerStyleInfo),this._applyCustomStyles(t),this._elementsHaveApplied&&this.styleDocument()),this._customStyleInterface.enqueued=!1))}}}_reorderCustomStylesRules(e){var t=e.map((e=>this._customStyleInterface.getStyleForCustomStyle(e))).filter((e=>!!e));t.sort(((e,t)=>{var n=t.compareDocumentPosition(e);return n&Node.DOCUMENT_POSITION_FOLLOWING?1:n&Node.DOCUMENT_POSITION_PRECEDING?-1:0})),this._documentOwnerStyleInfo.styleRules.rules=t.map((e=>P(e)))}styleElement(e,t){if(m){if(t){ce.get(e)||ce.set(e,new ce(null));var n=ce.get(e);this._mixOverrideStyleProps(n,t),this.styleElementNativeVariables(e,n)}}else{var r=ce.get(e)||this._prepareHost(e);r&&(this._isRootOwner(e)||(this._elementsHaveApplied=!0),t&&this._mixOverrideStyleProps(r,t),y?this.styleElementNativeVariables(e,r):this.styleElementShimVariables(e,r))}}_mixOverrideStyleProps(e,t){e.overrideStyleProperties=e.overrideStyleProperties||{},Object.assign(e.overrideStyleProperties,t)}styleElementShimVariables(e,t){this.flush(),this._updateProperties(e,t),t.ownStylePropertyNames&&t.ownStylePropertyNames.length&&this._applyStyleProperties(e,t)}styleElementNativeVariables(e,t){var{is:n}=H(e);t.overrideStyleProperties&&function(e,t){for(var n in t)null===n?e.style.removeProperty(n):e.style.setProperty(n,t[n])}(e,t.overrideStyleProperties);var r=Ae[n];if((r||this._isRootOwner(e))&&(!r||!G(r))&&r&&r._style&&!ke(r)){if(He(r)||(this._ensure(),this._applyShim&&this._applyShim.transformRules(r._styleAst,n),r._style.textContent=he.elementStyles(e,t.styleRules),Be(r)),p){var o=e.shadowRoot;if(o){var i=o.querySelector("style");i&&(i.textContent=he.elementStyles(e,t.styleRules))}}t.styleRules=r._styleAst}}_styleOwnerForNode(e){var t=k(e).getRootNode().host;return t?ce.get(t)||this._prepareHost(t)?t:this._styleOwnerForNode(t):this._documentOwner}_isRootOwner(e){return e===this._documentOwner}_applyStyleProperties(e,t){var n=H(e).is,r=Je.fetch(n,t.styleProperties,t.ownStylePropertyNames),o=r&&r.scopeSelector,i=r?r.styleElement:null,s=t.scopeSelector;t.scopeSelector=o||this._generateScopeSelector(n);var a=ye.applyElementStyle(e,t.styleProperties,t.scopeSelector,i);return p||ye.applyElementScopeSelector(e,t.scopeSelector,s),r||Je.store(n,t.styleProperties,a,t.scopeSelector),a}_updateProperties(e,t){var n=this._styleOwnerForNode(e),r=ce.get(n),o=r.styleProperties;n===this._documentOwner||o||(this._updateProperties(n,r),o=r.styleProperties);var i=Object.create(o||null),s=ye.hostAndRootPropertiesForScope(e,t.styleRules,t.cssBuild),a=ye.propertyDataFromStyles(r.styleRules,e).properties;Object.assign(i,s.hostProps,a,s.rootProps),this._mixinOverrideStyles(i,t.overrideStyleProperties),ye.reify(i),t.styleProperties=i}_mixinOverrideStyles(e,t){for(var n in t){var r=t[n];(r||0===r)&&(e[n]=r)}}styleDocument(e){this.styleSubtree(this._documentOwner,e)}styleSubtree(e,t){var n=k(e),r=n.shadowRoot,o=this._isRootOwner(e);(r||o)&&this.styleElement(e,t);var i=o?n:r;if(i)for(var s=Array.from(i.querySelectorAll("*")).filter((e=>k(e).shadowRoot)),a=0;a{p?he.normalizeRootSelector(e):he.documentRule(e),y&&""===t&&(this._ensure(),this._applyShim&&this._applyShim.transformRule(e))})),y?e.textContent=x(n):this._documentOwnerStyleInfo.styleRules.rules.push(n)}}_revalidateApplyShim(e){if(y&&this._applyShim){var t=P(e);this._ensure(),this._applyShim.transformRules(t),e.textContent=x(t)}}getComputedStyleValue(e,t){var n;y||(n=(ce.get(e)||ce.get(this._styleOwnerForNode(e))).styleProperties[t]);return(n=n||window.getComputedStyle(e).getPropertyValue(t))?n.trim():""}setElementClass(e,t){var n,r=k(e).getRootNode();t?n=("string"==typeof t?t:String(t)).split(/\s/):n=[];var o=r.host&&r.host.localName;if(!o){var i=e.getAttribute("class");if(i)for(var s=i.split(/\s/),a=0;ap},nativeCss:{get:()=>y}});var Qe,et,tt=new Ze;window.ShadyCSS&&(Qe=window.ShadyCSS.ApplyShim,et=window.ShadyCSS.CustomStyleInterface),window.ShadyCSS={ScopingShim:tt,prepareTemplate(e,t,n){tt.flushCustomStyles(),tt.prepareTemplate(e,t,n)},prepareTemplateDom(e,t){tt.prepareTemplateDom(e,t)},prepareTemplateStyles(e,t,n){tt.flushCustomStyles(),tt.prepareTemplateStyles(e,t,n)},styleSubtree(e,t){tt.flushCustomStyles(),tt.styleSubtree(e,t)},styleElement(e){tt.flushCustomStyles(),tt.styleElement(e)},styleDocument(e){tt.flushCustomStyles(),tt.styleDocument(e)},flushCustomStyles(){tt.flushCustomStyles()},getComputedStyleValue:(e,t)=>tt.getComputedStyleValue(e,t),nativeCss:y,nativeShadow:p,cssBuild:s,disableRuntime:m},Qe&&(window.ShadyCSS.ApplyShim=Qe),et&&(window.ShadyCSS.CustomStyleInterface=et)},92:function(e,t,n){(function(){"use strict";var e;function t(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&&K[l.localName]?a:a.replace(q,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 z=d.i,Y={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},$={};function J(e){$[e]=function(t){return t["__shady_native_"+e]}}function Z(e,t){for(var n in P(e,t,"__shady_native_"),t)J(n)}function Q(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>o.length)return[];for(t=I(ct(e,(function(){return!0})).map((function(e){return I(o.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,o=(e=r(e)).next();!o.done;o=e.next())o=o.value,n.has(o)||(t.push(o),n.add(o));return t}(t.map((function(e){return e.target})))}var yt=d.querySelectorImplementation,vt=M({querySelector:function(e){if("native"===yt){for(var t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e)),n=this.__shady_getRootNode(),o=(t=r(t)).next();!o.done;o=t.next())if((o=o.value).__shady_getRootNode()==n)return o;return null}if("selectorEngine"===yt)return mt(this,e)[0]||null;if(void 0===yt)return ct(this,(function(t){return v.call(t,e)}),(function(e){return!!e}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+yt+"'")},querySelectorAll:function(e,t){if(t||"native"===yt){t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e));var n=this.__shady_getRootNode();return w(t.filter((function(e){return e.__shady_getRootNode()==n})))}if("selectorEngine"===yt)return w(mt(this,e));if(void 0===yt)return w(ct(this,(function(t){return v.call(t,e)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+yt+"'")}}),gt=d.C&&!d.l?A({},ft):ft;A(ft,vt);var St=M({after:function(e){for(var t=[],n=0;no.assignedNodes.length&&(o.M=!0)}o.M&&(o.M=!1,sn(this,t))}for(t=this.g,n=[],o=0;on.indexOf(r))||n.push(r);for(t=0;t{r.d(e,{A:()=>A});var n=function(){return n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r0&&o[o.length-1])||6!==a[0]&&2!==a[0])){u=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function a(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),u=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u}"function"==typeof SuppressedError&&SuppressedError;var s,c="KEYS",l="VALUES",f="",h=function(){function t(t,e){var r=t._tree,n=Array.from(r.keys());this.set=t,this._type=e,this._path=n.length>0?[{node:r,keys:n}]:[]}return t.prototype.next=function(){var t=this.dive();return this.backtrack(),t},t.prototype.dive=function(){if(0===this._path.length)return{done:!0,value:void 0};var t=d(this._path),e=t.node,r=t.keys;if(d(r)===f)return{done:!1,value:this.result()};var n=e.get(d(r));return this._path.push({node:n,keys:Array.from(n.keys())}),this.dive()},t.prototype.backtrack=function(){if(0!==this._path.length){var t=d(this._path).keys;t.pop(),t.length>0||(this._path.pop(),this.backtrack())}},t.prototype.key=function(){return this.set._prefix+this._path.map((function(t){var e=t.keys;return d(e)})).filter((function(t){return t!==f})).join("")},t.prototype.value=function(){return d(this._path).node.get(f)},t.prototype.result=function(){switch(this._type){case l:return this.value();case c:return this.key();default:return[this.key(),this.value()]}},t.prototype[Symbol.iterator]=function(){return this},t}(),d=function(t){return t[t.length-1]},v=function t(e,r,n,o,i,a,s,c){var l,h,d=a*s;try{t:for(var v=u(e.keys()),y=v.next();!y.done;y=v.next()){var p=y.value;if(p===f){var m=i[d-1];m<=n&&o.set(c,[e.get(p),m])}else{for(var g=a,_=0;_n)continue t}t(e.get(p),r,n,o,i,g,s,c+p)}}}catch(t){l={error:t}}finally{try{y&&!y.done&&(h=v.return)&&h.call(v)}finally{if(l)throw l.error}}},y=function(){function t(t,e){void 0===t&&(t=new Map),void 0===e&&(e=""),this._size=void 0,this._tree=t,this._prefix=e}return t.prototype.atPrefix=function(e){var r,n;if(!e.startsWith(this._prefix))throw new Error("Mismatched prefix");var o=a(p(this._tree,e.slice(this._prefix.length)),2),i=o[0],s=o[1];if(void 0===i){var c=a(x(s),2),l=c[0],h=c[1];try{for(var d=u(l.keys()),v=d.next();!v.done;v=d.next()){var y=v.value;if(y!==f&&y.startsWith(h)){var m=new Map;return m.set(y.slice(h.length),l.get(y)),new t(m,e)}}}catch(t){r={error:t}}finally{try{v&&!v.done&&(n=d.return)&&n.call(d)}finally{if(r)throw r.error}}}return new t(i,e)},t.prototype.clear=function(){this._size=void 0,this._tree.clear()},t.prototype.delete=function(t){return this._size=void 0,_(this._tree,t)},t.prototype.entries=function(){return new h(this,"ENTRIES")},t.prototype.forEach=function(t){var e,r;try{for(var n=u(this),o=n.next();!o.done;o=n.next()){var i=a(o.value,2);t(i[0],i[1],this)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(e)throw e.error}}},t.prototype.fuzzyGet=function(t,e){return function(t,e,r){var n=new Map;if(void 0===e)return n;for(var o=e.length+1,i=o+r,u=new Uint8Array(i*o).fill(r+1),a=0;a0)throw new Error("Expected documents to be present. Omit the argument to remove all documents.");this._index=new y,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldLength=new Map,this._avgFieldLength=[],this._storedFields=new Map,this._nextId=0}},t.prototype.discard=function(t){var e=this,r=this._idToShortId.get(t);if(null==r)throw new Error("MiniSearch: cannot discard document with ID ".concat(t,": it is not in the index"));this._idToShortId.delete(t),this._documentIds.delete(r),this._storedFields.delete(r),(this._fieldLength.get(r)||[]).forEach((function(t,n){e.removeFieldLength(r,n,e._documentCount,t)})),this._fieldLength.delete(r),this._documentCount-=1,this._dirtCount+=1,this.maybeAutoVacuum()},t.prototype.maybeAutoVacuum=function(){if(!1!==this._options.autoVacuum){var t=this._options.autoVacuum,e=t.minDirtFactor,r=t.minDirtCount,n=t.batchSize,o=t.batchWait;this.conditionalVacuum({batchSize:n,batchWait:o},{minDirtCount:r,minDirtFactor:e})}},t.prototype.discardAll=function(t){var e,r,n=this._options.autoVacuum;try{this._options.autoVacuum=!1;try{for(var o=u(t),i=o.next();!i.done;i=o.next()){var a=i.value;this.discard(a)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(e)throw e.error}}}finally{this._options.autoVacuum=n}this.maybeAutoVacuum()},t.prototype.replace=function(t){var e=this._options,r=e.idField,n=(0,e.extractField)(t,r);this.discard(n),this.add(t)},t.prototype.vacuum=function(t){return void 0===t&&(t={}),this.conditionalVacuum(t)},t.prototype.conditionalVacuum=function(t,e){var r=this;return this._currentVacuum?(this._enqueuedVacuumConditions=this._enqueuedVacuumConditions&&e,null!=this._enqueuedVacuum||(this._enqueuedVacuum=this._currentVacuum.then((function(){var e=r._enqueuedVacuumConditions;return r._enqueuedVacuumConditions=O,r.performVacuuming(t,e)}))),this._enqueuedVacuum):!1===this.vacuumConditionsMet(e)?Promise.resolve():(this._currentVacuum=this.performVacuuming(t),this._currentVacuum)},t.prototype.performVacuuming=function(t,e){return o(this,void 0,void 0,(function(){var r,n,o,s,c,l,f,h,d,v,y,p,m,g,_,w,F,x,b,A,C,k,S,E,z;return i(this,(function(i){switch(i.label){case 0:if(r=this._dirtCount,!this.vacuumConditionsMet(e))return[3,10];n=t.batchSize||M.batchSize,o=t.batchWait||M.batchWait,s=1,i.label=1;case 1:i.trys.push([1,7,8,9]),c=u(this._index),l=c.next(),i.label=2;case 2:if(l.done)return[3,6];f=a(l.value,2),h=f[0],d=f[1];try{for(k=void 0,v=u(d),y=v.next();!y.done;y=v.next()){p=a(y.value,2),m=p[0],g=p[1];try{for(E=void 0,_=u(g),w=_.next();!w.done;w=_.next())F=a(w.value,1),x=F[0],this._documentIds.has(x)||(g.size<=1?d.delete(m):g.delete(x))}catch(t){E={error:t}}finally{try{w&&!w.done&&(z=_.return)&&z.call(_)}finally{if(E)throw E.error}}}}catch(t){k={error:t}}finally{try{y&&!y.done&&(S=v.return)&&S.call(v)}finally{if(k)throw k.error}}return 0===this._index.get(h).size&&this._index.delete(h),s%n!=0?[3,4]:[4,new Promise((function(t){return setTimeout(t,o)}))];case 3:i.sent(),i.label=4;case 4:s+=1,i.label=5;case 5:return l=c.next(),[3,2];case 6:return[3,9];case 7:return b=i.sent(),A={error:b},[3,9];case 8:try{l&&!l.done&&(C=c.return)&&C.call(c)}finally{if(A)throw A.error}return[7];case 9:this._dirtCount-=r,i.label=10;case 10:return[4,null];case 11:return i.sent(),this._currentVacuum=this._enqueuedVacuum,this._enqueuedVacuum=null,[2]}}))}))},t.prototype.vacuumConditionsMet=function(t){if(null==t)return!0;var e=t.minDirtCount,r=t.minDirtFactor;return e=e||V.minDirtCount,r=r||V.minDirtFactor,this.dirtCount>=e&&this.dirtFactor>=r},Object.defineProperty(t.prototype,"isVacuuming",{get:function(){return null!=this._currentVacuum},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dirtCount",{get:function(){return this._dirtCount},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dirtFactor",{get:function(){return this._dirtCount/(1+this._documentCount+this._dirtCount)},enumerable:!1,configurable:!0}),t.prototype.has=function(t){return this._idToShortId.has(t)},t.prototype.getStoredFields=function(t){var e=this._idToShortId.get(t);if(null!=e)return this._storedFields.get(e)},t.prototype.search=function(e,r){var n,o;void 0===r&&(r={});var i=this.executeQuery(e,r),s=[];try{for(var c=u(i),l=c.next();!l.done;l=c.next()){var f=a(l.value,2),h=f[0],d=f[1],v=d.score,y=d.terms,p=d.match,m=y.length||1,g={id:this._documentIds.get(h),score:v*m,terms:Object.keys(p),queryTerms:y,match:p};Object.assign(g,this._storedFields.get(h)),(null==r.filter||r.filter(g))&&s.push(g)}}catch(t){n={error:t}}finally{try{l&&!l.done&&(o=c.return)&&o.call(c)}finally{if(n)throw n.error}}return e===t.wildcard&&null==r.boostDocument&&null==this._options.searchOptions.boostDocument||s.sort(T),s},t.prototype.autoSuggest=function(t,e){var r,o,i,s;void 0===e&&(e={}),e=n(n({},this._options.autoSuggestOptions),e);var c=new Map;try{for(var l=u(this.search(t,e)),f=l.next();!f.done;f=l.next()){var h=f.value,d=h.score,v=(F=h.terms).join(" ");null!=(_=c.get(v))?(_.score+=d,_.count+=1):c.set(v,{score:d,terms:F,count:1})}}catch(t){r={error:t}}finally{try{f&&!f.done&&(o=l.return)&&o.call(l)}finally{if(r)throw r.error}}var y=[];try{for(var p=u(c),m=p.next();!m.done;m=p.next()){var g=a(m.value,2),_=g[0],w=g[1],F=(d=w.score,w.terms),x=w.count;y.push({suggestion:_,terms:F,score:d/x})}}catch(t){i={error:t}}finally{try{m&&!m.done&&(s=p.return)&&s.call(p)}finally{if(i)throw i.error}}return y.sort(T),y},Object.defineProperty(t.prototype,"documentCount",{get:function(){return this._documentCount},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"termCount",{get:function(){return this._index.size},enumerable:!1,configurable:!0}),t.loadJSON=function(t,e){if(null==e)throw new Error("MiniSearch: loadJSON should be given the same options used when serializing the index");return this.loadJS(JSON.parse(t),e)},t.getDefault=function(t){if(z.hasOwnProperty(t))return C(z,t);throw new Error('MiniSearch: unknown option "'.concat(t,'"'))},t.loadJS=function(e,r){var n,o,i,s,c,l,f=e.index,h=e.documentCount,d=e.nextId,v=e.documentIds,p=e.fieldIds,m=e.fieldLength,g=e.averageFieldLength,_=e.storedFields,w=e.dirtCount,F=e.serializationVersion;if(1!==F&&2!==F)throw new Error("MiniSearch: cannot deserialize an index created with an incompatible version");var x=new t(r);x._documentCount=h,x._nextId=d,x._documentIds=L(v),x._idToShortId=new Map,x._fieldIds=p,x._fieldLength=L(m),x._avgFieldLength=g,x._storedFields=L(_),x._dirtCount=w||0,x._index=new y;try{for(var b=u(x._documentIds),A=b.next();!A.done;A=b.next()){var C=a(A.value,2),k=C[0],S=C[1];x._idToShortId.set(S,k)}}catch(t){n={error:t}}finally{try{A&&!A.done&&(o=b.return)&&o.call(b)}finally{if(n)throw n.error}}try{for(var E=u(f),z=E.next();!z.done;z=E.next()){var D=a(z.value,2),I=D[0],M=D[1],O=new Map;try{for(var V=(c=void 0,u(Object.keys(M))),j=V.next();!j.done;j=V.next()){var P=j.value,T=M[P];1===F&&(T=T.ds),O.set(parseInt(P,10),L(T))}}catch(t){c={error:t}}finally{try{j&&!j.done&&(l=V.return)&&l.call(V)}finally{if(c)throw c.error}}x._index.set(I,O)}}catch(t){i={error:t}}finally{try{z&&!z.done&&(s=E.return)&&s.call(E)}finally{if(i)throw i.error}}return x},t.prototype.executeQuery=function(e,r){var o=this;if(void 0===r&&(r={}),e===t.wildcard)return this.executeWildcardQuery(r);if("string"!=typeof e){var i=n(n(n({},r),e),{queries:void 0}),u=e.queries.map((function(t){return o.executeQuery(t,i)}));return this.combineResults(u,i.combineWith)}var a=this._options,s=a.tokenize,c=a.processTerm,l=a.searchOptions,f=n(n({tokenize:s,processTerm:c},l),r),h=f.tokenize,d=f.processTerm,v=h(e).flatMap((function(t){return d(t)})).filter((function(t){return!!t})).map(E(f)).map((function(t){return o.executeQuerySpec(t,f)}));return this.combineResults(v,f.combineWith)},t.prototype.executeQuerySpec=function(t,e){var r,o,i,s,c,l,f=n(n({},this._options.searchOptions),e),h=(f.fields||this._options.fields).reduce((function(t,e){var r;return n(n({},t),((r={})[e]=C(f.boost,e)||1,r))}),{}),d=f.boostDocument,v=f.weights,y=f.maxFuzzy,p=f.bm25,m=n(n({},D.weights),v),g=m.fuzzy,_=m.prefix,w=this._index.get(t.term),F=this.termResults(t.term,t.term,1,w,h,d,p);if(t.prefix&&(c=this._index.atPrefix(t.term)),t.fuzzy){var x=!0===t.fuzzy?.2:t.fuzzy,b=x<1?Math.min(y,Math.round(t.term.length*x)):x;b&&(l=this._index.fuzzyGet(t.term,b))}if(c)try{for(var A=u(c),k=A.next();!k.done;k=A.next()){var S=a(k.value,2),E=S[0],z=S[1];if(V=E.length-t.term.length){null==l||l.delete(E);var I=_*E.length/(E.length+.3*V);this.termResults(t.term,E,I,z,h,d,p,F)}}}catch(t){r={error:t}}finally{try{k&&!k.done&&(o=A.return)&&o.call(A)}finally{if(r)throw r.error}}if(l)try{for(var M=u(l.keys()),O=M.next();!O.done;O=M.next()){E=O.value;var V,j=a(l.get(E),2),P=j[0];if(V=j[1]){I=g*E.length/(E.length+V);this.termResults(t.term,E,I,P,h,d,p,F)}}}catch(t){i={error:t}}finally{try{O&&!O.done&&(s=M.return)&&s.call(M)}finally{if(i)throw i.error}}return F},t.prototype.executeWildcardQuery=function(t){var e,r,o=new Map,i=n(n({},this._options.searchOptions),t);try{for(var s=u(this._documentIds),c=s.next();!c.done;c=s.next()){var l=a(c.value,2),f=l[0],h=l[1],d=i.boostDocument?i.boostDocument(h,"",this._storedFields.get(f)):1;o.set(f,{score:d,terms:[],match:{}})}}catch(t){e={error:t}}finally{try{c&&!c.done&&(r=s.return)&&r.call(s)}finally{if(e)throw e.error}}return o},t.prototype.combineResults=function(t,e){if(void 0===e&&(e=b),0===t.length)return new Map;var r=e.toLowerCase();return t.reduce(k[r])||new Map},t.prototype.toJSON=function(){var t,e,r,n,o=[];try{for(var i=u(this._index),s=i.next();!s.done;s=i.next()){var c=a(s.value,2),l=c[0],f=c[1],h={};try{for(var d=(r=void 0,u(f)),v=d.next();!v.done;v=d.next()){var y=a(v.value,2),p=y[0],m=y[1];h[p]=Object.fromEntries(m)}}catch(t){r={error:t}}finally{try{v&&!v.done&&(n=d.return)&&n.call(d)}finally{if(r)throw r.error}}o.push([l,h])}}catch(e){t={error:e}}finally{try{s&&!s.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:o,serializationVersion:2}},t.prototype.termResults=function(t,e,r,n,o,i,a,s){var c,l,f,h,d;if(void 0===s&&(s=new Map),null==n)return s;try{for(var v=u(Object.keys(o)),y=v.next();!y.done;y=v.next()){var p=y.value,m=o[p],g=this._fieldIds[p],_=n.get(g);if(null!=_){var w=_.size,F=this._avgFieldLength[g];try{for(var x=(f=void 0,u(_.keys())),b=x.next();!b.done;b=x.next()){var A=b.value;if(this._documentIds.has(A)){var k=i?i(this._documentIds.get(A),e,this._storedFields.get(A)):1;if(k){var E=_.get(A),z=this._fieldLength.get(A)[g],D=r*m*k*S(E,w,this._documentCount,z,F,a),I=s.get(A);if(I){I.score+=D,j(I.terms,t);var M=C(I.match,e);M?M.push(p):I.match[e]=[p]}else s.set(A,{score:D,terms:[t],match:(d={},d[e]=[p],d)})}}else this.removeTerm(g,A,e),w-=1}}catch(t){f={error:t}}finally{try{b&&!b.done&&(h=x.return)&&h.call(x)}finally{if(f)throw f.error}}}}}catch(t){c={error:t}}finally{try{y&&!y.done&&(l=v.return)&&l.call(v)}finally{if(c)throw c.error}}return s},t.prototype.addTerm=function(t,e,r){var n=this._index.fetch(r,B),o=n.get(t);if(null==o)(o=new Map).set(e,1),n.set(t,o);else{var i=o.get(e);o.set(e,(i||0)+1)}},t.prototype.removeTerm=function(t,e,r){if(this._index.has(r)){var n=this._index.fetch(r,B),o=n.get(t);null==o||null==o.get(e)?this.warnDocumentChanged(e,t,r):o.get(e)<=1?o.size<=1?n.delete(t):o.delete(e):o.set(e,o.get(e)-1),0===this._index.get(r).size&&this._index.delete(r)}else this.warnDocumentChanged(e,t,r)},t.prototype.warnDocumentChanged=function(t,e,r){var n,o;try{for(var i=u(Object.keys(this._fieldIds)),a=i.next();!a.done;a=i.next()){var s=a.value;if(this._fieldIds[s]===e)return void this._options.logger("warn","MiniSearch: document with ID ".concat(this._documentIds.get(t),' has changed before removal: term "').concat(r,'" was not present in field "').concat(s,'". Removing a document after it has changed can corrupt the index!'),"version_conflict")}}catch(t){n={error:t}}finally{try{a&&!a.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}},t.prototype.addDocumentId=function(t){var e=this._nextId;return this._idToShortId.set(t,e),this._documentIds.set(e,t),this._documentCount+=1,this._nextId+=1,e},t.prototype.addFields=function(t){for(var e=0;e{r.d(e,{J:()=>C});const n=function(){function t(){}return t.prototype.then=function(e,r){const n=new t,i=this.s;if(i){const t=1&i?e:r;if(t){try{o(n,1,t(this.v))}catch(t){o(n,2,t)}return n}return this}return this.o=function(t){try{const i=t.v;1&t.s?o(n,1,e?e(i):i):r?o(n,1,r(i)):o(n,2,i)}catch(t){o(n,2,t)}},n},t}();function o(t,e,r){if(!t.s){if(r instanceof n){if(!r.s)return void(r.o=o.bind(null,t,e));1&e&&(e=r.s),r=r.v}if(r&&r.then)return void r.then(o.bind(null,t,e),o.bind(null,t,2));t.s=e,t.v=r;const i=t.o;i&&i(t)}}var i=0,u="function"==typeof WeakMap?WeakMap:function(){var t="function"==typeof Symbol?Symbol(0):"__weak$"+ ++i;this.set=function(e,r){e[t]=r},this.get=function(e){return e[t]}};function a(t,e){return new Promise((function(r,n){t.onsuccess=function(){var n=t.result;e&&(n=e(n)),r(n)},t.onerror=function(){n(t.error)}}))}function s(t,e){return a(t.openCursor(e),(function(t){return t?[t.key,t.value]:[]}))}function c(t){return new Promise((function(e,r){t.oncomplete=function(){e()},t.onabort=function(){r(t.error)},t.onerror=function(){r(t.error)}}))}function l(t){if(!function(t){if("number"==typeof t||"string"==typeof t)return!0;if("object"==typeof t&&t){if(Array.isArray(t))return!0;if("setUTCFullYear"in t)return!0;if("function"==typeof ArrayBuffer&&ArrayBuffer.isView(t))return!0;if("byteLength"in t&&"length"in t)return!0}return!1}(t))throw Error("kv-storage: The given value is not allowed as a key")}var f={};function h(t,e){return s(t,d(e))}function d(t){return t===f?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(t,!0)}var v=new u,y=new u,p=new u,m=new u,g=function(){};function _(t,e){return e((function(e,r){try{function f(){return y.set(t,u),p.set(t,void 0),{value:c,done:void 0===u}}var i=y.get(t);if(void 0===i)return Promise.resolve({value:void 0,done:!0});var u,a,c,l=function(t,e){var r,i=-1;t:{for(var u=0;u{function i(e,t,r,i){return new(r||(r=Promise))((function(n,u){function o(e){try{a(i.next(e))}catch(e){u(e)}}function s(e){try{a(i.throw(e))}catch(e){u(e)}}function a(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}a((i=i.apply(e,t||[])).next())}))}r.d(t,{A:()=>p}),"function"==typeof SuppressedError&&SuppressedError;var n="KEYS",u="VALUES",o="";class s{constructor(e,t){var r=e._tree,i=Array.from(r.keys());this.set=e,this._type=t,this._path=i.length>0?[{node:r,keys:i}]:[]}next(){var e=this.dive();return this.backtrack(),e}dive(){if(0===this._path.length)return{done:!0,value:void 0};var{node:e,keys:t}=a(this._path);if(a(t)===o)return{done:!1,value:this.result()};var r=e.get(a(t));return this._path.push({node:r,keys:Array.from(r.keys())}),this.dive()}backtrack(){if(0!==this._path.length){var e=a(this._path).keys;e.pop(),e.length>0||(this._path.pop(),this.backtrack())}}key(){return this.set._prefix+this._path.map((e=>{var{keys:t}=e;return a(t)})).filter((e=>e!==o)).join("")}value(){return a(this._path).node.get(o)}result(){switch(this._type){case u:return this.value();case n:return this.key();default:return[this.key(),this.value()]}}[Symbol.iterator](){return this}}var a=e=>e[e.length-1],h=(e,t,r,i,n,u,s,a)=>{var c=u*s;e:for(var d of e.keys())if(d===o){var l=n[c-1];l<=r&&i.set(a,[e.get(d),l])}else{for(var f=u,v=0;vr)continue e}h(e.get(d),t,r,i,n,f,s,a+d)}};class c{constructor(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";this._size=void 0,this._tree=e,this._prefix=t}atPrefix(e){if(!e.startsWith(this._prefix))throw new Error("Mismatched prefix");var[t,r]=d(this._tree,e.slice(this._prefix.length));if(void 0===t){var[i,n]=F(r);for(var u of i.keys())if(u!==o&&u.startsWith(n)){var s=new Map;return s.set(u.slice(n.length),i.get(u)),new c(s,e)}}return new c(t,e)}clear(){this._size=void 0,this._tree.clear()}delete(e){return this._size=void 0,v(this._tree,e)}entries(){return new s(this,"ENTRIES")}forEach(e){for(var[t,r]of this)e(t,r,this)}fuzzyGet(e,t){return((e,t,r)=>{var i=new Map;if(void 0===t)return i;for(var n=t.length+1,u=n+r,o=new Uint8Array(u*n).fill(r+1),s=0;s2&&void 0!==arguments[2]?arguments[2]:[];if(0===t.length||null==e)return[e,r];for(var i of e.keys())if(i!==o&&t.startsWith(i))return r.push([e,i]),d(e.get(i),t.slice(i.length),r);return r.push([e,t]),d(void 0,"",r)},l=(e,t)=>{if(0===t.length||null==e)return e;for(var r of e.keys())if(r!==o&&t.startsWith(r))return l(e.get(r),t.slice(r.length))},f=(e,t)=>{var r=t.length;e:for(var i=0;e&&i{var[r,i]=d(e,t);if(void 0!==r)if(r.delete(o),0===r.size)m(i);else if(1===r.size){var[n,u]=r.entries().next().value;g(i,n,u)}},m=e=>{if(0!==e.length){var[t,r]=F(e);if(t.delete(r),0===t.size)m(e.slice(0,-1));else if(1===t.size){var[i,n]=t.entries().next().value;i!==o&&g(e.slice(0,-1),i,n)}}},g=(e,t,r)=>{if(0!==e.length){var[i,n]=F(e);i.set(n+t,r),i.delete(n)}},F=e=>e[e.length-1],D="or";class p{constructor(e){if(null==(null==e?void 0:e.fields))throw new Error('MiniSearch: option "fields" must be provided');var t=null==e.autoVacuum||!0===e.autoVacuum?k:e.autoVacuum;this._options=Object.assign(Object.assign(Object.assign({},C),e),{autoVacuum:t,searchOptions:Object.assign(Object.assign({},E),e.searchOptions||{}),autoSuggestOptions:Object.assign(Object.assign({},A),e.autoSuggestOptions||{})}),this._index=new c,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldIds={},this._fieldLength=new Map,this._avgFieldLength=[],this._nextId=0,this._storedFields=new Map,this._dirtCount=0,this._currentVacuum=null,this._enqueuedVacuum=null,this._enqueuedVacuumConditions=S,this.addFields(this._options.fields)}add(e){var{extractField:t,tokenize:r,processTerm:i,fields:n,idField:u}=this._options,o=t(e,u);if(null==o)throw new Error('MiniSearch: document does not have ID field "'.concat(u,'"'));if(this._idToShortId.has(o))throw new Error("MiniSearch: duplicate ID ".concat(o));var s=this.addDocumentId(o);for(var a of(this.saveStoredFields(s,e),n)){var h=t(e,a);if(null!=h){var c=r(h.toString(),a),d=this._fieldIds[a],l=new Set(c).size;for(var f of(this.addFieldLength(s,d,this._documentCount-1,l),c)){var v=i(f,a);if(Array.isArray(v))for(var m of v)this.addTerm(d,s,m);else v&&this.addTerm(d,s,v)}}}}addAll(e){for(var t of e)this.add(t)}addAllAsync(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{chunkSize:r=10}=t,i={chunk:[],promise:Promise.resolve()},{chunk:n,promise:u}=e.reduce(((e,t,i)=>{var{chunk:n,promise:u}=e;return n.push(t),(i+1)%r==0?{chunk:[],promise:u.then((()=>new Promise((e=>setTimeout(e,0))))).then((()=>this.addAll(n)))}:{chunk:n,promise:u}}),i);return u.then((()=>this.addAll(n)))}remove(e){var{tokenize:t,processTerm:r,extractField:i,fields:n,idField:u}=this._options,o=i(e,u);if(null==o)throw new Error('MiniSearch: document does not have ID field "'.concat(u,'"'));var s=this._idToShortId.get(o);if(null==s)throw new Error("MiniSearch: cannot remove document with ID ".concat(o,": it is not in the index"));for(var a of n){var h=i(e,a);if(null!=h){var c=t(h.toString(),a),d=this._fieldIds[a],l=new Set(c).size;for(var f of(this.removeFieldLength(s,d,this._documentCount,l),c)){var v=r(f,a);if(Array.isArray(v))for(var m of v)this.removeTerm(d,s,m);else v&&this.removeTerm(d,s,v)}}}this._storedFields.delete(s),this._documentIds.delete(s),this._idToShortId.delete(o),this._fieldLength.delete(s),this._documentCount-=1}removeAll(e){if(e)for(var t of e)this.remove(t);else{if(arguments.length>0)throw new Error("Expected documents to be present. Omit the argument to remove all documents.");this._index=new c,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldLength=new Map,this._avgFieldLength=[],this._storedFields=new Map,this._nextId=0}}discard(e){var t=this._idToShortId.get(e);if(null==t)throw new Error("MiniSearch: cannot discard document with ID ".concat(e,": it is not in the index"));this._idToShortId.delete(e),this._documentIds.delete(t),this._storedFields.delete(t),(this._fieldLength.get(t)||[]).forEach(((e,r)=>{this.removeFieldLength(t,r,this._documentCount,e)})),this._fieldLength.delete(t),this._documentCount-=1,this._dirtCount+=1,this.maybeAutoVacuum()}maybeAutoVacuum(){if(!1!==this._options.autoVacuum){var{minDirtFactor:e,minDirtCount:t,batchSize:r,batchWait:i}=this._options.autoVacuum;this.conditionalVacuum({batchSize:r,batchWait:i},{minDirtCount:t,minDirtFactor:e})}}discardAll(e){var t=this._options.autoVacuum;try{for(var r of(this._options.autoVacuum=!1,e))this.discard(r)}finally{this._options.autoVacuum=t}this.maybeAutoVacuum()}replace(e){var{idField:t,extractField:r}=this._options,i=r(e,t);this.discard(i),this.add(e)}vacuum(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.conditionalVacuum(e)}conditionalVacuum(e,t){return this._currentVacuum?(this._enqueuedVacuumConditions=this._enqueuedVacuumConditions&&t,null!=this._enqueuedVacuum||(this._enqueuedVacuum=this._currentVacuum.then((()=>{var t=this._enqueuedVacuumConditions;return this._enqueuedVacuumConditions=S,this.performVacuuming(e,t)}))),this._enqueuedVacuum):!1===this.vacuumConditionsMet(t)?Promise.resolve():(this._currentVacuum=this.performVacuuming(e),this._currentVacuum)}performVacuuming(e,t){return i(this,void 0,void 0,(function*(){var r=this._dirtCount;if(this.vacuumConditionsMet(t)){var i=e.batchSize||x.batchSize,n=e.batchWait||x.batchWait,u=1;for(var[o,s]of this._index){for(var[a,h]of s)for(var[c]of h)this._documentIds.has(c)||(h.size<=1?s.delete(a):h.delete(c));0===this._index.get(o).size&&this._index.delete(o),u%i==0&&(yield new Promise((e=>setTimeout(e,n)))),u+=1}this._dirtCount-=r}yield null,this._currentVacuum=this._enqueuedVacuum,this._enqueuedVacuum=null}))}vacuumConditionsMet(e){if(null==e)return!0;var{minDirtCount:t,minDirtFactor:r}=e;return t=t||k.minDirtCount,r=r||k.minDirtFactor,this.dirtCount>=t&&this.dirtFactor>=r}get isVacuuming(){return null!=this._currentVacuum}get dirtCount(){return this._dirtCount}get dirtFactor(){return this._dirtCount/(1+this._documentCount+this._dirtCount)}has(e){return this._idToShortId.has(e)}getStoredFields(e){var t=this._idToShortId.get(e);if(null!=t)return this._storedFields.get(t)}search(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.executeQuery(e,t),i=[];for(var[n,{score:u,terms:o,match:s}]of r){var a=o.length||1,h={id:this._documentIds.get(n),score:u*a,terms:Object.keys(s),queryTerms:o,match:s};Object.assign(h,this._storedFields.get(n)),(null==t.filter||t.filter(h))&&i.push(h)}return e===p.wildcard&&null==t.boostDocument&&null==this._options.searchOptions.boostDocument||i.sort(O),i}autoSuggest(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t=Object.assign(Object.assign({},this._options.autoSuggestOptions),t);var r=new Map;for(var{score:i,terms:n}of this.search(e,t)){var u=n.join(" "),o=r.get(u);null!=o?(o.score+=i,o.count+=1):r.set(u,{score:i,terms:n,count:1})}var s=[];for(var[a,{score:h,terms:c,count:d}]of r)s.push({suggestion:a,terms:c,score:h/d});return s.sort(O),s}get documentCount(){return this._documentCount}get termCount(){return this._index.size}static loadJSON(e,t){if(null==t)throw new Error("MiniSearch: loadJSON should be given the same options used when serializing the index");return this.loadJS(JSON.parse(e),t)}static loadJSONAsync(e,t){return i(this,void 0,void 0,(function*(){if(null==t)throw new Error("MiniSearch: loadJSON should be given the same options used when serializing the index");return this.loadJSAsync(JSON.parse(e),t)}))}static getDefault(e){if(C.hasOwnProperty(e))return _(C,e);throw new Error('MiniSearch: unknown option "'.concat(e,'"'))}static loadJS(e,t){var{index:r,documentIds:i,fieldLength:n,storedFields:u,serializationVersion:o}=e,s=this.instantiateMiniSearch(e,t);for(var[a,h]of(s._documentIds=M(i),s._fieldLength=M(n),s._storedFields=M(u),s._documentIds))s._idToShortId.set(h,a);for(var[c,d]of r){var l=new Map;for(var f of Object.keys(d)){var v=d[f];1===o&&(v=v.ds),l.set(parseInt(f,10),M(v))}s._index.set(c,l)}return s}static loadJSAsync(e,t){return i(this,void 0,void 0,(function*(){var{index:r,documentIds:i,fieldLength:n,storedFields:u,serializationVersion:o}=e,s=this.instantiateMiniSearch(e,t);for(var[a,h]of(s._documentIds=yield B(i),s._fieldLength=yield B(n),s._storedFields=yield B(u),s._documentIds))s._idToShortId.set(h,a);var c=0;for(var[d,l]of r){var f=new Map;for(var v of Object.keys(l)){var m=l[v];1===o&&(m=m.ds),f.set(parseInt(v,10),yield B(m))}++c%1e3==0&&(yield V(0)),s._index.set(d,f)}return s}))}static instantiateMiniSearch(e,t){var{documentCount:r,nextId:i,fieldIds:n,averageFieldLength:u,dirtCount:o,serializationVersion:s}=e;if(1!==s&&2!==s)throw new Error("MiniSearch: cannot deserialize an index created with an incompatible version");var a=new p(t);return a._documentCount=r,a._nextId=i,a._idToShortId=new Map,a._fieldIds=n,a._avgFieldLength=u,a._dirtCount=o||0,a._index=new c,a}executeQuery(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e===p.wildcard)return this.executeWildcardQuery(t);if("string"!=typeof e){var r=Object.assign(Object.assign(Object.assign({},t),e),{queries:void 0}),i=e.queries.map((e=>this.executeQuery(e,r)));return this.combineResults(i,r.combineWith)}var{tokenize:n,processTerm:u,searchOptions:o}=this._options,s=Object.assign(Object.assign({tokenize:n,processTerm:u},o),t),{tokenize:a,processTerm:h}=s,c=a(e).flatMap((e=>h(e))).filter((e=>!!e)).map(b(s)).map((e=>this.executeQuerySpec(e,s)));return this.combineResults(c,s.combineWith)}executeQuerySpec(e,t){var r,i,n=Object.assign(Object.assign({},this._options.searchOptions),t),u=(n.fields||this._options.fields).reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:_(n.boost,t)||1})),{}),{boostDocument:o,weights:s,maxFuzzy:a,bm25:h}=n,{fuzzy:c,prefix:d}=Object.assign(Object.assign({},E.weights),s),l=this._index.get(e.term),f=this.termResults(e.term,e.term,1,e.termBoost,l,u,o,h);if(e.prefix&&(r=this._index.atPrefix(e.term)),e.fuzzy){var v=!0===e.fuzzy?.2:e.fuzzy,m=v<1?Math.min(a,Math.round(e.term.length*v)):v;m&&(i=this._index.fuzzyGet(e.term,m))}if(r)for(var[g,F]of r){var D=g.length-e.term.length;if(D){null==i||i.delete(g);var p=d*g.length/(g.length+.3*D);this.termResults(e.term,g,p,e.termBoost,F,u,o,h,f)}}if(i)for(var y of i.keys()){var[w,b]=i.get(y);if(b){var C=c*y.length/(y.length+b);this.termResults(e.term,y,C,e.termBoost,w,u,o,h,f)}}return f}executeWildcardQuery(e){var t=new Map,r=Object.assign(Object.assign({},this._options.searchOptions),e);for(var[i,n]of this._documentIds){var u=r.boostDocument?r.boostDocument(n,"",this._storedFields.get(i)):1;t.set(i,{score:u,terms:[],match:{}})}return t}combineResults(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:D;if(0===e.length)return new Map;var r=t.toLowerCase(),i=y[r];if(!i)throw new Error("Invalid combination operator: ".concat(t));return e.reduce(i)||new Map}toJSON(){var e=[];for(var[t,r]of this._index){var i={};for(var[n,u]of r)i[n]=Object.fromEntries(u);e.push([t,i])}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:e,serializationVersion:2}}termResults(e,t,r,i,n,u,o,s){var a=arguments.length>8&&void 0!==arguments[8]?arguments[8]:new Map;if(null==n)return a;for(var h of Object.keys(u)){var c=u[h],d=this._fieldIds[h],l=n.get(d);if(null!=l){var f=l.size,v=this._avgFieldLength[d];for(var m of l.keys())if(this._documentIds.has(m)){var g=o?o(this._documentIds.get(m),t,this._storedFields.get(m)):1;if(g){var F=l.get(m),D=this._fieldLength.get(m)[d],p=r*i*c*g*w(F,f,this._documentCount,D,v,s),y=a.get(m);if(y){y.score+=p,I(y.terms,e);var b=_(y.match,t);b?b.push(h):y.match[t]=[h]}else a.set(m,{score:p,terms:[e],match:{[t]:[h]}})}}else this.removeTerm(d,m,t),f-=1}}return a}addTerm(e,t,r){var i=this._index.fetch(r,j),n=i.get(e);if(null==n)(n=new Map).set(t,1),i.set(e,n);else{var u=n.get(t);n.set(t,(u||0)+1)}}removeTerm(e,t,r){if(this._index.has(r)){var i=this._index.fetch(r,j),n=i.get(e);null==n||null==n.get(t)?this.warnDocumentChanged(t,e,r):n.get(t)<=1?n.size<=1?i.delete(e):n.delete(t):n.set(t,n.get(t)-1),0===this._index.get(r).size&&this._index.delete(r)}else this.warnDocumentChanged(t,e,r)}warnDocumentChanged(e,t,r){for(var i of Object.keys(this._fieldIds))if(this._fieldIds[i]===t)return void this._options.logger("warn","MiniSearch: document with ID ".concat(this._documentIds.get(e),' has changed before removal: term "').concat(r,'" was not present in field "').concat(i,'". Removing a document after it has changed can corrupt the index!'),"version_conflict")}addDocumentId(e){var t=this._nextId;return this._idToShortId.set(e,t),this._documentIds.set(t,e),this._documentCount+=1,this._nextId+=1,t}addFields(e){for(var t=0;tObject.prototype.hasOwnProperty.call(e,t)?e[t]:void 0,y={[D]:(e,t)=>{for(var r of t.keys()){var i=e.get(r);if(null==i)e.set(r,t.get(r));else{var{score:n,terms:u,match:o}=t.get(r);i.score=i.score+n,i.match=Object.assign(i.match,o),z(i.terms,u)}}return e},and:(e,t)=>{var r=new Map;for(var i of t.keys()){var n=e.get(i);if(null!=n){var{score:u,terms:o,match:s}=t.get(i);z(n.terms,o),r.set(i,{score:n.score+u,terms:n.terms,match:Object.assign(n.match,s)})}}return r},and_not:(e,t)=>{for(var r of t.keys())e.delete(r);return e}},w=(e,t,r,i,n,u)=>{var{k:o,b:s,d:a}=u;return Math.log(1+(r-t+.5)/(t+.5))*(a+e*(o+1)/(e+o*(1-s+s*i/n)))},b=e=>(t,r,i)=>({term:t,fuzzy:"function"==typeof e.fuzzy?e.fuzzy(t,r,i):e.fuzzy||!1,prefix:"function"==typeof e.prefix?e.prefix(t,r,i):!0===e.prefix,termBoost:"function"==typeof e.boostTerm?e.boostTerm(t,r,i):1}),C={idField:"id",extractField:(e,t)=>e[t],tokenize:e=>e.split(T),processTerm:e=>e.toLowerCase(),fields:void 0,searchOptions:void 0,storeFields:[],logger:(e,t)=>{"function"==typeof(null===console||void 0===console?void 0:console[e])&&console[e](t)},autoVacuum:!0},E={combineWith:D,prefix:!1,fuzzy:!1,maxFuzzy:6,boost:{},weights:{fuzzy:.45,prefix:.375},bm25:{k:1.2,b:.7,d:.5}},A={combineWith:"and",prefix:(e,t,r)=>t===r.length-1},x={batchSize:1e3,batchWait:10},S={minDirtFactor:.1,minDirtCount:20},k=Object.assign(Object.assign({},x),S),I=(e,t)=>{e.includes(t)||e.push(t)},z=(e,t)=>{for(var r of t)e.includes(r)||e.push(r)},O=(e,t)=>{var{score:r}=e,{score:i}=t;return i-r},j=()=>new Map,M=e=>{var t=new Map;for(var r of Object.keys(e))t.set(parseInt(r,10),e[r]);return t},B=e=>i(void 0,void 0,void 0,(function*(){var t=new Map,r=0;for(var i of Object.keys(e))t.set(parseInt(i,10),e[i]),++r%1e3==0&&(yield V(0));return t})),V=e=>new Promise((t=>setTimeout(t,e))),T=/(?:[\n\r -#%-\*,-\/:;\?@\[-\]_\{\}\xA0\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u1680\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2000-\u200A\u2010-\u2029\u202F-\u2043\u2045-\u2051\u2053-\u205F\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3000-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F])+/},3682:(e,t,r)=>{r.d(t,{J:()=>E});const i=function(){function e(){}return e.prototype.then=function(t,r){const i=new e,u=this.s;if(u){const e=1&u?t:r;if(e){try{n(i,1,e(this.v))}catch(e){n(i,2,e)}return i}return this}return this.o=function(e){try{const u=e.v;1&e.s?n(i,1,t?t(u):u):r?n(i,1,r(u)):n(i,2,u)}catch(e){n(i,2,e)}},i},e}();function n(e,t,r){if(!e.s){if(r instanceof i){if(!r.s)return void(r.o=n.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(n.bind(null,e,t),n.bind(null,e,2));e.s=t,e.v=r;const u=e.o;u&&u(e)}}var u=0,o="function"==typeof WeakMap?WeakMap:function(){var e="function"==typeof Symbol?Symbol(0):"__weak$"+ ++u;this.set=function(t,r){t[e]=r},this.get=function(t){return t[e]}};function s(e,t){return new Promise((function(r,i){e.onsuccess=function(){var i=e.result;t&&(i=t(i)),r(i)},e.onerror=function(){i(e.error)}}))}function a(e,t){return s(e.openCursor(t),(function(e){return e?[e.key,e.value]:[]}))}function h(e){return new Promise((function(t,r){e.oncomplete=function(){t()},e.onabort=function(){r(e.error)},e.onerror=function(){r(e.error)}}))}function c(e){if(!function(e){if("number"==typeof e||"string"==typeof e)return!0;if("object"==typeof e&&e){if(Array.isArray(e))return!0;if("setUTCFullYear"in e)return!0;if("function"==typeof ArrayBuffer&&ArrayBuffer.isView(e))return!0;if("byteLength"in e&&"length"in e)return!0}return!1}(e))throw Error("kv-storage: The given value is not allowed as a key")}var d={};function l(e,t){return a(e,f(t))}function f(e){return e===d?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(e,!0)}var v=new o,m=new o,g=new o,F=new o,D=function(){};function p(e,t){return t((function(t,r){try{function d(){return m.set(e,o),g.set(e,void 0),{value:h,done:void 0===o}}var u=m.get(e);if(void 0===u)return Promise.resolve({value:void 0,done:!0});var o,s,h,c=function(e,t){var r,u=-1;e:{for(var o=0;o{n.d(t,{z:()=>g});var i=n(5404),r=Array.isArray,s=Object.getPrototypeOf,a=Object.prototype,o=Object.keys;function l(e){if(1===e.length){var t=e[0];if(r(t))return{args:t,keys:null};if((i=t)&&"object"==typeof i&&s(i)===a){var n=o(t);return{args:n.map((function(e){return t[e]})),keys:n}}}var i;return{args:e,keys:null}}var c=n(6745),h=n(3569),p=n(2886),u=n(698);var d=n(1660),v=n(5557);function g(){for(var e=[],t=0;t{n.d(t,{c:()=>l});var i=n(9328),r=n(610),s=n(1660),a=n(2618);var o=n(889);function l(e,t,n){void 0===t&&(t=i.E);var l=(0,o.O)(e,t);return function(e,t){return(0,r.N)((function(n,i){var r=null!=t?t:{},o=r.leading,l=void 0===o||o,c=r.trailing,h=void 0!==c&&c,p=!1,u=null,d=null,v=!1,g=function(){null==d||d.unsubscribe(),d=null,h&&(m(),v&&i.complete())},f=function(){d=null,v&&i.complete()},b=function(t){return d=(0,a.Tg)(e(t)).subscribe((0,s._)(i,g,f))},m=function(){if(p){p=!1;var e=u;u=null,i.next(e),!v&&b(e)}};n.subscribe((0,s._)(i,(function(e){p=!0,u=e,(!d||d.closed)&&(l?m():b(e))}),(function(){v=!0,(!(h&&p&&d)||d.closed)&&i.complete()})))}))}((function(){return l}),n)}},8149:(e,t,n)=>{n.r(t),n.d(t,{HyDrawer:()=>oe});var i=n(1635),r=n(6075),s=n(9182);class a{constructor(e){this.classes=new Set,this.changed=!1,this.element=e;var t=(e.getAttribute("class")||"").split(/\s+/);for(var n of t)this.classes.add(n)}add(e){this.classes.add(e),this.changed=!0}remove(e){this.classes.delete(e),this.changed=!0}commit(){if(this.changed){var e="";this.classes.forEach((t=>e+=t+" ")),this.element.setAttribute("class",e)}}}var o=new WeakMap,l=(0,s.u$)((e=>t=>{if(!(t instanceof s.ab)||t instanceof s.Vm||"class"!==t.committer.name||t.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{committer:n}=t,{element:i}=n,r=o.get(t);void 0===r&&(i.setAttribute("class",n.strings.join(" ")),o.set(t,r=new Set));var l=i.classList||new a(i);for(var c in r.forEach((t=>{t in e||(l.remove(t),r.delete(t))})),e){var h=e[c];h!=r.has(c)&&(h?(l.add(c),r.add(c)):(l.remove(c),r.delete(c)))}"function"==typeof l.commit&&l.commit()})),c=new WeakMap,h=(0,s.u$)((e=>t=>{if(!(t instanceof s.ab)||t instanceof s.Vm||"style"!==t.committer.name||t.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var{committer:n}=t,{style:i}=n.element,r=c.get(t);for(var a in void 0===r&&(i.cssText=n.strings.join(" "),c.set(t,r=new Set)),r.forEach((t=>{t in e||(r.delete(t),-1===t.indexOf("-")?i[t]=null:i.removeProperty(t))})),e)r.add(a),-1===a.indexOf("-")?i[a]=e[a]:i.setProperty(a,e[a])})),p=n(3426),u=n(8623),d=n(1430),v=n(5786),g=n(880),f=n(5376),b=n(372),m=n(8726),w=n(3075),y=n(4261),E=n(7137),M=n(2618),x=n(610),C=n(5755),k=n(1660);var S=n(9317);var T=n(9486),O=n(1872),z=n(528),X=n(9258),$=n(6568),D=n(3677);var I=n(2286),Z=.15,j=n(7661);function W(e,t,n,i){return n*Math.sin(e/i*(Math.PI/2))+t}function R(e){return("ResizeObserver"in window?(0,I.c3)(e):(0,j.of)({contentRect:{width:e.clientWidth}})).pipe((0,m.T)((e=>{var{contentRect:{width:t}}=e;return t})))}var P={fromAttribute:e=>(null!=e?e:"").replace(/[\[\]]/g,"").split(",").map(Number),toAttribute:e=>e.join(",")};var A=n(6043),B=n(5213);var N=Math.abs.bind(Math);class _{getStartObservable(){return(0,u.z)([this.$.mouseEvents]).pipe((0,X.n)((e=>{var[t]=e,n=(0,v.R)(document,"touchstart",{passive:!0}).pipe((0,O.p)((e=>{var{touches:t}=e;return 1===t.length})),(0,m.T)((e=>{var{touches:t}=e;return t[0]}))),i=t?(0,v.R)(document,"mousedown").pipe((0,m.T)((e=>(e.event=e,e)))):g.t;return(0,d.h)(n,i)})))}getMoveObservable(e,t){return(0,u.z)([this.$.mouseEvents,this.$.preventDefault]).pipe((0,X.n)((n=>{var[i,r]=n,s=(0,v.R)(document,"touchmove",{passive:!r}).pipe((0,m.T)((e=>(e.touches[0].event=e,e.touches[0])))),a=i?(0,v.R)(document,"mousemove",{passive:!r}).pipe((0,I.BB)((0,d.h)(e.pipe((0,A.u)(!0)),t.pipe((0,A.u)(!1)))),(0,m.T)((e=>(e.event=e,e)))):g.t;return(0,d.h)(s,a)})))}getEndObservable(){return(0,u.z)([this.$.mouseEvents]).pipe((0,X.n)((e=>{var[t]=e,n=(0,v.R)(document,"touchend",{passive:!0}).pipe((0,O.p)((e=>{var{touches:t}=e;return 0===t.length})),(0,m.T)((e=>e.changedTouches[0]))),i=t?(0,v.R)(document,"mouseup",{passive:!0}).pipe((0,m.T)((e=>(e.event=e,e)))):g.t;return(0,d.h)(n,i)})))}getIsSlidingObservable(e,t,n){return this.getIsSlidingObservableInner(e,t).pipe((0,B.s)(1),(0,z.Z)(void 0),(i=()=>n,(0,x.N)((function(e,t){var n,r,s=!1,a=!1,o=!1,l=function(){return o&&a&&(t.complete(),!0)},c=function(){return r||(r=new b.B,(0,M.Tg)(i(r)).subscribe((0,k._)(t,(function(){n?h():s=!0}),(function(){a=!0,l()})))),r},h=function i(){o=!1,n=e.subscribe((0,k._)(t,void 0,(function(){o=!0,!l()&&c().next()}))),s&&(n.unsubscribe(),n=null,s=!1,i())};h()}))));var i}getIsSlidingObservableInner(e,t){return this.threshold?e.pipe((0,y.E)(t),(n=e=>{var[{clientX:t,clientY:n},{clientX:i,clientY:r}]=e;return N(r-n){var[{clientX:t,clientY:n},{clientX:i,clientY:r}]=e;return N(i-t)>=N(r-n)}))):e.pipe((0,y.E)(t),(0,m.T)((e=>{var[{clientX:t,clientY:n,event:i},{clientX:r,clientY:s}]=e,a=N(r-t)>=N(s-n);return this.noScroll&&a&&i&&i.preventDefault(),a})));var n}}var G,Y=Math.min.bind(Math),L=Math.max.bind(Math);class H{calcIsInRange(e,t){var{clientX:n}=e;switch(this.side){case"left":var[i,r]=this.range;return n>i&&(t||na);default:throw Error()}}calcIsSwipe(e,t,n,i,r){var{clientX:s}=e,{clientX:a}=t;return a!==s||n>0&&nZ||!(r<-.15)&&n>=i/2;case"right":return-r>Z||!(-r<-.15)&&n<=-i/2;default:throw Error()}}calcTranslateX(e,t,n,i){var{clientX:r}=e,{clientX:s}=t;switch(this.side){case"left":return L(0,Y(i,n+(r-s)));case"right":return Y(0,L(-i,n+(r-s)));default:throw Error()}}}class J{updateDOM(e,t){var n=e/t*("left"===this.side?1:-1)||0;this.translateX=e,this.opacity=n,this.updater.updateDOM(e,n)}}class Q{constructor(e){this.parent=e}static getUpdaterForPlatform(e){return"attributeStyleMap"in Element.prototype&&"CSS"in window&&"number"in CSS?new V(e):new U(e)}get contentEl(){return this.parent.contentEl}get scrimEl(){return this.parent.scrimEl}}class U extends Q{constructor(e){super(e)}updateDOM(e,t){this.contentEl.style.transform="translate(".concat(e,"px, 0px)"),this.scrimEl.style.opacity="".concat(t)}}class V extends Q{constructor(e){super(e),this.tvalue=new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),this.ovalue=CSS.number(1)}updateDOM(e,t){this.tvalue[0].x.value=e,this.ovalue.value=t,this.contentEl.attributeStyleMap.set("transform",this.tvalue),this.scrimEl.attributeStyleMap.set("opacity",this.ovalue)}}var q,F,K,ee,te,ne,ie,re,se=(0,r.AH)(G||(q=["\n @media screen {\n :host {\n touch-action: pan-x;\n }\n\n .full-screen {\n position: fixed;\n top: 0;\n left: 0;\n height: 100vh;\n width: 100vw;\n }\n\n .full-height {\n position: fixed;\n top: 0;\n height: 100vh;\n }\n\n .peek {\n left: 0;\n width: var(--hy-drawer-peek-width, 0px);\n visibility: hidden;\n z-index: calc(var(--hy-drawer-z-index, 100) - 1);\n }\n\n .scrim {\n position: fixed;\n top: 0;\n left: 0;\n height: 10vh;\n width: 10vw;\n transform: scale(10);\n transform-origin: top left;\n opacity: 0;\n pointer-events: none;\n background: var(--hy-drawer-scrim-background, rgba(0, 0, 0, 0.5));\n z-index: var(--hy-drawer-z-index, 100);\n -webkit-tap-highlight-color: transparent;\n }\n\n .range {\n position: fixed;\n top: 0;\n height: 100vh;\n z-index: calc(var(--hy-drawer-z-index, 100) + 1);\n }\n\n .grabbing-screen {\n cursor: grabbing;\n z-index: calc(var(--hy-drawer-z-index, 100) + 2);\n }\n\n .wrapper {\n width: var(--hy-drawer-width, 300px);\n background: var(--hy-drawer-background, inherit);\n box-shadow: var(--hy-drawer-box-shadow, 0 0 15px rgba(0, 0, 0, 0.25));\n z-index: calc(var(--hy-drawer-z-index, 100) + 3);\n contain: strict;\n }\n\n .wrapper.left {\n left: calc(-1 * var(--hy-drawer-width, 300px) + var(--hy-drawer-peek-width, 0px));\n }\n\n .wrapper.right {\n right: calc(-1 * var(--hy-drawer-width, 300px) + var(--hy-drawer-peek-width, 0px));\n }\n\n .wrapper > .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"],F||(F=q.slice(0)),G=Object.freeze(Object.defineProperties(q,{raw:{value:Object.freeze(F)}}))));function ae(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var oe=class extends((0,I.XJ)(I.sJ,[_,J,H])){constructor(){super(...arguments),this.opened=!1,this.side="left",this.persistent=!1,this.threshold=10,this.noScroll=!1,this.mouseEvents=!1,this.range=[0,100],this.willChange=!1,te.set(this,(0,I.Ni)()),ne.set(this,void 0),ie.set(this,void 0),re.set(this,void 0),this.upgrade=()=>{var e,t=this.getDrawerWidth(),n=this.$.persistent.pipe((0,m.T)((e=>!e))),r=this.getStartObservable().pipe((0,I.tL)(n),(0,w.u)()),s=(0,p.v)((()=>(0,i.gn)(this,ne,"f").pipe((0,m.T)((e=>0!==e))))),a=r.pipe((0,y.E)(s),(0,m.T)((e=>this.calcIsInRange(...e))),(0,E.M)((e=>{e&&(this.willChange=!0,this.fireEvent("prepare"))})),(0,w.u)()),o=this.getEndObservable().pipe((0,I.tL)(n,a),(0,E.M)((()=>{this.mouseEvents&&(this.grabbing=!1)})),(0,w.u)()),l=this.getMoveObservable(r,o).pipe((0,I.tL)(n,a),(0,w.u)()),c=this.getIsSlidingObservable(l,r,o).pipe((0,E.M)((e=>{this.isSliding=e,e&&this.mouseEvents&&(this.grabbing=!0)}))),h=(0,i.GG)(this,ne,(0,p.v)((()=>{var e=(0,u.z)([this.$.opened,this.$.side,t]).pipe((0,m.T)((e=>{var[t,n,i]=e;return t?i*("left"===n?1:-1):0}))),n=l.pipe((0,I.tL)(c),(0,E.M)((()=>this.scrimClickable=!1)),(0,E.M)((e=>{var{event:t}=e;return t&&this.noScroll&&t.preventDefault()})),(0,y.E)(r,(0,i.gn)(this,ie,"f"),t),(0,m.T)((e=>this.calcTranslateX(...e))));return(0,d.h)((0,i.gn)(this,re,"f"),e,n)})).pipe((0,w.u)()),"f");(0,i.GG)(this,ie,h.pipe((e=r,(0,x.N)((function(t,n){var i=!1,r=null;t.subscribe((0,k._)(n,(function(e){i=!0,r=e}))),(0,M.Tg)(e).subscribe((0,k._)(n,(function(){if(i){i=!1;var e=r;r=null,n.next(e)}}),C.l))})))),"f");var f,b=h.pipe((void 0===f&&(f=S.U),(0,m.T)((function(e){return{value:e,timestamp:f.now()}}))),(0,T.J)(),(0,O.p)((e=>{var[{timestamp:t},{timestamp:n}]=e;return n-t>0})),(0,m.T)((e=>{var[{value:t,timestamp:n},{value:i,timestamp:r}]=e;return(i-t)/(r-n)})),(0,z.Z)(0)),Z=o.pipe((0,y.E)(r,h,t,b),(0,O.p)((e=>this.calcIsSwipe(...e))),(0,m.T)((e=>this.calcWillOpen(...e)))),j=this.animateTo$.pipe((0,E.M)((()=>{this.willChange=!0,this.fireEvent("prepare")})));(0,i.GG)(this,re,(0,d.h)(Z,j).pipe((0,y.E)(h,t),(0,X.n)((e=>{var t,[n,i,s]=e,a="left"===this.side?1:-1,o=(n?s*a:0)-i,l=Math.ceil(200+.15*s);return(0,I.Qx)(W,i,o,l).pipe((0,$.j)((()=>{this.transitioned(n)})),(0,D.Q)(r),(0,D.Q)(this.$.side.pipe((t=1,(0,O.p)((function(e,n){return t<=n}))))),(0,w.u)())}))),"f"),h.pipe((0,y.E)(t),(0,E.M)((e=>{this.updateDOM(...e);var{translateX:t,opacity:n}=this;this.fireEvent("move",{detail:{translateX:t,opacity:n},bubbles:!1})}))).subscribe(),(0,v.R)(this.scrimEl,"click").pipe((0,E.M)((()=>this.close()))).subscribe(),n.pipe((0,E.M)((e=>{this.scrimEl.style.display=e?"block":"none"}))).subscribe(),this.$.mouseEvents.pipe((0,X.n)((e=>e?r.pipe((0,y.E)(a)):g.t)),(0,O.p)((e=>{var[t,n]=e;return n&&null!=t.event})),(0,E.M)((e=>{var[{event:t}]=e;return t&&t.preventDefault()}))).subscribe(),this.fireEvent("init",{detail:this.opened}),(0,i.gn)(this,te,"f").resolve(this)},this.transitioned=e=>{this.opened=this.scrimClickable=e,this.willChange=!1,this.fireEvent("transitioned",{detail:e})}}get initialized(){return(0,i.gn)(this,te,"f")}getDrawerWidth(){var e=R(this.contentEl).pipe((0,E.M)((e=>this.fireEvent("content-width-change",{detail:e})))),t=R(this.peekEl).pipe((0,E.M)((e=>this.fireEvent("peek-width-change",{detail:e}))));return(0,u.z)([e,t]).pipe((0,m.T)((e=>{var[t,n]=e;return t-n})),(0,w.u)())}connectedCallback(){super.connectedCallback(),this.$={opened:new f.t(this.opened),side:new f.t(this.side),persistent:new f.t(this.persistent),preventDefault:new f.t(this.noScroll),mouseEvents:new f.t(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new b.B,this.updater=Q.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}render(){return(0,r.qy)(K||(K=ae(['\n
\n \n
\n \n
\n \n '])),h({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?(0,r.qy)(ee||(ee=ae(['
']))):null,l({wrapper:!0,"full-height":!0,[this.side]:!0,grab:this.mouseEvents,grabbing:this.mouseEvents&&this.grabbing}),h({willChange:this.willChange?"transform":""}))}open(){this.animateTo$.next(!0)}close(){this.animateTo$.next(!1)}toggle(){this.animateTo$.next(!this.opened)}};te=new WeakMap,ne=new WeakMap,ie=new WeakMap,re=new WeakMap,oe.styles=se,(0,i.Cg)([(0,r.P)(".scrim")],oe.prototype,"scrimEl",void 0),(0,i.Cg)([(0,r.P)(".wrapper")],oe.prototype,"contentEl",void 0),(0,i.Cg)([(0,r.P)(".peek")],oe.prototype,"peekEl",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],oe.prototype,"opened",void 0),(0,i.Cg)([(0,r.MZ)({type:String,reflect:!0})],oe.prototype,"side",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],oe.prototype,"persistent",void 0),(0,i.Cg)([(0,r.MZ)({type:Number,reflect:!0})],oe.prototype,"threshold",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],oe.prototype,"noScroll",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],oe.prototype,"mouseEvents",void 0),(0,i.Cg)([(0,r.MZ)({reflect:!0,converter:P,hasChanged:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length!==t.length||e.some(((e,n)=>e!==t[n]))}})],oe.prototype,"range",void 0),(0,i.Cg)([(0,r.MZ)()],oe.prototype,"scrimClickable",void 0),(0,i.Cg)([(0,r.MZ)()],oe.prototype,"grabbing",void 0),(0,i.Cg)([(0,r.MZ)()],oe.prototype,"willChange",void 0),(0,i.Cg)([(0,r.MZ)()],oe.prototype,"open",null),(0,i.Cg)([(0,r.MZ)()],oe.prototype,"close",null),(0,i.Cg)([(0,r.MZ)()],oe.prototype,"toggle",null),oe=(0,i.Cg)([(0,r.EM)("hy-drawer")],oe)}}]); \ No newline at end of file +"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[778],{8623:(e,t,n)=>{n.d(t,{z:()=>g});var i=n(5404),r=Array.isArray,s=Object.getPrototypeOf,a=Object.prototype,o=Object.keys;function l(e){if(1===e.length){var t=e[0];if(r(t))return{args:t,keys:null};if((i=t)&&"object"==typeof i&&s(i)===a){var n=o(t);return{args:n.map((function(e){return t[e]})),keys:n}}}var i;return{args:e,keys:null}}var c=n(6745),h=n(3569),p=n(2886),u=n(698);var d=n(1660),v=n(5557);function g(){for(var e=[],t=0;t{n.d(t,{c:()=>l});var i=n(9328),r=n(610),s=n(1660),a=n(2618);var o=n(889);function l(e,t,n){void 0===t&&(t=i.E);var l=(0,o.O)(e,t);return function(e,t){return(0,r.N)((function(n,i){var r=null!=t?t:{},o=r.leading,l=void 0===o||o,c=r.trailing,h=void 0!==c&&c,p=!1,u=null,d=null,v=!1,g=function(){null==d||d.unsubscribe(),d=null,h&&(m(),v&&i.complete())},f=function(){d=null,v&&i.complete()},b=function(t){return d=(0,a.Tg)(e(t)).subscribe((0,s._)(i,g,f))},m=function(){if(p){p=!1;var e=u;u=null,i.next(e),!v&&b(e)}};n.subscribe((0,s._)(i,(function(e){p=!0,u=e,(!d||d.closed)&&(l?m():b(e))}),(function(){v=!0,(!(h&&p&&d)||d.closed)&&i.complete()})))}))}((function(){return l}),n)}},8149:(e,t,n)=>{n.r(t),n.d(t,{HyDrawer:()=>le});var i=n(1635),r=n(6075),s=n(9182);class a{constructor(e){this.classes=new Set,this.changed=!1,this.element=e;var t=(e.getAttribute("class")||"").split(/\s+/);for(var n of t)this.classes.add(n)}add(e){this.classes.add(e),this.changed=!0}remove(e){this.classes.delete(e),this.changed=!0}commit(){if(this.changed){var e="";this.classes.forEach((t=>e+=t+" ")),this.element.setAttribute("class",e)}}}var o=new WeakMap,l=(0,s.u$)((e=>t=>{if(!(t instanceof s.ab)||t instanceof s.Vm||"class"!==t.committer.name||t.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{committer:n}=t,{element:i}=n,r=o.get(t);void 0===r&&(i.setAttribute("class",n.strings.join(" ")),o.set(t,r=new Set));var l=i.classList||new a(i);for(var c in r.forEach((t=>{t in e||(l.remove(t),r.delete(t))})),e){var h=e[c];h!=r.has(c)&&(h?(l.add(c),r.add(c)):(l.remove(c),r.delete(c)))}"function"==typeof l.commit&&l.commit()})),c=new WeakMap,h=(0,s.u$)((e=>t=>{if(!(t instanceof s.ab)||t instanceof s.Vm||"style"!==t.committer.name||t.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var{committer:n}=t,{style:i}=n.element,r=c.get(t);for(var a in void 0===r&&(i.cssText=n.strings.join(" "),c.set(t,r=new Set)),r.forEach((t=>{t in e||(r.delete(t),-1===t.indexOf("-")?i[t]=null:i.removeProperty(t))})),e)r.add(a),-1===a.indexOf("-")?i[a]=e[a]:i.setProperty(a,e[a])})),p=n(3426),u=n(8623),d=n(1430),v=n(5786),g=n(880),f=n(5376),b=n(372),m=n(8726),w=n(3075),y=n(4261),E=n(7137),M=n(2618),x=n(610),C=n(5755),k=n(1660);var S=n(9317);var T=n(9486),O=n(1872),z=n(528),X=n(9258),$=n(6568),D=n(3677);var I=n(2286),Z=.15,j=n(7661);function W(e,t,n,i){return n*Math.sin(e/i*(Math.PI/2))+t}function R(e){return("ResizeObserver"in window?(0,I.c3)(e):(0,j.of)({contentRect:{width:e.clientWidth}})).pipe((0,m.T)((e=>{var{contentRect:{width:t}}=e;return t})))}var P={fromAttribute:e=>(null!=e?e:"").replace(/[\[\]]/g,"").split(",").map(Number),toAttribute:e=>e.join(",")};var A=n(6043),B=n(5213);function N(e){return(0,x.N)((function(t,n){var i,r,s=!1,a=!1,o=!1,l=function(){return o&&a&&(n.complete(),!0)},c=function(){o=!1,i=t.subscribe((0,k._)(n,void 0,(function(){o=!0,!l()&&(r||(r=new b.B,(0,M.Tg)(e(r)).subscribe((0,k._)(n,(function(){i?c():s=!0}),(function(){a=!0,l()})))),r).next()}))),s&&(i.unsubscribe(),i=null,s=!1,c())};c()}))}var _=Math.abs.bind(Math);class G{getStartObservable(){return(0,u.z)([this.$.mouseEvents]).pipe((0,X.n)((e=>{var[t]=e,n=(0,v.R)(document,"touchstart",{passive:!0}).pipe((0,O.p)((e=>{var{touches:t}=e;return 1===t.length})),(0,m.T)((e=>{var{touches:t}=e;return t[0]}))),i=t?(0,v.R)(document,"mousedown").pipe((0,m.T)((e=>(e.event=e,e)))):g.t;return(0,d.h)(n,i)})))}getMoveObservable(e,t){return(0,u.z)([this.$.mouseEvents,this.$.preventDefault]).pipe((0,X.n)((n=>{var[i,r]=n,s=(0,v.R)(document,"touchmove",{passive:!r}).pipe((0,m.T)((e=>(e.touches[0].event=e,e.touches[0])))),a=i?(0,v.R)(document,"mousemove",{passive:!r}).pipe((0,I.BB)((0,d.h)(e.pipe((0,A.u)(!0)),t.pipe((0,A.u)(!1)))),(0,m.T)((e=>(e.event=e,e)))):g.t;return(0,d.h)(s,a)})))}getEndObservable(){return(0,u.z)([this.$.mouseEvents]).pipe((0,X.n)((e=>{var[t]=e,n=(0,v.R)(document,"touchend",{passive:!0}).pipe((0,O.p)((e=>{var{touches:t}=e;return 0===t.length})),(0,m.T)((e=>e.changedTouches[0]))),i=t?(0,v.R)(document,"mouseup",{passive:!0}).pipe((0,m.T)((e=>(e.event=e,e)))):g.t;return(0,d.h)(n,i)})))}getIsSlidingObservable(e,t,n){return this.getIsSlidingObservableInner(e,t).pipe((0,B.s)(1),(0,z.Z)(void 0),N((()=>n)))}getIsSlidingObservableInner(e,t){return this.threshold?e.pipe((0,y.E)(t),(n=e=>{var[{clientX:t,clientY:n},{clientX:i,clientY:r}]=e;return _(r-n){var[{clientX:t,clientY:n},{clientX:i,clientY:r}]=e;return _(i-t)>=_(r-n)}))):e.pipe((0,y.E)(t),(0,m.T)((e=>{var[{clientX:t,clientY:n,event:i},{clientX:r,clientY:s}]=e,a=_(r-t)>=_(s-n);return this.noScroll&&a&&i&&i.preventDefault(),a})));var n}}var Y,L=Math.min.bind(Math),H=Math.max.bind(Math);class J{calcIsInRange(e,t){var{clientX:n}=e;switch(this.side){case"left":var[i,r]=this.range;return n>i&&(t||na);default:throw Error()}}calcIsSwipe(e,t,n,i,r){var{clientX:s}=e,{clientX:a}=t;return a!==s||n>0&&nZ||!(r<-.15)&&n>=i/2;case"right":return-r>Z||!(-r<-.15)&&n<=-i/2;default:throw Error()}}calcTranslateX(e,t,n,i){var{clientX:r}=e,{clientX:s}=t;switch(this.side){case"left":return H(0,L(i,n+(r-s)));case"right":return L(0,H(-i,n+(r-s)));default:throw Error()}}}class Q{updateDOM(e,t){var n=e/t*("left"===this.side?1:-1)||0;this.translateX=e,this.opacity=n,this.updater.updateDOM(e,n)}}class U{constructor(e){this.parent=e}static getUpdaterForPlatform(e){return"attributeStyleMap"in Element.prototype&&"CSS"in window&&"number"in CSS?new q(e):new V(e)}get contentEl(){return this.parent.contentEl}get scrimEl(){return this.parent.scrimEl}}class V extends U{constructor(e){super(e)}updateDOM(e,t){this.contentEl.style.transform="translate(".concat(e,"px, 0px)"),this.scrimEl.style.opacity="".concat(t)}}class q extends U{constructor(e){super(e),this.tvalue=new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),this.ovalue=CSS.number(1)}updateDOM(e,t){this.tvalue[0].x.value=e,this.ovalue.value=t,this.contentEl.attributeStyleMap.set("transform",this.tvalue),this.scrimEl.attributeStyleMap.set("opacity",this.ovalue)}}var F,K,ee,te,ne,ie,re,se,ae=(0,r.AH)(Y||(F=["\n @media screen {\n :host {\n touch-action: pan-x;\n }\n\n .full-screen {\n position: fixed;\n top: 0;\n left: 0;\n height: 100vh;\n width: 100vw;\n }\n\n .full-height {\n position: fixed;\n top: 0;\n height: 100vh;\n }\n\n .peek {\n left: 0;\n width: var(--hy-drawer-peek-width, 0px);\n visibility: hidden;\n z-index: calc(var(--hy-drawer-z-index, 100) - 1);\n }\n\n .scrim {\n position: fixed;\n top: 0;\n left: 0;\n height: 10vh;\n width: 10vw;\n transform: scale(10);\n transform-origin: top left;\n opacity: 0;\n pointer-events: none;\n background: var(--hy-drawer-scrim-background, rgba(0, 0, 0, 0.5));\n z-index: var(--hy-drawer-z-index, 100);\n -webkit-tap-highlight-color: transparent;\n }\n\n .range {\n position: fixed;\n top: 0;\n height: 100vh;\n z-index: calc(var(--hy-drawer-z-index, 100) + 1);\n }\n\n .grabbing-screen {\n cursor: grabbing;\n z-index: calc(var(--hy-drawer-z-index, 100) + 2);\n }\n\n .wrapper {\n width: var(--hy-drawer-width, 300px);\n background: var(--hy-drawer-background, inherit);\n box-shadow: var(--hy-drawer-box-shadow, 0 0 15px rgba(0, 0, 0, 0.25));\n z-index: calc(var(--hy-drawer-z-index, 100) + 3);\n contain: strict;\n }\n\n .wrapper.left {\n left: calc(-1 * var(--hy-drawer-width, 300px) + var(--hy-drawer-peek-width, 0px));\n }\n\n .wrapper.right {\n right: calc(-1 * var(--hy-drawer-width, 300px) + var(--hy-drawer-peek-width, 0px));\n }\n\n .wrapper > .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"],K||(K=F.slice(0)),Y=Object.freeze(Object.defineProperties(F,{raw:{value:Object.freeze(K)}}))));function oe(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var le=class extends((0,I.XJ)(I.sJ,[G,Q,J])){constructor(){super(...arguments),this.opened=!1,this.side="left",this.persistent=!1,this.threshold=10,this.noScroll=!1,this.mouseEvents=!1,this.range=[0,100],this.willChange=!1,ne.set(this,(0,I.Ni)()),ie.set(this,void 0),re.set(this,void 0),se.set(this,void 0),this.upgrade=()=>{var e,t=this.getDrawerWidth(),n=this.$.persistent.pipe((0,m.T)((e=>!e))),r=this.getStartObservable().pipe((0,I.tL)(n),(0,w.u)()),s=(0,p.v)((()=>(0,i.gn)(this,ie,"f").pipe((0,m.T)((e=>0!==e))))),a=r.pipe((0,y.E)(s),(0,m.T)((e=>this.calcIsInRange(...e))),(0,E.M)((e=>{e&&(this.willChange=!0,this.fireEvent("prepare"))})),(0,w.u)()),o=this.getEndObservable().pipe((0,I.tL)(n,a),(0,E.M)((()=>{this.mouseEvents&&(this.grabbing=!1)})),(0,w.u)()),l=this.getMoveObservable(r,o).pipe((0,I.tL)(n,a),(0,w.u)()),c=this.getIsSlidingObservable(l,r,o).pipe((0,E.M)((e=>{this.isSliding=e,e&&this.mouseEvents&&(this.grabbing=!0)}))),h=(0,i.GG)(this,ie,(0,p.v)((()=>{var e=(0,u.z)([this.$.opened,this.$.side,t]).pipe((0,m.T)((e=>{var[t,n,i]=e;return t?i*("left"===n?1:-1):0}))),n=l.pipe((0,I.tL)(c),(0,E.M)((()=>this.scrimClickable=!1)),(0,E.M)((e=>{var{event:t}=e;return t&&this.noScroll&&t.preventDefault()})),(0,y.E)(r,(0,i.gn)(this,re,"f"),t),(0,m.T)((e=>this.calcTranslateX(...e))));return(0,d.h)((0,i.gn)(this,se,"f"),e,n)})).pipe((0,w.u)()),"f");(0,i.GG)(this,re,h.pipe((e=r,(0,x.N)((function(t,n){var i=!1,r=null;t.subscribe((0,k._)(n,(function(e){i=!0,r=e}))),(0,M.Tg)(e).subscribe((0,k._)(n,(function(){if(i){i=!1;var e=r;r=null,n.next(e)}}),C.l))})))),"f");var f,b=h.pipe((void 0===f&&(f=S.U),(0,m.T)((function(e){return{value:e,timestamp:f.now()}}))),(0,T.J)(),(0,O.p)((e=>{var[{timestamp:t},{timestamp:n}]=e;return n-t>0})),(0,m.T)((e=>{var[{value:t,timestamp:n},{value:i,timestamp:r}]=e;return(i-t)/(r-n)})),(0,z.Z)(0)),Z=o.pipe((0,y.E)(r,h,t,b),(0,O.p)((e=>this.calcIsSwipe(...e))),(0,m.T)((e=>this.calcWillOpen(...e)))),j=this.animateTo$.pipe((0,E.M)((()=>{this.willChange=!0,this.fireEvent("prepare")})));(0,i.GG)(this,se,(0,d.h)(Z,j).pipe((0,y.E)(h,t),(0,X.n)((e=>{var t,[n,i,s]=e,a="left"===this.side?1:-1,o=(n?s*a:0)-i,l=Math.ceil(200+.15*s);return(0,I.Qx)(W,i,o,l).pipe((0,$.j)((()=>{this.transitioned(n)})),(0,D.Q)(r),(0,D.Q)(this.$.side.pipe((t=1,(0,O.p)((function(e,n){return t<=n}))))),(0,w.u)())}))),"f"),h.pipe((0,y.E)(t),(0,E.M)((e=>{this.updateDOM(...e);var{translateX:t,opacity:n}=this;this.fireEvent("move",{detail:{translateX:t,opacity:n},bubbles:!1})}))).subscribe(),(0,v.R)(this.scrimEl,"click").pipe((0,E.M)((()=>this.close()))).subscribe(),n.pipe((0,E.M)((e=>{this.scrimEl.style.display=e?"block":"none"}))).subscribe(),this.$.mouseEvents.pipe((0,X.n)((e=>e?r.pipe((0,y.E)(a)):g.t)),(0,O.p)((e=>{var[t,n]=e;return n&&null!=t.event})),(0,E.M)((e=>{var[{event:t}]=e;return t&&t.preventDefault()}))).subscribe(),this.fireEvent("init",{detail:this.opened}),(0,i.gn)(this,ne,"f").resolve(this)},this.transitioned=e=>{this.opened=this.scrimClickable=e,this.willChange=!1,this.fireEvent("transitioned",{detail:e})}}get initialized(){return(0,i.gn)(this,ne,"f")}getDrawerWidth(){var e=R(this.contentEl).pipe((0,E.M)((e=>this.fireEvent("content-width-change",{detail:e})))),t=R(this.peekEl).pipe((0,E.M)((e=>this.fireEvent("peek-width-change",{detail:e}))));return(0,u.z)([e,t]).pipe((0,m.T)((e=>{var[t,n]=e;return t-n})),(0,w.u)())}connectedCallback(){super.connectedCallback(),this.$={opened:new f.t(this.opened),side:new f.t(this.side),persistent:new f.t(this.persistent),preventDefault:new f.t(this.noScroll),mouseEvents:new f.t(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new b.B,this.updater=U.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}render(){return(0,r.qy)(ee||(ee=oe(['\n
\n \n
\n \n
\n \n '])),h({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?(0,r.qy)(te||(te=oe(['
']))):null,l({wrapper:!0,"full-height":!0,[this.side]:!0,grab:this.mouseEvents,grabbing:this.mouseEvents&&this.grabbing}),h({willChange:this.willChange?"transform":""}))}open(){this.animateTo$.next(!0)}close(){this.animateTo$.next(!1)}toggle(){this.animateTo$.next(!this.opened)}};ne=new WeakMap,ie=new WeakMap,re=new WeakMap,se=new WeakMap,le.styles=ae,(0,i.Cg)([(0,r.P)(".scrim")],le.prototype,"scrimEl",void 0),(0,i.Cg)([(0,r.P)(".wrapper")],le.prototype,"contentEl",void 0),(0,i.Cg)([(0,r.P)(".peek")],le.prototype,"peekEl",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],le.prototype,"opened",void 0),(0,i.Cg)([(0,r.MZ)({type:String,reflect:!0})],le.prototype,"side",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],le.prototype,"persistent",void 0),(0,i.Cg)([(0,r.MZ)({type:Number,reflect:!0})],le.prototype,"threshold",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],le.prototype,"noScroll",void 0),(0,i.Cg)([(0,r.MZ)({type:Boolean,reflect:!0})],le.prototype,"mouseEvents",void 0),(0,i.Cg)([(0,r.MZ)({reflect:!0,converter:P,hasChanged:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length!==t.length||e.some(((e,n)=>e!==t[n]))}})],le.prototype,"range",void 0),(0,i.Cg)([(0,r.MZ)()],le.prototype,"scrimClickable",void 0),(0,i.Cg)([(0,r.MZ)()],le.prototype,"grabbing",void 0),(0,i.Cg)([(0,r.MZ)()],le.prototype,"willChange",void 0),(0,i.Cg)([(0,r.MZ)()],le.prototype,"open",null),(0,i.Cg)([(0,r.MZ)()],le.prototype,"close",null),(0,i.Cg)([(0,r.MZ)()],le.prototype,"toggle",null),le=(0,i.Cg)([(0,r.EM)("hy-drawer")],le)}}]); \ No newline at end of file diff --git a/assets/js/deepdive-9.1.7.min.js b/assets/js/deepdive-9.1.7.min.js index d2da937..bdd7c2a 100644 --- a/assets/js/deepdive-9.1.7.min.js +++ b/assets/js/deepdive-9.1.7.min.js @@ -1 +1 @@ -(()=>{"use strict";var t,e,r,n,o={6566:(t,e,r)=>{r.d(e,{FF:()=>I,Fr:()=>h,Gg:()=>g,HQ:()=>v,Ie:()=>x,Kz:()=>O,Nc:()=>s.Nc,Oo:()=>b,PN:()=>a.PN,QN:()=>w,Sk:()=>m,UO:()=>y,YS:()=>A,bw:()=>l,hY:()=>i.hY,i0:()=>S,nr:()=>d,pd:()=>f,r7:()=>a.r7,tL:()=>u.tL,u1:()=>T,y6:()=>j});var n=r(7661),o=r(5404),i=r(7580),a=r(426),u=r(8679),s=r(77),c=getComputedStyle(document.documentElement),f="(min-width: ".concat(c.getPropertyValue("--break-point-3"),")"),l="(min-width: ".concat(c.getPropertyValue("--break-point-dynamic"),")"),p=(parseFloat(c.getPropertyValue("--content-width-5")),parseFloat(c.getPropertyValue("--content-margin-5")),parseFloat(c.getPropertyValue("--sidebar-width")),parseFloat(c.getPropertyValue("--half-content")),navigator.userAgent.toLowerCase()),d=p.indexOf("safari")>0&&p.indexOf("chrome")<0,h=p.indexOf("mobile")>0,v=d&&h,y=(p.indexOf("ucbrowser"),p.indexOf("firefox"),p.indexOf("fxios")>0&&p.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),g=new Promise((t=>{"customElements"in window?t(!0):document.addEventListener("WebComponentsReady",t)})),m=new Promise((function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?e(!0):n<=0?r(Error("Stylesheet not loaded within 10 seconds")):setTimeout((()=>t(e,r,n-1)),1e3/3):e(!0)})),b=(t,e)=>new Promise((r=>t.addEventListener(e,r,{once:!0})));function w(t){return!window.Modernizr||[...t].every((t=>{var e=window.Modernizr[t];return e||console.warn("Feature '".concat(t,"' missing!")),e}))}function x(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function S(t,e,r){return t?o.c.create((n=>{var o=t.animate(e,r);return o.addEventListener("finish",(t=>{n.next(t),requestAnimationFrame((()=>{requestAnimationFrame((()=>n.complete()))}))})),()=>{"finished"!==o.playState&&o.cancel()}})):(0,n.of)(new CustomEvent("finish"))}function O(t){var e=document.getElementById(t);return e&&document.importNode(e.content,!0)}var E=document.body||document.documentElement,A=()=>window.innerWidth||E.clientWidth;function T(t,e){return new Promise(((r,n)=>{var o=new MessageChannel;o.port1.onmessage=t=>{t.data.error?n(t.data.error):r(t.data)},t.postMessage(e,[o.port2])}))}var P=t=>e=>new Promise((r=>t(e).addEventListener("load",r))),j=(P(window.loadJS),P(window.loadCSS));function I(t,e){return new Promise((r=>{var n=new IntersectionObserver((e=>{e.some((t=>t.isIntersecting))&&(t.forEach((t=>n.unobserve(t))),r(e.find((t=>t.isIntersecting))))}),e);t.forEach((t=>n.observe(t)))}))}},5751:(t,e,r)=>{r.r(e);var n=r(6566);function o(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}var i;(i=function*(){yield n.Sk;var t=(0,n.Kz)("_dark-mode-template");if(t){var e=document.querySelector("#_navbar > .content > .nav-btn-bar");null==e||e.insertBefore(t,e.querySelector(".nav-span"));var r=document.getElementById("_dark-mode");null==r||r.addEventListener("click",(t=>{t.preventDefault();var e=document.body.classList;e.contains("dark-mode")||"_sunset"in window&&!e.contains("light-mode")&&matchMedia("(prefers-color-scheme: dark)").matches?(e.remove("dark-mode"),e.add("light-mode"),r.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!1,bubbles:!0}))):(e.remove("light-mode"),e.add("dark-mode"),r.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!0,bubbles:!0})))})),yield(0,n.Oo)(document,"click");var o=Array.from(document.styleSheets),i=o.find((t=>{var e;return"_styleInline"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),a=o.find((t=>{var e;return"_stylePreload"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),u=t=>{if(t){var e=Array.from(t.rules).find((t=>t.selectorText.startsWith(".color-transition")));e&&(e.style.transition="background-color 1s ease, border-color 1s ease")}};u(i),u(a)}},function(){var t=this,e=arguments;return new Promise((function(r,n){var a=i.apply(t,e);function u(t){o(a,r,n,u,s,"next",t)}function s(t){o(a,r,n,u,s,"throw",t)}u(void 0)}))})()},7513:(t,e,r)=>{r.r(e);var n=r(6566),o=r(5786),i=r(6510),a=Array.isArray||(t=>"[object Array]"===Object.prototype.toString.call(t)),u=/on([A-Z][A-Za-z]+)/,s=(t,e)=>{function r(t){"string"==typeof t?this.appendChild(e(t)):null!=t&&this.appendChild(t)}return function(e,n){var o=t(e);for(var i in n){var s;if(s=u.exec(i)){var[,c]=s;o.addEventListener(c.toLowerCase(),n[i])}else o.setAttribute(i,n[i])}for(var f=arguments.length,l=new Array(f>2?f-2:0),p=2;p"[object NodeList]"===Object.prototype.toString.call(t))(v))?(d&&(v=Array.prototype.slice.call(v,0)),Array.prototype.forEach.call(v,r,o)):Array.prototype.forEach.call(l,r,o),o}};var c=s(document.createElement.bind(document),document.createTextNode.bind(document));function f(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function l(t){return t instanceof f(t).Element||t instanceof Element}function p(t){return t instanceof f(t).HTMLElement||t instanceof HTMLElement}function d(t){return"undefined"!=typeof ShadowRoot&&(t instanceof f(t).ShadowRoot||t instanceof ShadowRoot)}var h=Math.max,v=Math.min,y=Math.round;function g(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function m(){return!/^((?!chrome|android).)*safari/i.test(g())}function b(t,e,r){void 0===e&&(e=!1),void 0===r&&(r=!1);var n=t.getBoundingClientRect(),o=1,i=1;e&&p(t)&&(o=t.offsetWidth>0&&y(n.width)/t.offsetWidth||1,i=t.offsetHeight>0&&y(n.height)/t.offsetHeight||1);var a=(l(t)?f(t):window).visualViewport,u=!m()&&r,s=(n.left+(u&&a?a.offsetLeft:0))/o,c=(n.top+(u&&a?a.offsetTop:0))/i,d=n.width/o,h=n.height/i;return{width:d,height:h,top:c,right:s+d,bottom:c+h,left:s,x:s,y:c}}function w(t){var e=f(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function x(t){return t?(t.nodeName||"").toLowerCase():null}function S(t){return((l(t)?t.ownerDocument:t.document)||window.document).documentElement}function O(t){return b(S(t)).left+w(t).scrollLeft}function E(t){return f(t).getComputedStyle(t)}function A(t){var e=E(t),r=e.overflow,n=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function T(t,e,r){void 0===r&&(r=!1);var n,o,i=p(e),a=p(e)&&function(t){var e=t.getBoundingClientRect(),r=y(e.width)/t.offsetWidth||1,n=y(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),u=S(e),s=b(t,a,r),c={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(i||!i&&!r)&&(("body"!==x(e)||A(u))&&(c=(n=e)!==f(n)&&p(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:w(n)),p(e)?((l=b(e,!0)).x+=e.clientLeft,l.y+=e.clientTop):u&&(l.x=O(u))),{x:s.left+c.scrollLeft-l.x,y:s.top+c.scrollTop-l.y,width:s.width,height:s.height}}function P(t){var e=b(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function j(t){return"html"===x(t)?t:t.assignedSlot||t.parentNode||(d(t)?t.host:null)||S(t)}function I(t){return["html","body","#document"].indexOf(x(t))>=0?t.ownerDocument.body:p(t)&&A(t)?t:I(j(t))}function L(t,e){var r;void 0===e&&(e=[]);var n=I(t),o=n===(null==(r=t.ownerDocument)?void 0:r.body),i=f(n),a=o?[i].concat(i.visualViewport||[],A(n)?n:[]):n,u=e.concat(a);return o?u:u.concat(L(j(a)))}function R(t){return["table","td","th"].indexOf(x(t))>=0}function k(t){return p(t)&&"fixed"!==E(t).position?t.offsetParent:null}function _(t){for(var e=f(t),r=k(t);r&&R(r)&&"static"===E(r).position;)r=k(r);return r&&("html"===x(r)||"body"===x(r)&&"static"===E(r).position)?e:r||function(t){var e=/firefox/i.test(g());if(/Trident/i.test(g())&&p(t)&&"fixed"===E(t).position)return null;var r=j(t);for(d(r)&&(r=r.host);p(r)&&["html","body"].indexOf(x(r))<0;){var n=E(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}var C="top",N="bottom",U="right",M="left",D="auto",F=[C,N,U,M],B="start",H="end",q="clippingParents",z="viewport",W="popper",V="reference",$=F.reduce((function(t,e){return t.concat([e+"-"+B,e+"-"+H])}),[]),Y=[].concat(F,[D]).reduce((function(t,e){return t.concat([e,e+"-"+B,e+"-"+H])}),[]),G=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function X(t){var e=new Map,r=new Set,n=[];function o(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&o(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||o(t)})),n}var J={placement:"bottom",modifiers:[],strategy:"absolute"};function Q(){for(var t=arguments.length,e=new Array(t),r=0;r=0?"x":"y"}function nt(t){var e,r=t.reference,n=t.element,o=t.placement,i=o?tt(o):null,a=o?et(o):null,u=r.x+r.width/2-n.width/2,s=r.y+r.height/2-n.height/2;switch(i){case C:e={x:u,y:r.y-n.height};break;case N:e={x:u,y:r.y+r.height};break;case U:e={x:r.x+r.width,y:s};break;case M:e={x:r.x-n.width,y:s};break;default:e={x:r.x,y:r.y}}var c=i?rt(i):null;if(null!=c){var f="y"===c?"height":"width";switch(a){case B:e[c]=e[c]-(r[f]/2-n[f]/2);break;case H:e[c]=e[c]+(r[f]/2-n[f]/2)}}return e}var ot={top:"auto",right:"auto",bottom:"auto",left:"auto"};function it(t){var e,r=t.popper,n=t.popperRect,o=t.placement,i=t.variation,a=t.offsets,u=t.position,s=t.gpuAcceleration,c=t.adaptive,l=t.roundOffsets,p=t.isFixed,d=a.x,h=void 0===d?0:d,v=a.y,g=void 0===v?0:v,m="function"==typeof l?l({x:h,y:g}):{x:h,y:g};h=m.x,g=m.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),x=M,O=C,A=window;if(c){var T=_(r),P="clientHeight",j="clientWidth";if(T===f(r)&&"static"!==E(T=S(r)).position&&"absolute"===u&&(P="scrollHeight",j="scrollWidth"),o===C||(o===M||o===U)&&i===H)O=N,g-=(p&&T===A&&A.visualViewport?A.visualViewport.height:T[P])-n.height,g*=s?1:-1;if(o===M||(o===C||o===N)&&i===H)x=U,h-=(p&&T===A&&A.visualViewport?A.visualViewport.width:T[j])-n.width,h*=s?1:-1}var I,L=Object.assign({position:u},c&&ot),R=!0===l?function(t,e){var r=t.x,n=t.y,o=e.devicePixelRatio||1;return{x:y(r*o)/o||0,y:y(n*o)/o||0}}({x:h,y:g},f(r)):{x:h,y:g};return h=R.x,g=R.y,s?Object.assign({},L,((I={})[O]=w?"0":"",I[x]=b?"0":"",I.transform=(A.devicePixelRatio||1)<=1?"translate("+h+"px, "+g+"px)":"translate3d("+h+"px, "+g+"px, 0)",I)):Object.assign({},L,((e={})[O]=w?g+"px":"",e[x]=b?h+"px":"",e.transform="",e))}const at={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},o=e.elements[t];p(o)&&x(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});p(n)&&x(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};const ut={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.offset,i=void 0===o?[0,0]:o,a=Y.reduce((function(t,r){return t[r]=function(t,e,r){var n=tt(t),o=[M,C].indexOf(n)>=0?-1:1,i="function"==typeof r?r(Object.assign({},e,{placement:t})):r,a=i[0],u=i[1];return a=a||0,u=(u||0)*o,[M,U].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}(r,e.rects,i),t}),{}),u=a[e.placement],s=u.x,c=u.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=s,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=a}};var st={left:"right",right:"left",bottom:"top",top:"bottom"};function ct(t){return t.replace(/left|right|bottom|top/g,(function(t){return st[t]}))}var ft={start:"end",end:"start"};function lt(t){return t.replace(/start|end/g,(function(t){return ft[t]}))}function pt(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&d(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function dt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function ht(t,e,r){return e===z?dt(function(t,e){var r=f(t),n=S(t),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,u=0,s=0;if(o){i=o.width,a=o.height;var c=m();(c||!c&&"fixed"===e)&&(u=o.offsetLeft,s=o.offsetTop)}return{width:i,height:a,x:u+O(t),y:s}}(t,r)):l(e)?function(t,e){var r=b(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):dt(function(t){var e,r=S(t),n=w(t),o=null==(e=t.ownerDocument)?void 0:e.body,i=h(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=h(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-n.scrollLeft+O(t),s=-n.scrollTop;return"rtl"===E(o||r).direction&&(u+=h(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:u,y:s}}(S(t)))}function vt(t,e,r,n){var o="clippingParents"===e?function(t){var e=L(j(t)),r=["absolute","fixed"].indexOf(E(t).position)>=0&&p(t)?_(t):t;return l(r)?e.filter((function(t){return l(t)&&pt(t,r)&&"body"!==x(t)})):[]}(t):[].concat(e),i=[].concat(o,[r]),a=i[0],u=i.reduce((function(e,r){var o=ht(t,r,n);return e.top=h(o.top,e.top),e.right=v(o.right,e.right),e.bottom=v(o.bottom,e.bottom),e.left=h(o.left,e.left),e}),ht(t,a,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function yt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function gt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}function mt(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=void 0===n?t.placement:n,i=r.strategy,a=void 0===i?t.strategy:i,u=r.boundary,s=void 0===u?q:u,c=r.rootBoundary,f=void 0===c?z:c,p=r.elementContext,d=void 0===p?W:p,h=r.altBoundary,v=void 0!==h&&h,y=r.padding,g=void 0===y?0:y,m=yt("number"!=typeof g?g:gt(g,F)),w=d===W?V:W,x=t.rects.popper,O=t.elements[v?w:d],E=vt(l(O)?O:O.contextElement||S(t.elements.popper),s,f,a),A=b(t.elements.reference),T=nt({reference:A,element:x,strategy:"absolute",placement:o}),P=dt(Object.assign({},x,T)),j=d===W?P:A,I={top:E.top-j.top+m.top,bottom:j.bottom-E.bottom+m.bottom,left:E.left-j.left+m.left,right:j.right-E.right+m.right},L=t.modifiersData.offset;if(d===W&&L){var R=L[o];Object.keys(I).forEach((function(t){var e=[U,N].indexOf(t)>=0?1:-1,r=[C,N].indexOf(t)>=0?"y":"x";I[t]+=R[r]*e}))}return I}function bt(t,e,r){return h(t,v(e,r))}const wt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0!==a&&a,s=r.boundary,c=r.rootBoundary,f=r.altBoundary,l=r.padding,p=r.tether,d=void 0===p||p,y=r.tetherOffset,g=void 0===y?0:y,m=mt(e,{boundary:s,rootBoundary:c,padding:l,altBoundary:f}),b=tt(e.placement),w=et(e.placement),x=!w,S=rt(b),O="x"===S?"y":"x",E=e.modifiersData.popperOffsets,A=e.rects.reference,T=e.rects.popper,j="function"==typeof g?g(Object.assign({},e.rects,{placement:e.placement})):g,I="number"==typeof j?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),L=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,R={x:0,y:0};if(E){if(i){var k,D="y"===S?C:M,F="y"===S?N:U,H="y"===S?"height":"width",q=E[S],z=q+m[D],W=q-m[F],V=d?-T[H]/2:0,$=w===B?A[H]:T[H],Y=w===B?-T[H]:-A[H],G=e.elements.arrow,X=d&&G?P(G):{width:0,height:0},J=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Q=J[D],K=J[F],Z=bt(0,A[H],X[H]),nt=x?A[H]/2-V-Z-Q-I.mainAxis:$-Z-Q-I.mainAxis,ot=x?-A[H]/2+V+Z+K+I.mainAxis:Y+Z+K+I.mainAxis,it=e.elements.arrow&&_(e.elements.arrow),at=it?"y"===S?it.clientTop||0:it.clientLeft||0:0,ut=null!=(k=null==L?void 0:L[S])?k:0,st=q+ot-ut,ct=bt(d?v(z,q+nt-ut-at):z,q,d?h(W,st):W);E[S]=ct,R[S]=ct-q}if(u){var ft,lt="x"===S?C:M,pt="x"===S?N:U,dt=E[O],ht="y"===O?"height":"width",vt=dt+m[lt],yt=dt-m[pt],gt=-1!==[C,M].indexOf(b),wt=null!=(ft=null==L?void 0:L[O])?ft:0,xt=gt?vt:dt-A[ht]-T[ht]-wt+I.altAxis,St=gt?dt+A[ht]+T[ht]-wt-I.altAxis:yt,Ot=d&>?function(t,e,r){var n=bt(t,e,r);return n>r?r:n}(xt,dt,St):bt(d?xt:vt,dt,d?St:yt);E[O]=Ot,R[O]=Ot-dt}e.modifiersData[n]=R}},requiresIfExists:["offset"]};const xt={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,o=t.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,u=tt(r.placement),s=rt(u),c=[M,U].indexOf(u)>=0?"height":"width";if(i&&a){var f=function(t,e){return yt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:gt(t,F))}(o.padding,r),l=P(i),p="y"===s?C:M,d="y"===s?N:U,h=r.rects.reference[c]+r.rects.reference[s]-a[s]-r.rects.popper[c],v=a[s]-r.rects.reference[s],y=_(i),g=y?"y"===s?y.clientHeight||0:y.clientWidth||0:0,m=h/2-v/2,b=f[p],w=g-l[c]-f[d],x=g/2-l[c]/2+m,S=bt(b,x,w),O=s;r.modifiersData[n]=((e={})[O]=S,e.centerOffset=S-x,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&pt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function St(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function Ot(t){return[C,U,N,M].some((function(e){return t[e]>=0}))}var Et=K({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,o=n.scroll,i=void 0===o||o,a=n.resize,u=void 0===a||a,s=f(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach((function(t){t.addEventListener("scroll",r.update,Z)})),u&&s.addEventListener("resize",r.update,Z),function(){i&&c.forEach((function(t){t.removeEventListener("scroll",r.update,Z)})),u&&s.removeEventListener("resize",r.update,Z)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=nt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,u=r.roundOffsets,s=void 0===u||u,c={placement:tt(e.placement),variation:et(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,it(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:s})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,it(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},at,ut,{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0===a||a,s=r.fallbackPlacements,c=r.padding,f=r.boundary,l=r.rootBoundary,p=r.altBoundary,d=r.flipVariations,h=void 0===d||d,v=r.allowedAutoPlacements,y=e.options.placement,g=tt(y),m=s||(g===y||!h?[ct(y)]:function(t){if(tt(t)===D)return[];var e=ct(t);return[lt(t),e,lt(e)]}(y)),b=[y].concat(m).reduce((function(t,r){return t.concat(tt(r)===D?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,u=r.flipVariations,s=r.allowedAutoPlacements,c=void 0===s?Y:s,f=et(n),l=f?u?$:$.filter((function(t){return et(t)===f})):F,p=l.filter((function(t){return c.indexOf(t)>=0}));0===p.length&&(p=l);var d=p.reduce((function(e,r){return e[r]=mt(t,{placement:r,boundary:o,rootBoundary:i,padding:a})[tt(r)],e}),{});return Object.keys(d).sort((function(t,e){return d[t]-d[e]}))}(e,{placement:r,boundary:f,rootBoundary:l,padding:c,flipVariations:h,allowedAutoPlacements:v}):r)}),[]),w=e.rects.reference,x=e.rects.popper,S=new Map,O=!0,E=b[0],A=0;A=0,L=I?"width":"height",R=mt(e,{placement:T,boundary:f,rootBoundary:l,altBoundary:p,padding:c}),k=I?j?U:M:j?N:C;w[L]>x[L]&&(k=ct(k));var _=ct(k),H=[];if(i&&H.push(R[P]<=0),u&&H.push(R[k]<=0,R[_]<=0),H.every((function(t){return t}))){E=T,O=!1;break}S.set(T,H)}if(O)for(var q=function(t){var e=b.find((function(e){var r=S.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return E=e,"break"},z=h?3:1;z>0;z--){if("break"===q(z))break}e.placement!==E&&(e.modifiersData[n]._skip=!0,e.placement=E,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},wt,xt,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,a=mt(e,{elementContext:"reference"}),u=mt(e,{altBoundary:!0}),s=St(a,n),c=St(u,o,i),f=Ot(s),l=Ot(c);e.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:f,hasPopperEscaped:l},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":l})}}]}),At="tippy-content",Tt="tippy-backdrop",Pt="tippy-arrow",jt="tippy-svg-arrow",It={passive:!0,capture:!0},Lt=function(){return document.body};function Rt(t,e,r){if(Array.isArray(t)){var n=t[e];return null==n?Array.isArray(r)?r[e]:r:n}return t}function kt(t,e){var r={}.toString.call(t);return 0===r.indexOf("[object")&&r.indexOf(e+"]")>-1}function _t(t,e){return"function"==typeof t?t.apply(void 0,e):t}function Ct(t,e){return 0===e?t:function(n){clearTimeout(r),r=setTimeout((function(){t(n)}),e)};var r}function Nt(t){return[].concat(t)}function Ut(t,e){-1===t.indexOf(e)&&t.push(e)}function Mt(t){return t.split("-")[0]}function Dt(t){return[].slice.call(t)}function Ft(t){return Object.keys(t).reduce((function(e,r){return void 0!==t[r]&&(e[r]=t[r]),e}),{})}function Bt(){return document.createElement("div")}function Ht(t){return["Element","Fragment"].some((function(e){return kt(t,e)}))}function qt(t){return kt(t,"MouseEvent")}function zt(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Wt(t){return Ht(t)?[t]:function(t){return kt(t,"NodeList")}(t)?Dt(t):Array.isArray(t)?t:Dt(document.querySelectorAll(t))}function Vt(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function $t(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function Yt(t){var e,r=Nt(t)[0];return null!=r&&null!=(e=r.ownerDocument)&&e.body?r.ownerDocument:document}function Gt(t,e,r){var n=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[n](e,r)}))}function Xt(t,e){for(var r=e;r;){var n;if(t.contains(r))return!0;r=null==r.getRootNode||null==(n=r.getRootNode())?void 0:n.host}return!1}var Jt={isTouch:!1},Qt=0;function Kt(){Jt.isTouch||(Jt.isTouch=!0,window.performance&&document.addEventListener("mousemove",Zt))}function Zt(){var t=performance.now();t-Qt<20&&(Jt.isTouch=!1,document.removeEventListener("mousemove",Zt)),Qt=t}function te(){var t=document.activeElement;if(zt(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var ee=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var re={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},ne=Object.assign({appendTo:Lt,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},re,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),oe=Object.keys(ne);function ie(t){var e=(t.plugins||[]).reduce((function(e,r){var n,o=r.name,i=r.defaultValue;o&&(e[o]=void 0!==t[o]?t[o]:null!=(n=ne[o])?n:i);return e}),{});return Object.assign({},t,e)}function ae(t,e){var r=Object.assign({},e,{content:_t(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(ie(Object.assign({},ne,{plugins:e}))):oe).reduce((function(e,r){var n=(t.getAttribute("data-tippy-"+r)||"").trim();if(!n)return e;if("content"===r)e[r]=n;else try{e[r]=JSON.parse(n)}catch(t){e[r]=n}return e}),{})}(t,e.plugins));return r.aria=Object.assign({},ne.aria,r.aria),r.aria={expanded:"auto"===r.aria.expanded?e.interactive:r.aria.expanded,content:"auto"===r.aria.content?e.interactive?null:"describedby":r.aria.content},r}var ue=function(){return"innerHTML"};function se(t,e){t[ue()]=e}function ce(t){var e=Bt();return!0===t?e.className=Pt:(e.className=jt,Ht(t)?e.appendChild(t):se(e,t)),e}function fe(t,e){Ht(e.content)?(se(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?se(t,e.content):t.textContent=e.content)}function le(t){var e=t.firstElementChild,r=Dt(e.children);return{box:e,content:r.find((function(t){return t.classList.contains(At)})),arrow:r.find((function(t){return t.classList.contains(Pt)||t.classList.contains(jt)})),backdrop:r.find((function(t){return t.classList.contains(Tt)}))}}function pe(t){var e=Bt(),r=Bt();r.className="tippy-box",r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var n=Bt();function o(r,n){var o=le(e),i=o.box,a=o.content,u=o.arrow;n.theme?i.setAttribute("data-theme",n.theme):i.removeAttribute("data-theme"),"string"==typeof n.animation?i.setAttribute("data-animation",n.animation):i.removeAttribute("data-animation"),n.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?i.setAttribute("role",n.role):i.removeAttribute("role"),r.content===n.content&&r.allowHTML===n.allowHTML||fe(a,t.props),n.arrow?u?r.arrow!==n.arrow&&(i.removeChild(u),i.appendChild(ce(n.arrow))):i.appendChild(ce(n.arrow)):u&&i.removeChild(u)}return n.className=At,n.setAttribute("data-state","hidden"),fe(n,t.props),e.appendChild(r),r.appendChild(n),o(t.props,t.props),{popper:e,onUpdate:o}}pe.$$tippy=!0;var de=1,he=[],ve=[];function ye(t,e){var r,n,o,i,a,u,s,c,f=ae(t,Object.assign({},ne,ie(Ft(e)))),l=!1,p=!1,d=!1,h=!1,v=[],y=Ct(Y,f.interactiveDebounce),g=de++,m=(c=f.plugins).filter((function(t,e){return c.indexOf(t)===e})),b={id:g,reference:t,popper:Bt(),popperInstance:null,props:f,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:m,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(n),cancelAnimationFrame(o)},setProps:function(e){0;if(b.state.isDestroyed)return;_("onBeforeUpdate",[b,e]),V();var r=b.props,n=ae(t,Object.assign({},r,Ft(e),{ignoreAttributes:!0}));b.props=n,W(),r.interactiveDebounce!==n.interactiveDebounce&&(U(),y=Ct(Y,n.interactiveDebounce));r.triggerTarget&&!n.triggerTarget?Nt(r.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):n.triggerTarget&&t.removeAttribute("aria-expanded");N(),k(),S&&S(r,n);b.popperInstance&&(Q(),Z().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));_("onAfterUpdate",[b,e])},setContent:function(t){b.setProps({content:t})},show:function(){0;var t=b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Jt.isTouch&&!b.props.touch,o=Rt(b.props.duration,0,ne.duration);if(t||e||r||n)return;if(j().hasAttribute("disabled"))return;if(_("onShow",[b],!1),!1===b.props.onShow(b))return;b.state.isVisible=!0,P()&&(x.style.visibility="visible");k(),B(),b.state.isMounted||(x.style.transition="none");if(P()){var i=L();Vt([i.box,i.content],0)}u=function(){var t;if(b.state.isVisible&&!h){if(h=!0,x.offsetHeight,x.style.transition=b.props.moveTransition,P()&&b.props.animation){var e=L(),r=e.box,n=e.content;Vt([r,n],o),$t([r,n],"visible")}C(),N(),Ut(ve,b),null==(t=b.popperInstance)||t.forceUpdate(),_("onMount",[b]),b.props.animation&&P()&&function(t,e){q(t,e)}(o,(function(){b.state.isShown=!0,_("onShown",[b])}))}},function(){var t,e=b.props.appendTo,r=j();t=b.props.interactive&&e===Lt||"parent"===e?r.parentNode:_t(e,[r]);t.contains(x)||t.appendChild(x);b.state.isMounted=!0,Q(),!1}()},hide:function(){0;var t=!b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Rt(b.props.duration,1,ne.duration);if(t||e||r)return;if(_("onHide",[b],!1),!1===b.props.onHide(b))return;b.state.isVisible=!1,b.state.isShown=!1,h=!1,l=!1,P()&&(x.style.visibility="hidden");if(U(),H(),k(!0),P()){var o=L(),i=o.box,a=o.content;b.props.animation&&(Vt([i,a],n),$t([i,a],"hidden"))}C(),N(),b.props.animation?P()&&function(t,e){q(t,(function(){!b.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&e()}))}(n,b.unmount):b.unmount()},hideWithInteractivity:function(t){0;I().addEventListener("mousemove",y),Ut(he,y),y(t)},enable:function(){b.state.isEnabled=!0},disable:function(){b.hide(),b.state.isEnabled=!1},unmount:function(){0;b.state.isVisible&&b.hide();if(!b.state.isMounted)return;K(),Z().forEach((function(t){t._tippy.unmount()})),x.parentNode&&x.parentNode.removeChild(x);ve=ve.filter((function(t){return t!==b})),b.state.isMounted=!1,_("onHidden",[b])},destroy:function(){0;if(b.state.isDestroyed)return;b.clearDelayTimeouts(),b.unmount(),V(),delete t._tippy,b.state.isDestroyed=!0,_("onDestroy",[b])}};if(!f.render)return b;var w=f.render(b),x=w.popper,S=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+b.id,b.popper=x,t._tippy=b,x._tippy=b;var O=m.map((function(t){return t.fn(b)})),E=t.hasAttribute("aria-expanded");return W(),N(),k(),_("onCreate",[b]),f.showOnCreate&&tt(),x.addEventListener("mouseenter",(function(){b.props.interactive&&b.state.isVisible&&b.clearDelayTimeouts()})),x.addEventListener("mouseleave",(function(){b.props.interactive&&b.props.trigger.indexOf("mouseenter")>=0&&I().addEventListener("mousemove",y)})),b;function A(){var t=b.props.touch;return Array.isArray(t)?t:[t,0]}function T(){return"hold"===A()[0]}function P(){var t;return!(null==(t=b.props.render)||!t.$$tippy)}function j(){return s||t}function I(){var t=j().parentNode;return t?Yt(t):document}function L(){return le(x)}function R(t){return b.state.isMounted&&!b.state.isVisible||Jt.isTouch||i&&"focus"===i.type?0:Rt(b.props.delay,t?0:1,ne.delay)}function k(t){void 0===t&&(t=!1),x.style.pointerEvents=b.props.interactive&&!t?"":"none",x.style.zIndex=""+b.props.zIndex}function _(t,e,r){var n;(void 0===r&&(r=!0),O.forEach((function(r){r[t]&&r[t].apply(r,e)})),r)&&(n=b.props)[t].apply(n,e)}function C(){var e=b.props.aria;if(e.content){var r="aria-"+e.content,n=x.id;Nt(b.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(r);if(b.state.isVisible)t.setAttribute(r,e?e+" "+n:n);else{var o=e&&e.replace(n,"").trim();o?t.setAttribute(r,o):t.removeAttribute(r)}}))}}function N(){!E&&b.props.aria.expanded&&Nt(b.props.triggerTarget||t).forEach((function(t){b.props.interactive?t.setAttribute("aria-expanded",b.state.isVisible&&t===j()?"true":"false"):t.removeAttribute("aria-expanded")}))}function U(){I().removeEventListener("mousemove",y),he=he.filter((function(t){return t!==y}))}function M(e){if(!Jt.isTouch||!d&&"mousedown"!==e.type){var r=e.composedPath&&e.composedPath()[0]||e.target;if(!b.props.interactive||!Xt(x,r)){if(Nt(b.props.triggerTarget||t).some((function(t){return Xt(t,r)}))){if(Jt.isTouch)return;if(b.state.isVisible&&b.props.trigger.indexOf("click")>=0)return}else _("onClickOutside",[b,e]);!0===b.props.hideOnClick&&(b.clearDelayTimeouts(),b.hide(),p=!0,setTimeout((function(){p=!1})),b.state.isMounted||H())}}}function D(){d=!0}function F(){d=!1}function B(){var t=I();t.addEventListener("mousedown",M,!0),t.addEventListener("touchend",M,It),t.addEventListener("touchstart",F,It),t.addEventListener("touchmove",D,It)}function H(){var t=I();t.removeEventListener("mousedown",M,!0),t.removeEventListener("touchend",M,It),t.removeEventListener("touchstart",F,It),t.removeEventListener("touchmove",D,It)}function q(t,e){var r=L().box;function n(t){t.target===r&&(Gt(r,"remove",n),e())}if(0===t)return e();Gt(r,"remove",a),Gt(r,"add",n),a=n}function z(e,r,n){void 0===n&&(n=!1),Nt(b.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,r,n),v.push({node:t,eventType:e,handler:r,options:n})}))}function W(){var t;T()&&(z("touchstart",$,{passive:!0}),z("touchend",G,{passive:!0})),(t=b.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(z(t,$),t){case"mouseenter":z("mouseleave",G);break;case"focus":z(ee?"focusout":"blur",X);break;case"focusin":z("focusout",X)}}))}function V(){v.forEach((function(t){var e=t.node,r=t.eventType,n=t.handler,o=t.options;e.removeEventListener(r,n,o)})),v=[]}function $(t){var e,r=!1;if(b.state.isEnabled&&!J(t)&&!p){var n="focus"===(null==(e=i)?void 0:e.type);i=t,s=t.currentTarget,N(),!b.state.isVisible&&qt(t)&&he.forEach((function(e){return e(t)})),"click"===t.type&&(b.props.trigger.indexOf("mouseenter")<0||l)&&!1!==b.props.hideOnClick&&b.state.isVisible?r=!0:tt(t),"click"===t.type&&(l=!r),r&&!n&&et(t)}}function Y(t){var e=t.target,r=j().contains(e)||x.contains(e);if("mousemove"!==t.type||!r){var n=Z().concat(x).map((function(t){var e,r=null==(e=t._tippy.popperInstance)?void 0:e.state;return r?{popperRect:t.getBoundingClientRect(),popperState:r,props:f}:null})).filter(Boolean);(function(t,e){var r=e.clientX,n=e.clientY;return t.every((function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,a=Mt(o.placement),u=o.modifiersData.offset;if(!u)return!0;var s="bottom"===a?u.top.y:0,c="top"===a?u.bottom.y:0,f="right"===a?u.left.x:0,l="left"===a?u.right.x:0,p=e.top-n+s>i,d=n-e.bottom-c>i,h=e.left-r+f>i,v=r-e.right-l>i;return p||d||h||v}))})(n,t)&&(U(),et(t))}}function G(t){J(t)||b.props.trigger.indexOf("click")>=0&&l||(b.props.interactive?b.hideWithInteractivity(t):et(t))}function X(t){b.props.trigger.indexOf("focusin")<0&&t.target!==j()||b.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||et(t)}function J(t){return!!Jt.isTouch&&T()!==t.type.indexOf("touch")>=0}function Q(){K();var e=b.props,r=e.popperOptions,n=e.placement,o=e.offset,i=e.getReferenceClientRect,a=e.moveTransition,s=P()?le(x).arrow:null,c=i?{getBoundingClientRect:i,contextElement:i.contextElement||j()}:t,f={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(P()){var r=L().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?r.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?r.setAttribute("data-"+t,""):r.removeAttribute("data-"+t)})),e.attributes.popper={}}}},l=[{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:!a}},f];P()&&s&&l.push({name:"arrow",options:{element:s,padding:3}}),l.push.apply(l,(null==r?void 0:r.modifiers)||[]),b.popperInstance=Et(c,x,Object.assign({},r,{placement:n,onFirstUpdate:u,modifiers:l}))}function K(){b.popperInstance&&(b.popperInstance.destroy(),b.popperInstance=null)}function Z(){return Dt(x.querySelectorAll("[data-tippy-root]"))}function tt(t){b.clearDelayTimeouts(),t&&_("onTrigger",[b,t]),B();var e=R(!0),n=A(),o=n[0],i=n[1];Jt.isTouch&&"hold"===o&&i&&(e=i),e?r=setTimeout((function(){b.show()}),e):b.show()}function et(t){if(b.clearDelayTimeouts(),_("onUntrigger",[b,t]),b.state.isVisible){if(!(b.props.trigger.indexOf("mouseenter")>=0&&b.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&l)){var e=R(!1);e?n=setTimeout((function(){b.state.isVisible&&b.hide()}),e):o=requestAnimationFrame((function(){b.hide()}))}}else H()}}function ge(t,e){void 0===e&&(e={});var r=ne.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",Kt,It),window.addEventListener("blur",te);var n=Object.assign({},e,{plugins:r}),o=Wt(t).reduce((function(t,e){var r=e&&ye(e,n);return r&&t.push(r),t}),[]);return Ht(t)?o[0]:o}ge.defaultProps=ne,ge.setDefaultProps=function(t){Object.keys(t).forEach((function(e){ne[e]=t[e]}))},ge.currentInput=Jt;Object.assign({},at,{effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow)}});ge.setDefaultProps({render:pe});const me=ge;function be(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}function we(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function a(t){be(i,n,o,a,u,"next",t)}function u(t){be(i,n,o,a,u,"throw",t)}a(void 0)}))}}we((function*(){yield Promise.all([..."animate"in Element.prototype?[]:[r.e(66).then(r.t.bind(r,5111,23))],..."IntersectionObserver"in window?[]:[r.e(659).then(r.t.bind(r,3241,23))]]),yield n.Sk;var t="pre.highlight > code",e=/(?: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,a=[{opacity:0},{opacity:1}],u={fill:"forwards",duration:500,easing:"ease"},s=document.querySelector("hy-push-state");var f,l,p=!0;f=r=>{if(r){me(r.querySelectorAll(".post-date > .ellipsis"),{trigger:"click",touch:!0,interactive:!0,allowHTML:!0,maxWidth:"none",placement:"bottom-start",offset:0,content:t=>t.innerHTML,onTrigger(t,e){"A"===e.target.tagName&&(t._hideOnce=!0)},onShow(t){if(t._hideOnce)return t._hideOnce=!1}}),me(r.querySelectorAll("abbr[title]"),{trigger:"click",touch:!0,maxWidth:500,content:t=>t.getAttribute("title")}),me(r.querySelectorAll(".sidebar-social [title]"),{touch:!0,content:t=>t.getAttribute("title")}),r.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]").forEach((t=>{var e=(0,n.Kz)("_permalink-template");e.querySelector(".permalink").href="#".concat(t.id),t.appendChild(e)}));var o=r.querySelector("#markdown-toc");o&&o.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(r.querySelectorAll(t)).forEach((t=>{var e,r=null==t||null===(e=t.parentNode)||void 0===e?void 0:e.parentNode,n=function(){var e=we((function*(){yield navigator.clipboard.writeText(t.innerText),function(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;nt.children[0])).forEach((t=>{var r=e.exec(null==t?void 0:t.innerText);if(r){var[,n]=r,o=t.parentNode,i=t.childNodes[0],a=i.wholeText.indexOf("\n");if(a>-1){var u=i.splitText(a);o.insertBefore(u,o.firstChild)}o.removeChild(t),o.childNodes[0].splitText(1),o.removeChild(o.childNodes[0]);var s=o.parentNode.parentNode,f=c("div",{class:"pre-header break-layout"},c("span",{},c("small",{class:"icon-file-empty"})," ",n));s.insertBefore(f,s.firstChild)}})),"complete"in HTMLImageElement.prototype&&(r.querySelectorAll("img[width][height][loading=lazy]").forEach((t=>{p&&t.complete||(t.style.opacity="0",t.addEventListener("load",(()=>t.animate(a,u)),{once:!0}))})),p=!1)}},s&&!window._noPushState&&s.addEventListener("hy-push-state-ready",(t=>{var{detail:{replaceEls:[e]}}=t;return f(e)}),l),f(document.getElementById("_main"));var d=null;!function(t,e){s&&!window._noPushState&&s.addEventListener("hy-push-state-load",(()=>t(document.getElementById("_main"))),e),t(document.getElementById("_main"))}((()=>{var t,e=document.getElementById("_main");if(e){var r=e.querySelector("#markdown-toc");r&&(r.classList.remove("toc-hide"),r.classList.add("toc-show")),e.querySelectorAll("li[id^='fn:']").forEach((t=>t.tabIndex=0)),e.querySelectorAll("a[href^='#fn:']").forEach((t=>t.addEventListener("click",(t=>{var e;return null===(e=document.getElementById(t.currentTarget.getAttribute("href").substr(1)))||void 0===e?void 0:e.focus()})))),e.querySelectorAll('pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]').forEach((t=>t.addEventListener("touchstart",(e=>t.scrollLeft>0&&e.stopPropagation()),{passive:!1})));var o=null===(t=document.getElementById("_katexPreload"))||void 0===t?void 0:t.href;!d&&o&&(0,n.FF)(e.querySelectorAll(".katex"),{rootMargin:"1440px"}).then((()=>{d=(0,n.y6)(o)}))}}));var h=document.getElementById("_MathJax");if(s&&h){var v=t=>{var{detail:{replaceEls:[e]}}=t;e.querySelectorAll('script[type="math/tex; mode=display"]').forEach((t=>{t.outerHTML=t.innerText.replace("% ","\\]")})),e.querySelectorAll('script[type="math/tex"]').forEach((t=>{t.outerHTML="\\(".concat(t.innerText,"\\)")}))};v({detail:{replaceEls:[document]}}),"MathJax"in window||(yield(0,n.Oo)(h,"load")),yield MathJax.typesetPromise(),window._noPushState||(s.addEventListener("ready",v),(0,o.R)(s,"after").pipe((0,i.H)((()=>MathJax.typesetPromise()))).subscribe())}}))()},5404:(t,e,r)=>{r.d(e,{c:()=>l});var n=r(4776),o=r(8539),i=r(2626),a=r(3569);function u(t){return 0===t.length?a.D:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var s=r(6814),c=r(8891),f=r(390),l=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var i,a=this,u=(i=t)&&i instanceof n.vU||function(t){return t&&(0,c.T)(t.next)&&(0,c.T)(t.error)&&(0,c.T)(t.complete)}(i)&&(0,o.Uv)(i)?t:new n.Ms(t,e,r);return(0,f.Y)((function(){var t=a,e=t.operator,r=t.source;u.add(e?e.call(u,r):r?a._subscribe(u):a._trySubscribe(u))})),u},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=p(e))((function(e,o){var i=new n.Ms({next:function(e){try{t(e)}catch(t){o(t),i.unsubscribe()}},error:o,complete:e});r.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.s]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e{r.d(e,{Ms:()=>g,vU:()=>d});var n=r(1635),o=r(8891),i=r(8539),a=r(6814),u=r(7642),s=r(5755),c=f("C",void 0,void 0);function f(t,e,r){return{kind:t,value:e,error:r}}var l=r(2234),p=r(390),d=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,(0,i.Uv)(e)&&e.add(r)):r.destination=w,r}return(0,n.C6)(e,t),e.create=function(t,e,r){return new g(t,e,r)},e.prototype.next=function(t){this.isStopped?b(function(t){return f("N",t,void 0)}(t),this):this._next(t)},e.prototype.error=function(t){this.isStopped?b(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped?b(c,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.yU),h=Function.prototype.bind;function v(t,e){return h.call(t,e)}var y=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){m(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){m(t)}else m(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){m(t)}},t}(),g=function(t){function e(e,r,n){var i,u,s=t.call(this)||this;(0,o.T)(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&a.$.useDeprecatedNextContext?((u=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&v(e.next,u),error:e.error&&v(e.error,u),complete:e.complete&&v(e.complete,u)}):i=e;return s.destination=new y(i),s}return(0,n.C6)(e,t),e}(d);function m(t){a.$.useDeprecatedSynchronousErrorHandling?(0,p.l)(t):(0,u.m)(t)}function b(t,e){var r=a.$.onStoppedNotification;r&&l.f.setTimeout((function(){return r(t,e)}))}var w={closed:!0,next:s.l,error:function(t){throw t},complete:s.l}},8539:(t,e,r)=>{r.d(e,{Kn:()=>s,yU:()=>u,Uv:()=>c});var n=r(1635),o=r(8891),i=(0,r(497).L)((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}})),a=r(3352),u=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,r,a,u;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var c=(0,n.Ju)(s),l=c.next();!l.done;l=c.next()){l.value.remove(this)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}else s.remove(this);var p=this.initialTeardown;if((0,o.T)(p))try{p()}catch(t){u=t instanceof i?t.errors:[t]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var h=(0,n.Ju)(d),v=h.next();!v.done;v=h.next()){var y=v.value;try{f(y)}catch(t){u=null!=u?u:[],t instanceof i?u=(0,n.fX)((0,n.fX)([],(0,n.zs)(u)),(0,n.zs)(t.errors)):u.push(t)}}}catch(t){r={error:t}}finally{try{v&&!v.done&&(a=h.return)&&a.call(h)}finally{if(r)throw r.error}}}if(u)throw new i(u)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)f(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).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)&&(0,a.o)(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&(0,a.o)(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),s=u.EMPTY;function c(t){return t instanceof u||t&&"closed"in t&&(0,o.T)(t.remove)&&(0,o.T)(t.add)&&(0,o.T)(t.unsubscribe)}function f(t){(0,o.T)(t)?t():t.unsubscribe()}},6814:(t,e,r)=>{r.d(e,{$:()=>n});var n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},260:(t,e,r)=>{r.d(e,{x:()=>a});var n=r(5345);var o=r(698),i=r(6745);function a(){for(var t=[],e=0;e{r.d(e,{H:()=>w});var n=r(2618),o=r(4825),i=r(610);function a(t,e){return void 0===e&&(e=0),(0,i.N)((function(r,n){n.add(t.schedule((function(){return r.subscribe(n)}),e))}))}var u=r(5404);var s=r(1357),c=r(8891),f=r(5557);function l(t,e){if(!t)throw new Error("Iterable cannot be null");return new u.c((function(r){(0,f.N)(r,e,(function(){var n=t[Symbol.asyncIterator]();(0,f.N)(r,e,(function(){n.next().then((function(t){t.done?r.complete():r.next(t.value)}))}),0,!0)}))}))}var p=r(3939),d=r(7270),h=r(7949),v=r(2153),y=r(517),g=r(4067),m=r(9336);function b(t,e){if(null!=t){if((0,p.l)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,h.X)(t))return function(t,e){return new u.c((function(r){var n=0;return e.schedule((function(){n===t.length?r.complete():(r.next(t[n++]),r.closed||this.schedule())}))}))}(t,e);if((0,d.y)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,y.T)(t))return l(t,e);if((0,v.x)(t))return function(t,e){return new u.c((function(r){var n;return(0,f.N)(r,e,(function(){n=t[s.l](),(0,f.N)(r,e,(function(){var t,e,o;try{e=(t=n.next()).value,o=t.done}catch(t){return void r.error(t)}o?r.complete():r.next(e)}),0,!0)})),function(){return(0,c.T)(null==n?void 0:n.return)&&n.return()}}))}(t,e);if((0,m.U)(t))return function(t,e){return l((0,m.C)(t),e)}(t,e)}throw(0,g.L)(t)}function w(t,e){return e?b(t,e):(0,n.Tg)(t)}},5786:(t,e,r)=>{r.d(e,{R:()=>d});var n=r(1635),o=r(2618),i=r(5404),a=r(2180),u=r(7949),s=r(8891),c=r(2886),f=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function d(t,e,r,v){if((0,s.T)(r)&&(v=r,r=void 0),v)return d(t,e,r).pipe((0,c.I)(v));var y=(0,n.zs)(function(t){return(0,s.T)(t.addEventListener)&&(0,s.T)(t.removeEventListener)}(t)?l.map((function(n){return function(o){return t[n](e,o,r)}})):function(t){return(0,s.T)(t.addListener)&&(0,s.T)(t.removeListener)}(t)?f.map(h(t,e)):function(t){return(0,s.T)(t.on)&&(0,s.T)(t.off)}(t)?p.map(h(t,e)):[],2),g=y[0],m=y[1];if(!g&&(0,u.X)(t))return(0,a.Z)((function(t){return d(t,e,r)}))((0,o.Tg)(t));if(!g)throw new TypeError("Invalid event target");return new i.c((function(t){var e=function(){for(var e=[],r=0;r{r.d(e,{Tg:()=>v});var n=r(1635),o=r(7949),i=r(7270),a=r(5404),u=r(3939),s=r(517),c=r(4067),f=r(2153),l=r(9336),p=r(8891),d=r(7642),h=r(2626);function v(t){if(t instanceof a.c)return t;if(null!=t){if((0,u.l)(t))return m=t,new a.c((function(t){var e=m[h.s]();if((0,p.T)(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if((0,o.X)(t))return g=t,new a.c((function(t){for(var e=0;e{r.d(e,{t:()=>i});var n=r(5404),o=r(5755),i=new n.c(o.l)},7661:(t,e,r)=>{r.d(e,{of:()=>i});var n=r(698),o=r(6745);function i(){for(var t=[],e=0;e{r.d(e,{_:()=>o});var n=r(1635);function o(t,e,r,n,o){return new i(t,e,r,n,o)}var i=function(t){function e(e,r,n,o,i,a){var u=t.call(this,e)||this;return u.onFinalize=i,u.shouldUnsubscribe=a,u._next=r?function(t){try{r(t)}catch(t){e.error(t)}}:t.prototype._next,u._error=o?function(t){try{o(t)}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._error,u._complete=n?function(){try{n()}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._complete,u}return(0,n.C6)(e,t),e.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&(null===(e=this.onFinalize)||void 0===e||e.call(this))}},e}(r(4776).vU)},6510:(t,e,r)=>{r.d(e,{H:()=>i});var n=r(2180),o=r(8891);function i(t,e){return(0,o.T)(e)?(0,n.Z)(t,e,1):(0,n.Z)(t,1)}},756:(t,e,r)=>{r.d(e,{B:()=>a});var n=r(9328),o=r(610),i=r(1660);function a(t,e){return void 0===e&&(e=n.E),(0,o.N)((function(r,n){var o=null,a=null,u=null,s=function(){if(o){o.unsubscribe(),o=null;var t=a;a=null,n.next(t)}};function c(){var r=u+t,i=e.now();if(i{r.d(e,{p:()=>i});var n=r(610),o=r(1660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){return t.call(e,r,i++)&&n.next(r)})))}))}},8726:(t,e,r)=>{r.d(e,{T:()=>i});var n=r(610),o=r(1660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){n.next(t.call(e,r,i++))})))}))}},5345:(t,e,r)=>{r.d(e,{U:()=>i});var n=r(2180),o=r(3569);function i(t){return void 0===t&&(t=1/0),(0,n.Z)(o.D,t)}},2180:(t,e,r)=>{r.d(e,{Z:()=>c});var n=r(8726),o=r(2618),i=r(610),a=r(5557),u=r(1660);var s=r(8891);function c(t,e,r){return void 0===r&&(r=1/0),(0,s.T)(e)?c((function(r,i){return(0,n.T)((function(t,n){return e(r,t,i,n)}))((0,o.Tg)(t(r,i)))}),r):("number"==typeof e&&(r=e),(0,i.N)((function(e,n){return function(t,e,r,n,i,s,c,f){var l=[],p=0,d=0,h=!1,v=function(){!h||l.length||p||e.complete()},y=function(t){return p{r.d(e,{Q:()=>a});var n=r(5557),o=r(610),i=r(1660);function a(t,e){return void 0===e&&(e=0),(0,o.N)((function(r,o){r.subscribe((0,i._)(o,(function(r){return(0,n.N)(o,t,(function(){return o.next(r)}),e)}),(function(){return(0,n.N)(o,t,(function(){return o.complete()}),e)}),(function(r){return(0,n.N)(o,t,(function(){return o.error(r)}),e)})))}))}},9258:(t,e,r)=>{r.d(e,{n:()=>a});var n=r(2618),o=r(610),i=r(1660);function a(t,e){return(0,o.N)((function(r,o){var a=null,u=0,s=!1,c=function(){return s&&!a&&o.complete()};r.subscribe((0,i._)(o,(function(r){null==a||a.unsubscribe();var s=0,f=u++;(0,n.Tg)(t(r,f)).subscribe(a=(0,i._)(o,(function(t){return o.next(e?e(r,t,f,s++):t)}),(function(){a=null,c()})))}),(function(){s=!0,c()})))}))}},7137:(t,e,r)=>{r.d(e,{M:()=>u});var n=r(8891),o=r(610),i=r(1660),a=r(3569);function u(t,e,r){var u=(0,n.T)(t)||e||r?{next:t,error:e,complete:r}:t;return u?(0,o.N)((function(t,e){var r;null===(r=u.subscribe)||void 0===r||r.call(u);var n=!0;t.subscribe((0,i._)(e,(function(t){var r;null===(r=u.next)||void 0===r||r.call(u,t),e.next(t)}),(function(){var t;n=!1,null===(t=u.complete)||void 0===t||t.call(u),e.complete()}),(function(t){var r;n=!1,null===(r=u.error)||void 0===r||r.call(u,t),e.error(t)}),(function(){var t,e;n&&(null===(t=u.unsubscribe)||void 0===t||t.call(u)),null===(e=u.finalize)||void 0===e||e.call(u)})))})):a.D}},4261:(t,e,r)=>{r.d(e,{E:()=>f});var n=r(1635),o=r(610),i=r(1660),a=r(2618),u=r(3569),s=r(5755),c=r(698);function f(){for(var t=[],e=0;e{r.d(e,{R:()=>u});var n=r(1635),o=function(t){function e(e,r){return t.call(this)||this}return(0,n.C6)(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(r(8539).yU),i={setInterval:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],o=2;o{r.d(e,{q:()=>a});var n=r(1635),o=r(9317),i=function(){function t(e,r){void 0===r&&(r=t.now),this.schedulerActionCtor=e,this.now=r}return t.prototype.schedule=function(t,e,r){return void 0===e&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},t.now=o.U.now,t}(),a=function(t){function e(e,r){void 0===r&&(r=i.now);var n=t.call(this,e,r)||this;return n.actions=[],n._active=!1,n}return(0,n.C6)(e,t),e.prototype.flush=function(t){var e=this.actions;if(this._active)e.push(t);else{var r;this._active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=e.shift());if(this._active=!1,r){for(;t=e.shift();)t.unsubscribe();throw r}}},e}(i)},6884:(t,e,r)=>{r.d(e,{H:()=>i});var n=r(1635),o=r(8539),i={schedule:function(t){var e=requestAnimationFrame,r=cancelAnimationFrame,n=i.delegate;n&&(e=n.requestAnimationFrame,r=n.cancelAnimationFrame);var a=e((function(e){r=void 0,t(e)}));return new o.yU((function(){return null==r?void 0:r(a)}))},requestAnimationFrame:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e{r.d(e,{E:()=>o,b:()=>i});var n=r(5473),o=new(r(7775).q)(n.R),i=o},9317:(t,e,r)=>{r.d(e,{U:()=>n});var n={now:function(){return(n.delegate||Date).now()},delegate:void 0}},2234:(t,e,r)=>{r.d(e,{f:()=>o});var n=r(1635),o={setTimeout:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],i=2;i{r.d(e,{l:()=>n});var n="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"},2626:(t,e,r)=>{r.d(e,{s:()=>n});var n="function"==typeof Symbol&&Symbol.observable||"@@observable"},698:(t,e,r)=>{r.d(e,{R0:()=>s,lI:()=>u,ms:()=>a});var n=r(8891),o=r(6706);function i(t){return t[t.length-1]}function a(t){return(0,n.T)(i(t))?t.pop():void 0}function u(t){return(0,o.m)(i(t))?t.pop():void 0}function s(t,e){return"number"==typeof i(t)?t.pop():e}},3352:(t,e,r)=>{function n(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}r.d(e,{o:()=>n})},497:(t,e,r)=>{function n(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}r.d(e,{L:()=>n})},390:(t,e,r)=>{r.d(e,{Y:()=>i,l:()=>a});var n=r(6814),o=null;function i(t){if(n.$.useDeprecatedSynchronousErrorHandling){var e=!o;if(e&&(o={errorThrown:!1,error:null}),t(),e){var r=o,i=r.errorThrown,a=r.error;if(o=null,i)throw a}}else t()}function a(t){n.$.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=t)}},5557:(t,e,r)=>{function n(t,e,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=e.schedule((function(){r(),o?t.add(this.schedule(null,n)):this.unsubscribe()}),n);if(t.add(i),!o)return i}r.d(e,{N:()=>n})},3569:(t,e,r)=>{function n(t){return t}r.d(e,{D:()=>n})},7949:(t,e,r)=>{r.d(e,{X:()=>n});var n=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},517:(t,e,r)=>{r.d(e,{T:()=>o});var n=r(8891);function o(t){return Symbol.asyncIterator&&(0,n.T)(null==t?void 0:t[Symbol.asyncIterator])}},8891:(t,e,r)=>{function n(t){return"function"==typeof t}r.d(e,{T:()=>n})},3939:(t,e,r)=>{r.d(e,{l:()=>i});var n=r(2626),o=r(8891);function i(t){return(0,o.T)(t[n.s])}},2153:(t,e,r)=>{r.d(e,{x:()=>i});var n=r(1357),o=r(8891);function i(t){return(0,o.T)(null==t?void 0:t[n.l])}},7270:(t,e,r)=>{r.d(e,{y:()=>o});var n=r(8891);function o(t){return(0,n.T)(null==t?void 0:t.then)}},9336:(t,e,r)=>{r.d(e,{C:()=>i,U:()=>a});var n=r(1635),o=r(8891);function i(t){return(0,n.AQ)(this,arguments,(function(){var e,r,o;return(0,n.YH)(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,(0,n.N3)(e.read())];case 3:return r=i.sent(),o=r.value,r.done?[4,(0,n.N3)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,(0,n.N3)(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 a(t){return(0,o.T)(null==t?void 0:t.getReader)}},6706:(t,e,r)=>{r.d(e,{m:()=>o});var n=r(8891);function o(t){return t&&(0,n.T)(t.schedule)}},610:(t,e,r)=>{r.d(e,{N:()=>o});var n=r(8891);function o(t){return function(e){if(function(t){return(0,n.T)(null==t?void 0:t.lift)}(e))return e.lift((function(e){try{return t(e,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}},2886:(t,e,r)=>{r.d(e,{I:()=>a});var n=r(1635),o=r(8726),i=Array.isArray;function a(t){return(0,o.T)((function(e){return function(t,e){return i(e)?t.apply(void 0,(0,n.fX)([],(0,n.zs)(e))):t(e)}(t,e)}))}},5755:(t,e,r)=>{function n(){}r.d(e,{l:()=>n})},7642:(t,e,r)=>{r.d(e,{m:()=>i});var n=r(6814),o=r(2234);function i(t){o.f.setTimeout((function(){var e=n.$.onUnhandledError;if(!e)throw t;e(t)}))}},4067:(t,e,r)=>{function n(t){return new TypeError("You provided "+(null!==t&&"object"==typeof t?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}r.d(e,{L:()=>n})},356:(t,e,r)=>{var n=r(8095),o=r(4581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a function")}},7050:(t,e,r)=>{var n=r(7659),o=r(4581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a constructor")}},992:(t,e,r)=>{var n=r(4059),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},3523:(t,e,r)=>{var n=r(533),o=r(7998),i=r(343).f,a=n("unscopables"),u=Array.prototype;void 0===u[a]&&i(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},6567:(t,e,r)=>{var n=r(8133).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},8033:(t,e,r)=>{var n=r(8635),o=TypeError;t.exports=function(t,e){if(n(e,t))return t;throw new o("Incorrect invocation")}},3817:(t,e,r)=>{var n=r(6116),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not an object")}},7653:t=>{t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},7146:(t,e,r)=>{var n=r(2565);t.exports=n((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},8850:(t,e,r)=>{var n,o,i,a=r(7653),u=r(970),s=r(8953),c=r(8095),f=r(6116),l=r(3519),p=r(8549),d=r(4581),h=r(6729),v=r(9454),y=r(1276),g=r(8635),m=r(5321),b=r(6325),w=r(533),x=r(3414),S=r(2991),O=S.enforce,E=S.get,A=s.Int8Array,T=A&&A.prototype,P=s.Uint8ClampedArray,j=P&&P.prototype,I=A&&m(A),L=T&&m(T),R=Object.prototype,k=s.TypeError,_=w("toStringTag"),C=x("TYPED_ARRAY_TAG"),N="TypedArrayConstructor",U=a&&!!b&&"Opera"!==p(s.opera),M=!1,D={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},F={BigInt64Array:8,BigUint64Array:8},B=function(t){if(!f(t))return!1;var e=p(t);return l(D,e)||l(F,e)};for(n in D)(i=(o=s[n])&&o.prototype)?O(i)[N]=o:U=!1;for(n in F)(i=(o=s[n])&&o.prototype)&&(O(i)[N]=o);if((!U||!c(I)||I===Function.prototype)&&(I=function(){throw new k("Incorrect invocation")},U))for(n in D)s[n]&&b(s[n],I);if((!U||!L||L===R)&&(L=I.prototype,U))for(n in D)s[n]&&b(s[n].prototype,L);if(U&&m(j)!==L&&b(j,L),u&&!l(L,_))for(n in M=!0,y(L,_,{configurable:!0,get:function(){return f(this)?this[C]:void 0}}),D)s[n]&&h(s[n],C,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:U,TYPED_ARRAY_TAG:M&&C,aTypedArray:function(t){if(B(t))return t;throw new k("Target is not a typed array")},aTypedArrayConstructor:function(t){if(c(t)&&(!b||g(I,t)))return t;throw new k(d(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r,n){if(u){if(r)for(var o in D){var i=s[o];if(i&&l(i.prototype,t))try{delete i.prototype[t]}catch(r){try{i.prototype[t]=e}catch(t){}}}L[t]&&!r||v(L,t,r?e:U&&T[t]||e,n)}},exportTypedArrayStaticMethod:function(t,e,r){var n,o;if(u){if(b){if(r)for(n in D)if((o=s[n])&&l(o,t))try{delete o[t]}catch(t){}if(I[t]&&!r)return;try{return v(I,t,r?e:U&&I[t]||e)}catch(t){}}for(n in D)!(o=s[n])||o[t]&&!r||v(o,t,e)}},getTypedArrayConstructor:function t(e){var r=m(e);if(f(r)){var n=E(r);return n&&l(n,N)?n[N]:t(r)}},isView:function(t){if(!f(t))return!1;var e=p(t);return"DataView"===e||l(D,e)||l(F,e)},isTypedArray:B,TypedArray:I,TypedArrayPrototype:L}},8140:(t,e,r)=>{var n=r(8953),o=r(2374),i=r(970),a=r(7653),u=r(4252),s=r(6729),c=r(1276),f=r(5653),l=r(2565),p=r(8033),d=r(4905),h=r(6464),v=r(7674),y=r(1983),g=r(3004),m=r(5321),b=r(6325),w=r(6531),x=r(3014),S=r(1993),O=r(3802),E=r(1889),A=r(2991),T=u.PROPER,P=u.CONFIGURABLE,j="ArrayBuffer",I="DataView",L="prototype",R="Wrong index",k=A.getterFor(j),_=A.getterFor(I),C=A.set,N=n[j],U=N,M=U&&U[L],D=n[I],F=D&&D[L],B=Object.prototype,H=n.Array,q=n.RangeError,z=o(w),W=o([].reverse),V=g.pack,$=g.unpack,Y=function(t){return[255&t]},G=function(t){return[255&t,t>>8&255]},X=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},J=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Q=function(t){return V(y(t),23,4)},K=function(t){return V(t,52,8)},Z=function(t,e,r){c(t[L],e,{configurable:!0,get:function(){return r(this)[e]}})},tt=function(t,e,r,n){var o=_(t),i=v(r),a=!!n;if(i+e>o.byteLength)throw new q(R);var u=o.bytes,s=i+o.byteOffset,c=x(u,s,s+e);return a?c:W(c)},et=function(t,e,r,n,o,i){var a=_(t),u=v(r),s=n(+o),c=!!i;if(u+e>a.byteLength)throw new q(R);for(var f=a.bytes,l=u+a.byteOffset,p=0;p>24)},setUint8:function(t,e){ot(this,t,e<<24>>24)}},{unsafe:!0})}else M=(U=function(t){p(this,M);var e=v(t);C(this,{type:j,bytes:z(H(e),0),byteLength:e}),i||(this.byteLength=e,this.detached=!1)})[L],F=(D=function(t,e,r){p(this,F),p(t,M);var n=k(t),o=n.byteLength,a=d(e);if(a<0||a>o)throw new q("Wrong offset");if(a+(r=void 0===r?o-a:h(r))>o)throw new q("Wrong length");C(this,{type:I,buffer:t,byteLength:r,byteOffset:a,bytes:n.bytes}),i||(this.buffer=t,this.byteLength=r,this.byteOffset=a)})[L],i&&(Z(U,"byteLength",k),Z(D,"buffer",_),Z(D,"byteLength",_),Z(D,"byteOffset",_)),f(F,{getInt8:function(t){return tt(this,1,t)[0]<<24>>24},getUint8:function(t){return tt(this,1,t)[0]},getInt16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return $(tt(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return $(tt(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){et(this,1,t,Y,e)},setUint8:function(t,e){et(this,1,t,Y,e)},setInt16:function(t,e){et(this,2,t,G,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){et(this,2,t,G,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){et(this,4,t,Q,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){et(this,8,t,K,e,arguments.length>2&&arguments[2])}});E(U,j),E(D,I),t.exports={ArrayBuffer:U,DataView:D}},6531:(t,e,r)=>{var n=r(1607),o=r(3180),i=r(5124);t.exports=function(t){for(var e=n(this),r=i(e),a=arguments.length,u=o(a>1?arguments[1]:void 0,r),s=a>2?arguments[2]:void 0,c=void 0===s?r:o(s,r);c>u;)e[u++]=t;return e}},9716:(t,e,r)=>{var n=r(5124);t.exports=function(t,e,r){for(var o=0,i=arguments.length>2?r:n(e),a=new t(i);i>o;)a[o]=e[o++];return a}},7810:(t,e,r)=>{var n=r(6230),o=r(3155),i=r(1607),a=r(689),u=r(6199),s=r(7659),c=r(5124),f=r(210),l=r(827),p=r(5077),d=Array;t.exports=function(t){var e=i(t),r=s(this),h=arguments.length,v=h>1?arguments[1]:void 0,y=void 0!==v;y&&(v=n(v,h>2?arguments[2]:void 0));var g,m,b,w,x,S,O=p(e),E=0;if(!O||this===d&&u(O))for(g=c(e),m=r?new this(g):d(g);g>E;E++)S=y?v(e[E],E):e[E],f(m,E,S);else for(m=r?new this:[],x=(w=l(e,O)).next;!(b=o(x,w)).done;E++)S=y?a(w,v,[b.value,E],!0):b.value,f(m,E,S);return m.length=E,m}},4751:(t,e,r)=>{var n=r(9787),o=r(3180),i=r(5124),a=function(t){return function(e,r,a){var u=n(e),s=i(u);if(0===s)return!t&&-1;var c,f=o(a,s);if(t&&r!=r){for(;s>f;)if((c=u[f++])!=c)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===r)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},6287:(t,e,r)=>{var n=r(6230),o=r(2374),i=r(3973),a=r(1607),u=r(5124),s=r(9635),c=o([].push),f=function(t){var e=1===t,r=2===t,o=3===t,f=4===t,l=6===t,p=7===t,d=5===t||l;return function(h,v,y,g){for(var m,b,w=a(h),x=i(w),S=u(x),O=n(v,y),E=0,A=g||s,T=e?A(h,S):r||p?A(h,0):void 0;S>E;E++)if((d||E in x)&&(b=O(m=x[E],E,w),t))if(e)T[E]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return E;case 2:c(T,m)}else switch(t){case 4:return!1;case 7:c(T,m)}return l?-1:o||f?f:T}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},8708:(t,e,r)=>{var n=r(2565);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){return 1},1)}))}},1456:(t,e,r)=>{var n=r(356),o=r(1607),i=r(3973),a=r(5124),u=TypeError,s="Reduce of empty array with no initial value",c=function(t){return function(e,r,c,f){var l=o(e),p=i(l),d=a(l);if(n(r),0===d&&c<2)throw new u(s);var h=t?d-1:0,v=t?-1:1;if(c<2)for(;;){if(h in p){f=p[h],h+=v;break}if(h+=v,t?h<0:d<=h)throw new u(s)}for(;t?h>=0:d>h;h+=v)h in p&&(f=r(f,p[h],h,l));return f}};t.exports={left:c(!1),right:c(!0)}},3014:(t,e,r)=>{var n=r(2374);t.exports=n([].slice)},2278:(t,e,r)=>{var n=r(3014),o=Math.floor;t.exports=function t(e,r){var i=e.length;if(i<8)for(var a,u,s=1;s0;)e[u]=e[--u];u!==s++&&(e[u]=a)}else for(var c=o(i/2),f=t(n(e,0,c),r),l=t(n(e,c),r),p=f.length,d=l.length,h=0,v=0;h{var n=r(6894),o=r(7659),i=r(6116),a=r(533)("species"),u=Array;t.exports=function(t){var e;return n(t)&&(e=t.constructor,(o(e)&&(e===u||n(e.prototype))||i(e)&&null===(e=e[a]))&&(e=void 0)),void 0===e?u:e}},9635:(t,e,r)=>{var n=r(4915);t.exports=function(t,e){return new(n(t))(0===e?0:e)}},689:(t,e,r)=>{var n=r(3817),o=r(4933);t.exports=function(t,e,r,i){try{return i?e(n(r)[0],r[1]):e(r)}catch(e){o(t,"throw",e)}}},3990:(t,e,r)=>{var n=r(533)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!o)return!1}catch(t){return!1}var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},8898:(t,e,r)=>{var n=r(2374),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},8549:(t,e,r)=>{var n=r(7366),o=r(8095),i=r(8898),a=r(533)("toStringTag"),u=Object,s="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=u(t),a))?r:s?i(e):"Object"===(n=i(e))&&o(e.callee)?"Arguments":n}},6491:(t,e,r)=>{var n=r(2374),o=r(5653),i=r(1725).getWeakData,a=r(8033),u=r(3817),s=r(2579),c=r(6116),f=r(9598),l=r(6287),p=r(3519),d=r(2991),h=d.set,v=d.getterFor,y=l.find,g=l.findIndex,m=n([].splice),b=0,w=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},S=function(t,e){return y(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=S(this,t);if(e)return e[1]},has:function(t){return!!S(this,t)},set:function(t,e){var r=S(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=g(this.entries,(function(e){return e[0]===t}));return~e&&m(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,r,n){var l=t((function(t,o){a(t,d),h(t,{type:e,id:b++,frozen:void 0}),s(o)||f(o,t[n],{that:t,AS_ENTRIES:r})})),d=l.prototype,y=v(e),g=function(t,e,r){var n=y(t),o=i(u(e),!0);return!0===o?w(n).set(e,r):o[n.id]=r,t};return o(d,{delete:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).delete(t):r&&p(r,e.id)&&delete r[e.id]},has:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).has(t):r&&p(r,e.id)}}),o(d,r?{get:function(t){var e=y(this);if(c(t)){var r=i(t);return!0===r?w(e).get(t):r?r[e.id]:void 0}},set:function(t,e){return g(this,t,e)}}:{add:function(t){return g(this,t,!0)}}),l}}},242:(t,e,r)=>{var n=r(7568),o=r(8953),i=r(2374),a=r(78),u=r(9454),s=r(1725),c=r(9598),f=r(8033),l=r(8095),p=r(2579),d=r(6116),h=r(2565),v=r(3990),y=r(1889),g=r(1993);t.exports=function(t,e,r){var m=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),w=m?"set":"add",x=o[t],S=x&&x.prototype,O=x,E={},A=function(t){var e=i(S[t]);u(S,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return b&&!d(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(a(t,!l(x)||!(b||S.forEach&&!h((function(){(new x).entries().next()})))))O=r.getConstructor(e,t,m,w),s.enable();else if(a(t,!0)){var T=new O,P=T[w](b?{}:-0,1)!==T,j=h((function(){T.has(1)})),I=v((function(t){new x(t)})),L=!b&&h((function(){for(var t=new x,e=5;e--;)t[w](e,e);return!t.has(-0)}));I||((O=e((function(t,e){f(t,S);var r=g(new x,t,O);return p(e)||c(e,r[w],{that:r,AS_ENTRIES:m}),r}))).prototype=S,S.constructor=O),(j||L)&&(A("delete"),A("has"),m&&A("get")),(L||P)&&A(w),b&&S.clear&&delete S.clear}return E[t]=O,n({global:!0,constructor:!0,forced:O!==x},E),y(O,t),b||r.setStrong(O,t,m),O}},3802:(t,e,r)=>{var n=r(3519),o=r(6757),i=r(325),a=r(343);t.exports=function(t,e,r){for(var u=o(e),s=a.f,c=i.f,f=0;f{var n=r(533)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},9389:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},7011:t=>{t.exports=function(t,e){return{value:t,done:e}}},6729:(t,e,r)=>{var n=r(970),o=r(343),i=r(6494);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},6494:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},210:(t,e,r)=>{var n=r(970),o=r(343),i=r(6494);t.exports=function(t,e,r){n?o.f(t,e,i(0,r)):t[e]=r}},1276:(t,e,r)=>{var n=r(3861),o=r(343);t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),o.f(t,e,r)}},9454:(t,e,r)=>{var n=r(8095),o=r(343),i=r(3861),a=r(5155);t.exports=function(t,e,r,u){u||(u={});var s=u.enumerable,c=void 0!==u.name?u.name:e;if(n(r)&&i(r,c,u),u.global)s?t[e]=r:a(e,r);else{try{u.unsafe?t[e]&&(s=!0):delete t[e]}catch(t){}s?t[e]=r:o.f(t,e,{value:r,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},5653:(t,e,r)=>{var n=r(9454);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},5155:(t,e,r)=>{var n=r(8953),o=Object.defineProperty;t.exports=function(t,e){try{o(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},3232:(t,e,r)=>{var n=r(4581),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw new o("Cannot delete property "+n(e)+" of "+n(t))}},970:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},1021:(t,e,r)=>{var n=r(8953),o=r(6116),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},7119:t=>{var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},7414:t=>{t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},6365:(t,e,r)=>{var n=r(1021)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},2024:(t,e,r)=>{var n=r(962).match(/firefox\/(\d+)/i);t.exports=!!n&&+n[1]},920:(t,e,r)=>{var n=r(1910),o=r(3034);t.exports=!n&&!o&&"object"==typeof window&&"object"==typeof document},2633:t=>{t.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},1910:t=>{t.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},9392:(t,e,r)=>{var n=r(962);t.exports=/MSIE|Trident/.test(n)},870:(t,e,r)=>{var n=r(962);t.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},2989:(t,e,r)=>{var n=r(962);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},3034:(t,e,r)=>{var n=r(8953),o=r(8898);t.exports="process"===o(n.process)},1651:(t,e,r)=>{var n=r(962);t.exports=/web0s(?!.*chrome)/i.test(n)},962:t=>{t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},38:(t,e,r)=>{var n,o,i=r(8953),a=r(962),u=i.process,s=i.Deno,c=u&&u.versions||s&&s.version,f=c&&c.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},1666:(t,e,r)=>{var n=r(962).match(/AppleWebKit\/(\d+)\./);t.exports=!!n&&+n[1]},8137:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},7568:(t,e,r)=>{var n=r(8953),o=r(325).f,i=r(6729),a=r(9454),u=r(5155),s=r(3802),c=r(78);t.exports=function(t,e){var r,f,l,p,d,h=t.target,v=t.global,y=t.stat;if(r=v?n:y?n[h]||u(h,{}):n[h]&&n[h].prototype)for(f in e){if(p=e[f],l=t.dontCallGetSet?(d=o(r,f))&&d.value:r[f],!c(v?f:h+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;s(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(r,f,p,t)}}},2565:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},1738:(t,e,r)=>{r(6777);var n=r(3155),o=r(9454),i=r(9197),a=r(2565),u=r(533),s=r(6729),c=u("species"),f=RegExp.prototype;t.exports=function(t,e,r,l){var p=u(t),d=!a((function(){var e={};return e[p]=function(){return 7},7!==""[t](e)})),h=d&&!a((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[c]=function(){return r},r.flags="",r[p]=/./[p]),r.exec=function(){return e=!0,null},r[p](""),!e}));if(!d||!h||r){var v=/./[p],y=e(p,""[t],(function(t,e,r,o,a){var u=e.exec;return u===i||u===f.exec?d&&!a?{done:!0,value:n(v,e,r,o)}:{done:!0,value:n(t,r,e,o)}:{done:!1}}));o(String.prototype,t,y[0]),o(f,p,y[1])}l&&s(f[p],"sham",!0)}},2509:(t,e,r)=>{var n=r(6894),o=r(5124),i=r(7119),a=r(6230);t.exports=function t(e,r,u,s,c,f,l,p){for(var d,h=c,v=0,y=!!l&&a(l,p);v0&&n(d)?h=t(e,r,d,o(d),h,f-1)-1:(i(h+1),e[h]=d),h++),v++;return h}},3502:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},127:(t,e,r)=>{var n=r(2166),o=Function.prototype,i=o.apply,a=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})},6230:(t,e,r)=>{var n=r(3390),o=r(356),i=r(2166),a=n(n.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?a(t,e):function(){return t.apply(e,arguments)}}},2166:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},3155:(t,e,r)=>{var n=r(2166),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},4252:(t,e,r)=>{var n=r(970),o=r(3519),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,u=o(i,"name"),s=u&&"something"===function(){}.name,c=u&&(!n||n&&a(i,"name").configurable);t.exports={EXISTS:u,PROPER:s,CONFIGURABLE:c}},4772:(t,e,r)=>{var n=r(2374),o=r(356);t.exports=function(t,e,r){try{return n(o(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},3390:(t,e,r)=>{var n=r(8898),o=r(2374);t.exports=function(t){if("Function"===n(t))return o(t)}},2374:(t,e,r)=>{var n=r(2166),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);t.exports=n?a:function(t){return function(){return i.apply(t,arguments)}}},1901:(t,e,r)=>{var n=r(8953),o=r(8095);t.exports=function(t,e){return arguments.length<2?(r=n[t],o(r)?r:void 0):n[t]&&n[t][e];var r}},5077:(t,e,r)=>{var n=r(8549),o=r(8720),i=r(2579),a=r(4995),u=r(533)("iterator");t.exports=function(t){if(!i(t))return o(t,u)||o(t,"@@iterator")||a[n(t)]}},827:(t,e,r)=>{var n=r(3155),o=r(356),i=r(3817),a=r(4581),u=r(5077),s=TypeError;t.exports=function(t,e){var r=arguments.length<2?u(t):e;if(o(r))return i(n(r,t));throw new s(a(t)+" is not iterable")}},8720:(t,e,r)=>{var n=r(356),o=r(2579);t.exports=function(t,e){var r=t[e];return o(r)?void 0:n(r)}},4624:(t,e,r)=>{var n=r(2374),o=r(1607),i=Math.floor,a=n("".charAt),u=n("".replace),s=n("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,n,l,p){var d=r+t.length,h=n.length,v=f;return void 0!==l&&(l=o(l),v=c),u(p,v,(function(o,u){var c;switch(a(u,0)){case"$":return"$";case"&":return t;case"`":return s(e,0,r);case"'":return s(e,d);case"<":c=l[s(u,1,-1)];break;default:var f=+u;if(0===f)return o;if(f>h){var p=i(f/10);return 0===p?o:p<=h?void 0===n[p-1]?a(u,1):n[p-1]+a(u,1):o}c=n[f-1]}return void 0===c?"":c}))}},8953:function(t,e,r){var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},3519:(t,e,r)=>{var n=r(2374),o=r(1607),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},9663:t=>{t.exports={}},2183:t=>{t.exports=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}}},5831:(t,e,r)=>{var n=r(1901);t.exports=n("document","documentElement")},9747:(t,e,r)=>{var n=r(970),o=r(2565),i=r(1021);t.exports=!n&&!o((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},3004:t=>{var e=Array,r=Math.abs,n=Math.pow,o=Math.floor,i=Math.log,a=Math.LN2;t.exports={pack:function(t,u,s){var c,f,l,p=e(s),d=8*s-u-1,h=(1<>1,y=23===u?n(2,-24)-n(2,-77):0,g=t<0||0===t&&1/t<0?1:0,m=0;for((t=r(t))!=t||t===1/0?(f=t!=t?1:0,c=h):(c=o(i(t)/a),t*(l=n(2,-c))<1&&(c--,l*=2),(t+=c+v>=1?y/l:y*n(2,1-v))*l>=2&&(c++,l/=2),c+v>=h?(f=0,c=h):c+v>=1?(f=(t*l-1)*n(2,u),c+=v):(f=t*n(2,v-1)*n(2,u),c=0));u>=8;)p[m++]=255&f,f/=256,u-=8;for(c=c<0;)p[m++]=255&c,c/=256,d-=8;return p[--m]|=128*g,p},unpack:function(t,e){var r,o=t.length,i=8*o-e-1,a=(1<>1,s=i-7,c=o-1,f=t[c--],l=127&f;for(f>>=7;s>0;)l=256*l+t[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=e;s>0;)r=256*r+t[c--],s-=8;if(0===l)l=1-u;else{if(l===a)return r?NaN:f?-1/0:1/0;r+=n(2,e),l-=u}return(f?-1:1)*r*n(2,l-e)}}},3973:(t,e,r)=>{var n=r(2374),o=r(2565),i=r(8898),a=Object,u=n("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?u(t,""):a(t)}:a},1993:(t,e,r)=>{var n=r(8095),o=r(6116),i=r(6325);t.exports=function(t,e,r){var a,u;return i&&n(a=e.constructor)&&a!==r&&o(u=a.prototype)&&u!==r.prototype&&i(t,u),t}},1024:(t,e,r)=>{var n=r(2374),o=r(8095),i=r(3819),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},1725:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(9663),a=r(6116),u=r(3519),s=r(343).f,c=r(8746),f=r(368),l=r(814),p=r(3414),d=r(3502),h=!1,v=p("meta"),y=0,g=function(t){s(t,v,{value:{objectID:"O"+y++,weakData:{}}})},m=t.exports={enable:function(){m.enable=function(){},h=!0;var t=c.f,e=o([].splice),r={};r[v]=1,t(r).length&&(c.f=function(r){for(var n=t(r),o=0,i=n.length;o{var n,o,i,a=r(3648),u=r(8953),s=r(6116),c=r(6729),f=r(3519),l=r(3819),p=r(1701),d=r(9663),h="Object already initialized",v=u.TypeError,y=u.WeakMap;if(a||l.state){var g=l.state||(l.state=new y);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,e){if(g.has(t))throw new v(h);return e.facade=t,g.set(t,e),e},o=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var m=p("state");d[m]=!0,n=function(t,e){if(f(t,m))throw new v(h);return e.facade=t,c(t,m,e),e},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!s(e)||(r=o(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}}}},6199:(t,e,r)=>{var n=r(533),o=r(4995),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},6894:(t,e,r)=>{var n=r(8898);t.exports=Array.isArray||function(t){return"Array"===n(t)}},8585:(t,e,r)=>{var n=r(8549);t.exports=function(t){var e=n(t);return"BigInt64Array"===e||"BigUint64Array"===e}},8095:t=>{var e="object"==typeof document&&document.all;t.exports=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(t){return"function"==typeof t}},7659:(t,e,r)=>{var n=r(2374),o=r(2565),i=r(8095),a=r(8549),u=r(1901),s=r(1024),c=function(){},f=u("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=n(l.exec),d=!l.test(c),h=function(t){if(!i(t))return!1;try{return f(c,[],t),!0}catch(t){return!1}},v=function(t){if(!i(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!p(l,s(t))}catch(t){return!0}};v.sham=!0,t.exports=!f||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?v:h},1873:(t,e,r)=>{var n=r(3519);t.exports=function(t){return void 0!==t&&(n(t,"value")||n(t,"writable"))}},78:(t,e,r)=>{var n=r(2565),o=r(8095),i=/#|\.prototype\./,a=function(t,e){var r=s[u(t)];return r===f||r!==c&&(o(e)?n(e):!!e)},u=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=a.data={},c=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a},1893:(t,e,r)=>{var n=r(6116),o=Math.floor;t.exports=Number.isInteger||function(t){return!n(t)&&isFinite(t)&&o(t)===t}},2579:t=>{t.exports=function(t){return null==t}},6116:(t,e,r)=>{var n=r(8095);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},4059:(t,e,r)=>{var n=r(6116);t.exports=function(t){return n(t)||null===t}},9385:t=>{t.exports=!1},5358:(t,e,r)=>{var n=r(6116),o=r(8898),i=r(533)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"===o(t))}},4875:(t,e,r)=>{var n=r(1901),o=r(8095),i=r(8635),a=r(2170),u=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return o(e)&&i(e.prototype,u(t))}},9598:(t,e,r)=>{var n=r(6230),o=r(3155),i=r(3817),a=r(4581),u=r(6199),s=r(5124),c=r(8635),f=r(827),l=r(5077),p=r(4933),d=TypeError,h=function(t,e){this.stopped=t,this.result=e},v=h.prototype;t.exports=function(t,e,r){var y,g,m,b,w,x,S,O=r&&r.that,E=!(!r||!r.AS_ENTRIES),A=!(!r||!r.IS_RECORD),T=!(!r||!r.IS_ITERATOR),P=!(!r||!r.INTERRUPTED),j=n(e,O),I=function(t){return y&&p(y,"normal",t),new h(!0,t)},L=function(t){return E?(i(t),P?j(t[0],t[1],I):j(t[0],t[1])):P?j(t,I):j(t)};if(A)y=t.iterator;else if(T)y=t;else{if(!(g=l(t)))throw new d(a(t)+" is not iterable");if(u(g)){for(m=0,b=s(t);b>m;m++)if((w=L(t[m]))&&c(v,w))return w;return new h(!1)}y=f(t,g)}for(x=A?t.next:y.next;!(S=o(x,y)).done;){try{w=L(S.value)}catch(t){p(y,"throw",t)}if("object"==typeof w&&w&&c(v,w))return w}return new h(!1)}},4933:(t,e,r)=>{var n=r(3155),o=r(3817),i=r(8720);t.exports=function(t,e,r){var a,u;o(t);try{if(!(a=i(t,"return"))){if("throw"===e)throw r;return r}a=n(a,t)}catch(t){u=!0,a=t}if("throw"===e)throw r;if(u)throw a;return o(a),r}},2356:(t,e,r)=>{var n=r(7143).IteratorPrototype,o=r(7998),i=r(6494),a=r(1889),u=r(4995),s=function(){return this};t.exports=function(t,e,r,c){var f=e+" Iterator";return t.prototype=o(n,{next:i(+!c,r)}),a(t,f,!1,!0),u[f]=s,t}},2490:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(9385),a=r(4252),u=r(8095),s=r(2356),c=r(5321),f=r(6325),l=r(1889),p=r(6729),d=r(9454),h=r(533),v=r(4995),y=r(7143),g=a.PROPER,m=a.CONFIGURABLE,b=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,x=h("iterator"),S="keys",O="values",E="entries",A=function(){return this};t.exports=function(t,e,r,a,h,y,T){s(r,e,a);var P,j,I,L=function(t){if(t===h&&N)return N;if(!w&&t&&t in _)return _[t];switch(t){case S:case O:case E:return function(){return new r(this,t)}}return function(){return new r(this)}},R=e+" Iterator",k=!1,_=t.prototype,C=_[x]||_["@@iterator"]||h&&_[h],N=!w&&C||L(h),U="Array"===e&&_.entries||C;if(U&&(P=c(U.call(new t)))!==Object.prototype&&P.next&&(i||c(P)===b||(f?f(P,b):u(P[x])||d(P,x,A)),l(P,R,!0,!0),i&&(v[R]=A)),g&&h===O&&C&&C.name!==O&&(!i&&m?p(_,"name",O):(k=!0,N=function(){return o(C,this)})),h)if(j={values:L(O),keys:y?N:L(S),entries:L(E)},T)for(I in j)(w||k||!(I in _))&&d(_,I,j[I]);else n({target:e,proto:!0,forced:w||k},j);return i&&!T||_[x]===N||d(_,x,N,{name:h}),v[e]=N,j}},7143:(t,e,r)=>{var n,o,i,a=r(2565),u=r(8095),s=r(6116),c=r(7998),f=r(5321),l=r(9454),p=r(533),d=r(9385),h=p("iterator"),v=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(n=o):v=!0),!s(n)||a((function(){var t={};return n[h].call(t)!==t}))?n={}:d&&(n=c(n)),u(n[h])||l(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:v}},4995:t=>{t.exports={}},5124:(t,e,r)=>{var n=r(6464);t.exports=function(t){return n(t.length)}},3861:(t,e,r)=>{var n=r(2374),o=r(2565),i=r(8095),a=r(3519),u=r(970),s=r(4252).CONFIGURABLE,c=r(1024),f=r(2991),l=f.enforce,p=f.get,d=String,h=Object.defineProperty,v=n("".slice),y=n("".replace),g=n([].join),m=u&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),b=String(String).split("String"),w=t.exports=function(t,e,r){"Symbol("===v(d(e),0,7)&&(e="["+y(d(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!a(t,"name")||s&&t.name!==e)&&(u?h(t,"name",{value:e,configurable:!0}):t.name=e),m&&r&&a(r,"arity")&&t.length!==r.arity&&h(t,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?u&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=l(t);return a(n,"source")||(n.source=g(b,"string"==typeof e?e:"")),t};Function.prototype.toString=w((function(){return i(this)&&p(this).source||c(this)}),"toString")},5122:(t,e,r)=>{var n=r(6648),o=Math.abs,i=2220446049250313e-31,a=1/i;t.exports=function(t,e,r,u){var s=+t,c=o(s),f=n(s);if(cr||p!=p?f*(1/0):f*p}},1983:(t,e,r)=>{var n=r(5122);t.exports=Math.fround||function(t){return n(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},6648:t=>{t.exports=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1}},1723:t=>{var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},1101:(t,e,r)=>{var n,o,i,a,u,s=r(8953),c=r(3495),f=r(6230),l=r(1899).set,p=r(3647),d=r(2989),h=r(870),v=r(1651),y=r(3034),g=s.MutationObserver||s.WebKitMutationObserver,m=s.document,b=s.process,w=s.Promise,x=c("queueMicrotask");if(!x){var S=new p,O=function(){var t,e;for(y&&(t=b.domain)&&t.exit();e=S.get();)try{e()}catch(t){throw S.head&&n(),t}t&&t.enter()};d||y||v||!g||!m?!h&&w&&w.resolve?((a=w.resolve(void 0)).constructor=w,u=f(a.then,a),n=function(){u(O)}):y?n=function(){b.nextTick(O)}:(l=f(l,s),n=function(){l(O)}):(o=!0,i=m.createTextNode(""),new g(O).observe(i,{characterData:!0}),n=function(){i.data=o=!o}),x=function(t){S.head||n(),S.add(t)}}t.exports=x},7305:(t,e,r)=>{var n=r(356),o=TypeError,i=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw new o("Bad Promise constructor");e=t,r=n})),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new i(t)}},4254:(t,e,r)=>{var n=r(5358),o=TypeError;t.exports=function(t){if(n(t))throw new o("The method doesn't accept regular expressions");return t}},9902:(t,e,r)=>{var n=r(8953),o=r(2565),i=r(2374),a=r(3841),u=r(3916).trim,s=r(410),c=i("".charAt),f=n.parseFloat,l=n.Symbol,p=l&&l.iterator,d=1/f(s+"-0")!=-1/0||p&&!o((function(){f(Object(p))}));t.exports=d?function(t){var e=u(a(t)),r=f(e);return 0===r&&"-"===c(e,0)?-0:r}:f},9489:(t,e,r)=>{var n=r(8953),o=r(2565),i=r(2374),a=r(3841),u=r(3916).trim,s=r(410),c=n.parseInt,f=n.Symbol,l=f&&f.iterator,p=/^[+-]?0x/i,d=i(p.exec),h=8!==c(s+"08")||22!==c(s+"0x16")||l&&!o((function(){c(Object(l))}));t.exports=h?function(t,e){var r=u(a(t));return c(r,e>>>0||(d(p,r)?16:10))}:c},1883:(t,e,r)=>{var n=r(970),o=r(2374),i=r(3155),a=r(2565),u=r(6046),s=r(7407),c=r(6695),f=r(1607),l=r(3973),p=Object.assign,d=Object.defineProperty,h=o([].concat);t.exports=!p||a((function(){if(n&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol("assign detection"),o="abcdefghijklmnopqrst";return t[r]=7,o.split("").forEach((function(t){e[t]=t})),7!==p({},t)[r]||u(p({},e)).join("")!==o}))?function(t,e){for(var r=f(t),o=arguments.length,a=1,p=s.f,d=c.f;o>a;)for(var v,y=l(arguments[a++]),g=p?h(u(y),p(y)):u(y),m=g.length,b=0;m>b;)v=g[b++],n&&!i(d,y,v)||(r[v]=y[v]);return r}:p},7998:(t,e,r)=>{var n,o=r(3817),i=r(1803),a=r(8137),u=r(9663),s=r(5831),c=r(1021),f=r(1701),l="prototype",p="script",d=f("IE_PROTO"),h=function(){},v=function(t){return"<"+p+">"+t+""},y=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},g=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;g="undefined"!=typeof document?document.domain&&n?y(n):(e=c("iframe"),r="java"+p+":",e.style.display="none",s.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F):y(n);for(var o=a.length;o--;)delete g[l][a[o]];return g()};u[d]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h[l]=o(t),r=new h,h[l]=null,r[d]=t):r=g(),void 0===e?r:i.f(r,e)}},1803:(t,e,r)=>{var n=r(970),o=r(4612),i=r(343),a=r(3817),u=r(9787),s=r(6046);e.f=n&&!o?Object.defineProperties:function(t,e){a(t);for(var r,n=u(e),o=s(e),c=o.length,f=0;c>f;)i.f(t,r=o[f++],n[r]);return t}},343:(t,e,r)=>{var n=r(970),o=r(9747),i=r(4612),a=r(3817),u=r(5011),s=TypeError,c=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",d="writable";e.f=n?i?function(t,e,r){if(a(t),e=u(e),a(r),"function"==typeof t&&"prototype"===e&&"value"in r&&d in r&&!r[d]){var n=f(t,e);n&&n[d]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:l in r?r[l]:n[l],writable:!1})}return c(t,e,r)}:c:function(t,e,r){if(a(t),e=u(e),a(r),o)try{return c(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new s("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},325:(t,e,r)=>{var n=r(970),o=r(3155),i=r(6695),a=r(6494),u=r(9787),s=r(5011),c=r(3519),f=r(9747),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=u(t),e=s(e),f)try{return l(t,e)}catch(t){}if(c(t,e))return a(!o(i.f,t,e),t[e])}},368:(t,e,r)=>{var n=r(8898),o=r(9787),i=r(8746).f,a=r(3014),u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return u&&"Window"===n(t)?function(t){try{return i(t)}catch(t){return a(u)}}(t):i(o(t))}},8746:(t,e,r)=>{var n=r(3506),o=r(8137).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},7407:(t,e)=>{e.f=Object.getOwnPropertySymbols},5321:(t,e,r)=>{var n=r(3519),o=r(8095),i=r(1607),a=r(1701),u=r(9389),s=a("IE_PROTO"),c=Object,f=c.prototype;t.exports=u?c.getPrototypeOf:function(t){var e=i(t);if(n(e,s))return e[s];var r=e.constructor;return o(r)&&e instanceof r?r.prototype:e instanceof c?f:null}},814:(t,e,r)=>{var n=r(2565),o=r(6116),i=r(8898),a=r(7146),u=Object.isExtensible,s=n((function(){u(1)}));t.exports=s||a?function(t){return!!o(t)&&((!a||"ArrayBuffer"!==i(t))&&(!u||u(t)))}:u},8635:(t,e,r)=>{var n=r(2374);t.exports=n({}.isPrototypeOf)},3506:(t,e,r)=>{var n=r(2374),o=r(3519),i=r(9787),a=r(4751).indexOf,u=r(9663),s=n([].push);t.exports=function(t,e){var r,n=i(t),c=0,f=[];for(r in n)!o(u,r)&&o(n,r)&&s(f,r);for(;e.length>c;)o(n,r=e[c++])&&(~a(f,r)||s(f,r));return f}},6046:(t,e,r)=>{var n=r(3506),o=r(8137);t.exports=Object.keys||function(t){return n(t,o)}},6695:(t,e)=>{var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},8477:(t,e,r)=>{var n=r(9385),o=r(8953),i=r(2565),a=r(1666);t.exports=n||!i((function(){if(!(a&&a<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},6325:(t,e,r)=>{var n=r(4772),o=r(6116),i=r(3972),a=r(992);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return i(r),a(n),o(r)?(e?t(r,n):r.__proto__=n,r):r}}():void 0)},1312:(t,e,r)=>{var n=r(3155),o=r(8095),i=r(6116),a=TypeError;t.exports=function(t,e){var r,u;if("string"===e&&o(r=t.toString)&&!i(u=n(r,t)))return u;if(o(r=t.valueOf)&&!i(u=n(r,t)))return u;if("string"!==e&&o(r=t.toString)&&!i(u=n(r,t)))return u;throw new a("Can't convert object to primitive value")}},6757:(t,e,r)=>{var n=r(1901),o=r(2374),i=r(8746),a=r(7407),u=r(3817),s=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(u(t)),r=a.f;return r?s(e,r(t)):e}},3897:(t,e,r)=>{var n=r(8953);t.exports=n},5642:t=>{t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},4346:(t,e,r)=>{var n=r(8953),o=r(3676),i=r(8095),a=r(78),u=r(1024),s=r(533),c=r(920),f=r(1910),l=r(9385),p=r(38),d=o&&o.prototype,h=s("species"),v=!1,y=i(n.PromiseRejectionEvent),g=a("Promise",(function(){var t=u(o),e=t!==String(o);if(!e&&66===p)return!0;if(l&&(!d.catch||!d.finally))return!0;if(!p||p<51||!/native code/.test(t)){var r=new o((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((r.constructor={})[h]=n,!(v=r.then((function(){}))instanceof n))return!0}return!e&&(c||f)&&!y}));t.exports={CONSTRUCTOR:g,REJECTION_EVENT:y,SUBCLASSING:v}},3676:(t,e,r)=>{var n=r(8953);t.exports=n.Promise},5248:(t,e,r)=>{var n=r(3817),o=r(6116),i=r(7305);t.exports=function(t,e){if(n(t),o(e)&&e.constructor===t)return e;var r=i.f(t);return(0,r.resolve)(e),r.promise}},7811:(t,e,r)=>{var n=r(3676),o=r(3990),i=r(4346).CONSTRUCTOR;t.exports=i||!o((function(t){n.all(t).then(void 0,(function(){}))}))},1234:(t,e,r)=>{var n=r(343).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},3647:t=>{var e=function(){this.head=null,this.tail=null};e.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=e},376:(t,e,r)=>{var n=r(3155),o=r(3817),i=r(8095),a=r(8898),u=r(9197),s=TypeError;t.exports=function(t,e){var r=t.exec;if(i(r)){var c=n(r,t,e);return null!==c&&o(c),c}if("RegExp"===a(t))return n(u,t,e);throw new s("RegExp#exec called on incompatible receiver")}},9197:(t,e,r)=>{var n,o,i=r(3155),a=r(2374),u=r(3841),s=r(5721),c=r(3199),f=r(715),l=r(7998),p=r(2991).get,d=r(6190),h=r(3268),v=f("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,g=y,m=a("".charAt),b=a("".indexOf),w=a("".replace),x=a("".slice),S=(o=/b*/g,i(y,n=/a/,"a"),i(y,o,"a"),0!==n.lastIndex||0!==o.lastIndex),O=c.BROKEN_CARET,E=void 0!==/()??/.exec("")[1];(S||E||O||d||h)&&(g=function(t){var e,r,n,o,a,c,f,d=this,h=p(d),A=u(t),T=h.raw;if(T)return T.lastIndex=d.lastIndex,e=i(g,T,A),d.lastIndex=T.lastIndex,e;var P=h.groups,j=O&&d.sticky,I=i(s,d),L=d.source,R=0,k=A;if(j&&(I=w(I,"y",""),-1===b(I,"g")&&(I+="g"),k=x(A,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==m(A,d.lastIndex-1))&&(L="(?: "+L+")",k=" "+k,R++),r=new RegExp("^(?:"+L+")",I)),E&&(r=new RegExp("^"+L+"$(?!\\s)",I)),S&&(n=d.lastIndex),o=i(y,j?r:d,k),j?o?(o.input=x(o.input,R),o[0]=x(o[0],R),o.index=d.lastIndex,d.lastIndex+=o[0].length):d.lastIndex=0:S&&o&&(d.lastIndex=d.global?o.index+o[0].length:n),E&&o&&o.length>1&&i(v,o[0],r,(function(){for(a=1;a{var n=r(3817);t.exports=function(){var t=n(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},8532:(t,e,r)=>{var n=r(3155),o=r(3519),i=r(8635),a=r(5721),u=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in u||o(t,"flags")||!i(u,t)?e:n(a,t)}},3199:(t,e,r)=>{var n=r(2565),o=r(8953).RegExp,i=n((function(){var t=o("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),a=i||n((function(){return!o("a","y").sticky})),u=i||n((function(){var t=o("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:u,MISSED_STICKY:a,UNSUPPORTED_Y:i}},6190:(t,e,r)=>{var n=r(2565),o=r(8953).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},3268:(t,e,r)=>{var n=r(2565),o=r(8953).RegExp;t.exports=n((function(){var t=o("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},3972:(t,e,r)=>{var n=r(2579),o=TypeError;t.exports=function(t){if(n(t))throw new o("Can't call method on "+t);return t}},3495:(t,e,r)=>{var n=r(8953),o=r(970),i=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!o)return n[t];var e=i(n,t);return e&&e.value}},5368:t=>{t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},1102:(t,e,r)=>{var n,o=r(8953),i=r(127),a=r(8095),u=r(2633),s=r(962),c=r(3014),f=r(6638),l=o.Function,p=/MSIE .\./.test(s)||u&&((n=o.Bun.version.split(".")).length<3||"0"===n[0]&&(n[1]<3||"3"===n[1]&&"0"===n[2]));t.exports=function(t,e){var r=e?2:1;return p?function(n,o){var u=f(arguments.length,1)>r,s=a(n)?n:l(n),p=u?c(arguments,r):[],d=u?function(){i(s,this,p)}:s;return e?t(d,o):t(d)}:t}},2967:(t,e,r)=>{var n=r(1901),o=r(1276),i=r(533),a=r(970),u=i("species");t.exports=function(t){var e=n(t);a&&e&&!e[u]&&o(e,u,{configurable:!0,get:function(){return this}})}},1889:(t,e,r)=>{var n=r(343).f,o=r(3519),i=r(533)("toStringTag");t.exports=function(t,e,r){t&&!r&&(t=t.prototype),t&&!o(t,i)&&n(t,i,{configurable:!0,value:e})}},1701:(t,e,r)=>{var n=r(715),o=r(3414),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},3819:(t,e,r)=>{var n=r(9385),o=r(8953),i=r(5155),a="__core-js_shared__",u=t.exports=o[a]||i(a,{});(u.versions||(u.versions=[])).push({version:"3.37.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE",source:"https://github.com/zloirock/core-js"})},715:(t,e,r)=>{var n=r(3819);t.exports=function(t,e){return n[t]||(n[t]=e||{})}},7303:(t,e,r)=>{var n=r(3817),o=r(7050),i=r(2579),a=r(533)("species");t.exports=function(t,e){var r,u=n(t).constructor;return void 0===u||i(r=n(u)[a])?e:o(r)}},8133:(t,e,r)=>{var n=r(2374),o=r(4905),i=r(3841),a=r(3972),u=n("".charAt),s=n("".charCodeAt),c=n("".slice),f=function(t){return function(e,r){var n,f,l=i(a(e)),p=o(r),d=l.length;return p<0||p>=d?t?"":void 0:(n=s(l,p))<55296||n>56319||p+1===d||(f=s(l,p+1))<56320||f>57343?t?u(l,p):n:t?c(l,p,p+2):f-56320+(n-55296<<10)+65536}};t.exports={codeAt:f(!1),charAt:f(!0)}},8449:(t,e,r)=>{var n=r(962);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},7:(t,e,r)=>{var n=r(2374),o=r(6464),i=r(3841),a=r(9015),u=r(3972),s=n(a),c=n("".slice),f=Math.ceil,l=function(t){return function(e,r,n){var a,l,p=i(u(e)),d=o(r),h=p.length,v=void 0===n?" ":i(n);return d<=h||""===v?p:((l=s(v,f((a=d-h)/v.length))).length>a&&(l=c(l,0,a)),t?p+l:l+p)}};t.exports={start:l(!1),end:l(!0)}},8727:(t,e,r)=>{var n=r(2374),o=2147483647,i=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,u="Overflow: input needs wider integers to process",s=RangeError,c=n(a.exec),f=Math.floor,l=String.fromCharCode,p=n("".charCodeAt),d=n([].join),h=n([].push),v=n("".replace),y=n("".split),g=n("".toLowerCase),m=function(t){return t+22+75*(t<26)},b=function(t,e,r){var n=0;for(t=r?f(t/700):t>>1,t+=f(t/e);t>455;)t=f(t/35),n+=36;return f(n+36*t/(t+38))},w=function(t){var e=[];t=function(t){for(var e=[],r=0,n=t.length;r=55296&&o<=56319&&r=a&&nf((o-c)/x))throw new s(u);for(c+=(w-a)*x,a=w,r=0;ro)throw new s(u);if(n===a){for(var S=c,O=36;;){var E=O<=v?1:O>=v+26?26:O-v;if(S{var n=r(4905),o=r(3841),i=r(3972),a=RangeError;t.exports=function(t){var e=o(i(this)),r="",u=n(t);if(u<0||u===1/0)throw new a("Wrong number of repetitions");for(;u>0;(u>>>=1)&&(e+=e))1&u&&(r+=e);return r}},7336:(t,e,r)=>{var n=r(3916).end,o=r(6e3);t.exports=o("trimEnd")?function(){return n(this)}:"".trimEnd},6e3:(t,e,r)=>{var n=r(4252).PROPER,o=r(2565),i=r(410);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||n&&i[t].name!==t}))}},9321:(t,e,r)=>{var n=r(3916).start,o=r(6e3);t.exports=o("trimStart")?function(){return n(this)}:"".trimStart},3916:(t,e,r)=>{var n=r(2374),o=r(3972),i=r(3841),a=r(410),u=n("".replace),s=RegExp("^["+a+"]+"),c=RegExp("(^|[^"+a+"])["+a+"]+$"),f=function(t){return function(e){var r=i(o(e));return 1&t&&(r=u(r,s,"")),2&t&&(r=u(r,c,"$1")),r}};t.exports={start:f(1),end:f(2),trim:f(3)}},4129:(t,e,r)=>{var n=r(38),o=r(2565),i=r(8953).String;t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},1899:(t,e,r)=>{var n,o,i,a,u=r(8953),s=r(127),c=r(6230),f=r(8095),l=r(3519),p=r(2565),d=r(5831),h=r(3014),v=r(1021),y=r(6638),g=r(2989),m=r(3034),b=u.setImmediate,w=u.clearImmediate,x=u.process,S=u.Dispatch,O=u.Function,E=u.MessageChannel,A=u.String,T=0,P={},j="onreadystatechange";p((function(){n=u.location}));var I=function(t){if(l(P,t)){var e=P[t];delete P[t],e()}},L=function(t){return function(){I(t)}},R=function(t){I(t.data)},k=function(t){u.postMessage(A(t),n.protocol+"//"+n.host)};b&&w||(b=function(t){y(arguments.length,1);var e=f(t)?t:O(t),r=h(arguments,1);return P[++T]=function(){s(e,void 0,r)},o(T),T},w=function(t){delete P[t]},m?o=function(t){x.nextTick(L(t))}:S&&S.now?o=function(t){S.now(L(t))}:E&&!g?(a=(i=new E).port2,i.port1.onmessage=R,o=c(a.postMessage,a)):u.addEventListener&&f(u.postMessage)&&!u.importScripts&&n&&"file:"!==n.protocol&&!p(k)?(o=k,u.addEventListener("message",R,!1)):o=j in v("script")?function(t){d.appendChild(v("script"))[j]=function(){d.removeChild(this),I(t)}}:function(t){setTimeout(L(t),0)}),t.exports={set:b,clear:w}},8242:(t,e,r)=>{var n=r(2374);t.exports=n(1..valueOf)},3180:(t,e,r)=>{var n=r(4905),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},1472:(t,e,r)=>{var n=r(6079),o=TypeError;t.exports=function(t){var e=n(t,"number");if("number"==typeof e)throw new o("Can't convert number to bigint");return BigInt(e)}},7674:(t,e,r)=>{var n=r(4905),o=r(6464),i=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=n(t),r=o(e);if(e!==r)throw new i("Wrong length or index");return r}},9787:(t,e,r)=>{var n=r(3973),o=r(3972);t.exports=function(t){return n(o(t))}},4905:(t,e,r)=>{var n=r(1723);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},6464:(t,e,r)=>{var n=r(4905),o=Math.min;t.exports=function(t){var e=n(t);return e>0?o(e,9007199254740991):0}},1607:(t,e,r)=>{var n=r(3972),o=Object;t.exports=function(t){return o(n(t))}},3279:(t,e,r)=>{var n=r(1880),o=RangeError;t.exports=function(t,e){var r=n(t);if(r%e)throw new o("Wrong offset");return r}},1880:(t,e,r)=>{var n=r(4905),o=RangeError;t.exports=function(t){var e=n(t);if(e<0)throw new o("The argument can't be less than 0");return e}},6079:(t,e,r)=>{var n=r(3155),o=r(6116),i=r(4875),a=r(8720),u=r(1312),s=r(533),c=TypeError,f=s("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var r,s=a(t,f);if(s){if(void 0===e&&(e="default"),r=n(s,t,e),!o(r)||i(r))return r;throw new c("Can't convert object to primitive value")}return void 0===e&&(e="number"),u(t,e)}},5011:(t,e,r)=>{var n=r(6079),o=r(4875);t.exports=function(t){var e=n(t,"string");return o(e)?e:e+""}},7366:(t,e,r)=>{var n={};n[r(533)("toStringTag")]="z",t.exports="[object z]"===String(n)},3841:(t,e,r)=>{var n=r(8549),o=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return o(t)}},2581:t=>{var e=Math.round;t.exports=function(t){var r=e(t);return r<0?0:r>255?255:255&r}},4581:t=>{var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},4629:(t,e,r)=>{var n=r(7568),o=r(8953),i=r(3155),a=r(970),u=r(1767),s=r(8850),c=r(8140),f=r(8033),l=r(6494),p=r(6729),d=r(1893),h=r(6464),v=r(7674),y=r(3279),g=r(2581),m=r(5011),b=r(3519),w=r(8549),x=r(6116),S=r(4875),O=r(7998),E=r(8635),A=r(6325),T=r(8746).f,P=r(25),j=r(6287).forEach,I=r(2967),L=r(1276),R=r(343),k=r(325),_=r(9716),C=r(2991),N=r(1993),U=C.get,M=C.set,D=C.enforce,F=R.f,B=k.f,H=o.RangeError,q=c.ArrayBuffer,z=q.prototype,W=c.DataView,V=s.NATIVE_ARRAY_BUFFER_VIEWS,$=s.TYPED_ARRAY_TAG,Y=s.TypedArray,G=s.TypedArrayPrototype,X=s.isTypedArray,J="BYTES_PER_ELEMENT",Q="Wrong length",K=function(t,e){L(t,e,{configurable:!0,get:function(){return U(this)[e]}})},Z=function(t){var e;return E(z,t)||"ArrayBuffer"===(e=w(t))||"SharedArrayBuffer"===e},tt=function(t,e){return X(t)&&!S(e)&&e in t&&d(+e)&&e>=0},et=function(t,e){return e=m(e),tt(t,e)?l(2,t[e]):B(t,e)},rt=function(t,e,r){return e=m(e),!(tt(t,e)&&x(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?F(t,e,r):(t[e]=r.value,t)};a?(V||(k.f=et,R.f=rt,K(G,"buffer"),K(G,"byteOffset"),K(G,"byteLength"),K(G,"length")),n({target:"Object",stat:!0,forced:!V},{getOwnPropertyDescriptor:et,defineProperty:rt}),t.exports=function(t,e,r){var a=t.match(/\d+/)[0]/8,s=t+(r?"Clamped":"")+"Array",c="get"+t,l="set"+t,d=o[s],m=d,b=m&&m.prototype,w={},S=function(t,e){F(t,e,{get:function(){return function(t,e){var r=U(t);return r.view[c](e*a+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,n){var o=U(t);o.view[l](e*a+o.byteOffset,r?g(n):n,!0)}(this,e,t)},enumerable:!0})};V?u&&(m=e((function(t,e,r,n){return f(t,b),N(x(e)?Z(e)?void 0!==n?new d(e,y(r,a),n):void 0!==r?new d(e,y(r,a)):new d(e):X(e)?_(m,e):i(P,m,e):new d(v(e)),t,m)})),A&&A(m,Y),j(T(d),(function(t){t in m||p(m,t,d[t])})),m.prototype=b):(m=e((function(t,e,r,n){f(t,b);var o,u,s,c=0,l=0;if(x(e)){if(!Z(e))return X(e)?_(m,e):i(P,m,e);o=e,l=y(r,a);var p=e.byteLength;if(void 0===n){if(p%a)throw new H(Q);if((u=p-l)<0)throw new H(Q)}else if((u=h(n)*a)+l>p)throw new H(Q);s=u/a}else s=v(e),o=new q(u=s*a);for(M(t,{buffer:o,byteOffset:l,byteLength:u,length:s,view:new W(o)});c{var n=r(8953),o=r(2565),i=r(3990),a=r(8850).NATIVE_ARRAY_BUFFER_VIEWS,u=n.ArrayBuffer,s=n.Int8Array;t.exports=!a||!o((function(){s(1)}))||!o((function(){new s(-1)}))||!i((function(t){new s,new s(null),new s(1.5),new s(t)}),!0)||o((function(){return 1!==new s(new u(2),1,void 0).length}))},25:(t,e,r)=>{var n=r(6230),o=r(3155),i=r(7050),a=r(1607),u=r(5124),s=r(827),c=r(5077),f=r(6199),l=r(8585),p=r(8850).aTypedArrayConstructor,d=r(1472);t.exports=function(t){var e,r,h,v,y,g,m,b,w=i(this),x=a(t),S=arguments.length,O=S>1?arguments[1]:void 0,E=void 0!==O,A=c(x);if(A&&!f(A))for(b=(m=s(x,A)).next,x=[];!(g=o(b,m)).done;)x.push(g.value);for(E&&S>2&&(O=n(O,arguments[2])),r=u(x),h=new(p(w))(r),v=l(h),e=0;r>e;e++)y=E?O(x[e],e):x[e],h[e]=v?d(y):+y;return h}},3414:(t,e,r)=>{var n=r(2374),o=0,i=Math.random(),a=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},2350:(t,e,r)=>{var n=r(2565),o=r(533),i=r(970),a=r(9385),u=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),r.delete("a",2),r.delete("b",void 0),a&&(!t.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b"))||!e.size&&(a||!i)||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[u]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},2170:(t,e,r)=>{var n=r(4129);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},4612:(t,e,r)=>{var n=r(970),o=r(2565);t.exports=n&&o((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},6638:t=>{var e=TypeError;t.exports=function(t,r){if(t{var n=r(8953),o=r(8095),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},2869:(t,e,r)=>{var n=r(3897),o=r(3519),i=r(4113),a=r(343).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},4113:(t,e,r)=>{var n=r(533);e.f=n},533:(t,e,r)=>{var n=r(8953),o=r(715),i=r(3519),a=r(3414),u=r(4129),s=r(2170),c=n.Symbol,f=o("wks"),l=s?c.for||c:c&&c.withoutSetter||a;t.exports=function(t){return i(f,t)||(f[t]=u&&i(c,t)?c[t]:l("Symbol."+t)),f[t]}},410:t=>{t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},3809:(t,e,r)=>{var n=r(7568),o=r(8953),i=r(8140),a=r(2967),u="ArrayBuffer",s=i[u];n({global:!0,constructor:!0,forced:o[u]!==s},{ArrayBuffer:s}),a(u)},2107:(t,e,r)=>{var n=r(7568),o=r(3390),i=r(2565),a=r(8140),u=r(3817),s=r(3180),c=r(6464),f=r(7303),l=a.ArrayBuffer,p=a.DataView,d=p.prototype,h=o(l.prototype.slice),v=o(d.getUint8),y=o(d.setUint8);n({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:i((function(){return!new l(2).slice(1,void 0).byteLength}))},{slice:function(t,e){if(h&&void 0===e)return h(u(this),t);for(var r=u(this).byteLength,n=s(t,r),o=s(void 0===e?r:e,r),i=new(f(this,l))(c(o-n)),a=new p(this),d=new p(i),g=0;n{var n=r(7568),o=r(2509),i=r(356),a=r(1607),u=r(5124),s=r(9635);n({target:"Array",proto:!0},{flatMap:function(t){var e,r=a(this),n=u(r);return i(t),(e=s(r,0)).length=o(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},9175:(t,e,r)=>{var n=r(7568),o=r(2509),i=r(1607),a=r(5124),u=r(4905),s=r(9635);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=i(this),r=a(e),n=s(e,0);return n.length=o(n,e,e,r,0,void 0===t?1:u(t)),n}})},3501:(t,e,r)=>{var n=r(7568),o=r(4751).includes,i=r(2565),a=r(3523);n({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},1950:(t,e,r)=>{var n=r(9787),o=r(3523),i=r(4995),a=r(2991),u=r(343).f,s=r(2490),c=r(7011),f=r(9385),l=r(970),p="Array Iterator",d=a.set,h=a.getterFor(p);t.exports=s(Array,"Array",(function(t,e){d(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=h(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=void 0,c(void 0,!0);switch(t.kind){case"keys":return c(r,!1);case"values":return c(e[r],!1)}return c([r,e[r]],!1)}),"values");var v=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&l&&"values"!==v.name)try{u(v,"name",{value:"values"})}catch(t){}},937:(t,e,r)=>{var n=r(7568),o=r(1456).right,i=r(8708),a=r(38);n({target:"Array",proto:!0,forced:!r(3034)&&a>79&&a<83||!i("reduceRight")},{reduceRight:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},9954:(t,e,r)=>{var n=r(7568),o=r(1456).left,i=r(8708),a=r(38);n({target:"Array",proto:!0,forced:!r(3034)&&a>79&&a<83||!i("reduce")},{reduce:function(t){var e=arguments.length;return o(this,t,e,e>1?arguments[1]:void 0)}})},1856:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(6894),a=o([].reverse),u=[1,2];n({target:"Array",proto:!0,forced:String(u)===String(u.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),a(this)}})},4460:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(356),a=r(1607),u=r(5124),s=r(3232),c=r(3841),f=r(2565),l=r(2278),p=r(8708),d=r(2024),h=r(9392),v=r(38),y=r(1666),g=[],m=o(g.sort),b=o(g.push),w=f((function(){g.sort(void 0)})),x=f((function(){g.sort(null)})),S=p("sort"),O=!f((function(){if(v)return v<70;if(!(d&&d>3)){if(h)return!0;if(y)return y<603;var t,e,r,n,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)g.push({k:e+n,v:r})}for(g.sort((function(t,e){return e.v-t.v})),n=0;nc(r)?1:-1}}(t)),r=u(o),n=0;n{r(3523)("flatMap")},2092:(t,e,r)=>{r(3523)("flat")},1667:(t,e,r)=>{var n=r(7568),o=Math.hypot,i=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,o=0,u=0,s=arguments.length,c=0;u0?(n=r/c)*n:r;return c===1/0?1/0:c*a(o)}})},4242:(t,e,r)=>{var n=r(7568),o=r(9902);n({target:"Number",stat:!0,forced:Number.parseFloat!==o},{parseFloat:o})},6213:(t,e,r)=>{var n=r(7568),o=r(9489);n({target:"Number",stat:!0,forced:Number.parseInt!==o},{parseInt:o})},6150:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(4905),a=r(8242),u=r(9015),s=r(2565),c=RangeError,f=String,l=Math.floor,p=o(u),d=o("".slice),h=o(1..toFixed),v=function t(e,r,n){return 0===r?n:r%2==1?t(e,r-1,n*e):t(e*e,r/2,n)},y=function(t,e,r){for(var n=-1,o=r;++n<6;)o+=e*t[n],t[n]=o%1e7,o=l(o/1e7)},g=function(t,e){for(var r=6,n=0;--r>=0;)n+=t[r],t[r]=l(n/e),n=n%e*1e7},m=function(t){for(var e=6,r="";--e>=0;)if(""!==r||0===e||0!==t[e]){var n=f(t[e]);r=""===r?n:r+p("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:s((function(){return"0.000"!==h(8e-5,3)||"1"!==h(.9,0)||"1.25"!==h(1.255,2)||"1000000000000000128"!==h(0xde0b6b3a7640080,0)}))||!s((function(){h({})}))},{toFixed:function(t){var e,r,n,o,u=a(this),s=i(t),l=[0,0,0,0,0,0],h="",b="0";if(s<0||s>20)throw new c("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return f(u);if(u<0&&(h="-",u=-u),u>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(u*v(2,69,1))-69)<0?u*v(2,-e,1):u/v(2,e,1),r*=4503599627370496,(e=52-e)>0){for(y(l,0,r),n=s;n>=7;)y(l,1e7,0),n-=7;for(y(l,v(10,n,1),0),n=e-1;n>=23;)g(l,1<<23),n-=23;g(l,1<0?h+((o=b.length)<=s?"0."+p("0",s-o)+b:d(b,0,o-s)+"."+d(b,o-s)):h+b}})},3859:(t,e,r)=>{var n=r(7568),o=r(1883);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},3261:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(356),u=r(1607),s=r(343);o&&n({target:"Object",proto:!0,forced:i},{__defineGetter__:function(t,e){s.f(u(this),t,{get:a(e),enumerable:!0,configurable:!0})}})},721:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(356),u=r(1607),s=r(343);o&&n({target:"Object",proto:!0,forced:i},{__defineSetter__:function(t,e){s.f(u(this),t,{set:a(e),enumerable:!0,configurable:!0})}})},2615:(t,e,r)=>{var n=r(7568),o=r(9598),i=r(210);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,(function(t,r){i(e,t,r)}),{AS_ENTRIES:!0}),e}})},3962:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(1607),u=r(5011),s=r(5321),c=r(325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.get}while(r=s(r))}})},8854:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(1607),u=r(5011),s=r(5321),c=r(325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.set}while(r=s(r))}})},6245:(t,e,r)=>{var n=r(7568),o=r(9902);n({global:!0,forced:parseFloat!==o},{parseFloat:o})},3618:(t,e,r)=>{var n=r(7568),o=r(9489);n({global:!0,forced:parseInt!==o},{parseInt:o})},1301:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(356),a=r(7305),u=r(5642),s=r(9598);n({target:"Promise",stat:!0,forced:r(7811)},{all:function(t){var e=this,r=a.f(e),n=r.resolve,c=r.reject,f=u((function(){var r=i(e.resolve),a=[],u=0,f=1;s(t,(function(t){var i=u++,s=!1;f++,o(r,e,t).then((function(t){s||(s=!0,a[i]=t,--f||n(a))}),c)})),--f||n(a)}));return f.error&&c(f.value),r.promise}})},6893:(t,e,r)=>{var n=r(7568),o=r(9385),i=r(4346).CONSTRUCTOR,a=r(3676),u=r(1901),s=r(8095),c=r(9454),f=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:i,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&s(a)){var l=u("Promise").prototype.catch;f.catch!==l&&c(f,"catch",l,{unsafe:!0})}},5934:(t,e,r)=>{var n,o,i,a=r(7568),u=r(9385),s=r(3034),c=r(8953),f=r(3155),l=r(9454),p=r(6325),d=r(1889),h=r(2967),v=r(356),y=r(8095),g=r(6116),m=r(8033),b=r(7303),w=r(1899).set,x=r(1101),S=r(2183),O=r(5642),E=r(3647),A=r(2991),T=r(3676),P=r(4346),j=r(7305),I="Promise",L=P.CONSTRUCTOR,R=P.REJECTION_EVENT,k=P.SUBCLASSING,_=A.getterFor(I),C=A.set,N=T&&T.prototype,U=T,M=N,D=c.TypeError,F=c.document,B=c.process,H=j.f,q=H,z=!!(F&&F.createEvent&&c.dispatchEvent),W="unhandledrejection",V=function(t){var e;return!(!g(t)||!y(e=t.then))&&e},$=function(t,e){var r,n,o,i=e.value,a=1===e.state,u=a?t.ok:t.fail,s=t.resolve,c=t.reject,l=t.domain;try{u?(a||(2===e.rejection&&Q(e),e.rejection=1),!0===u?r=i:(l&&l.enter(),r=u(i),l&&(l.exit(),o=!0)),r===t.promise?c(new D("Promise-chain cycle")):(n=V(r))?f(n,r,s,c):s(r)):c(i)}catch(t){l&&!o&&l.exit(),c(t)}},Y=function(t,e){t.notified||(t.notified=!0,x((function(){for(var r,n=t.reactions;r=n.get();)$(r,t);t.notified=!1,e&&!t.rejection&&X(t)})))},G=function(t,e,r){var n,o;z?((n=F.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),c.dispatchEvent(n)):n={promise:e,reason:r},!R&&(o=c["on"+t])?o(n):t===W&&S("Unhandled promise rejection",r)},X=function(t){f(w,c,(function(){var e,r=t.facade,n=t.value;if(J(t)&&(e=O((function(){s?B.emit("unhandledRejection",n,r):G(W,r,n)})),t.rejection=s||J(t)?2:1,e.error))throw e.value}))},J=function(t){return 1!==t.rejection&&!t.parent},Q=function(t){f(w,c,(function(){var e=t.facade;s?B.emit("rejectionHandled",e):G("rejectionhandled",e,t.value)}))},K=function(t,e,r){return function(n){t(e,n,r)}},Z=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,Y(t,!0))},tt=function t(e,r,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===r)throw new D("Promise can't be resolved itself");var o=V(r);o?x((function(){var n={done:!1};try{f(o,r,K(t,n,e),K(Z,n,e))}catch(t){Z(n,t,e)}})):(e.value=r,e.state=1,Y(e,!1))}catch(t){Z({done:!1},t,e)}}};if(L&&(M=(U=function(t){m(this,M),v(t),f(n,this);var e=_(this);try{t(K(tt,e),K(Z,e))}catch(t){Z(e,t)}}).prototype,(n=function(t){C(this,{type:I,done:!1,notified:!1,parent:!1,reactions:new E,rejection:!1,state:0,value:void 0})}).prototype=l(M,"then",(function(t,e){var r=_(this),n=H(b(this,U));return r.parent=!0,n.ok=!y(t)||t,n.fail=y(e)&&e,n.domain=s?B.domain:void 0,0===r.state?r.reactions.add(n):x((function(){$(n,r)})),n.promise})),o=function(){var t=new n,e=_(t);this.promise=t,this.resolve=K(tt,e),this.reject=K(Z,e)},j.f=H=function(t){return t===U||undefined===t?new o(t):q(t)},!u&&y(T)&&N!==Object.prototype)){i=N.then,k||l(N,"then",(function(t,e){var r=this;return new U((function(t,e){f(i,r,t,e)})).then(t,e)}),{unsafe:!0});try{delete N.constructor}catch(t){}p&&p(N,M)}a({global:!0,constructor:!0,wrap:!0,forced:L},{Promise:U}),d(U,I,!1,!0),h(I)},7721:(t,e,r)=>{var n=r(7568),o=r(9385),i=r(3676),a=r(2565),u=r(1901),s=r(8095),c=r(7303),f=r(5248),l=r(9454),p=i&&i.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){p.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=c(this,u("Promise")),r=s(t);return this.then(r?function(r){return f(e,t()).then((function(){return r}))}:t,r?function(r){return f(e,t()).then((function(){throw r}))}:t)}}),!o&&s(i)){var d=u("Promise").prototype.finally;p.finally!==d&&l(p,"finally",d,{unsafe:!0})}},5888:(t,e,r)=>{r(5934),r(1301),r(6893),r(5693),r(3163),r(8962)},5693:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(356),a=r(7305),u=r(5642),s=r(9598);n({target:"Promise",stat:!0,forced:r(7811)},{race:function(t){var e=this,r=a.f(e),n=r.reject,c=u((function(){var a=i(e.resolve);s(t,(function(t){o(a,e,t).then(r.resolve,n)}))}));return c.error&&n(c.value),r.promise}})},3163:(t,e,r)=>{var n=r(7568),o=r(7305);n({target:"Promise",stat:!0,forced:r(4346).CONSTRUCTOR},{reject:function(t){var e=o.f(this);return(0,e.reject)(t),e.promise}})},8962:(t,e,r)=>{var n=r(7568),o=r(1901),i=r(9385),a=r(3676),u=r(4346).CONSTRUCTOR,s=r(5248),c=o("Promise"),f=i&&!u;n({target:"Promise",stat:!0,forced:i||u},{resolve:function(t){return s(f&&this===c?a:this,t)}})},5810:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(3817),a=r(6116),u=r(1873),s=r(2565),c=r(343),f=r(325),l=r(5321),p=r(6494);n({target:"Reflect",stat:!0,forced:s((function(){var t=function(){},e=c.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}))},{set:function t(e,r,n){var s,d,h,v=arguments.length<4?e:arguments[3],y=f.f(i(e),r);if(!y){if(a(d=l(e)))return t(d,r,n,v);y=p(0)}if(u(y)){if(!1===y.writable||!a(v))return!1;if(s=f.f(v,r)){if(s.get||s.set||!1===s.writable)return!1;s.value=n,c.f(v,r,s)}else c.f(v,r,p(0,n))}else{if(void 0===(h=y.set))return!1;o(h,v,n)}return!0}})},4186:(t,e,r)=>{var n=r(970),o=r(8953),i=r(2374),a=r(78),u=r(1993),s=r(6729),c=r(7998),f=r(8746).f,l=r(8635),p=r(5358),d=r(3841),h=r(8532),v=r(3199),y=r(1234),g=r(9454),m=r(2565),b=r(3519),w=r(2991).enforce,x=r(2967),S=r(533),O=r(6190),E=r(3268),A=S("match"),T=o.RegExp,P=T.prototype,j=o.SyntaxError,I=i(P.exec),L=i("".charAt),R=i("".replace),k=i("".indexOf),_=i("".slice),C=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,N=/a/g,U=/a/g,M=new T(N)!==N,D=v.MISSED_STICKY,F=v.UNSUPPORTED_Y,B=n&&(!M||D||O||E||m((function(){return U[A]=!1,T(N)!==N||T(U)===U||"/a/i"!==String(T(N,"i"))})));if(a("RegExp",B)){for(var H=function(t,e){var r,n,o,i,a,f,v=l(P,this),y=p(t),g=void 0===e,m=[],x=t;if(!v&&y&&g&&t.constructor===H)return t;if((y||l(P,t))&&(t=t.source,g&&(e=h(x))),t=void 0===t?"":d(t),e=void 0===e?"":d(e),x=t,O&&"dotAll"in N&&(n=!!e&&k(e,"s")>-1)&&(e=R(e,/s/g,"")),r=e,D&&"sticky"in N&&(o=!!e&&k(e,"y")>-1)&&F&&(e=R(e,/y/g,"")),E&&(i=function(t){for(var e,r=t.length,n=0,o="",i=[],a=c(null),u=!1,s=!1,f=0,l="";n<=r;n++){if("\\"===(e=L(t,n)))e+=L(t,++n);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:I(C,_(t,n+1))&&(n+=2,s=!0),o+=e,f++;continue;case">"===e&&s:if(""===l||b(a,l))throw new j("Invalid capture group name");a[l]=!0,i[i.length]=[l,f],s=!1,l="";continue}s?l+=e:o+=e}return[o,i]}(t),t=i[0],m=i[1]),a=u(T(t,e),v?this:P,H),(n||o||m.length)&&(f=w(a),n&&(f.dotAll=!0,f.raw=H(function(t){for(var e,r=t.length,n=0,o="",i=!1;n<=r;n++)"\\"!==(e=L(t,n))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+L(t,++n);return o}(t),r)),o&&(f.sticky=!0),m.length&&(f.groups=m)),t!==x)try{s(a,"source",""===x?"(?:)":x)}catch(t){}return a},q=f(T),z=0;q.length>z;)y(H,T,q[z++]);P.constructor=H,H.prototype=P,g(o,"RegExp",H,{constructor:!0})}x("RegExp")},6777:(t,e,r)=>{var n=r(7568),o=r(9197);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},3797:(t,e,r)=>{var n=r(8953),o=r(970),i=r(1276),a=r(5721),u=r(2565),s=n.RegExp,c=s.prototype;o&&u((function(){var t=!0;try{s(".","d")}catch(e){t=!1}var e={},r="",n=t?"dgimsy":"gimsy",o=function(t,n){Object.defineProperty(e,t,{get:function(){return r+=n,!0}})},i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(i.hasIndices="d"),i)o(a,i[a]);return Object.getOwnPropertyDescriptor(c,"flags").get.call(e)!==n||r!==n}))&&i(c,"flags",{configurable:!0,get:a})},8971:(t,e,r)=>{var n=r(4252).PROPER,o=r(9454),i=r(3817),a=r(3841),u=r(2565),s=r(8532),c="toString",f=RegExp.prototype,l=f[c],p=u((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),d=n&&l.name!==c;(p||d)&&o(f,c,(function(){var t=i(this);return"/"+a(t.source)+"/"+a(s(t))}),{unsafe:!0})},3359:(t,e,r)=>{var n,o=r(7568),i=r(3390),a=r(325).f,u=r(6464),s=r(3841),c=r(4254),f=r(3972),l=r(8774),p=r(9385),d=i("".slice),h=Math.min,v=l("endsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"endsWith"),!n||n.writable))&&!v},{endsWith:function(t){var e=s(f(this));c(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,o=void 0===r?n:h(u(r),n),i=s(t);return d(e,o-i.length,o)===i}})},4517:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(4254),a=r(3972),u=r(3841),s=r(8774),c=o("".indexOf);n({target:"String",proto:!0,forced:!s("includes")},{includes:function(t){return!!~c(u(a(this)),u(i(t)),arguments.length>1?arguments[1]:void 0)}})},6262:(t,e,r)=>{var n=r(8133).charAt,o=r(3841),i=r(2991),a=r(2490),u=r(7011),s="String Iterator",c=i.set,f=i.getterFor(s);a(String,"String",(function(t){c(this,{type:s,string:o(t),index:0})}),(function(){var t,e=f(this),r=e.string,o=e.index;return o>=r.length?u(void 0,!0):(t=n(r,o),e.index+=t.length,u(t,!1))}))},7711:(t,e,r)=>{var n=r(3155),o=r(1738),i=r(3817),a=r(2579),u=r(6464),s=r(3841),c=r(3972),f=r(8720),l=r(6567),p=r(376);o("match",(function(t,e,r){return[function(e){var r=c(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](s(r))},function(t){var n=i(this),o=s(t),a=r(e,n,o);if(a.done)return a.value;if(!n.global)return p(n,o);var c=n.unicode;n.lastIndex=0;for(var f,d=[],h=0;null!==(f=p(n,o));){var v=s(f[0]);d[h]=v,""===v&&(n.lastIndex=l(o,u(n.lastIndex),c)),h++}return 0===h?null:d}]}))},9291:(t,e,r)=>{var n=r(7568),o=r(7).end;n({target:"String",proto:!0,forced:r(8449)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},2566:(t,e,r)=>{var n=r(7568),o=r(7).start;n({target:"String",proto:!0,forced:r(8449)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},3842:(t,e,r)=>{var n=r(127),o=r(3155),i=r(2374),a=r(1738),u=r(2565),s=r(3817),c=r(8095),f=r(2579),l=r(4905),p=r(6464),d=r(3841),h=r(3972),v=r(6567),y=r(8720),g=r(4624),m=r(376),b=r(533)("replace"),w=Math.max,x=Math.min,S=i([].concat),O=i([].push),E=i("".indexOf),A=i("".slice),T="$0"==="a".replace(/./,"$0"),P=!!/./[b]&&""===/./[b]("a","$0");a("replace",(function(t,e,r){var i=P?"$":"$0";return[function(t,r){var n=h(this),i=f(t)?void 0:y(t,b);return i?o(i,t,n,r):o(e,d(n),t,r)},function(t,o){var a=s(this),u=d(t);if("string"==typeof o&&-1===E(o,i)&&-1===E(o,"$<")){var f=r(e,a,u,o);if(f.done)return f.value}var h=c(o);h||(o=d(o));var y,b=a.global;b&&(y=a.unicode,a.lastIndex=0);for(var T,P=[];null!==(T=m(a,u))&&(O(P,T),b);){""===d(T[0])&&(a.lastIndex=v(u,p(a.lastIndex),y))}for(var j,I="",L=0,R=0;R=L&&(I+=A(u,L,C)+k,L=C+_.length)}return I+A(u,L)}]}),!!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!T||P)},5812:(t,e,r)=>{var n=r(3155),o=r(1738),i=r(3817),a=r(2579),u=r(3972),s=r(5368),c=r(3841),f=r(8720),l=r(376);o("search",(function(t,e,r){return[function(e){var r=u(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](c(r))},function(t){var n=i(this),o=c(t),a=r(e,n,o);if(a.done)return a.value;var u=n.lastIndex;s(u,0)||(n.lastIndex=0);var f=l(n,o);return s(n.lastIndex,u)||(n.lastIndex=u),null===f?-1:f.index}]}))},5462:(t,e,r)=>{var n=r(3155),o=r(2374),i=r(1738),a=r(3817),u=r(2579),s=r(3972),c=r(7303),f=r(6567),l=r(6464),p=r(3841),d=r(8720),h=r(376),v=r(3199),y=r(2565),g=v.UNSUPPORTED_Y,m=Math.min,b=o([].push),w=o("".slice),x=!y((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),S="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;i("split",(function(t,e,r){var o="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:n(e,this,t,r)}:e;return[function(e,r){var i=s(this),a=u(e)?void 0:d(e,t);return a?n(a,e,i,r):n(o,p(i),e,r)},function(t,n){var i=a(this),u=p(t);if(!S){var s=r(o,i,u,n,o!==e);if(s.done)return s.value}var d=c(i,RegExp),v=i.unicode,y=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(g?"g":"y"),x=new d(g?"^(?:"+i.source+")":i,y),O=void 0===n?4294967295:n>>>0;if(0===O)return[];if(0===u.length)return null===h(x,u)?[u]:[];for(var E=0,A=0,T=[];A{var n,o=r(7568),i=r(3390),a=r(325).f,u=r(6464),s=r(3841),c=r(4254),f=r(3972),l=r(8774),p=r(9385),d=i("".slice),h=Math.min,v=l("startsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"startsWith"),!n||n.writable))&&!v},{startsWith:function(t){var e=s(f(this));c(t);var r=u(h(arguments.length>1?arguments[1]:void 0,e.length)),n=s(t);return d(e,r,r+n.length)===n}})},8448:(t,e,r)=>{r(3987);var n=r(7568),o=r(7336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},7552:(t,e,r)=>{var n=r(7568),o=r(9321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},3987:(t,e,r)=>{var n=r(7568),o=r(7336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},2977:(t,e,r)=>{r(7552);var n=r(7568),o=r(9321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},4148:(t,e,r)=>{var n=r(7568),o=r(3916).trim;n({target:"String",proto:!0,forced:r(6e3)("trim")},{trim:function(){return o(this)}})},3542:(t,e,r)=>{r(2869)("asyncIterator")},8809:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8953),a=r(2374),u=r(3519),s=r(8095),c=r(8635),f=r(3841),l=r(1276),p=r(3802),d=i.Symbol,h=d&&d.prototype;if(o&&s(d)&&(!("description"in h)||void 0!==d().description)){var v={},y=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),e=c(h,this)?new d(t):void 0===t?d():d(t);return""===t&&(v[e]=!0),e};p(y,d),y.prototype=h,h.constructor=y;var g="Symbol(description detection)"===String(d("description detection")),m=a(h.valueOf),b=a(h.toString),w=/^Symbol\((.*)\)[^)]+$/,x=a("".replace),S=a("".slice);l(h,"description",{configurable:!0,get:function(){var t=m(this);if(u(v,t))return"";var e=b(t),r=g?S(e,7,-1):x(e,w,"$1");return""===r?void 0:r}}),n({global:!0,constructor:!0,forced:!0},{Symbol:y})}},1030:(t,e,r)=>{r(2869)("match")},7491:(t,e,r)=>{r(2869)("replace")},5151:(t,e,r)=>{r(2869)("search")},6907:(t,e,r)=>{r(2869)("split")},274:(t,e,r)=>{var n=r(8850),o=r(6531),i=r(1472),a=r(8549),u=r(3155),s=r(2374),c=r(2565),f=n.aTypedArray,l=n.exportTypedArrayMethod,p=s("".slice);l("fill",(function(t){var e=arguments.length;f(this);var r="Big"===p(a(this),0,3)?i(t):+t;return u(o,this,r,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),c((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},2808:(t,e,r)=>{r(4629)("Float32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},5275:(t,e,r)=>{r(4629)("Float64",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},7005:(t,e,r)=>{var n=r(1767);(0,r(8850).exportTypedArrayStaticMethod)("from",r(25),n)},2321:(t,e,r)=>{r(4629)("Int16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},4087:(t,e,r)=>{r(4629)("Int32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},7200:(t,e,r)=>{r(4629)("Int8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},1706:(t,e,r)=>{var n=r(8850),o=r(1767),i=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,r=new(i(this))(e);e>t;)r[t]=arguments[t++];return r}),o)},3527:(t,e,r)=>{var n=r(8953),o=r(3155),i=r(8850),a=r(5124),u=r(3279),s=r(1607),c=r(2565),f=n.RangeError,l=n.Int8Array,p=l&&l.prototype,d=p&&p.set,h=i.aTypedArray,v=i.exportTypedArrayMethod,y=!c((function(){var t=new Uint8ClampedArray(2);return o(d,t,{length:1,0:3},1),3!==t[1]})),g=y&&i.NATIVE_ARRAY_BUFFER_VIEWS&&c((function(){var t=new l(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));v("set",(function(t){h(this);var e=u(arguments.length>1?arguments[1]:void 0,1),r=s(t);if(y)return o(d,this,r,e);var n=this.length,i=a(r),c=0;if(i+e>n)throw new f("Wrong length");for(;c{var n=r(8953),o=r(3390),i=r(2565),a=r(356),u=r(2278),s=r(8850),c=r(2024),f=r(9392),l=r(38),p=r(1666),d=s.aTypedArray,h=s.exportTypedArrayMethod,v=n.Uint16Array,y=v&&o(v.prototype.sort),g=!(!y||i((function(){y(new v(2),null)}))&&i((function(){y(new v(2),{})}))),m=!!y&&!i((function(){if(l)return l<74;if(c)return c<67;if(f)return!0;if(p)return p<602;var t,e,r=new v(516),n=Array(516);for(t=0;t<516;t++)e=t%4,r[t]=515-t,n[t]=t-2*e+3;for(y(r,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(r[t]!==n[t])return!0}));h("sort",(function(t){return void 0!==t&&a(t),m?y(this,t):u(d(this),function(t){return function(e,r){return void 0!==t?+t(e,r)||0:r!=r?-1:e!=e?1:0===e&&0===r?1/e>0&&1/r<0?1:-1:e>r}}(t))}),!m||g)},4347:(t,e,r)=>{var n=r(8953),o=r(127),i=r(8850),a=r(2565),u=r(3014),s=n.Int8Array,c=i.aTypedArray,f=i.exportTypedArrayMethod,l=[].toLocaleString,p=!!s&&a((function(){l.call(new s(1))}));f("toLocaleString",(function(){return o(l,p?u(c(this)):c(this),u(arguments))}),a((function(){return[1,2].toLocaleString()!==new s([1,2]).toLocaleString()}))||!a((function(){s.prototype.toLocaleString.call([1,2])})))},9972:(t,e,r)=>{r(4629)("Uint16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},9842:(t,e,r)=>{r(4629)("Uint32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},9099:(t,e,r)=>{r(4629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},2468:(t,e,r)=>{r(4629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}),!0)},3068:(t,e,r)=>{var n,o=r(3502),i=r(8953),a=r(2374),u=r(5653),s=r(1725),c=r(242),f=r(6491),l=r(6116),p=r(2991).enforce,d=r(2565),h=r(3648),v=Object,y=Array.isArray,g=v.isExtensible,m=v.isFrozen,b=v.isSealed,w=v.freeze,x=v.seal,S=!i.ActiveXObject&&"ActiveXObject"in i,O=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},E=c("WeakMap",O,f),A=E.prototype,T=a(A.set);if(h)if(S){n=f.getConstructor(O,"WeakMap",!0),s.enable();var P=a(A.delete),j=a(A.has),I=a(A.get);u(A,{delete:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),P(this,t)||e.frozen.delete(t)}return P(this,t)},has:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),j(this,t)||e.frozen.has(t)}return j(this,t)},get:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),j(this,t)?I(this,t):e.frozen.get(t)}return I(this,t)},set:function(t,e){if(l(t)&&!g(t)){var r=p(this);r.frozen||(r.frozen=new n),j(this,t)?T(this,t,e):r.frozen.set(t,e)}else T(this,t,e);return this}})}else o&&d((function(){var t=w([]);return T(new E,t,1),!m(t)}))&&u(A,{set:function(t,e){var r;return y(t)&&(m(t)?r=w:b(t)&&(r=x)),T(this,t,e),r&&r(t),this}})},2970:(t,e,r)=>{r(3068)},7730:(t,e,r)=>{var n=r(7568),o=r(8953),i=r(1899).clear;n({global:!0,bind:!0,enumerable:!0,forced:o.clearImmediate!==i},{clearImmediate:i})},8339:(t,e,r)=>{var n=r(8953),o=r(7414),i=r(6365),a=r(1950),u=r(6729),s=r(1889),c=r(533)("iterator"),f=a.values,l=function(t,e){if(t){if(t[c]!==f)try{u(t,c,f)}catch(e){t[c]=f}if(s(t,e,!0),o[e])for(var r in a)if(t[r]!==a[r])try{u(t,r,a[r])}catch(e){t[r]=a[r]}}};for(var p in o)l(n[p]&&n[p].prototype,p);l(i,"DOMTokenList")},4978:(t,e,r)=>{r(7730),r(6715)},456:(t,e,r)=>{var n=r(7568),o=r(8953),i=r(1101),a=r(356),u=r(6638),s=r(2565),c=r(970);n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:s((function(){return c&&1!==Object.getOwnPropertyDescriptor(o,"queueMicrotask").value.length}))},{queueMicrotask:function(t){u(arguments.length,1),i(a(t))}})},6715:(t,e,r)=>{var n=r(7568),o=r(8953),i=r(1899).set,a=r(1102),u=o.setImmediate?a(i,!1):i;n({global:!0,bind:!0,enumerable:!0,forced:o.setImmediate!==u},{setImmediate:u})},8204:(t,e,r)=>{r(1950);var n=r(7568),o=r(8953),i=r(3495),a=r(3155),u=r(2374),s=r(970),c=r(2350),f=r(9454),l=r(1276),p=r(5653),d=r(1889),h=r(2356),v=r(2991),y=r(8033),g=r(8095),m=r(3519),b=r(6230),w=r(8549),x=r(3817),S=r(6116),O=r(3841),E=r(7998),A=r(6494),T=r(827),P=r(5077),j=r(7011),I=r(6638),L=r(533),R=r(2278),k=L("iterator"),_="URLSearchParams",C=_+"Iterator",N=v.set,U=v.getterFor(_),M=v.getterFor(C),D=i("fetch"),F=i("Request"),B=i("Headers"),H=F&&F.prototype,q=B&&B.prototype,z=o.RegExp,W=o.TypeError,V=o.decodeURIComponent,$=o.encodeURIComponent,Y=u("".charAt),G=u([].join),X=u([].push),J=u("".replace),Q=u([].shift),K=u([].splice),Z=u("".split),tt=u("".slice),et=/\+/g,rt=Array(4),nt=function(t){return rt[t-1]||(rt[t-1]=z("((?:%[\\da-f]{2}){"+t+"})","gi"))},ot=function(t){try{return V(t)}catch(e){return t}},it=function(t){var e=J(t,et," "),r=4;try{return V(e)}catch(t){for(;r;)e=J(e,nt(r--),ot);return e}},at=/[!'()~]|%20/g,ut={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},st=function(t){return ut[t]},ct=function(t){return J($(t),at,st)},ft=h((function(t,e){N(this,{type:C,target:U(t).entries,index:0,kind:e})}),_,(function(){var t=M(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=void 0,j(void 0,!0);var n=e[r];switch(t.kind){case"keys":return j(n.key,!1);case"values":return j(n.value,!1)}return j([n.key,n.value],!1)}),!0),lt=function(t){this.entries=[],this.url=null,void 0!==t&&(S(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===Y(t,0)?tt(t,1):t:O(t)))};lt.prototype={type:_,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,r,n,o,i,u,s,c=this.entries,f=P(t);if(f)for(r=(e=T(t,f)).next;!(n=a(r,e)).done;){if(i=(o=T(x(n.value))).next,(u=a(i,o)).done||(s=a(i,o)).done||!a(i,o).done)throw new W("Expected sequence with length 2");X(c,{key:O(u.value),value:O(s.value)})}else for(var l in t)m(t,l)&&X(c,{key:l,value:O(t[l])})},parseQuery:function(t){if(t)for(var e,r,n=this.entries,o=Z(t,"&"),i=0;i0?arguments[0]:void 0));s||(this.size=t.entries.length)},dt=pt.prototype;if(p(dt,{append:function(t,e){var r=U(this);I(arguments.length,2),X(r.entries,{key:O(t),value:O(e)}),s||this.length++,r.updateURL()},delete:function(t){for(var e=U(this),r=I(arguments.length,1),n=e.entries,o=O(t),i=r<2?void 0:arguments[1],a=void 0===i?i:O(i),u=0;ue.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,r=U(this).entries,n=b(t,arguments.length>1?arguments[1]:void 0),o=0;o1?yt(arguments[1]):{})}}),g(F)){var gt=function(t){return y(this,H),new F(t,arguments.length>1?yt(arguments[1]):{})};H.constructor=gt,gt.prototype=H,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:gt})}}t.exports={URLSearchParams:pt,getState:U}},4765:(t,e,r)=>{r(8204)},928:(t,e,r)=>{r(6262);var n,o=r(7568),i=r(970),a=r(2350),u=r(8953),s=r(6230),c=r(2374),f=r(9454),l=r(1276),p=r(8033),d=r(3519),h=r(1883),v=r(7810),y=r(3014),g=r(8133).codeAt,m=r(8727),b=r(3841),w=r(1889),x=r(6638),S=r(8204),O=r(2991),E=O.set,A=O.getterFor("URL"),T=S.URLSearchParams,P=S.getState,j=u.URL,I=u.TypeError,L=u.parseInt,R=Math.floor,k=Math.pow,_=c("".charAt),C=c(/./.exec),N=c([].join),U=c(1..toString),M=c([].pop),D=c([].push),F=c("".replace),B=c([].shift),H=c("".split),q=c("".slice),z=c("".toLowerCase),W=c([].unshift),V="Invalid scheme",$="Invalid host",Y="Invalid port",G=/[a-z]/i,X=/[\d+-.a-z]/i,J=/\d/,Q=/^0x/i,K=/^[0-7]+$/,Z=/^\d+$/,tt=/^[\da-f]+$/i,et=/[\0\t\n\r #%/:<>?@[\\\]^|]/,rt=/[\0\t\n\r #/:<>?@[\\\]^|]/,nt=/^[\u0000-\u0020]+/,ot=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,it=/[\t\n\r]/g,at=function(t){var e,r,n,o;if("number"==typeof t){for(e=[],r=0;r<4;r++)W(e,t%256),t=R(t/256);return N(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,r=1,n=null,o=0,i=0;i<8;i++)0!==t[i]?(o>r&&(e=n,r=o),n=null,o=0):(null===n&&(n=i),++o);return o>r&&(e=n,r=o),e}(t),r=0;r<8;r++)o&&0===t[r]||(o&&(o=!1),n===r?(e+=r?":":"::",o=!0):(e+=U(t[r],16),r<7&&(e+=":")));return"["+e+"]"}return t},ut={},st=h({},ut,{" ":1,'"':1,"<":1,">":1,"`":1}),ct=h({},st,{"#":1,"?":1,"{":1,"}":1}),ft=h({},ct,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),lt=function(t,e){var r=g(t,0);return r>32&&r<127&&!d(e,t)?t:encodeURIComponent(t)},pt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},dt=function(t,e){var r;return 2===t.length&&C(G,_(t,0))&&(":"===(r=_(t,1))||!e&&"|"===r)},ht=function(t){var e;return t.length>1&&dt(q(t,0,2))&&(2===t.length||"/"===(e=_(t,2))||"\\"===e||"?"===e||"#"===e)},vt=function(t){return"."===t||"%2e"===z(t)},yt={},gt={},mt={},bt={},wt={},xt={},St={},Ot={},Et={},At={},Tt={},Pt={},jt={},It={},Lt={},Rt={},kt={},_t={},Ct={},Nt={},Ut={},Mt=function t(e,r,n){var o,i,a,u=b(e);if(r){if(i=this.parse(u))throw new I(i);this.searchParams=null}else{if(void 0!==n&&(o=new t(n,!0)),i=this.parse(u,null,o))throw new I(i);(a=P(new T)).bindURL(this),this.searchParams=a}};Mt.prototype={type:"URL",parse:function(t,e,r){var o,i,a,u,s,c=this,f=e||yt,l=0,p="",h=!1,g=!1,m=!1;for(t=b(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=F(t,nt,""),t=F(t,ot,"$1")),t=F(t,it,""),o=v(t);l<=o.length;){switch(i=o[l],f){case yt:if(!i||!C(G,i)){if(e)return V;f=mt;continue}p+=z(i),f=gt;break;case gt:if(i&&(C(X,i)||"+"===i||"-"===i||"."===i))p+=z(i);else{if(":"!==i){if(e)return V;p="",f=mt,l=0;continue}if(e&&(c.isSpecial()!==d(pt,p)||"file"===p&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=p,e)return void(c.isSpecial()&&pt[c.scheme]===c.port&&(c.port=null));p="","file"===c.scheme?f=It:c.isSpecial()&&r&&r.scheme===c.scheme?f=bt:c.isSpecial()?f=Ot:"/"===o[l+1]?(f=wt,l++):(c.cannotBeABaseURL=!0,D(c.path,""),f=Ct)}break;case mt:if(!r||r.cannotBeABaseURL&&"#"!==i)return V;if(r.cannotBeABaseURL&&"#"===i){c.scheme=r.scheme,c.path=y(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,f=Ut;break}f="file"===r.scheme?It:xt;continue;case bt:if("/"!==i||"/"!==o[l+1]){f=xt;continue}f=Et,l++;break;case wt:if("/"===i){f=At;break}f=_t;continue;case xt:if(c.scheme=r.scheme,i===n)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.query=r.query;else if("/"===i||"\\"===i&&c.isSpecial())f=St;else if("?"===i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.query="",f=Nt;else{if("#"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.path.length--,f=_t;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.query=r.query,c.fragment="",f=Ut}break;case St:if(!c.isSpecial()||"/"!==i&&"\\"!==i){if("/"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,f=_t;continue}f=At}else f=Et;break;case Ot:if(f=Et,"/"!==i||"/"!==_(p,l+1))continue;l++;break;case Et:if("/"!==i&&"\\"!==i){f=At;continue}break;case At:if("@"===i){h&&(p="%40"+p),h=!0,a=v(p);for(var w=0;w65535)return Y;c.port=c.isSpecial()&&O===pt[c.scheme]?null:O,p=""}if(e)return;f=kt;continue}return Y}p+=i;break;case It:if(c.scheme="file","/"===i||"\\"===i)f=Lt;else{if(!r||"file"!==r.scheme){f=_t;continue}switch(i){case n:c.host=r.host,c.path=y(r.path),c.query=r.query;break;case"?":c.host=r.host,c.path=y(r.path),c.query="",f=Nt;break;case"#":c.host=r.host,c.path=y(r.path),c.query=r.query,c.fragment="",f=Ut;break;default:ht(N(y(o,l),""))||(c.host=r.host,c.path=y(r.path),c.shortenPath()),f=_t;continue}}break;case Lt:if("/"===i||"\\"===i){f=Rt;break}r&&"file"===r.scheme&&!ht(N(y(o,l),""))&&(dt(r.path[0],!0)?D(c.path,r.path[0]):c.host=r.host),f=_t;continue;case Rt:if(i===n||"/"===i||"\\"===i||"?"===i||"#"===i){if(!e&&dt(p))f=_t;else if(""===p){if(c.host="",e)return;f=kt}else{if(u=c.parseHost(p))return u;if("localhost"===c.host&&(c.host=""),e)return;p="",f=kt}continue}p+=i;break;case kt:if(c.isSpecial()){if(f=_t,"/"!==i&&"\\"!==i)continue}else if(e||"?"!==i)if(e||"#"!==i){if(i!==n&&(f=_t,"/"!==i))continue}else c.fragment="",f=Ut;else c.query="",f=Nt;break;case _t:if(i===n||"/"===i||"\\"===i&&c.isSpecial()||!e&&("?"===i||"#"===i)){if(".."===(s=z(s=p))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(c.shortenPath(),"/"===i||"\\"===i&&c.isSpecial()||D(c.path,"")):vt(p)?"/"===i||"\\"===i&&c.isSpecial()||D(c.path,""):("file"===c.scheme&&!c.path.length&&dt(p)&&(c.host&&(c.host=""),p=_(p,0)+":"),D(c.path,p)),p="","file"===c.scheme&&(i===n||"?"===i||"#"===i))for(;c.path.length>1&&""===c.path[0];)B(c.path);"?"===i?(c.query="",f=Nt):"#"===i&&(c.fragment="",f=Ut)}else p+=lt(i,ct);break;case Ct:"?"===i?(c.query="",f=Nt):"#"===i?(c.fragment="",f=Ut):i!==n&&(c.path[0]+=lt(i,ut));break;case Nt:e||"#"!==i?i!==n&&("'"===i&&c.isSpecial()?c.query+="%27":c.query+="#"===i?"%23":lt(i,ut)):(c.fragment="",f=Ut);break;case Ut:i!==n&&(c.fragment+=lt(i,st))}l++}},parseHost:function(t){var e,r,n;if("["===_(t,0)){if("]"!==_(t,t.length-1))return $;if(e=function(t){var e,r,n,o,i,a,u,s=[0,0,0,0,0,0,0,0],c=0,f=null,l=0,p=function(){return _(t,l)};if(":"===p()){if(":"!==_(t,1))return;l+=2,f=++c}for(;p();){if(8===c)return;if(":"!==p()){for(e=r=0;r<4&&C(tt,p());)e=16*e+L(p(),16),l++,r++;if("."===p()){if(0===r)return;if(l-=r,c>6)return;for(n=0;p();){if(o=null,n>0){if(!("."===p()&&n<4))return;l++}if(!C(J,p()))return;for(;C(J,p());){if(i=L(p(),10),null===o)o=i;else{if(0===o)return;o=10*o+i}if(o>255)return;l++}s[c]=256*s[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===p()){if(l++,!p())return}else if(p())return;s[c++]=e}else{if(null!==f)return;l++,f=++c}}if(null!==f)for(a=c-f,c=7;0!==c&&a>0;)u=s[c],s[c--]=s[f+a-1],s[f+--a]=u;else if(8!==c)return;return s}(q(t,1,-1)),!e)return $;this.host=e}else if(this.isSpecial()){if(t=m(t),C(et,t))return $;if(e=function(t){var e,r,n,o,i,a,u,s=H(t,".");if(s.length&&""===s[s.length-1]&&s.length--,(e=s.length)>4)return t;for(r=[],n=0;n1&&"0"===_(o,0)&&(i=C(Q,o)?16:8,o=q(o,8===i?1:2)),""===o)a=0;else{if(!C(10===i?Z:8===i?K:tt,o))return t;a=L(o,i)}D(r,a)}for(n=0;n=k(256,5-e))return null}else if(a>255)return null;for(u=M(r),n=0;n1?arguments[1]:void 0,n=E(e,new Mt(t,!1,r));i||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},Ft=Dt.prototype,Bt=function(t,e){return{get:function(){return A(this)[t]()},set:e&&function(t){return A(this)[e](t)},configurable:!0,enumerable:!0}};if(i&&(l(Ft,"href",Bt("serialize","setHref")),l(Ft,"origin",Bt("getOrigin")),l(Ft,"protocol",Bt("getProtocol","setProtocol")),l(Ft,"username",Bt("getUsername","setUsername")),l(Ft,"password",Bt("getPassword","setPassword")),l(Ft,"host",Bt("getHost","setHost")),l(Ft,"hostname",Bt("getHostname","setHostname")),l(Ft,"port",Bt("getPort","setPort")),l(Ft,"pathname",Bt("getPathname","setPathname")),l(Ft,"search",Bt("getSearch","setSearch")),l(Ft,"searchParams",Bt("getSearchParams")),l(Ft,"hash",Bt("getHash","setHash"))),f(Ft,"toJSON",(function(){return A(this).serialize()}),{enumerable:!0}),f(Ft,"toString",(function(){return A(this).serialize()}),{enumerable:!0}),j){var Ht=j.createObjectURL,qt=j.revokeObjectURL;Ht&&f(Dt,"createObjectURL",s(Ht,j)),qt&&f(Dt,"revokeObjectURL",s(qt,j))}w(Dt,"URL"),o({global:!0,constructor:!0,forced:!a,sham:!i},{URL:Dt})},9734:(t,e,r)=>{r(928)},2134:(t,e,r)=>{var n=r(7568),o=r(3155);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},426:(t,e,r)=>{r.d(e,{PN:()=>g,r7:()=>m,Qx:()=>b});var n=r(5404),o={now:function(){return(o.delegate||performance).now()},delegate:void 0},i=r(6884);function a(t){return new n.c((function(e){var r=t||o,n=r.now(),a=0;return function o(){e.closed||(a=i.H.requestAnimationFrame((function(i){a=0;var u=r.now();e.next({timestamp:t?u:i,elapsed:u-n}),o()})))}(),function(){a&&i.H.cancelAnimationFrame(a)}}))}var u=a(),s=r(8726),c=r(610),f=r(1660);var l=r(1635),p=r(260),d=r(7661);function h(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 v(t){for(var e=1;e{var n=new AbortController,{signal:o}=n,i=null;return fetch(t,v(v({},e),{},{signal:o})).then((t=>{i=t,r.next(t),r.complete()})).catch((t=>r.error(t))),()=>{i||n.abort()}}))}function m(t){return new n.c((e=>{var r=e.next.bind(e);return t.onchange?t.addEventListener("change",r):t.addListener(r),()=>{t.onchange?t.removeEventListener("change",r):t.removeListener(r)}}))}function b(t,e,r,n,o){return(v?a(v):u).pipe((0,s.T)((t=>{var{elapsed:e}=t;return e})),(i=t=>tt(i,e,r,n,o))));var i,h,v}},77:(t,e,r)=>{r.d(e,{Nc:()=>a,P4:()=>i,c3:()=>o});var n=r(5404);function o(t){return new n.c((e=>{var r=new ResizeObserver((t=>t.forEach((t=>e.next(t)))));return r.observe(t),()=>{r.unobserve(t)}}))}function i(t,e){return new n.c((r=>{var n=new MutationObserver((t=>t.forEach((t=>r.next(t)))));return n.observe(t,e),()=>{n.disconnect()}}))}function a(t,e){return new n.c((r=>{var n=new IntersectionObserver((t=>r.next(t)),e);return Array.isArray(t)?t.forEach((t=>n.observe(t))):n.observe(t),()=>{Array.isArray(t)?t.forEach((t=>n.unobserve(t))):n.unobserve(t)}}))}},8679:(t,e,r)=>{r.d(e,{BB:()=>f,d0:()=>p,tL:()=>l});var n=r(880),o=r(9258),i=r(4261),a=r(1872),u=r(8726),s=r(7137),c=r(756);function f(t){return e=>t.pipe((0,o.n)((t=>t?e:n.t)))}function l(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n0===r.length?e.pipe((0,i.E)(t),(0,a.p)((t=>{var[,e]=t;return e})),(0,u.T)((t=>{var[e]=t;return e}))):e.pipe((0,i.E)(t,...r),(0,a.p)((t=>{var[,...e]=t;return e.every((t=>t))})),(0,u.T)((t=>{var[e]=t;return e})))}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return e=>{var r=[];return e.pipe((0,s.M)((t=>r.push(t))),(0,c.B)(t),(0,u.T)((()=>r)),(0,s.M)((()=>r=[])))}}},7580:(t,e,r)=>{function n(){var t=document.documentElement,e=document.body,r="scrollHeight";return t[r]||e[r]}function o(){return window.pageYOffset||document.body.scrollTop}r.d(e,{Hj:()=>n,Ni:()=>u,eo:()=>a,hY:()=>o});var i=(t,e)=>(t.matches||t.msMatchesSelector).call(t,e);function a(t,e){for(var r=t;null!=r;){if(i(r,e))return r;r=r.parentNode instanceof Element?r.parentNode:null}return null}function u(){var t,e,r=new Promise(((r,n)=>(t=r,e=n)));return r.resolve=t,r.reject=e,r}},1635:(t,e,r)=>{r.d(e,{AQ:()=>p,C6:()=>o,Cg:()=>i,GG:()=>v,Ju:()=>s,N3:()=>l,YH:()=>u,fX:()=>f,gn:()=>h,sH:()=>a,xN:()=>d,zs:()=>c});var n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)};function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function i(t,e,r,n){var o,i=arguments.length,a=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,n);else for(var u=t.length-1;u>=0;u--)(o=t[u])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a}function a(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{s(n.next(t))}catch(t){i(t)}}function u(t){try{s(n.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,u)}s((n=n.apply(t,e||[])).next())}))}function u(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(s){return function(u){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(a=0)),a;)try{if(r=1,n&&(o=2&u[0]?n.return:u[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,u[1])).done)return o;switch(n=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return a.label++,{value:u[1],done:!1};case 5:a.label++,n=u[1],u=[0];continue;case 7:u=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){a=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function c(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}function f(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o1||u(t,e)}))})}function u(t,e){try{(r=o[t](e)).value instanceof l?Promise.resolve(r.value.v).then(s,c):f(i[0][2],r)}catch(t){f(i[0][3],t)}var r}function s(t){u("next",t)}function c(t){u("throw",t)}function f(t,e){t(e),i.shift(),i.length&&u(i[0][0],i[0][1])}}function d(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=s(t),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise((function(n,o){(function(t,e,r,n){Promise.resolve(n).then((function(e){t({value:e,done:r})}),e)})(n,o,(e=t[r](e)).done,e.value)}))}}}Object.create;function h(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}function v(t,e,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!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"===n?o.call(t,r):o?o.value=r:e.set(t,r),r}"function"==typeof SuppressedError&&SuppressedError}},i={};function a(t){var e=i[t];if(void 0!==e)return e.exports;var r=i[t]={exports:{}};return o[t].call(r.exports,r,r.exports,a),r.exports}a.m=o,a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,a.t=function(r,n){if(1&n&&(r=this(r)),8&n)return r;if("object"==typeof r&&r){if(4&n&&r.__esModule)return r;if(16&n&&"function"==typeof r.then)return r}var o=Object.create(null);a.r(o);var i={};t=t||[null,e({}),e([]),e(e)];for(var u=2&n&&r;"object"==typeof u&&!~t.indexOf(u);u=e(u))Object.getOwnPropertyNames(u).forEach((t=>i[t]=()=>r[t]));return i.default=()=>r,a.d(o,i),o},a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,r)=>(a.f[r](t,e),e)),[])),a.u=t=>(({66:"webanimations",187:"search",248:"drawer",358:"search-worker",394:"resize-observer",415:"webcomponents",479:"push-state",553:"fetch",558:"shadydom",659:"intersection-observer",679:"toc",825:"navbar"}[t]||t)+"-deepdive-9.1.7.min.js"),a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r={},n="deepdive:",a.l=(t,e,o,i)=>{if(r[t])r[t].push(e);else{var u,s;if(void 0!==o)for(var c=document.getElementsByTagName("script"),f=0;f{u.onerror=u.onload=null,clearTimeout(d);var o=r[t];if(delete r[t],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((t=>t(n))),e)return e(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=p.bind(null,u.onerror),u.onload=p.bind(null,u.onload),s&&document.head.appendChild(u)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.p="/assets/js/",(()=>{a.b=document.baseURI||self.location.href;var t={792:0};a.f.j=(e,r)=>{var n=a.o(t,e)?t[e]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,o)=>n=t[e]=[r,o]));r.push(n[2]=o);var i=a.p+a.u(e),u=new Error;a.l(i,(r=>{if(a.o(t,e)&&(0!==(n=t[e])&&(t[e]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;u.message="Loading chunk "+e+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,n[1](u)}}),"chunk-"+e,e)}};var e=(e,r)=>{var n,o,[i,u,s]=r,c=0;if(i.some((e=>0!==t[e]))){for(n in u)a.o(u,n)&&(a.m[n]=u[n]);if(s)s(a)}for(e&&e(r);c{"use strict";var t,e,r,n,o={6566:(t,e,r)=>{r.d(e,{FF:()=>L,Fr:()=>h,Gg:()=>g,HQ:()=>v,Ie:()=>x,Kz:()=>O,Nc:()=>s.Nc,Oo:()=>b,PN:()=>a.PN,QN:()=>w,Sk:()=>m,UO:()=>y,YS:()=>A,bw:()=>l,hY:()=>i.hY,i0:()=>E,nr:()=>d,pd:()=>f,r7:()=>a.r7,tL:()=>u.tL,u1:()=>T,y6:()=>j});var n=r(7661),o=r(5404),i=r(7580),a=r(426),u=r(8679),s=r(77),c=getComputedStyle(document.documentElement),f="(min-width: ".concat(c.getPropertyValue("--break-point-3"),")"),l="(min-width: ".concat(c.getPropertyValue("--break-point-dynamic"),")"),p=(parseFloat(c.getPropertyValue("--content-width-5")),parseFloat(c.getPropertyValue("--content-margin-5")),parseFloat(c.getPropertyValue("--sidebar-width")),parseFloat(c.getPropertyValue("--half-content")),navigator.userAgent.toLowerCase()),d=p.indexOf("safari")>0&&p.indexOf("chrome")<0,h=p.indexOf("mobile")>0,v=d&&h,y=(p.indexOf("ucbrowser"),p.indexOf("firefox"),p.indexOf("fxios")>0&&p.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),g=new Promise((t=>{"customElements"in window?t(!0):document.addEventListener("WebComponentsReady",t)})),m=new Promise((function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?e(!0):n<=0?r(Error("Stylesheet not loaded within 10 seconds")):setTimeout((()=>t(e,r,n-1)),1e3/3):e(!0)})),b=(t,e)=>new Promise((r=>t.addEventListener(e,r,{once:!0})));function w(t){return!window.Modernizr||[...t].every((t=>{var e=window.Modernizr[t];return e||console.warn("Feature '".concat(t,"' missing!")),e}))}function x(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function E(t,e,r){return t?o.c.create((n=>{var o=t.animate(e,r);return o.addEventListener("finish",(t=>{n.next(t),requestAnimationFrame((()=>{requestAnimationFrame((()=>n.complete()))}))})),()=>{"finished"!==o.playState&&o.cancel()}})):(0,n.of)(new CustomEvent("finish"))}function O(t){var e=document.getElementById(t);return e&&document.importNode(e.content,!0)}var S=document.body||document.documentElement,A=()=>window.innerWidth||S.clientWidth;function T(t,e){return new Promise(((r,n)=>{var o=new MessageChannel;o.port1.onmessage=t=>{t.data.error?n(t.data.error):r(t.data)},t.postMessage(e,[o.port2])}))}var P=t=>e=>new Promise((r=>t(e).addEventListener("load",r))),j=(P(window.loadJS),P(window.loadCSS));function L(t,e){return new Promise((r=>{var n=new IntersectionObserver((e=>{e.some((t=>t.isIntersecting))&&(t.forEach((t=>n.unobserve(t))),r(e.find((t=>t.isIntersecting))))}),e);t.forEach((t=>n.observe(t)))}))}},5751:(t,e,r)=>{r.r(e);var n=r(6566);function o(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}var i;(i=function*(){yield n.Sk;var t=(0,n.Kz)("_dark-mode-template");if(t){var e=document.querySelector("#_navbar > .content > .nav-btn-bar");null==e||e.insertBefore(t,e.querySelector(".nav-span"));var r=document.getElementById("_dark-mode");null==r||r.addEventListener("click",(t=>{t.preventDefault();var e=document.body.classList;e.contains("dark-mode")||"_sunset"in window&&!e.contains("light-mode")&&matchMedia("(prefers-color-scheme: dark)").matches?(e.remove("dark-mode"),e.add("light-mode"),r.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!1,bubbles:!0}))):(e.remove("light-mode"),e.add("dark-mode"),r.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!0,bubbles:!0})))})),yield(0,n.Oo)(document,"click");var o=Array.from(document.styleSheets),i=o.find((t=>{var e;return"_styleInline"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),a=o.find((t=>{var e;return"_stylePreload"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),u=t=>{if(t){var e=Array.from(t.rules).find((t=>t.selectorText.startsWith(".color-transition")));e&&(e.style.transition="background-color 1s ease, border-color 1s ease")}};u(i),u(a)}},function(){var t=this,e=arguments;return new Promise((function(r,n){var a=i.apply(t,e);function u(t){o(a,r,n,u,s,"next",t)}function s(t){o(a,r,n,u,s,"throw",t)}u(void 0)}))})()},7513:(t,e,r)=>{var n=r(6566),o=r(5786),i=r(6510),a=Array.isArray||(t=>"[object Array]"===Object.prototype.toString.call(t)),u=/on([A-Z][A-Za-z]+)/,s=(t,e)=>{function r(t){"string"==typeof t?this.appendChild(e(t)):null!=t&&this.appendChild(t)}return function(e,n){var o=t(e);for(var i in n){var s;if(s=u.exec(i)){var[,c]=s;o.addEventListener(c.toLowerCase(),n[i])}else o.setAttribute(i,n[i])}for(var f=arguments.length,l=new Array(f>2?f-2:0),p=2;p"[object NodeList]"===Object.prototype.toString.call(t))(v))?(d&&(v=Array.prototype.slice.call(v,0)),Array.prototype.forEach.call(v,r,o)):Array.prototype.forEach.call(l,r,o),o}};var c=s(document.createElement.bind(document),document.createTextNode.bind(document));function f(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function l(t){return t instanceof f(t).Element||t instanceof Element}function p(t){return t instanceof f(t).HTMLElement||t instanceof HTMLElement}function d(t){return"undefined"!=typeof ShadowRoot&&(t instanceof f(t).ShadowRoot||t instanceof ShadowRoot)}var h=Math.max,v=Math.min,y=Math.round;function g(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function m(){return!/^((?!chrome|android).)*safari/i.test(g())}function b(t,e,r){void 0===e&&(e=!1),void 0===r&&(r=!1);var n=t.getBoundingClientRect(),o=1,i=1;e&&p(t)&&(o=t.offsetWidth>0&&y(n.width)/t.offsetWidth||1,i=t.offsetHeight>0&&y(n.height)/t.offsetHeight||1);var a=(l(t)?f(t):window).visualViewport,u=!m()&&r,s=(n.left+(u&&a?a.offsetLeft:0))/o,c=(n.top+(u&&a?a.offsetTop:0))/i,d=n.width/o,h=n.height/i;return{width:d,height:h,top:c,right:s+d,bottom:c+h,left:s,x:s,y:c}}function w(t){var e=f(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function x(t){return t?(t.nodeName||"").toLowerCase():null}function E(t){return((l(t)?t.ownerDocument:t.document)||window.document).documentElement}function O(t){return b(E(t)).left+w(t).scrollLeft}function S(t){return f(t).getComputedStyle(t)}function A(t){var e=S(t),r=e.overflow,n=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function T(t,e,r){void 0===r&&(r=!1);var n,o,i=p(e),a=p(e)&&function(t){var e=t.getBoundingClientRect(),r=y(e.width)/t.offsetWidth||1,n=y(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),u=E(e),s=b(t,a,r),c={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(i||!i&&!r)&&(("body"!==x(e)||A(u))&&(c=(n=e)!==f(n)&&p(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:w(n)),p(e)?((l=b(e,!0)).x+=e.clientLeft,l.y+=e.clientTop):u&&(l.x=O(u))),{x:s.left+c.scrollLeft-l.x,y:s.top+c.scrollTop-l.y,width:s.width,height:s.height}}function P(t){var e=b(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function j(t){return"html"===x(t)?t:t.assignedSlot||t.parentNode||(d(t)?t.host:null)||E(t)}function L(t){return["html","body","#document"].indexOf(x(t))>=0?t.ownerDocument.body:p(t)&&A(t)?t:L(j(t))}function R(t,e){var r;void 0===e&&(e=[]);var n=L(t),o=n===(null==(r=t.ownerDocument)?void 0:r.body),i=f(n),a=o?[i].concat(i.visualViewport||[],A(n)?n:[]):n,u=e.concat(a);return o?u:u.concat(R(j(a)))}function I(t){return["table","td","th"].indexOf(x(t))>=0}function k(t){return p(t)&&"fixed"!==S(t).position?t.offsetParent:null}function _(t){for(var e=f(t),r=k(t);r&&I(r)&&"static"===S(r).position;)r=k(r);return r&&("html"===x(r)||"body"===x(r)&&"static"===S(r).position)?e:r||function(t){var e=/firefox/i.test(g());if(/Trident/i.test(g())&&p(t)&&"fixed"===S(t).position)return null;var r=j(t);for(d(r)&&(r=r.host);p(r)&&["html","body"].indexOf(x(r))<0;){var n=S(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}var C="top",N="bottom",D="right",U="left",M="auto",F=[C,N,D,U],B="start",H="end",q="clippingParents",z="viewport",W="popper",V="reference",$=F.reduce((function(t,e){return t.concat([e+"-"+B,e+"-"+H])}),[]),Y=[].concat(F,[M]).reduce((function(t,e){return t.concat([e,e+"-"+B,e+"-"+H])}),[]),G=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function X(t){var e=new Map,r=new Set,n=[];function o(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&o(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||o(t)})),n}var J={placement:"bottom",modifiers:[],strategy:"absolute"};function Q(){for(var t=arguments.length,e=new Array(t),r=0;r=0?"x":"y"}function nt(t){var e,r=t.reference,n=t.element,o=t.placement,i=o?tt(o):null,a=o?et(o):null,u=r.x+r.width/2-n.width/2,s=r.y+r.height/2-n.height/2;switch(i){case C:e={x:u,y:r.y-n.height};break;case N:e={x:u,y:r.y+r.height};break;case D:e={x:r.x+r.width,y:s};break;case U:e={x:r.x-n.width,y:s};break;default:e={x:r.x,y:r.y}}var c=i?rt(i):null;if(null!=c){var f="y"===c?"height":"width";switch(a){case B:e[c]=e[c]-(r[f]/2-n[f]/2);break;case H:e[c]=e[c]+(r[f]/2-n[f]/2)}}return e}var ot={top:"auto",right:"auto",bottom:"auto",left:"auto"};function it(t){var e,r=t.popper,n=t.popperRect,o=t.placement,i=t.variation,a=t.offsets,u=t.position,s=t.gpuAcceleration,c=t.adaptive,l=t.roundOffsets,p=t.isFixed,d=a.x,h=void 0===d?0:d,v=a.y,g=void 0===v?0:v,m="function"==typeof l?l({x:h,y:g}):{x:h,y:g};h=m.x,g=m.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),x=U,O=C,A=window;if(c){var T=_(r),P="clientHeight",j="clientWidth";if(T===f(r)&&"static"!==S(T=E(r)).position&&"absolute"===u&&(P="scrollHeight",j="scrollWidth"),o===C||(o===U||o===D)&&i===H)O=N,g-=(p&&T===A&&A.visualViewport?A.visualViewport.height:T[P])-n.height,g*=s?1:-1;if(o===U||(o===C||o===N)&&i===H)x=D,h-=(p&&T===A&&A.visualViewport?A.visualViewport.width:T[j])-n.width,h*=s?1:-1}var L,R=Object.assign({position:u},c&&ot),I=!0===l?function(t,e){var r=t.x,n=t.y,o=e.devicePixelRatio||1;return{x:y(r*o)/o||0,y:y(n*o)/o||0}}({x:h,y:g},f(r)):{x:h,y:g};return h=I.x,g=I.y,s?Object.assign({},R,((L={})[O]=w?"0":"",L[x]=b?"0":"",L.transform=(A.devicePixelRatio||1)<=1?"translate("+h+"px, "+g+"px)":"translate3d("+h+"px, "+g+"px, 0)",L)):Object.assign({},R,((e={})[O]=w?g+"px":"",e[x]=b?h+"px":"",e.transform="",e))}const at={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},o=e.elements[t];p(o)&&x(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});p(n)&&x(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};const ut={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.offset,i=void 0===o?[0,0]:o,a=Y.reduce((function(t,r){return t[r]=function(t,e,r){var n=tt(t),o=[U,C].indexOf(n)>=0?-1:1,i="function"==typeof r?r(Object.assign({},e,{placement:t})):r,a=i[0],u=i[1];return a=a||0,u=(u||0)*o,[U,D].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}(r,e.rects,i),t}),{}),u=a[e.placement],s=u.x,c=u.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=s,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=a}};var st={left:"right",right:"left",bottom:"top",top:"bottom"};function ct(t){return t.replace(/left|right|bottom|top/g,(function(t){return st[t]}))}var ft={start:"end",end:"start"};function lt(t){return t.replace(/start|end/g,(function(t){return ft[t]}))}function pt(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&d(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function dt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function ht(t,e,r){return e===z?dt(function(t,e){var r=f(t),n=E(t),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,u=0,s=0;if(o){i=o.width,a=o.height;var c=m();(c||!c&&"fixed"===e)&&(u=o.offsetLeft,s=o.offsetTop)}return{width:i,height:a,x:u+O(t),y:s}}(t,r)):l(e)?function(t,e){var r=b(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):dt(function(t){var e,r=E(t),n=w(t),o=null==(e=t.ownerDocument)?void 0:e.body,i=h(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=h(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-n.scrollLeft+O(t),s=-n.scrollTop;return"rtl"===S(o||r).direction&&(u+=h(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:u,y:s}}(E(t)))}function vt(t,e,r,n){var o="clippingParents"===e?function(t){var e=R(j(t)),r=["absolute","fixed"].indexOf(S(t).position)>=0&&p(t)?_(t):t;return l(r)?e.filter((function(t){return l(t)&&pt(t,r)&&"body"!==x(t)})):[]}(t):[].concat(e),i=[].concat(o,[r]),a=i[0],u=i.reduce((function(e,r){var o=ht(t,r,n);return e.top=h(o.top,e.top),e.right=v(o.right,e.right),e.bottom=v(o.bottom,e.bottom),e.left=h(o.left,e.left),e}),ht(t,a,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function yt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function gt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}function mt(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=void 0===n?t.placement:n,i=r.strategy,a=void 0===i?t.strategy:i,u=r.boundary,s=void 0===u?q:u,c=r.rootBoundary,f=void 0===c?z:c,p=r.elementContext,d=void 0===p?W:p,h=r.altBoundary,v=void 0!==h&&h,y=r.padding,g=void 0===y?0:y,m=yt("number"!=typeof g?g:gt(g,F)),w=d===W?V:W,x=t.rects.popper,O=t.elements[v?w:d],S=vt(l(O)?O:O.contextElement||E(t.elements.popper),s,f,a),A=b(t.elements.reference),T=nt({reference:A,element:x,strategy:"absolute",placement:o}),P=dt(Object.assign({},x,T)),j=d===W?P:A,L={top:S.top-j.top+m.top,bottom:j.bottom-S.bottom+m.bottom,left:S.left-j.left+m.left,right:j.right-S.right+m.right},R=t.modifiersData.offset;if(d===W&&R){var I=R[o];Object.keys(L).forEach((function(t){var e=[D,N].indexOf(t)>=0?1:-1,r=[C,N].indexOf(t)>=0?"y":"x";L[t]+=I[r]*e}))}return L}function bt(t,e,r){return h(t,v(e,r))}const wt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0!==a&&a,s=r.boundary,c=r.rootBoundary,f=r.altBoundary,l=r.padding,p=r.tether,d=void 0===p||p,y=r.tetherOffset,g=void 0===y?0:y,m=mt(e,{boundary:s,rootBoundary:c,padding:l,altBoundary:f}),b=tt(e.placement),w=et(e.placement),x=!w,E=rt(b),O="x"===E?"y":"x",S=e.modifiersData.popperOffsets,A=e.rects.reference,T=e.rects.popper,j="function"==typeof g?g(Object.assign({},e.rects,{placement:e.placement})):g,L="number"==typeof j?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),R=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,I={x:0,y:0};if(S){if(i){var k,M="y"===E?C:U,F="y"===E?N:D,H="y"===E?"height":"width",q=S[E],z=q+m[M],W=q-m[F],V=d?-T[H]/2:0,$=w===B?A[H]:T[H],Y=w===B?-T[H]:-A[H],G=e.elements.arrow,X=d&&G?P(G):{width:0,height:0},J=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Q=J[M],K=J[F],Z=bt(0,A[H],X[H]),nt=x?A[H]/2-V-Z-Q-L.mainAxis:$-Z-Q-L.mainAxis,ot=x?-A[H]/2+V+Z+K+L.mainAxis:Y+Z+K+L.mainAxis,it=e.elements.arrow&&_(e.elements.arrow),at=it?"y"===E?it.clientTop||0:it.clientLeft||0:0,ut=null!=(k=null==R?void 0:R[E])?k:0,st=q+ot-ut,ct=bt(d?v(z,q+nt-ut-at):z,q,d?h(W,st):W);S[E]=ct,I[E]=ct-q}if(u){var ft,lt="x"===E?C:U,pt="x"===E?N:D,dt=S[O],ht="y"===O?"height":"width",vt=dt+m[lt],yt=dt-m[pt],gt=-1!==[C,U].indexOf(b),wt=null!=(ft=null==R?void 0:R[O])?ft:0,xt=gt?vt:dt-A[ht]-T[ht]-wt+L.altAxis,Et=gt?dt+A[ht]+T[ht]-wt-L.altAxis:yt,Ot=d&>?function(t,e,r){var n=bt(t,e,r);return n>r?r:n}(xt,dt,Et):bt(d?xt:vt,dt,d?Et:yt);S[O]=Ot,I[O]=Ot-dt}e.modifiersData[n]=I}},requiresIfExists:["offset"]};const xt={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,o=t.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,u=tt(r.placement),s=rt(u),c=[U,D].indexOf(u)>=0?"height":"width";if(i&&a){var f=function(t,e){return yt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:gt(t,F))}(o.padding,r),l=P(i),p="y"===s?C:U,d="y"===s?N:D,h=r.rects.reference[c]+r.rects.reference[s]-a[s]-r.rects.popper[c],v=a[s]-r.rects.reference[s],y=_(i),g=y?"y"===s?y.clientHeight||0:y.clientWidth||0:0,m=h/2-v/2,b=f[p],w=g-l[c]-f[d],x=g/2-l[c]/2+m,E=bt(b,x,w),O=s;r.modifiersData[n]=((e={})[O]=E,e.centerOffset=E-x,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&pt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Et(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function Ot(t){return[C,D,N,U].some((function(e){return t[e]>=0}))}var St=K({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,o=n.scroll,i=void 0===o||o,a=n.resize,u=void 0===a||a,s=f(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach((function(t){t.addEventListener("scroll",r.update,Z)})),u&&s.addEventListener("resize",r.update,Z),function(){i&&c.forEach((function(t){t.removeEventListener("scroll",r.update,Z)})),u&&s.removeEventListener("resize",r.update,Z)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=nt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,u=r.roundOffsets,s=void 0===u||u,c={placement:tt(e.placement),variation:et(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,it(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:s})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,it(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},at,ut,{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0===a||a,s=r.fallbackPlacements,c=r.padding,f=r.boundary,l=r.rootBoundary,p=r.altBoundary,d=r.flipVariations,h=void 0===d||d,v=r.allowedAutoPlacements,y=e.options.placement,g=tt(y),m=s||(g===y||!h?[ct(y)]:function(t){if(tt(t)===M)return[];var e=ct(t);return[lt(t),e,lt(e)]}(y)),b=[y].concat(m).reduce((function(t,r){return t.concat(tt(r)===M?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,u=r.flipVariations,s=r.allowedAutoPlacements,c=void 0===s?Y:s,f=et(n),l=f?u?$:$.filter((function(t){return et(t)===f})):F,p=l.filter((function(t){return c.indexOf(t)>=0}));0===p.length&&(p=l);var d=p.reduce((function(e,r){return e[r]=mt(t,{placement:r,boundary:o,rootBoundary:i,padding:a})[tt(r)],e}),{});return Object.keys(d).sort((function(t,e){return d[t]-d[e]}))}(e,{placement:r,boundary:f,rootBoundary:l,padding:c,flipVariations:h,allowedAutoPlacements:v}):r)}),[]),w=e.rects.reference,x=e.rects.popper,E=new Map,O=!0,S=b[0],A=0;A=0,R=L?"width":"height",I=mt(e,{placement:T,boundary:f,rootBoundary:l,altBoundary:p,padding:c}),k=L?j?D:U:j?N:C;w[R]>x[R]&&(k=ct(k));var _=ct(k),H=[];if(i&&H.push(I[P]<=0),u&&H.push(I[k]<=0,I[_]<=0),H.every((function(t){return t}))){S=T,O=!1;break}E.set(T,H)}if(O)for(var q=function(t){var e=b.find((function(e){var r=E.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return S=e,"break"},z=h?3:1;z>0;z--){if("break"===q(z))break}e.placement!==S&&(e.modifiersData[n]._skip=!0,e.placement=S,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},wt,xt,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,a=mt(e,{elementContext:"reference"}),u=mt(e,{altBoundary:!0}),s=Et(a,n),c=Et(u,o,i),f=Ot(s),l=Ot(c);e.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:f,hasPopperEscaped:l},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":l})}}]}),At="tippy-content",Tt="tippy-backdrop",Pt="tippy-arrow",jt="tippy-svg-arrow",Lt={passive:!0,capture:!0},Rt=function(){return document.body};function It(t,e,r){if(Array.isArray(t)){var n=t[e];return null==n?Array.isArray(r)?r[e]:r:n}return t}function kt(t,e){var r={}.toString.call(t);return 0===r.indexOf("[object")&&r.indexOf(e+"]")>-1}function _t(t,e){return"function"==typeof t?t.apply(void 0,e):t}function Ct(t,e){return 0===e?t:function(n){clearTimeout(r),r=setTimeout((function(){t(n)}),e)};var r}function Nt(t){return[].concat(t)}function Dt(t,e){-1===t.indexOf(e)&&t.push(e)}function Ut(t){return t.split("-")[0]}function Mt(t){return[].slice.call(t)}function Ft(t){return Object.keys(t).reduce((function(e,r){return void 0!==t[r]&&(e[r]=t[r]),e}),{})}function Bt(){return document.createElement("div")}function Ht(t){return["Element","Fragment"].some((function(e){return kt(t,e)}))}function qt(t){return kt(t,"MouseEvent")}function zt(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Wt(t){return Ht(t)?[t]:function(t){return kt(t,"NodeList")}(t)?Mt(t):Array.isArray(t)?t:Mt(document.querySelectorAll(t))}function Vt(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function $t(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function Yt(t){var e,r=Nt(t)[0];return null!=r&&null!=(e=r.ownerDocument)&&e.body?r.ownerDocument:document}function Gt(t,e,r){var n=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[n](e,r)}))}function Xt(t,e){for(var r=e;r;){var n;if(t.contains(r))return!0;r=null==r.getRootNode||null==(n=r.getRootNode())?void 0:n.host}return!1}var Jt={isTouch:!1},Qt=0;function Kt(){Jt.isTouch||(Jt.isTouch=!0,window.performance&&document.addEventListener("mousemove",Zt))}function Zt(){var t=performance.now();t-Qt<20&&(Jt.isTouch=!1,document.removeEventListener("mousemove",Zt)),Qt=t}function te(){var t=document.activeElement;if(zt(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var ee=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var re={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},ne=Object.assign({appendTo:Rt,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},re,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),oe=Object.keys(ne);function ie(t){var e=(t.plugins||[]).reduce((function(e,r){var n,o=r.name,i=r.defaultValue;o&&(e[o]=void 0!==t[o]?t[o]:null!=(n=ne[o])?n:i);return e}),{});return Object.assign({},t,e)}function ae(t,e){var r=Object.assign({},e,{content:_t(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(ie(Object.assign({},ne,{plugins:e}))):oe).reduce((function(e,r){var n=(t.getAttribute("data-tippy-"+r)||"").trim();if(!n)return e;if("content"===r)e[r]=n;else try{e[r]=JSON.parse(n)}catch(t){e[r]=n}return e}),{})}(t,e.plugins));return r.aria=Object.assign({},ne.aria,r.aria),r.aria={expanded:"auto"===r.aria.expanded?e.interactive:r.aria.expanded,content:"auto"===r.aria.content?e.interactive?null:"describedby":r.aria.content},r}var ue=function(){return"innerHTML"};function se(t,e){t[ue()]=e}function ce(t){var e=Bt();return!0===t?e.className=Pt:(e.className=jt,Ht(t)?e.appendChild(t):se(e,t)),e}function fe(t,e){Ht(e.content)?(se(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?se(t,e.content):t.textContent=e.content)}function le(t){var e=t.firstElementChild,r=Mt(e.children);return{box:e,content:r.find((function(t){return t.classList.contains(At)})),arrow:r.find((function(t){return t.classList.contains(Pt)||t.classList.contains(jt)})),backdrop:r.find((function(t){return t.classList.contains(Tt)}))}}function pe(t){var e=Bt(),r=Bt();r.className="tippy-box",r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var n=Bt();function o(r,n){var o=le(e),i=o.box,a=o.content,u=o.arrow;n.theme?i.setAttribute("data-theme",n.theme):i.removeAttribute("data-theme"),"string"==typeof n.animation?i.setAttribute("data-animation",n.animation):i.removeAttribute("data-animation"),n.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?i.setAttribute("role",n.role):i.removeAttribute("role"),r.content===n.content&&r.allowHTML===n.allowHTML||fe(a,t.props),n.arrow?u?r.arrow!==n.arrow&&(i.removeChild(u),i.appendChild(ce(n.arrow))):i.appendChild(ce(n.arrow)):u&&i.removeChild(u)}return n.className=At,n.setAttribute("data-state","hidden"),fe(n,t.props),e.appendChild(r),r.appendChild(n),o(t.props,t.props),{popper:e,onUpdate:o}}pe.$$tippy=!0;var de=1,he=[],ve=[];function ye(t,e){var r,n,o,i,a,u,s,c,f=ae(t,Object.assign({},ne,ie(Ft(e)))),l=!1,p=!1,d=!1,h=!1,v=[],y=Ct(Y,f.interactiveDebounce),g=de++,m=(c=f.plugins).filter((function(t,e){return c.indexOf(t)===e})),b={id:g,reference:t,popper:Bt(),popperInstance:null,props:f,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:m,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(n),cancelAnimationFrame(o)},setProps:function(e){0;if(b.state.isDestroyed)return;_("onBeforeUpdate",[b,e]),V();var r=b.props,n=ae(t,Object.assign({},r,Ft(e),{ignoreAttributes:!0}));b.props=n,W(),r.interactiveDebounce!==n.interactiveDebounce&&(D(),y=Ct(Y,n.interactiveDebounce));r.triggerTarget&&!n.triggerTarget?Nt(r.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):n.triggerTarget&&t.removeAttribute("aria-expanded");N(),k(),E&&E(r,n);b.popperInstance&&(Q(),Z().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));_("onAfterUpdate",[b,e])},setContent:function(t){b.setProps({content:t})},show:function(){0;var t=b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Jt.isTouch&&!b.props.touch,o=It(b.props.duration,0,ne.duration);if(t||e||r||n)return;if(j().hasAttribute("disabled"))return;if(_("onShow",[b],!1),!1===b.props.onShow(b))return;b.state.isVisible=!0,P()&&(x.style.visibility="visible");k(),B(),b.state.isMounted||(x.style.transition="none");if(P()){var i=R();Vt([i.box,i.content],0)}u=function(){var t;if(b.state.isVisible&&!h){if(h=!0,x.offsetHeight,x.style.transition=b.props.moveTransition,P()&&b.props.animation){var e=R(),r=e.box,n=e.content;Vt([r,n],o),$t([r,n],"visible")}C(),N(),Dt(ve,b),null==(t=b.popperInstance)||t.forceUpdate(),_("onMount",[b]),b.props.animation&&P()&&function(t,e){q(t,e)}(o,(function(){b.state.isShown=!0,_("onShown",[b])}))}},function(){var t,e=b.props.appendTo,r=j();t=b.props.interactive&&e===Rt||"parent"===e?r.parentNode:_t(e,[r]);t.contains(x)||t.appendChild(x);b.state.isMounted=!0,Q(),!1}()},hide:function(){0;var t=!b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=It(b.props.duration,1,ne.duration);if(t||e||r)return;if(_("onHide",[b],!1),!1===b.props.onHide(b))return;b.state.isVisible=!1,b.state.isShown=!1,h=!1,l=!1,P()&&(x.style.visibility="hidden");if(D(),H(),k(!0),P()){var o=R(),i=o.box,a=o.content;b.props.animation&&(Vt([i,a],n),$t([i,a],"hidden"))}C(),N(),b.props.animation?P()&&function(t,e){q(t,(function(){!b.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&e()}))}(n,b.unmount):b.unmount()},hideWithInteractivity:function(t){0;L().addEventListener("mousemove",y),Dt(he,y),y(t)},enable:function(){b.state.isEnabled=!0},disable:function(){b.hide(),b.state.isEnabled=!1},unmount:function(){0;b.state.isVisible&&b.hide();if(!b.state.isMounted)return;K(),Z().forEach((function(t){t._tippy.unmount()})),x.parentNode&&x.parentNode.removeChild(x);ve=ve.filter((function(t){return t!==b})),b.state.isMounted=!1,_("onHidden",[b])},destroy:function(){0;if(b.state.isDestroyed)return;b.clearDelayTimeouts(),b.unmount(),V(),delete t._tippy,b.state.isDestroyed=!0,_("onDestroy",[b])}};if(!f.render)return b;var w=f.render(b),x=w.popper,E=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+b.id,b.popper=x,t._tippy=b,x._tippy=b;var O=m.map((function(t){return t.fn(b)})),S=t.hasAttribute("aria-expanded");return W(),N(),k(),_("onCreate",[b]),f.showOnCreate&&tt(),x.addEventListener("mouseenter",(function(){b.props.interactive&&b.state.isVisible&&b.clearDelayTimeouts()})),x.addEventListener("mouseleave",(function(){b.props.interactive&&b.props.trigger.indexOf("mouseenter")>=0&&L().addEventListener("mousemove",y)})),b;function A(){var t=b.props.touch;return Array.isArray(t)?t:[t,0]}function T(){return"hold"===A()[0]}function P(){var t;return!(null==(t=b.props.render)||!t.$$tippy)}function j(){return s||t}function L(){var t=j().parentNode;return t?Yt(t):document}function R(){return le(x)}function I(t){return b.state.isMounted&&!b.state.isVisible||Jt.isTouch||i&&"focus"===i.type?0:It(b.props.delay,t?0:1,ne.delay)}function k(t){void 0===t&&(t=!1),x.style.pointerEvents=b.props.interactive&&!t?"":"none",x.style.zIndex=""+b.props.zIndex}function _(t,e,r){var n;(void 0===r&&(r=!0),O.forEach((function(r){r[t]&&r[t].apply(r,e)})),r)&&(n=b.props)[t].apply(n,e)}function C(){var e=b.props.aria;if(e.content){var r="aria-"+e.content,n=x.id;Nt(b.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(r);if(b.state.isVisible)t.setAttribute(r,e?e+" "+n:n);else{var o=e&&e.replace(n,"").trim();o?t.setAttribute(r,o):t.removeAttribute(r)}}))}}function N(){!S&&b.props.aria.expanded&&Nt(b.props.triggerTarget||t).forEach((function(t){b.props.interactive?t.setAttribute("aria-expanded",b.state.isVisible&&t===j()?"true":"false"):t.removeAttribute("aria-expanded")}))}function D(){L().removeEventListener("mousemove",y),he=he.filter((function(t){return t!==y}))}function U(e){if(!Jt.isTouch||!d&&"mousedown"!==e.type){var r=e.composedPath&&e.composedPath()[0]||e.target;if(!b.props.interactive||!Xt(x,r)){if(Nt(b.props.triggerTarget||t).some((function(t){return Xt(t,r)}))){if(Jt.isTouch)return;if(b.state.isVisible&&b.props.trigger.indexOf("click")>=0)return}else _("onClickOutside",[b,e]);!0===b.props.hideOnClick&&(b.clearDelayTimeouts(),b.hide(),p=!0,setTimeout((function(){p=!1})),b.state.isMounted||H())}}}function M(){d=!0}function F(){d=!1}function B(){var t=L();t.addEventListener("mousedown",U,!0),t.addEventListener("touchend",U,Lt),t.addEventListener("touchstart",F,Lt),t.addEventListener("touchmove",M,Lt)}function H(){var t=L();t.removeEventListener("mousedown",U,!0),t.removeEventListener("touchend",U,Lt),t.removeEventListener("touchstart",F,Lt),t.removeEventListener("touchmove",M,Lt)}function q(t,e){var r=R().box;function n(t){t.target===r&&(Gt(r,"remove",n),e())}if(0===t)return e();Gt(r,"remove",a),Gt(r,"add",n),a=n}function z(e,r,n){void 0===n&&(n=!1),Nt(b.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,r,n),v.push({node:t,eventType:e,handler:r,options:n})}))}function W(){var t;T()&&(z("touchstart",$,{passive:!0}),z("touchend",G,{passive:!0})),(t=b.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(z(t,$),t){case"mouseenter":z("mouseleave",G);break;case"focus":z(ee?"focusout":"blur",X);break;case"focusin":z("focusout",X)}}))}function V(){v.forEach((function(t){var e=t.node,r=t.eventType,n=t.handler,o=t.options;e.removeEventListener(r,n,o)})),v=[]}function $(t){var e,r=!1;if(b.state.isEnabled&&!J(t)&&!p){var n="focus"===(null==(e=i)?void 0:e.type);i=t,s=t.currentTarget,N(),!b.state.isVisible&&qt(t)&&he.forEach((function(e){return e(t)})),"click"===t.type&&(b.props.trigger.indexOf("mouseenter")<0||l)&&!1!==b.props.hideOnClick&&b.state.isVisible?r=!0:tt(t),"click"===t.type&&(l=!r),r&&!n&&et(t)}}function Y(t){var e=t.target,r=j().contains(e)||x.contains(e);if("mousemove"!==t.type||!r){var n=Z().concat(x).map((function(t){var e,r=null==(e=t._tippy.popperInstance)?void 0:e.state;return r?{popperRect:t.getBoundingClientRect(),popperState:r,props:f}:null})).filter(Boolean);(function(t,e){var r=e.clientX,n=e.clientY;return t.every((function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,a=Ut(o.placement),u=o.modifiersData.offset;if(!u)return!0;var s="bottom"===a?u.top.y:0,c="top"===a?u.bottom.y:0,f="right"===a?u.left.x:0,l="left"===a?u.right.x:0,p=e.top-n+s>i,d=n-e.bottom-c>i,h=e.left-r+f>i,v=r-e.right-l>i;return p||d||h||v}))})(n,t)&&(D(),et(t))}}function G(t){J(t)||b.props.trigger.indexOf("click")>=0&&l||(b.props.interactive?b.hideWithInteractivity(t):et(t))}function X(t){b.props.trigger.indexOf("focusin")<0&&t.target!==j()||b.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||et(t)}function J(t){return!!Jt.isTouch&&T()!==t.type.indexOf("touch")>=0}function Q(){K();var e=b.props,r=e.popperOptions,n=e.placement,o=e.offset,i=e.getReferenceClientRect,a=e.moveTransition,s=P()?le(x).arrow:null,c=i?{getBoundingClientRect:i,contextElement:i.contextElement||j()}:t,f={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(P()){var r=R().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?r.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?r.setAttribute("data-"+t,""):r.removeAttribute("data-"+t)})),e.attributes.popper={}}}},l=[{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:!a}},f];P()&&s&&l.push({name:"arrow",options:{element:s,padding:3}}),l.push.apply(l,(null==r?void 0:r.modifiers)||[]),b.popperInstance=St(c,x,Object.assign({},r,{placement:n,onFirstUpdate:u,modifiers:l}))}function K(){b.popperInstance&&(b.popperInstance.destroy(),b.popperInstance=null)}function Z(){return Mt(x.querySelectorAll("[data-tippy-root]"))}function tt(t){b.clearDelayTimeouts(),t&&_("onTrigger",[b,t]),B();var e=I(!0),n=A(),o=n[0],i=n[1];Jt.isTouch&&"hold"===o&&i&&(e=i),e?r=setTimeout((function(){b.show()}),e):b.show()}function et(t){if(b.clearDelayTimeouts(),_("onUntrigger",[b,t]),b.state.isVisible){if(!(b.props.trigger.indexOf("mouseenter")>=0&&b.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&l)){var e=I(!1);e?n=setTimeout((function(){b.state.isVisible&&b.hide()}),e):o=requestAnimationFrame((function(){b.hide()}))}}else H()}}function ge(t,e){void 0===e&&(e={});var r=ne.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",Kt,Lt),window.addEventListener("blur",te);var n=Object.assign({},e,{plugins:r}),o=Wt(t).reduce((function(t,e){var r=e&&ye(e,n);return r&&t.push(r),t}),[]);return Ht(t)?o[0]:o}ge.defaultProps=ne,ge.setDefaultProps=function(t){Object.keys(t).forEach((function(e){ne[e]=t[e]}))},ge.currentInput=Jt;Object.assign({},at,{effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow)}});ge.setDefaultProps({render:pe});const me=ge;function be(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}function we(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function a(t){be(i,n,o,a,u,"next",t)}function u(t){be(i,n,o,a,u,"throw",t)}a(void 0)}))}}we((function*(){yield Promise.all([..."animate"in Element.prototype?[]:[r.e(66).then(r.t.bind(r,5111,23))],..."IntersectionObserver"in window?[]:[r.e(659).then(r.t.bind(r,3241,23))]]),yield n.Sk;var t="pre.highlight > code",e=/(?: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,a=[{opacity:0},{opacity:1}],u={fill:"forwards",duration:500,easing:"ease"},s=document.querySelector("hy-push-state");var f,l,p=!0;f=r=>{if(r){me(r.querySelectorAll(".post-date > .ellipsis"),{trigger:"click",touch:!0,interactive:!0,allowHTML:!0,maxWidth:"none",placement:"bottom-start",offset:0,content:t=>t.innerHTML,onTrigger(t,e){"A"===e.target.tagName&&(t._hideOnce=!0)},onShow(t){if(t._hideOnce)return t._hideOnce=!1}}),me(r.querySelectorAll("abbr[title]"),{trigger:"click",touch:!0,maxWidth:500,content:t=>t.getAttribute("title")}),me(r.querySelectorAll(".sidebar-social [title]"),{touch:!0,content:t=>t.getAttribute("title")}),r.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]").forEach((t=>{var e=(0,n.Kz)("_permalink-template");e.querySelector(".permalink").href="#".concat(t.id),t.appendChild(e)}));var o=r.querySelector("#markdown-toc");o&&o.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(r.querySelectorAll(t)).forEach((t=>{var e,r=null==t||null===(e=t.parentNode)||void 0===e?void 0:e.parentNode,n=function(){var e=we((function*(){yield navigator.clipboard.writeText(t.innerText),function(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;nt.children[0])).forEach((t=>{var r=e.exec(null==t?void 0:t.innerText);if(r){var[,n]=r,o=t.parentNode,i=t.childNodes[0],a=i.wholeText.indexOf("\n");if(a>-1){var u=i.splitText(a);o.insertBefore(u,o.firstChild)}o.removeChild(t),o.childNodes[0].splitText(1),o.removeChild(o.childNodes[0]);var s=o.parentNode.parentNode,f=c("div",{class:"pre-header break-layout"},c("span",{},c("small",{class:"icon-file-empty"})," ",n));s.insertBefore(f,s.firstChild)}})),"complete"in HTMLImageElement.prototype&&(r.querySelectorAll("img[width][height][loading=lazy]").forEach((t=>{p&&t.complete||(t.style.opacity="0",t.addEventListener("load",(()=>t.animate(a,u)),{once:!0}))})),p=!1)}},s&&!window._noPushState&&s.addEventListener("hy-push-state-ready",(t=>{var{detail:{replaceEls:[e]}}=t;return f(e)}),l),f(document.getElementById("_main"));var d=null;!function(t,e){s&&!window._noPushState&&s.addEventListener("hy-push-state-load",(()=>t(document.getElementById("_main"))),e),t(document.getElementById("_main"))}((()=>{var t,e=document.getElementById("_main");if(e){var r=e.querySelector("#markdown-toc");r&&(r.classList.remove("toc-hide"),r.classList.add("toc-show")),e.querySelectorAll("li[id^='fn:']").forEach((t=>t.tabIndex=0)),e.querySelectorAll("a[href^='#fn:']").forEach((t=>t.addEventListener("click",(t=>{var e;return null===(e=document.getElementById(t.currentTarget.getAttribute("href").substr(1)))||void 0===e?void 0:e.focus()})))),e.querySelectorAll('pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]').forEach((t=>t.addEventListener("touchstart",(e=>t.scrollLeft>0&&e.stopPropagation()),{passive:!1})));var o=null===(t=document.getElementById("_katexPreload"))||void 0===t?void 0:t.href;!d&&o&&(0,n.FF)(e.querySelectorAll(".katex"),{rootMargin:"1440px"}).then((()=>{d=(0,n.y6)(o)}))}}));var h=document.getElementById("_MathJax");if(s&&h){var v=t=>{var{detail:{replaceEls:[e]}}=t;e.querySelectorAll('script[type="math/tex; mode=display"]').forEach((t=>{t.outerHTML=t.innerText.replace("% ","\\]")})),e.querySelectorAll('script[type="math/tex"]').forEach((t=>{t.outerHTML="\\(".concat(t.innerText,"\\)")}))};v({detail:{replaceEls:[document]}}),"MathJax"in window||(yield(0,n.Oo)(h,"load")),yield MathJax.typesetPromise(),window._noPushState||(s.addEventListener("ready",v),(0,o.R)(s,"after").pipe((0,i.H)((()=>MathJax.typesetPromise()))).subscribe())}}))()},5404:(t,e,r)=>{r.d(e,{c:()=>l});var n=r(4776),o=r(8539),i=r(2626),a=r(3569);function u(t){return 0===t.length?a.D:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var s=r(6814),c=r(8891),f=r(390),l=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var i,a=this,u=(i=t)&&i instanceof n.vU||function(t){return t&&(0,c.T)(t.next)&&(0,c.T)(t.error)&&(0,c.T)(t.complete)}(i)&&(0,o.Uv)(i)?t:new n.Ms(t,e,r);return(0,f.Y)((function(){var t=a,e=t.operator,r=t.source;u.add(e?e.call(u,r):r?a._subscribe(u):a._trySubscribe(u))})),u},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=p(e))((function(e,o){var i=new n.Ms({next:function(e){try{t(e)}catch(t){o(t),i.unsubscribe()}},error:o,complete:e});r.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.s]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e{r.d(e,{Ms:()=>g,vU:()=>d});var n=r(1635),o=r(8891),i=r(8539),a=r(6814),u=r(7642),s=r(5755),c=f("C",void 0,void 0);function f(t,e,r){return{kind:t,value:e,error:r}}var l=r(2234),p=r(390),d=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,(0,i.Uv)(e)&&e.add(r)):r.destination=w,r}return(0,n.C6)(e,t),e.create=function(t,e,r){return new g(t,e,r)},e.prototype.next=function(t){this.isStopped?b(function(t){return f("N",t,void 0)}(t),this):this._next(t)},e.prototype.error=function(t){this.isStopped?b(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped?b(c,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.yU),h=Function.prototype.bind;function v(t,e){return h.call(t,e)}var y=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){m(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){m(t)}else m(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){m(t)}},t}(),g=function(t){function e(e,r,n){var i,u,s=t.call(this)||this;(0,o.T)(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&a.$.useDeprecatedNextContext?((u=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&v(e.next,u),error:e.error&&v(e.error,u),complete:e.complete&&v(e.complete,u)}):i=e;return s.destination=new y(i),s}return(0,n.C6)(e,t),e}(d);function m(t){a.$.useDeprecatedSynchronousErrorHandling?(0,p.l)(t):(0,u.m)(t)}function b(t,e){var r=a.$.onStoppedNotification;r&&l.f.setTimeout((function(){return r(t,e)}))}var w={closed:!0,next:s.l,error:function(t){throw t},complete:s.l}},8539:(t,e,r)=>{r.d(e,{Kn:()=>s,yU:()=>u,Uv:()=>c});var n=r(1635),o=r(8891),i=(0,r(497).L)((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}})),a=r(3352),u=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,r,a,u;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var c=(0,n.Ju)(s),l=c.next();!l.done;l=c.next()){l.value.remove(this)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}else s.remove(this);var p=this.initialTeardown;if((0,o.T)(p))try{p()}catch(t){u=t instanceof i?t.errors:[t]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var h=(0,n.Ju)(d),v=h.next();!v.done;v=h.next()){var y=v.value;try{f(y)}catch(t){u=null!=u?u:[],t instanceof i?u=(0,n.fX)((0,n.fX)([],(0,n.zs)(u)),(0,n.zs)(t.errors)):u.push(t)}}}catch(t){r={error:t}}finally{try{v&&!v.done&&(a=h.return)&&a.call(h)}finally{if(r)throw r.error}}}if(u)throw new i(u)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)f(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).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)&&(0,a.o)(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&(0,a.o)(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),s=u.EMPTY;function c(t){return t instanceof u||t&&"closed"in t&&(0,o.T)(t.remove)&&(0,o.T)(t.add)&&(0,o.T)(t.unsubscribe)}function f(t){(0,o.T)(t)?t():t.unsubscribe()}},6814:(t,e,r)=>{r.d(e,{$:()=>n});var n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},260:(t,e,r)=>{r.d(e,{x:()=>a});var n=r(5345);var o=r(698),i=r(6745);function a(){for(var t=[],e=0;e{r.d(e,{H:()=>w});var n=r(2618),o=r(4825),i=r(610);function a(t,e){return void 0===e&&(e=0),(0,i.N)((function(r,n){n.add(t.schedule((function(){return r.subscribe(n)}),e))}))}var u=r(5404);var s=r(1357),c=r(8891),f=r(5557);function l(t,e){if(!t)throw new Error("Iterable cannot be null");return new u.c((function(r){(0,f.N)(r,e,(function(){var n=t[Symbol.asyncIterator]();(0,f.N)(r,e,(function(){n.next().then((function(t){t.done?r.complete():r.next(t.value)}))}),0,!0)}))}))}var p=r(3939),d=r(7270),h=r(7949),v=r(2153),y=r(517),g=r(4067),m=r(9336);function b(t,e){if(null!=t){if((0,p.l)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,h.X)(t))return function(t,e){return new u.c((function(r){var n=0;return e.schedule((function(){n===t.length?r.complete():(r.next(t[n++]),r.closed||this.schedule())}))}))}(t,e);if((0,d.y)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,y.T)(t))return l(t,e);if((0,v.x)(t))return function(t,e){return new u.c((function(r){var n;return(0,f.N)(r,e,(function(){n=t[s.l](),(0,f.N)(r,e,(function(){var t,e,o;try{e=(t=n.next()).value,o=t.done}catch(t){return void r.error(t)}o?r.complete():r.next(e)}),0,!0)})),function(){return(0,c.T)(null==n?void 0:n.return)&&n.return()}}))}(t,e);if((0,m.U)(t))return function(t,e){return l((0,m.C)(t),e)}(t,e)}throw(0,g.L)(t)}function w(t,e){return e?b(t,e):(0,n.Tg)(t)}},5786:(t,e,r)=>{r.d(e,{R:()=>d});var n=r(1635),o=r(2618),i=r(5404),a=r(2180),u=r(7949),s=r(8891),c=r(2886),f=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function d(t,e,r,v){if((0,s.T)(r)&&(v=r,r=void 0),v)return d(t,e,r).pipe((0,c.I)(v));var y=(0,n.zs)(function(t){return(0,s.T)(t.addEventListener)&&(0,s.T)(t.removeEventListener)}(t)?l.map((function(n){return function(o){return t[n](e,o,r)}})):function(t){return(0,s.T)(t.addListener)&&(0,s.T)(t.removeListener)}(t)?f.map(h(t,e)):function(t){return(0,s.T)(t.on)&&(0,s.T)(t.off)}(t)?p.map(h(t,e)):[],2),g=y[0],m=y[1];if(!g&&(0,u.X)(t))return(0,a.Z)((function(t){return d(t,e,r)}))((0,o.Tg)(t));if(!g)throw new TypeError("Invalid event target");return new i.c((function(t){var e=function(){for(var e=[],r=0;r{r.d(e,{Tg:()=>v});var n=r(1635),o=r(7949),i=r(7270),a=r(5404),u=r(3939),s=r(517),c=r(4067),f=r(2153),l=r(9336),p=r(8891),d=r(7642),h=r(2626);function v(t){if(t instanceof a.c)return t;if(null!=t){if((0,u.l)(t))return m=t,new a.c((function(t){var e=m[h.s]();if((0,p.T)(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if((0,o.X)(t))return g=t,new a.c((function(t){for(var e=0;e{r.d(e,{t:()=>i});var n=r(5404),o=r(5755),i=new n.c(o.l)},7661:(t,e,r)=>{r.d(e,{of:()=>i});var n=r(698),o=r(6745);function i(){for(var t=[],e=0;e{r.d(e,{_:()=>o});var n=r(1635);function o(t,e,r,n,o){return new i(t,e,r,n,o)}var i=function(t){function e(e,r,n,o,i,a){var u=t.call(this,e)||this;return u.onFinalize=i,u.shouldUnsubscribe=a,u._next=r?function(t){try{r(t)}catch(t){e.error(t)}}:t.prototype._next,u._error=o?function(t){try{o(t)}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._error,u._complete=n?function(){try{n()}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._complete,u}return(0,n.C6)(e,t),e.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&(null===(e=this.onFinalize)||void 0===e||e.call(this))}},e}(r(4776).vU)},6510:(t,e,r)=>{r.d(e,{H:()=>i});var n=r(2180),o=r(8891);function i(t,e){return(0,o.T)(e)?(0,n.Z)(t,e,1):(0,n.Z)(t,1)}},756:(t,e,r)=>{r.d(e,{B:()=>a});var n=r(9328),o=r(610),i=r(1660);function a(t,e){return void 0===e&&(e=n.E),(0,o.N)((function(r,n){var o=null,a=null,u=null,s=function(){if(o){o.unsubscribe(),o=null;var t=a;a=null,n.next(t)}};function c(){var r=u+t,i=e.now();if(i{r.d(e,{p:()=>i});var n=r(610),o=r(1660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){return t.call(e,r,i++)&&n.next(r)})))}))}},8726:(t,e,r)=>{r.d(e,{T:()=>i});var n=r(610),o=r(1660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){n.next(t.call(e,r,i++))})))}))}},5345:(t,e,r)=>{r.d(e,{U:()=>i});var n=r(2180),o=r(3569);function i(t){return void 0===t&&(t=1/0),(0,n.Z)(o.D,t)}},2180:(t,e,r)=>{r.d(e,{Z:()=>c});var n=r(8726),o=r(2618),i=r(610),a=r(5557),u=r(1660);var s=r(8891);function c(t,e,r){return void 0===r&&(r=1/0),(0,s.T)(e)?c((function(r,i){return(0,n.T)((function(t,n){return e(r,t,i,n)}))((0,o.Tg)(t(r,i)))}),r):("number"==typeof e&&(r=e),(0,i.N)((function(e,n){return function(t,e,r,n,i,s,c,f){var l=[],p=0,d=0,h=!1,v=function(){!h||l.length||p||e.complete()},y=function(t){return p{r.d(e,{Q:()=>a});var n=r(5557),o=r(610),i=r(1660);function a(t,e){return void 0===e&&(e=0),(0,o.N)((function(r,o){r.subscribe((0,i._)(o,(function(r){return(0,n.N)(o,t,(function(){return o.next(r)}),e)}),(function(){return(0,n.N)(o,t,(function(){return o.complete()}),e)}),(function(r){return(0,n.N)(o,t,(function(){return o.error(r)}),e)})))}))}},9258:(t,e,r)=>{r.d(e,{n:()=>a});var n=r(2618),o=r(610),i=r(1660);function a(t,e){return(0,o.N)((function(r,o){var a=null,u=0,s=!1,c=function(){return s&&!a&&o.complete()};r.subscribe((0,i._)(o,(function(r){null==a||a.unsubscribe();var s=0,f=u++;(0,n.Tg)(t(r,f)).subscribe(a=(0,i._)(o,(function(t){return o.next(e?e(r,t,f,s++):t)}),(function(){a=null,c()})))}),(function(){s=!0,c()})))}))}},7137:(t,e,r)=>{r.d(e,{M:()=>u});var n=r(8891),o=r(610),i=r(1660),a=r(3569);function u(t,e,r){var u=(0,n.T)(t)||e||r?{next:t,error:e,complete:r}:t;return u?(0,o.N)((function(t,e){var r;null===(r=u.subscribe)||void 0===r||r.call(u);var n=!0;t.subscribe((0,i._)(e,(function(t){var r;null===(r=u.next)||void 0===r||r.call(u,t),e.next(t)}),(function(){var t;n=!1,null===(t=u.complete)||void 0===t||t.call(u),e.complete()}),(function(t){var r;n=!1,null===(r=u.error)||void 0===r||r.call(u,t),e.error(t)}),(function(){var t,e;n&&(null===(t=u.unsubscribe)||void 0===t||t.call(u)),null===(e=u.finalize)||void 0===e||e.call(u)})))})):a.D}},4261:(t,e,r)=>{r.d(e,{E:()=>f});var n=r(1635),o=r(610),i=r(1660),a=r(2618),u=r(3569),s=r(5755),c=r(698);function f(){for(var t=[],e=0;e{r.d(e,{R:()=>u});var n=r(1635),o=function(t){function e(e,r){return t.call(this)||this}return(0,n.C6)(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(r(8539).yU),i={setInterval:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],o=2;o{r.d(e,{q:()=>a});var n=r(1635),o=r(9317),i=function(){function t(e,r){void 0===r&&(r=t.now),this.schedulerActionCtor=e,this.now=r}return t.prototype.schedule=function(t,e,r){return void 0===e&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},t.now=o.U.now,t}(),a=function(t){function e(e,r){void 0===r&&(r=i.now);var n=t.call(this,e,r)||this;return n.actions=[],n._active=!1,n}return(0,n.C6)(e,t),e.prototype.flush=function(t){var e=this.actions;if(this._active)e.push(t);else{var r;this._active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=e.shift());if(this._active=!1,r){for(;t=e.shift();)t.unsubscribe();throw r}}},e}(i)},6884:(t,e,r)=>{r.d(e,{H:()=>i});var n=r(1635),o=r(8539),i={schedule:function(t){var e=requestAnimationFrame,r=cancelAnimationFrame,n=i.delegate;n&&(e=n.requestAnimationFrame,r=n.cancelAnimationFrame);var a=e((function(e){r=void 0,t(e)}));return new o.yU((function(){return null==r?void 0:r(a)}))},requestAnimationFrame:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e{r.d(e,{E:()=>o,b:()=>i});var n=r(5473),o=new(r(7775).q)(n.R),i=o},9317:(t,e,r)=>{r.d(e,{U:()=>n});var n={now:function(){return(n.delegate||Date).now()},delegate:void 0}},2234:(t,e,r)=>{r.d(e,{f:()=>o});var n=r(1635),o={setTimeout:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],i=2;i{r.d(e,{l:()=>n});var n="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"},2626:(t,e,r)=>{r.d(e,{s:()=>n});var n="function"==typeof Symbol&&Symbol.observable||"@@observable"},698:(t,e,r)=>{r.d(e,{R0:()=>s,lI:()=>u,ms:()=>a});var n=r(8891),o=r(6706);function i(t){return t[t.length-1]}function a(t){return(0,n.T)(i(t))?t.pop():void 0}function u(t){return(0,o.m)(i(t))?t.pop():void 0}function s(t,e){return"number"==typeof i(t)?t.pop():e}},3352:(t,e,r)=>{function n(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}r.d(e,{o:()=>n})},497:(t,e,r)=>{function n(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}r.d(e,{L:()=>n})},390:(t,e,r)=>{r.d(e,{Y:()=>i,l:()=>a});var n=r(6814),o=null;function i(t){if(n.$.useDeprecatedSynchronousErrorHandling){var e=!o;if(e&&(o={errorThrown:!1,error:null}),t(),e){var r=o,i=r.errorThrown,a=r.error;if(o=null,i)throw a}}else t()}function a(t){n.$.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=t)}},5557:(t,e,r)=>{function n(t,e,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=e.schedule((function(){r(),o?t.add(this.schedule(null,n)):this.unsubscribe()}),n);if(t.add(i),!o)return i}r.d(e,{N:()=>n})},3569:(t,e,r)=>{function n(t){return t}r.d(e,{D:()=>n})},7949:(t,e,r)=>{r.d(e,{X:()=>n});var n=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},517:(t,e,r)=>{r.d(e,{T:()=>o});var n=r(8891);function o(t){return Symbol.asyncIterator&&(0,n.T)(null==t?void 0:t[Symbol.asyncIterator])}},8891:(t,e,r)=>{function n(t){return"function"==typeof t}r.d(e,{T:()=>n})},3939:(t,e,r)=>{r.d(e,{l:()=>i});var n=r(2626),o=r(8891);function i(t){return(0,o.T)(t[n.s])}},2153:(t,e,r)=>{r.d(e,{x:()=>i});var n=r(1357),o=r(8891);function i(t){return(0,o.T)(null==t?void 0:t[n.l])}},7270:(t,e,r)=>{r.d(e,{y:()=>o});var n=r(8891);function o(t){return(0,n.T)(null==t?void 0:t.then)}},9336:(t,e,r)=>{r.d(e,{C:()=>i,U:()=>a});var n=r(1635),o=r(8891);function i(t){return(0,n.AQ)(this,arguments,(function(){var e,r,o;return(0,n.YH)(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,(0,n.N3)(e.read())];case 3:return r=i.sent(),o=r.value,r.done?[4,(0,n.N3)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,(0,n.N3)(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 a(t){return(0,o.T)(null==t?void 0:t.getReader)}},6706:(t,e,r)=>{r.d(e,{m:()=>o});var n=r(8891);function o(t){return t&&(0,n.T)(t.schedule)}},610:(t,e,r)=>{r.d(e,{N:()=>o});var n=r(8891);function o(t){return function(e){if(function(t){return(0,n.T)(null==t?void 0:t.lift)}(e))return e.lift((function(e){try{return t(e,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}},2886:(t,e,r)=>{r.d(e,{I:()=>a});var n=r(1635),o=r(8726),i=Array.isArray;function a(t){return(0,o.T)((function(e){return function(t,e){return i(e)?t.apply(void 0,(0,n.fX)([],(0,n.zs)(e))):t(e)}(t,e)}))}},5755:(t,e,r)=>{function n(){}r.d(e,{l:()=>n})},7642:(t,e,r)=>{r.d(e,{m:()=>i});var n=r(6814),o=r(2234);function i(t){o.f.setTimeout((function(){var e=n.$.onUnhandledError;if(!e)throw t;e(t)}))}},4067:(t,e,r)=>{function n(t){return new TypeError("You provided "+(null!==t&&"object"==typeof t?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}r.d(e,{L:()=>n})},356:(t,e,r)=>{var n=r(8095),o=r(4581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a function")}},7050:(t,e,r)=>{var n=r(7659),o=r(4581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a constructor")}},992:(t,e,r)=>{var n=r(4059),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},3523:(t,e,r)=>{var n=r(533),o=r(7998),i=r(343).f,a=n("unscopables"),u=Array.prototype;void 0===u[a]&&i(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},6567:(t,e,r)=>{var n=r(8133).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},8033:(t,e,r)=>{var n=r(8635),o=TypeError;t.exports=function(t,e){if(n(e,t))return t;throw new o("Incorrect invocation")}},3817:(t,e,r)=>{var n=r(6116),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not an object")}},7653:t=>{t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},7146:(t,e,r)=>{var n=r(2565);t.exports=n((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},8850:(t,e,r)=>{var n,o,i,a=r(7653),u=r(970),s=r(2646),c=r(8095),f=r(6116),l=r(3519),p=r(8549),d=r(4581),h=r(6729),v=r(9454),y=r(1276),g=r(8635),m=r(5321),b=r(6325),w=r(533),x=r(3414),E=r(2991),O=E.enforce,S=E.get,A=s.Int8Array,T=A&&A.prototype,P=s.Uint8ClampedArray,j=P&&P.prototype,L=A&&m(A),R=T&&m(T),I=Object.prototype,k=s.TypeError,_=w("toStringTag"),C=x("TYPED_ARRAY_TAG"),N="TypedArrayConstructor",D=a&&!!b&&"Opera"!==p(s.opera),U=!1,M={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},F={BigInt64Array:8,BigUint64Array:8},B=function(t){var e=m(t);if(f(e)){var r=S(e);return r&&l(r,N)?r[N]:B(e)}},H=function(t){if(!f(t))return!1;var e=p(t);return l(M,e)||l(F,e)};for(n in M)(i=(o=s[n])&&o.prototype)?O(i)[N]=o:D=!1;for(n in F)(i=(o=s[n])&&o.prototype)&&(O(i)[N]=o);if((!D||!c(L)||L===Function.prototype)&&(L=function(){throw new k("Incorrect invocation")},D))for(n in M)s[n]&&b(s[n],L);if((!D||!R||R===I)&&(R=L.prototype,D))for(n in M)s[n]&&b(s[n].prototype,R);if(D&&m(j)!==R&&b(j,R),u&&!l(R,_))for(n in U=!0,y(R,_,{configurable:!0,get:function(){return f(this)?this[C]:void 0}}),M)s[n]&&h(s[n],C,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:D,TYPED_ARRAY_TAG:U&&C,aTypedArray:function(t){if(H(t))return t;throw new k("Target is not a typed array")},aTypedArrayConstructor:function(t){if(c(t)&&(!b||g(L,t)))return t;throw new k(d(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r,n){if(u){if(r)for(var o in M){var i=s[o];if(i&&l(i.prototype,t))try{delete i.prototype[t]}catch(r){try{i.prototype[t]=e}catch(t){}}}R[t]&&!r||v(R,t,r?e:D&&T[t]||e,n)}},exportTypedArrayStaticMethod:function(t,e,r){var n,o;if(u){if(b){if(r)for(n in M)if((o=s[n])&&l(o,t))try{delete o[t]}catch(t){}if(L[t]&&!r)return;try{return v(L,t,r?e:D&&L[t]||e)}catch(t){}}for(n in M)!(o=s[n])||o[t]&&!r||v(o,t,e)}},getTypedArrayConstructor:B,isView:function(t){if(!f(t))return!1;var e=p(t);return"DataView"===e||l(M,e)||l(F,e)},isTypedArray:H,TypedArray:L,TypedArrayPrototype:R}},8140:(t,e,r)=>{var n=r(2646),o=r(2374),i=r(970),a=r(7653),u=r(4252),s=r(6729),c=r(1276),f=r(5653),l=r(2565),p=r(8033),d=r(4905),h=r(6464),v=r(7674),y=r(1983),g=r(3004),m=r(5321),b=r(6325),w=r(6531),x=r(3014),E=r(1993),O=r(3802),S=r(1889),A=r(2991),T=u.PROPER,P=u.CONFIGURABLE,j="ArrayBuffer",L="DataView",R="prototype",I="Wrong index",k=A.getterFor(j),_=A.getterFor(L),C=A.set,N=n[j],D=N,U=D&&D[R],M=n[L],F=M&&M[R],B=Object.prototype,H=n.Array,q=n.RangeError,z=o(w),W=o([].reverse),V=g.pack,$=g.unpack,Y=function(t){return[255&t]},G=function(t){return[255&t,t>>8&255]},X=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},J=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Q=function(t){return V(y(t),23,4)},K=function(t){return V(t,52,8)},Z=function(t,e,r){c(t[R],e,{configurable:!0,get:function(){return r(this)[e]}})},tt=function(t,e,r,n){var o=_(t),i=v(r),a=!!n;if(i+e>o.byteLength)throw new q(I);var u=o.bytes,s=i+o.byteOffset,c=x(u,s,s+e);return a?c:W(c)},et=function(t,e,r,n,o,i){var a=_(t),u=v(r),s=n(+o),c=!!i;if(u+e>a.byteLength)throw new q(I);for(var f=a.bytes,l=u+a.byteOffset,p=0;p>24)},setUint8:function(t,e){ot(this,t,e<<24>>24)}},{unsafe:!0})}else U=(D=function(t){p(this,U);var e=v(t);C(this,{type:j,bytes:z(H(e),0),byteLength:e}),i||(this.byteLength=e,this.detached=!1)})[R],F=(M=function(t,e,r){p(this,F),p(t,U);var n=k(t),o=n.byteLength,a=d(e);if(a<0||a>o)throw new q("Wrong offset");if(a+(r=void 0===r?o-a:h(r))>o)throw new q("Wrong length");C(this,{type:L,buffer:t,byteLength:r,byteOffset:a,bytes:n.bytes}),i||(this.buffer=t,this.byteLength=r,this.byteOffset=a)})[R],i&&(Z(D,"byteLength",k),Z(M,"buffer",_),Z(M,"byteLength",_),Z(M,"byteOffset",_)),f(F,{getInt8:function(t){return tt(this,1,t)[0]<<24>>24},getUint8:function(t){return tt(this,1,t)[0]},getInt16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return $(tt(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return $(tt(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){et(this,1,t,Y,e)},setUint8:function(t,e){et(this,1,t,Y,e)},setInt16:function(t,e){et(this,2,t,G,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){et(this,2,t,G,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){et(this,4,t,Q,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){et(this,8,t,K,e,arguments.length>2&&arguments[2])}});S(D,j),S(M,L),t.exports={ArrayBuffer:D,DataView:M}},6531:(t,e,r)=>{var n=r(1607),o=r(3180),i=r(5124);t.exports=function(t){for(var e=n(this),r=i(e),a=arguments.length,u=o(a>1?arguments[1]:void 0,r),s=a>2?arguments[2]:void 0,c=void 0===s?r:o(s,r);c>u;)e[u++]=t;return e}},9716:(t,e,r)=>{var n=r(5124);t.exports=function(t,e,r){for(var o=0,i=arguments.length>2?r:n(e),a=new t(i);i>o;)a[o]=e[o++];return a}},7810:(t,e,r)=>{var n=r(6230),o=r(3155),i=r(1607),a=r(689),u=r(6199),s=r(7659),c=r(5124),f=r(210),l=r(827),p=r(5077),d=Array;t.exports=function(t){var e=i(t),r=s(this),h=arguments.length,v=h>1?arguments[1]:void 0,y=void 0!==v;y&&(v=n(v,h>2?arguments[2]:void 0));var g,m,b,w,x,E,O=p(e),S=0;if(!O||this===d&&u(O))for(g=c(e),m=r?new this(g):d(g);g>S;S++)E=y?v(e[S],S):e[S],f(m,S,E);else for(m=r?new this:[],x=(w=l(e,O)).next;!(b=o(x,w)).done;S++)E=y?a(w,v,[b.value,S],!0):b.value,f(m,S,E);return m.length=S,m}},4751:(t,e,r)=>{var n=r(9787),o=r(3180),i=r(5124),a=function(t){return function(e,r,a){var u=n(e),s=i(u);if(0===s)return!t&&-1;var c,f=o(a,s);if(t&&r!=r){for(;s>f;)if((c=u[f++])!=c)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===r)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},6287:(t,e,r)=>{var n=r(6230),o=r(2374),i=r(3973),a=r(1607),u=r(5124),s=r(9635),c=o([].push),f=function(t){var e=1===t,r=2===t,o=3===t,f=4===t,l=6===t,p=7===t,d=5===t||l;return function(h,v,y,g){for(var m,b,w=a(h),x=i(w),E=u(x),O=n(v,y),S=0,A=g||s,T=e?A(h,E):r||p?A(h,0):void 0;E>S;S++)if((d||S in x)&&(b=O(m=x[S],S,w),t))if(e)T[S]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return S;case 2:c(T,m)}else switch(t){case 4:return!1;case 7:c(T,m)}return l?-1:o||f?f:T}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},8708:(t,e,r)=>{var n=r(2565);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){return 1},1)}))}},1456:(t,e,r)=>{var n=r(356),o=r(1607),i=r(3973),a=r(5124),u=TypeError,s="Reduce of empty array with no initial value",c=function(t){return function(e,r,c,f){var l=o(e),p=i(l),d=a(l);if(n(r),0===d&&c<2)throw new u(s);var h=t?d-1:0,v=t?-1:1;if(c<2)for(;;){if(h in p){f=p[h],h+=v;break}if(h+=v,t?h<0:d<=h)throw new u(s)}for(;t?h>=0:d>h;h+=v)h in p&&(f=r(f,p[h],h,l));return f}};t.exports={left:c(!1),right:c(!0)}},3014:(t,e,r)=>{var n=r(2374);t.exports=n([].slice)},2278:(t,e,r)=>{var n=r(3014),o=Math.floor,i=function(t,e){var r=t.length;if(r<8)for(var a,u,s=1;s0;)t[u]=t[--u];u!==s++&&(t[u]=a)}else for(var c=o(r/2),f=i(n(t,0,c),e),l=i(n(t,c),e),p=f.length,d=l.length,h=0,v=0;h{var n=r(6894),o=r(7659),i=r(6116),a=r(533)("species"),u=Array;t.exports=function(t){var e;return n(t)&&(e=t.constructor,(o(e)&&(e===u||n(e.prototype))||i(e)&&null===(e=e[a]))&&(e=void 0)),void 0===e?u:e}},9635:(t,e,r)=>{var n=r(4915);t.exports=function(t,e){return new(n(t))(0===e?0:e)}},689:(t,e,r)=>{var n=r(3817),o=r(4933);t.exports=function(t,e,r,i){try{return i?e(n(r)[0],r[1]):e(r)}catch(e){o(t,"throw",e)}}},3990:(t,e,r)=>{var n=r(533)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!o)return!1}catch(t){return!1}var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},8898:(t,e,r)=>{var n=r(2374),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},8549:(t,e,r)=>{var n=r(7366),o=r(8095),i=r(8898),a=r(533)("toStringTag"),u=Object,s="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=u(t),a))?r:s?i(e):"Object"===(n=i(e))&&o(e.callee)?"Arguments":n}},6491:(t,e,r)=>{var n=r(2374),o=r(5653),i=r(1725).getWeakData,a=r(8033),u=r(3817),s=r(2579),c=r(6116),f=r(9598),l=r(6287),p=r(3519),d=r(2991),h=d.set,v=d.getterFor,y=l.find,g=l.findIndex,m=n([].splice),b=0,w=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},E=function(t,e){return y(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=E(this,t);if(e)return e[1]},has:function(t){return!!E(this,t)},set:function(t,e){var r=E(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=g(this.entries,(function(e){return e[0]===t}));return~e&&m(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,r,n){var l=t((function(t,o){a(t,d),h(t,{type:e,id:b++,frozen:null}),s(o)||f(o,t[n],{that:t,AS_ENTRIES:r})})),d=l.prototype,y=v(e),g=function(t,e,r){var n=y(t),o=i(u(e),!0);return!0===o?w(n).set(e,r):o[n.id]=r,t};return o(d,{delete:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).delete(t):r&&p(r,e.id)&&delete r[e.id]},has:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).has(t):r&&p(r,e.id)}}),o(d,r?{get:function(t){var e=y(this);if(c(t)){var r=i(t);if(!0===r)return w(e).get(t);if(r)return r[e.id]}},set:function(t,e){return g(this,t,e)}}:{add:function(t){return g(this,t,!0)}}),l}}},242:(t,e,r)=>{var n=r(7568),o=r(2646),i=r(2374),a=r(78),u=r(9454),s=r(1725),c=r(9598),f=r(8033),l=r(8095),p=r(2579),d=r(6116),h=r(2565),v=r(3990),y=r(1889),g=r(1993);t.exports=function(t,e,r){var m=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),w=m?"set":"add",x=o[t],E=x&&x.prototype,O=x,S={},A=function(t){var e=i(E[t]);u(E,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return b&&!d(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(a(t,!l(x)||!(b||E.forEach&&!h((function(){(new x).entries().next()})))))O=r.getConstructor(e,t,m,w),s.enable();else if(a(t,!0)){var T=new O,P=T[w](b?{}:-0,1)!==T,j=h((function(){T.has(1)})),L=v((function(t){new x(t)})),R=!b&&h((function(){for(var t=new x,e=5;e--;)t[w](e,e);return!t.has(-0)}));L||((O=e((function(t,e){f(t,E);var r=g(new x,t,O);return p(e)||c(e,r[w],{that:r,AS_ENTRIES:m}),r}))).prototype=E,E.constructor=O),(j||R)&&(A("delete"),A("has"),m&&A("get")),(R||P)&&A(w),b&&E.clear&&delete E.clear}return S[t]=O,n({global:!0,constructor:!0,forced:O!==x},S),y(O,t),b||r.setStrong(O,t,m),O}},3802:(t,e,r)=>{var n=r(3519),o=r(6757),i=r(325),a=r(343);t.exports=function(t,e,r){for(var u=o(e),s=a.f,c=i.f,f=0;f{var n=r(533)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},9389:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},7011:t=>{t.exports=function(t,e){return{value:t,done:e}}},6729:(t,e,r)=>{var n=r(970),o=r(343),i=r(6494);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},6494:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},210:(t,e,r)=>{var n=r(970),o=r(343),i=r(6494);t.exports=function(t,e,r){n?o.f(t,e,i(0,r)):t[e]=r}},1276:(t,e,r)=>{var n=r(3861),o=r(343);t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),o.f(t,e,r)}},9454:(t,e,r)=>{var n=r(8095),o=r(343),i=r(3861),a=r(5155);t.exports=function(t,e,r,u){u||(u={});var s=u.enumerable,c=void 0!==u.name?u.name:e;if(n(r)&&i(r,c,u),u.global)s?t[e]=r:a(e,r);else{try{u.unsafe?t[e]&&(s=!0):delete t[e]}catch(t){}s?t[e]=r:o.f(t,e,{value:r,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},5653:(t,e,r)=>{var n=r(9454);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},5155:(t,e,r)=>{var n=r(2646),o=Object.defineProperty;t.exports=function(t,e){try{o(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},3232:(t,e,r)=>{var n=r(4581),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw new o("Cannot delete property "+n(e)+" of "+n(t))}},970:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},1021:(t,e,r)=>{var n=r(2646),o=r(6116),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},7119:t=>{var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},7414:t=>{t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},6365:(t,e,r)=>{var n=r(1021)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},8137:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},4027:(t,e,r)=>{var n=r(8289).match(/firefox\/(\d+)/i);t.exports=!!n&&+n[1]},4553:(t,e,r)=>{var n=r(8289);t.exports=/MSIE|Trident/.test(n)},4363:(t,e,r)=>{var n=r(8289);t.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},38:(t,e,r)=>{var n=r(8289);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},3083:(t,e,r)=>{var n=r(6717);t.exports="NODE"===n},5242:(t,e,r)=>{var n=r(8289);t.exports=/web0s(?!.*chrome)/i.test(n)},8289:(t,e,r)=>{var n=r(2646).navigator,o=n&&n.userAgent;t.exports=o?String(o):""},8497:(t,e,r)=>{var n,o,i=r(2646),a=r(8289),u=i.process,s=i.Deno,c=u&&u.versions||s&&s.version,f=c&&c.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},3953:(t,e,r)=>{var n=r(8289).match(/AppleWebKit\/(\d+)\./);t.exports=!!n&&+n[1]},6717:(t,e,r)=>{var n=r(2646),o=r(8289),i=r(8898),a=function(t){return o.slice(0,t.length)===t};t.exports=a("Bun/")?"BUN":a("Cloudflare-Workers")?"CLOUDFLARE":a("Deno/")?"DENO":a("Node.js/")?"NODE":n.Bun&&"string"==typeof Bun.version?"BUN":n.Deno&&"object"==typeof Deno.version?"DENO":"process"===i(n.process)?"NODE":n.window&&n.document?"BROWSER":"REST"},7568:(t,e,r)=>{var n=r(2646),o=r(325).f,i=r(6729),a=r(9454),u=r(5155),s=r(3802),c=r(78);t.exports=function(t,e){var r,f,l,p,d,h=t.target,v=t.global,y=t.stat;if(r=v?n:y?n[h]||u(h,{}):n[h]&&n[h].prototype)for(f in e){if(p=e[f],l=t.dontCallGetSet?(d=o(r,f))&&d.value:r[f],!c(v?f:h+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;s(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(r,f,p,t)}}},2565:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},1738:(t,e,r)=>{r(6777);var n=r(3155),o=r(9454),i=r(9197),a=r(2565),u=r(533),s=r(6729),c=u("species"),f=RegExp.prototype;t.exports=function(t,e,r,l){var p=u(t),d=!a((function(){var e={};return e[p]=function(){return 7},7!==""[t](e)})),h=d&&!a((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[c]=function(){return r},r.flags="",r[p]=/./[p]),r.exec=function(){return e=!0,null},r[p](""),!e}));if(!d||!h||r){var v=/./[p],y=e(p,""[t],(function(t,e,r,o,a){var u=e.exec;return u===i||u===f.exec?d&&!a?{done:!0,value:n(v,e,r,o)}:{done:!0,value:n(t,r,e,o)}:{done:!1}}));o(String.prototype,t,y[0]),o(f,p,y[1])}l&&s(f[p],"sham",!0)}},2509:(t,e,r)=>{var n=r(6894),o=r(5124),i=r(7119),a=r(6230),u=function(t,e,r,s,c,f,l,p){for(var d,h,v=c,y=0,g=!!l&&a(l,p);y0&&n(d)?(h=o(d),v=u(t,e,d,h,v,f-1)-1):(i(v+1),t[v]=d),v++),y++;return v};t.exports=u},3502:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},127:(t,e,r)=>{var n=r(2166),o=Function.prototype,i=o.apply,a=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})},6230:(t,e,r)=>{var n=r(3390),o=r(356),i=r(2166),a=n(n.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?a(t,e):function(){return t.apply(e,arguments)}}},2166:(t,e,r)=>{var n=r(2565);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},3155:(t,e,r)=>{var n=r(2166),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},4252:(t,e,r)=>{var n=r(970),o=r(3519),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,u=o(i,"name"),s=u&&"something"===function(){}.name,c=u&&(!n||n&&a(i,"name").configurable);t.exports={EXISTS:u,PROPER:s,CONFIGURABLE:c}},4772:(t,e,r)=>{var n=r(2374),o=r(356);t.exports=function(t,e,r){try{return n(o(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},3390:(t,e,r)=>{var n=r(8898),o=r(2374);t.exports=function(t){if("Function"===n(t))return o(t)}},2374:(t,e,r)=>{var n=r(2166),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);t.exports=n?a:function(t){return function(){return i.apply(t,arguments)}}},1901:(t,e,r)=>{var n=r(2646),o=r(8095);t.exports=function(t,e){return arguments.length<2?(r=n[t],o(r)?r:void 0):n[t]&&n[t][e];var r}},5077:(t,e,r)=>{var n=r(8549),o=r(8720),i=r(2579),a=r(4995),u=r(533)("iterator");t.exports=function(t){if(!i(t))return o(t,u)||o(t,"@@iterator")||a[n(t)]}},827:(t,e,r)=>{var n=r(3155),o=r(356),i=r(3817),a=r(4581),u=r(5077),s=TypeError;t.exports=function(t,e){var r=arguments.length<2?u(t):e;if(o(r))return i(n(r,t));throw new s(a(t)+" is not iterable")}},8720:(t,e,r)=>{var n=r(356),o=r(2579);t.exports=function(t,e){var r=t[e];return o(r)?void 0:n(r)}},4624:(t,e,r)=>{var n=r(2374),o=r(1607),i=Math.floor,a=n("".charAt),u=n("".replace),s=n("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,n,l,p){var d=r+t.length,h=n.length,v=f;return void 0!==l&&(l=o(l),v=c),u(p,v,(function(o,u){var c;switch(a(u,0)){case"$":return"$";case"&":return t;case"`":return s(e,0,r);case"'":return s(e,d);case"<":c=l[s(u,1,-1)];break;default:var f=+u;if(0===f)return o;if(f>h){var p=i(f/10);return 0===p?o:p<=h?void 0===n[p-1]?a(u,1):n[p-1]+a(u,1):o}c=n[f-1]}return void 0===c?"":c}))}},2646:function(t,e,r){var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},3519:(t,e,r)=>{var n=r(2374),o=r(1607),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},9663:t=>{t.exports={}},2183:t=>{t.exports=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}}},5831:(t,e,r)=>{var n=r(1901);t.exports=n("document","documentElement")},9747:(t,e,r)=>{var n=r(970),o=r(2565),i=r(1021);t.exports=!n&&!o((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},3004:t=>{var e=Array,r=Math.abs,n=Math.pow,o=Math.floor,i=Math.log,a=Math.LN2;t.exports={pack:function(t,u,s){var c,f,l,p=e(s),d=8*s-u-1,h=(1<>1,y=23===u?n(2,-24)-n(2,-77):0,g=t<0||0===t&&1/t<0?1:0,m=0;for((t=r(t))!=t||t===1/0?(f=t!=t?1:0,c=h):(c=o(i(t)/a),t*(l=n(2,-c))<1&&(c--,l*=2),(t+=c+v>=1?y/l:y*n(2,1-v))*l>=2&&(c++,l/=2),c+v>=h?(f=0,c=h):c+v>=1?(f=(t*l-1)*n(2,u),c+=v):(f=t*n(2,v-1)*n(2,u),c=0));u>=8;)p[m++]=255&f,f/=256,u-=8;for(c=c<0;)p[m++]=255&c,c/=256,d-=8;return p[m-1]|=128*g,p},unpack:function(t,e){var r,o=t.length,i=8*o-e-1,a=(1<>1,s=i-7,c=o-1,f=t[c--],l=127&f;for(f>>=7;s>0;)l=256*l+t[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=e;s>0;)r=256*r+t[c--],s-=8;if(0===l)l=1-u;else{if(l===a)return r?NaN:f?-1/0:1/0;r+=n(2,e),l-=u}return(f?-1:1)*r*n(2,l-e)}}},3973:(t,e,r)=>{var n=r(2374),o=r(2565),i=r(8898),a=Object,u=n("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?u(t,""):a(t)}:a},1993:(t,e,r)=>{var n=r(8095),o=r(6116),i=r(6325);t.exports=function(t,e,r){var a,u;return i&&n(a=e.constructor)&&a!==r&&o(u=a.prototype)&&u!==r.prototype&&i(t,u),t}},1024:(t,e,r)=>{var n=r(2374),o=r(8095),i=r(3819),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},1725:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(9663),a=r(6116),u=r(3519),s=r(343).f,c=r(8746),f=r(368),l=r(814),p=r(3414),d=r(3502),h=!1,v=p("meta"),y=0,g=function(t){s(t,v,{value:{objectID:"O"+y++,weakData:{}}})},m=t.exports={enable:function(){m.enable=function(){},h=!0;var t=c.f,e=o([].splice),r={};r[v]=1,t(r).length&&(c.f=function(r){for(var n=t(r),o=0,i=n.length;o{var n,o,i,a=r(3648),u=r(2646),s=r(6116),c=r(6729),f=r(3519),l=r(3819),p=r(1701),d=r(9663),h="Object already initialized",v=u.TypeError,y=u.WeakMap;if(a||l.state){var g=l.state||(l.state=new y);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,e){if(g.has(t))throw new v(h);return e.facade=t,g.set(t,e),e},o=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var m=p("state");d[m]=!0,n=function(t,e){if(f(t,m))throw new v(h);return e.facade=t,c(t,m,e),e},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!s(e)||(r=o(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}}}},6199:(t,e,r)=>{var n=r(533),o=r(4995),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},6894:(t,e,r)=>{var n=r(8898);t.exports=Array.isArray||function(t){return"Array"===n(t)}},8585:(t,e,r)=>{var n=r(8549);t.exports=function(t){var e=n(t);return"BigInt64Array"===e||"BigUint64Array"===e}},8095:t=>{var e="object"==typeof document&&document.all;t.exports=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(t){return"function"==typeof t}},7659:(t,e,r)=>{var n=r(2374),o=r(2565),i=r(8095),a=r(8549),u=r(1901),s=r(1024),c=function(){},f=u("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=n(l.exec),d=!l.test(c),h=function(t){if(!i(t))return!1;try{return f(c,[],t),!0}catch(t){return!1}},v=function(t){if(!i(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!p(l,s(t))}catch(t){return!0}};v.sham=!0,t.exports=!f||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?v:h},1873:(t,e,r)=>{var n=r(3519);t.exports=function(t){return void 0!==t&&(n(t,"value")||n(t,"writable"))}},78:(t,e,r)=>{var n=r(2565),o=r(8095),i=/#|\.prototype\./,a=function(t,e){var r=s[u(t)];return r===f||r!==c&&(o(e)?n(e):!!e)},u=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=a.data={},c=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a},1893:(t,e,r)=>{var n=r(6116),o=Math.floor;t.exports=Number.isInteger||function(t){return!n(t)&&isFinite(t)&&o(t)===t}},2579:t=>{t.exports=function(t){return null==t}},6116:(t,e,r)=>{var n=r(8095);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},4059:(t,e,r)=>{var n=r(6116);t.exports=function(t){return n(t)||null===t}},9385:t=>{t.exports=!1},5358:(t,e,r)=>{var n=r(6116),o=r(8898),i=r(533)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"===o(t))}},4875:(t,e,r)=>{var n=r(1901),o=r(8095),i=r(8635),a=r(2170),u=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return o(e)&&i(e.prototype,u(t))}},9598:(t,e,r)=>{var n=r(6230),o=r(3155),i=r(3817),a=r(4581),u=r(6199),s=r(5124),c=r(8635),f=r(827),l=r(5077),p=r(4933),d=TypeError,h=function(t,e){this.stopped=t,this.result=e},v=h.prototype;t.exports=function(t,e,r){var y,g,m,b,w,x,E,O=r&&r.that,S=!(!r||!r.AS_ENTRIES),A=!(!r||!r.IS_RECORD),T=!(!r||!r.IS_ITERATOR),P=!(!r||!r.INTERRUPTED),j=n(e,O),L=function(t){return y&&p(y,"normal",t),new h(!0,t)},R=function(t){return S?(i(t),P?j(t[0],t[1],L):j(t[0],t[1])):P?j(t,L):j(t)};if(A)y=t.iterator;else if(T)y=t;else{if(!(g=l(t)))throw new d(a(t)+" is not iterable");if(u(g)){for(m=0,b=s(t);b>m;m++)if((w=R(t[m]))&&c(v,w))return w;return new h(!1)}y=f(t,g)}for(x=A?t.next:y.next;!(E=o(x,y)).done;){try{w=R(E.value)}catch(t){p(y,"throw",t)}if("object"==typeof w&&w&&c(v,w))return w}return new h(!1)}},4933:(t,e,r)=>{var n=r(3155),o=r(3817),i=r(8720);t.exports=function(t,e,r){var a,u;o(t);try{if(!(a=i(t,"return"))){if("throw"===e)throw r;return r}a=n(a,t)}catch(t){u=!0,a=t}if("throw"===e)throw r;if(u)throw a;return o(a),r}},2356:(t,e,r)=>{var n=r(7143).IteratorPrototype,o=r(7998),i=r(6494),a=r(1889),u=r(4995),s=function(){return this};t.exports=function(t,e,r,c){var f=e+" Iterator";return t.prototype=o(n,{next:i(+!c,r)}),a(t,f,!1,!0),u[f]=s,t}},2490:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(9385),a=r(4252),u=r(8095),s=r(2356),c=r(5321),f=r(6325),l=r(1889),p=r(6729),d=r(9454),h=r(533),v=r(4995),y=r(7143),g=a.PROPER,m=a.CONFIGURABLE,b=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,x=h("iterator"),E="keys",O="values",S="entries",A=function(){return this};t.exports=function(t,e,r,a,h,y,T){s(r,e,a);var P,j,L,R=function(t){if(t===h&&N)return N;if(!w&&t&&t in _)return _[t];switch(t){case E:case O:case S:return function(){return new r(this,t)}}return function(){return new r(this)}},I=e+" Iterator",k=!1,_=t.prototype,C=_[x]||_["@@iterator"]||h&&_[h],N=!w&&C||R(h),D="Array"===e&&_.entries||C;if(D&&(P=c(D.call(new t)))!==Object.prototype&&P.next&&(i||c(P)===b||(f?f(P,b):u(P[x])||d(P,x,A)),l(P,I,!0,!0),i&&(v[I]=A)),g&&h===O&&C&&C.name!==O&&(!i&&m?p(_,"name",O):(k=!0,N=function(){return o(C,this)})),h)if(j={values:R(O),keys:y?N:R(E),entries:R(S)},T)for(L in j)(w||k||!(L in _))&&d(_,L,j[L]);else n({target:e,proto:!0,forced:w||k},j);return i&&!T||_[x]===N||d(_,x,N,{name:h}),v[e]=N,j}},7143:(t,e,r)=>{var n,o,i,a=r(2565),u=r(8095),s=r(6116),c=r(7998),f=r(5321),l=r(9454),p=r(533),d=r(9385),h=p("iterator"),v=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(n=o):v=!0),!s(n)||a((function(){var t={};return n[h].call(t)!==t}))?n={}:d&&(n=c(n)),u(n[h])||l(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:v}},4995:t=>{t.exports={}},5124:(t,e,r)=>{var n=r(6464);t.exports=function(t){return n(t.length)}},3861:(t,e,r)=>{var n=r(2374),o=r(2565),i=r(8095),a=r(3519),u=r(970),s=r(4252).CONFIGURABLE,c=r(1024),f=r(2991),l=f.enforce,p=f.get,d=String,h=Object.defineProperty,v=n("".slice),y=n("".replace),g=n([].join),m=u&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),b=String(String).split("String"),w=t.exports=function(t,e,r){"Symbol("===v(d(e),0,7)&&(e="["+y(d(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!a(t,"name")||s&&t.name!==e)&&(u?h(t,"name",{value:e,configurable:!0}):t.name=e),m&&r&&a(r,"arity")&&t.length!==r.arity&&h(t,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?u&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=l(t);return a(n,"source")||(n.source=g(b,"string"==typeof e?e:"")),t};Function.prototype.toString=w((function(){return i(this)&&p(this).source||c(this)}),"toString")},5122:(t,e,r)=>{var n=r(6648),o=Math.abs,i=2220446049250313e-31,a=1/i;t.exports=function(t,e,r,u){var s=+t,c=o(s),f=n(s);if(cr||p!=p?f*(1/0):f*p}},1983:(t,e,r)=>{var n=r(5122);t.exports=Math.fround||function(t){return n(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},6648:t=>{t.exports=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1}},1723:t=>{var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},1101:(t,e,r)=>{var n,o,i,a,u,s=r(2646),c=r(3495),f=r(6230),l=r(1899).set,p=r(3647),d=r(38),h=r(4363),v=r(5242),y=r(3083),g=s.MutationObserver||s.WebKitMutationObserver,m=s.document,b=s.process,w=s.Promise,x=c("queueMicrotask");if(!x){var E=new p,O=function(){var t,e;for(y&&(t=b.domain)&&t.exit();e=E.get();)try{e()}catch(t){throw E.head&&n(),t}t&&t.enter()};d||y||v||!g||!m?!h&&w&&w.resolve?((a=w.resolve(void 0)).constructor=w,u=f(a.then,a),n=function(){u(O)}):y?n=function(){b.nextTick(O)}:(l=f(l,s),n=function(){l(O)}):(o=!0,i=m.createTextNode(""),new g(O).observe(i,{characterData:!0}),n=function(){i.data=o=!o}),x=function(t){E.head||n(),E.add(t)}}t.exports=x},7305:(t,e,r)=>{var n=r(356),o=TypeError,i=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw new o("Bad Promise constructor");e=t,r=n})),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new i(t)}},4254:(t,e,r)=>{var n=r(5358),o=TypeError;t.exports=function(t){if(n(t))throw new o("The method doesn't accept regular expressions");return t}},9902:(t,e,r)=>{var n=r(2646),o=r(2565),i=r(2374),a=r(3841),u=r(3916).trim,s=r(410),c=i("".charAt),f=n.parseFloat,l=n.Symbol,p=l&&l.iterator,d=1/f(s+"-0")!=-1/0||p&&!o((function(){f(Object(p))}));t.exports=d?function(t){var e=u(a(t)),r=f(e);return 0===r&&"-"===c(e,0)?-0:r}:f},9489:(t,e,r)=>{var n=r(2646),o=r(2565),i=r(2374),a=r(3841),u=r(3916).trim,s=r(410),c=n.parseInt,f=n.Symbol,l=f&&f.iterator,p=/^[+-]?0x/i,d=i(p.exec),h=8!==c(s+"08")||22!==c(s+"0x16")||l&&!o((function(){c(Object(l))}));t.exports=h?function(t,e){var r=u(a(t));return c(r,e>>>0||(d(p,r)?16:10))}:c},1883:(t,e,r)=>{var n=r(970),o=r(2374),i=r(3155),a=r(2565),u=r(6046),s=r(7407),c=r(6695),f=r(1607),l=r(3973),p=Object.assign,d=Object.defineProperty,h=o([].concat);t.exports=!p||a((function(){if(n&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol("assign detection"),o="abcdefghijklmnopqrst";return t[r]=7,o.split("").forEach((function(t){e[t]=t})),7!==p({},t)[r]||u(p({},e)).join("")!==o}))?function(t,e){for(var r=f(t),o=arguments.length,a=1,p=s.f,d=c.f;o>a;)for(var v,y=l(arguments[a++]),g=p?h(u(y),p(y)):u(y),m=g.length,b=0;m>b;)v=g[b++],n&&!i(d,y,v)||(r[v]=y[v]);return r}:p},7998:(t,e,r)=>{var n,o=r(3817),i=r(1803),a=r(8137),u=r(9663),s=r(5831),c=r(1021),f=r(1701),l="prototype",p="script",d=f("IE_PROTO"),h=function(){},v=function(t){return"<"+p+">"+t+""},y=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},g=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;g="undefined"!=typeof document?document.domain&&n?y(n):(e=c("iframe"),r="java"+p+":",e.style.display="none",s.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F):y(n);for(var o=a.length;o--;)delete g[l][a[o]];return g()};u[d]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h[l]=o(t),r=new h,h[l]=null,r[d]=t):r=g(),void 0===e?r:i.f(r,e)}},1803:(t,e,r)=>{var n=r(970),o=r(4612),i=r(343),a=r(3817),u=r(9787),s=r(6046);e.f=n&&!o?Object.defineProperties:function(t,e){a(t);for(var r,n=u(e),o=s(e),c=o.length,f=0;c>f;)i.f(t,r=o[f++],n[r]);return t}},343:(t,e,r)=>{var n=r(970),o=r(9747),i=r(4612),a=r(3817),u=r(5011),s=TypeError,c=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",d="writable";e.f=n?i?function(t,e,r){if(a(t),e=u(e),a(r),"function"==typeof t&&"prototype"===e&&"value"in r&&d in r&&!r[d]){var n=f(t,e);n&&n[d]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:l in r?r[l]:n[l],writable:!1})}return c(t,e,r)}:c:function(t,e,r){if(a(t),e=u(e),a(r),o)try{return c(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new s("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},325:(t,e,r)=>{var n=r(970),o=r(3155),i=r(6695),a=r(6494),u=r(9787),s=r(5011),c=r(3519),f=r(9747),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=u(t),e=s(e),f)try{return l(t,e)}catch(t){}if(c(t,e))return a(!o(i.f,t,e),t[e])}},368:(t,e,r)=>{var n=r(8898),o=r(9787),i=r(8746).f,a=r(3014),u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return u&&"Window"===n(t)?function(t){try{return i(t)}catch(t){return a(u)}}(t):i(o(t))}},8746:(t,e,r)=>{var n=r(3506),o=r(8137).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},7407:(t,e)=>{e.f=Object.getOwnPropertySymbols},5321:(t,e,r)=>{var n=r(3519),o=r(8095),i=r(1607),a=r(1701),u=r(9389),s=a("IE_PROTO"),c=Object,f=c.prototype;t.exports=u?c.getPrototypeOf:function(t){var e=i(t);if(n(e,s))return e[s];var r=e.constructor;return o(r)&&e instanceof r?r.prototype:e instanceof c?f:null}},814:(t,e,r)=>{var n=r(2565),o=r(6116),i=r(8898),a=r(7146),u=Object.isExtensible,s=n((function(){u(1)}));t.exports=s||a?function(t){return!!o(t)&&((!a||"ArrayBuffer"!==i(t))&&(!u||u(t)))}:u},8635:(t,e,r)=>{var n=r(2374);t.exports=n({}.isPrototypeOf)},3506:(t,e,r)=>{var n=r(2374),o=r(3519),i=r(9787),a=r(4751).indexOf,u=r(9663),s=n([].push);t.exports=function(t,e){var r,n=i(t),c=0,f=[];for(r in n)!o(u,r)&&o(n,r)&&s(f,r);for(;e.length>c;)o(n,r=e[c++])&&(~a(f,r)||s(f,r));return f}},6046:(t,e,r)=>{var n=r(3506),o=r(8137);t.exports=Object.keys||function(t){return n(t,o)}},6695:(t,e)=>{var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},8477:(t,e,r)=>{var n=r(9385),o=r(2646),i=r(2565),a=r(3953);t.exports=n||!i((function(){if(!(a&&a<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},6325:(t,e,r)=>{var n=r(4772),o=r(6116),i=r(3972),a=r(992);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return i(r),a(n),o(r)?(e?t(r,n):r.__proto__=n,r):r}}():void 0)},1312:(t,e,r)=>{var n=r(3155),o=r(8095),i=r(6116),a=TypeError;t.exports=function(t,e){var r,u;if("string"===e&&o(r=t.toString)&&!i(u=n(r,t)))return u;if(o(r=t.valueOf)&&!i(u=n(r,t)))return u;if("string"!==e&&o(r=t.toString)&&!i(u=n(r,t)))return u;throw new a("Can't convert object to primitive value")}},6757:(t,e,r)=>{var n=r(1901),o=r(2374),i=r(8746),a=r(7407),u=r(3817),s=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(u(t)),r=a.f;return r?s(e,r(t)):e}},3897:(t,e,r)=>{var n=r(2646);t.exports=n},5642:t=>{t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},4346:(t,e,r)=>{var n=r(2646),o=r(3676),i=r(8095),a=r(78),u=r(1024),s=r(533),c=r(6717),f=r(9385),l=r(8497),p=o&&o.prototype,d=s("species"),h=!1,v=i(n.PromiseRejectionEvent),y=a("Promise",(function(){var t=u(o),e=t!==String(o);if(!e&&66===l)return!0;if(f&&(!p.catch||!p.finally))return!0;if(!l||l<51||!/native code/.test(t)){var r=new o((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((r.constructor={})[d]=n,!(h=r.then((function(){}))instanceof n))return!0}return!(e||"BROWSER"!==c&&"DENO"!==c||v)}));t.exports={CONSTRUCTOR:y,REJECTION_EVENT:v,SUBCLASSING:h}},3676:(t,e,r)=>{var n=r(2646);t.exports=n.Promise},5248:(t,e,r)=>{var n=r(3817),o=r(6116),i=r(7305);t.exports=function(t,e){if(n(t),o(e)&&e.constructor===t)return e;var r=i.f(t);return(0,r.resolve)(e),r.promise}},7811:(t,e,r)=>{var n=r(3676),o=r(3990),i=r(4346).CONSTRUCTOR;t.exports=i||!o((function(t){n.all(t).then(void 0,(function(){}))}))},1234:(t,e,r)=>{var n=r(343).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},3647:t=>{var e=function(){this.head=null,this.tail=null};e.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=e},376:(t,e,r)=>{var n=r(3155),o=r(3817),i=r(8095),a=r(8898),u=r(9197),s=TypeError;t.exports=function(t,e){var r=t.exec;if(i(r)){var c=n(r,t,e);return null!==c&&o(c),c}if("RegExp"===a(t))return n(u,t,e);throw new s("RegExp#exec called on incompatible receiver")}},9197:(t,e,r)=>{var n,o,i=r(3155),a=r(2374),u=r(3841),s=r(5721),c=r(3199),f=r(715),l=r(7998),p=r(2991).get,d=r(6190),h=r(3268),v=f("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,g=y,m=a("".charAt),b=a("".indexOf),w=a("".replace),x=a("".slice),E=(o=/b*/g,i(y,n=/a/,"a"),i(y,o,"a"),0!==n.lastIndex||0!==o.lastIndex),O=c.BROKEN_CARET,S=void 0!==/()??/.exec("")[1];(E||S||O||d||h)&&(g=function(t){var e,r,n,o,a,c,f,d=this,h=p(d),A=u(t),T=h.raw;if(T)return T.lastIndex=d.lastIndex,e=i(g,T,A),d.lastIndex=T.lastIndex,e;var P=h.groups,j=O&&d.sticky,L=i(s,d),R=d.source,I=0,k=A;if(j&&(L=w(L,"y",""),-1===b(L,"g")&&(L+="g"),k=x(A,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==m(A,d.lastIndex-1))&&(R="(?: "+R+")",k=" "+k,I++),r=new RegExp("^(?:"+R+")",L)),S&&(r=new RegExp("^"+R+"$(?!\\s)",L)),E&&(n=d.lastIndex),o=i(y,j?r:d,k),j?o?(o.input=x(o.input,I),o[0]=x(o[0],I),o.index=d.lastIndex,d.lastIndex+=o[0].length):d.lastIndex=0:E&&o&&(d.lastIndex=d.global?o.index+o[0].length:n),S&&o&&o.length>1&&i(v,o[0],r,(function(){for(a=1;a{var n=r(3817);t.exports=function(){var t=n(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},8532:(t,e,r)=>{var n=r(3155),o=r(3519),i=r(8635),a=r(5721),u=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in u||o(t,"flags")||!i(u,t)?e:n(a,t)}},3199:(t,e,r)=>{var n=r(2565),o=r(2646).RegExp,i=n((function(){var t=o("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),a=i||n((function(){return!o("a","y").sticky})),u=i||n((function(){var t=o("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:u,MISSED_STICKY:a,UNSUPPORTED_Y:i}},6190:(t,e,r)=>{var n=r(2565),o=r(2646).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},3268:(t,e,r)=>{var n=r(2565),o=r(2646).RegExp;t.exports=n((function(){var t=o("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},3972:(t,e,r)=>{var n=r(2579),o=TypeError;t.exports=function(t){if(n(t))throw new o("Can't call method on "+t);return t}},3495:(t,e,r)=>{var n=r(2646),o=r(970),i=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!o)return n[t];var e=i(n,t);return e&&e.value}},5368:t=>{t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},1102:(t,e,r)=>{var n,o=r(2646),i=r(127),a=r(8095),u=r(6717),s=r(8289),c=r(3014),f=r(6638),l=o.Function,p=/MSIE .\./.test(s)||"BUN"===u&&((n=o.Bun.version.split(".")).length<3||"0"===n[0]&&(n[1]<3||"3"===n[1]&&"0"===n[2]));t.exports=function(t,e){var r=e?2:1;return p?function(n,o){var u=f(arguments.length,1)>r,s=a(n)?n:l(n),p=u?c(arguments,r):[],d=u?function(){i(s,this,p)}:s;return e?t(d,o):t(d)}:t}},2967:(t,e,r)=>{var n=r(1901),o=r(1276),i=r(533),a=r(970),u=i("species");t.exports=function(t){var e=n(t);a&&e&&!e[u]&&o(e,u,{configurable:!0,get:function(){return this}})}},1889:(t,e,r)=>{var n=r(343).f,o=r(3519),i=r(533)("toStringTag");t.exports=function(t,e,r){t&&!r&&(t=t.prototype),t&&!o(t,i)&&n(t,i,{configurable:!0,value:e})}},1701:(t,e,r)=>{var n=r(715),o=r(3414),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},3819:(t,e,r)=>{var n=r(9385),o=r(2646),i=r(5155),a="__core-js_shared__",u=t.exports=o[a]||i(a,{});(u.versions||(u.versions=[])).push({version:"3.38.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"})},715:(t,e,r)=>{var n=r(3819);t.exports=function(t,e){return n[t]||(n[t]=e||{})}},7303:(t,e,r)=>{var n=r(3817),o=r(7050),i=r(2579),a=r(533)("species");t.exports=function(t,e){var r,u=n(t).constructor;return void 0===u||i(r=n(u)[a])?e:o(r)}},8133:(t,e,r)=>{var n=r(2374),o=r(4905),i=r(3841),a=r(3972),u=n("".charAt),s=n("".charCodeAt),c=n("".slice),f=function(t){return function(e,r){var n,f,l=i(a(e)),p=o(r),d=l.length;return p<0||p>=d?t?"":void 0:(n=s(l,p))<55296||n>56319||p+1===d||(f=s(l,p+1))<56320||f>57343?t?u(l,p):n:t?c(l,p,p+2):f-56320+(n-55296<<10)+65536}};t.exports={codeAt:f(!1),charAt:f(!0)}},8449:(t,e,r)=>{var n=r(8289);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},7:(t,e,r)=>{var n=r(2374),o=r(6464),i=r(3841),a=r(9015),u=r(3972),s=n(a),c=n("".slice),f=Math.ceil,l=function(t){return function(e,r,n){var a,l,p=i(u(e)),d=o(r),h=p.length,v=void 0===n?" ":i(n);return d<=h||""===v?p:((l=s(v,f((a=d-h)/v.length))).length>a&&(l=c(l,0,a)),t?p+l:l+p)}};t.exports={start:l(!1),end:l(!0)}},8727:(t,e,r)=>{var n=r(2374),o=2147483647,i=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,u="Overflow: input needs wider integers to process",s=RangeError,c=n(a.exec),f=Math.floor,l=String.fromCharCode,p=n("".charCodeAt),d=n([].join),h=n([].push),v=n("".replace),y=n("".split),g=n("".toLowerCase),m=function(t){return t+22+75*(t<26)},b=function(t,e,r){var n=0;for(t=r?f(t/700):t>>1,t+=f(t/e);t>455;)t=f(t/35),n+=36;return f(n+36*t/(t+38))},w=function(t){var e=[];t=function(t){for(var e=[],r=0,n=t.length;r=55296&&o<=56319&&r=a&&nf((o-c)/x))throw new s(u);for(c+=(w-a)*x,a=w,r=0;ro)throw new s(u);if(n===a){for(var E=c,O=36;;){var S=O<=v?1:O>=v+26?26:O-v;if(E{var n=r(4905),o=r(3841),i=r(3972),a=RangeError;t.exports=function(t){var e=o(i(this)),r="",u=n(t);if(u<0||u===1/0)throw new a("Wrong number of repetitions");for(;u>0;(u>>>=1)&&(e+=e))1&u&&(r+=e);return r}},7336:(t,e,r)=>{var n=r(3916).end,o=r(6e3);t.exports=o("trimEnd")?function(){return n(this)}:"".trimEnd},6e3:(t,e,r)=>{var n=r(4252).PROPER,o=r(2565),i=r(410);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||n&&i[t].name!==t}))}},9321:(t,e,r)=>{var n=r(3916).start,o=r(6e3);t.exports=o("trimStart")?function(){return n(this)}:"".trimStart},3916:(t,e,r)=>{var n=r(2374),o=r(3972),i=r(3841),a=r(410),u=n("".replace),s=RegExp("^["+a+"]+"),c=RegExp("(^|[^"+a+"])["+a+"]+$"),f=function(t){return function(e){var r=i(o(e));return 1&t&&(r=u(r,s,"")),2&t&&(r=u(r,c,"$1")),r}};t.exports={start:f(1),end:f(2),trim:f(3)}},4129:(t,e,r)=>{var n=r(8497),o=r(2565),i=r(2646).String;t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},1899:(t,e,r)=>{var n,o,i,a,u=r(2646),s=r(127),c=r(6230),f=r(8095),l=r(3519),p=r(2565),d=r(5831),h=r(3014),v=r(1021),y=r(6638),g=r(38),m=r(3083),b=u.setImmediate,w=u.clearImmediate,x=u.process,E=u.Dispatch,O=u.Function,S=u.MessageChannel,A=u.String,T=0,P={},j="onreadystatechange";p((function(){n=u.location}));var L=function(t){if(l(P,t)){var e=P[t];delete P[t],e()}},R=function(t){return function(){L(t)}},I=function(t){L(t.data)},k=function(t){u.postMessage(A(t),n.protocol+"//"+n.host)};b&&w||(b=function(t){y(arguments.length,1);var e=f(t)?t:O(t),r=h(arguments,1);return P[++T]=function(){s(e,void 0,r)},o(T),T},w=function(t){delete P[t]},m?o=function(t){x.nextTick(R(t))}:E&&E.now?o=function(t){E.now(R(t))}:S&&!g?(a=(i=new S).port2,i.port1.onmessage=I,o=c(a.postMessage,a)):u.addEventListener&&f(u.postMessage)&&!u.importScripts&&n&&"file:"!==n.protocol&&!p(k)?(o=k,u.addEventListener("message",I,!1)):o=j in v("script")?function(t){d.appendChild(v("script"))[j]=function(){d.removeChild(this),L(t)}}:function(t){setTimeout(R(t),0)}),t.exports={set:b,clear:w}},8242:(t,e,r)=>{var n=r(2374);t.exports=n(1..valueOf)},3180:(t,e,r)=>{var n=r(4905),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},1472:(t,e,r)=>{var n=r(6079),o=TypeError;t.exports=function(t){var e=n(t,"number");if("number"==typeof e)throw new o("Can't convert number to bigint");return BigInt(e)}},7674:(t,e,r)=>{var n=r(4905),o=r(6464),i=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=n(t),r=o(e);if(e!==r)throw new i("Wrong length or index");return r}},9787:(t,e,r)=>{var n=r(3973),o=r(3972);t.exports=function(t){return n(o(t))}},4905:(t,e,r)=>{var n=r(1723);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},6464:(t,e,r)=>{var n=r(4905),o=Math.min;t.exports=function(t){var e=n(t);return e>0?o(e,9007199254740991):0}},1607:(t,e,r)=>{var n=r(3972),o=Object;t.exports=function(t){return o(n(t))}},3279:(t,e,r)=>{var n=r(1880),o=RangeError;t.exports=function(t,e){var r=n(t);if(r%e)throw new o("Wrong offset");return r}},1880:(t,e,r)=>{var n=r(4905),o=RangeError;t.exports=function(t){var e=n(t);if(e<0)throw new o("The argument can't be less than 0");return e}},6079:(t,e,r)=>{var n=r(3155),o=r(6116),i=r(4875),a=r(8720),u=r(1312),s=r(533),c=TypeError,f=s("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var r,s=a(t,f);if(s){if(void 0===e&&(e="default"),r=n(s,t,e),!o(r)||i(r))return r;throw new c("Can't convert object to primitive value")}return void 0===e&&(e="number"),u(t,e)}},5011:(t,e,r)=>{var n=r(6079),o=r(4875);t.exports=function(t){var e=n(t,"string");return o(e)?e:e+""}},7366:(t,e,r)=>{var n={};n[r(533)("toStringTag")]="z",t.exports="[object z]"===String(n)},3841:(t,e,r)=>{var n=r(8549),o=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return o(t)}},2581:t=>{var e=Math.round;t.exports=function(t){var r=e(t);return r<0?0:r>255?255:255&r}},4581:t=>{var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},4629:(t,e,r)=>{var n=r(7568),o=r(2646),i=r(3155),a=r(970),u=r(1767),s=r(8850),c=r(8140),f=r(8033),l=r(6494),p=r(6729),d=r(1893),h=r(6464),v=r(7674),y=r(3279),g=r(2581),m=r(5011),b=r(3519),w=r(8549),x=r(6116),E=r(4875),O=r(7998),S=r(8635),A=r(6325),T=r(8746).f,P=r(25),j=r(6287).forEach,L=r(2967),R=r(1276),I=r(343),k=r(325),_=r(9716),C=r(2991),N=r(1993),D=C.get,U=C.set,M=C.enforce,F=I.f,B=k.f,H=o.RangeError,q=c.ArrayBuffer,z=q.prototype,W=c.DataView,V=s.NATIVE_ARRAY_BUFFER_VIEWS,$=s.TYPED_ARRAY_TAG,Y=s.TypedArray,G=s.TypedArrayPrototype,X=s.isTypedArray,J="BYTES_PER_ELEMENT",Q="Wrong length",K=function(t,e){R(t,e,{configurable:!0,get:function(){return D(this)[e]}})},Z=function(t){var e;return S(z,t)||"ArrayBuffer"===(e=w(t))||"SharedArrayBuffer"===e},tt=function(t,e){return X(t)&&!E(e)&&e in t&&d(+e)&&e>=0},et=function(t,e){return e=m(e),tt(t,e)?l(2,t[e]):B(t,e)},rt=function(t,e,r){return e=m(e),!(tt(t,e)&&x(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?F(t,e,r):(t[e]=r.value,t)};a?(V||(k.f=et,I.f=rt,K(G,"buffer"),K(G,"byteOffset"),K(G,"byteLength"),K(G,"length")),n({target:"Object",stat:!0,forced:!V},{getOwnPropertyDescriptor:et,defineProperty:rt}),t.exports=function(t,e,r){var a=t.match(/\d+/)[0]/8,s=t+(r?"Clamped":"")+"Array",c="get"+t,l="set"+t,d=o[s],m=d,b=m&&m.prototype,w={},E=function(t,e){F(t,e,{get:function(){return function(t,e){var r=D(t);return r.view[c](e*a+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,n){var o=D(t);o.view[l](e*a+o.byteOffset,r?g(n):n,!0)}(this,e,t)},enumerable:!0})};V?u&&(m=e((function(t,e,r,n){return f(t,b),N(x(e)?Z(e)?void 0!==n?new d(e,y(r,a),n):void 0!==r?new d(e,y(r,a)):new d(e):X(e)?_(m,e):i(P,m,e):new d(v(e)),t,m)})),A&&A(m,Y),j(T(d),(function(t){t in m||p(m,t,d[t])})),m.prototype=b):(m=e((function(t,e,r,n){f(t,b);var o,u,s,c=0,l=0;if(x(e)){if(!Z(e))return X(e)?_(m,e):i(P,m,e);o=e,l=y(r,a);var p=e.byteLength;if(void 0===n){if(p%a)throw new H(Q);if((u=p-l)<0)throw new H(Q)}else if((u=h(n)*a)+l>p)throw new H(Q);s=u/a}else s=v(e),o=new q(u=s*a);for(U(t,{buffer:o,byteOffset:l,byteLength:u,length:s,view:new W(o)});c{var n=r(2646),o=r(2565),i=r(3990),a=r(8850).NATIVE_ARRAY_BUFFER_VIEWS,u=n.ArrayBuffer,s=n.Int8Array;t.exports=!a||!o((function(){s(1)}))||!o((function(){new s(-1)}))||!i((function(t){new s,new s(null),new s(1.5),new s(t)}),!0)||o((function(){return 1!==new s(new u(2),1,void 0).length}))},25:(t,e,r)=>{var n=r(6230),o=r(3155),i=r(7050),a=r(1607),u=r(5124),s=r(827),c=r(5077),f=r(6199),l=r(8585),p=r(8850).aTypedArrayConstructor,d=r(1472);t.exports=function(t){var e,r,h,v,y,g,m,b,w=i(this),x=a(t),E=arguments.length,O=E>1?arguments[1]:void 0,S=void 0!==O,A=c(x);if(A&&!f(A))for(b=(m=s(x,A)).next,x=[];!(g=o(b,m)).done;)x.push(g.value);for(S&&E>2&&(O=n(O,arguments[2])),r=u(x),h=new(p(w))(r),v=l(h),e=0;r>e;e++)y=S?O(x[e],e):x[e],h[e]=v?d(y):+y;return h}},3414:(t,e,r)=>{var n=r(2374),o=0,i=Math.random(),a=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},2350:(t,e,r)=>{var n=r(2565),o=r(533),i=r(970),a=r(9385),u=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),r.delete("a",2),r.delete("b",void 0),a&&(!t.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b"))||!e.size&&(a||!i)||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[u]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host}))},2170:(t,e,r)=>{var n=r(4129);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},4612:(t,e,r)=>{var n=r(970),o=r(2565);t.exports=n&&o((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},6638:t=>{var e=TypeError;t.exports=function(t,r){if(t{var n=r(2646),o=r(8095),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},2869:(t,e,r)=>{var n=r(3897),o=r(3519),i=r(4113),a=r(343).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},4113:(t,e,r)=>{var n=r(533);e.f=n},533:(t,e,r)=>{var n=r(2646),o=r(715),i=r(3519),a=r(3414),u=r(4129),s=r(2170),c=n.Symbol,f=o("wks"),l=s?c.for||c:c&&c.withoutSetter||a;t.exports=function(t){return i(f,t)||(f[t]=u&&i(c,t)?c[t]:l("Symbol."+t)),f[t]}},410:t=>{t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},3809:(t,e,r)=>{var n=r(7568),o=r(2646),i=r(8140),a=r(2967),u="ArrayBuffer",s=i[u];n({global:!0,constructor:!0,forced:o[u]!==s},{ArrayBuffer:s}),a(u)},2107:(t,e,r)=>{var n=r(7568),o=r(3390),i=r(2565),a=r(8140),u=r(3817),s=r(3180),c=r(6464),f=r(7303),l=a.ArrayBuffer,p=a.DataView,d=p.prototype,h=o(l.prototype.slice),v=o(d.getUint8),y=o(d.setUint8);n({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:i((function(){return!new l(2).slice(1,void 0).byteLength}))},{slice:function(t,e){if(h&&void 0===e)return h(u(this),t);for(var r=u(this).byteLength,n=s(t,r),o=s(void 0===e?r:e,r),i=new(f(this,l))(c(o-n)),a=new p(this),d=new p(i),g=0;n{var n=r(7568),o=r(2509),i=r(356),a=r(1607),u=r(5124),s=r(9635);n({target:"Array",proto:!0},{flatMap:function(t){var e,r=a(this),n=u(r);return i(t),(e=s(r,0)).length=o(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},9175:(t,e,r)=>{var n=r(7568),o=r(2509),i=r(1607),a=r(5124),u=r(4905),s=r(9635);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=i(this),r=a(e),n=s(e,0);return n.length=o(n,e,e,r,0,void 0===t?1:u(t)),n}})},3501:(t,e,r)=>{var n=r(7568),o=r(4751).includes,i=r(2565),a=r(3523);n({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},1950:(t,e,r)=>{var n=r(9787),o=r(3523),i=r(4995),a=r(2991),u=r(343).f,s=r(2490),c=r(7011),f=r(9385),l=r(970),p="Array Iterator",d=a.set,h=a.getterFor(p);t.exports=s(Array,"Array",(function(t,e){d(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=h(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,c(void 0,!0);switch(t.kind){case"keys":return c(r,!1);case"values":return c(e[r],!1)}return c([r,e[r]],!1)}),"values");var v=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&l&&"values"!==v.name)try{u(v,"name",{value:"values"})}catch(t){}},937:(t,e,r)=>{var n=r(7568),o=r(1456).right,i=r(8708),a=r(8497);n({target:"Array",proto:!0,forced:!r(3083)&&a>79&&a<83||!i("reduceRight")},{reduceRight:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},9954:(t,e,r)=>{var n=r(7568),o=r(1456).left,i=r(8708),a=r(8497);n({target:"Array",proto:!0,forced:!r(3083)&&a>79&&a<83||!i("reduce")},{reduce:function(t){var e=arguments.length;return o(this,t,e,e>1?arguments[1]:void 0)}})},1856:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(6894),a=o([].reverse),u=[1,2];n({target:"Array",proto:!0,forced:String(u)===String(u.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),a(this)}})},4460:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(356),a=r(1607),u=r(5124),s=r(3232),c=r(3841),f=r(2565),l=r(2278),p=r(8708),d=r(4027),h=r(4553),v=r(8497),y=r(3953),g=[],m=o(g.sort),b=o(g.push),w=f((function(){g.sort(void 0)})),x=f((function(){g.sort(null)})),E=p("sort"),O=!f((function(){if(v)return v<70;if(!(d&&d>3)){if(h)return!0;if(y)return y<603;var t,e,r,n,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)g.push({k:e+n,v:r})}for(g.sort((function(t,e){return e.v-t.v})),n=0;nc(r)?1:-1}}(t)),r=u(o),n=0;n{r(3523)("flatMap")},2092:(t,e,r)=>{r(3523)("flat")},1667:(t,e,r)=>{var n=r(7568),o=Math.hypot,i=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,o=0,u=0,s=arguments.length,c=0;u0?(n=r/c)*n:r;return c===1/0?1/0:c*a(o)}})},4242:(t,e,r)=>{var n=r(7568),o=r(9902);n({target:"Number",stat:!0,forced:Number.parseFloat!==o},{parseFloat:o})},6213:(t,e,r)=>{var n=r(7568),o=r(9489);n({target:"Number",stat:!0,forced:Number.parseInt!==o},{parseInt:o})},6150:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(4905),a=r(8242),u=r(9015),s=r(2565),c=RangeError,f=String,l=Math.floor,p=o(u),d=o("".slice),h=o(1..toFixed),v=function(t,e,r){return 0===e?r:e%2==1?v(t,e-1,r*t):v(t*t,e/2,r)},y=function(t,e,r){for(var n=-1,o=r;++n<6;)o+=e*t[n],t[n]=o%1e7,o=l(o/1e7)},g=function(t,e){for(var r=6,n=0;--r>=0;)n+=t[r],t[r]=l(n/e),n=n%e*1e7},m=function(t){for(var e=6,r="";--e>=0;)if(""!==r||0===e||0!==t[e]){var n=f(t[e]);r=""===r?n:r+p("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:s((function(){return"0.000"!==h(8e-5,3)||"1"!==h(.9,0)||"1.25"!==h(1.255,2)||"1000000000000000128"!==h(0xde0b6b3a7640080,0)}))||!s((function(){h({})}))},{toFixed:function(t){var e,r,n,o,u=a(this),s=i(t),l=[0,0,0,0,0,0],h="",b="0";if(s<0||s>20)throw new c("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return f(u);if(u<0&&(h="-",u=-u),u>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(u*v(2,69,1))-69)<0?u*v(2,-e,1):u/v(2,e,1),r*=4503599627370496,(e=52-e)>0){for(y(l,0,r),n=s;n>=7;)y(l,1e7,0),n-=7;for(y(l,v(10,n,1),0),n=e-1;n>=23;)g(l,1<<23),n-=23;g(l,1<0?h+((o=b.length)<=s?"0."+p("0",s-o)+b:d(b,0,o-s)+"."+d(b,o-s)):h+b}})},3859:(t,e,r)=>{var n=r(7568),o=r(1883);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},3261:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(356),u=r(1607),s=r(343);o&&n({target:"Object",proto:!0,forced:i},{__defineGetter__:function(t,e){s.f(u(this),t,{get:a(e),enumerable:!0,configurable:!0})}})},721:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(356),u=r(1607),s=r(343);o&&n({target:"Object",proto:!0,forced:i},{__defineSetter__:function(t,e){s.f(u(this),t,{set:a(e),enumerable:!0,configurable:!0})}})},2615:(t,e,r)=>{var n=r(7568),o=r(9598),i=r(210);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,(function(t,r){i(e,t,r)}),{AS_ENTRIES:!0}),e}})},3962:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(1607),u=r(5011),s=r(5321),c=r(325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.get}while(r=s(r))}})},8854:(t,e,r)=>{var n=r(7568),o=r(970),i=r(8477),a=r(1607),u=r(5011),s=r(5321),c=r(325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.set}while(r=s(r))}})},6245:(t,e,r)=>{var n=r(7568),o=r(9902);n({global:!0,forced:parseFloat!==o},{parseFloat:o})},3618:(t,e,r)=>{var n=r(7568),o=r(9489);n({global:!0,forced:parseInt!==o},{parseInt:o})},1301:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(356),a=r(7305),u=r(5642),s=r(9598);n({target:"Promise",stat:!0,forced:r(7811)},{all:function(t){var e=this,r=a.f(e),n=r.resolve,c=r.reject,f=u((function(){var r=i(e.resolve),a=[],u=0,f=1;s(t,(function(t){var i=u++,s=!1;f++,o(r,e,t).then((function(t){s||(s=!0,a[i]=t,--f||n(a))}),c)})),--f||n(a)}));return f.error&&c(f.value),r.promise}})},6893:(t,e,r)=>{var n=r(7568),o=r(9385),i=r(4346).CONSTRUCTOR,a=r(3676),u=r(1901),s=r(8095),c=r(9454),f=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:i,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&s(a)){var l=u("Promise").prototype.catch;f.catch!==l&&c(f,"catch",l,{unsafe:!0})}},5934:(t,e,r)=>{var n,o,i,a=r(7568),u=r(9385),s=r(3083),c=r(2646),f=r(3155),l=r(9454),p=r(6325),d=r(1889),h=r(2967),v=r(356),y=r(8095),g=r(6116),m=r(8033),b=r(7303),w=r(1899).set,x=r(1101),E=r(2183),O=r(5642),S=r(3647),A=r(2991),T=r(3676),P=r(4346),j=r(7305),L="Promise",R=P.CONSTRUCTOR,I=P.REJECTION_EVENT,k=P.SUBCLASSING,_=A.getterFor(L),C=A.set,N=T&&T.prototype,D=T,U=N,M=c.TypeError,F=c.document,B=c.process,H=j.f,q=H,z=!!(F&&F.createEvent&&c.dispatchEvent),W="unhandledrejection",V=function(t){var e;return!(!g(t)||!y(e=t.then))&&e},$=function(t,e){var r,n,o,i=e.value,a=1===e.state,u=a?t.ok:t.fail,s=t.resolve,c=t.reject,l=t.domain;try{u?(a||(2===e.rejection&&Q(e),e.rejection=1),!0===u?r=i:(l&&l.enter(),r=u(i),l&&(l.exit(),o=!0)),r===t.promise?c(new M("Promise-chain cycle")):(n=V(r))?f(n,r,s,c):s(r)):c(i)}catch(t){l&&!o&&l.exit(),c(t)}},Y=function(t,e){t.notified||(t.notified=!0,x((function(){for(var r,n=t.reactions;r=n.get();)$(r,t);t.notified=!1,e&&!t.rejection&&X(t)})))},G=function(t,e,r){var n,o;z?((n=F.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),c.dispatchEvent(n)):n={promise:e,reason:r},!I&&(o=c["on"+t])?o(n):t===W&&E("Unhandled promise rejection",r)},X=function(t){f(w,c,(function(){var e,r=t.facade,n=t.value;if(J(t)&&(e=O((function(){s?B.emit("unhandledRejection",n,r):G(W,r,n)})),t.rejection=s||J(t)?2:1,e.error))throw e.value}))},J=function(t){return 1!==t.rejection&&!t.parent},Q=function(t){f(w,c,(function(){var e=t.facade;s?B.emit("rejectionHandled",e):G("rejectionhandled",e,t.value)}))},K=function(t,e,r){return function(n){t(e,n,r)}},Z=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,Y(t,!0))},tt=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw new M("Promise can't be resolved itself");var n=V(e);n?x((function(){var r={done:!1};try{f(n,e,K(tt,r,t),K(Z,r,t))}catch(e){Z(r,e,t)}})):(t.value=e,t.state=1,Y(t,!1))}catch(e){Z({done:!1},e,t)}}};if(R&&(U=(D=function(t){m(this,U),v(t),f(n,this);var e=_(this);try{t(K(tt,e),K(Z,e))}catch(t){Z(e,t)}}).prototype,(n=function(t){C(this,{type:L,done:!1,notified:!1,parent:!1,reactions:new S,rejection:!1,state:0,value:null})}).prototype=l(U,"then",(function(t,e){var r=_(this),n=H(b(this,D));return r.parent=!0,n.ok=!y(t)||t,n.fail=y(e)&&e,n.domain=s?B.domain:void 0,0===r.state?r.reactions.add(n):x((function(){$(n,r)})),n.promise})),o=function(){var t=new n,e=_(t);this.promise=t,this.resolve=K(tt,e),this.reject=K(Z,e)},j.f=H=function(t){return t===D||undefined===t?new o(t):q(t)},!u&&y(T)&&N!==Object.prototype)){i=N.then,k||l(N,"then",(function(t,e){var r=this;return new D((function(t,e){f(i,r,t,e)})).then(t,e)}),{unsafe:!0});try{delete N.constructor}catch(t){}p&&p(N,U)}a({global:!0,constructor:!0,wrap:!0,forced:R},{Promise:D}),d(D,L,!1,!0),h(L)},7721:(t,e,r)=>{var n=r(7568),o=r(9385),i=r(3676),a=r(2565),u=r(1901),s=r(8095),c=r(7303),f=r(5248),l=r(9454),p=i&&i.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){p.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=c(this,u("Promise")),r=s(t);return this.then(r?function(r){return f(e,t()).then((function(){return r}))}:t,r?function(r){return f(e,t()).then((function(){throw r}))}:t)}}),!o&&s(i)){var d=u("Promise").prototype.finally;p.finally!==d&&l(p,"finally",d,{unsafe:!0})}},5888:(t,e,r)=>{r(5934),r(1301),r(6893),r(5693),r(3163),r(8962)},5693:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(356),a=r(7305),u=r(5642),s=r(9598);n({target:"Promise",stat:!0,forced:r(7811)},{race:function(t){var e=this,r=a.f(e),n=r.reject,c=u((function(){var a=i(e.resolve);s(t,(function(t){o(a,e,t).then(r.resolve,n)}))}));return c.error&&n(c.value),r.promise}})},3163:(t,e,r)=>{var n=r(7568),o=r(7305);n({target:"Promise",stat:!0,forced:r(4346).CONSTRUCTOR},{reject:function(t){var e=o.f(this);return(0,e.reject)(t),e.promise}})},8962:(t,e,r)=>{var n=r(7568),o=r(1901),i=r(9385),a=r(3676),u=r(4346).CONSTRUCTOR,s=r(5248),c=o("Promise"),f=i&&!u;n({target:"Promise",stat:!0,forced:i||u},{resolve:function(t){return s(f&&this===c?a:this,t)}})},5810:(t,e,r)=>{var n=r(7568),o=r(3155),i=r(3817),a=r(6116),u=r(1873),s=r(2565),c=r(343),f=r(325),l=r(5321),p=r(6494);n({target:"Reflect",stat:!0,forced:s((function(){var t=function(){},e=c.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}))},{set:function t(e,r,n){var s,d,h,v=arguments.length<4?e:arguments[3],y=f.f(i(e),r);if(!y){if(a(d=l(e)))return t(d,r,n,v);y=p(0)}if(u(y)){if(!1===y.writable||!a(v))return!1;if(s=f.f(v,r)){if(s.get||s.set||!1===s.writable)return!1;s.value=n,c.f(v,r,s)}else c.f(v,r,p(0,n))}else{if(void 0===(h=y.set))return!1;o(h,v,n)}return!0}})},4186:(t,e,r)=>{var n=r(970),o=r(2646),i=r(2374),a=r(78),u=r(1993),s=r(6729),c=r(7998),f=r(8746).f,l=r(8635),p=r(5358),d=r(3841),h=r(8532),v=r(3199),y=r(1234),g=r(9454),m=r(2565),b=r(3519),w=r(2991).enforce,x=r(2967),E=r(533),O=r(6190),S=r(3268),A=E("match"),T=o.RegExp,P=T.prototype,j=o.SyntaxError,L=i(P.exec),R=i("".charAt),I=i("".replace),k=i("".indexOf),_=i("".slice),C=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,N=/a/g,D=/a/g,U=new T(N)!==N,M=v.MISSED_STICKY,F=v.UNSUPPORTED_Y,B=n&&(!U||M||O||S||m((function(){return D[A]=!1,T(N)!==N||T(D)===D||"/a/i"!==String(T(N,"i"))})));if(a("RegExp",B)){for(var H=function(t,e){var r,n,o,i,a,f,v=l(P,this),y=p(t),g=void 0===e,m=[],x=t;if(!v&&y&&g&&t.constructor===H)return t;if((y||l(P,t))&&(t=t.source,g&&(e=h(x))),t=void 0===t?"":d(t),e=void 0===e?"":d(e),x=t,O&&"dotAll"in N&&(n=!!e&&k(e,"s")>-1)&&(e=I(e,/s/g,"")),r=e,M&&"sticky"in N&&(o=!!e&&k(e,"y")>-1)&&F&&(e=I(e,/y/g,"")),S&&(i=function(t){for(var e,r=t.length,n=0,o="",i=[],a=c(null),u=!1,s=!1,f=0,l="";n<=r;n++){if("\\"===(e=R(t,n)))e+=R(t,++n);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:if(o+=e,"?:"===_(t,n+1,n+3))continue;L(C,_(t,n+1))&&(n+=2,s=!0),f++;continue;case">"===e&&s:if(""===l||b(a,l))throw new j("Invalid capture group name");a[l]=!0,i[i.length]=[l,f],s=!1,l="";continue}s?l+=e:o+=e}return[o,i]}(t),t=i[0],m=i[1]),a=u(T(t,e),v?this:P,H),(n||o||m.length)&&(f=w(a),n&&(f.dotAll=!0,f.raw=H(function(t){for(var e,r=t.length,n=0,o="",i=!1;n<=r;n++)"\\"!==(e=R(t,n))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+R(t,++n);return o}(t),r)),o&&(f.sticky=!0),m.length&&(f.groups=m)),t!==x)try{s(a,"source",""===x?"(?:)":x)}catch(t){}return a},q=f(T),z=0;q.length>z;)y(H,T,q[z++]);P.constructor=H,H.prototype=P,g(o,"RegExp",H,{constructor:!0})}x("RegExp")},6777:(t,e,r)=>{var n=r(7568),o=r(9197);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},3797:(t,e,r)=>{var n=r(2646),o=r(970),i=r(1276),a=r(5721),u=r(2565),s=n.RegExp,c=s.prototype;o&&u((function(){var t=!0;try{s(".","d")}catch(e){t=!1}var e={},r="",n=t?"dgimsy":"gimsy",o=function(t,n){Object.defineProperty(e,t,{get:function(){return r+=n,!0}})},i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(i.hasIndices="d"),i)o(a,i[a]);return Object.getOwnPropertyDescriptor(c,"flags").get.call(e)!==n||r!==n}))&&i(c,"flags",{configurable:!0,get:a})},8971:(t,e,r)=>{var n=r(4252).PROPER,o=r(9454),i=r(3817),a=r(3841),u=r(2565),s=r(8532),c="toString",f=RegExp.prototype,l=f[c],p=u((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),d=n&&l.name!==c;(p||d)&&o(f,c,(function(){var t=i(this);return"/"+a(t.source)+"/"+a(s(t))}),{unsafe:!0})},3359:(t,e,r)=>{var n,o=r(7568),i=r(3390),a=r(325).f,u=r(6464),s=r(3841),c=r(4254),f=r(3972),l=r(8774),p=r(9385),d=i("".slice),h=Math.min,v=l("endsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"endsWith"),!n||n.writable))&&!v},{endsWith:function(t){var e=s(f(this));c(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,o=void 0===r?n:h(u(r),n),i=s(t);return d(e,o-i.length,o)===i}})},1951:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(3180),a=RangeError,u=String.fromCharCode,s=String.fromCodePoint,c=o([].join);n({target:"String",stat:!0,arity:1,forced:!!s&&1!==s.length},{fromCodePoint:function(t){for(var e,r=[],n=arguments.length,o=0;n>o;){if(e=+arguments[o++],i(e,1114111)!==e)throw new a(e+" is not a valid code point");r[o]=e<65536?u(e):u(55296+((e-=65536)>>10),e%1024+56320)}return c(r,"")}})},4517:(t,e,r)=>{var n=r(7568),o=r(2374),i=r(4254),a=r(3972),u=r(3841),s=r(8774),c=o("".indexOf);n({target:"String",proto:!0,forced:!s("includes")},{includes:function(t){return!!~c(u(a(this)),u(i(t)),arguments.length>1?arguments[1]:void 0)}})},6262:(t,e,r)=>{var n=r(8133).charAt,o=r(3841),i=r(2991),a=r(2490),u=r(7011),s="String Iterator",c=i.set,f=i.getterFor(s);a(String,"String",(function(t){c(this,{type:s,string:o(t),index:0})}),(function(){var t,e=f(this),r=e.string,o=e.index;return o>=r.length?u(void 0,!0):(t=n(r,o),e.index+=t.length,u(t,!1))}))},7711:(t,e,r)=>{var n=r(3155),o=r(1738),i=r(3817),a=r(2579),u=r(6464),s=r(3841),c=r(3972),f=r(8720),l=r(6567),p=r(376);o("match",(function(t,e,r){return[function(e){var r=c(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](s(r))},function(t){var n=i(this),o=s(t),a=r(e,n,o);if(a.done)return a.value;if(!n.global)return p(n,o);var c=n.unicode;n.lastIndex=0;for(var f,d=[],h=0;null!==(f=p(n,o));){var v=s(f[0]);d[h]=v,""===v&&(n.lastIndex=l(o,u(n.lastIndex),c)),h++}return 0===h?null:d}]}))},9291:(t,e,r)=>{var n=r(7568),o=r(7).end;n({target:"String",proto:!0,forced:r(8449)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},2566:(t,e,r)=>{var n=r(7568),o=r(7).start;n({target:"String",proto:!0,forced:r(8449)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},3842:(t,e,r)=>{var n=r(127),o=r(3155),i=r(2374),a=r(1738),u=r(2565),s=r(3817),c=r(8095),f=r(2579),l=r(4905),p=r(6464),d=r(3841),h=r(3972),v=r(6567),y=r(8720),g=r(4624),m=r(376),b=r(533)("replace"),w=Math.max,x=Math.min,E=i([].concat),O=i([].push),S=i("".indexOf),A=i("".slice),T="$0"==="a".replace(/./,"$0"),P=!!/./[b]&&""===/./[b]("a","$0");a("replace",(function(t,e,r){var i=P?"$":"$0";return[function(t,r){var n=h(this),i=f(t)?void 0:y(t,b);return i?o(i,t,n,r):o(e,d(n),t,r)},function(t,o){var a=s(this),u=d(t);if("string"==typeof o&&-1===S(o,i)&&-1===S(o,"$<")){var f=r(e,a,u,o);if(f.done)return f.value}var h=c(o);h||(o=d(o));var y,b=a.global;b&&(y=a.unicode,a.lastIndex=0);for(var T,P=[];null!==(T=m(a,u))&&(O(P,T),b);){""===d(T[0])&&(a.lastIndex=v(u,p(a.lastIndex),y))}for(var j,L="",R=0,I=0;I=R&&(L+=A(u,R,C)+k,R=C+_.length)}return L+A(u,R)}]}),!!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!T||P)},5812:(t,e,r)=>{var n=r(3155),o=r(1738),i=r(3817),a=r(2579),u=r(3972),s=r(5368),c=r(3841),f=r(8720),l=r(376);o("search",(function(t,e,r){return[function(e){var r=u(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](c(r))},function(t){var n=i(this),o=c(t),a=r(e,n,o);if(a.done)return a.value;var u=n.lastIndex;s(u,0)||(n.lastIndex=0);var f=l(n,o);return s(n.lastIndex,u)||(n.lastIndex=u),null===f?-1:f.index}]}))},5462:(t,e,r)=>{var n=r(3155),o=r(2374),i=r(1738),a=r(3817),u=r(2579),s=r(3972),c=r(7303),f=r(6567),l=r(6464),p=r(3841),d=r(8720),h=r(376),v=r(3199),y=r(2565),g=v.UNSUPPORTED_Y,m=Math.min,b=o([].push),w=o("".slice),x=!y((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),E="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;i("split",(function(t,e,r){var o="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:n(e,this,t,r)}:e;return[function(e,r){var i=s(this),a=u(e)?void 0:d(e,t);return a?n(a,e,i,r):n(o,p(i),e,r)},function(t,n){var i=a(this),u=p(t);if(!E){var s=r(o,i,u,n,o!==e);if(s.done)return s.value}var d=c(i,RegExp),v=i.unicode,y=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(g?"g":"y"),x=new d(g?"^(?:"+i.source+")":i,y),O=void 0===n?4294967295:n>>>0;if(0===O)return[];if(0===u.length)return null===h(x,u)?[u]:[];for(var S=0,A=0,T=[];A{var n,o=r(7568),i=r(3390),a=r(325).f,u=r(6464),s=r(3841),c=r(4254),f=r(3972),l=r(8774),p=r(9385),d=i("".slice),h=Math.min,v=l("startsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"startsWith"),!n||n.writable))&&!v},{startsWith:function(t){var e=s(f(this));c(t);var r=u(h(arguments.length>1?arguments[1]:void 0,e.length)),n=s(t);return d(e,r,r+n.length)===n}})},8448:(t,e,r)=>{r(3987);var n=r(7568),o=r(7336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},7552:(t,e,r)=>{var n=r(7568),o=r(9321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},3987:(t,e,r)=>{var n=r(7568),o=r(7336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},2977:(t,e,r)=>{r(7552);var n=r(7568),o=r(9321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},4148:(t,e,r)=>{var n=r(7568),o=r(3916).trim;n({target:"String",proto:!0,forced:r(6e3)("trim")},{trim:function(){return o(this)}})},3542:(t,e,r)=>{r(2869)("asyncIterator")},8809:(t,e,r)=>{var n=r(7568),o=r(970),i=r(2646),a=r(2374),u=r(3519),s=r(8095),c=r(8635),f=r(3841),l=r(1276),p=r(3802),d=i.Symbol,h=d&&d.prototype;if(o&&s(d)&&(!("description"in h)||void 0!==d().description)){var v={},y=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),e=c(h,this)?new d(t):void 0===t?d():d(t);return""===t&&(v[e]=!0),e};p(y,d),y.prototype=h,h.constructor=y;var g="Symbol(description detection)"===String(d("description detection")),m=a(h.valueOf),b=a(h.toString),w=/^Symbol\((.*)\)[^)]+$/,x=a("".replace),E=a("".slice);l(h,"description",{configurable:!0,get:function(){var t=m(this);if(u(v,t))return"";var e=b(t),r=g?E(e,7,-1):x(e,w,"$1");return""===r?void 0:r}}),n({global:!0,constructor:!0,forced:!0},{Symbol:y})}},1030:(t,e,r)=>{r(2869)("match")},7491:(t,e,r)=>{r(2869)("replace")},5151:(t,e,r)=>{r(2869)("search")},6907:(t,e,r)=>{r(2869)("split")},274:(t,e,r)=>{var n=r(8850),o=r(6531),i=r(1472),a=r(8549),u=r(3155),s=r(2374),c=r(2565),f=n.aTypedArray,l=n.exportTypedArrayMethod,p=s("".slice);l("fill",(function(t){var e=arguments.length;f(this);var r="Big"===p(a(this),0,3)?i(t):+t;return u(o,this,r,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),c((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},2808:(t,e,r)=>{r(4629)("Float32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},5275:(t,e,r)=>{r(4629)("Float64",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},7005:(t,e,r)=>{var n=r(1767);(0,r(8850).exportTypedArrayStaticMethod)("from",r(25),n)},2321:(t,e,r)=>{r(4629)("Int16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},4087:(t,e,r)=>{r(4629)("Int32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},7200:(t,e,r)=>{r(4629)("Int8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},1706:(t,e,r)=>{var n=r(8850),o=r(1767),i=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,r=new(i(this))(e);e>t;)r[t]=arguments[t++];return r}),o)},3527:(t,e,r)=>{var n=r(2646),o=r(3155),i=r(8850),a=r(5124),u=r(3279),s=r(1607),c=r(2565),f=n.RangeError,l=n.Int8Array,p=l&&l.prototype,d=p&&p.set,h=i.aTypedArray,v=i.exportTypedArrayMethod,y=!c((function(){var t=new Uint8ClampedArray(2);return o(d,t,{length:1,0:3},1),3!==t[1]})),g=y&&i.NATIVE_ARRAY_BUFFER_VIEWS&&c((function(){var t=new l(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));v("set",(function(t){h(this);var e=u(arguments.length>1?arguments[1]:void 0,1),r=s(t);if(y)return o(d,this,r,e);var n=this.length,i=a(r),c=0;if(i+e>n)throw new f("Wrong length");for(;c{var n=r(2646),o=r(3390),i=r(2565),a=r(356),u=r(2278),s=r(8850),c=r(4027),f=r(4553),l=r(8497),p=r(3953),d=s.aTypedArray,h=s.exportTypedArrayMethod,v=n.Uint16Array,y=v&&o(v.prototype.sort),g=!(!y||i((function(){y(new v(2),null)}))&&i((function(){y(new v(2),{})}))),m=!!y&&!i((function(){if(l)return l<74;if(c)return c<67;if(f)return!0;if(p)return p<602;var t,e,r=new v(516),n=Array(516);for(t=0;t<516;t++)e=t%4,r[t]=515-t,n[t]=t-2*e+3;for(y(r,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(r[t]!==n[t])return!0}));h("sort",(function(t){return void 0!==t&&a(t),m?y(this,t):u(d(this),function(t){return function(e,r){return void 0!==t?+t(e,r)||0:r!=r?-1:e!=e?1:0===e&&0===r?1/e>0&&1/r<0?1:-1:e>r}}(t))}),!m||g)},4347:(t,e,r)=>{var n=r(2646),o=r(127),i=r(8850),a=r(2565),u=r(3014),s=n.Int8Array,c=i.aTypedArray,f=i.exportTypedArrayMethod,l=[].toLocaleString,p=!!s&&a((function(){l.call(new s(1))}));f("toLocaleString",(function(){return o(l,p?u(c(this)):c(this),u(arguments))}),a((function(){return[1,2].toLocaleString()!==new s([1,2]).toLocaleString()}))||!a((function(){s.prototype.toLocaleString.call([1,2])})))},9972:(t,e,r)=>{r(4629)("Uint16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},9842:(t,e,r)=>{r(4629)("Uint32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},9099:(t,e,r)=>{r(4629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},2468:(t,e,r)=>{r(4629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}),!0)},3068:(t,e,r)=>{var n,o=r(3502),i=r(2646),a=r(2374),u=r(5653),s=r(1725),c=r(242),f=r(6491),l=r(6116),p=r(2991).enforce,d=r(2565),h=r(3648),v=Object,y=Array.isArray,g=v.isExtensible,m=v.isFrozen,b=v.isSealed,w=v.freeze,x=v.seal,E=!i.ActiveXObject&&"ActiveXObject"in i,O=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},S=c("WeakMap",O,f),A=S.prototype,T=a(A.set);if(h)if(E){n=f.getConstructor(O,"WeakMap",!0),s.enable();var P=a(A.delete),j=a(A.has),L=a(A.get);u(A,{delete:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),P(this,t)||e.frozen.delete(t)}return P(this,t)},has:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),j(this,t)||e.frozen.has(t)}return j(this,t)},get:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),j(this,t)?L(this,t):e.frozen.get(t)}return L(this,t)},set:function(t,e){if(l(t)&&!g(t)){var r=p(this);r.frozen||(r.frozen=new n),j(this,t)?T(this,t,e):r.frozen.set(t,e)}else T(this,t,e);return this}})}else o&&d((function(){var t=w([]);return T(new S,t,1),!m(t)}))&&u(A,{set:function(t,e){var r;return y(t)&&(m(t)?r=w:b(t)&&(r=x)),T(this,t,e),r&&r(t),this}})},2970:(t,e,r)=>{r(3068)},7730:(t,e,r)=>{var n=r(7568),o=r(2646),i=r(1899).clear;n({global:!0,bind:!0,enumerable:!0,forced:o.clearImmediate!==i},{clearImmediate:i})},8339:(t,e,r)=>{var n=r(2646),o=r(7414),i=r(6365),a=r(1950),u=r(6729),s=r(1889),c=r(533)("iterator"),f=a.values,l=function(t,e){if(t){if(t[c]!==f)try{u(t,c,f)}catch(e){t[c]=f}if(s(t,e,!0),o[e])for(var r in a)if(t[r]!==a[r])try{u(t,r,a[r])}catch(e){t[r]=a[r]}}};for(var p in o)l(n[p]&&n[p].prototype,p);l(i,"DOMTokenList")},4978:(t,e,r)=>{r(7730),r(6715)},456:(t,e,r)=>{var n=r(7568),o=r(2646),i=r(1101),a=r(356),u=r(6638),s=r(2565),c=r(970);n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:s((function(){return c&&1!==Object.getOwnPropertyDescriptor(o,"queueMicrotask").value.length}))},{queueMicrotask:function(t){u(arguments.length,1),i(a(t))}})},6715:(t,e,r)=>{var n=r(7568),o=r(2646),i=r(1899).set,a=r(1102),u=o.setImmediate?a(i,!1):i;n({global:!0,bind:!0,enumerable:!0,forced:o.setImmediate!==u},{setImmediate:u})},8204:(t,e,r)=>{r(1950),r(1951);var n=r(7568),o=r(2646),i=r(3495),a=r(1901),u=r(3155),s=r(2374),c=r(970),f=r(2350),l=r(9454),p=r(1276),d=r(5653),h=r(1889),v=r(2356),y=r(2991),g=r(8033),m=r(8095),b=r(3519),w=r(6230),x=r(8549),E=r(3817),O=r(6116),S=r(3841),A=r(7998),T=r(6494),P=r(827),j=r(5077),L=r(7011),R=r(6638),I=r(533),k=r(2278),_=I("iterator"),C="URLSearchParams",N=C+"Iterator",D=y.set,U=y.getterFor(C),M=y.getterFor(N),F=i("fetch"),B=i("Request"),H=i("Headers"),q=B&&B.prototype,z=H&&H.prototype,W=o.TypeError,V=o.encodeURIComponent,$=String.fromCharCode,Y=a("String","fromCodePoint"),G=parseInt,X=s("".charAt),J=s([].join),Q=s([].push),K=s("".replace),Z=s([].shift),tt=s([].splice),et=s("".split),rt=s("".slice),nt=s(/./.exec),ot=/\+/g,it=/^[0-9a-f]+$/i,at=function(t,e){var r=rt(t,e,e+2);return nt(it,r)?G(r,16):NaN},ut=function(t){for(var e=0,r=128;r>0&&0!=(t&r);r>>=1)e++;return e},st=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3]}return e>1114111?null:e},ct=function(t){for(var e=(t=K(t,ot," ")).length,r="",n=0;ne){r+="%",n++;continue}var i=at(t,n+1);if(i!=i){r+=o,n++;continue}n+=2;var a=ut(i);if(0===a)o=$(i);else{if(1===a||a>4){r+="�",n++;continue}for(var u=[i],s=1;se||"%"!==X(t,n));){var c=at(t,n+1);if(c!=c){n+=3;break}if(c>191||c<128)break;Q(u,c),n+=2,s++}if(u.length!==a){r+="�";continue}var f=st(u);null===f?r+="�":o=Y(f)}}r+=o,n++}return r},ft=/[!'()~]|%20/g,lt={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},pt=function(t){return lt[t]},dt=function(t){return K(V(t),ft,pt)},ht=v((function(t,e){D(this,{type:N,target:U(t).entries,index:0,kind:e})}),C,(function(){var t=M(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,L(void 0,!0);var n=e[r];switch(t.kind){case"keys":return L(n.key,!1);case"values":return L(n.value,!1)}return L([n.key,n.value],!1)}),!0),vt=function(t){this.entries=[],this.url=null,void 0!==t&&(O(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===X(t,0)?rt(t,1):t:S(t)))};vt.prototype={type:C,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,r,n,o,i,a,s,c=this.entries,f=j(t);if(f)for(r=(e=P(t,f)).next;!(n=u(r,e)).done;){if(i=(o=P(E(n.value))).next,(a=u(i,o)).done||(s=u(i,o)).done||!u(i,o).done)throw new W("Expected sequence with length 2");Q(c,{key:S(a.value),value:S(s.value)})}else for(var l in t)b(t,l)&&Q(c,{key:l,value:S(t[l])})},parseQuery:function(t){if(t)for(var e,r,n=this.entries,o=et(t,"&"),i=0;i0?arguments[0]:void 0));c||(this.size=t.entries.length)},gt=yt.prototype;if(d(gt,{append:function(t,e){var r=U(this);R(arguments.length,2),Q(r.entries,{key:S(t),value:S(e)}),c||this.length++,r.updateURL()},delete:function(t){for(var e=U(this),r=R(arguments.length,1),n=e.entries,o=S(t),i=r<2?void 0:arguments[1],a=void 0===i?i:S(i),u=0;ue.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,r=U(this).entries,n=w(t,arguments.length>1?arguments[1]:void 0),o=0;o1?wt(arguments[1]):{})}}),m(B)){var xt=function(t){return g(this,q),new B(t,arguments.length>1?wt(arguments[1]):{})};q.constructor=xt,xt.prototype=q,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:xt})}}t.exports={URLSearchParams:yt,getState:U}},4765:(t,e,r)=>{r(8204)},928:(t,e,r)=>{r(6262);var n,o=r(7568),i=r(970),a=r(2350),u=r(2646),s=r(6230),c=r(2374),f=r(9454),l=r(1276),p=r(8033),d=r(3519),h=r(1883),v=r(7810),y=r(3014),g=r(8133).codeAt,m=r(8727),b=r(3841),w=r(1889),x=r(6638),E=r(8204),O=r(2991),S=O.set,A=O.getterFor("URL"),T=E.URLSearchParams,P=E.getState,j=u.URL,L=u.TypeError,R=u.parseInt,I=Math.floor,k=Math.pow,_=c("".charAt),C=c(/./.exec),N=c([].join),D=c(1..toString),U=c([].pop),M=c([].push),F=c("".replace),B=c([].shift),H=c("".split),q=c("".slice),z=c("".toLowerCase),W=c([].unshift),V="Invalid scheme",$="Invalid host",Y="Invalid port",G=/[a-z]/i,X=/[\d+-.a-z]/i,J=/\d/,Q=/^0x/i,K=/^[0-7]+$/,Z=/^\d+$/,tt=/^[\da-f]+$/i,et=/[\0\t\n\r #%/:<>?@[\\\]^|]/,rt=/[\0\t\n\r #/:<>?@[\\\]^|]/,nt=/^[\u0000-\u0020]+/,ot=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,it=/[\t\n\r]/g,at=function(t){var e,r,n,o;if("number"==typeof t){for(e=[],r=0;r<4;r++)W(e,t%256),t=I(t/256);return N(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,r=1,n=null,o=0,i=0;i<8;i++)0!==t[i]?(o>r&&(e=n,r=o),n=null,o=0):(null===n&&(n=i),++o);return o>r?n:e}(t),r=0;r<8;r++)o&&0===t[r]||(o&&(o=!1),n===r?(e+=r?":":"::",o=!0):(e+=D(t[r],16),r<7&&(e+=":")));return"["+e+"]"}return t},ut={},st=h({},ut,{" ":1,'"':1,"<":1,">":1,"`":1}),ct=h({},st,{"#":1,"?":1,"{":1,"}":1}),ft=h({},ct,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),lt=function(t,e){var r=g(t,0);return r>32&&r<127&&!d(e,t)?t:encodeURIComponent(t)},pt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},dt=function(t,e){var r;return 2===t.length&&C(G,_(t,0))&&(":"===(r=_(t,1))||!e&&"|"===r)},ht=function(t){var e;return t.length>1&&dt(q(t,0,2))&&(2===t.length||"/"===(e=_(t,2))||"\\"===e||"?"===e||"#"===e)},vt=function(t){return"."===t||"%2e"===z(t)},yt={},gt={},mt={},bt={},wt={},xt={},Et={},Ot={},St={},At={},Tt={},Pt={},jt={},Lt={},Rt={},It={},kt={},_t={},Ct={},Nt={},Dt={},Ut=function(t,e,r){var n,o,i,a=b(t);if(e){if(o=this.parse(a))throw new L(o);this.searchParams=null}else{if(void 0!==r&&(n=new Ut(r,!0)),o=this.parse(a,null,n))throw new L(o);(i=P(new T)).bindURL(this),this.searchParams=i}};Ut.prototype={type:"URL",parse:function(t,e,r){var o,i,a,u,s,c=this,f=e||yt,l=0,p="",h=!1,g=!1,m=!1;for(t=b(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=F(t,nt,""),t=F(t,ot,"$1")),t=F(t,it,""),o=v(t);l<=o.length;){switch(i=o[l],f){case yt:if(!i||!C(G,i)){if(e)return V;f=mt;continue}p+=z(i),f=gt;break;case gt:if(i&&(C(X,i)||"+"===i||"-"===i||"."===i))p+=z(i);else{if(":"!==i){if(e)return V;p="",f=mt,l=0;continue}if(e&&(c.isSpecial()!==d(pt,p)||"file"===p&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=p,e)return void(c.isSpecial()&&pt[c.scheme]===c.port&&(c.port=null));p="","file"===c.scheme?f=Lt:c.isSpecial()&&r&&r.scheme===c.scheme?f=bt:c.isSpecial()?f=Ot:"/"===o[l+1]?(f=wt,l++):(c.cannotBeABaseURL=!0,M(c.path,""),f=Ct)}break;case mt:if(!r||r.cannotBeABaseURL&&"#"!==i)return V;if(r.cannotBeABaseURL&&"#"===i){c.scheme=r.scheme,c.path=y(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,f=Dt;break}f="file"===r.scheme?Lt:xt;continue;case bt:if("/"!==i||"/"!==o[l+1]){f=xt;continue}f=St,l++;break;case wt:if("/"===i){f=At;break}f=_t;continue;case xt:if(c.scheme=r.scheme,i===n)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.query=r.query;else if("/"===i||"\\"===i&&c.isSpecial())f=Et;else if("?"===i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.query="",f=Nt;else{if("#"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.path.length--,f=_t;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=y(r.path),c.query=r.query,c.fragment="",f=Dt}break;case Et:if(!c.isSpecial()||"/"!==i&&"\\"!==i){if("/"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,f=_t;continue}f=At}else f=St;break;case Ot:if(f=St,"/"!==i||"/"!==_(p,l+1))continue;l++;break;case St:if("/"!==i&&"\\"!==i){f=At;continue}break;case At:if("@"===i){h&&(p="%40"+p),h=!0,a=v(p);for(var w=0;w65535)return Y;c.port=c.isSpecial()&&O===pt[c.scheme]?null:O,p=""}if(e)return;f=kt;continue}return Y}p+=i;break;case Lt:if(c.scheme="file","/"===i||"\\"===i)f=Rt;else{if(!r||"file"!==r.scheme){f=_t;continue}switch(i){case n:c.host=r.host,c.path=y(r.path),c.query=r.query;break;case"?":c.host=r.host,c.path=y(r.path),c.query="",f=Nt;break;case"#":c.host=r.host,c.path=y(r.path),c.query=r.query,c.fragment="",f=Dt;break;default:ht(N(y(o,l),""))||(c.host=r.host,c.path=y(r.path),c.shortenPath()),f=_t;continue}}break;case Rt:if("/"===i||"\\"===i){f=It;break}r&&"file"===r.scheme&&!ht(N(y(o,l),""))&&(dt(r.path[0],!0)?M(c.path,r.path[0]):c.host=r.host),f=_t;continue;case It:if(i===n||"/"===i||"\\"===i||"?"===i||"#"===i){if(!e&&dt(p))f=_t;else if(""===p){if(c.host="",e)return;f=kt}else{if(u=c.parseHost(p))return u;if("localhost"===c.host&&(c.host=""),e)return;p="",f=kt}continue}p+=i;break;case kt:if(c.isSpecial()){if(f=_t,"/"!==i&&"\\"!==i)continue}else if(e||"?"!==i)if(e||"#"!==i){if(i!==n&&(f=_t,"/"!==i))continue}else c.fragment="",f=Dt;else c.query="",f=Nt;break;case _t:if(i===n||"/"===i||"\\"===i&&c.isSpecial()||!e&&("?"===i||"#"===i)){if(".."===(s=z(s=p))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(c.shortenPath(),"/"===i||"\\"===i&&c.isSpecial()||M(c.path,"")):vt(p)?"/"===i||"\\"===i&&c.isSpecial()||M(c.path,""):("file"===c.scheme&&!c.path.length&&dt(p)&&(c.host&&(c.host=""),p=_(p,0)+":"),M(c.path,p)),p="","file"===c.scheme&&(i===n||"?"===i||"#"===i))for(;c.path.length>1&&""===c.path[0];)B(c.path);"?"===i?(c.query="",f=Nt):"#"===i&&(c.fragment="",f=Dt)}else p+=lt(i,ct);break;case Ct:"?"===i?(c.query="",f=Nt):"#"===i?(c.fragment="",f=Dt):i!==n&&(c.path[0]+=lt(i,ut));break;case Nt:e||"#"!==i?i!==n&&("'"===i&&c.isSpecial()?c.query+="%27":c.query+="#"===i?"%23":lt(i,ut)):(c.fragment="",f=Dt);break;case Dt:i!==n&&(c.fragment+=lt(i,st))}l++}},parseHost:function(t){var e,r,n;if("["===_(t,0)){if("]"!==_(t,t.length-1))return $;if(e=function(t){var e,r,n,o,i,a,u,s=[0,0,0,0,0,0,0,0],c=0,f=null,l=0,p=function(){return _(t,l)};if(":"===p()){if(":"!==_(t,1))return;l+=2,f=++c}for(;p();){if(8===c)return;if(":"!==p()){for(e=r=0;r<4&&C(tt,p());)e=16*e+R(p(),16),l++,r++;if("."===p()){if(0===r)return;if(l-=r,c>6)return;for(n=0;p();){if(o=null,n>0){if(!("."===p()&&n<4))return;l++}if(!C(J,p()))return;for(;C(J,p());){if(i=R(p(),10),null===o)o=i;else{if(0===o)return;o=10*o+i}if(o>255)return;l++}s[c]=256*s[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===p()){if(l++,!p())return}else if(p())return;s[c++]=e}else{if(null!==f)return;l++,f=++c}}if(null!==f)for(a=c-f,c=7;0!==c&&a>0;)u=s[c],s[c--]=s[f+a-1],s[f+--a]=u;else if(8!==c)return;return s}(q(t,1,-1)),!e)return $;this.host=e}else if(this.isSpecial()){if(t=m(t),C(et,t))return $;if(e=function(t){var e,r,n,o,i,a,u,s=H(t,".");if(s.length&&""===s[s.length-1]&&s.length--,(e=s.length)>4)return t;for(r=[],n=0;n1&&"0"===_(o,0)&&(i=C(Q,o)?16:8,o=q(o,8===i?1:2)),""===o)a=0;else{if(!C(10===i?Z:8===i?K:tt,o))return t;a=R(o,i)}M(r,a)}for(n=0;n=k(256,5-e))return null}else if(a>255)return null;for(u=U(r),n=0;n1?arguments[1]:void 0,n=S(e,new Ut(t,!1,r));i||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},Ft=Mt.prototype,Bt=function(t,e){return{get:function(){return A(this)[t]()},set:e&&function(t){return A(this)[e](t)},configurable:!0,enumerable:!0}};if(i&&(l(Ft,"href",Bt("serialize","setHref")),l(Ft,"origin",Bt("getOrigin")),l(Ft,"protocol",Bt("getProtocol","setProtocol")),l(Ft,"username",Bt("getUsername","setUsername")),l(Ft,"password",Bt("getPassword","setPassword")),l(Ft,"host",Bt("getHost","setHost")),l(Ft,"hostname",Bt("getHostname","setHostname")),l(Ft,"port",Bt("getPort","setPort")),l(Ft,"pathname",Bt("getPathname","setPathname")),l(Ft,"search",Bt("getSearch","setSearch")),l(Ft,"searchParams",Bt("getSearchParams")),l(Ft,"hash",Bt("getHash","setHash"))),f(Ft,"toJSON",(function(){return A(this).serialize()}),{enumerable:!0}),f(Ft,"toString",(function(){return A(this).serialize()}),{enumerable:!0}),j){var Ht=j.createObjectURL,qt=j.revokeObjectURL;Ht&&f(Mt,"createObjectURL",s(Ht,j)),qt&&f(Mt,"revokeObjectURL",s(qt,j))}w(Mt,"URL"),o({global:!0,constructor:!0,forced:!a,sham:!i},{URL:Mt})},9734:(t,e,r)=>{r(928)},2134:(t,e,r)=>{var n=r(7568),o=r(3155);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},426:(t,e,r)=>{r.d(e,{PN:()=>g,r7:()=>m,Qx:()=>b});var n=r(5404),o={now:function(){return(o.delegate||performance).now()},delegate:void 0},i=r(6884);function a(t){return new n.c((function(e){var r=t||o,n=r.now(),a=0,u=function(){e.closed||(a=i.H.requestAnimationFrame((function(o){a=0;var i=r.now();e.next({timestamp:t?i:o,elapsed:i-n}),u()})))};return u(),function(){a&&i.H.cancelAnimationFrame(a)}}))}var u=a(),s=r(8726),c=r(610),f=r(1660);var l=r(1635),p=r(260),d=r(7661);function h(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 v(t){for(var e=1;e{var n=new AbortController,{signal:o}=n,i=null;return fetch(t,v(v({},e),{},{signal:o})).then((t=>{i=t,r.next(t),r.complete()})).catch((t=>r.error(t))),()=>{i||n.abort()}}))}function m(t){return new n.c((e=>{var r=e.next.bind(e);return t.onchange?t.addEventListener("change",r):t.addListener(r),()=>{t.onchange?t.removeEventListener("change",r):t.removeListener(r)}}))}function b(t,e,r,n,o){return(v?a(v):u).pipe((0,s.T)((t=>{var{elapsed:e}=t;return e})),(i=t=>tt(i,e,r,n,o))));var i,h,v}},77:(t,e,r)=>{r.d(e,{Nc:()=>a,P4:()=>i,c3:()=>o});var n=r(5404);function o(t){return new n.c((e=>{var r=new ResizeObserver((t=>t.forEach((t=>e.next(t)))));return r.observe(t),()=>{r.unobserve(t)}}))}function i(t,e){return new n.c((r=>{var n=new MutationObserver((t=>t.forEach((t=>r.next(t)))));return n.observe(t,e),()=>{n.disconnect()}}))}function a(t,e){return new n.c((r=>{var n=new IntersectionObserver((t=>r.next(t)),e);return Array.isArray(t)?t.forEach((t=>n.observe(t))):n.observe(t),()=>{Array.isArray(t)?t.forEach((t=>n.unobserve(t))):n.unobserve(t)}}))}},8679:(t,e,r)=>{r.d(e,{BB:()=>f,d0:()=>p,tL:()=>l});var n=r(880),o=r(9258),i=r(4261),a=r(1872),u=r(8726),s=r(7137),c=r(756);function f(t){return e=>t.pipe((0,o.n)((t=>t?e:n.t)))}function l(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n0===r.length?e.pipe((0,i.E)(t),(0,a.p)((t=>{var[,e]=t;return e})),(0,u.T)((t=>{var[e]=t;return e}))):e.pipe((0,i.E)(t,...r),(0,a.p)((t=>{var[,...e]=t;return e.every((t=>t))})),(0,u.T)((t=>{var[e]=t;return e})))}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return e=>{var r=[];return e.pipe((0,s.M)((t=>r.push(t))),(0,c.B)(t),(0,u.T)((()=>r)),(0,s.M)((()=>r=[])))}}},7580:(t,e,r)=>{function n(){var t=document.documentElement,e=document.body,r="scrollHeight";return t[r]||e[r]}function o(){return window.pageYOffset||document.body.scrollTop}r.d(e,{Hj:()=>n,Ni:()=>u,eo:()=>a,hY:()=>o});var i=(t,e)=>(t.matches||t.msMatchesSelector).call(t,e);function a(t,e){for(var r=t;null!=r;){if(i(r,e))return r;r=r.parentNode instanceof Element?r.parentNode:null}return null}function u(){var t,e,r=new Promise(((r,n)=>(t=r,e=n)));return r.resolve=t,r.reject=e,r}},1635:(t,e,r)=>{r.d(e,{AQ:()=>p,C6:()=>o,Cg:()=>i,GG:()=>v,Ju:()=>s,N3:()=>l,YH:()=>u,fX:()=>f,gn:()=>h,sH:()=>a,xN:()=>d,zs:()=>c});var n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)};function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function i(t,e,r,n){var o,i=arguments.length,a=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,n);else for(var u=t.length-1;u>=0;u--)(o=t[u])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a}function a(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{s(n.next(t))}catch(t){i(t)}}function u(t){try{s(n.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,u)}s((n=n.apply(t,e||[])).next())}))}function u(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(s){return function(u){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(a=0)),a;)try{if(r=1,n&&(o=2&u[0]?n.return:u[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,u[1])).done)return o;switch(n=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return a.label++,{value:u[1],done:!1};case 5:a.label++,n=u[1],u=[0];continue;case 7:u=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){a=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function c(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}function f(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o1||u(t,e)}))})}function u(t,e){try{(r=o[t](e)).value instanceof l?Promise.resolve(r.value.v).then(s,c):f(i[0][2],r)}catch(t){f(i[0][3],t)}var r}function s(t){u("next",t)}function c(t){u("throw",t)}function f(t,e){t(e),i.shift(),i.length&&u(i[0][0],i[0][1])}}function d(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=s(t),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise((function(n,o){(function(t,e,r,n){Promise.resolve(n).then((function(e){t({value:e,done:r})}),e)})(n,o,(e=t[r](e)).done,e.value)}))}}}Object.create;function h(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}function v(t,e,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!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"===n?o.call(t,r):o?o.value=r:e.set(t,r),r}"function"==typeof SuppressedError&&SuppressedError}},i={};function a(t){var e=i[t];if(void 0!==e)return e.exports;var r=i[t]={exports:{}};return o[t].call(r.exports,r,r.exports,a),r.exports}a.m=o,a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,a.t=function(r,n){if(1&n&&(r=this(r)),8&n)return r;if("object"==typeof r&&r){if(4&n&&r.__esModule)return r;if(16&n&&"function"==typeof r.then)return r}var o=Object.create(null);a.r(o);var i={};t=t||[null,e({}),e([]),e(e)];for(var u=2&n&&r;"object"==typeof u&&!~t.indexOf(u);u=e(u))Object.getOwnPropertyNames(u).forEach((t=>i[t]=()=>r[t]));return i.default=()=>r,a.d(o,i),o},a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,r)=>(a.f[r](t,e),e)),[])),a.u=t=>(({66:"webanimations",187:"search",248:"drawer",358:"search-worker",394:"resize-observer",415:"webcomponents",479:"push-state",553:"fetch",558:"shadydom",659:"intersection-observer",679:"toc",825:"navbar"}[t]||t)+"-deepdive-9.1.7.min.js"),a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r={},n="deepdive:",a.l=(t,e,o,i)=>{if(r[t])r[t].push(e);else{var u,s;if(void 0!==o)for(var c=document.getElementsByTagName("script"),f=0;f{u.onerror=u.onload=null,clearTimeout(d);var o=r[t];if(delete r[t],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((t=>t(n))),e)return e(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=p.bind(null,u.onerror),u.onload=p.bind(null,u.onload),s&&document.head.appendChild(u)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.p="/assets/js/",(()=>{a.b=document.baseURI||self.location.href;var t={792:0};a.f.j=(e,r)=>{var n=a.o(t,e)?t[e]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,o)=>n=t[e]=[r,o]));r.push(n[2]=o);var i=a.p+a.u(e),u=new Error;a.l(i,(r=>{if(a.o(t,e)&&(0!==(n=t[e])&&(t[e]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;u.message="Loading chunk "+e+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,n[1](u)}}),"chunk-"+e,e)}};var e=(e,r)=>{var n,o,[i,u,s]=r,c=0;if(i.some((e=>0!==t[e]))){for(n in u)a.o(u,n)&&(a.m[n]=u[n]);if(s)s(a)}for(e&&e(r);c{n.d(e,{q:()=>o,u:()=>i});var r=new WeakMap,i=function(t){return function(){var e=t.apply(void 0,arguments);return r.set(e,!0),e}},o=function(t){return"function"==typeof t&&r.has(t)}},52015:(t,e,n)=>{n.d(e,{Pf:()=>i,if:()=>o,o6:()=>r});var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,i=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 i=e.nextSibling;t.insertBefore(e,r),e=i}},o=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}}},92994:(t,e,n)=>{n.d(e,{c:()=>r,s:()=>i});var r={},i={}},23169:(t,e,n)=>{n.d(e,{GP:()=>A,Qh:()=>P,Vm:()=>j,Yp:()=>T,ab:()=>k,g$:()=>E,pU:()=>N});var r=n(44778),i=n(52015),o=n(92994),a=n(74529),u=n(9655),s=n(83001);function l(t,e,n){return e=h(e),function(t,e){if(e&&("object"==w(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,c()?Reflect.construct(e,n||[],h(t).constructor):e.apply(t,n))}function c(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(c=function(){return!!t})()}function f(){return f="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=function(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=h(t)););return t}(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(arguments.length<3?t:n):i.value}},f.apply(null,arguments)}function h(t){return h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},h(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&&v(t,e)}function v(t,e){return v=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},v(t,e)}function d(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 y(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)?y(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,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw o}}}}function y(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;(0,i.if)(this.startNode.parentNode,t.nextSibling,this.endNode)}}])}(),T=function(){return g((function t(e,n,r){if(m(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;(0,r.q)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=o.c,t(this)}if(this.__pendingValue!==o.c){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=o.c}}}])}(),E=function(t){function e(t,n,r){var i;return m(this,e),(i=l(this,e,[t,n,r])).single=2===r.length&&""===r[0]&&""===r[1],i}return p(e,t),g(e,[{key:"_createPart",value:function(){return new j(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:f(h(e.prototype),"_getValue",this).call(this)}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}])}(N),j=function(t){function e(){return m(this,e),l(this,e,arguments)}return p(e,t),g(e)}(k),V=!1;!function(){try{var t={get capture(){return V=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var A=function(){return g((function t(e,n,r){var i=this;m(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return i.handleEvent(t)}}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;(0,r.q)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=o.c,t(this)}if(this.__pendingValue!==o.c){var e=this.__pendingValue,n=this.value,i=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),a=null!=e&&(null==n||i);i&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),a&&(this.__options=O(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=o.c}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}])}(),O=function(t){return t&&(V?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}},71979:(t,e,n)=>{n.d(e,{X:()=>u,r:()=>a});var r=n(52015),i=n(23169),o=n(10650),a=new WeakMap,u=function(t,e,n){var u=a.get(e);void 0===u&&((0,r.if)(e,e.firstChild),a.set(e,u=new i.Qh(Object.assign({templateFactory:o.v},n))),u.appendInto(e)),u.setValue(t),u.commit()}},10650:(t,e,n)=>{n.d(e,{c:()=>o,v:()=>i});var r=n(83001);function i(t){var e=o.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},o.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var i=t.strings.join(r.xL);return void 0===(n=e.keyString.get(i))&&(n=new r.Bj(t,t.getTemplateElement()),e.keyString.set(i,n)),e.stringsArray.set(t.strings,n),n}var o=new Map},74529:(t,e,n)=>{n.d(e,{i:()=>h});var r=n(52015),i=n(83001);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},o(t)}function a(t){return function(t){if(Array.isArray(t))return l(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||s(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=s(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,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw o}}}}function s(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}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n{n.d(e,{Q:()=>f});n(52015);var r=n(83001);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},i(t)}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n-1||n)&&-1===o.indexOf("--\x3e",a+1);var u=r.zY.exec(o);e+=null===u?o+(n?c:r.XY):o.substr(0,u.index)+u[1]+u[2]+r.c1+u[3]+r.xL}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==l&&(e=l.createHTML(e)),t.innerHTML=e,t}}])}()},83001:(t,e,n)=>{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},r(t)}function i(t,e){for(var n=0;nf,XY:()=>s,c1:()=>c,h5:()=>v,s9:()=>p,xL:()=>u,zY:()=>d});var u="{{lit-".concat(String(Math.random()).slice(2),"}}"),s="\x3c!--".concat(u,"--\x3e"),l=new RegExp("".concat(u,"|").concat(s)),c="$lit$",f=o((function t(e,n){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.parts=[],this.element=n;for(var r=[],i=[],o=document.createTreeWalker(n.content,133,null,!1),a=0,s=-1,f=0,p=e.strings,y=e.values.length;f0;){var x=p[f],S=d.exec(x)[2],N=S.toLowerCase()+c,k=m.getAttribute(N);m.removeAttribute(N);var P=k.split(l);this.parts.push({type:"attribute",index:s,name:S,strings:P}),f+=P.length-1}}"TEMPLATE"===m.tagName&&(i.push(m),o.currentNode=m.content)}else if(3===m.nodeType){var T=m.data;if(T.indexOf(u)>=0){for(var E=m.parentNode,j=T.split(l),V=j.length-1,A=0;A=0&&t.slice(n)===e},p=function(t){return-1!==t.index},v=function(){return document.createComment("")},d=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/},49182:(t,e,n)=>{n.d(e,{ab:()=>r.ab,Qh:()=>r.Qh,Vm:()=>r.Vm,h5:()=>h.h5,u$:()=>l.u,qy:()=>p,if:()=>c.if,XX:()=>f.X,Pf:()=>c.Pf});var r=n(23169);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},i(t)}function o(t,e){for(var n=0;n1?e-1:0),r=1;r{n.d(e,{q:()=>o,u:()=>i});var r=new WeakMap,i=function(t){return function(){var e=t.apply(void 0,arguments);return r.set(e,!0),e}},o=function(t){return"function"==typeof t&&r.has(t)}},52015:(t,e,n)=>{n.d(e,{Pf:()=>i,if:()=>o,o6:()=>r});var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,i=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 i=e.nextSibling;t.insertBefore(e,r),e=i}},o=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}}},92994:(t,e,n)=>{n.d(e,{c:()=>r,s:()=>i});var r={},i={}},23169:(t,e,n)=>{n.d(e,{GP:()=>A,Qh:()=>P,Vm:()=>j,Yp:()=>T,ab:()=>k,g$:()=>E,pU:()=>N});var r=n(44778),i=n(52015),o=n(92994),a=n(74529),u=n(9655),s=n(83001);function l(t,e,n){return e=p(e),function(t,e){if(e&&("object"==w(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,c()?Reflect.construct(e,n||[],p(t).constructor):e.apply(t,n))}function c(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(c=function(){return!!t})()}function f(){return f="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=function(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=p(t)););return t}(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(arguments.length<3?t:n):i.value}},f.apply(null,arguments)}function p(t){return p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},p(t)}function h(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&&v(t,e)}function v(t,e){return v=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},v(t,e)}function d(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 y(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)?y(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,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw o}}}}function y(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;(0,i.if)(this.startNode.parentNode,t.nextSibling,this.endNode)}}])}(),T=function(){return g((function t(e,n,r){if(m(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;(0,r.q)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=o.c,t(this)}if(this.__pendingValue!==o.c){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=o.c}}}])}(),E=function(t){function e(t,n,r){var i;return m(this,e),(i=l(this,e,[t,n,r])).single=2===r.length&&""===r[0]&&""===r[1],i}return h(e,t),g(e,[{key:"_createPart",value:function(){return new j(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:(t=e,n="_getValue",r=this,o=f(p(1&(i=3)?t.prototype:t),n,r),2&i&&"function"==typeof o?function(t){return o.apply(r,t)}:o)([]);var t,n,r,i,o}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}])}(N),j=function(t){function e(){return m(this,e),l(this,e,arguments)}return h(e,t),g(e)}(k),V=!1;!function(){try{var t={get capture(){return V=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var A=function(){return g((function t(e,n,r){var i=this;m(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return i.handleEvent(t)}}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;(0,r.q)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=o.c,t(this)}if(this.__pendingValue!==o.c){var e=this.__pendingValue,n=this.value,i=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),a=null!=e&&(null==n||i);i&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),a&&(this.__options=O(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=o.c}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}])}(),O=function(t){return t&&(V?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}},71979:(t,e,n)=>{n.d(e,{X:()=>u,r:()=>a});var r=n(52015),i=n(23169),o=n(10650),a=new WeakMap,u=function(t,e,n){var u=a.get(e);void 0===u&&((0,r.if)(e,e.firstChild),a.set(e,u=new i.Qh(Object.assign({templateFactory:o.v},n))),u.appendInto(e)),u.setValue(t),u.commit()}},10650:(t,e,n)=>{n.d(e,{c:()=>o,v:()=>i});var r=n(83001);function i(t){var e=o.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},o.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var i=t.strings.join(r.xL);return void 0===(n=e.keyString.get(i))&&(n=new r.Bj(t,t.getTemplateElement()),e.keyString.set(i,n)),e.stringsArray.set(t.strings,n),n}var o=new Map},74529:(t,e,n)=>{n.d(e,{i:()=>p});var r=n(52015),i=n(83001);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},o(t)}function a(t){return function(t){if(Array.isArray(t))return l(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||s(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=s(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,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw o}}}}function s(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}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n{n.d(e,{Q:()=>f});n(52015);var r=n(83001);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},i(t)}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n-1||n)&&-1===o.indexOf("--\x3e",a+1);var u=r.zY.exec(o);e+=null===u?o+(n?c:r.XY):o.substr(0,u.index)+u[1]+u[2]+r.c1+u[3]+r.xL}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==l&&(e=l.createHTML(e)),t.innerHTML=e,t}}])}()},83001:(t,e,n)=>{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},r(t)}function i(t,e){for(var n=0;nf,XY:()=>s,c1:()=>c,h5:()=>v,s9:()=>h,xL:()=>u,zY:()=>d});var u="{{lit-".concat(String(Math.random()).slice(2),"}}"),s="\x3c!--".concat(u,"--\x3e"),l=new RegExp("".concat(u,"|").concat(s)),c="$lit$",f=o((function t(e,n){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.parts=[],this.element=n;for(var r=[],i=[],o=document.createTreeWalker(n.content,133,null,!1),a=0,s=-1,f=0,h=e.strings,y=e.values.length;f0;){var x=h[f],S=d.exec(x)[2],N=S.toLowerCase()+c,k=m.getAttribute(N);m.removeAttribute(N);var P=k.split(l);this.parts.push({type:"attribute",index:s,name:S,strings:P}),f+=P.length-1}}"TEMPLATE"===m.tagName&&(i.push(m),o.currentNode=m.content)}else if(3===m.nodeType){var T=m.data;if(T.indexOf(u)>=0){for(var E=m.parentNode,j=T.split(l),V=j.length-1,A=0;A=0&&t.slice(n)===e},h=function(t){return-1!==t.index},v=function(){return document.createComment("")},d=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/},49182:(t,e,n)=>{n.d(e,{ab:()=>r.ab,Qh:()=>r.Qh,Vm:()=>r.Vm,h5:()=>p.h5,u$:()=>l.u,qy:()=>h,if:()=>c.if,XX:()=>f.X,Pf:()=>c.Pf});var r=n(23169);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},i(t)}function o(t,e){for(var n=0;n1?e-1:0),r=1;r{"use strict";function e(t){return e="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(t)}function t(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:"",r="";if(e.cssText||e.rules){var o=e.rules;if(o&&!function(e){var t=e[0];return Boolean(t)&&Boolean(t.selector)&&0===t.selector.indexOf(_)}(o))for(var i,s=0,u=o.length;s-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||!b)&&(v?"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},Y(e)}function $(e,t){for(var n=0;n4&&void 0!==arguments[4]?arguments[4]:"";if(""===r)if(v||"shady"===(arguments.length>3&&void 0!==arguments[3]?arguments[3]:""))r=M(t,n);else{var o=G(e),i=o.is,s=o.typeExtension;r=this.css(t,i,s,n)+"\n\n"}return r.trim()}},{key:"css",value:function(e,t,n,r){var o=this._calcHostScope(t,n);t=this._calcElementScope(t);var i=this;return M(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?he+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(!R(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(ye);){var r=t.index,o=H(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,me),n.push(i)}return{selector:e,matches:n}}},{key:"_replaceMatchesPseudo",value:function(e,t){var n=e.split(me);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=ee.test(e);i&&(e=e.replace(ee,(function(e,t,n){return":".concat(t,"(").concat(n.replace(/\s/g,""),")")})),e=this._twiddleNthPlus(e));var s,a=ye.test(e);if(a){var l=this._preserveMatchesPseudo(e);e=l.selector,s=l.matches}return e=(e=e.replace(le,"".concat(ie," $1"))).replace(re,(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(de,(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(ae);e.indexOf(ie)>=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(ce,(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,oe=/[[.:#*]/,ie=":host",se=":root",ae="::slotted",le=new RegExp("^(".concat(ae,")")),ue=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ce=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,de=/(.*):dir\((?:(ltr|rtl))\)(.*)/,he=".",fe=":",pe="class",_e="should_not_match",ye=/:(?:matches|any|-(?:webkit|moz)-any)/,me="";const ve=new Q;function ge(e){return ge="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ge(e)}function Se(e,t){for(var n=0;n\s*/;var xe=navigator.userAgent.match("Trident"),ke="x-scope",De=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 ke}},{key:"decorateStyles",value:function(e){var t=this,n={},r=[],o=0;L(e,(function(e){t.decorateRule(e),e.index=o++,t.collectPropertiesInCssText(e.propertyInfo.cssText,n)}),(function(e){r.push(e)})),e._keyframes=r;var i=[];for(var s in n)i.push(s);return i}},{key:"decorateRule",value:function(e){if(e.propertyInfo)return e.propertyInfo;var t={},n={};return this.collectProperties(e,n)&&(t.properties=n,e.rules=null),t.cssText=this.collectCssText(e),e.propertyInfo=t,t}},{key:"collectProperties",value:function(e,t){var n=e.propertyInfo;if(!n){for(var r,o,i,s=E,a=e.parsedCssText;r=s.exec(a);)"inherit"===(o=(r[2]||r[3]).trim())&&"unset"===o||(t[r[1].trim()]=o),i=!0;return i}if(n.properties)return Object.assign(t,n.properties),!0}},{key:"collectCssText",value:function(e){return this.collectConsumingCssText(e.parsedCssText)}},{key:"collectConsumingCssText",value:function(e){return e.replace(O,"").replace(E,"")}},{key:"collectPropertiesInCssText",value:function(e,t){for(var n;n=w.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=B(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=ve._transformRuleCss(t,ve._transformComplexSelector,ve._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 L(t,(function(t){r.whenHostOrRootRule(e,t,n,(function(n){var s=e._element||e;Oe.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=ve._calcHostScope(i,s),l=e.extends?"\\"+a.slice(0,-1)+"\\]":a,u=new RegExp("(?:^|[^.#[:])"+l+"($|[.:[\\s>+~])"),c=Ne.get(e),d=c.styleRules,h=c.cssBuild,f=this._elementKeyframeTransforms(e,d,n);return ve.elementStyles(e,d,(function(e){r.applyProperties(e,t),v||R(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(!v&&r)for(var i=0,s=r[i];i-1&&(r.textContent=o),F(r,null,i.placeholder)):o&&(r=I(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=A(e),r=this;e.textContent=M(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=l(n),e.cssText=r.valueForProperties(n,t))}))}}],t&&Ce(e.prototype,t),n&&Ce(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n}();const Me=new De;var Ae={};function Re(e){return Ae[e]||null}function Le(e){var t,n,r,o;Ae[e]||(Ae[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=j?j.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),j=n,n))}var Ie=window.customElements;if(Ie&&!v&&!S){var je=Ie.define;Ie.define=function(e,t,n){Le(e),je.call(Ie,e,t,n)}}function Fe(e){return Fe="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},Fe(e)}function He(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:100;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(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}}}])&&He(e.prototype,t),n&&He(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n}(),qe=function(){};var Ge=new RegExp("".concat(ve.SCOPE_NAME,"\\s*([^\\s]*)"));function We(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Ge);return t?t[1]:""}function Ve(e){var t=q(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?G(n).is:""}function Ke(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(ve.SCOPE_NAME,")")),n=0;n]/g;function W(e){switch(e){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}}function V(e){for(var t={},n=0;n";break e;case Node.TEXT_NODE:a=a.data,a=l&&X[l.localName]?a:a.replace(G,W);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,$={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},J={};function Z(e){J[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(ft(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 vt=c.querySelectorImplementation,gt=M({querySelector:function(e){if("native"===vt){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"===vt)return mt(this,e)[0]||null;if(void 0===vt)return ft(this,(function(t){return g.call(t,e)}),(function(e){return!!e}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+vt+"'")},querySelectorAll:function(e,t){if(t||"native"===vt){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"===vt)return T(mt(this,e));if(void 0===vt)return T(ft(this,(function(t){return g.call(t,e)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+vt+"'")}}),St=c.C&&!c.l?A({},yt):yt;A(yt,gt);var bt=M({after:function(e){for(var t=[],n=0;no.assignedNodes.length&&(o.M=!0)}o.M&&(o.M=!1,an(this,t))}for(t=this.g,n=[],o=0;on.indexOf(r))||n.push(r);for(t=0;t{"use strict";function e(t){return e="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(t)}function t(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:"",r="";if(e.cssText||e.rules){var o=e.rules;if(o&&!function(e){var t=e[0];return Boolean(t)&&Boolean(t.selector)&&0===t.selector.indexOf(_)}(o))for(var i,s=0,u=o.length;s-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||!b)&&(v?"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},Y(e)}function $(e,t){for(var n=0;n4&&void 0!==arguments[4]?arguments[4]:"";if(""===r)if(v||"shady"===(arguments.length>3&&void 0!==arguments[3]?arguments[3]:""))r=M(t,n);else{var o=G(e),i=o.is,s=o.typeExtension;r=this.css(t,i,s,n)+"\n\n"}return r.trim()}},{key:"css",value:function(e,t,n,r){var o=this._calcHostScope(t,n);t=this._calcElementScope(t);var i=this;return M(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?he+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(!R(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(ye);){var r=t.index,o=H(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,me),n.push(i)}return{selector:e,matches:n}}},{key:"_replaceMatchesPseudo",value:function(e,t){var n=e.split(me);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=ee.test(e);i&&(e=e.replace(ee,(function(e,t,n){return":".concat(t,"(").concat(n.replace(/\s/g,""),")")})),e=this._twiddleNthPlus(e));var s,a=ye.test(e);if(a){var l=this._preserveMatchesPseudo(e);e=l.selector,s=l.matches}return e=(e=e.replace(le,"".concat(ie," $1"))).replace(re,(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(de,(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(ae);e.indexOf(ie)>=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(ce,(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,oe=/[[.:#*]/,ie=":host",se=":root",ae="::slotted",le=new RegExp("^(".concat(ae,")")),ue=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ce=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,de=/(.*):dir\((?:(ltr|rtl))\)(.*)/,he=".",fe=":",pe="class",_e="should_not_match",ye=/:(?:matches|any|-(?:webkit|moz)-any)/,me="";const ve=new Q;function ge(e){return ge="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ge(e)}function Se(e,t){for(var n=0;n\s*/;var xe=navigator.userAgent.match("Trident"),ke="x-scope",De=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 ke}},{key:"decorateStyles",value:function(e){var t=this,n={},r=[],o=0;L(e,(function(e){t.decorateRule(e),e.index=o++,t.collectPropertiesInCssText(e.propertyInfo.cssText,n)}),(function(e){r.push(e)})),e._keyframes=r;var i=[];for(var s in n)i.push(s);return i}},{key:"decorateRule",value:function(e){if(e.propertyInfo)return e.propertyInfo;var t={},n={};return this.collectProperties(e,n)&&(t.properties=n,e.rules=null),t.cssText=this.collectCssText(e),e.propertyInfo=t,t}},{key:"collectProperties",value:function(e,t){var n=e.propertyInfo;if(!n){for(var r,o,i,s=E,a=e.parsedCssText;r=s.exec(a);)"inherit"===(o=(r[2]||r[3]).trim())&&"unset"===o||(t[r[1].trim()]=o),i=!0;return i}if(n.properties)return Object.assign(t,n.properties),!0}},{key:"collectCssText",value:function(e){return this.collectConsumingCssText(e.parsedCssText)}},{key:"collectConsumingCssText",value:function(e){return e.replace(O,"").replace(E,"")}},{key:"collectPropertiesInCssText",value:function(e,t){for(var n;n=w.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=B(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=ve._transformRuleCss(t,ve._transformComplexSelector,ve._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 L(t,(function(t){r.whenHostOrRootRule(e,t,n,(function(n){var s=e._element||e;Oe.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=ve._calcHostScope(i,s),l=e.extends?"\\"+a.slice(0,-1)+"\\]":a,u=new RegExp("(?:^|[^.#[:])"+l+"($|[.:[\\s>+~])"),c=Ne.get(e),d=c.styleRules,h=c.cssBuild,f=this._elementKeyframeTransforms(e,d,n);return ve.elementStyles(e,d,(function(e){r.applyProperties(e,t),v||R(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(!v&&r)for(var i=0,s=r[i];i-1&&(r.textContent=o),F(r,null,i.placeholder)):o&&(r=I(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=A(e),r=this;e.textContent=M(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=l(n),e.cssText=r.valueForProperties(n,t))}))}}],t&&Ce(e.prototype,t),n&&Ce(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n}();const Me=new De;var Ae={};function Re(e){return Ae[e]||null}function Le(e){var t,n,r,o;Ae[e]||(Ae[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=j?j.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),j=n,n))}var Ie=window.customElements;if(Ie&&!v&&!S){var je=Ie.define;Ie.define=function(e,t,n){Le(e),je.call(Ie,e,t,n)}}function Fe(e){return Fe="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},Fe(e)}function He(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:100;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(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}}}])&&He(e.prototype,t),n&&He(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n}(),qe=function(){};var Ge=new RegExp("".concat(ve.SCOPE_NAME,"\\s*([^\\s]*)"));function We(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Ge);return t?t[1]:""}function Ve(e){var t=q(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?G(n).is:""}function Ke(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(ve.SCOPE_NAME,")")),n=0;n]/g;function W(e){switch(e){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}}function V(e){for(var t={},n=0;n";break e;case Node.TEXT_NODE:a=a.data,a=l&&X[l.localName]?a:a.replace(G,W);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,$={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},J={};function Z(e){J[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(ft(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 vt=c.querySelectorImplementation,gt=M({querySelector:function(e){if("native"===vt){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"===vt)return mt(this,e)[0]||null;if(void 0===vt)return ft(this,(function(t){return g.call(t,e)}),(function(e){return!!e}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+vt+"'")},querySelectorAll:function(e,t){if(t||"native"===vt){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"===vt)return T(mt(this,e));if(void 0===vt)return T(ft(this,(function(t){return g.call(t,e)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+vt+"'")}}),St=c.C&&!c.l?A({},yt):yt;A(yt,gt);var bt=M({after:function(e){for(var t=[],n=0;no.assignedNodes.length&&(o.M=!0)}o.M&&(o.M=!1,an(this,t))}for(t=this.g,n=[],o=0;on.indexOf(r))||n.push(r);for(t=0;t{r.d(t,{s:()=>i});var n=(0,r(497).L)((function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}}));function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,t){var r="object"===o(t);return new Promise((function(o,i){var u,c=!1;e.subscribe({next:function(e){u=e,c=!0},error:i,complete:function(){c?o(u):r?o(t.defaultValue):i(new n)}})}))}},54417:(e,t,r)=>{r.d(t,{y:()=>f});var n=r(31635),o=r(85404),i=r(62618),u=r(38802),c=r(39419),a=r(91660),l=r(70698);function f(){for(var e=[],t=0;t{r.d(t,{W:()=>u});var n=r(62618),o=r(91660),i=r(20610);function u(e){return(0,i.N)((function(t,r){var i,c=null,a=!1;c=t.subscribe((0,o._)(r,void 0,void 0,(function(o){i=(0,n.Tg)(e(o,u(e)(t))),c?(c.unsubscribe(),c=null,i.subscribe(r)):a=!0}))),a&&(c.unsubscribe(),c=null,i.subscribe(r))}))}},21078:(e,t,r)=>{r.d(t,{p:()=>c});var n=r(8726),o=r(62618),i=r(20610),u=r(91660);function c(e,t){return t?function(r){return r.pipe(c((function(r,i){return(0,o.Tg)(e(r,i)).pipe((0,n.T)((function(e,n){return t(r,e,i,n)})))})))}:(0,i.N)((function(t,r){var n=0,i=null,c=!1;t.subscribe((0,u._)(r,(function(t){i||(i=(0,u._)(r,void 0,(function(){i=null,c&&r.complete()})),(0,o.Tg)(e(t,n++)).subscribe(i))}),(function(){c=!0,!i&&r.complete()})))}))}},38802:(e,t,r)=>{r.d(t,{K:()=>o});var n=Array.isArray;function o(e){return 1===e.length&&n(e[0])?e[0]:e}},75110:(e,t,r)=>{r.r(t),r.d(t,{HyPushState:()=>ht});var n,o=r(31635),i=r(6075),u=r(30372),c=r(45786),a=r(31430),l=r(75473),f=r(6884),s=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return(0,o.C6)(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.H.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.H.cancelAnimationFrame(r),t._scheduled=void 0)},t}(l.R),p=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,o.C6)(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(77775).q))(s),y=r(3426),h=r(15376),b=r(8726),m=r(71872),v=r(77137),d=r(40528),g=r(9486),w=r(53075),S=r(94825),O=r(96043),P=r(85698),j=r(99258),E=r(54261),k=r(12406),A=r(3677),T=r(12286);function M(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 C(e){return e&&""===e.target}function R(e,t){var r=e.url;return!(!C(e.anchor)||M(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 L(e){var t=e.cause,r=e.url,o=r.pathname,i=r.hash,u=e.oldURL;return o===(null==u?void 0:u.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 H=r(87661),N=r(54417),q=r(95213);function I(e){return I="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},I(e)}function U(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,u,c=[],a=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;a=!1}else for(;!(a=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);a=!0);}catch(e){l=!0,o=e}finally{try{if(!a&&null!=r.return&&(u=r.return(),Object(u)!==u))return}finally{if(l)throw o}}return c}}(e,t)||function(e,t){if(e){if("string"==typeof e)return D(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)?D(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 D(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,u=new CustomEvent(e);return u.oldURL=n,u.newURL=i,u};var De=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(!M(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(!M(this.parent))switch(t){case n.Init:case n.Push:var u=this.parent.histId;if(r||o.href===location.href){var c=Ne(Ne({},history.state),{},qe({},u,{}));history.replaceState(c,document.title,o.href)}else history.pushState(qe({},u,{}),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,M(this.parent)||t!==n.Push||history.replaceState(history.state,r)}},{key:"assignScrollPosition",value:function(e){var t=this.parent.histId;return Ne(Ne({},e),{},qe({},t,Ne(Ne({},e[t]),{},{scrollTop:(0,T.hY)(),scrollHeight:(0,T.Hj)()})))}}])&&Ie(e.prototype,t),r&&Ie(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,r}();function We(e){return We="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},We(e)}function _e(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array(t);r{r.d(t,{s:()=>i});var n=(0,r(497).L)((function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}}));function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,t){var r="object"===o(t);return new Promise((function(o,i){var u,c=!1;e.subscribe({next:function(e){u=e,c=!0},error:i,complete:function(){c?o(u):r?o(t.defaultValue):i(new n)}})}))}},54417:(e,t,r)=>{r.d(t,{y:()=>f});var n=r(31635),o=r(85404),i=r(62618),u=r(38802),c=r(39419),a=r(91660),l=r(70698);function f(){for(var e=[],t=0;t{r.d(t,{W:()=>u});var n=r(62618),o=r(91660),i=r(20610);function u(e){return(0,i.N)((function(t,r){var i,c=null,a=!1;c=t.subscribe((0,o._)(r,void 0,void 0,(function(o){i=(0,n.Tg)(e(o,u(e)(t))),c?(c.unsubscribe(),c=null,i.subscribe(r)):a=!0}))),a&&(c.unsubscribe(),c=null,i.subscribe(r))}))}},21078:(e,t,r)=>{r.d(t,{p:()=>c});var n=r(8726),o=r(62618),i=r(20610),u=r(91660);function c(e,t){return t?function(r){return r.pipe(c((function(r,i){return(0,o.Tg)(e(r,i)).pipe((0,n.T)((function(e,n){return t(r,e,i,n)})))})))}:(0,i.N)((function(t,r){var n=0,i=null,c=!1;t.subscribe((0,u._)(r,(function(t){i||(i=(0,u._)(r,void 0,(function(){i=null,c&&r.complete()})),(0,o.Tg)(e(t,n++)).subscribe(i))}),(function(){c=!0,!i&&r.complete()})))}))}},38802:(e,t,r)=>{r.d(t,{K:()=>o});var n=Array.isArray;function o(e){return 1===e.length&&n(e[0])?e[0]:e}},75110:(e,t,r)=>{r.r(t),r.d(t,{HyPushState:()=>ht});var n,o=r(31635),i=r(6075),u=r(30372),c=r(45786),a=r(31430),l=r(75473),f=r(6884),s=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return(0,o.C6)(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.H.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.H.cancelAnimationFrame(r),t._scheduled=void 0)},t}(l.R),p=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,o.C6)(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(77775).q))(s),y=r(3426),h=r(15376),b=r(8726),m=r(71872),v=r(77137),d=r(40528),g=r(9486),w=r(53075),S=r(94825),O=r(96043),P=r(85698),j=r(99258),E=r(54261),k=r(12406),A=r(3677),T=r(12286);function M(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 C(e){return e&&""===e.target}function R(e,t){var r=e.url;return!(!C(e.anchor)||M(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 L(e){var t=e.cause,r=e.url,o=r.pathname,i=r.hash,u=e.oldURL;return o===(null==u?void 0:u.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 H=r(87661),N=r(54417),q=r(95213);function I(e){return I="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},I(e)}function U(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,u,c=[],a=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;a=!1}else for(;!(a=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);a=!0);}catch(e){l=!0,o=e}finally{try{if(!a&&null!=r.return&&(u=r.return(),Object(u)!==u))return}finally{if(l)throw o}}return c}}(e,t)||function(e,t){if(e){if("string"==typeof e)return D(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)?D(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 D(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,u=new CustomEvent(e);return u.oldURL=n,u.newURL=i,u};var De=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(!M(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(!M(this.parent))switch(t){case n.Init:case n.Push:var u=this.parent.histId;if(r||o.href===location.href){var c=Ne(Ne({},history.state),{},qe({},u,{}));history.replaceState(c,document.title,o.href)}else history.pushState(qe({},u,{}),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,M(this.parent)||t!==n.Push||history.replaceState(history.state,r)}},{key:"assignScrollPosition",value:function(e){var t=this.parent.histId;return Ne(Ne({},e),{},qe({},t,Ne(Ne({},e[t]),{},{scrollTop:(0,T.hY)(),scrollHeight:(0,T.Hj)()})))}}])&&Ie(e.prototype,t),r&&Ie(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,r}();function We(e){return We="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},We(e)}function _e(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=Array(t);r{r.d(e,{t:()=>o});var n=r(31635),o=function(t){function e(e){var r=t.call(this)||this;return r._value=e,r}return(0,n.C6)(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(e){var r=t.prototype._subscribe.call(this,e);return!r.closed&&e.next(this._value),r},e.prototype.getValue=function(){var t=this,e=t.hasError,r=t.thrownError,n=t._value;if(e)throw r;return this._throwIfClosed(),n},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},e}(r(30372).B)},30372:(t,e,r)=>{r.d(e,{B:()=>s});var n=r(31635),o=r(85404),i=r(28539),u=(0,r(497).L)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),a=r(13352),c=r(10390),s=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(0,n.C6)(e,t),e.prototype.lift=function(t){var e=new l(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new u},e.prototype.next=function(t){var e=this;(0,c.Y)((function(){var r,o;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=(0,n.Ju)(e.currentObservers),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){r={error:t}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(r)throw r.error}}}}))},e.prototype.error=function(t){var e=this;(0,c.Y)((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var r=e.observers;r.length;)r.shift().error(t)}}))},e.prototype.complete=function(){var t=this;(0,c.Y)((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,r=this,n=r.hasError,o=r.isStopped,u=r.observers;return n||o?i.Kn:(this.currentObservers=null,u.push(t),new i.yU((function(){e.currentObservers=null,(0,a.o)(u,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,r=e.hasError,n=e.thrownError,o=e.isStopped;r?t.error(n):o&&t.complete()},e.prototype.asObservable=function(){var t=new o.c;return t.source=this,t},e.create=function(t,e){return new l(t,e)},e}(o.c),l=function(t){function e(e,r){var n=t.call(this)||this;return n.destination=e,n.source=r,n}return(0,n.C6)(e,t),e.prototype.next=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===r||r.call(e,t)},e.prototype.error=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===r||r.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,r;return null!==(r=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==r?r:i.Kn},e}(s)},3426:(t,e,r)=>{r.d(e,{v:()=>i});var n=r(85404),o=r(62618);function i(t){return new n.c((function(e){(0,o.Tg)(t()).subscribe(e)}))}},39419:(t,e,r)=>{r.d(e,{w:()=>n});var n=new(r(85404).c)((function(t){return t.complete()}))},31430:(t,e,r)=>{r.d(e,{h:()=>c});var n=r(95345),o=r(62618),i=r(39419),u=r(70698),a=r(6745);function c(){for(var t=[],e=0;e{r.d(e,{O:()=>u});var n=r(85404),o=r(39328),i=r(66706);function u(t,e,r){void 0===t&&(t=0),void 0===r&&(r=o.b);var u=-1;return null!=e&&((0,i.m)(e)?r=e:u=e),new n.c((function(e){var n,o=(n=t)instanceof Date&&!isNaN(n)?+t-r.now():t;o<0&&(o=0);var i=0;return r.schedule((function(){e.closed||(e.next(i++),0<=u?this.schedule(void 0,u):e.complete())}),o)}))}},85698:(t,e,r)=>{r.d(e,{F:()=>u});var n=r(83569),o=r(20610),i=r(91660);function u(t,e){return void 0===e&&(e=n.D),t=null!=t?t:a,(0,o.N)((function(r,n){var o,u=!0;r.subscribe((0,i._)(n,(function(r){var i=e(r);!u&&t(o,i)||(u=!1,o=i,n.next(r))})))}))}function a(t,e){return t===e}},86568:(t,e,r)=>{r.d(e,{j:()=>o});var n=r(20610);function o(t){return(0,n.N)((function(e,r){try{e.subscribe(r)}finally{r.add(t)}}))}},96043:(t,e,r)=>{r.d(e,{u:()=>o});var n=r(8726);function o(t){return(0,n.T)((function(){return t}))}},9486:(t,e,r)=>{r.d(e,{J:()=>i});var n=r(20610),o=r(91660);function i(){return(0,n.N)((function(t,e){var r,n=!1;t.subscribe((0,o._)(e,(function(t){var o=r;r=t,n&&e.next([o,t]),n=!0})))}))}},53075:(t,e,r)=>{r.d(e,{u:()=>c});var n=r(31635),o=r(62618),i=r(30372),u=r(54776),a=r(20610);function c(t){void 0===t&&(t={});var e=t.connector,r=void 0===e?function(){return new i.B}:e,n=t.resetOnError,c=void 0===n||n,l=t.resetOnComplete,f=void 0===l||l,p=t.resetOnRefCountZero,h=void 0===p||p;return function(t){var e,n,i,l=0,p=!1,y=!1,d=function(){null==n||n.unsubscribe(),n=void 0},v=function(){d(),e=i=void 0,p=y=!1},b=function(){var t=e;v(),null==t||t.unsubscribe()};return(0,a.N)((function(t,a){l++,y||p||d();var m=i=null!=i?i:r();a.add((function(){0!==--l||y||p||(n=s(b,h))})),m.subscribe(a),!e&&l>0&&(e=new u.Ms({next:function(t){return m.next(t)},error:function(t){y=!0,d(),n=s(v,c,t),m.error(t)},complete:function(){p=!0,d(),n=s(v,f),m.complete()}}),(0,o.Tg)(t).subscribe(e))}))(t)}}function s(t,e){for(var r=[],i=2;i{r.d(e,{Z:()=>u});var n=r(50260),o=r(70698),i=r(20610);function u(){for(var t=[],e=0;e{r.d(e,{s:()=>u});var n=r(39419),o=r(20610),i=r(91660);function u(t){return t<=0?function(){return n.w}:(0,o.N)((function(e,r){var n=0;e.subscribe((0,i._)(r,(function(e){++n<=t&&(r.next(e),t<=n&&r.complete())})))}))}},3677:(t,e,r)=>{r.d(e,{Q:()=>a});var n=r(20610),o=r(91660),i=r(62618),u=r(25755);function a(t){return(0,n.N)((function(e,r){(0,i.Tg)(t).subscribe((0,o._)(r,(function(){return r.complete()}),u.l)),!r.closed&&e.subscribe(r)}))}},12286:(t,e,r)=>{r.d(e,{sJ:()=>m,XJ:()=>w,d0:()=>S.d0,P4:()=>g.P4,c3:()=>g.c3,Ni:()=>_.Ni,PN:()=>o.PN,tL:()=>S.tL,Hj:()=>_.Hj,hY:()=>_.hY,eo:()=>_.eo,BB:()=>S.BB,Qx:()=>o.Qx});var n,o=r(60426),i=r(31635),u=r(6075),a=r(30372);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},c(t)}function s(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return l(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)?l(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},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(){r=r.call(t)},n:function(){var t=r.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==r.return||r.return()}finally{if(a)throw i}}}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r{r.d(e,{WF:()=>ct,AH:()=>Z,EM:()=>q,qy:()=>f.qy,MZ:()=>z,P:()=>D});var n=r(52015),o=r(83001);function i(t,e){for(var r=t.element.content,n=t.parts,o=document.createTreeWalker(r,133,null,!1),i=a(n),u=n[i],c=-1,s=0,l=[],f=null;o.nextNode();){c++;var p=o.currentNode;for(p.previousSibling===f&&(f=null),e.has(p)&&(l.push(p),null===f&&(f=p)),null!==f&&s++;void 0!==u&&u.index===c;)u.index=null!==f?-1:u.index-s,u=n[i=a(n,i)]}l.forEach((function(t){return t.parentNode.removeChild(t)}))}var u=function(t){for(var e=11===t.nodeType?0:1,r=document.createTreeWalker(t,133,null,!1);r.nextNode();)e++;return e},a=function(t){for(var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1)+1;e2&&void 0!==arguments[2]?arguments[2]:null,n=t.element.content,o=t.parts;if(null!=r)for(var i=document.createTreeWalker(n,133,null,!1),c=a(o),s=0,l=-1;i.nextNode();)for(l++,i.currentNode===r&&(s=u(e),r.parentNode.insertBefore(e,r));-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 n.appendChild(e)}(r,l,y.firstChild):y.insertBefore(l,y.firstChild),window.ShadyCSS.prepareTemplateStyles(n,t);var d=y.querySelector("style");if(window.ShadyCSS.nativeShadow&&null!==d)e.insertBefore(d.cloneNode(!0),e.firstChild);else if(r){y.insertBefore(l,y.firstChild);var m=new Set;m.add(l),i(r,m)}}else window.ShadyCSS.prepareTemplateStyles(n,t)};function w(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)||g(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 g(t,e){if(t){if("string"==typeof t)return S(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)?S(t,e):void 0}}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=n.call(u,"catchLoc"),s=n.call(u,"finallyLoc");if(c&&s){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),A(r),v}},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;A(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),v}},e}function O(t,e,r,n,o,i,u){try{var a=t[i](u),c=a.value}catch(t){return void r(t)}a.done?e(c):Promise.resolve(c).then(n,o)}function k(t,e){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:U,n=this.constructor,o=n._attributeNameForProperty(t,r);if(void 0!==o){var i=n._propertyValueToAttribute(e,r);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 r=this.constructor,n=r._attributeToPropertyMap.get(t);if(void 0!==n){var o=r.getPropertyOptions(n);this._updateState=16|this._updateState,this[n]=r._propertyValueFromAttribute(e,o),this._updateState=-17&this._updateState}}}},{key:"requestUpdateInternal",value:function(t,e,r){var n=!0;if(void 0!==t){var o=this.constructor;r=r||o.getPropertyOptions(t),o._valueHasChanged(this[t],e,r.hasChanged)?(this._changedProperties.has(t)||this._changedProperties.set(t,e),!0!==r.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(t,r))):n=!1}!this._hasRequestedUpdate&&n&&(this._updatePromise=this._enqueueUpdate())}},{key:"requestUpdate",value:function(t,e){return this.requestUpdateInternal(t,e),this.updateComplete}},{key:"_enqueueUpdate",value:(i=P().mark((function t(){var e;return P().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]])})),u=function(){var t=this,e=arguments;return new Promise((function(r,n){var o=i.apply(t,e);function u(t){O(o,r,n,u,a,"next",t)}function a(t){O(o,r,n,u,a,"throw",t)}u(void 0)}))},function(){return u.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,r){return e._propertyToAttribute(r,e[r],t)})),this._reflectingProperties=void 0),this._markUpdated()}},{key:"updated",value:function(t){}},{key:"firstUpdated",value:function(t){}}],o=[{key:"observedAttributes",get:function(){var t=this;this.finalize();var e=[];return this._classProperties.forEach((function(r,n){var o=t._attributeNameForProperty(n,r);void 0!==o&&(t._attributeToPropertyMap.set(o,n),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,r){return t._classProperties.set(r,e)}))}}},{key:"createProperty",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:U;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var r="symbol"===_(t)?Symbol():"__".concat(t),n=this.getPropertyDescriptor(t,r,e);void 0!==n&&Object.defineProperty(this.prototype,t,n)}}},{key:"getPropertyDescriptor",value:function(t,e,r){return{get:function(){return this[e]},set:function(n){var o=this[t];this[e]=n,this.requestUpdateInternal(t,o,r)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function(t){return this._classProperties&&this._classProperties.get(t)||U}},{key:"finalize",value:function(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty(L)||t.finalize(),this[L]=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e,r=this.properties,n=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=g(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},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(){r=r.call(t)},n:function(){var t=r.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==r.return||r.return()}finally{if(a)throw i}}}}([].concat(w(Object.getOwnPropertyNames(r)),w("function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(r):[])));try{for(n.s();!(e=n.n()).done;){var o=e.value;this.createProperty(o,r[o])}}catch(t){n.e(t)}finally{n.f()}}}},{key:"_attributeNameForProperty",value:function(t,e){var r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}},{key:"_valueHasChanged",value:function(t,e){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:R)(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var r=e.type,n=e.converter||N,o="function"==typeof n?n:n.fromAttribute;return o?o(t,r):t}},{key:"_propertyValueToAttribute",value:function(t,e){if(void 0!==e.reflect){var r=e.type,n=e.converter;return(n&&n.toAttribute||N.toAttribute)(t,r)}}}],n&&k(r.prototype,n),o&&k(r,o),Object.defineProperty(r,"prototype",{writable:!1}),r;var r,n,o,i,u}(C(HTMLElement));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},M(t)}I[L]=!0;var q=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)}},B=function(t,e){return"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?Object.assign(Object.assign({},e),{finisher:function(r){r.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(r){r.createProperty(e.key,t)}}},F=function(t,e,r){e.constructor.createProperty(r,t)};function z(t){return function(e,r){return void 0!==r?F(t,e,r):B(t,e)}}function D(t,e){return function(r,n){var o={get:function(){return this.renderRoot.querySelector(t)},enumerable:!0,configurable:!0};if(e){var i=void 0!==n?n:r.key,u="symbol"===M(i)?Symbol():"__".concat(i);o.get=function(){return void 0===this[u]&&(this[u]=this.renderRoot.querySelector(t)),this[u]}}return void 0!==n?G(o,r,n):J(o,r)}}var G=function(t,e,r){Object.defineProperty(e,r,t)},J=function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}};var V=Element.prototype;V.msMatchesSelector||V.webkitMatchesSelector;function $(t){return $="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 H(t,e){for(var r=0;r1?e-1:0),n=1;n{r.d(e,{t:()=>o});var n=r(31635),o=function(t){function e(e){var r=t.call(this)||this;return r._value=e,r}return(0,n.C6)(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(e){var r=t.prototype._subscribe.call(this,e);return!r.closed&&e.next(this._value),r},e.prototype.getValue=function(){var t=this,e=t.hasError,r=t.thrownError,n=t._value;if(e)throw r;return this._throwIfClosed(),n},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},e}(r(30372).B)},30372:(t,e,r)=>{r.d(e,{B:()=>s});var n=r(31635),o=r(85404),i=r(28539),u=(0,r(497).L)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),a=r(13352),c=r(10390),s=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(0,n.C6)(e,t),e.prototype.lift=function(t){var e=new l(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new u},e.prototype.next=function(t){var e=this;(0,c.Y)((function(){var r,o;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=(0,n.Ju)(e.currentObservers),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){r={error:t}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(r)throw r.error}}}}))},e.prototype.error=function(t){var e=this;(0,c.Y)((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var r=e.observers;r.length;)r.shift().error(t)}}))},e.prototype.complete=function(){var t=this;(0,c.Y)((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,r=this,n=r.hasError,o=r.isStopped,u=r.observers;return n||o?i.Kn:(this.currentObservers=null,u.push(t),new i.yU((function(){e.currentObservers=null,(0,a.o)(u,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,r=e.hasError,n=e.thrownError,o=e.isStopped;r?t.error(n):o&&t.complete()},e.prototype.asObservable=function(){var t=new o.c;return t.source=this,t},e.create=function(t,e){return new l(t,e)},e}(o.c),l=function(t){function e(e,r){var n=t.call(this)||this;return n.destination=e,n.source=r,n}return(0,n.C6)(e,t),e.prototype.next=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===r||r.call(e,t)},e.prototype.error=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===r||r.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,r;return null!==(r=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==r?r:i.Kn},e}(s)},3426:(t,e,r)=>{r.d(e,{v:()=>i});var n=r(85404),o=r(62618);function i(t){return new n.c((function(e){(0,o.Tg)(t()).subscribe(e)}))}},39419:(t,e,r)=>{r.d(e,{w:()=>n});var n=new(r(85404).c)((function(t){return t.complete()}))},31430:(t,e,r)=>{r.d(e,{h:()=>c});var n=r(95345),o=r(62618),i=r(39419),u=r(70698),a=r(6745);function c(){for(var t=[],e=0;e{r.d(e,{O:()=>u});var n=r(85404),o=r(39328),i=r(66706);function u(t,e,r){void 0===t&&(t=0),void 0===r&&(r=o.b);var u=-1;return null!=e&&((0,i.m)(e)?r=e:u=e),new n.c((function(e){var n,o=(n=t)instanceof Date&&!isNaN(n)?+t-r.now():t;o<0&&(o=0);var i=0;return r.schedule((function(){e.closed||(e.next(i++),0<=u?this.schedule(void 0,u):e.complete())}),o)}))}},85698:(t,e,r)=>{r.d(e,{F:()=>u});var n=r(83569),o=r(20610),i=r(91660);function u(t,e){return void 0===e&&(e=n.D),t=null!=t?t:a,(0,o.N)((function(r,n){var o,u=!0;r.subscribe((0,i._)(n,(function(r){var i=e(r);!u&&t(o,i)||(u=!1,o=i,n.next(r))})))}))}function a(t,e){return t===e}},86568:(t,e,r)=>{r.d(e,{j:()=>o});var n=r(20610);function o(t){return(0,n.N)((function(e,r){try{e.subscribe(r)}finally{r.add(t)}}))}},96043:(t,e,r)=>{r.d(e,{u:()=>o});var n=r(8726);function o(t){return(0,n.T)((function(){return t}))}},9486:(t,e,r)=>{r.d(e,{J:()=>i});var n=r(20610),o=r(91660);function i(){return(0,n.N)((function(t,e){var r,n=!1;t.subscribe((0,o._)(e,(function(t){var o=r;r=t,n&&e.next([o,t]),n=!0})))}))}},53075:(t,e,r)=>{r.d(e,{u:()=>c});var n=r(31635),o=r(62618),i=r(30372),u=r(54776),a=r(20610);function c(t){void 0===t&&(t={});var e=t.connector,r=void 0===e?function(){return new i.B}:e,n=t.resetOnError,c=void 0===n||n,l=t.resetOnComplete,f=void 0===l||l,p=t.resetOnRefCountZero,h=void 0===p||p;return function(t){var e,n,i,l=0,p=!1,y=!1,d=function(){null==n||n.unsubscribe(),n=void 0},v=function(){d(),e=i=void 0,p=y=!1},b=function(){var t=e;v(),null==t||t.unsubscribe()};return(0,a.N)((function(t,a){l++,y||p||d();var m=i=null!=i?i:r();a.add((function(){0!==--l||y||p||(n=s(b,h))})),m.subscribe(a),!e&&l>0&&(e=new u.Ms({next:function(t){return m.next(t)},error:function(t){y=!0,d(),n=s(v,c,t),m.error(t)},complete:function(){p=!0,d(),n=s(v,f),m.complete()}}),(0,o.Tg)(t).subscribe(e))}))(t)}}function s(t,e){for(var r=[],i=2;i{r.d(e,{Z:()=>u});var n=r(50260),o=r(70698),i=r(20610);function u(){for(var t=[],e=0;e{r.d(e,{s:()=>u});var n=r(39419),o=r(20610),i=r(91660);function u(t){return t<=0?function(){return n.w}:(0,o.N)((function(e,r){var n=0;e.subscribe((0,i._)(r,(function(e){++n<=t&&(r.next(e),t<=n&&r.complete())})))}))}},3677:(t,e,r)=>{r.d(e,{Q:()=>a});var n=r(20610),o=r(91660),i=r(62618),u=r(25755);function a(t){return(0,n.N)((function(e,r){(0,i.Tg)(t).subscribe((0,o._)(r,(function(){return r.complete()}),u.l)),!r.closed&&e.subscribe(r)}))}},12286:(t,e,r)=>{r.d(e,{sJ:()=>w,XJ:()=>g,d0:()=>_.d0,P4:()=>S.P4,c3:()=>S.c3,Ni:()=>P.Ni,PN:()=>o.PN,tL:()=>_.tL,Hj:()=>P.Hj,hY:()=>P.hY,eo:()=>P.eo,BB:()=>_.BB,Qx:()=>o.Qx});var n,o=r(60426),i=r(31635),u=r(6075),a=r(30372);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},c(t)}function s(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return l(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)?l(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},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(){r=r.call(t)},n:function(){var t=r.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==r.return||r.return()}finally{if(a)throw i}}}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r{r.d(e,{WF:()=>st,AH:()=>Z,EM:()=>q,qy:()=>f.qy,MZ:()=>z,P:()=>D});var n=r(52015),o=r(83001);function i(t,e){for(var r=t.element.content,n=t.parts,o=document.createTreeWalker(r,133,null,!1),i=a(n),u=n[i],c=-1,s=0,l=[],f=null;o.nextNode();){c++;var p=o.currentNode;for(p.previousSibling===f&&(f=null),e.has(p)&&(l.push(p),null===f&&(f=p)),null!==f&&s++;void 0!==u&&u.index===c;)u.index=null!==f?-1:u.index-s,u=n[i=a(n,i)]}l.forEach((function(t){return t.parentNode.removeChild(t)}))}var u=function(t){for(var e=11===t.nodeType?0:1,r=document.createTreeWalker(t,133,null,!1);r.nextNode();)e++;return e},a=function(t){for(var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1)+1;e2&&void 0!==arguments[2]?arguments[2]:null,n=t.element.content,o=t.parts;if(null!=r)for(var i=document.createTreeWalker(n,133,null,!1),c=a(o),s=0,l=-1;i.nextNode();)for(l++,i.currentNode===r&&(s=u(e),r.parentNode.insertBefore(e,r));-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 n.appendChild(e)}(r,l,y.firstChild):y.insertBefore(l,y.firstChild),window.ShadyCSS.prepareTemplateStyles(n,t);var d=y.querySelector("style");if(window.ShadyCSS.nativeShadow&&null!==d)e.insertBefore(d.cloneNode(!0),e.firstChild);else if(r){y.insertBefore(l,y.firstChild);var m=new Set;m.add(l),i(r,m)}}else window.ShadyCSS.prepareTemplateStyles(n,t)};function w(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)||g(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 g(t,e){if(t){if("string"==typeof t)return S(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)?S(t,e):void 0}}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=n.call(u,"catchLoc"),s=n.call(u,"finallyLoc");if(c&&s){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),A(r),v}},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;A(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),v}},e}function O(t,e,r,n,o,i,u){try{var a=t[i](u),c=a.value}catch(t){return void r(t)}a.done?e(c):Promise.resolve(c).then(n,o)}function k(t,e){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:U,n=this.constructor,o=n._attributeNameForProperty(t,r);if(void 0!==o){var i=n._propertyValueToAttribute(e,r);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 r=this.constructor,n=r._attributeToPropertyMap.get(t);if(void 0!==n){var o=r.getPropertyOptions(n);this._updateState=16|this._updateState,this[n]=r._propertyValueFromAttribute(e,o),this._updateState=-17&this._updateState}}}},{key:"requestUpdateInternal",value:function(t,e,r){var n=!0;if(void 0!==t){var o=this.constructor;r=r||o.getPropertyOptions(t),o._valueHasChanged(this[t],e,r.hasChanged)?(this._changedProperties.has(t)||this._changedProperties.set(t,e),!0!==r.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(t,r))):n=!1}!this._hasRequestedUpdate&&n&&(this._updatePromise=this._enqueueUpdate())}},{key:"requestUpdate",value:function(t,e){return this.requestUpdateInternal(t,e),this.updateComplete}},{key:"_enqueueUpdate",value:(i=P().mark((function t(){var e;return P().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]])})),u=function(){var t=this,e=arguments;return new Promise((function(r,n){var o=i.apply(t,e);function u(t){O(o,r,n,u,a,"next",t)}function a(t){O(o,r,n,u,a,"throw",t)}u(void 0)}))},function(){return u.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,r){return e._propertyToAttribute(r,e[r],t)})),this._reflectingProperties=void 0),this._markUpdated()}},{key:"updated",value:function(t){}},{key:"firstUpdated",value:function(t){}}],o=[{key:"observedAttributes",get:function(){var t=this;this.finalize();var e=[];return this._classProperties.forEach((function(r,n){var o=t._attributeNameForProperty(n,r);void 0!==o&&(t._attributeToPropertyMap.set(o,n),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,r){return t._classProperties.set(r,e)}))}}},{key:"createProperty",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:U;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var r="symbol"===_(t)?Symbol():"__".concat(t),n=this.getPropertyDescriptor(t,r,e);void 0!==n&&Object.defineProperty(this.prototype,t,n)}}},{key:"getPropertyDescriptor",value:function(t,e,r){return{get:function(){return this[e]},set:function(n){var o=this[t];this[e]=n,this.requestUpdateInternal(t,o,r)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function(t){return this._classProperties&&this._classProperties.get(t)||U}},{key:"finalize",value:function(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty(L)||t.finalize(),this[L]=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e,r=this.properties,n=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=g(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},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(){r=r.call(t)},n:function(){var t=r.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==r.return||r.return()}finally{if(a)throw i}}}}([].concat(w(Object.getOwnPropertyNames(r)),w("function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(r):[])));try{for(n.s();!(e=n.n()).done;){var o=e.value;this.createProperty(o,r[o])}}catch(t){n.e(t)}finally{n.f()}}}},{key:"_attributeNameForProperty",value:function(t,e){var r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}},{key:"_valueHasChanged",value:function(t,e){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:R)(t,e)}},{key:"_propertyValueFromAttribute",value:function(t,e){var r=e.type,n=e.converter||N,o="function"==typeof n?n:n.fromAttribute;return o?o(t,r):t}},{key:"_propertyValueToAttribute",value:function(t,e){if(void 0!==e.reflect){var r=e.type,n=e.converter;return(n&&n.toAttribute||N.toAttribute)(t,r)}}}],n&&k(r.prototype,n),o&&k(r,o),Object.defineProperty(r,"prototype",{writable:!1}),r;var r,n,o,i,u}(C(HTMLElement));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},M(t)}I[L]=!0;var q=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)}},B=function(t,e){return"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?Object.assign(Object.assign({},e),{finisher:function(r){r.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(r){r.createProperty(e.key,t)}}},F=function(t,e,r){e.constructor.createProperty(r,t)};function z(t){return function(e,r){return void 0!==r?F(t,e,r):B(t,e)}}function D(t,e){return function(r,n){var o={get:function(){return this.renderRoot.querySelector(t)},enumerable:!0,configurable:!0};if(e){var i=void 0!==n?n:r.key,u="symbol"===M(i)?Symbol():"__".concat(i);o.get=function(){return void 0===this[u]&&(this[u]=this.renderRoot.querySelector(t)),this[u]}}return void 0!==n?G(o,r,n):J(o,r)}}var G=function(t,e,r){Object.defineProperty(e,r,t)},J=function(t,e){return{kind:"method",placement:"prototype",key:e.key,descriptor:t}};var V=Element.prototype;V.msMatchesSelector||V.webkitMatchesSelector;function $(t){return $="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 H(t,e){for(var r=0;r1?e-1:0),n=1;n{r.d(e,{A:()=>A});var n=function(){return n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r0&&o[o.length-1])||6!==a[0]&&2!==a[0])){u=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function a(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),u=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u}"function"==typeof SuppressedError&&SuppressedError;var s,c="KEYS",l="VALUES",f="",h=function(){function t(t,e){var r=t._tree,n=Array.from(r.keys());this.set=t,this._type=e,this._path=n.length>0?[{node:r,keys:n}]:[]}return t.prototype.next=function(){var t=this.dive();return this.backtrack(),t},t.prototype.dive=function(){if(0===this._path.length)return{done:!0,value:void 0};var t=d(this._path),e=t.node,r=t.keys;if(d(r)===f)return{done:!1,value:this.result()};var n=e.get(d(r));return this._path.push({node:n,keys:Array.from(n.keys())}),this.dive()},t.prototype.backtrack=function(){if(0!==this._path.length){var t=d(this._path).keys;t.pop(),t.length>0||(this._path.pop(),this.backtrack())}},t.prototype.key=function(){return this.set._prefix+this._path.map((function(t){var e=t.keys;return d(e)})).filter((function(t){return t!==f})).join("")},t.prototype.value=function(){return d(this._path).node.get(f)},t.prototype.result=function(){switch(this._type){case l:return this.value();case c:return this.key();default:return[this.key(),this.value()]}},t.prototype[Symbol.iterator]=function(){return this},t}(),d=function(t){return t[t.length-1]},v=function t(e,r,n,o,i,a,s,c){var l,h,d=a*s;try{t:for(var v=u(e.keys()),y=v.next();!y.done;y=v.next()){var p=y.value;if(p===f){var m=i[d-1];m<=n&&o.set(c,[e.get(p),m])}else{for(var g=a,_=0;_n)continue t}t(e.get(p),r,n,o,i,g,s,c+p)}}}catch(t){l={error:t}}finally{try{y&&!y.done&&(h=v.return)&&h.call(v)}finally{if(l)throw l.error}}},y=function(){function t(t,e){void 0===t&&(t=new Map),void 0===e&&(e=""),this._size=void 0,this._tree=t,this._prefix=e}return t.prototype.atPrefix=function(e){var r,n;if(!e.startsWith(this._prefix))throw new Error("Mismatched prefix");var o=a(p(this._tree,e.slice(this._prefix.length)),2),i=o[0],s=o[1];if(void 0===i){var c=a(x(s),2),l=c[0],h=c[1];try{for(var d=u(l.keys()),v=d.next();!v.done;v=d.next()){var y=v.value;if(y!==f&&y.startsWith(h)){var m=new Map;return m.set(y.slice(h.length),l.get(y)),new t(m,e)}}}catch(t){r={error:t}}finally{try{v&&!v.done&&(n=d.return)&&n.call(d)}finally{if(r)throw r.error}}}return new t(i,e)},t.prototype.clear=function(){this._size=void 0,this._tree.clear()},t.prototype.delete=function(t){return this._size=void 0,_(this._tree,t)},t.prototype.entries=function(){return new h(this,"ENTRIES")},t.prototype.forEach=function(t){var e,r;try{for(var n=u(this),o=n.next();!o.done;o=n.next()){var i=a(o.value,2);t(i[0],i[1],this)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(e)throw e.error}}},t.prototype.fuzzyGet=function(t,e){return function(t,e,r){var n=new Map;if(void 0===e)return n;for(var o=e.length+1,i=o+r,u=new Uint8Array(i*o).fill(r+1),a=0;a0)throw new Error("Expected documents to be present. Omit the argument to remove all documents.");this._index=new y,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldLength=new Map,this._avgFieldLength=[],this._storedFields=new Map,this._nextId=0}},t.prototype.discard=function(t){var e=this,r=this._idToShortId.get(t);if(null==r)throw new Error("MiniSearch: cannot discard document with ID ".concat(t,": it is not in the index"));this._idToShortId.delete(t),this._documentIds.delete(r),this._storedFields.delete(r),(this._fieldLength.get(r)||[]).forEach((function(t,n){e.removeFieldLength(r,n,e._documentCount,t)})),this._fieldLength.delete(r),this._documentCount-=1,this._dirtCount+=1,this.maybeAutoVacuum()},t.prototype.maybeAutoVacuum=function(){if(!1!==this._options.autoVacuum){var t=this._options.autoVacuum,e=t.minDirtFactor,r=t.minDirtCount,n=t.batchSize,o=t.batchWait;this.conditionalVacuum({batchSize:n,batchWait:o},{minDirtCount:r,minDirtFactor:e})}},t.prototype.discardAll=function(t){var e,r,n=this._options.autoVacuum;try{this._options.autoVacuum=!1;try{for(var o=u(t),i=o.next();!i.done;i=o.next()){var a=i.value;this.discard(a)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(e)throw e.error}}}finally{this._options.autoVacuum=n}this.maybeAutoVacuum()},t.prototype.replace=function(t){var e=this._options,r=e.idField,n=(0,e.extractField)(t,r);this.discard(n),this.add(t)},t.prototype.vacuum=function(t){return void 0===t&&(t={}),this.conditionalVacuum(t)},t.prototype.conditionalVacuum=function(t,e){var r=this;return this._currentVacuum?(this._enqueuedVacuumConditions=this._enqueuedVacuumConditions&&e,null!=this._enqueuedVacuum||(this._enqueuedVacuum=this._currentVacuum.then((function(){var e=r._enqueuedVacuumConditions;return r._enqueuedVacuumConditions=O,r.performVacuuming(t,e)}))),this._enqueuedVacuum):!1===this.vacuumConditionsMet(e)?Promise.resolve():(this._currentVacuum=this.performVacuuming(t),this._currentVacuum)},t.prototype.performVacuuming=function(t,e){return o(this,void 0,void 0,(function(){var r,n,o,s,c,l,f,h,d,v,y,p,m,g,_,w,F,x,b,A,C,k,S,E,z;return i(this,(function(i){switch(i.label){case 0:if(r=this._dirtCount,!this.vacuumConditionsMet(e))return[3,10];n=t.batchSize||M.batchSize,o=t.batchWait||M.batchWait,s=1,i.label=1;case 1:i.trys.push([1,7,8,9]),c=u(this._index),l=c.next(),i.label=2;case 2:if(l.done)return[3,6];f=a(l.value,2),h=f[0],d=f[1];try{for(k=void 0,v=u(d),y=v.next();!y.done;y=v.next()){p=a(y.value,2),m=p[0],g=p[1];try{for(E=void 0,_=u(g),w=_.next();!w.done;w=_.next())F=a(w.value,1),x=F[0],this._documentIds.has(x)||(g.size<=1?d.delete(m):g.delete(x))}catch(t){E={error:t}}finally{try{w&&!w.done&&(z=_.return)&&z.call(_)}finally{if(E)throw E.error}}}}catch(t){k={error:t}}finally{try{y&&!y.done&&(S=v.return)&&S.call(v)}finally{if(k)throw k.error}}return 0===this._index.get(h).size&&this._index.delete(h),s%n!=0?[3,4]:[4,new Promise((function(t){return setTimeout(t,o)}))];case 3:i.sent(),i.label=4;case 4:s+=1,i.label=5;case 5:return l=c.next(),[3,2];case 6:return[3,9];case 7:return b=i.sent(),A={error:b},[3,9];case 8:try{l&&!l.done&&(C=c.return)&&C.call(c)}finally{if(A)throw A.error}return[7];case 9:this._dirtCount-=r,i.label=10;case 10:return[4,null];case 11:return i.sent(),this._currentVacuum=this._enqueuedVacuum,this._enqueuedVacuum=null,[2]}}))}))},t.prototype.vacuumConditionsMet=function(t){if(null==t)return!0;var e=t.minDirtCount,r=t.minDirtFactor;return e=e||V.minDirtCount,r=r||V.minDirtFactor,this.dirtCount>=e&&this.dirtFactor>=r},Object.defineProperty(t.prototype,"isVacuuming",{get:function(){return null!=this._currentVacuum},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dirtCount",{get:function(){return this._dirtCount},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dirtFactor",{get:function(){return this._dirtCount/(1+this._documentCount+this._dirtCount)},enumerable:!1,configurable:!0}),t.prototype.has=function(t){return this._idToShortId.has(t)},t.prototype.getStoredFields=function(t){var e=this._idToShortId.get(t);if(null!=e)return this._storedFields.get(e)},t.prototype.search=function(e,r){var n,o;void 0===r&&(r={});var i=this.executeQuery(e,r),s=[];try{for(var c=u(i),l=c.next();!l.done;l=c.next()){var f=a(l.value,2),h=f[0],d=f[1],v=d.score,y=d.terms,p=d.match,m=y.length||1,g={id:this._documentIds.get(h),score:v*m,terms:Object.keys(p),queryTerms:y,match:p};Object.assign(g,this._storedFields.get(h)),(null==r.filter||r.filter(g))&&s.push(g)}}catch(t){n={error:t}}finally{try{l&&!l.done&&(o=c.return)&&o.call(c)}finally{if(n)throw n.error}}return e===t.wildcard&&null==r.boostDocument&&null==this._options.searchOptions.boostDocument||s.sort(T),s},t.prototype.autoSuggest=function(t,e){var r,o,i,s;void 0===e&&(e={}),e=n(n({},this._options.autoSuggestOptions),e);var c=new Map;try{for(var l=u(this.search(t,e)),f=l.next();!f.done;f=l.next()){var h=f.value,d=h.score,v=(F=h.terms).join(" ");null!=(_=c.get(v))?(_.score+=d,_.count+=1):c.set(v,{score:d,terms:F,count:1})}}catch(t){r={error:t}}finally{try{f&&!f.done&&(o=l.return)&&o.call(l)}finally{if(r)throw r.error}}var y=[];try{for(var p=u(c),m=p.next();!m.done;m=p.next()){var g=a(m.value,2),_=g[0],w=g[1],F=(d=w.score,w.terms),x=w.count;y.push({suggestion:_,terms:F,score:d/x})}}catch(t){i={error:t}}finally{try{m&&!m.done&&(s=p.return)&&s.call(p)}finally{if(i)throw i.error}}return y.sort(T),y},Object.defineProperty(t.prototype,"documentCount",{get:function(){return this._documentCount},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"termCount",{get:function(){return this._index.size},enumerable:!1,configurable:!0}),t.loadJSON=function(t,e){if(null==e)throw new Error("MiniSearch: loadJSON should be given the same options used when serializing the index");return this.loadJS(JSON.parse(t),e)},t.getDefault=function(t){if(z.hasOwnProperty(t))return C(z,t);throw new Error('MiniSearch: unknown option "'.concat(t,'"'))},t.loadJS=function(e,r){var n,o,i,s,c,l,f=e.index,h=e.documentCount,d=e.nextId,v=e.documentIds,p=e.fieldIds,m=e.fieldLength,g=e.averageFieldLength,_=e.storedFields,w=e.dirtCount,F=e.serializationVersion;if(1!==F&&2!==F)throw new Error("MiniSearch: cannot deserialize an index created with an incompatible version");var x=new t(r);x._documentCount=h,x._nextId=d,x._documentIds=L(v),x._idToShortId=new Map,x._fieldIds=p,x._fieldLength=L(m),x._avgFieldLength=g,x._storedFields=L(_),x._dirtCount=w||0,x._index=new y;try{for(var b=u(x._documentIds),A=b.next();!A.done;A=b.next()){var C=a(A.value,2),k=C[0],S=C[1];x._idToShortId.set(S,k)}}catch(t){n={error:t}}finally{try{A&&!A.done&&(o=b.return)&&o.call(b)}finally{if(n)throw n.error}}try{for(var E=u(f),z=E.next();!z.done;z=E.next()){var D=a(z.value,2),I=D[0],M=D[1],O=new Map;try{for(var V=(c=void 0,u(Object.keys(M))),j=V.next();!j.done;j=V.next()){var P=j.value,T=M[P];1===F&&(T=T.ds),O.set(parseInt(P,10),L(T))}}catch(t){c={error:t}}finally{try{j&&!j.done&&(l=V.return)&&l.call(V)}finally{if(c)throw c.error}}x._index.set(I,O)}}catch(t){i={error:t}}finally{try{z&&!z.done&&(s=E.return)&&s.call(E)}finally{if(i)throw i.error}}return x},t.prototype.executeQuery=function(e,r){var o=this;if(void 0===r&&(r={}),e===t.wildcard)return this.executeWildcardQuery(r);if("string"!=typeof e){var i=n(n(n({},r),e),{queries:void 0}),u=e.queries.map((function(t){return o.executeQuery(t,i)}));return this.combineResults(u,i.combineWith)}var a=this._options,s=a.tokenize,c=a.processTerm,l=a.searchOptions,f=n(n({tokenize:s,processTerm:c},l),r),h=f.tokenize,d=f.processTerm,v=h(e).flatMap((function(t){return d(t)})).filter((function(t){return!!t})).map(E(f)).map((function(t){return o.executeQuerySpec(t,f)}));return this.combineResults(v,f.combineWith)},t.prototype.executeQuerySpec=function(t,e){var r,o,i,s,c,l,f=n(n({},this._options.searchOptions),e),h=(f.fields||this._options.fields).reduce((function(t,e){var r;return n(n({},t),((r={})[e]=C(f.boost,e)||1,r))}),{}),d=f.boostDocument,v=f.weights,y=f.maxFuzzy,p=f.bm25,m=n(n({},D.weights),v),g=m.fuzzy,_=m.prefix,w=this._index.get(t.term),F=this.termResults(t.term,t.term,1,w,h,d,p);if(t.prefix&&(c=this._index.atPrefix(t.term)),t.fuzzy){var x=!0===t.fuzzy?.2:t.fuzzy,b=x<1?Math.min(y,Math.round(t.term.length*x)):x;b&&(l=this._index.fuzzyGet(t.term,b))}if(c)try{for(var A=u(c),k=A.next();!k.done;k=A.next()){var S=a(k.value,2),E=S[0],z=S[1];if(V=E.length-t.term.length){null==l||l.delete(E);var I=_*E.length/(E.length+.3*V);this.termResults(t.term,E,I,z,h,d,p,F)}}}catch(t){r={error:t}}finally{try{k&&!k.done&&(o=A.return)&&o.call(A)}finally{if(r)throw r.error}}if(l)try{for(var M=u(l.keys()),O=M.next();!O.done;O=M.next()){E=O.value;var V,j=a(l.get(E),2),P=j[0];if(V=j[1]){I=g*E.length/(E.length+V);this.termResults(t.term,E,I,P,h,d,p,F)}}}catch(t){i={error:t}}finally{try{O&&!O.done&&(s=M.return)&&s.call(M)}finally{if(i)throw i.error}}return F},t.prototype.executeWildcardQuery=function(t){var e,r,o=new Map,i=n(n({},this._options.searchOptions),t);try{for(var s=u(this._documentIds),c=s.next();!c.done;c=s.next()){var l=a(c.value,2),f=l[0],h=l[1],d=i.boostDocument?i.boostDocument(h,"",this._storedFields.get(f)):1;o.set(f,{score:d,terms:[],match:{}})}}catch(t){e={error:t}}finally{try{c&&!c.done&&(r=s.return)&&r.call(s)}finally{if(e)throw e.error}}return o},t.prototype.combineResults=function(t,e){if(void 0===e&&(e=b),0===t.length)return new Map;var r=e.toLowerCase();return t.reduce(k[r])||new Map},t.prototype.toJSON=function(){var t,e,r,n,o=[];try{for(var i=u(this._index),s=i.next();!s.done;s=i.next()){var c=a(s.value,2),l=c[0],f=c[1],h={};try{for(var d=(r=void 0,u(f)),v=d.next();!v.done;v=d.next()){var y=a(v.value,2),p=y[0],m=y[1];h[p]=Object.fromEntries(m)}}catch(t){r={error:t}}finally{try{v&&!v.done&&(n=d.return)&&n.call(d)}finally{if(r)throw r.error}}o.push([l,h])}}catch(e){t={error:e}}finally{try{s&&!s.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:o,serializationVersion:2}},t.prototype.termResults=function(t,e,r,n,o,i,a,s){var c,l,f,h,d;if(void 0===s&&(s=new Map),null==n)return s;try{for(var v=u(Object.keys(o)),y=v.next();!y.done;y=v.next()){var p=y.value,m=o[p],g=this._fieldIds[p],_=n.get(g);if(null!=_){var w=_.size,F=this._avgFieldLength[g];try{for(var x=(f=void 0,u(_.keys())),b=x.next();!b.done;b=x.next()){var A=b.value;if(this._documentIds.has(A)){var k=i?i(this._documentIds.get(A),e,this._storedFields.get(A)):1;if(k){var E=_.get(A),z=this._fieldLength.get(A)[g],D=r*m*k*S(E,w,this._documentCount,z,F,a),I=s.get(A);if(I){I.score+=D,j(I.terms,t);var M=C(I.match,e);M?M.push(p):I.match[e]=[p]}else s.set(A,{score:D,terms:[t],match:(d={},d[e]=[p],d)})}}else this.removeTerm(g,A,e),w-=1}}catch(t){f={error:t}}finally{try{b&&!b.done&&(h=x.return)&&h.call(x)}finally{if(f)throw f.error}}}}}catch(t){c={error:t}}finally{try{y&&!y.done&&(l=v.return)&&l.call(v)}finally{if(c)throw c.error}}return s},t.prototype.addTerm=function(t,e,r){var n=this._index.fetch(r,B),o=n.get(t);if(null==o)(o=new Map).set(e,1),n.set(t,o);else{var i=o.get(e);o.set(e,(i||0)+1)}},t.prototype.removeTerm=function(t,e,r){if(this._index.has(r)){var n=this._index.fetch(r,B),o=n.get(t);null==o||null==o.get(e)?this.warnDocumentChanged(e,t,r):o.get(e)<=1?o.size<=1?n.delete(t):o.delete(e):o.set(e,o.get(e)-1),0===this._index.get(r).size&&this._index.delete(r)}else this.warnDocumentChanged(e,t,r)},t.prototype.warnDocumentChanged=function(t,e,r){var n,o;try{for(var i=u(Object.keys(this._fieldIds)),a=i.next();!a.done;a=i.next()){var s=a.value;if(this._fieldIds[s]===e)return void this._options.logger("warn","MiniSearch: document with ID ".concat(this._documentIds.get(t),' has changed before removal: term "').concat(r,'" was not present in field "').concat(s,'". Removing a document after it has changed can corrupt the index!'),"version_conflict")}}catch(t){n={error:t}}finally{try{a&&!a.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}},t.prototype.addDocumentId=function(t){var e=this._nextId;return this._idToShortId.set(t,e),this._documentIds.set(e,t),this._documentCount+=1,this._nextId+=1,e},t.prototype.addFields=function(t){for(var e=0;e{r.d(e,{J:()=>C});const n=function(){function t(){}return t.prototype.then=function(e,r){const n=new t,i=this.s;if(i){const t=1&i?e:r;if(t){try{o(n,1,t(this.v))}catch(t){o(n,2,t)}return n}return this}return this.o=function(t){try{const i=t.v;1&t.s?o(n,1,e?e(i):i):r?o(n,1,r(i)):o(n,2,i)}catch(t){o(n,2,t)}},n},t}();function o(t,e,r){if(!t.s){if(r instanceof n){if(!r.s)return void(r.o=o.bind(null,t,e));1&e&&(e=r.s),r=r.v}if(r&&r.then)return void r.then(o.bind(null,t,e),o.bind(null,t,2));t.s=e,t.v=r;const i=t.o;i&&i(t)}}var i=0,u="function"==typeof WeakMap?WeakMap:function(){var t="function"==typeof Symbol?Symbol(0):"__weak$"+ ++i;this.set=function(e,r){e[t]=r},this.get=function(e){return e[t]}};function a(t,e){return new Promise((function(r,n){t.onsuccess=function(){var n=t.result;e&&(n=e(n)),r(n)},t.onerror=function(){n(t.error)}}))}function s(t,e){return a(t.openCursor(e),(function(t){return t?[t.key,t.value]:[]}))}function c(t){return new Promise((function(e,r){t.oncomplete=function(){e()},t.onabort=function(){r(t.error)},t.onerror=function(){r(t.error)}}))}function l(t){if(!function(t){if("number"==typeof t||"string"==typeof t)return!0;if("object"==typeof t&&t){if(Array.isArray(t))return!0;if("setUTCFullYear"in t)return!0;if("function"==typeof ArrayBuffer&&ArrayBuffer.isView(t))return!0;if("byteLength"in t&&"length"in t)return!0}return!1}(t))throw Error("kv-storage: The given value is not allowed as a key")}var f={};function h(t,e){return s(t,d(e))}function d(t){return t===f?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(t,!0)}var v=new u,y=new u,p=new u,m=new u,g=function(){};function _(t,e){return e((function(e,r){try{function f(){return y.set(t,u),p.set(t,void 0),{value:c,done:void 0===u}}var i=y.get(t);if(void 0===i)return Promise.resolve({value:void 0,done:!0});var u,a,c,l=function(t,e){var r,i=-1;t:{for(var u=0;u{function r(e,t,n){return(t=d(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(){i=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,u=Object.defineProperty||function(e,t,n){e[t]=n.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",l=o.toStringTag||"@@toStringTag";function f(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{f({},"")}catch(e){f=function(e,t,n){return e[t]=n}}function h(e,t,n,r){var i=t&&t.prototype instanceof F?t:F,o=Object.create(i.prototype),a=new j(r||[]);return u(o,"_invoke",{value:A(e,n,a)}),o}function d(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=h;var v="suspendedStart",y="suspendedYield",m="executing",p="completed",g={};function F(){}function b(){}function D(){}var _={};f(_,a,(function(){return this}));var w=Object.getPrototypeOf,k=w&&w(w(z([])));k&&k!==n&&r.call(k,a)&&(_=k);var x=D.prototype=F.prototype=Object.create(_);function E(e){["next","throw","return"].forEach((function(t){f(e,t,(function(e){return this._invoke(t,e)}))}))}function C(e,t){function n(i,u,o,a){var s=d(e[i],e,u);if("throw"!==s.type){var l=s.arg,f=l.value;return f&&"object"==c(f)&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){n("next",e,o,a)}),(function(e){n("throw",e,o,a)})):t.resolve(f).then((function(e){l.value=e,o(l)}),(function(e){return n("throw",e,o,a)}))}a(s.arg)}var i;u(this,"_invoke",{value:function(e,r){function u(){return new t((function(t,i){n(e,r,t,i)}))}return i=i?i.then(u,u):u()}})}function A(t,n,r){var i=v;return function(u,o){if(i===m)throw Error("Generator is already running");if(i===p){if("throw"===u)throw o;return{value:e,done:!0}}for(r.method=u,r.arg=o;;){var a=r.delegate;if(a){var s=S(a,r);if(s){if(s===g)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===v)throw i=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=m;var c=d(t,n,r);if("normal"===c.type){if(i=r.done?p:y,c.arg===g)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=p,r.method="throw",r.arg=c.arg)}}}function S(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,S(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),g;var u=d(i,t.iterator,n.arg);if("throw"===u.type)return n.method="throw",n.arg=u.arg,n.delegate=null,g;var o=u.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,g):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function O(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function I(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(O,this),this.reset(!0)}function z(t){if(t||""===t){var n=t[a];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,u=function n(){for(;++i=0;--u){var o=this.tryEntries[u],a=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var s=r.call(o,"catchLoc"),c=r.call(o,"finallyLoc");if(s&&c){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),I(n),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;I(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:z(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),g}},t}function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,u,o,a=[],s=!0,c=!1;try{if(u=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=u.call(n)).done)&&(a.push(r.value),a.length!==t);s=!0);}catch(e){c=!0,i=e}finally{try{if(!s&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}(e,t)||a(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 o(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=a(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,u=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw u}}}}function a(e,t){if(e){if("string"==typeof e)return s(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);nO}),"function"==typeof SuppressedError&&SuppressedError;var y="KEYS",m="VALUES",p="",g=function(){return h((function e(t,n){l(this,e);var r=t._tree,i=Array.from(r.keys());this.set=t,this._type=n,this._path=i.length>0?[{node:r,keys:i}]:[]}),[{key:"next",value:function(){var e=this.dive();return this.backtrack(),e}},{key:"dive",value:function(){if(0===this._path.length)return{done:!0,value:void 0};var e=F(this._path),t=e.node,n=e.keys;if(F(n)===p)return{done:!1,value:this.result()};var r=t.get(F(n));return this._path.push({node:r,keys:Array.from(r.keys())}),this.dive()}},{key:"backtrack",value:function(){if(0!==this._path.length){var e=F(this._path).keys;e.pop(),e.length>0||(this._path.pop(),this.backtrack())}}},{key:"key",value:function(){return this.set._prefix+this._path.map((function(e){var t=e.keys;return F(t)})).filter((function(e){return e!==p})).join("")}},{key:"value",value:function(){return F(this._path).node.get(p)}},{key:"result",value:function(){switch(this._type){case m:return this.value();case y:return this.key();default:return[this.key(),this.value()]}}},{key:Symbol.iterator,value:function(){return this}}])}(),F=function(e){return e[e.length-1]},b=function(e,t,n,r,i,u,a,s){var c,l=u*a,f=o(e.keys());try{e:for(f.s();!(c=f.n()).done;){var h=c.value;if(h===p){var d=i[l-1];d<=n&&r.set(s,[e.get(h),d])}else{for(var v=u,y=0;yn)continue e}b(e.get(h),t,n,r,i,v,a,s+h)}}}catch(e){f.e(e)}finally{f.f()}},D=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";l(this,e),this._size=void 0,this._tree=t,this._prefix=n}return h(e,[{key:"atPrefix",value:function(t){if(!t.startsWith(this._prefix))throw new Error("Mismatched prefix");var n=u(_(this._tree,t.slice(this._prefix.length)),2),r=n[0],i=n[1];if(void 0===r){var a,s=u(A(i),2),c=s[0],l=s[1],f=o(c.keys());try{for(f.s();!(a=f.n()).done;){var h=a.value;if(h!==p&&h.startsWith(l)){var d=new Map;return d.set(h.slice(l.length),c.get(h)),new e(d,t)}}}catch(e){f.e(e)}finally{f.f()}}return new e(r,t)}},{key:"clear",value:function(){this._size=void 0,this._tree.clear()}},{key:"delete",value:function(e){return this._size=void 0,x(this._tree,e)}},{key:"entries",value:function(){return new g(this,"ENTRIES")}},{key:"forEach",value:function(e){var t,n=o(this);try{for(n.s();!(t=n.n()).done;){var r=u(t.value,2);e(r[0],r[1],this)}}catch(e){n.e(e)}finally{n.f()}}},{key:"fuzzyGet",value:function(e,t){return function(e,t,n){var r=new Map;if(void 0===t)return r;for(var i=t.length+1,u=i+n,o=new Uint8Array(u*i).fill(n+1),a=0;a2&&void 0!==arguments[2]?arguments[2]:[];if(0===t.length||null==e)return[e,n];var r,i=o(e.keys());try{for(i.s();!(r=i.n()).done;){var u=r.value;if(u!==p&&t.startsWith(u))return n.push([e,u]),_(e.get(u),t.slice(u.length),n)}}catch(e){i.e(e)}finally{i.f()}return n.push([e,t]),_(void 0,"",n)},w=function(e,t){if(0===t.length||null==e)return e;var n,r=o(e.keys());try{for(r.s();!(n=r.n()).done;){var i=n.value;if(i!==p&&t.startsWith(i))return w(e.get(i),t.slice(i.length))}}catch(e){r.e(e)}finally{r.f()}},k=function(e,t){var n=t.length;e:for(var r=0;e&&r1&&void 0!==arguments[1]?arguments[1]:{}).chunkSize,r=void 0===n?10:n,i={chunk:[],promise:Promise.resolve()},u=e.reduce((function(e,n,i){var u=e.chunk,o=e.promise;return u.push(n),(i+1)%r==0?{chunk:[],promise:o.then((function(){return new Promise((function(e){return setTimeout(e,0)}))})).then((function(){return t.addAll(u)}))}:{chunk:u,promise:o}}),i),o=u.chunk;return u.promise.then((function(){return t.addAll(o)}))}},{key:"remove",value:function(e){var t=this._options,n=t.tokenize,r=t.processTerm,i=t.extractField,u=t.fields,a=t.idField,s=i(e,a);if(null==s)throw new Error('MiniSearch: document does not have ID field "'.concat(a,'"'));var c=this._idToShortId.get(s);if(null==c)throw new Error("MiniSearch: cannot remove document with ID ".concat(s,": it is not in the index"));var l,f=o(u);try{for(f.s();!(l=f.n()).done;){var h=l.value,d=i(e,h);if(null!=d){var v=n(d.toString(),h),y=this._fieldIds[h],m=new Set(v).size;this.removeFieldLength(c,y,this._documentCount,m);var p,g=o(v);try{for(g.s();!(p=g.n()).done;){var F=r(p.value,h);if(Array.isArray(F)){var b,D=o(F);try{for(D.s();!(b=D.n()).done;){var _=b.value;this.removeTerm(y,c,_)}}catch(e){D.e(e)}finally{D.f()}}else F&&this.removeTerm(y,c,F)}}catch(e){g.e(e)}finally{g.f()}}}}catch(e){f.e(e)}finally{f.f()}this._storedFields.delete(c),this._documentIds.delete(c),this._idToShortId.delete(s),this._fieldLength.delete(c),this._documentCount-=1}},{key:"removeAll",value:function(e){if(e){var t,n=o(e);try{for(n.s();!(t=n.n()).done;){var r=t.value;this.remove(r)}}catch(e){n.e(e)}finally{n.f()}}else{if(arguments.length>0)throw new Error("Expected documents to be present. Omit the argument to remove all documents.");this._index=new D,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldLength=new Map,this._avgFieldLength=[],this._storedFields=new Map,this._nextId=0}}},{key:"discard",value:function(e){var t=this,n=this._idToShortId.get(e);if(null==n)throw new Error("MiniSearch: cannot discard document with ID ".concat(e,": it is not in the index"));this._idToShortId.delete(e),this._documentIds.delete(n),this._storedFields.delete(n),(this._fieldLength.get(n)||[]).forEach((function(e,r){t.removeFieldLength(n,r,t._documentCount,e)})),this._fieldLength.delete(n),this._documentCount-=1,this._dirtCount+=1,this.maybeAutoVacuum()}},{key:"maybeAutoVacuum",value:function(){if(!1!==this._options.autoVacuum){var e=this._options.autoVacuum,t=e.minDirtFactor,n=e.minDirtCount,r=e.batchSize,i=e.batchWait;this.conditionalVacuum({batchSize:r,batchWait:i},{minDirtCount:n,minDirtFactor:t})}}},{key:"discardAll",value:function(e){var t=this._options.autoVacuum;try{this._options.autoVacuum=!1;var n,r=o(e);try{for(r.s();!(n=r.n()).done;){var i=n.value;this.discard(i)}}catch(e){r.e(e)}finally{r.f()}}finally{this._options.autoVacuum=t}this.maybeAutoVacuum()}},{key:"replace",value:function(e){var t=this._options,n=t.idField,r=(0,t.extractField)(e,n);this.discard(r),this.add(e)}},{key:"vacuum",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.conditionalVacuum(e)}},{key:"conditionalVacuum",value:function(e,t){var n=this;return this._currentVacuum?(this._enqueuedVacuumConditions=this._enqueuedVacuumConditions&&t,null!=this._enqueuedVacuum||(this._enqueuedVacuum=this._currentVacuum.then((function(){var t=n._enqueuedVacuumConditions;return n._enqueuedVacuumConditions=P,n.performVacuuming(e,t)}))),this._enqueuedVacuum):!1===this.vacuumConditionsMet(t)?Promise.resolve():(this._currentVacuum=this.performVacuuming(e),this._currentVacuum)}},{key:"performVacuuming",value:function(e,t){return v(this,void 0,void 0,i().mark((function n(){var r,a,s,c,l,f,h,d,v,y,m,p,g,F,b,D,_,w;return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(r=this._dirtCount,!this.vacuumConditionsMet(t)){n.next=59;break}a=e.batchSize||V.batchSize,s=e.batchWait||V.batchWait,c=1,l=o(this._index),n.prev=6,l.s();case 8:if((f=l.n()).done){n.next=50;break}h=u(f.value,2),d=h[0],v=h[1],y=o(v),n.prev=11,y.s();case 13:if((m=y.n()).done){n.next=35;break}p=u(m.value,2),g=p[0],F=p[1],b=o(F),n.prev=16,b.s();case 18:if((D=b.n()).done){n.next=25;break}if(_=u(D.value,1),w=_[0],!this._documentIds.has(w)){n.next=22;break}return n.abrupt("continue",23);case 22:F.size<=1?v.delete(g):F.delete(w);case 23:n.next=18;break;case 25:n.next=30;break;case 27:n.prev=27,n.t0=n.catch(16),b.e(n.t0);case 30:return n.prev=30,b.f(),n.finish(30);case 33:n.next=13;break;case 35:n.next=40;break;case 37:n.prev=37,n.t1=n.catch(11),y.e(n.t1);case 40:return n.prev=40,y.f(),n.finish(40);case 43:if(0===this._index.get(d).size&&this._index.delete(d),c%a!=0){n.next=47;break}return n.next=47,new Promise((function(e){return setTimeout(e,s)}));case 47:c+=1;case 48:n.next=8;break;case 50:n.next=55;break;case 52:n.prev=52,n.t2=n.catch(6),l.e(n.t2);case 55:return n.prev=55,l.f(),n.finish(55);case 58:this._dirtCount-=r;case 59:return n.next=61,null;case 61:this._currentVacuum=this._enqueuedVacuum,this._enqueuedVacuum=null;case 63:case"end":return n.stop()}}),n,this,[[6,52,55,58],[11,37,40,43],[16,27,30,33]])})))}},{key:"vacuumConditionsMet",value:function(e){if(null==e)return!0;var t=e.minDirtCount,n=e.minDirtFactor;return t=t||N.minDirtCount,n=n||N.minDirtFactor,this.dirtCount>=t&&this.dirtFactor>=n}},{key:"isVacuuming",get:function(){return null!=this._currentVacuum}},{key:"dirtCount",get:function(){return this._dirtCount}},{key:"dirtFactor",get:function(){return this._dirtCount/(1+this._documentCount+this._dirtCount)}},{key:"has",value:function(e){return this._idToShortId.has(e)}},{key:"getStoredFields",value:function(e){var t=this._idToShortId.get(e);if(null!=t)return this._storedFields.get(t)}},{key:"search",value:function(t){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=[],a=o(this.executeQuery(t,r));try{for(a.s();!(n=a.n()).done;){var s=u(n.value,2),c=s[0],l=s[1],f=l.score,h=l.terms,d=l.match,v=h.length||1,y={id:this._documentIds.get(c),score:f*v,terms:Object.keys(d),queryTerms:h,match:d};Object.assign(y,this._storedFields.get(c)),(null==r.filter||r.filter(y))&&i.push(y)}}catch(e){a.e(e)}finally{a.f()}return t===e.wildcard&&null==r.boostDocument&&null==this._options.searchOptions.boostDocument||i.sort(J),i}},{key:"autoSuggest",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t=Object.assign(Object.assign({},this._options.autoSuggestOptions),t);var n,r=new Map,i=o(this.search(e,t));try{for(i.s();!(n=i.n()).done;){var a=n.value,s=a.score,c=a.terms,l=c.join(" "),f=r.get(l);null!=f?(f.score+=s,f.count+=1):r.set(l,{score:s,terms:c,count:1})}}catch(e){i.e(e)}finally{i.f()}var h,d=[],v=o(r);try{for(v.s();!(h=v.n()).done;){var y=u(h.value,2),m=y[0],p=y[1],g=p.score,F=p.terms,b=p.count;d.push({suggestion:m,terms:F,score:g/b})}}catch(e){v.e(e)}finally{v.f()}return d.sort(J),d}},{key:"documentCount",get:function(){return this._documentCount}},{key:"termCount",get:function(){return this._index.size}},{key:"executeQuery",value:function(t){var n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t===e.wildcard)return this.executeWildcardQuery(r);if("string"!=typeof t){var i=Object.assign(Object.assign(Object.assign({},r),t),{queries:void 0}),u=t.queries.map((function(e){return n.executeQuery(e,i)}));return this.combineResults(u,i.combineWith)}var o=this._options,a=o.tokenize,s=o.processTerm,c=o.searchOptions,l=Object.assign(Object.assign({tokenize:a,processTerm:s},c),r),f=l.tokenize,h=l.processTerm,d=f(t).flatMap((function(e){return h(e)})).filter((function(e){return!!e})).map(L(l)).map((function(e){return n.executeQuerySpec(e,l)}));return this.combineResults(d,l.combineWith)}},{key:"executeQuerySpec",value:function(e,t){var n,i,a=Object.assign(Object.assign({},this._options.searchOptions),t),s=(a.fields||this._options.fields).reduce((function(e,t){return Object.assign(Object.assign({},e),r({},t,I(a.boost,t)||1))}),{}),c=a.boostDocument,l=a.weights,f=a.maxFuzzy,h=a.bm25,d=Object.assign(Object.assign({},B.weights),l),v=d.fuzzy,y=d.prefix,m=this._index.get(e.term),p=this.termResults(e.term,e.term,1,e.termBoost,m,s,c,h);if(e.prefix&&(n=this._index.atPrefix(e.term)),e.fuzzy){var g=!0===e.fuzzy?.2:e.fuzzy,F=g<1?Math.min(f,Math.round(e.term.length*g)):g;F&&(i=this._index.fuzzyGet(e.term,F))}if(n){var b,D=o(n);try{for(D.s();!(b=D.n()).done;){var _=u(b.value,2),w=_[0],k=_[1],x=w.length-e.term.length;if(x){null==i||i.delete(w);var E=y*w.length/(w.length+.3*x);this.termResults(e.term,w,E,e.termBoost,k,s,c,h,p)}}}catch(e){D.e(e)}finally{D.f()}}if(i){var C,A=o(i.keys());try{for(A.s();!(C=A.n()).done;){var S=C.value,O=u(i.get(S),2),j=O[0],z=O[1];if(z){var L=v*S.length/(S.length+z);this.termResults(e.term,S,L,e.termBoost,j,s,c,h,p)}}}catch(e){A.e(e)}finally{A.f()}}return p}},{key:"executeWildcardQuery",value:function(e){var t,n=new Map,r=Object.assign(Object.assign({},this._options.searchOptions),e),i=o(this._documentIds);try{for(i.s();!(t=i.n()).done;){var a=u(t.value,2),s=a[0],c=a[1],l=r.boostDocument?r.boostDocument(c,"",this._storedFields.get(s)):1;n.set(s,{score:l,terms:[],match:{}})}}catch(e){i.e(e)}finally{i.f()}return n}},{key:"combineResults",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:S;if(0===e.length)return new Map;var n=t.toLowerCase(),r=j[n];if(!r)throw new Error("Invalid combination operator: ".concat(t));return e.reduce(r)||new Map}},{key:"toJSON",value:function(){var e,t=[],n=o(this._index);try{for(n.s();!(e=n.n()).done;){var r,i=u(e.value,2),a=i[0],s=i[1],c={},l=o(s);try{for(l.s();!(r=l.n()).done;){var f=u(r.value,2),h=f[0],d=f[1];c[h]=Object.fromEntries(d)}}catch(e){l.e(e)}finally{l.f()}t.push([a,c])}}catch(e){n.e(e)}finally{n.f()}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:t,serializationVersion:2}}},{key:"termResults",value:function(e,t,n,i,u,a,s,c){var l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:new Map;if(null==u)return l;for(var f=0,h=Object.keys(a);f{n.d(t,{J:()=>x});const r=function(){function e(){}return e.prototype.then=function(t,n){const r=new e,u=this.s;if(u){const e=1&u?t:n;if(e){try{i(r,1,e(this.v))}catch(e){i(r,2,e)}return r}return this}return this.o=function(e){try{const u=e.v;1&e.s?i(r,1,t?t(u):u):n?i(r,1,n(u)):i(r,2,u)}catch(e){i(r,2,e)}},r},e}();function i(e,t,n){if(!e.s){if(n instanceof r){if(!n.s)return void(n.o=i.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(i.bind(null,e,t),i.bind(null,e,2));e.s=t,e.v=n;const u=e.o;u&&u(e)}}var u=0,o="function"==typeof WeakMap?WeakMap:function(){var e="function"==typeof Symbol?Symbol(0):"__weak$"+ ++u;this.set=function(t,n){t[e]=n},this.get=function(t){return t[e]}};function a(e,t){return new Promise((function(n,r){e.onsuccess=function(){var r=e.result;t&&(r=t(r)),n(r)},e.onerror=function(){r(e.error)}}))}function s(e,t){return a(e.openCursor(t),(function(e){return e?[e.key,e.value]:[]}))}function c(e){return new Promise((function(t,n){e.oncomplete=function(){t()},e.onabort=function(){n(e.error)},e.onerror=function(){n(e.error)}}))}function l(e){if(!function(e){if("number"==typeof e||"string"==typeof e)return!0;if("object"==typeof e&&e){if(Array.isArray(e))return!0;if("setUTCFullYear"in e)return!0;if("function"==typeof ArrayBuffer&&ArrayBuffer.isView(e))return!0;if("byteLength"in e&&"length"in e)return!0}return!1}(e))throw Error("kv-storage: The given value is not allowed as a key")}var f={};function h(e,t){return s(e,d(t))}function d(e){return e===f?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(e,!0)}var v=new o,y=new o,m=new o,p=new o,g=function(){};function F(e,t){return t((function(t,n){try{function f(){return y.set(e,o),m.set(e,void 0),{value:c,done:void 0===o}}var u=y.get(e);if(void 0===u)return Promise.resolve({value:void 0,done:!0});var o,a,c,l=function(e,t){var n,u=-1;e:{for(var o=0;o{n.d(e,{z:()=>h});var r=n(85404);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},i(t)}var o=Array.isArray,u=Object.getPrototypeOf,a=Object.prototype,c=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)&&u(r)===a){var n=c(e);return{args:n.map((function(t){return e[t]})),keys:n}}}var r;return{args:t,keys:null}}var f=n(6745),s=n(83569),p=n(12886),v=n(70698);var y=n(91660),b=n(75557);function h(){for(var t=[],e=0;e{n.d(e,{c:()=>c});var r=n(39328),i=n(20610),o=n(91660),u=n(62618);var a=n(90889);function c(t,e,n){void 0===e&&(e=r.E);var c=(0,a.O)(t,e);return function(t,e){return(0,i.N)((function(n,r){var i=null!=e?e:{},a=i.leading,c=void 0===a||a,l=i.trailing,f=void 0!==l&&l,s=!1,p=null,v=null,y=!1,b=function(){null==v||v.unsubscribe(),v=null,f&&(m(),y&&r.complete())},h=function(){v=null,y&&r.complete()},d=function(e){return v=(0,u.Tg)(t(e)).subscribe((0,o._)(r,b,h))},m=function(){if(s){s=!1;var t=p;p=null,r.next(t),!y&&d(t)}};n.subscribe((0,o._)(r,(function(t){s=!0,p=t,(!v||v.closed)&&(c?m():d(t))}),(function(){y=!0,(!(f&&s&&v)||v.closed)&&r.complete()})))}))}((function(){return c}),n)}},48149:(t,e,n)=>{n.r(e),n.d(e,{HyDrawer:()=>Yt});var r=n(31635),i=n(6075),o=n(49182);function u(t){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},u(t)}function a(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 c(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)?c(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,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,o=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw o}}}}function c(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=p.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),p.set(e,i=new Set));var u=r.classList||new s(r);for(var a in i.forEach((function(e){e in t||(u.remove(e),i.delete(e))})),t){var c=t[a];c!=i.has(a)&&(c?(u.add(a),i.add(a)):(u.remove(a),i.delete(a)))}"function"==typeof u.commit&&u.commit()}})),y=new WeakMap,b=(0,o.u$)((function(t){return function(e){if(!(e instanceof o.ab)||e instanceof o.Vm||"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=y.get(e);for(var u in void 0===i&&(r.cssText=n.strings.join(" "),y.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(u),-1===u.indexOf("-")?r[u]=t[u]:r.setProperty(u,t[u])}})),h=n(3426),d=n(38623),m=n(31430),g=n(45786),w=n(20880),S=n(15376),O=n(30372),E=n(8726),k=n(53075),j=n(54261),M=n(77137),C=n(62618),T=n(20610),x=n(25755),P=n(91660);var A=n(19317);var I=n(9486),_=n(71872),z=n(40528),R=n(99258),$=n(86568),D=n(3677);var X=n(12286),Z=.15,N=n(87661);function W(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}function B(t){return("ResizeObserver"in window?(0,X.c3)(t):(0,N.of)({contentRect:{width:t.clientWidth}})).pipe((0,E.T)((function(t){return t.contentRect.width})))}var U={fromAttribute:function(t){return(null!=t?t:"").replace(/[\[\]]/g,"").split(",").map(Number)},toAttribute:function(t){return t.join(",")}};var G=n(96043),Y=n(95213);function L(t){return L="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},L(t)}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,i,o,u,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw i}}return a}}(t,e)||function(t,e){if(t){if("string"==typeof t)return J(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)?J(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 J(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n=q(a-i)}))):t.pipe((0,j.E)(e),(0,E.T)((function(t){var e=H(t,2),n=e[0],i=n.clientX,o=n.clientY,u=n.event,a=e[1],c=a.clientX,l=a.clientY,f=q(c-i)>=q(l-o);return r.noScroll&&f&&u&&u.preventDefault(),f})))}}],e&&Q(t.prototype,e),n&&Q(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function K(t){return K="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},K(t)}function tt(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,u,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw i}}return a}}(t,e)||function(t,e){if(t){if("string"==typeof t)return et(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)?et(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 et(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);ni&&(e||na);default:throw Error()}}},{key:"calcIsSwipe",value:function(t,e,n,r,i){var o=t.clientX;return e.clientX!==o||n>0&&nZ||!(i<-.15)&&n>=r/2;case"right":return-i>Z||!(-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 ot(0,it(r,n+(i-o)));case"right":return it(0,ot(-r,n+(i-o)));default:throw Error()}}}])&&nt(t.prototype,e),n&&nt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function at(t){return at="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},at(t)}function ct(t,e,n){return e=ft(e),function(t,e){if(e&&("object"==at(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,lt()?Reflect.construct(e,n||[],ft(t).constructor):e.apply(t,n))}function lt(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(lt=function(){return!!t})()}function ft(t){return ft=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},ft(t)}function st(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&&pt(t,e)}function pt(t,e){return pt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},pt(t,e)}function vt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yt(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=Ot.slice(0)),dt=Object.freeze(Object.defineProperties(Ot,{raw:{value:Object.freeze(Et)}}))));function At(t){return At="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},At(t)}function It(t,e,n){return(e=Zt(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _t(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function zt(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,u,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw i}}return a}}(t,e)||$t(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rt(t){return function(t){if(Array.isArray(t))return Dt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||$t(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $t(t,e){if(t){if("string"==typeof t)return Dt(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)?Dt(t,e):void 0}}function Dt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n0})),(0,E.T)((function(t){var e=zt(t,2),n=e[0],r=n.value,i=n.timestamp,o=e[1];return(o.value-r)/(o.timestamp-i)})),(0,z.Z)(0)),y=c.pipe((0,j.E)(o,s,n,v),(0,_.p)((function(e){var n;return(n=t).calcIsSwipe.apply(n,Rt(e))})),(0,E.T)((function(e){var n;return(n=t).calcWillOpen.apply(n,Rt(e))}))),b=t.animateTo$.pipe((0,M.M)((function(){t.willChange=!0,t.fireEvent("prepare")})));(0,r.GG)(t,xt,(0,m.h)(y,b).pipe((0,j.E)(s,n),(0,R.n)((function(e){var n,r=zt(e,3),i=r[0],u=r[1],a=r[2],c="left"===t.side?1:-1,l=(i?a*c:0)-u,f=Math.ceil(200+.15*a);return(0,X.Qx)(W,u,l,f).pipe((0,$.j)((function(){t.transitioned(i)})),(0,D.Q)(o),(0,D.Q)(t.$.side.pipe((n=1,(0,_.p)((function(t,e){return n<=e}))))),(0,k.u)())}))),"f"),s.pipe((0,j.E)(n),(0,M.M)((function(e){var n;(n=t).updateDOM.apply(n,Rt(e));var r=t,i=r.translateX,o=r.opacity;t.fireEvent("move",{detail:{translateX:i,opacity:o},bubbles:!1})}))).subscribe(),(0,g.R)(t.scrimEl,"click").pipe((0,M.M)((function(){return t.close()}))).subscribe(),i.pipe((0,M.M)((function(e){t.scrimEl.style.display=e?"block":"none"}))).subscribe(),t.$.mouseEvents.pipe((0,R.n)((function(t){return t?o.pipe((0,j.E)(a)):w.t})),(0,_.p)((function(t){var e=zt(t,2),n=e[0];return e[1]&&null!=n.event})),(0,M.M)((function(t){var e=zt(t,1)[0].event;return e&&e.preventDefault()}))).subscribe(),t.fireEvent("init",{detail:t.opened}),(0,r.gn)(t,Mt,"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&&Gt(t,e)}(e,t),function(t,e,n){return e&&Xt(t.prototype,e),n&&Xt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}(e,[{key:"initialized",get:function(){return(0,r.gn)(this,Mt,"f")}},{key:"getDrawerWidth",value:function(){var t=this,e=B(this.contentEl).pipe((0,M.M)((function(e){return t.fireEvent("content-width-change",{detail:e})}))),n=B(this.peekEl).pipe((0,M.M)((function(e){return t.fireEvent("peek-width-change",{detail:e})})));return(0,d.z)([e,n]).pipe((0,E.T)((function(t){var e=zt(t,2);return e[0]-e[1]})),(0,k.u)())}},{key:"connectedCallback",value:function(){Bt(Ut(e.prototype),"connectedCallback",this).call(this),this.$={opened:new S.t(this.opened),side:new S.t(this.side),persistent:new S.t(this.persistent),preventDefault:new S.t(this.noScroll),mouseEvents:new S.t(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new O.B,this.updater=gt.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}},{key:"render",value:function(){return(0,i.qy)(kt||(kt=_t(['\n
\n \n
\n \n
\n \n '])),b({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?(0,i.qy)(jt||(jt=_t(['
']))):null,v(It(It(It({wrapper:!0,"full-height":!0},this.side,!0),"grab",this.mouseEvents),"grabbing",this.mouseEvents&&this.grabbing)),b({willChange:this.willChange?"transform":""}))}},{key:"open",value:function(){this.animateTo$.next(!0)}},{key:"close",value:function(){this.animateTo$.next(!1)}},{key:"toggle",value:function(){this.animateTo$.next(!this.opened)}}])}((0,X.XJ)(X.sJ,[F,mt,ut]));Mt=new WeakMap,Ct=new WeakMap,Tt=new WeakMap,xt=new WeakMap,Yt.styles=Pt,(0,r.Cg)([(0,i.P)(".scrim")],Yt.prototype,"scrimEl",void 0),(0,r.Cg)([(0,i.P)(".wrapper")],Yt.prototype,"contentEl",void 0),(0,r.Cg)([(0,i.P)(".peek")],Yt.prototype,"peekEl",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Yt.prototype,"opened",void 0),(0,r.Cg)([(0,i.MZ)({type:String,reflect:!0})],Yt.prototype,"side",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Yt.prototype,"persistent",void 0),(0,r.Cg)([(0,i.MZ)({type:Number,reflect:!0})],Yt.prototype,"threshold",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Yt.prototype,"noScroll",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Yt.prototype,"mouseEvents",void 0),(0,r.Cg)([(0,i.MZ)({reflect:!0,converter:U,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]}))}})],Yt.prototype,"range",void 0),(0,r.Cg)([(0,i.MZ)()],Yt.prototype,"scrimClickable",void 0),(0,r.Cg)([(0,i.MZ)()],Yt.prototype,"grabbing",void 0),(0,r.Cg)([(0,i.MZ)()],Yt.prototype,"willChange",void 0),(0,r.Cg)([(0,i.MZ)()],Yt.prototype,"open",null),(0,r.Cg)([(0,i.MZ)()],Yt.prototype,"close",null),(0,r.Cg)([(0,i.MZ)()],Yt.prototype,"toggle",null),Yt=(0,r.Cg)([(0,i.EM)("hy-drawer")],Yt)}}]); \ No newline at end of file +"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[778],{38623:(t,e,n)=>{n.d(e,{z:()=>h});var r=n(85404);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},i(t)}var o=Array.isArray,u=Object.getPrototypeOf,a=Object.prototype,c=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)&&u(r)===a){var n=c(e);return{args:n.map((function(t){return e[t]})),keys:n}}}var r;return{args:t,keys:null}}var f=n(6745),s=n(83569),p=n(12886),v=n(70698);var y=n(91660),b=n(75557);function h(){for(var t=[],e=0;e{n.d(e,{c:()=>c});var r=n(39328),i=n(20610),o=n(91660),u=n(62618);var a=n(90889);function c(t,e,n){void 0===e&&(e=r.E);var c=(0,a.O)(t,e);return function(t,e){return(0,i.N)((function(n,r){var i=null!=e?e:{},a=i.leading,c=void 0===a||a,l=i.trailing,f=void 0!==l&&l,s=!1,p=null,v=null,y=!1,b=function(){null==v||v.unsubscribe(),v=null,f&&(m(),y&&r.complete())},h=function(){v=null,y&&r.complete()},d=function(e){return v=(0,u.Tg)(t(e)).subscribe((0,o._)(r,b,h))},m=function(){if(s){s=!1;var t=p;p=null,r.next(t),!y&&d(t)}};n.subscribe((0,o._)(r,(function(t){s=!0,p=t,(!v||v.closed)&&(c?m():d(t))}),(function(){y=!0,(!(f&&s&&v)||v.closed)&&r.complete()})))}))}((function(){return c}),n)}},48149:(t,e,n)=>{n.r(e),n.d(e,{HyDrawer:()=>Lt});var r=n(31635),i=n(6075),o=n(49182);function u(t){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},u(t)}function a(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 c(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)?c(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,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,o=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw o}}}}function c(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=p.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),p.set(e,i=new Set));var u=r.classList||new s(r);for(var a in i.forEach((function(e){e in t||(u.remove(e),i.delete(e))})),t){var c=t[a];c!=i.has(a)&&(c?(u.add(a),i.add(a)):(u.remove(a),i.delete(a)))}"function"==typeof u.commit&&u.commit()}})),y=new WeakMap,b=(0,o.u$)((function(t){return function(e){if(!(e instanceof o.ab)||e instanceof o.Vm||"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=y.get(e);for(var u in void 0===i&&(r.cssText=n.strings.join(" "),y.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(u),-1===u.indexOf("-")?r[u]=t[u]:r.setProperty(u,t[u])}})),h=n(3426),d=n(38623),m=n(31430),g=n(45786),w=n(20880),S=n(15376),O=n(30372),E=n(8726),k=n(53075),j=n(54261),M=n(77137),C=n(62618),T=n(20610),x=n(25755),P=n(91660);var A=n(19317);var I=n(9486),_=n(71872),z=n(40528),R=n(99258),$=n(86568),D=n(3677);var X=n(12286),Z=.15,N=n(87661);function W(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}function B(t){return("ResizeObserver"in window?(0,X.c3)(t):(0,N.of)({contentRect:{width:t.clientWidth}})).pipe((0,E.T)((function(t){return t.contentRect.width})))}var U={fromAttribute:function(t){return(null!=t?t:"").replace(/[\[\]]/g,"").split(",").map(Number)},toAttribute:function(t){return t.join(",")}};var G=n(96043),Y=n(95213);function L(t){return(0,T.N)((function(e,n){var r,i,o=!1,u=!1,a=!1,c=function(){return a&&u&&(n.complete(),!0)},l=function(){a=!1,r=e.subscribe((0,P._)(n,void 0,(function(){a=!0,!c()&&(i||(i=new O.B,(0,C.Tg)(t(i)).subscribe((0,P._)(n,(function(){r?l():o=!0}),(function(){u=!0,c()})))),i).next()}))),o&&(r.unsubscribe(),r=null,o=!1,l())};l()}))}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},H(t)}function J(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,u,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw i}}return a}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Q(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)?Q(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 Q(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n=F(a-i)}))):t.pipe((0,j.E)(e),(0,E.T)((function(t){var e=J(t,2),n=e[0],i=n.clientX,o=n.clientY,u=n.event,a=e[1],c=a.clientX,l=a.clientY,f=F(c-i)>=F(l-o);return r.noScroll&&f&&u&&u.preventDefault(),f})))}}],e&&V(t.prototype,e),n&&V(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function tt(t){return tt="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},tt(t)}function et(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,u,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw i}}return a}}(t,e)||function(t,e){if(t){if("string"==typeof t)return nt(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)?nt(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 nt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);ni&&(e||na);default:throw Error()}}},{key:"calcIsSwipe",value:function(t,e,n,r,i){var o=t.clientX;return e.clientX!==o||n>0&&nZ||!(i<-.15)&&n>=r/2;case"right":return-i>Z||!(-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,ot(r,n+(i-o)));case"right":return ot(0,ut(-r,n+(i-o)));default:throw Error()}}}])&&rt(t.prototype,e),n&&rt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function ct(t){return ct="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},ct(t)}function lt(t,e,n){return e=st(e),function(t,e){if(e&&("object"==ct(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,ft()?Reflect.construct(e,n||[],st(t).constructor):e.apply(t,n))}function ft(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ft=function(){return!!t})()}function st(t){return st=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},st(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},vt(t,e)}function yt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bt(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"],kt||(kt=Et.slice(0)),mt=Object.freeze(Object.defineProperties(Et,{raw:{value:Object.freeze(kt)}}))));function It(t){return It="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},It(t)}function _t(t,e,n){return(e=Nt(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function zt(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}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,u,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(l)throw i}}return a}}(t,e)||Dt(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 Xt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Dt(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 Dt(t,e){if(t){if("string"==typeof t)return Xt(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)?Xt(t,e):void 0}}function Xt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n0})),(0,E.T)((function(t){var e=Rt(t,2),n=e[0],r=n.value,i=n.timestamp,o=e[1];return(o.value-r)/(o.timestamp-i)})),(0,z.Z)(0)),y=c.pipe((0,j.E)(o,s,n,v),(0,_.p)((function(e){var n;return(n=t).calcIsSwipe.apply(n,$t(e))})),(0,E.T)((function(e){var n;return(n=t).calcWillOpen.apply(n,$t(e))}))),b=t.animateTo$.pipe((0,M.M)((function(){t.willChange=!0,t.fireEvent("prepare")})));(0,r.GG)(t,Pt,(0,m.h)(y,b).pipe((0,j.E)(s,n),(0,R.n)((function(e){var n,r=Rt(e,3),i=r[0],u=r[1],a=r[2],c="left"===t.side?1:-1,l=(i?a*c:0)-u,f=Math.ceil(200+.15*a);return(0,X.Qx)(W,u,l,f).pipe((0,$.j)((function(){t.transitioned(i)})),(0,D.Q)(o),(0,D.Q)(t.$.side.pipe((n=1,(0,_.p)((function(t,e){return n<=e}))))),(0,k.u)())}))),"f"),s.pipe((0,j.E)(n),(0,M.M)((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(),(0,g.R)(t.scrimEl,"click").pipe((0,M.M)((function(){return t.close()}))).subscribe(),i.pipe((0,M.M)((function(e){t.scrimEl.style.display=e?"block":"none"}))).subscribe(),t.$.mouseEvents.pipe((0,R.n)((function(t){return t?o.pipe((0,j.E)(a)):w.t})),(0,_.p)((function(t){var e=Rt(t,2),n=e[0];return e[1]&&null!=n.event})),(0,M.M)((function(t){var e=Rt(t,1)[0].event;return e&&e.preventDefault()}))).subscribe(),t.fireEvent("init",{detail:t.opened}),(0,r.gn)(t,Ct,"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&&Yt(t,e)}(e,t),function(t,e,n){return e&&Zt(t.prototype,e),n&&Zt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}(e,[{key:"initialized",get:function(){return(0,r.gn)(this,Ct,"f")}},{key:"getDrawerWidth",value:function(){var t=this,e=B(this.contentEl).pipe((0,M.M)((function(e){return t.fireEvent("content-width-change",{detail:e})}))),n=B(this.peekEl).pipe((0,M.M)((function(e){return t.fireEvent("peek-width-change",{detail:e})})));return(0,d.z)([e,n]).pipe((0,E.T)((function(t){var e=Rt(t,2);return e[0]-e[1]})),(0,k.u)())}},{key:"connectedCallback",value:function(){!function(t,e,n,r){var i=Ut(Gt(1&r?t.prototype:t),e,n);return 2&r&&"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,"connectedCallback",this,3)([]),this.$={opened:new S.t(this.opened),side:new S.t(this.side),persistent:new S.t(this.persistent),preventDefault:new S.t(this.noScroll),mouseEvents:new S.t(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new O.B,this.updater=wt.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}},{key:"render",value:function(){return(0,i.qy)(jt||(jt=zt(['\n
\n \n
\n \n
\n \n '])),b({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?(0,i.qy)(Mt||(Mt=zt(['
']))):null,v(_t(_t(_t({wrapper:!0,"full-height":!0},this.side,!0),"grab",this.mouseEvents),"grabbing",this.mouseEvents&&this.grabbing)),b({willChange:this.willChange?"transform":""}))}},{key:"open",value:function(){this.animateTo$.next(!0)}},{key:"close",value:function(){this.animateTo$.next(!1)}},{key:"toggle",value:function(){this.animateTo$.next(!this.opened)}}])}((0,X.XJ)(X.sJ,[K,gt,at]));Ct=new WeakMap,Tt=new WeakMap,xt=new WeakMap,Pt=new WeakMap,Lt.styles=At,(0,r.Cg)([(0,i.P)(".scrim")],Lt.prototype,"scrimEl",void 0),(0,r.Cg)([(0,i.P)(".wrapper")],Lt.prototype,"contentEl",void 0),(0,r.Cg)([(0,i.P)(".peek")],Lt.prototype,"peekEl",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Lt.prototype,"opened",void 0),(0,r.Cg)([(0,i.MZ)({type:String,reflect:!0})],Lt.prototype,"side",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Lt.prototype,"persistent",void 0),(0,r.Cg)([(0,i.MZ)({type:Number,reflect:!0})],Lt.prototype,"threshold",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Lt.prototype,"noScroll",void 0),(0,r.Cg)([(0,i.MZ)({type:Boolean,reflect:!0})],Lt.prototype,"mouseEvents",void 0),(0,r.Cg)([(0,i.MZ)({reflect:!0,converter:U,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]}))}})],Lt.prototype,"range",void 0),(0,r.Cg)([(0,i.MZ)()],Lt.prototype,"scrimClickable",void 0),(0,r.Cg)([(0,i.MZ)()],Lt.prototype,"grabbing",void 0),(0,r.Cg)([(0,i.MZ)()],Lt.prototype,"willChange",void 0),(0,r.Cg)([(0,i.MZ)()],Lt.prototype,"open",null),(0,r.Cg)([(0,i.MZ)()],Lt.prototype,"close",null),(0,r.Cg)([(0,i.MZ)()],Lt.prototype,"toggle",null),Lt=(0,r.Cg)([(0,i.EM)("hy-drawer")],Lt)}}]); \ No newline at end of file diff --git a/assets/js/legacy/deepdive-9.1.7.min.js b/assets/js/legacy/deepdive-9.1.7.min.js index de487df..dd20b0e 100644 --- a/assets/js/legacy/deepdive-9.1.7.min.js +++ b/assets/js/legacy/deepdive-9.1.7.min.js @@ -1 +1 @@ -(()=>{var t,e,r,n,o={16942:()=>{function t(e){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(e)}!function(e,r,n){var o=[],i={_version:"3.6.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!1},_q:[],on:function(t,e){var r=this;setTimeout((function(){e(r[t])}),0)},addTest:function(t,e,r){o.push({name:t,fn:e,options:r})},addAsyncTest:function(t){o.push({name:null,fn:t})}},a=function(){};a.prototype=i,a=new a;var u=e.CSS&&e.CSS.supports.bind(e.CSS)||e.supportsCSS;function s(e,r){return t(e)===r}a.addTest("customproperties",!!u&&(u("--f:0")||u("--f",0))),a.addTest("customelements","customElements"in e),a.addTest("customevent","CustomEvent"in e&&"function"==typeof e.CustomEvent),a.addTest("eventlistener","addEventListener"in e),a.addTest("queryselector","querySelector"in r&&"querySelectorAll"in r),a.addTest("history",(function(){var t=navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone")||"file:"===location.protocol)&&(e.history&&"pushState"in e.history)})),a.addTest("promises",(function(){return"Promise"in e&&"resolve"in e.Promise&&"reject"in e.Promise&&"all"in e.Promise&&"race"in e.Promise&&(new e.Promise((function(e){t=e})),"function"==typeof t);var t}));var c=[];var f=i._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];i._prefixes=f;var l=r.documentElement;a.addTest("classlist","classList"in l),a.addTest("documentfragment",(function(){return"createDocumentFragment"in r&&"appendChild"in l}));var p="svg"===l.nodeName.toLowerCase();function d(){return"function"!=typeof r.createElement?r.createElement(arguments[0]):p?r.createElementNS.call(r,"http://www.w3.org/2000/svg",arguments[0]):r.createElement.apply(r,arguments)}function h(t){return t.replace(/([a-z])-([a-z])/g,(function(t,e,r){return e+r.toUpperCase()})).replace(/^-/,"")}function v(t,e,n,o){var i,a,u,s,c="modernizr",f=d("div"),h=function(){var t=r.body;return t||((t=d(p?"svg":"body")).fake=!0),t}();if(parseInt(n,10))for(;n--;)(u=d("div")).id=o?o[n]:c+(n+1),f.appendChild(u);return(i=d("style")).type="text/css",i.id="s"+c,(h.fake?h:f).appendChild(i),h.appendChild(f),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(r.createTextNode(t)),f.id=c,h.fake&&(h.style.background="",h.style.overflow="hidden",s=l.style.overflow,l.style.overflow="hidden",l.appendChild(h)),a=e(f,t),h.fake?(h.parentNode.removeChild(h),l.style.overflow=s,l.offsetHeight):f.parentNode.removeChild(f),!!a}a.addTest("opacity",(function(){var t=d("a").style;return t.cssText=f.join("opacity:.55;"),/^0.55$/.test(t.opacity)})),a.addTest("csspointerevents",(function(){var t=d("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents})),a.addTest("cssremunit",(function(){var t=d("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)})),a.addTest("template","content"in d("template"));var y=i.testStyles=v;a.addTest("touchevents",(function(){var t;if("ontouchstart"in e||e.DocumentTouch&&r instanceof DocumentTouch)t=!0;else{var n=["@media (",f.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");y(n,(function(e){t=9===e.offsetTop}))}return t}));var m="Moz O ms Webkit",g=i._config.usePrefixes?m.split(" "):[];i._cssomPrefixes=g;var b=function(t){var r,o=f.length,i=e.CSSRule;if(void 0===i)return n;if(!t)return!1;if((r=(t=t.replace(/^@/,"")).replace(/-/g,"_").toUpperCase()+"_RULE")in i)return"@"+t;for(var a=0;a{"use strict";r.d(e,{FF:()=>k,Fr:()=>y,Gg:()=>b,HQ:()=>m,Ie:()=>E,Kz:()=>A,Nc:()=>s.Nc,Oo:()=>x,PN:()=>a.PN,QN:()=>S,Sk:()=>w,UO:()=>g,YS:()=>j,bw:()=>d,hY:()=>i.hY,i0:()=>O,nr:()=>v,pd:()=>p,r7:()=>a.r7,tL:()=>u.tL,u1:()=>P,y6:()=>I});var n=r(87661),o=r(85404),i=r(17580),a=r(60426),u=r(48679),s=r(80077);function c(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return f(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)?f(t,e):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 f(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r0&&h.indexOf("chrome")<0,y=h.indexOf("mobile")>0,m=v&&y,g=(h.indexOf("ucbrowser"),h.indexOf("firefox"),h.indexOf("fxios")>0&&h.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)})),w=new Promise((function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?e(!0):n<=0?r(Error("Stylesheet not loaded within 10 seconds")):setTimeout((function(){return t(e,r,n-1)}),1e3/3):e(!0)})),x=function(t,e){return new Promise((function(r){return t.addEventListener(e,r,{once:!0})}))};function S(t){return!window.Modernizr||c(t).every((function(t){var e=window.Modernizr[t];return e||console.warn("Feature '".concat(t,"' missing!")),e}))}function E(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function O(t,e,r){return t?o.c.create((function(n){var o=t.animate(e,r);return o.addEventListener("finish",(function(t){n.next(t),requestAnimationFrame((function(){requestAnimationFrame((function(){return n.complete()}))}))})),function(){"finished"!==o.playState&&o.cancel()}})):(0,n.of)(new CustomEvent("finish"))}function A(t){var e=document.getElementById(t);return e&&document.importNode(e.content,!0)}var T=document.body||document.documentElement,j=function(){return window.innerWidth||T.clientWidth};function P(t,e){return new Promise((function(r,n){var o=new MessageChannel;o.port1.onmessage=function(t){t.data.error?n(t.data.error):r(t.data)},t.postMessage(e,[o.port2])}))}var L=function(t){return function(e){return new Promise((function(r){return t(e).addEventListener("load",r)}))}},I=(L(window.loadJS),L(window.loadCSS));function k(t,e){return new Promise((function(r){var n=new IntersectionObserver((function(e){e.some((function(t){return t.isIntersecting}))&&(t.forEach((function(t){return n.unobserve(t)})),r(e.find((function(t){return t.isIntersecting}))))}),e);t.forEach((function(t){return n.observe(t)}))}))}},25751:(t,e,r)=>{"use strict";r.r(e);var n=r(76566);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},o(t)}function i(){i=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},u="function"==typeof Symbol?Symbol:{},s=u.iterator||"@@iterator",c=u.asyncIterator||"@@asyncIterator",f=u.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 p(t,e,r,n){var o=e&&e.prototype instanceof b?e:b,i=Object.create(o.prototype),u=new _(n||[]);return a(i,"_invoke",{value:P(t,r,u)}),i}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=p;var h="suspendedStart",v="suspendedYield",y="executing",m="completed",g={};function b(){}function w(){}function x(){}var S={};l(S,s,(function(){return this}));var E=Object.getPrototypeOf,O=E&&E(E(M([])));O&&O!==r&&n.call(O,s)&&(S=O);var A=x.prototype=b.prototype=Object.create(S);function T(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function r(i,a,u,s){var c=d(t[i],t,a);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==o(l)&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,u,s)}),(function(t){r("throw",t,u,s)})):e.resolve(l).then((function(t){f.value=t,u(f)}),(function(t){return r("throw",t,u,s)}))}s(c.arg)}var i;a(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 P(e,r,n){var o=h;return function(i,a){if(o===y)throw Error("Generator is already running");if(o===m){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var s=L(u,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=m,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var c=d(e,r,n);if("normal"===c.type){if(o=n.done?m:v,c.arg===g)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o=m,n.method="throw",n.arg=c.arg)}}}function L(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,L(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=d(o,e.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;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,g):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function I(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 k(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function _(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function M(e){if(e||""===e){var r=e[s];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){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),k(r),g}},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;k(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:M(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),g}},e}function a(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}var u;(u=i().mark((function t(){var e,r,o,a,u,s,c;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,n.Sk;case 2:if(!(e=(0,n.Kz)("_dark-mode-template"))){t.next=16;break}return null==(r=document.querySelector("#_navbar > .content > .nav-btn-bar"))||r.insertBefore(e,r.querySelector(".nav-span")),null==(o=document.getElementById("_dark-mode"))||o.addEventListener("click",(function(t){t.preventDefault();var e=document.body.classList;e.contains("dark-mode")||"_sunset"in window&&!e.contains("light-mode")&&matchMedia("(prefers-color-scheme: dark)").matches?(e.remove("dark-mode"),e.add("light-mode"),o.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!1,bubbles:!0}))):(e.remove("light-mode"),e.add("dark-mode"),o.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!0,bubbles:!0})))})),t.next=10,(0,n.Oo)(document,"click");case 10:a=Array.from(document.styleSheets),u=a.find((function(t){var e;return"_styleInline"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),s=a.find((function(t){var e;return"_stylePreload"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),(c=function(t){if(t){var e=Array.from(t.rules).find((function(t){return t.selectorText.startsWith(".color-transition")}));e&&(e.style.transition="background-color 1s ease, border-color 1s ease")}})(u),c(s);case 16:case"end":return t.stop()}}),t)})),function(){var t=this,e=arguments;return new Promise((function(r,n){var o=u.apply(t,e);function i(t){a(o,r,n,i,s,"next",t)}function s(t){a(o,r,n,i,s,"throw",t)}i(void 0)}))})()},17513:(t,e,r)=>{"use strict";r.r(e);var n=r(76566),o=r(45786),i=r(66510);function a(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=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return u(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)?u(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 u(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r2?l-2:0),d=2;d0&&g(n.width)/t.offsetWidth||1,i=t.offsetHeight>0&&g(n.height)/t.offsetHeight||1);var a=(d(t)?p(t):window).visualViewport,u=!w()&&r,s=(n.left+(u&&a?a.offsetLeft:0))/o,c=(n.top+(u&&a?a.offsetTop:0))/i,f=n.width/o,l=n.height/i;return{width:f,height:l,top:c,right:s+f,bottom:c+l,left:s,x:s,y:c}}function S(t){var e=p(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function E(t){return t?(t.nodeName||"").toLowerCase():null}function O(t){return((d(t)?t.ownerDocument:t.document)||window.document).documentElement}function A(t){return x(O(t)).left+S(t).scrollLeft}function T(t){return p(t).getComputedStyle(t)}function j(t){var e=T(t),r=e.overflow,n=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function P(t,e,r){void 0===r&&(r=!1);var n,o,i=h(e),a=h(e)&&function(t){var e=t.getBoundingClientRect(),r=g(e.width)/t.offsetWidth||1,n=g(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),u=O(e),s=x(t,a,r),c={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(i||!i&&!r)&&(("body"!==E(e)||j(u))&&(c=(n=e)!==p(n)&&h(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:S(n)),h(e)?((f=x(e,!0)).x+=e.clientLeft,f.y+=e.clientTop):u&&(f.x=A(u))),{x:s.left+c.scrollLeft-f.x,y:s.top+c.scrollTop-f.y,width:s.width,height:s.height}}function L(t){var e=x(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function I(t){return"html"===E(t)?t:t.assignedSlot||t.parentNode||(v(t)?t.host:null)||O(t)}function k(t){return["html","body","#document"].indexOf(E(t))>=0?t.ownerDocument.body:h(t)&&j(t)?t:k(I(t))}function _(t,e){var r;void 0===e&&(e=[]);var n=k(t),o=n===(null==(r=t.ownerDocument)?void 0:r.body),i=p(n),a=o?[i].concat(i.visualViewport||[],j(n)?n:[]):n,u=e.concat(a);return o?u:u.concat(_(I(a)))}function M(t){return["table","td","th"].indexOf(E(t))>=0}function C(t){return h(t)&&"fixed"!==T(t).position?t.offsetParent:null}function R(t){for(var e=p(t),r=C(t);r&&M(r)&&"static"===T(r).position;)r=C(r);return r&&("html"===E(r)||"body"===E(r)&&"static"===T(r).position)?e:r||function(t){var e=/firefox/i.test(b());if(/Trident/i.test(b())&&h(t)&&"fixed"===T(t).position)return null;var r=I(t);for(v(r)&&(r=r.host);h(r)&&["html","body"].indexOf(E(r))<0;){var n=T(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}var N="top",F="bottom",U="right",D="left",z="auto",B=[N,F,U,D],q="start",H="end",W="clippingParents",V="viewport",G="popper",$="reference",Y=B.reduce((function(t,e){return t.concat([e+"-"+q,e+"-"+H])}),[]),X=[].concat(B,[z]).reduce((function(t,e){return t.concat([e,e+"-"+q,e+"-"+H])}),[]),J=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function Q(t){var e=new Map,r=new Set,n=[];function o(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&o(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||o(t)})),n}var K={placement:"bottom",modifiers:[],strategy:"absolute"};function Z(){for(var t=arguments.length,e=new Array(t),r=0;r=0?"x":"y"}function it(t){var e,r=t.reference,n=t.element,o=t.placement,i=o?rt(o):null,a=o?nt(o):null,u=r.x+r.width/2-n.width/2,s=r.y+r.height/2-n.height/2;switch(i){case N:e={x:u,y:r.y-n.height};break;case F:e={x:u,y:r.y+r.height};break;case U:e={x:r.x+r.width,y:s};break;case D:e={x:r.x-n.width,y:s};break;default:e={x:r.x,y:r.y}}var c=i?ot(i):null;if(null!=c){var f="y"===c?"height":"width";switch(a){case q:e[c]=e[c]-(r[f]/2-n[f]/2);break;case H:e[c]=e[c]+(r[f]/2-n[f]/2)}}return e}var at={top:"auto",right:"auto",bottom:"auto",left:"auto"};function ut(t){var e,r=t.popper,n=t.popperRect,o=t.placement,i=t.variation,a=t.offsets,u=t.position,s=t.gpuAcceleration,c=t.adaptive,f=t.roundOffsets,l=t.isFixed,d=a.x,h=void 0===d?0:d,v=a.y,y=void 0===v?0:v,m="function"==typeof f?f({x:h,y}):{x:h,y};h=m.x,y=m.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),x=D,S=N,E=window;if(c){var A=R(r),j="clientHeight",P="clientWidth";if(A===p(r)&&"static"!==T(A=O(r)).position&&"absolute"===u&&(j="scrollHeight",P="scrollWidth"),o===N||(o===D||o===U)&&i===H)S=F,y-=(l&&A===E&&E.visualViewport?E.visualViewport.height:A[j])-n.height,y*=s?1:-1;if(o===D||(o===N||o===F)&&i===H)x=U,h-=(l&&A===E&&E.visualViewport?E.visualViewport.width:A[P])-n.width,h*=s?1:-1}var L,I=Object.assign({position:u},c&&at),k=!0===f?function(t,e){var r=t.x,n=t.y,o=e.devicePixelRatio||1;return{x:g(r*o)/o||0,y:g(n*o)/o||0}}({x:h,y},p(r)):{x:h,y};return h=k.x,y=k.y,s?Object.assign({},I,((L={})[S]=w?"0":"",L[x]=b?"0":"",L.transform=(E.devicePixelRatio||1)<=1?"translate("+h+"px, "+y+"px)":"translate3d("+h+"px, "+y+"px, 0)",L)):Object.assign({},I,((e={})[S]=w?y+"px":"",e[x]=b?h+"px":"",e.transform="",e))}const st={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},o=e.elements[t];h(o)&&E(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});h(n)&&E(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};const ct={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.offset,i=void 0===o?[0,0]:o,a=X.reduce((function(t,r){return t[r]=function(t,e,r){var n=rt(t),o=[D,N].indexOf(n)>=0?-1:1,i="function"==typeof r?r(Object.assign({},e,{placement:t})):r,a=i[0],u=i[1];return a=a||0,u=(u||0)*o,[D,U].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}(r,e.rects,i),t}),{}),u=a[e.placement],s=u.x,c=u.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=s,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=a}};var ft={left:"right",right:"left",bottom:"top",top:"bottom"};function lt(t){return t.replace(/left|right|bottom|top/g,(function(t){return ft[t]}))}var pt={start:"end",end:"start"};function dt(t){return t.replace(/start|end/g,(function(t){return pt[t]}))}function ht(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&v(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function vt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function yt(t,e,r){return e===V?vt(function(t,e){var r=p(t),n=O(t),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,u=0,s=0;if(o){i=o.width,a=o.height;var c=w();(c||!c&&"fixed"===e)&&(u=o.offsetLeft,s=o.offsetTop)}return{width:i,height:a,x:u+A(t),y:s}}(t,r)):d(e)?function(t,e){var r=x(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):vt(function(t){var e,r=O(t),n=S(t),o=null==(e=t.ownerDocument)?void 0:e.body,i=y(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=y(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-n.scrollLeft+A(t),s=-n.scrollTop;return"rtl"===T(o||r).direction&&(u+=y(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:u,y:s}}(O(t)))}function mt(t,e,r,n){var o="clippingParents"===e?function(t){var e=_(I(t)),r=["absolute","fixed"].indexOf(T(t).position)>=0&&h(t)?R(t):t;return d(r)?e.filter((function(t){return d(t)&&ht(t,r)&&"body"!==E(t)})):[]}(t):[].concat(e),i=[].concat(o,[r]),a=i[0],u=i.reduce((function(e,r){var o=yt(t,r,n);return e.top=y(o.top,e.top),e.right=m(o.right,e.right),e.bottom=m(o.bottom,e.bottom),e.left=y(o.left,e.left),e}),yt(t,a,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function gt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function bt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}function wt(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=void 0===n?t.placement:n,i=r.strategy,a=void 0===i?t.strategy:i,u=r.boundary,s=void 0===u?W:u,c=r.rootBoundary,f=void 0===c?V:c,l=r.elementContext,p=void 0===l?G:l,h=r.altBoundary,v=void 0!==h&&h,y=r.padding,m=void 0===y?0:y,g=gt("number"!=typeof m?m:bt(m,B)),b=p===G?$:G,w=t.rects.popper,S=t.elements[v?b:p],E=mt(d(S)?S:S.contextElement||O(t.elements.popper),s,f,a),A=x(t.elements.reference),T=it({reference:A,element:w,strategy:"absolute",placement:o}),j=vt(Object.assign({},w,T)),P=p===G?j:A,L={top:E.top-P.top+g.top,bottom:P.bottom-E.bottom+g.bottom,left:E.left-P.left+g.left,right:P.right-E.right+g.right},I=t.modifiersData.offset;if(p===G&&I){var k=I[o];Object.keys(L).forEach((function(t){var e=[U,F].indexOf(t)>=0?1:-1,r=[N,F].indexOf(t)>=0?"y":"x";L[t]+=k[r]*e}))}return L}function xt(t,e,r){return y(t,m(e,r))}const St={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0!==a&&a,s=r.boundary,c=r.rootBoundary,f=r.altBoundary,l=r.padding,p=r.tether,d=void 0===p||p,h=r.tetherOffset,v=void 0===h?0:h,g=wt(e,{boundary:s,rootBoundary:c,padding:l,altBoundary:f}),b=rt(e.placement),w=nt(e.placement),x=!w,S=ot(b),E="x"===S?"y":"x",O=e.modifiersData.popperOffsets,A=e.rects.reference,T=e.rects.popper,j="function"==typeof v?v(Object.assign({},e.rects,{placement:e.placement})):v,P="number"==typeof j?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),I=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,k={x:0,y:0};if(O){if(i){var _,M="y"===S?N:D,C="y"===S?F:U,z="y"===S?"height":"width",B=O[S],H=B+g[M],W=B-g[C],V=d?-T[z]/2:0,G=w===q?A[z]:T[z],$=w===q?-T[z]:-A[z],Y=e.elements.arrow,X=d&&Y?L(Y):{width:0,height:0},J=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Q=J[M],K=J[C],Z=xt(0,A[z],X[z]),tt=x?A[z]/2-V-Z-Q-P.mainAxis:G-Z-Q-P.mainAxis,et=x?-A[z]/2+V+Z+K+P.mainAxis:$+Z+K+P.mainAxis,it=e.elements.arrow&&R(e.elements.arrow),at=it?"y"===S?it.clientTop||0:it.clientLeft||0:0,ut=null!=(_=null==I?void 0:I[S])?_:0,st=B+et-ut,ct=xt(d?m(H,B+tt-ut-at):H,B,d?y(W,st):W);O[S]=ct,k[S]=ct-B}if(u){var ft,lt="x"===S?N:D,pt="x"===S?F:U,dt=O[E],ht="y"===E?"height":"width",vt=dt+g[lt],yt=dt-g[pt],mt=-1!==[N,D].indexOf(b),gt=null!=(ft=null==I?void 0:I[E])?ft:0,bt=mt?vt:dt-A[ht]-T[ht]-gt+P.altAxis,St=mt?dt+A[ht]+T[ht]-gt-P.altAxis:yt,Et=d&&mt?function(t,e,r){var n=xt(t,e,r);return n>r?r:n}(bt,dt,St):xt(d?bt:vt,dt,d?St:yt);O[E]=Et,k[E]=Et-dt}e.modifiersData[n]=k}},requiresIfExists:["offset"]};const Et={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,o=t.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,u=rt(r.placement),s=ot(u),c=[D,U].indexOf(u)>=0?"height":"width";if(i&&a){var f=function(t,e){return gt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:bt(t,B))}(o.padding,r),l=L(i),p="y"===s?N:D,d="y"===s?F:U,h=r.rects.reference[c]+r.rects.reference[s]-a[s]-r.rects.popper[c],v=a[s]-r.rects.reference[s],y=R(i),m=y?"y"===s?y.clientHeight||0:y.clientWidth||0:0,g=h/2-v/2,b=f[p],w=m-l[c]-f[d],x=m/2-l[c]/2+g,S=xt(b,x,w),E=s;r.modifiersData[n]=((e={})[E]=S,e.centerOffset=S-x,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&ht(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Ot(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function At(t){return[N,U,F,D].some((function(e){return t[e]>=0}))}var Tt=tt({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,o=n.scroll,i=void 0===o||o,a=n.resize,u=void 0===a||a,s=p(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach((function(t){t.addEventListener("scroll",r.update,et)})),u&&s.addEventListener("resize",r.update,et),function(){i&&c.forEach((function(t){t.removeEventListener("scroll",r.update,et)})),u&&s.removeEventListener("resize",r.update,et)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=it({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,u=r.roundOffsets,s=void 0===u||u,c={placement:rt(e.placement),variation:nt(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,ut(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:s})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,ut(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},st,ct,{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0===a||a,s=r.fallbackPlacements,c=r.padding,f=r.boundary,l=r.rootBoundary,p=r.altBoundary,d=r.flipVariations,h=void 0===d||d,v=r.allowedAutoPlacements,y=e.options.placement,m=rt(y),g=s||(m===y||!h?[lt(y)]:function(t){if(rt(t)===z)return[];var e=lt(t);return[dt(t),e,dt(e)]}(y)),b=[y].concat(g).reduce((function(t,r){return t.concat(rt(r)===z?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,u=r.flipVariations,s=r.allowedAutoPlacements,c=void 0===s?X:s,f=nt(n),l=f?u?Y:Y.filter((function(t){return nt(t)===f})):B,p=l.filter((function(t){return c.indexOf(t)>=0}));0===p.length&&(p=l);var d=p.reduce((function(e,r){return e[r]=wt(t,{placement:r,boundary:o,rootBoundary:i,padding:a})[rt(r)],e}),{});return Object.keys(d).sort((function(t,e){return d[t]-d[e]}))}(e,{placement:r,boundary:f,rootBoundary:l,padding:c,flipVariations:h,allowedAutoPlacements:v}):r)}),[]),w=e.rects.reference,x=e.rects.popper,S=new Map,E=!0,O=b[0],A=0;A=0,I=L?"width":"height",k=wt(e,{placement:T,boundary:f,rootBoundary:l,altBoundary:p,padding:c}),_=L?P?U:D:P?F:N;w[I]>x[I]&&(_=lt(_));var M=lt(_),C=[];if(i&&C.push(k[j]<=0),u&&C.push(k[_]<=0,k[M]<=0),C.every((function(t){return t}))){O=T,E=!1;break}S.set(T,C)}if(E)for(var R=function(t){var e=b.find((function(e){var r=S.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return O=e,"break"},H=h?3:1;H>0;H--){if("break"===R(H))break}e.placement!==O&&(e.modifiersData[n]._skip=!0,e.placement=O,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},St,Et,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,a=wt(e,{elementContext:"reference"}),u=wt(e,{altBoundary:!0}),s=Ot(a,n),c=Ot(u,o,i),f=At(s),l=At(c);e.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:f,hasPopperEscaped:l},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":l})}}]}),jt="tippy-content",Pt="tippy-backdrop",Lt="tippy-arrow",It="tippy-svg-arrow",kt={passive:!0,capture:!0},_t=function(){return document.body};function Mt(t,e,r){if(Array.isArray(t)){var n=t[e];return null==n?Array.isArray(r)?r[e]:r:n}return t}function Ct(t,e){var r={}.toString.call(t);return 0===r.indexOf("[object")&&r.indexOf(e+"]")>-1}function Rt(t,e){return"function"==typeof t?t.apply(void 0,e):t}function Nt(t,e){return 0===e?t:function(n){clearTimeout(r),r=setTimeout((function(){t(n)}),e)};var r}function Ft(t){return[].concat(t)}function Ut(t,e){-1===t.indexOf(e)&&t.push(e)}function Dt(t){return t.split("-")[0]}function zt(t){return[].slice.call(t)}function Bt(t){return Object.keys(t).reduce((function(e,r){return void 0!==t[r]&&(e[r]=t[r]),e}),{})}function qt(){return document.createElement("div")}function Ht(t){return["Element","Fragment"].some((function(e){return Ct(t,e)}))}function Wt(t){return Ct(t,"MouseEvent")}function Vt(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Gt(t){return Ht(t)?[t]:function(t){return Ct(t,"NodeList")}(t)?zt(t):Array.isArray(t)?t:zt(document.querySelectorAll(t))}function $t(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function Yt(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function Xt(t){var e,r=Ft(t)[0];return null!=r&&null!=(e=r.ownerDocument)&&e.body?r.ownerDocument:document}function Jt(t,e,r){var n=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[n](e,r)}))}function Qt(t,e){for(var r=e;r;){var n;if(t.contains(r))return!0;r=null==r.getRootNode||null==(n=r.getRootNode())?void 0:n.host}return!1}var Kt={isTouch:!1},Zt=0;function te(){Kt.isTouch||(Kt.isTouch=!0,window.performance&&document.addEventListener("mousemove",ee))}function ee(){var t=performance.now();t-Zt<20&&(Kt.isTouch=!1,document.removeEventListener("mousemove",ee)),Zt=t}function re(){var t=document.activeElement;if(Vt(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var ne=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var oe={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},ie=Object.assign({appendTo:_t,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},oe,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),ae=Object.keys(ie);function ue(t){var e=(t.plugins||[]).reduce((function(e,r){var n,o=r.name,i=r.defaultValue;o&&(e[o]=void 0!==t[o]?t[o]:null!=(n=ie[o])?n:i);return e}),{});return Object.assign({},t,e)}function se(t,e){var r=Object.assign({},e,{content:Rt(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(ue(Object.assign({},ie,{plugins:e}))):ae).reduce((function(e,r){var n=(t.getAttribute("data-tippy-"+r)||"").trim();if(!n)return e;if("content"===r)e[r]=n;else try{e[r]=JSON.parse(n)}catch(t){e[r]=n}return e}),{})}(t,e.plugins));return r.aria=Object.assign({},ie.aria,r.aria),r.aria={expanded:"auto"===r.aria.expanded?e.interactive:r.aria.expanded,content:"auto"===r.aria.content?e.interactive?null:"describedby":r.aria.content},r}var ce=function(){return"innerHTML"};function fe(t,e){t[ce()]=e}function le(t){var e=qt();return!0===t?e.className=Lt:(e.className=It,Ht(t)?e.appendChild(t):fe(e,t)),e}function pe(t,e){Ht(e.content)?(fe(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?fe(t,e.content):t.textContent=e.content)}function de(t){var e=t.firstElementChild,r=zt(e.children);return{box:e,content:r.find((function(t){return t.classList.contains(jt)})),arrow:r.find((function(t){return t.classList.contains(Lt)||t.classList.contains(It)})),backdrop:r.find((function(t){return t.classList.contains(Pt)}))}}function he(t){var e=qt(),r=qt();r.className="tippy-box",r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var n=qt();function o(r,n){var o=de(e),i=o.box,a=o.content,u=o.arrow;n.theme?i.setAttribute("data-theme",n.theme):i.removeAttribute("data-theme"),"string"==typeof n.animation?i.setAttribute("data-animation",n.animation):i.removeAttribute("data-animation"),n.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?i.setAttribute("role",n.role):i.removeAttribute("role"),r.content===n.content&&r.allowHTML===n.allowHTML||pe(a,t.props),n.arrow?u?r.arrow!==n.arrow&&(i.removeChild(u),i.appendChild(le(n.arrow))):i.appendChild(le(n.arrow)):u&&i.removeChild(u)}return n.className=jt,n.setAttribute("data-state","hidden"),pe(n,t.props),e.appendChild(r),r.appendChild(n),o(t.props,t.props),{popper:e,onUpdate:o}}he.$$tippy=!0;var ve=1,ye=[],me=[];function ge(t,e){var r,n,o,i,a,u,s,c,f=se(t,Object.assign({},ie,ue(Bt(e)))),l=!1,p=!1,d=!1,h=!1,v=[],y=Nt($,f.interactiveDebounce),m=ve++,g=(c=f.plugins).filter((function(t,e){return c.indexOf(t)===e})),b={id:m,reference:t,popper:qt(),popperInstance:null,props:f,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:g,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(n),cancelAnimationFrame(o)},setProps:function(e){0;if(b.state.isDestroyed)return;M("onBeforeUpdate",[b,e]),V();var r=b.props,n=se(t,Object.assign({},r,Bt(e),{ignoreAttributes:!0}));b.props=n,W(),r.interactiveDebounce!==n.interactiveDebounce&&(N(),y=Nt($,n.interactiveDebounce));r.triggerTarget&&!n.triggerTarget?Ft(r.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):n.triggerTarget&&t.removeAttribute("aria-expanded");R(),_(),S&&S(r,n);b.popperInstance&&(Q(),Z().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));M("onAfterUpdate",[b,e])},setContent:function(t){b.setProps({content:t})},show:function(){0;var t=b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Kt.isTouch&&!b.props.touch,o=Mt(b.props.duration,0,ie.duration);if(t||e||r||n)return;if(P().hasAttribute("disabled"))return;if(M("onShow",[b],!1),!1===b.props.onShow(b))return;b.state.isVisible=!0,j()&&(x.style.visibility="visible");_(),z(),b.state.isMounted||(x.style.transition="none");if(j()){var i=I();$t([i.box,i.content],0)}u=function(){var t;if(b.state.isVisible&&!h){if(h=!0,x.offsetHeight,x.style.transition=b.props.moveTransition,j()&&b.props.animation){var e=I(),r=e.box,n=e.content;$t([r,n],o),Yt([r,n],"visible")}C(),R(),Ut(me,b),null==(t=b.popperInstance)||t.forceUpdate(),M("onMount",[b]),b.props.animation&&j()&&function(t,e){q(t,e)}(o,(function(){b.state.isShown=!0,M("onShown",[b])}))}},function(){var t,e=b.props.appendTo,r=P();t=b.props.interactive&&e===_t||"parent"===e?r.parentNode:Rt(e,[r]);t.contains(x)||t.appendChild(x);b.state.isMounted=!0,Q(),!1}()},hide:function(){0;var t=!b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Mt(b.props.duration,1,ie.duration);if(t||e||r)return;if(M("onHide",[b],!1),!1===b.props.onHide(b))return;b.state.isVisible=!1,b.state.isShown=!1,h=!1,l=!1,j()&&(x.style.visibility="hidden");if(N(),B(),_(!0),j()){var o=I(),i=o.box,a=o.content;b.props.animation&&($t([i,a],n),Yt([i,a],"hidden"))}C(),R(),b.props.animation?j()&&function(t,e){q(t,(function(){!b.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&e()}))}(n,b.unmount):b.unmount()},hideWithInteractivity:function(t){0;L().addEventListener("mousemove",y),Ut(ye,y),y(t)},enable:function(){b.state.isEnabled=!0},disable:function(){b.hide(),b.state.isEnabled=!1},unmount:function(){0;b.state.isVisible&&b.hide();if(!b.state.isMounted)return;K(),Z().forEach((function(t){t._tippy.unmount()})),x.parentNode&&x.parentNode.removeChild(x);me=me.filter((function(t){return t!==b})),b.state.isMounted=!1,M("onHidden",[b])},destroy:function(){0;if(b.state.isDestroyed)return;b.clearDelayTimeouts(),b.unmount(),V(),delete t._tippy,b.state.isDestroyed=!0,M("onDestroy",[b])}};if(!f.render)return b;var w=f.render(b),x=w.popper,S=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+b.id,b.popper=x,t._tippy=b,x._tippy=b;var E=g.map((function(t){return t.fn(b)})),O=t.hasAttribute("aria-expanded");return W(),R(),_(),M("onCreate",[b]),f.showOnCreate&&tt(),x.addEventListener("mouseenter",(function(){b.props.interactive&&b.state.isVisible&&b.clearDelayTimeouts()})),x.addEventListener("mouseleave",(function(){b.props.interactive&&b.props.trigger.indexOf("mouseenter")>=0&&L().addEventListener("mousemove",y)})),b;function A(){var t=b.props.touch;return Array.isArray(t)?t:[t,0]}function T(){return"hold"===A()[0]}function j(){var t;return!(null==(t=b.props.render)||!t.$$tippy)}function P(){return s||t}function L(){var t=P().parentNode;return t?Xt(t):document}function I(){return de(x)}function k(t){return b.state.isMounted&&!b.state.isVisible||Kt.isTouch||i&&"focus"===i.type?0:Mt(b.props.delay,t?0:1,ie.delay)}function _(t){void 0===t&&(t=!1),x.style.pointerEvents=b.props.interactive&&!t?"":"none",x.style.zIndex=""+b.props.zIndex}function M(t,e,r){var n;(void 0===r&&(r=!0),E.forEach((function(r){r[t]&&r[t].apply(r,e)})),r)&&(n=b.props)[t].apply(n,e)}function C(){var e=b.props.aria;if(e.content){var r="aria-"+e.content,n=x.id;Ft(b.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(r);if(b.state.isVisible)t.setAttribute(r,e?e+" "+n:n);else{var o=e&&e.replace(n,"").trim();o?t.setAttribute(r,o):t.removeAttribute(r)}}))}}function R(){!O&&b.props.aria.expanded&&Ft(b.props.triggerTarget||t).forEach((function(t){b.props.interactive?t.setAttribute("aria-expanded",b.state.isVisible&&t===P()?"true":"false"):t.removeAttribute("aria-expanded")}))}function N(){L().removeEventListener("mousemove",y),ye=ye.filter((function(t){return t!==y}))}function F(e){if(!Kt.isTouch||!d&&"mousedown"!==e.type){var r=e.composedPath&&e.composedPath()[0]||e.target;if(!b.props.interactive||!Qt(x,r)){if(Ft(b.props.triggerTarget||t).some((function(t){return Qt(t,r)}))){if(Kt.isTouch)return;if(b.state.isVisible&&b.props.trigger.indexOf("click")>=0)return}else M("onClickOutside",[b,e]);!0===b.props.hideOnClick&&(b.clearDelayTimeouts(),b.hide(),p=!0,setTimeout((function(){p=!1})),b.state.isMounted||B())}}}function U(){d=!0}function D(){d=!1}function z(){var t=L();t.addEventListener("mousedown",F,!0),t.addEventListener("touchend",F,kt),t.addEventListener("touchstart",D,kt),t.addEventListener("touchmove",U,kt)}function B(){var t=L();t.removeEventListener("mousedown",F,!0),t.removeEventListener("touchend",F,kt),t.removeEventListener("touchstart",D,kt),t.removeEventListener("touchmove",U,kt)}function q(t,e){var r=I().box;function n(t){t.target===r&&(Jt(r,"remove",n),e())}if(0===t)return e();Jt(r,"remove",a),Jt(r,"add",n),a=n}function H(e,r,n){void 0===n&&(n=!1),Ft(b.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,r,n),v.push({node:t,eventType:e,handler:r,options:n})}))}function W(){var t;T()&&(H("touchstart",G,{passive:!0}),H("touchend",Y,{passive:!0})),(t=b.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(H(t,G),t){case"mouseenter":H("mouseleave",Y);break;case"focus":H(ne?"focusout":"blur",X);break;case"focusin":H("focusout",X)}}))}function V(){v.forEach((function(t){var e=t.node,r=t.eventType,n=t.handler,o=t.options;e.removeEventListener(r,n,o)})),v=[]}function G(t){var e,r=!1;if(b.state.isEnabled&&!J(t)&&!p){var n="focus"===(null==(e=i)?void 0:e.type);i=t,s=t.currentTarget,R(),!b.state.isVisible&&Wt(t)&&ye.forEach((function(e){return e(t)})),"click"===t.type&&(b.props.trigger.indexOf("mouseenter")<0||l)&&!1!==b.props.hideOnClick&&b.state.isVisible?r=!0:tt(t),"click"===t.type&&(l=!r),r&&!n&&et(t)}}function $(t){var e=t.target,r=P().contains(e)||x.contains(e);if("mousemove"!==t.type||!r){var n=Z().concat(x).map((function(t){var e,r=null==(e=t._tippy.popperInstance)?void 0:e.state;return r?{popperRect:t.getBoundingClientRect(),popperState:r,props:f}:null})).filter(Boolean);(function(t,e){var r=e.clientX,n=e.clientY;return t.every((function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,a=Dt(o.placement),u=o.modifiersData.offset;if(!u)return!0;var s="bottom"===a?u.top.y:0,c="top"===a?u.bottom.y:0,f="right"===a?u.left.x:0,l="left"===a?u.right.x:0,p=e.top-n+s>i,d=n-e.bottom-c>i,h=e.left-r+f>i,v=r-e.right-l>i;return p||d||h||v}))})(n,t)&&(N(),et(t))}}function Y(t){J(t)||b.props.trigger.indexOf("click")>=0&&l||(b.props.interactive?b.hideWithInteractivity(t):et(t))}function X(t){b.props.trigger.indexOf("focusin")<0&&t.target!==P()||b.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||et(t)}function J(t){return!!Kt.isTouch&&T()!==t.type.indexOf("touch")>=0}function Q(){K();var e=b.props,r=e.popperOptions,n=e.placement,o=e.offset,i=e.getReferenceClientRect,a=e.moveTransition,s=j()?de(x).arrow:null,c=i?{getBoundingClientRect:i,contextElement:i.contextElement||P()}:t,f={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(j()){var r=I().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?r.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?r.setAttribute("data-"+t,""):r.removeAttribute("data-"+t)})),e.attributes.popper={}}}},l=[{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:!a}},f];j()&&s&&l.push({name:"arrow",options:{element:s,padding:3}}),l.push.apply(l,(null==r?void 0:r.modifiers)||[]),b.popperInstance=Tt(c,x,Object.assign({},r,{placement:n,onFirstUpdate:u,modifiers:l}))}function K(){b.popperInstance&&(b.popperInstance.destroy(),b.popperInstance=null)}function Z(){return zt(x.querySelectorAll("[data-tippy-root]"))}function tt(t){b.clearDelayTimeouts(),t&&M("onTrigger",[b,t]),z();var e=k(!0),n=A(),o=n[0],i=n[1];Kt.isTouch&&"hold"===o&&i&&(e=i),e?r=setTimeout((function(){b.show()}),e):b.show()}function et(t){if(b.clearDelayTimeouts(),M("onUntrigger",[b,t]),b.state.isVisible){if(!(b.props.trigger.indexOf("mouseenter")>=0&&b.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&l)){var e=k(!1);e?n=setTimeout((function(){b.state.isVisible&&b.hide()}),e):o=requestAnimationFrame((function(){b.hide()}))}}else B()}}function be(t,e){void 0===e&&(e={});var r=ie.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",te,kt),window.addEventListener("blur",re);var n=Object.assign({},e,{plugins:r}),o=Gt(t).reduce((function(t,e){var r=e&&ge(e,n);return r&&t.push(r),t}),[]);return Ht(t)?o[0]:o}be.defaultProps=ie,be.setDefaultProps=function(t){Object.keys(t).forEach((function(e){ie[e]=t[e]}))},be.currentInput=Kt;Object.assign({},st,{effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow)}});be.setDefaultProps({render:he});const we=be;function xe(t){return xe="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},xe(t)}function Se(){Se=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",u=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var i=e&&e.prototype instanceof m?e:m,a=Object.create(i.prototype),u=new I(n||[]);return o(a,"_invoke",{value:T(t,r,u)}),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",d="suspendedYield",h="executing",v="completed",y={};function m(){}function g(){}function b(){}var w={};c(w,a,(function(){return this}));var x=Object.getPrototypeOf,S=x&&x(x(k([])));S&&S!==r&&n.call(S,a)&&(w=S);var E=b.prototype=m.prototype=Object.create(w);function O(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function A(t,e){function r(o,i,a,u){var s=l(t[o],t,i);if("throw"!==s.type){var c=s.arg,f=c.value;return f&&"object"==xe(f)&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,a,u)}),(function(t){r("throw",t,a,u)})):e.resolve(f).then((function(t){c.value=t,a(c)}),(function(t){return r("throw",t,a,u)}))}u(s.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 T(e,r,n){var o=p;return function(i,a){if(o===h)throw Error("Generator is already running");if(o===v){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var s=j(u,n);if(s){if(s===y)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===p)throw o=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=h;var c=l(e,r,n);if("normal"===c.type){if(o=n.done?v:d,c.arg===y)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o=v,n.method="throw",n.arg=c.arg)}}}function j(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,j(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=l(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 P(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 L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function I(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function k(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],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){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),L(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;L(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:k(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),y}},e}function Ee(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=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||Ae(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 Oe(t){return function(t){if(Array.isArray(t))return Te(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Ae(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 Ae(t,e){if(t){if("string"==typeof t)return Te(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)?Te(t,e):void 0}}function Te(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r1?n-1:0),i=1;i .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,e){"A"===e.target.tagName&&(t._hideOnce=!0)},onShow:function(t){if(t._hideOnce)return t._hideOnce=!1}}),we(t.querySelectorAll("abbr[title]"),{trigger:"click",touch:!0,maxWidth:500,content:function(t){return t.getAttribute("title")}}),we(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 e=(0,n.Kz)("_permalink-template");e.querySelector(".permalink").href="#".concat(t.id),t.appendChild(e)}));var r=t.querySelector("#markdown-toc");r&&r.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(t.querySelectorAll(e)).forEach((function(t){var e,r=null==t||null===(e=t.parentNode)||void 0===e?void 0:e.parentNode,n=function(){var e=Pe(Se().mark((function e(){return Se().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,navigator.clipboard.writeText(t.innerText);case 2:Le(o,"copy-success");case 3:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),o=l("button",{onClick:n},l("small",{class:"icon-copy",title:"Copy"}),l("small",{class:"icon-checkmark",title:"Done"}));null==r||r.appendChild(o)})),Array.from(t.querySelectorAll(e)).map((function(t){return t.children[0]})).forEach((function(t){var e=a.exec(null==t?void 0:t.innerText);if(e){var r=Ee(e,2)[1],n=t.parentNode,o=t.childNodes[0],i=o.wholeText.indexOf("\n");if(i>-1){var u=o.splitText(i);n.insertBefore(u,n.firstChild)}n.removeChild(t),n.childNodes[0].splitText(1),n.removeChild(n.childNodes[0]);var s=n.parentNode.parentNode,c=l("div",{class:"pre-header break-layout"},l("span",{},l("small",{class:"icon-file-empty"})," ",r));s.insertBefore(c,s.firstChild)}})),"complete"in HTMLImageElement.prototype&&(t.querySelectorAll("img[width][height][loading=lazy]").forEach((function(t){d&&t.complete||(t.style.opacity="0",t.addEventListener("load",(function(){return t.animate(u,s)}),{once:!0}))})),d=!1)}})),h=null,p((function(){var t,e=document.getElementById("_main");if(e){var r=e.querySelector("#markdown-toc");r&&(r.classList.remove("toc-hide"),r.classList.add("toc-show")),e.querySelectorAll("li[id^='fn:']").forEach((function(t){return t.tabIndex=0})),e.querySelectorAll("a[href^='#fn:']").forEach((function(t){return t.addEventListener("click",(function(t){var e;return null===(e=document.getElementById(t.currentTarget.getAttribute("href").substr(1)))||void 0===e?void 0:e.focus()}))})),e.querySelectorAll('pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]').forEach((function(t){return t.addEventListener("touchstart",(function(e){return t.scrollLeft>0&&e.stopPropagation()}),{passive:!1})}));var o=null===(t=document.getElementById("_katexPreload"))||void 0===t?void 0:t.href;!h&&o&&(0,n.FF)(e.querySelectorAll(".katex"),{rootMargin:"1440px"}).then((function(){h=(0,n.y6)(o)}))}})),v=document.getElementById("_MathJax"),!c||!v){t.next=31;break}if((y=function(t){var e=Ee(t.detail.replaceEls,1)[0];e.querySelectorAll('script[type="math/tex; mode=display"]').forEach((function(t){t.outerHTML=t.innerText.replace("% ","\\]")})),e.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,(0,n.Oo)(v,"load");case 28:return t.next=30,MathJax.typesetPromise();case 30:window._noPushState||(c.addEventListener("ready",y),(0,o.R)(c,"after").pipe((0,i.H)((function(){return MathJax.typesetPromise()}))).subscribe());case 31:case"end":return t.stop()}}),t)})))()},85404:(t,e,r)=>{"use strict";r.d(e,{c:()=>l});var n=r(54776),o=r(28539),i=r(62626),a=r(83569);function u(t){return 0===t.length?a.D:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var s=r(86814),c=r(18891),f=r(10390),l=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var i,a=this,u=(i=t)&&i instanceof n.vU||function(t){return t&&(0,c.T)(t.next)&&(0,c.T)(t.error)&&(0,c.T)(t.complete)}(i)&&(0,o.Uv)(i)?t:new n.Ms(t,e,r);return(0,f.Y)((function(){var t=a,e=t.operator,r=t.source;u.add(e?e.call(u,r):r?a._subscribe(u):a._trySubscribe(u))})),u},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=p(e))((function(e,o){var i=new n.Ms({next:function(e){try{t(e)}catch(t){o(t),i.unsubscribe()}},error:o,complete:e});r.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.s]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e{"use strict";r.d(e,{Ms:()=>m,vU:()=>d});var n=r(31635),o=r(18891),i=r(28539),a=r(86814),u=r(17642),s=r(25755),c=f("C",void 0,void 0);function f(t,e,r){return{kind:t,value:e,error:r}}var l=r(52234),p=r(10390),d=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,(0,i.Uv)(e)&&e.add(r)):r.destination=w,r}return(0,n.C6)(e,t),e.create=function(t,e,r){return new m(t,e,r)},e.prototype.next=function(t){this.isStopped?b(function(t){return f("N",t,void 0)}(t),this):this._next(t)},e.prototype.error=function(t){this.isStopped?b(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped?b(c,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.yU),h=Function.prototype.bind;function v(t,e){return h.call(t,e)}var y=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){g(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){g(t)}else g(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){g(t)}},t}(),m=function(t){function e(e,r,n){var i,u,s=t.call(this)||this;(0,o.T)(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&a.$.useDeprecatedNextContext?((u=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&v(e.next,u),error:e.error&&v(e.error,u),complete:e.complete&&v(e.complete,u)}):i=e;return s.destination=new y(i),s}return(0,n.C6)(e,t),e}(d);function g(t){a.$.useDeprecatedSynchronousErrorHandling?(0,p.l)(t):(0,u.m)(t)}function b(t,e){var r=a.$.onStoppedNotification;r&&l.f.setTimeout((function(){return r(t,e)}))}var w={closed:!0,next:s.l,error:function(t){throw t},complete:s.l}},28539:(t,e,r)=>{"use strict";r.d(e,{Kn:()=>s,yU:()=>u,Uv:()=>c});var n=r(31635),o=r(18891),i=(0,r(497).L)((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}})),a=r(13352),u=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,r,a,u;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var c=(0,n.Ju)(s),l=c.next();!l.done;l=c.next()){l.value.remove(this)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}else s.remove(this);var p=this.initialTeardown;if((0,o.T)(p))try{p()}catch(t){u=t instanceof i?t.errors:[t]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var h=(0,n.Ju)(d),v=h.next();!v.done;v=h.next()){var y=v.value;try{f(y)}catch(t){u=null!=u?u:[],t instanceof i?u=(0,n.fX)((0,n.fX)([],(0,n.zs)(u)),(0,n.zs)(t.errors)):u.push(t)}}}catch(t){r={error:t}}finally{try{v&&!v.done&&(a=h.return)&&a.call(h)}finally{if(r)throw r.error}}}if(u)throw new i(u)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)f(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).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)&&(0,a.o)(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&(0,a.o)(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),s=u.EMPTY;function c(t){return t instanceof u||t&&"closed"in t&&(0,o.T)(t.remove)&&(0,o.T)(t.add)&&(0,o.T)(t.unsubscribe)}function f(t){(0,o.T)(t)?t():t.unsubscribe()}},86814:(t,e,r)=>{"use strict";r.d(e,{$:()=>n});var n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},50260:(t,e,r)=>{"use strict";r.d(e,{x:()=>a});var n=r(95345);var o=r(70698),i=r(6745);function a(){for(var t=[],e=0;e{"use strict";r.d(e,{H:()=>w});var n=r(62618),o=r(94825),i=r(20610);function a(t,e){return void 0===e&&(e=0),(0,i.N)((function(r,n){n.add(t.schedule((function(){return r.subscribe(n)}),e))}))}var u=r(85404);var s=r(81357),c=r(18891),f=r(75557);function l(t,e){if(!t)throw new Error("Iterable cannot be null");return new u.c((function(r){(0,f.N)(r,e,(function(){var n=t[Symbol.asyncIterator]();(0,f.N)(r,e,(function(){n.next().then((function(t){t.done?r.complete():r.next(t.value)}))}),0,!0)}))}))}var p=r(83939),d=r(97270),h=r(87949),v=r(22153),y=r(30517),m=r(44067),g=r(9336);function b(t,e){if(null!=t){if((0,p.l)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,h.X)(t))return function(t,e){return new u.c((function(r){var n=0;return e.schedule((function(){n===t.length?r.complete():(r.next(t[n++]),r.closed||this.schedule())}))}))}(t,e);if((0,d.y)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,y.T)(t))return l(t,e);if((0,v.x)(t))return function(t,e){return new u.c((function(r){var n;return(0,f.N)(r,e,(function(){n=t[s.l](),(0,f.N)(r,e,(function(){var t,e,o;try{e=(t=n.next()).value,o=t.done}catch(t){return void r.error(t)}o?r.complete():r.next(e)}),0,!0)})),function(){return(0,c.T)(null==n?void 0:n.return)&&n.return()}}))}(t,e);if((0,g.U)(t))return function(t,e){return l((0,g.C)(t),e)}(t,e)}throw(0,m.L)(t)}function w(t,e){return e?b(t,e):(0,n.Tg)(t)}},45786:(t,e,r)=>{"use strict";r.d(e,{R:()=>d});var n=r(31635),o=r(62618),i=r(85404),a=r(12180),u=r(87949),s=r(18891),c=r(12886),f=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function d(t,e,r,v){if((0,s.T)(r)&&(v=r,r=void 0),v)return d(t,e,r).pipe((0,c.I)(v));var y=(0,n.zs)(function(t){return(0,s.T)(t.addEventListener)&&(0,s.T)(t.removeEventListener)}(t)?l.map((function(n){return function(o){return t[n](e,o,r)}})):function(t){return(0,s.T)(t.addListener)&&(0,s.T)(t.removeListener)}(t)?f.map(h(t,e)):function(t){return(0,s.T)(t.on)&&(0,s.T)(t.off)}(t)?p.map(h(t,e)):[],2),m=y[0],g=y[1];if(!m&&(0,u.X)(t))return(0,a.Z)((function(t){return d(t,e,r)}))((0,o.Tg)(t));if(!m)throw new TypeError("Invalid event target");return new i.c((function(t){var e=function(){for(var e=[],r=0;r{"use strict";r.d(e,{Tg:()=>v});var n=r(31635),o=r(87949),i=r(97270),a=r(85404),u=r(83939),s=r(30517),c=r(44067),f=r(22153),l=r(9336),p=r(18891),d=r(17642),h=r(62626);function v(t){if(t instanceof a.c)return t;if(null!=t){if((0,u.l)(t))return g=t,new a.c((function(t){var e=g[h.s]();if((0,p.T)(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if((0,o.X)(t))return m=t,new a.c((function(t){for(var e=0;e{"use strict";r.d(e,{t:()=>i});var n=r(85404),o=r(25755),i=new n.c(o.l)},87661:(t,e,r)=>{"use strict";r.d(e,{of:()=>i});var n=r(70698),o=r(6745);function i(){for(var t=[],e=0;e{"use strict";r.d(e,{_:()=>o});var n=r(31635);function o(t,e,r,n,o){return new i(t,e,r,n,o)}var i=function(t){function e(e,r,n,o,i,a){var u=t.call(this,e)||this;return u.onFinalize=i,u.shouldUnsubscribe=a,u._next=r?function(t){try{r(t)}catch(t){e.error(t)}}:t.prototype._next,u._error=o?function(t){try{o(t)}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._error,u._complete=n?function(){try{n()}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._complete,u}return(0,n.C6)(e,t),e.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&(null===(e=this.onFinalize)||void 0===e||e.call(this))}},e}(r(54776).vU)},66510:(t,e,r)=>{"use strict";r.d(e,{H:()=>i});var n=r(12180),o=r(18891);function i(t,e){return(0,o.T)(e)?(0,n.Z)(t,e,1):(0,n.Z)(t,1)}},90756:(t,e,r)=>{"use strict";r.d(e,{B:()=>a});var n=r(39328),o=r(20610),i=r(91660);function a(t,e){return void 0===e&&(e=n.E),(0,o.N)((function(r,n){var o=null,a=null,u=null,s=function(){if(o){o.unsubscribe(),o=null;var t=a;a=null,n.next(t)}};function c(){var r=u+t,i=e.now();if(i{"use strict";r.d(e,{p:()=>i});var n=r(20610),o=r(91660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){return t.call(e,r,i++)&&n.next(r)})))}))}},8726:(t,e,r)=>{"use strict";r.d(e,{T:()=>i});var n=r(20610),o=r(91660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){n.next(t.call(e,r,i++))})))}))}},95345:(t,e,r)=>{"use strict";r.d(e,{U:()=>i});var n=r(12180),o=r(83569);function i(t){return void 0===t&&(t=1/0),(0,n.Z)(o.D,t)}},12180:(t,e,r)=>{"use strict";r.d(e,{Z:()=>c});var n=r(8726),o=r(62618),i=r(20610),a=r(75557),u=r(91660);var s=r(18891);function c(t,e,r){return void 0===r&&(r=1/0),(0,s.T)(e)?c((function(r,i){return(0,n.T)((function(t,n){return e(r,t,i,n)}))((0,o.Tg)(t(r,i)))}),r):("number"==typeof e&&(r=e),(0,i.N)((function(e,n){return function(t,e,r,n,i,s,c,f){var l=[],p=0,d=0,h=!1,v=function(){!h||l.length||p||e.complete()},y=function(t){return p{"use strict";r.d(e,{Q:()=>a});var n=r(75557),o=r(20610),i=r(91660);function a(t,e){return void 0===e&&(e=0),(0,o.N)((function(r,o){r.subscribe((0,i._)(o,(function(r){return(0,n.N)(o,t,(function(){return o.next(r)}),e)}),(function(){return(0,n.N)(o,t,(function(){return o.complete()}),e)}),(function(r){return(0,n.N)(o,t,(function(){return o.error(r)}),e)})))}))}},99258:(t,e,r)=>{"use strict";r.d(e,{n:()=>a});var n=r(62618),o=r(20610),i=r(91660);function a(t,e){return(0,o.N)((function(r,o){var a=null,u=0,s=!1,c=function(){return s&&!a&&o.complete()};r.subscribe((0,i._)(o,(function(r){null==a||a.unsubscribe();var s=0,f=u++;(0,n.Tg)(t(r,f)).subscribe(a=(0,i._)(o,(function(t){return o.next(e?e(r,t,f,s++):t)}),(function(){a=null,c()})))}),(function(){s=!0,c()})))}))}},77137:(t,e,r)=>{"use strict";r.d(e,{M:()=>u});var n=r(18891),o=r(20610),i=r(91660),a=r(83569);function u(t,e,r){var u=(0,n.T)(t)||e||r?{next:t,error:e,complete:r}:t;return u?(0,o.N)((function(t,e){var r;null===(r=u.subscribe)||void 0===r||r.call(u);var n=!0;t.subscribe((0,i._)(e,(function(t){var r;null===(r=u.next)||void 0===r||r.call(u,t),e.next(t)}),(function(){var t;n=!1,null===(t=u.complete)||void 0===t||t.call(u),e.complete()}),(function(t){var r;n=!1,null===(r=u.error)||void 0===r||r.call(u,t),e.error(t)}),(function(){var t,e;n&&(null===(t=u.unsubscribe)||void 0===t||t.call(u)),null===(e=u.finalize)||void 0===e||e.call(u)})))})):a.D}},54261:(t,e,r)=>{"use strict";r.d(e,{E:()=>f});var n=r(31635),o=r(20610),i=r(91660),a=r(62618),u=r(83569),s=r(25755),c=r(70698);function f(){for(var t=[],e=0;e{"use strict";r.d(e,{R:()=>u});var n=r(31635),o=function(t){function e(e,r){return t.call(this)||this}return(0,n.C6)(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(r(28539).yU),i={setInterval:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],o=2;o{"use strict";r.d(e,{q:()=>a});var n=r(31635),o=r(19317),i=function(){function t(e,r){void 0===r&&(r=t.now),this.schedulerActionCtor=e,this.now=r}return t.prototype.schedule=function(t,e,r){return void 0===e&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},t.now=o.U.now,t}(),a=function(t){function e(e,r){void 0===r&&(r=i.now);var n=t.call(this,e,r)||this;return n.actions=[],n._active=!1,n}return(0,n.C6)(e,t),e.prototype.flush=function(t){var e=this.actions;if(this._active)e.push(t);else{var r;this._active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=e.shift());if(this._active=!1,r){for(;t=e.shift();)t.unsubscribe();throw r}}},e}(i)},6884:(t,e,r)=>{"use strict";r.d(e,{H:()=>i});var n=r(31635),o=r(28539),i={schedule:function(t){var e=requestAnimationFrame,r=cancelAnimationFrame,n=i.delegate;n&&(e=n.requestAnimationFrame,r=n.cancelAnimationFrame);var a=e((function(e){r=void 0,t(e)}));return new o.yU((function(){return null==r?void 0:r(a)}))},requestAnimationFrame:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e{"use strict";r.d(e,{E:()=>o,b:()=>i});var n=r(75473),o=new(r(77775).q)(n.R),i=o},19317:(t,e,r)=>{"use strict";r.d(e,{U:()=>n});var n={now:function(){return(n.delegate||Date).now()},delegate:void 0}},52234:(t,e,r)=>{"use strict";r.d(e,{f:()=>o});var n=r(31635),o={setTimeout:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],i=2;i{"use strict";r.d(e,{l:()=>n});var n="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"},62626:(t,e,r)=>{"use strict";r.d(e,{s:()=>n});var n="function"==typeof Symbol&&Symbol.observable||"@@observable"},70698:(t,e,r)=>{"use strict";r.d(e,{R0:()=>s,lI:()=>u,ms:()=>a});var n=r(18891),o=r(66706);function i(t){return t[t.length-1]}function a(t){return(0,n.T)(i(t))?t.pop():void 0}function u(t){return(0,o.m)(i(t))?t.pop():void 0}function s(t,e){return"number"==typeof i(t)?t.pop():e}},13352:(t,e,r)=>{"use strict";function n(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}r.d(e,{o:()=>n})},497:(t,e,r)=>{"use strict";function n(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}r.d(e,{L:()=>n})},10390:(t,e,r)=>{"use strict";r.d(e,{Y:()=>i,l:()=>a});var n=r(86814),o=null;function i(t){if(n.$.useDeprecatedSynchronousErrorHandling){var e=!o;if(e&&(o={errorThrown:!1,error:null}),t(),e){var r=o,i=r.errorThrown,a=r.error;if(o=null,i)throw a}}else t()}function a(t){n.$.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=t)}},75557:(t,e,r)=>{"use strict";function n(t,e,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=e.schedule((function(){r(),o?t.add(this.schedule(null,n)):this.unsubscribe()}),n);if(t.add(i),!o)return i}r.d(e,{N:()=>n})},83569:(t,e,r)=>{"use strict";function n(t){return t}r.d(e,{D:()=>n})},87949:(t,e,r)=>{"use strict";r.d(e,{X:()=>n});var n=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},30517:(t,e,r)=>{"use strict";r.d(e,{T:()=>o});var n=r(18891);function o(t){return Symbol.asyncIterator&&(0,n.T)(null==t?void 0:t[Symbol.asyncIterator])}},18891:(t,e,r)=>{"use strict";function n(t){return"function"==typeof t}r.d(e,{T:()=>n})},83939:(t,e,r)=>{"use strict";r.d(e,{l:()=>i});var n=r(62626),o=r(18891);function i(t){return(0,o.T)(t[n.s])}},22153:(t,e,r)=>{"use strict";r.d(e,{x:()=>i});var n=r(81357),o=r(18891);function i(t){return(0,o.T)(null==t?void 0:t[n.l])}},97270:(t,e,r)=>{"use strict";r.d(e,{y:()=>o});var n=r(18891);function o(t){return(0,n.T)(null==t?void 0:t.then)}},9336:(t,e,r)=>{"use strict";r.d(e,{C:()=>i,U:()=>a});var n=r(31635),o=r(18891);function i(t){return(0,n.AQ)(this,arguments,(function(){var e,r,o;return(0,n.YH)(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,(0,n.N3)(e.read())];case 3:return r=i.sent(),o=r.value,r.done?[4,(0,n.N3)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,(0,n.N3)(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 a(t){return(0,o.T)(null==t?void 0:t.getReader)}},66706:(t,e,r)=>{"use strict";r.d(e,{m:()=>o});var n=r(18891);function o(t){return t&&(0,n.T)(t.schedule)}},20610:(t,e,r)=>{"use strict";r.d(e,{N:()=>o});var n=r(18891);function o(t){return function(e){if(function(t){return(0,n.T)(null==t?void 0:t.lift)}(e))return e.lift((function(e){try{return t(e,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}},12886:(t,e,r)=>{"use strict";r.d(e,{I:()=>a});var n=r(31635),o=r(8726),i=Array.isArray;function a(t){return(0,o.T)((function(e){return function(t,e){return i(e)?t.apply(void 0,(0,n.fX)([],(0,n.zs)(e))):t(e)}(t,e)}))}},25755:(t,e,r)=>{"use strict";function n(){}r.d(e,{l:()=>n})},17642:(t,e,r)=>{"use strict";r.d(e,{m:()=>i});var n=r(86814),o=r(52234);function i(t){o.f.setTimeout((function(){var e=n.$.onUnhandledError;if(!e)throw t;e(t)}))}},44067:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function o(t){return new TypeError("You provided "+(null!==t&&"object"===n(t)?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}r.d(e,{L:()=>o})},30356:(t,e,r)=>{"use strict";var n=r(38095),o=r(84581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a function")}},37050:(t,e,r)=>{"use strict";var n=r(17659),o=r(84581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a constructor")}},10992:(t,e,r)=>{"use strict";var n=r(64059),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},33523:(t,e,r)=>{"use strict";var n=r(60533),o=r(17998),i=r(10343).f,a=n("unscopables"),u=Array.prototype;void 0===u[a]&&i(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},36567:(t,e,r)=>{"use strict";var n=r(78133).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},78033:(t,e,r)=>{"use strict";var n=r(8635),o=TypeError;t.exports=function(t,e){if(n(e,t))return t;throw new o("Incorrect invocation")}},33817:(t,e,r)=>{"use strict";var n=r(36116),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not an object")}},77653:t=>{"use strict";t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},27146:(t,e,r)=>{"use strict";var n=r(32565);t.exports=n((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},58850:(t,e,r)=>{"use strict";var n,o,i,a=r(77653),u=r(40970),s=r(58953),c=r(38095),f=r(36116),l=r(93519),p=r(28549),d=r(84581),h=r(86729),v=r(59454),y=r(91276),m=r(8635),g=r(95321),b=r(56325),w=r(60533),x=r(33414),S=r(22991),E=S.enforce,O=S.get,A=s.Int8Array,T=A&&A.prototype,j=s.Uint8ClampedArray,P=j&&j.prototype,L=A&&g(A),I=T&&g(T),k=Object.prototype,_=s.TypeError,M=w("toStringTag"),C=x("TYPED_ARRAY_TAG"),R="TypedArrayConstructor",N=a&&!!b&&"Opera"!==p(s.opera),F=!1,U={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},D={BigInt64Array:8,BigUint64Array:8},z=function(t){if(!f(t))return!1;var e=p(t);return l(U,e)||l(D,e)};for(n in U)(i=(o=s[n])&&o.prototype)?E(i)[R]=o:N=!1;for(n in D)(i=(o=s[n])&&o.prototype)&&(E(i)[R]=o);if((!N||!c(L)||L===Function.prototype)&&(L=function(){throw new _("Incorrect invocation")},N))for(n in U)s[n]&&b(s[n],L);if((!N||!I||I===k)&&(I=L.prototype,N))for(n in U)s[n]&&b(s[n].prototype,I);if(N&&g(P)!==I&&b(P,I),u&&!l(I,M))for(n in F=!0,y(I,M,{configurable:!0,get:function(){return f(this)?this[C]:void 0}}),U)s[n]&&h(s[n],C,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:N,TYPED_ARRAY_TAG:F&&C,aTypedArray:function(t){if(z(t))return t;throw new _("Target is not a typed array")},aTypedArrayConstructor:function(t){if(c(t)&&(!b||m(L,t)))return t;throw new _(d(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r,n){if(u){if(r)for(var o in U){var i=s[o];if(i&&l(i.prototype,t))try{delete i.prototype[t]}catch(r){try{i.prototype[t]=e}catch(t){}}}I[t]&&!r||v(I,t,r?e:N&&T[t]||e,n)}},exportTypedArrayStaticMethod:function(t,e,r){var n,o;if(u){if(b){if(r)for(n in U)if((o=s[n])&&l(o,t))try{delete o[t]}catch(t){}if(L[t]&&!r)return;try{return v(L,t,r?e:N&&L[t]||e)}catch(t){}}for(n in U)!(o=s[n])||o[t]&&!r||v(o,t,e)}},getTypedArrayConstructor:function t(e){var r=g(e);if(f(r)){var n=O(r);return n&&l(n,R)?n[R]:t(r)}},isView:function(t){if(!f(t))return!1;var e=p(t);return"DataView"===e||l(U,e)||l(D,e)},isTypedArray:z,TypedArray:L,TypedArrayPrototype:I}},68140:(t,e,r)=>{"use strict";var n=r(58953),o=r(82374),i=r(40970),a=r(77653),u=r(34252),s=r(86729),c=r(91276),f=r(25653),l=r(32565),p=r(78033),d=r(94905),h=r(16464),v=r(7674),y=r(31983),m=r(53004),g=r(95321),b=r(56325),w=r(56531),x=r(83014),S=r(41993),E=r(43802),O=r(11889),A=r(22991),T=u.PROPER,j=u.CONFIGURABLE,P="ArrayBuffer",L="DataView",I="prototype",k="Wrong index",_=A.getterFor(P),M=A.getterFor(L),C=A.set,R=n[P],N=R,F=N&&N[I],U=n[L],D=U&&U[I],z=Object.prototype,B=n.Array,q=n.RangeError,H=o(w),W=o([].reverse),V=m.pack,G=m.unpack,$=function(t){return[255&t]},Y=function(t){return[255&t,t>>8&255]},X=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},J=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Q=function(t){return V(y(t),23,4)},K=function(t){return V(t,52,8)},Z=function(t,e,r){c(t[I],e,{configurable:!0,get:function(){return r(this)[e]}})},tt=function(t,e,r,n){var o=M(t),i=v(r),a=!!n;if(i+e>o.byteLength)throw new q(k);var u=o.bytes,s=i+o.byteOffset,c=x(u,s,s+e);return a?c:W(c)},et=function(t,e,r,n,o,i){var a=M(t),u=v(r),s=n(+o),c=!!i;if(u+e>a.byteLength)throw new q(k);for(var f=a.bytes,l=u+a.byteOffset,p=0;p>24)},setUint8:function(t,e){ot(this,t,e<<24>>24)}},{unsafe:!0})}else F=(N=function(t){p(this,F);var e=v(t);C(this,{type:P,bytes:H(B(e),0),byteLength:e}),i||(this.byteLength=e,this.detached=!1)})[I],D=(U=function(t,e,r){p(this,D),p(t,F);var n=_(t),o=n.byteLength,a=d(e);if(a<0||a>o)throw new q("Wrong offset");if(a+(r=void 0===r?o-a:h(r))>o)throw new q("Wrong length");C(this,{type:L,buffer:t,byteLength:r,byteOffset:a,bytes:n.bytes}),i||(this.buffer=t,this.byteLength=r,this.byteOffset=a)})[I],i&&(Z(N,"byteLength",_),Z(U,"buffer",M),Z(U,"byteLength",M),Z(U,"byteOffset",M)),f(D,{getInt8:function(t){return tt(this,1,t)[0]<<24>>24},getUint8:function(t){return tt(this,1,t)[0]},getInt16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return G(tt(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return G(tt(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){et(this,1,t,$,e)},setUint8:function(t,e){et(this,1,t,$,e)},setInt16:function(t,e){et(this,2,t,Y,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){et(this,2,t,Y,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){et(this,4,t,Q,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){et(this,8,t,K,e,arguments.length>2&&arguments[2])}});O(N,P),O(U,L),t.exports={ArrayBuffer:N,DataView:U}},67723:(t,e,r)=>{"use strict";var n=r(51607),o=r(73180),i=r(95124),a=r(93232),u=Math.min;t.exports=[].copyWithin||function(t,e){var r=n(this),s=i(r),c=o(t,s),f=o(e,s),l=arguments.length>2?arguments[2]:void 0,p=u((void 0===l?s:o(l,s))-f,s-c),d=1;for(f0;)f in r?r[c]=r[f]:a(r,c),c+=d,f+=d;return r}},56531:(t,e,r)=>{"use strict";var n=r(51607),o=r(73180),i=r(95124);t.exports=function(t){for(var e=n(this),r=i(e),a=arguments.length,u=o(a>1?arguments[1]:void 0,r),s=a>2?arguments[2]:void 0,c=void 0===s?r:o(s,r);c>u;)e[u++]=t;return e}},4373:(t,e,r)=>{"use strict";var n=r(6287).forEach,o=r(78708)("forEach");t.exports=o?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},49716:(t,e,r)=>{"use strict";var n=r(95124);t.exports=function(t,e,r){for(var o=0,i=arguments.length>2?r:n(e),a=new t(i);i>o;)a[o]=e[o++];return a}},17810:(t,e,r)=>{"use strict";var n=r(16230),o=r(73155),i=r(51607),a=r(80689),u=r(46199),s=r(17659),c=r(95124),f=r(90210),l=r(50827),p=r(75077),d=Array;t.exports=function(t){var e=i(t),r=s(this),h=arguments.length,v=h>1?arguments[1]:void 0,y=void 0!==v;y&&(v=n(v,h>2?arguments[2]:void 0));var m,g,b,w,x,S,E=p(e),O=0;if(!E||this===d&&u(E))for(m=c(e),g=r?new this(m):d(m);m>O;O++)S=y?v(e[O],O):e[O],f(g,O,S);else for(g=r?new this:[],x=(w=l(e,E)).next;!(b=o(x,w)).done;O++)S=y?a(w,v,[b.value,O],!0):b.value,f(g,O,S);return g.length=O,g}},74751:(t,e,r)=>{"use strict";var n=r(39787),o=r(73180),i=r(95124),a=function(t){return function(e,r,a){var u=n(e),s=i(u);if(0===s)return!t&&-1;var c,f=o(a,s);if(t&&r!=r){for(;s>f;)if((c=u[f++])!=c)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===r)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},6287:(t,e,r)=>{"use strict";var n=r(16230),o=r(82374),i=r(43973),a=r(51607),u=r(95124),s=r(79635),c=o([].push),f=function(t){var e=1===t,r=2===t,o=3===t,f=4===t,l=6===t,p=7===t,d=5===t||l;return function(h,v,y,m){for(var g,b,w=a(h),x=i(w),S=u(x),E=n(v,y),O=0,A=m||s,T=e?A(h,S):r||p?A(h,0):void 0;S>O;O++)if((d||O in x)&&(b=E(g=x[O],O,w),t))if(e)T[O]=b;else if(b)switch(t){case 3:return!0;case 5:return g;case 6:return O;case 2:c(T,g)}else switch(t){case 4:return!1;case 7:c(T,g)}return l?-1:o||f?f:T}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},1617:(t,e,r)=>{"use strict";var n=r(127),o=r(39787),i=r(94905),a=r(95124),u=r(78708),s=Math.min,c=[].lastIndexOf,f=!!c&&1/[1].lastIndexOf(1,-0)<0,l=u("lastIndexOf"),p=f||!l;t.exports=p?function(t){if(f)return n(c,this,arguments)||0;var e=o(this),r=a(e);if(0===r)return-1;var u=r-1;for(arguments.length>1&&(u=s(u,i(arguments[1]))),u<0&&(u=r+u);u>=0;u--)if(u in e&&e[u]===t)return u||0;return-1}:c},5063:(t,e,r)=>{"use strict";var n=r(32565),o=r(60533),i=r(90038),a=o("species");t.exports=function(t){return i>=51||!n((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},78708:(t,e,r)=>{"use strict";var n=r(32565);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){return 1},1)}))}},71456:(t,e,r)=>{"use strict";var n=r(30356),o=r(51607),i=r(43973),a=r(95124),u=TypeError,s="Reduce of empty array with no initial value",c=function(t){return function(e,r,c,f){var l=o(e),p=i(l),d=a(l);if(n(r),0===d&&c<2)throw new u(s);var h=t?d-1:0,v=t?-1:1;if(c<2)for(;;){if(h in p){f=p[h],h+=v;break}if(h+=v,t?h<0:d<=h)throw new u(s)}for(;t?h>=0:d>h;h+=v)h in p&&(f=r(f,p[h],h,l));return f}};t.exports={left:c(!1),right:c(!0)}},52149:(t,e,r)=>{"use strict";var n=r(40970),o=r(76894),i=TypeError,a=Object.getOwnPropertyDescriptor,u=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=u?function(t,e){if(o(t)&&!a(t,"length").writable)throw new i("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},83014:(t,e,r)=>{"use strict";var n=r(82374);t.exports=n([].slice)},22278:(t,e,r)=>{"use strict";var n=r(83014),o=Math.floor;t.exports=function t(e,r){var i=e.length;if(i<8)for(var a,u,s=1;s0;)e[u]=e[--u];u!==s++&&(e[u]=a)}else for(var c=o(i/2),f=t(n(e,0,c),r),l=t(n(e,c),r),p=f.length,d=l.length,h=0,v=0;h{"use strict";var n=r(76894),o=r(17659),i=r(36116),a=r(60533)("species"),u=Array;t.exports=function(t){var e;return n(t)&&(e=t.constructor,(o(e)&&(e===u||n(e.prototype))||i(e)&&null===(e=e[a]))&&(e=void 0)),void 0===e?u:e}},79635:(t,e,r)=>{"use strict";var n=r(14915);t.exports=function(t,e){return new(n(t))(0===e?0:e)}},80689:(t,e,r)=>{"use strict";var n=r(33817),o=r(44933);t.exports=function(t,e,r,i){try{return i?e(n(r)[0],r[1]):e(r)}catch(e){o(t,"throw",e)}}},13990:(t,e,r)=>{"use strict";var n=r(60533)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!o)return!1}catch(t){return!1}var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},78898:(t,e,r)=>{"use strict";var n=r(82374),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},28549:(t,e,r)=>{"use strict";var n=r(97366),o=r(38095),i=r(78898),a=r(60533)("toStringTag"),u=Object,s="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=u(t),a))?r:s?i(e):"Object"===(n=i(e))&&o(e.callee)?"Arguments":n}},38104:(t,e,r)=>{"use strict";var n=r(17998),o=r(91276),i=r(25653),a=r(16230),u=r(78033),s=r(52579),c=r(59598),f=r(82490),l=r(17011),p=r(42967),d=r(40970),h=r(1725).fastKey,v=r(22991),y=v.set,m=v.getterFor;t.exports={getConstructor:function(t,e,r,f){var l=t((function(t,o){u(t,p),y(t,{type:e,index:n(null),first:void 0,last:void 0,size:0}),d||(t.size=0),s(o)||c(o,t[f],{that:t,AS_ENTRIES:r})})),p=l.prototype,v=m(e),g=function(t,e,r){var n,o,i=v(t),a=b(t,e);return a?a.value=r:(i.last=a={index:o=h(e,!0),key:e,value:r,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=a),n&&(n.next=a),d?i.size++:t.size++,"F"!==o&&(i.index[o]=a)),t},b=function(t,e){var r,n=v(t),o=h(e);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key===e)return r};return i(p,{clear:function(){for(var t=v(this),e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=void 0),e=e.next;t.first=t.last=void 0,t.index=n(null),d?t.size=0:this.size=0},delete:function(t){var e=this,r=v(e),n=b(e,t);if(n){var o=n.next,i=n.previous;delete r.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),r.first===n&&(r.first=o),r.last===n&&(r.last=i),d?r.size--:e.size--}return!!n},forEach:function(t){for(var e,r=v(this),n=a(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!b(this,t)}}),i(p,r?{get:function(t){var e=b(this,t);return e&&e.value},set:function(t,e){return g(this,0===t?0:t,e)}}:{add:function(t){return g(this,t=0===t?0:t,t)}}),d&&o(p,"size",{configurable:!0,get:function(){return v(this).size}}),l},setStrong:function(t,e,r){var n=e+" Iterator",o=m(e),i=m(n);f(t,e,(function(t,e){y(this,{type:n,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?l("keys"===e?r.key:"values"===e?r.value:[r.key,r.value],!1):(t.target=void 0,l(void 0,!0))}),r?"entries":"values",!r,!0),p(e)}}},86491:(t,e,r)=>{"use strict";var n=r(82374),o=r(25653),i=r(1725).getWeakData,a=r(78033),u=r(33817),s=r(52579),c=r(36116),f=r(59598),l=r(6287),p=r(93519),d=r(22991),h=d.set,v=d.getterFor,y=l.find,m=l.findIndex,g=n([].splice),b=0,w=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},S=function(t,e){return y(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=S(this,t);if(e)return e[1]},has:function(t){return!!S(this,t)},set:function(t,e){var r=S(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=m(this.entries,(function(e){return e[0]===t}));return~e&&g(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,r,n){var l=t((function(t,o){a(t,d),h(t,{type:e,id:b++,frozen:void 0}),s(o)||f(o,t[n],{that:t,AS_ENTRIES:r})})),d=l.prototype,y=v(e),m=function(t,e,r){var n=y(t),o=i(u(e),!0);return!0===o?w(n).set(e,r):o[n.id]=r,t};return o(d,{delete:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).delete(t):r&&p(r,e.id)&&delete r[e.id]},has:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).has(t):r&&p(r,e.id)}}),o(d,r?{get:function(t){var e=y(this);if(c(t)){var r=i(t);return!0===r?w(e).get(t):r?r[e.id]:void 0}},set:function(t,e){return m(this,t,e)}}:{add:function(t){return m(this,t,!0)}}),l}}},40242:(t,e,r)=>{"use strict";var n=r(87568),o=r(58953),i=r(82374),a=r(78),u=r(59454),s=r(1725),c=r(59598),f=r(78033),l=r(38095),p=r(52579),d=r(36116),h=r(32565),v=r(13990),y=r(11889),m=r(41993);t.exports=function(t,e,r){var g=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),w=g?"set":"add",x=o[t],S=x&&x.prototype,E=x,O={},A=function(t){var e=i(S[t]);u(S,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return b&&!d(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(a(t,!l(x)||!(b||S.forEach&&!h((function(){(new x).entries().next()})))))E=r.getConstructor(e,t,g,w),s.enable();else if(a(t,!0)){var T=new E,j=T[w](b?{}:-0,1)!==T,P=h((function(){T.has(1)})),L=v((function(t){new x(t)})),I=!b&&h((function(){for(var t=new x,e=5;e--;)t[w](e,e);return!t.has(-0)}));L||((E=e((function(t,e){f(t,S);var r=m(new x,t,E);return p(e)||c(e,r[w],{that:r,AS_ENTRIES:g}),r}))).prototype=S,S.constructor=E),(P||I)&&(A("delete"),A("has"),g&&A("get")),(I||j)&&A(w),b&&S.clear&&delete S.clear}return O[t]=E,n({global:!0,constructor:!0,forced:E!==x},O),y(E,t),b||r.setStrong(E,t,g),E}},43802:(t,e,r)=>{"use strict";var n=r(93519),o=r(46757),i=r(40325),a=r(10343);t.exports=function(t,e,r){for(var u=o(e),s=a.f,c=i.f,f=0;f{"use strict";var n=r(60533)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},99389:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},8214:(t,e,r)=>{"use strict";var n=r(82374),o=r(43972),i=r(83841),a=/"/g,u=n("".replace);t.exports=function(t,e,r,n){var s=i(o(t)),c="<"+e;return""!==r&&(c+=" "+r+'="'+u(i(n),a,""")+'"'),c+">"+s+""}},17011:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},86729:(t,e,r)=>{"use strict";var n=r(40970),o=r(10343),i=r(36494);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},36494:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},90210:(t,e,r)=>{"use strict";var n=r(40970),o=r(10343),i=r(36494);t.exports=function(t,e,r){n?o.f(t,e,i(0,r)):t[e]=r}},14562:(t,e,r)=>{"use strict";var n=r(33817),o=r(1312),i=TypeError;t.exports=function(t){if(n(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new i("Incorrect hint");return o(this,t)}},91276:(t,e,r)=>{"use strict";var n=r(33861),o=r(10343);t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),o.f(t,e,r)}},59454:(t,e,r)=>{"use strict";var n=r(38095),o=r(10343),i=r(33861),a=r(35155);t.exports=function(t,e,r,u){u||(u={});var s=u.enumerable,c=void 0!==u.name?u.name:e;if(n(r)&&i(r,c,u),u.global)s?t[e]=r:a(e,r);else{try{u.unsafe?t[e]&&(s=!0):delete t[e]}catch(t){}s?t[e]=r:o.f(t,e,{value:r,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},25653:(t,e,r)=>{"use strict";var n=r(59454);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},35155:(t,e,r)=>{"use strict";var n=r(58953),o=Object.defineProperty;t.exports=function(t,e){try{o(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},93232:(t,e,r)=>{"use strict";var n=r(84581),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw new o("Cannot delete property "+n(e)+" of "+n(t))}},40970:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},31021:(t,e,r)=>{"use strict";var n=r(58953),o=r(36116),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},87119:t=>{"use strict";var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},37414:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},58746:(t,e,r)=>{"use strict";var n=r(31021)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},62024:(t,e,r)=>{"use strict";var n=r(80962).match(/firefox\/(\d+)/i);t.exports=!!n&&+n[1]},920:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(41910),i=r(63034);t.exports=!o&&!i&&"object"==("undefined"==typeof window?"undefined":n(window))&&"object"==("undefined"==typeof document?"undefined":n(document))},41910:t=>{"use strict";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},e(t)}t.exports="object"==("undefined"==typeof Deno?"undefined":e(Deno))&&Deno&&"object"==e(Deno.version)},79392:(t,e,r)=>{"use strict";var n=r(80962);t.exports=/MSIE|Trident/.test(n)},20870:(t,e,r)=>{"use strict";var n=r(80962);t.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},12989:(t,e,r)=>{"use strict";var n=r(80962);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},63034:(t,e,r)=>{"use strict";var n=r(58953),o=r(78898);t.exports="process"===o(n.process)},41651:(t,e,r)=>{"use strict";var n=r(80962);t.exports=/web0s(?!.*chrome)/i.test(n)},80962:t=>{"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},90038:(t,e,r)=>{"use strict";var n,o,i=r(58953),a=r(80962),u=i.process,s=i.Deno,c=u&&u.versions||s&&s.version,f=c&&c.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},71666:(t,e,r)=>{"use strict";var n=r(80962).match(/AppleWebKit\/(\d+)\./);t.exports=!!n&&+n[1]},18137:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},87568:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(58953),i=r(40325).f,a=r(86729),u=r(59454),s=r(35155),c=r(43802),f=r(78);t.exports=function(t,e){var r,l,p,d,h,v=t.target,y=t.global,m=t.stat;if(r=y?o:m?o[v]||s(v,{}):o[v]&&o[v].prototype)for(l in e){if(d=e[l],p=t.dontCallGetSet?(h=i(r,l))&&h.value:r[l],!f(y?l:v+(m?".":"#")+l,t.forced)&&void 0!==p){if(n(d)==n(p))continue;c(d,p)}(t.sham||p&&p.sham)&&a(d,"sham",!0),u(r,l,d,t)}}},32565:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},1738:(t,e,r)=>{"use strict";r(26777);var n=r(73155),o=r(59454),i=r(9197),a=r(32565),u=r(60533),s=r(86729),c=u("species"),f=RegExp.prototype;t.exports=function(t,e,r,l){var p=u(t),d=!a((function(){var e={};return e[p]=function(){return 7},7!==""[t](e)})),h=d&&!a((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[c]=function(){return r},r.flags="",r[p]=/./[p]),r.exec=function(){return e=!0,null},r[p](""),!e}));if(!d||!h||r){var v=/./[p],y=e(p,""[t],(function(t,e,r,o,a){var u=e.exec;return u===i||u===f.exec?d&&!a?{done:!0,value:n(v,e,r,o)}:{done:!0,value:n(t,r,e,o)}:{done:!1}}));o(String.prototype,t,y[0]),o(f,p,y[1])}l&&s(f[p],"sham",!0)}},42509:(t,e,r)=>{"use strict";var n=r(76894),o=r(95124),i=r(87119),a=r(16230);t.exports=function t(e,r,u,s,c,f,l,p){for(var d,h=c,v=0,y=!!l&&a(l,p);v0&&n(d)?h=t(e,r,d,o(d),h,f-1)-1:(i(h+1),e[h]=d),h++),v++;return h}},73502:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},127:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(82166),i=Function.prototype,a=i.apply,u=i.call;t.exports="object"==("undefined"==typeof Reflect?"undefined":n(Reflect))&&Reflect.apply||(o?u.bind(a):function(){return u.apply(a,arguments)})},16230:(t,e,r)=>{"use strict";var n=r(43390),o=r(30356),i=r(82166),a=n(n.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?a(t,e):function(){return t.apply(e,arguments)}}},82166:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},32136:(t,e,r)=>{"use strict";var n=r(82374),o=r(30356),i=r(36116),a=r(93519),u=r(83014),s=r(82166),c=Function,f=n([].concat),l=n([].join),p={};t.exports=s?c.bind:function(t){var e=o(this),r=e.prototype,n=u(arguments,1),s=function(){var r=f(n,u(arguments));return this instanceof s?function(t,e,r){if(!a(p,e)){for(var n=[],o=0;o{"use strict";var n=r(82166),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},34252:(t,e,r)=>{"use strict";var n=r(40970),o=r(93519),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,u=o(i,"name"),s=u&&"something"===function(){}.name,c=u&&(!n||n&&a(i,"name").configurable);t.exports={EXISTS:u,PROPER:s,CONFIGURABLE:c}},4772:(t,e,r)=>{"use strict";var n=r(82374),o=r(30356);t.exports=function(t,e,r){try{return n(o(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},43390:(t,e,r)=>{"use strict";var n=r(78898),o=r(82374);t.exports=function(t){if("Function"===n(t))return o(t)}},82374:(t,e,r)=>{"use strict";var n=r(82166),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);t.exports=n?a:function(t){return function(){return i.apply(t,arguments)}}},21901:(t,e,r)=>{"use strict";var n=r(58953),o=r(38095);t.exports=function(t,e){return arguments.length<2?(r=n[t],o(r)?r:void 0):n[t]&&n[t][e];var r}},75077:(t,e,r)=>{"use strict";var n=r(28549),o=r(18720),i=r(52579),a=r(24995),u=r(60533)("iterator");t.exports=function(t){if(!i(t))return o(t,u)||o(t,"@@iterator")||a[n(t)]}},50827:(t,e,r)=>{"use strict";var n=r(73155),o=r(30356),i=r(33817),a=r(84581),u=r(75077),s=TypeError;t.exports=function(t,e){var r=arguments.length<2?u(t):e;if(o(r))return i(n(r,t));throw new s(a(t)+" is not iterable")}},34491:(t,e,r)=>{"use strict";var n=r(82374),o=r(76894),i=r(38095),a=r(78898),u=r(83841),s=n([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var e=t.length,r=[],n=0;n{"use strict";var n=r(30356),o=r(52579);t.exports=function(t,e){var r=t[e];return o(r)?void 0:n(r)}},4624:(t,e,r)=>{"use strict";var n=r(82374),o=r(51607),i=Math.floor,a=n("".charAt),u=n("".replace),s=n("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,n,l,p){var d=r+t.length,h=n.length,v=f;return void 0!==l&&(l=o(l),v=c),u(p,v,(function(o,u){var c;switch(a(u,0)){case"$":return"$";case"&":return t;case"`":return s(e,0,r);case"'":return s(e,d);case"<":c=l[s(u,1,-1)];break;default:var f=+u;if(0===f)return o;if(f>h){var p=i(f/10);return 0===p?o:p<=h?void 0===n[p-1]?a(u,1):n[p-1]+a(u,1):o}c=n[f-1]}return void 0===c?"":c}))}},58953:function(t,e,r){"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=function(t){return t&&t.Math===Math&&t};t.exports=o("object"==("undefined"==typeof globalThis?"undefined":n(globalThis))&&globalThis)||o("object"==("undefined"==typeof window?"undefined":n(window))&&window)||o("object"==("undefined"==typeof self?"undefined":n(self))&&self)||o("object"==(void 0===r.g?"undefined":n(r.g))&&r.g)||o("object"==n(this)&&this)||function(){return this}()||Function("return this")()},93519:(t,e,r)=>{"use strict";var n=r(82374),o=r(51607),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},59663:t=>{"use strict";t.exports={}},42183:t=>{"use strict";t.exports=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}}},45831:(t,e,r)=>{"use strict";var n=r(21901);t.exports=n("document","documentElement")},69747:(t,e,r)=>{"use strict";var n=r(40970),o=r(32565),i=r(31021);t.exports=!n&&!o((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},53004:t=>{"use strict";var e=Array,r=Math.abs,n=Math.pow,o=Math.floor,i=Math.log,a=Math.LN2;t.exports={pack:function(t,u,s){var c,f,l,p=e(s),d=8*s-u-1,h=(1<>1,y=23===u?n(2,-24)-n(2,-77):0,m=t<0||0===t&&1/t<0?1:0,g=0;for((t=r(t))!=t||t===1/0?(f=t!=t?1:0,c=h):(c=o(i(t)/a),t*(l=n(2,-c))<1&&(c--,l*=2),(t+=c+v>=1?y/l:y*n(2,1-v))*l>=2&&(c++,l/=2),c+v>=h?(f=0,c=h):c+v>=1?(f=(t*l-1)*n(2,u),c+=v):(f=t*n(2,v-1)*n(2,u),c=0));u>=8;)p[g++]=255&f,f/=256,u-=8;for(c=c<0;)p[g++]=255&c,c/=256,d-=8;return p[--g]|=128*m,p},unpack:function(t,e){var r,o=t.length,i=8*o-e-1,a=(1<>1,s=i-7,c=o-1,f=t[c--],l=127&f;for(f>>=7;s>0;)l=256*l+t[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=e;s>0;)r=256*r+t[c--],s-=8;if(0===l)l=1-u;else{if(l===a)return r?NaN:f?-1/0:1/0;r+=n(2,e),l-=u}return(f?-1:1)*r*n(2,l-e)}}},43973:(t,e,r)=>{"use strict";var n=r(82374),o=r(32565),i=r(78898),a=Object,u=n("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?u(t,""):a(t)}:a},41993:(t,e,r)=>{"use strict";var n=r(38095),o=r(36116),i=r(56325);t.exports=function(t,e,r){var a,u;return i&&n(a=e.constructor)&&a!==r&&o(u=a.prototype)&&u!==r.prototype&&i(t,u),t}},71024:(t,e,r)=>{"use strict";var n=r(82374),o=r(38095),i=r(53819),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},1725:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(87568),i=r(82374),a=r(59663),u=r(36116),s=r(93519),c=r(10343).f,f=r(28746),l=r(50368),p=r(30814),d=r(33414),h=r(73502),v=!1,y=d("meta"),m=0,g=function(t){c(t,y,{value:{objectID:"O"+m++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},v=!0;var t=f.f,e=i([].splice),r={};r[y]=1,t(r).length&&(f.f=function(r){for(var n=t(r),o=0,i=n.length;o{"use strict";var n,o,i,a=r(23648),u=r(58953),s=r(36116),c=r(86729),f=r(93519),l=r(53819),p=r(91701),d=r(59663),h="Object already initialized",v=u.TypeError,y=u.WeakMap;if(a||l.state){var m=l.state||(l.state=new y);m.get=m.get,m.has=m.has,m.set=m.set,n=function(t,e){if(m.has(t))throw new v(h);return e.facade=t,m.set(t,e),e},o=function(t){return m.get(t)||{}},i=function(t){return m.has(t)}}else{var g=p("state");d[g]=!0,n=function(t,e){if(f(t,g))throw new v(h);return e.facade=t,c(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!s(e)||(r=o(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}}}},46199:(t,e,r)=>{"use strict";var n=r(60533),o=r(24995),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},76894:(t,e,r)=>{"use strict";var n=r(78898);t.exports=Array.isArray||function(t){return"Array"===n(t)}},18585:(t,e,r)=>{"use strict";var n=r(28549);t.exports=function(t){var e=n(t);return"BigInt64Array"===e||"BigUint64Array"===e}},38095:t=>{"use strict";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},e(t)}var r="object"==("undefined"==typeof document?"undefined":e(document))&&document.all;t.exports=void 0===r&&void 0!==r?function(t){return"function"==typeof t||t===r}:function(t){return"function"==typeof t}},17659:(t,e,r)=>{"use strict";var n=r(82374),o=r(32565),i=r(38095),a=r(28549),u=r(21901),s=r(71024),c=function(){},f=u("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=n(l.exec),d=!l.test(c),h=function(t){if(!i(t))return!1;try{return f(c,[],t),!0}catch(t){return!1}},v=function(t){if(!i(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!p(l,s(t))}catch(t){return!0}};v.sham=!0,t.exports=!f||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?v:h},91873:(t,e,r)=>{"use strict";var n=r(93519);t.exports=function(t){return void 0!==t&&(n(t,"value")||n(t,"writable"))}},78:(t,e,r)=>{"use strict";var n=r(32565),o=r(38095),i=/#|\.prototype\./,a=function(t,e){var r=s[u(t)];return r===f||r!==c&&(o(e)?n(e):!!e)},u=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=a.data={},c=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a},11893:(t,e,r)=>{"use strict";var n=r(36116),o=Math.floor;t.exports=Number.isInteger||function(t){return!n(t)&&isFinite(t)&&o(t)===t}},52579:t=>{"use strict";t.exports=function(t){return null==t}},36116:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(38095);t.exports=function(t){return"object"==n(t)?null!==t:o(t)}},64059:(t,e,r)=>{"use strict";var n=r(36116);t.exports=function(t){return n(t)||null===t}},89385:t=>{"use strict";t.exports=!1},95358:(t,e,r)=>{"use strict";var n=r(36116),o=r(78898),i=r(60533)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"===o(t))}},54875:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(21901),i=r(38095),a=r(8635),u=r(12170),s=Object;t.exports=u?function(t){return"symbol"==n(t)}:function(t){var e=o("Symbol");return i(e)&&a(e.prototype,s(t))}},59598:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(16230),i=r(73155),a=r(33817),u=r(84581),s=r(46199),c=r(95124),f=r(8635),l=r(50827),p=r(75077),d=r(44933),h=TypeError,v=function(t,e){this.stopped=t,this.result=e},y=v.prototype;t.exports=function(t,e,r){var m,g,b,w,x,S,E,O=r&&r.that,A=!(!r||!r.AS_ENTRIES),T=!(!r||!r.IS_RECORD),j=!(!r||!r.IS_ITERATOR),P=!(!r||!r.INTERRUPTED),L=o(e,O),I=function(t){return m&&d(m,"normal",t),new v(!0,t)},k=function(t){return A?(a(t),P?L(t[0],t[1],I):L(t[0],t[1])):P?L(t,I):L(t)};if(T)m=t.iterator;else if(j)m=t;else{if(!(g=p(t)))throw new h(u(t)+" is not iterable");if(s(g)){for(b=0,w=c(t);w>b;b++)if((x=k(t[b]))&&f(y,x))return x;return new v(!1)}m=l(t,g)}for(S=T?t.next:m.next;!(E=i(S,m)).done;){try{x=k(E.value)}catch(t){d(m,"throw",t)}if("object"==n(x)&&x&&f(y,x))return x}return new v(!1)}},44933:(t,e,r)=>{"use strict";var n=r(73155),o=r(33817),i=r(18720);t.exports=function(t,e,r){var a,u;o(t);try{if(!(a=i(t,"return"))){if("throw"===e)throw r;return r}a=n(a,t)}catch(t){u=!0,a=t}if("throw"===e)throw r;if(u)throw a;return o(a),r}},22356:(t,e,r)=>{"use strict";var n=r(17143).IteratorPrototype,o=r(17998),i=r(36494),a=r(11889),u=r(24995),s=function(){return this};t.exports=function(t,e,r,c){var f=e+" Iterator";return t.prototype=o(n,{next:i(+!c,r)}),a(t,f,!1,!0),u[f]=s,t}},82490:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(89385),a=r(34252),u=r(38095),s=r(22356),c=r(95321),f=r(56325),l=r(11889),p=r(86729),d=r(59454),h=r(60533),v=r(24995),y=r(17143),m=a.PROPER,g=a.CONFIGURABLE,b=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,x=h("iterator"),S="keys",E="values",O="entries",A=function(){return this};t.exports=function(t,e,r,a,h,y,T){s(r,e,a);var j,P,L,I=function(t){if(t===h&&R)return R;if(!w&&t&&t in M)return M[t];switch(t){case S:case E:case O:return function(){return new r(this,t)}}return function(){return new r(this)}},k=e+" Iterator",_=!1,M=t.prototype,C=M[x]||M["@@iterator"]||h&&M[h],R=!w&&C||I(h),N="Array"===e&&M.entries||C;if(N&&(j=c(N.call(new t)))!==Object.prototype&&j.next&&(i||c(j)===b||(f?f(j,b):u(j[x])||d(j,x,A)),l(j,k,!0,!0),i&&(v[k]=A)),m&&h===E&&C&&C.name!==E&&(!i&&g?p(M,"name",E):(_=!0,R=function(){return o(C,this)})),h)if(P={values:I(E),keys:y?R:I(S),entries:I(O)},T)for(L in P)(w||_||!(L in M))&&d(M,L,P[L]);else n({target:e,proto:!0,forced:w||_},P);return i&&!T||M[x]===R||d(M,x,R,{name:h}),v[e]=R,P}},17143:(t,e,r)=>{"use strict";var n,o,i,a=r(32565),u=r(38095),s=r(36116),c=r(17998),f=r(95321),l=r(59454),p=r(60533),d=r(89385),h=p("iterator"),v=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(n=o):v=!0),!s(n)||a((function(){var t={};return n[h].call(t)!==t}))?n={}:d&&(n=c(n)),u(n[h])||l(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:v}},24995:t=>{"use strict";t.exports={}},95124:(t,e,r)=>{"use strict";var n=r(16464);t.exports=function(t){return n(t.length)}},33861:(t,e,r)=>{"use strict";var n=r(82374),o=r(32565),i=r(38095),a=r(93519),u=r(40970),s=r(34252).CONFIGURABLE,c=r(71024),f=r(22991),l=f.enforce,p=f.get,d=String,h=Object.defineProperty,v=n("".slice),y=n("".replace),m=n([].join),g=u&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),b=String(String).split("String"),w=t.exports=function(t,e,r){"Symbol("===v(d(e),0,7)&&(e="["+y(d(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!a(t,"name")||s&&t.name!==e)&&(u?h(t,"name",{value:e,configurable:!0}):t.name=e),g&&r&&a(r,"arity")&&t.length!==r.arity&&h(t,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?u&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=l(t);return a(n,"source")||(n.source=m(b,"string"==typeof e?e:"")),t};Function.prototype.toString=w((function(){return i(this)&&p(this).source||c(this)}),"toString")},63020:t=>{"use strict";var e=Math.expm1,r=Math.exp;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!==e(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:r(e)-1}:e},45122:(t,e,r)=>{"use strict";var n=r(76648),o=Math.abs,i=2220446049250313e-31,a=1/i;t.exports=function(t,e,r,u){var s=+t,c=o(s),f=n(s);if(cr||p!=p?f*(1/0):f*p}},31983:(t,e,r)=>{"use strict";var n=r(45122);t.exports=Math.fround||function(t){return n(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},32486:t=>{"use strict";var e=Math.log,r=Math.LOG10E;t.exports=Math.log10||function(t){return e(t)*r}},25062:t=>{"use strict";var e=Math.log;t.exports=Math.log1p||function(t){var r=+t;return r>-1e-8&&r<1e-8?r-r*r/2:e(1+r)}},76648:t=>{"use strict";t.exports=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1}},91723:t=>{"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},71101:(t,e,r)=>{"use strict";var n,o,i,a,u,s=r(58953),c=r(73495),f=r(16230),l=r(51899).set,p=r(13647),d=r(12989),h=r(20870),v=r(41651),y=r(63034),m=s.MutationObserver||s.WebKitMutationObserver,g=s.document,b=s.process,w=s.Promise,x=c("queueMicrotask");if(!x){var S=new p,E=function(){var t,e;for(y&&(t=b.domain)&&t.exit();e=S.get();)try{e()}catch(t){throw S.head&&n(),t}t&&t.enter()};d||y||v||!m||!g?!h&&w&&w.resolve?((a=w.resolve(void 0)).constructor=w,u=f(a.then,a),n=function(){u(E)}):y?n=function(){b.nextTick(E)}:(l=f(l,s),n=function(){l(E)}):(o=!0,i=g.createTextNode(""),new m(E).observe(i,{characterData:!0}),n=function(){i.data=o=!o}),x=function(t){S.head||n(),S.add(t)}}t.exports=x},97305:(t,e,r)=>{"use strict";var n=r(30356),o=TypeError,i=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw new o("Bad Promise constructor");e=t,r=n})),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new i(t)}},51873:(t,e,r)=>{"use strict";var n=r(95358),o=TypeError;t.exports=function(t){if(n(t))throw new o("The method doesn't accept regular expressions");return t}},60970:(t,e,r)=>{"use strict";var n=r(58953).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&n(t)}},79902:(t,e,r)=>{"use strict";var n=r(58953),o=r(32565),i=r(82374),a=r(83841),u=r(73916).trim,s=r(70410),c=i("".charAt),f=n.parseFloat,l=n.Symbol,p=l&&l.iterator,d=1/f(s+"-0")!=-1/0||p&&!o((function(){f(Object(p))}));t.exports=d?function(t){var e=u(a(t)),r=f(e);return 0===r&&"-"===c(e,0)?-0:r}:f},69489:(t,e,r)=>{"use strict";var n=r(58953),o=r(32565),i=r(82374),a=r(83841),u=r(73916).trim,s=r(70410),c=n.parseInt,f=n.Symbol,l=f&&f.iterator,p=/^[+-]?0x/i,d=i(p.exec),h=8!==c(s+"08")||22!==c(s+"0x16")||l&&!o((function(){c(Object(l))}));t.exports=h?function(t,e){var r=u(a(t));return c(r,e>>>0||(d(p,r)?16:10))}:c},51883:(t,e,r)=>{"use strict";var n=r(40970),o=r(82374),i=r(73155),a=r(32565),u=r(46046),s=r(97407),c=r(56695),f=r(51607),l=r(43973),p=Object.assign,d=Object.defineProperty,h=o([].concat);t.exports=!p||a((function(){if(n&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol("assign detection"),o="abcdefghijklmnopqrst";return t[r]=7,o.split("").forEach((function(t){e[t]=t})),7!==p({},t)[r]||u(p({},e)).join("")!==o}))?function(t,e){for(var r=f(t),o=arguments.length,a=1,p=s.f,d=c.f;o>a;)for(var v,y=l(arguments[a++]),m=p?h(u(y),p(y)):u(y),g=m.length,b=0;g>b;)v=m[b++],n&&!i(d,y,v)||(r[v]=y[v]);return r}:p},17998:(t,e,r)=>{"use strict";var n,o=r(33817),i=r(91803),a=r(18137),u=r(59663),s=r(45831),c=r(31021),f=r(91701),l="prototype",p="script",d=f("IE_PROTO"),h=function(){},v=function(t){return"<"+p+">"+t+""},y=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},m=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;m="undefined"!=typeof document?document.domain&&n?y(n):(e=c("iframe"),r="java"+p+":",e.style.display="none",s.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F):y(n);for(var o=a.length;o--;)delete m[l][a[o]];return m()};u[d]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h[l]=o(t),r=new h,h[l]=null,r[d]=t):r=m(),void 0===e?r:i.f(r,e)}},91803:(t,e,r)=>{"use strict";var n=r(40970),o=r(54612),i=r(10343),a=r(33817),u=r(39787),s=r(46046);e.f=n&&!o?Object.defineProperties:function(t,e){a(t);for(var r,n=u(e),o=s(e),c=o.length,f=0;c>f;)i.f(t,r=o[f++],n[r]);return t}},10343:(t,e,r)=>{"use strict";var n=r(40970),o=r(69747),i=r(54612),a=r(33817),u=r(75011),s=TypeError,c=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",d="writable";e.f=n?i?function(t,e,r){if(a(t),e=u(e),a(r),"function"==typeof t&&"prototype"===e&&"value"in r&&d in r&&!r[d]){var n=f(t,e);n&&n[d]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:l in r?r[l]:n[l],writable:!1})}return c(t,e,r)}:c:function(t,e,r){if(a(t),e=u(e),a(r),o)try{return c(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new s("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},40325:(t,e,r)=>{"use strict";var n=r(40970),o=r(73155),i=r(56695),a=r(36494),u=r(39787),s=r(75011),c=r(93519),f=r(69747),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=u(t),e=s(e),f)try{return l(t,e)}catch(t){}if(c(t,e))return a(!o(i.f,t,e),t[e])}},50368:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(78898),i=r(39787),a=r(28746).f,u=r(83014),s="object"==("undefined"==typeof window?"undefined":n(window))&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return s&&"Window"===o(t)?function(t){try{return a(t)}catch(t){return u(s)}}(t):a(i(t))}},28746:(t,e,r)=>{"use strict";var n=r(3506),o=r(18137).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},97407:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},95321:(t,e,r)=>{"use strict";var n=r(93519),o=r(38095),i=r(51607),a=r(91701),u=r(99389),s=a("IE_PROTO"),c=Object,f=c.prototype;t.exports=u?c.getPrototypeOf:function(t){var e=i(t);if(n(e,s))return e[s];var r=e.constructor;return o(r)&&e instanceof r?r.prototype:e instanceof c?f:null}},30814:(t,e,r)=>{"use strict";var n=r(32565),o=r(36116),i=r(78898),a=r(27146),u=Object.isExtensible,s=n((function(){u(1)}));t.exports=s||a?function(t){return!!o(t)&&((!a||"ArrayBuffer"!==i(t))&&(!u||u(t)))}:u},8635:(t,e,r)=>{"use strict";var n=r(82374);t.exports=n({}.isPrototypeOf)},3506:(t,e,r)=>{"use strict";var n=r(82374),o=r(93519),i=r(39787),a=r(74751).indexOf,u=r(59663),s=n([].push);t.exports=function(t,e){var r,n=i(t),c=0,f=[];for(r in n)!o(u,r)&&o(n,r)&&s(f,r);for(;e.length>c;)o(n,r=e[c++])&&(~a(f,r)||s(f,r));return f}},46046:(t,e,r)=>{"use strict";var n=r(3506),o=r(18137);t.exports=Object.keys||function(t){return n(t,o)}},56695:(t,e)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},18477:(t,e,r)=>{"use strict";var n=r(89385),o=r(58953),i=r(32565),a=r(71666);t.exports=n||!i((function(){if(!(a&&a<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},56325:(t,e,r)=>{"use strict";var n=r(4772),o=r(36116),i=r(43972),a=r(10992);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return i(r),a(n),o(r)?(e?t(r,n):r.__proto__=n,r):r}}():void 0)},96943:(t,e,r)=>{"use strict";var n=r(40970),o=r(32565),i=r(82374),a=r(95321),u=r(46046),s=r(39787),c=i(r(56695).f),f=i([].push),l=n&&o((function(){var t=Object.create(null);return t[2]=2,!c(t,2)})),p=function(t){return function(e){for(var r,o=s(e),i=u(o),p=l&&null===a(o),d=i.length,h=0,v=[];d>h;)r=i[h++],n&&!(p?r in o:c(o,r))||f(v,t?[r,o[r]]:o[r]);return v}};t.exports={entries:p(!0),values:p(!1)}},25241:(t,e,r)=>{"use strict";var n=r(97366),o=r(28549);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},1312:(t,e,r)=>{"use strict";var n=r(73155),o=r(38095),i=r(36116),a=TypeError;t.exports=function(t,e){var r,u;if("string"===e&&o(r=t.toString)&&!i(u=n(r,t)))return u;if(o(r=t.valueOf)&&!i(u=n(r,t)))return u;if("string"!==e&&o(r=t.toString)&&!i(u=n(r,t)))return u;throw new a("Can't convert object to primitive value")}},46757:(t,e,r)=>{"use strict";var n=r(21901),o=r(82374),i=r(28746),a=r(97407),u=r(33817),s=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(u(t)),r=a.f;return r?s(e,r(t)):e}},43897:(t,e,r)=>{"use strict";var n=r(58953);t.exports=n},33261:t=>{"use strict";t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},64346:(t,e,r)=>{"use strict";var n=r(58953),o=r(33676),i=r(38095),a=r(78),u=r(71024),s=r(60533),c=r(920),f=r(41910),l=r(89385),p=r(90038),d=o&&o.prototype,h=s("species"),v=!1,y=i(n.PromiseRejectionEvent),m=a("Promise",(function(){var t=u(o),e=t!==String(o);if(!e&&66===p)return!0;if(l&&(!d.catch||!d.finally))return!0;if(!p||p<51||!/native code/.test(t)){var r=new o((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((r.constructor={})[h]=n,!(v=r.then((function(){}))instanceof n))return!0}return!e&&(c||f)&&!y}));t.exports={CONSTRUCTOR:m,REJECTION_EVENT:y,SUBCLASSING:v}},33676:(t,e,r)=>{"use strict";var n=r(58953);t.exports=n.Promise},45248:(t,e,r)=>{"use strict";var n=r(33817),o=r(36116),i=r(97305);t.exports=function(t,e){if(n(t),o(e)&&e.constructor===t)return e;var r=i.f(t);return(0,r.resolve)(e),r.promise}},7811:(t,e,r)=>{"use strict";var n=r(33676),o=r(13990),i=r(64346).CONSTRUCTOR;t.exports=i||!o((function(t){n.all(t).then(void 0,(function(){}))}))},61234:(t,e,r)=>{"use strict";var n=r(10343).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},13647:t=>{"use strict";var e=function(){this.head=null,this.tail=null};e.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=e},20376:(t,e,r)=>{"use strict";var n=r(73155),o=r(33817),i=r(38095),a=r(78898),u=r(9197),s=TypeError;t.exports=function(t,e){var r=t.exec;if(i(r)){var c=n(r,t,e);return null!==c&&o(c),c}if("RegExp"===a(t))return n(u,t,e);throw new s("RegExp#exec called on incompatible receiver")}},9197:(t,e,r)=>{"use strict";var n,o,i=r(73155),a=r(82374),u=r(83841),s=r(45721),c=r(53199),f=r(80715),l=r(17998),p=r(22991).get,d=r(13809),h=r(13268),v=f("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,m=y,g=a("".charAt),b=a("".indexOf),w=a("".replace),x=a("".slice),S=(o=/b*/g,i(y,n=/a/,"a"),i(y,o,"a"),0!==n.lastIndex||0!==o.lastIndex),E=c.BROKEN_CARET,O=void 0!==/()??/.exec("")[1];(S||O||E||d||h)&&(m=function(t){var e,r,n,o,a,c,f,d=this,h=p(d),A=u(t),T=h.raw;if(T)return T.lastIndex=d.lastIndex,e=i(m,T,A),d.lastIndex=T.lastIndex,e;var j=h.groups,P=E&&d.sticky,L=i(s,d),I=d.source,k=0,_=A;if(P&&(L=w(L,"y",""),-1===b(L,"g")&&(L+="g"),_=x(A,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==g(A,d.lastIndex-1))&&(I="(?: "+I+")",_=" "+_,k++),r=new RegExp("^(?:"+I+")",L)),O&&(r=new RegExp("^"+I+"$(?!\\s)",L)),S&&(n=d.lastIndex),o=i(y,P?r:d,_),P?o?(o.input=x(o.input,k),o[0]=x(o[0],k),o.index=d.lastIndex,d.lastIndex+=o[0].length):d.lastIndex=0:S&&o&&(d.lastIndex=d.global?o.index+o[0].length:n),O&&o&&o.length>1&&i(v,o[0],r,(function(){for(a=1;a{"use strict";var n=r(33817);t.exports=function(){var t=n(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},18532:(t,e,r)=>{"use strict";var n=r(73155),o=r(93519),i=r(8635),a=r(45721),u=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in u||o(t,"flags")||!i(u,t)?e:n(a,t)}},53199:(t,e,r)=>{"use strict";var n=r(32565),o=r(58953).RegExp,i=n((function(){var t=o("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),a=i||n((function(){return!o("a","y").sticky})),u=i||n((function(){var t=o("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:u,MISSED_STICKY:a,UNSUPPORTED_Y:i}},13809:(t,e,r)=>{"use strict";var n=r(32565),o=r(58953).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},13268:(t,e,r)=>{"use strict";var n=r(32565),o=r(58953).RegExp;t.exports=n((function(){var t=o("(?
b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},43972:(t,e,r)=>{"use strict";var n=r(52579),o=TypeError;t.exports=function(t){if(n(t))throw new o("Can't call method on "+t);return t}},73495:(t,e,r)=>{"use strict";var n=r(58953),o=r(40970),i=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!o)return n[t];var e=i(n,t);return e&&e.value}},95368:t=>{"use strict";t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},42967:(t,e,r)=>{"use strict";var n=r(21901),o=r(91276),i=r(60533),a=r(40970),u=i("species");t.exports=function(t){var e=n(t);a&&e&&!e[u]&&o(e,u,{configurable:!0,get:function(){return this}})}},11889:(t,e,r)=>{"use strict";var n=r(10343).f,o=r(93519),i=r(60533)("toStringTag");t.exports=function(t,e,r){t&&!r&&(t=t.prototype),t&&!o(t,i)&&n(t,i,{configurable:!0,value:e})}},91701:(t,e,r)=>{"use strict";var n=r(80715),o=r(33414),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},53819:(t,e,r)=>{"use strict";var n=r(89385),o=r(58953),i=r(35155),a="__core-js_shared__",u=t.exports=o[a]||i(a,{});(u.versions||(u.versions=[])).push({version:"3.37.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE",source:"https://github.com/zloirock/core-js"})},80715:(t,e,r)=>{"use strict";var n=r(53819);t.exports=function(t,e){return n[t]||(n[t]=e||{})}},47303:(t,e,r)=>{"use strict";var n=r(33817),o=r(37050),i=r(52579),a=r(60533)("species");t.exports=function(t,e){var r,u=n(t).constructor;return void 0===u||i(r=n(u)[a])?e:o(r)}},91543:(t,e,r)=>{"use strict";var n=r(32565);t.exports=function(t){return n((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},78133:(t,e,r)=>{"use strict";var n=r(82374),o=r(94905),i=r(83841),a=r(43972),u=n("".charAt),s=n("".charCodeAt),c=n("".slice),f=function(t){return function(e,r){var n,f,l=i(a(e)),p=o(r),d=l.length;return p<0||p>=d?t?"":void 0:(n=s(l,p))<55296||n>56319||p+1===d||(f=s(l,p+1))<56320||f>57343?t?u(l,p):n:t?c(l,p,p+2):f-56320+(n-55296<<10)+65536}};t.exports={codeAt:f(!1),charAt:f(!0)}},88449:(t,e,r)=>{"use strict";var n=r(80962);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},50007:(t,e,r)=>{"use strict";var n=r(82374),o=r(16464),i=r(83841),a=r(69015),u=r(43972),s=n(a),c=n("".slice),f=Math.ceil,l=function(t){return function(e,r,n){var a,l,p=i(u(e)),d=o(r),h=p.length,v=void 0===n?" ":i(n);return d<=h||""===v?p:((l=s(v,f((a=d-h)/v.length))).length>a&&(l=c(l,0,a)),t?p+l:l+p)}};t.exports={start:l(!1),end:l(!0)}},38727:(t,e,r)=>{"use strict";var n=r(82374),o=2147483647,i=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,u="Overflow: input needs wider integers to process",s=RangeError,c=n(a.exec),f=Math.floor,l=String.fromCharCode,p=n("".charCodeAt),d=n([].join),h=n([].push),v=n("".replace),y=n("".split),m=n("".toLowerCase),g=function(t){return t+22+75*(t<26)},b=function(t,e,r){var n=0;for(t=r?f(t/700):t>>1,t+=f(t/e);t>455;)t=f(t/35),n+=36;return f(n+36*t/(t+38))},w=function(t){var e=[];t=function(t){for(var e=[],r=0,n=t.length;r=55296&&o<=56319&&r=a&&nf((o-c)/x))throw new s(u);for(c+=(w-a)*x,a=w,r=0;ro)throw new s(u);if(n===a){for(var S=c,E=36;;){var O=E<=v?1:E>=v+26?26:E-v;if(S{"use strict";var n=r(94905),o=r(83841),i=r(43972),a=RangeError;t.exports=function(t){var e=o(i(this)),r="",u=n(t);if(u<0||u===1/0)throw new a("Wrong number of repetitions");for(;u>0;(u>>>=1)&&(e+=e))1&u&&(r+=e);return r}},17336:(t,e,r)=>{"use strict";var n=r(73916).end,o=r(36e3);t.exports=o("trimEnd")?function(){return n(this)}:"".trimEnd},36e3:(t,e,r)=>{"use strict";var n=r(34252).PROPER,o=r(32565),i=r(70410);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||n&&i[t].name!==t}))}},89321:(t,e,r)=>{"use strict";var n=r(73916).start,o=r(36e3);t.exports=o("trimStart")?function(){return n(this)}:"".trimStart},73916:(t,e,r)=>{"use strict";var n=r(82374),o=r(43972),i=r(83841),a=r(70410),u=n("".replace),s=RegExp("^["+a+"]+"),c=RegExp("(^|[^"+a+"])["+a+"]+$"),f=function(t){return function(e){var r=i(o(e));return 1&t&&(r=u(r,s,"")),2&t&&(r=u(r,c,"$1")),r}};t.exports={start:f(1),end:f(2),trim:f(3)}},64129:(t,e,r)=>{"use strict";var n=r(90038),o=r(32565),i=r(58953).String;t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},47820:(t,e,r)=>{"use strict";var n=r(73155),o=r(21901),i=r(60533),a=r(59454);t.exports=function(){var t=o("Symbol"),e=t&&t.prototype,r=e&&e.valueOf,u=i("toPrimitive");e&&!e[u]&&a(e,u,(function(t){return n(r,this)}),{arity:1})}},52566:(t,e,r)=>{"use strict";var n=r(64129);t.exports=n&&!!Symbol.for&&!!Symbol.keyFor},51899:(t,e,r)=>{"use strict";var n,o,i,a,u=r(58953),s=r(127),c=r(16230),f=r(38095),l=r(93519),p=r(32565),d=r(45831),h=r(83014),v=r(31021),y=r(66638),m=r(12989),g=r(63034),b=u.setImmediate,w=u.clearImmediate,x=u.process,S=u.Dispatch,E=u.Function,O=u.MessageChannel,A=u.String,T=0,j={},P="onreadystatechange";p((function(){n=u.location}));var L=function(t){if(l(j,t)){var e=j[t];delete j[t],e()}},I=function(t){return function(){L(t)}},k=function(t){L(t.data)},_=function(t){u.postMessage(A(t),n.protocol+"//"+n.host)};b&&w||(b=function(t){y(arguments.length,1);var e=f(t)?t:E(t),r=h(arguments,1);return j[++T]=function(){s(e,void 0,r)},o(T),T},w=function(t){delete j[t]},g?o=function(t){x.nextTick(I(t))}:S&&S.now?o=function(t){S.now(I(t))}:O&&!m?(a=(i=new O).port2,i.port1.onmessage=k,o=c(a.postMessage,a)):u.addEventListener&&f(u.postMessage)&&!u.importScripts&&n&&"file:"!==n.protocol&&!p(_)?(o=_,u.addEventListener("message",k,!1)):o=P in v("script")?function(t){d.appendChild(v("script"))[P]=function(){d.removeChild(this),L(t)}}:function(t){setTimeout(I(t),0)}),t.exports={set:b,clear:w}},8242:(t,e,r)=>{"use strict";var n=r(82374);t.exports=n(1..valueOf)},73180:(t,e,r)=>{"use strict";var n=r(94905),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},21472:(t,e,r)=>{"use strict";var n=r(46079),o=TypeError;t.exports=function(t){var e=n(t,"number");if("number"==typeof e)throw new o("Can't convert number to bigint");return BigInt(e)}},7674:(t,e,r)=>{"use strict";var n=r(94905),o=r(16464),i=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=n(t),r=o(e);if(e!==r)throw new i("Wrong length or index");return r}},39787:(t,e,r)=>{"use strict";var n=r(43973),o=r(43972);t.exports=function(t){return n(o(t))}},94905:(t,e,r)=>{"use strict";var n=r(91723);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},16464:(t,e,r)=>{"use strict";var n=r(94905),o=Math.min;t.exports=function(t){var e=n(t);return e>0?o(e,9007199254740991):0}},51607:(t,e,r)=>{"use strict";var n=r(43972),o=Object;t.exports=function(t){return o(n(t))}},3279:(t,e,r)=>{"use strict";var n=r(91880),o=RangeError;t.exports=function(t,e){var r=n(t);if(r%e)throw new o("Wrong offset");return r}},91880:(t,e,r)=>{"use strict";var n=r(94905),o=RangeError;t.exports=function(t){var e=n(t);if(e<0)throw new o("The argument can't be less than 0");return e}},46079:(t,e,r)=>{"use strict";var n=r(73155),o=r(36116),i=r(54875),a=r(18720),u=r(1312),s=r(60533),c=TypeError,f=s("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var r,s=a(t,f);if(s){if(void 0===e&&(e="default"),r=n(s,t,e),!o(r)||i(r))return r;throw new c("Can't convert object to primitive value")}return void 0===e&&(e="number"),u(t,e)}},75011:(t,e,r)=>{"use strict";var n=r(46079),o=r(54875);t.exports=function(t){var e=n(t,"string");return o(e)?e:e+""}},97366:(t,e,r)=>{"use strict";var n={};n[r(60533)("toStringTag")]="z",t.exports="[object z]"===String(n)},83841:(t,e,r)=>{"use strict";var n=r(28549),o=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return o(t)}},22581:t=>{"use strict";var e=Math.round;t.exports=function(t){var r=e(t);return r<0?0:r>255?255:255&r}},84581:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},24629:(t,e,r)=>{"use strict";var n=r(87568),o=r(58953),i=r(73155),a=r(40970),u=r(71767),s=r(58850),c=r(68140),f=r(78033),l=r(36494),p=r(86729),d=r(11893),h=r(16464),v=r(7674),y=r(3279),m=r(22581),g=r(75011),b=r(93519),w=r(28549),x=r(36116),S=r(54875),E=r(17998),O=r(8635),A=r(56325),T=r(28746).f,j=r(90025),P=r(6287).forEach,L=r(42967),I=r(91276),k=r(10343),_=r(40325),M=r(49716),C=r(22991),R=r(41993),N=C.get,F=C.set,U=C.enforce,D=k.f,z=_.f,B=o.RangeError,q=c.ArrayBuffer,H=q.prototype,W=c.DataView,V=s.NATIVE_ARRAY_BUFFER_VIEWS,G=s.TYPED_ARRAY_TAG,$=s.TypedArray,Y=s.TypedArrayPrototype,X=s.isTypedArray,J="BYTES_PER_ELEMENT",Q="Wrong length",K=function(t,e){I(t,e,{configurable:!0,get:function(){return N(this)[e]}})},Z=function(t){var e;return O(H,t)||"ArrayBuffer"===(e=w(t))||"SharedArrayBuffer"===e},tt=function(t,e){return X(t)&&!S(e)&&e in t&&d(+e)&&e>=0},et=function(t,e){return e=g(e),tt(t,e)?l(2,t[e]):z(t,e)},rt=function(t,e,r){return e=g(e),!(tt(t,e)&&x(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?D(t,e,r):(t[e]=r.value,t)};a?(V||(_.f=et,k.f=rt,K(Y,"buffer"),K(Y,"byteOffset"),K(Y,"byteLength"),K(Y,"length")),n({target:"Object",stat:!0,forced:!V},{getOwnPropertyDescriptor:et,defineProperty:rt}),t.exports=function(t,e,r){var a=t.match(/\d+/)[0]/8,s=t+(r?"Clamped":"")+"Array",c="get"+t,l="set"+t,d=o[s],g=d,b=g&&g.prototype,w={},S=function(t,e){D(t,e,{get:function(){return function(t,e){var r=N(t);return r.view[c](e*a+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,n){var o=N(t);o.view[l](e*a+o.byteOffset,r?m(n):n,!0)}(this,e,t)},enumerable:!0})};V?u&&(g=e((function(t,e,r,n){return f(t,b),R(x(e)?Z(e)?void 0!==n?new d(e,y(r,a),n):void 0!==r?new d(e,y(r,a)):new d(e):X(e)?M(g,e):i(j,g,e):new d(v(e)),t,g)})),A&&A(g,$),P(T(d),(function(t){t in g||p(g,t,d[t])})),g.prototype=b):(g=e((function(t,e,r,n){f(t,b);var o,u,s,c=0,l=0;if(x(e)){if(!Z(e))return X(e)?M(g,e):i(j,g,e);o=e,l=y(r,a);var p=e.byteLength;if(void 0===n){if(p%a)throw new B(Q);if((u=p-l)<0)throw new B(Q)}else if((u=h(n)*a)+l>p)throw new B(Q);s=u/a}else s=v(e),o=new q(u=s*a);for(F(t,{buffer:o,byteOffset:l,byteLength:u,length:s,view:new W(o)});c{"use strict";var n=r(58953),o=r(32565),i=r(13990),a=r(58850).NATIVE_ARRAY_BUFFER_VIEWS,u=n.ArrayBuffer,s=n.Int8Array;t.exports=!a||!o((function(){s(1)}))||!o((function(){new s(-1)}))||!i((function(t){new s,new s(null),new s(1.5),new s(t)}),!0)||o((function(){return 1!==new s(new u(2),1,void 0).length}))},48931:(t,e,r)=>{"use strict";var n=r(49716),o=r(20878);t.exports=function(t,e){return n(o(t),e)}},90025:(t,e,r)=>{"use strict";var n=r(16230),o=r(73155),i=r(37050),a=r(51607),u=r(95124),s=r(50827),c=r(75077),f=r(46199),l=r(18585),p=r(58850).aTypedArrayConstructor,d=r(21472);t.exports=function(t){var e,r,h,v,y,m,g,b,w=i(this),x=a(t),S=arguments.length,E=S>1?arguments[1]:void 0,O=void 0!==E,A=c(x);if(A&&!f(A))for(b=(g=s(x,A)).next,x=[];!(m=o(b,g)).done;)x.push(m.value);for(O&&S>2&&(E=n(E,arguments[2])),r=u(x),h=new(p(w))(r),v=l(h),e=0;r>e;e++)y=O?E(x[e],e):x[e],h[e]=v?d(y):+y;return h}},20878:(t,e,r)=>{"use strict";var n=r(58850),o=r(47303),i=n.aTypedArrayConstructor,a=n.getTypedArrayConstructor;t.exports=function(t){return i(o(t,a(t)))}},33414:(t,e,r)=>{"use strict";var n=r(82374),o=0,i=Math.random(),a=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},32350:(t,e,r)=>{"use strict";var n=r(32565),o=r(60533),i=r(40970),a=r(89385),u=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),r.delete("a",2),r.delete("b",void 0),a&&(!t.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b"))||!e.size&&(a||!i)||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[u]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},12170:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(64129);t.exports=o&&!Symbol.sham&&"symbol"==n(Symbol.iterator)},54612:(t,e,r)=>{"use strict";var n=r(40970),o=r(32565);t.exports=n&&o((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},66638:t=>{"use strict";var e=TypeError;t.exports=function(t,r){if(t{"use strict";var n=r(58953),o=r(38095),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},82869:(t,e,r)=>{"use strict";var n=r(43897),o=r(93519),i=r(54113),a=r(10343).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},54113:(t,e,r)=>{"use strict";var n=r(60533);e.f=n},60533:(t,e,r)=>{"use strict";var n=r(58953),o=r(80715),i=r(93519),a=r(33414),u=r(64129),s=r(12170),c=n.Symbol,f=o("wks"),l=s?c.for||c:c&&c.withoutSetter||a;t.exports=function(t){return i(f,t)||(f[t]=u&&i(c,t)?c[t]:l("Symbol."+t)),f[t]}},70410:t=>{"use strict";t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},43809:(t,e,r)=>{"use strict";var n=r(87568),o=r(58953),i=r(68140),a=r(42967),u="ArrayBuffer",s=i[u];n({global:!0,constructor:!0,forced:o[u]!==s},{ArrayBuffer:s}),a(u)},77052:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(76894),a=r(36116),u=r(51607),s=r(95124),c=r(87119),f=r(90210),l=r(79635),p=r(5063),d=r(60533),h=r(90038),v=d("isConcatSpreadable"),y=h>=51||!o((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),m=function(t){if(!a(t))return!1;var e=t[v];return void 0!==e?!!e:i(t)};n({target:"Array",proto:!0,arity:1,forced:!y||!p("concat")},{concat:function(t){var e,r,n,o,i,a=u(this),p=l(a,0),d=0;for(e=-1,n=arguments.length;e{"use strict";var n=r(87568),o=r(67723),i=r(33523);n({target:"Array",proto:!0},{copyWithin:o}),i("copyWithin")},99585:(t,e,r)=>{"use strict";var n=r(87568),o=r(56531),i=r(33523);n({target:"Array",proto:!0},{fill:o}),i("fill")},69466:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).filter;n({target:"Array",proto:!0,forced:!r(5063)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},34186:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).findIndex,i=r(33523),a="findIndex",u=!0;a in[]&&Array(1)[a]((function(){u=!1})),n({target:"Array",proto:!0,forced:u},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},4187:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).find,i=r(33523),a="find",u=!0;a in[]&&Array(1)[a]((function(){u=!1})),n({target:"Array",proto:!0,forced:u},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},18684:(t,e,r)=>{"use strict";var n=r(87568),o=r(42509),i=r(30356),a=r(51607),u=r(95124),s=r(79635);n({target:"Array",proto:!0},{flatMap:function(t){var e,r=a(this),n=u(r);return i(t),(e=s(r,0)).length=o(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},69175:(t,e,r)=>{"use strict";var n=r(87568),o=r(42509),i=r(51607),a=r(95124),u=r(94905),s=r(79635);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=i(this),r=a(e),n=s(e,0);return n.length=o(n,e,e,r,0,void 0===t?1:u(t)),n}})},35848:(t,e,r)=>{"use strict";var n=r(87568),o=r(17810);n({target:"Array",stat:!0,forced:!r(13990)((function(t){Array.from(t)}))},{from:o})},53501:(t,e,r)=>{"use strict";var n=r(87568),o=r(74751).includes,i=r(32565),a=r(33523);n({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},21950:(t,e,r)=>{"use strict";var n=r(39787),o=r(33523),i=r(24995),a=r(22991),u=r(10343).f,s=r(82490),c=r(17011),f=r(89385),l=r(40970),p="Array Iterator",d=a.set,h=a.getterFor(p);t.exports=s(Array,"Array",(function(t,e){d(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=h(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=void 0,c(void 0,!0);switch(t.kind){case"keys":return c(r,!1);case"values":return c(e[r],!1)}return c([r,e[r]],!1)}),"values");var v=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&l&&"values"!==v.name)try{u(v,"name",{value:"values"})}catch(t){}},53156:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(43973),a=r(39787),u=r(78708),s=o([].join);n({target:"Array",proto:!0,forced:i!==Object||!u("join",",")},{join:function(t){return s(a(this),void 0===t?",":t)}})},36724:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).map;n({target:"Array",proto:!0,forced:!r(5063)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},79933:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(17659),a=r(90210),u=Array;n({target:"Array",stat:!0,forced:o((function(){function t(){}return!(u.of.call(t)instanceof t)}))},{of:function(){for(var t=0,e=arguments.length,r=new(i(this)?this:u)(e);e>t;)a(r,t,arguments[t++]);return r.length=e,r}})},98828:(t,e,r)=>{"use strict";var n=r(87568),o=r(76894),i=r(17659),a=r(36116),u=r(73180),s=r(95124),c=r(39787),f=r(90210),l=r(60533),p=r(5063),d=r(83014),h=p("slice"),v=l("species"),y=Array,m=Math.max;n({target:"Array",proto:!0,forced:!h},{slice:function(t,e){var r,n,l,p=c(this),h=s(p),g=u(t,h),b=u(void 0===e?h:e,h);if(o(p)&&(r=p.constructor,(i(r)&&(r===y||o(r.prototype))||a(r)&&null===(r=r[v]))&&(r=void 0),r===y||void 0===r))return d(p,g,b);for(n=new(void 0===r?y:r)(m(b-g,0)),l=0;g{"use strict";var n=r(87568),o=r(82374),i=r(30356),a=r(51607),u=r(95124),s=r(93232),c=r(83841),f=r(32565),l=r(22278),p=r(78708),d=r(62024),h=r(79392),v=r(90038),y=r(71666),m=[],g=o(m.sort),b=o(m.push),w=f((function(){m.sort(void 0)})),x=f((function(){m.sort(null)})),S=p("sort"),E=!f((function(){if(v)return v<70;if(!(d&&d>3)){if(h)return!0;if(y)return y<603;var t,e,r,n,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)m.push({k:e+n,v:r})}for(m.sort((function(t,e){return e.v-t.v})),n=0;nc(r)?1:-1}}(t)),r=u(o),n=0;n{"use strict";r(42967)("Array")},60060:(t,e,r)=>{"use strict";var n=r(87568),o=r(51607),i=r(73180),a=r(94905),u=r(95124),s=r(52149),c=r(87119),f=r(79635),l=r(90210),p=r(93232),d=r(5063)("splice"),h=Math.max,v=Math.min;n({target:"Array",proto:!0,forced:!d},{splice:function(t,e){var r,n,d,y,m,g,b=o(this),w=u(b),x=i(t,w),S=arguments.length;for(0===S?r=n=0:1===S?(r=0,n=w-x):(r=S-2,n=v(h(a(e),0),w-x)),c(w+r-n),d=f(b,n),y=0;yw-n+r;y--)p(b,y-1)}else if(r>n)for(y=w-n;y>x;y--)g=y+r-1,(m=y+n-1)in b?b[g]=b[m]:p(b,g);for(y=0;y{"use strict";r(33523)("flatMap")},42092:(t,e,r)=>{"use strict";r(33523)("flat")},69798:(t,e,r)=>{"use strict";var n=r(93519),o=r(59454),i=r(14562),a=r(60533)("toPrimitive"),u=Date.prototype;n(u,a)||o(u,a,i)},73579:(t,e,r)=>{"use strict";var n=r(38095),o=r(36116),i=r(10343),a=r(8635),u=r(60533),s=r(33861),c=u("hasInstance"),f=Function.prototype;c in f||i.f(f,c,{value:s((function(t){if(!n(this)||!o(t))return!1;var e=this.prototype;return o(e)?a(e,t):t instanceof this}),c)})},848:(t,e,r)=>{"use strict";var n=r(40970),o=r(34252).EXISTS,i=r(82374),a=r(91276),u=Function.prototype,s=i(u.toString),c=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,f=i(c.exec);n&&!o&&a(u,"name",{configurable:!0,get:function(){try{return f(c,s(this))[1]}catch(t){return""}}})},59092:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(127),a=r(73155),u=r(82374),s=r(32565),c=r(38095),f=r(54875),l=r(83014),p=r(34491),d=r(64129),h=String,v=o("JSON","stringify"),y=u(/./.exec),m=u("".charAt),g=u("".charCodeAt),b=u("".replace),w=u(1..toString),x=/[\uD800-\uDFFF]/g,S=/^[\uD800-\uDBFF]$/,E=/^[\uDC00-\uDFFF]$/,O=!d||s((function(){var t=o("Symbol")("stringify detection");return"[null]"!==v([t])||"{}"!==v({a:t})||"{}"!==v(Object(t))})),A=s((function(){return'"\\udf06\\ud834"'!==v("\udf06\ud834")||'"\\udead"'!==v("\udead")})),T=function(t,e){var r=l(arguments),n=p(e);if(c(n)||void 0!==t&&!f(t))return r[1]=function(t,e){if(c(n)&&(e=a(n,this,h(t),e)),!f(e))return e},i(v,null,r)},j=function(t,e,r){var n=m(r,e-1),o=m(r,e+1);return y(S,t)&&!y(E,o)||y(E,t)&&!y(S,n)?"\\u"+w(g(t,0),16):t};v&&n({target:"JSON",stat:!0,arity:3,forced:O||A},{stringify:function(t,e,r){var n=l(arguments),o=i(O?T:v,null,n);return A&&"string"==typeof o?b(o,x,j):o}})},77845:(t,e,r)=>{"use strict";var n=r(58953);r(11889)(n.JSON,"JSON",!0)},69777:(t,e,r)=>{"use strict";r(40242)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(38104))},63243:(t,e,r)=>{"use strict";r(69777)},32575:(t,e,r)=>{"use strict";var n=r(87568),o=r(25062),i=Math.acosh,a=Math.log,u=Math.sqrt,s=Math.LN2;n({target:"Math",stat:!0,forced:!i||710!==Math.floor(i(Number.MAX_VALUE))||i(1/0)!==1/0},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?a(e)+s:o(e-1+u(e-1)*u(e+1))}})},20056:(t,e,r)=>{"use strict";var n=r(87568),o=Math.asinh,i=Math.log,a=Math.sqrt;n({target:"Math",stat:!0,forced:!(o&&1/o(0)>0)},{asinh:function t(e){var r=+e;return isFinite(r)&&0!==r?r<0?-t(-r):i(r+a(r*r+1)):r}})},93435:(t,e,r)=>{"use strict";var n=r(87568),o=Math.atanh,i=Math.log;n({target:"Math",stat:!0,forced:!(o&&1/o(-0)<0)},{atanh:function(t){var e=+t;return 0===e?e:i((1+e)/(1-e))/2}})},16406:(t,e,r)=>{"use strict";var n=r(87568),o=r(76648),i=Math.abs,a=Math.pow;n({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return o(e)*a(i(e),1/3)}})},65879:(t,e,r)=>{"use strict";var n=r(87568),o=Math.floor,i=Math.log,a=Math.LOG2E;n({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-o(i(e+.5)*a):32}})},21588:(t,e,r)=>{"use strict";var n=r(87568),o=r(63020),i=Math.cosh,a=Math.abs,u=Math.E;n({target:"Math",stat:!0,forced:!i||i(710)===1/0},{cosh:function(t){var e=o(a(t)-1)+1;return(e+1/(e*u*u))*(u/2)}})},31344:(t,e,r)=>{"use strict";var n=r(87568),o=r(63020);n({target:"Math",stat:!0,forced:o!==Math.expm1},{expm1:o})},80387:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{fround:r(31983)})},41667:(t,e,r)=>{"use strict";var n=r(87568),o=Math.hypot,i=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,o=0,u=0,s=arguments.length,c=0;u0?(n=r/c)*n:r;return c===1/0?1/0:c*a(o)}})},13950:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=Math.imul;n({target:"Math",stat:!0,forced:o((function(){return-5!==i(4294967295,5)||2!==i.length}))},{imul:function(t,e){var r=65535,n=+t,o=+e,i=r&n,a=r&o;return 0|i*a+((r&n>>>16)*a+i*(r&o>>>16)<<16>>>0)}})},37778:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{log10:r(32486)})},2674:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{log1p:r(25062)})},18553:(t,e,r)=>{"use strict";var n=r(87568),o=Math.log,i=Math.LN2;n({target:"Math",stat:!0},{log2:function(t){return o(t)/i}})},63428:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{sign:r(76648)})},15575:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(63020),a=Math.abs,u=Math.exp,s=Math.E;n({target:"Math",stat:!0,forced:o((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(t){var e=+t;return a(e)<1?(i(e)-i(-e))/2:(u(e-1)-u(-e-1))*(s/2)}})},3868:(t,e,r)=>{"use strict";var n=r(87568),o=r(63020),i=Math.exp;n({target:"Math",stat:!0},{tanh:function(t){var e=+t,r=o(e),n=o(-e);return r===1/0?1:n===1/0?-1:(r-n)/(i(e)+i(-e))}})},95545:(t,e,r)=>{"use strict";r(11889)(Math,"Math",!0)},46375:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{trunc:r(91723)})},650:(t,e,r)=>{"use strict";var n=r(87568),o=r(89385),i=r(40970),a=r(58953),u=r(43897),s=r(82374),c=r(78),f=r(93519),l=r(41993),p=r(8635),d=r(54875),h=r(46079),v=r(32565),y=r(28746).f,m=r(40325).f,g=r(10343).f,b=r(8242),w=r(73916).trim,x="Number",S=a[x],E=u[x],O=S.prototype,A=a.TypeError,T=s("".slice),j=s("".charCodeAt),P=function(t){var e,r,n,o,i,a,u,s,c=h(t,"number");if(d(c))throw new A("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=w(c),43===(e=j(c,0))||45===e){if(88===(r=j(c,2))||120===r)return NaN}else if(48===e){switch(j(c,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+c}for(a=(i=T(c,2)).length,u=0;uo)return NaN;return parseInt(i,n)}return+c},L=c(x,!S(" 0o1")||!S("0b1")||S("+0x1")),I=function(t){var e,r=arguments.length<1?0:S(function(t){var e=h(t,"number");return"bigint"==typeof e?e:P(e)}(t));return p(O,e=this)&&v((function(){b(e)}))?l(Object(r),this,I):r};I.prototype=O,L&&!o&&(O.constructor=I),n({global:!0,constructor:!0,wrap:!0,forced:L},{Number:I});var k=function(t,e){for(var r,n=i?y(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)f(e,r=n[o])&&!f(t,r)&&g(t,r,m(e,r))};o&&E&&k(u[x],E),(L||o)&&k(u[x],S)},69064:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},20214:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0},{isFinite:r(60970)})},53183:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0},{isInteger:r(11893)})},60212:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},19915:(t,e,r)=>{"use strict";var n=r(87568),o=r(11893),i=Math.abs;n({target:"Number",stat:!0},{isSafeInteger:function(t){return o(t)&&i(t)<=9007199254740991}})},80295:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},34917:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},44242:(t,e,r)=>{"use strict";var n=r(87568),o=r(79902);n({target:"Number",stat:!0,forced:Number.parseFloat!==o},{parseFloat:o})},56213:(t,e,r)=>{"use strict";var n=r(87568),o=r(69489);n({target:"Number",stat:!0,forced:Number.parseInt!==o},{parseInt:o})},86150:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(94905),a=r(8242),u=r(69015),s=r(32565),c=RangeError,f=String,l=Math.floor,p=o(u),d=o("".slice),h=o(1..toFixed),v=function t(e,r,n){return 0===r?n:r%2==1?t(e,r-1,n*e):t(e*e,r/2,n)},y=function(t,e,r){for(var n=-1,o=r;++n<6;)o+=e*t[n],t[n]=o%1e7,o=l(o/1e7)},m=function(t,e){for(var r=6,n=0;--r>=0;)n+=t[r],t[r]=l(n/e),n=n%e*1e7},g=function(t){for(var e=6,r="";--e>=0;)if(""!==r||0===e||0!==t[e]){var n=f(t[e]);r=""===r?n:r+p("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:s((function(){return"0.000"!==h(8e-5,3)||"1"!==h(.9,0)||"1.25"!==h(1.255,2)||"1000000000000000128"!==h(0xde0b6b3a7640080,0)}))||!s((function(){h({})}))},{toFixed:function(t){var e,r,n,o,u=a(this),s=i(t),l=[0,0,0,0,0,0],h="",b="0";if(s<0||s>20)throw new c("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return f(u);if(u<0&&(h="-",u=-u),u>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(u*v(2,69,1))-69)<0?u*v(2,-e,1):u/v(2,e,1),r*=4503599627370496,(e=52-e)>0){for(y(l,0,r),n=s;n>=7;)y(l,1e7,0),n-=7;for(y(l,v(10,n,1),0),n=e-1;n>=23;)m(l,1<<23),n-=23;m(l,1<0?h+((o=b.length)<=s?"0."+p("0",s-o)+b:d(b,0,o-s)+"."+d(b,o-s)):h+b}})},43859:(t,e,r)=>{"use strict";var n=r(87568),o=r(51883);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},13261:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(30356),u=r(51607),s=r(10343);o&&n({target:"Object",proto:!0,forced:i},{__defineGetter__:function(t,e){s.f(u(this),t,{get:a(e),enumerable:!0,configurable:!0})}})},60721:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(30356),u=r(51607),s=r(10343);o&&n({target:"Object",proto:!0,forced:i},{__defineSetter__:function(t,e){s.f(u(this),t,{set:a(e),enumerable:!0,configurable:!0})}})},21968:(t,e,r)=>{"use strict";var n=r(87568),o=r(96943).entries;n({target:"Object",stat:!0},{entries:function(t){return o(t)}})},24917:(t,e,r)=>{"use strict";var n=r(87568),o=r(73502),i=r(32565),a=r(36116),u=r(1725).onFreeze,s=Object.freeze;n({target:"Object",stat:!0,forced:i((function(){s(1)})),sham:!o},{freeze:function(t){return s&&a(t)?s(u(t)):t}})},22615:(t,e,r)=>{"use strict";var n=r(87568),o=r(59598),i=r(90210);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,(function(t,r){i(e,t,r)}),{AS_ENTRIES:!0}),e}})},79021:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(39787),a=r(40325).f,u=r(40970);n({target:"Object",stat:!0,forced:!u||o((function(){a(1)})),sham:!u},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},81160:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(46757),a=r(39787),u=r(40325),s=r(90210);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=a(t),o=u.f,c=i(n),f={},l=0;c.length>l;)void 0!==(r=o(n,e=c[l++]))&&s(f,e,r);return f}})},30946:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(50368).f;n({target:"Object",stat:!0,forced:o((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:i})},98199:(t,e,r)=>{"use strict";var n=r(87568),o=r(64129),i=r(32565),a=r(97407),u=r(51607);n({target:"Object",stat:!0,forced:!o||i((function(){a.f(1)}))},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(u(t)):[]}})},95201:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(51607),a=r(95321),u=r(99389);n({target:"Object",stat:!0,forced:o((function(){a(1)})),sham:!u},{getPrototypeOf:function(t){return a(i(t))}})},35542:(t,e,r)=>{"use strict";var n=r(87568),o=r(30814);n({target:"Object",stat:!0,forced:Object.isExtensible!==o},{isExtensible:o})},71685:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(36116),a=r(78898),u=r(27146),s=Object.isFrozen;n({target:"Object",stat:!0,forced:u||o((function(){s(1)}))},{isFrozen:function(t){return!i(t)||(!(!u||"ArrayBuffer"!==a(t))||!!s&&s(t))}})},62087:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(36116),a=r(78898),u=r(27146),s=Object.isSealed;n({target:"Object",stat:!0,forced:u||o((function(){s(1)}))},{isSealed:function(t){return!i(t)||(!(!u||"ArrayBuffer"!==a(t))||!!s&&s(t))}})},93046:(t,e,r)=>{"use strict";r(87568)({target:"Object",stat:!0},{is:r(95368)})},1158:(t,e,r)=>{"use strict";var n=r(87568),o=r(51607),i=r(46046);n({target:"Object",stat:!0,forced:r(32565)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},63962:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(51607),u=r(75011),s=r(95321),c=r(40325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.get}while(r=s(r))}})},78854:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(51607),u=r(75011),s=r(95321),c=r(40325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.set}while(r=s(r))}})},68117:(t,e,r)=>{"use strict";var n=r(87568),o=r(36116),i=r(1725).onFreeze,a=r(73502),u=r(32565),s=Object.preventExtensions;n({target:"Object",stat:!0,forced:u((function(){s(1)})),sham:!a},{preventExtensions:function(t){return s&&o(t)?s(i(t)):t}})},7215:(t,e,r)=>{"use strict";var n=r(87568),o=r(36116),i=r(1725).onFreeze,a=r(73502),u=r(32565),s=Object.seal;n({target:"Object",stat:!0,forced:u((function(){s(1)})),sham:!a},{seal:function(t){return s&&o(t)?s(i(t)):t}})},68113:(t,e,r)=>{"use strict";var n=r(97366),o=r(59454),i=r(25241);n||o(Object.prototype,"toString",i,{unsafe:!0})},84368:(t,e,r)=>{"use strict";var n=r(87568),o=r(96943).values;n({target:"Object",stat:!0},{values:function(t){return o(t)}})},11301:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(30356),a=r(97305),u=r(33261),s=r(59598);n({target:"Promise",stat:!0,forced:r(7811)},{all:function(t){var e=this,r=a.f(e),n=r.resolve,c=r.reject,f=u((function(){var r=i(e.resolve),a=[],u=0,f=1;s(t,(function(t){var i=u++,s=!1;f++,o(r,e,t).then((function(t){s||(s=!0,a[i]=t,--f||n(a))}),c)})),--f||n(a)}));return f.error&&c(f.value),r.promise}})},26893:(t,e,r)=>{"use strict";var n=r(87568),o=r(89385),i=r(64346).CONSTRUCTOR,a=r(33676),u=r(21901),s=r(38095),c=r(59454),f=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:i,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&s(a)){var l=u("Promise").prototype.catch;f.catch!==l&&c(f,"catch",l,{unsafe:!0})}},55934:(t,e,r)=>{"use strict";var n,o,i,a=r(87568),u=r(89385),s=r(63034),c=r(58953),f=r(73155),l=r(59454),p=r(56325),d=r(11889),h=r(42967),v=r(30356),y=r(38095),m=r(36116),g=r(78033),b=r(47303),w=r(51899).set,x=r(71101),S=r(42183),E=r(33261),O=r(13647),A=r(22991),T=r(33676),j=r(64346),P=r(97305),L="Promise",I=j.CONSTRUCTOR,k=j.REJECTION_EVENT,_=j.SUBCLASSING,M=A.getterFor(L),C=A.set,R=T&&T.prototype,N=T,F=R,U=c.TypeError,D=c.document,z=c.process,B=P.f,q=B,H=!!(D&&D.createEvent&&c.dispatchEvent),W="unhandledrejection",V=function(t){var e;return!(!m(t)||!y(e=t.then))&&e},G=function(t,e){var r,n,o,i=e.value,a=1===e.state,u=a?t.ok:t.fail,s=t.resolve,c=t.reject,l=t.domain;try{u?(a||(2===e.rejection&&Q(e),e.rejection=1),!0===u?r=i:(l&&l.enter(),r=u(i),l&&(l.exit(),o=!0)),r===t.promise?c(new U("Promise-chain cycle")):(n=V(r))?f(n,r,s,c):s(r)):c(i)}catch(t){l&&!o&&l.exit(),c(t)}},$=function(t,e){t.notified||(t.notified=!0,x((function(){for(var r,n=t.reactions;r=n.get();)G(r,t);t.notified=!1,e&&!t.rejection&&X(t)})))},Y=function(t,e,r){var n,o;H?((n=D.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),c.dispatchEvent(n)):n={promise:e,reason:r},!k&&(o=c["on"+t])?o(n):t===W&&S("Unhandled promise rejection",r)},X=function(t){f(w,c,(function(){var e,r=t.facade,n=t.value;if(J(t)&&(e=E((function(){s?z.emit("unhandledRejection",n,r):Y(W,r,n)})),t.rejection=s||J(t)?2:1,e.error))throw e.value}))},J=function(t){return 1!==t.rejection&&!t.parent},Q=function(t){f(w,c,(function(){var e=t.facade;s?z.emit("rejectionHandled",e):Y("rejectionhandled",e,t.value)}))},K=function(t,e,r){return function(n){t(e,n,r)}},Z=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,$(t,!0))},tt=function t(e,r,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===r)throw new U("Promise can't be resolved itself");var o=V(r);o?x((function(){var n={done:!1};try{f(o,r,K(t,n,e),K(Z,n,e))}catch(t){Z(n,t,e)}})):(e.value=r,e.state=1,$(e,!1))}catch(t){Z({done:!1},t,e)}}};if(I&&(F=(N=function(t){g(this,F),v(t),f(n,this);var e=M(this);try{t(K(tt,e),K(Z,e))}catch(t){Z(e,t)}}).prototype,(n=function(t){C(this,{type:L,done:!1,notified:!1,parent:!1,reactions:new O,rejection:!1,state:0,value:void 0})}).prototype=l(F,"then",(function(t,e){var r=M(this),n=B(b(this,N));return r.parent=!0,n.ok=!y(t)||t,n.fail=y(e)&&e,n.domain=s?z.domain:void 0,0===r.state?r.reactions.add(n):x((function(){G(n,r)})),n.promise})),o=function(){var t=new n,e=M(t);this.promise=t,this.resolve=K(tt,e),this.reject=K(Z,e)},P.f=B=function(t){return t===N||undefined===t?new o(t):q(t)},!u&&y(T)&&R!==Object.prototype)){i=R.then,_||l(R,"then",(function(t,e){var r=this;return new N((function(t,e){f(i,r,t,e)})).then(t,e)}),{unsafe:!0});try{delete R.constructor}catch(t){}p&&p(R,F)}a({global:!0,constructor:!0,wrap:!0,forced:I},{Promise:N}),d(N,L,!1,!0),h(L)},27721:(t,e,r)=>{"use strict";var n=r(87568),o=r(89385),i=r(33676),a=r(32565),u=r(21901),s=r(38095),c=r(47303),f=r(45248),l=r(59454),p=i&&i.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){p.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=c(this,u("Promise")),r=s(t);return this.then(r?function(r){return f(e,t()).then((function(){return r}))}:t,r?function(r){return f(e,t()).then((function(){throw r}))}:t)}}),!o&&s(i)){var d=u("Promise").prototype.finally;p.finally!==d&&l(p,"finally",d,{unsafe:!0})}},55888:(t,e,r)=>{"use strict";r(55934),r(11301),r(26893),r(35693),r(13163),r(18962)},35693:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(30356),a=r(97305),u=r(33261),s=r(59598);n({target:"Promise",stat:!0,forced:r(7811)},{race:function(t){var e=this,r=a.f(e),n=r.reject,c=u((function(){var a=i(e.resolve);s(t,(function(t){o(a,e,t).then(r.resolve,n)}))}));return c.error&&n(c.value),r.promise}})},13163:(t,e,r)=>{"use strict";var n=r(87568),o=r(97305);n({target:"Promise",stat:!0,forced:r(64346).CONSTRUCTOR},{reject:function(t){var e=o.f(this);return(0,e.reject)(t),e.promise}})},18962:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(89385),a=r(33676),u=r(64346).CONSTRUCTOR,s=r(45248),c=o("Promise"),f=i&&!u;n({target:"Promise",stat:!0,forced:i||u},{resolve:function(t){return s(f&&this===c?a:this,t)}})},37878:(t,e,r)=>{"use strict";var n=r(87568),o=r(127),i=r(30356),a=r(33817);n({target:"Reflect",stat:!0,forced:!r(32565)((function(){Reflect.apply((function(){}))}))},{apply:function(t,e,r){return o(i(t),e,a(r))}})},66995:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(127),a=r(32136),u=r(37050),s=r(33817),c=r(36116),f=r(17998),l=r(32565),p=o("Reflect","construct"),d=Object.prototype,h=[].push,v=l((function(){function t(){}return!(p((function(){}),[],t)instanceof t)})),y=!l((function(){p((function(){}))})),m=v||y;n({target:"Reflect",stat:!0,forced:m,sham:m},{construct:function(t,e){u(t),s(e);var r=arguments.length<3?t:u(arguments[2]);if(y&&!v)return p(t,e,r);if(t===r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return i(h,n,e),new(i(a,t,n))}var o=r.prototype,l=f(c(o)?o:d),m=i(t,l,e);return c(m)?m:l}})},68009:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(33817),a=r(75011),u=r(10343);n({target:"Reflect",stat:!0,forced:r(32565)((function(){Reflect.defineProperty(u.f({},1,{value:1}),1,{value:2})})),sham:!o},{defineProperty:function(t,e,r){i(t);var n=a(e);i(r);try{return u.f(t,n,r),!0}catch(t){return!1}}})},96889:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(40325).f;n({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var r=i(o(t),e);return!(r&&!r.configurable)&&delete t[e]}})},5883:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(33817),a=r(40325);n({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return a.f(i(t),e)}})},123:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(95321);n({target:"Reflect",stat:!0,sham:!r(99389)},{getPrototypeOf:function(t){return i(o(t))}})},40062:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(36116),a=r(33817),u=r(91873),s=r(40325),c=r(95321);n({target:"Reflect",stat:!0},{get:function t(e,r){var n,f,l=arguments.length<3?e:arguments[2];return a(e)===l?e[r]:(n=s.f(e,r))?u(n)?n.value:void 0===n.get?void 0:o(n.get,l):i(f=c(e))?t(f,r,l):void 0}})},13066:(t,e,r)=>{"use strict";r(87568)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},70900:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(30814);n({target:"Reflect",stat:!0},{isExtensible:function(t){return o(t),i(t)}})},90651:(t,e,r)=>{"use strict";r(87568)({target:"Reflect",stat:!0},{ownKeys:r(46757)})},16671:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(33817);n({target:"Reflect",stat:!0,sham:!r(73502)},{preventExtensions:function(t){i(t);try{var e=o("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},4927:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(10992),a=r(56325);a&&n({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){o(t),i(e);try{return a(t,e),!0}catch(t){return!1}}})},65810:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(33817),a=r(36116),u=r(91873),s=r(32565),c=r(10343),f=r(40325),l=r(95321),p=r(36494);n({target:"Reflect",stat:!0,forced:s((function(){var t=function(){},e=c.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}))},{set:function t(e,r,n){var s,d,h,v=arguments.length<4?e:arguments[3],y=f.f(i(e),r);if(!y){if(a(d=l(e)))return t(d,r,n,v);y=p(0)}if(u(y)){if(!1===y.writable||!a(v))return!1;if(s=f.f(v,r)){if(s.get||s.set||!1===s.writable)return!1;s.value=n,c.f(v,r,s)}else c.f(v,r,p(0,n))}else{if(void 0===(h=y.set))return!1;o(h,v,n)}return!0}})},44186:(t,e,r)=>{"use strict";var n=r(40970),o=r(58953),i=r(82374),a=r(78),u=r(41993),s=r(86729),c=r(17998),f=r(28746).f,l=r(8635),p=r(95358),d=r(83841),h=r(18532),v=r(53199),y=r(61234),m=r(59454),g=r(32565),b=r(93519),w=r(22991).enforce,x=r(42967),S=r(60533),E=r(13809),O=r(13268),A=S("match"),T=o.RegExp,j=T.prototype,P=o.SyntaxError,L=i(j.exec),I=i("".charAt),k=i("".replace),_=i("".indexOf),M=i("".slice),C=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,R=/a/g,N=/a/g,F=new T(R)!==R,U=v.MISSED_STICKY,D=v.UNSUPPORTED_Y,z=n&&(!F||U||E||O||g((function(){return N[A]=!1,T(R)!==R||T(N)===N||"/a/i"!==String(T(R,"i"))})));if(a("RegExp",z)){for(var B=function(t,e){var r,n,o,i,a,f,v=l(j,this),y=p(t),m=void 0===e,g=[],x=t;if(!v&&y&&m&&t.constructor===B)return t;if((y||l(j,t))&&(t=t.source,m&&(e=h(x))),t=void 0===t?"":d(t),e=void 0===e?"":d(e),x=t,E&&"dotAll"in R&&(n=!!e&&_(e,"s")>-1)&&(e=k(e,/s/g,"")),r=e,U&&"sticky"in R&&(o=!!e&&_(e,"y")>-1)&&D&&(e=k(e,/y/g,"")),O&&(i=function(t){for(var e,r=t.length,n=0,o="",i=[],a=c(null),u=!1,s=!1,f=0,l="";n<=r;n++){if("\\"===(e=I(t,n)))e+=I(t,++n);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:L(C,M(t,n+1))&&(n+=2,s=!0),o+=e,f++;continue;case">"===e&&s:if(""===l||b(a,l))throw new P("Invalid capture group name");a[l]=!0,i[i.length]=[l,f],s=!1,l="";continue}s?l+=e:o+=e}return[o,i]}(t),t=i[0],g=i[1]),a=u(T(t,e),v?this:j,B),(n||o||g.length)&&(f=w(a),n&&(f.dotAll=!0,f.raw=B(function(t){for(var e,r=t.length,n=0,o="",i=!1;n<=r;n++)"\\"!==(e=I(t,n))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+I(t,++n);return o}(t),r)),o&&(f.sticky=!0),g.length&&(f.groups=g)),t!==x)try{s(a,"source",""===x?"(?:)":x)}catch(t){}return a},q=f(T),H=0;q.length>H;)y(B,T,q[H++]);j.constructor=B,B.prototype=j,m(o,"RegExp",B,{constructor:!0})}x("RegExp")},26777:(t,e,r)=>{"use strict";var n=r(87568),o=r(9197);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},63797:(t,e,r)=>{"use strict";var n=r(58953),o=r(40970),i=r(91276),a=r(45721),u=r(32565),s=n.RegExp,c=s.prototype;o&&u((function(){var t=!0;try{s(".","d")}catch(e){t=!1}var e={},r="",n=t?"dgimsy":"gimsy",o=function(t,n){Object.defineProperty(e,t,{get:function(){return r+=n,!0}})},i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(i.hasIndices="d"),i)o(a,i[a]);return Object.getOwnPropertyDescriptor(c,"flags").get.call(e)!==n||r!==n}))&&i(c,"flags",{configurable:!0,get:a})},58971:(t,e,r)=>{"use strict";var n=r(34252).PROPER,o=r(59454),i=r(33817),a=r(83841),u=r(32565),s=r(18532),c="toString",f=RegExp.prototype,l=f[c],p=u((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),d=n&&l.name!==c;(p||d)&&o(f,c,(function(){var t=i(this);return"/"+a(t.source)+"/"+a(s(t))}),{unsafe:!0})},59591:(t,e,r)=>{"use strict";r(40242)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(38104))},57733:(t,e,r)=>{"use strict";r(59591)},58177:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},69812:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("big")},{big:function(){return o(this,"big","","")}})},25912:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("blink")},{blink:function(){return o(this,"blink","","")}})},64351:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("bold")},{bold:function(){return o(this,"b","","")}})},91438:(t,e,r)=>{"use strict";var n=r(87568),o=r(78133).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},3359:(t,e,r)=>{"use strict";var n,o=r(87568),i=r(43390),a=r(40325).f,u=r(16464),s=r(83841),c=r(51873),f=r(43972),l=r(88774),p=r(89385),d=i("".slice),h=Math.min,v=l("endsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"endsWith"),!n||n.writable))&&!v},{endsWith:function(t){var e=s(f(this));c(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,o=void 0===r?n:h(u(r),n),i=s(t);return d(e,o-i.length,o)===i}})},42416:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("fixed")},{fixed:function(){return o(this,"tt","","")}})},33458:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},45564:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},51951:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(73180),a=RangeError,u=String.fromCharCode,s=String.fromCodePoint,c=o([].join);n({target:"String",stat:!0,arity:1,forced:!!s&&1!==s.length},{fromCodePoint:function(t){for(var e,r=[],n=arguments.length,o=0;n>o;){if(e=+arguments[o++],i(e,1114111)!==e)throw new a(e+" is not a valid code point");r[o]=e<65536?u(e):u(55296+((e-=65536)>>10),e%1024+56320)}return c(r,"")}})},34517:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(51873),a=r(43972),u=r(83841),s=r(88774),c=o("".indexOf);n({target:"String",proto:!0,forced:!s("includes")},{includes:function(t){return!!~c(u(a(this)),u(i(t)),arguments.length>1?arguments[1]:void 0)}})},24103:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("italics")},{italics:function(){return o(this,"i","","")}})},56262:(t,e,r)=>{"use strict";var n=r(78133).charAt,o=r(83841),i=r(22991),a=r(82490),u=r(17011),s="String Iterator",c=i.set,f=i.getterFor(s);a(String,"String",(function(t){c(this,{type:s,string:o(t),index:0})}),(function(){var t,e=f(this),r=e.string,o=e.index;return o>=r.length?u(void 0,!0):(t=n(r,o),e.index+=t.length,u(t,!1))}))},17432:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("link")},{link:function(t){return o(this,"a","href",t)}})},47711:(t,e,r)=>{"use strict";var n=r(73155),o=r(1738),i=r(33817),a=r(52579),u=r(16464),s=r(83841),c=r(43972),f=r(18720),l=r(36567),p=r(20376);o("match",(function(t,e,r){return[function(e){var r=c(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](s(r))},function(t){var n=i(this),o=s(t),a=r(e,n,o);if(a.done)return a.value;if(!n.global)return p(n,o);var c=n.unicode;n.lastIndex=0;for(var f,d=[],h=0;null!==(f=p(n,o));){var v=s(f[0]);d[h]=v,""===v&&(n.lastIndex=l(o,u(n.lastIndex),c)),h++}return 0===h?null:d}]}))},39291:(t,e,r)=>{"use strict";var n=r(87568),o=r(50007).end;n({target:"String",proto:!0,forced:r(88449)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},42566:(t,e,r)=>{"use strict";var n=r(87568),o=r(50007).start;n({target:"String",proto:!0,forced:r(88449)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},34780:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(39787),a=r(51607),u=r(83841),s=r(95124),c=o([].push),f=o([].join);n({target:"String",stat:!0},{raw:function(t){var e=i(a(t).raw),r=s(e);if(!r)return"";for(var n=arguments.length,o=[],l=0;;){if(c(o,u(e[l++])),l===r)return f(o,"");l{"use strict";r(87568)({target:"String",proto:!0},{repeat:r(69015)})},73842:(t,e,r)=>{"use strict";var n=r(127),o=r(73155),i=r(82374),a=r(1738),u=r(32565),s=r(33817),c=r(38095),f=r(52579),l=r(94905),p=r(16464),d=r(83841),h=r(43972),v=r(36567),y=r(18720),m=r(4624),g=r(20376),b=r(60533)("replace"),w=Math.max,x=Math.min,S=i([].concat),E=i([].push),O=i("".indexOf),A=i("".slice),T="$0"==="a".replace(/./,"$0"),j=!!/./[b]&&""===/./[b]("a","$0");a("replace",(function(t,e,r){var i=j?"$":"$0";return[function(t,r){var n=h(this),i=f(t)?void 0:y(t,b);return i?o(i,t,n,r):o(e,d(n),t,r)},function(t,o){var a=s(this),u=d(t);if("string"==typeof o&&-1===O(o,i)&&-1===O(o,"$<")){var f=r(e,a,u,o);if(f.done)return f.value}var h=c(o);h||(o=d(o));var y,b=a.global;b&&(y=a.unicode,a.lastIndex=0);for(var T,j=[];null!==(T=g(a,u))&&(E(j,T),b);){""===d(T[0])&&(a.lastIndex=v(u,p(a.lastIndex),y))}for(var P,L="",I=0,k=0;k=I&&(L+=A(u,I,C)+_,I=C+M.length)}return L+A(u,I)}]}),!!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!T||j)},85812:(t,e,r)=>{"use strict";var n=r(73155),o=r(1738),i=r(33817),a=r(52579),u=r(43972),s=r(95368),c=r(83841),f=r(18720),l=r(20376);o("search",(function(t,e,r){return[function(e){var r=u(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](c(r))},function(t){var n=i(this),o=c(t),a=r(e,n,o);if(a.done)return a.value;var u=n.lastIndex;s(u,0)||(n.lastIndex=0);var f=l(n,o);return s(n.lastIndex,u)||(n.lastIndex=u),null===f?-1:f.index}]}))},20121:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("small")},{small:function(){return o(this,"small","","")}})},5462:(t,e,r)=>{"use strict";var n=r(73155),o=r(82374),i=r(1738),a=r(33817),u=r(52579),s=r(43972),c=r(47303),f=r(36567),l=r(16464),p=r(83841),d=r(18720),h=r(20376),v=r(53199),y=r(32565),m=v.UNSUPPORTED_Y,g=Math.min,b=o([].push),w=o("".slice),x=!y((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),S="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;i("split",(function(t,e,r){var o="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:n(e,this,t,r)}:e;return[function(e,r){var i=s(this),a=u(e)?void 0:d(e,t);return a?n(a,e,i,r):n(o,p(i),e,r)},function(t,n){var i=a(this),u=p(t);if(!S){var s=r(o,i,u,n,o!==e);if(s.done)return s.value}var d=c(i,RegExp),v=i.unicode,y=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(m?"g":"y"),x=new d(m?"^(?:"+i.source+")":i,y),E=void 0===n?4294967295:n>>>0;if(0===E)return[];if(0===u.length)return null===h(x,u)?[u]:[];for(var O=0,A=0,T=[];A{"use strict";var n,o=r(87568),i=r(43390),a=r(40325).f,u=r(16464),s=r(83841),c=r(51873),f=r(43972),l=r(88774),p=r(89385),d=i("".slice),h=Math.min,v=l("startsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"startsWith"),!n||n.writable))&&!v},{startsWith:function(t){var e=s(f(this));c(t);var r=u(h(arguments.length>1?arguments[1]:void 0,e.length)),n=s(t);return d(e,r,r+n.length)===n}})},56390:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("strike")},{strike:function(){return o(this,"strike","","")}})},24104:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("sub")},{sub:function(){return o(this,"sub","","")}})},65250:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("sup")},{sup:function(){return o(this,"sup","","")}})},98448:(t,e,r)=>{"use strict";r(13987);var n=r(87568),o=r(17336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},27552:(t,e,r)=>{"use strict";var n=r(87568),o=r(89321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},13987:(t,e,r)=>{"use strict";var n=r(87568),o=r(17336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},32977:(t,e,r)=>{"use strict";r(27552);var n=r(87568),o=r(89321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},64148:(t,e,r)=>{"use strict";var n=r(87568),o=r(73916).trim;n({target:"String",proto:!0,forced:r(36e3)("trim")},{trim:function(){return o(this)}})},13542:(t,e,r)=>{"use strict";r(82869)("asyncIterator")},52359:(t,e,r)=>{"use strict";var n=r(87568),o=r(58953),i=r(73155),a=r(82374),u=r(89385),s=r(40970),c=r(64129),f=r(32565),l=r(93519),p=r(8635),d=r(33817),h=r(39787),v=r(75011),y=r(83841),m=r(36494),g=r(17998),b=r(46046),w=r(28746),x=r(50368),S=r(97407),E=r(40325),O=r(10343),A=r(91803),T=r(56695),j=r(59454),P=r(91276),L=r(80715),I=r(91701),k=r(59663),_=r(33414),M=r(60533),C=r(54113),R=r(82869),N=r(47820),F=r(11889),U=r(22991),D=r(6287).forEach,z=I("hidden"),B="Symbol",q="prototype",H=U.set,W=U.getterFor(B),V=Object[q],G=o.Symbol,$=G&&G[q],Y=o.RangeError,X=o.TypeError,J=o.QObject,Q=E.f,K=O.f,Z=x.f,tt=T.f,et=a([].push),rt=L("symbols"),nt=L("op-symbols"),ot=L("wks"),it=!J||!J[q]||!J[q].findChild,at=function(t,e,r){var n=Q(V,e);n&&delete V[e],K(t,e,r),n&&t!==V&&K(V,e,n)},ut=s&&f((function(){return 7!==g(K({},"a",{get:function(){return K(this,"a",{value:7}).a}})).a}))?at:K,st=function(t,e){var r=rt[t]=g($);return H(r,{type:B,tag:t,description:e}),s||(r.description=e),r},ct=function(t,e,r){t===V&&ct(nt,e,r),d(t);var n=v(e);return d(r),l(rt,n)?(r.enumerable?(l(t,z)&&t[z][n]&&(t[z][n]=!1),r=g(r,{enumerable:m(0,!1)})):(l(t,z)||K(t,z,m(1,g(null))),t[z][n]=!0),ut(t,n,r)):K(t,n,r)},ft=function(t,e){d(t);var r=h(e),n=b(r).concat(ht(r));return D(n,(function(e){s&&!i(lt,r,e)||ct(t,e,r[e])})),t},lt=function(t){var e=v(t),r=i(tt,this,e);return!(this===V&&l(rt,e)&&!l(nt,e))&&(!(r||!l(this,e)||!l(rt,e)||l(this,z)&&this[z][e])||r)},pt=function(t,e){var r=h(t),n=v(e);if(r!==V||!l(rt,n)||l(nt,n)){var o=Q(r,n);return!o||!l(rt,n)||l(r,z)&&r[z][n]||(o.enumerable=!0),o}},dt=function(t){var e=Z(h(t)),r=[];return D(e,(function(t){l(rt,t)||l(k,t)||et(r,t)})),r},ht=function(t){var e=t===V,r=Z(e?nt:h(t)),n=[];return D(r,(function(t){!l(rt,t)||e&&!l(V,t)||et(n,rt[t])})),n};c||(j($=(G=function(){if(p($,this))throw new X("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?y(arguments[0]):void 0,e=_(t);return s&&it&&ut(V,e,{configurable:!0,set:function t(r){var n=void 0===this?o:this;n===V&&i(t,nt,r),l(n,z)&&l(n[z],e)&&(n[z][e]=!1);var a=m(1,r);try{ut(n,e,a)}catch(t){if(!(t instanceof Y))throw t;at(n,e,a)}}}),st(e,t)})[q],"toString",(function(){return W(this).tag})),j(G,"withoutSetter",(function(t){return st(_(t),t)})),T.f=lt,O.f=ct,A.f=ft,E.f=pt,w.f=x.f=dt,S.f=ht,C.f=function(t){return st(M(t),t)},s&&(P($,"description",{configurable:!0,get:function(){return W(this).description}}),u||j(V,"propertyIsEnumerable",lt,{unsafe:!0}))),n({global:!0,constructor:!0,wrap:!0,forced:!c,sham:!c},{Symbol:G}),D(b(ot),(function(t){R(t)})),n({target:B,stat:!0,forced:!c},{useSetter:function(){it=!0},useSimple:function(){it=!1}}),n({target:"Object",stat:!0,forced:!c,sham:!s},{create:function(t,e){return void 0===e?g(t):ft(g(t),e)},defineProperty:ct,defineProperties:ft,getOwnPropertyDescriptor:pt}),n({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:dt}),N(),F(G,B),k[z]=!0},98809:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(58953),a=r(82374),u=r(93519),s=r(38095),c=r(8635),f=r(83841),l=r(91276),p=r(43802),d=i.Symbol,h=d&&d.prototype;if(o&&s(d)&&(!("description"in h)||void 0!==d().description)){var v={},y=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),e=c(h,this)?new d(t):void 0===t?d():d(t);return""===t&&(v[e]=!0),e};p(y,d),y.prototype=h,h.constructor=y;var m="Symbol(description detection)"===String(d("description detection")),g=a(h.valueOf),b=a(h.toString),w=/^Symbol\((.*)\)[^)]+$/,x=a("".replace),S=a("".slice);l(h,"description",{configurable:!0,get:function(){var t=g(this);if(u(v,t))return"";var e=b(t),r=m?S(e,7,-1):x(e,w,"$1");return""===r?void 0:r}}),n({global:!0,constructor:!0,forced:!0},{Symbol:y})}},35352:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(93519),a=r(83841),u=r(80715),s=r(52566),c=u("string-to-symbol-registry"),f=u("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!s},{for:function(t){var e=a(t);if(i(c,e))return c[e];var r=o("Symbol")(e);return c[e]=r,f[r]=e,r}})},20991:(t,e,r)=>{"use strict";r(82869)("hasInstance")},78682:(t,e,r)=>{"use strict";r(82869)("isConcatSpreadable")},77817:(t,e,r)=>{"use strict";r(82869)("iterator")},8485:(t,e,r)=>{"use strict";r(52359),r(35352),r(38842),r(59092),r(98199)},38842:(t,e,r)=>{"use strict";var n=r(87568),o=r(93519),i=r(54875),a=r(84581),u=r(80715),s=r(52566),c=u("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!s},{keyFor:function(t){if(!i(t))throw new TypeError(a(t)+" is not a symbol");if(o(c,t))return c[t]}})},1030:(t,e,r)=>{"use strict";r(82869)("match")},37491:(t,e,r)=>{"use strict";r(82869)("replace")},15151:(t,e,r)=>{"use strict";r(82869)("search")},10021:(t,e,r)=>{"use strict";r(82869)("species")},46907:(t,e,r)=>{"use strict";r(82869)("split")},85442:(t,e,r)=>{"use strict";var n=r(82869),o=r(47820);n("toPrimitive"),o()},98107:(t,e,r)=>{"use strict";var n=r(21901),o=r(82869),i=r(11889);o("toStringTag"),i(n("Symbol"),"Symbol")},7692:(t,e,r)=>{"use strict";r(82869)("unscopables")},2068:(t,e,r)=>{"use strict";var n=r(82374),o=r(58850),i=n(r(67723)),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("copyWithin",(function(t,e){return i(a(this),t,e,arguments.length>2?arguments[2]:void 0)}))},2456:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).every,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("every",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},80274:(t,e,r)=>{"use strict";var n=r(58850),o=r(56531),i=r(21472),a=r(28549),u=r(73155),s=r(82374),c=r(32565),f=n.aTypedArray,l=n.exportTypedArrayMethod,p=s("".slice);l("fill",(function(t){var e=arguments.length;f(this);var r="Big"===p(a(this),0,3)?i(t):+t;return u(o,this,r,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),c((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},4533:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).filter,i=r(48931),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("filter",(function(t){var e=o(a(this),t,arguments.length>1?arguments[1]:void 0);return i(this,e)}))},69881:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).findIndex,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("findIndex",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},11064:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).find,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("find",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},72808:(t,e,r)=>{"use strict";r(24629)("Float32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},5275:(t,e,r)=>{"use strict";r(24629)("Float64",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},77056:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).forEach,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("forEach",(function(t){o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},11767:(t,e,r)=>{"use strict";var n=r(71767);(0,r(58850).exportTypedArrayStaticMethod)("from",r(90025),n)},82206:(t,e,r)=>{"use strict";var n=r(58850),o=r(74751).includes,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},8225:(t,e,r)=>{"use strict";var n=r(58850),o=r(74751).indexOf,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("indexOf",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},92321:(t,e,r)=>{"use strict";r(24629)("Int16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},4087:(t,e,r)=>{"use strict";r(24629)("Int32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},57200:(t,e,r)=>{"use strict";r(24629)("Int8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},43917:(t,e,r)=>{"use strict";var n=r(58953),o=r(32565),i=r(82374),a=r(58850),u=r(21950),s=r(60533)("iterator"),c=n.Uint8Array,f=i(u.values),l=i(u.keys),p=i(u.entries),d=a.aTypedArray,h=a.exportTypedArrayMethod,v=c&&c.prototype,y=!o((function(){v[s].call([1])})),m=!!v&&v.values&&v[s]===v.values&&"values"===v.values.name,g=function(){return f(d(this))};h("entries",(function(){return p(d(this))}),y),h("keys",(function(){return l(d(this))}),y),h("values",g,y||!m,{name:"values"}),h(s,g,y||!m,{name:"values"})},24463:(t,e,r)=>{"use strict";var n=r(58850),o=r(82374),i=n.aTypedArray,a=n.exportTypedArrayMethod,u=o([].join);a("join",(function(t){return u(i(this),t)}))},67642:(t,e,r)=>{"use strict";var n=r(58850),o=r(127),i=r(1617),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("lastIndexOf",(function(t){var e=arguments.length;return o(i,a(this),e>1?[t,arguments[1]]:[t])}))},17265:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).map,i=r(20878),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("map",(function(t){return o(a(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(i(t))(e)}))}))},81706:(t,e,r)=>{"use strict";var n=r(58850),o=r(71767),i=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,r=new(i(this))(e);e>t;)r[t]=arguments[t++];return r}),o)},1618:(t,e,r)=>{"use strict";var n=r(58850),o=r(71456).right,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduceRight",(function(t){var e=arguments.length;return o(i(this),t,e,e>1?arguments[1]:void 0)}))},11833:(t,e,r)=>{"use strict";var n=r(58850),o=r(71456).left,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduce",(function(t){var e=arguments.length;return o(i(this),t,e,e>1?arguments[1]:void 0)}))},43273:(t,e,r)=>{"use strict";var n=r(58850),o=n.aTypedArray,i=n.exportTypedArrayMethod,a=Math.floor;i("reverse",(function(){for(var t,e=this,r=o(e).length,n=a(r/2),i=0;i{"use strict";var n=r(58953),o=r(73155),i=r(58850),a=r(95124),u=r(3279),s=r(51607),c=r(32565),f=n.RangeError,l=n.Int8Array,p=l&&l.prototype,d=p&&p.set,h=i.aTypedArray,v=i.exportTypedArrayMethod,y=!c((function(){var t=new Uint8ClampedArray(2);return o(d,t,{length:1,0:3},1),3!==t[1]})),m=y&&i.NATIVE_ARRAY_BUFFER_VIEWS&&c((function(){var t=new l(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));v("set",(function(t){h(this);var e=u(arguments.length>1?arguments[1]:void 0,1),r=s(t);if(y)return o(d,this,r,e);var n=this.length,i=a(r),c=0;if(i+e>n)throw new f("Wrong length");for(;c{"use strict";var n=r(58850),o=r(20878),i=r(32565),a=r(83014),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("slice",(function(t,e){for(var r=a(u(this),t,e),n=o(this),i=0,s=r.length,c=new n(s);s>i;)c[i]=r[i++];return c}),i((function(){new Int8Array(1).slice()})))},17695:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).some,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},82499:(t,e,r)=>{"use strict";var n=r(58953),o=r(43390),i=r(32565),a=r(30356),u=r(22278),s=r(58850),c=r(62024),f=r(79392),l=r(90038),p=r(71666),d=s.aTypedArray,h=s.exportTypedArrayMethod,v=n.Uint16Array,y=v&&o(v.prototype.sort),m=!(!y||i((function(){y(new v(2),null)}))&&i((function(){y(new v(2),{})}))),g=!!y&&!i((function(){if(l)return l<74;if(c)return c<67;if(f)return!0;if(p)return p<602;var t,e,r=new v(516),n=Array(516);for(t=0;t<516;t++)e=t%4,r[t]=515-t,n[t]=t-2*e+3;for(y(r,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(r[t]!==n[t])return!0}));h("sort",(function(t){return void 0!==t&&a(t),g?y(this,t):u(d(this),function(t){return function(e,r){return void 0!==t?+t(e,r)||0:r!=r?-1:e!=e?1:0===e&&0===r?1/e>0&&1/r<0?1:-1:e>r}}(t))}),!g||m)},71296:(t,e,r)=>{"use strict";var n=r(58850),o=r(16464),i=r(73180),a=r(20878),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("subarray",(function(t,e){var r=u(this),n=r.length,s=i(t,n);return new(a(r))(r.buffer,r.byteOffset+s*r.BYTES_PER_ELEMENT,o((void 0===e?n:i(e,n))-s))}))},64347:(t,e,r)=>{"use strict";var n=r(58953),o=r(127),i=r(58850),a=r(32565),u=r(83014),s=n.Int8Array,c=i.aTypedArray,f=i.exportTypedArrayMethod,l=[].toLocaleString,p=!!s&&a((function(){l.call(new s(1))}));f("toLocaleString",(function(){return o(l,p?u(c(this)):c(this),u(arguments))}),a((function(){return[1,2].toLocaleString()!==new s([1,2]).toLocaleString()}))||!a((function(){s.prototype.toLocaleString.call([1,2])})))},70038:(t,e,r)=>{"use strict";var n=r(58850).exportTypedArrayMethod,o=r(32565),i=r(58953),a=r(82374),u=i.Uint8Array,s=u&&u.prototype||{},c=[].toString,f=a([].join);o((function(){c.call({})}))&&(c=function(){return f(this)});var l=s.toString!==c;n("toString",c,l)},19972:(t,e,r)=>{"use strict";r(24629)("Uint16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},99842:(t,e,r)=>{"use strict";r(24629)("Uint32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},69099:(t,e,r)=>{"use strict";r(24629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},12468:(t,e,r)=>{"use strict";r(24629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}),!0)},13068:(t,e,r)=>{"use strict";var n,o=r(73502),i=r(58953),a=r(82374),u=r(25653),s=r(1725),c=r(40242),f=r(86491),l=r(36116),p=r(22991).enforce,d=r(32565),h=r(23648),v=Object,y=Array.isArray,m=v.isExtensible,g=v.isFrozen,b=v.isSealed,w=v.freeze,x=v.seal,S=!i.ActiveXObject&&"ActiveXObject"in i,E=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},O=c("WeakMap",E,f),A=O.prototype,T=a(A.set);if(h)if(S){n=f.getConstructor(E,"WeakMap",!0),s.enable();var j=a(A.delete),P=a(A.has),L=a(A.get);u(A,{delete:function(t){if(l(t)&&!m(t)){var e=p(this);return e.frozen||(e.frozen=new n),j(this,t)||e.frozen.delete(t)}return j(this,t)},has:function(t){if(l(t)&&!m(t)){var e=p(this);return e.frozen||(e.frozen=new n),P(this,t)||e.frozen.has(t)}return P(this,t)},get:function(t){if(l(t)&&!m(t)){var e=p(this);return e.frozen||(e.frozen=new n),P(this,t)?L(this,t):e.frozen.get(t)}return L(this,t)},set:function(t,e){if(l(t)&&!m(t)){var r=p(this);r.frozen||(r.frozen=new n),P(this,t)?T(this,t,e):r.frozen.set(t,e)}else T(this,t,e);return this}})}else o&&d((function(){var t=w([]);return T(new O,t,1),!g(t)}))&&u(A,{set:function(t,e){var r;return y(t)&&(g(t)?r=w:b(t)&&(r=x)),T(this,t,e),r&&r(t),this}})},12970:(t,e,r)=>{"use strict";r(13068)},9950:(t,e,r)=>{"use strict";r(40242)("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(86491))},38960:(t,e,r)=>{"use strict";r(9950)},34290:(t,e,r)=>{"use strict";var n=r(58953),o=r(37414),i=r(58746),a=r(4373),u=r(86729),s=function(t){if(t&&t.forEach!==a)try{u(t,"forEach",a)}catch(e){t.forEach=a}};for(var c in o)o[c]&&s(n[c]&&n[c].prototype);s(i)},8339:(t,e,r)=>{"use strict";var n=r(58953),o=r(37414),i=r(58746),a=r(21950),u=r(86729),s=r(11889),c=r(60533)("iterator"),f=a.values,l=function(t,e){if(t){if(t[c]!==f)try{u(t,c,f)}catch(e){t[c]=f}if(s(t,e,!0),o[e])for(var r in a)if(t[r]!==a[r])try{u(t,r,a[r])}catch(e){t[r]=a[r]}}};for(var p in o)l(n[p]&&n[p].prototype,p);l(i,"DOMTokenList")},60456:(t,e,r)=>{"use strict";var n=r(87568),o=r(58953),i=r(71101),a=r(30356),u=r(66638),s=r(32565),c=r(40970);n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:s((function(){return c&&1!==Object.getOwnPropertyDescriptor(o,"queueMicrotask").value.length}))},{queueMicrotask:function(t){u(arguments.length,1),i(a(t))}})},68204:(t,e,r)=>{"use strict";r(21950);var n=r(87568),o=r(58953),i=r(73495),a=r(73155),u=r(82374),s=r(40970),c=r(32350),f=r(59454),l=r(91276),p=r(25653),d=r(11889),h=r(22356),v=r(22991),y=r(78033),m=r(38095),g=r(93519),b=r(16230),w=r(28549),x=r(33817),S=r(36116),E=r(83841),O=r(17998),A=r(36494),T=r(50827),j=r(75077),P=r(17011),L=r(66638),I=r(60533),k=r(22278),_=I("iterator"),M="URLSearchParams",C=M+"Iterator",R=v.set,N=v.getterFor(M),F=v.getterFor(C),U=i("fetch"),D=i("Request"),z=i("Headers"),B=D&&D.prototype,q=z&&z.prototype,H=o.RegExp,W=o.TypeError,V=o.decodeURIComponent,G=o.encodeURIComponent,$=u("".charAt),Y=u([].join),X=u([].push),J=u("".replace),Q=u([].shift),K=u([].splice),Z=u("".split),tt=u("".slice),et=/\+/g,rt=Array(4),nt=function(t){return rt[t-1]||(rt[t-1]=H("((?:%[\\da-f]{2}){"+t+"})","gi"))},ot=function(t){try{return V(t)}catch(e){return t}},it=function(t){var e=J(t,et," "),r=4;try{return V(e)}catch(t){for(;r;)e=J(e,nt(r--),ot);return e}},at=/[!'()~]|%20/g,ut={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},st=function(t){return ut[t]},ct=function(t){return J(G(t),at,st)},ft=h((function(t,e){R(this,{type:C,target:N(t).entries,index:0,kind:e})}),M,(function(){var t=F(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=void 0,P(void 0,!0);var n=e[r];switch(t.kind){case"keys":return P(n.key,!1);case"values":return P(n.value,!1)}return P([n.key,n.value],!1)}),!0),lt=function(t){this.entries=[],this.url=null,void 0!==t&&(S(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===$(t,0)?tt(t,1):t:E(t)))};lt.prototype={type:M,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,r,n,o,i,u,s,c=this.entries,f=j(t);if(f)for(r=(e=T(t,f)).next;!(n=a(r,e)).done;){if(i=(o=T(x(n.value))).next,(u=a(i,o)).done||(s=a(i,o)).done||!a(i,o).done)throw new W("Expected sequence with length 2");X(c,{key:E(u.value),value:E(s.value)})}else for(var l in t)g(t,l)&&X(c,{key:l,value:E(t[l])})},parseQuery:function(t){if(t)for(var e,r,n=this.entries,o=Z(t,"&"),i=0;i0?arguments[0]:void 0));s||(this.size=t.entries.length)},dt=pt.prototype;if(p(dt,{append:function(t,e){var r=N(this);L(arguments.length,2),X(r.entries,{key:E(t),value:E(e)}),s||this.length++,r.updateURL()},delete:function(t){for(var e=N(this),r=L(arguments.length,1),n=e.entries,o=E(t),i=r<2?void 0:arguments[1],a=void 0===i?i:E(i),u=0;ue.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,r=N(this).entries,n=b(t,arguments.length>1?arguments[1]:void 0),o=0;o1?yt(arguments[1]):{})}}),m(D)){var mt=function(t){return y(this,B),new D(t,arguments.length>1?yt(arguments[1]):{})};B.constructor=mt,mt.prototype=B,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:mt})}}t.exports={URLSearchParams:pt,getState:N}},7146:(t,e,r)=>{"use strict";r(68204)},50928:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}r(56262);var o,i=r(87568),a=r(40970),u=r(32350),s=r(58953),c=r(16230),f=r(82374),l=r(59454),p=r(91276),d=r(78033),h=r(93519),v=r(51883),y=r(17810),m=r(83014),g=r(78133).codeAt,b=r(38727),w=r(83841),x=r(11889),S=r(66638),E=r(68204),O=r(22991),A=O.set,T=O.getterFor("URL"),j=E.URLSearchParams,P=E.getState,L=s.URL,I=s.TypeError,k=s.parseInt,_=Math.floor,M=Math.pow,C=f("".charAt),R=f(/./.exec),N=f([].join),F=f(1..toString),U=f([].pop),D=f([].push),z=f("".replace),B=f([].shift),q=f("".split),H=f("".slice),W=f("".toLowerCase),V=f([].unshift),G="Invalid scheme",$="Invalid host",Y="Invalid port",X=/[a-z]/i,J=/[\d+-.a-z]/i,Q=/\d/,K=/^0x/i,Z=/^[0-7]+$/,tt=/^\d+$/,et=/^[\da-f]+$/i,rt=/[\0\t\n\r #%/:<>?@[\\\]^|]/,nt=/[\0\t\n\r #/:<>?@[\\\]^|]/,ot=/^[\u0000-\u0020]+/,it=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,at=/[\t\n\r]/g,ut=function(t){var e,r,o,i;if("number"==typeof t){for(e=[],r=0;r<4;r++)V(e,t%256),t=_(t/256);return N(e,".")}if("object"==n(t)){for(e="",o=function(t){for(var e=null,r=1,n=null,o=0,i=0;i<8;i++)0!==t[i]?(o>r&&(e=n,r=o),n=null,o=0):(null===n&&(n=i),++o);return o>r&&(e=n,r=o),e}(t),r=0;r<8;r++)i&&0===t[r]||(i&&(i=!1),o===r?(e+=r?":":"::",i=!0):(e+=F(t[r],16),r<7&&(e+=":")));return"["+e+"]"}return t},st={},ct=v({},st,{" ":1,'"':1,"<":1,">":1,"`":1}),ft=v({},ct,{"#":1,"?":1,"{":1,"}":1}),lt=v({},ft,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),pt=function(t,e){var r=g(t,0);return r>32&&r<127&&!h(e,t)?t:encodeURIComponent(t)},dt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},ht=function(t,e){var r;return 2===t.length&&R(X,C(t,0))&&(":"===(r=C(t,1))||!e&&"|"===r)},vt=function(t){var e;return t.length>1&&ht(H(t,0,2))&&(2===t.length||"/"===(e=C(t,2))||"\\"===e||"?"===e||"#"===e)},yt=function(t){return"."===t||"%2e"===W(t)},mt={},gt={},bt={},wt={},xt={},St={},Et={},Ot={},At={},Tt={},jt={},Pt={},Lt={},It={},kt={},_t={},Mt={},Ct={},Rt={},Nt={},Ft={},Ut=function t(e,r,n){var o,i,a,u=w(e);if(r){if(i=this.parse(u))throw new I(i);this.searchParams=null}else{if(void 0!==n&&(o=new t(n,!0)),i=this.parse(u,null,o))throw new I(i);(a=P(new j)).bindURL(this),this.searchParams=a}};Ut.prototype={type:"URL",parse:function(t,e,r){var n,i,a,u,s,c=this,f=e||mt,l=0,p="",d=!1,v=!1,g=!1;for(t=w(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=z(t,ot,""),t=z(t,it,"$1")),t=z(t,at,""),n=y(t);l<=n.length;){switch(i=n[l],f){case mt:if(!i||!R(X,i)){if(e)return G;f=bt;continue}p+=W(i),f=gt;break;case gt:if(i&&(R(J,i)||"+"===i||"-"===i||"."===i))p+=W(i);else{if(":"!==i){if(e)return G;p="",f=bt,l=0;continue}if(e&&(c.isSpecial()!==h(dt,p)||"file"===p&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=p,e)return void(c.isSpecial()&&dt[c.scheme]===c.port&&(c.port=null));p="","file"===c.scheme?f=It:c.isSpecial()&&r&&r.scheme===c.scheme?f=wt:c.isSpecial()?f=Ot:"/"===n[l+1]?(f=xt,l++):(c.cannotBeABaseURL=!0,D(c.path,""),f=Rt)}break;case bt:if(!r||r.cannotBeABaseURL&&"#"!==i)return G;if(r.cannotBeABaseURL&&"#"===i){c.scheme=r.scheme,c.path=m(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,f=Ft;break}f="file"===r.scheme?It:St;continue;case wt:if("/"!==i||"/"!==n[l+1]){f=St;continue}f=At,l++;break;case xt:if("/"===i){f=Tt;break}f=Ct;continue;case St:if(c.scheme=r.scheme,i===o)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=m(r.path),c.query=r.query;else if("/"===i||"\\"===i&&c.isSpecial())f=Et;else if("?"===i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=m(r.path),c.query="",f=Nt;else{if("#"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=m(r.path),c.path.length--,f=Ct;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=m(r.path),c.query=r.query,c.fragment="",f=Ft}break;case Et:if(!c.isSpecial()||"/"!==i&&"\\"!==i){if("/"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,f=Ct;continue}f=Tt}else f=At;break;case Ot:if(f=At,"/"!==i||"/"!==C(p,l+1))continue;l++;break;case At:if("/"!==i&&"\\"!==i){f=Tt;continue}break;case Tt:if("@"===i){d&&(p="%40"+p),d=!0,a=y(p);for(var b=0;b65535)return Y;c.port=c.isSpecial()&&E===dt[c.scheme]?null:E,p=""}if(e)return;f=Mt;continue}return Y}p+=i;break;case It:if(c.scheme="file","/"===i||"\\"===i)f=kt;else{if(!r||"file"!==r.scheme){f=Ct;continue}switch(i){case o:c.host=r.host,c.path=m(r.path),c.query=r.query;break;case"?":c.host=r.host,c.path=m(r.path),c.query="",f=Nt;break;case"#":c.host=r.host,c.path=m(r.path),c.query=r.query,c.fragment="",f=Ft;break;default:vt(N(m(n,l),""))||(c.host=r.host,c.path=m(r.path),c.shortenPath()),f=Ct;continue}}break;case kt:if("/"===i||"\\"===i){f=_t;break}r&&"file"===r.scheme&&!vt(N(m(n,l),""))&&(ht(r.path[0],!0)?D(c.path,r.path[0]):c.host=r.host),f=Ct;continue;case _t:if(i===o||"/"===i||"\\"===i||"?"===i||"#"===i){if(!e&&ht(p))f=Ct;else if(""===p){if(c.host="",e)return;f=Mt}else{if(u=c.parseHost(p))return u;if("localhost"===c.host&&(c.host=""),e)return;p="",f=Mt}continue}p+=i;break;case Mt:if(c.isSpecial()){if(f=Ct,"/"!==i&&"\\"!==i)continue}else if(e||"?"!==i)if(e||"#"!==i){if(i!==o&&(f=Ct,"/"!==i))continue}else c.fragment="",f=Ft;else c.query="",f=Nt;break;case Ct:if(i===o||"/"===i||"\\"===i&&c.isSpecial()||!e&&("?"===i||"#"===i)){if(".."===(s=W(s=p))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(c.shortenPath(),"/"===i||"\\"===i&&c.isSpecial()||D(c.path,"")):yt(p)?"/"===i||"\\"===i&&c.isSpecial()||D(c.path,""):("file"===c.scheme&&!c.path.length&&ht(p)&&(c.host&&(c.host=""),p=C(p,0)+":"),D(c.path,p)),p="","file"===c.scheme&&(i===o||"?"===i||"#"===i))for(;c.path.length>1&&""===c.path[0];)B(c.path);"?"===i?(c.query="",f=Nt):"#"===i&&(c.fragment="",f=Ft)}else p+=pt(i,ft);break;case Rt:"?"===i?(c.query="",f=Nt):"#"===i?(c.fragment="",f=Ft):i!==o&&(c.path[0]+=pt(i,st));break;case Nt:e||"#"!==i?i!==o&&("'"===i&&c.isSpecial()?c.query+="%27":c.query+="#"===i?"%23":pt(i,st)):(c.fragment="",f=Ft);break;case Ft:i!==o&&(c.fragment+=pt(i,ct))}l++}},parseHost:function(t){var e,r,n;if("["===C(t,0)){if("]"!==C(t,t.length-1))return $;if(e=function(t){var e,r,n,o,i,a,u,s=[0,0,0,0,0,0,0,0],c=0,f=null,l=0,p=function(){return C(t,l)};if(":"===p()){if(":"!==C(t,1))return;l+=2,f=++c}for(;p();){if(8===c)return;if(":"!==p()){for(e=r=0;r<4&&R(et,p());)e=16*e+k(p(),16),l++,r++;if("."===p()){if(0===r)return;if(l-=r,c>6)return;for(n=0;p();){if(o=null,n>0){if(!("."===p()&&n<4))return;l++}if(!R(Q,p()))return;for(;R(Q,p());){if(i=k(p(),10),null===o)o=i;else{if(0===o)return;o=10*o+i}if(o>255)return;l++}s[c]=256*s[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===p()){if(l++,!p())return}else if(p())return;s[c++]=e}else{if(null!==f)return;l++,f=++c}}if(null!==f)for(a=c-f,c=7;0!==c&&a>0;)u=s[c],s[c--]=s[f+a-1],s[f+--a]=u;else if(8!==c)return;return s}(H(t,1,-1)),!e)return $;this.host=e}else if(this.isSpecial()){if(t=b(t),R(rt,t))return $;if(e=function(t){var e,r,n,o,i,a,u,s=q(t,".");if(s.length&&""===s[s.length-1]&&s.length--,(e=s.length)>4)return t;for(r=[],n=0;n1&&"0"===C(o,0)&&(i=R(K,o)?16:8,o=H(o,8===i?1:2)),""===o)a=0;else{if(!R(10===i?tt:8===i?Z:et,o))return t;a=k(o,i)}D(r,a)}for(n=0;n=M(256,5-e))return null}else if(a>255)return null;for(u=U(r),n=0;n1?arguments[1]:void 0,n=A(e,new Ut(t,!1,r));a||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},zt=Dt.prototype,Bt=function(t,e){return{get:function(){return T(this)[t]()},set:e&&function(t){return T(this)[e](t)},configurable:!0,enumerable:!0}};if(a&&(p(zt,"href",Bt("serialize","setHref")),p(zt,"origin",Bt("getOrigin")),p(zt,"protocol",Bt("getProtocol","setProtocol")),p(zt,"username",Bt("getUsername","setUsername")),p(zt,"password",Bt("getPassword","setPassword")),p(zt,"host",Bt("getHost","setHost")),p(zt,"hostname",Bt("getHostname","setHostname")),p(zt,"port",Bt("getPort","setPort")),p(zt,"pathname",Bt("getPathname","setPathname")),p(zt,"search",Bt("getSearch","setSearch")),p(zt,"searchParams",Bt("getSearchParams")),p(zt,"hash",Bt("getHash","setHash"))),l(zt,"toJSON",(function(){return T(this).serialize()}),{enumerable:!0}),l(zt,"toString",(function(){return T(this).serialize()}),{enumerable:!0}),L){var qt=L.createObjectURL,Ht=L.revokeObjectURL;qt&&l(Dt,"createObjectURL",c(qt,L)),Ht&&l(Dt,"revokeObjectURL",c(Ht,L))}x(Dt,"URL"),i({global:!0,constructor:!0,forced:!u,sham:!a},{URL:Dt})},29734:(t,e,r)=>{"use strict";r(50928)},72134:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},60426:(t,e,r)=>{"use strict";r.d(e,{PN:()=>g,r7:()=>b,Qx:()=>w});var n=r(85404),o={now:function(){return(o.delegate||performance).now()},delegate:void 0},i=r(6884);function a(t){return new n.c((function(e){var r=t||o,n=r.now(),a=0;return function o(){e.closed||(a=i.H.requestAnimationFrame((function(i){a=0;var u=r.now();e.next({timestamp:t?u:i,elapsed:u-n}),o()})))}(),function(){a&&i.H.cancelAnimationFrame(a)}}))}var u=a(),s=r(8726),c=r(20610),f=r(91660);var l=r(31635),p=r(50260),d=r(87661);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},h(t)}function v(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;e{"use strict";r.d(e,{Nc:()=>a,P4:()=>i,c3:()=>o});var n=r(85404);function o(t){return new n.c((function(e){var r=new ResizeObserver((function(t){return t.forEach((function(t){return e.next(t)}))}));return r.observe(t),function(){r.unobserve(t)}}))}function i(t,e){return new n.c((function(r){var n=new MutationObserver((function(t){return t.forEach((function(t){return r.next(t)}))}));return n.observe(t,e),function(){n.disconnect()}}))}function a(t,e){return new n.c((function(r){var n=new IntersectionObserver((function(t){return r.next(t)}),e);return Array.isArray(t)?t.forEach((function(t){return n.observe(t)})):n.observe(t),function(){Array.isArray(t)?t.forEach((function(t){return n.unobserve(t)})):n.unobserve(t)}}))}},48679:(t,e,r)=>{"use strict";r.d(e,{BB:()=>y,d0:()=>g,tL:()=>m});var n=r(20880),o=r(99258),i=r(54261),a=r(71872),u=r(8726),s=r(77137),c=r(90756);function f(t){return v(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||d(t)||p()}function l(t,e){return v(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=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||d(t,e)||p()}function p(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function d(t,e){if(t){if("string"==typeof t)return h(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)?h(t,e):void 0}}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r1?e-1:0),n=1;n0&&void 0!==arguments[0]?arguments[0]:0;return function(e){var r=[];return e.pipe((0,s.M)((function(t){return r.push(t)})),(0,c.B)(t),(0,u.T)((function(){return r})),(0,s.M)((function(){return r=[]})))}}},17580:(t,e,r)=>{"use strict";function n(){var t=document.documentElement,e=document.body,r="scrollHeight";return t[r]||e[r]}function o(){return window.pageYOffset||document.body.scrollTop}r.d(e,{Hj:()=>n,Ni:()=>u,eo:()=>a,hY:()=>o});var i=function(t,e){return(t.matches||t.msMatchesSelector).call(t,e)};function a(t,e){for(var r=t;null!=r;){if(i(r,e))return r;r=r.parentNode instanceof Element?r.parentNode:null}return null}function u(){var t,e,r=new Promise((function(r,n){return t=r,e=n}));return r.resolve=t,r.reject=e,r}},31635:(t,e,r)=>{"use strict";r.d(e,{AQ:()=>p,C6:()=>o,Cg:()=>i,GG:()=>v,Ju:()=>s,N3:()=>l,YH:()=>u,fX:()=>f,gn:()=>h,sH:()=>a,xN:()=>d,zs:()=>c});var n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)};function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function i(t,e,r,n){var o,i=arguments.length,a=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,n);else for(var u=t.length-1;u>=0;u--)(o=t[u])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a}function a(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{s(n.next(t))}catch(t){i(t)}}function u(t){try{s(n.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,u)}s((n=n.apply(t,e||[])).next())}))}function u(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(s){return function(u){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(a=0)),a;)try{if(r=1,n&&(o=2&u[0]?n.return:u[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,u[1])).done)return o;switch(n=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return a.label++,{value:u[1],done:!1};case 5:a.label++,n=u[1],u=[0];continue;case 7:u=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){a=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function c(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}function f(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o1||u(t,e)}))})}function u(t,e){try{(r=o[t](e)).value instanceof l?Promise.resolve(r.value.v).then(s,c):f(i[0][2],r)}catch(t){f(i[0][3],t)}var r}function s(t){u("next",t)}function c(t){u("throw",t)}function f(t,e){t(e),i.shift(),i.length&&u(i[0][0],i[0][1])}}function d(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=s(t),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise((function(n,o){(function(t,e,r,n){Promise.resolve(n).then((function(e){t({value:e,done:r})}),e)})(n,o,(e=t[r](e)).done,e.value)}))}}}Object.create;function h(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}function v(t,e,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!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"===n?o.call(t,r):o?o.value=r:e.set(t,r),r}"function"==typeof SuppressedError&&SuppressedError}},i={};function a(t){var e=i[t];if(void 0!==e)return e.exports;var r=i[t]={exports:{}};return o[t].call(r.exports,r,r.exports,a),r.exports}a.m=o,a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,a.t=function(r,n){if(1&n&&(r=this(r)),8&n)return r;if("object"==typeof r&&r){if(4&n&&r.__esModule)return r;if(16&n&&"function"==typeof r.then)return r}var o=Object.create(null);a.r(o);var i={};t=t||[null,e({}),e([]),e(e)];for(var u=2&n&&r;"object"==typeof u&&!~t.indexOf(u);u=e(u))Object.getOwnPropertyNames(u).forEach((t=>i[t]=()=>r[t]));return i.default=()=>r,a.d(o,i),o},a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,r)=>(a.f[r](t,e),e)),[])),a.u=t=>"legacy/"+({66:"webanimations",187:"search",248:"drawer",358:"search-worker",394:"resize-observer",415:"webcomponents",479:"push-state",553:"fetch",558:"shadydom",659:"intersection-observer",679:"toc",825:"navbar"}[t]||t)+"-deepdive-9.1.7.min.js",a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r={},n="deepdive:",a.l=(t,e,o,i)=>{if(r[t])r[t].push(e);else{var u,s;if(void 0!==o)for(var c=document.getElementsByTagName("script"),f=0;f{u.onerror=u.onload=null,clearTimeout(d);var o=r[t];if(delete r[t],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((t=>t(n))),e)return e(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=p.bind(null,u.onerror),u.onload=p.bind(null,u.onload),s&&document.head.appendChild(u)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.p="/assets/js/",(()=>{a.b=document.baseURI||self.location.href;var t={792:0};a.f.j=(e,r)=>{var n=a.o(t,e)?t[e]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,o)=>n=t[e]=[r,o]));r.push(n[2]=o);var i=a.p+a.u(e),u=new Error;a.l(i,(r=>{if(a.o(t,e)&&(0!==(n=t[e])&&(t[e]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;u.message="Loading chunk "+e+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,n[1](u)}}),"chunk-"+e,e)}};var e=(e,r)=>{var n,o,[i,u,s]=r,c=0;if(i.some((e=>0!==t[e]))){for(n in u)a.o(u,n)&&(a.m[n]=u[n]);if(s)s(a)}for(e&&e(r);c{"use strict";a(8485),a(98809),a(13542),a(20991),a(78682),a(77817),a(1030),a(37491),a(15151),a(10021),a(46907),a(85442),a(98107),a(7692),a(77052),a(64537),a(99585),a(69466),a(4187),a(34186),a(69175),a(18684),a(35848),a(53501),a(21950),a(53156),a(36724),a(79933),a(98828),a(14460),a(21400),a(60060),a(42092),a(74991),a(43809),a(69798),a(73579),a(848),a(77845),a(63243),a(32575),a(20056),a(93435),a(16406),a(65879),a(21588),a(31344),a(80387),a(41667),a(13950),a(37778),a(2674),a(18553),a(63428),a(15575),a(3868),a(95545),a(46375),a(650),a(69064),a(20214),a(53183),a(60212),a(19915),a(80295),a(34917),a(44242),a(56213),a(86150),a(43859),a(13261),a(60721),a(21968),a(24917),a(22615),a(79021),a(81160),a(30946),a(95201),a(93046),a(35542),a(71685),a(62087),a(1158),a(63962),a(78854),a(68117),a(7215),a(68113),a(84368),a(55888),a(27721),a(37878),a(66995),a(68009),a(96889),a(40062),a(5883),a(123),a(13066),a(70900),a(90651),a(16671),a(65810),a(4927),a(44186),a(26777),a(63797),a(58971),a(57733),a(91438),a(3359),a(51951),a(34517),a(56262),a(47711),a(39291),a(42566),a(34780),a(57903),a(73842),a(85812),a(5462),a(97754),a(64148),a(98448),a(32977),a(58177),a(69812),a(25912),a(64351),a(42416),a(33458),a(45564),a(24103),a(17432),a(20121),a(56390),a(24104),a(65250),a(72808),a(5275),a(57200),a(92321),a(4087),a(69099),a(12468),a(19972),a(99842),a(2068),a(2456),a(80274),a(4533),a(11064),a(69881),a(77056),a(11767),a(82206),a(8225),a(43917),a(24463),a(67642),a(17265),a(81706),a(11833),a(1618),a(43273),a(63527),a(74525),a(17695),a(82499),a(71296),a(64347),a(70038),a(12970),a(38960),a(34290),a(8339),a(60456),a(29734),a(72134),a(7146),a(16942);var t=a(76566);a.p=window._publicPath;(0,t.QN)(["classlist","eventlistener","queryselector","template"])&&(Promise.resolve().then(a.bind(a,17513)),window._noNavbar||a.e(825).then(a.bind(a,53718)),window._noSearch||Promise.all([a.e(182),a.e(678),a.e(187)]).then(a.bind(a,5415)),(0,t.QN)(["customproperties"])&&Promise.resolve().then(a.bind(a,25751)),!window._noDrawer&&(0,t.QN)(["customproperties","history","matchmedia","opacity"])&&Promise.all([a.e(182),a.e(551),a.e(778),a.e(248)]).then(a.bind(a,91338)),!window._noPushState&&(0,t.QN)(["history","matchmedia","opacity","cssanimations","cssremunit","documentfragment"])&&Promise.all([a.e(182),a.e(551),a.e(392),a.e(479)]).then(a.bind(a,98053)),!window._noToc&&(0,t.QN)(["matchmedia","cssremunit"])&&Promise.all([a.e(423),a.e(679)]).then(a.bind(a,68573)))})()})(); \ No newline at end of file +(()=>{var t,e,r,n,o={16942:()=>{function t(e){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(e)}!function(e,r,n){var o=[],i={_version:"3.6.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!1},_q:[],on:function(t,e){var r=this;setTimeout((function(){e(r[t])}),0)},addTest:function(t,e,r){o.push({name:t,fn:e,options:r})},addAsyncTest:function(t){o.push({name:null,fn:t})}},a=function(){};a.prototype=i,a=new a;var u=e.CSS&&e.CSS.supports.bind(e.CSS)||e.supportsCSS;function s(e,r){return t(e)===r}a.addTest("customproperties",!!u&&(u("--f:0")||u("--f",0))),a.addTest("customelements","customElements"in e),a.addTest("customevent","CustomEvent"in e&&"function"==typeof e.CustomEvent),a.addTest("eventlistener","addEventListener"in e),a.addTest("queryselector","querySelector"in r&&"querySelectorAll"in r),a.addTest("history",(function(){var t=navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone")||"file:"===location.protocol)&&(e.history&&"pushState"in e.history)})),a.addTest("promises",(function(){return"Promise"in e&&"resolve"in e.Promise&&"reject"in e.Promise&&"all"in e.Promise&&"race"in e.Promise&&(new e.Promise((function(e){t=e})),"function"==typeof t);var t}));var c=[];var f=i._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];i._prefixes=f;var l=r.documentElement;a.addTest("classlist","classList"in l),a.addTest("documentfragment",(function(){return"createDocumentFragment"in r&&"appendChild"in l}));var p="svg"===l.nodeName.toLowerCase();function d(){return"function"!=typeof r.createElement?r.createElement(arguments[0]):p?r.createElementNS.call(r,"http://www.w3.org/2000/svg",arguments[0]):r.createElement.apply(r,arguments)}function h(t){return t.replace(/([a-z])-([a-z])/g,(function(t,e,r){return e+r.toUpperCase()})).replace(/^-/,"")}function v(t,e,n,o){var i,a,u,s,c="modernizr",f=d("div"),h=function(){var t=r.body;return t||((t=d(p?"svg":"body")).fake=!0),t}();if(parseInt(n,10))for(;n--;)(u=d("div")).id=o?o[n]:c+(n+1),f.appendChild(u);return(i=d("style")).type="text/css",i.id="s"+c,(h.fake?h:f).appendChild(i),h.appendChild(f),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(r.createTextNode(t)),f.id=c,h.fake&&(h.style.background="",h.style.overflow="hidden",s=l.style.overflow,l.style.overflow="hidden",l.appendChild(h)),a=e(f,t),h.fake?(h.parentNode.removeChild(h),l.style.overflow=s,l.offsetHeight):f.parentNode.removeChild(f),!!a}a.addTest("opacity",(function(){var t=d("a").style;return t.cssText=f.join("opacity:.55;"),/^0.55$/.test(t.opacity)})),a.addTest("csspointerevents",(function(){var t=d("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents})),a.addTest("cssremunit",(function(){var t=d("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)})),a.addTest("template","content"in d("template"));var y=i.testStyles=v;a.addTest("touchevents",(function(){var t;if("ontouchstart"in e||e.DocumentTouch&&r instanceof DocumentTouch)t=!0;else{var n=["@media (",f.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");y(n,(function(e){t=9===e.offsetTop}))}return t}));var g="Moz O ms Webkit",m=i._config.usePrefixes?g.split(" "):[];i._cssomPrefixes=m;var b=function(t){var r,o=f.length,i=e.CSSRule;if(void 0===i)return n;if(!t)return!1;if((r=(t=t.replace(/^@/,"")).replace(/-/g,"_").toUpperCase()+"_RULE")in i)return"@"+t;for(var a=0;a{"use strict";r.d(e,{FF:()=>k,Fr:()=>y,Gg:()=>b,HQ:()=>g,Ie:()=>E,Kz:()=>A,Nc:()=>s.Nc,Oo:()=>x,PN:()=>a.PN,QN:()=>S,Sk:()=>w,UO:()=>m,YS:()=>j,bw:()=>d,hY:()=>i.hY,i0:()=>O,nr:()=>v,pd:()=>p,r7:()=>a.r7,tL:()=>u.tL,u1:()=>P,y6:()=>I});var n=r(87661),o=r(85404),i=r(17580),a=r(60426),u=r(48679),s=r(80077);function c(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return f(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)?f(t,e):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 f(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r0&&h.indexOf("chrome")<0,y=h.indexOf("mobile")>0,g=v&&y,m=(h.indexOf("ucbrowser"),h.indexOf("firefox"),h.indexOf("fxios")>0&&h.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)})),w=new Promise((function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?e(!0):n<=0?r(Error("Stylesheet not loaded within 10 seconds")):setTimeout((function(){return t(e,r,n-1)}),1e3/3):e(!0)})),x=function(t,e){return new Promise((function(r){return t.addEventListener(e,r,{once:!0})}))};function S(t){return!window.Modernizr||c(t).every((function(t){var e=window.Modernizr[t];return e||console.warn("Feature '".concat(t,"' missing!")),e}))}function E(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function O(t,e,r){return t?o.c.create((function(n){var o=t.animate(e,r);return o.addEventListener("finish",(function(t){n.next(t),requestAnimationFrame((function(){requestAnimationFrame((function(){return n.complete()}))}))})),function(){"finished"!==o.playState&&o.cancel()}})):(0,n.of)(new CustomEvent("finish"))}function A(t){var e=document.getElementById(t);return e&&document.importNode(e.content,!0)}var T=document.body||document.documentElement,j=function(){return window.innerWidth||T.clientWidth};function P(t,e){return new Promise((function(r,n){var o=new MessageChannel;o.port1.onmessage=function(t){t.data.error?n(t.data.error):r(t.data)},t.postMessage(e,[o.port2])}))}var L=function(t){return function(e){return new Promise((function(r){return t(e).addEventListener("load",r)}))}},I=(L(window.loadJS),L(window.loadCSS));function k(t,e){return new Promise((function(r){var n=new IntersectionObserver((function(e){e.some((function(t){return t.isIntersecting}))&&(t.forEach((function(t){return n.unobserve(t)})),r(e.find((function(t){return t.isIntersecting}))))}),e);t.forEach((function(t){return n.observe(t)}))}))}},25751:(t,e,r)=>{"use strict";r.r(e);var n=r(76566);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},o(t)}function i(){i=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},u="function"==typeof Symbol?Symbol:{},s=u.iterator||"@@iterator",c=u.asyncIterator||"@@asyncIterator",f=u.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 p(t,e,r,n){var o=e&&e.prototype instanceof b?e:b,i=Object.create(o.prototype),u=new _(n||[]);return a(i,"_invoke",{value:P(t,r,u)}),i}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=p;var h="suspendedStart",v="suspendedYield",y="executing",g="completed",m={};function b(){}function w(){}function x(){}var S={};l(S,s,(function(){return this}));var E=Object.getPrototypeOf,O=E&&E(E(C([])));O&&O!==r&&n.call(O,s)&&(S=O);var A=x.prototype=b.prototype=Object.create(S);function T(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function r(i,a,u,s){var c=d(t[i],t,a);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==o(l)&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,u,s)}),(function(t){r("throw",t,u,s)})):e.resolve(l).then((function(t){f.value=t,u(f)}),(function(t){return r("throw",t,u,s)}))}s(c.arg)}var i;a(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 P(e,r,n){var o=h;return function(i,a){if(o===y)throw Error("Generator is already running");if(o===g){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var s=L(u,n);if(s){if(s===m)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var c=d(e,r,n);if("normal"===c.type){if(o=n.done?g:v,c.arg===m)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o=g,n.method="throw",n.arg=c.arg)}}}function L(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,L(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var i=d(o,e.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,m;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,m):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,m)}function I(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 k(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function _(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function C(e){if(e||""===e){var r=e[s];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){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),k(r),m}},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;k(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),m}},e}function a(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}var u;(u=i().mark((function t(){var e,r,o,a,u,s,c;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,n.Sk;case 2:if(!(e=(0,n.Kz)("_dark-mode-template"))){t.next=16;break}return null==(r=document.querySelector("#_navbar > .content > .nav-btn-bar"))||r.insertBefore(e,r.querySelector(".nav-span")),null==(o=document.getElementById("_dark-mode"))||o.addEventListener("click",(function(t){t.preventDefault();var e=document.body.classList;e.contains("dark-mode")||"_sunset"in window&&!e.contains("light-mode")&&matchMedia("(prefers-color-scheme: dark)").matches?(e.remove("dark-mode"),e.add("light-mode"),o.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!1,bubbles:!0}))):(e.remove("light-mode"),e.add("dark-mode"),o.dispatchEvent(new CustomEvent("deepdive-dark-mode-toggle",{detail:!0,bubbles:!0})))})),t.next=10,(0,n.Oo)(document,"click");case 10:a=Array.from(document.styleSheets),u=a.find((function(t){var e;return"_styleInline"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),s=a.find((function(t){var e;return"_stylePreload"===(null===(e=t.ownerNode)||void 0===e?void 0:e.id)})),(c=function(t){if(t){var e=Array.from(t.rules).find((function(t){return t.selectorText.startsWith(".color-transition")}));e&&(e.style.transition="background-color 1s ease, border-color 1s ease")}})(u),c(s);case 16:case"end":return t.stop()}}),t)})),function(){var t=this,e=arguments;return new Promise((function(r,n){var o=u.apply(t,e);function i(t){a(o,r,n,i,s,"next",t)}function s(t){a(o,r,n,i,s,"throw",t)}i(void 0)}))})()},17513:(t,e,r)=>{"use strict";var n=r(76566),o=r(45786),i=r(66510);function a(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=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return u(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)?u(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 u(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r2?l-2:0),d=2;d0&&m(n.width)/t.offsetWidth||1,i=t.offsetHeight>0&&m(n.height)/t.offsetHeight||1);var a=(d(t)?p(t):window).visualViewport,u=!w()&&r,s=(n.left+(u&&a?a.offsetLeft:0))/o,c=(n.top+(u&&a?a.offsetTop:0))/i,f=n.width/o,l=n.height/i;return{width:f,height:l,top:c,right:s+f,bottom:c+l,left:s,x:s,y:c}}function S(t){var e=p(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function E(t){return t?(t.nodeName||"").toLowerCase():null}function O(t){return((d(t)?t.ownerDocument:t.document)||window.document).documentElement}function A(t){return x(O(t)).left+S(t).scrollLeft}function T(t){return p(t).getComputedStyle(t)}function j(t){var e=T(t),r=e.overflow,n=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function P(t,e,r){void 0===r&&(r=!1);var n,o,i=h(e),a=h(e)&&function(t){var e=t.getBoundingClientRect(),r=m(e.width)/t.offsetWidth||1,n=m(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),u=O(e),s=x(t,a,r),c={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(i||!i&&!r)&&(("body"!==E(e)||j(u))&&(c=(n=e)!==p(n)&&h(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:S(n)),h(e)?((f=x(e,!0)).x+=e.clientLeft,f.y+=e.clientTop):u&&(f.x=A(u))),{x:s.left+c.scrollLeft-f.x,y:s.top+c.scrollTop-f.y,width:s.width,height:s.height}}function L(t){var e=x(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function I(t){return"html"===E(t)?t:t.assignedSlot||t.parentNode||(v(t)?t.host:null)||O(t)}function k(t){return["html","body","#document"].indexOf(E(t))>=0?t.ownerDocument.body:h(t)&&j(t)?t:k(I(t))}function _(t,e){var r;void 0===e&&(e=[]);var n=k(t),o=n===(null==(r=t.ownerDocument)?void 0:r.body),i=p(n),a=o?[i].concat(i.visualViewport||[],j(n)?n:[]):n,u=e.concat(a);return o?u:u.concat(_(I(a)))}function C(t){return["table","td","th"].indexOf(E(t))>=0}function M(t){return h(t)&&"fixed"!==T(t).position?t.offsetParent:null}function R(t){for(var e=p(t),r=M(t);r&&C(r)&&"static"===T(r).position;)r=M(r);return r&&("html"===E(r)||"body"===E(r)&&"static"===T(r).position)?e:r||function(t){var e=/firefox/i.test(b());if(/Trident/i.test(b())&&h(t)&&"fixed"===T(t).position)return null;var r=I(t);for(v(r)&&(r=r.host);h(r)&&["html","body"].indexOf(E(r))<0;){var n=T(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}var N="top",F="bottom",D="right",U="left",B="auto",z=[N,F,D,U],q="start",H="end",W="clippingParents",V="viewport",G="popper",$="reference",Y=z.reduce((function(t,e){return t.concat([e+"-"+q,e+"-"+H])}),[]),X=[].concat(z,[B]).reduce((function(t,e){return t.concat([e,e+"-"+q,e+"-"+H])}),[]),J=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function Q(t){var e=new Map,r=new Set,n=[];function o(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&o(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||o(t)})),n}var K={placement:"bottom",modifiers:[],strategy:"absolute"};function Z(){for(var t=arguments.length,e=new Array(t),r=0;r=0?"x":"y"}function it(t){var e,r=t.reference,n=t.element,o=t.placement,i=o?rt(o):null,a=o?nt(o):null,u=r.x+r.width/2-n.width/2,s=r.y+r.height/2-n.height/2;switch(i){case N:e={x:u,y:r.y-n.height};break;case F:e={x:u,y:r.y+r.height};break;case D:e={x:r.x+r.width,y:s};break;case U:e={x:r.x-n.width,y:s};break;default:e={x:r.x,y:r.y}}var c=i?ot(i):null;if(null!=c){var f="y"===c?"height":"width";switch(a){case q:e[c]=e[c]-(r[f]/2-n[f]/2);break;case H:e[c]=e[c]+(r[f]/2-n[f]/2)}}return e}var at={top:"auto",right:"auto",bottom:"auto",left:"auto"};function ut(t){var e,r=t.popper,n=t.popperRect,o=t.placement,i=t.variation,a=t.offsets,u=t.position,s=t.gpuAcceleration,c=t.adaptive,f=t.roundOffsets,l=t.isFixed,d=a.x,h=void 0===d?0:d,v=a.y,y=void 0===v?0:v,g="function"==typeof f?f({x:h,y}):{x:h,y};h=g.x,y=g.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),x=U,S=N,E=window;if(c){var A=R(r),j="clientHeight",P="clientWidth";if(A===p(r)&&"static"!==T(A=O(r)).position&&"absolute"===u&&(j="scrollHeight",P="scrollWidth"),o===N||(o===U||o===D)&&i===H)S=F,y-=(l&&A===E&&E.visualViewport?E.visualViewport.height:A[j])-n.height,y*=s?1:-1;if(o===U||(o===N||o===F)&&i===H)x=D,h-=(l&&A===E&&E.visualViewport?E.visualViewport.width:A[P])-n.width,h*=s?1:-1}var L,I=Object.assign({position:u},c&&at),k=!0===f?function(t,e){var r=t.x,n=t.y,o=e.devicePixelRatio||1;return{x:m(r*o)/o||0,y:m(n*o)/o||0}}({x:h,y},p(r)):{x:h,y};return h=k.x,y=k.y,s?Object.assign({},I,((L={})[S]=w?"0":"",L[x]=b?"0":"",L.transform=(E.devicePixelRatio||1)<=1?"translate("+h+"px, "+y+"px)":"translate3d("+h+"px, "+y+"px, 0)",L)):Object.assign({},I,((e={})[S]=w?y+"px":"",e[x]=b?h+"px":"",e.transform="",e))}const st={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},o=e.elements[t];h(o)&&E(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});h(n)&&E(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};const ct={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.offset,i=void 0===o?[0,0]:o,a=X.reduce((function(t,r){return t[r]=function(t,e,r){var n=rt(t),o=[U,N].indexOf(n)>=0?-1:1,i="function"==typeof r?r(Object.assign({},e,{placement:t})):r,a=i[0],u=i[1];return a=a||0,u=(u||0)*o,[U,D].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}(r,e.rects,i),t}),{}),u=a[e.placement],s=u.x,c=u.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=s,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=a}};var ft={left:"right",right:"left",bottom:"top",top:"bottom"};function lt(t){return t.replace(/left|right|bottom|top/g,(function(t){return ft[t]}))}var pt={start:"end",end:"start"};function dt(t){return t.replace(/start|end/g,(function(t){return pt[t]}))}function ht(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&v(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function vt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function yt(t,e,r){return e===V?vt(function(t,e){var r=p(t),n=O(t),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,u=0,s=0;if(o){i=o.width,a=o.height;var c=w();(c||!c&&"fixed"===e)&&(u=o.offsetLeft,s=o.offsetTop)}return{width:i,height:a,x:u+A(t),y:s}}(t,r)):d(e)?function(t,e){var r=x(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):vt(function(t){var e,r=O(t),n=S(t),o=null==(e=t.ownerDocument)?void 0:e.body,i=y(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=y(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-n.scrollLeft+A(t),s=-n.scrollTop;return"rtl"===T(o||r).direction&&(u+=y(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:u,y:s}}(O(t)))}function gt(t,e,r,n){var o="clippingParents"===e?function(t){var e=_(I(t)),r=["absolute","fixed"].indexOf(T(t).position)>=0&&h(t)?R(t):t;return d(r)?e.filter((function(t){return d(t)&&ht(t,r)&&"body"!==E(t)})):[]}(t):[].concat(e),i=[].concat(o,[r]),a=i[0],u=i.reduce((function(e,r){var o=yt(t,r,n);return e.top=y(o.top,e.top),e.right=g(o.right,e.right),e.bottom=g(o.bottom,e.bottom),e.left=y(o.left,e.left),e}),yt(t,a,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function mt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function bt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}function wt(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=void 0===n?t.placement:n,i=r.strategy,a=void 0===i?t.strategy:i,u=r.boundary,s=void 0===u?W:u,c=r.rootBoundary,f=void 0===c?V:c,l=r.elementContext,p=void 0===l?G:l,h=r.altBoundary,v=void 0!==h&&h,y=r.padding,g=void 0===y?0:y,m=mt("number"!=typeof g?g:bt(g,z)),b=p===G?$:G,w=t.rects.popper,S=t.elements[v?b:p],E=gt(d(S)?S:S.contextElement||O(t.elements.popper),s,f,a),A=x(t.elements.reference),T=it({reference:A,element:w,strategy:"absolute",placement:o}),j=vt(Object.assign({},w,T)),P=p===G?j:A,L={top:E.top-P.top+m.top,bottom:P.bottom-E.bottom+m.bottom,left:E.left-P.left+m.left,right:P.right-E.right+m.right},I=t.modifiersData.offset;if(p===G&&I){var k=I[o];Object.keys(L).forEach((function(t){var e=[D,F].indexOf(t)>=0?1:-1,r=[N,F].indexOf(t)>=0?"y":"x";L[t]+=k[r]*e}))}return L}function xt(t,e,r){return y(t,g(e,r))}const St={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0!==a&&a,s=r.boundary,c=r.rootBoundary,f=r.altBoundary,l=r.padding,p=r.tether,d=void 0===p||p,h=r.tetherOffset,v=void 0===h?0:h,m=wt(e,{boundary:s,rootBoundary:c,padding:l,altBoundary:f}),b=rt(e.placement),w=nt(e.placement),x=!w,S=ot(b),E="x"===S?"y":"x",O=e.modifiersData.popperOffsets,A=e.rects.reference,T=e.rects.popper,j="function"==typeof v?v(Object.assign({},e.rects,{placement:e.placement})):v,P="number"==typeof j?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),I=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,k={x:0,y:0};if(O){if(i){var _,C="y"===S?N:U,M="y"===S?F:D,B="y"===S?"height":"width",z=O[S],H=z+m[C],W=z-m[M],V=d?-T[B]/2:0,G=w===q?A[B]:T[B],$=w===q?-T[B]:-A[B],Y=e.elements.arrow,X=d&&Y?L(Y):{width:0,height:0},J=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Q=J[C],K=J[M],Z=xt(0,A[B],X[B]),tt=x?A[B]/2-V-Z-Q-P.mainAxis:G-Z-Q-P.mainAxis,et=x?-A[B]/2+V+Z+K+P.mainAxis:$+Z+K+P.mainAxis,it=e.elements.arrow&&R(e.elements.arrow),at=it?"y"===S?it.clientTop||0:it.clientLeft||0:0,ut=null!=(_=null==I?void 0:I[S])?_:0,st=z+et-ut,ct=xt(d?g(H,z+tt-ut-at):H,z,d?y(W,st):W);O[S]=ct,k[S]=ct-z}if(u){var ft,lt="x"===S?N:U,pt="x"===S?F:D,dt=O[E],ht="y"===E?"height":"width",vt=dt+m[lt],yt=dt-m[pt],gt=-1!==[N,U].indexOf(b),mt=null!=(ft=null==I?void 0:I[E])?ft:0,bt=gt?vt:dt-A[ht]-T[ht]-mt+P.altAxis,St=gt?dt+A[ht]+T[ht]-mt-P.altAxis:yt,Et=d&>?function(t,e,r){var n=xt(t,e,r);return n>r?r:n}(bt,dt,St):xt(d?bt:vt,dt,d?St:yt);O[E]=Et,k[E]=Et-dt}e.modifiersData[n]=k}},requiresIfExists:["offset"]};const Et={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,o=t.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,u=rt(r.placement),s=ot(u),c=[U,D].indexOf(u)>=0?"height":"width";if(i&&a){var f=function(t,e){return mt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:bt(t,z))}(o.padding,r),l=L(i),p="y"===s?N:U,d="y"===s?F:D,h=r.rects.reference[c]+r.rects.reference[s]-a[s]-r.rects.popper[c],v=a[s]-r.rects.reference[s],y=R(i),g=y?"y"===s?y.clientHeight||0:y.clientWidth||0:0,m=h/2-v/2,b=f[p],w=g-l[c]-f[d],x=g/2-l[c]/2+m,S=xt(b,x,w),E=s;r.modifiersData[n]=((e={})[E]=S,e.centerOffset=S-x,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&ht(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Ot(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function At(t){return[N,D,F,U].some((function(e){return t[e]>=0}))}var Tt=tt({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,o=n.scroll,i=void 0===o||o,a=n.resize,u=void 0===a||a,s=p(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach((function(t){t.addEventListener("scroll",r.update,et)})),u&&s.addEventListener("resize",r.update,et),function(){i&&c.forEach((function(t){t.removeEventListener("scroll",r.update,et)})),u&&s.removeEventListener("resize",r.update,et)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=it({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,u=r.roundOffsets,s=void 0===u||u,c={placement:rt(e.placement),variation:nt(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,ut(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:s})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,ut(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},st,ct,{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,u=void 0===a||a,s=r.fallbackPlacements,c=r.padding,f=r.boundary,l=r.rootBoundary,p=r.altBoundary,d=r.flipVariations,h=void 0===d||d,v=r.allowedAutoPlacements,y=e.options.placement,g=rt(y),m=s||(g===y||!h?[lt(y)]:function(t){if(rt(t)===B)return[];var e=lt(t);return[dt(t),e,dt(e)]}(y)),b=[y].concat(m).reduce((function(t,r){return t.concat(rt(r)===B?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,u=r.flipVariations,s=r.allowedAutoPlacements,c=void 0===s?X:s,f=nt(n),l=f?u?Y:Y.filter((function(t){return nt(t)===f})):z,p=l.filter((function(t){return c.indexOf(t)>=0}));0===p.length&&(p=l);var d=p.reduce((function(e,r){return e[r]=wt(t,{placement:r,boundary:o,rootBoundary:i,padding:a})[rt(r)],e}),{});return Object.keys(d).sort((function(t,e){return d[t]-d[e]}))}(e,{placement:r,boundary:f,rootBoundary:l,padding:c,flipVariations:h,allowedAutoPlacements:v}):r)}),[]),w=e.rects.reference,x=e.rects.popper,S=new Map,E=!0,O=b[0],A=0;A=0,I=L?"width":"height",k=wt(e,{placement:T,boundary:f,rootBoundary:l,altBoundary:p,padding:c}),_=L?P?D:U:P?F:N;w[I]>x[I]&&(_=lt(_));var C=lt(_),M=[];if(i&&M.push(k[j]<=0),u&&M.push(k[_]<=0,k[C]<=0),M.every((function(t){return t}))){O=T,E=!1;break}S.set(T,M)}if(E)for(var R=function(t){var e=b.find((function(e){var r=S.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return O=e,"break"},H=h?3:1;H>0;H--){if("break"===R(H))break}e.placement!==O&&(e.modifiersData[n]._skip=!0,e.placement=O,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},St,Et,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,a=wt(e,{elementContext:"reference"}),u=wt(e,{altBoundary:!0}),s=Ot(a,n),c=Ot(u,o,i),f=At(s),l=At(c);e.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:f,hasPopperEscaped:l},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":l})}}]}),jt="tippy-content",Pt="tippy-backdrop",Lt="tippy-arrow",It="tippy-svg-arrow",kt={passive:!0,capture:!0},_t=function(){return document.body};function Ct(t,e,r){if(Array.isArray(t)){var n=t[e];return null==n?Array.isArray(r)?r[e]:r:n}return t}function Mt(t,e){var r={}.toString.call(t);return 0===r.indexOf("[object")&&r.indexOf(e+"]")>-1}function Rt(t,e){return"function"==typeof t?t.apply(void 0,e):t}function Nt(t,e){return 0===e?t:function(n){clearTimeout(r),r=setTimeout((function(){t(n)}),e)};var r}function Ft(t){return[].concat(t)}function Dt(t,e){-1===t.indexOf(e)&&t.push(e)}function Ut(t){return t.split("-")[0]}function Bt(t){return[].slice.call(t)}function zt(t){return Object.keys(t).reduce((function(e,r){return void 0!==t[r]&&(e[r]=t[r]),e}),{})}function qt(){return document.createElement("div")}function Ht(t){return["Element","Fragment"].some((function(e){return Mt(t,e)}))}function Wt(t){return Mt(t,"MouseEvent")}function Vt(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Gt(t){return Ht(t)?[t]:function(t){return Mt(t,"NodeList")}(t)?Bt(t):Array.isArray(t)?t:Bt(document.querySelectorAll(t))}function $t(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function Yt(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function Xt(t){var e,r=Ft(t)[0];return null!=r&&null!=(e=r.ownerDocument)&&e.body?r.ownerDocument:document}function Jt(t,e,r){var n=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[n](e,r)}))}function Qt(t,e){for(var r=e;r;){var n;if(t.contains(r))return!0;r=null==r.getRootNode||null==(n=r.getRootNode())?void 0:n.host}return!1}var Kt={isTouch:!1},Zt=0;function te(){Kt.isTouch||(Kt.isTouch=!0,window.performance&&document.addEventListener("mousemove",ee))}function ee(){var t=performance.now();t-Zt<20&&(Kt.isTouch=!1,document.removeEventListener("mousemove",ee)),Zt=t}function re(){var t=document.activeElement;if(Vt(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var ne=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var oe={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},ie=Object.assign({appendTo:_t,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},oe,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),ae=Object.keys(ie);function ue(t){var e=(t.plugins||[]).reduce((function(e,r){var n,o=r.name,i=r.defaultValue;o&&(e[o]=void 0!==t[o]?t[o]:null!=(n=ie[o])?n:i);return e}),{});return Object.assign({},t,e)}function se(t,e){var r=Object.assign({},e,{content:Rt(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(ue(Object.assign({},ie,{plugins:e}))):ae).reduce((function(e,r){var n=(t.getAttribute("data-tippy-"+r)||"").trim();if(!n)return e;if("content"===r)e[r]=n;else try{e[r]=JSON.parse(n)}catch(t){e[r]=n}return e}),{})}(t,e.plugins));return r.aria=Object.assign({},ie.aria,r.aria),r.aria={expanded:"auto"===r.aria.expanded?e.interactive:r.aria.expanded,content:"auto"===r.aria.content?e.interactive?null:"describedby":r.aria.content},r}var ce=function(){return"innerHTML"};function fe(t,e){t[ce()]=e}function le(t){var e=qt();return!0===t?e.className=Lt:(e.className=It,Ht(t)?e.appendChild(t):fe(e,t)),e}function pe(t,e){Ht(e.content)?(fe(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?fe(t,e.content):t.textContent=e.content)}function de(t){var e=t.firstElementChild,r=Bt(e.children);return{box:e,content:r.find((function(t){return t.classList.contains(jt)})),arrow:r.find((function(t){return t.classList.contains(Lt)||t.classList.contains(It)})),backdrop:r.find((function(t){return t.classList.contains(Pt)}))}}function he(t){var e=qt(),r=qt();r.className="tippy-box",r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var n=qt();function o(r,n){var o=de(e),i=o.box,a=o.content,u=o.arrow;n.theme?i.setAttribute("data-theme",n.theme):i.removeAttribute("data-theme"),"string"==typeof n.animation?i.setAttribute("data-animation",n.animation):i.removeAttribute("data-animation"),n.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?i.setAttribute("role",n.role):i.removeAttribute("role"),r.content===n.content&&r.allowHTML===n.allowHTML||pe(a,t.props),n.arrow?u?r.arrow!==n.arrow&&(i.removeChild(u),i.appendChild(le(n.arrow))):i.appendChild(le(n.arrow)):u&&i.removeChild(u)}return n.className=jt,n.setAttribute("data-state","hidden"),pe(n,t.props),e.appendChild(r),r.appendChild(n),o(t.props,t.props),{popper:e,onUpdate:o}}he.$$tippy=!0;var ve=1,ye=[],ge=[];function me(t,e){var r,n,o,i,a,u,s,c,f=se(t,Object.assign({},ie,ue(zt(e)))),l=!1,p=!1,d=!1,h=!1,v=[],y=Nt($,f.interactiveDebounce),g=ve++,m=(c=f.plugins).filter((function(t,e){return c.indexOf(t)===e})),b={id:g,reference:t,popper:qt(),popperInstance:null,props:f,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:m,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(n),cancelAnimationFrame(o)},setProps:function(e){0;if(b.state.isDestroyed)return;C("onBeforeUpdate",[b,e]),V();var r=b.props,n=se(t,Object.assign({},r,zt(e),{ignoreAttributes:!0}));b.props=n,W(),r.interactiveDebounce!==n.interactiveDebounce&&(N(),y=Nt($,n.interactiveDebounce));r.triggerTarget&&!n.triggerTarget?Ft(r.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):n.triggerTarget&&t.removeAttribute("aria-expanded");R(),_(),S&&S(r,n);b.popperInstance&&(Q(),Z().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));C("onAfterUpdate",[b,e])},setContent:function(t){b.setProps({content:t})},show:function(){0;var t=b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Kt.isTouch&&!b.props.touch,o=Ct(b.props.duration,0,ie.duration);if(t||e||r||n)return;if(P().hasAttribute("disabled"))return;if(C("onShow",[b],!1),!1===b.props.onShow(b))return;b.state.isVisible=!0,j()&&(x.style.visibility="visible");_(),B(),b.state.isMounted||(x.style.transition="none");if(j()){var i=I();$t([i.box,i.content],0)}u=function(){var t;if(b.state.isVisible&&!h){if(h=!0,x.offsetHeight,x.style.transition=b.props.moveTransition,j()&&b.props.animation){var e=I(),r=e.box,n=e.content;$t([r,n],o),Yt([r,n],"visible")}M(),R(),Dt(ge,b),null==(t=b.popperInstance)||t.forceUpdate(),C("onMount",[b]),b.props.animation&&j()&&function(t,e){q(t,e)}(o,(function(){b.state.isShown=!0,C("onShown",[b])}))}},function(){var t,e=b.props.appendTo,r=P();t=b.props.interactive&&e===_t||"parent"===e?r.parentNode:Rt(e,[r]);t.contains(x)||t.appendChild(x);b.state.isMounted=!0,Q(),!1}()},hide:function(){0;var t=!b.state.isVisible,e=b.state.isDestroyed,r=!b.state.isEnabled,n=Ct(b.props.duration,1,ie.duration);if(t||e||r)return;if(C("onHide",[b],!1),!1===b.props.onHide(b))return;b.state.isVisible=!1,b.state.isShown=!1,h=!1,l=!1,j()&&(x.style.visibility="hidden");if(N(),z(),_(!0),j()){var o=I(),i=o.box,a=o.content;b.props.animation&&($t([i,a],n),Yt([i,a],"hidden"))}M(),R(),b.props.animation?j()&&function(t,e){q(t,(function(){!b.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&e()}))}(n,b.unmount):b.unmount()},hideWithInteractivity:function(t){0;L().addEventListener("mousemove",y),Dt(ye,y),y(t)},enable:function(){b.state.isEnabled=!0},disable:function(){b.hide(),b.state.isEnabled=!1},unmount:function(){0;b.state.isVisible&&b.hide();if(!b.state.isMounted)return;K(),Z().forEach((function(t){t._tippy.unmount()})),x.parentNode&&x.parentNode.removeChild(x);ge=ge.filter((function(t){return t!==b})),b.state.isMounted=!1,C("onHidden",[b])},destroy:function(){0;if(b.state.isDestroyed)return;b.clearDelayTimeouts(),b.unmount(),V(),delete t._tippy,b.state.isDestroyed=!0,C("onDestroy",[b])}};if(!f.render)return b;var w=f.render(b),x=w.popper,S=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+b.id,b.popper=x,t._tippy=b,x._tippy=b;var E=m.map((function(t){return t.fn(b)})),O=t.hasAttribute("aria-expanded");return W(),R(),_(),C("onCreate",[b]),f.showOnCreate&&tt(),x.addEventListener("mouseenter",(function(){b.props.interactive&&b.state.isVisible&&b.clearDelayTimeouts()})),x.addEventListener("mouseleave",(function(){b.props.interactive&&b.props.trigger.indexOf("mouseenter")>=0&&L().addEventListener("mousemove",y)})),b;function A(){var t=b.props.touch;return Array.isArray(t)?t:[t,0]}function T(){return"hold"===A()[0]}function j(){var t;return!(null==(t=b.props.render)||!t.$$tippy)}function P(){return s||t}function L(){var t=P().parentNode;return t?Xt(t):document}function I(){return de(x)}function k(t){return b.state.isMounted&&!b.state.isVisible||Kt.isTouch||i&&"focus"===i.type?0:Ct(b.props.delay,t?0:1,ie.delay)}function _(t){void 0===t&&(t=!1),x.style.pointerEvents=b.props.interactive&&!t?"":"none",x.style.zIndex=""+b.props.zIndex}function C(t,e,r){var n;(void 0===r&&(r=!0),E.forEach((function(r){r[t]&&r[t].apply(r,e)})),r)&&(n=b.props)[t].apply(n,e)}function M(){var e=b.props.aria;if(e.content){var r="aria-"+e.content,n=x.id;Ft(b.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(r);if(b.state.isVisible)t.setAttribute(r,e?e+" "+n:n);else{var o=e&&e.replace(n,"").trim();o?t.setAttribute(r,o):t.removeAttribute(r)}}))}}function R(){!O&&b.props.aria.expanded&&Ft(b.props.triggerTarget||t).forEach((function(t){b.props.interactive?t.setAttribute("aria-expanded",b.state.isVisible&&t===P()?"true":"false"):t.removeAttribute("aria-expanded")}))}function N(){L().removeEventListener("mousemove",y),ye=ye.filter((function(t){return t!==y}))}function F(e){if(!Kt.isTouch||!d&&"mousedown"!==e.type){var r=e.composedPath&&e.composedPath()[0]||e.target;if(!b.props.interactive||!Qt(x,r)){if(Ft(b.props.triggerTarget||t).some((function(t){return Qt(t,r)}))){if(Kt.isTouch)return;if(b.state.isVisible&&b.props.trigger.indexOf("click")>=0)return}else C("onClickOutside",[b,e]);!0===b.props.hideOnClick&&(b.clearDelayTimeouts(),b.hide(),p=!0,setTimeout((function(){p=!1})),b.state.isMounted||z())}}}function D(){d=!0}function U(){d=!1}function B(){var t=L();t.addEventListener("mousedown",F,!0),t.addEventListener("touchend",F,kt),t.addEventListener("touchstart",U,kt),t.addEventListener("touchmove",D,kt)}function z(){var t=L();t.removeEventListener("mousedown",F,!0),t.removeEventListener("touchend",F,kt),t.removeEventListener("touchstart",U,kt),t.removeEventListener("touchmove",D,kt)}function q(t,e){var r=I().box;function n(t){t.target===r&&(Jt(r,"remove",n),e())}if(0===t)return e();Jt(r,"remove",a),Jt(r,"add",n),a=n}function H(e,r,n){void 0===n&&(n=!1),Ft(b.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,r,n),v.push({node:t,eventType:e,handler:r,options:n})}))}function W(){var t;T()&&(H("touchstart",G,{passive:!0}),H("touchend",Y,{passive:!0})),(t=b.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(H(t,G),t){case"mouseenter":H("mouseleave",Y);break;case"focus":H(ne?"focusout":"blur",X);break;case"focusin":H("focusout",X)}}))}function V(){v.forEach((function(t){var e=t.node,r=t.eventType,n=t.handler,o=t.options;e.removeEventListener(r,n,o)})),v=[]}function G(t){var e,r=!1;if(b.state.isEnabled&&!J(t)&&!p){var n="focus"===(null==(e=i)?void 0:e.type);i=t,s=t.currentTarget,R(),!b.state.isVisible&&Wt(t)&&ye.forEach((function(e){return e(t)})),"click"===t.type&&(b.props.trigger.indexOf("mouseenter")<0||l)&&!1!==b.props.hideOnClick&&b.state.isVisible?r=!0:tt(t),"click"===t.type&&(l=!r),r&&!n&&et(t)}}function $(t){var e=t.target,r=P().contains(e)||x.contains(e);if("mousemove"!==t.type||!r){var n=Z().concat(x).map((function(t){var e,r=null==(e=t._tippy.popperInstance)?void 0:e.state;return r?{popperRect:t.getBoundingClientRect(),popperState:r,props:f}:null})).filter(Boolean);(function(t,e){var r=e.clientX,n=e.clientY;return t.every((function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,a=Ut(o.placement),u=o.modifiersData.offset;if(!u)return!0;var s="bottom"===a?u.top.y:0,c="top"===a?u.bottom.y:0,f="right"===a?u.left.x:0,l="left"===a?u.right.x:0,p=e.top-n+s>i,d=n-e.bottom-c>i,h=e.left-r+f>i,v=r-e.right-l>i;return p||d||h||v}))})(n,t)&&(N(),et(t))}}function Y(t){J(t)||b.props.trigger.indexOf("click")>=0&&l||(b.props.interactive?b.hideWithInteractivity(t):et(t))}function X(t){b.props.trigger.indexOf("focusin")<0&&t.target!==P()||b.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||et(t)}function J(t){return!!Kt.isTouch&&T()!==t.type.indexOf("touch")>=0}function Q(){K();var e=b.props,r=e.popperOptions,n=e.placement,o=e.offset,i=e.getReferenceClientRect,a=e.moveTransition,s=j()?de(x).arrow:null,c=i?{getBoundingClientRect:i,contextElement:i.contextElement||P()}:t,f={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(j()){var r=I().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?r.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?r.setAttribute("data-"+t,""):r.removeAttribute("data-"+t)})),e.attributes.popper={}}}},l=[{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:!a}},f];j()&&s&&l.push({name:"arrow",options:{element:s,padding:3}}),l.push.apply(l,(null==r?void 0:r.modifiers)||[]),b.popperInstance=Tt(c,x,Object.assign({},r,{placement:n,onFirstUpdate:u,modifiers:l}))}function K(){b.popperInstance&&(b.popperInstance.destroy(),b.popperInstance=null)}function Z(){return Bt(x.querySelectorAll("[data-tippy-root]"))}function tt(t){b.clearDelayTimeouts(),t&&C("onTrigger",[b,t]),B();var e=k(!0),n=A(),o=n[0],i=n[1];Kt.isTouch&&"hold"===o&&i&&(e=i),e?r=setTimeout((function(){b.show()}),e):b.show()}function et(t){if(b.clearDelayTimeouts(),C("onUntrigger",[b,t]),b.state.isVisible){if(!(b.props.trigger.indexOf("mouseenter")>=0&&b.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&l)){var e=k(!1);e?n=setTimeout((function(){b.state.isVisible&&b.hide()}),e):o=requestAnimationFrame((function(){b.hide()}))}}else z()}}function be(t,e){void 0===e&&(e={});var r=ie.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",te,kt),window.addEventListener("blur",re);var n=Object.assign({},e,{plugins:r}),o=Gt(t).reduce((function(t,e){var r=e&&me(e,n);return r&&t.push(r),t}),[]);return Ht(t)?o[0]:o}be.defaultProps=ie,be.setDefaultProps=function(t){Object.keys(t).forEach((function(e){ie[e]=t[e]}))},be.currentInput=Kt;Object.assign({},st,{effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow)}});be.setDefaultProps({render:he});const we=be;function xe(t){return xe="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},xe(t)}function Se(){Se=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",u=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var i=e&&e.prototype instanceof g?e:g,a=Object.create(i.prototype),u=new I(n||[]);return o(a,"_invoke",{value:T(t,r,u)}),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",d="suspendedYield",h="executing",v="completed",y={};function g(){}function m(){}function b(){}var w={};c(w,a,(function(){return this}));var x=Object.getPrototypeOf,S=x&&x(x(k([])));S&&S!==r&&n.call(S,a)&&(w=S);var E=b.prototype=g.prototype=Object.create(w);function O(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function A(t,e){function r(o,i,a,u){var s=l(t[o],t,i);if("throw"!==s.type){var c=s.arg,f=c.value;return f&&"object"==xe(f)&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,a,u)}),(function(t){r("throw",t,a,u)})):e.resolve(f).then((function(t){c.value=t,a(c)}),(function(t){return r("throw",t,a,u)}))}u(s.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 T(e,r,n){var o=p;return function(i,a){if(o===h)throw Error("Generator is already running");if(o===v){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var s=j(u,n);if(s){if(s===y)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===p)throw o=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=h;var c=l(e,r,n);if("normal"===c.type){if(o=n.done?v:d,c.arg===y)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o=v,n.method="throw",n.arg=c.arg)}}}function j(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,j(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=l(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 P(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 L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function I(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function k(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],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){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),L(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;L(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:k(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),y}},e}function Ee(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=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||Ae(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 Oe(t){return function(t){if(Array.isArray(t))return Te(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Ae(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 Ae(t,e){if(t){if("string"==typeof t)return Te(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)?Te(t,e):void 0}}function Te(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r1?n-1:0),i=1;i .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,e){"A"===e.target.tagName&&(t._hideOnce=!0)},onShow:function(t){if(t._hideOnce)return t._hideOnce=!1}}),we(t.querySelectorAll("abbr[title]"),{trigger:"click",touch:!0,maxWidth:500,content:function(t){return t.getAttribute("title")}}),we(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 e=(0,n.Kz)("_permalink-template");e.querySelector(".permalink").href="#".concat(t.id),t.appendChild(e)}));var r=t.querySelector("#markdown-toc");r&&r.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(t.querySelectorAll(e)).forEach((function(t){var e,r=null==t||null===(e=t.parentNode)||void 0===e?void 0:e.parentNode,n=function(){var e=Pe(Se().mark((function e(){return Se().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,navigator.clipboard.writeText(t.innerText);case 2:Le(o,"copy-success");case 3:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),o=l("button",{onClick:n},l("small",{class:"icon-copy",title:"Copy"}),l("small",{class:"icon-checkmark",title:"Done"}));null==r||r.appendChild(o)})),Array.from(t.querySelectorAll(e)).map((function(t){return t.children[0]})).forEach((function(t){var e=a.exec(null==t?void 0:t.innerText);if(e){var r=Ee(e,2)[1],n=t.parentNode,o=t.childNodes[0],i=o.wholeText.indexOf("\n");if(i>-1){var u=o.splitText(i);n.insertBefore(u,n.firstChild)}n.removeChild(t),n.childNodes[0].splitText(1),n.removeChild(n.childNodes[0]);var s=n.parentNode.parentNode,c=l("div",{class:"pre-header break-layout"},l("span",{},l("small",{class:"icon-file-empty"})," ",r));s.insertBefore(c,s.firstChild)}})),"complete"in HTMLImageElement.prototype&&(t.querySelectorAll("img[width][height][loading=lazy]").forEach((function(t){d&&t.complete||(t.style.opacity="0",t.addEventListener("load",(function(){return t.animate(u,s)}),{once:!0}))})),d=!1)}})),h=null,p((function(){var t,e=document.getElementById("_main");if(e){var r=e.querySelector("#markdown-toc");r&&(r.classList.remove("toc-hide"),r.classList.add("toc-show")),e.querySelectorAll("li[id^='fn:']").forEach((function(t){return t.tabIndex=0})),e.querySelectorAll("a[href^='#fn:']").forEach((function(t){return t.addEventListener("click",(function(t){var e;return null===(e=document.getElementById(t.currentTarget.getAttribute("href").substr(1)))||void 0===e?void 0:e.focus()}))})),e.querySelectorAll('pre, table:not(.highlight), .katex-display, .break-layout, mjx-container[jax="CHTML"][display="true"]').forEach((function(t){return t.addEventListener("touchstart",(function(e){return t.scrollLeft>0&&e.stopPropagation()}),{passive:!1})}));var o=null===(t=document.getElementById("_katexPreload"))||void 0===t?void 0:t.href;!h&&o&&(0,n.FF)(e.querySelectorAll(".katex"),{rootMargin:"1440px"}).then((function(){h=(0,n.y6)(o)}))}})),v=document.getElementById("_MathJax"),!c||!v){t.next=31;break}if((y=function(t){var e=Ee(t.detail.replaceEls,1)[0];e.querySelectorAll('script[type="math/tex; mode=display"]').forEach((function(t){t.outerHTML=t.innerText.replace("% ","\\]")})),e.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,(0,n.Oo)(v,"load");case 28:return t.next=30,MathJax.typesetPromise();case 30:window._noPushState||(c.addEventListener("ready",y),(0,o.R)(c,"after").pipe((0,i.H)((function(){return MathJax.typesetPromise()}))).subscribe());case 31:case"end":return t.stop()}}),t)})))()},85404:(t,e,r)=>{"use strict";r.d(e,{c:()=>l});var n=r(54776),o=r(28539),i=r(62626),a=r(83569);function u(t){return 0===t.length?a.D:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var s=r(86814),c=r(18891),f=r(10390),l=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var i,a=this,u=(i=t)&&i instanceof n.vU||function(t){return t&&(0,c.T)(t.next)&&(0,c.T)(t.error)&&(0,c.T)(t.complete)}(i)&&(0,o.Uv)(i)?t:new n.Ms(t,e,r);return(0,f.Y)((function(){var t=a,e=t.operator,r=t.source;u.add(e?e.call(u,r):r?a._subscribe(u):a._trySubscribe(u))})),u},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=p(e))((function(e,o){var i=new n.Ms({next:function(e){try{t(e)}catch(t){o(t),i.unsubscribe()}},error:o,complete:e});r.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.s]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e{"use strict";r.d(e,{Ms:()=>g,vU:()=>d});var n=r(31635),o=r(18891),i=r(28539),a=r(86814),u=r(17642),s=r(25755),c=f("C",void 0,void 0);function f(t,e,r){return{kind:t,value:e,error:r}}var l=r(52234),p=r(10390),d=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,(0,i.Uv)(e)&&e.add(r)):r.destination=w,r}return(0,n.C6)(e,t),e.create=function(t,e,r){return new g(t,e,r)},e.prototype.next=function(t){this.isStopped?b(function(t){return f("N",t,void 0)}(t),this):this._next(t)},e.prototype.error=function(t){this.isStopped?b(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped?b(c,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.yU),h=Function.prototype.bind;function v(t,e){return h.call(t,e)}var y=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){m(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){m(t)}else m(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){m(t)}},t}(),g=function(t){function e(e,r,n){var i,u,s=t.call(this)||this;(0,o.T)(e)||!e?i={next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&a.$.useDeprecatedNextContext?((u=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&v(e.next,u),error:e.error&&v(e.error,u),complete:e.complete&&v(e.complete,u)}):i=e;return s.destination=new y(i),s}return(0,n.C6)(e,t),e}(d);function m(t){a.$.useDeprecatedSynchronousErrorHandling?(0,p.l)(t):(0,u.m)(t)}function b(t,e){var r=a.$.onStoppedNotification;r&&l.f.setTimeout((function(){return r(t,e)}))}var w={closed:!0,next:s.l,error:function(t){throw t},complete:s.l}},28539:(t,e,r)=>{"use strict";r.d(e,{Kn:()=>s,yU:()=>u,Uv:()=>c});var n=r(31635),o=r(18891),i=(0,r(497).L)((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}})),a=r(13352),u=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,r,a,u;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var c=(0,n.Ju)(s),l=c.next();!l.done;l=c.next()){l.value.remove(this)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}else s.remove(this);var p=this.initialTeardown;if((0,o.T)(p))try{p()}catch(t){u=t instanceof i?t.errors:[t]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var h=(0,n.Ju)(d),v=h.next();!v.done;v=h.next()){var y=v.value;try{f(y)}catch(t){u=null!=u?u:[],t instanceof i?u=(0,n.fX)((0,n.fX)([],(0,n.zs)(u)),(0,n.zs)(t.errors)):u.push(t)}}}catch(t){r={error:t}}finally{try{v&&!v.done&&(a=h.return)&&a.call(h)}finally{if(r)throw r.error}}}if(u)throw new i(u)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)f(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).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)&&(0,a.o)(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&(0,a.o)(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),s=u.EMPTY;function c(t){return t instanceof u||t&&"closed"in t&&(0,o.T)(t.remove)&&(0,o.T)(t.add)&&(0,o.T)(t.unsubscribe)}function f(t){(0,o.T)(t)?t():t.unsubscribe()}},86814:(t,e,r)=>{"use strict";r.d(e,{$:()=>n});var n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},50260:(t,e,r)=>{"use strict";r.d(e,{x:()=>a});var n=r(95345);var o=r(70698),i=r(6745);function a(){for(var t=[],e=0;e{"use strict";r.d(e,{H:()=>w});var n=r(62618),o=r(94825),i=r(20610);function a(t,e){return void 0===e&&(e=0),(0,i.N)((function(r,n){n.add(t.schedule((function(){return r.subscribe(n)}),e))}))}var u=r(85404);var s=r(81357),c=r(18891),f=r(75557);function l(t,e){if(!t)throw new Error("Iterable cannot be null");return new u.c((function(r){(0,f.N)(r,e,(function(){var n=t[Symbol.asyncIterator]();(0,f.N)(r,e,(function(){n.next().then((function(t){t.done?r.complete():r.next(t.value)}))}),0,!0)}))}))}var p=r(83939),d=r(97270),h=r(87949),v=r(22153),y=r(30517),g=r(44067),m=r(9336);function b(t,e){if(null!=t){if((0,p.l)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,h.X)(t))return function(t,e){return new u.c((function(r){var n=0;return e.schedule((function(){n===t.length?r.complete():(r.next(t[n++]),r.closed||this.schedule())}))}))}(t,e);if((0,d.y)(t))return function(t,e){return(0,n.Tg)(t).pipe(a(e),(0,o.Q)(e))}(t,e);if((0,y.T)(t))return l(t,e);if((0,v.x)(t))return function(t,e){return new u.c((function(r){var n;return(0,f.N)(r,e,(function(){n=t[s.l](),(0,f.N)(r,e,(function(){var t,e,o;try{e=(t=n.next()).value,o=t.done}catch(t){return void r.error(t)}o?r.complete():r.next(e)}),0,!0)})),function(){return(0,c.T)(null==n?void 0:n.return)&&n.return()}}))}(t,e);if((0,m.U)(t))return function(t,e){return l((0,m.C)(t),e)}(t,e)}throw(0,g.L)(t)}function w(t,e){return e?b(t,e):(0,n.Tg)(t)}},45786:(t,e,r)=>{"use strict";r.d(e,{R:()=>d});var n=r(31635),o=r(62618),i=r(85404),a=r(12180),u=r(87949),s=r(18891),c=r(12886),f=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function d(t,e,r,v){if((0,s.T)(r)&&(v=r,r=void 0),v)return d(t,e,r).pipe((0,c.I)(v));var y=(0,n.zs)(function(t){return(0,s.T)(t.addEventListener)&&(0,s.T)(t.removeEventListener)}(t)?l.map((function(n){return function(o){return t[n](e,o,r)}})):function(t){return(0,s.T)(t.addListener)&&(0,s.T)(t.removeListener)}(t)?f.map(h(t,e)):function(t){return(0,s.T)(t.on)&&(0,s.T)(t.off)}(t)?p.map(h(t,e)):[],2),g=y[0],m=y[1];if(!g&&(0,u.X)(t))return(0,a.Z)((function(t){return d(t,e,r)}))((0,o.Tg)(t));if(!g)throw new TypeError("Invalid event target");return new i.c((function(t){var e=function(){for(var e=[],r=0;r{"use strict";r.d(e,{Tg:()=>v});var n=r(31635),o=r(87949),i=r(97270),a=r(85404),u=r(83939),s=r(30517),c=r(44067),f=r(22153),l=r(9336),p=r(18891),d=r(17642),h=r(62626);function v(t){if(t instanceof a.c)return t;if(null!=t){if((0,u.l)(t))return m=t,new a.c((function(t){var e=m[h.s]();if((0,p.T)(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if((0,o.X)(t))return g=t,new a.c((function(t){for(var e=0;e{"use strict";r.d(e,{t:()=>i});var n=r(85404),o=r(25755),i=new n.c(o.l)},87661:(t,e,r)=>{"use strict";r.d(e,{of:()=>i});var n=r(70698),o=r(6745);function i(){for(var t=[],e=0;e{"use strict";r.d(e,{_:()=>o});var n=r(31635);function o(t,e,r,n,o){return new i(t,e,r,n,o)}var i=function(t){function e(e,r,n,o,i,a){var u=t.call(this,e)||this;return u.onFinalize=i,u.shouldUnsubscribe=a,u._next=r?function(t){try{r(t)}catch(t){e.error(t)}}:t.prototype._next,u._error=o?function(t){try{o(t)}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._error,u._complete=n?function(){try{n()}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._complete,u}return(0,n.C6)(e,t),e.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&(null===(e=this.onFinalize)||void 0===e||e.call(this))}},e}(r(54776).vU)},66510:(t,e,r)=>{"use strict";r.d(e,{H:()=>i});var n=r(12180),o=r(18891);function i(t,e){return(0,o.T)(e)?(0,n.Z)(t,e,1):(0,n.Z)(t,1)}},90756:(t,e,r)=>{"use strict";r.d(e,{B:()=>a});var n=r(39328),o=r(20610),i=r(91660);function a(t,e){return void 0===e&&(e=n.E),(0,o.N)((function(r,n){var o=null,a=null,u=null,s=function(){if(o){o.unsubscribe(),o=null;var t=a;a=null,n.next(t)}};function c(){var r=u+t,i=e.now();if(i{"use strict";r.d(e,{p:()=>i});var n=r(20610),o=r(91660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){return t.call(e,r,i++)&&n.next(r)})))}))}},8726:(t,e,r)=>{"use strict";r.d(e,{T:()=>i});var n=r(20610),o=r(91660);function i(t,e){return(0,n.N)((function(r,n){var i=0;r.subscribe((0,o._)(n,(function(r){n.next(t.call(e,r,i++))})))}))}},95345:(t,e,r)=>{"use strict";r.d(e,{U:()=>i});var n=r(12180),o=r(83569);function i(t){return void 0===t&&(t=1/0),(0,n.Z)(o.D,t)}},12180:(t,e,r)=>{"use strict";r.d(e,{Z:()=>c});var n=r(8726),o=r(62618),i=r(20610),a=r(75557),u=r(91660);var s=r(18891);function c(t,e,r){return void 0===r&&(r=1/0),(0,s.T)(e)?c((function(r,i){return(0,n.T)((function(t,n){return e(r,t,i,n)}))((0,o.Tg)(t(r,i)))}),r):("number"==typeof e&&(r=e),(0,i.N)((function(e,n){return function(t,e,r,n,i,s,c,f){var l=[],p=0,d=0,h=!1,v=function(){!h||l.length||p||e.complete()},y=function(t){return p{"use strict";r.d(e,{Q:()=>a});var n=r(75557),o=r(20610),i=r(91660);function a(t,e){return void 0===e&&(e=0),(0,o.N)((function(r,o){r.subscribe((0,i._)(o,(function(r){return(0,n.N)(o,t,(function(){return o.next(r)}),e)}),(function(){return(0,n.N)(o,t,(function(){return o.complete()}),e)}),(function(r){return(0,n.N)(o,t,(function(){return o.error(r)}),e)})))}))}},99258:(t,e,r)=>{"use strict";r.d(e,{n:()=>a});var n=r(62618),o=r(20610),i=r(91660);function a(t,e){return(0,o.N)((function(r,o){var a=null,u=0,s=!1,c=function(){return s&&!a&&o.complete()};r.subscribe((0,i._)(o,(function(r){null==a||a.unsubscribe();var s=0,f=u++;(0,n.Tg)(t(r,f)).subscribe(a=(0,i._)(o,(function(t){return o.next(e?e(r,t,f,s++):t)}),(function(){a=null,c()})))}),(function(){s=!0,c()})))}))}},77137:(t,e,r)=>{"use strict";r.d(e,{M:()=>u});var n=r(18891),o=r(20610),i=r(91660),a=r(83569);function u(t,e,r){var u=(0,n.T)(t)||e||r?{next:t,error:e,complete:r}:t;return u?(0,o.N)((function(t,e){var r;null===(r=u.subscribe)||void 0===r||r.call(u);var n=!0;t.subscribe((0,i._)(e,(function(t){var r;null===(r=u.next)||void 0===r||r.call(u,t),e.next(t)}),(function(){var t;n=!1,null===(t=u.complete)||void 0===t||t.call(u),e.complete()}),(function(t){var r;n=!1,null===(r=u.error)||void 0===r||r.call(u,t),e.error(t)}),(function(){var t,e;n&&(null===(t=u.unsubscribe)||void 0===t||t.call(u)),null===(e=u.finalize)||void 0===e||e.call(u)})))})):a.D}},54261:(t,e,r)=>{"use strict";r.d(e,{E:()=>f});var n=r(31635),o=r(20610),i=r(91660),a=r(62618),u=r(83569),s=r(25755),c=r(70698);function f(){for(var t=[],e=0;e{"use strict";r.d(e,{R:()=>u});var n=r(31635),o=function(t){function e(e,r){return t.call(this)||this}return(0,n.C6)(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(r(28539).yU),i={setInterval:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],o=2;o{"use strict";r.d(e,{q:()=>a});var n=r(31635),o=r(19317),i=function(){function t(e,r){void 0===r&&(r=t.now),this.schedulerActionCtor=e,this.now=r}return t.prototype.schedule=function(t,e,r){return void 0===e&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},t.now=o.U.now,t}(),a=function(t){function e(e,r){void 0===r&&(r=i.now);var n=t.call(this,e,r)||this;return n.actions=[],n._active=!1,n}return(0,n.C6)(e,t),e.prototype.flush=function(t){var e=this.actions;if(this._active)e.push(t);else{var r;this._active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=e.shift());if(this._active=!1,r){for(;t=e.shift();)t.unsubscribe();throw r}}},e}(i)},6884:(t,e,r)=>{"use strict";r.d(e,{H:()=>i});var n=r(31635),o=r(28539),i={schedule:function(t){var e=requestAnimationFrame,r=cancelAnimationFrame,n=i.delegate;n&&(e=n.requestAnimationFrame,r=n.cancelAnimationFrame);var a=e((function(e){r=void 0,t(e)}));return new o.yU((function(){return null==r?void 0:r(a)}))},requestAnimationFrame:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e{"use strict";r.d(e,{E:()=>o,b:()=>i});var n=r(75473),o=new(r(77775).q)(n.R),i=o},19317:(t,e,r)=>{"use strict";r.d(e,{U:()=>n});var n={now:function(){return(n.delegate||Date).now()},delegate:void 0}},52234:(t,e,r)=>{"use strict";r.d(e,{f:()=>o});var n=r(31635),o={setTimeout:function(t){function e(e,r){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t,e){for(var r=[],i=2;i{"use strict";r.d(e,{l:()=>n});var n="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"},62626:(t,e,r)=>{"use strict";r.d(e,{s:()=>n});var n="function"==typeof Symbol&&Symbol.observable||"@@observable"},70698:(t,e,r)=>{"use strict";r.d(e,{R0:()=>s,lI:()=>u,ms:()=>a});var n=r(18891),o=r(66706);function i(t){return t[t.length-1]}function a(t){return(0,n.T)(i(t))?t.pop():void 0}function u(t){return(0,o.m)(i(t))?t.pop():void 0}function s(t,e){return"number"==typeof i(t)?t.pop():e}},13352:(t,e,r)=>{"use strict";function n(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}r.d(e,{o:()=>n})},497:(t,e,r)=>{"use strict";function n(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}r.d(e,{L:()=>n})},10390:(t,e,r)=>{"use strict";r.d(e,{Y:()=>i,l:()=>a});var n=r(86814),o=null;function i(t){if(n.$.useDeprecatedSynchronousErrorHandling){var e=!o;if(e&&(o={errorThrown:!1,error:null}),t(),e){var r=o,i=r.errorThrown,a=r.error;if(o=null,i)throw a}}else t()}function a(t){n.$.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=t)}},75557:(t,e,r)=>{"use strict";function n(t,e,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=e.schedule((function(){r(),o?t.add(this.schedule(null,n)):this.unsubscribe()}),n);if(t.add(i),!o)return i}r.d(e,{N:()=>n})},83569:(t,e,r)=>{"use strict";function n(t){return t}r.d(e,{D:()=>n})},87949:(t,e,r)=>{"use strict";r.d(e,{X:()=>n});var n=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},30517:(t,e,r)=>{"use strict";r.d(e,{T:()=>o});var n=r(18891);function o(t){return Symbol.asyncIterator&&(0,n.T)(null==t?void 0:t[Symbol.asyncIterator])}},18891:(t,e,r)=>{"use strict";function n(t){return"function"==typeof t}r.d(e,{T:()=>n})},83939:(t,e,r)=>{"use strict";r.d(e,{l:()=>i});var n=r(62626),o=r(18891);function i(t){return(0,o.T)(t[n.s])}},22153:(t,e,r)=>{"use strict";r.d(e,{x:()=>i});var n=r(81357),o=r(18891);function i(t){return(0,o.T)(null==t?void 0:t[n.l])}},97270:(t,e,r)=>{"use strict";r.d(e,{y:()=>o});var n=r(18891);function o(t){return(0,n.T)(null==t?void 0:t.then)}},9336:(t,e,r)=>{"use strict";r.d(e,{C:()=>i,U:()=>a});var n=r(31635),o=r(18891);function i(t){return(0,n.AQ)(this,arguments,(function(){var e,r,o;return(0,n.YH)(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,(0,n.N3)(e.read())];case 3:return r=i.sent(),o=r.value,r.done?[4,(0,n.N3)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,(0,n.N3)(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 a(t){return(0,o.T)(null==t?void 0:t.getReader)}},66706:(t,e,r)=>{"use strict";r.d(e,{m:()=>o});var n=r(18891);function o(t){return t&&(0,n.T)(t.schedule)}},20610:(t,e,r)=>{"use strict";r.d(e,{N:()=>o});var n=r(18891);function o(t){return function(e){if(function(t){return(0,n.T)(null==t?void 0:t.lift)}(e))return e.lift((function(e){try{return t(e,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}},12886:(t,e,r)=>{"use strict";r.d(e,{I:()=>a});var n=r(31635),o=r(8726),i=Array.isArray;function a(t){return(0,o.T)((function(e){return function(t,e){return i(e)?t.apply(void 0,(0,n.fX)([],(0,n.zs)(e))):t(e)}(t,e)}))}},25755:(t,e,r)=>{"use strict";function n(){}r.d(e,{l:()=>n})},17642:(t,e,r)=>{"use strict";r.d(e,{m:()=>i});var n=r(86814),o=r(52234);function i(t){o.f.setTimeout((function(){var e=n.$.onUnhandledError;if(!e)throw t;e(t)}))}},44067:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function o(t){return new TypeError("You provided "+(null!==t&&"object"===n(t)?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}r.d(e,{L:()=>o})},30356:(t,e,r)=>{"use strict";var n=r(38095),o=r(84581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a function")}},37050:(t,e,r)=>{"use strict";var n=r(17659),o=r(84581),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not a constructor")}},10992:(t,e,r)=>{"use strict";var n=r(64059),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},33523:(t,e,r)=>{"use strict";var n=r(60533),o=r(17998),i=r(10343).f,a=n("unscopables"),u=Array.prototype;void 0===u[a]&&i(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},36567:(t,e,r)=>{"use strict";var n=r(78133).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},78033:(t,e,r)=>{"use strict";var n=r(8635),o=TypeError;t.exports=function(t,e){if(n(e,t))return t;throw new o("Incorrect invocation")}},33817:(t,e,r)=>{"use strict";var n=r(36116),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(o(t)+" is not an object")}},77653:t=>{"use strict";t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},27146:(t,e,r)=>{"use strict";var n=r(32565);t.exports=n((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},58850:(t,e,r)=>{"use strict";var n,o,i,a=r(77653),u=r(40970),s=r(42646),c=r(38095),f=r(36116),l=r(93519),p=r(28549),d=r(84581),h=r(86729),v=r(59454),y=r(91276),g=r(8635),m=r(95321),b=r(56325),w=r(60533),x=r(33414),S=r(22991),E=S.enforce,O=S.get,A=s.Int8Array,T=A&&A.prototype,j=s.Uint8ClampedArray,P=j&&j.prototype,L=A&&m(A),I=T&&m(T),k=Object.prototype,_=s.TypeError,C=w("toStringTag"),M=x("TYPED_ARRAY_TAG"),R="TypedArrayConstructor",N=a&&!!b&&"Opera"!==p(s.opera),F=!1,D={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},U={BigInt64Array:8,BigUint64Array:8},B=function(t){var e=m(t);if(f(e)){var r=O(e);return r&&l(r,R)?r[R]:B(e)}},z=function(t){if(!f(t))return!1;var e=p(t);return l(D,e)||l(U,e)};for(n in D)(i=(o=s[n])&&o.prototype)?E(i)[R]=o:N=!1;for(n in U)(i=(o=s[n])&&o.prototype)&&(E(i)[R]=o);if((!N||!c(L)||L===Function.prototype)&&(L=function(){throw new _("Incorrect invocation")},N))for(n in D)s[n]&&b(s[n],L);if((!N||!I||I===k)&&(I=L.prototype,N))for(n in D)s[n]&&b(s[n].prototype,I);if(N&&m(P)!==I&&b(P,I),u&&!l(I,C))for(n in F=!0,y(I,C,{configurable:!0,get:function(){return f(this)?this[M]:void 0}}),D)s[n]&&h(s[n],M,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:N,TYPED_ARRAY_TAG:F&&M,aTypedArray:function(t){if(z(t))return t;throw new _("Target is not a typed array")},aTypedArrayConstructor:function(t){if(c(t)&&(!b||g(L,t)))return t;throw new _(d(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r,n){if(u){if(r)for(var o in D){var i=s[o];if(i&&l(i.prototype,t))try{delete i.prototype[t]}catch(r){try{i.prototype[t]=e}catch(t){}}}I[t]&&!r||v(I,t,r?e:N&&T[t]||e,n)}},exportTypedArrayStaticMethod:function(t,e,r){var n,o;if(u){if(b){if(r)for(n in D)if((o=s[n])&&l(o,t))try{delete o[t]}catch(t){}if(L[t]&&!r)return;try{return v(L,t,r?e:N&&L[t]||e)}catch(t){}}for(n in D)!(o=s[n])||o[t]&&!r||v(o,t,e)}},getTypedArrayConstructor:B,isView:function(t){if(!f(t))return!1;var e=p(t);return"DataView"===e||l(D,e)||l(U,e)},isTypedArray:z,TypedArray:L,TypedArrayPrototype:I}},68140:(t,e,r)=>{"use strict";var n=r(42646),o=r(82374),i=r(40970),a=r(77653),u=r(34252),s=r(86729),c=r(91276),f=r(25653),l=r(32565),p=r(78033),d=r(94905),h=r(16464),v=r(7674),y=r(31983),g=r(53004),m=r(95321),b=r(56325),w=r(56531),x=r(83014),S=r(41993),E=r(43802),O=r(11889),A=r(22991),T=u.PROPER,j=u.CONFIGURABLE,P="ArrayBuffer",L="DataView",I="prototype",k="Wrong index",_=A.getterFor(P),C=A.getterFor(L),M=A.set,R=n[P],N=R,F=N&&N[I],D=n[L],U=D&&D[I],B=Object.prototype,z=n.Array,q=n.RangeError,H=o(w),W=o([].reverse),V=g.pack,G=g.unpack,$=function(t){return[255&t]},Y=function(t){return[255&t,t>>8&255]},X=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},J=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Q=function(t){return V(y(t),23,4)},K=function(t){return V(t,52,8)},Z=function(t,e,r){c(t[I],e,{configurable:!0,get:function(){return r(this)[e]}})},tt=function(t,e,r,n){var o=C(t),i=v(r),a=!!n;if(i+e>o.byteLength)throw new q(k);var u=o.bytes,s=i+o.byteOffset,c=x(u,s,s+e);return a?c:W(c)},et=function(t,e,r,n,o,i){var a=C(t),u=v(r),s=n(+o),c=!!i;if(u+e>a.byteLength)throw new q(k);for(var f=a.bytes,l=u+a.byteOffset,p=0;p>24)},setUint8:function(t,e){ot(this,t,e<<24>>24)}},{unsafe:!0})}else F=(N=function(t){p(this,F);var e=v(t);M(this,{type:P,bytes:H(z(e),0),byteLength:e}),i||(this.byteLength=e,this.detached=!1)})[I],U=(D=function(t,e,r){p(this,U),p(t,F);var n=_(t),o=n.byteLength,a=d(e);if(a<0||a>o)throw new q("Wrong offset");if(a+(r=void 0===r?o-a:h(r))>o)throw new q("Wrong length");M(this,{type:L,buffer:t,byteLength:r,byteOffset:a,bytes:n.bytes}),i||(this.buffer=t,this.byteLength=r,this.byteOffset=a)})[I],i&&(Z(N,"byteLength",_),Z(D,"buffer",C),Z(D,"byteLength",C),Z(D,"byteOffset",C)),f(U,{getInt8:function(t){return tt(this,1,t)[0]<<24>>24},getUint8:function(t){return tt(this,1,t)[0]},getInt16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=tt(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return J(tt(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return G(tt(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return G(tt(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){et(this,1,t,$,e)},setUint8:function(t,e){et(this,1,t,$,e)},setInt16:function(t,e){et(this,2,t,Y,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){et(this,2,t,Y,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){et(this,4,t,X,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){et(this,4,t,Q,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){et(this,8,t,K,e,arguments.length>2&&arguments[2])}});O(N,P),O(D,L),t.exports={ArrayBuffer:N,DataView:D}},67723:(t,e,r)=>{"use strict";var n=r(51607),o=r(73180),i=r(95124),a=r(93232),u=Math.min;t.exports=[].copyWithin||function(t,e){var r=n(this),s=i(r),c=o(t,s),f=o(e,s),l=arguments.length>2?arguments[2]:void 0,p=u((void 0===l?s:o(l,s))-f,s-c),d=1;for(f0;)f in r?r[c]=r[f]:a(r,c),c+=d,f+=d;return r}},56531:(t,e,r)=>{"use strict";var n=r(51607),o=r(73180),i=r(95124);t.exports=function(t){for(var e=n(this),r=i(e),a=arguments.length,u=o(a>1?arguments[1]:void 0,r),s=a>2?arguments[2]:void 0,c=void 0===s?r:o(s,r);c>u;)e[u++]=t;return e}},4373:(t,e,r)=>{"use strict";var n=r(6287).forEach,o=r(78708)("forEach");t.exports=o?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},49716:(t,e,r)=>{"use strict";var n=r(95124);t.exports=function(t,e,r){for(var o=0,i=arguments.length>2?r:n(e),a=new t(i);i>o;)a[o]=e[o++];return a}},17810:(t,e,r)=>{"use strict";var n=r(16230),o=r(73155),i=r(51607),a=r(80689),u=r(46199),s=r(17659),c=r(95124),f=r(90210),l=r(50827),p=r(75077),d=Array;t.exports=function(t){var e=i(t),r=s(this),h=arguments.length,v=h>1?arguments[1]:void 0,y=void 0!==v;y&&(v=n(v,h>2?arguments[2]:void 0));var g,m,b,w,x,S,E=p(e),O=0;if(!E||this===d&&u(E))for(g=c(e),m=r?new this(g):d(g);g>O;O++)S=y?v(e[O],O):e[O],f(m,O,S);else for(m=r?new this:[],x=(w=l(e,E)).next;!(b=o(x,w)).done;O++)S=y?a(w,v,[b.value,O],!0):b.value,f(m,O,S);return m.length=O,m}},74751:(t,e,r)=>{"use strict";var n=r(39787),o=r(73180),i=r(95124),a=function(t){return function(e,r,a){var u=n(e),s=i(u);if(0===s)return!t&&-1;var c,f=o(a,s);if(t&&r!=r){for(;s>f;)if((c=u[f++])!=c)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===r)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},6287:(t,e,r)=>{"use strict";var n=r(16230),o=r(82374),i=r(43973),a=r(51607),u=r(95124),s=r(79635),c=o([].push),f=function(t){var e=1===t,r=2===t,o=3===t,f=4===t,l=6===t,p=7===t,d=5===t||l;return function(h,v,y,g){for(var m,b,w=a(h),x=i(w),S=u(x),E=n(v,y),O=0,A=g||s,T=e?A(h,S):r||p?A(h,0):void 0;S>O;O++)if((d||O in x)&&(b=E(m=x[O],O,w),t))if(e)T[O]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return O;case 2:c(T,m)}else switch(t){case 4:return!1;case 7:c(T,m)}return l?-1:o||f?f:T}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},1617:(t,e,r)=>{"use strict";var n=r(127),o=r(39787),i=r(94905),a=r(95124),u=r(78708),s=Math.min,c=[].lastIndexOf,f=!!c&&1/[1].lastIndexOf(1,-0)<0,l=u("lastIndexOf"),p=f||!l;t.exports=p?function(t){if(f)return n(c,this,arguments)||0;var e=o(this),r=a(e);if(0===r)return-1;var u=r-1;for(arguments.length>1&&(u=s(u,i(arguments[1]))),u<0&&(u=r+u);u>=0;u--)if(u in e&&e[u]===t)return u||0;return-1}:c},5063:(t,e,r)=>{"use strict";var n=r(32565),o=r(60533),i=r(98497),a=o("species");t.exports=function(t){return i>=51||!n((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},78708:(t,e,r)=>{"use strict";var n=r(32565);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){return 1},1)}))}},71456:(t,e,r)=>{"use strict";var n=r(30356),o=r(51607),i=r(43973),a=r(95124),u=TypeError,s="Reduce of empty array with no initial value",c=function(t){return function(e,r,c,f){var l=o(e),p=i(l),d=a(l);if(n(r),0===d&&c<2)throw new u(s);var h=t?d-1:0,v=t?-1:1;if(c<2)for(;;){if(h in p){f=p[h],h+=v;break}if(h+=v,t?h<0:d<=h)throw new u(s)}for(;t?h>=0:d>h;h+=v)h in p&&(f=r(f,p[h],h,l));return f}};t.exports={left:c(!1),right:c(!0)}},52149:(t,e,r)=>{"use strict";var n=r(40970),o=r(76894),i=TypeError,a=Object.getOwnPropertyDescriptor,u=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=u?function(t,e){if(o(t)&&!a(t,"length").writable)throw new i("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},83014:(t,e,r)=>{"use strict";var n=r(82374);t.exports=n([].slice)},22278:(t,e,r)=>{"use strict";var n=r(83014),o=Math.floor,i=function(t,e){var r=t.length;if(r<8)for(var a,u,s=1;s0;)t[u]=t[--u];u!==s++&&(t[u]=a)}else for(var c=o(r/2),f=i(n(t,0,c),e),l=i(n(t,c),e),p=f.length,d=l.length,h=0,v=0;h{"use strict";var n=r(76894),o=r(17659),i=r(36116),a=r(60533)("species"),u=Array;t.exports=function(t){var e;return n(t)&&(e=t.constructor,(o(e)&&(e===u||n(e.prototype))||i(e)&&null===(e=e[a]))&&(e=void 0)),void 0===e?u:e}},79635:(t,e,r)=>{"use strict";var n=r(14915);t.exports=function(t,e){return new(n(t))(0===e?0:e)}},80689:(t,e,r)=>{"use strict";var n=r(33817),o=r(44933);t.exports=function(t,e,r,i){try{return i?e(n(r)[0],r[1]):e(r)}catch(e){o(t,"throw",e)}}},13990:(t,e,r)=>{"use strict";var n=r(60533)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!o)return!1}catch(t){return!1}var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},78898:(t,e,r)=>{"use strict";var n=r(82374),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},28549:(t,e,r)=>{"use strict";var n=r(97366),o=r(38095),i=r(78898),a=r(60533)("toStringTag"),u=Object,s="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=u(t),a))?r:s?i(e):"Object"===(n=i(e))&&o(e.callee)?"Arguments":n}},38104:(t,e,r)=>{"use strict";var n=r(17998),o=r(91276),i=r(25653),a=r(16230),u=r(78033),s=r(52579),c=r(59598),f=r(82490),l=r(17011),p=r(42967),d=r(40970),h=r(1725).fastKey,v=r(22991),y=v.set,g=v.getterFor;t.exports={getConstructor:function(t,e,r,f){var l=t((function(t,o){u(t,p),y(t,{type:e,index:n(null),first:null,last:null,size:0}),d||(t.size=0),s(o)||c(o,t[f],{that:t,AS_ENTRIES:r})})),p=l.prototype,v=g(e),m=function(t,e,r){var n,o,i=v(t),a=b(t,e);return a?a.value=r:(i.last=a={index:o=h(e,!0),key:e,value:r,previous:n=i.last,next:null,removed:!1},i.first||(i.first=a),n&&(n.next=a),d?i.size++:t.size++,"F"!==o&&(i.index[o]=a)),t},b=function(t,e){var r,n=v(t),o=h(e);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key===e)return r};return i(p,{clear:function(){for(var t=v(this),e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=null),e=e.next;t.first=t.last=null,t.index=n(null),d?t.size=0:this.size=0},delete:function(t){var e=this,r=v(e),n=b(e,t);if(n){var o=n.next,i=n.previous;delete r.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),r.first===n&&(r.first=o),r.last===n&&(r.last=i),d?r.size--:e.size--}return!!n},forEach:function(t){for(var e,r=v(this),n=a(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!b(this,t)}}),i(p,r?{get:function(t){var e=b(this,t);return e&&e.value},set:function(t,e){return m(this,0===t?0:t,e)}}:{add:function(t){return m(this,t=0===t?0:t,t)}}),d&&o(p,"size",{configurable:!0,get:function(){return v(this).size}}),l},setStrong:function(t,e,r){var n=e+" Iterator",o=g(e),i=g(n);f(t,e,(function(t,e){y(this,{type:n,target:t,state:o(t),kind:e,last:null})}),(function(){for(var t=i(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?l("keys"===e?r.key:"values"===e?r.value:[r.key,r.value],!1):(t.target=null,l(void 0,!0))}),r?"entries":"values",!r,!0),p(e)}}},86491:(t,e,r)=>{"use strict";var n=r(82374),o=r(25653),i=r(1725).getWeakData,a=r(78033),u=r(33817),s=r(52579),c=r(36116),f=r(59598),l=r(6287),p=r(93519),d=r(22991),h=d.set,v=d.getterFor,y=l.find,g=l.findIndex,m=n([].splice),b=0,w=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},S=function(t,e){return y(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=S(this,t);if(e)return e[1]},has:function(t){return!!S(this,t)},set:function(t,e){var r=S(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=g(this.entries,(function(e){return e[0]===t}));return~e&&m(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,r,n){var l=t((function(t,o){a(t,d),h(t,{type:e,id:b++,frozen:null}),s(o)||f(o,t[n],{that:t,AS_ENTRIES:r})})),d=l.prototype,y=v(e),g=function(t,e,r){var n=y(t),o=i(u(e),!0);return!0===o?w(n).set(e,r):o[n.id]=r,t};return o(d,{delete:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).delete(t):r&&p(r,e.id)&&delete r[e.id]},has:function(t){var e=y(this);if(!c(t))return!1;var r=i(t);return!0===r?w(e).has(t):r&&p(r,e.id)}}),o(d,r?{get:function(t){var e=y(this);if(c(t)){var r=i(t);if(!0===r)return w(e).get(t);if(r)return r[e.id]}},set:function(t,e){return g(this,t,e)}}:{add:function(t){return g(this,t,!0)}}),l}}},40242:(t,e,r)=>{"use strict";var n=r(87568),o=r(42646),i=r(82374),a=r(78),u=r(59454),s=r(1725),c=r(59598),f=r(78033),l=r(38095),p=r(52579),d=r(36116),h=r(32565),v=r(13990),y=r(11889),g=r(41993);t.exports=function(t,e,r){var m=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),w=m?"set":"add",x=o[t],S=x&&x.prototype,E=x,O={},A=function(t){var e=i(S[t]);u(S,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return b&&!d(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(a(t,!l(x)||!(b||S.forEach&&!h((function(){(new x).entries().next()})))))E=r.getConstructor(e,t,m,w),s.enable();else if(a(t,!0)){var T=new E,j=T[w](b?{}:-0,1)!==T,P=h((function(){T.has(1)})),L=v((function(t){new x(t)})),I=!b&&h((function(){for(var t=new x,e=5;e--;)t[w](e,e);return!t.has(-0)}));L||((E=e((function(t,e){f(t,S);var r=g(new x,t,E);return p(e)||c(e,r[w],{that:r,AS_ENTRIES:m}),r}))).prototype=S,S.constructor=E),(P||I)&&(A("delete"),A("has"),m&&A("get")),(I||j)&&A(w),b&&S.clear&&delete S.clear}return O[t]=E,n({global:!0,constructor:!0,forced:E!==x},O),y(E,t),b||r.setStrong(E,t,m),E}},43802:(t,e,r)=>{"use strict";var n=r(93519),o=r(46757),i=r(40325),a=r(10343);t.exports=function(t,e,r){for(var u=o(e),s=a.f,c=i.f,f=0;f{"use strict";var n=r(60533)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},99389:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},8214:(t,e,r)=>{"use strict";var n=r(82374),o=r(43972),i=r(83841),a=/"/g,u=n("".replace);t.exports=function(t,e,r,n){var s=i(o(t)),c="<"+e;return""!==r&&(c+=" "+r+'="'+u(i(n),a,""")+'"'),c+">"+s+""}},17011:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},86729:(t,e,r)=>{"use strict";var n=r(40970),o=r(10343),i=r(36494);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},36494:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},90210:(t,e,r)=>{"use strict";var n=r(40970),o=r(10343),i=r(36494);t.exports=function(t,e,r){n?o.f(t,e,i(0,r)):t[e]=r}},14562:(t,e,r)=>{"use strict";var n=r(33817),o=r(1312),i=TypeError;t.exports=function(t){if(n(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new i("Incorrect hint");return o(this,t)}},91276:(t,e,r)=>{"use strict";var n=r(33861),o=r(10343);t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),o.f(t,e,r)}},59454:(t,e,r)=>{"use strict";var n=r(38095),o=r(10343),i=r(33861),a=r(35155);t.exports=function(t,e,r,u){u||(u={});var s=u.enumerable,c=void 0!==u.name?u.name:e;if(n(r)&&i(r,c,u),u.global)s?t[e]=r:a(e,r);else{try{u.unsafe?t[e]&&(s=!0):delete t[e]}catch(t){}s?t[e]=r:o.f(t,e,{value:r,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},25653:(t,e,r)=>{"use strict";var n=r(59454);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},35155:(t,e,r)=>{"use strict";var n=r(42646),o=Object.defineProperty;t.exports=function(t,e){try{o(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},93232:(t,e,r)=>{"use strict";var n=r(84581),o=TypeError;t.exports=function(t,e){if(!delete t[e])throw new o("Cannot delete property "+n(e)+" of "+n(t))}},40970:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},31021:(t,e,r)=>{"use strict";var n=r(42646),o=r(36116),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},87119:t=>{"use strict";var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},37414:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},58746:(t,e,r)=>{"use strict";var n=r(31021)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},18137:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},14027:(t,e,r)=>{"use strict";var n=r(48289).match(/firefox\/(\d+)/i);t.exports=!!n&&+n[1]},94553:(t,e,r)=>{"use strict";var n=r(48289);t.exports=/MSIE|Trident/.test(n)},14363:(t,e,r)=>{"use strict";var n=r(48289);t.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},10038:(t,e,r)=>{"use strict";var n=r(48289);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},63083:(t,e,r)=>{"use strict";var n=r(36717);t.exports="NODE"===n},85242:(t,e,r)=>{"use strict";var n=r(48289);t.exports=/web0s(?!.*chrome)/i.test(n)},48289:(t,e,r)=>{"use strict";var n=r(42646).navigator,o=n&&n.userAgent;t.exports=o?String(o):""},98497:(t,e,r)=>{"use strict";var n,o,i=r(42646),a=r(48289),u=i.process,s=i.Deno,c=u&&u.versions||s&&s.version,f=c&&c.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},93953:(t,e,r)=>{"use strict";var n=r(48289).match(/AppleWebKit\/(\d+)\./);t.exports=!!n&&+n[1]},36717:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(42646),i=r(48289),a=r(78898),u=function(t){return i.slice(0,t.length)===t};t.exports=u("Bun/")?"BUN":u("Cloudflare-Workers")?"CLOUDFLARE":u("Deno/")?"DENO":u("Node.js/")?"NODE":o.Bun&&"string"==typeof Bun.version?"BUN":o.Deno&&"object"==n(Deno.version)?"DENO":"process"===a(o.process)?"NODE":o.window&&o.document?"BROWSER":"REST"},87568:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(42646),i=r(40325).f,a=r(86729),u=r(59454),s=r(35155),c=r(43802),f=r(78);t.exports=function(t,e){var r,l,p,d,h,v=t.target,y=t.global,g=t.stat;if(r=y?o:g?o[v]||s(v,{}):o[v]&&o[v].prototype)for(l in e){if(d=e[l],p=t.dontCallGetSet?(h=i(r,l))&&h.value:r[l],!f(y?l:v+(g?".":"#")+l,t.forced)&&void 0!==p){if(n(d)==n(p))continue;c(d,p)}(t.sham||p&&p.sham)&&a(d,"sham",!0),u(r,l,d,t)}}},32565:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},1738:(t,e,r)=>{"use strict";r(26777);var n=r(73155),o=r(59454),i=r(9197),a=r(32565),u=r(60533),s=r(86729),c=u("species"),f=RegExp.prototype;t.exports=function(t,e,r,l){var p=u(t),d=!a((function(){var e={};return e[p]=function(){return 7},7!==""[t](e)})),h=d&&!a((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[c]=function(){return r},r.flags="",r[p]=/./[p]),r.exec=function(){return e=!0,null},r[p](""),!e}));if(!d||!h||r){var v=/./[p],y=e(p,""[t],(function(t,e,r,o,a){var u=e.exec;return u===i||u===f.exec?d&&!a?{done:!0,value:n(v,e,r,o)}:{done:!0,value:n(t,r,e,o)}:{done:!1}}));o(String.prototype,t,y[0]),o(f,p,y[1])}l&&s(f[p],"sham",!0)}},42509:(t,e,r)=>{"use strict";var n=r(76894),o=r(95124),i=r(87119),a=r(16230),u=function(t,e,r,s,c,f,l,p){for(var d,h,v=c,y=0,g=!!l&&a(l,p);y0&&n(d)?(h=o(d),v=u(t,e,d,h,v,f-1)-1):(i(v+1),t[v]=d),v++),y++;return v};t.exports=u},73502:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},127:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(82166),i=Function.prototype,a=i.apply,u=i.call;t.exports="object"==("undefined"==typeof Reflect?"undefined":n(Reflect))&&Reflect.apply||(o?u.bind(a):function(){return u.apply(a,arguments)})},16230:(t,e,r)=>{"use strict";var n=r(43390),o=r(30356),i=r(82166),a=n(n.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?a(t,e):function(){return t.apply(e,arguments)}}},82166:(t,e,r)=>{"use strict";var n=r(32565);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},32136:(t,e,r)=>{"use strict";var n=r(82374),o=r(30356),i=r(36116),a=r(93519),u=r(83014),s=r(82166),c=Function,f=n([].concat),l=n([].join),p={};t.exports=s?c.bind:function(t){var e=o(this),r=e.prototype,n=u(arguments,1),s=function(){var r=f(n,u(arguments));return this instanceof s?function(t,e,r){if(!a(p,e)){for(var n=[],o=0;o{"use strict";var n=r(82166),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},34252:(t,e,r)=>{"use strict";var n=r(40970),o=r(93519),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,u=o(i,"name"),s=u&&"something"===function(){}.name,c=u&&(!n||n&&a(i,"name").configurable);t.exports={EXISTS:u,PROPER:s,CONFIGURABLE:c}},4772:(t,e,r)=>{"use strict";var n=r(82374),o=r(30356);t.exports=function(t,e,r){try{return n(o(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},43390:(t,e,r)=>{"use strict";var n=r(78898),o=r(82374);t.exports=function(t){if("Function"===n(t))return o(t)}},82374:(t,e,r)=>{"use strict";var n=r(82166),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);t.exports=n?a:function(t){return function(){return i.apply(t,arguments)}}},21901:(t,e,r)=>{"use strict";var n=r(42646),o=r(38095);t.exports=function(t,e){return arguments.length<2?(r=n[t],o(r)?r:void 0):n[t]&&n[t][e];var r}},75077:(t,e,r)=>{"use strict";var n=r(28549),o=r(18720),i=r(52579),a=r(24995),u=r(60533)("iterator");t.exports=function(t){if(!i(t))return o(t,u)||o(t,"@@iterator")||a[n(t)]}},50827:(t,e,r)=>{"use strict";var n=r(73155),o=r(30356),i=r(33817),a=r(84581),u=r(75077),s=TypeError;t.exports=function(t,e){var r=arguments.length<2?u(t):e;if(o(r))return i(n(r,t));throw new s(a(t)+" is not iterable")}},34491:(t,e,r)=>{"use strict";var n=r(82374),o=r(76894),i=r(38095),a=r(78898),u=r(83841),s=n([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var e=t.length,r=[],n=0;n{"use strict";var n=r(30356),o=r(52579);t.exports=function(t,e){var r=t[e];return o(r)?void 0:n(r)}},4624:(t,e,r)=>{"use strict";var n=r(82374),o=r(51607),i=Math.floor,a=n("".charAt),u=n("".replace),s=n("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,n,l,p){var d=r+t.length,h=n.length,v=f;return void 0!==l&&(l=o(l),v=c),u(p,v,(function(o,u){var c;switch(a(u,0)){case"$":return"$";case"&":return t;case"`":return s(e,0,r);case"'":return s(e,d);case"<":c=l[s(u,1,-1)];break;default:var f=+u;if(0===f)return o;if(f>h){var p=i(f/10);return 0===p?o:p<=h?void 0===n[p-1]?a(u,1):n[p-1]+a(u,1):o}c=n[f-1]}return void 0===c?"":c}))}},42646:function(t,e,r){"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=function(t){return t&&t.Math===Math&&t};t.exports=o("object"==("undefined"==typeof globalThis?"undefined":n(globalThis))&&globalThis)||o("object"==("undefined"==typeof window?"undefined":n(window))&&window)||o("object"==("undefined"==typeof self?"undefined":n(self))&&self)||o("object"==(void 0===r.g?"undefined":n(r.g))&&r.g)||o("object"==n(this)&&this)||function(){return this}()||Function("return this")()},93519:(t,e,r)=>{"use strict";var n=r(82374),o=r(51607),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},59663:t=>{"use strict";t.exports={}},42183:t=>{"use strict";t.exports=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}}},45831:(t,e,r)=>{"use strict";var n=r(21901);t.exports=n("document","documentElement")},69747:(t,e,r)=>{"use strict";var n=r(40970),o=r(32565),i=r(31021);t.exports=!n&&!o((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},53004:t=>{"use strict";var e=Array,r=Math.abs,n=Math.pow,o=Math.floor,i=Math.log,a=Math.LN2;t.exports={pack:function(t,u,s){var c,f,l,p=e(s),d=8*s-u-1,h=(1<>1,y=23===u?n(2,-24)-n(2,-77):0,g=t<0||0===t&&1/t<0?1:0,m=0;for((t=r(t))!=t||t===1/0?(f=t!=t?1:0,c=h):(c=o(i(t)/a),t*(l=n(2,-c))<1&&(c--,l*=2),(t+=c+v>=1?y/l:y*n(2,1-v))*l>=2&&(c++,l/=2),c+v>=h?(f=0,c=h):c+v>=1?(f=(t*l-1)*n(2,u),c+=v):(f=t*n(2,v-1)*n(2,u),c=0));u>=8;)p[m++]=255&f,f/=256,u-=8;for(c=c<0;)p[m++]=255&c,c/=256,d-=8;return p[m-1]|=128*g,p},unpack:function(t,e){var r,o=t.length,i=8*o-e-1,a=(1<>1,s=i-7,c=o-1,f=t[c--],l=127&f;for(f>>=7;s>0;)l=256*l+t[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=e;s>0;)r=256*r+t[c--],s-=8;if(0===l)l=1-u;else{if(l===a)return r?NaN:f?-1/0:1/0;r+=n(2,e),l-=u}return(f?-1:1)*r*n(2,l-e)}}},43973:(t,e,r)=>{"use strict";var n=r(82374),o=r(32565),i=r(78898),a=Object,u=n("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?u(t,""):a(t)}:a},41993:(t,e,r)=>{"use strict";var n=r(38095),o=r(36116),i=r(56325);t.exports=function(t,e,r){var a,u;return i&&n(a=e.constructor)&&a!==r&&o(u=a.prototype)&&u!==r.prototype&&i(t,u),t}},71024:(t,e,r)=>{"use strict";var n=r(82374),o=r(38095),i=r(53819),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},1725:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(87568),i=r(82374),a=r(59663),u=r(36116),s=r(93519),c=r(10343).f,f=r(28746),l=r(50368),p=r(30814),d=r(33414),h=r(73502),v=!1,y=d("meta"),g=0,m=function(t){c(t,y,{value:{objectID:"O"+g++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},v=!0;var t=f.f,e=i([].splice),r={};r[y]=1,t(r).length&&(f.f=function(r){for(var n=t(r),o=0,i=n.length;o{"use strict";var n,o,i,a=r(23648),u=r(42646),s=r(36116),c=r(86729),f=r(93519),l=r(53819),p=r(91701),d=r(59663),h="Object already initialized",v=u.TypeError,y=u.WeakMap;if(a||l.state){var g=l.state||(l.state=new y);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,e){if(g.has(t))throw new v(h);return e.facade=t,g.set(t,e),e},o=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var m=p("state");d[m]=!0,n=function(t,e){if(f(t,m))throw new v(h);return e.facade=t,c(t,m,e),e},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!s(e)||(r=o(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}}}},46199:(t,e,r)=>{"use strict";var n=r(60533),o=r(24995),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},76894:(t,e,r)=>{"use strict";var n=r(78898);t.exports=Array.isArray||function(t){return"Array"===n(t)}},18585:(t,e,r)=>{"use strict";var n=r(28549);t.exports=function(t){var e=n(t);return"BigInt64Array"===e||"BigUint64Array"===e}},38095:t=>{"use strict";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},e(t)}var r="object"==("undefined"==typeof document?"undefined":e(document))&&document.all;t.exports=void 0===r&&void 0!==r?function(t){return"function"==typeof t||t===r}:function(t){return"function"==typeof t}},17659:(t,e,r)=>{"use strict";var n=r(82374),o=r(32565),i=r(38095),a=r(28549),u=r(21901),s=r(71024),c=function(){},f=u("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=n(l.exec),d=!l.test(c),h=function(t){if(!i(t))return!1;try{return f(c,[],t),!0}catch(t){return!1}},v=function(t){if(!i(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!p(l,s(t))}catch(t){return!0}};v.sham=!0,t.exports=!f||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?v:h},91873:(t,e,r)=>{"use strict";var n=r(93519);t.exports=function(t){return void 0!==t&&(n(t,"value")||n(t,"writable"))}},78:(t,e,r)=>{"use strict";var n=r(32565),o=r(38095),i=/#|\.prototype\./,a=function(t,e){var r=s[u(t)];return r===f||r!==c&&(o(e)?n(e):!!e)},u=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=a.data={},c=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a},11893:(t,e,r)=>{"use strict";var n=r(36116),o=Math.floor;t.exports=Number.isInteger||function(t){return!n(t)&&isFinite(t)&&o(t)===t}},52579:t=>{"use strict";t.exports=function(t){return null==t}},36116:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(38095);t.exports=function(t){return"object"==n(t)?null!==t:o(t)}},64059:(t,e,r)=>{"use strict";var n=r(36116);t.exports=function(t){return n(t)||null===t}},89385:t=>{"use strict";t.exports=!1},95358:(t,e,r)=>{"use strict";var n=r(36116),o=r(78898),i=r(60533)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"===o(t))}},54875:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(21901),i=r(38095),a=r(8635),u=r(12170),s=Object;t.exports=u?function(t){return"symbol"==n(t)}:function(t){var e=o("Symbol");return i(e)&&a(e.prototype,s(t))}},59598:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(16230),i=r(73155),a=r(33817),u=r(84581),s=r(46199),c=r(95124),f=r(8635),l=r(50827),p=r(75077),d=r(44933),h=TypeError,v=function(t,e){this.stopped=t,this.result=e},y=v.prototype;t.exports=function(t,e,r){var g,m,b,w,x,S,E,O=r&&r.that,A=!(!r||!r.AS_ENTRIES),T=!(!r||!r.IS_RECORD),j=!(!r||!r.IS_ITERATOR),P=!(!r||!r.INTERRUPTED),L=o(e,O),I=function(t){return g&&d(g,"normal",t),new v(!0,t)},k=function(t){return A?(a(t),P?L(t[0],t[1],I):L(t[0],t[1])):P?L(t,I):L(t)};if(T)g=t.iterator;else if(j)g=t;else{if(!(m=p(t)))throw new h(u(t)+" is not iterable");if(s(m)){for(b=0,w=c(t);w>b;b++)if((x=k(t[b]))&&f(y,x))return x;return new v(!1)}g=l(t,m)}for(S=T?t.next:g.next;!(E=i(S,g)).done;){try{x=k(E.value)}catch(t){d(g,"throw",t)}if("object"==n(x)&&x&&f(y,x))return x}return new v(!1)}},44933:(t,e,r)=>{"use strict";var n=r(73155),o=r(33817),i=r(18720);t.exports=function(t,e,r){var a,u;o(t);try{if(!(a=i(t,"return"))){if("throw"===e)throw r;return r}a=n(a,t)}catch(t){u=!0,a=t}if("throw"===e)throw r;if(u)throw a;return o(a),r}},22356:(t,e,r)=>{"use strict";var n=r(17143).IteratorPrototype,o=r(17998),i=r(36494),a=r(11889),u=r(24995),s=function(){return this};t.exports=function(t,e,r,c){var f=e+" Iterator";return t.prototype=o(n,{next:i(+!c,r)}),a(t,f,!1,!0),u[f]=s,t}},82490:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(89385),a=r(34252),u=r(38095),s=r(22356),c=r(95321),f=r(56325),l=r(11889),p=r(86729),d=r(59454),h=r(60533),v=r(24995),y=r(17143),g=a.PROPER,m=a.CONFIGURABLE,b=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,x=h("iterator"),S="keys",E="values",O="entries",A=function(){return this};t.exports=function(t,e,r,a,h,y,T){s(r,e,a);var j,P,L,I=function(t){if(t===h&&R)return R;if(!w&&t&&t in C)return C[t];switch(t){case S:case E:case O:return function(){return new r(this,t)}}return function(){return new r(this)}},k=e+" Iterator",_=!1,C=t.prototype,M=C[x]||C["@@iterator"]||h&&C[h],R=!w&&M||I(h),N="Array"===e&&C.entries||M;if(N&&(j=c(N.call(new t)))!==Object.prototype&&j.next&&(i||c(j)===b||(f?f(j,b):u(j[x])||d(j,x,A)),l(j,k,!0,!0),i&&(v[k]=A)),g&&h===E&&M&&M.name!==E&&(!i&&m?p(C,"name",E):(_=!0,R=function(){return o(M,this)})),h)if(P={values:I(E),keys:y?R:I(S),entries:I(O)},T)for(L in P)(w||_||!(L in C))&&d(C,L,P[L]);else n({target:e,proto:!0,forced:w||_},P);return i&&!T||C[x]===R||d(C,x,R,{name:h}),v[e]=R,P}},17143:(t,e,r)=>{"use strict";var n,o,i,a=r(32565),u=r(38095),s=r(36116),c=r(17998),f=r(95321),l=r(59454),p=r(60533),d=r(89385),h=p("iterator"),v=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(n=o):v=!0),!s(n)||a((function(){var t={};return n[h].call(t)!==t}))?n={}:d&&(n=c(n)),u(n[h])||l(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:v}},24995:t=>{"use strict";t.exports={}},95124:(t,e,r)=>{"use strict";var n=r(16464);t.exports=function(t){return n(t.length)}},33861:(t,e,r)=>{"use strict";var n=r(82374),o=r(32565),i=r(38095),a=r(93519),u=r(40970),s=r(34252).CONFIGURABLE,c=r(71024),f=r(22991),l=f.enforce,p=f.get,d=String,h=Object.defineProperty,v=n("".slice),y=n("".replace),g=n([].join),m=u&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),b=String(String).split("String"),w=t.exports=function(t,e,r){"Symbol("===v(d(e),0,7)&&(e="["+y(d(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!a(t,"name")||s&&t.name!==e)&&(u?h(t,"name",{value:e,configurable:!0}):t.name=e),m&&r&&a(r,"arity")&&t.length!==r.arity&&h(t,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?u&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=l(t);return a(n,"source")||(n.source=g(b,"string"==typeof e?e:"")),t};Function.prototype.toString=w((function(){return i(this)&&p(this).source||c(this)}),"toString")},63020:t=>{"use strict";var e=Math.expm1,r=Math.exp;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!==e(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:r(e)-1}:e},45122:(t,e,r)=>{"use strict";var n=r(76648),o=Math.abs,i=2220446049250313e-31,a=1/i;t.exports=function(t,e,r,u){var s=+t,c=o(s),f=n(s);if(cr||p!=p?f*(1/0):f*p}},31983:(t,e,r)=>{"use strict";var n=r(45122);t.exports=Math.fround||function(t){return n(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},32486:t=>{"use strict";var e=Math.log,r=Math.LOG10E;t.exports=Math.log10||function(t){return e(t)*r}},25062:t=>{"use strict";var e=Math.log;t.exports=Math.log1p||function(t){var r=+t;return r>-1e-8&&r<1e-8?r-r*r/2:e(1+r)}},76648:t=>{"use strict";t.exports=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1}},91723:t=>{"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},71101:(t,e,r)=>{"use strict";var n,o,i,a,u,s=r(42646),c=r(73495),f=r(16230),l=r(51899).set,p=r(13647),d=r(10038),h=r(14363),v=r(85242),y=r(63083),g=s.MutationObserver||s.WebKitMutationObserver,m=s.document,b=s.process,w=s.Promise,x=c("queueMicrotask");if(!x){var S=new p,E=function(){var t,e;for(y&&(t=b.domain)&&t.exit();e=S.get();)try{e()}catch(t){throw S.head&&n(),t}t&&t.enter()};d||y||v||!g||!m?!h&&w&&w.resolve?((a=w.resolve(void 0)).constructor=w,u=f(a.then,a),n=function(){u(E)}):y?n=function(){b.nextTick(E)}:(l=f(l,s),n=function(){l(E)}):(o=!0,i=m.createTextNode(""),new g(E).observe(i,{characterData:!0}),n=function(){i.data=o=!o}),x=function(t){S.head||n(),S.add(t)}}t.exports=x},97305:(t,e,r)=>{"use strict";var n=r(30356),o=TypeError,i=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw new o("Bad Promise constructor");e=t,r=n})),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new i(t)}},51873:(t,e,r)=>{"use strict";var n=r(95358),o=TypeError;t.exports=function(t){if(n(t))throw new o("The method doesn't accept regular expressions");return t}},60970:(t,e,r)=>{"use strict";var n=r(42646).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&n(t)}},79902:(t,e,r)=>{"use strict";var n=r(42646),o=r(32565),i=r(82374),a=r(83841),u=r(73916).trim,s=r(70410),c=i("".charAt),f=n.parseFloat,l=n.Symbol,p=l&&l.iterator,d=1/f(s+"-0")!=-1/0||p&&!o((function(){f(Object(p))}));t.exports=d?function(t){var e=u(a(t)),r=f(e);return 0===r&&"-"===c(e,0)?-0:r}:f},69489:(t,e,r)=>{"use strict";var n=r(42646),o=r(32565),i=r(82374),a=r(83841),u=r(73916).trim,s=r(70410),c=n.parseInt,f=n.Symbol,l=f&&f.iterator,p=/^[+-]?0x/i,d=i(p.exec),h=8!==c(s+"08")||22!==c(s+"0x16")||l&&!o((function(){c(Object(l))}));t.exports=h?function(t,e){var r=u(a(t));return c(r,e>>>0||(d(p,r)?16:10))}:c},51883:(t,e,r)=>{"use strict";var n=r(40970),o=r(82374),i=r(73155),a=r(32565),u=r(46046),s=r(97407),c=r(56695),f=r(51607),l=r(43973),p=Object.assign,d=Object.defineProperty,h=o([].concat);t.exports=!p||a((function(){if(n&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol("assign detection"),o="abcdefghijklmnopqrst";return t[r]=7,o.split("").forEach((function(t){e[t]=t})),7!==p({},t)[r]||u(p({},e)).join("")!==o}))?function(t,e){for(var r=f(t),o=arguments.length,a=1,p=s.f,d=c.f;o>a;)for(var v,y=l(arguments[a++]),g=p?h(u(y),p(y)):u(y),m=g.length,b=0;m>b;)v=g[b++],n&&!i(d,y,v)||(r[v]=y[v]);return r}:p},17998:(t,e,r)=>{"use strict";var n,o=r(33817),i=r(91803),a=r(18137),u=r(59663),s=r(45831),c=r(31021),f=r(91701),l="prototype",p="script",d=f("IE_PROTO"),h=function(){},v=function(t){return"<"+p+">"+t+""},y=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},g=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;g="undefined"!=typeof document?document.domain&&n?y(n):(e=c("iframe"),r="java"+p+":",e.style.display="none",s.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F):y(n);for(var o=a.length;o--;)delete g[l][a[o]];return g()};u[d]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h[l]=o(t),r=new h,h[l]=null,r[d]=t):r=g(),void 0===e?r:i.f(r,e)}},91803:(t,e,r)=>{"use strict";var n=r(40970),o=r(54612),i=r(10343),a=r(33817),u=r(39787),s=r(46046);e.f=n&&!o?Object.defineProperties:function(t,e){a(t);for(var r,n=u(e),o=s(e),c=o.length,f=0;c>f;)i.f(t,r=o[f++],n[r]);return t}},10343:(t,e,r)=>{"use strict";var n=r(40970),o=r(69747),i=r(54612),a=r(33817),u=r(75011),s=TypeError,c=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",d="writable";e.f=n?i?function(t,e,r){if(a(t),e=u(e),a(r),"function"==typeof t&&"prototype"===e&&"value"in r&&d in r&&!r[d]){var n=f(t,e);n&&n[d]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:l in r?r[l]:n[l],writable:!1})}return c(t,e,r)}:c:function(t,e,r){if(a(t),e=u(e),a(r),o)try{return c(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new s("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},40325:(t,e,r)=>{"use strict";var n=r(40970),o=r(73155),i=r(56695),a=r(36494),u=r(39787),s=r(75011),c=r(93519),f=r(69747),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=u(t),e=s(e),f)try{return l(t,e)}catch(t){}if(c(t,e))return a(!o(i.f,t,e),t[e])}},50368:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(78898),i=r(39787),a=r(28746).f,u=r(83014),s="object"==("undefined"==typeof window?"undefined":n(window))&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return s&&"Window"===o(t)?function(t){try{return a(t)}catch(t){return u(s)}}(t):a(i(t))}},28746:(t,e,r)=>{"use strict";var n=r(3506),o=r(18137).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},97407:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},95321:(t,e,r)=>{"use strict";var n=r(93519),o=r(38095),i=r(51607),a=r(91701),u=r(99389),s=a("IE_PROTO"),c=Object,f=c.prototype;t.exports=u?c.getPrototypeOf:function(t){var e=i(t);if(n(e,s))return e[s];var r=e.constructor;return o(r)&&e instanceof r?r.prototype:e instanceof c?f:null}},30814:(t,e,r)=>{"use strict";var n=r(32565),o=r(36116),i=r(78898),a=r(27146),u=Object.isExtensible,s=n((function(){u(1)}));t.exports=s||a?function(t){return!!o(t)&&((!a||"ArrayBuffer"!==i(t))&&(!u||u(t)))}:u},8635:(t,e,r)=>{"use strict";var n=r(82374);t.exports=n({}.isPrototypeOf)},3506:(t,e,r)=>{"use strict";var n=r(82374),o=r(93519),i=r(39787),a=r(74751).indexOf,u=r(59663),s=n([].push);t.exports=function(t,e){var r,n=i(t),c=0,f=[];for(r in n)!o(u,r)&&o(n,r)&&s(f,r);for(;e.length>c;)o(n,r=e[c++])&&(~a(f,r)||s(f,r));return f}},46046:(t,e,r)=>{"use strict";var n=r(3506),o=r(18137);t.exports=Object.keys||function(t){return n(t,o)}},56695:(t,e)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},18477:(t,e,r)=>{"use strict";var n=r(89385),o=r(42646),i=r(32565),a=r(93953);t.exports=n||!i((function(){if(!(a&&a<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},56325:(t,e,r)=>{"use strict";var n=r(4772),o=r(36116),i=r(43972),a=r(10992);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return i(r),a(n),o(r)?(e?t(r,n):r.__proto__=n,r):r}}():void 0)},96943:(t,e,r)=>{"use strict";var n=r(40970),o=r(32565),i=r(82374),a=r(95321),u=r(46046),s=r(39787),c=i(r(56695).f),f=i([].push),l=n&&o((function(){var t=Object.create(null);return t[2]=2,!c(t,2)})),p=function(t){return function(e){for(var r,o=s(e),i=u(o),p=l&&null===a(o),d=i.length,h=0,v=[];d>h;)r=i[h++],n&&!(p?r in o:c(o,r))||f(v,t?[r,o[r]]:o[r]);return v}};t.exports={entries:p(!0),values:p(!1)}},25241:(t,e,r)=>{"use strict";var n=r(97366),o=r(28549);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},1312:(t,e,r)=>{"use strict";var n=r(73155),o=r(38095),i=r(36116),a=TypeError;t.exports=function(t,e){var r,u;if("string"===e&&o(r=t.toString)&&!i(u=n(r,t)))return u;if(o(r=t.valueOf)&&!i(u=n(r,t)))return u;if("string"!==e&&o(r=t.toString)&&!i(u=n(r,t)))return u;throw new a("Can't convert object to primitive value")}},46757:(t,e,r)=>{"use strict";var n=r(21901),o=r(82374),i=r(28746),a=r(97407),u=r(33817),s=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(u(t)),r=a.f;return r?s(e,r(t)):e}},43897:(t,e,r)=>{"use strict";var n=r(42646);t.exports=n},33261:t=>{"use strict";t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},64346:(t,e,r)=>{"use strict";var n=r(42646),o=r(33676),i=r(38095),a=r(78),u=r(71024),s=r(60533),c=r(36717),f=r(89385),l=r(98497),p=o&&o.prototype,d=s("species"),h=!1,v=i(n.PromiseRejectionEvent),y=a("Promise",(function(){var t=u(o),e=t!==String(o);if(!e&&66===l)return!0;if(f&&(!p.catch||!p.finally))return!0;if(!l||l<51||!/native code/.test(t)){var r=new o((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((r.constructor={})[d]=n,!(h=r.then((function(){}))instanceof n))return!0}return!(e||"BROWSER"!==c&&"DENO"!==c||v)}));t.exports={CONSTRUCTOR:y,REJECTION_EVENT:v,SUBCLASSING:h}},33676:(t,e,r)=>{"use strict";var n=r(42646);t.exports=n.Promise},45248:(t,e,r)=>{"use strict";var n=r(33817),o=r(36116),i=r(97305);t.exports=function(t,e){if(n(t),o(e)&&e.constructor===t)return e;var r=i.f(t);return(0,r.resolve)(e),r.promise}},7811:(t,e,r)=>{"use strict";var n=r(33676),o=r(13990),i=r(64346).CONSTRUCTOR;t.exports=i||!o((function(t){n.all(t).then(void 0,(function(){}))}))},61234:(t,e,r)=>{"use strict";var n=r(10343).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},13647:t=>{"use strict";var e=function(){this.head=null,this.tail=null};e.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=e},20376:(t,e,r)=>{"use strict";var n=r(73155),o=r(33817),i=r(38095),a=r(78898),u=r(9197),s=TypeError;t.exports=function(t,e){var r=t.exec;if(i(r)){var c=n(r,t,e);return null!==c&&o(c),c}if("RegExp"===a(t))return n(u,t,e);throw new s("RegExp#exec called on incompatible receiver")}},9197:(t,e,r)=>{"use strict";var n,o,i=r(73155),a=r(82374),u=r(83841),s=r(45721),c=r(53199),f=r(80715),l=r(17998),p=r(22991).get,d=r(13809),h=r(13268),v=f("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,g=y,m=a("".charAt),b=a("".indexOf),w=a("".replace),x=a("".slice),S=(o=/b*/g,i(y,n=/a/,"a"),i(y,o,"a"),0!==n.lastIndex||0!==o.lastIndex),E=c.BROKEN_CARET,O=void 0!==/()??/.exec("")[1];(S||O||E||d||h)&&(g=function(t){var e,r,n,o,a,c,f,d=this,h=p(d),A=u(t),T=h.raw;if(T)return T.lastIndex=d.lastIndex,e=i(g,T,A),d.lastIndex=T.lastIndex,e;var j=h.groups,P=E&&d.sticky,L=i(s,d),I=d.source,k=0,_=A;if(P&&(L=w(L,"y",""),-1===b(L,"g")&&(L+="g"),_=x(A,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==m(A,d.lastIndex-1))&&(I="(?: "+I+")",_=" "+_,k++),r=new RegExp("^(?:"+I+")",L)),O&&(r=new RegExp("^"+I+"$(?!\\s)",L)),S&&(n=d.lastIndex),o=i(y,P?r:d,_),P?o?(o.input=x(o.input,k),o[0]=x(o[0],k),o.index=d.lastIndex,d.lastIndex+=o[0].length):d.lastIndex=0:S&&o&&(d.lastIndex=d.global?o.index+o[0].length:n),O&&o&&o.length>1&&i(v,o[0],r,(function(){for(a=1;a{"use strict";var n=r(33817);t.exports=function(){var t=n(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},18532:(t,e,r)=>{"use strict";var n=r(73155),o=r(93519),i=r(8635),a=r(45721),u=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in u||o(t,"flags")||!i(u,t)?e:n(a,t)}},53199:(t,e,r)=>{"use strict";var n=r(32565),o=r(42646).RegExp,i=n((function(){var t=o("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),a=i||n((function(){return!o("a","y").sticky})),u=i||n((function(){var t=o("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:u,MISSED_STICKY:a,UNSUPPORTED_Y:i}},13809:(t,e,r)=>{"use strict";var n=r(32565),o=r(42646).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},13268:(t,e,r)=>{"use strict";var n=r(32565),o=r(42646).RegExp;t.exports=n((function(){var t=o("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},43972:(t,e,r)=>{"use strict";var n=r(52579),o=TypeError;t.exports=function(t){if(n(t))throw new o("Can't call method on "+t);return t}},73495:(t,e,r)=>{"use strict";var n=r(42646),o=r(40970),i=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!o)return n[t];var e=i(n,t);return e&&e.value}},95368:t=>{"use strict";t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},42967:(t,e,r)=>{"use strict";var n=r(21901),o=r(91276),i=r(60533),a=r(40970),u=i("species");t.exports=function(t){var e=n(t);a&&e&&!e[u]&&o(e,u,{configurable:!0,get:function(){return this}})}},11889:(t,e,r)=>{"use strict";var n=r(10343).f,o=r(93519),i=r(60533)("toStringTag");t.exports=function(t,e,r){t&&!r&&(t=t.prototype),t&&!o(t,i)&&n(t,i,{configurable:!0,value:e})}},91701:(t,e,r)=>{"use strict";var n=r(80715),o=r(33414),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},53819:(t,e,r)=>{"use strict";var n=r(89385),o=r(42646),i=r(35155),a="__core-js_shared__",u=t.exports=o[a]||i(a,{});(u.versions||(u.versions=[])).push({version:"3.38.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"})},80715:(t,e,r)=>{"use strict";var n=r(53819);t.exports=function(t,e){return n[t]||(n[t]=e||{})}},47303:(t,e,r)=>{"use strict";var n=r(33817),o=r(37050),i=r(52579),a=r(60533)("species");t.exports=function(t,e){var r,u=n(t).constructor;return void 0===u||i(r=n(u)[a])?e:o(r)}},91543:(t,e,r)=>{"use strict";var n=r(32565);t.exports=function(t){return n((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},78133:(t,e,r)=>{"use strict";var n=r(82374),o=r(94905),i=r(83841),a=r(43972),u=n("".charAt),s=n("".charCodeAt),c=n("".slice),f=function(t){return function(e,r){var n,f,l=i(a(e)),p=o(r),d=l.length;return p<0||p>=d?t?"":void 0:(n=s(l,p))<55296||n>56319||p+1===d||(f=s(l,p+1))<56320||f>57343?t?u(l,p):n:t?c(l,p,p+2):f-56320+(n-55296<<10)+65536}};t.exports={codeAt:f(!1),charAt:f(!0)}},88449:(t,e,r)=>{"use strict";var n=r(48289);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},50007:(t,e,r)=>{"use strict";var n=r(82374),o=r(16464),i=r(83841),a=r(69015),u=r(43972),s=n(a),c=n("".slice),f=Math.ceil,l=function(t){return function(e,r,n){var a,l,p=i(u(e)),d=o(r),h=p.length,v=void 0===n?" ":i(n);return d<=h||""===v?p:((l=s(v,f((a=d-h)/v.length))).length>a&&(l=c(l,0,a)),t?p+l:l+p)}};t.exports={start:l(!1),end:l(!0)}},38727:(t,e,r)=>{"use strict";var n=r(82374),o=2147483647,i=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,u="Overflow: input needs wider integers to process",s=RangeError,c=n(a.exec),f=Math.floor,l=String.fromCharCode,p=n("".charCodeAt),d=n([].join),h=n([].push),v=n("".replace),y=n("".split),g=n("".toLowerCase),m=function(t){return t+22+75*(t<26)},b=function(t,e,r){var n=0;for(t=r?f(t/700):t>>1,t+=f(t/e);t>455;)t=f(t/35),n+=36;return f(n+36*t/(t+38))},w=function(t){var e=[];t=function(t){for(var e=[],r=0,n=t.length;r=55296&&o<=56319&&r=a&&nf((o-c)/x))throw new s(u);for(c+=(w-a)*x,a=w,r=0;ro)throw new s(u);if(n===a){for(var S=c,E=36;;){var O=E<=v?1:E>=v+26?26:E-v;if(S{"use strict";var n=r(94905),o=r(83841),i=r(43972),a=RangeError;t.exports=function(t){var e=o(i(this)),r="",u=n(t);if(u<0||u===1/0)throw new a("Wrong number of repetitions");for(;u>0;(u>>>=1)&&(e+=e))1&u&&(r+=e);return r}},17336:(t,e,r)=>{"use strict";var n=r(73916).end,o=r(36e3);t.exports=o("trimEnd")?function(){return n(this)}:"".trimEnd},36e3:(t,e,r)=>{"use strict";var n=r(34252).PROPER,o=r(32565),i=r(70410);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||n&&i[t].name!==t}))}},89321:(t,e,r)=>{"use strict";var n=r(73916).start,o=r(36e3);t.exports=o("trimStart")?function(){return n(this)}:"".trimStart},73916:(t,e,r)=>{"use strict";var n=r(82374),o=r(43972),i=r(83841),a=r(70410),u=n("".replace),s=RegExp("^["+a+"]+"),c=RegExp("(^|[^"+a+"])["+a+"]+$"),f=function(t){return function(e){var r=i(o(e));return 1&t&&(r=u(r,s,"")),2&t&&(r=u(r,c,"$1")),r}};t.exports={start:f(1),end:f(2),trim:f(3)}},64129:(t,e,r)=>{"use strict";var n=r(98497),o=r(32565),i=r(42646).String;t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},47820:(t,e,r)=>{"use strict";var n=r(73155),o=r(21901),i=r(60533),a=r(59454);t.exports=function(){var t=o("Symbol"),e=t&&t.prototype,r=e&&e.valueOf,u=i("toPrimitive");e&&!e[u]&&a(e,u,(function(t){return n(r,this)}),{arity:1})}},52566:(t,e,r)=>{"use strict";var n=r(64129);t.exports=n&&!!Symbol.for&&!!Symbol.keyFor},51899:(t,e,r)=>{"use strict";var n,o,i,a,u=r(42646),s=r(127),c=r(16230),f=r(38095),l=r(93519),p=r(32565),d=r(45831),h=r(83014),v=r(31021),y=r(66638),g=r(10038),m=r(63083),b=u.setImmediate,w=u.clearImmediate,x=u.process,S=u.Dispatch,E=u.Function,O=u.MessageChannel,A=u.String,T=0,j={},P="onreadystatechange";p((function(){n=u.location}));var L=function(t){if(l(j,t)){var e=j[t];delete j[t],e()}},I=function(t){return function(){L(t)}},k=function(t){L(t.data)},_=function(t){u.postMessage(A(t),n.protocol+"//"+n.host)};b&&w||(b=function(t){y(arguments.length,1);var e=f(t)?t:E(t),r=h(arguments,1);return j[++T]=function(){s(e,void 0,r)},o(T),T},w=function(t){delete j[t]},m?o=function(t){x.nextTick(I(t))}:S&&S.now?o=function(t){S.now(I(t))}:O&&!g?(a=(i=new O).port2,i.port1.onmessage=k,o=c(a.postMessage,a)):u.addEventListener&&f(u.postMessage)&&!u.importScripts&&n&&"file:"!==n.protocol&&!p(_)?(o=_,u.addEventListener("message",k,!1)):o=P in v("script")?function(t){d.appendChild(v("script"))[P]=function(){d.removeChild(this),L(t)}}:function(t){setTimeout(I(t),0)}),t.exports={set:b,clear:w}},8242:(t,e,r)=>{"use strict";var n=r(82374);t.exports=n(1..valueOf)},73180:(t,e,r)=>{"use strict";var n=r(94905),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},21472:(t,e,r)=>{"use strict";var n=r(46079),o=TypeError;t.exports=function(t){var e=n(t,"number");if("number"==typeof e)throw new o("Can't convert number to bigint");return BigInt(e)}},7674:(t,e,r)=>{"use strict";var n=r(94905),o=r(16464),i=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=n(t),r=o(e);if(e!==r)throw new i("Wrong length or index");return r}},39787:(t,e,r)=>{"use strict";var n=r(43973),o=r(43972);t.exports=function(t){return n(o(t))}},94905:(t,e,r)=>{"use strict";var n=r(91723);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},16464:(t,e,r)=>{"use strict";var n=r(94905),o=Math.min;t.exports=function(t){var e=n(t);return e>0?o(e,9007199254740991):0}},51607:(t,e,r)=>{"use strict";var n=r(43972),o=Object;t.exports=function(t){return o(n(t))}},3279:(t,e,r)=>{"use strict";var n=r(91880),o=RangeError;t.exports=function(t,e){var r=n(t);if(r%e)throw new o("Wrong offset");return r}},91880:(t,e,r)=>{"use strict";var n=r(94905),o=RangeError;t.exports=function(t){var e=n(t);if(e<0)throw new o("The argument can't be less than 0");return e}},46079:(t,e,r)=>{"use strict";var n=r(73155),o=r(36116),i=r(54875),a=r(18720),u=r(1312),s=r(60533),c=TypeError,f=s("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var r,s=a(t,f);if(s){if(void 0===e&&(e="default"),r=n(s,t,e),!o(r)||i(r))return r;throw new c("Can't convert object to primitive value")}return void 0===e&&(e="number"),u(t,e)}},75011:(t,e,r)=>{"use strict";var n=r(46079),o=r(54875);t.exports=function(t){var e=n(t,"string");return o(e)?e:e+""}},97366:(t,e,r)=>{"use strict";var n={};n[r(60533)("toStringTag")]="z",t.exports="[object z]"===String(n)},83841:(t,e,r)=>{"use strict";var n=r(28549),o=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return o(t)}},22581:t=>{"use strict";var e=Math.round;t.exports=function(t){var r=e(t);return r<0?0:r>255?255:255&r}},84581:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},24629:(t,e,r)=>{"use strict";var n=r(87568),o=r(42646),i=r(73155),a=r(40970),u=r(71767),s=r(58850),c=r(68140),f=r(78033),l=r(36494),p=r(86729),d=r(11893),h=r(16464),v=r(7674),y=r(3279),g=r(22581),m=r(75011),b=r(93519),w=r(28549),x=r(36116),S=r(54875),E=r(17998),O=r(8635),A=r(56325),T=r(28746).f,j=r(90025),P=r(6287).forEach,L=r(42967),I=r(91276),k=r(10343),_=r(40325),C=r(49716),M=r(22991),R=r(41993),N=M.get,F=M.set,D=M.enforce,U=k.f,B=_.f,z=o.RangeError,q=c.ArrayBuffer,H=q.prototype,W=c.DataView,V=s.NATIVE_ARRAY_BUFFER_VIEWS,G=s.TYPED_ARRAY_TAG,$=s.TypedArray,Y=s.TypedArrayPrototype,X=s.isTypedArray,J="BYTES_PER_ELEMENT",Q="Wrong length",K=function(t,e){I(t,e,{configurable:!0,get:function(){return N(this)[e]}})},Z=function(t){var e;return O(H,t)||"ArrayBuffer"===(e=w(t))||"SharedArrayBuffer"===e},tt=function(t,e){return X(t)&&!S(e)&&e in t&&d(+e)&&e>=0},et=function(t,e){return e=m(e),tt(t,e)?l(2,t[e]):B(t,e)},rt=function(t,e,r){return e=m(e),!(tt(t,e)&&x(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?U(t,e,r):(t[e]=r.value,t)};a?(V||(_.f=et,k.f=rt,K(Y,"buffer"),K(Y,"byteOffset"),K(Y,"byteLength"),K(Y,"length")),n({target:"Object",stat:!0,forced:!V},{getOwnPropertyDescriptor:et,defineProperty:rt}),t.exports=function(t,e,r){var a=t.match(/\d+/)[0]/8,s=t+(r?"Clamped":"")+"Array",c="get"+t,l="set"+t,d=o[s],m=d,b=m&&m.prototype,w={},S=function(t,e){U(t,e,{get:function(){return function(t,e){var r=N(t);return r.view[c](e*a+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,n){var o=N(t);o.view[l](e*a+o.byteOffset,r?g(n):n,!0)}(this,e,t)},enumerable:!0})};V?u&&(m=e((function(t,e,r,n){return f(t,b),R(x(e)?Z(e)?void 0!==n?new d(e,y(r,a),n):void 0!==r?new d(e,y(r,a)):new d(e):X(e)?C(m,e):i(j,m,e):new d(v(e)),t,m)})),A&&A(m,$),P(T(d),(function(t){t in m||p(m,t,d[t])})),m.prototype=b):(m=e((function(t,e,r,n){f(t,b);var o,u,s,c=0,l=0;if(x(e)){if(!Z(e))return X(e)?C(m,e):i(j,m,e);o=e,l=y(r,a);var p=e.byteLength;if(void 0===n){if(p%a)throw new z(Q);if((u=p-l)<0)throw new z(Q)}else if((u=h(n)*a)+l>p)throw new z(Q);s=u/a}else s=v(e),o=new q(u=s*a);for(F(t,{buffer:o,byteOffset:l,byteLength:u,length:s,view:new W(o)});c{"use strict";var n=r(42646),o=r(32565),i=r(13990),a=r(58850).NATIVE_ARRAY_BUFFER_VIEWS,u=n.ArrayBuffer,s=n.Int8Array;t.exports=!a||!o((function(){s(1)}))||!o((function(){new s(-1)}))||!i((function(t){new s,new s(null),new s(1.5),new s(t)}),!0)||o((function(){return 1!==new s(new u(2),1,void 0).length}))},48931:(t,e,r)=>{"use strict";var n=r(49716),o=r(20878);t.exports=function(t,e){return n(o(t),e)}},90025:(t,e,r)=>{"use strict";var n=r(16230),o=r(73155),i=r(37050),a=r(51607),u=r(95124),s=r(50827),c=r(75077),f=r(46199),l=r(18585),p=r(58850).aTypedArrayConstructor,d=r(21472);t.exports=function(t){var e,r,h,v,y,g,m,b,w=i(this),x=a(t),S=arguments.length,E=S>1?arguments[1]:void 0,O=void 0!==E,A=c(x);if(A&&!f(A))for(b=(m=s(x,A)).next,x=[];!(g=o(b,m)).done;)x.push(g.value);for(O&&S>2&&(E=n(E,arguments[2])),r=u(x),h=new(p(w))(r),v=l(h),e=0;r>e;e++)y=O?E(x[e],e):x[e],h[e]=v?d(y):+y;return h}},20878:(t,e,r)=>{"use strict";var n=r(58850),o=r(47303),i=n.aTypedArrayConstructor,a=n.getTypedArrayConstructor;t.exports=function(t){return i(o(t,a(t)))}},33414:(t,e,r)=>{"use strict";var n=r(82374),o=0,i=Math.random(),a=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},32350:(t,e,r)=>{"use strict";var n=r(32565),o=r(60533),i=r(40970),a=r(89385),u=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),r.delete("a",2),r.delete("b",void 0),a&&(!t.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b"))||!e.size&&(a||!i)||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[u]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host}))},12170:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var o=r(64129);t.exports=o&&!Symbol.sham&&"symbol"==n(Symbol.iterator)},54612:(t,e,r)=>{"use strict";var n=r(40970),o=r(32565);t.exports=n&&o((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},66638:t=>{"use strict";var e=TypeError;t.exports=function(t,r){if(t{"use strict";var n=r(42646),o=r(38095),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},82869:(t,e,r)=>{"use strict";var n=r(43897),o=r(93519),i=r(54113),a=r(10343).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},54113:(t,e,r)=>{"use strict";var n=r(60533);e.f=n},60533:(t,e,r)=>{"use strict";var n=r(42646),o=r(80715),i=r(93519),a=r(33414),u=r(64129),s=r(12170),c=n.Symbol,f=o("wks"),l=s?c.for||c:c&&c.withoutSetter||a;t.exports=function(t){return i(f,t)||(f[t]=u&&i(c,t)?c[t]:l("Symbol."+t)),f[t]}},70410:t=>{"use strict";t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},43809:(t,e,r)=>{"use strict";var n=r(87568),o=r(42646),i=r(68140),a=r(42967),u="ArrayBuffer",s=i[u];n({global:!0,constructor:!0,forced:o[u]!==s},{ArrayBuffer:s}),a(u)},77052:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(76894),a=r(36116),u=r(51607),s=r(95124),c=r(87119),f=r(90210),l=r(79635),p=r(5063),d=r(60533),h=r(98497),v=d("isConcatSpreadable"),y=h>=51||!o((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),g=function(t){if(!a(t))return!1;var e=t[v];return void 0!==e?!!e:i(t)};n({target:"Array",proto:!0,arity:1,forced:!y||!p("concat")},{concat:function(t){var e,r,n,o,i,a=u(this),p=l(a,0),d=0;for(e=-1,n=arguments.length;e{"use strict";var n=r(87568),o=r(67723),i=r(33523);n({target:"Array",proto:!0},{copyWithin:o}),i("copyWithin")},99585:(t,e,r)=>{"use strict";var n=r(87568),o=r(56531),i=r(33523);n({target:"Array",proto:!0},{fill:o}),i("fill")},69466:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).filter;n({target:"Array",proto:!0,forced:!r(5063)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},34186:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).findIndex,i=r(33523),a="findIndex",u=!0;a in[]&&Array(1)[a]((function(){u=!1})),n({target:"Array",proto:!0,forced:u},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},4187:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).find,i=r(33523),a="find",u=!0;a in[]&&Array(1)[a]((function(){u=!1})),n({target:"Array",proto:!0,forced:u},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},18684:(t,e,r)=>{"use strict";var n=r(87568),o=r(42509),i=r(30356),a=r(51607),u=r(95124),s=r(79635);n({target:"Array",proto:!0},{flatMap:function(t){var e,r=a(this),n=u(r);return i(t),(e=s(r,0)).length=o(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},69175:(t,e,r)=>{"use strict";var n=r(87568),o=r(42509),i=r(51607),a=r(95124),u=r(94905),s=r(79635);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=i(this),r=a(e),n=s(e,0);return n.length=o(n,e,e,r,0,void 0===t?1:u(t)),n}})},35848:(t,e,r)=>{"use strict";var n=r(87568),o=r(17810);n({target:"Array",stat:!0,forced:!r(13990)((function(t){Array.from(t)}))},{from:o})},53501:(t,e,r)=>{"use strict";var n=r(87568),o=r(74751).includes,i=r(32565),a=r(33523);n({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},21950:(t,e,r)=>{"use strict";var n=r(39787),o=r(33523),i=r(24995),a=r(22991),u=r(10343).f,s=r(82490),c=r(17011),f=r(89385),l=r(40970),p="Array Iterator",d=a.set,h=a.getterFor(p);t.exports=s(Array,"Array",(function(t,e){d(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=h(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,c(void 0,!0);switch(t.kind){case"keys":return c(r,!1);case"values":return c(e[r],!1)}return c([r,e[r]],!1)}),"values");var v=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&l&&"values"!==v.name)try{u(v,"name",{value:"values"})}catch(t){}},53156:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(43973),a=r(39787),u=r(78708),s=o([].join);n({target:"Array",proto:!0,forced:i!==Object||!u("join",",")},{join:function(t){return s(a(this),void 0===t?",":t)}})},36724:(t,e,r)=>{"use strict";var n=r(87568),o=r(6287).map;n({target:"Array",proto:!0,forced:!r(5063)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},79933:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(17659),a=r(90210),u=Array;n({target:"Array",stat:!0,forced:o((function(){function t(){}return!(u.of.call(t)instanceof t)}))},{of:function(){for(var t=0,e=arguments.length,r=new(i(this)?this:u)(e);e>t;)a(r,t,arguments[t++]);return r.length=e,r}})},98828:(t,e,r)=>{"use strict";var n=r(87568),o=r(76894),i=r(17659),a=r(36116),u=r(73180),s=r(95124),c=r(39787),f=r(90210),l=r(60533),p=r(5063),d=r(83014),h=p("slice"),v=l("species"),y=Array,g=Math.max;n({target:"Array",proto:!0,forced:!h},{slice:function(t,e){var r,n,l,p=c(this),h=s(p),m=u(t,h),b=u(void 0===e?h:e,h);if(o(p)&&(r=p.constructor,(i(r)&&(r===y||o(r.prototype))||a(r)&&null===(r=r[v]))&&(r=void 0),r===y||void 0===r))return d(p,m,b);for(n=new(void 0===r?y:r)(g(b-m,0)),l=0;m{"use strict";var n=r(87568),o=r(82374),i=r(30356),a=r(51607),u=r(95124),s=r(93232),c=r(83841),f=r(32565),l=r(22278),p=r(78708),d=r(14027),h=r(94553),v=r(98497),y=r(93953),g=[],m=o(g.sort),b=o(g.push),w=f((function(){g.sort(void 0)})),x=f((function(){g.sort(null)})),S=p("sort"),E=!f((function(){if(v)return v<70;if(!(d&&d>3)){if(h)return!0;if(y)return y<603;var t,e,r,n,o="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)g.push({k:e+n,v:r})}for(g.sort((function(t,e){return e.v-t.v})),n=0;nc(r)?1:-1}}(t)),r=u(o),n=0;n{"use strict";r(42967)("Array")},60060:(t,e,r)=>{"use strict";var n=r(87568),o=r(51607),i=r(73180),a=r(94905),u=r(95124),s=r(52149),c=r(87119),f=r(79635),l=r(90210),p=r(93232),d=r(5063)("splice"),h=Math.max,v=Math.min;n({target:"Array",proto:!0,forced:!d},{splice:function(t,e){var r,n,d,y,g,m,b=o(this),w=u(b),x=i(t,w),S=arguments.length;for(0===S?r=n=0:1===S?(r=0,n=w-x):(r=S-2,n=v(h(a(e),0),w-x)),c(w+r-n),d=f(b,n),y=0;yw-n+r;y--)p(b,y-1)}else if(r>n)for(y=w-n;y>x;y--)m=y+r-1,(g=y+n-1)in b?b[m]=b[g]:p(b,m);for(y=0;y{"use strict";r(33523)("flatMap")},42092:(t,e,r)=>{"use strict";r(33523)("flat")},69798:(t,e,r)=>{"use strict";var n=r(93519),o=r(59454),i=r(14562),a=r(60533)("toPrimitive"),u=Date.prototype;n(u,a)||o(u,a,i)},73579:(t,e,r)=>{"use strict";var n=r(38095),o=r(36116),i=r(10343),a=r(8635),u=r(60533),s=r(33861),c=u("hasInstance"),f=Function.prototype;c in f||i.f(f,c,{value:s((function(t){if(!n(this)||!o(t))return!1;var e=this.prototype;return o(e)?a(e,t):t instanceof this}),c)})},848:(t,e,r)=>{"use strict";var n=r(40970),o=r(34252).EXISTS,i=r(82374),a=r(91276),u=Function.prototype,s=i(u.toString),c=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,f=i(c.exec);n&&!o&&a(u,"name",{configurable:!0,get:function(){try{return f(c,s(this))[1]}catch(t){return""}}})},59092:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(127),a=r(73155),u=r(82374),s=r(32565),c=r(38095),f=r(54875),l=r(83014),p=r(34491),d=r(64129),h=String,v=o("JSON","stringify"),y=u(/./.exec),g=u("".charAt),m=u("".charCodeAt),b=u("".replace),w=u(1..toString),x=/[\uD800-\uDFFF]/g,S=/^[\uD800-\uDBFF]$/,E=/^[\uDC00-\uDFFF]$/,O=!d||s((function(){var t=o("Symbol")("stringify detection");return"[null]"!==v([t])||"{}"!==v({a:t})||"{}"!==v(Object(t))})),A=s((function(){return'"\\udf06\\ud834"'!==v("\udf06\ud834")||'"\\udead"'!==v("\udead")})),T=function(t,e){var r=l(arguments),n=p(e);if(c(n)||void 0!==t&&!f(t))return r[1]=function(t,e){if(c(n)&&(e=a(n,this,h(t),e)),!f(e))return e},i(v,null,r)},j=function(t,e,r){var n=g(r,e-1),o=g(r,e+1);return y(S,t)&&!y(E,o)||y(E,t)&&!y(S,n)?"\\u"+w(m(t,0),16):t};v&&n({target:"JSON",stat:!0,arity:3,forced:O||A},{stringify:function(t,e,r){var n=l(arguments),o=i(O?T:v,null,n);return A&&"string"==typeof o?b(o,x,j):o}})},77845:(t,e,r)=>{"use strict";var n=r(42646);r(11889)(n.JSON,"JSON",!0)},69777:(t,e,r)=>{"use strict";r(40242)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(38104))},63243:(t,e,r)=>{"use strict";r(69777)},32575:(t,e,r)=>{"use strict";var n=r(87568),o=r(25062),i=Math.acosh,a=Math.log,u=Math.sqrt,s=Math.LN2;n({target:"Math",stat:!0,forced:!i||710!==Math.floor(i(Number.MAX_VALUE))||i(1/0)!==1/0},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?a(e)+s:o(e-1+u(e-1)*u(e+1))}})},20056:(t,e,r)=>{"use strict";var n=r(87568),o=Math.asinh,i=Math.log,a=Math.sqrt;n({target:"Math",stat:!0,forced:!(o&&1/o(0)>0)},{asinh:function t(e){var r=+e;return isFinite(r)&&0!==r?r<0?-t(-r):i(r+a(r*r+1)):r}})},93435:(t,e,r)=>{"use strict";var n=r(87568),o=Math.atanh,i=Math.log;n({target:"Math",stat:!0,forced:!(o&&1/o(-0)<0)},{atanh:function(t){var e=+t;return 0===e?e:i((1+e)/(1-e))/2}})},16406:(t,e,r)=>{"use strict";var n=r(87568),o=r(76648),i=Math.abs,a=Math.pow;n({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return o(e)*a(i(e),1/3)}})},65879:(t,e,r)=>{"use strict";var n=r(87568),o=Math.floor,i=Math.log,a=Math.LOG2E;n({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-o(i(e+.5)*a):32}})},21588:(t,e,r)=>{"use strict";var n=r(87568),o=r(63020),i=Math.cosh,a=Math.abs,u=Math.E;n({target:"Math",stat:!0,forced:!i||i(710)===1/0},{cosh:function(t){var e=o(a(t)-1)+1;return(e+1/(e*u*u))*(u/2)}})},31344:(t,e,r)=>{"use strict";var n=r(87568),o=r(63020);n({target:"Math",stat:!0,forced:o!==Math.expm1},{expm1:o})},80387:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{fround:r(31983)})},41667:(t,e,r)=>{"use strict";var n=r(87568),o=Math.hypot,i=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,o=0,u=0,s=arguments.length,c=0;u0?(n=r/c)*n:r;return c===1/0?1/0:c*a(o)}})},13950:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=Math.imul;n({target:"Math",stat:!0,forced:o((function(){return-5!==i(4294967295,5)||2!==i.length}))},{imul:function(t,e){var r=65535,n=+t,o=+e,i=r&n,a=r&o;return 0|i*a+((r&n>>>16)*a+i*(r&o>>>16)<<16>>>0)}})},37778:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{log10:r(32486)})},2674:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{log1p:r(25062)})},18553:(t,e,r)=>{"use strict";var n=r(87568),o=Math.log,i=Math.LN2;n({target:"Math",stat:!0},{log2:function(t){return o(t)/i}})},63428:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{sign:r(76648)})},15575:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(63020),a=Math.abs,u=Math.exp,s=Math.E;n({target:"Math",stat:!0,forced:o((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(t){var e=+t;return a(e)<1?(i(e)-i(-e))/2:(u(e-1)-u(-e-1))*(s/2)}})},3868:(t,e,r)=>{"use strict";var n=r(87568),o=r(63020),i=Math.exp;n({target:"Math",stat:!0},{tanh:function(t){var e=+t,r=o(e),n=o(-e);return r===1/0?1:n===1/0?-1:(r-n)/(i(e)+i(-e))}})},95545:(t,e,r)=>{"use strict";r(11889)(Math,"Math",!0)},46375:(t,e,r)=>{"use strict";r(87568)({target:"Math",stat:!0},{trunc:r(91723)})},650:(t,e,r)=>{"use strict";var n=r(87568),o=r(89385),i=r(40970),a=r(42646),u=r(43897),s=r(82374),c=r(78),f=r(93519),l=r(41993),p=r(8635),d=r(54875),h=r(46079),v=r(32565),y=r(28746).f,g=r(40325).f,m=r(10343).f,b=r(8242),w=r(73916).trim,x="Number",S=a[x],E=u[x],O=S.prototype,A=a.TypeError,T=s("".slice),j=s("".charCodeAt),P=function(t){var e,r,n,o,i,a,u,s,c=h(t,"number");if(d(c))throw new A("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=w(c),43===(e=j(c,0))||45===e){if(88===(r=j(c,2))||120===r)return NaN}else if(48===e){switch(j(c,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+c}for(a=(i=T(c,2)).length,u=0;uo)return NaN;return parseInt(i,n)}return+c},L=c(x,!S(" 0o1")||!S("0b1")||S("+0x1")),I=function(t){var e,r=arguments.length<1?0:S(function(t){var e=h(t,"number");return"bigint"==typeof e?e:P(e)}(t));return p(O,e=this)&&v((function(){b(e)}))?l(Object(r),this,I):r};I.prototype=O,L&&!o&&(O.constructor=I),n({global:!0,constructor:!0,wrap:!0,forced:L},{Number:I});var k=function(t,e){for(var r,n=i?y(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)f(e,r=n[o])&&!f(t,r)&&m(t,r,g(e,r))};o&&E&&k(u[x],E),(L||o)&&k(u[x],S)},69064:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},20214:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0},{isFinite:r(60970)})},53183:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0},{isInteger:r(11893)})},60212:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},19915:(t,e,r)=>{"use strict";var n=r(87568),o=r(11893),i=Math.abs;n({target:"Number",stat:!0},{isSafeInteger:function(t){return o(t)&&i(t)<=9007199254740991}})},80295:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},34917:(t,e,r)=>{"use strict";r(87568)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},44242:(t,e,r)=>{"use strict";var n=r(87568),o=r(79902);n({target:"Number",stat:!0,forced:Number.parseFloat!==o},{parseFloat:o})},56213:(t,e,r)=>{"use strict";var n=r(87568),o=r(69489);n({target:"Number",stat:!0,forced:Number.parseInt!==o},{parseInt:o})},86150:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(94905),a=r(8242),u=r(69015),s=r(32565),c=RangeError,f=String,l=Math.floor,p=o(u),d=o("".slice),h=o(1..toFixed),v=function(t,e,r){return 0===e?r:e%2==1?v(t,e-1,r*t):v(t*t,e/2,r)},y=function(t,e,r){for(var n=-1,o=r;++n<6;)o+=e*t[n],t[n]=o%1e7,o=l(o/1e7)},g=function(t,e){for(var r=6,n=0;--r>=0;)n+=t[r],t[r]=l(n/e),n=n%e*1e7},m=function(t){for(var e=6,r="";--e>=0;)if(""!==r||0===e||0!==t[e]){var n=f(t[e]);r=""===r?n:r+p("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:s((function(){return"0.000"!==h(8e-5,3)||"1"!==h(.9,0)||"1.25"!==h(1.255,2)||"1000000000000000128"!==h(0xde0b6b3a7640080,0)}))||!s((function(){h({})}))},{toFixed:function(t){var e,r,n,o,u=a(this),s=i(t),l=[0,0,0,0,0,0],h="",b="0";if(s<0||s>20)throw new c("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return f(u);if(u<0&&(h="-",u=-u),u>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(u*v(2,69,1))-69)<0?u*v(2,-e,1):u/v(2,e,1),r*=4503599627370496,(e=52-e)>0){for(y(l,0,r),n=s;n>=7;)y(l,1e7,0),n-=7;for(y(l,v(10,n,1),0),n=e-1;n>=23;)g(l,1<<23),n-=23;g(l,1<0?h+((o=b.length)<=s?"0."+p("0",s-o)+b:d(b,0,o-s)+"."+d(b,o-s)):h+b}})},43859:(t,e,r)=>{"use strict";var n=r(87568),o=r(51883);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},13261:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(30356),u=r(51607),s=r(10343);o&&n({target:"Object",proto:!0,forced:i},{__defineGetter__:function(t,e){s.f(u(this),t,{get:a(e),enumerable:!0,configurable:!0})}})},60721:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(30356),u=r(51607),s=r(10343);o&&n({target:"Object",proto:!0,forced:i},{__defineSetter__:function(t,e){s.f(u(this),t,{set:a(e),enumerable:!0,configurable:!0})}})},21968:(t,e,r)=>{"use strict";var n=r(87568),o=r(96943).entries;n({target:"Object",stat:!0},{entries:function(t){return o(t)}})},24917:(t,e,r)=>{"use strict";var n=r(87568),o=r(73502),i=r(32565),a=r(36116),u=r(1725).onFreeze,s=Object.freeze;n({target:"Object",stat:!0,forced:i((function(){s(1)})),sham:!o},{freeze:function(t){return s&&a(t)?s(u(t)):t}})},22615:(t,e,r)=>{"use strict";var n=r(87568),o=r(59598),i=r(90210);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return o(t,(function(t,r){i(e,t,r)}),{AS_ENTRIES:!0}),e}})},79021:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(39787),a=r(40325).f,u=r(40970);n({target:"Object",stat:!0,forced:!u||o((function(){a(1)})),sham:!u},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},81160:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(46757),a=r(39787),u=r(40325),s=r(90210);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=a(t),o=u.f,c=i(n),f={},l=0;c.length>l;)void 0!==(r=o(n,e=c[l++]))&&s(f,e,r);return f}})},30946:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(50368).f;n({target:"Object",stat:!0,forced:o((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:i})},98199:(t,e,r)=>{"use strict";var n=r(87568),o=r(64129),i=r(32565),a=r(97407),u=r(51607);n({target:"Object",stat:!0,forced:!o||i((function(){a.f(1)}))},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(u(t)):[]}})},95201:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(51607),a=r(95321),u=r(99389);n({target:"Object",stat:!0,forced:o((function(){a(1)})),sham:!u},{getPrototypeOf:function(t){return a(i(t))}})},35542:(t,e,r)=>{"use strict";var n=r(87568),o=r(30814);n({target:"Object",stat:!0,forced:Object.isExtensible!==o},{isExtensible:o})},71685:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(36116),a=r(78898),u=r(27146),s=Object.isFrozen;n({target:"Object",stat:!0,forced:u||o((function(){s(1)}))},{isFrozen:function(t){return!i(t)||(!(!u||"ArrayBuffer"!==a(t))||!!s&&s(t))}})},62087:(t,e,r)=>{"use strict";var n=r(87568),o=r(32565),i=r(36116),a=r(78898),u=r(27146),s=Object.isSealed;n({target:"Object",stat:!0,forced:u||o((function(){s(1)}))},{isSealed:function(t){return!i(t)||(!(!u||"ArrayBuffer"!==a(t))||!!s&&s(t))}})},93046:(t,e,r)=>{"use strict";r(87568)({target:"Object",stat:!0},{is:r(95368)})},1158:(t,e,r)=>{"use strict";var n=r(87568),o=r(51607),i=r(46046);n({target:"Object",stat:!0,forced:r(32565)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},63962:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(51607),u=r(75011),s=r(95321),c=r(40325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.get}while(r=s(r))}})},78854:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(18477),a=r(51607),u=r(75011),s=r(95321),c=r(40325).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(t){var e,r=a(this),n=u(t);do{if(e=c(r,n))return e.set}while(r=s(r))}})},68117:(t,e,r)=>{"use strict";var n=r(87568),o=r(36116),i=r(1725).onFreeze,a=r(73502),u=r(32565),s=Object.preventExtensions;n({target:"Object",stat:!0,forced:u((function(){s(1)})),sham:!a},{preventExtensions:function(t){return s&&o(t)?s(i(t)):t}})},7215:(t,e,r)=>{"use strict";var n=r(87568),o=r(36116),i=r(1725).onFreeze,a=r(73502),u=r(32565),s=Object.seal;n({target:"Object",stat:!0,forced:u((function(){s(1)})),sham:!a},{seal:function(t){return s&&o(t)?s(i(t)):t}})},68113:(t,e,r)=>{"use strict";var n=r(97366),o=r(59454),i=r(25241);n||o(Object.prototype,"toString",i,{unsafe:!0})},84368:(t,e,r)=>{"use strict";var n=r(87568),o=r(96943).values;n({target:"Object",stat:!0},{values:function(t){return o(t)}})},11301:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(30356),a=r(97305),u=r(33261),s=r(59598);n({target:"Promise",stat:!0,forced:r(7811)},{all:function(t){var e=this,r=a.f(e),n=r.resolve,c=r.reject,f=u((function(){var r=i(e.resolve),a=[],u=0,f=1;s(t,(function(t){var i=u++,s=!1;f++,o(r,e,t).then((function(t){s||(s=!0,a[i]=t,--f||n(a))}),c)})),--f||n(a)}));return f.error&&c(f.value),r.promise}})},26893:(t,e,r)=>{"use strict";var n=r(87568),o=r(89385),i=r(64346).CONSTRUCTOR,a=r(33676),u=r(21901),s=r(38095),c=r(59454),f=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:i,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&s(a)){var l=u("Promise").prototype.catch;f.catch!==l&&c(f,"catch",l,{unsafe:!0})}},55934:(t,e,r)=>{"use strict";var n,o,i,a=r(87568),u=r(89385),s=r(63083),c=r(42646),f=r(73155),l=r(59454),p=r(56325),d=r(11889),h=r(42967),v=r(30356),y=r(38095),g=r(36116),m=r(78033),b=r(47303),w=r(51899).set,x=r(71101),S=r(42183),E=r(33261),O=r(13647),A=r(22991),T=r(33676),j=r(64346),P=r(97305),L="Promise",I=j.CONSTRUCTOR,k=j.REJECTION_EVENT,_=j.SUBCLASSING,C=A.getterFor(L),M=A.set,R=T&&T.prototype,N=T,F=R,D=c.TypeError,U=c.document,B=c.process,z=P.f,q=z,H=!!(U&&U.createEvent&&c.dispatchEvent),W="unhandledrejection",V=function(t){var e;return!(!g(t)||!y(e=t.then))&&e},G=function(t,e){var r,n,o,i=e.value,a=1===e.state,u=a?t.ok:t.fail,s=t.resolve,c=t.reject,l=t.domain;try{u?(a||(2===e.rejection&&Q(e),e.rejection=1),!0===u?r=i:(l&&l.enter(),r=u(i),l&&(l.exit(),o=!0)),r===t.promise?c(new D("Promise-chain cycle")):(n=V(r))?f(n,r,s,c):s(r)):c(i)}catch(t){l&&!o&&l.exit(),c(t)}},$=function(t,e){t.notified||(t.notified=!0,x((function(){for(var r,n=t.reactions;r=n.get();)G(r,t);t.notified=!1,e&&!t.rejection&&X(t)})))},Y=function(t,e,r){var n,o;H?((n=U.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),c.dispatchEvent(n)):n={promise:e,reason:r},!k&&(o=c["on"+t])?o(n):t===W&&S("Unhandled promise rejection",r)},X=function(t){f(w,c,(function(){var e,r=t.facade,n=t.value;if(J(t)&&(e=E((function(){s?B.emit("unhandledRejection",n,r):Y(W,r,n)})),t.rejection=s||J(t)?2:1,e.error))throw e.value}))},J=function(t){return 1!==t.rejection&&!t.parent},Q=function(t){f(w,c,(function(){var e=t.facade;s?B.emit("rejectionHandled",e):Y("rejectionhandled",e,t.value)}))},K=function(t,e,r){return function(n){t(e,n,r)}},Z=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,$(t,!0))},tt=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw new D("Promise can't be resolved itself");var n=V(e);n?x((function(){var r={done:!1};try{f(n,e,K(tt,r,t),K(Z,r,t))}catch(e){Z(r,e,t)}})):(t.value=e,t.state=1,$(t,!1))}catch(e){Z({done:!1},e,t)}}};if(I&&(F=(N=function(t){m(this,F),v(t),f(n,this);var e=C(this);try{t(K(tt,e),K(Z,e))}catch(t){Z(e,t)}}).prototype,(n=function(t){M(this,{type:L,done:!1,notified:!1,parent:!1,reactions:new O,rejection:!1,state:0,value:null})}).prototype=l(F,"then",(function(t,e){var r=C(this),n=z(b(this,N));return r.parent=!0,n.ok=!y(t)||t,n.fail=y(e)&&e,n.domain=s?B.domain:void 0,0===r.state?r.reactions.add(n):x((function(){G(n,r)})),n.promise})),o=function(){var t=new n,e=C(t);this.promise=t,this.resolve=K(tt,e),this.reject=K(Z,e)},P.f=z=function(t){return t===N||undefined===t?new o(t):q(t)},!u&&y(T)&&R!==Object.prototype)){i=R.then,_||l(R,"then",(function(t,e){var r=this;return new N((function(t,e){f(i,r,t,e)})).then(t,e)}),{unsafe:!0});try{delete R.constructor}catch(t){}p&&p(R,F)}a({global:!0,constructor:!0,wrap:!0,forced:I},{Promise:N}),d(N,L,!1,!0),h(L)},27721:(t,e,r)=>{"use strict";var n=r(87568),o=r(89385),i=r(33676),a=r(32565),u=r(21901),s=r(38095),c=r(47303),f=r(45248),l=r(59454),p=i&&i.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){p.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=c(this,u("Promise")),r=s(t);return this.then(r?function(r){return f(e,t()).then((function(){return r}))}:t,r?function(r){return f(e,t()).then((function(){throw r}))}:t)}}),!o&&s(i)){var d=u("Promise").prototype.finally;p.finally!==d&&l(p,"finally",d,{unsafe:!0})}},55888:(t,e,r)=>{"use strict";r(55934),r(11301),r(26893),r(35693),r(13163),r(18962)},35693:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(30356),a=r(97305),u=r(33261),s=r(59598);n({target:"Promise",stat:!0,forced:r(7811)},{race:function(t){var e=this,r=a.f(e),n=r.reject,c=u((function(){var a=i(e.resolve);s(t,(function(t){o(a,e,t).then(r.resolve,n)}))}));return c.error&&n(c.value),r.promise}})},13163:(t,e,r)=>{"use strict";var n=r(87568),o=r(97305);n({target:"Promise",stat:!0,forced:r(64346).CONSTRUCTOR},{reject:function(t){var e=o.f(this);return(0,e.reject)(t),e.promise}})},18962:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(89385),a=r(33676),u=r(64346).CONSTRUCTOR,s=r(45248),c=o("Promise"),f=i&&!u;n({target:"Promise",stat:!0,forced:i||u},{resolve:function(t){return s(f&&this===c?a:this,t)}})},37878:(t,e,r)=>{"use strict";var n=r(87568),o=r(127),i=r(30356),a=r(33817);n({target:"Reflect",stat:!0,forced:!r(32565)((function(){Reflect.apply((function(){}))}))},{apply:function(t,e,r){return o(i(t),e,a(r))}})},66995:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(127),a=r(32136),u=r(37050),s=r(33817),c=r(36116),f=r(17998),l=r(32565),p=o("Reflect","construct"),d=Object.prototype,h=[].push,v=l((function(){function t(){}return!(p((function(){}),[],t)instanceof t)})),y=!l((function(){p((function(){}))})),g=v||y;n({target:"Reflect",stat:!0,forced:g,sham:g},{construct:function(t,e){u(t),s(e);var r=arguments.length<3?t:u(arguments[2]);if(y&&!v)return p(t,e,r);if(t===r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return i(h,n,e),new(i(a,t,n))}var o=r.prototype,l=f(c(o)?o:d),g=i(t,l,e);return c(g)?g:l}})},68009:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(33817),a=r(75011),u=r(10343);n({target:"Reflect",stat:!0,forced:r(32565)((function(){Reflect.defineProperty(u.f({},1,{value:1}),1,{value:2})})),sham:!o},{defineProperty:function(t,e,r){i(t);var n=a(e);i(r);try{return u.f(t,n,r),!0}catch(t){return!1}}})},96889:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(40325).f;n({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var r=i(o(t),e);return!(r&&!r.configurable)&&delete t[e]}})},5883:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(33817),a=r(40325);n({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return a.f(i(t),e)}})},123:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(95321);n({target:"Reflect",stat:!0,sham:!r(99389)},{getPrototypeOf:function(t){return i(o(t))}})},40062:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(36116),a=r(33817),u=r(91873),s=r(40325),c=r(95321);n({target:"Reflect",stat:!0},{get:function t(e,r){var n,f,l=arguments.length<3?e:arguments[2];return a(e)===l?e[r]:(n=s.f(e,r))?u(n)?n.value:void 0===n.get?void 0:o(n.get,l):i(f=c(e))?t(f,r,l):void 0}})},13066:(t,e,r)=>{"use strict";r(87568)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},70900:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(30814);n({target:"Reflect",stat:!0},{isExtensible:function(t){return o(t),i(t)}})},90651:(t,e,r)=>{"use strict";r(87568)({target:"Reflect",stat:!0},{ownKeys:r(46757)})},16671:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(33817);n({target:"Reflect",stat:!0,sham:!r(73502)},{preventExtensions:function(t){i(t);try{var e=o("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},4927:(t,e,r)=>{"use strict";var n=r(87568),o=r(33817),i=r(10992),a=r(56325);a&&n({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){o(t),i(e);try{return a(t,e),!0}catch(t){return!1}}})},65810:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155),i=r(33817),a=r(36116),u=r(91873),s=r(32565),c=r(10343),f=r(40325),l=r(95321),p=r(36494);n({target:"Reflect",stat:!0,forced:s((function(){var t=function(){},e=c.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}))},{set:function t(e,r,n){var s,d,h,v=arguments.length<4?e:arguments[3],y=f.f(i(e),r);if(!y){if(a(d=l(e)))return t(d,r,n,v);y=p(0)}if(u(y)){if(!1===y.writable||!a(v))return!1;if(s=f.f(v,r)){if(s.get||s.set||!1===s.writable)return!1;s.value=n,c.f(v,r,s)}else c.f(v,r,p(0,n))}else{if(void 0===(h=y.set))return!1;o(h,v,n)}return!0}})},44186:(t,e,r)=>{"use strict";var n=r(40970),o=r(42646),i=r(82374),a=r(78),u=r(41993),s=r(86729),c=r(17998),f=r(28746).f,l=r(8635),p=r(95358),d=r(83841),h=r(18532),v=r(53199),y=r(61234),g=r(59454),m=r(32565),b=r(93519),w=r(22991).enforce,x=r(42967),S=r(60533),E=r(13809),O=r(13268),A=S("match"),T=o.RegExp,j=T.prototype,P=o.SyntaxError,L=i(j.exec),I=i("".charAt),k=i("".replace),_=i("".indexOf),C=i("".slice),M=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,R=/a/g,N=/a/g,F=new T(R)!==R,D=v.MISSED_STICKY,U=v.UNSUPPORTED_Y,B=n&&(!F||D||E||O||m((function(){return N[A]=!1,T(R)!==R||T(N)===N||"/a/i"!==String(T(R,"i"))})));if(a("RegExp",B)){for(var z=function(t,e){var r,n,o,i,a,f,v=l(j,this),y=p(t),g=void 0===e,m=[],x=t;if(!v&&y&&g&&t.constructor===z)return t;if((y||l(j,t))&&(t=t.source,g&&(e=h(x))),t=void 0===t?"":d(t),e=void 0===e?"":d(e),x=t,E&&"dotAll"in R&&(n=!!e&&_(e,"s")>-1)&&(e=k(e,/s/g,"")),r=e,D&&"sticky"in R&&(o=!!e&&_(e,"y")>-1)&&U&&(e=k(e,/y/g,"")),O&&(i=function(t){for(var e,r=t.length,n=0,o="",i=[],a=c(null),u=!1,s=!1,f=0,l="";n<=r;n++){if("\\"===(e=I(t,n)))e+=I(t,++n);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:if(o+=e,"?:"===C(t,n+1,n+3))continue;L(M,C(t,n+1))&&(n+=2,s=!0),f++;continue;case">"===e&&s:if(""===l||b(a,l))throw new P("Invalid capture group name");a[l]=!0,i[i.length]=[l,f],s=!1,l="";continue}s?l+=e:o+=e}return[o,i]}(t),t=i[0],m=i[1]),a=u(T(t,e),v?this:j,z),(n||o||m.length)&&(f=w(a),n&&(f.dotAll=!0,f.raw=z(function(t){for(var e,r=t.length,n=0,o="",i=!1;n<=r;n++)"\\"!==(e=I(t,n))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+I(t,++n);return o}(t),r)),o&&(f.sticky=!0),m.length&&(f.groups=m)),t!==x)try{s(a,"source",""===x?"(?:)":x)}catch(t){}return a},q=f(T),H=0;q.length>H;)y(z,T,q[H++]);j.constructor=z,z.prototype=j,g(o,"RegExp",z,{constructor:!0})}x("RegExp")},26777:(t,e,r)=>{"use strict";var n=r(87568),o=r(9197);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},63797:(t,e,r)=>{"use strict";var n=r(42646),o=r(40970),i=r(91276),a=r(45721),u=r(32565),s=n.RegExp,c=s.prototype;o&&u((function(){var t=!0;try{s(".","d")}catch(e){t=!1}var e={},r="",n=t?"dgimsy":"gimsy",o=function(t,n){Object.defineProperty(e,t,{get:function(){return r+=n,!0}})},i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(i.hasIndices="d"),i)o(a,i[a]);return Object.getOwnPropertyDescriptor(c,"flags").get.call(e)!==n||r!==n}))&&i(c,"flags",{configurable:!0,get:a})},58971:(t,e,r)=>{"use strict";var n=r(34252).PROPER,o=r(59454),i=r(33817),a=r(83841),u=r(32565),s=r(18532),c="toString",f=RegExp.prototype,l=f[c],p=u((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),d=n&&l.name!==c;(p||d)&&o(f,c,(function(){var t=i(this);return"/"+a(t.source)+"/"+a(s(t))}),{unsafe:!0})},59591:(t,e,r)=>{"use strict";r(40242)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(38104))},57733:(t,e,r)=>{"use strict";r(59591)},58177:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},69812:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("big")},{big:function(){return o(this,"big","","")}})},25912:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("blink")},{blink:function(){return o(this,"blink","","")}})},64351:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("bold")},{bold:function(){return o(this,"b","","")}})},91438:(t,e,r)=>{"use strict";var n=r(87568),o=r(78133).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},3359:(t,e,r)=>{"use strict";var n,o=r(87568),i=r(43390),a=r(40325).f,u=r(16464),s=r(83841),c=r(51873),f=r(43972),l=r(88774),p=r(89385),d=i("".slice),h=Math.min,v=l("endsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"endsWith"),!n||n.writable))&&!v},{endsWith:function(t){var e=s(f(this));c(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,o=void 0===r?n:h(u(r),n),i=s(t);return d(e,o-i.length,o)===i}})},42416:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("fixed")},{fixed:function(){return o(this,"tt","","")}})},33458:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},45564:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},51951:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(73180),a=RangeError,u=String.fromCharCode,s=String.fromCodePoint,c=o([].join);n({target:"String",stat:!0,arity:1,forced:!!s&&1!==s.length},{fromCodePoint:function(t){for(var e,r=[],n=arguments.length,o=0;n>o;){if(e=+arguments[o++],i(e,1114111)!==e)throw new a(e+" is not a valid code point");r[o]=e<65536?u(e):u(55296+((e-=65536)>>10),e%1024+56320)}return c(r,"")}})},34517:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(51873),a=r(43972),u=r(83841),s=r(88774),c=o("".indexOf);n({target:"String",proto:!0,forced:!s("includes")},{includes:function(t){return!!~c(u(a(this)),u(i(t)),arguments.length>1?arguments[1]:void 0)}})},24103:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("italics")},{italics:function(){return o(this,"i","","")}})},56262:(t,e,r)=>{"use strict";var n=r(78133).charAt,o=r(83841),i=r(22991),a=r(82490),u=r(17011),s="String Iterator",c=i.set,f=i.getterFor(s);a(String,"String",(function(t){c(this,{type:s,string:o(t),index:0})}),(function(){var t,e=f(this),r=e.string,o=e.index;return o>=r.length?u(void 0,!0):(t=n(r,o),e.index+=t.length,u(t,!1))}))},17432:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("link")},{link:function(t){return o(this,"a","href",t)}})},47711:(t,e,r)=>{"use strict";var n=r(73155),o=r(1738),i=r(33817),a=r(52579),u=r(16464),s=r(83841),c=r(43972),f=r(18720),l=r(36567),p=r(20376);o("match",(function(t,e,r){return[function(e){var r=c(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](s(r))},function(t){var n=i(this),o=s(t),a=r(e,n,o);if(a.done)return a.value;if(!n.global)return p(n,o);var c=n.unicode;n.lastIndex=0;for(var f,d=[],h=0;null!==(f=p(n,o));){var v=s(f[0]);d[h]=v,""===v&&(n.lastIndex=l(o,u(n.lastIndex),c)),h++}return 0===h?null:d}]}))},39291:(t,e,r)=>{"use strict";var n=r(87568),o=r(50007).end;n({target:"String",proto:!0,forced:r(88449)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},42566:(t,e,r)=>{"use strict";var n=r(87568),o=r(50007).start;n({target:"String",proto:!0,forced:r(88449)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},34780:(t,e,r)=>{"use strict";var n=r(87568),o=r(82374),i=r(39787),a=r(51607),u=r(83841),s=r(95124),c=o([].push),f=o([].join);n({target:"String",stat:!0},{raw:function(t){var e=i(a(t).raw),r=s(e);if(!r)return"";for(var n=arguments.length,o=[],l=0;;){if(c(o,u(e[l++])),l===r)return f(o,"");l{"use strict";r(87568)({target:"String",proto:!0},{repeat:r(69015)})},73842:(t,e,r)=>{"use strict";var n=r(127),o=r(73155),i=r(82374),a=r(1738),u=r(32565),s=r(33817),c=r(38095),f=r(52579),l=r(94905),p=r(16464),d=r(83841),h=r(43972),v=r(36567),y=r(18720),g=r(4624),m=r(20376),b=r(60533)("replace"),w=Math.max,x=Math.min,S=i([].concat),E=i([].push),O=i("".indexOf),A=i("".slice),T="$0"==="a".replace(/./,"$0"),j=!!/./[b]&&""===/./[b]("a","$0");a("replace",(function(t,e,r){var i=j?"$":"$0";return[function(t,r){var n=h(this),i=f(t)?void 0:y(t,b);return i?o(i,t,n,r):o(e,d(n),t,r)},function(t,o){var a=s(this),u=d(t);if("string"==typeof o&&-1===O(o,i)&&-1===O(o,"$<")){var f=r(e,a,u,o);if(f.done)return f.value}var h=c(o);h||(o=d(o));var y,b=a.global;b&&(y=a.unicode,a.lastIndex=0);for(var T,j=[];null!==(T=m(a,u))&&(E(j,T),b);){""===d(T[0])&&(a.lastIndex=v(u,p(a.lastIndex),y))}for(var P,L="",I=0,k=0;k=I&&(L+=A(u,I,M)+_,I=M+C.length)}return L+A(u,I)}]}),!!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!T||j)},85812:(t,e,r)=>{"use strict";var n=r(73155),o=r(1738),i=r(33817),a=r(52579),u=r(43972),s=r(95368),c=r(83841),f=r(18720),l=r(20376);o("search",(function(t,e,r){return[function(e){var r=u(this),o=a(e)?void 0:f(e,t);return o?n(o,e,r):new RegExp(e)[t](c(r))},function(t){var n=i(this),o=c(t),a=r(e,n,o);if(a.done)return a.value;var u=n.lastIndex;s(u,0)||(n.lastIndex=0);var f=l(n,o);return s(n.lastIndex,u)||(n.lastIndex=u),null===f?-1:f.index}]}))},20121:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("small")},{small:function(){return o(this,"small","","")}})},5462:(t,e,r)=>{"use strict";var n=r(73155),o=r(82374),i=r(1738),a=r(33817),u=r(52579),s=r(43972),c=r(47303),f=r(36567),l=r(16464),p=r(83841),d=r(18720),h=r(20376),v=r(53199),y=r(32565),g=v.UNSUPPORTED_Y,m=Math.min,b=o([].push),w=o("".slice),x=!y((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),S="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;i("split",(function(t,e,r){var o="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:n(e,this,t,r)}:e;return[function(e,r){var i=s(this),a=u(e)?void 0:d(e,t);return a?n(a,e,i,r):n(o,p(i),e,r)},function(t,n){var i=a(this),u=p(t);if(!S){var s=r(o,i,u,n,o!==e);if(s.done)return s.value}var d=c(i,RegExp),v=i.unicode,y=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(g?"g":"y"),x=new d(g?"^(?:"+i.source+")":i,y),E=void 0===n?4294967295:n>>>0;if(0===E)return[];if(0===u.length)return null===h(x,u)?[u]:[];for(var O=0,A=0,T=[];A{"use strict";var n,o=r(87568),i=r(43390),a=r(40325).f,u=r(16464),s=r(83841),c=r(51873),f=r(43972),l=r(88774),p=r(89385),d=i("".slice),h=Math.min,v=l("startsWith");o({target:"String",proto:!0,forced:!!(p||v||(n=a(String.prototype,"startsWith"),!n||n.writable))&&!v},{startsWith:function(t){var e=s(f(this));c(t);var r=u(h(arguments.length>1?arguments[1]:void 0,e.length)),n=s(t);return d(e,r,r+n.length)===n}})},56390:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("strike")},{strike:function(){return o(this,"strike","","")}})},24104:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("sub")},{sub:function(){return o(this,"sub","","")}})},65250:(t,e,r)=>{"use strict";var n=r(87568),o=r(8214);n({target:"String",proto:!0,forced:r(91543)("sup")},{sup:function(){return o(this,"sup","","")}})},98448:(t,e,r)=>{"use strict";r(13987);var n=r(87568),o=r(17336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},27552:(t,e,r)=>{"use strict";var n=r(87568),o=r(89321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},13987:(t,e,r)=>{"use strict";var n=r(87568),o=r(17336);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},32977:(t,e,r)=>{"use strict";r(27552);var n=r(87568),o=r(89321);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},64148:(t,e,r)=>{"use strict";var n=r(87568),o=r(73916).trim;n({target:"String",proto:!0,forced:r(36e3)("trim")},{trim:function(){return o(this)}})},13542:(t,e,r)=>{"use strict";r(82869)("asyncIterator")},52359:(t,e,r)=>{"use strict";var n=r(87568),o=r(42646),i=r(73155),a=r(82374),u=r(89385),s=r(40970),c=r(64129),f=r(32565),l=r(93519),p=r(8635),d=r(33817),h=r(39787),v=r(75011),y=r(83841),g=r(36494),m=r(17998),b=r(46046),w=r(28746),x=r(50368),S=r(97407),E=r(40325),O=r(10343),A=r(91803),T=r(56695),j=r(59454),P=r(91276),L=r(80715),I=r(91701),k=r(59663),_=r(33414),C=r(60533),M=r(54113),R=r(82869),N=r(47820),F=r(11889),D=r(22991),U=r(6287).forEach,B=I("hidden"),z="Symbol",q="prototype",H=D.set,W=D.getterFor(z),V=Object[q],G=o.Symbol,$=G&&G[q],Y=o.RangeError,X=o.TypeError,J=o.QObject,Q=E.f,K=O.f,Z=x.f,tt=T.f,et=a([].push),rt=L("symbols"),nt=L("op-symbols"),ot=L("wks"),it=!J||!J[q]||!J[q].findChild,at=function(t,e,r){var n=Q(V,e);n&&delete V[e],K(t,e,r),n&&t!==V&&K(V,e,n)},ut=s&&f((function(){return 7!==m(K({},"a",{get:function(){return K(this,"a",{value:7}).a}})).a}))?at:K,st=function(t,e){var r=rt[t]=m($);return H(r,{type:z,tag:t,description:e}),s||(r.description=e),r},ct=function(t,e,r){t===V&&ct(nt,e,r),d(t);var n=v(e);return d(r),l(rt,n)?(r.enumerable?(l(t,B)&&t[B][n]&&(t[B][n]=!1),r=m(r,{enumerable:g(0,!1)})):(l(t,B)||K(t,B,g(1,m(null))),t[B][n]=!0),ut(t,n,r)):K(t,n,r)},ft=function(t,e){d(t);var r=h(e),n=b(r).concat(ht(r));return U(n,(function(e){s&&!i(lt,r,e)||ct(t,e,r[e])})),t},lt=function(t){var e=v(t),r=i(tt,this,e);return!(this===V&&l(rt,e)&&!l(nt,e))&&(!(r||!l(this,e)||!l(rt,e)||l(this,B)&&this[B][e])||r)},pt=function(t,e){var r=h(t),n=v(e);if(r!==V||!l(rt,n)||l(nt,n)){var o=Q(r,n);return!o||!l(rt,n)||l(r,B)&&r[B][n]||(o.enumerable=!0),o}},dt=function(t){var e=Z(h(t)),r=[];return U(e,(function(t){l(rt,t)||l(k,t)||et(r,t)})),r},ht=function(t){var e=t===V,r=Z(e?nt:h(t)),n=[];return U(r,(function(t){!l(rt,t)||e&&!l(V,t)||et(n,rt[t])})),n};c||(j($=(G=function(){if(p($,this))throw new X("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?y(arguments[0]):void 0,e=_(t),r=function(t){var n=void 0===this?o:this;n===V&&i(r,nt,t),l(n,B)&&l(n[B],e)&&(n[B][e]=!1);var a=g(1,t);try{ut(n,e,a)}catch(t){if(!(t instanceof Y))throw t;at(n,e,a)}};return s&&it&&ut(V,e,{configurable:!0,set:r}),st(e,t)})[q],"toString",(function(){return W(this).tag})),j(G,"withoutSetter",(function(t){return st(_(t),t)})),T.f=lt,O.f=ct,A.f=ft,E.f=pt,w.f=x.f=dt,S.f=ht,M.f=function(t){return st(C(t),t)},s&&(P($,"description",{configurable:!0,get:function(){return W(this).description}}),u||j(V,"propertyIsEnumerable",lt,{unsafe:!0}))),n({global:!0,constructor:!0,wrap:!0,forced:!c,sham:!c},{Symbol:G}),U(b(ot),(function(t){R(t)})),n({target:z,stat:!0,forced:!c},{useSetter:function(){it=!0},useSimple:function(){it=!1}}),n({target:"Object",stat:!0,forced:!c,sham:!s},{create:function(t,e){return void 0===e?m(t):ft(m(t),e)},defineProperty:ct,defineProperties:ft,getOwnPropertyDescriptor:pt}),n({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:dt}),N(),F(G,z),k[B]=!0},98809:(t,e,r)=>{"use strict";var n=r(87568),o=r(40970),i=r(42646),a=r(82374),u=r(93519),s=r(38095),c=r(8635),f=r(83841),l=r(91276),p=r(43802),d=i.Symbol,h=d&&d.prototype;if(o&&s(d)&&(!("description"in h)||void 0!==d().description)){var v={},y=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),e=c(h,this)?new d(t):void 0===t?d():d(t);return""===t&&(v[e]=!0),e};p(y,d),y.prototype=h,h.constructor=y;var g="Symbol(description detection)"===String(d("description detection")),m=a(h.valueOf),b=a(h.toString),w=/^Symbol\((.*)\)[^)]+$/,x=a("".replace),S=a("".slice);l(h,"description",{configurable:!0,get:function(){var t=m(this);if(u(v,t))return"";var e=b(t),r=g?S(e,7,-1):x(e,w,"$1");return""===r?void 0:r}}),n({global:!0,constructor:!0,forced:!0},{Symbol:y})}},35352:(t,e,r)=>{"use strict";var n=r(87568),o=r(21901),i=r(93519),a=r(83841),u=r(80715),s=r(52566),c=u("string-to-symbol-registry"),f=u("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!s},{for:function(t){var e=a(t);if(i(c,e))return c[e];var r=o("Symbol")(e);return c[e]=r,f[r]=e,r}})},20991:(t,e,r)=>{"use strict";r(82869)("hasInstance")},78682:(t,e,r)=>{"use strict";r(82869)("isConcatSpreadable")},77817:(t,e,r)=>{"use strict";r(82869)("iterator")},8485:(t,e,r)=>{"use strict";r(52359),r(35352),r(38842),r(59092),r(98199)},38842:(t,e,r)=>{"use strict";var n=r(87568),o=r(93519),i=r(54875),a=r(84581),u=r(80715),s=r(52566),c=u("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!s},{keyFor:function(t){if(!i(t))throw new TypeError(a(t)+" is not a symbol");if(o(c,t))return c[t]}})},1030:(t,e,r)=>{"use strict";r(82869)("match")},37491:(t,e,r)=>{"use strict";r(82869)("replace")},15151:(t,e,r)=>{"use strict";r(82869)("search")},10021:(t,e,r)=>{"use strict";r(82869)("species")},46907:(t,e,r)=>{"use strict";r(82869)("split")},85442:(t,e,r)=>{"use strict";var n=r(82869),o=r(47820);n("toPrimitive"),o()},98107:(t,e,r)=>{"use strict";var n=r(21901),o=r(82869),i=r(11889);o("toStringTag"),i(n("Symbol"),"Symbol")},7692:(t,e,r)=>{"use strict";r(82869)("unscopables")},2068:(t,e,r)=>{"use strict";var n=r(82374),o=r(58850),i=n(r(67723)),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("copyWithin",(function(t,e){return i(a(this),t,e,arguments.length>2?arguments[2]:void 0)}))},2456:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).every,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("every",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},80274:(t,e,r)=>{"use strict";var n=r(58850),o=r(56531),i=r(21472),a=r(28549),u=r(73155),s=r(82374),c=r(32565),f=n.aTypedArray,l=n.exportTypedArrayMethod,p=s("".slice);l("fill",(function(t){var e=arguments.length;f(this);var r="Big"===p(a(this),0,3)?i(t):+t;return u(o,this,r,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),c((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},4533:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).filter,i=r(48931),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("filter",(function(t){var e=o(a(this),t,arguments.length>1?arguments[1]:void 0);return i(this,e)}))},69881:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).findIndex,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("findIndex",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},11064:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).find,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("find",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},72808:(t,e,r)=>{"use strict";r(24629)("Float32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},5275:(t,e,r)=>{"use strict";r(24629)("Float64",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},77056:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).forEach,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("forEach",(function(t){o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},11767:(t,e,r)=>{"use strict";var n=r(71767);(0,r(58850).exportTypedArrayStaticMethod)("from",r(90025),n)},82206:(t,e,r)=>{"use strict";var n=r(58850),o=r(74751).includes,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},8225:(t,e,r)=>{"use strict";var n=r(58850),o=r(74751).indexOf,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("indexOf",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},92321:(t,e,r)=>{"use strict";r(24629)("Int16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},4087:(t,e,r)=>{"use strict";r(24629)("Int32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},57200:(t,e,r)=>{"use strict";r(24629)("Int8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},43917:(t,e,r)=>{"use strict";var n=r(42646),o=r(32565),i=r(82374),a=r(58850),u=r(21950),s=r(60533)("iterator"),c=n.Uint8Array,f=i(u.values),l=i(u.keys),p=i(u.entries),d=a.aTypedArray,h=a.exportTypedArrayMethod,v=c&&c.prototype,y=!o((function(){v[s].call([1])})),g=!!v&&v.values&&v[s]===v.values&&"values"===v.values.name,m=function(){return f(d(this))};h("entries",(function(){return p(d(this))}),y),h("keys",(function(){return l(d(this))}),y),h("values",m,y||!g,{name:"values"}),h(s,m,y||!g,{name:"values"})},24463:(t,e,r)=>{"use strict";var n=r(58850),o=r(82374),i=n.aTypedArray,a=n.exportTypedArrayMethod,u=o([].join);a("join",(function(t){return u(i(this),t)}))},67642:(t,e,r)=>{"use strict";var n=r(58850),o=r(127),i=r(1617),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("lastIndexOf",(function(t){var e=arguments.length;return o(i,a(this),e>1?[t,arguments[1]]:[t])}))},17265:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).map,i=r(20878),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("map",(function(t){return o(a(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(i(t))(e)}))}))},81706:(t,e,r)=>{"use strict";var n=r(58850),o=r(71767),i=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,r=new(i(this))(e);e>t;)r[t]=arguments[t++];return r}),o)},1618:(t,e,r)=>{"use strict";var n=r(58850),o=r(71456).right,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduceRight",(function(t){var e=arguments.length;return o(i(this),t,e,e>1?arguments[1]:void 0)}))},11833:(t,e,r)=>{"use strict";var n=r(58850),o=r(71456).left,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduce",(function(t){var e=arguments.length;return o(i(this),t,e,e>1?arguments[1]:void 0)}))},43273:(t,e,r)=>{"use strict";var n=r(58850),o=n.aTypedArray,i=n.exportTypedArrayMethod,a=Math.floor;i("reverse",(function(){for(var t,e=this,r=o(e).length,n=a(r/2),i=0;i{"use strict";var n=r(42646),o=r(73155),i=r(58850),a=r(95124),u=r(3279),s=r(51607),c=r(32565),f=n.RangeError,l=n.Int8Array,p=l&&l.prototype,d=p&&p.set,h=i.aTypedArray,v=i.exportTypedArrayMethod,y=!c((function(){var t=new Uint8ClampedArray(2);return o(d,t,{length:1,0:3},1),3!==t[1]})),g=y&&i.NATIVE_ARRAY_BUFFER_VIEWS&&c((function(){var t=new l(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));v("set",(function(t){h(this);var e=u(arguments.length>1?arguments[1]:void 0,1),r=s(t);if(y)return o(d,this,r,e);var n=this.length,i=a(r),c=0;if(i+e>n)throw new f("Wrong length");for(;c{"use strict";var n=r(58850),o=r(20878),i=r(32565),a=r(83014),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("slice",(function(t,e){for(var r=a(u(this),t,e),n=o(this),i=0,s=r.length,c=new n(s);s>i;)c[i]=r[i++];return c}),i((function(){new Int8Array(1).slice()})))},17695:(t,e,r)=>{"use strict";var n=r(58850),o=r(6287).some,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},82499:(t,e,r)=>{"use strict";var n=r(42646),o=r(43390),i=r(32565),a=r(30356),u=r(22278),s=r(58850),c=r(14027),f=r(94553),l=r(98497),p=r(93953),d=s.aTypedArray,h=s.exportTypedArrayMethod,v=n.Uint16Array,y=v&&o(v.prototype.sort),g=!(!y||i((function(){y(new v(2),null)}))&&i((function(){y(new v(2),{})}))),m=!!y&&!i((function(){if(l)return l<74;if(c)return c<67;if(f)return!0;if(p)return p<602;var t,e,r=new v(516),n=Array(516);for(t=0;t<516;t++)e=t%4,r[t]=515-t,n[t]=t-2*e+3;for(y(r,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(r[t]!==n[t])return!0}));h("sort",(function(t){return void 0!==t&&a(t),m?y(this,t):u(d(this),function(t){return function(e,r){return void 0!==t?+t(e,r)||0:r!=r?-1:e!=e?1:0===e&&0===r?1/e>0&&1/r<0?1:-1:e>r}}(t))}),!m||g)},71296:(t,e,r)=>{"use strict";var n=r(58850),o=r(16464),i=r(73180),a=r(20878),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("subarray",(function(t,e){var r=u(this),n=r.length,s=i(t,n);return new(a(r))(r.buffer,r.byteOffset+s*r.BYTES_PER_ELEMENT,o((void 0===e?n:i(e,n))-s))}))},64347:(t,e,r)=>{"use strict";var n=r(42646),o=r(127),i=r(58850),a=r(32565),u=r(83014),s=n.Int8Array,c=i.aTypedArray,f=i.exportTypedArrayMethod,l=[].toLocaleString,p=!!s&&a((function(){l.call(new s(1))}));f("toLocaleString",(function(){return o(l,p?u(c(this)):c(this),u(arguments))}),a((function(){return[1,2].toLocaleString()!==new s([1,2]).toLocaleString()}))||!a((function(){s.prototype.toLocaleString.call([1,2])})))},70038:(t,e,r)=>{"use strict";var n=r(58850).exportTypedArrayMethod,o=r(32565),i=r(42646),a=r(82374),u=i.Uint8Array,s=u&&u.prototype||{},c=[].toString,f=a([].join);o((function(){c.call({})}))&&(c=function(){return f(this)});var l=s.toString!==c;n("toString",c,l)},19972:(t,e,r)=>{"use strict";r(24629)("Uint16",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},99842:(t,e,r)=>{"use strict";r(24629)("Uint32",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},69099:(t,e,r)=>{"use strict";r(24629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}))},12468:(t,e,r)=>{"use strict";r(24629)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}),!0)},13068:(t,e,r)=>{"use strict";var n,o=r(73502),i=r(42646),a=r(82374),u=r(25653),s=r(1725),c=r(40242),f=r(86491),l=r(36116),p=r(22991).enforce,d=r(32565),h=r(23648),v=Object,y=Array.isArray,g=v.isExtensible,m=v.isFrozen,b=v.isSealed,w=v.freeze,x=v.seal,S=!i.ActiveXObject&&"ActiveXObject"in i,E=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},O=c("WeakMap",E,f),A=O.prototype,T=a(A.set);if(h)if(S){n=f.getConstructor(E,"WeakMap",!0),s.enable();var j=a(A.delete),P=a(A.has),L=a(A.get);u(A,{delete:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),j(this,t)||e.frozen.delete(t)}return j(this,t)},has:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),P(this,t)||e.frozen.has(t)}return P(this,t)},get:function(t){if(l(t)&&!g(t)){var e=p(this);return e.frozen||(e.frozen=new n),P(this,t)?L(this,t):e.frozen.get(t)}return L(this,t)},set:function(t,e){if(l(t)&&!g(t)){var r=p(this);r.frozen||(r.frozen=new n),P(this,t)?T(this,t,e):r.frozen.set(t,e)}else T(this,t,e);return this}})}else o&&d((function(){var t=w([]);return T(new O,t,1),!m(t)}))&&u(A,{set:function(t,e){var r;return y(t)&&(m(t)?r=w:b(t)&&(r=x)),T(this,t,e),r&&r(t),this}})},12970:(t,e,r)=>{"use strict";r(13068)},9950:(t,e,r)=>{"use strict";r(40242)("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(86491))},38960:(t,e,r)=>{"use strict";r(9950)},34290:(t,e,r)=>{"use strict";var n=r(42646),o=r(37414),i=r(58746),a=r(4373),u=r(86729),s=function(t){if(t&&t.forEach!==a)try{u(t,"forEach",a)}catch(e){t.forEach=a}};for(var c in o)o[c]&&s(n[c]&&n[c].prototype);s(i)},8339:(t,e,r)=>{"use strict";var n=r(42646),o=r(37414),i=r(58746),a=r(21950),u=r(86729),s=r(11889),c=r(60533)("iterator"),f=a.values,l=function(t,e){if(t){if(t[c]!==f)try{u(t,c,f)}catch(e){t[c]=f}if(s(t,e,!0),o[e])for(var r in a)if(t[r]!==a[r])try{u(t,r,a[r])}catch(e){t[r]=a[r]}}};for(var p in o)l(n[p]&&n[p].prototype,p);l(i,"DOMTokenList")},60456:(t,e,r)=>{"use strict";var n=r(87568),o=r(42646),i=r(71101),a=r(30356),u=r(66638),s=r(32565),c=r(40970);n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:s((function(){return c&&1!==Object.getOwnPropertyDescriptor(o,"queueMicrotask").value.length}))},{queueMicrotask:function(t){u(arguments.length,1),i(a(t))}})},68204:(t,e,r)=>{"use strict";r(21950),r(51951);var n=r(87568),o=r(42646),i=r(73495),a=r(21901),u=r(73155),s=r(82374),c=r(40970),f=r(32350),l=r(59454),p=r(91276),d=r(25653),h=r(11889),v=r(22356),y=r(22991),g=r(78033),m=r(38095),b=r(93519),w=r(16230),x=r(28549),S=r(33817),E=r(36116),O=r(83841),A=r(17998),T=r(36494),j=r(50827),P=r(75077),L=r(17011),I=r(66638),k=r(60533),_=r(22278),C=k("iterator"),M="URLSearchParams",R=M+"Iterator",N=y.set,F=y.getterFor(M),D=y.getterFor(R),U=i("fetch"),B=i("Request"),z=i("Headers"),q=B&&B.prototype,H=z&&z.prototype,W=o.TypeError,V=o.encodeURIComponent,G=String.fromCharCode,$=a("String","fromCodePoint"),Y=parseInt,X=s("".charAt),J=s([].join),Q=s([].push),K=s("".replace),Z=s([].shift),tt=s([].splice),et=s("".split),rt=s("".slice),nt=s(/./.exec),ot=/\+/g,it=/^[0-9a-f]+$/i,at=function(t,e){var r=rt(t,e,e+2);return nt(it,r)?Y(r,16):NaN},ut=function(t){for(var e=0,r=128;r>0&&0!=(t&r);r>>=1)e++;return e},st=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3]}return e>1114111?null:e},ct=function(t){for(var e=(t=K(t,ot," ")).length,r="",n=0;ne){r+="%",n++;continue}var i=at(t,n+1);if(i!=i){r+=o,n++;continue}n+=2;var a=ut(i);if(0===a)o=G(i);else{if(1===a||a>4){r+="�",n++;continue}for(var u=[i],s=1;se||"%"!==X(t,n));){var c=at(t,n+1);if(c!=c){n+=3;break}if(c>191||c<128)break;Q(u,c),n+=2,s++}if(u.length!==a){r+="�";continue}var f=st(u);null===f?r+="�":o=$(f)}}r+=o,n++}return r},ft=/[!'()~]|%20/g,lt={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},pt=function(t){return lt[t]},dt=function(t){return K(V(t),ft,pt)},ht=v((function(t,e){N(this,{type:R,target:F(t).entries,index:0,kind:e})}),M,(function(){var t=D(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,L(void 0,!0);var n=e[r];switch(t.kind){case"keys":return L(n.key,!1);case"values":return L(n.value,!1)}return L([n.key,n.value],!1)}),!0),vt=function(t){this.entries=[],this.url=null,void 0!==t&&(E(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===X(t,0)?rt(t,1):t:O(t)))};vt.prototype={type:M,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,r,n,o,i,a,s,c=this.entries,f=P(t);if(f)for(r=(e=j(t,f)).next;!(n=u(r,e)).done;){if(i=(o=j(S(n.value))).next,(a=u(i,o)).done||(s=u(i,o)).done||!u(i,o).done)throw new W("Expected sequence with length 2");Q(c,{key:O(a.value),value:O(s.value)})}else for(var l in t)b(t,l)&&Q(c,{key:l,value:O(t[l])})},parseQuery:function(t){if(t)for(var e,r,n=this.entries,o=et(t,"&"),i=0;i0?arguments[0]:void 0));c||(this.size=t.entries.length)},gt=yt.prototype;if(d(gt,{append:function(t,e){var r=F(this);I(arguments.length,2),Q(r.entries,{key:O(t),value:O(e)}),c||this.length++,r.updateURL()},delete:function(t){for(var e=F(this),r=I(arguments.length,1),n=e.entries,o=O(t),i=r<2?void 0:arguments[1],a=void 0===i?i:O(i),u=0;ue.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,r=F(this).entries,n=w(t,arguments.length>1?arguments[1]:void 0),o=0;o1?wt(arguments[1]):{})}}),m(B)){var xt=function(t){return g(this,q),new B(t,arguments.length>1?wt(arguments[1]):{})};q.constructor=xt,xt.prototype=q,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:xt})}}t.exports={URLSearchParams:yt,getState:F}},7146:(t,e,r)=>{"use strict";r(68204)},50928:(t,e,r)=>{"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}r(56262);var o,i=r(87568),a=r(40970),u=r(32350),s=r(42646),c=r(16230),f=r(82374),l=r(59454),p=r(91276),d=r(78033),h=r(93519),v=r(51883),y=r(17810),g=r(83014),m=r(78133).codeAt,b=r(38727),w=r(83841),x=r(11889),S=r(66638),E=r(68204),O=r(22991),A=O.set,T=O.getterFor("URL"),j=E.URLSearchParams,P=E.getState,L=s.URL,I=s.TypeError,k=s.parseInt,_=Math.floor,C=Math.pow,M=f("".charAt),R=f(/./.exec),N=f([].join),F=f(1..toString),D=f([].pop),U=f([].push),B=f("".replace),z=f([].shift),q=f("".split),H=f("".slice),W=f("".toLowerCase),V=f([].unshift),G="Invalid scheme",$="Invalid host",Y="Invalid port",X=/[a-z]/i,J=/[\d+-.a-z]/i,Q=/\d/,K=/^0x/i,Z=/^[0-7]+$/,tt=/^\d+$/,et=/^[\da-f]+$/i,rt=/[\0\t\n\r #%/:<>?@[\\\]^|]/,nt=/[\0\t\n\r #/:<>?@[\\\]^|]/,ot=/^[\u0000-\u0020]+/,it=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,at=/[\t\n\r]/g,ut=function(t){var e,r,o,i;if("number"==typeof t){for(e=[],r=0;r<4;r++)V(e,t%256),t=_(t/256);return N(e,".")}if("object"==n(t)){for(e="",o=function(t){for(var e=null,r=1,n=null,o=0,i=0;i<8;i++)0!==t[i]?(o>r&&(e=n,r=o),n=null,o=0):(null===n&&(n=i),++o);return o>r?n:e}(t),r=0;r<8;r++)i&&0===t[r]||(i&&(i=!1),o===r?(e+=r?":":"::",i=!0):(e+=F(t[r],16),r<7&&(e+=":")));return"["+e+"]"}return t},st={},ct=v({},st,{" ":1,'"':1,"<":1,">":1,"`":1}),ft=v({},ct,{"#":1,"?":1,"{":1,"}":1}),lt=v({},ft,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),pt=function(t,e){var r=m(t,0);return r>32&&r<127&&!h(e,t)?t:encodeURIComponent(t)},dt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},ht=function(t,e){var r;return 2===t.length&&R(X,M(t,0))&&(":"===(r=M(t,1))||!e&&"|"===r)},vt=function(t){var e;return t.length>1&&ht(H(t,0,2))&&(2===t.length||"/"===(e=M(t,2))||"\\"===e||"?"===e||"#"===e)},yt=function(t){return"."===t||"%2e"===W(t)},gt={},mt={},bt={},wt={},xt={},St={},Et={},Ot={},At={},Tt={},jt={},Pt={},Lt={},It={},kt={},_t={},Ct={},Mt={},Rt={},Nt={},Ft={},Dt=function(t,e,r){var n,o,i,a=w(t);if(e){if(o=this.parse(a))throw new I(o);this.searchParams=null}else{if(void 0!==r&&(n=new Dt(r,!0)),o=this.parse(a,null,n))throw new I(o);(i=P(new j)).bindURL(this),this.searchParams=i}};Dt.prototype={type:"URL",parse:function(t,e,r){var n,i,a,u,s,c=this,f=e||gt,l=0,p="",d=!1,v=!1,m=!1;for(t=w(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=B(t,ot,""),t=B(t,it,"$1")),t=B(t,at,""),n=y(t);l<=n.length;){switch(i=n[l],f){case gt:if(!i||!R(X,i)){if(e)return G;f=bt;continue}p+=W(i),f=mt;break;case mt:if(i&&(R(J,i)||"+"===i||"-"===i||"."===i))p+=W(i);else{if(":"!==i){if(e)return G;p="",f=bt,l=0;continue}if(e&&(c.isSpecial()!==h(dt,p)||"file"===p&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=p,e)return void(c.isSpecial()&&dt[c.scheme]===c.port&&(c.port=null));p="","file"===c.scheme?f=It:c.isSpecial()&&r&&r.scheme===c.scheme?f=wt:c.isSpecial()?f=Ot:"/"===n[l+1]?(f=xt,l++):(c.cannotBeABaseURL=!0,U(c.path,""),f=Rt)}break;case bt:if(!r||r.cannotBeABaseURL&&"#"!==i)return G;if(r.cannotBeABaseURL&&"#"===i){c.scheme=r.scheme,c.path=g(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,f=Ft;break}f="file"===r.scheme?It:St;continue;case wt:if("/"!==i||"/"!==n[l+1]){f=St;continue}f=At,l++;break;case xt:if("/"===i){f=Tt;break}f=Mt;continue;case St:if(c.scheme=r.scheme,i===o)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=g(r.path),c.query=r.query;else if("/"===i||"\\"===i&&c.isSpecial())f=Et;else if("?"===i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=g(r.path),c.query="",f=Nt;else{if("#"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=g(r.path),c.path.length--,f=Mt;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=g(r.path),c.query=r.query,c.fragment="",f=Ft}break;case Et:if(!c.isSpecial()||"/"!==i&&"\\"!==i){if("/"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,f=Mt;continue}f=Tt}else f=At;break;case Ot:if(f=At,"/"!==i||"/"!==M(p,l+1))continue;l++;break;case At:if("/"!==i&&"\\"!==i){f=Tt;continue}break;case Tt:if("@"===i){d&&(p="%40"+p),d=!0,a=y(p);for(var b=0;b65535)return Y;c.port=c.isSpecial()&&E===dt[c.scheme]?null:E,p=""}if(e)return;f=Ct;continue}return Y}p+=i;break;case It:if(c.scheme="file","/"===i||"\\"===i)f=kt;else{if(!r||"file"!==r.scheme){f=Mt;continue}switch(i){case o:c.host=r.host,c.path=g(r.path),c.query=r.query;break;case"?":c.host=r.host,c.path=g(r.path),c.query="",f=Nt;break;case"#":c.host=r.host,c.path=g(r.path),c.query=r.query,c.fragment="",f=Ft;break;default:vt(N(g(n,l),""))||(c.host=r.host,c.path=g(r.path),c.shortenPath()),f=Mt;continue}}break;case kt:if("/"===i||"\\"===i){f=_t;break}r&&"file"===r.scheme&&!vt(N(g(n,l),""))&&(ht(r.path[0],!0)?U(c.path,r.path[0]):c.host=r.host),f=Mt;continue;case _t:if(i===o||"/"===i||"\\"===i||"?"===i||"#"===i){if(!e&&ht(p))f=Mt;else if(""===p){if(c.host="",e)return;f=Ct}else{if(u=c.parseHost(p))return u;if("localhost"===c.host&&(c.host=""),e)return;p="",f=Ct}continue}p+=i;break;case Ct:if(c.isSpecial()){if(f=Mt,"/"!==i&&"\\"!==i)continue}else if(e||"?"!==i)if(e||"#"!==i){if(i!==o&&(f=Mt,"/"!==i))continue}else c.fragment="",f=Ft;else c.query="",f=Nt;break;case Mt:if(i===o||"/"===i||"\\"===i&&c.isSpecial()||!e&&("?"===i||"#"===i)){if(".."===(s=W(s=p))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(c.shortenPath(),"/"===i||"\\"===i&&c.isSpecial()||U(c.path,"")):yt(p)?"/"===i||"\\"===i&&c.isSpecial()||U(c.path,""):("file"===c.scheme&&!c.path.length&&ht(p)&&(c.host&&(c.host=""),p=M(p,0)+":"),U(c.path,p)),p="","file"===c.scheme&&(i===o||"?"===i||"#"===i))for(;c.path.length>1&&""===c.path[0];)z(c.path);"?"===i?(c.query="",f=Nt):"#"===i&&(c.fragment="",f=Ft)}else p+=pt(i,ft);break;case Rt:"?"===i?(c.query="",f=Nt):"#"===i?(c.fragment="",f=Ft):i!==o&&(c.path[0]+=pt(i,st));break;case Nt:e||"#"!==i?i!==o&&("'"===i&&c.isSpecial()?c.query+="%27":c.query+="#"===i?"%23":pt(i,st)):(c.fragment="",f=Ft);break;case Ft:i!==o&&(c.fragment+=pt(i,ct))}l++}},parseHost:function(t){var e,r,n;if("["===M(t,0)){if("]"!==M(t,t.length-1))return $;if(e=function(t){var e,r,n,o,i,a,u,s=[0,0,0,0,0,0,0,0],c=0,f=null,l=0,p=function(){return M(t,l)};if(":"===p()){if(":"!==M(t,1))return;l+=2,f=++c}for(;p();){if(8===c)return;if(":"!==p()){for(e=r=0;r<4&&R(et,p());)e=16*e+k(p(),16),l++,r++;if("."===p()){if(0===r)return;if(l-=r,c>6)return;for(n=0;p();){if(o=null,n>0){if(!("."===p()&&n<4))return;l++}if(!R(Q,p()))return;for(;R(Q,p());){if(i=k(p(),10),null===o)o=i;else{if(0===o)return;o=10*o+i}if(o>255)return;l++}s[c]=256*s[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===p()){if(l++,!p())return}else if(p())return;s[c++]=e}else{if(null!==f)return;l++,f=++c}}if(null!==f)for(a=c-f,c=7;0!==c&&a>0;)u=s[c],s[c--]=s[f+a-1],s[f+--a]=u;else if(8!==c)return;return s}(H(t,1,-1)),!e)return $;this.host=e}else if(this.isSpecial()){if(t=b(t),R(rt,t))return $;if(e=function(t){var e,r,n,o,i,a,u,s=q(t,".");if(s.length&&""===s[s.length-1]&&s.length--,(e=s.length)>4)return t;for(r=[],n=0;n1&&"0"===M(o,0)&&(i=R(K,o)?16:8,o=H(o,8===i?1:2)),""===o)a=0;else{if(!R(10===i?tt:8===i?Z:et,o))return t;a=k(o,i)}U(r,a)}for(n=0;n=C(256,5-e))return null}else if(a>255)return null;for(u=D(r),n=0;n1?arguments[1]:void 0,n=A(e,new Dt(t,!1,r));a||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},Bt=Ut.prototype,zt=function(t,e){return{get:function(){return T(this)[t]()},set:e&&function(t){return T(this)[e](t)},configurable:!0,enumerable:!0}};if(a&&(p(Bt,"href",zt("serialize","setHref")),p(Bt,"origin",zt("getOrigin")),p(Bt,"protocol",zt("getProtocol","setProtocol")),p(Bt,"username",zt("getUsername","setUsername")),p(Bt,"password",zt("getPassword","setPassword")),p(Bt,"host",zt("getHost","setHost")),p(Bt,"hostname",zt("getHostname","setHostname")),p(Bt,"port",zt("getPort","setPort")),p(Bt,"pathname",zt("getPathname","setPathname")),p(Bt,"search",zt("getSearch","setSearch")),p(Bt,"searchParams",zt("getSearchParams")),p(Bt,"hash",zt("getHash","setHash"))),l(Bt,"toJSON",(function(){return T(this).serialize()}),{enumerable:!0}),l(Bt,"toString",(function(){return T(this).serialize()}),{enumerable:!0}),L){var qt=L.createObjectURL,Ht=L.revokeObjectURL;qt&&l(Ut,"createObjectURL",c(qt,L)),Ht&&l(Ut,"revokeObjectURL",c(Ht,L))}x(Ut,"URL"),i({global:!0,constructor:!0,forced:!u,sham:!a},{URL:Ut})},29734:(t,e,r)=>{"use strict";r(50928)},72134:(t,e,r)=>{"use strict";var n=r(87568),o=r(73155);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},60426:(t,e,r)=>{"use strict";r.d(e,{PN:()=>m,r7:()=>b,Qx:()=>w});var n=r(85404),o={now:function(){return(o.delegate||performance).now()},delegate:void 0},i=r(6884);function a(t){return new n.c((function(e){var r=t||o,n=r.now(),a=0,u=function(){e.closed||(a=i.H.requestAnimationFrame((function(o){a=0;var i=r.now();e.next({timestamp:t?i:o,elapsed:i-n}),u()})))};return u(),function(){a&&i.H.cancelAnimationFrame(a)}}))}var u=a(),s=r(8726),c=r(20610),f=r(91660);var l=r(31635),p=r(50260),d=r(87661);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},h(t)}function v(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;e{"use strict";r.d(e,{Nc:()=>a,P4:()=>i,c3:()=>o});var n=r(85404);function o(t){return new n.c((function(e){var r=new ResizeObserver((function(t){return t.forEach((function(t){return e.next(t)}))}));return r.observe(t),function(){r.unobserve(t)}}))}function i(t,e){return new n.c((function(r){var n=new MutationObserver((function(t){return t.forEach((function(t){return r.next(t)}))}));return n.observe(t,e),function(){n.disconnect()}}))}function a(t,e){return new n.c((function(r){var n=new IntersectionObserver((function(t){return r.next(t)}),e);return Array.isArray(t)?t.forEach((function(t){return n.observe(t)})):n.observe(t),function(){Array.isArray(t)?t.forEach((function(t){return n.unobserve(t)})):n.unobserve(t)}}))}},48679:(t,e,r)=>{"use strict";r.d(e,{BB:()=>y,d0:()=>m,tL:()=>g});var n=r(20880),o=r(99258),i=r(54261),a=r(71872),u=r(8726),s=r(77137),c=r(90756);function f(t){return v(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||d(t)||p()}function l(t,e){return v(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=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||d(t,e)||p()}function p(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function d(t,e){if(t){if("string"==typeof t)return h(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)?h(t,e):void 0}}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r1?e-1:0),n=1;n0&&void 0!==arguments[0]?arguments[0]:0;return function(e){var r=[];return e.pipe((0,s.M)((function(t){return r.push(t)})),(0,c.B)(t),(0,u.T)((function(){return r})),(0,s.M)((function(){return r=[]})))}}},17580:(t,e,r)=>{"use strict";function n(){var t=document.documentElement,e=document.body,r="scrollHeight";return t[r]||e[r]}function o(){return window.pageYOffset||document.body.scrollTop}r.d(e,{Hj:()=>n,Ni:()=>u,eo:()=>a,hY:()=>o});var i=function(t,e){return(t.matches||t.msMatchesSelector).call(t,e)};function a(t,e){for(var r=t;null!=r;){if(i(r,e))return r;r=r.parentNode instanceof Element?r.parentNode:null}return null}function u(){var t,e,r=new Promise((function(r,n){return t=r,e=n}));return r.resolve=t,r.reject=e,r}},31635:(t,e,r)=>{"use strict";r.d(e,{AQ:()=>p,C6:()=>o,Cg:()=>i,GG:()=>v,Ju:()=>s,N3:()=>l,YH:()=>u,fX:()=>f,gn:()=>h,sH:()=>a,xN:()=>d,zs:()=>c});var n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)};function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function i(t,e,r,n){var o,i=arguments.length,a=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,n);else for(var u=t.length-1;u>=0;u--)(o=t[u])&&(a=(i<3?o(a):i>3?o(e,r,a):o(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a}function a(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{s(n.next(t))}catch(t){i(t)}}function u(t){try{s(n.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,u)}s((n=n.apply(t,e||[])).next())}))}function u(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(s){return function(u){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(a=0)),a;)try{if(r=1,n&&(o=2&u[0]?n.return:u[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,u[1])).done)return o;switch(n=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return a.label++,{value:u[1],done:!1};case 5:a.label++,n=u[1],u=[0];continue;case 7:u=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){a=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function c(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}function f(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o1||u(t,e)}))})}function u(t,e){try{(r=o[t](e)).value instanceof l?Promise.resolve(r.value.v).then(s,c):f(i[0][2],r)}catch(t){f(i[0][3],t)}var r}function s(t){u("next",t)}function c(t){u("throw",t)}function f(t,e){t(e),i.shift(),i.length&&u(i[0][0],i[0][1])}}function d(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=s(t),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise((function(n,o){(function(t,e,r,n){Promise.resolve(n).then((function(e){t({value:e,done:r})}),e)})(n,o,(e=t[r](e)).done,e.value)}))}}}Object.create;function h(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}function v(t,e,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!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"===n?o.call(t,r):o?o.value=r:e.set(t,r),r}"function"==typeof SuppressedError&&SuppressedError}},i={};function a(t){var e=i[t];if(void 0!==e)return e.exports;var r=i[t]={exports:{}};return o[t].call(r.exports,r,r.exports,a),r.exports}a.m=o,a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,a.t=function(r,n){if(1&n&&(r=this(r)),8&n)return r;if("object"==typeof r&&r){if(4&n&&r.__esModule)return r;if(16&n&&"function"==typeof r.then)return r}var o=Object.create(null);a.r(o);var i={};t=t||[null,e({}),e([]),e(e)];for(var u=2&n&&r;"object"==typeof u&&!~t.indexOf(u);u=e(u))Object.getOwnPropertyNames(u).forEach((t=>i[t]=()=>r[t]));return i.default=()=>r,a.d(o,i),o},a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,r)=>(a.f[r](t,e),e)),[])),a.u=t=>"legacy/"+({66:"webanimations",187:"search",248:"drawer",358:"search-worker",394:"resize-observer",415:"webcomponents",479:"push-state",553:"fetch",558:"shadydom",659:"intersection-observer",679:"toc",825:"navbar"}[t]||t)+"-deepdive-9.1.7.min.js",a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r={},n="deepdive:",a.l=(t,e,o,i)=>{if(r[t])r[t].push(e);else{var u,s;if(void 0!==o)for(var c=document.getElementsByTagName("script"),f=0;f{u.onerror=u.onload=null,clearTimeout(d);var o=r[t];if(delete r[t],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((t=>t(n))),e)return e(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=p.bind(null,u.onerror),u.onload=p.bind(null,u.onload),s&&document.head.appendChild(u)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.p="/assets/js/",(()=>{a.b=document.baseURI||self.location.href;var t={792:0};a.f.j=(e,r)=>{var n=a.o(t,e)?t[e]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,o)=>n=t[e]=[r,o]));r.push(n[2]=o);var i=a.p+a.u(e),u=new Error;a.l(i,(r=>{if(a.o(t,e)&&(0!==(n=t[e])&&(t[e]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;u.message="Loading chunk "+e+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,n[1](u)}}),"chunk-"+e,e)}};var e=(e,r)=>{var n,o,[i,u,s]=r,c=0;if(i.some((e=>0!==t[e]))){for(n in u)a.o(u,n)&&(a.m[n]=u[n]);if(s)s(a)}for(e&&e(r);c{"use strict";a(8485),a(98809),a(13542),a(20991),a(78682),a(77817),a(1030),a(37491),a(15151),a(10021),a(46907),a(85442),a(98107),a(7692),a(77052),a(64537),a(99585),a(69466),a(4187),a(34186),a(69175),a(18684),a(35848),a(53501),a(21950),a(53156),a(36724),a(79933),a(98828),a(14460),a(21400),a(60060),a(42092),a(74991),a(43809),a(69798),a(73579),a(848),a(77845),a(63243),a(32575),a(20056),a(93435),a(16406),a(65879),a(21588),a(31344),a(80387),a(41667),a(13950),a(37778),a(2674),a(18553),a(63428),a(15575),a(3868),a(95545),a(46375),a(650),a(69064),a(20214),a(53183),a(60212),a(19915),a(80295),a(34917),a(44242),a(56213),a(86150),a(43859),a(13261),a(60721),a(21968),a(24917),a(22615),a(79021),a(81160),a(30946),a(95201),a(93046),a(35542),a(71685),a(62087),a(1158),a(63962),a(78854),a(68117),a(7215),a(68113),a(84368),a(55888),a(27721),a(37878),a(66995),a(68009),a(96889),a(40062),a(5883),a(123),a(13066),a(70900),a(90651),a(16671),a(65810),a(4927),a(44186),a(26777),a(63797),a(58971),a(57733),a(91438),a(3359),a(51951),a(34517),a(56262),a(47711),a(39291),a(42566),a(34780),a(57903),a(73842),a(85812),a(5462),a(97754),a(64148),a(98448),a(32977),a(58177),a(69812),a(25912),a(64351),a(42416),a(33458),a(45564),a(24103),a(17432),a(20121),a(56390),a(24104),a(65250),a(72808),a(5275),a(57200),a(92321),a(4087),a(69099),a(12468),a(19972),a(99842),a(2068),a(2456),a(80274),a(4533),a(11064),a(69881),a(77056),a(11767),a(82206),a(8225),a(43917),a(24463),a(67642),a(17265),a(81706),a(11833),a(1618),a(43273),a(63527),a(74525),a(17695),a(82499),a(71296),a(64347),a(70038),a(12970),a(38960),a(34290),a(8339),a(60456),a(29734),a(72134),a(7146),a(16942);var t=a(76566);a.p=window._publicPath;(0,t.QN)(["classlist","eventlistener","queryselector","template"])&&(Promise.resolve().then(a.bind(a,17513)),window._noNavbar||a.e(825).then(a.bind(a,53718)),window._noSearch||Promise.all([a.e(182),a.e(678),a.e(187)]).then(a.bind(a,5415)),(0,t.QN)(["customproperties"])&&Promise.resolve().then(a.bind(a,25751)),!window._noDrawer&&(0,t.QN)(["customproperties","history","matchmedia","opacity"])&&Promise.all([a.e(182),a.e(551),a.e(778),a.e(248)]).then(a.bind(a,91338)),!window._noPushState&&(0,t.QN)(["history","matchmedia","opacity","cssanimations","cssremunit","documentfragment"])&&Promise.all([a.e(182),a.e(551),a.e(392),a.e(479)]).then(a.bind(a,98053)),!window._noToc&&(0,t.QN)(["matchmedia","cssremunit"])&&Promise.all([a.e(423),a.e(679)]).then(a.bind(a,68573)))})()})(); \ No newline at end of file diff --git a/assets/js/legacy/navbar-deepdive-9.1.7.min.js b/assets/js/legacy/navbar-deepdive-9.1.7.min.js index e487281..1ab995d 100644 --- a/assets/js/legacy/navbar-deepdive-9.1.7.min.js +++ b/assets/js/legacy/navbar-deepdive-9.1.7.min.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[825],{53718:(t,r,e)=>{e.r(r);var n=e(45786),o=e(31430),i=e(8726),u=e(71872),a=e(53075),c=e(99258),s=e(90756),l=e(40528),f=e(9486),h=e(31635),p=e(20610),v=e(38802),y=e(95345),d=e(70698),b=e(6745);function m(){for(var t=[],r=0;r=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=n.call(u,"catchLoc"),s=n.call(u,"finallyLoc");if(c&&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),d}},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:A(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=t),d}},r}function O(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,u,a=[],c=!0,s=!1;try{if(i=(e=e.call(t)).next,0===r){if(Object(e)!==e)return;c=!1}else for(;!(c=(n=i.call(e)).done)&&(a.push(n.value),a.length!==r);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=e.return&&(u=e.return(),Object(u)!==u))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})),(0,f.J)(),(0,i.T)((function(t){var r=O(t,2);return r[0]-r[1]})),(0,u.p)(v),g(b),(0,x.M)((function(t){h+=t,h=Math.max(-e,Math.min(0,h)),S.UO?(p[0].y.value=h,r.attributeStyleMap.set("transform",p)):r.style.transform="translateY(".concat(h,"px)")}))).subscribe();case 13:case"end":return t.stop()}}),t)})),function(){var t=this,r=arguments;return new Promise((function(e,n){var o=w.apply(t,r);function i(t){j(o,e,n,i,u,"next",t)}function u(t){j(o,e,n,i,u,"throw",t)}i(void 0)}))})()},30372:(t,r,e)=>{e.d(r,{B:()=>s});var n=e(31635),o=e(85404),i=e(28539),u=(0,e(497).L)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),a=e(13352),c=e(10390),s=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(0,n.C6)(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 u},r.prototype.next=function(t){var r=this;(0,c.Y)((function(){var e,o;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var i=(0,n.Ju)(r.currentObservers),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(e)throw e.error}}}}))},r.prototype.error=function(t){var r=this;(0,c.Y)((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;(0,c.Y)((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,n=e.hasError,o=e.isStopped,u=e.observers;return n||o?i.Kn:(this.currentObservers=null,u.push(t),new i.yU((function(){r.currentObservers=null,(0,a.o)(u,t)})))},r.prototype._checkFinalizedStatuses=function(t){var r=this,e=r.hasError,n=r.thrownError,o=r.isStopped;e?t.error(n):o&&t.complete()},r.prototype.asObservable=function(){var t=new o.c;return t.source=this,t},r.create=function(t,r){return new l(t,r)},r}(o.c),l=function(t){function r(r,e){var n=t.call(this)||this;return n.destination=r,n.source=e,n}return(0,n.C6)(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.Kn},r}(s)},39419:(t,r,e)=>{e.d(r,{w:()=>n});var n=new(e(85404).c)((function(t){return t.complete()}))},31430:(t,r,e)=>{e.d(r,{h:()=>c});var n=e(95345),o=e(62618),i=e(39419),u=e(70698),a=e(6745);function c(){for(var t=[],r=0;r{e.d(r,{J:()=>i});var n=e(20610),o=e(91660);function i(){return(0,n.N)((function(t,r){var e,n=!1;t.subscribe((0,o._)(r,(function(t){var o=e;e=t,n&&r.next([o,t]),n=!0})))}))}},53075:(t,r,e)=>{e.d(r,{u:()=>c});var n=e(31635),o=e(62618),i=e(30372),u=e(54776),a=e(20610);function c(t){void 0===t&&(t={});var r=t.connector,e=void 0===r?function(){return new i.B}:r,n=t.resetOnError,c=void 0===n||n,l=t.resetOnComplete,f=void 0===l||l,h=t.resetOnRefCountZero,p=void 0===h||h;return function(t){var r,n,i,l=0,h=!1,v=!1,y=function(){null==n||n.unsubscribe(),n=void 0},d=function(){y(),r=i=void 0,h=v=!1},b=function(){var t=r;d(),null==t||t.unsubscribe()};return(0,a.N)((function(t,a){l++,v||h||y();var m=i=null!=i?i:e();a.add((function(){0!==--l||v||h||(n=s(b,p))})),m.subscribe(a),!r&&l>0&&(r=new u.Ms({next:function(t){return m.next(t)},error:function(t){v=!0,y(),n=s(d,c,t),m.error(t)},complete:function(){h=!0,y(),n=s(d,f),m.complete()}}),(0,o.Tg)(t).subscribe(r))}))(t)}}function s(t,r){for(var e=[],i=2;i{e.d(r,{Z:()=>u});var n=e(50260),o=e(70698),i=e(20610);function u(){for(var t=[],r=0;r{e.d(r,{K:()=>o});var n=Array.isArray;function o(t){return 1===t.length&&n(t[0])?t[0]:t}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[825],{53718:(t,r,e)=>{var n=e(45786),o=e(31430),i=e(8726),u=e(71872),a=e(53075),c=e(99258),s=e(90756),l=e(40528),f=e(9486),h=e(31635),p=e(20610),v=e(38802),y=e(95345),d=e(70698),b=e(6745);function m(){for(var t=[],r=0;r=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=n.call(u,"catchLoc"),s=n.call(u,"finallyLoc");if(c&&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),d}},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:A(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=t),d}},r}function O(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,u,a=[],c=!0,s=!1;try{if(i=(e=e.call(t)).next,0===r){if(Object(e)!==e)return;c=!1}else for(;!(c=(n=i.call(e)).done)&&(a.push(n.value),a.length!==r);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=e.return&&(u=e.return(),Object(u)!==u))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})),(0,f.J)(),(0,i.T)((function(t){var r=O(t,2);return r[0]-r[1]})),(0,u.p)(v),g(b),(0,x.M)((function(t){h+=t,h=Math.max(-e,Math.min(0,h)),S.UO?(p[0].y.value=h,r.attributeStyleMap.set("transform",p)):r.style.transform="translateY(".concat(h,"px)")}))).subscribe();case 13:case"end":return t.stop()}}),t)})),function(){var t=this,r=arguments;return new Promise((function(e,n){var o=w.apply(t,r);function i(t){j(o,e,n,i,u,"next",t)}function u(t){j(o,e,n,i,u,"throw",t)}i(void 0)}))})()},30372:(t,r,e)=>{e.d(r,{B:()=>s});var n=e(31635),o=e(85404),i=e(28539),u=(0,e(497).L)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),a=e(13352),c=e(10390),s=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(0,n.C6)(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 u},r.prototype.next=function(t){var r=this;(0,c.Y)((function(){var e,o;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var i=(0,n.Ju)(r.currentObservers),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(e)throw e.error}}}}))},r.prototype.error=function(t){var r=this;(0,c.Y)((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;(0,c.Y)((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,n=e.hasError,o=e.isStopped,u=e.observers;return n||o?i.Kn:(this.currentObservers=null,u.push(t),new i.yU((function(){r.currentObservers=null,(0,a.o)(u,t)})))},r.prototype._checkFinalizedStatuses=function(t){var r=this,e=r.hasError,n=r.thrownError,o=r.isStopped;e?t.error(n):o&&t.complete()},r.prototype.asObservable=function(){var t=new o.c;return t.source=this,t},r.create=function(t,r){return new l(t,r)},r}(o.c),l=function(t){function r(r,e){var n=t.call(this)||this;return n.destination=r,n.source=e,n}return(0,n.C6)(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.Kn},r}(s)},39419:(t,r,e)=>{e.d(r,{w:()=>n});var n=new(e(85404).c)((function(t){return t.complete()}))},31430:(t,r,e)=>{e.d(r,{h:()=>c});var n=e(95345),o=e(62618),i=e(39419),u=e(70698),a=e(6745);function c(){for(var t=[],r=0;r{e.d(r,{J:()=>i});var n=e(20610),o=e(91660);function i(){return(0,n.N)((function(t,r){var e,n=!1;t.subscribe((0,o._)(r,(function(t){var o=e;e=t,n&&r.next([o,t]),n=!0})))}))}},53075:(t,r,e)=>{e.d(r,{u:()=>c});var n=e(31635),o=e(62618),i=e(30372),u=e(54776),a=e(20610);function c(t){void 0===t&&(t={});var r=t.connector,e=void 0===r?function(){return new i.B}:r,n=t.resetOnError,c=void 0===n||n,l=t.resetOnComplete,f=void 0===l||l,h=t.resetOnRefCountZero,p=void 0===h||h;return function(t){var r,n,i,l=0,h=!1,v=!1,y=function(){null==n||n.unsubscribe(),n=void 0},d=function(){y(),r=i=void 0,h=v=!1},b=function(){var t=r;d(),null==t||t.unsubscribe()};return(0,a.N)((function(t,a){l++,v||h||y();var m=i=null!=i?i:e();a.add((function(){0!==--l||v||h||(n=s(b,p))})),m.subscribe(a),!r&&l>0&&(r=new u.Ms({next:function(t){return m.next(t)},error:function(t){v=!0,y(),n=s(d,c,t),m.error(t)},complete:function(){h=!0,y(),n=s(d,f),m.complete()}}),(0,o.Tg)(t).subscribe(r))}))(t)}}function s(t,r){for(var e=[],i=2;i{e.d(r,{Z:()=>u});var n=e(50260),o=e(70698),i=e(20610);function u(){for(var t=[],r=0;r{e.d(r,{K:()=>o});var n=Array.isArray;function o(t){return 1===t.length&&n(t[0])?t[0]:t}}}]); \ No newline at end of file diff --git a/assets/js/legacy/push-state-deepdive-9.1.7.min.js b/assets/js/legacy/push-state-deepdive-9.1.7.min.js index cd95415..8ff4adb 100644 --- a/assets/js/legacy/push-state-deepdive-9.1.7.min.js +++ b/assets/js/legacy/push-state-deepdive-9.1.7.min.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[479],{98053:(t,e,r)=>{r.r(e);var n=r(45786),o=r(46246),i=r(31430),a=r(54417),u=r(90889),l=r(96043),c=r(8726),s=r(53075),f=r(77137),p=r(21078),y=r(99258),d=r(3677),h=r(40528),v=r(9486),m=r(12180),b=r(76566),g=r(87661),w=r(39419),S=r(12406),j=r(86568);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},O(t)}function E(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=[],l=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return x(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)?x(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 x(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((0,y.n)((function(t){return t.blob()})),(0,c.T)((function(t){return URL.createObjectURL(t)})),(0,S.W)((function(){return(0,g.of)(a.href)})))}},{key:"fetchImage",value:function(t){var e=A(t);return e===this.prevHash?w.w:this.fetchImage2(t).pipe((0,c.T)((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,")"),D.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"),l=t.getElementById("_pageStyle");if(!l)return;null==u||null===(a=u.parentNode)||void 0===a||a.replaceChild(l,u)}catch(t){console.error(t)}}},{key:"fade",value:function(t,e){var r,n=E(t,1)[0],o=E(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,(0,b.i0)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe((0,j.j)((function(){var t;D.has(n)&&URL.revokeObjectURL(D.get(n)),null==n||null===(t=n.parentNode)||void 0===t||t.removeChild(n)})))}}],e&&I(t.prototype,e),r&&I(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,r}(),_=r(71872);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=[],l=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return B(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)?B(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 B(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);rt.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 l=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(l&&c){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),C(r),v}},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;C(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:A(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),v}},e}function $(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=[],l=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||J(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 H(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 K(t){for(var e=1;et.length)&&(e=t.length);for(var r=0,n=Array(e);r{var n=r(45786),o=r(46246),i=r(31430),a=r(54417),u=r(90889),l=r(96043),c=r(8726),s=r(53075),f=r(77137),p=r(21078),y=r(99258),d=r(3677),h=r(40528),v=r(9486),m=r(12180),b=r(76566),g=r(87661),w=r(39419),S=r(12406),j=r(86568);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},O(t)}function E(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=[],l=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return x(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)?x(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 x(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((0,y.n)((function(t){return t.blob()})),(0,c.T)((function(t){return URL.createObjectURL(t)})),(0,S.W)((function(){return(0,g.of)(a.href)})))}},{key:"fetchImage",value:function(t){var e=A(t);return e===this.prevHash?w.w:this.fetchImage2(t).pipe((0,c.T)((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,")"),D.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"),l=t.getElementById("_pageStyle");if(!l)return;null==u||null===(a=u.parentNode)||void 0===a||a.replaceChild(l,u)}catch(t){console.error(t)}}},{key:"fade",value:function(t,e){var r,n=E(t,1)[0],o=E(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,(0,b.i0)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe((0,j.j)((function(){var t;D.has(n)&&URL.revokeObjectURL(D.get(n)),null==n||null===(t=n.parentNode)||void 0===t||t.removeChild(n)})))}}],e&&I(t.prototype,e),r&&I(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,r}(),_=r(71872);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=[],l=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return B(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)?B(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 B(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);rt.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 l=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(l&&c){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),C(r),v}},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;C(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:A(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),v}},e}function $(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=[],l=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||J(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 H(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 K(t){for(var e=1;et.length)&&(e=t.length);for(var r=0,n=Array(e);r{t.r(e);var n=t(5786),o=t(1430),i=t(8726),s=t(1872),u=t(3075),c=t(9258),a=t(756),l=t(528),v=t(9486),f=t(1635),p=t(610),h=t(8802),d=t(5345),b=t(698),y=t(6745);function w(){for(var r=[],e=0;enew URL(r.newURL).hash)),(0,s.p)((r=>""!==r&&"#_search-input"!==r)),(0,u.u)()),h=p.pipe((0,c.n)((()=>(0,n.R)(document,"scroll").pipe((0,a.B)(50),(0,i.T)((()=>!0)),(0,l.Z)(!1)))),(0,l.Z)(!0)),d=(0,o.h)((0,n.R)(r,"focus",{capture:!0}).pipe((0,i.T)((()=>2*e))),p.pipe((0,i.T)((()=>-2*e))));(0,n.R)(document,"scroll",{passive:!0}).pipe((0,x.tL)(h),(0,i.T)(x.hY),(0,s.p)((r=>r>=0)),(0,v.J)(),(0,i.T)((r=>{var[e,t]=r;return e-t})),(0,s.p)((()=>{var r;return!(null!==(r=document.activeElement)&&void 0!==r&&r.classList.contains("nav-btn"))})),m(d),(0,g.M)((n=>{t+=n,t=Math.max(-e,Math.min(0,t)),x.UO?(f[0].y.value=t,r.attributeStyleMap.set("transform",f)):r.style.transform="translateY(".concat(t,"px)")}))).subscribe()}},function(){var r=this,e=arguments;return new Promise((function(t,n){var o=S.apply(r,e);function i(r){_(o,t,n,i,s,"next",r)}function s(r){_(o,t,n,i,s,"throw",r)}i(void 0)}))})()},372:(r,e,t)=>{t.d(e,{B:()=>a});var n=t(1635),o=t(5404),i=t(8539),s=(0,t(497).L)((function(r){return function(){r(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),u=t(3352),c=t(390),a=function(r){function e(){var e=r.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return(0,n.C6)(e,r),e.prototype.lift=function(r){var e=new l(this,this);return e.operator=r,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new s},e.prototype.next=function(r){var e=this;(0,c.Y)((function(){var t,o;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=(0,n.Ju)(e.currentObservers),s=i.next();!s.done;s=i.next()){s.value.next(r)}}catch(r){t={error:r}}finally{try{s&&!s.done&&(o=i.return)&&o.call(i)}finally{if(t)throw t.error}}}}))},e.prototype.error=function(r){var e=this;(0,c.Y)((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=r;for(var t=e.observers;t.length;)t.shift().error(r)}}))},e.prototype.complete=function(){var r=this;(0,c.Y)((function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var e=r.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 r;return(null===(r=this.observers)||void 0===r?void 0:r.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),r.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},e.prototype._innerSubscribe=function(r){var e=this,t=this,n=t.hasError,o=t.isStopped,s=t.observers;return n||o?i.Kn:(this.currentObservers=null,s.push(r),new i.yU((function(){e.currentObservers=null,(0,u.o)(s,r)})))},e.prototype._checkFinalizedStatuses=function(r){var e=this,t=e.hasError,n=e.thrownError,o=e.isStopped;t?r.error(n):o&&r.complete()},e.prototype.asObservable=function(){var r=new o.c;return r.source=this,r},e.create=function(r,e){return new l(r,e)},e}(o.c),l=function(r){function e(e,t){var n=r.call(this)||this;return n.destination=e,n.source=t,n}return(0,n.C6)(e,r),e.prototype.next=function(r){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===t||t.call(e,r)},e.prototype.error=function(r){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===t||t.call(e,r)},e.prototype.complete=function(){var r,e;null===(e=null===(r=this.destination)||void 0===r?void 0:r.complete)||void 0===e||e.call(r)},e.prototype._subscribe=function(r){var e,t;return null!==(t=null===(e=this.source)||void 0===e?void 0:e.subscribe(r))&&void 0!==t?t:i.Kn},e}(a)},9419:(r,e,t)=>{t.d(e,{w:()=>n});var n=new(t(5404).c)((function(r){return r.complete()}))},1430:(r,e,t)=>{t.d(e,{h:()=>c});var n=t(5345),o=t(2618),i=t(9419),s=t(698),u=t(6745);function c(){for(var r=[],e=0;e{t.d(e,{J:()=>i});var n=t(610),o=t(1660);function i(){return(0,n.N)((function(r,e){var t,n=!1;r.subscribe((0,o._)(e,(function(r){var o=t;t=r,n&&e.next([o,r]),n=!0})))}))}},3075:(r,e,t)=>{t.d(e,{u:()=>c});var n=t(1635),o=t(2618),i=t(372),s=t(4776),u=t(610);function c(r){void 0===r&&(r={});var e=r.connector,t=void 0===e?function(){return new i.B}:e,n=r.resetOnError,c=void 0===n||n,l=r.resetOnComplete,v=void 0===l||l,f=r.resetOnRefCountZero,p=void 0===f||f;return function(r){var e,n,i,l=0,f=!1,h=!1,d=function(){null==n||n.unsubscribe(),n=void 0},b=function(){d(),e=i=void 0,f=h=!1},y=function(){var r=e;b(),null==r||r.unsubscribe()};return(0,u.N)((function(r,u){l++,h||f||d();var w=i=null!=i?i:t();u.add((function(){0!==--l||h||f||(n=a(y,p))})),w.subscribe(u),!e&&l>0&&(e=new s.Ms({next:function(r){return w.next(r)},error:function(r){h=!0,d(),n=a(b,c,r),w.error(r)},complete:function(){f=!0,d(),n=a(b,v),w.complete()}}),(0,o.Tg)(r).subscribe(e))}))(r)}}function a(r,e){for(var t=[],i=2;i{t.d(e,{Z:()=>s});var n=t(260),o=t(698),i=t(610);function s(){for(var r=[],e=0;e{t.d(e,{K:()=>o});var n=Array.isArray;function o(r){return 1===r.length&&n(r[0])?r[0]:r}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[825],{3718:(r,e,t)=>{var n=t(5786),o=t(1430),i=t(8726),s=t(1872),u=t(3075),c=t(9258),a=t(756),l=t(528),v=t(9486),f=t(1635),p=t(610),h=t(8802),d=t(5345),b=t(698),y=t(6745);function w(){for(var r=[],e=0;enew URL(r.newURL).hash)),(0,s.p)((r=>""!==r&&"#_search-input"!==r)),(0,u.u)()),h=p.pipe((0,c.n)((()=>(0,n.R)(document,"scroll").pipe((0,a.B)(50),(0,i.T)((()=>!0)),(0,l.Z)(!1)))),(0,l.Z)(!0)),d=(0,o.h)((0,n.R)(r,"focus",{capture:!0}).pipe((0,i.T)((()=>2*e))),p.pipe((0,i.T)((()=>-2*e))));(0,n.R)(document,"scroll",{passive:!0}).pipe((0,x.tL)(h),(0,i.T)(x.hY),(0,s.p)((r=>r>=0)),(0,v.J)(),(0,i.T)((r=>{var[e,t]=r;return e-t})),(0,s.p)((()=>{var r;return!(null!==(r=document.activeElement)&&void 0!==r&&r.classList.contains("nav-btn"))})),m(d),(0,g.M)((n=>{t+=n,t=Math.max(-e,Math.min(0,t)),x.UO?(f[0].y.value=t,r.attributeStyleMap.set("transform",f)):r.style.transform="translateY(".concat(t,"px)")}))).subscribe()}},function(){var r=this,e=arguments;return new Promise((function(t,n){var o=S.apply(r,e);function i(r){_(o,t,n,i,s,"next",r)}function s(r){_(o,t,n,i,s,"throw",r)}i(void 0)}))})()},372:(r,e,t)=>{t.d(e,{B:()=>a});var n=t(1635),o=t(5404),i=t(8539),s=(0,t(497).L)((function(r){return function(){r(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),u=t(3352),c=t(390),a=function(r){function e(){var e=r.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return(0,n.C6)(e,r),e.prototype.lift=function(r){var e=new l(this,this);return e.operator=r,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new s},e.prototype.next=function(r){var e=this;(0,c.Y)((function(){var t,o;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=(0,n.Ju)(e.currentObservers),s=i.next();!s.done;s=i.next()){s.value.next(r)}}catch(r){t={error:r}}finally{try{s&&!s.done&&(o=i.return)&&o.call(i)}finally{if(t)throw t.error}}}}))},e.prototype.error=function(r){var e=this;(0,c.Y)((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=r;for(var t=e.observers;t.length;)t.shift().error(r)}}))},e.prototype.complete=function(){var r=this;(0,c.Y)((function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var e=r.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 r;return(null===(r=this.observers)||void 0===r?void 0:r.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),r.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},e.prototype._innerSubscribe=function(r){var e=this,t=this,n=t.hasError,o=t.isStopped,s=t.observers;return n||o?i.Kn:(this.currentObservers=null,s.push(r),new i.yU((function(){e.currentObservers=null,(0,u.o)(s,r)})))},e.prototype._checkFinalizedStatuses=function(r){var e=this,t=e.hasError,n=e.thrownError,o=e.isStopped;t?r.error(n):o&&r.complete()},e.prototype.asObservable=function(){var r=new o.c;return r.source=this,r},e.create=function(r,e){return new l(r,e)},e}(o.c),l=function(r){function e(e,t){var n=r.call(this)||this;return n.destination=e,n.source=t,n}return(0,n.C6)(e,r),e.prototype.next=function(r){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===t||t.call(e,r)},e.prototype.error=function(r){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===t||t.call(e,r)},e.prototype.complete=function(){var r,e;null===(e=null===(r=this.destination)||void 0===r?void 0:r.complete)||void 0===e||e.call(r)},e.prototype._subscribe=function(r){var e,t;return null!==(t=null===(e=this.source)||void 0===e?void 0:e.subscribe(r))&&void 0!==t?t:i.Kn},e}(a)},9419:(r,e,t)=>{t.d(e,{w:()=>n});var n=new(t(5404).c)((function(r){return r.complete()}))},1430:(r,e,t)=>{t.d(e,{h:()=>c});var n=t(5345),o=t(2618),i=t(9419),s=t(698),u=t(6745);function c(){for(var r=[],e=0;e{t.d(e,{J:()=>i});var n=t(610),o=t(1660);function i(){return(0,n.N)((function(r,e){var t,n=!1;r.subscribe((0,o._)(e,(function(r){var o=t;t=r,n&&e.next([o,r]),n=!0})))}))}},3075:(r,e,t)=>{t.d(e,{u:()=>c});var n=t(1635),o=t(2618),i=t(372),s=t(4776),u=t(610);function c(r){void 0===r&&(r={});var e=r.connector,t=void 0===e?function(){return new i.B}:e,n=r.resetOnError,c=void 0===n||n,l=r.resetOnComplete,v=void 0===l||l,f=r.resetOnRefCountZero,p=void 0===f||f;return function(r){var e,n,i,l=0,f=!1,h=!1,d=function(){null==n||n.unsubscribe(),n=void 0},b=function(){d(),e=i=void 0,f=h=!1},y=function(){var r=e;b(),null==r||r.unsubscribe()};return(0,u.N)((function(r,u){l++,h||f||d();var w=i=null!=i?i:t();u.add((function(){0!==--l||h||f||(n=a(y,p))})),w.subscribe(u),!e&&l>0&&(e=new s.Ms({next:function(r){return w.next(r)},error:function(r){h=!0,d(),n=a(b,c,r),w.error(r)},complete:function(){f=!0,d(),n=a(b,v),w.complete()}}),(0,o.Tg)(r).subscribe(e))}))(r)}}function a(r,e){for(var t=[],i=2;i{t.d(e,{Z:()=>s});var n=t(260),o=t(698),i=t(610);function s(){for(var r=[],e=0;e{t.d(e,{K:()=>o});var n=Array.isArray;function o(r){return 1===r.length&&n(r[0])?r[0]:r}}}]); \ No newline at end of file diff --git a/assets/js/push-state-deepdive-9.1.7.min.js b/assets/js/push-state-deepdive-9.1.7.min.js index e1ff157..58f81ed 100644 --- a/assets/js/push-state-deepdive-9.1.7.min.js +++ b/assets/js/push-state-deepdive-9.1.7.min.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[479],{8053:(e,t,r)=>{r.r(t);var n=r(5786),i=r(6246),a=r(1430),o=r(4417),l=r(889),u=r(6043),s=r(8726),c=r(3075),p=r(7137),d=r(1078),y=r(9258),v=r(3677),f=r(528),m=r(9486),b=r(2180),h=r(6566),g=r(7661),w=r(9419),F=r(2406),j=r(6568);function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function S(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var E=/url[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*\(["']?(((?:[\0-!#-&\(-\[\]-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\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]))*)["']?\)/,D=e=>{var t,r=e.getElementById("_sidebar"),n=null==r?void 0:r.querySelector(".sidebar-bg"),i=e.getElementById("_pageStyle");return[null==i||null===(t=i.innerText)||void 0===t?void 0:t.trim(),null==r?void 0:r.classList,null==n?void 0:n.classList,null==n?void 0:n.style.backgroundImage].join("\n")};var C=new WeakMap;class P{constructor(e){this.sidebar=document.getElementById("_sidebar"),this.fadeDuration=e,this.prevHash=D(document),this.themeColorEl=document.querySelector('meta[name="theme-color"]')}fetchImage2(e){var t,r,{backgroundImage:n=""}=null!==(t=null===(r=e.querySelector(".sidebar-bg"))||void 0===r?void 0:r.style)&&void 0!==t?t:{},i=E.exec(n);if(!i)return(0,g.of)("");var a=new URL(i[1],window.location.origin);return(0,h.PN)(a.href,function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:window.location;return t!==n.protocol||r!==n.host}(a)?{mode:"cors"}:{})).pipe((0,y.n)((e=>e.blob())),(0,s.T)((e=>URL.createObjectURL(e))),(0,F.W)((()=>(0,g.of)(a.href))))}fetchImage(e){var t=D(e);return t===this.prevHash?w.w:this.fetchImage2(e).pipe((0,s.T)((r=>{var n,i=null!==(n=e.querySelector(".sidebar-bg"))&&void 0!==n?n:document.createElement("div");return r&&(i.style.backgroundImage="url(".concat(r,")"),C.set(i,r)),[i,t,e]})))}updateStyle(e){var t,r=null===(t=e.getElementById("_sidebar"))||void 0===t?void 0:t.classList;if(r&&this.sidebar.setAttribute("class",r),this.themeColorEl){var n,i=null===(n=e.head.querySelector('meta[name="theme-color"]'))||void 0===n?void 0:n.content;i&&window.setTimeout((()=>{this.themeColorEl&&(this.themeColorEl.content=i)}),250)}try{var a,o=document.getElementById("_pageStyle"),l=e.getElementById("_pageStyle");if(!l)return;null==o||null===(a=o.parentNode)||void 0===a||a.replaceChild(l,o)}catch(e){console.error(e)}}fade(e,t){var r,[n]=e,[i,a,o]=t;return null==n||null===(r=n.parentNode)||void 0===r||r.insertBefore(i,n.nextElementSibling),this.updateStyle(o),this.prevHash=a,(0,h.i0)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe((0,j.j)((()=>{var e;C.has(n)&&URL.revokeObjectURL(C.get(n)),null==n||null===(e=n.parentNode)||void 0===e||e.removeChild(n)})))}}var I=r(1872),B=".page-title, .post-title";var T,q=["title","projects"];function x(e,t,r,i){var l=e.pipe((0,I.p)((e=>{var{flipType:t}=e;return!q.includes(t)})));return(0,a.h)(function(e,t,r,n){var{animationMain:i,settings:a}=n;if(!i)return e;var l=e.pipe((0,I.p)((e=>{var{flipType:t}=e;return"title"===t})),(0,y.n)((e=>{var{anchor:t}=e;if(!t)return(0,g.of)({});var r=document.createElement("h1");r.classList.add("page-title"),r.textContent=t.textContent,r.style.transformOrigin="left top";var n=i.querySelector(".page");if(!n)return(0,g.of)({});h.Ie.call(n),n.appendChild(r),i.style.position="fixed",i.style.opacity=1;var o=t.getBoundingClientRect(),l=r.getBoundingClientRect(),u=parseInt(getComputedStyle(t).fontSize,10),s=parseInt(getComputedStyle(r).fontSize,10),c=o.left-l.left,d=o.top-l.top,y=u/s;t.style.opacity=0;var v=[{transform:"translate3d(".concat(c,"px, ").concat(d,"px, 0) scale(").concat(y,")")},{transform:"translate3d(0, 0, 0) scale(1)"}];return(0,h.i0)(r,v,a).pipe((0,p.M)({complete(){i.style.position="absolute"}}))})));return e.pipe((0,y.n)((e=>{var{flipType:n}=e;return(0,o.y)(t.pipe((0,I.p)((()=>"title"===n)),(0,s.T)((e=>{var{replaceEls:[t]}=e,r=t.querySelector(B);return r&&(r.style.opacity=0),r}))),r).pipe((0,s.T)((e=>{var[t]=e;return t})),(0,p.M)((e=>{e&&(e.style.opacity=1),i.style.opacity=0})),(0,j.j)((()=>{i.style.opacity=0;var e=i.querySelector(".page");h.Ie.call(e)})))}))).subscribe(),l}(e,t,r,i),function(e,t,r,i){var{animationMain:a,settings:l}=i;if(!a)return e;var u=e.pipe((0,I.p)((e=>{var{flipType:t}=e;return"project"===t})),(0,y.n)((e=>{var{anchor:t}=e,r=t.querySelector(".flip-project-img");if(!t||!r)return(0,g.of)({});var n=a.querySelector(".page");if(!n)return(0,g.of)({});var i=t.parentNode.querySelector(".flip-project-title"),o=i&&i.textContent||"|",u=document.createElement("h1");null==u||u.classList.add("page-title"),u&&(u.style.opacity="0"),u&&(u.textContent=o);var s=document.createElement("div");null==s||s.classList.add("post-date"),null==s||s.classList.add("heading"),s&&(s.style.opacity="0"),s&&(s.textContent="|"),h.Ie.call(n),n.appendChild(u),n.appendChild(s);var c=document.createElement("div");c.setAttribute("class",r.classList),c.classList.remove("project-card-img"),r.parentNode.insertBefore(c,r),r.classList.add("lead"),r.style.transformOrigin="left top",n.appendChild(r),a.style.position="fixed",a.style.opacity="1";var d=c.getBoundingClientRect(),y=r.getBoundingClientRect(),v=d.left-y.left,f=d.top-y.top,m=d.width/y.width,b=[{transform:"translate3d(".concat(v,"px, ").concat(f,"px, 0) scale(").concat(m,")")},{transform:"translate3d(0, 0, 0) scale(1)"}];return(0,h.i0)(r,b,l).pipe((0,p.M)({complete(){a.style.position="absolute"}}))})));return e.pipe((0,y.n)((e=>{var{flipType:i}=e;return t.pipe((0,I.p)((()=>"project"===i)),(0,y.n)((e=>{var{replaceEls:[t]}=e,i=t.querySelector(".aspect-ratio");i&&(i.style.opacity=0);var l=i&&i.querySelector("img");return(0,o.y)(l?(0,n.R)(l,"load"):(0,g.of)({}),r).pipe((0,p.M)((()=>(i&&(i.style.opacity=1),a.style.opacity=0))),(0,y.n)((()=>null!=l?(0,h.i0)(a,[{opacity:1},{opacity:0}],{duration:500}):(0,g.of)({}))),(0,j.j)((()=>{a.style.opacity=0;var e=a.querySelector(".page");h.Ie.call(e)})))})))}))).subscribe(),u}(e,t,r,i),l)}function L(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _(e){for(var t=1;t .content > .nav-btn-bar"),S=function(e){var t;return null==e||null===(t=e.parentNode)||void 0===t||t.insertBefore((0,h.Kz)("_animation-template"),e),null==e?void 0:e.previousElementSibling}(g),E=function(e){return null==e||e.appendChild((0,h.Kz)("_loading-template")),null==e?void 0:e.lastElementChild}(O),D=(e,t)=>(0,n.R)(g,e).pipe((0,s.T)((e=>{var{detail:t}=e;return t})),t?(0,s.T)(t):e=>e,(0,c.u)()),C=D("hy-push-state-start",(e=>{return Object.assign(e,{flipType:(t=e.anchor,null!=t&&t.classList.contains("flip-title")?"title":null!=t&&t.classList.contains("flip-project")?"project":null==t||null===(r=t.getAttribute)||void 0===r?void 0:r.call(t,"data-flip"))});var t,r})),I=D("hy-push-state-ready"),B=D("hy-push-state-after"),T=D("hy-push-state-progress"),q=D("hy-push-state-networkerror"),L=C.pipe((0,s.T)((e=>Object.assign(e,{main:document.getElementById("_main")}))),(0,p.M)((e=>{var{main:t}=e;t.style.pointerEvents="none"})),window._noDrawer&&null!=j&&j.classList.contains("cover")?(0,p.M)((()=>{var e;j.classList.remove("cover"),null===(e=j.parentNode)||void 0===e||e.appendChild(j)})):e=>e,(0,d.p)((t=>{var{main:r}=t;return(0,h.i0)(r,e,_(_({},F),{},{fill:"forwards"})).pipe((0,u.u)({main:r}))})),(0,p.M)((e=>{var{main:t}=e;return h.Ie.call(t)})),(0,c.u)());E&&(T.subscribe((()=>{E.style.display="flex"})),I.subscribe((()=>{E.style.display="none"})));var k=B.pipe((0,y.n)((e=>{var r=(0,i.s)((e=>{var{replaceEls:[r],flipType:n}=e;return(0,h.i0)(r,t,F).pipe((0,u.u)({main:r,flipType:n}))})(e));return e.transitionUntil(r),r})),(0,c.u)()),M=x(C,I,(0,a.h)(k,q),{animationMain:S,settings:F}).pipe((0,c.u)());C.pipe((0,y.n)((e=>{var t=(0,i.s)((0,o.y)((0,l.O)(w),L,M));return e.transitionUntil(t),t}))).subscribe(),L.subscribe(),M.subscribe();var N=document.querySelector(".sidebar-bg");if(N){var R=new P(2e3);B.pipe((0,y.n)((e=>{var{document:t}=e;return(0,o.y)(R.fetchImage(t),k).pipe((0,s.T)((e=>{var[t]=e;return t})),(0,v.Q)(C))})),(0,f.Z)([N]),(0,m.J)(),(0,b.Z)((e=>{var[t,r]=e;return R.fade(t,r)}))).subscribe()}q.pipe((0,y.n)((e=>{var{url:r}=e;E&&(E.style.display="none");var n=document.getElementById("_main");return n&&(n.style.pointerEvents=""),h.Ie.call(null==S?void 0:S.querySelector(".page")),h.Ie.call(n),function(e,t){var{pathname:r}=t,n=(0,h.Kz)("_error-template"),i=null==n?void 0:n.querySelector(".this-link");i&&(i.href=r,i.textContent=r),null==e||e.appendChild(n),null==e||e.lastElementChild}(n,r),(0,h.i0)(n,t,_(_({},F),{},{fill:"forwards"}))}))).subscribe(),Promise.resolve().then(r.bind(r,5110)),window._pushState=g}},function(){var e=this,t=arguments;return new Promise((function(r,n){var i=T.apply(e,t);function a(e){M(i,r,n,a,o,"next",e)}function o(e){M(i,r,n,a,o,"throw",e)}a(void 0)}))})()}}]); \ No newline at end of file +"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[479],{8053:(e,t,r)=>{var n=r(5786),i=r(6246),a=r(1430),o=r(4417),l=r(889),u=r(6043),s=r(8726),c=r(3075),p=r(7137),d=r(1078),y=r(9258),v=r(3677),f=r(528),m=r(9486),b=r(2180),h=r(6566),g=r(7661),w=r(9419),F=r(2406),j=r(6568);function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function S(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var E=/url[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*\(["']?(((?:[\0-!#-&\(-\[\]-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\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]))*)["']?\)/,D=e=>{var t,r=e.getElementById("_sidebar"),n=null==r?void 0:r.querySelector(".sidebar-bg"),i=e.getElementById("_pageStyle");return[null==i||null===(t=i.innerText)||void 0===t?void 0:t.trim(),null==r?void 0:r.classList,null==n?void 0:n.classList,null==n?void 0:n.style.backgroundImage].join("\n")};var C=new WeakMap;class P{constructor(e){this.sidebar=document.getElementById("_sidebar"),this.fadeDuration=e,this.prevHash=D(document),this.themeColorEl=document.querySelector('meta[name="theme-color"]')}fetchImage2(e){var t,r,{backgroundImage:n=""}=null!==(t=null===(r=e.querySelector(".sidebar-bg"))||void 0===r?void 0:r.style)&&void 0!==t?t:{},i=E.exec(n);if(!i)return(0,g.of)("");var a=new URL(i[1],window.location.origin);return(0,h.PN)(a.href,function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:window.location;return t!==n.protocol||r!==n.host}(a)?{mode:"cors"}:{})).pipe((0,y.n)((e=>e.blob())),(0,s.T)((e=>URL.createObjectURL(e))),(0,F.W)((()=>(0,g.of)(a.href))))}fetchImage(e){var t=D(e);return t===this.prevHash?w.w:this.fetchImage2(e).pipe((0,s.T)((r=>{var n,i=null!==(n=e.querySelector(".sidebar-bg"))&&void 0!==n?n:document.createElement("div");return r&&(i.style.backgroundImage="url(".concat(r,")"),C.set(i,r)),[i,t,e]})))}updateStyle(e){var t,r=null===(t=e.getElementById("_sidebar"))||void 0===t?void 0:t.classList;if(r&&this.sidebar.setAttribute("class",r),this.themeColorEl){var n,i=null===(n=e.head.querySelector('meta[name="theme-color"]'))||void 0===n?void 0:n.content;i&&window.setTimeout((()=>{this.themeColorEl&&(this.themeColorEl.content=i)}),250)}try{var a,o=document.getElementById("_pageStyle"),l=e.getElementById("_pageStyle");if(!l)return;null==o||null===(a=o.parentNode)||void 0===a||a.replaceChild(l,o)}catch(e){console.error(e)}}fade(e,t){var r,[n]=e,[i,a,o]=t;return null==n||null===(r=n.parentNode)||void 0===r||r.insertBefore(i,n.nextElementSibling),this.updateStyle(o),this.prevHash=a,(0,h.i0)(i,[{opacity:0},{opacity:1}],{duration:this.fadeDuration,easing:"ease"}).pipe((0,j.j)((()=>{var e;C.has(n)&&URL.revokeObjectURL(C.get(n)),null==n||null===(e=n.parentNode)||void 0===e||e.removeChild(n)})))}}var I=r(1872),B=".page-title, .post-title";var T,q=["title","projects"];function x(e,t,r,i){var l=e.pipe((0,I.p)((e=>{var{flipType:t}=e;return!q.includes(t)})));return(0,a.h)(function(e,t,r,n){var{animationMain:i,settings:a}=n;if(!i)return e;var l=e.pipe((0,I.p)((e=>{var{flipType:t}=e;return"title"===t})),(0,y.n)((e=>{var{anchor:t}=e;if(!t)return(0,g.of)({});var r=document.createElement("h1");r.classList.add("page-title"),r.textContent=t.textContent,r.style.transformOrigin="left top";var n=i.querySelector(".page");if(!n)return(0,g.of)({});h.Ie.call(n),n.appendChild(r),i.style.position="fixed",i.style.opacity=1;var o=t.getBoundingClientRect(),l=r.getBoundingClientRect(),u=parseInt(getComputedStyle(t).fontSize,10),s=parseInt(getComputedStyle(r).fontSize,10),c=o.left-l.left,d=o.top-l.top,y=u/s;t.style.opacity=0;var v=[{transform:"translate3d(".concat(c,"px, ").concat(d,"px, 0) scale(").concat(y,")")},{transform:"translate3d(0, 0, 0) scale(1)"}];return(0,h.i0)(r,v,a).pipe((0,p.M)({complete(){i.style.position="absolute"}}))})));return e.pipe((0,y.n)((e=>{var{flipType:n}=e;return(0,o.y)(t.pipe((0,I.p)((()=>"title"===n)),(0,s.T)((e=>{var{replaceEls:[t]}=e,r=t.querySelector(B);return r&&(r.style.opacity=0),r}))),r).pipe((0,s.T)((e=>{var[t]=e;return t})),(0,p.M)((e=>{e&&(e.style.opacity=1),i.style.opacity=0})),(0,j.j)((()=>{i.style.opacity=0;var e=i.querySelector(".page");h.Ie.call(e)})))}))).subscribe(),l}(e,t,r,i),function(e,t,r,i){var{animationMain:a,settings:l}=i;if(!a)return e;var u=e.pipe((0,I.p)((e=>{var{flipType:t}=e;return"project"===t})),(0,y.n)((e=>{var{anchor:t}=e,r=t.querySelector(".flip-project-img");if(!t||!r)return(0,g.of)({});var n=a.querySelector(".page");if(!n)return(0,g.of)({});var i=t.parentNode.querySelector(".flip-project-title"),o=i&&i.textContent||"|",u=document.createElement("h1");null==u||u.classList.add("page-title"),u&&(u.style.opacity="0"),u&&(u.textContent=o);var s=document.createElement("div");null==s||s.classList.add("post-date"),null==s||s.classList.add("heading"),s&&(s.style.opacity="0"),s&&(s.textContent="|"),h.Ie.call(n),n.appendChild(u),n.appendChild(s);var c=document.createElement("div");c.setAttribute("class",r.classList),c.classList.remove("project-card-img"),r.parentNode.insertBefore(c,r),r.classList.add("lead"),r.style.transformOrigin="left top",n.appendChild(r),a.style.position="fixed",a.style.opacity="1";var d=c.getBoundingClientRect(),y=r.getBoundingClientRect(),v=d.left-y.left,f=d.top-y.top,m=d.width/y.width,b=[{transform:"translate3d(".concat(v,"px, ").concat(f,"px, 0) scale(").concat(m,")")},{transform:"translate3d(0, 0, 0) scale(1)"}];return(0,h.i0)(r,b,l).pipe((0,p.M)({complete(){a.style.position="absolute"}}))})));return e.pipe((0,y.n)((e=>{var{flipType:i}=e;return t.pipe((0,I.p)((()=>"project"===i)),(0,y.n)((e=>{var{replaceEls:[t]}=e,i=t.querySelector(".aspect-ratio");i&&(i.style.opacity=0);var l=i&&i.querySelector("img");return(0,o.y)(l?(0,n.R)(l,"load"):(0,g.of)({}),r).pipe((0,p.M)((()=>(i&&(i.style.opacity=1),a.style.opacity=0))),(0,y.n)((()=>null!=l?(0,h.i0)(a,[{opacity:1},{opacity:0}],{duration:500}):(0,g.of)({}))),(0,j.j)((()=>{a.style.opacity=0;var e=a.querySelector(".page");h.Ie.call(e)})))})))}))).subscribe(),u}(e,t,r,i),l)}function L(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _(e){for(var t=1;t .content > .nav-btn-bar"),S=function(e){var t;return null==e||null===(t=e.parentNode)||void 0===t||t.insertBefore((0,h.Kz)("_animation-template"),e),null==e?void 0:e.previousElementSibling}(g),E=function(e){return null==e||e.appendChild((0,h.Kz)("_loading-template")),null==e?void 0:e.lastElementChild}(O),D=(e,t)=>(0,n.R)(g,e).pipe((0,s.T)((e=>{var{detail:t}=e;return t})),t?(0,s.T)(t):e=>e,(0,c.u)()),C=D("hy-push-state-start",(e=>{return Object.assign(e,{flipType:(t=e.anchor,null!=t&&t.classList.contains("flip-title")?"title":null!=t&&t.classList.contains("flip-project")?"project":null==t||null===(r=t.getAttribute)||void 0===r?void 0:r.call(t,"data-flip"))});var t,r})),I=D("hy-push-state-ready"),B=D("hy-push-state-after"),T=D("hy-push-state-progress"),q=D("hy-push-state-networkerror"),L=C.pipe((0,s.T)((e=>Object.assign(e,{main:document.getElementById("_main")}))),(0,p.M)((e=>{var{main:t}=e;t.style.pointerEvents="none"})),window._noDrawer&&null!=j&&j.classList.contains("cover")?(0,p.M)((()=>{var e;j.classList.remove("cover"),null===(e=j.parentNode)||void 0===e||e.appendChild(j)})):e=>e,(0,d.p)((t=>{var{main:r}=t;return(0,h.i0)(r,e,_(_({},F),{},{fill:"forwards"})).pipe((0,u.u)({main:r}))})),(0,p.M)((e=>{var{main:t}=e;return h.Ie.call(t)})),(0,c.u)());E&&(T.subscribe((()=>{E.style.display="flex"})),I.subscribe((()=>{E.style.display="none"})));var k=B.pipe((0,y.n)((e=>{var r=(0,i.s)((e=>{var{replaceEls:[r],flipType:n}=e;return(0,h.i0)(r,t,F).pipe((0,u.u)({main:r,flipType:n}))})(e));return e.transitionUntil(r),r})),(0,c.u)()),M=x(C,I,(0,a.h)(k,q),{animationMain:S,settings:F}).pipe((0,c.u)());C.pipe((0,y.n)((e=>{var t=(0,i.s)((0,o.y)((0,l.O)(w),L,M));return e.transitionUntil(t),t}))).subscribe(),L.subscribe(),M.subscribe();var N=document.querySelector(".sidebar-bg");if(N){var R=new P(2e3);B.pipe((0,y.n)((e=>{var{document:t}=e;return(0,o.y)(R.fetchImage(t),k).pipe((0,s.T)((e=>{var[t]=e;return t})),(0,v.Q)(C))})),(0,f.Z)([N]),(0,m.J)(),(0,b.Z)((e=>{var[t,r]=e;return R.fade(t,r)}))).subscribe()}q.pipe((0,y.n)((e=>{var{url:r}=e;E&&(E.style.display="none");var n=document.getElementById("_main");return n&&(n.style.pointerEvents=""),h.Ie.call(null==S?void 0:S.querySelector(".page")),h.Ie.call(n),function(e,t){var{pathname:r}=t,n=(0,h.Kz)("_error-template"),i=null==n?void 0:n.querySelector(".this-link");i&&(i.href=r,i.textContent=r),null==e||e.appendChild(n),null==e||e.lastElementChild}(n,r),(0,h.i0)(n,t,_(_({},F),{},{fill:"forwards"}))}))).subscribe(),Promise.resolve().then(r.bind(r,5110)),window._pushState=g}},function(){var e=this,t=arguments;return new Promise((function(r,n){var i=T.apply(e,t);function a(e){M(i,r,n,a,o,"next",e)}function o(e){M(i,r,n,a,o,"throw",e)}a(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/search-deepdive-9.1.7.min.js b/assets/js/search-deepdive-9.1.7.min.js index 415e5e7..c101c9b 100644 --- a/assets/js/search-deepdive-9.1.7.min.js +++ b/assets/js/search-deepdive-9.1.7.min.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[187],{7275:(e,t,n)=>{n.r(t);var r,a,i,s,l=n(5786),o=n(7137),d=n(9258),u=n(9182),c=(e,t)=>{var n=e.startNode.parentNode,r=void 0===t?e.endNode:t.startNode,a=n.insertBefore((0,u.h5)(),r);n.insertBefore((0,u.h5)(),r);var i=new u.Qh(e.options);return i.insertAfterNode(a),i},v=(e,t)=>(e.setValue(t),e.commit(),e),f=(e,t,n)=>{var r=e.startNode.parentNode,a=n?n.startNode:e.endNode,i=t.endNode.nextSibling;i!==a&&(0,u.Pf)(r,t.startNode,i,a)},p=e=>{(0,u.if)(e.startNode.parentNode,e.startNode,e.endNode.nextSibling)},h=(e,t,n)=>{for(var r=new Map,a=t;a<=n;a++)r.set(e[a],a);return r},m=new WeakMap,y=new WeakMap,g=(0,u.u$)(((e,t,n)=>{var r;return void 0===n?n=t:void 0!==t&&(r=t),t=>{if(!(t instanceof u.Qh))throw new Error("repeat can only be used in text bindings");var a,i,s=m.get(t)||[],l=y.get(t)||[],o=[],d=[],g=[],b=0;for(var w of e)g[b]=r?r(w,b):b,d[b]=n(w,b),b++;for(var k=0,N=s.length-1,S=0,q=d.length-1;k<=N&&S<=q;)if(null===s[k])k++;else if(null===s[N])N--;else if(l[k]===g[S])o[S]=v(s[k],d[S]),k++,S++;else if(l[N]===g[q])o[q]=v(s[N],d[q]),N--,q--;else if(l[k]===g[q])o[q]=v(s[k],d[q]),f(t,s[k],o[q+1]),k++,q--;else if(l[N]===g[S])o[S]=v(s[N],d[S]),f(t,s[N],s[k]),N--,S++;else if(void 0===a&&(a=h(g,S,q),i=h(l,k,N)),a.has(l[k]))if(a.has(l[N])){var L=i.get(g[S]),E=void 0!==L?s[L]:null;if(null===E){var x=c(t,s[k]);v(x,d[S]),o[S]=x}else o[S]=v(E,d[S]),f(t,E,s[k]),s[L]=null;S++}else p(s[N]),N--;else p(s[k]),k++;for(;S<=q;){var B=c(t,o[q+1]);v(B,d[S]),o[S++]=B}for(;k<=N;){var _=s[k++];null!==_&&p(_)}m.set(t,o),y.set(t,g)}})),b=new WeakMap,w=(0,u.u$)((e=>t=>{var n=b.get(t);if(void 0===e&&t instanceof u.ab){if(void 0!==n||!b.has(t)){var r=t.committer.name;t.committer.element.removeAttribute(r)}}else e!==n&&t.setValue(e);b.set(t,e)})),k=n(6566);function N(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function S(e,t,n,r,a,i,s){try{var l=e[i](s),o=l.value}catch(e){return void n(e)}l.done?t(o):Promise.resolve(o).then(r,a)}var q,L=e=>e.startsWith(window._baseURL)?e:join(window._baseURL,e),E=e=>e.includes("://")?e:L(e);(q=function*(){var e;yield k.Sk;var t=document.getElementById("_pushState"),c=(0,k.Kz)("_search-template"),v=null===(e=document.getElementById("_hrefSearch"))||void 0===e?void 0:e.href;if(c&&v){var f=document.querySelector("#_navbar > .content > .nav-btn-bar"),[p,h,m]=c.children;if(!(p&&h&&m&&f))return;f.insertBefore(p,f.querySelector(".nav-span")),f.insertBefore(h,f.querySelector(".nav-span")),f.insertBefore(m,f.querySelector(".nav-span"));var y=h.querySelector("input[type=search]"),b=h.querySelector("button[type=reset]");if(!y||!b)return;p.addEventListener("click",(()=>{y.focus()})),y.addEventListener("focus",(()=>{y.select(),h.classList.add("show"),""!==y.value&&(m.style.display="")}));var S=()=>{var e;null===(e=document.activeElement)||void 0===e||e.blur(),h.classList.remove("show"),m.style.display="none"};m.style.display="none",b.addEventListener("click",S),null==t||t.addEventListener("hy-push-state-start",S),yield(0,k.Oo)(document,"click");var q=new Worker(new URL(n.p+n.u(358),n.b));(0,k.u1)(q,window._search);var x="";(0,l.R)(y,"keyup").pipe((0,o.M)((e=>{""===e.target.value&&""===x&&27===e.keyCode&&(e.preventDefault(),S()),x=e.target.value})),(0,d.n)((e=>(0,k.u1)(q,e.target.value))),(0,o.M)((e=>{e.length?((0,u.XX)((0,u.qy)(r||(r=N(["\n
    \n ","\n
\n "])),g(e,(e=>e.url),(e=>{return(0,u.qy)(a||(a=N(['\n
  • \n
    \n ','\n
    \n
    \n

    \n ',"\n ","\n

    \n ","\n
    \n
  • \n "])),(()=>{var n;return null==t||null===(n=t.assign)||void 0===n?void 0:n.call(t,e.url)}),e.image?(0,u.qy)(i||(i=N([''])),E(e.image.src||e.image.path||e.image),w((n=e.image.srcset)?Object.entries(n).map((e=>{var[t,n]=e;return"".concat(E(n)," ").concat(t)})).join(","):void 0)):null,L(e.url),e.title,e.url,e.description?(0,u.qy)(s||(s=N(["

    ","

    "])),e.description):"");var n}))),m),m.style.display=""):m.style.display="none"}))).subscribe()}},function(){var e=this,t=arguments;return new Promise((function(n,r){var a=q.apply(e,t);function i(e){S(a,n,r,i,s,"next",e)}function s(e){S(a,n,r,i,s,"throw",e)}i(void 0)}))})()}}]); \ No newline at end of file +"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[187],{7275:(e,t,n)=>{var r,a,i,s,l=n(5786),o=n(7137),d=n(9258),u=n(9182),c=(e,t)=>{var n=e.startNode.parentNode,r=void 0===t?e.endNode:t.startNode,a=n.insertBefore((0,u.h5)(),r);n.insertBefore((0,u.h5)(),r);var i=new u.Qh(e.options);return i.insertAfterNode(a),i},v=(e,t)=>(e.setValue(t),e.commit(),e),f=(e,t,n)=>{var r=e.startNode.parentNode,a=n?n.startNode:e.endNode,i=t.endNode.nextSibling;i!==a&&(0,u.Pf)(r,t.startNode,i,a)},p=e=>{(0,u.if)(e.startNode.parentNode,e.startNode,e.endNode.nextSibling)},h=(e,t,n)=>{for(var r=new Map,a=t;a<=n;a++)r.set(e[a],a);return r},m=new WeakMap,y=new WeakMap,g=(0,u.u$)(((e,t,n)=>{var r;return void 0===n?n=t:void 0!==t&&(r=t),t=>{if(!(t instanceof u.Qh))throw new Error("repeat can only be used in text bindings");var a,i,s=m.get(t)||[],l=y.get(t)||[],o=[],d=[],g=[],b=0;for(var w of e)g[b]=r?r(w,b):b,d[b]=n(w,b),b++;for(var k=0,N=s.length-1,S=0,q=d.length-1;k<=N&&S<=q;)if(null===s[k])k++;else if(null===s[N])N--;else if(l[k]===g[S])o[S]=v(s[k],d[S]),k++,S++;else if(l[N]===g[q])o[q]=v(s[N],d[q]),N--,q--;else if(l[k]===g[q])o[q]=v(s[k],d[q]),f(t,s[k],o[q+1]),k++,q--;else if(l[N]===g[S])o[S]=v(s[N],d[S]),f(t,s[N],s[k]),N--,S++;else if(void 0===a&&(a=h(g,S,q),i=h(l,k,N)),a.has(l[k]))if(a.has(l[N])){var L=i.get(g[S]),E=void 0!==L?s[L]:null;if(null===E){var x=c(t,s[k]);v(x,d[S]),o[S]=x}else o[S]=v(E,d[S]),f(t,E,s[k]),s[L]=null;S++}else p(s[N]),N--;else p(s[k]),k++;for(;S<=q;){var B=c(t,o[q+1]);v(B,d[S]),o[S++]=B}for(;k<=N;){var _=s[k++];null!==_&&p(_)}m.set(t,o),y.set(t,g)}})),b=new WeakMap,w=(0,u.u$)((e=>t=>{var n=b.get(t);if(void 0===e&&t instanceof u.ab){if(void 0!==n||!b.has(t)){var r=t.committer.name;t.committer.element.removeAttribute(r)}}else e!==n&&t.setValue(e);b.set(t,e)})),k=n(6566);function N(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function S(e,t,n,r,a,i,s){try{var l=e[i](s),o=l.value}catch(e){return void n(e)}l.done?t(o):Promise.resolve(o).then(r,a)}var q,L=e=>e.startsWith(window._baseURL)?e:join(window._baseURL,e),E=e=>e.includes("://")?e:L(e);(q=function*(){var e;yield k.Sk;var t=document.getElementById("_pushState"),c=(0,k.Kz)("_search-template"),v=null===(e=document.getElementById("_hrefSearch"))||void 0===e?void 0:e.href;if(c&&v){var f=document.querySelector("#_navbar > .content > .nav-btn-bar"),[p,h,m]=c.children;if(!(p&&h&&m&&f))return;f.insertBefore(p,f.querySelector(".nav-span")),f.insertBefore(h,f.querySelector(".nav-span")),f.insertBefore(m,f.querySelector(".nav-span"));var y=h.querySelector("input[type=search]"),b=h.querySelector("button[type=reset]");if(!y||!b)return;p.addEventListener("click",(()=>{y.focus()})),y.addEventListener("focus",(()=>{y.select(),h.classList.add("show"),""!==y.value&&(m.style.display="")}));var S=()=>{var e;null===(e=document.activeElement)||void 0===e||e.blur(),h.classList.remove("show"),m.style.display="none"};m.style.display="none",b.addEventListener("click",S),null==t||t.addEventListener("hy-push-state-start",S),yield(0,k.Oo)(document,"click");var q=new Worker(new URL(n.p+n.u(358),n.b));(0,k.u1)(q,window._search);var x="";(0,l.R)(y,"keyup").pipe((0,o.M)((e=>{""===e.target.value&&""===x&&27===e.keyCode&&(e.preventDefault(),S()),x=e.target.value})),(0,d.n)((e=>(0,k.u1)(q,e.target.value))),(0,o.M)((e=>{e.length?((0,u.XX)((0,u.qy)(r||(r=N(["\n
      \n ","\n
    \n "])),g(e,(e=>e.url),(e=>{return(0,u.qy)(a||(a=N(['\n
  • \n
    \n ','\n
    \n
    \n

    \n ',"\n ","\n

    \n ","\n
    \n
  • \n "])),(()=>{var n;return null==t||null===(n=t.assign)||void 0===n?void 0:n.call(t,e.url)}),e.image?(0,u.qy)(i||(i=N([''])),E(e.image.src||e.image.path||e.image),w((n=e.image.srcset)?Object.entries(n).map((e=>{var[t,n]=e;return"".concat(E(n)," ").concat(t)})).join(","):void 0)):null,L(e.url),e.title,e.url,e.description?(0,u.qy)(s||(s=N(["

    ","

    "])),e.description):"");var n}))),m),m.style.display=""):m.style.display="none"}))).subscribe()}},function(){var e=this,t=arguments;return new Promise((function(n,r){var a=q.apply(e,t);function i(e){S(a,n,r,i,s,"next",e)}function s(e){S(a,n,r,i,s,"throw",e)}i(void 0)}))})()}}]); \ No newline at end of file diff --git a/assets/js/toc-deepdive-9.1.7.min.js b/assets/js/toc-deepdive-9.1.7.min.js index 861c3b8..eaa6512 100644 --- a/assets/js/toc-deepdive-9.1.7.min.js +++ b/assets/js/toc-deepdive-9.1.7.min.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdeepdive=self.webpackChunkdeepdive||[]).push([[679],{8366:(e,t,r)=>{r.r(t);var n=r(5786),o=r(7661),i=r(8623),l=r(880),s=r(528),u=r(8726),a=r(3075),c=r(9258),f=r(5345),d=r(7137),p=r(6568),h=e=>"object"==typeof e&&null!=e&&1===e.nodeType,v=(e,t)=>(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e,b=(e,t)=>{if(e.clientHeight{var t=(e=>{if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}})(e);return!!t&&(t.clientHeightit||i>e&&l=t&&s>=r?i-e-n:l>t&&sr?l-t+o:0,m=e=>{var t=e.parentElement;return null==t?e.getRootNode().host||null:t},y=(e,t)=>{var r,n,o,i;if("undefined"==typeof document)return[];var{scrollMode:l,block:s,inline:u,boundary:a,skipOverflowHiddenElements:c}=t,f="function"==typeof a?a:e=>e!==a;if(!h(e))throw new TypeError("Invalid target");for(var d=document.scrollingElement||document.documentElement,p=[],v=e;h(v)&&f(v);){if((v=m(v))===d){p.push(v);break}null!=v&&v===document.body&&b(v)&&!b(document.documentElement)||null!=v&&b(v,c)&&p.push(v)}for(var y=null!=(n=null==(r=window.visualViewport)?void 0:r.width)?n:innerWidth,w=null!=(i=null==(o=window.visualViewport)?void 0:o.height)?i:innerHeight,{scrollX:S,scrollY:E}=window,{height:C,width:M,top:k,right:x,bottom:O,left:W}=e.getBoundingClientRect(),{top:I,right:_,bottom:H,left:j}=(e=>{var t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e),N="start"===s||"nearest"===s?k-I:"end"===s?O+H:k+C/2-I+H,T="center"===u?W+M/2-j+_:"end"===u?x+_:W-j,B=[],R=0;R=0&&W>=0&&O<=w&&x<=y&&k>=L&&O<=D&&W>=q&&x<=Y)return B;var P=getComputedStyle(A),V=parseInt(P.borderLeftWidth,10),Z=parseInt(P.borderTopWidth,10),U=parseInt(P.borderRightWidth,10),X=parseInt(P.borderBottomWidth,10),K=0,J=0,G="offsetWidth"in A?A.offsetWidth-A.clientWidth-V-U:0,Q="offsetHeight"in A?A.offsetHeight-A.clientHeight-Z-X:0,$="offsetWidth"in A?0===A.offsetWidth?0:z/A.offsetWidth:0,ee="offsetHeight"in A?0===A.offsetHeight?0:F/A.offsetHeight:0;if(d===A)K="start"===s?N:"end"===s?N-w:"nearest"===s?g(E,E+w,w,Z,X,E+N,E+N+C,C):N-w/2,J="start"===u?T:"center"===u?T-y/2:"end"===u?T-y:g(S,S+y,y,V,U,S+T,S+T+M,M),K=Math.max(0,K+E),J=Math.max(0,J+S);else{K="start"===s?N-L-Z:"end"===s?N-D+X+Q:"nearest"===s?g(L,D,F,Z,X+Q,N,N+C,C):N-(L+F/2)+Q/2,J="start"===u?T-q-V:"center"===u?T-(q+z/2)+G/2:"end"===u?T-Y+U+G:g(q,Y,z,V,U+G,T,T+M,M);var{scrollLeft:te,scrollTop:re}=A;N+=re-(K=0===ee?0:Math.max(0,Math.min(re+K/ee,A.scrollHeight-F/ee+Q))),T+=te-(J=0===$?0:Math.max(0,Math.min(te+J/$,A.scrollWidth-z/$+G)))}B.push({el:A,top:K,left:J})}return B};function w(e,t){if(e.isConnected&&(e=>{for(var t=e;t&&t.parentNode;){if(t.parentNode===document)return!0;t=t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}return!1})(e)){var r=(e=>{var t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e);if((e=>"object"==typeof e&&"function"==typeof e.behavior)(t))return t.behavior(y(e,t));var n="boolean"==typeof t||null==t?void 0:t.behavior;for(var{el:o,top:i,left:l}of y(e,(e=>!1===e?{block:"end",inline:"nearest"}:(e=>e===Object(e)&&0!==Object.keys(e).length)(e)?e:{block:"start",inline:"nearest"})(t))){var s=i-r.top+r.bottom,u=l-r.left+r.right;o.scroll({top:s,left:u,behavior:n})}}}var S=r(6566);function E(e,t,r,n,o,i,l){try{var s=e[i](l),u=s.value}catch(e){return void r(e)}s.done?t(u):Promise.resolve(u).then(n,o)}!function(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function l(e){E(i,n,o,l,s,"next",e)}function s(e){E(i,n,o,l,s,"throw",e)}l(void 0)}))}}((function*(){yield S.Sk;var e=(0,S.r7)(window.matchMedia(S.bw)).pipe((0,s.Z)(window.matchMedia(S.bw)),(0,u.T)((e=>e.matches))),t=document.getElementById("_pushState"),r=document.getElementById("_drawer");if(t){r&&!window._noDrawer&&(yield r.initialized),yield t.initialized;var h=(window._noPushState?(0,o.of)({}):(0,n.R)(t,"load").pipe((0,s.Z)({}))).pipe((0,u.T)((()=>document.querySelector("#markdown-toc"))),(0,a.u)());(0,i.z)([h,e]).pipe((0,c.n)((e=>{var[t,r]=e;if(!t||!r)return l.t;var n=document.createElement("div");return n.style.position="relative",n.style.top="-1rem",t.parentNode.insertBefore(n,t),(0,S.Nc)(n).pipe((0,f.U)(),(0,u.T)((e=>!e.isIntersecting&&e.boundingClientRect.top<0)),(0,d.M)((e=>{e?t.classList.add("affix"):t.classList.remove("affix")})),(0,p.j)((()=>{n.parentNode.removeChild(n)})))}))).subscribe(),(0,i.z)([h,e]).pipe((0,c.n)((e=>{var[t,r]=e;if(!t||!r)return l.t;var n,o=new Set,i=new WeakMap,s="contain"===getComputedStyle(t).overscrollBehaviorY,u=Array.from(t.querySelectorAll("li")).map((e=>e.children[0].getAttribute("href")||"")).map((e=>document.getElementById(e.substr(1)))).filter((e=>!!e)),a=!0;return(0,S.Nc)(u).pipe((0,d.M)((e=>{a&&(e.forEach((e=>{var{target:t,boundingClientRect:r}=e;return i.set(t,(0,S.hY)()+r.top)})),a=!1),e.forEach((e=>{var{isIntersecting:t,target:r}=e;t?o.add(r):o.delete(r)}));var r=Array.from(o).reduce(((e,t)=>i.get(t)>=i.get(e)?e:t),null);if(r){t.querySelectorAll("a").forEach((e=>{e.style.fontWeight=""}));var l=t.querySelector('a[href="#'.concat(r.id,'"]'));l&&(l.style.fontWeight="bold",s&&(clearTimeout(n),n=setTimeout((()=>{t.classList.contains("affix")&&w(l,{scrollMode:"if-needed"})}),100)))}})),(0,p.j)((()=>{t.querySelectorAll("a").forEach((e=>{e.style.fontWeight=""}))})))}))).subscribe()}}))()},372:(e,t,r)=>{r.d(t,{B:()=>a});var n=r(1635),o=r(5404),i=r(8539),l=(0,r(497).L)((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),s=r(3352),u=r(390),a=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return(0,n.C6)(t,e),t.prototype.lift=function(e){var t=new c(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new l},t.prototype.next=function(e){var t=this;(0,u.Y)((function(){var r,o;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=(0,n.Ju)(t.currentObservers),l=i.next();!l.done;l=i.next()){l.value.next(e)}}catch(e){r={error:e}}finally{try{l&&!l.done&&(o=i.return)&&o.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;(0,u.Y)((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;(0,u.Y)((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,l=r.observers;return n||o?i.Kn:(this.currentObservers=null,l.push(e),new i.yU((function(){t.currentObservers=null,(0,s.o)(l,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,o=t.isStopped;r?e.error(n):o&&e.complete()},t.prototype.asObservable=function(){var e=new o.c;return e.source=this,e},t.create=function(e,t){return new c(e,t)},t}(o.c),c=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return(0,n.C6)(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:i.Kn},t}(a)},8623:(e,t,r)=>{r.d(t,{z:()=>v});var n=r(5404),o=Array.isArray,i=Object.getPrototypeOf,l=Object.prototype,s=Object.keys;function u(e){if(1===e.length){var t=e[0];if(o(t))return{args:t,keys:null};if((n=t)&&"object"==typeof n&&i(n)===l){var r=s(t);return{args:r.map((function(e){return t[e]})),keys:r}}}var n;return{args:e,keys:null}}var a=r(6745),c=r(3569),f=r(2886),d=r(698);var p=r(1660),h=r(5557);function v(){for(var e=[],t=0;t{r.d(t,{j:()=>o});var n=r(610);function o(e){return(0,n.N)((function(t,r){try{t.subscribe(r)}finally{r.add(e)}}))}},3075:(e,t,r)=>{r.d(t,{u:()=>u});var n=r(1635),o=r(2618),i=r(372),l=r(4776),s=r(610);function u(e){void 0===e&&(e={});var t=e.connector,r=void 0===t?function(){return new i.B}:t,n=e.resetOnError,u=void 0===n||n,c=e.resetOnComplete,f=void 0===c||c,d=e.resetOnRefCountZero,p=void 0===d||d;return function(e){var t,n,i,c=0,d=!1,h=!1,v=function(){null==n||n.unsubscribe(),n=void 0},b=function(){v(),t=i=void 0,d=h=!1},g=function(){var e=t;b(),null==e||e.unsubscribe()};return(0,s.N)((function(e,s){c++,h||d||v();var m=i=null!=i?i:r();s.add((function(){0!==--c||h||d||(n=a(g,p))})),m.subscribe(s),!t&&c>0&&(t=new l.Ms({next:function(e){return m.next(e)},error:function(e){h=!0,v(),n=a(b,u,e),m.error(e)},complete:function(){d=!0,v(),n=a(b,f),m.complete()}}),(0,o.Tg)(e).subscribe(t))}))(e)}}function a(e,t){for(var r=[],i=2;i{r.d(t,{Z:()=>l});var n=r(260),o=r(698),i=r(610);function l(){for(var e=[],t=0;t{var n=r(5786),o=r(7661),i=r(8623),l=r(880),s=r(528),u=r(8726),a=r(3075),c=r(9258),f=r(5345),d=r(7137),p=r(6568),h=e=>"object"==typeof e&&null!=e&&1===e.nodeType,v=(e,t)=>(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e,b=(e,t)=>{if(e.clientHeight{var t=(e=>{if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}})(e);return!!t&&(t.clientHeightit||i>e&&l=t&&s>=r?i-e-n:l>t&&sr?l-t+o:0,m=e=>{var t=e.parentElement;return null==t?e.getRootNode().host||null:t},y=(e,t)=>{var r,n,o,i;if("undefined"==typeof document)return[];var{scrollMode:l,block:s,inline:u,boundary:a,skipOverflowHiddenElements:c}=t,f="function"==typeof a?a:e=>e!==a;if(!h(e))throw new TypeError("Invalid target");for(var d=document.scrollingElement||document.documentElement,p=[],v=e;h(v)&&f(v);){if((v=m(v))===d){p.push(v);break}null!=v&&v===document.body&&b(v)&&!b(document.documentElement)||null!=v&&b(v,c)&&p.push(v)}for(var y=null!=(n=null==(r=window.visualViewport)?void 0:r.width)?n:innerWidth,w=null!=(i=null==(o=window.visualViewport)?void 0:o.height)?i:innerHeight,{scrollX:S,scrollY:E}=window,{height:C,width:M,top:k,right:x,bottom:O,left:W}=e.getBoundingClientRect(),{top:I,right:_,bottom:H,left:j}=(e=>{var t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e),N="start"===s||"nearest"===s?k-I:"end"===s?O+H:k+C/2-I+H,T="center"===u?W+M/2-j+_:"end"===u?x+_:W-j,B=[],R=0;R=0&&W>=0&&O<=w&&x<=y&&k>=L&&O<=D&&W>=q&&x<=Y)return B;var P=getComputedStyle(A),V=parseInt(P.borderLeftWidth,10),Z=parseInt(P.borderTopWidth,10),U=parseInt(P.borderRightWidth,10),X=parseInt(P.borderBottomWidth,10),K=0,J=0,G="offsetWidth"in A?A.offsetWidth-A.clientWidth-V-U:0,Q="offsetHeight"in A?A.offsetHeight-A.clientHeight-Z-X:0,$="offsetWidth"in A?0===A.offsetWidth?0:z/A.offsetWidth:0,ee="offsetHeight"in A?0===A.offsetHeight?0:F/A.offsetHeight:0;if(d===A)K="start"===s?N:"end"===s?N-w:"nearest"===s?g(E,E+w,w,Z,X,E+N,E+N+C,C):N-w/2,J="start"===u?T:"center"===u?T-y/2:"end"===u?T-y:g(S,S+y,y,V,U,S+T,S+T+M,M),K=Math.max(0,K+E),J=Math.max(0,J+S);else{K="start"===s?N-L-Z:"end"===s?N-D+X+Q:"nearest"===s?g(L,D,F,Z,X+Q,N,N+C,C):N-(L+F/2)+Q/2,J="start"===u?T-q-V:"center"===u?T-(q+z/2)+G/2:"end"===u?T-Y+U+G:g(q,Y,z,V,U+G,T,T+M,M);var{scrollLeft:te,scrollTop:re}=A;N+=re-(K=0===ee?0:Math.max(0,Math.min(re+K/ee,A.scrollHeight-F/ee+Q))),T+=te-(J=0===$?0:Math.max(0,Math.min(te+J/$,A.scrollWidth-z/$+G)))}B.push({el:A,top:K,left:J})}return B};function w(e,t){if(e.isConnected&&(e=>{for(var t=e;t&&t.parentNode;){if(t.parentNode===document)return!0;t=t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}return!1})(e)){var r=(e=>{var t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e);if((e=>"object"==typeof e&&"function"==typeof e.behavior)(t))return t.behavior(y(e,t));var n="boolean"==typeof t||null==t?void 0:t.behavior;for(var{el:o,top:i,left:l}of y(e,(e=>!1===e?{block:"end",inline:"nearest"}:(e=>e===Object(e)&&0!==Object.keys(e).length)(e)?e:{block:"start",inline:"nearest"})(t))){var s=i-r.top+r.bottom,u=l-r.left+r.right;o.scroll({top:s,left:u,behavior:n})}}}var S=r(6566);function E(e,t,r,n,o,i,l){try{var s=e[i](l),u=s.value}catch(e){return void r(e)}s.done?t(u):Promise.resolve(u).then(n,o)}!function(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function l(e){E(i,n,o,l,s,"next",e)}function s(e){E(i,n,o,l,s,"throw",e)}l(void 0)}))}}((function*(){yield S.Sk;var e=(0,S.r7)(window.matchMedia(S.bw)).pipe((0,s.Z)(window.matchMedia(S.bw)),(0,u.T)((e=>e.matches))),t=document.getElementById("_pushState"),r=document.getElementById("_drawer");if(t){r&&!window._noDrawer&&(yield r.initialized),yield t.initialized;var h=(window._noPushState?(0,o.of)({}):(0,n.R)(t,"load").pipe((0,s.Z)({}))).pipe((0,u.T)((()=>document.querySelector("#markdown-toc"))),(0,a.u)());(0,i.z)([h,e]).pipe((0,c.n)((e=>{var[t,r]=e;if(!t||!r)return l.t;var n=document.createElement("div");return n.style.position="relative",n.style.top="-1rem",t.parentNode.insertBefore(n,t),(0,S.Nc)(n).pipe((0,f.U)(),(0,u.T)((e=>!e.isIntersecting&&e.boundingClientRect.top<0)),(0,d.M)((e=>{e?t.classList.add("affix"):t.classList.remove("affix")})),(0,p.j)((()=>{n.parentNode.removeChild(n)})))}))).subscribe(),(0,i.z)([h,e]).pipe((0,c.n)((e=>{var[t,r]=e;if(!t||!r)return l.t;var n,o=new Set,i=new WeakMap,s="contain"===getComputedStyle(t).overscrollBehaviorY,u=Array.from(t.querySelectorAll("li")).map((e=>e.children[0].getAttribute("href")||"")).map((e=>document.getElementById(e.substr(1)))).filter((e=>!!e)),a=!0;return(0,S.Nc)(u).pipe((0,d.M)((e=>{a&&(e.forEach((e=>{var{target:t,boundingClientRect:r}=e;return i.set(t,(0,S.hY)()+r.top)})),a=!1),e.forEach((e=>{var{isIntersecting:t,target:r}=e;t?o.add(r):o.delete(r)}));var r=Array.from(o).reduce(((e,t)=>i.get(t)>=i.get(e)?e:t),null);if(r){t.querySelectorAll("a").forEach((e=>{e.style.fontWeight=""}));var l=t.querySelector('a[href="#'.concat(r.id,'"]'));l&&(l.style.fontWeight="bold",s&&(clearTimeout(n),n=setTimeout((()=>{t.classList.contains("affix")&&w(l,{scrollMode:"if-needed"})}),100)))}})),(0,p.j)((()=>{t.querySelectorAll("a").forEach((e=>{e.style.fontWeight=""}))})))}))).subscribe()}}))()},372:(e,t,r)=>{r.d(t,{B:()=>a});var n=r(1635),o=r(5404),i=r(8539),l=(0,r(497).L)((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),s=r(3352),u=r(390),a=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return(0,n.C6)(t,e),t.prototype.lift=function(e){var t=new c(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new l},t.prototype.next=function(e){var t=this;(0,u.Y)((function(){var r,o;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=(0,n.Ju)(t.currentObservers),l=i.next();!l.done;l=i.next()){l.value.next(e)}}catch(e){r={error:e}}finally{try{l&&!l.done&&(o=i.return)&&o.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;(0,u.Y)((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;(0,u.Y)((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,l=r.observers;return n||o?i.Kn:(this.currentObservers=null,l.push(e),new i.yU((function(){t.currentObservers=null,(0,s.o)(l,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,o=t.isStopped;r?e.error(n):o&&e.complete()},t.prototype.asObservable=function(){var e=new o.c;return e.source=this,e},t.create=function(e,t){return new c(e,t)},t}(o.c),c=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return(0,n.C6)(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:i.Kn},t}(a)},8623:(e,t,r)=>{r.d(t,{z:()=>v});var n=r(5404),o=Array.isArray,i=Object.getPrototypeOf,l=Object.prototype,s=Object.keys;function u(e){if(1===e.length){var t=e[0];if(o(t))return{args:t,keys:null};if((n=t)&&"object"==typeof n&&i(n)===l){var r=s(t);return{args:r.map((function(e){return t[e]})),keys:r}}}var n;return{args:e,keys:null}}var a=r(6745),c=r(3569),f=r(2886),d=r(698);var p=r(1660),h=r(5557);function v(){for(var e=[],t=0;t{r.d(t,{j:()=>o});var n=r(610);function o(e){return(0,n.N)((function(t,r){try{t.subscribe(r)}finally{r.add(e)}}))}},3075:(e,t,r)=>{r.d(t,{u:()=>u});var n=r(1635),o=r(2618),i=r(372),l=r(4776),s=r(610);function u(e){void 0===e&&(e={});var t=e.connector,r=void 0===t?function(){return new i.B}:t,n=e.resetOnError,u=void 0===n||n,c=e.resetOnComplete,f=void 0===c||c,d=e.resetOnRefCountZero,p=void 0===d||d;return function(e){var t,n,i,c=0,d=!1,h=!1,v=function(){null==n||n.unsubscribe(),n=void 0},b=function(){v(),t=i=void 0,d=h=!1},g=function(){var e=t;b(),null==e||e.unsubscribe()};return(0,s.N)((function(e,s){c++,h||d||v();var m=i=null!=i?i:r();s.add((function(){0!==--c||h||d||(n=a(g,p))})),m.subscribe(s),!t&&c>0&&(t=new l.Ms({next:function(e){return m.next(e)},error:function(e){h=!0,v(),n=a(b,u,e),m.error(e)},complete:function(){d=!0,v(),n=a(b,f),m.complete()}}),(0,o.Tg)(e).subscribe(t))}))(e)}}function a(e,t){for(var r=[],i=2;i{r.d(t,{Z:()=>l});var n=r(260),o=r(698),i=r(610);function l(){for(var e=[],t=0;t1?n-1:0),r=1;r2&&void 0!==arguments[2]?arguments[2]:f;t&&t(e,null);let i=o.length;for(;i--;){let t=o[i];if("string"==typeof t){const e=r(t);e!==t&&(n(o)||(o[i]=e),t=e)}e[t]=!0}return e}function R(e){for(let t=0;t/gm),B=a(/\${[\w\W]*}/gm),W=a(/^data-[\-\w.\u00B7-\uFFFF]/),G=a(/^aria-[\-\w]+$/),Y=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),j=a(/^(?:\w+script|data):/i),X=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),q=a(/^html$/i),$=a(/^[a-z][.\w]*(-[.\w]+)+$/i);var K=Object.freeze({__proto__:null,MUSTACHE_EXPR:H,ERB_EXPR:z,TMPLIT_EXPR:B,DATA_ATTR:W,ARIA_ATTR:G,IS_ALLOWED_URI:Y,IS_SCRIPT_OR_DATA:j,ATTR_WHITESPACE:X,DOCTYPE_NAME:q,CUSTOM_ELEMENT:$});const V=1,Z=3,J=7,Q=8,ee=9,te=function(){return"undefined"==typeof window?null:window},ne=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const o="data-tt-policy-suffix";t&&t.hasAttribute(o)&&(n=t.getAttribute(o));const r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};var oe=function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:te();const o=e=>t(e);if(o.version="3.1.5",o.removed=[],!n||!n.document||n.document.nodeType!==ee)return o.isSupported=!1,o;let{document:r}=n;const a=r,c=a.currentScript,{DocumentFragment:s,HTMLTemplateElement:N,Node:b,Element:R,NodeFilter:H,NamedNodeMap:z=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:B,DOMParser:W,trustedTypes:G}=n,j=R.prototype,X=C(j,"cloneNode"),$=C(j,"nextSibling"),oe=C(j,"childNodes"),re=C(j,"parentNode");if("function"==typeof N){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let ie,ae="";const{implementation:le,createNodeIterator:ce,createDocumentFragment:se,getElementsByTagName:ue}=r,{importNode:me}=a;let pe={};o.isSupported="function"==typeof e&&"function"==typeof re&&le&&void 0!==le.createHTMLDocument;const{MUSTACHE_EXPR:fe,ERB_EXPR:de,TMPLIT_EXPR:he,DATA_ATTR:ge,ARIA_ATTR:Te,IS_SCRIPT_OR_DATA:ye,ATTR_WHITESPACE:Ee,CUSTOM_ELEMENT:_e}=K;let{IS_ALLOWED_URI:Ae}=K,Ne=null;const be=S({},[...L,...D,...v,...x,...M]);let Se=null;const Re=S({},[...I,...U,...P,...F]);let we=Object.seal(l(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Ce=null,Le=null,De=!0,ve=!0,Oe=!1,xe=!0,ke=!1,Me=!0,Ie=!1,Ue=!1,Pe=!1,Fe=!1,He=!1,ze=!1,Be=!0,We=!1;const Ge="user-content-";let Ye=!0,je=!1,Xe={},qe=null;const $e=S({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Ke=null;const Ve=S({},["audio","video","img","source","image","track"]);let Ze=null;const Je=S({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Qe="http://www.w3.org/1998/Math/MathML",et="http://www.w3.org/2000/svg",tt="http://www.w3.org/1999/xhtml";let nt=tt,ot=!1,rt=null;const it=S({},[Qe,et,tt],d);let at=null;const lt=["application/xhtml+xml","text/html"],ct="text/html";let st=null,ut=null;const mt=r.createElement("form"),pt=function(e){return e instanceof RegExp||e instanceof Function},ft=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!ut||ut!==e){if(e&&"object"==typeof e||(e={}),e=w(e),at=-1===lt.indexOf(e.PARSER_MEDIA_TYPE)?ct:e.PARSER_MEDIA_TYPE,st="application/xhtml+xml"===at?d:f,Ne=E(e,"ALLOWED_TAGS")?S({},e.ALLOWED_TAGS,st):be,Se=E(e,"ALLOWED_ATTR")?S({},e.ALLOWED_ATTR,st):Re,rt=E(e,"ALLOWED_NAMESPACES")?S({},e.ALLOWED_NAMESPACES,d):it,Ze=E(e,"ADD_URI_SAFE_ATTR")?S(w(Je),e.ADD_URI_SAFE_ATTR,st):Je,Ke=E(e,"ADD_DATA_URI_TAGS")?S(w(Ve),e.ADD_DATA_URI_TAGS,st):Ve,qe=E(e,"FORBID_CONTENTS")?S({},e.FORBID_CONTENTS,st):$e,Ce=E(e,"FORBID_TAGS")?S({},e.FORBID_TAGS,st):{},Le=E(e,"FORBID_ATTR")?S({},e.FORBID_ATTR,st):{},Xe=!!E(e,"USE_PROFILES")&&e.USE_PROFILES,De=!1!==e.ALLOW_ARIA_ATTR,ve=!1!==e.ALLOW_DATA_ATTR,Oe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,xe=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,ke=e.SAFE_FOR_TEMPLATES||!1,Me=!1!==e.SAFE_FOR_XML,Ie=e.WHOLE_DOCUMENT||!1,Fe=e.RETURN_DOM||!1,He=e.RETURN_DOM_FRAGMENT||!1,ze=e.RETURN_TRUSTED_TYPE||!1,Pe=e.FORCE_BODY||!1,Be=!1!==e.SANITIZE_DOM,We=e.SANITIZE_NAMED_PROPS||!1,Ye=!1!==e.KEEP_CONTENT,je=e.IN_PLACE||!1,Ae=e.ALLOWED_URI_REGEXP||Y,nt=e.NAMESPACE||tt,we=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&pt(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(we.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&pt(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(we.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(we.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ke&&(ve=!1),He&&(Fe=!0),Xe&&(Ne=S({},M),Se=[],!0===Xe.html&&(S(Ne,L),S(Se,I)),!0===Xe.svg&&(S(Ne,D),S(Se,U),S(Se,F)),!0===Xe.svgFilters&&(S(Ne,v),S(Se,U),S(Se,F)),!0===Xe.mathMl&&(S(Ne,x),S(Se,P),S(Se,F))),e.ADD_TAGS&&(Ne===be&&(Ne=w(Ne)),S(Ne,e.ADD_TAGS,st)),e.ADD_ATTR&&(Se===Re&&(Se=w(Se)),S(Se,e.ADD_ATTR,st)),e.ADD_URI_SAFE_ATTR&&S(Ze,e.ADD_URI_SAFE_ATTR,st),e.FORBID_CONTENTS&&(qe===$e&&(qe=w(qe)),S(qe,e.FORBID_CONTENTS,st)),Ye&&(Ne["#text"]=!0),Ie&&S(Ne,["html","head","body"]),Ne.table&&(S(Ne,["tbody"]),delete Ce.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw A('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw A('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');ie=e.TRUSTED_TYPES_POLICY,ae=ie.createHTML("")}else void 0===ie&&(ie=ne(G,c)),null!==ie&&"string"==typeof ae&&(ae=ie.createHTML(""));i&&i(e),ut=e}},dt=S({},["mi","mo","mn","ms","mtext"]),ht=S({},["foreignobject","annotation-xml"]),gt=S({},["title","style","font","a","script"]),Tt=S({},[...D,...v,...O]),yt=S({},[...x,...k]),Et=function(e){let t=re(e);t&&t.tagName||(t={namespaceURI:nt,tagName:"template"});const n=f(e.tagName),o=f(t.tagName);return!!rt[e.namespaceURI]&&(e.namespaceURI===et?t.namespaceURI===tt?"svg"===n:t.namespaceURI===Qe?"svg"===n&&("annotation-xml"===o||dt[o]):Boolean(Tt[n]):e.namespaceURI===Qe?t.namespaceURI===tt?"math"===n:t.namespaceURI===et?"math"===n&&ht[o]:Boolean(yt[n]):e.namespaceURI===tt?!(t.namespaceURI===et&&!ht[o])&&(!(t.namespaceURI===Qe&&!dt[o])&&(!yt[n]&&(gt[n]||!Tt[n]))):!("application/xhtml+xml"!==at||!rt[e.namespaceURI]))},_t=function(e){p(o.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.remove()}},At=function(e,t){try{p(o.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){p(o.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!Se[e])if(Fe||He)try{_t(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Nt=function(e){let t=null,n=null;if(Pe)e=""+e;else{const t=h(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===at&&nt===tt&&(e=''+e+"");const o=ie?ie.createHTML(e):e;if(nt===tt)try{t=(new W).parseFromString(o,at)}catch(e){}if(!t||!t.documentElement){t=le.createDocument(nt,"template",null);try{t.documentElement.innerHTML=ot?ae:o}catch(e){}}const i=t.body||t.documentElement;return e&&n&&i.insertBefore(r.createTextNode(n),i.childNodes[0]||null),nt===tt?ue.call(t,Ie?"html":"body")[0]:Ie?t.documentElement:i},bt=function(e){return ce.call(e.ownerDocument||e,e,H.SHOW_ELEMENT|H.SHOW_COMMENT|H.SHOW_TEXT|H.SHOW_PROCESSING_INSTRUCTION|H.SHOW_CDATA_SECTION,null)},St=function(e){return e instanceof B&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof z)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Rt=function(e){return"function"==typeof b&&e instanceof b},wt=function(e,t,n){pe[e]&&u(pe[e],(e=>{e.call(o,t,n,ut)}))},Ct=function(e){let t=null;if(wt("beforeSanitizeElements",e,null),St(e))return _t(e),!0;const n=st(e.nodeName);if(wt("uponSanitizeElement",e,{tagName:n,allowedTags:Ne}),e.hasChildNodes()&&!Rt(e.firstElementChild)&&_(/<[/\w]/g,e.innerHTML)&&_(/<[/\w]/g,e.textContent))return _t(e),!0;if(e.nodeType===J)return _t(e),!0;if(Me&&e.nodeType===Q&&_(/<[/\w]/g,e.data))return _t(e),!0;if(!Ne[n]||Ce[n]){if(!Ce[n]&&Dt(n)){if(we.tagNameCheck instanceof RegExp&&_(we.tagNameCheck,n))return!1;if(we.tagNameCheck instanceof Function&&we.tagNameCheck(n))return!1}if(Ye&&!qe[n]){const t=re(e)||e.parentNode,n=oe(e)||e.childNodes;if(n&&t){for(let o=n.length-1;o>=0;--o){const r=X(n[o],!0);r.__removalCount=(e.__removalCount||0)+1,t.insertBefore(r,$(e))}}}return _t(e),!0}return e instanceof R&&!Et(e)?(_t(e),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!_(/<\/no(script|embed|frames)/i,e.innerHTML)?(ke&&e.nodeType===Z&&(t=e.textContent,u([fe,de,he],(e=>{t=g(t,e," ")})),e.textContent!==t&&(p(o.removed,{element:e.cloneNode()}),e.textContent=t)),wt("afterSanitizeElements",e,null),!1):(_t(e),!0)},Lt=function(e,t,n){if(Be&&("id"===t||"name"===t)&&(n in r||n in mt))return!1;if(ve&&!Le[t]&&_(ge,t));else if(De&&_(Te,t));else if(!Se[t]||Le[t]){if(!(Dt(e)&&(we.tagNameCheck instanceof RegExp&&_(we.tagNameCheck,e)||we.tagNameCheck instanceof Function&&we.tagNameCheck(e))&&(we.attributeNameCheck instanceof RegExp&&_(we.attributeNameCheck,t)||we.attributeNameCheck instanceof Function&&we.attributeNameCheck(t))||"is"===t&&we.allowCustomizedBuiltInElements&&(we.tagNameCheck instanceof RegExp&&_(we.tagNameCheck,n)||we.tagNameCheck instanceof Function&&we.tagNameCheck(n))))return!1}else if(Ze[t]);else if(_(Ae,g(n,Ee,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==T(n,"data:")||!Ke[e]){if(Oe&&!_(ye,g(n,Ee,"")));else if(n)return!1}else;return!0},Dt=function(e){return"annotation-xml"!==e&&h(e,_e)},vt=function(e){wt("beforeSanitizeAttributes",e,null);const{attributes:t}=e;if(!t)return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Se};let r=t.length;for(;r--;){const i=t[r],{name:a,namespaceURI:l,value:c}=i,s=st(a);let p="value"===a?c:y(c);if(n.attrName=s,n.attrValue=p,n.keepAttr=!0,n.forceKeepAttr=void 0,wt("uponSanitizeAttribute",e,n),p=n.attrValue,n.forceKeepAttr)continue;if(At(a,e),!n.keepAttr)continue;if(!xe&&_(/\/>/i,p)){At(a,e);continue}if(Me&&_(/((--!?|])>)|<\/(style|title)/i,p)){At(a,e);continue}ke&&u([fe,de,he],(e=>{p=g(p,e," ")}));const f=st(e.nodeName);if(Lt(f,s,p)){if(!We||"id"!==s&&"name"!==s||(At(a,e),p=Ge+p),ie&&"object"==typeof G&&"function"==typeof G.getAttributeType)if(l);else switch(G.getAttributeType(f,s)){case"TrustedHTML":p=ie.createHTML(p);break;case"TrustedScriptURL":p=ie.createScriptURL(p)}try{l?e.setAttributeNS(l,a,p):e.setAttribute(a,p),St(e)?_t(e):m(o.removed)}catch(e){}}}wt("afterSanitizeAttributes",e,null)},Ot=function e(t){let n=null;const o=bt(t);for(wt("beforeSanitizeShadowDOM",t,null);n=o.nextNode();)wt("uponSanitizeShadowNode",n,null),Ct(n)||(n.content instanceof s&&e(n.content),vt(n));wt("afterSanitizeShadowDOM",t,null)};return o.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,r=null,i=null,l=null;if(ot=!e,ot&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Rt(e)){if("function"!=typeof e.toString)throw A("toString is not a function");if("string"!=typeof(e=e.toString()))throw A("dirty is not a string, aborting")}if(!o.isSupported)return e;if(Ue||ft(t),o.removed=[],"string"==typeof e&&(je=!1),je){if(e.nodeName){const t=st(e.nodeName);if(!Ne[t]||Ce[t])throw A("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof b)n=Nt("\x3c!----\x3e"),r=n.ownerDocument.importNode(e,!0),r.nodeType===V&&"BODY"===r.nodeName||"HTML"===r.nodeName?n=r:n.appendChild(r);else{if(!Fe&&!ke&&!Ie&&-1===e.indexOf("<"))return ie&&ze?ie.createHTML(e):e;if(n=Nt(e),!n)return Fe?null:ze?ae:""}n&&Pe&&_t(n.firstChild);const c=bt(je?e:n);for(;i=c.nextNode();)Ct(i)||(i.content instanceof s&&Ot(i.content),vt(i));if(je)return e;if(Fe){if(He)for(l=se.call(n.ownerDocument);n.firstChild;)l.appendChild(n.firstChild);else l=n;return(Se.shadowroot||Se.shadowrootmode)&&(l=me.call(a,l,!0)),l}let m=Ie?n.outerHTML:n.innerHTML;return Ie&&Ne["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&_(q,n.ownerDocument.doctype.name)&&(m="\n"+m),ke&&u([fe,de,he],(e=>{m=g(m,e," ")})),ie&&ze?ie.createHTML(m):m},o.setConfig=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};ft(e),Ue=!0},o.clearConfig=function(){ut=null,Ue=!1},o.isValidAttribute=function(e,t,n){ut||ft({});const o=st(e),r=st(t);return Lt(o,r,n)},o.addHook=function(e,t){"function"==typeof t&&(pe[e]=pe[e]||[],p(pe[e],t))},o.removeHook=function(e){if(pe[e])return m(pe[e])},o.removeHooks=function(e){pe[e]&&(pe[e]=[])},o.removeAllHooks=function(){pe={}},o}();return oe})); +/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).DOMPurify=t()}(this,(function(){"use strict";const{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:o,getOwnPropertyDescriptor:r}=Object;let{freeze:i,seal:a,create:l}=Object,{apply:c,construct:s}="undefined"!=typeof Reflect&&Reflect;i||(i=function(e){return e}),a||(a=function(e){return e}),c||(c=function(e,t,n){return e.apply(t,n)}),s||(s=function(e,t){return new e(...t)});const u=b(Array.prototype.forEach),m=b(Array.prototype.pop),p=b(Array.prototype.push),f=b(String.prototype.toLowerCase),d=b(String.prototype.toString),h=b(String.prototype.match),g=b(String.prototype.replace),T=b(String.prototype.indexOf),y=b(String.prototype.trim),E=b(Object.prototype.hasOwnProperty),_=b(RegExp.prototype.test),A=(N=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n1?n-1:0),r=1;r2&&void 0!==arguments[2]?arguments[2]:f;t&&t(e,null);let i=o.length;for(;i--;){let t=o[i];if("string"==typeof t){const e=r(t);e!==t&&(n(o)||(o[i]=e),t=e)}e[t]=!0}return e}function R(e){for(let t=0;t/gm),B=a(/\${[\w\W]*}/gm),W=a(/^data-[\-\w.\u00B7-\uFFFF]/),G=a(/^aria-[\-\w]+$/),Y=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),j=a(/^(?:\w+script|data):/i),X=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),q=a(/^html$/i),$=a(/^[a-z][.\w]*(-[.\w]+)+$/i);var K=Object.freeze({__proto__:null,MUSTACHE_EXPR:H,ERB_EXPR:z,TMPLIT_EXPR:B,DATA_ATTR:W,ARIA_ATTR:G,IS_ALLOWED_URI:Y,IS_SCRIPT_OR_DATA:j,ATTR_WHITESPACE:X,DOCTYPE_NAME:q,CUSTOM_ELEMENT:$});const V=1,Z=3,J=7,Q=8,ee=9,te=function(){return"undefined"==typeof window?null:window};var ne=function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:te();const o=e=>t(e);if(o.version="3.1.6",o.removed=[],!n||!n.document||n.document.nodeType!==ee)return o.isSupported=!1,o;let{document:r}=n;const a=r,c=a.currentScript,{DocumentFragment:s,HTMLTemplateElement:N,Node:b,Element:R,NodeFilter:H,NamedNodeMap:z=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:B,DOMParser:W,trustedTypes:G}=n,j=R.prototype,X=C(j,"cloneNode"),$=C(j,"remove"),ne=C(j,"nextSibling"),oe=C(j,"childNodes"),re=C(j,"parentNode");if("function"==typeof N){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let ie,ae="";const{implementation:le,createNodeIterator:ce,createDocumentFragment:se,getElementsByTagName:ue}=r,{importNode:me}=a;let pe={};o.isSupported="function"==typeof e&&"function"==typeof re&&le&&void 0!==le.createHTMLDocument;const{MUSTACHE_EXPR:fe,ERB_EXPR:de,TMPLIT_EXPR:he,DATA_ATTR:ge,ARIA_ATTR:Te,IS_SCRIPT_OR_DATA:ye,ATTR_WHITESPACE:Ee,CUSTOM_ELEMENT:_e}=K;let{IS_ALLOWED_URI:Ae}=K,Ne=null;const be=S({},[...L,...D,...v,...x,...M]);let Se=null;const Re=S({},[...I,...U,...P,...F]);let we=Object.seal(l(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Ce=null,Le=null,De=!0,ve=!0,Oe=!1,xe=!0,ke=!1,Me=!0,Ie=!1,Ue=!1,Pe=!1,Fe=!1,He=!1,ze=!1,Be=!0,We=!1,Ge=!0,Ye=!1,je={},Xe=null;const qe=S({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let $e=null;const Ke=S({},["audio","video","img","source","image","track"]);let Ve=null;const Ze=S({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Je="http://www.w3.org/1998/Math/MathML",Qe="http://www.w3.org/2000/svg",et="http://www.w3.org/1999/xhtml";let tt=et,nt=!1,ot=null;const rt=S({},[Je,Qe,et],d);let it=null;const at=["application/xhtml+xml","text/html"];let lt=null,ct=null;const st=r.createElement("form"),ut=function(e){return e instanceof RegExp||e instanceof Function},mt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!ct||ct!==e){if(e&&"object"==typeof e||(e={}),e=w(e),it=-1===at.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,lt="application/xhtml+xml"===it?d:f,Ne=E(e,"ALLOWED_TAGS")?S({},e.ALLOWED_TAGS,lt):be,Se=E(e,"ALLOWED_ATTR")?S({},e.ALLOWED_ATTR,lt):Re,ot=E(e,"ALLOWED_NAMESPACES")?S({},e.ALLOWED_NAMESPACES,d):rt,Ve=E(e,"ADD_URI_SAFE_ATTR")?S(w(Ze),e.ADD_URI_SAFE_ATTR,lt):Ze,$e=E(e,"ADD_DATA_URI_TAGS")?S(w(Ke),e.ADD_DATA_URI_TAGS,lt):Ke,Xe=E(e,"FORBID_CONTENTS")?S({},e.FORBID_CONTENTS,lt):qe,Ce=E(e,"FORBID_TAGS")?S({},e.FORBID_TAGS,lt):{},Le=E(e,"FORBID_ATTR")?S({},e.FORBID_ATTR,lt):{},je=!!E(e,"USE_PROFILES")&&e.USE_PROFILES,De=!1!==e.ALLOW_ARIA_ATTR,ve=!1!==e.ALLOW_DATA_ATTR,Oe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,xe=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,ke=e.SAFE_FOR_TEMPLATES||!1,Me=!1!==e.SAFE_FOR_XML,Ie=e.WHOLE_DOCUMENT||!1,Fe=e.RETURN_DOM||!1,He=e.RETURN_DOM_FRAGMENT||!1,ze=e.RETURN_TRUSTED_TYPE||!1,Pe=e.FORCE_BODY||!1,Be=!1!==e.SANITIZE_DOM,We=e.SANITIZE_NAMED_PROPS||!1,Ge=!1!==e.KEEP_CONTENT,Ye=e.IN_PLACE||!1,Ae=e.ALLOWED_URI_REGEXP||Y,tt=e.NAMESPACE||et,we=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ut(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(we.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ut(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(we.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(we.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ke&&(ve=!1),He&&(Fe=!0),je&&(Ne=S({},M),Se=[],!0===je.html&&(S(Ne,L),S(Se,I)),!0===je.svg&&(S(Ne,D),S(Se,U),S(Se,F)),!0===je.svgFilters&&(S(Ne,v),S(Se,U),S(Se,F)),!0===je.mathMl&&(S(Ne,x),S(Se,P),S(Se,F))),e.ADD_TAGS&&(Ne===be&&(Ne=w(Ne)),S(Ne,e.ADD_TAGS,lt)),e.ADD_ATTR&&(Se===Re&&(Se=w(Se)),S(Se,e.ADD_ATTR,lt)),e.ADD_URI_SAFE_ATTR&&S(Ve,e.ADD_URI_SAFE_ATTR,lt),e.FORBID_CONTENTS&&(Xe===qe&&(Xe=w(Xe)),S(Xe,e.FORBID_CONTENTS,lt)),Ge&&(Ne["#text"]=!0),Ie&&S(Ne,["html","head","body"]),Ne.table&&(S(Ne,["tbody"]),delete Ce.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw A('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw A('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');ie=e.TRUSTED_TYPES_POLICY,ae=ie.createHTML("")}else void 0===ie&&(ie=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const o="data-tt-policy-suffix";t&&t.hasAttribute(o)&&(n=t.getAttribute(o));const r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}}(G,c)),null!==ie&&"string"==typeof ae&&(ae=ie.createHTML(""));i&&i(e),ct=e}},pt=S({},["mi","mo","mn","ms","mtext"]),ft=S({},["foreignobject","annotation-xml"]),dt=S({},["title","style","font","a","script"]),ht=S({},[...D,...v,...O]),gt=S({},[...x,...k]),Tt=function(e){p(o.removed,{element:e});try{re(e).removeChild(e)}catch(t){$(e)}},yt=function(e,t){try{p(o.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){p(o.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!Se[e])if(Fe||He)try{Tt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Et=function(e){let t=null,n=null;if(Pe)e=""+e;else{const t=h(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===it&&tt===et&&(e=''+e+"");const o=ie?ie.createHTML(e):e;if(tt===et)try{t=(new W).parseFromString(o,it)}catch(e){}if(!t||!t.documentElement){t=le.createDocument(tt,"template",null);try{t.documentElement.innerHTML=nt?ae:o}catch(e){}}const i=t.body||t.documentElement;return e&&n&&i.insertBefore(r.createTextNode(n),i.childNodes[0]||null),tt===et?ue.call(t,Ie?"html":"body")[0]:Ie?t.documentElement:i},_t=function(e){return ce.call(e.ownerDocument||e,e,H.SHOW_ELEMENT|H.SHOW_COMMENT|H.SHOW_TEXT|H.SHOW_PROCESSING_INSTRUCTION|H.SHOW_CDATA_SECTION,null)},At=function(e){return e instanceof B&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof z)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Nt=function(e){return"function"==typeof b&&e instanceof b},bt=function(e,t,n){pe[e]&&u(pe[e],(e=>{e.call(o,t,n,ct)}))},St=function(e){let t=null;if(bt("beforeSanitizeElements",e,null),At(e))return Tt(e),!0;const n=lt(e.nodeName);if(bt("uponSanitizeElement",e,{tagName:n,allowedTags:Ne}),e.hasChildNodes()&&!Nt(e.firstElementChild)&&_(/<[/\w]/g,e.innerHTML)&&_(/<[/\w]/g,e.textContent))return Tt(e),!0;if(e.nodeType===J)return Tt(e),!0;if(Me&&e.nodeType===Q&&_(/<[/\w]/g,e.data))return Tt(e),!0;if(!Ne[n]||Ce[n]){if(!Ce[n]&&wt(n)){if(we.tagNameCheck instanceof RegExp&&_(we.tagNameCheck,n))return!1;if(we.tagNameCheck instanceof Function&&we.tagNameCheck(n))return!1}if(Ge&&!Xe[n]){const t=re(e)||e.parentNode,n=oe(e)||e.childNodes;if(n&&t){for(let o=n.length-1;o>=0;--o){const r=X(n[o],!0);r.__removalCount=(e.__removalCount||0)+1,t.insertBefore(r,ne(e))}}}return Tt(e),!0}return e instanceof R&&!function(e){let t=re(e);t&&t.tagName||(t={namespaceURI:tt,tagName:"template"});const n=f(e.tagName),o=f(t.tagName);return!!ot[e.namespaceURI]&&(e.namespaceURI===Qe?t.namespaceURI===et?"svg"===n:t.namespaceURI===Je?"svg"===n&&("annotation-xml"===o||pt[o]):Boolean(ht[n]):e.namespaceURI===Je?t.namespaceURI===et?"math"===n:t.namespaceURI===Qe?"math"===n&&ft[o]:Boolean(gt[n]):e.namespaceURI===et?!(t.namespaceURI===Qe&&!ft[o])&&!(t.namespaceURI===Je&&!pt[o])&&!gt[n]&&(dt[n]||!ht[n]):!("application/xhtml+xml"!==it||!ot[e.namespaceURI]))}(e)?(Tt(e),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!_(/<\/no(script|embed|frames)/i,e.innerHTML)?(ke&&e.nodeType===Z&&(t=e.textContent,u([fe,de,he],(e=>{t=g(t,e," ")})),e.textContent!==t&&(p(o.removed,{element:e.cloneNode()}),e.textContent=t)),bt("afterSanitizeElements",e,null),!1):(Tt(e),!0)},Rt=function(e,t,n){if(Be&&("id"===t||"name"===t)&&(n in r||n in st))return!1;if(ve&&!Le[t]&&_(ge,t));else if(De&&_(Te,t));else if(!Se[t]||Le[t]){if(!(wt(e)&&(we.tagNameCheck instanceof RegExp&&_(we.tagNameCheck,e)||we.tagNameCheck instanceof Function&&we.tagNameCheck(e))&&(we.attributeNameCheck instanceof RegExp&&_(we.attributeNameCheck,t)||we.attributeNameCheck instanceof Function&&we.attributeNameCheck(t))||"is"===t&&we.allowCustomizedBuiltInElements&&(we.tagNameCheck instanceof RegExp&&_(we.tagNameCheck,n)||we.tagNameCheck instanceof Function&&we.tagNameCheck(n))))return!1}else if(Ve[t]);else if(_(Ae,g(n,Ee,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==T(n,"data:")||!$e[e]){if(Oe&&!_(ye,g(n,Ee,"")));else if(n)return!1}else;return!0},wt=function(e){return"annotation-xml"!==e&&h(e,_e)},Ct=function(e){bt("beforeSanitizeAttributes",e,null);const{attributes:t}=e;if(!t)return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Se};let r=t.length;for(;r--;){const i=t[r],{name:a,namespaceURI:l,value:c}=i,s=lt(a);let p="value"===a?c:y(c);if(n.attrName=s,n.attrValue=p,n.keepAttr=!0,n.forceKeepAttr=void 0,bt("uponSanitizeAttribute",e,n),p=n.attrValue,Me&&_(/((--!?|])>)|<\/(style|title)/i,p)){yt(a,e);continue}if(n.forceKeepAttr)continue;if(yt(a,e),!n.keepAttr)continue;if(!xe&&_(/\/>/i,p)){yt(a,e);continue}ke&&u([fe,de,he],(e=>{p=g(p,e," ")}));const f=lt(e.nodeName);if(Rt(f,s,p)){if(!We||"id"!==s&&"name"!==s||(yt(a,e),p="user-content-"+p),ie&&"object"==typeof G&&"function"==typeof G.getAttributeType)if(l);else switch(G.getAttributeType(f,s)){case"TrustedHTML":p=ie.createHTML(p);break;case"TrustedScriptURL":p=ie.createScriptURL(p)}try{l?e.setAttributeNS(l,a,p):e.setAttribute(a,p),At(e)?Tt(e):m(o.removed)}catch(e){}}}bt("afterSanitizeAttributes",e,null)},Lt=function e(t){let n=null;const o=_t(t);for(bt("beforeSanitizeShadowDOM",t,null);n=o.nextNode();)bt("uponSanitizeShadowNode",n,null),St(n)||(n.content instanceof s&&e(n.content),Ct(n));bt("afterSanitizeShadowDOM",t,null)};return o.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,r=null,i=null,l=null;if(nt=!e,nt&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Nt(e)){if("function"!=typeof e.toString)throw A("toString is not a function");if("string"!=typeof(e=e.toString()))throw A("dirty is not a string, aborting")}if(!o.isSupported)return e;if(Ue||mt(t),o.removed=[],"string"==typeof e&&(Ye=!1),Ye){if(e.nodeName){const t=lt(e.nodeName);if(!Ne[t]||Ce[t])throw A("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof b)n=Et("\x3c!----\x3e"),r=n.ownerDocument.importNode(e,!0),r.nodeType===V&&"BODY"===r.nodeName||"HTML"===r.nodeName?n=r:n.appendChild(r);else{if(!Fe&&!ke&&!Ie&&-1===e.indexOf("<"))return ie&&ze?ie.createHTML(e):e;if(n=Et(e),!n)return Fe?null:ze?ae:""}n&&Pe&&Tt(n.firstChild);const c=_t(Ye?e:n);for(;i=c.nextNode();)St(i)||(i.content instanceof s&&Lt(i.content),Ct(i));if(Ye)return e;if(Fe){if(He)for(l=se.call(n.ownerDocument);n.firstChild;)l.appendChild(n.firstChild);else l=n;return(Se.shadowroot||Se.shadowrootmode)&&(l=me.call(a,l,!0)),l}let m=Ie?n.outerHTML:n.innerHTML;return Ie&&Ne["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&_(q,n.ownerDocument.doctype.name)&&(m="\n"+m),ke&&u([fe,de,he],(e=>{m=g(m,e," ")})),ie&&ze?ie.createHTML(m):m},o.setConfig=function(){mt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Ue=!0},o.clearConfig=function(){ct=null,Ue=!1},o.isValidAttribute=function(e,t,n){ct||mt({});const o=lt(e),r=lt(t);return Rt(o,r,n)},o.addHook=function(e,t){"function"==typeof t&&(pe[e]=pe[e]||[],p(pe[e],t))},o.removeHook=function(e){if(pe[e])return m(pe[e])},o.removeHooks=function(e){pe[e]&&(pe[e]=[])},o.removeAllHooks=function(){pe={}},o}();return ne})); //# sourceMappingURL=purify.min.js.map diff --git a/package.json b/package.json index c717ecf..6dcd5ab 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "private": true, "dependencies": { "@fontsource/noto-sans": "^5.0.22", - "@fontsource/roboto-slab": "^5.0.20", + "@fontsource/roboto-slab": "^5.0.21", "@hydecorp/component": "^1.0.0", "@hydecorp/drawer": "^1.0.0", "@hydecorp/push-state": "^1.0.0", @@ -47,14 +47,14 @@ "abortcontroller-polyfill": "^1.7.5", "bootstrap": "^5.3.3", "broadcastchannel-polyfill": "^1.0.1", - "core-js": "^3.37.1", + "core-js": "^3.38.1", "create-element-x": "^1.2.0", - "dompurify": "^3.1.5", + "dompurify": "^3.1.6", "intersection-observer": "^0.12.2", "jquery": "^3.7.1", "kv-storage-polyfill": "^2.0.0", - "lit": "^3.1.4", - "minisearch": "^6.3.0", + "lit": "^3.2.0", + "minisearch": "^7.1.0", "rxjs": "^7.8.1", "scroll-into-view-if-needed": "^3.1.0", "tippy.js": "^6.3.7", @@ -62,24 +62,24 @@ "whatwg-fetch": "^3.6.20" }, "devDependencies": { - "@babel/core": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/preset-env": "^7.24.7", + "@babel/core": "^7.25.2", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/preset-env": "^7.25.4", "babel-loader": "^9.1.3", "bower": "^1.8.14", "braces": "^3.0.3", "dedent": "^1.5.3", "depcheck": "^1.4.7", - "eslint": "^9.5.0", + "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", "null-loader": "^4.0.1", "onchange": "^7.1.0", - "prettier": "^3.3.2", - "tar": "^7.4.0", - "uglify-js": "^3.18.0", - "webpack": "^5.92.1", + "prettier": "^3.3.3", + "tar": "^7.4.3", + "uglify-js": "^3.19.3", + "webpack": "^5.94.0", "webpack-cli": "^5.1.4", - "webpack-merge": "^5.10.0", + "webpack-merge": "^6.0.1", "yargs": "^17.7.2" }, "repository": { @@ -93,5 +93,5 @@ "engines": { "node": ">=11" }, - "packageManager": "yarn@4.3.1" + "packageManager": "yarn@4.4.1" } diff --git a/yarn.lock b/yarn.lock index 7dfeeac..1c7b1da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -56,26 +56,33 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/core@npm:7.24.7" +"@babel/compat-data@npm:^7.25.2, @babel/compat-data@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/compat-data@npm:7.25.4" + checksum: 10c0/50d79734d584a28c69d6f5b99adfaa064d0f41609a378aef04eb06accc5b44f8520e68549eba3a082478180957b7d5783f1bfb1672e4ae8574e797ce8bae79fa + languageName: node + linkType: hard + +"@babel/core@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/core@npm:7.25.2" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.24.7" - "@babel/generator": "npm:^7.24.7" - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-module-transforms": "npm:^7.24.7" - "@babel/helpers": "npm:^7.24.7" - "@babel/parser": "npm:^7.24.7" - "@babel/template": "npm:^7.24.7" - "@babel/traverse": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.0" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-module-transforms": "npm:^7.25.2" + "@babel/helpers": "npm:^7.25.0" + "@babel/parser": "npm:^7.25.0" + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.2" + "@babel/types": "npm:^7.25.2" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/4004ba454d3c20a46ea66264e06c15b82e9f6bdc35f88819907d24620da70dbf896abac1cb4cc4b6bb8642969e45f4d808497c9054a1388a386cf8c12e9b9e0d + checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401 languageName: node linkType: hard @@ -103,6 +110,18 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/generator@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: 10c0/f89282cce4ddc63654470b98086994d219407d025497f483eb03ba102086e11e2b685b27122f6ff2e1d93b5b5fa0c3a6b7e974fbf2e4a75b685041a746a4291e + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-annotate-as-pure@npm:7.22.5" @@ -157,6 +176,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^7.24.8, @babel/helper-compilation-targets@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-compilation-targets@npm:7.25.2" + dependencies: + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-validator-option": "npm:^7.24.8" + browserslist: "npm:^4.23.1" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99 + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-create-class-features-plugin@npm:7.24.7" @@ -176,6 +208,23 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-class-features-plugin@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-member-expression-to-functions": "npm:^7.24.8" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.25.0" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.4" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/a765d9e0482e13cf96642fa8aa28e6f7d4d7d39f37840d6246e5e10a7c47f47c52d52522edd3073f229449d17ec0db6f9b7b5e398bff6bb0b4994d65957a164c + languageName: node + linkType: hard + "@babel/helper-create-regexp-features-plugin@npm:^7.18.6": version: 7.22.15 resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15" @@ -202,6 +251,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-regexp-features-plugin@npm:^7.25.0, @babel/helper-create-regexp-features-plugin@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.2" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + regexpu-core: "npm:^5.3.1" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/85a7e3639c118856fb1113f54fb7e3bf7698171ddfd0cd6fccccd5426b3727bc1434fe7f69090441dcde327feef9de917e00d35e47ab820047057518dd675317 + languageName: node + linkType: hard + "@babel/helper-define-polyfill-provider@npm:^0.6.1": version: 0.6.1 resolution: "@babel/helper-define-polyfill-provider@npm:0.6.1" @@ -217,6 +279,21 @@ __metadata: languageName: node linkType: hard +"@babel/helper-define-polyfill-provider@npm:^0.6.2": + version: 0.6.2 + resolution: "@babel/helper-define-polyfill-provider@npm:0.6.2" + dependencies: + "@babel/helper-compilation-targets": "npm:^7.22.6" + "@babel/helper-plugin-utils": "npm:^7.22.5" + debug: "npm:^4.1.1" + lodash.debounce: "npm:^4.0.8" + resolve: "npm:^1.14.2" + peerDependencies: + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + checksum: 10c0/f777fe0ee1e467fdaaac059c39ed203bdc94ef2465fb873316e9e1acfc511a276263724b061e3b0af2f6d7ad3ff174f2bb368fde236a860e0f650fda43d7e022 + languageName: node + linkType: hard + "@babel/helper-environment-visitor@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-environment-visitor@npm:7.22.20" @@ -281,6 +358,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-member-expression-to-functions@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-member-expression-to-functions@npm:7.24.8" + dependencies: + "@babel/traverse": "npm:^7.24.8" + "@babel/types": "npm:^7.24.8" + checksum: 10c0/7e14a5acc91f6cd26305a4441b82eb6f616bd70b096a4d2099a968f16b26d50207eec0b9ebfc466fefd62bd91587ac3be878117cdfec819b7151911183cb0e5a + languageName: node + linkType: hard + "@babel/helper-module-imports@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-module-imports@npm:7.24.7" @@ -306,6 +393,20 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-module-transforms@npm:7.25.2" + dependencies: + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-simple-access": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.2" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329 + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-optimise-call-expression@npm:7.24.7" @@ -329,6 +430,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-plugin-utils@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-plugin-utils@npm:7.24.8" + checksum: 10c0/0376037f94a3bfe6b820a39f81220ac04f243eaee7193774b983e956c1750883ff236b30785795abbcda43fac3ece74750566830c2daa4d6e3870bb0dff34c2d + languageName: node + linkType: hard + "@babel/helper-remap-async-to-generator@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-remap-async-to-generator@npm:7.24.7" @@ -342,6 +450,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-remap-async-to-generator@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-wrap-function": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/0d17b5f7bb6a607edc9cc62fff8056dd9f341bf2f919884f97b99170d143022a5e7ae57922c4891e4fc360ad291e708d2f8cd8989f1d3cd7a17600159984f5a6 + languageName: node + linkType: hard + "@babel/helper-replace-supers@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-replace-supers@npm:7.24.7" @@ -355,6 +476,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-replace-supers@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-replace-supers@npm:7.25.0" + dependencies: + "@babel/helper-member-expression-to-functions": "npm:^7.24.8" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/b4b6650ab3d56c39a259367cd97f8df2f21c9cebb3716fea7bca40a150f8847bfb82f481e98927c7c6579b48a977b5a8f77318a1c6aeb497f41ecd6dbc3fdfef + languageName: node + linkType: hard + "@babel/helper-simple-access@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-simple-access@npm:7.24.7" @@ -407,6 +541,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-string-parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-string-parser@npm:7.24.8" + checksum: 10c0/6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08 + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-validator-identifier@npm:7.22.20" @@ -435,6 +576,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-option@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-validator-option@npm:7.24.8" + checksum: 10c0/73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f + languageName: node + linkType: hard + "@babel/helper-wrap-function@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-wrap-function@npm:7.24.7" @@ -447,13 +595,24 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/helpers@npm:7.24.7" +"@babel/helper-wrap-function@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/helper-wrap-function@npm:7.25.0" dependencies: - "@babel/template": "npm:^7.24.7" - "@babel/types": "npm:^7.24.7" - checksum: 10c0/aa8e230f6668773e17e141dbcab63e935c514b4b0bf1fed04d2eaefda17df68e16b61a56573f7f1d4d1e605ce6cc162b5f7e9fdf159fde1fd9b77c920ae47d27 + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10c0/d54601a98384c191cbc1ff07b03a19e288ef8d5c6bfafe270b2a303d96e7304eb296002921ed464cc1b105a547d1db146eb86b0be617924dee1ba1b379cdc216 + languageName: node + linkType: hard + +"@babel/helpers@npm:^7.25.0": + version: 7.25.6 + resolution: "@babel/helpers@npm:7.25.6" + dependencies: + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + checksum: 10c0/448c1cdabccca42fd97a252f73f1e4bcd93776dbf24044f3b4f49b756bf2ece73ee6df05177473bb74ea7456dddd18d6f481e4d96d2cc7839d078900d48c696c languageName: node linkType: hard @@ -498,26 +657,48 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.7" +"@babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/parser@npm:7.25.6" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/types": "npm:^7.25.6" + bin: + parser: ./bin/babel-parser.js + checksum: 10c0/f88a0e895dbb096fd37c4527ea97d12b5fc013720602580a941ac3a339698872f0c911e318c292b184c36b5fbe23b612f05aff9d24071bc847c7b1c21552c41d + languageName: node + linkType: hard + +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3": + version: 7.25.3 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.3" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.3" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/394c30e2b708ad385fa1219528e039066a1f1cb40f47986f283878848fd354c745e6397f588b4e5a046ee8d64bfdf4c208e4c3dfbdcfb2fd34315ec67c64e7af + checksum: 10c0/814b4d3f102e7556a5053d1acf57ef601cfcff39a2c81b8cdc6a5c842e3cb9838f5925d1466a5f1e6416e74c9c83586a3c07fbd7fb8610a396c2becdf9ae5790 languageName: node linkType: hard -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.24.7" +"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.0" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/9645a1f47b3750acadb1353c02e71cc712d072aafe5ce115ed3a886bc14c5d9200cfb0b5b5e60e813baa549b800cf798f8714019fd246c699053cf68c428e426 + languageName: node + linkType: hard + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/a36307428ecc1a01b00cf90812335eed1575d13f211ab24fe4d0c55c28a2fcbd4135f142efabc3b277b2a8e09ee05df594a1272353f061b63829495b5dcfdb96 + checksum: 10c0/ed1ce1c90cac46c01825339fd0f2a96fa071b016fb819d8dfaf8e96300eae30e74870cb47e4dc80d4ce2fb287869f102878b4f3b35bc927fec8b1d0d76bcf612 languageName: node linkType: hard @@ -534,15 +715,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.24.7" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.0" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.0" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/2b52a73e444f6adc73f927b623e53a4cf64397170dd1071268536df1b3db1e02131418c8dc91351af48837a6298212118f4a72d5407f8005cf9a732370a315b0 + checksum: 10c0/45988025537a9d4a27b610fd696a18fd9ba9336621a69b4fb40560eeb10c79657f85c92a37f30c7c8fb29c22970eea0b373315795a891f1a05549a6cfe5a6bfe languageName: node linkType: hard @@ -765,17 +946,17 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.7" +"@babel/plugin-transform-async-generator-functions@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.4" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" - "@babel/helper-remap-async-to-generator": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-remap-async-to-generator": "npm:^7.25.0" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" + "@babel/traverse": "npm:^7.25.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/6b5e33ae66dce0afce9b06d8dace6fa052528e60f7622aa6cfd3e71bd372ca5079d426e78336ca564bc0d5f37acbcda1b21f4fe656fcb642f1a93a697ab39742 + checksum: 10c0/efed6f6be90b25ad77c15a622a0dc0b22dbf5d45599c207ab8fbc4e959aef21f574fa467d9cf872e45de664a46c32334e78dee2332d82f5f27e26249a34a0920 languageName: node linkType: hard @@ -803,26 +984,26 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-block-scoping@npm:7.24.7" +"@babel/plugin-transform-block-scoping@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-block-scoping@npm:7.25.0" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/dcbc5e385c0ca5fb5736b1c720c90755cffe9f91d8c854f82e61e59217dd3f6c91b3633eeee4b55a89d3f59e5275d0f5b0b1b1363d4fa70c49c468b55aa87700 + checksum: 10c0/382931c75a5d0ea560387e76cb57b03461300527e4784efcb2fb62f36c1eb0ab331327b6034def256baa0cad9050925a61f9c0d56261b6afd6a29c3065fb0bd4 languageName: node linkType: hard -"@babel/plugin-transform-class-properties@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-class-properties@npm:7.24.7" +"@babel/plugin-transform-class-properties@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-class-properties@npm:7.25.4" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-create-class-features-plugin": "npm:^7.25.4" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/75018a466c7ede3d2397e158891c224ba7fca72864506ce067ddbc02fc65191d44da4d6379c996d0c7f09019e26b5c3f5f1d3a639cd98366519723886f0689d0 + checksum: 10c0/0b41bc8a5920d3d17c7c06220b601cf43e0a32ac34f05f05cd0cdf08915e4521b1b707cb1e60942b4fc68a5dfac09f0444a8720e0c72ce76fb039e8ec5263115 languageName: node linkType: hard @@ -839,21 +1020,19 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-classes@npm:7.24.7" +"@babel/plugin-transform-classes@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-classes@npm:7.25.4" dependencies: "@babel/helper-annotate-as-pure": "npm:^7.24.7" - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-environment-visitor": "npm:^7.24.7" - "@babel/helper-function-name": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" - "@babel/helper-replace-supers": "npm:^7.24.7" - "@babel/helper-split-export-declaration": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-replace-supers": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.4" globals: "npm:^11.1.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/e51dba7ce8b770d1eee929e098d5a3be3efc3e8b941e22dda7d0097dc4e7be5feabd2da7b707ac06fcac5661b31223c541941dec08ce76c1faa55544d87d06ec + checksum: 10c0/c68424d9dd64860825111aa4a4ed5caf29494b7a02ddb9c36351d768c41e8e05127d89274795cdfcade032d9d299e6c677418259df58c71e68f1741583dcf467 languageName: node linkType: hard @@ -869,14 +1048,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-destructuring@npm:7.24.7" +"@babel/plugin-transform-destructuring@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-destructuring@npm:7.24.8" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/929f07a807fb62230bfbf881cfcedf187ac5daf2f1b01da94a75c7a0f6f72400268cf4bcfee534479e43260af8193e42c31ee03c8b0278ba77d0036ed6709c27 + checksum: 10c0/804968c1d5f5072c717505296c1e5d5ec33e90550423de66de82bbcb78157156e8470bbe77a04ab8c710a88a06360a30103cf223ac7eff4829adedd6150de5ce languageName: node linkType: hard @@ -903,6 +1082,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.0" + dependencies: + "@babel/helper-create-regexp-features-plugin": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/1c9b57ddd9b33696e88911d0e7975e1573ebc46219c4b30eb1dc746cbb71aedfac6f6dab7fdfdec54dd58f31468bf6ab56b157661ea4ffe58f906d71f89544c8 + languageName: node + linkType: hard + "@babel/plugin-transform-dynamic-import@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.7" @@ -951,16 +1142,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-function-name@npm:7.24.7" +"@babel/plugin-transform-function-name@npm:^7.25.1": + version: 7.25.1 + resolution: "@babel/plugin-transform-function-name@npm:7.25.1" dependencies: - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-function-name": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.24.8" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/traverse": "npm:^7.25.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/3e9642428d6952851850d89ea9307d55946528d18973784d0e2f04a651b23bd9924dd8a2641c824b483bd4ab1223bab1d2f6a1106a939998f7ced512cb60ac5b + checksum: 10c0/e74912174d5e33d1418b840443c2e226a7b76cc017c1ed20ee30a566e4f1794d4a123be03180da046241576e8b692731807ba1f52608922acf1cb2cb6957593f languageName: node linkType: hard @@ -976,14 +1167,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-literals@npm:7.24.7" +"@babel/plugin-transform-literals@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/plugin-transform-literals@npm:7.25.2" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/9f3f6f3831929cd2a977748c07addf9944d5cccb50bd3a24a58beb54f91f00d6cacd3d7831d13ffe1ad6f8aba0aefd7bca5aec65d63b77f39c62ad1f2d484a3e + checksum: 10c0/0796883217b0885d37e7f6d350773be349e469a812b6bf11ccf862a6edf65103d3e7c849529d65381b441685c12e756751d8c2489a0fd3f8139bb5ef93185f58 languageName: node linkType: hard @@ -1022,30 +1213,30 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.7" +"@babel/plugin-transform-modules-commonjs@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.8" dependencies: - "@babel/helper-module-transforms": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-module-transforms": "npm:^7.24.8" + "@babel/helper-plugin-utils": "npm:^7.24.8" "@babel/helper-simple-access": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/9442292b3daf6a5076cdc3c4c32bf423bda824ccaeb0dd0dc8b3effaa1fecfcb0130ae6e647fef12a5d5ff25bcc99a0d6bfc6d24a7525345e1bcf46fcdf81752 + checksum: 10c0/f1cf552307ebfced20d3907c1dd8be941b277f0364aa655e2b5fee828c84c54065745183104dae86f1f93ea0406db970a463ef7ceaaed897623748e99640e5a7 languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.24.7" +"@babel/plugin-transform-modules-systemjs@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.0" dependencies: - "@babel/helper-hoist-variables": "npm:^7.24.7" - "@babel/helper-module-transforms": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-module-transforms": "npm:^7.25.0" + "@babel/helper-plugin-utils": "npm:^7.24.8" "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/e2a795e0a6baafe26f4a74010622212ddd873170742d673f450e0097f8d984f6e6a95eb8ce41b05071ee9790c4be088b33801aaab3f78ee202c567634e52a331 + checksum: 10c0/fca6198da71237e4bb1274b3b67a0c81d56013c9535361242b6bfa87d70a9597854aadb45d4d8203369be4a655e158be2a5d20af0040b1f8d1bfc47db3ad7b68 languageName: node linkType: hard @@ -1159,6 +1350,19 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-optional-chaining@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.8" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10c0/4ffbe1aad7dec7c9aa2bf6ceb4b2f91f96815b2784f2879bde80e46934f59d64a12cb2c6262e40897c4754d77d2c35d8a5cfed63044fdebf94978b1ed3d14b17 + languageName: node + linkType: hard + "@babel/plugin-transform-parameters@npm:^7.24.7": version: 7.24.7 resolution: "@babel/plugin-transform-parameters@npm:7.24.7" @@ -1170,15 +1374,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-private-methods@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-private-methods@npm:7.24.7" +"@babel/plugin-transform-private-methods@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-private-methods@npm:7.25.4" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-create-class-features-plugin": "npm:^7.25.4" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/5b7bf923b738fbe3ad6c33b260e0a7451be288edfe4ef516303fa787a1870cd87533bfbf61abb779c22ed003c2fc484dec2436fe75a48756f686c0241173d364 + checksum: 10c0/7abdb427c3984a2c8a2e9d806297d8509b02f78a3501b7760e544be532446e9df328b876daa8fc38718f3dce7ccc45083016ee7aeaab169b81c142bc18700794 languageName: node linkType: hard @@ -1275,14 +1479,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.7" +"@babel/plugin-transform-typeof-symbol@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.8" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/5649e7260a138681e68b296ab5931e2b1f132f287d6b4131d49b24f9dc20d62902b7e9d63c4d2decd5683b41df35ef4b9b03f58c7f9f65e4c25a6d8bbf04e9e9 + checksum: 10c0/2f570a4fbbdc5fd85f48165a97452826560051e3b8efb48c3bb0a0a33ee8485633439e7b71bfe3ef705583a1df43f854f49125bd759abdedc195b2cf7e60012a languageName: node linkType: hard @@ -1321,30 +1525,31 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-sets-regex@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.24.7" +"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.4" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-create-regexp-features-plugin": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/7457c0ee8e80a80cb6fdc1fe54ab115b52815627616ce9151be8ef292fc99d04a910ec24f11382b4f124b89374264396892b086886bd2a9c2317904d87c9b21b + checksum: 10c0/f65749835a98d8d6242e961f9276bdcdb09020e791d151ccc145acaca9a66f025b2c7cb761104f139180d35eb066a429596ee6edece81f5fd9244e0edb97d7ec languageName: node linkType: hard -"@babel/preset-env@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/preset-env@npm:7.24.7" +"@babel/preset-env@npm:^7.25.4": + version: 7.25.4 + resolution: "@babel/preset-env@npm:7.25.4" dependencies: - "@babel/compat-data": "npm:^7.24.7" - "@babel/helper-compilation-targets": "npm:^7.24.7" - "@babel/helper-plugin-utils": "npm:^7.24.7" - "@babel/helper-validator-option": "npm:^7.24.7" - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.24.7" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.24.7" + "@babel/compat-data": "npm:^7.25.4" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/helper-validator-option": "npm:^7.24.8" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.3" + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.0" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.0" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.7" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.24.7" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.0" "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" "@babel/plugin-syntax-class-properties": "npm:^7.12.13" @@ -1365,29 +1570,30 @@ __metadata: "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" "@babel/plugin-transform-arrow-functions": "npm:^7.24.7" - "@babel/plugin-transform-async-generator-functions": "npm:^7.24.7" + "@babel/plugin-transform-async-generator-functions": "npm:^7.25.4" "@babel/plugin-transform-async-to-generator": "npm:^7.24.7" "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.7" - "@babel/plugin-transform-block-scoping": "npm:^7.24.7" - "@babel/plugin-transform-class-properties": "npm:^7.24.7" + "@babel/plugin-transform-block-scoping": "npm:^7.25.0" + "@babel/plugin-transform-class-properties": "npm:^7.25.4" "@babel/plugin-transform-class-static-block": "npm:^7.24.7" - "@babel/plugin-transform-classes": "npm:^7.24.7" + "@babel/plugin-transform-classes": "npm:^7.25.4" "@babel/plugin-transform-computed-properties": "npm:^7.24.7" - "@babel/plugin-transform-destructuring": "npm:^7.24.7" + "@babel/plugin-transform-destructuring": "npm:^7.24.8" "@babel/plugin-transform-dotall-regex": "npm:^7.24.7" "@babel/plugin-transform-duplicate-keys": "npm:^7.24.7" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.0" "@babel/plugin-transform-dynamic-import": "npm:^7.24.7" "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7" "@babel/plugin-transform-export-namespace-from": "npm:^7.24.7" "@babel/plugin-transform-for-of": "npm:^7.24.7" - "@babel/plugin-transform-function-name": "npm:^7.24.7" + "@babel/plugin-transform-function-name": "npm:^7.25.1" "@babel/plugin-transform-json-strings": "npm:^7.24.7" - "@babel/plugin-transform-literals": "npm:^7.24.7" + "@babel/plugin-transform-literals": "npm:^7.25.2" "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7" "@babel/plugin-transform-member-expression-literals": "npm:^7.24.7" "@babel/plugin-transform-modules-amd": "npm:^7.24.7" - "@babel/plugin-transform-modules-commonjs": "npm:^7.24.7" - "@babel/plugin-transform-modules-systemjs": "npm:^7.24.7" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.8" + "@babel/plugin-transform-modules-systemjs": "npm:^7.25.0" "@babel/plugin-transform-modules-umd": "npm:^7.24.7" "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7" "@babel/plugin-transform-new-target": "npm:^7.24.7" @@ -1396,9 +1602,9 @@ __metadata: "@babel/plugin-transform-object-rest-spread": "npm:^7.24.7" "@babel/plugin-transform-object-super": "npm:^7.24.7" "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7" - "@babel/plugin-transform-optional-chaining": "npm:^7.24.7" + "@babel/plugin-transform-optional-chaining": "npm:^7.24.8" "@babel/plugin-transform-parameters": "npm:^7.24.7" - "@babel/plugin-transform-private-methods": "npm:^7.24.7" + "@babel/plugin-transform-private-methods": "npm:^7.25.4" "@babel/plugin-transform-private-property-in-object": "npm:^7.24.7" "@babel/plugin-transform-property-literals": "npm:^7.24.7" "@babel/plugin-transform-regenerator": "npm:^7.24.7" @@ -1407,20 +1613,20 @@ __metadata: "@babel/plugin-transform-spread": "npm:^7.24.7" "@babel/plugin-transform-sticky-regex": "npm:^7.24.7" "@babel/plugin-transform-template-literals": "npm:^7.24.7" - "@babel/plugin-transform-typeof-symbol": "npm:^7.24.7" + "@babel/plugin-transform-typeof-symbol": "npm:^7.24.8" "@babel/plugin-transform-unicode-escapes": "npm:^7.24.7" "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.7" "@babel/plugin-transform-unicode-regex": "npm:^7.24.7" - "@babel/plugin-transform-unicode-sets-regex": "npm:^7.24.7" + "@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.4" "@babel/preset-modules": "npm:0.1.6-no-external-plugins" babel-plugin-polyfill-corejs2: "npm:^0.4.10" - babel-plugin-polyfill-corejs3: "npm:^0.10.4" + babel-plugin-polyfill-corejs3: "npm:^0.10.6" babel-plugin-polyfill-regenerator: "npm:^0.6.1" - core-js-compat: "npm:^3.31.0" + core-js-compat: "npm:^3.37.1" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/c6714346f3ccc1271eaa90051c75b8bb57b20ef57408ab68740e2f3552693ae0ee5a4bcce3a00211d40e4947af1f7b8ab422066b953f0095461937fb72d11274 + checksum: 10c0/ed210a1974b5a1e7f80a933c87253907ec869457cea900bc97892642fa9a690c47627a9bac08a7c9495deb992a2b15f308ffca2741e1876ba47172c96fa27e14 languageName: node linkType: hard @@ -1475,6 +1681,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/template@npm:7.25.0" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/parser": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10c0/4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b + languageName: node + linkType: hard + "@babel/traverse@npm:^7.23.2": version: 7.24.0 resolution: "@babel/traverse@npm:7.24.0" @@ -1511,6 +1728,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.4": + version: 7.25.6 + resolution: "@babel/traverse@npm:7.25.6" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.6" + "@babel/parser": "npm:^7.25.6" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 10c0/964304c6fa46bd705428ba380bf73177eeb481c3f26d82ea3d0661242b59e0dd4329d23886035e9ca9a4ceb565c03a76fd615109830687a27bcd350059d6377e + languageName: node + linkType: hard + "@babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.24.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.24.0 resolution: "@babel/types@npm:7.24.0" @@ -1533,6 +1765,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/types@npm:7.25.6" + dependencies: + "@babel/helper-string-parser": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + to-fast-properties: "npm:^2.0.0" + checksum: 10c0/89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4 + languageName: node + linkType: hard + "@blakeembrey/deque@npm:^1.0.5": version: 1.0.5 resolution: "@blakeembrey/deque@npm:1.0.5" @@ -1565,21 +1808,21 @@ __metadata: languageName: node linkType: hard -"@eslint-community/regexpp@npm:^4.6.1": - version: 4.10.0 - resolution: "@eslint-community/regexpp@npm:4.10.0" - checksum: 10c0/c5f60ef1f1ea7649fa7af0e80a5a79f64b55a8a8fa5086de4727eb4c86c652aedee407a9c143b8995d2c0b2d75c1222bec9ba5d73dbfc1f314550554f0979ef4 +"@eslint-community/regexpp@npm:^4.11.0": + version: 4.11.0 + resolution: "@eslint-community/regexpp@npm:4.11.0" + checksum: 10c0/0f6328869b2741e2794da4ad80beac55cba7de2d3b44f796a60955b0586212ec75e6b0253291fd4aad2100ad471d1480d8895f2b54f1605439ba4c875e05e523 languageName: node linkType: hard -"@eslint/config-array@npm:^0.16.0": - version: 0.16.0 - resolution: "@eslint/config-array@npm:0.16.0" +"@eslint/config-array@npm:^0.18.0": + version: 0.18.0 + resolution: "@eslint/config-array@npm:0.18.0" dependencies: "@eslint/object-schema": "npm:^2.1.4" debug: "npm:^4.3.1" - minimatch: "npm:^3.0.5" - checksum: 10c0/b9d04409151dc95ec6b5e04e1e185a808d58e18cfc7340adc1e9420a5ff15843a0a308fb2cd9a2b354652885c2bebbcd5515814e93e9c9133f423891b6e53c70 + minimatch: "npm:^3.1.2" + checksum: 10c0/0234aeb3e6b052ad2402a647d0b4f8a6aa71524bafe1adad0b8db1dfe94d7f5f26d67c80f79bb37ac61361a1d4b14bb8fb475efe501de37263cf55eabb79868f languageName: node linkType: hard @@ -1600,10 +1843,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.5.0": - version: 9.5.0 - resolution: "@eslint/js@npm:9.5.0" - checksum: 10c0/dacf51ec2d5b4c8d1315d21a0ff761235d9e39b2391cb945138c58dc512a6c18949c40b644235f5c4fdf5b637ef8f881214acc496dddf46b718529bf22af42ac +"@eslint/js@npm:9.10.0": + version: 9.10.0 + resolution: "@eslint/js@npm:9.10.0" + checksum: 10c0/2ac45a002dc1ccf25be46ea61001ada8d77248d1313ab4e53f3735e5ae00738a757874e41f62ad6fbd49df7dffeece66e5f53ff0d7b78a99ce4c68e8fea66753 languageName: node linkType: hard @@ -1614,6 +1857,15 @@ __metadata: languageName: node linkType: hard +"@eslint/plugin-kit@npm:^0.1.0": + version: 0.1.0 + resolution: "@eslint/plugin-kit@npm:0.1.0" + dependencies: + levn: "npm:^0.4.1" + checksum: 10c0/fae97cd4efc1c32501c286abba1b5409848ce8c989e1ca6a5bb057a304a2cd721e6e957f6bc35ce95cfd0871e822ed42df3c759fecdad72c30e70802e26f83c7 + languageName: node + linkType: hard + "@fontsource/noto-sans@npm:^5.0.22": version: 5.0.22 resolution: "@fontsource/noto-sans@npm:5.0.22" @@ -1621,10 +1873,10 @@ __metadata: languageName: node linkType: hard -"@fontsource/roboto-slab@npm:^5.0.20": - version: 5.0.20 - resolution: "@fontsource/roboto-slab@npm:5.0.20" - checksum: 10c0/1c9514d55c7c43a73cfb84caafb66d3c864a4b2eccb6bece3f374a868962eef5f53efddec57f6db5b047452cc6086e99358950f2a40d82515886c869e2653b07 +"@fontsource/roboto-slab@npm:^5.0.21": + version: 5.0.21 + resolution: "@fontsource/roboto-slab@npm:5.0.21" + checksum: 10c0/8f8b786522dc43561cb40c903c8466aa0a769dbefc500376c45793d4cf0bcfc860ca644a0494235a327f70718fd92cc420c7c5e6d7ecad6300cf8749bb6f2fc7 languageName: node linkType: hard @@ -1864,34 +2116,14 @@ __metadata: languageName: node linkType: hard -"@types/eslint-scope@npm:^3.7.3": - version: 3.7.7 - resolution: "@types/eslint-scope@npm:3.7.7" - dependencies: - "@types/eslint": "npm:*" - "@types/estree": "npm:*" - checksum: 10c0/a0ecbdf2f03912679440550817ff77ef39a30fa8bfdacaf6372b88b1f931828aec392f52283240f0d648cf3055c5ddc564544a626bcf245f3d09fcb099ebe3cc - languageName: node - linkType: hard - -"@types/eslint@npm:*": - version: 8.56.5 - resolution: "@types/eslint@npm:8.56.5" - dependencies: - "@types/estree": "npm:*" - "@types/json-schema": "npm:*" - checksum: 10c0/1d5d70ea107c63adfaf63020f85859c404f90c21ada2a655376b8e76109df354643797e30c7afc3b2de84797d9f5ce9f03f53a5d29a186706a44afd90f76597c - languageName: node - linkType: hard - -"@types/estree@npm:*, @types/estree@npm:^1.0.5": +"@types/estree@npm:^1.0.5": version: 1.0.5 resolution: "@types/estree@npm:1.0.5" checksum: 10c0/b3b0e334288ddb407c7b3357ca67dbee75ee22db242ca7c56fe27db4e1a31989cb8af48a84dd401deb787fe10cc6b2ab1ee82dc4783be87ededbe3d53c79c70d languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 10c0/a996a745e6c5d60292f36731dd41341339d4eeed8180bb09226e5c8d23759067692b1d88e5d91d72ee83dfc00d3aca8e7bd43ea120516c17922cbcb7c3e252db @@ -2280,6 +2512,15 @@ __metadata: languageName: node linkType: hard +"acorn@npm:^8.12.0": + version: 8.12.1 + resolution: "acorn@npm:8.12.1" + bin: + acorn: bin/acorn + checksum: 10c0/51fb26cd678f914e13287e886da2d7021f8c2bc0ccc95e03d3e0447ee278dd3b40b9c57dc222acd5881adcf26f3edc40901a4953403232129e3876793cd17386 + languageName: node + linkType: hard + "agent-base@npm:^7.0.2, agent-base@npm:^7.1.0": version: 7.1.0 resolution: "agent-base@npm:7.1.0" @@ -2476,15 +2717,15 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.10.4": - version: 0.10.4 - resolution: "babel-plugin-polyfill-corejs3@npm:0.10.4" +"babel-plugin-polyfill-corejs3@npm:^0.10.6": + version: 0.10.6 + resolution: "babel-plugin-polyfill-corejs3@npm:0.10.6" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.6.1" - core-js-compat: "npm:^3.36.1" + "@babel/helper-define-polyfill-provider": "npm:^0.6.2" + core-js-compat: "npm:^3.38.0" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/31b92cd3dfb5b417da8dfcf0deaa4b8b032b476d7bb31ca51c66127cf25d41e89260e89d17bc004b2520faa38aa9515fafabf81d89f9d4976e9dc1163e4a7c41 + checksum: 10c0/3a69220471b07722c2ae6537310bf26b772514e12b601398082965459c838be70a0ca70b0662f0737070654ff6207673391221d48599abb4a2b27765206d9f79 languageName: node linkType: hard @@ -2582,7 +2823,7 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.21.10, browserslist@npm:^4.22.2, browserslist@npm:^4.22.3, browserslist@npm:^4.23.0": +"browserslist@npm:^4.21.10, browserslist@npm:^4.22.2": version: 4.23.0 resolution: "browserslist@npm:4.23.0" dependencies: @@ -2596,6 +2837,20 @@ __metadata: languageName: node linkType: hard +"browserslist@npm:^4.23.1, browserslist@npm:^4.23.3": + version: 4.23.3 + resolution: "browserslist@npm:4.23.3" + dependencies: + caniuse-lite: "npm:^1.0.30001646" + electron-to-chromium: "npm:^1.5.4" + node-releases: "npm:^2.0.18" + update-browserslist-db: "npm:^1.1.0" + bin: + browserslist: cli.js + checksum: 10c0/3063bfdf812815346447f4796c8f04601bf5d62003374305fd323c2a463e42776475bcc5309264e39bcf9a8605851e53560695991a623be988138b3ff8c66642 + languageName: node + linkType: hard + "buffer-from@npm:^1.0.0": version: 1.1.2 resolution: "buffer-from@npm:1.1.2" @@ -2651,6 +2906,13 @@ __metadata: languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001646": + version: 1.0.30001658 + resolution: "caniuse-lite@npm:1.0.30001658" + checksum: 10c0/e01f19ac72f056d2b4b680ff2e83d1abf99c0ce0863593bc6abbc40c53589a5c1697b4605b0937a3a431addb2145615e941b91c10d6b63475b7292500339406f + languageName: node + linkType: hard + "chalk@npm:^2.4.2": version: 2.4.2 resolution: "chalk@npm:2.4.2" @@ -2833,28 +3095,19 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.31.0": - version: 3.36.0 - resolution: "core-js-compat@npm:3.36.0" +"core-js-compat@npm:^3.37.1, core-js-compat@npm:^3.38.0": + version: 3.38.1 + resolution: "core-js-compat@npm:3.38.1" dependencies: - browserslist: "npm:^4.22.3" - checksum: 10c0/5ce2ad0ece8379883c01958e196575abc015692fc0394b8917f132b6b32e5c2bfb2612902c3f98f270cfa2d9d6522c28d36665038f3726796f1f4b436e4f863e + browserslist: "npm:^4.23.3" + checksum: 10c0/d8bc8a35591fc5fbf3e376d793f298ec41eb452619c7ef9de4ea59b74be06e9fda799e0dcbf9ba59880dae87e3b41fb191d744ffc988315642a1272bb9442b31 languageName: node linkType: hard -"core-js-compat@npm:^3.36.1": - version: 3.36.1 - resolution: "core-js-compat@npm:3.36.1" - dependencies: - browserslist: "npm:^4.23.0" - checksum: 10c0/70fba18a4095cd8ac04e5ba8cee251e328935859cf2851c1f67770068ea9f9fe71accb1b7de17cd3c9a28d304a4c41712bd9aa895110ebb6e3be71b666b029d1 - languageName: node - linkType: hard - -"core-js@npm:^3.37.1": - version: 3.37.1 - resolution: "core-js@npm:3.37.1" - checksum: 10c0/440eb51a7a39128a320225fe349f870a3641b96c9ecd26470227db730ef8c161ea298eaea621db66ec0ff622a85299efb4e23afebf889c0a1748616102307675 +"core-js@npm:^3.38.1": + version: 3.38.1 + resolution: "core-js@npm:3.38.1" + checksum: 10c0/7df063b6f13a54e46515817ac3e235c6c598a4d3de65cd188a061fc250642be313b895fb9fb2f36e1e31890a1bb4ef61d82666a340413f540b7ce3c65689739b languageName: node linkType: hard @@ -2924,11 +3177,11 @@ __metadata: version: 0.0.0-use.local resolution: "deepdive@workspace:." dependencies: - "@babel/core": "npm:^7.24.7" - "@babel/plugin-transform-class-properties": "npm:^7.24.7" - "@babel/preset-env": "npm:^7.24.7" + "@babel/core": "npm:^7.25.2" + "@babel/plugin-transform-class-properties": "npm:^7.25.4" + "@babel/preset-env": "npm:^7.25.4" "@fontsource/noto-sans": "npm:^5.0.22" - "@fontsource/roboto-slab": "npm:^5.0.20" + "@fontsource/roboto-slab": "npm:^5.0.21" "@hydecorp/component": "npm:^1.0.0" "@hydecorp/drawer": "npm:^1.0.0" "@hydecorp/push-state": "npm:^1.0.0" @@ -2946,30 +3199,30 @@ __metadata: bower: "npm:^1.8.14" braces: "npm:^3.0.3" broadcastchannel-polyfill: "npm:^1.0.1" - core-js: "npm:^3.37.1" + core-js: "npm:^3.38.1" create-element-x: "npm:^1.2.0" dedent: "npm:^1.5.3" depcheck: "npm:^1.4.7" - dompurify: "npm:^3.1.5" - eslint: "npm:^9.5.0" + dompurify: "npm:^3.1.6" + eslint: "npm:^9.10.0" eslint-config-prettier: "npm:^9.1.0" intersection-observer: "npm:^0.12.2" jquery: "npm:^3.7.1" kv-storage-polyfill: "npm:^2.0.0" - lit: "npm:^3.1.4" - minisearch: "npm:^6.3.0" + lit: "npm:^3.2.0" + minisearch: "npm:^7.1.0" null-loader: "npm:^4.0.1" onchange: "npm:^7.1.0" - prettier: "npm:^3.3.2" + prettier: "npm:^3.3.3" rxjs: "npm:^7.8.1" scroll-into-view-if-needed: "npm:^3.1.0" - tar: "npm:^7.4.0" + tar: "npm:^7.4.3" tippy.js: "npm:^6.3.7" - uglify-js: "npm:^3.18.0" + uglify-js: "npm:^3.19.3" web-animations-js: "npm:^2.3.2" - webpack: "npm:^5.92.1" + webpack: "npm:^5.94.0" webpack-cli: "npm:^5.1.4" - webpack-merge: "npm:^5.10.0" + webpack-merge: "npm:^6.0.1" whatwg-fetch: "npm:^3.6.20" yargs: "npm:^17.7.2" languageName: unknown @@ -3022,10 +3275,10 @@ __metadata: languageName: node linkType: hard -"dompurify@npm:^3.1.5": - version: 3.1.5 - resolution: "dompurify@npm:3.1.5" - checksum: 10c0/8227fb1328c02d94f823de8cd499fca5ee07051e03e6b52bce06b592348aeb6e56ea8e2a4b0a9cfaeac7d623e4b5a52e4326aedf72596a6c2510b88dfcf2a2b6 +"dompurify@npm:^3.1.6": + version: 3.1.6 + resolution: "dompurify@npm:3.1.6" + checksum: 10c0/3de1cca187c78d3d8cb4134fc2985b644d6a81f6b4e024c77cfb04c1c2f38544ccf7b0ea37a48ce22fcca64594170ed7c22252574c75b801c44345cdd7b06c64 languageName: node linkType: hard @@ -3043,6 +3296,13 @@ __metadata: languageName: node linkType: hard +"electron-to-chromium@npm:^1.5.4": + version: 1.5.18 + resolution: "electron-to-chromium@npm:1.5.18" + checksum: 10c0/2c553c4e7618e887398af0fb7ddd8055beb69d37a810ad73fcea0f3e9027f1fc879ef280151fb6bae8e5b961f5597452eafc1ae5a0adca5bd49211545a34afe7 + languageName: node + linkType: hard + "emoji-regex@npm:^8.0.0": version: 8.0.0 resolution: "emoji-regex@npm:8.0.0" @@ -3073,13 +3333,13 @@ __metadata: languageName: node linkType: hard -"enhanced-resolve@npm:^5.17.0": - version: 5.17.0 - resolution: "enhanced-resolve@npm:5.17.0" +"enhanced-resolve@npm:^5.17.1": + version: 5.17.1 + resolution: "enhanced-resolve@npm:5.17.1" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10c0/90065e58e4fd08e77ba47f827eaa17d60c335e01e4859f6e644bb3b8d0e32b203d33894aee92adfa5121fa262f912b48bdf0d0475e98b4a0a1132eea1169ad37 + checksum: 10c0/81a0515675eca17efdba2cf5bad87abc91a528fc1191aad50e275e74f045b41506167d420099022da7181c8d787170ea41e4a11a0b10b7a16f6237daecb15370 languageName: node linkType: hard @@ -3136,6 +3396,13 @@ __metadata: languageName: node linkType: hard +"escalade@npm:^3.1.2": + version: 3.2.0 + resolution: "escalade@npm:3.2.0" + checksum: 10c0/ced4dd3a78e15897ed3be74e635110bbf3b08877b0a41be50dcb325ee0e0b5f65fc2d50e9845194d7c4633f327e2e1c6cce00a71b617c5673df0374201d67f65 + languageName: node + linkType: hard + "escape-string-regexp@npm:^1.0.5": version: 1.0.5 resolution: "escape-string-regexp@npm:1.0.5" @@ -3171,13 +3438,13 @@ __metadata: languageName: node linkType: hard -"eslint-scope@npm:^8.0.1": - version: 8.0.1 - resolution: "eslint-scope@npm:8.0.1" +"eslint-scope@npm:^8.0.2": + version: 8.0.2 + resolution: "eslint-scope@npm:8.0.2" dependencies: esrecurse: "npm:^4.3.0" estraverse: "npm:^5.2.0" - checksum: 10c0/0ec40ab284e58ac7ef064ecd23c127e03d339fa57173c96852336c73afc70ce5631da21dc1c772415a37a421291845538dd69db83c68d611044c0fde1d1fa269 + checksum: 10c0/477f820647c8755229da913025b4567347fd1f0bf7cbdf3a256efff26a7e2e130433df052bd9e3d014025423dc00489bea47eb341002b15553673379c1a7dc36 languageName: node linkType: hard @@ -3195,15 +3462,16 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^9.5.0": - version: 9.5.0 - resolution: "eslint@npm:9.5.0" +"eslint@npm:^9.10.0": + version: 9.10.0 + resolution: "eslint@npm:9.10.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" - "@eslint-community/regexpp": "npm:^4.6.1" - "@eslint/config-array": "npm:^0.16.0" + "@eslint-community/regexpp": "npm:^4.11.0" + "@eslint/config-array": "npm:^0.18.0" "@eslint/eslintrc": "npm:^3.1.0" - "@eslint/js": "npm:9.5.0" + "@eslint/js": "npm:9.10.0" + "@eslint/plugin-kit": "npm:^0.1.0" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.3.0" "@nodelib/fs.walk": "npm:^1.2.8" @@ -3212,9 +3480,9 @@ __metadata: cross-spawn: "npm:^7.0.2" debug: "npm:^4.3.2" escape-string-regexp: "npm:^4.0.0" - eslint-scope: "npm:^8.0.1" + eslint-scope: "npm:^8.0.2" eslint-visitor-keys: "npm:^4.0.0" - espree: "npm:^10.0.1" + espree: "npm:^10.1.0" esquery: "npm:^1.5.0" esutils: "npm:^2.0.2" fast-deep-equal: "npm:^3.1.3" @@ -3226,16 +3494,20 @@ __metadata: is-glob: "npm:^4.0.0" is-path-inside: "npm:^3.0.3" json-stable-stringify-without-jsonify: "npm:^1.0.1" - levn: "npm:^0.4.1" lodash.merge: "npm:^4.6.2" minimatch: "npm:^3.1.2" natural-compare: "npm:^1.4.0" optionator: "npm:^0.9.3" strip-ansi: "npm:^6.0.1" text-table: "npm:^0.2.0" + peerDependencies: + jiti: "*" + peerDependenciesMeta: + jiti: + optional: true bin: eslint: bin/eslint.js - checksum: 10c0/1c83d94ccfd6d97474aaaf463714eba7afa040639ad9191db430d34e9e2851ba14510651de69b52f26ee30611caf0fa4c66b3fb73bb71df6ab10cef5bb44bb32 + checksum: 10c0/7357f3995b15043eea83c8c0ab16c385ce3f28925c1b11cfcd6b2ede8faab3d91ede84a68173dd5f6e3e176e177984e6218de58b7b8388e53e2881f1ec07c836 languageName: node linkType: hard @@ -3250,6 +3522,17 @@ __metadata: languageName: node linkType: hard +"espree@npm:^10.1.0": + version: 10.1.0 + resolution: "espree@npm:10.1.0" + dependencies: + acorn: "npm:^8.12.0" + acorn-jsx: "npm:^5.3.2" + eslint-visitor-keys: "npm:^4.0.0" + checksum: 10c0/52e6feaa77a31a6038f0c0e3fce93010a4625701925b0715cd54a2ae190b3275053a0717db698697b32653788ac04845e489d6773b508d6c2e8752f3c57470a0 + languageName: node + linkType: hard + "esprima@npm:^4.0.0": version: 4.0.1 resolution: "esprima@npm:4.0.1" @@ -4080,14 +4363,14 @@ __metadata: languageName: node linkType: hard -"lit-element@npm:^4.0.4": - version: 4.0.4 - resolution: "lit-element@npm:4.0.4" +"lit-element@npm:^4.1.0": + version: 4.1.0 + resolution: "lit-element@npm:4.1.0" dependencies: "@lit-labs/ssr-dom-shim": "npm:^1.2.0" "@lit/reactive-element": "npm:^2.0.4" - lit-html: "npm:^3.1.2" - checksum: 10c0/c8fa358ff8208b5ef4e40018e4e6f3ad691ffc6aaaf32bec222b2e9117da18f92c80ecd41d394d494e9a55f7b0eee8a18a6529b401698f1f35dbe353a3042339 + lit-html: "npm:^3.2.0" + checksum: 10c0/0394b1fda00495754d505fc63993221bd65195dab8fb2888ce3e088ad97b5ba457a0993b871a92bfafe17c0d8cfb7c190bce22ea191e1d0b47b6ee9991cc617d languageName: node linkType: hard @@ -4098,23 +4381,23 @@ __metadata: languageName: node linkType: hard -"lit-html@npm:^3.1.2": - version: 3.1.2 - resolution: "lit-html@npm:3.1.2" +"lit-html@npm:^3.2.0": + version: 3.2.0 + resolution: "lit-html@npm:3.2.0" dependencies: "@types/trusted-types": "npm:^2.0.2" - checksum: 10c0/923ef6e0d52aef0cd1f3d6922c7b46e9de7efe0493b205da7f0e5a1d50ab02884cab87425886e2281396ece7745e4b794220bb5e8c4fedbdba47281aeeb489d3 + checksum: 10c0/cc0d58fc581d0d838361b3e46a34113ec458822c6600e6eb8dac9a671e4d983c0d34af07a1b3b60cc257e91b7e87760044779328f14d46742915d2c46fe68688 languageName: node linkType: hard -"lit@npm:^3.1.4": - version: 3.1.4 - resolution: "lit@npm:3.1.4" +"lit@npm:^3.2.0": + version: 3.2.0 + resolution: "lit@npm:3.2.0" dependencies: "@lit/reactive-element": "npm:^2.0.4" - lit-element: "npm:^4.0.4" - lit-html: "npm:^3.1.2" - checksum: 10c0/afa4954638e80f627c60bcbd2d800af710b9b3394a36cee9865b5ea5de95b4ec6d33de43ac0bf256b5b7c981d45c7c8ac0c7ddba6fcbd0c67d65986b0279b960 + lit-element: "npm:^4.1.0" + lit-html: "npm:^3.2.0" + checksum: 10c0/ed2251eba7b13e71a54b7f53bdd899778c54f29d531d5d3b97d55fa1f4298e7ff4992cca414998501ff462d4976594148513cf6fe113c22de930c2898971ecd8 languageName: node linkType: hard @@ -4277,7 +4560,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.2": +"minimatch@npm:^3.0.4, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" dependencies: @@ -4394,10 +4677,10 @@ __metadata: languageName: node linkType: hard -"minisearch@npm:^6.3.0": - version: 6.3.0 - resolution: "minisearch@npm:6.3.0" - checksum: 10c0/82799e1ff7be856f3ba0c13b237f4e56f0bf4fabf973b7f163e6a4be2604fe577776ef9dd50dde2a8ee54c74a7525008246f728e9ce0412477a5f18040d4a036 +"minisearch@npm:^7.1.0": + version: 7.1.0 + resolution: "minisearch@npm:7.1.0" + checksum: 10c0/e7f38938d1de799c5469f290c374d2f51781d427da3b3bccb002e7fa9bab85b5b93d2c2d045f567acc7198d50769c30d6262a141316b4d75fab29dab90b5b886 languageName: node linkType: hard @@ -4516,6 +4799,13 @@ __metadata: languageName: node linkType: hard +"node-releases@npm:^2.0.18": + version: 2.0.18 + resolution: "node-releases@npm:2.0.18" + checksum: 10c0/786ac9db9d7226339e1dc84bbb42007cb054a346bd9257e6aa154d294f01bc6a6cddb1348fa099f079be6580acbb470e3c048effd5f719325abd0179e566fd27 + languageName: node + linkType: hard + "nopt@npm:^7.0.0": version: 7.2.0 resolution: "nopt@npm:7.2.0" @@ -4744,6 +5034,13 @@ __metadata: languageName: node linkType: hard +"picocolors@npm:^1.0.1": + version: 1.1.0 + resolution: "picocolors@npm:1.1.0" + checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023 + languageName: node + linkType: hard + "picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.3.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" @@ -4796,12 +5093,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^3.3.2": - version: 3.3.2 - resolution: "prettier@npm:3.3.2" +"prettier@npm:^3.3.3": + version: 3.3.3 + resolution: "prettier@npm:3.3.3" bin: prettier: bin/prettier.cjs - checksum: 10c0/39ed27d17f0238da6dd6571d63026566bd790d3d0edac57c285fbab525982060c8f1e01955fe38134ab10f0951a6076da37f015db8173c02f14bc7f0803a384c + checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26 languageName: node linkType: hard @@ -5334,9 +5631,9 @@ __metadata: languageName: node linkType: hard -"tar@npm:^7.4.0": - version: 7.4.0 - resolution: "tar@npm:7.4.0" +"tar@npm:^7.4.3": + version: 7.4.3 + resolution: "tar@npm:7.4.3" dependencies: "@isaacs/fs-minipass": "npm:^4.0.0" chownr: "npm:^3.0.0" @@ -5344,7 +5641,7 @@ __metadata: minizlib: "npm:^3.0.1" mkdirp: "npm:^3.0.1" yallist: "npm:^5.0.0" - checksum: 10c0/f4bab85fd101585f2cececc41eb8706191052ab65cc33f1a798198e0c7905f41b06ae3d6731fb2b6084847c53bc1e2265b77e05a105c0c44afaf6cb7a08ddf14 + checksum: 10c0/d4679609bb2a9b48eeaf84632b6d844128d2412b95b6de07d53d8ee8baf4ca0857c9331dfa510390a0727b550fd543d4d1a10995ad86cdf078423fbb8d99831d languageName: node linkType: hard @@ -5441,12 +5738,12 @@ __metadata: languageName: node linkType: hard -"uglify-js@npm:^3.18.0": - version: 3.18.0 - resolution: "uglify-js@npm:3.18.0" +"uglify-js@npm:^3.19.3": + version: 3.19.3 + resolution: "uglify-js@npm:3.19.3" bin: uglifyjs: bin/uglifyjs - checksum: 10c0/57f5f6213a2c4e8c551be9c875c085d565dc88af6b7caaab40a197aa639183cdce7c9dc2f858675eca72a5323f850ab7e88b9cc0a52dfbe3e0768aee6ab6e102 + checksum: 10c0/83b0a90eca35f778e07cad9622b80c448b6aad457c9ff8e568afed978212b42930a95f9e1be943a1ffa4258a3340fbb899f41461131c05bb1d0a9c303aed8479 languageName: node linkType: hard @@ -5520,6 +5817,20 @@ __metadata: languageName: node linkType: hard +"update-browserslist-db@npm:^1.1.0": + version: 1.1.0 + resolution: "update-browserslist-db@npm:1.1.0" + dependencies: + escalade: "npm:^3.1.2" + picocolors: "npm:^1.0.1" + peerDependencies: + browserslist: ">= 4.21.0" + bin: + update-browserslist-db: cli.js + checksum: 10c0/a7452de47785842736fb71547651c5bbe5b4dc1e3722ccf48a704b7b34e4dcf633991eaa8e4a6a517ffb738b3252eede3773bef673ef9021baa26b056d63a5b9 + languageName: node + linkType: hard + "uri-js@npm:^4.2.2": version: 4.4.1 resolution: "uri-js@npm:4.4.1" @@ -5578,7 +5889,7 @@ __metadata: languageName: node linkType: hard -"webpack-merge@npm:^5.10.0, webpack-merge@npm:^5.7.3": +"webpack-merge@npm:^5.7.3": version: 5.10.0 resolution: "webpack-merge@npm:5.10.0" dependencies: @@ -5589,6 +5900,17 @@ __metadata: languageName: node linkType: hard +"webpack-merge@npm:^6.0.1": + version: 6.0.1 + resolution: "webpack-merge@npm:6.0.1" + dependencies: + clone-deep: "npm:^4.0.1" + flat: "npm:^5.0.2" + wildcard: "npm:^2.0.1" + checksum: 10c0/bf1429567858b353641801b8a2696ca0aac270fc8c55d4de8a7b586fe07d27fdcfc83099a98ab47e6162383db8dd63bb8cc25b1beb2ec82150422eec843b0dc0 + languageName: node + linkType: hard + "webpack-sources@npm:^3.2.3": version: 3.2.3 resolution: "webpack-sources@npm:3.2.3" @@ -5596,11 +5918,10 @@ __metadata: languageName: node linkType: hard -"webpack@npm:^5.92.1": - version: 5.92.1 - resolution: "webpack@npm:5.92.1" +"webpack@npm:^5.94.0": + version: 5.94.0 + resolution: "webpack@npm:5.94.0" dependencies: - "@types/eslint-scope": "npm:^3.7.3" "@types/estree": "npm:^1.0.5" "@webassemblyjs/ast": "npm:^1.12.1" "@webassemblyjs/wasm-edit": "npm:^1.12.1" @@ -5609,7 +5930,7 @@ __metadata: acorn-import-attributes: "npm:^1.9.5" browserslist: "npm:^4.21.10" chrome-trace-event: "npm:^1.0.2" - enhanced-resolve: "npm:^5.17.0" + enhanced-resolve: "npm:^5.17.1" es-module-lexer: "npm:^1.2.1" eslint-scope: "npm:5.1.1" events: "npm:^3.2.0" @@ -5629,7 +5950,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10c0/43ca7c76b9c1005bd85f05303d048f918bac10276a209e3ef5e359353fbfef4e5fcee876265e6bc305bf5ef326576e02df63bc7e5af878fb7f06d7e1795b811a + checksum: 10c0/b4d1b751f634079bd177a89eef84d80fa5bb8d6fc15d72ab40fc2b9ca5167a79b56585e1a849e9e27e259803ee5c4365cb719e54af70a43c06358ec268ff4ebf languageName: node linkType: hard @@ -5673,7 +5994,7 @@ __metadata: languageName: node linkType: hard -"wildcard@npm:^2.0.0": +"wildcard@npm:^2.0.0, wildcard@npm:^2.0.1": version: 2.0.1 resolution: "wildcard@npm:2.0.1" checksum: 10c0/08f70cd97dd9a20aea280847a1fe8148e17cae7d231640e41eb26d2388697cbe65b67fd9e68715251c39b080c5ae4f76d71a9a69fa101d897273efdfb1b58bf7