jekyll-theme-hydejack 9.1.2 → 9.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/body/footer.html +1 -1
  3. data/_includes/body/scripts.html +2 -2
  4. data/_includes/components/dingbat.html +1 -0
  5. data/_includes/components/post.html +2 -2
  6. data/_includes/head/index.html +1 -1
  7. data/_includes/head/links-static.html +5 -2
  8. data/_includes/head/meta-static.html +1 -1
  9. data/_includes/head/styles-inline.html +4 -2
  10. data/_includes/head/styles-no-inline.html +4 -2
  11. data/_includes/header.txt +1 -1
  12. data/_layouts/compress.html +1 -1
  13. data/_layouts/list.html +1 -1
  14. data/_layouts/plain.html +1 -1
  15. data/_sass/_tippy.scss +2 -1
  16. data/assets/css/{hydejack-9.1.2.css → hydejack-9.1.3.css} +0 -0
  17. data/assets/js/LEGACY-clap-button-hydejack-9.1.3.js +14 -0
  18. data/assets/js/{LEGACY-drawer-hydejack-9.1.2.js → LEGACY-drawer-hydejack-9.1.3.js} +2 -2
  19. data/assets/js/{LEGACY-shadydom-hydejack-9.1.2.js → LEGACY-fetch-hydejack-9.1.3.js} +2 -2
  20. data/assets/js/LEGACY-hydejack-9.1.3.js +27 -0
  21. data/assets/js/{LEGACY-navbar-hydejack-9.1.2.js → LEGACY-navbar-hydejack-9.1.3.js} +2 -2
  22. data/assets/js/{LEGACY-push-state-hydejack-9.1.2.js → LEGACY-push-state-hydejack-9.1.3.js} +2 -2
  23. data/assets/js/LEGACY-resize-observer-hydejack-9.1.3.js +14 -0
  24. data/assets/js/{fetch-hydejack-9.1.2.js → LEGACY-shadydom-hydejack-9.1.3.js} +2 -2
  25. data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.3.js +14 -0
  26. data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.3.js +48 -0
  27. data/assets/js/{LEGACY-vendors~drawer~push-state-hydejack-9.1.2.js → LEGACY-vendors~drawer~push-state-hydejack-9.1.3.js} +17 -17
  28. data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.3.js +14 -0
  29. data/assets/js/{LEGACY-vendors~intersection-observer-hydejack-9.1.2.js → LEGACY-vendors~intersection-observer-hydejack-9.1.3.js} +2 -2
  30. data/assets/js/{LEGACY-vendors~push-state-hydejack-9.1.2.js → LEGACY-vendors~push-state-hydejack-9.1.3.js} +3 -3
  31. data/assets/js/{LEGACY-vendors~shadydom-hydejack-9.1.2.js → LEGACY-vendors~shadydom-hydejack-9.1.3.js} +14 -14
  32. data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.1.2.js → LEGACY-vendors~webanimations-hydejack-9.1.3.js} +2 -2
  33. data/assets/js/{LEGACY-vendors~webcomponents-hydejack-9.1.2.js → LEGACY-vendors~webcomponents-hydejack-9.1.3.js} +4 -4
  34. data/assets/js/{LEGACY-webcomponents-hydejack-9.1.2.js → LEGACY-webcomponents-hydejack-9.1.3.js} +2 -2
  35. data/assets/js/clap-button-hydejack-9.1.3.js +14 -0
  36. data/assets/js/{drawer-hydejack-9.1.2.js → drawer-hydejack-9.1.3.js} +2 -2
  37. data/assets/js/{LEGACY-fetch-hydejack-9.1.2.js → fetch-hydejack-9.1.3.js} +2 -2
  38. data/assets/js/hydejack-9.1.3.js +28 -0
  39. data/assets/js/{navbar-hydejack-9.1.2.js → navbar-hydejack-9.1.3.js} +2 -2
  40. data/assets/js/{push-state-hydejack-9.1.2.js → push-state-hydejack-9.1.3.js} +2 -2
  41. data/assets/js/resize-observer-hydejack-9.1.3.js +14 -0
  42. data/assets/js/{shadydom-hydejack-9.1.2.js → shadydom-hydejack-9.1.3.js} +2 -2
  43. data/assets/js/vendors~clap-button-hydejack-9.1.3.js +14 -0
  44. data/assets/js/vendors~drawer-hydejack-9.1.3.js +48 -0
  45. data/assets/js/{vendors~drawer~push-state-hydejack-9.1.2.js → vendors~drawer~push-state-hydejack-9.1.3.js} +9 -9
  46. data/assets/js/vendors~fetch-hydejack-9.1.3.js +14 -0
  47. data/assets/js/{vendors~intersection-observer-hydejack-9.1.2.js → vendors~intersection-observer-hydejack-9.1.3.js} +2 -2
  48. data/assets/js/{vendors~push-state-hydejack-9.1.2.js → vendors~push-state-hydejack-9.1.3.js} +3 -3
  49. data/assets/js/{vendors~shadydom-hydejack-9.1.2.js → vendors~shadydom-hydejack-9.1.3.js} +2 -2
  50. data/assets/js/{vendors~webanimations-hydejack-9.1.2.js → vendors~webanimations-hydejack-9.1.3.js} +2 -2
  51. data/assets/js/{webcomponents-hydejack-9.1.2.js → webcomponents-hydejack-9.1.3.js} +2 -2
  52. data/assets/version.json +2 -2
  53. metadata +38 -38
  54. data/assets/js/LEGACY-clap-button-hydejack-9.1.2.js +0 -14
  55. data/assets/js/LEGACY-hydejack-9.1.2.js +0 -27
  56. data/assets/js/LEGACY-resize-observer-hydejack-9.1.2.js +0 -14
  57. data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.2.js +0 -182
  58. data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.2.js +0 -48
  59. data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.2.js +0 -14
  60. data/assets/js/clap-button-hydejack-9.1.2.js +0 -14
  61. data/assets/js/hydejack-9.1.2.js +0 -28
  62. data/assets/js/resize-observer-hydejack-9.1.2.js +0 -14
  63. data/assets/js/vendors~clap-button-hydejack-9.1.2.js +0 -222
  64. data/assets/js/vendors~drawer-hydejack-9.1.2.js +0 -48
  65. data/assets/js/vendors~fetch-hydejack-9.1.2.js +0 -14
@@ -1,14 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[11],{313:function(t,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":r(window))&&(n=window)}t.exports=n},340:function(t,e,r){"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==o&&o,i="URLSearchParams"in o,s="Symbol"in o&&"iterator"in Symbol,a="FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch(t){return!1}}(),u="FormData"in o,c="ArrayBuffer"in o;if(c)var f=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(t){return t&&f.indexOf(Object.prototype.toString.call(t))>-1};function h(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function y(t){return"string"!=typeof t&&(t=String(t)),t}function p(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return s&&(e[Symbol.iterator]=function(){return e}),e}function d(t){this.map={},t instanceof d?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function b(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function m(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function v(t){var e=new FileReader,r=m(e);return e.readAsArrayBuffer(t),r}function w(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function g(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:a&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:u&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:i&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():c&&a&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=w(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):c&&(ArrayBuffer.prototype.isPrototypeOf(t)||l(t))?this._bodyArrayBuffer=w(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a&&(this.blob=function(){var t=b(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=b(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(v)}),this.text=function(){var t,e,r,n=b(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=m(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n<e.length;n++)r[n]=String.fromCharCode(e[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},u&&(this.formData=function(){return this.text().then(E)}),this.json=function(){return this.text().then(JSON.parse)},this}d.prototype.append=function(t,e){t=h(t),e=y(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},d.prototype.delete=function(t){delete this.map[h(t)]},d.prototype.get=function(t){return t=h(t),this.has(t)?this.map[t]:null},d.prototype.has=function(t){return this.map.hasOwnProperty(h(t))},d.prototype.set=function(t,e){this.map[h(t)]=y(e)},d.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},d.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),p(t)},d.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),p(t)},d.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),p(t)},s&&(d.prototype[Symbol.iterator]=d.prototype.entries);var O=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function _(t,e){if(!(this instanceof _))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,o=(e=e||{}).body;if(t instanceof _){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new d(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,o||null==t._bodyInit||(o=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new d(e.headers)),this.method=(r=e.method||this.method||"GET",n=r.toUpperCase(),O.indexOf(n)>-1?n:r),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function E(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}})),e}function A(t,e){if(!(this instanceof A))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"",this.headers=new d(e.headers),this.url=e.url||"",this._initBody(t)}_.prototype.clone=function(){return new _(this,{body:this._bodyInit})},g.call(_.prototype),g.call(A.prototype),A.prototype.clone=function(){return new A(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},A.error=function(){var t=new A(null,{status:0,statusText:""});return t.type="error",t};var T=[301,302,303,307,308];A.redirect=function(t,e){if(-1===T.indexOf(e))throw new RangeError("Invalid status code");return new A(null,{status:e,headers:{location:t}})};var P=o.DOMException;try{new P}catch(t){(P=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),P.prototype.constructor=P}function R(t,e){return new Promise((function(r,i){var s=new _(t,e);if(s.signal&&s.signal.aborted)return i(new P("Aborted","AbortError"));var u=new XMLHttpRequest;function f(){u.abort()}u.onload=function(){var t,e,n={status:u.status,statusText:u.statusText,headers:(t=u.getAllResponseHeaders()||"",e=new d,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();e.append(n,o)}})),e)};n.url="responseURL"in u?u.responseURL:n.headers.get("X-Request-URL");var o="response"in u?u.response:u.responseText;setTimeout((function(){r(new A(o,n))}),0)},u.onerror=function(){setTimeout((function(){i(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){i(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){i(new P("Aborted","AbortError"))}),0)},u.open(s.method,function(t){try{return""===t&&o.location.href?o.location.href:t}catch(e){return t}}(s.url),!0),"include"===s.credentials?u.withCredentials=!0:"omit"===s.credentials&&(u.withCredentials=!1),"responseType"in u&&(a?u.responseType="blob":c&&s.headers.get("Content-Type")&&-1!==s.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!e||"object"!==n(e.headers)||e.headers instanceof d?s.headers.forEach((function(t,e){u.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){u.setRequestHeader(t,y(e.headers[t]))})),s.signal&&(s.signal.addEventListener("abort",f),u.onreadystatechange=function(){4===u.readyState&&s.signal.removeEventListener("abort",f)}),u.send(void 0===s._bodyInit?null:s._bodyInit)}))}R.polyfill=!0,o.fetch||(o.fetch=R,o.Headers=d,o.Request=_,o.Response=A)},341:function(t,e,r){(function(n){var o,i;function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}void 0===(i="function"==typeof(o=function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function r(t,r,n){return r&&e(t.prototype,r),n&&e(t,n),t}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function i(t,e){return(i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function a(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function u(t,e){return!e||"object"!==s(e)&&"function"!=typeof e?a(t):e}function c(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=o(t);if(e){var i=o(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return u(this,r)}}function f(t,e,r){return(f="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=o(t)););return t}(t,e);if(n){var i=Object.getOwnPropertyDescriptor(n,e);return i.get?i.get.call(r):i.value}})(t,e,r||t)}var l=function(){function e(){t(this,e),Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}return r(e,[{key:"addEventListener",value:function(t,e,r){t in this.listeners||(this.listeners[t]=[]),this.listeners[t].push({callback:e,options:r})}},{key:"removeEventListener",value:function(t,e){if(t in this.listeners)for(var r=this.listeners[t],n=0,o=r.length;n<o;n++)if(r[n].callback===e)return void r.splice(n,1)}},{key:"dispatchEvent",value:function(t){if(t.type in this.listeners){for(var e=this.listeners[t.type].slice(),r=0,n=e.length;r<n;r++){var o=e[r];try{o.callback.call(this,t)}catch(t){Promise.resolve().then((function(){throw t}))}o.options&&o.options.once&&this.removeEventListener(t.type,o.callback)}return!t.defaultPrevented}}}]),e}(),h=function(e){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&i(t,e)}(s,e);var n=c(s);function s(){var e;return t(this,s),(e=n.call(this)).listeners||l.call(a(e)),Object.defineProperty(a(e),"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(a(e),"onabort",{value:null,writable:!0,configurable:!0}),e}return r(s,[{key:"toString",value:function(){return"[object AbortSignal]"}},{key:"dispatchEvent",value:function(t){"abort"===t.type&&(this.aborted=!0,"function"==typeof this.onabort&&this.onabort.call(this,t)),f(o(s.prototype),"dispatchEvent",this).call(this,t)}}]),s}(l),y=function(){function e(){t(this,e),Object.defineProperty(this,"signal",{value:new h,writable:!0,configurable:!0})}return r(e,[{key:"abort",value:function(){var t;try{t=new Event("abort")}catch(e){"undefined"!=typeof document?document.createEvent?(t=document.createEvent("Event")).initEvent("abort",!1,!1):(t=document.createEventObject()).type="abort":t={type:"abort",bubbles:!1,cancelable:!1}}this.signal.dispatchEvent(t)}},{key:"toString",value:function(){return"[object AbortController]"}}]),e}();function p(t){return t.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):"function"==typeof t.Request&&!t.Request.prototype.hasOwnProperty("signal")||!t.AbortController}"undefined"!=typeof Symbol&&Symbol.toStringTag&&(y.prototype[Symbol.toStringTag]="AbortController",h.prototype[Symbol.toStringTag]="AbortSignal"),function(t){if(p(t))if(t.fetch){var e=function(t){"function"==typeof t&&(t={fetch:t});var e=t,r=e.fetch,n=e.Request,o=void 0===n?r.Request:n,i=e.AbortController,s=e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,a=void 0!==s&&s;if(!p({fetch:r,Request:o,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a}))return{fetch:r,Request:u};var u=o;(u&&!u.prototype.hasOwnProperty("signal")||a)&&((u=function(t,e){var r;e&&e.signal&&(r=e.signal,delete e.signal);var n=new o(t,e);return r&&Object.defineProperty(n,"signal",{writable:!1,enumerable:!1,configurable:!0,value:r}),n}).prototype=o.prototype);var c=r;return{fetch:function(t,e){var r=u&&u.prototype.isPrototypeOf(t)?t.signal:e?e.signal:void 0;if(r){var n;try{n=new DOMException("Aborted","AbortError")}catch(t){(n=new Error("Aborted")).name="AbortError"}if(r.aborted)return Promise.reject(n);var o=new Promise((function(t,e){r.addEventListener("abort",(function(){return e(n)}),{once:!0})}));return e&&e.signal&&delete e.signal,Promise.race([o,c(t,e)])}return c(t,e)},Request:u}}(t),r=e.fetch,n=e.Request;t.fetch=r,t.Request=n,Object.defineProperty(t,"AbortController",{writable:!0,enumerable:!1,configurable:!0,value:y}),Object.defineProperty(t,"AbortSignal",{writable:!0,enumerable:!1,configurable:!0,value:h})}else console.warn("fetch() is not available, cannot install abortcontroller-polyfill")}("undefined"!=typeof self?self:n)})?o.call(e,r,e,t):o)||(t.exports=i)}).call(this,r(313))}}]);
@@ -1,14 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[1],{155:function(n,e,i){"use strict";i.r(e);var o,t=i(15);function r(n,e,i,o,t,r,l){try{var s=n[r](l),u=s.value}catch(n){return void i(n)}s.done?e(u):Promise.resolve(u).then(o,t)}(o=function*(){yield Promise.all([..."customElements"in window?[]:[i.e(16).then(i.bind(null,180)).then(()=>Promise.all([i.e(14),i.e(8)]).then(i.bind(null,181)))]]),yield t.t,yield t.s,window.GET_CLAPS_API||(window.GET_CLAPS_API="https://worker.getclaps.app"),Promise.resolve().then(i.bind(null,186))},function(){var n=this,e=arguments;return new Promise((function(i,t){var l=o.apply(n,e);function s(n){r(l,i,t,s,u,"next",n)}function u(n){r(l,i,t,s,u,"throw",n)}s(void 0)}))})()}}]);
@@ -1,28 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */!function(t){function e(e){for(var n,o,i=e[0],u=e[1],a=0,s=[];a<i.length;a++)o=i[a],Object.prototype.hasOwnProperty.call(r,o)&&r[o]&&s.push(r[o][0]),r[o]=0;for(n in u)Object.prototype.hasOwnProperty.call(u,n)&&(t[n]=u[n]);for(c&&c(e);s.length;)s.shift()()}var n={},r={4:0};function o(e){if(n[e])return n[e].exports;var r=n[e]={i:e,l:!1,exports:{}};return t[e].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.e=function(t){var e=[],n=r[t];if(0!==n)if(n)e.push(n[2]);else{var i=new Promise((function(e,o){n=r[t]=[e,o]}));e.push(n[2]=i);var u,a=document.createElement("script");a.charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.src=function(t){return o.p+""+({0:"vendors~drawer~push-state",1:"clap-button",2:"drawer",3:"fetch",5:"navbar",6:"push-state",7:"resize-observer",8:"shadydom",9:"vendors~clap-button",10:"vendors~drawer",11:"vendors~fetch",12:"vendors~intersection-observer",13:"vendors~push-state",14:"vendors~shadydom",15:"vendors~webanimations",16:"webcomponents"}[t]||t)+"-hydejack-9.1.2.js"}(t);var c=new Error;u=function(e){a.onerror=a.onload=null,clearTimeout(s);var n=r[t];if(0!==n){if(n){var o=e&&("load"===e.type?"missing":e.type),i=e&&e.target&&e.target.src;c.message="Loading chunk "+t+" failed.\n("+o+": "+i+")",c.name="ChunkLoadError",c.type=o,c.request=i,n[1](c)}r[t]=void 0}};var s=setTimeout((function(){u({type:"timeout",target:a})}),12e4);a.onerror=a.onload=u,document.head.appendChild(a)}return Promise.all(e)},o.m=t,o.c=n,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)o.d(n,r,function(e){return t[e]}.bind(null,r));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="/assets/js/",o.oe=function(t){throw console.error(t),t};var i=window.webpackJsonp=window.webpackJsonp||[],u=i.push.bind(i);i.push=e,i=i.slice();for(var a=0;a<i.length;a++)e(i[a]);var c=u;o(o.s=100)}([function(t,e,n){"use strict";function r(t){return"function"==typeof t}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"f",(function(){return o})),n.d(e,"e",(function(){return i})),n.d(e,"b",(function(){return u})),n.d(e,"g",(function(){return a})),n.d(e,"j",(function(){return c})),n.d(e,"h",(function(){return s})),n.d(e,"i",(function(){return f})),n.d(e,"a",(function(){return l})),n.d(e,"c",(function(){return p})),n.d(e,"d",(function(){return d}));
14
- /*! *****************************************************************************
15
- Copyright (c) Microsoft Corporation.
16
-
17
- Permission to use, copy, modify, and/or distribute this software for any
18
- purpose with or without fee is hereby granted.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
- PERFORMANCE OF THIS SOFTWARE.
27
- ***************************************************************************** */
28
- var r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function o(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function i(t,e,n,r){var o,i=arguments.length,u=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(u=(i<3?o(u):i>3?o(e,n,u):o(e,n))||u);return i>3&&u&&Object.defineProperty(e,n,u),u}function u(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}c((r=r.apply(t,e||[])).next())}))}function a(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}function c(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function s(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),u=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return u}function f(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(s(arguments[e]));return t}function l(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t=c(t),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(n){e[n]=t[n]&&function(e){return new Promise((function(r,o){(function(t,e,n,r){Promise.resolve(r).then((function(e){t({value:e,done:n})}),e)})(r,o,(e=t[n](e)).done,e.value)}))}}}function p(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function d(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var r=n(40),o=n(7),i=n(21),u=n(20);function a(t){return 0===t.length?u.a:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)}}var c=n(17),s=n(0),f=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var i,u=(i=t)&&i instanceof r.b||function(t){return t&&Object(s.a)(t.next)&&Object(s.a)(t.error)&&Object(s.a)(t.complete)}(i)&&Object(o.c)(i)?t:new r.a(t,e,n),a=this.operator,f=this.source;return u.add(a?a.call(u,f):f||c.a.useDeprecatedSynchronousErrorHandling?this._subscribe(u):this._trySubscribe(u)),u},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){if(c.a.useDeprecatedSynchronousErrorHandling)throw e;t.error(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=l(e))((function(e,r){var o;o=n.subscribe((function(e){try{t(e)}catch(t){r(t),null==o||o.unsubscribe()}}),r,e)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[i.a]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return t.length?a(t)(this):this},t.prototype.toPromise=function(t){var e=this;return new(t=l(t))((function(t,n){var r;e.subscribe((function(t){return r=t}),(function(t){return n(t)}),(function(){return t(r)}))}))},t.create=function(e){return new t(e)},t}();function l(t){var e;return null!==(e=null!=t?t:c.a.Promise)&&void 0!==e?e:Promise}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(1),o=function(t){function e(e,n,r,o,i){var u=t.call(this,e)||this;return u.onUnsubscribe=i,n&&(u._next=function(t){try{n(t)}catch(t){this.destination.error(t)}}),r&&(u._error=function(t){try{r(t)}catch(t){this.destination.error(t)}this.unsubscribe()}),o&&(u._complete=function(){try{o()}catch(t){this.destination.error(t)}this.unsubscribe()}),u}return Object(r.f)(e,t),e.prototype.unsubscribe=function(){var e;!this.closed&&(null===(e=this.onUnsubscribe)||void 0===e||e.call(this)),t.prototype.unsubscribe.call(this)},e}(n(40).b)},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return i}));var r=n(0);function o(t){return Object(r.a)(null==t?void 0:t.lift)}function i(t){return function(e){if(o(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")}}},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var r=n(44)("wks"),o=n(35),i=n(5).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return s})),n.d(e,"c",(function(){return f}));var r=n(1),o=n(0),i=n(74),u=Object(i.a)((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}})),a=n(39),c=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._teardowns=null}var e;return t.prototype.unsubscribe=function(){var t,e,n,i,a;if(!this.closed){this.closed=!0;var c=this._parentage;if(Array.isArray(c))try{for(var s=Object(r.j)(c),f=s.next();!f.done;f=s.next()){f.value.remove(this)}}catch(e){t={error:e}}finally{try{f&&!f.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}else null==c||c.remove(this);var p=this.initialTeardown;if(Object(o.a)(p))try{p()}catch(t){a=t instanceof u?t.errors:[t]}var d=this._teardowns;if(d){this._teardowns=null;try{for(var v=Object(r.j)(d),h=v.next();!h.done;h=v.next()){var b=h.value;try{l(b)}catch(t){a=null!=a?a:[],t instanceof u?a=Object(r.i)(a,t.errors):a.push(t)}}}catch(t){n={error:t}}finally{try{h&&!h.done&&(i=v.return)&&i.call(v)}finally{if(n)throw n.error}}}if(a)throw new u(a)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)l(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._teardowns=null!==(n=this._teardowns)&&void 0!==n?n:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Object(a.a)(e,t)},t.prototype.remove=function(e){var n=this._teardowns;n&&Object(a.a)(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),s=c.EMPTY;function f(t){return t instanceof c||t&&"closed"in t&&Object(o.a)(t.remove)&&Object(o.a)(t.add)&&Object(o.a)(t.unsubscribe)}function l(t){Object(o.a)(t)?t():t.unsubscribe()}},function(t,e,n){t.exports=!n(12)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(5),o=n(33),i=n(19),u=n(22),a=n(45),c=function t(e,n,c){var s,f,l,p,d=e&t.F,v=e&t.G,h=e&t.P,b=e&t.B,m=v?r:e&t.S?r[n]||(r[n]={}):(r[n]||{}).prototype,y=v?o:o[n]||(o[n]={}),g=y.prototype||(y.prototype={});for(s in v&&(c=n),c)l=((f=!d&&m&&void 0!==m[s])?m:c)[s],p=b&&f?a(l,r):h&&"function"==typeof l?a(Function.call,l):l,m&&u(m,s,l,e&t.U),y[s]!=l&&i(y,s,p),h&&g[s]!=l&&(g[s]=l)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var r=n(14);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y})),n.d(e,"c",(function(){return g})),n.d(e,"b",(function(){return w}));var r=n(1),o=n(31),i=n(0);function u(t){return Object(i.a)(null==t?void 0:t.then)}var a="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator",c=n(21),s=n(2),f=n(7);var l=n(32);function p(t){return Object(i.a)(t[c.a])}function d(t){return Object(i.a)(null==t?void 0:t[a])}function v(t){return Symbol.asyncIterator&&Object(i.a)(null==t?void 0:t[Symbol.asyncIterator])}function h(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, Array, AsyncIterable, or Iterable.")}function b(t,e){if(null!=t){if(p(t))return function(t,e){return new s.a((function(n){var r=new f.b;return r.add(e.schedule((function(){var o=t[c.a]();r.add(o.subscribe({next:function(t){r.add(e.schedule((function(){return n.next(t)})))},error:function(t){r.add(e.schedule((function(){return n.error(t)})))},complete:function(){r.add(e.schedule((function(){return n.complete()})))}}))}))),r}))}(t,e);if(Object(o.a)(t))return Object(l.a)(t,e);if(u(t))return function(t,e){return new s.a((function(n){return e.schedule((function(){return t.then((function(t){n.add(e.schedule((function(){n.next(t),n.add(e.schedule((function(){return n.complete()})))})))}),(function(t){n.add(e.schedule((function(){return n.error(t)})))}))}))}))}(t,e);if(v(t))return function(t,e){if(!t)throw new Error("Iterable cannot be null");return new s.a((function(n){var r=new f.b;return r.add(e.schedule((function(){var o=t[Symbol.asyncIterator]();r.add(e.schedule((function(){var t=this;o.next().then((function(e){e.done?n.complete():(n.next(e.value),t.schedule())}))})))}))),r}))}(t,e);if(d(t))return function(t,e){return new s.a((function(n){var r;return n.add(e.schedule((function(){r=t[a](),function(t,e,n,r){void 0===r&&(r=0);var o=e.schedule((function(){try{n.call(this)}catch(e){t.error(e)}}),r);t.add(o)}(n,e,(function(){var t=r.next(),e=t.value;t.done?n.complete():(n.next(e),this.schedule())}))}))),function(){return Object(i.a)(null==r?void 0:r.return)&&r.return()}}))}(t,e)}throw h(t)}var m=n(54);function y(t,e){return e?b(t,e):g(t)}function g(t){if(t instanceof s.a)return t;if(null!=t){if(p(t))return l=t,new s.a((function(t){var e=l[c.a]();if(Object(i.a)(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if(Object(o.a)(t))return w(t);if(u(t))return f=t,new s.a((function(t){f.then((function(e){t.closed||(t.next(e),t.complete())}),(function(e){return t.error(e)})).then(null,m.a)}));if(v(t))return n=t,new s.a((function(t){(function(t,e){var n,o,i,u;return Object(r.b)(this,void 0,void 0,(function(){var a,c;return Object(r.g)(this,(function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),n=Object(r.a)(t),s.label=1;case 1:return[4,n.next()];case 2:if((o=s.sent()).done)return[3,4];a=o.value,e.next(a),s.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=s.sent(),i={error:c},[3,11];case 6:return s.trys.push([6,,9,10]),o&&!o.done&&(u=n.return)?[4,u.call(n)]:[3,8];case 7:s.sent(),s.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}}))}))})(n,t).catch((function(e){return t.error(e)}))}));if(d(t))return e=t,new s.a((function(t){for(var n=e[a]();!t.closed;){var r=n.next(),o=r.done,u=r.value;o?t.complete():t.next(u)}return function(){return Object(i.a)(null==n?void 0:n.return)&&n.return()}}))}var e,n,f,l;throw h(t)}function w(t){return new s.a((function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()}))}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(10),o=n(76),i=n(34),u=Object.defineProperty;e.f=n(8)?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return f})),n.d(e,"p",(function(){return p})),n.d(e,"n",(function(){return d})),n.d(e,"o",(function(){return v})),n.d(e,"j",(function(){return h})),n.d(e,"t",(function(){return b})),n.d(e,"s",(function(){return m})),n.d(e,"r",(function(){return y})),n.d(e,"k",(function(){return g})),n.d(e,"d",(function(){return w})),n.d(e,"c",(function(){return x})),n.d(e,"l",(function(){return O})),n.d(e,"i",(function(){return _})),n.d(e,"q",(function(){return S})),n.d(e,"m",(function(){return A}));var r=n(70),o=n(2),i=n(42);n.d(e,"h",(function(){return i.c}));var u=n(58);n.d(e,"g",(function(){return u.b})),n.d(e,"e",(function(){return u.a}));var a=n(57);n.d(e,"f",(function(){return a.b}));n(73);var c=getComputedStyle(document.documentElement),s="(min-width: ".concat(c.getPropertyValue("--break-point-3"),")"),f="(min-width: ".concat(c.getPropertyValue("--break-point-dynamic"),")"),l=(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()),p=l.indexOf("safari")>0&&l.indexOf("chrome")<0,d=l.indexOf("mobile")>0,v=p&&d,h=(l.indexOf("ucbrowser"),l.indexOf("firefox"),l.indexOf("fxios")>0&&l.indexOf("safari"),"attributeStyleMap"in Element.prototype&&"CSS"in window&&CSS.number),b=new Promise(t=>{"customElements"in window?t(!0):document.addEventListener("WebComponentsReady",t)}),m=new Promise((function t(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:30,o=document.querySelector("hy-drawer");o?getComputedStyle(o).getPropertyValue("--hy-drawer-width")?e(!0):r<=0?n(Error("Stylesheet not loaded within 10 seconds")):setTimeout(()=>t(e,n,r-1),1e3/3):e(!0)})),y=(t,e)=>new Promise(n=>t.addEventListener(e,n,{once:!0}));function g(t){return!window.Modernizr||[...t].every(t=>{var e=window.Modernizr[t];return e})}function w(){for(;null!=this&&this.firstChild;)this.removeChild(this.firstChild)}function x(t,e,n){return t?o.a.create(r=>{var o=t.animate(e,n);return o.addEventListener("finish",t=>{r.next(t),requestAnimationFrame(()=>{requestAnimationFrame(()=>r.complete())})}),()=>{"finished"!==o.playState&&o.cancel()}}):Object(r.a)(new CustomEvent("finish"))}function O(t){var e=document.getElementById(t);return e&&document.importNode(e.content,!0)}var j=document.body||document.documentElement,_=()=>window.innerWidth||j.clientWidth;var E=t=>e=>new Promise(n=>t(e).addEventListener("load",n)),S=(E(window.loadJS),E(window.loadCSS));function A(t,e){return new Promise(n=>{var r=new IntersectionObserver(e=>{e.some(t=>t.isIntersecting)&&(t.forEach(t=>r.unobserve(t)),n(e.find(t=>t.isIntersecting)))},e);t.forEach(t=>r.observe(t))})}},function(t,e,n){"use strict";function r(){}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},function(t,e,n){var r=n(38);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(13),o=n(43);t.exports=n(8)?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){"use strict";function r(t){return t}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r="function"==typeof Symbol&&Symbol.observable||"@@observable"},function(t,e,n){var r=n(5),o=n(19),i=n(23),u=n(35)("src"),a=n(104),c=(""+a).split("toString");n(33).inspectSource=function(t){return a.call(t)},(t.exports=function(t,e,n,a){var s="function"==typeof n;s&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(s&&(i(n,u)||o(n,u,t[e]?""+t[e]:c.join(String(e)))),t===r?t[e]=n:a?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||a.call(this)}))},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(4),o=n(3);function i(t,e){return Object(r.b)((function(n,r){var i=0;n.subscribe(new o.a(r,(function(n){r.next(t.call(e,n,i++))})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var r=n(25),o=n(11),i=n(4),u=n(3);var a=n(0);function c(t,e,n){return void 0===n&&(n=1/0),Object(a.a)(e)?c((function(n,i){return Object(r.a)((function(t,r){return e(n,t,i,r)}))(Object(o.c)(t(n,i)))}),n):("number"==typeof e&&(n=e),Object(i.b)((function(e,r){return function(t,e,n,r,i,a,c,s){var f=[],l=0,p=0,d=!1,v=function(){!d||f.length||l||e.complete()},h=function(t){return l<r?b(t):f.push(t)},b=function t(s){a&&e.next(s),l++,Object(o.c)(n(s,p++)).subscribe(new u.a(e,(function(t){null==i||i(t),a?h(t):e.next(t)}),void 0,(function(){l--;for(var n=function(){var n=f.shift();c?e.add(c.schedule((function(){return t(n)}))):t(n)};f.length&&l<r;)n();v()})))};return t.subscribe(new u.a(e,h,void 0,(function(){d=!0,v()}))),function(){f=null,null==s||s()}}(e,r,t,n)})))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return c}));var r=n(0),o=n(56);function i(t){return t[t.length-1]}function u(t){return Object(r.a)(i(t))?t.pop():void 0}function a(t){return Object(o.a)(i(t))?t.pop():void 0}function c(t,e){return"number"==typeof i(t)?t.pop():e}},function(t,e,n){var r=n(46),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(109),o=n(38);t.exports=function(t){return r(o(t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(32),o=n(11);function i(t,e){return e?Object(r.a)(t,e):Object(o.b)(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(2);function o(t,e){return new r.a((function(n){var r=0;return e.schedule((function(){r===t.length?n.complete():(n.next(t[r++]),n.closed||this.schedule())}))}))}},function(t,e){var n=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(t,e,n){var r=n(14);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e){t.exports=!1},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){"use strict";function r(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return p})),n.d(e,"a",(function(){return d}));var r=n(1),o=n(0),i=n(7),u=n(17),a=n(54),c=n(16),s=f("C",void 0,void 0);function f(t,e,n){return{kind:t,value:e,error:n}}var l=n(55),p=function(t){function e(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,Object(i.c)(e)&&e.add(n)):n.destination=b,n}return Object(r.f)(e,t),e.create=function(t,e,n){return new d(t,e,n)},e.prototype.next=function(t){this.isStopped?h(function(t){return f("N",t,void 0)}(t),this):this._next(t)},e.prototype.error=function(t){this.isStopped?h(f("E",void 0,t),this):(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped?h(s,this):(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e}(i.b),d=function(t){function e(e,n,r){var i=t.call(this)||this;if(i.destination=b,(e||n||r)&&e!==b){var a=void 0;if(Object(o.a)(e))a=e;else if(e){var s;a=e.next,n=e.error,r=e.complete,i&&u.a.useDeprecatedNextContext?(s=Object.create(e)).unsubscribe=function(){return i.unsubscribe()}:s=e,a=null==a?void 0:a.bind(s),n=null==n?void 0:n.bind(s),r=null==r?void 0:r.bind(s)}i.destination={next:a||c.a,error:n||v,complete:r||c.a}}return i}return Object(r.f)(e,t),e}(p);function v(t){if(u.a.useDeprecatedSynchronousErrorHandling)throw t;Object(a.a)(t)}function h(t,e){var n=u.a.onStoppedNotification;n&&l.a.setTimeout((function(){return n(t,e)}))}var b={closed:!0,next:c.a,error:v,complete:c.a}},,function(t,e,n){"use strict";function r(){var t=document.documentElement,e=document.body,n="scrollHeight";return t[n]||e[n]}function o(){return window.pageYOffset||document.body.scrollTop}n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"d",(function(){return u})),n.d(e,"a",(function(){return a}));var i=(t,e)=>(t.matches||t.msMatchesSelector).call(t,e);function u(t,e){for(var n=t;null!=n;){if(i(n,e))return n;n=n.parentNode instanceof Element?n.parentNode:null}return null}function a(){var t,e,n=new Promise((n,r)=>(t=n,e=r));return n.resolve=t,n.reject=e,n}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(33),o=n(5),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(36)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){var r=n(24);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(80),o=n(63);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){"use strict";t.exports=n(36)||!n(12)((function(){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete n(5)[t]}))},function(t,e,n){var r=n(66),o=n(43),i=n(29),u=n(34),a=n(23),c=n(76),s=Object.getOwnPropertyDescriptor;e.f=n(8)?s:function(t,e){if(t=i(t),e=u(e,!0),c)try{return s(t,e)}catch(t){}if(a(t,e))return o(!r.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r=n(10);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";var r=n(130),o=RegExp.prototype.exec;t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw new TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw new TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},function(t,e,n){"use strict";n(131);var r=n(22),o=n(19),i=n(12),u=n(38),a=n(6),c=n(69),s=a("species"),f=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l=function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();t.exports=function(t,e,n){var p=a(t),d=!i((function(){var e={};return e[p]=function(){return 7},7!=""[t](e)})),v=d?!i((function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[s]=function(){return n}),n[p](""),!e})):void 0;if(!d||!v||"replace"===t&&!f||"split"===t&&!l){var h=/./[p],b=n(u,p,""[t],(function(t,e,n,r,o){return e.exec===c?d&&!o?{done:!0,value:h.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}})),m=b[0],y=b[1];r(String.prototype,t,m),o(RegExp.prototype,p,2==e?function(t,e){return y.call(t,this,e)}:function(t){return y.call(t,this)})}}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n(92),o=new(n(94).a)(r.a),i=o},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(17),o=n(55);function i(t){o.a.setTimeout((function(){var e=r.a.onUnhandledError;if(!e)throw t;e(t)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(1),o={setTimeout:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=o.delegate;return((null==n?void 0:n.setTimeout)||setTimeout).apply(void 0,Object(r.i)(t))})),clearTimeout:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){var e=o.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)})),delegate:void 0}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(0);function o(t){return t&&Object(r.a)(t.schedule)}},function(t,e,n){"use strict";n.d(e,"c",(function(){return f})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return p}));var r=n(97),o=n(96),i=n(98),u=n(95),a=n(25),c=n(99),s=n(154);function f(t){return e=>t.pipe(Object(o.a)(t=>t?e:r.a))}function l(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return e=>0===n.length?e.pipe(Object(i.a)(t),Object(u.a)(t=>{var[,e]=t;return e}),Object(a.a)(t=>{var[e]=t;return e})):e.pipe(Object(i.a)(t,...n),Object(u.a)(t=>{var[,...e]=t;return e.every(t=>t)}),Object(a.a)(t=>{var[e]=t;return e}))}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return e=>{var n=[];return e.pipe(Object(c.a)(t=>n.push(t)),Object(s.a)(t),Object(a.a)(()=>n),Object(c.a)(()=>n=[]))}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y})),n.d(e,"b",(function(){return g})),n.d(e,"c",(function(){return w}));var r=n(2),o=n(7),i={now:function(){return(i.delegate||performance).now()},delegate:void 0},u=n(89);function a(t){var e=u.a.schedule;return new r.a((function(n){var r=new o.b,u=t||i,a=u.now();return r.add(e((function o(i){var c=u.now();n.next({timestamp:t?c:i,elapsed:c-a}),n.closed||r.add(e(o))}))),r}))}var c=a(),s=n(25),f=n(4),l=n(3);var p=n(1),d=n(75),v=n(70);function h(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function b(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?h(Object(n),!0).forEach((function(e){m(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function m(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function y(t,e){return new r.a(n=>{var r=new AbortController,{signal:o}=r,i=null;return fetch(t,b(b({},e),{},{signal:o})).then(t=>{i=t,n.next(t),n.complete()}).catch(t=>n.error(t)),()=>{i||r.abort()}})}function g(t){return new r.a(e=>{var n=e.next.bind(e);return t.onchange?t.addEventListener("change",n):t.addListener(n),()=>{t.onchange?t.removeEventListener("change",n):t.removeListener(n)}})}function w(t,e,n,r,o){return(h?a(h):c).pipe(Object(s.a)(t=>{var{elapsed:e}=t;return e}),(i=t=>t<r,void 0===u&&(u=!1),Object(f.b)((function(t,e){var n=0;t.subscribe(new l.a(e,(function(t){var r=i(t,n++);(r||u)&&e.next(t),!r&&e.complete()})))}))),function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return function(e){return Object(d.a)(e,v.a.apply(void 0,Object(p.i)(t)))}}(r),Object(s.a)(i=>t(i,e,n,r,o)));var i,u,h}},function(t,e,n){var r=n(14),o=n(5).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,e,n){var r=n(37);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e){t.exports={}},function(t,e,n){var r=n(44)("keys"),o=n(35);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(13).f,o=n(23),i=n(6)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e,n){var r=n(23),o=n(18),i=n(62)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(80),o=n(63).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){"use strict";var r=n(129)(!0);t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},function(t,e,n){"use strict";var r,o,i=n(50),u=RegExp.prototype.exec,a=String.prototype.replace,c=u,s=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),f=void 0!==/()??/.exec("")[1];(s||f)&&(c=function(t){var e,n,r,o,c=this;return f&&(n=new RegExp("^"+c.source+"$(?!\\s)",i.call(c))),s&&(e=c.lastIndex),r=u.call(c,t),s&&r&&(c.lastIndex=c.global?r.index+r[0].length:e),f&&r&&r.length>1&&a.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=c},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(30),o=n(32),i=n(27);function u(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Object(i.c)(t);return n?Object(o.a)(t,n):Object(r.a)(t)}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(26),o=n(20);function i(t){return void 0===t&&(t=1/0),Object(r.a)(o.a,t)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n(2);function o(t){return new r.a(e=>{var n=new ResizeObserver(t=>t.forEach(t=>e.next(t)));return n.observe(t),()=>{n.unobserve(t)}})}function i(t,e){return new r.a(n=>{var r=new MutationObserver(t=>t.forEach(t=>n.next(t)));return r.observe(t,e),()=>{r.disconnect()}})}},function(t,e,n){"use strict";function r(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n(72);function o(){return Object(r.a)(1)}var i=n(30),u=n(27);function a(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return o()(Object(i.a)(t,Object(u.c)(t)))}},function(t,e,n){t.exports=!n(8)&&!n(12)((function(){return 7!=Object.defineProperty(n(59)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(6)("unscopables"),o=Array.prototype;null==o[r]&&n(19)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,e,n){"use strict";var r=n(77),o=n(108),i=n(61),u=n(29);t.exports=n(110)(Array,"Array",(function(t,e){this._t=u(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,o(1)):o(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,e,n){var r=n(10),o=n(112),i=n(63),u=n(62)("IE_PROTO"),a=function(){},c=function(){var t,e=n(59)("iframe"),r=i.length;for(e.style.display="none",n(81).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[i[r]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(a.prototype=r(t),n=new a,a.prototype=null,n[u]=t):n=c(),void 0===e?n:o(n,e)}},function(t,e,n){var r=n(23),o=n(29),i=n(113)(!1),u=n(62)("IE_PROTO");t.exports=function(t,e){var n,a=o(t),c=0,s=[];for(n in a)n!=u&&r(a,n)&&s.push(n);for(;e.length>c;)r(a,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e,n){var r=n(5).document;t.exports=r&&r.documentElement},function(t,e,n){var r=n(10),o=n(24),i=n(6)("species");t.exports=function(t,e){var n,u=r(t).constructor;return void 0===u||null==(n=r(u)[i])?e:o(n)}},function(t,e,n){var r=n(14),o=n(37),i=n(6)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},function(t,e,n){n(8)&&"g"!=/./g.flags&&n(13).f(RegExp.prototype,"flags",{configurable:!0,get:n(50)})},function(t,e,n){e.f=n(6)},function(t,e,n){var r=n(5),o=n(33),i=n(36),u=n(85),a=n(13).f;t.exports=function(t){var e=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:u.f(t)})}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(9),o=n(38),i=n(12),u=n(143),a="["+u+"]",c=RegExp("^"+a+a+"*"),s=RegExp(a+a+"*$"),f=function(t,e,n){var o={},a=i((function(){return!!u[t]()||"​…"!="​…"[t]()})),c=o[t]=a?e(l):u[t];n&&(o[n]=c),r(r.P+r.F*a,"String",o)},l=f.trim=function(t,e){return t=String(o(t)),1&e&&(t=t.replace(c,"")),2&e&&(t=t.replace(s,"")),t};t.exports=f},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(1),o=n(7),i={schedule:function(t){var e=requestAnimationFrame,n=cancelAnimationFrame,r=i.delegate;r&&(e=r.requestAnimationFrame,n=r.cancelAnimationFrame);var u=e((function(e){n=void 0,t(e)}));return new o.b((function(){return null==n?void 0:n(u)}))},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<arguments.length;e++)t[e]=arguments[e];var n=i.delegate;return((null==n?void 0:n.requestAnimationFrame)||requestAnimationFrame).apply(void 0,Object(r.i)(t))})),cancelAnimationFrame:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=i.delegate;return((null==n?void 0:n.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,Object(r.i)(t))})),delegate:void 0}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r={now:function(){return(r.delegate||Date).now()},delegate:void 0}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(1),o=n(25),i=Array.isArray;function u(t){return Object(o.a)((function(e){return function(t,e){return i(e)?t.apply(void 0,Object(r.i)(e)):t(e)}(t,e)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n(1),o=function(t){function e(e,n){return t.call(this)||this}return Object(r.f)(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(n(7).b),i={setInterval:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=i.delegate;return((null==n?void 0:n.setInterval)||setInterval).apply(void 0,Object(r.i)(t))})),clearInterval:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){var e=i.delegate;return((null==e?void 0:e.clearInterval)||clearInterval)(t)})),delegate:void 0},u=n(39),a=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r.pending=!1,r}return Object(r.f)(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t;var n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,e)),this.pending=!0,this.delay=e,this.id=this.id||this.requestAsyncId(r,this.id,e),this},e.prototype.requestAsyncId=function(t,e,n){return void 0===n&&(n=0),i.setInterval(t.flush.bind(t,this),n)},e.prototype.recycleAsyncId=function(t,e,n){if(void 0===n&&(n=0),null!=n&&this.delay===n&&!1===this.pending)return e;i.clearInterval(e)},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,e);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(t,e){var n,r=!1;try{this.work(t)}catch(t){r=!0,n=!!t&&t||new Error(t)}if(r)return this.unsubscribe(),n},e.prototype.unsubscribe=function(){if(!this.closed){var e=this.id,n=this.scheduler,r=n.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Object(u.a)(r,this),null!=e&&(this.id=this.recycleAsyncId(n,e,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(o)},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(2),o=n(53),i=n(56);function u(t,e,n){void 0===t&&(t=0),void 0===n&&(n=o.a);var u=-1;return null!=e&&(Object(i.a)(e)?n=e:u=e),new r.a((function(e){var r,o=(r=t)instanceof Date&&!isNaN(r)?+t-n.now():t;o<0&&(o=0);var i=0;return n.schedule((function(){e.closed||(e.next(i++),0<=u?this.schedule(void 0,u):e.complete())}),o)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(1),o=n(90),i=function(){function t(e,n){void 0===n&&(n=t.now),this.schedulerActionCtor=e,this.now=n}return t.prototype.schedule=function(t,e,n){return void 0===e&&(e=0),new this.schedulerActionCtor(this,t).schedule(n,e)},t.now=o.a.now,t}(),u=function(t){function e(e,n){void 0===n&&(n=i.now);var r=t.call(this,e,n)||this;return r.actions=[],r.active=!1,r.scheduled=void 0,r}return Object(r.f)(e,t),e.prototype.flush=function(t){var e=this.actions;if(this.active)e.push(t);else{var n;this.active=!0;do{if(n=t.execute(t.state,t.delay))break}while(t=e.shift());if(this.active=!1,n){for(;t=e.shift();)t.unsubscribe();throw n}}},e}(i)},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(4),o=n(3);function i(t,e){return Object(r.b)((function(n,r){var i=0;n.subscribe(new o.a(r,(function(n){return t.call(e,n,i++)&&r.next(n)})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(11),o=n(4),i=n(3);function u(t,e){return Object(o.b)((function(n,o){var u=null,a=0,c=!1,s=function(){return c&&!u&&o.complete()};n.subscribe(new i.a(o,(function(n){null==u||u.unsubscribe();var c=0,f=a++;Object(r.c)(t(n,f)).subscribe(u=new i.a(o,(function(t){return o.next(e?e(n,t,f,c++):t)}),void 0,(function(){u=null,s()})))}),void 0,(function(){c=!0,s()})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(2),o=n(16),i=new r.a(o.a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var r=n(1),o=n(4),i=n(3),u=n(11),a=n(20),c=n(16),s=n(27);function f(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Object(s.b)(t);return Object(o.b)((function(e,o){for(var s=t.length,f=new Array(s),l=t.map((function(){return!1})),p=!1,d=function(e){Object(u.c)(t[e]).subscribe(new i.a(o,(function(t){f[e]=t,p||l[e]||(l[e]=!0,(p=l.every(a.a))&&(l=null))}),void 0,c.a))},v=0;v<s;v++)d(v);e.subscribe(new i.a(o,(function(t){if(p){var e=Object(r.i)([t],f);o.next(n?n.apply(void 0,Object(r.i)(e)):e)}})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n(0),o=n(4),i=n(3),u=n(20);function a(t,e,n){var a=Object(r.a)(t)||e||n?{next:t,error:e,complete:n}:t;return a?Object(o.b)((function(t,e){t.subscribe(new i.a(e,(function(t){var n;null===(n=a.next)||void 0===n||n.call(a,t),e.next(t)}),(function(t){var n;null===(n=a.error)||void 0===n||n.call(a,t),e.error(t)}),(function(){var t;null===(t=a.complete)||void 0===t||t.call(a),e.complete()})))})):u.a}},function(t,e,n){"use strict";n.r(e);n(103),n(78),n(115),n(117),n(118),n(119),n(120),n(121),n(124),n(84),n(128),n(132),n(133),n(134),n(136),n(137),n(141),n(142),n(144),n(145),n(147),n(150),n(151),n(152);var r=n(15);n.p=window._publicPath;Object(r.k)(["classlist","eventlistener","queryselector","template"])&&(Promise.resolve().then(n.bind(null,153)),window._noNavbar||n.e(5).then(n.bind(null,158)),window._clapButton&&Object(r.k)(["customproperties","cssanimations","cssremunit"])&&Promise.all([n.e(9),n.e(1)]).then(n.bind(null,155)),!window._noDrawer&&Object(r.k)(["customproperties","history","matchmedia","opacity"])&&Promise.all([n.e(0),n.e(10),n.e(2)]).then(n.bind(null,156)),!window._noPushState&&Object(r.k)(["history","matchmedia","opacity","cssanimations","cssremunit","documentfragment"])&&Promise.all([n.e(0),n.e(13),n.e(6)]).then(n.bind(null,157)))},,,function(t,e,n){"use strict";var r=n(9),o=n(105),i=n(18),u=n(28),a=n(24),c=n(106);r(r.P,"Array",{flatMap:function(t){var e,n,r=i(this);return a(t),e=u(r.length),n=c(r,0),o(n,r,r,e,0,1,t,arguments[1]),n}}),n(77)("flatMap")},function(t,e,n){t.exports=n(44)("native-function-to-string",Function.toString)},function(t,e,n){"use strict";var r=n(60),o=n(14),i=n(28),u=n(45),a=n(6)("isConcatSpreadable");t.exports=function t(e,n,c,s,f,l,p,d){for(var v,h,b=f,m=0,y=!!p&&u(p,d,3);m<s;){if(m in c){if(v=y?y(c[m],m,n):c[m],h=!1,o(v)&&(h=void 0!==(h=v[a])?!!h:r(v)),h&&l>0)b=t(e,n,v,i(v.length),b,l-1)-1;else{if(b>=9007199254740991)throw TypeError();e[b]=v}b++}m++}return b}},function(t,e,n){var r=n(107);t.exports=function(t,e){return new(r(t))(e)}},function(t,e,n){var r=n(14),o=n(60),i=n(6)("species");t.exports=function(t){var e;return o(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!o(e.prototype)||(e=void 0),r(e)&&null===(e=e[i])&&(e=void 0)),void 0===e?Array:e}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){var r=n(37);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,e,n){"use strict";var r=n(36),o=n(9),i=n(22),u=n(19),a=n(61),c=n(111),s=n(64),f=n(65),l=n(6)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,e,n,v,h,b,m){c(n,e,v);var y,g,w,x=function(t){if(!p&&t in E)return E[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},O=e+" Iterator",j="values"==h,_=!1,E=t.prototype,S=E[l]||E["@@iterator"]||h&&E[h],A=S||x(h),T=h?j?x("entries"):A:void 0,P="Array"==e&&E.entries||S;if(P&&(w=f(P.call(new t)))!==Object.prototype&&w.next&&(s(w,O,!0),r||"function"==typeof w[l]||u(w,l,d)),j&&S&&"values"!==S.name&&(_=!0,A=function(){return S.call(this)}),r&&!m||!p&&!_&&E[l]||u(E,l,A),a[e]=A,a[O]=d,h)if(y={values:j?A:x("values"),keys:b?A:x("keys"),entries:T},m)for(g in y)g in E||i(E,g,y[g]);else o(o.P+o.F*(p||_),e,y);return y}},function(t,e,n){"use strict";var r=n(79),o=n(43),i=n(64),u={};n(19)(u,n(6)("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=r(u,{next:o(1,n)}),i(t,e+" Iterator")}},function(t,e,n){var r=n(13),o=n(10),i=n(47);t.exports=n(8)?Object.defineProperties:function(t,e){o(t);for(var n,u=i(e),a=u.length,c=0;a>c;)r.f(t,n=u[c++],e[n]);return t}},function(t,e,n){var r=n(29),o=n(28),i=n(114);t.exports=function(t){return function(e,n,u){var a,c=r(e),s=o(c.length),f=i(u,s);if(t&&n!=n){for(;s>f;)if((a=c[f++])!=a)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}}},function(t,e,n){var r=n(46),o=Math.max,i=Math.min;t.exports=function(t,e){return(t=r(t))<0?o(t+e,0):i(t,e)}},function(t,e,n){"use strict";var r=n(9),o=n(24),i=n(18),u=n(12),a=[].sort,c=[1,2,3];r(r.P+r.F*(u((function(){c.sort(void 0)}))||!u((function(){c.sort(null)}))||!n(116)(a)),"Array",{sort:function(t){return void 0===t?a.call(i(this)):a.call(i(this),o(t))}})},function(t,e,n){"use strict";var r=n(12);t.exports=function(t,e){return!!t&&r((function(){e?t.call(null,(function(){}),1):t.call(null)}))}},function(t,e,n){"use strict";var r=n(9),o=n(18),i=n(24),u=n(13);n(8)&&r(r.P+n(48),"Object",{__defineGetter__:function(t,e){u.f(o(this),t,{get:i(e),enumerable:!0,configurable:!0})}})},function(t,e,n){"use strict";var r=n(9),o=n(18),i=n(24),u=n(13);n(8)&&r(r.P+n(48),"Object",{__defineSetter__:function(t,e){u.f(o(this),t,{set:i(e),enumerable:!0,configurable:!0})}})},function(t,e,n){"use strict";var r=n(9),o=n(18),i=n(34),u=n(65),a=n(49).f;n(8)&&r(r.P+n(48),"Object",{__lookupGetter__:function(t){var e,n=o(this),r=i(t,!0);do{if(e=a(n,r))return e.get}while(n=u(n))}})},function(t,e,n){"use strict";var r=n(9),o=n(18),i=n(34),u=n(65),a=n(49).f;n(8)&&r(r.P+n(48),"Object",{__lookupSetter__:function(t){var e,n=o(this),r=i(t,!0);do{if(e=a(n,r))return e.set}while(n=u(n))}})},function(t,e,n){"use strict";var r=n(9),o=n(33),i=n(5),u=n(82),a=n(122);r(r.P+r.R,"Promise",{finally:function(t){var e=u(this,o.Promise||i.Promise),n="function"==typeof t;return this.then(n?function(n){return a(e,t()).then((function(){return n}))}:t,n?function(n){return a(e,t()).then((function(){throw n}))}:t)}})},function(t,e,n){var r=n(10),o=n(14),i=n(123);t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){"use strict";var r=n(24);function o(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=r(e),this.reject=r(n)}t.exports.f=function(t){return new o(t)}},function(t,e,n){var r=n(5),o=n(125),i=n(13).f,u=n(67).f,a=n(83),c=n(50),s=r.RegExp,f=s,l=s.prototype,p=/a/g,d=/a/g,v=new s(p)!==p;if(n(8)&&(!v||n(12)((function(){return d[n(6)("match")]=!1,s(p)!=p||s(d)==d||"/a/i"!=s(p,"i")})))){s=function(t,e){var n=this instanceof s,r=a(t),i=void 0===e;return!n&&r&&t.constructor===s&&i?t:o(v?new f(r&&!i?t.source:t,e):f((r=t instanceof s)?t.source:t,r&&i?c.call(t):e),n?this:l,s)};for(var h=function(t){t in s||i(s,t,{configurable:!0,get:function(){return f[t]},set:function(e){f[t]=e}})},b=u(f),m=0;b.length>m;)h(b[m++]);l.constructor=s,s.prototype=l,n(22)(r,"RegExp",s)}n(127)("RegExp")},function(t,e,n){var r=n(14),o=n(126).set;t.exports=function(t,e,n){var i,u=e.constructor;return u!==n&&"function"==typeof u&&(i=u.prototype)!==n.prototype&&r(i)&&o&&o(t,i),t}},function(t,e,n){var r=n(14),o=n(10),i=function(t,e){if(o(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{(r=n(45)(Function.call,n(49).f(Object.prototype,"__proto__").set,2))(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return i(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:i}},function(t,e,n){"use strict";var r=n(5),o=n(13),i=n(8),u=n(6)("species");t.exports=function(t){var e=r[t];i&&e&&!e[u]&&o.f(e,u,{configurable:!0,get:function(){return this}})}},function(t,e,n){"use strict";var r=n(10),o=n(28),i=n(68),u=n(51);n(52)("match",1,(function(t,e,n,a){return[function(n){var r=t(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r):new RegExp(n)[e](String(r))},function(t){var e=a(n,t,this);if(e.done)return e.value;var c=r(t),s=String(this);if(!c.global)return u(c,s);var f=c.unicode;c.lastIndex=0;for(var l,p=[],d=0;null!==(l=u(c,s));){var v=String(l[0]);p[d]=v,""===v&&(c.lastIndex=i(s,o(c.lastIndex),f)),d++}return 0===d?null:p}]}))},function(t,e,n){var r=n(46),o=n(38);t.exports=function(t){return function(e,n){var i,u,a=String(o(e)),c=r(n),s=a.length;return c<0||c>=s?t?"":void 0:(i=a.charCodeAt(c))<55296||i>56319||c+1===s||(u=a.charCodeAt(c+1))<56320||u>57343?t?a.charAt(c):i:t?a.slice(c,c+2):u-56320+(i-55296<<10)+65536}}},function(t,e,n){var r=n(37),o=n(6)("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:i?r(e):"Object"==(u=r(e))&&"function"==typeof e.callee?"Arguments":u}},function(t,e,n){"use strict";var r=n(69);n(9)({target:"RegExp",proto:!0,forced:r!==/./.exec},{exec:r})},function(t,e,n){"use strict";var r=n(10),o=n(18),i=n(28),u=n(46),a=n(68),c=n(51),s=Math.max,f=Math.min,l=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(52)("replace",2,(function(t,e,n,v){return[function(r,o){var i=t(this),u=null==r?void 0:r[e];return void 0!==u?u.call(r,i,o):n.call(String(i),r,o)},function(t,e){var o=v(n,t,this,e);if(o.done)return o.value;var l=r(t),p=String(this),d="function"==typeof e;d||(e=String(e));var b=l.global;if(b){var m=l.unicode;l.lastIndex=0}for(var y=[];;){var g=c(l,p);if(null===g)break;if(y.push(g),!b)break;""===String(g[0])&&(l.lastIndex=a(p,i(l.lastIndex),m))}for(var w,x="",O=0,j=0;j<y.length;j++){g=y[j];for(var _=String(g[0]),E=s(f(u(g.index),p.length),0),S=[],A=1;A<g.length;A++)S.push(void 0===(w=g[A])?w:String(w));var T=g.groups;if(d){var P=[_].concat(S,E,p);void 0!==T&&P.push(T);var L=String(e.apply(void 0,P))}else L=h(_,p,E,S,T,e);E>=O&&(x+=p.slice(O,E)+L,O=E+_.length)}return x+p.slice(O)}];function h(t,e,r,i,u,a){var c=r+t.length,s=i.length,f=d;return void 0!==u&&(u=o(u),f=p),n.call(a,f,(function(n,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,r);case"'":return e.slice(c);case"<":a=u[o.slice(1,-1)];break;default:var f=+o;if(0===f)return n;if(f>s){var p=l(f/10);return 0===p?n:p<=s?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}a=i[f-1]}return void 0===a?"":a}))}}))},function(t,e,n){"use strict";var r=n(83),o=n(10),i=n(82),u=n(68),a=n(28),c=n(51),s=n(69),f=n(12),l=Math.min,p=[].push,d="length",v=!f((function(){RegExp(4294967295,"y")}));n(52)("split",2,(function(t,e,n,f){var h;return h="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[d]||2!="ab".split(/(?:ab)*/)[d]||4!=".".split(/(.?)(.?)/)[d]||".".split(/()()/)[d]>1||"".split(/.?/)[d]?function(t,e){var o=String(this);if(void 0===t&&0===e)return[];if(!r(t))return n.call(o,t,e);for(var i,u,a,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,v=void 0===e?4294967295:e>>>0,h=new RegExp(t.source,f+"g");(i=s.call(h,o))&&!((u=h.lastIndex)>l&&(c.push(o.slice(l,i.index)),i[d]>1&&i.index<o[d]&&p.apply(c,i.slice(1)),a=i[0][d],l=u,c[d]>=v));)h.lastIndex===i.index&&h.lastIndex++;return l===o[d]?!a&&h.test("")||c.push(""):c.push(o.slice(l)),c[d]>v?c.slice(0,v):c}:"0".split(void 0,0)[d]?function(t,e){return void 0===t&&0===e?[]:n.call(this,t,e)}:n,[function(n,r){var o=t(this),i=null==n?void 0:n[e];return void 0!==i?i.call(n,o,r):h.call(String(o),n,r)},function(t,e){var r=f(h,t,this,e,h!==n);if(r.done)return r.value;var s=o(t),p=String(this),d=i(s,RegExp),b=s.unicode,m=(s.ignoreCase?"i":"")+(s.multiline?"m":"")+(s.unicode?"u":"")+(v?"y":"g"),y=new d(v?s:"^(?:"+s.source+")",m),g=void 0===e?4294967295:e>>>0;if(0===g)return[];if(0===p.length)return null===c(y,p)?[p]:[];for(var w=0,x=0,O=[];x<p.length;){y.lastIndex=v?x:0;var j,_=c(y,v?p:p.slice(x));if(null===_||(j=l(a(y.lastIndex+(v?0:x)),p.length))===w)x=u(p,x,b);else{if(O.push(p.slice(w,x)),O.length===g)return O;for(var E=1;E<=_.length-1;E++)if(O.push(_[E]),O.length===g)return O;x=w=j}}return O.push(p.slice(w)),O}]}))},function(t,e,n){"use strict";var r=n(10),o=n(135),i=n(51);n(52)("search",1,(function(t,e,n,u){return[function(n){var r=t(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r):new RegExp(n)[e](String(r))},function(t){var e=u(n,t,this);if(e.done)return e.value;var a=r(t),c=String(this),s=a.lastIndex;o(s,0)||(a.lastIndex=0);var f=i(a,c);return o(a.lastIndex,s)||(a.lastIndex=s),null===f?-1:f.index}]}))},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){"use strict";n(84);var r=n(10),o=n(50),i=n(8),u=/./.toString,a=function(t){n(22)(RegExp.prototype,"toString",t,!0)};n(12)((function(){return"/a/b"!=u.call({source:"a",flags:"b"})}))?a((function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!i&&t instanceof RegExp?o.call(t):void 0)})):"toString"!=u.name&&a((function(){return u.call(this)}))},function(t,e,n){"use strict";var r=n(5),o=n(23),i=n(8),u=n(9),a=n(22),c=n(138).KEY,s=n(12),f=n(44),l=n(64),p=n(35),d=n(6),v=n(85),h=n(86),b=n(139),m=n(60),y=n(10),g=n(14),w=n(18),x=n(29),O=n(34),j=n(43),_=n(79),E=n(140),S=n(49),A=n(87),T=n(13),P=n(47),L=S.f,k=T.f,M=E.f,I=r.Symbol,D=r.JSON,C=D&&D.stringify,F=d("_hidden"),N=d("toPrimitive"),R={}.propertyIsEnumerable,q=f("symbol-registry"),B=f("symbols"),H=f("op-symbols"),V=Object.prototype,W="function"==typeof I&&!!A.f,U=r.QObject,z=!U||!U.prototype||!U.prototype.findChild,$=i&&s((function(){return 7!=_(k({},"a",{get:function(){return k(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=L(V,e);r&&delete V[e],k(t,e,n),r&&t!==V&&k(V,e,r)}:k,G=function(t){var e=B[t]=_(I.prototype);return e._k=t,e},J=W&&"symbol"==typeof I.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof I},Y=function(t,e,n){return t===V&&Y(H,e,n),y(t),e=O(e,!0),y(n),o(B,e)?(n.enumerable?(o(t,F)&&t[F][e]&&(t[F][e]=!1),n=_(n,{enumerable:j(0,!1)})):(o(t,F)||k(t,F,j(1,{})),t[F][e]=!0),$(t,e,n)):k(t,e,n)},K=function(t,e){y(t);for(var n,r=b(e=x(e)),o=0,i=r.length;i>o;)Y(t,n=r[o++],e[n]);return t},X=function(t){var e=R.call(this,t=O(t,!0));return!(this===V&&o(B,t)&&!o(H,t))&&(!(e||!o(this,t)||!o(B,t)||o(this,F)&&this[F][t])||e)},Z=function(t,e){if(t=x(t),e=O(e,!0),t!==V||!o(B,e)||o(H,e)){var n=L(t,e);return!n||!o(B,e)||o(t,F)&&t[F][e]||(n.enumerable=!0),n}},Q=function(t){for(var e,n=M(x(t)),r=[],i=0;n.length>i;)o(B,e=n[i++])||e==F||e==c||r.push(e);return r},tt=function(t){for(var e,n=t===V,r=M(n?H:x(t)),i=[],u=0;r.length>u;)!o(B,e=r[u++])||n&&!o(V,e)||i.push(B[e]);return i};W||(a((I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),e=function e(n){this===V&&e.call(H,n),o(this,F)&&o(this[F],t)&&(this[F][t]=!1),$(this,t,j(1,n))};return i&&z&&$(V,t,{configurable:!0,set:e}),G(t)}).prototype,"toString",(function(){return this._k})),S.f=Z,T.f=Y,n(67).f=E.f=Q,n(66).f=X,A.f=tt,i&&!n(36)&&a(V,"propertyIsEnumerable",X,!0),v.f=function(t){return G(d(t))}),u(u.G+u.W+u.F*!W,{Symbol:I});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)d(et[nt++]);for(var rt=P(d.store),ot=0;rt.length>ot;)h(rt[ot++]);u(u.S+u.F*!W,"Symbol",{for:function(t){return o(q,t+="")?q[t]:q[t]=I(t)},keyFor:function(t){if(!J(t))throw TypeError(t+" is not a symbol!");for(var e in q)if(q[e]===t)return e},useSetter:function(){z=!0},useSimple:function(){z=!1}}),u(u.S+u.F*!W,"Object",{create:function(t,e){return void 0===e?_(t):K(_(t),e)},defineProperty:Y,defineProperties:K,getOwnPropertyDescriptor:Z,getOwnPropertyNames:Q,getOwnPropertySymbols:tt});var it=s((function(){A.f(1)}));u(u.S+u.F*it,"Object",{getOwnPropertySymbols:function(t){return A.f(w(t))}}),D&&u(u.S+u.F*(!W||s((function(){var t=I();return"[null]"!=C([t])||"{}"!=C({a:t})||"{}"!=C(Object(t))}))),"JSON",{stringify:function(t){for(var e,n,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=e=r[1],(g(e)||void 0!==t)&&!J(t))return m(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!J(e))return e}),r[1]=e,C.apply(D,r)}}),I.prototype[N]||n(19)(I.prototype,N,I.prototype.valueOf),l(I,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},function(t,e,n){var r=n(35)("meta"),o=n(14),i=n(23),u=n(13).f,a=0,c=Object.isExtensible||function(){return!0},s=!n(12)((function(){return c(Object.preventExtensions({}))})),f=function(t){u(t,r,{value:{i:"O"+ ++a,w:{}}})},l=t.exports={KEY:r,NEED:!1,fastKey:function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,r)){if(!c(t))return"F";if(!e)return"E";f(t)}return t[r].i},getWeak:function(t,e){if(!i(t,r)){if(!c(t))return!0;if(!e)return!1;f(t)}return t[r].w},onFreeze:function(t){return s&&l.NEED&&c(t)&&!i(t,r)&&f(t),t}}},function(t,e,n){var r=n(47),o=n(87),i=n(66);t.exports=function(t){var e=r(t),n=o.f;if(n)for(var u,a=n(t),c=i.f,s=0;a.length>s;)c.call(t,u=a[s++])&&e.push(u);return e}},function(t,e,n){var r=n(29),o=n(67).f,i={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return u&&"[object Window]"==i.call(t)?function(t){try{return o(t)}catch(t){return u.slice()}}(t):o(r(t))}},function(t,e,n){n(86)("asyncIterator")},function(t,e,n){"use strict";n(88)("trimLeft",(function(t){return function(){return t(this,1)}}),"trimStart")},function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,e,n){"use strict";n(88)("trimRight",(function(t){return function(){return t(this,2)}}),"trimEnd")},function(t,e,n){var r=n(5),o=n(9),i=n(146),u=[].slice,a=/MSIE .\./.test(i),c=function(t){return function(e,n){var r=arguments.length>2,o=!!r&&u.call(arguments,2);return t(r?function(){("function"==typeof e?e:Function(e)).apply(this,o)}:e,n)}};o(o.G+o.B+o.F*a,{setTimeout:c(r.setTimeout),setInterval:c(r.setInterval)})},function(t,e,n){var r=n(5).navigator;t.exports=r&&r.userAgent||""},function(t,e,n){var r=n(9),o=n(148);r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},function(t,e,n){var r,o,i,u=n(45),a=n(149),c=n(81),s=n(59),f=n(5),l=f.process,p=f.setImmediate,d=f.clearImmediate,v=f.MessageChannel,h=f.Dispatch,b=0,m={},y=function(){var t=+this;if(m.hasOwnProperty(t)){var e=m[t];delete m[t],e()}},g=function(t){y.call(t.data)};p&&d||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return m[++b]=function(){a("function"==typeof t?t:Function(t),e)},r(b),b},d=function(t){delete m[t]},"process"==n(37)(l)?r=function(t){l.nextTick(u(y,t,1))}:h&&h.now?r=function(t){h.now(u(y,t,1))}:v?(i=(o=new v).port2,o.port1.onmessage=g,r=u(i.postMessage,i,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(r=function(t){f.postMessage(t+"","*")},f.addEventListener("message",g,!1)):r="onreadystatechange"in s("script")?function(t){c.appendChild(s("script")).onreadystatechange=function(){c.removeChild(this),y.call(t)}}:function(t){setTimeout(u(y,t,1),0)}),t.exports={set:p,clear:d}},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){for(var r=n(78),o=n(47),i=n(22),u=n(5),a=n(19),c=n(61),s=n(6),f=s("iterator"),l=s("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},v=o(d),h=0;h<v.length;h++){var b,m=v[h],y=d[m],g=u[m],w=g&&g.prototype;if(w&&(w[f]||a(w,f,p),w[l]||a(w,l,m),c[m]=p,y))for(b in r)w[b]||i(w,b,r[b],!0)}},function(t,e){console.log(" __ __ __ __ \r\n/\\ \\/\\ \\ /\\ \\ __ /\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ /\\_\\ __ ___ \\ \\ \\/'\\ \r\n \\ \\ _ \\ /\\ \\/\\ \\ /'_` \\ /'__`\\ \\/\\ \\ /'__`\\ /'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ /\\ \\L\\ \\ /\\ __/ \\ \\ \\ /\\ \\L\\.\\_ /\\ \\__/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\/_/\\/_/ `/___/> \\\\/__,_ / \\/____//\\ \\_\\ \\\\/__/\\/_/ \\/____/ \\/_/\\/_/\r\n /\\___/ \\ \\____/ \r\n \\/__/ \\/___/ \n\n"),console.log("Powered by Hydejack v9.1.2 <https://hydejack.com/>")},function(t,e){},function(t,e,n){"use strict";n.r(e);var r=n(15),o=n(162),i=n(163),u=Array.isArray||(t=>"[object Array]"===Object.prototype.toString.call(t)),a=t=>"[object HTMLCollection]"===Object.prototype.toString.call(t),c=t=>"[object NodeList]"===Object.prototype.toString.call(t),s=/on([A-Z][A-Za-z]+)/,f=(t,e)=>{function n(t){"string"==typeof t?this.appendChild(e(t)):null!=t&&this.appendChild(t)}return function(e,r){var o=t(e);for(var i in r){var f=void 0;if(f=s.exec(i)){var[,l]=f;o.addEventListener(l.toLowerCase(),r[i])}else o.setAttribute(i,r[i])}for(var p=arguments.length,d=new Array(p>2?p-2:0),v=2;v<p;v++)d[v-2]=arguments[v];var h,b=d[0];return u(b)||(h=a(b))||(h=c(b))?(h&&(b=Array.prototype.slice.call(b,0)),Array.prototype.forEach.call(b,n,o)):Array.prototype.forEach.call(d,n,o),o}},l=f(document.createElement.bind(document),document.createTextNode.bind(document));function p(t){var e=t.getBoundingClientRect();return{width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function d(t){if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function v(t){var e=d(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function h(t){return t instanceof d(t).Element||t instanceof Element}function b(t){return t instanceof d(t).HTMLElement||t instanceof HTMLElement}function m(t){return t?(t.nodeName||"").toLowerCase():null}function y(t){return((h(t)?t.ownerDocument:t.document)||window.document).documentElement}function g(t){return p(y(t)).left+v(t).scrollLeft}function w(t){return d(t).getComputedStyle(t)}function x(t){var e=w(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function O(t,e,n){void 0===n&&(n=!1);var r,o,i=y(e),u=p(t),a=b(e),c={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(a||!a&&!n)&&(("body"!==m(e)||x(i))&&(c=(r=e)!==d(r)&&b(r)?{scrollLeft:(o=r).scrollLeft,scrollTop:o.scrollTop}:v(r)),b(e)?((s=p(e)).x+=e.clientLeft,s.y+=e.clientTop):i&&(s.x=g(i))),{x:u.left+c.scrollLeft-s.x,y:u.top+c.scrollTop-s.y,width:u.width,height:u.height}}function j(t){return{x:t.offsetLeft,y:t.offsetTop,width:t.offsetWidth,height:t.offsetHeight}}function _(t){return"html"===m(t)?t:t.assignedSlot||t.parentNode||t.host||y(t)}function E(t,e){void 0===e&&(e=[]);var n=function t(e){return["html","body","#document"].indexOf(m(e))>=0?e.ownerDocument.body:b(e)&&x(e)?e:t(_(e))}(t),r="body"===m(n),o=d(n),i=r?[o].concat(o.visualViewport||[],x(n)?n:[]):n,u=e.concat(i);return r?u:u.concat(E(_(i)))}function S(t){return["table","td","th"].indexOf(m(t))>=0}function A(t){if(!b(t)||"fixed"===w(t).position)return null;var e=t.offsetParent;if(e){var n=y(e);if("body"===m(e)&&"static"===w(e).position&&"static"!==w(n).position)return n}return e}function T(t){for(var e=d(t),n=A(t);n&&S(n)&&"static"===w(n).position;)n=A(n);return n&&"body"===m(n)&&"static"===w(n).position?e:n||function(t){for(var e=_(t);b(e)&&["html","body"].indexOf(m(e))<0;){var n=w(e);if("none"!==n.transform||"none"!==n.perspective||n.willChange&&"auto"!==n.willChange)return e;e=e.parentNode}return null}(t)||e}var P="top",L="bottom",k="right",M="left",I=[P,L,k,M],D=I.reduce((function(t,e){return t.concat([e+"-start",e+"-end"])}),[]),C=[].concat(I,["auto"]).reduce((function(t,e){return t.concat([e,e+"-start",e+"-end"])}),[]),F=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function N(t){var e=new Map,n=new Set,r=[];return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){n.has(t.name)||function t(o){n.add(o.name),[].concat(o.requires||[],o.requiresIfExists||[]).forEach((function(r){if(!n.has(r)){var o=e.get(r);o&&t(o)}})),r.push(o)}(t)})),r}var R={placement:"bottom",modifiers:[],strategy:"absolute"};function q(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some((function(t){return!(t&&"function"==typeof t.getBoundingClientRect)}))}function B(t){void 0===t&&(t={});var e=t,n=e.defaultModifiers,r=void 0===n?[]:n,o=e.defaultOptions,i=void 0===o?R:o;return function(t,e,n){void 0===n&&(n=i);var o,u,a={placement:"bottom",orderedModifiers:[],options:Object.assign(Object.assign({},R),i),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},c=[],s=!1,f={state:a,setOptions:function(n){l(),a.options=Object.assign(Object.assign(Object.assign({},i),a.options),n),a.scrollParents={reference:h(t)?E(t):t.contextElement?E(t.contextElement):[],popper:E(e)};var o=function(t){var e=N(t);return F.reduce((function(t,n){return t.concat(e.filter((function(t){return t.phase===n})))}),[])}(function(t){var e=t.reduce((function(t,e){var n=t[e.name];return t[e.name]=n?Object.assign(Object.assign(Object.assign({},n),e),{},{options:Object.assign(Object.assign({},n.options),e.options),data:Object.assign(Object.assign({},n.data),e.data)}):e,t}),{});return Object.keys(e).map((function(t){return e[t]}))}([].concat(r,a.options.modifiers)));return a.orderedModifiers=o.filter((function(t){return t.enabled})),a.orderedModifiers.forEach((function(t){var e=t.name,n=t.options,r=void 0===n?{}:n,o=t.effect;if("function"==typeof o){var i=o({state:a,name:e,instance:f,options:r});c.push(i||function(){})}})),f.update()},forceUpdate:function(){if(!s){var t=a.elements,e=t.reference,n=t.popper;if(q(e,n)){a.rects={reference:O(e,T(n),"fixed"===a.options.strategy),popper:j(n)},a.reset=!1,a.placement=a.options.placement,a.orderedModifiers.forEach((function(t){return a.modifiersData[t.name]=Object.assign({},t.data)}));for(var r=0;r<a.orderedModifiers.length;r++)if(!0!==a.reset){var o=a.orderedModifiers[r],i=o.fn,u=o.options,c=void 0===u?{}:u,l=o.name;"function"==typeof i&&(a=i({state:a,options:c,name:l,instance:f})||a)}else a.reset=!1,r=-1}}},update:(o=function(){return new Promise((function(t){f.forceUpdate(),t(a)}))},function(){return u||(u=new Promise((function(t){Promise.resolve().then((function(){u=void 0,t(o())}))}))),u}),destroy:function(){l(),s=!0}};if(!q(t,e))return f;function l(){c.forEach((function(t){return t()})),c=[]}return f.setOptions(n).then((function(t){!s&&n.onFirstUpdate&&n.onFirstUpdate(t)})),f}}var H={passive:!0};function V(t){return t.split("-")[0]}function W(t){return t.split("-")[1]}function U(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function z(t){var e,n=t.reference,r=t.element,o=t.placement,i=o?V(o):null,u=o?W(o):null,a=n.x+n.width/2-r.width/2,c=n.y+n.height/2-r.height/2;switch(i){case P:e={x:a,y:n.y-r.height};break;case L:e={x:a,y:n.y+n.height};break;case k:e={x:n.x+n.width,y:c};break;case M:e={x:n.x-r.width,y:c};break;default:e={x:n.x,y:n.y}}var s=i?U(i):null;if(null!=s){var f="y"===s?"height":"width";switch(u){case"start":e[s]=e[s]-(n[f]/2-r[f]/2);break;case"end":e[s]=e[s]+(n[f]/2-r[f]/2)}}return e}var $={top:"auto",right:"auto",bottom:"auto",left:"auto"};function G(t){var e,n=t.popper,r=t.popperRect,o=t.placement,i=t.offsets,u=t.position,a=t.gpuAcceleration,c=t.adaptive,s=t.roundOffsets?function(t){var e=t.x,n=t.y,r=window.devicePixelRatio||1;return{x:Math.round(e*r)/r||0,y:Math.round(n*r)/r||0}}(i):i,f=s.x,l=void 0===f?0:f,p=s.y,v=void 0===p?0:p,h=i.hasOwnProperty("x"),b=i.hasOwnProperty("y"),m=M,g=P,w=window;if(c){var x=T(n);x===d(n)&&(x=y(n)),o===P&&(g=L,v-=x.clientHeight-r.height,v*=a?1:-1),o===M&&(m=k,l-=x.clientWidth-r.width,l*=a?1:-1)}var O,j=Object.assign({position:u},c&&$);return a?Object.assign(Object.assign({},j),{},((O={})[g]=b?"0":"",O[m]=h?"0":"",O.transform=(w.devicePixelRatio||1)<2?"translate("+l+"px, "+v+"px)":"translate3d("+l+"px, "+v+"px, 0)",O)):Object.assign(Object.assign({},j),{},((e={})[g]=b?v+"px":"",e[m]=h?l+"px":"",e.transform="",e))}var J={left:"right",right:"left",bottom:"top",top:"bottom"};function Y(t){return t.replace(/left|right|bottom|top/g,(function(t){return J[t]}))}var K={start:"end",end:"start"};function X(t){return t.replace(/start|end/g,(function(t){return K[t]}))}function Z(t,e){var n,r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&((n=r)instanceof d(n).ShadowRoot||n instanceof ShadowRoot)){var o=e;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function Q(t){return Object.assign(Object.assign({},t),{},{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function tt(t,e){return"viewport"===e?Q(function(t){var e=d(t),n=y(t),r=e.visualViewport,o=n.clientWidth,i=n.clientHeight,u=0,a=0;return r&&(o=r.width,i=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(u=r.offsetLeft,a=r.offsetTop)),{width:o,height:i,x:u+g(t),y:a}}(t)):b(e)?function(t){var e=p(t);return e.top=e.top+t.clientTop,e.left=e.left+t.clientLeft,e.bottom=e.top+t.clientHeight,e.right=e.left+t.clientWidth,e.width=t.clientWidth,e.height=t.clientHeight,e.x=e.left,e.y=e.top,e}(e):Q(function(t){var e=y(t),n=v(t),r=t.ownerDocument.body,o=Math.max(e.scrollWidth,e.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),i=Math.max(e.scrollHeight,e.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),u=-n.scrollLeft+g(t),a=-n.scrollTop;return"rtl"===w(r||e).direction&&(u+=Math.max(e.clientWidth,r?r.clientWidth:0)-o),{width:o,height:i,x:u,y:a}}(y(t)))}function et(t,e,n){var r="clippingParents"===e?function(t){var e=E(_(t)),n=["absolute","fixed"].indexOf(w(t).position)>=0&&b(t)?T(t):t;return h(n)?e.filter((function(t){return h(t)&&Z(t,n)&&"body"!==m(t)})):[]}(t):[].concat(e),o=[].concat(r,[n]),i=o[0],u=o.reduce((function(e,n){var r=tt(t,n);return e.top=Math.max(r.top,e.top),e.right=Math.min(r.right,e.right),e.bottom=Math.min(r.bottom,e.bottom),e.left=Math.max(r.left,e.left),e}),tt(t,i));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function nt(t){return Object.assign(Object.assign({},{top:0,right:0,bottom:0,left:0}),t)}function rt(t,e){return e.reduce((function(e,n){return e[n]=t,e}),{})}function ot(t,e){void 0===e&&(e={});var n=e,r=n.placement,o=void 0===r?t.placement:r,i=n.boundary,u=void 0===i?"clippingParents":i,a=n.rootBoundary,c=void 0===a?"viewport":a,s=n.elementContext,f=void 0===s?"popper":s,l=n.altBoundary,d=void 0!==l&&l,v=n.padding,b=void 0===v?0:v,m=nt("number"!=typeof b?b:rt(b,I)),g="popper"===f?"reference":"popper",w=t.elements.reference,x=t.rects.popper,O=t.elements[d?g:f],j=et(h(O)?O:O.contextElement||y(t.elements.popper),u,c),_=p(w),E=z({reference:_,element:x,strategy:"absolute",placement:o}),S=Q(Object.assign(Object.assign({},x),E)),A="popper"===f?S:_,T={top:j.top-A.top+m.top,bottom:A.bottom-j.bottom+m.bottom,left:j.left-A.left+m.left,right:A.right-j.right+m.right},M=t.modifiersData.offset;if("popper"===f&&M){var D=M[o];Object.keys(T).forEach((function(t){var e=[k,L].indexOf(t)>=0?1:-1,n=[P,L].indexOf(t)>=0?"y":"x";T[t]+=D[n]*e}))}return T}function it(t,e,n){return Math.max(t,Math.min(e,n))}function ut(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function at(t){return[P,k,L,M].some((function(e){return t[e]>=0}))}var ct=B({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,r=t.options,o=r.scroll,i=void 0===o||o,u=r.resize,a=void 0===u||u,c=d(e.elements.popper),s=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&s.forEach((function(t){t.addEventListener("scroll",n.update,H)})),a&&c.addEventListener("resize",n.update,H),function(){i&&s.forEach((function(t){t.removeEventListener("scroll",n.update,H)})),a&&c.removeEventListener("resize",n.update,H)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=z({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,n=t.options,r=n.gpuAcceleration,o=void 0===r||r,i=n.adaptive,u=void 0===i||i,a=n.roundOffsets,c=void 0===a||a,s={placement:V(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign(Object.assign({},e.styles.popper),G(Object.assign(Object.assign({},s),{},{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:u,roundOffsets:c})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign(Object.assign({},e.styles.arrow),G(Object.assign(Object.assign({},s),{},{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),e.attributes.popper=Object.assign(Object.assign({},e.attributes.popper),{},{"data-popper-placement":e.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var n=e.styles[t]||{},r=e.attributes[t]||{},o=e.elements[t];b(o)&&m(o)&&(Object.assign(o.style,n),Object.keys(r).forEach((function(t){var e=r[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach((function(t){var r=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce((function(t,e){return t[e]="",t}),{});b(r)&&m(r)&&(Object.assign(r.style,i),Object.keys(o).forEach((function(t){r.removeAttribute(t)})))}))}},requires:["computeStyles"]},{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,n=t.options,r=t.name,o=n.offset,i=void 0===o?[0,0]:o,u=C.reduce((function(t,n){return t[n]=function(t,e,n){var r=V(t),o=[M,P].indexOf(r)>=0?-1:1,i="function"==typeof n?n(Object.assign(Object.assign({},e),{},{placement:t})):n,u=i[0],a=i[1];return u=u||0,a=(a||0)*o,[M,k].indexOf(r)>=0?{x:a,y:u}:{x:u,y:a}}(n,e.rects,i),t}),{}),a=u[e.placement],c=a.x,s=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=c,e.modifiersData.popperOffsets.y+=s),e.modifiersData[r]=u}},{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,r=t.name;if(!e.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,u=n.altAxis,a=void 0===u||u,c=n.fallbackPlacements,s=n.padding,f=n.boundary,l=n.rootBoundary,p=n.altBoundary,d=n.flipVariations,v=void 0===d||d,h=n.allowedAutoPlacements,b=e.options.placement,m=V(b),y=c||(m===b||!v?[Y(b)]:function(t){if("auto"===V(t))return[];var e=Y(t);return[X(t),e,X(e)]}(b)),g=[b].concat(y).reduce((function(t,n){return t.concat("auto"===V(n)?function(t,e){void 0===e&&(e={});var n=e,r=n.placement,o=n.boundary,i=n.rootBoundary,u=n.padding,a=n.flipVariations,c=n.allowedAutoPlacements,s=void 0===c?C:c,f=W(r),l=f?a?D:D.filter((function(t){return W(t)===f})):I,p=l.filter((function(t){return s.indexOf(t)>=0}));0===p.length&&(p=l);var d=p.reduce((function(e,n){return e[n]=ot(t,{placement:n,boundary:o,rootBoundary:i,padding:u})[V(n)],e}),{});return Object.keys(d).sort((function(t,e){return d[t]-d[e]}))}(e,{placement:n,boundary:f,rootBoundary:l,padding:s,flipVariations:v,allowedAutoPlacements:h}):n)}),[]),w=e.rects.reference,x=e.rects.popper,O=new Map,j=!0,_=g[0],E=0;E<g.length;E++){var S=g[E],A=V(S),T="start"===W(S),F=[P,L].indexOf(A)>=0,N=F?"width":"height",R=ot(e,{placement:S,boundary:f,rootBoundary:l,altBoundary:p,padding:s}),q=F?T?k:M:T?L:P;w[N]>x[N]&&(q=Y(q));var B=Y(q),H=[];if(i&&H.push(R[A]<=0),a&&H.push(R[q]<=0,R[B]<=0),H.every((function(t){return t}))){_=S,j=!1;break}O.set(S,H)}if(j)for(var U=function(t){var e=g.find((function(e){var n=O.get(e);if(n)return n.slice(0,t).every((function(t){return t}))}));if(e)return _=e,"break"},z=v?3:1;z>0;z--){if("break"===U(z))break}e.placement!==_&&(e.modifiersData[r]._skip=!0,e.placement=_,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,r=t.name,o=n.mainAxis,i=void 0===o||o,u=n.altAxis,a=void 0!==u&&u,c=n.boundary,s=n.rootBoundary,f=n.altBoundary,l=n.padding,p=n.tether,d=void 0===p||p,v=n.tetherOffset,h=void 0===v?0:v,b=ot(e,{boundary:c,rootBoundary:s,padding:l,altBoundary:f}),m=V(e.placement),y=W(e.placement),g=!y,w=U(m),x="x"===w?"y":"x",O=e.modifiersData.popperOffsets,_=e.rects.reference,E=e.rects.popper,S="function"==typeof h?h(Object.assign(Object.assign({},e.rects),{},{placement:e.placement})):h,A={x:0,y:0};if(O){if(i){var I="y"===w?P:M,D="y"===w?L:k,C="y"===w?"height":"width",F=O[w],N=O[w]+b[I],R=O[w]-b[D],q=d?-E[C]/2:0,B="start"===y?_[C]:E[C],H="start"===y?-E[C]:-_[C],z=e.elements.arrow,$=d&&z?j(z):{width:0,height:0},G=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},J=G[I],Y=G[D],K=it(0,_[C],$[C]),X=g?_[C]/2-q-K-J-S:B-K-J-S,Z=g?-_[C]/2+q+K+Y+S:H+K+Y+S,Q=e.elements.arrow&&T(e.elements.arrow),tt=Q?"y"===w?Q.clientTop||0:Q.clientLeft||0:0,et=e.modifiersData.offset?e.modifiersData.offset[e.placement][w]:0,nt=O[w]+X-et-tt,rt=O[w]+Z-et,ut=it(d?Math.min(N,nt):N,F,d?Math.max(R,rt):R);O[w]=ut,A[w]=ut-F}if(a){var at="x"===w?P:M,ct="x"===w?L:k,st=O[x],ft=it(st+b[at],st,st-b[ct]);O[x]=ft,A[x]=ft-st}e.modifiersData[r]=A}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,r=t.name,o=n.elements.arrow,i=n.modifiersData.popperOffsets,u=V(n.placement),a=U(u),c=[M,k].indexOf(u)>=0?"height":"width";if(o&&i){var s=n.modifiersData[r+"#persistent"].padding,f=j(o),l="y"===a?P:M,p="y"===a?L:k,d=n.rects.reference[c]+n.rects.reference[a]-i[a]-n.rects.popper[c],v=i[a]-n.rects.reference[a],h=T(o),b=h?"y"===a?h.clientHeight||0:h.clientWidth||0:0,m=d/2-v/2,y=s[l],g=b-f[c]-s[p],w=b/2-f[c]/2+m,x=it(y,w,g),O=a;n.modifiersData[r]=((e={})[O]=x,e.centerOffset=x-w,e)}},effect:function(t){var e=t.state,n=t.options,r=t.name,o=n.element,i=void 0===o?"[data-popper-arrow]":o,u=n.padding,a=void 0===u?0:u;null!=i&&("string"!=typeof i||(i=e.elements.popper.querySelector(i)))&&Z(e.elements.popper,i)&&(e.elements.arrow=i,e.modifiersData[r+"#persistent"]={padding:nt("number"!=typeof a?a:rt(a,I))})},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,r=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,u=ot(e,{elementContext:"reference"}),a=ot(e,{altBoundary:!0}),c=ut(u,r),s=ut(a,o,i),f=at(c),l=at(s);e.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:s,isReferenceHidden:f,hasPopperEscaped:l},e.attributes.popper=Object.assign(Object.assign({},e.attributes.popper),{},{"data-popper-reference-hidden":f,"data-popper-escaped":l})}}]}),st={passive:!0,capture:!0};function ft(t,e,n){if(Array.isArray(t)){var r=t[e];return null==r?Array.isArray(n)?n[e]:n:r}return t}function lt(t,e){var n={}.toString.call(t);return 0===n.indexOf("[object")&&n.indexOf(e+"]")>-1}function pt(t,e){return"function"==typeof t?t.apply(void 0,e):t}function dt(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout((function(){t(r)}),e)};var n}function vt(t){return[].concat(t)}function ht(t,e){-1===t.indexOf(e)&&t.push(e)}function bt(t){return t.split("-")[0]}function mt(t){return[].slice.call(t)}function yt(){return document.createElement("div")}function gt(t){return["Element","Fragment"].some((function(e){return lt(t,e)}))}function wt(t){return lt(t,"MouseEvent")}function xt(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Ot(t){return gt(t)?[t]:function(t){return lt(t,"NodeList")}(t)?mt(t):Array.isArray(t)?t:mt(document.querySelectorAll(t))}function jt(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 Et(t){var e=vt(t)[0];return e&&e.ownerDocument||document}function St(t,e,n){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[r](e,n)}))}var At={isTouch:!1},Tt=0;function Pt(){At.isTouch||(At.isTouch=!0,window.performance&&document.addEventListener("mousemove",Lt))}function Lt(){var t=performance.now();t-Tt<20&&(At.isTouch=!1,document.removeEventListener("mousemove",Lt)),Tt=t}function kt(){var t=document.activeElement;if(xt(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var Mt="undefined"!=typeof window&&"undefined"!=typeof document?navigator.userAgent:"",It=/MSIE |Trident\//.test(Mt);var Dt={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Ct=Object.assign({appendTo:function(){return document.body},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},Dt,{},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),Ft=Object.keys(Ct);function Nt(t){var e=(t.plugins||[]).reduce((function(e,n){var r=n.name,o=n.defaultValue;return r&&(e[r]=void 0!==t[r]?t[r]:o),e}),{});return Object.assign({},t,{},e)}function Rt(t,e){var n=Object.assign({},e,{content:pt(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(Nt(Object.assign({},Ct,{plugins:e}))):Ft).reduce((function(e,n){var r=(t.getAttribute("data-tippy-"+n)||"").trim();if(!r)return e;if("content"===n)e[n]=r;else try{e[n]=JSON.parse(r)}catch(t){e[n]=r}return e}),{})}(t,e.plugins));return n.aria=Object.assign({},Ct.aria,{},n.aria),n.aria={expanded:"auto"===n.aria.expanded?e.interactive:n.aria.expanded,content:"auto"===n.aria.content?e.interactive?null:"describedby":n.aria.content},n}function qt(t,e){t.innerHTML=e}function Bt(t){var e=yt();return!0===t?e.className="tippy-arrow":(e.className="tippy-svg-arrow",gt(t)?e.appendChild(t):qt(e,t)),e}function Ht(t,e){gt(e.content)?(qt(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?qt(t,e.content):t.textContent=e.content)}function Vt(t){var e=t.firstElementChild,n=mt(e.children);return{box:e,content:n.find((function(t){return t.classList.contains("tippy-content")})),arrow:n.find((function(t){return t.classList.contains("tippy-arrow")||t.classList.contains("tippy-svg-arrow")})),backdrop:n.find((function(t){return t.classList.contains("tippy-backdrop")}))}}function Wt(t){var e=yt(),n=yt();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=yt();function o(n,r){var o=Vt(e),i=o.box,u=o.content,a=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||Ht(u,t.props),r.arrow?a?n.arrow!==r.arrow&&(i.removeChild(a),i.appendChild(Bt(r.arrow))):i.appendChild(Bt(r.arrow)):a&&i.removeChild(a)}return r.className="tippy-content",r.setAttribute("data-state","hidden"),Ht(r,t.props),e.appendChild(n),n.appendChild(r),o(t.props,t.props),{popper:e,onUpdate:o}}Wt.$$tippy=!0;var Ut=1,zt=[],$t=[];function Gt(t,e){var n,r,o,i,u,a,c,s,f,l=Rt(t,Object.assign({},Ct,{},Nt((n=e,Object.keys(n).reduce((function(t,e){return void 0!==n[e]&&(t[e]=n[e]),t}),{}))))),p=!1,d=!1,v=!1,h=!1,b=[],m=dt(J,l.interactiveDebounce),y=Ut++,g=(f=l.plugins).filter((function(t,e){return f.indexOf(t)===e})),w={id:y,reference:t,popper:yt(),popperInstance:null,props:l,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:g,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(o),cancelAnimationFrame(i)},setProps:function(e){0;if(w.state.isDestroyed)return;D("onBeforeUpdate",[w,e]),$();var n=w.props,r=Rt(t,Object.assign({},w.props,{},e,{ignoreAttributes:!0}));w.props=r,z(),n.interactiveDebounce!==r.interactiveDebounce&&(N(),m=dt(J,r.interactiveDebounce));n.triggerTarget&&!r.triggerTarget?vt(n.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):r.triggerTarget&&t.removeAttribute("aria-expanded");F(),I(),j&&j(n,r);w.popperInstance&&(Z(),tt().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));D("onAfterUpdate",[w,e])},setContent:function(t){w.setProps({content:t})},show:function(){0;var t=w.state.isVisible,e=w.state.isDestroyed,n=!w.state.isEnabled,r=At.isTouch&&!w.props.touch,o=ft(w.props.duration,0,Ct.duration);if(t||e||n||r)return;if(P().hasAttribute("disabled"))return;if(D("onShow",[w],!1),!1===w.props.onShow(w))return;w.state.isVisible=!0,T()&&(O.style.visibility="visible");I(),H(),w.state.isMounted||(O.style.transition="none");if(T()){var i=k(),u=i.box,a=i.content;jt([u,a],0)}c=function(){if(w.state.isVisible&&!h){if(h=!0,O.offsetHeight,O.style.transition=w.props.moveTransition,T()&&w.props.animation){var t=k(),e=t.box,n=t.content;jt([e,n],o),_t([e,n],"visible")}C(),F(),ht($t,w),w.state.isMounted=!0,D("onMount",[w]),w.props.animation&&T()&&function(t,e){W(t,e)}(o,(function(){w.state.isShown=!0,D("onShown",[w])}))}},function(){var t,e=w.props.appendTo,n=P();t=w.props.interactive&&e===Ct.appendTo||"parent"===e?n.parentNode:pt(e,[n]);t.contains(O)||t.appendChild(O);Z(),!1}()},hide:function(){0;var t=!w.state.isVisible,e=w.state.isDestroyed,n=!w.state.isEnabled,r=ft(w.props.duration,1,Ct.duration);if(t||e||n)return;if(D("onHide",[w],!1),!1===w.props.onHide(w))return;w.state.isVisible=!1,w.state.isShown=!1,h=!1,p=!1,T()&&(O.style.visibility="hidden");if(N(),V(),I(),T()){var o=k(),i=o.box,u=o.content;w.props.animation&&(jt([i,u],r),_t([i,u],"hidden"))}C(),F(),w.props.animation?T()&&function(t,e){W(t,(function(){!w.state.isVisible&&O.parentNode&&O.parentNode.contains(O)&&e()}))}(r,w.unmount):w.unmount()},hideWithInteractivity:function(t){0;L().addEventListener("mousemove",m),ht(zt,m),m(t)},enable:function(){w.state.isEnabled=!0},disable:function(){w.hide(),w.state.isEnabled=!1},unmount:function(){0;w.state.isVisible&&w.hide();if(!w.state.isMounted)return;Q(),tt().forEach((function(t){t._tippy.unmount()})),O.parentNode&&O.parentNode.removeChild(O);$t=$t.filter((function(t){return t!==w})),w.state.isMounted=!1,D("onHidden",[w])},destroy:function(){0;if(w.state.isDestroyed)return;w.clearDelayTimeouts(),w.unmount(),$(),delete t._tippy,w.state.isDestroyed=!0,D("onDestroy",[w])}};if(!l.render)return w;var x=l.render(w),O=x.popper,j=x.onUpdate;O.setAttribute("data-tippy-root",""),O.id="tippy-"+w.id,w.popper=O,t._tippy=w,O._tippy=w;var _=g.map((function(t){return t.fn(w)})),E=t.hasAttribute("aria-expanded");return z(),F(),I(),D("onCreate",[w]),l.showOnCreate&&et(),O.addEventListener("mouseenter",(function(){w.props.interactive&&w.state.isVisible&&w.clearDelayTimeouts()})),O.addEventListener("mouseleave",(function(t){w.props.interactive&&w.props.trigger.indexOf("mouseenter")>=0&&(L().addEventListener("mousemove",m),m(t))})),w;function S(){var t=w.props.touch;return Array.isArray(t)?t:[t,0]}function A(){return"hold"===S()[0]}function T(){var t;return!!(null==(t=w.props.render)?void 0:t.$$tippy)}function P(){return s||t}function L(){var t=P().parentNode;return t?Et(t):document}function k(){return Vt(O)}function M(t){return w.state.isMounted&&!w.state.isVisible||At.isTouch||u&&"focus"===u.type?0:ft(w.props.delay,t?0:1,Ct.delay)}function I(){O.style.pointerEvents=w.props.interactive&&w.state.isVisible?"":"none",O.style.zIndex=""+w.props.zIndex}function D(t,e,n){var r;(void 0===n&&(n=!0),_.forEach((function(n){n[t]&&n[t].apply(void 0,e)})),n)&&(r=w.props)[t].apply(r,e)}function C(){var e=w.props.aria;if(e.content){var n="aria-"+e.content,r=O.id;vt(w.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(n);if(w.state.isVisible)t.setAttribute(n,e?e+" "+r:r);else{var o=e&&e.replace(r,"").trim();o?t.setAttribute(n,o):t.removeAttribute(n)}}))}}function F(){!E&&w.props.aria.expanded&&vt(w.props.triggerTarget||t).forEach((function(t){w.props.interactive?t.setAttribute("aria-expanded",w.state.isVisible&&t===P()?"true":"false"):t.removeAttribute("aria-expanded")}))}function N(){L().removeEventListener("mousemove",m),zt=zt.filter((function(t){return t!==m}))}function R(t){if(!(At.isTouch&&(v||"mousedown"===t.type)||w.props.interactive&&O.contains(t.target))){if(P().contains(t.target)){if(At.isTouch)return;if(w.state.isVisible&&w.props.trigger.indexOf("click")>=0)return}else D("onClickOutside",[w,t]);!0===w.props.hideOnClick&&(w.clearDelayTimeouts(),w.hide(),d=!0,setTimeout((function(){d=!1})),w.state.isMounted||V())}}function q(){v=!0}function B(){v=!1}function H(){var t=L();t.addEventListener("mousedown",R,!0),t.addEventListener("touchend",R,st),t.addEventListener("touchstart",B,st),t.addEventListener("touchmove",q,st)}function V(){var t=L();t.removeEventListener("mousedown",R,!0),t.removeEventListener("touchend",R,st),t.removeEventListener("touchstart",B,st),t.removeEventListener("touchmove",q,st)}function W(t,e){var n=k().box;function r(t){t.target===n&&(St(n,"remove",r),e())}if(0===t)return e();St(n,"remove",a),St(n,"add",r),a=r}function U(e,n,r){void 0===r&&(r=!1),vt(w.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,n,r),b.push({node:t,eventType:e,handler:n,options:r})}))}function z(){var t;A()&&(U("touchstart",G,{passive:!0}),U("touchend",Y,{passive:!0})),(t=w.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(U(t,G),t){case"mouseenter":U("mouseleave",Y);break;case"focus":U(It?"focusout":"blur",K);break;case"focusin":U("focusout",K)}}))}function $(){b.forEach((function(t){var e=t.node,n=t.eventType,r=t.handler,o=t.options;e.removeEventListener(n,r,o)})),b=[]}function G(t){var e,n=!1;if(w.state.isEnabled&&!X(t)&&!d){var r="focus"===(null==(e=u)?void 0:e.type);u=t,s=t.currentTarget,F(),!w.state.isVisible&&wt(t)&&zt.forEach((function(e){return e(t)})),"click"===t.type&&(w.props.trigger.indexOf("mouseenter")<0||p)&&!1!==w.props.hideOnClick&&w.state.isVisible?n=!0:et(t),"click"===t.type&&(p=!n),n&&!r&&nt(t)}}function J(t){var e=t.target,n=P().contains(e)||O.contains(e);"mousemove"===t.type&&n||function(t,e){var n=e.clientX,r=e.clientY;return t.every((function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,u=bt(o.placement),a=o.modifiersData.offset;if(!a)return!0;var c="bottom"===u?a.top.y:0,s="top"===u?a.bottom.y:0,f="right"===u?a.left.x:0,l="left"===u?a.right.x:0,p=e.top-r+c>i,d=r-e.bottom-s>i,v=e.left-n+f>i,h=n-e.right-l>i;return p||d||v||h}))}(tt().concat(O).map((function(t){var e,n=null==(e=t._tippy.popperInstance)?void 0:e.state;return n?{popperRect:t.getBoundingClientRect(),popperState:n,props:l}:null})).filter(Boolean),t)&&(N(),nt(t))}function Y(t){X(t)||w.props.trigger.indexOf("click")>=0&&p||(w.props.interactive?w.hideWithInteractivity(t):nt(t))}function K(t){w.props.trigger.indexOf("focusin")<0&&t.target!==P()||w.props.interactive&&t.relatedTarget&&O.contains(t.relatedTarget)||nt(t)}function X(t){return!!At.isTouch&&A()!==t.type.indexOf("touch")>=0}function Z(){Q();var e=w.props,n=e.popperOptions,r=e.placement,o=e.offset,i=e.getReferenceClientRect,u=e.moveTransition,a=T()?Vt(O).arrow:null,s=i?{getBoundingClientRect:i,contextElement:i.contextElement||P()}:t,f=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!u}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(T()){var n=k().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?n.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?n.setAttribute("data-"+t,""):n.removeAttribute("data-"+t)})),e.attributes.popper={}}}}];T()&&a&&f.push({name:"arrow",options:{element:a,padding:3}}),f.push.apply(f,(null==n?void 0:n.modifiers)||[]),w.popperInstance=ct(s,O,Object.assign({},n,{placement:r,onFirstUpdate:c,modifiers:f}))}function Q(){w.popperInstance&&(w.popperInstance.destroy(),w.popperInstance=null)}function tt(){return mt(O.querySelectorAll("[data-tippy-root]"))}function et(t){w.clearDelayTimeouts(),t&&D("onTrigger",[w,t]),H();var e=M(!0),n=S(),o=n[0],i=n[1];At.isTouch&&"hold"===o&&i&&(e=i),e?r=setTimeout((function(){w.show()}),e):w.show()}function nt(t){if(w.clearDelayTimeouts(),D("onUntrigger",[w,t]),w.state.isVisible){if(!(w.props.trigger.indexOf("mouseenter")>=0&&w.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&p)){var e=M(!1);e?o=setTimeout((function(){w.state.isVisible&&w.hide()}),e):i=requestAnimationFrame((function(){w.hide()}))}}else V()}}function Jt(t,e){void 0===e&&(e={});var n=Ct.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",Pt,st),window.addEventListener("blur",kt);var r=Object.assign({},e,{plugins:n}),o=Ot(t).reduce((function(t,e){var n=e&&Gt(e,r);return n&&t.push(n),t}),[]);return gt(t)?o[0]:o}Jt.defaultProps=Ct,Jt.setDefaultProps=function(t){Object.keys(t).forEach((function(e){Ct[e]=t[e]}))},Jt.currentInput=At;Jt.setDefaultProps({render:Wt});var Yt=Jt;function Kt(t,e,n,r,o,i,u){try{var a=t[i](u),c=a.value}catch(t){return void n(t)}a.done?e(c):Promise.resolve(c).then(r,o)}function Xt(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function u(t){Kt(i,r,o,u,a,"next",t)}function a(t){Kt(i,r,o,u,a,"throw",t)}u(void 0)}))}}Xt((function*(){yield Promise.all([..."animate"in Element.prototype?[]:[n.e(15).then(n.t.bind(null,212,7))],..."IntersectionObserver"in window?[]:[n.e(12).then(n.t.bind(null,213,7))]]),yield r.s;var t=/(?:title|file):[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*["'`](((?:(?!["'\\`])[\s\S])|\\(?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))*)["'`]/i,e=[{opacity:0},{opacity:1}],u={fill:"forwards",duration:500,easing:"ease"},a=document.querySelector("hy-push-state");var c,s,f=!0;c=n=>{if(n){Yt(n.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}}),Yt(n.querySelectorAll("abbr[title]"),{trigger:"click",touch:!0,maxWidth:500,content:t=>t.getAttribute("title")}),Yt(n.querySelectorAll(".sidebar-social [title]"),{touch:!0,content:t=>t.getAttribute("title")}),n.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]").forEach(t=>{var e=Object(r.l)("_permalink-template");e.querySelector(".permalink").href="#".concat(t.id),t.appendChild(e)});var o=n.querySelector("#markdown-toc");o&&o.classList.add("toc-hide"),"clipboard"in navigator&&Array.from(n.querySelectorAll("pre.highlight > code")).forEach(t=>{var e,n=null==t||null===(e=t.parentNode)||void 0===e?void 0:e.parentNode,r=l("button",{onClick:function(){var e=Xt((function*(){yield navigator.clipboard.writeText(t.innerText),function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];t.classList.remove(...n),t.offsetWidth,t.classList.add(...n)}(r,"copy-success")}));return function(){return e.apply(this,arguments)}}()},l("small",{class:"icon-copy",title:"Copy"}),l("small",{class:"icon-checkmark",title:"Done"}));null==n||n.appendChild(r)}),Array.from(n.querySelectorAll("pre.highlight > code")).map(t=>t.children[0]).forEach(e=>{var n=t.exec(null==e?void 0:e.innerText);if(n){var[,r]=n,o=e.parentNode,i=e.childNodes[0],u=i.wholeText.indexOf("\n");if(u>-1){var a=i.splitText(u);o.insertBefore(a,o.firstChild)}o.removeChild(e),o.childNodes[0].splitText(1),o.removeChild(o.childNodes[0]);var c=o.parentNode.parentNode,s=l("div",{class:"pre-header break-layout"},l("span",{},l("small",{class:"icon-file-empty"})," ",r));c.insertBefore(s,c.firstChild)}}),"complete"in HTMLImageElement.prototype&&(n.querySelectorAll("img[width][height][loading=lazy]").forEach(t=>{f&&t.complete||(t.style.opacity="0",t.addEventListener("load",()=>t.animate(e,u),{once:!0}))}),f=!1)}},a&&!window._noPushState&&a.addEventListener("hy-push-state-ready",t=>{var{detail:{replaceEls:[e]}}=t;return c(e)},s),c(document.getElementById("_main"));var p=null;!function(t,e){a&&!window._noPushState&&a.addEventListener("hy-push-state-load",()=>t(document.getElementById("_main")),e),t(document.getElementById("_main"))}(()=>{var t,e=document.getElementById("_main");if(e){var n=e.querySelector("#markdown-toc");n&&(n.classList.remove("toc-hide"),n.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;!p&&o&&Object(r.m)(e.querySelectorAll(".katex"),{rootMargin:"1440px"}).then(()=>{p=Object(r.q)(o)})}});var d=document.getElementById("_MathJax");if(a&&d){var v=t=>{var{detail:{replaceEls:[e]}}=t;e.querySelectorAll('script[type="math/tex; mode=display"]').forEach(t=>{t.outerHTML=t.innerText.replace("% <![CDATA[","\\[").replace("%]]>","\\]")}),e.querySelectorAll('script[type="math/tex"]').forEach(t=>{t.outerHTML="\\(".concat(t.innerText,"\\)")})};v({detail:{replaceEls:[document]}}),"MathJax"in window||(yield Object(r.r)(d,"load")),yield MathJax.typesetPromise(),window._noPushState||(a.addEventListener("ready",v),Object(o.a)(a,"after").pipe(Object(i.a)(()=>MathJax.typesetPromise())).subscribe())}}))()},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var r=n(53),o=n(4),i=n(16),u=n(3),a=n(11);var c=n(93);function s(t,e){void 0===e&&(e=r.b);var n,s=Object(c.a)(t,e);return n=function(){return s},Object(o.b)((function(t,e){var r=!1,o=null,c=null,s=function(){if(null==c||c.unsubscribe(),c=null,r){r=!1;var t=o;o=null,e.next(t)}};t.subscribe(new u.a(e,(function(t){null==c||c.unsubscribe(),r=!0,o=t,c=new u.a(e,s,void 0,i.a),Object(a.c)(n(t)).subscribe(c)}),void 0,(function(){s(),e.complete()}),(function(){o=c=null})))}))}},,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var r=n(1),o=n(2),i=n(26),u=n(31),a=n(0),c=n(91),s=n(30),f=["addListener","removeListener"],l=["addEventListener","removeEventListener"],p=["on","off"];function d(t,e,n,h){if(Object(a.a)(n)&&(h=n,n=void 0),h)return d(t,e,n).pipe(Object(c.a)(h));var b=Object(r.h)(function(t){return Object(a.a)(t.addEventListener)&&Object(a.a)(t.removeEventListener)}(t)?l.map((function(r){return function(o){return t[r](e,o,n)}})):function(t){return Object(a.a)(t.addListener)&&Object(a.a)(t.removeListener)}(t)?f.map(v(t,e)):function(t){return Object(a.a)(t.on)&&Object(a.a)(t.off)}(t)?p.map(v(t,e)):[],2),m=b[0],y=b[1];return!m&&Object(u.a)(t)?Object(i.a)((function(t){return d(t,e,n)}))(Object(s.a)(t)):new o.a((function(t){if(!m)throw new TypeError("Invalid event target");var e=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return t.next(1<e.length?e:e[0])};return m(e),function(){return y(e)}}))}function v(t,e){return function(n){return function(r){return t[n](e,r)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(26),o=n(0);function i(t,e){return Object(o.a)(e)?Object(r.a)(t,e,1):Object(r.a)(t,1)}}]);
@@ -1,14 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[7],{198:function(e,t,n){"use strict";n.r(t);var r,i=[],o="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(r||(r={}));var s,a=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Object.freeze(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),c=function(e){return e instanceof SVGElement&&"getBBox"in e},u=function(e){if(c(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},h=function(e){var t,n,r=null===(n=null===(t=e)||void 0===t?void 0:t.ownerDocument)||void 0===n?void 0:n.defaultView;return!!(r&&e instanceof r.Element)},d="undefined"!=typeof window?window:{},f=new WeakMap,v=/auto|scroll/,p=/^tb|vertical/,l=/msie|trident/i.test(d.navigator&&d.navigator.userAgent),g=function(e){return parseFloat(e||"0")},b=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),Object.freeze({inlineSize:(n?t:e)||0,blockSize:(n?e:t)||0})},w=Object.freeze({devicePixelContentBoxSize:b(),borderBoxSize:b(),contentBoxSize:b(),contentRect:new a(0,0,0,0)}),x=function(e,t){if(void 0===t&&(t=!1),f.has(e)&&!t)return f.get(e);if(u(e))return f.set(e,w),w;var n=getComputedStyle(e),r=c(e)&&e.ownerSVGElement&&e.getBBox(),i=!l&&"border-box"===n.boxSizing,o=p.test(n.writingMode||""),s=!r&&v.test(n.overflowY||""),h=!r&&v.test(n.overflowX||""),d=r?0:g(n.paddingTop),x=r?0:g(n.paddingRight),E=r?0:g(n.paddingBottom),T=r?0:g(n.paddingLeft),z=r?0:g(n.borderTopWidth),m=r?0:g(n.borderRightWidth),y=r?0:g(n.borderBottomWidth),B=T+x,S=d+E,O=(r?0:g(n.borderLeftWidth))+m,R=z+y,k=h?e.offsetHeight-R-e.clientHeight:0,C=s?e.offsetWidth-O-e.clientWidth:0,N=i?B+O:0,D=i?S+R:0,M=r?r.width:g(n.width)-N-C,P=r?r.height:g(n.height)-D-k,_=M+B+C+O,F=P+S+k+R,I=Object.freeze({devicePixelContentBoxSize:b(Math.round(M*devicePixelRatio),Math.round(P*devicePixelRatio),o),borderBoxSize:b(_,F,o),contentBoxSize:b(M,P,o),contentRect:new a(T,d,M,P)});return f.set(e,I),I},E=function(e,t,n){var i=x(e,n),o=i.borderBoxSize,s=i.contentBoxSize,a=i.devicePixelContentBoxSize;switch(t){case r.DEVICE_PIXEL_CONTENT_BOX:return a;case r.BORDER_BOX:return o;default:return s}},T=function(e){var t=x(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=[t.borderBoxSize],this.contentBoxSize=[t.contentBoxSize],this.devicePixelContentBoxSize=[t.devicePixelContentBoxSize]},z=function(e){if(u(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},m=function(){var e=1/0,t=[];i.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new T(t.target),i=z(t.target);r.push(n),t.lastReportedSize=E(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},y=function(e){i.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(z(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},B=function(){var e,t=0;for(y(t);i.some((function(e){return e.activeTargets.length>0}));)t=m(),y(t);return i.some((function(e){return e.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)),t>0},S=[],O=function(e){if(!s){var t=0,n=document.createTextNode("");new MutationObserver((function(){return S.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),s=function(){n.textContent=""+(t?t--:t++)}}S.push(e),s()},R=0,k={attributes:!0,characterData:!0,childList:!0,subtree:!0},C=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],N=function(e){return void 0===e&&(e=0),Date.now()+e},D=!1,M=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!D){D=!0;var n,r=N(e);n=function(){var n=!1;try{n=B()}finally{if(D=!1,e=r-N(),!R)return;n?t.run(1e3):e>0?t.run(e):t.start()}},O((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,k)};document.body?t():d.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),C.forEach((function(t){return d.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),C.forEach((function(t){return d.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),P=function(e){!R&&e>0&&M.start(),!(R+=e)&&M.stop()},_=function(){function e(e,t){this.target=e,this.observedBox=t||r.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e,t=E(this.target,this.observedBox,!0);return e=this.target,c(e)||function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)||"inline"!==getComputedStyle(e).display||(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e}(),F=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},I=new WeakMap,L=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},W=function(){function e(){}return e.connect=function(e,t){var n=new F(e,t);I.set(e,n)},e.observe=function(e,t,n){var r=I.get(e),o=0===r.observationTargets.length;L(r.observationTargets,t)<0&&(o&&i.push(r),r.observationTargets.push(new _(t,n&&n.box)),P(1),M.schedule())},e.unobserve=function(e,t){var n=I.get(e),r=L(n.observationTargets,t),o=1===n.observationTargets.length;r>=0&&(o&&i.splice(i.indexOf(n),1),n.observationTargets.splice(r,1),P(-1))},e.disconnect=function(e){var t=this,n=I.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),X=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");W.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");W.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!h(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");W.unobserve(this,e)},e.prototype.disconnect=function(){W.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();window.ResizeObserver=window.ResizeObserver||X}}]);
@@ -1,222 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[9],{169:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},186:function(t,e,n){"use strict";n.r(e),function(t,r){function i(){var t=p(['<div style="font-size:smaller">\n ',"\n </div>"]);return i=function(){return t},t}function o(){var t=p(['<span class="error">Error</span>']);return o=function(){return t},t}function s(){var t=p(['<span class="error">Crypto required</span>']);return s=function(){return t},t}function a(){var t=p(['<a class="error" href="','">Payment required</a>']);return a=function(){return t},t}function u(){var t=p(["\n <div \n class=","\n style=",'\n >\n <div class="shockwave"></div>\n <div class=','>\n <div class="count">\n ',"","\n ","\n ","\n ","\n </div>\n </div>\n <div class=",">\n ","\n </div>\n ","\n ","\n ","\n <button\n ?disabled=","\n @mousedown=","\n @touchstart=","\n ></button>\n </div>\n "]);return u=function(){return t},t}function l(){var t=p(["<g style=",">\n <circle style=",' cx="0" cy="0" r="1"/>\n </g>']);return l=function(){return t},t}function c(){var t=p(['\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 20 20">\n <g class="sparkle">\n ',"\n </g>\n </svg>"]);return c=function(){return t},t}function h(){var t=p(['\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" id="countdown-svg">\n <g class="countdown">\n <circle cx="50" cy="50" r="49"/>\n </g>\n </svg>\n ']);return h=function(){return t},t}function f(){var t=p(['\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" id="hand-svg">\n <g class="flat">\n <path d="M57.0443547 6.86206897C57.6058817 6.46227795 57.7389459 5.67962382 57.3416215 5.11431557 56.9442971 4.54900731 56.1672933 4.41483804 55.6055588 4.81504702L52.4950525 7.030721C51.9335255 7.43051202 51.8004613 8.21316614 52.1977857 8.7784744 52.4404567 9.12371996 52.8251182 9.30825496 53.2153846 9.30825496 53.4640757 9.30825496 53.7152578 9.23343783 53.9338485 9.07753396L57.0443547 6.86206897zM48.8035059 6.1414838C48.94778 6.19623824 49.0959982 6.22215256 49.2415177 6.22215256 49.7455426 6.22215256 50.2198824 5.91201672 50.4075424 5.40898642L51.7485642 1.81818182C51.9906124 1.17011494 51.664906.447021944 51.0209664.203343783 50.3772345-.0405433647 49.6587706.287774295 49.4167224.93584117L48.0757006 4.52664577C47.83386 5.17471264 48.1595664 5.89780564 48.8035059 6.1414838zM58.5931726 11.6219436C58.5846615 11.6219436 58.5761504 11.6219436 58.5674317 11.6219436L54.7579749 11.6541275C54.0702341 11.6681296 53.5240687 12.1985371 53.5379772 12.8909091 53.551678 13.5745037 54.1065621 14.1297806 54.7828855 14.1297806 54.7913966 14.1297806 54.7999077 14.1297806 54.8086265 14.1297806L58.6180833 14.0643678C59.305824 14.0501567 59.8519894 13.4934169 59.838081 12.8010449 59.8243801 12.1174504 59.269496 11.6219436 58.5931726 11.6219436z"/>\n <path d="M37.1910045 6.68944619C37.7313574 6.14566353 38.4431784 5.8737722 39.155207 5.8737722 39.967916 5.8737722 40.7808327 6.22800418 41.3380002 6.93667712 42.2214969 8.06039707 42.0666359 9.69111808 41.0600392 10.7042842L39.777765 11.9949843C39.5801407 12.1276907 39.3877061 12.2695925 39.2075193 12.430303 39.0619998 11.5985371 38.7167801 10.7954023 38.1668781 10.0961338 37.4907623 9.23636364 36.588375 8.62424242 35.5772114 8.31410658L37.1910045 6.68944619zM28.5289586 3.66394984C29.0691039 3.12016719 29.7811325 2.84827586 30.4931611 2.84827586 31.3060777 2.84848485 32.1187868 3.20271682 32.6759543 3.91138976 33.559451 5.03510972 33.40459 6.66562173 32.3979933 7.67878788L17.6760235 22.3467085 17.6276554 20.6499478C17.6149925 19.014629 16.8595779 17.554441 15.6854573 16.5945664L28.5289586 3.66394984zM.624996757 36.9889537C.491717597 36.554099.508245877 35.7327064.906400646 35.2666667L3.45579518 32.2829676C3.45662553 32.2819923 4.33763118 25.8376176 6.09881213 12.9498433 6.09881213 11.4271682 7.33624726 10.1814002 8.84873717 10.1814002 10.3612271 10.1814002 11.5988698 11.4271682 11.5988698 12.9498433L11.6704878 15.4649948C9.18191673 15.8089864 7.24428555 17.9170324 7.14921001 20.492581L4.62804751 38.9475444 3.8946373 39.8060606C3.04504924 39.4926018 2.3776139 39.1458968 1.89233128 38.7659456 1.16440735 38.1960189.758275917 37.4238085.624996757 36.9889537z"/>\n <path d="M49.6070811,36.8942529 L42.4182909,44.1316614 C36.2784454,50.3128527 29.8604313,55.2743992 24.2225349,56.5113898 C24.0512744,56.5492163 23.8901857,56.6217346 23.7511014,56.7293626 L20.5013032,59.2417973 C20.2908084,59.4045977 20.1673015,59.6181154 19.5026647,59.6181154 C18.8380279,59.6181154 13.0160695,55.8303982 10.3595306,53.2846814 C7.96626306,50.9912532 3.77432047,43.9549368 4.44453927,43.0079415 L6.99372621,40.0244514 C6.99469496,40.0233368 7.87570061,33.578962 9.63674317,20.6913271 C9.63674317,19.168652 10.8743859,17.922675 12.3868758,17.922675 C13.8993657,17.922675 15.1368008,19.168652 15.1368008,20.6913271 L15.2667512,25.2522466 C15.2883404,26.0100313 15.907577,26.5034483 16.5519317,26.5034483 C16.8662207,26.5034483 17.1867374,26.3857889 17.4464306,26.1245559 L32.0670972,11.4054336 C32.6074501,10.861442 33.3190635,10.5897597 34.0312997,10.5897597 C34.8440088,10.5897597 35.6569254,10.9439916 36.214093,11.6526646 C37.0975897,12.7763845 36.942521,14.4071055 35.9359243,15.4202717 L25.8641449,25.5598746 C25.3412294,26.0865204 25.3412294,26.9398119 25.8641449,27.4660397 C26.1288202,27.7324974 26.4757006,27.8658307 26.822581,27.8658307 C27.1694614,27.8658307 27.5165494,27.7324974 27.7810172,27.4660397 L40.7291431,14.43093 C41.2692884,13.8869383 41.9811094,13.615256 42.6933456,13.615256 C43.5060547,13.615465 44.3189713,13.969697 44.8761389,14.6783699 C45.7596356,15.8018809 45.6045669,17.4326019 44.5979702,18.445768 L31.7106677,31.4198537 C31.1806943,31.953605 31.1806943,32.8183908 31.7106677,33.3521421 C31.9718141,33.615047 32.31392,33.7464995 32.656441,33.7464995 C32.9985469,33.7464995 33.3408603,33.615047 33.6020067,33.3521421 L43.7346096,23.1515152 C44.2749625,22.6075235 44.9867835,22.3358412 45.6988121,22.3358412 C46.5115212,22.3358412 47.3244378,22.6900731 47.8816054,23.3989551 C48.7651021,24.522466 48.6100334,26.153187 47.6034367,27.1663532 L37.5667397,37.2708464 C37.0245185,37.8165099 37.0245185,38.7017764 37.5667397,39.2474399 C37.8334909,39.5161964 38.161896,39.6422153 38.4900934,39.6422153 C38.8184984,39.6422153 39.1469035,39.5161964 39.3972552,39.2639498 L45.6195133,32.999791 C46.1802099,32.4353187 46.93085,32.1368861 47.678999,32.1368861 C48.2741552,32.1368861 48.8676508,32.3258098 49.361919,32.7197492 C50.682182,33.7717868 50.7639719,35.7297806 49.6070811,36.8942529 Z"/>\n </g>\n <g class="outline">\n <path d="M57.1428763 6.63333333C57.6856856 6.24686869 57.8143144 5.49030303 57.4302341 4.94383838 57.0461538 4.39737374 56.2950502 4.26767677 55.7520401 4.65454545L52.7452174 6.79636364C52.202408 7.18282828 52.0737793 7.93939394 52.4578595 8.48585859 52.6924415 8.81959596 53.0642809 8.9979798 53.4415385 8.9979798 53.6819398 8.9979798 53.9247492 8.92565657 54.1360535 8.77494949L57.1428763 6.63333333zM49.1767224 5.93676768C49.3161873 5.98969697 49.4594649 6.01474747 49.6001338 6.01474747 50.0873579 6.01474747 50.5458863 5.71494949 50.727291 5.22868687L52.023612 1.75757576C52.257592 1.13111111 51.9427425.432121212 51.3202676.196565657 50.6979933-.0391919192 50.0034783.278181818 49.7694983.904646465L48.4731773 4.37575758C48.239398 5.00222222 48.5542475 5.70121212 49.1767224 5.93676768zM58.6400669 11.2345455C58.6318395 11.2345455 58.623612 11.2345455 58.6151839 11.2345455L54.932709 11.2656566C54.267893 11.2791919 53.7399331 11.7919192 53.7533779 12.4612121 53.7666221 13.1220202 54.30301 13.6587879 54.9567893 13.6587879 54.9650167 13.6587879 54.9732441 13.6587879 54.9816722 13.6587879L58.6641472 13.5955556C59.3289632 13.5818182 59.8569231 13.0436364 59.8434783 12.3743434 59.8302341 11.7135354 59.2938462 11.2345455 58.6400669 11.2345455zM51.2107023 29.7280808C50.5940468 29.2365657 49.8640134 28.9020202 49.0922408 28.7448485 49.1432107 28.6519192 49.1907692 28.5573737 49.2357191 28.4614141L49.7189298 27.9749495C51.5799331 26.1012121 51.7753846 23.1519192 50.1732441 21.1141414 49.4169231 20.1523232 48.3670234 19.5131313 47.2009365 19.2745455 47.284214 19.120202 47.3580602 18.9624242 47.4250836 18.8022222 48.6925084 16.9539394 48.6718395 14.469899 47.2681605 12.6844444 46.5116388 11.7220202 45.4613378 11.0808081 44.2946488 10.8426263 45.2578595 9.05959596 45.1348495 6.83737374 43.8481605 5.20121212 42.8753177 3.96383838 41.4182609 3.25393939 39.8502341 3.25393939 38.5946488 3.25393939 37.4101003 3.70565657 36.480602 4.53272727 36.3399331 3.72888889 36.0064214 2.95252525 35.4748495 2.27636364 34.501806 1.0389899 33.0447492.329292929 31.4767224.329090909 30.1141806.329090909 28.8351171.861414141 27.8753177 1.82767677L15.6666221 14.1185859 15.6200669 12.4781818C15.5985953 9.68424242 13.3340468 7.41777778 10.5537793 7.41777778 7.8238796 7.41777778 5.59143813 9.60262626 5.49110368 12.3264646L3.05377926 30.1660606 1.05050167 32.510303C-.150100334 33.9157576.751318148 36.4103164 1.05050167 37.002855 1.3496852 37.5953936 1.66593319 37.9666982 2.51271962 38.8651283 2.8050341 39.1752704 3.3712736 39.6680391 4.21143813 40.3434343 3.2935786 41.7335354 4.72327715 47.298456 9.51045561 52.4226263 15.4436869 58.7735254 20.1888963 59.9262626 21.1316388 59.9262626 21.9056187 59.9262626 22.6703679 59.6646465 23.2846154 59.189899L26.2031438 56.9337374C29.0107023 56.2660606 32.1060201 54.7492929 35.4086288 52.4226263 38.2924415 50.3907071 41.4210702 47.6832323 44.7070234 44.3749495L51.656388 37.3787879C52.681204 36.3470707 53.220602 34.9165657 53.1363211 33.4541414 53.0520401 31.9941414 52.350301 30.6361616 51.2107023 29.7280808zM37.9513043 6.46646465C38.4736455 5.94080808 39.1617391 5.6779798 39.8500334 5.6779798 40.6356522 5.6779798 41.4214716 6.02040404 41.9600669 6.70545455 42.8141137 7.79171717 42.6644147 9.36808081 41.6913712 10.3474747L40.4518395 11.5951515C40.2608027 11.7234343 40.0747826 11.8606061 39.900602 12.0159596 39.7599331 11.2119192 39.4262207 10.4355556 38.8946488 9.75959596 38.2410702 8.92848485 37.3687625 8.33676768 36.3913043 8.0369697L37.9513043 6.46646465zM29.5779933 3.54181818C30.1001338 3.01616162 30.7884281 2.75333333 31.4767224 2.75333333 32.2625418 2.75353535 33.0481605 3.0959596 33.5867559 3.7810101 34.4408027 4.86727273 34.2911037 6.44343434 33.3180602 7.42282828L19.0868227 21.6018182 19.0400669 19.9616162C19.0278261 18.3808081 18.297592 16.9692929 17.1626087 16.0414141L29.5779933 3.54181818zM2.60416353 35.7559886C2.47532701 35.335629 2.49130435 34.5416162 2.87618729 34.0911111L5.34060201 31.2068687C5.34140468 31.2059259 6.19304348 24.9763636 7.89551839 12.5181818 7.89551839 11.0462626 9.09170569 9.8420202 10.5537793 9.8420202 12.0158528 9.8420202 13.2122408 11.0462626 13.2122408 12.5181818L13.2814716 14.9494949C10.8758528 15.2820202 9.00280936 17.319798 8.91090301 19.8094949L6.47377926 37.6492929 5.76481605 38.4791919C4.9435476 38.1761817 4.2983601 37.8410335 3.82925357 37.4737474 3.12559377 36.9228183 2.73300005 36.1763482 2.60416353 35.7559886zM49.9535117 35.6644444L43.0043478 42.6606061C37.0691639 48.6357576 30.8650836 53.4319192 25.4151171 54.6276768 25.2495652 54.6642424 25.0938462 54.7343434 24.959398 54.8383838L21.8179264 57.2670707C21.6144482 57.4244444 21.4950582 57.6308449 20.8525759 57.6308449 20.2100936 57.6308449 14.5822005 53.9693849 12.0142129 51.5085254 9.70072096 49.2915447 5.64850979 42.4897722 6.29638796 41.5743434L8.76060201 38.690303C8.76153846 38.6892256 9.61317726 32.4596633 11.3155184 20.0016162 11.3155184 18.529697 12.5119064 17.3252525 13.9739799 17.3252525 15.4360535 17.3252525 16.6322408 18.529697 16.6322408 20.0016162L16.7578595 24.4105051C16.7787291 25.1430303 17.3773244 25.62 18.0002007 25.62 18.3040134 25.62 18.6138462 25.5062626 18.8648829 25.2537374L32.998194 11.0252525C33.5205351 10.4993939 34.2084281 10.2367677 34.8969231 10.2367677 35.6825418 10.2367677 36.4683612 10.5791919 37.0069565 11.2642424 37.8610033 12.3505051 37.7111037 13.9268687 36.7380602 14.9062626L27.0020067 24.7078788C26.4965217 25.2169697 26.4965217 26.0418182 27.0020067 26.5505051 27.2578595 26.8080808 27.5931773 26.9369697 27.928495 26.9369697 28.2638127 26.9369697 28.5993311 26.8080808 28.8549833 26.5505051L41.371505 13.949899C41.8936455 13.4240404 42.5817391 13.1614141 43.2702341 13.1614141 44.0558528 13.1616162 44.8416722 13.5040404 45.3802676 14.1890909 46.2343144 15.2751515 46.0844147 16.8515152 45.1113712 17.8309091L32.6536455 30.3725253C32.1413378 30.8884848 32.1413378 31.7244444 32.6536455 32.240404 32.906087 32.4945455 33.2367893 32.6216162 33.567893 32.6216162 33.8985953 32.6216162 34.2294983 32.4945455 34.4819398 32.240404L44.2767893 22.379798C44.7991304 21.8539394 45.4872241 21.5913131 46.1755184 21.5913131 46.9611371 21.5913131 47.7469565 21.9337374 48.2855518 22.6189899 49.1395987 23.7050505 48.989699 25.2814141 48.0166555 26.2608081L38.3145151 36.0284848C37.7903679 36.5559596 37.7903679 37.4117172 38.3145151 37.9391919 38.5723746 38.1989899 38.8898328 38.3208081 39.2070903 38.3208081 39.5245485 38.3208081 39.8420067 38.1989899 40.0840134 37.9551515L46.0988629 31.899798C46.6408696 31.3541414 47.3664883 31.0656566 48.089699 31.0656566 48.6650167 31.0656566 49.2387291 31.2482828 49.7165217 31.6290909 50.9927759 32.6460606 51.0718395 34.5387879 49.9535117 35.6644444z"/>\n </g>\n </svg>']);return f=function(){return t},t}function d(){var t=p(["\n:host {\n display: block;\n position: relative;\n width: 5em;\n height: 5em;\n margin: 5em auto;\n}\n.style-root {\n position: absolute;\n fill: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n stroke: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n top: 0;\n left: 0;\n right: 0;\n bottom: 0; }\n .style-root .error { color: indianred }\n .style-root button {\n -webkit-tap-highlight-color: transparent;\n cursor: pointer; \n border: none;\n background: none;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n .style-root button:disabled {\n cursor: default; }\n .style-root .shockwave {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n color: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n border-radius: 50%; }\n .style-root svg {\n position: absolute;\n width: 60%;\n height: 60%;\n margin: 20%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n opacity: 0.8;\n stroke: none;\n overflow: visible !important; }\n .style-root svg g.flat {\n visibility: hidden; }\n .style-root svg g.outline {\n visibility: visible; }\n .style-root.clapped:not(.loading) svg g.flat {\n visibility: visible; }\n .style-root.clapped svg g.outline {\n visibility: hidden; }\n .style-root.loading svg g.outline {\n visibility: visible; }\n .style-root .count-container {\n position: absolute;\n width: 100%;\n color: inherit;\n user-select: none; }\n .style-root .count-container.container-top {\n top: -2.5em; }\n .style-root .count-container.container-bottom {\n bottom: -2.5em; }\n .style-root .count-container > div {\n width: 300%;\n margin-left: -100%;\n text-align: center; }\n .style-root g.sparkle circle {\n opacity: 0;\n stroke-width: 0; }\n .style-root:not(.clapped):not(.no-shockwave):not(.no-animation) .shockwave {\n animation-name: shockwave;\n animation-duration: 1.5s;\n animation-iteration-count: infinite;\n animation-timing-function: ease-in; }\n .style-root.clap {\n animation-name: pulse;\n animation-duration: 0.5s;\n animation-iteration-count: 1; \n animation-timing-function: ease-out; }\n .style-root.clap .sparkle circle {\n animation-name: explode;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n .style-root.clap .container-top .count {\n animation-name: hide-then-show;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n .style-root.clap .container-bottom .count {\n animation-name: hide-then-show-inverse;\n animation-duration: 0.5s;\n animation-iteration-count: 1; }\n\n#hand-svg {\n margin-top: 22%;\n margin-left: 22%;\n}\n\n#countdown-svg {\n width: 100%;\n height: 100%;\n stroke: var(--clap-button-color, var(--theme-color, rgb(79,177,186)));\n margin: 0;\n}\n\n.countdown {\n fill: none; \n transform: rotateZ(0deg);\n transform-origin: center;\n}\n\n.countdown circle {\n stroke-width: 2px;\n opacity: 1;\n stroke-linecap: round;\n stroke-dasharray: 308 308;\n transform: rotate(-90deg);\n transform-origin: center;\n}\n\n.style-root.ticking .countdown circle {\n animation-timing-function: ease;\n animation-name: countdown;\n animation-duration: 3s; \n}\n\n.style-root.loading:not(.no-animation) .countdown {\n animation: 2s linear infinite svg-animation; \n}\n\n.style-root.loading:not(.no-animation) .countdown circle {\n animation: 1.4s ease-in-out infinite both circle-animation;\n stroke-dasharray: 308;\n stroke-dashoffset: 302; \n}\n\n@keyframes svg-animation {\n 0% { \n transform: rotateZ(-90deg);\n }\n 100% { \n transform: rotateZ(270deg);\n }\n}\n\n@keyframes circle-animation {\n 0%,\n 15% {\n stroke-dashoffset: 280;\n transform: rotate(0); \n }\n 50%,\n 65% {\n stroke-dashoffset: 75;\n transform: rotate(45deg); \n }\n 100% {\n stroke-dashoffset: 280;\n transform: rotate(360deg); \n }\n}\n\n@keyframes countdown {\n 0% {\n stroke-dasharray: 308 308;\n }\n 50% {\n stroke-dasharray: 308 308;\n }\n 100% {\n stroke-dasharray: 0 308;\n }\n}\n\n@keyframes explode {\n 0% {\n transform: translateX(10px);\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n transform: translateX(25px);\n }\n}\n\n@keyframes shockwave {\n 0% {\n transform: scale(1);\n opacity: 1; \n box-shadow: 0 0 2px, inset 0 0 1px;\n }\n 89.99% {\n transform: scale(1);\n opacity: 0;\n box-shadow: 0 0 50px, inset 0 0 10px;\n }\n 90%, 100% {\n transform: scale(1);\n opacity: 0;\n box-shadow: 0 0 2px, inset 0 0 1px;\n }\n}\n\n@keyframes pulse {\n 0% {\n transform: scale(1);\n }\n 25% {\n transform: scale(1.1);\n }\n 100% {\n transform: scale(1);\n }\n}\n\n@keyframes hide-then-show {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 20% {\n opacity: 0;\n transform: translateY(-10px);\n }\n 50% {\n transform: translateY(10px);\n }\n 80% {\n transform: translateY(10px);\n opacity: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0); \n }\n}\n\n@keyframes hide-then-show-inverse {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 20% {\n opacity: 0;\n transform: translateY(10px);\n }\n 50% {\n transform: translateY(-10px);\n }\n 80% {\n transform: translateY(-10px);\n opacity: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n"]);return d=function(){return t},t}function p(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function v(t,e,n,r,i,o,s){try{var a=t[o](s),u=a.value}catch(t){return void n(t)}a.done?e(u):Promise.resolve(u).then(r,i)}function y(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(t){v(o,r,i,s,a,"next",t)}function a(t){v(o,r,i,s,a,"throw",t)}s(void 0)}))}}
15
- /*! *****************************************************************************
16
- Copyright (c) Microsoft Corporation.
17
-
18
- Permission to use, copy, modify, and/or distribute this software for any
19
- purpose with or without fee is hereby granted.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
22
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
23
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
24
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
25
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27
- PERFORMANCE OF THIS SOFTWARE.
28
- ***************************************************************************** */function g(t,e,n,r){var i,o=arguments.length,s=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(i=t[a])&&(s=(o<3?i(s):o>3?i(e,n,s):i(e,n))||s);return o>3&&s&&Object.defineProperty(e,n,s),s}function m(t,e,n,r){return new(n||(n=Promise))((function(i,o){function s(t){try{u(r.next(t))}catch(t){o(t)}}function a(t){try{u(r.throw(t))}catch(t){o(t)}}function u(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}u((r=r.apply(t,e||[])).next())}))}function w(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function b(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}n.d(e,"ClapButton",(function(){return Ge})),n.d(e,"ClapConfig",(function(){return He})),n.d(e,"ClapText",(function(){return $e})),function(t){var e=[];function n(n){var r=this,i="$BroadcastChannel$"+(n=String(n))+"$";e[i]=e[i]||[],e[i].push(this),this._name=n,this._id=i,this._closed=!1,this._mc=new MessageChannel,this._mc.port1.start(),this._mc.port2.start(),t.addEventListener("storage",(function(e){if(e.storageArea===t.localStorage&&null!=e.newValue&&""!==e.newValue&&e.key.substring(0,i.length)===i){var n=JSON.parse(e.newValue);r._mc.port2.postMessage(n)}}))}n.prototype={get name(){return this._name},postMessage:function(n){var r=this;if(this._closed){var i=new Error;throw i.name="InvalidStateError",i}var o=JSON.stringify(n),s=this._id+String(Date.now())+"$"+String(Math.random());t.localStorage.setItem(s,o),setTimeout((function(){t.localStorage.removeItem(s)}),500),e[this._id].forEach((function(t){t!==r&&t._mc.port2.postMessage(JSON.parse(o))}))},close:function(){if(!this._closed){this._closed=!0,this._mc.port1.close(),this._mc.port2.close();var t=e[this._id].indexOf(this);e[this._id].splice(t,1)}},get onmessage(){return this._mc.port1.onmessage},set onmessage(t){this._mc.port1.onmessage=t},addEventListener:function(){return this._mc.port1.addEventListener.apply(this._mc.port1,arguments)},removeEventListener:function(){return this._mc.port1.removeEventListener.apply(this._mc.port1,arguments)},dispatchEvent:function(){return this._mc.port1.dispatchEvent.apply(this._mc.port1,arguments)}},t.BroadcastChannel=t.BroadcastChannel||n}(self),function(t){function e(){}function n(t,e){if(t=void 0===t?"utf-8":t,e=void 0===e?{fatal:!1}:e,-1===o.indexOf(t.toLowerCase()))throw new RangeError("Failed to construct 'TextDecoder': The encoding label provided ('"+t+"') is invalid.");if(e.fatal)throw Error("Failed to construct 'TextDecoder': the 'fatal' option is unsupported.")}function i(t){for(var e=0,n=Math.min(65536,t.length+1),r=new Uint16Array(n),i=[],o=0;;){var s=e<t.length;if(!s||o>=n-1){if(i.push(String.fromCharCode.apply(null,r.subarray(0,o))),!s)return i.join("");t=t.subarray(e),o=e=0}if(0==(128&(s=t[e++])))r[o++]=s;else if(192==(224&s)){var a=63&t[e++];r[o++]=(31&s)<<6|a}else if(224==(240&s)){a=63&t[e++];var u=63&t[e++];r[o++]=(31&s)<<12|a<<6|u}else 240==(248&s)&&(65535<(s=(7&s)<<18|(a=63&t[e++])<<12|(u=63&t[e++])<<6|63&t[e++])&&(s-=65536,r[o++]=s>>>10&1023|55296,s=56320|1023&s),r[o++]=s)}}if(t.TextEncoder&&t.TextDecoder)return!1;var o=["utf-8","utf8","unicode-1-1-utf-8"];Object.defineProperty(e.prototype,"encoding",{value:"utf-8"}),e.prototype.encode=function(t,e){if((e=void 0===e?{stream:!1}:e).stream)throw Error("Failed to encode: the 'stream' option is unsupported.");e=0;for(var n=t.length,r=0,i=Math.max(32,n+(n>>>1)+7),o=new Uint8Array(i>>>3<<3);e<n;){var s=t.charCodeAt(e++);if(55296<=s&&56319>=s){if(e<n){var a=t.charCodeAt(e);56320==(64512&a)&&(++e,s=((1023&s)<<10)+(1023&a)+65536)}if(55296<=s&&56319>=s)continue}if(r+4>o.length&&(i+=8,i=(i*=1+e/t.length*2)>>>3<<3,(a=new Uint8Array(i)).set(o),o=a),0==(4294967168&s))o[r++]=s;else{if(0==(4294965248&s))o[r++]=s>>>6&31|192;else if(0==(4294901760&s))o[r++]=s>>>12&15|224,o[r++]=s>>>6&63|128;else{if(0!=(4292870144&s))continue;o[r++]=s>>>18&7|240,o[r++]=s>>>12&63|128,o[r++]=s>>>6&63|128}o[r++]=63&s|128}}return o.slice?o.slice(0,r):o.subarray(0,r)},Object.defineProperty(n.prototype,"encoding",{value:"utf-8"}),Object.defineProperty(n.prototype,"fatal",{value:!1}),Object.defineProperty(n.prototype,"ignoreBOM",{value:!1});var s=i;"function"==typeof r&&r.from?s=function(t){return r.from(t.buffer,t.byteOffset,t.byteLength).toString("utf-8")}:"function"==typeof Blob&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&(s=function(t){var e=URL.createObjectURL(new Blob([t],{type:"text/plain;charset=UTF-8"}));try{var n=new XMLHttpRequest;return n.open("GET",e,!1),n.send(),n.responseText}catch(e){return i(t)}finally{URL.revokeObjectURL(e)}}),n.prototype.decode=function(t,e){if((e=void 0===e?{stream:!1}:e).stream)throw Error("Failed to decode: the 'stream' option is unsupported.");return t=t instanceof Uint8Array?t:t.buffer instanceof ArrayBuffer?new Uint8Array(t.buffer):new Uint8Array(t),s(t)},t.TextEncoder=e,t.TextDecoder=n}("undefined"!=typeof window?window:void 0!==t?t:void 0);var _=function(){function t(){}return t.prototype.then=function(e,n){var r=new t,i=this.s;if(i){var o=1&i?e:n;if(o){try{S(r,1,o(this.v))}catch(t){S(r,2,t)}return r}return this}return this.o=function(t){try{var i=t.v;1&t.s?S(r,1,e?e(i):i):n?S(r,1,n(i)):S(r,2,i)}catch(t){S(r,2,t)}},r},t}();function S(t,e,n){if(!t.s){if(n instanceof _){if(!n.s)return void(n.o=S.bind(null,t,e));1&e&&(e=n.s),n=n.v}if(n&&n.then)return void n.then(S.bind(null,t,e),S.bind(null,t,2));t.s=e,t.v=n;var r=t.o;r&&r(t)}}var C=0,A="function"==typeof WeakMap?WeakMap:function(){var t="function"==typeof Symbol?Symbol(0):"__weak$"+ ++C;this.set=function(e,n){e[t]=n},this.get=function(e){return e[t]}};function P(t,e){return new Promise((function(n,r){t.onsuccess=function(){var r=t.result;e&&(r=e(r)),n(r)},t.onerror=function(){r(t.error)}}))}function E(t,e){return P(t.openCursor(e),(function(t){return t?[t.key,t.value]:[]}))}function x(t){return new Promise((function(e,n){t.oncomplete=function(){e()},t.onabort=function(){n(t.error)},t.onerror=function(){n(t.error)}}))}function T(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 k={};function R(t,e){return E(t,U(e))}function U(t){return t===k?IDBKeyRange.lowerBound(-1/0):IDBKeyRange.lowerBound(t,!0)}var L=new A,M=new A,N=new A,B=new A,O=function(){};function I(t,e){return e((function(e,n){try{function r(){return M.set(t,o),N.set(t,void 0),{value:a,done:void 0===o}}var i=M.get(t);if(void 0===i)return Promise.resolve({value:void 0,done:!0});var o,s,a,u=function(t,e){var n,r=-1;t:{for(var i=0;i<e.length;i++){var o=e[i][0];if(o){var s=o();if(s&&s.then)break t;if(s===t){r=i;break}}else r=i}if(-1!==r){do{for(var a=e[r][1];!a;)a=e[++r][1];var u=a();if(u&&u.then){n=!0;break t}var l=e[r][2];r++}while(l&&!l());return u}}var c=new _,h=S.bind(null,c,2);return(n?u.then(f):s.then((function n(s){for(;;){if(s===t){r=i;break}if(++i===e.length){if(-1!==r)break;return void S(c,1,u)}if(o=e[i][0]){if((s=o())&&s.then)return void s.then(n).then(void 0,h)}else r=i}do{for(var a=e[r][1];!a;)a=e[++r][1];var u=a();if(u&&u.then)return void u.then(f).then(void 0,h);var l=e[r][2];r++}while(l&&!l());S(c,1,u)}))).then(void 0,h),c;function f(t){for(;;){var n=e[r][2];if(!n||n())break;for(var i=e[++r][1];!i;)i=e[++r][1];if((t=i())&&t.then)return void t.then(f).then(void 0,h)}S(c,1,t)}}(B.get(t),[[function(){return"keys"},function(){return Promise.resolve(function(t,e){return E(t,U(e)).then((function(t){return t[0]}))}(n,i)).then((function(t){a=o=t}))}],[function(){return"values"},function(){return Promise.resolve(R(n,i)).then((function(t){var e;o=(e=t)[0],a=s=e[1]}))}],[function(){return"entries"},function(){return Promise.resolve(R(n,i)).then((function(t){var e;s=(e=t)[1],a=void 0===(o=e[0])?void 0:[o,s]}))}]]);return Promise.resolve(u&&u.then?u.then(r):r())}catch(t){return Promise.reject(t)}}))}function j(t,e){var n=new O;return B.set(n,t),L.set(n,e),M.set(n,k),N.set(n,void 0),n}O.prototype.return=function(){M.set(this,void 0)},O.prototype.next=function(){var t=this,e=L.get(this);if(!e)return Promise.reject(new TypeError("Invalid this value"));var n,r=N.get(this);return n=void 0!==r?r.then((function(){return I(t,e)})):I(this,e),N.set(this,n),n},"function"==typeof Symbol&&Symbol.asyncIterator&&(O.prototype[Symbol.asyncIterator]=function(){return this});var D=function(t,e,n){try{return null===V.get(t)&&function(t){var e=Y.get(t);V.set(t,new Promise((function(n,r){var i=self.indexedDB.open(e,1);i.onsuccess=function(){var o=i.result;(function(t,e,n){if(1!==t.objectStoreNames.length)return n(W(e)),!1;if(t.objectStoreNames[0]!==z)return n(W(e)),!1;var r=t.transaction(z,"readonly").objectStore(z);return!(r.autoIncrement||r.keyPath||r.indexNames.length)||(n(W(e)),!1)})(o,e,r)&&(o.onclose=function(){V.set(t,null)},o.onversionchange=function(){o.close(),V.set(t,null)},n(o))},i.onerror=function(){return r(i.error)},i.onupgradeneeded=function(){try{i.result.createObjectStore(z)}catch(t){r(t)}}})))}(t),Promise.resolve(V.get(t)).then((function(t){var r=t.transaction(z,e),i=r.objectStore(z);return n(r,i)}))}catch(t){return Promise.reject(t)}},Y=new A,V=new A,z="store",q=function(t){var e="kv-storage:"+t;V.set(this,null),Y.set(this,e),this.backingStore={database:e,store:z,version:1}};function W(t){return new Error('kv-storage: database "'+t+'" corrupted')}q.prototype.set=function(t,e){try{return T(t),D(this,"readwrite",(function(n,r){return void 0===e?r.delete(t):r.put(e,t),x(n)}))}catch(t){return Promise.reject(t)}},q.prototype.get=function(t){try{return T(t),D(this,"readonly",(function(e,n){return P(n.get(t))}))}catch(t){return Promise.reject(t)}},q.prototype.delete=function(t){try{return T(t),D(this,"readwrite",(function(e,n){return n.delete(t),x(e)}))}catch(t){return Promise.reject(t)}},q.prototype.clear=function(){try{var t=this;function e(){function e(){return P(self.indexedDB.deleteDatabase(Y.get(t)))}var r=function(){if(n){try{n.close()}catch(t){}return Promise.resolve(new Promise(setTimeout)).then((function(){}))}}();return r&&r.then?r.then(e):e()}var n,r=V.get(t),i=function(){if(null!==r){function e(){V.set(t,null)}var i=function(t,e){try{var i=Promise.resolve(r).then((function(t){n=t}))}catch(t){return}return i&&i.then?i.then(void 0,(function(){})):i}();return i&&i.then?i.then(e):e()}}();return i&&i.then?i.then(e):e()}catch(t){return Promise.reject(t)}},q.prototype.keys=function(){var t=this;return j("keys",(function(e){return D(t,"readonly",e)}))},q.prototype.values=function(){var t=this;return j("values",(function(e){return D(t,"readonly",e)}))},q.prototype.entries=function(){var t=this;return j("entries",(function(e){return D(t,"readonly",e)}))},"function"==typeof Symbol&&Symbol.asyncIterator&&(q.prototype[Symbol.asyncIterator]=q.prototype.entries),new q("default");
29
- /**
30
- * @license
31
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
32
- * This code may only be used under the BSD style license found at
33
- * http://polymer.github.io/LICENSE.txt
34
- * The complete set of authors may be found at
35
- * http://polymer.github.io/AUTHORS.txt
36
- * The complete set of contributors may be found at
37
- * http://polymer.github.io/CONTRIBUTORS.txt
38
- * Code distributed by Google as part of the polymer project is also
39
- * subject to an additional IP rights grant found at
40
- * http://polymer.github.io/PATENTS.txt
41
- */
42
- var F="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,H=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}},$=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}},J="{{lit-".concat(String(Math.random()).slice(2),"}}"),G="\x3c!--".concat(J,"--\x3e"),X=new RegExp("".concat(J,"|").concat(G));class K{constructor(t,e){this.parts=[],this.element=e;for(var n=[],r=[],i=document.createTreeWalker(e.content,133,null,!1),o=0,s=-1,a=0,{strings:u,values:{length:l}}=t;a<l;){var c=i.nextNode();if(null!==c){if(s++,1===c.nodeType){if(c.hasAttributes()){for(var h=c.attributes,{length:f}=h,d=0,p=0;p<f;p++)Z(h[p].name,"$lit$")&&d++;for(;d-- >0;){var v=u[a],y=et.exec(v)[2],g=y.toLowerCase()+"$lit$",m=c.getAttribute(g);c.removeAttribute(g);var w=m.split(X);this.parts.push({type:"attribute",index:s,name:y,strings:w}),a+=w.length-1}}"TEMPLATE"===c.tagName&&(r.push(c),i.currentNode=c.content)}else if(3===c.nodeType){var b=c.data;if(b.indexOf(J)>=0){for(var _=c.parentNode,S=b.split(X),C=S.length-1,A=0;A<C;A++){var P=void 0,E=S[A];if(""===E)P=tt();else{var x=et.exec(E);null!==x&&Z(x[2],"$lit$")&&(E=E.slice(0,x.index)+x[1]+x[2].slice(0,-"$lit$".length)+x[3]),P=document.createTextNode(E)}_.insertBefore(P,c),this.parts.push({type:"node",index:++s})}""===S[C]?(_.insertBefore(tt(),c),n.push(c)):c.data=S[C],a+=C}}else if(8===c.nodeType)if(c.data===J){var T=c.parentNode;null!==c.previousSibling&&s!==o||(s++,T.insertBefore(tt(),c)),o=s,this.parts.push({type:"node",index:s}),null===c.nextSibling?c.data="":(n.push(c),s--),a++}else for(var k=-1;-1!==(k=c.data.indexOf(J,k+1));)this.parts.push({type:"node",index:-1}),a++}else i.currentNode=r.pop()}for(var R of n)R.parentNode.removeChild(R)}}var Z=(t,e)=>{var n=t.length-e.length;return n>=0&&t.slice(n)===e},Q=t=>-1!==t.index,tt=()=>document.createComment(""),et=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;function nt(t,e){for(var{element:{content:n},parts:r}=t,i=document.createTreeWalker(n,133,null,!1),o=it(r),s=r[o],a=-1,u=0,l=[],c=null;i.nextNode();){a++;var h=i.currentNode;for(h.previousSibling===c&&(c=null),e.has(h)&&(l.push(h),null===c&&(c=h)),null!==c&&u++;void 0!==s&&s.index===a;)s.index=null!==c?-1:s.index-u,s=r[o=it(r,o)]}l.forEach(t=>t.parentNode.removeChild(t))}var rt=t=>{for(var e=11===t.nodeType?0:1,n=document.createTreeWalker(t,133,null,!1);n.nextNode();)e++;return e},it=function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=e+1;n<t.length;n++){var r=t[n];if(Q(r))return n}return-1},ot=new WeakMap,st=t=>function(){var e=t(...arguments);return ot.set(e,!0),e},at=t=>"function"==typeof t&&ot.has(t),ut={},lt={};
43
- /**
44
- * @license
45
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
46
- * This code may only be used under the BSD style license found at
47
- * http://polymer.github.io/LICENSE.txt
48
- * The complete set of authors may be found at
49
- * http://polymer.github.io/AUTHORS.txt
50
- * The complete set of contributors may be found at
51
- * http://polymer.github.io/CONTRIBUTORS.txt
52
- * Code distributed by Google as part of the polymer project is also
53
- * subject to an additional IP rights grant found at
54
- * http://polymer.github.io/PATENTS.txt
55
- */
56
- /**
57
- * @license
58
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
59
- * This code may only be used under the BSD style license found at
60
- * http://polymer.github.io/LICENSE.txt
61
- * The complete set of authors may be found at
62
- * http://polymer.github.io/AUTHORS.txt
63
- * The complete set of contributors may be found at
64
- * http://polymer.github.io/CONTRIBUTORS.txt
65
- * Code distributed by Google as part of the polymer project is also
66
- * subject to an additional IP rights grant found at
67
- * http://polymer.github.io/PATENTS.txt
68
- */
69
- class ct{constructor(t,e,n){this.__parts=[],this.template=t,this.processor=e,this.options=n}update(t){var e=0;for(var n of this.__parts)void 0!==n&&n.setValue(t[e]),e++;for(var r of this.__parts)void 0!==r&&r.commit()}_clone(){for(var t,e=F?this.template.element.content.cloneNode(!0):document.importNode(this.template.element.content,!0),n=[],r=this.template.parts,i=document.createTreeWalker(e,133,null,!1),o=0,s=0,a=i.nextNode();o<r.length;)if(t=r[o],Q(t)){for(;s<t.index;)s++,"TEMPLATE"===a.nodeName&&(n.push(a),i.currentNode=a.content),null===(a=i.nextNode())&&(i.currentNode=n.pop(),a=i.nextNode());if("node"===t.type){var u=this.processor.handleTextExpression(this.options);u.insertAfterNode(a.previousSibling),this.__parts.push(u)}else this.__parts.push(...this.processor.handleAttributeExpressions(a,t.name,t.strings,this.options));o++}else this.__parts.push(void 0),o++;return F&&(document.adoptNode(e),customElements.upgrade(e)),e}}
70
- /**
71
- * @license
72
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
73
- * This code may only be used under the BSD style license found at
74
- * http://polymer.github.io/LICENSE.txt
75
- * The complete set of authors may be found at
76
- * http://polymer.github.io/AUTHORS.txt
77
- * The complete set of contributors may be found at
78
- * http://polymer.github.io/CONTRIBUTORS.txt
79
- * Code distributed by Google as part of the polymer project is also
80
- * subject to an additional IP rights grant found at
81
- * http://polymer.github.io/PATENTS.txt
82
- */var ht=window.trustedTypes&&trustedTypes.createPolicy("lit-html",{createHTML:t=>t}),ft=" ".concat(J," ");class dt{constructor(t,e,n,r){this.strings=t,this.values=e,this.type=n,this.processor=r}getHTML(){for(var t=this.strings.length-1,e="",n=!1,r=0;r<t;r++){var i=this.strings[r],o=i.lastIndexOf("\x3c!--");n=(o>-1||n)&&-1===i.indexOf("--\x3e",o+1);var s=et.exec(i);e+=null===s?i+(n?ft:G):i.substr(0,s.index)+s[1]+s[2]+"$lit$"+s[3]+J}return e+=this.strings[t]}getTemplateElement(){var t=document.createElement("template"),e=this.getHTML();return void 0!==ht&&(e=ht.createHTML(e)),t.innerHTML=e,t}}class pt extends dt{getHTML(){return"<svg>".concat(super.getHTML(),"</svg>")}getTemplateElement(){var t=super.getTemplateElement(),e=t.content,n=e.firstChild;return e.removeChild(n),H(e,n.firstChild),t}}
83
- /**
84
- * @license
85
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
86
- * This code may only be used under the BSD style license found at
87
- * http://polymer.github.io/LICENSE.txt
88
- * The complete set of authors may be found at
89
- * http://polymer.github.io/AUTHORS.txt
90
- * The complete set of contributors may be found at
91
- * http://polymer.github.io/CONTRIBUTORS.txt
92
- * Code distributed by Google as part of the polymer project is also
93
- * subject to an additional IP rights grant found at
94
- * http://polymer.github.io/PATENTS.txt
95
- */var vt=t=>null===t||!("object"==typeof t||"function"==typeof t),yt=t=>Array.isArray(t)||!(!t||!t[Symbol.iterator]);class gt{constructor(t,e,n){this.dirty=!0,this.element=t,this.name=e,this.strings=n,this.parts=[];for(var r=0;r<n.length-1;r++)this.parts[r]=this._createPart()}_createPart(){return new mt(this)}_getValue(){var t=this.strings,e=t.length-1,n=this.parts;if(1===e&&""===t[0]&&""===t[1]){var r=n[0].value;if("symbol"==typeof r)return String(r);if("string"==typeof r||!yt(r))return r}for(var i="",o=0;o<e;o++){i+=t[o];var s=n[o];if(void 0!==s){var a=s.value;if(vt(a)||!yt(a))i+="string"==typeof a?a:String(a);else for(var u of a)i+="string"==typeof u?u:String(u)}}return i+=t[e]}commit(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}class mt{constructor(t){this.value=void 0,this.committer=t}setValue(t){t===ut||vt(t)&&t===this.value||(this.value=t,at(t)||(this.committer.dirty=!0))}commit(){for(;at(this.value);){var t=this.value;this.value=ut,t(this)}this.value!==ut&&this.committer.commit()}}class wt{constructor(t){this.value=void 0,this.__pendingValue=void 0,this.options=t}appendInto(t){this.startNode=t.appendChild(tt()),this.endNode=t.appendChild(tt())}insertAfterNode(t){this.startNode=t,this.endNode=t.nextSibling}appendIntoPart(t){t.__insert(this.startNode=tt()),t.__insert(this.endNode=tt())}insertAfterPart(t){t.__insert(this.startNode=tt()),this.endNode=t.endNode,t.endNode=this.startNode}setValue(t){this.__pendingValue=t}commit(){if(null!==this.startNode.parentNode){for(;at(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=ut,t(this)}var e=this.__pendingValue;e!==ut&&(vt(e)?e!==this.value&&this.__commitText(e):e instanceof dt?this.__commitTemplateResult(e):e instanceof Node?this.__commitNode(e):yt(e)?this.__commitIterable(e):e===lt?(this.value=lt,this.clear()):this.__commitText(e))}}__insert(t){this.endNode.parentNode.insertBefore(t,this.endNode)}__commitNode(t){this.value!==t&&(this.clear(),this.__insert(t),this.value=t)}__commitText(t){var e=this.startNode.nextSibling,n="string"==typeof(t=null==t?"":t)?t:String(t);e===this.endNode.previousSibling&&3===e.nodeType?e.data=n:this.__commitNode(document.createTextNode(n)),this.value=t}__commitTemplateResult(t){var e=this.options.templateFactory(t);if(this.value instanceof ct&&this.value.template===e)this.value.update(t.values);else{var n=new ct(e,t.processor,this.options),r=n._clone();n.update(t.values),this.__commitNode(r),this.value=n}}__commitIterable(t){Array.isArray(this.value)||(this.value=[],this.clear());var e,n=this.value,r=0;for(var i of t)void 0===(e=n[r])&&(e=new wt(this.options),n.push(e),0===r?e.appendIntoPart(this):e.insertAfterPart(n[r-1])),e.setValue(i),e.commit(),r++;r<n.length&&(n.length=r,this.clear(e&&e.endNode))}clear(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.startNode;$(this.startNode.parentNode,t.nextSibling,this.endNode)}}class bt{constructor(t,e,n){if(this.value=void 0,this.__pendingValue=void 0,2!==n.length||""!==n[0]||""!==n[1])throw new Error("Boolean attributes can only contain a single expression");this.element=t,this.name=e,this.strings=n}setValue(t){this.__pendingValue=t}commit(){for(;at(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=ut,t(this)}if(this.__pendingValue!==ut){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=ut}}}class _t extends gt{constructor(t,e,n){super(t,e,n),this.single=2===n.length&&""===n[0]&&""===n[1]}_createPart(){return new St(this)}_getValue(){return this.single?this.parts[0].value:super._getValue()}commit(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}class St extends mt{}var Ct=!1;(()=>{try{var t={get capture(){return Ct=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}})();class At{constructor(t,e,n){this.value=void 0,this.__pendingValue=void 0,this.element=t,this.eventName=e,this.eventContext=n,this.__boundHandleEvent=t=>this.handleEvent(t)}setValue(t){this.__pendingValue=t}commit(){for(;at(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=ut,t(this)}if(this.__pendingValue!==ut){var e=this.__pendingValue,n=this.value,r=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),i=null!=e&&(null==n||r);r&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),i&&(this.__options=Pt(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=ut}}handleEvent(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}var Pt=t=>t&&(Ct?{capture:t.capture,passive:t.passive,once:t.once}:t.capture
96
- /**
97
- * @license
98
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
99
- * This code may only be used under the BSD style license found at
100
- * http://polymer.github.io/LICENSE.txt
101
- * The complete set of authors may be found at
102
- * http://polymer.github.io/AUTHORS.txt
103
- * The complete set of contributors may be found at
104
- * http://polymer.github.io/CONTRIBUTORS.txt
105
- * Code distributed by Google as part of the polymer project is also
106
- * subject to an additional IP rights grant found at
107
- * http://polymer.github.io/PATENTS.txt
108
- */);function Et(t){var e=xt.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},xt.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var r=t.strings.join(J);return void 0===(n=e.keyString.get(r))&&(n=new K(t,t.getTemplateElement()),e.keyString.set(r,n)),e.stringsArray.set(t.strings,n),n}var xt=new Map,Tt=new WeakMap,kt=new
109
- /**
110
- * @license
111
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
112
- * This code may only be used under the BSD style license found at
113
- * http://polymer.github.io/LICENSE.txt
114
- * The complete set of authors may be found at
115
- * http://polymer.github.io/AUTHORS.txt
116
- * The complete set of contributors may be found at
117
- * http://polymer.github.io/CONTRIBUTORS.txt
118
- * Code distributed by Google as part of the polymer project is also
119
- * subject to an additional IP rights grant found at
120
- * http://polymer.github.io/PATENTS.txt
121
- */
122
- class{handleAttributeExpressions(t,e,n,r){var i=e[0];return"."===i?new _t(t,e.slice(1),n).parts:"@"===i?[new At(t,e.slice(1),r.eventContext)]:"?"===i?[new bt(t,e.slice(1),n)]:new gt(t,e,n).parts}handleTextExpression(t){return new wt(t)}};
123
- /**
124
- * @license
125
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
126
- * This code may only be used under the BSD style license found at
127
- * http://polymer.github.io/LICENSE.txt
128
- * The complete set of authors may be found at
129
- * http://polymer.github.io/AUTHORS.txt
130
- * The complete set of contributors may be found at
131
- * http://polymer.github.io/CONTRIBUTORS.txt
132
- * Code distributed by Google as part of the polymer project is also
133
- * subject to an additional IP rights grant found at
134
- * http://polymer.github.io/PATENTS.txt
135
- */
136
- /**
137
- * @license
138
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
139
- * This code may only be used under the BSD style license found at
140
- * http://polymer.github.io/LICENSE.txt
141
- * The complete set of authors may be found at
142
- * http://polymer.github.io/AUTHORS.txt
143
- * The complete set of contributors may be found at
144
- * http://polymer.github.io/CONTRIBUTORS.txt
145
- * Code distributed by Google as part of the polymer project is also
146
- * subject to an additional IP rights grant found at
147
- * http://polymer.github.io/PATENTS.txt
148
- */
149
- "undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.3.0");var Rt=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new dt(t,n,"html",kt)},Ut=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new pt(t,n,"svg",kt)}
150
- /**
151
- * @license
152
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
153
- * This code may only be used under the BSD style license found at
154
- * http://polymer.github.io/LICENSE.txt
155
- * The complete set of authors may be found at
156
- * http://polymer.github.io/AUTHORS.txt
157
- * The complete set of contributors may be found at
158
- * http://polymer.github.io/CONTRIBUTORS.txt
159
- * Code distributed by Google as part of the polymer project is also
160
- * subject to an additional IP rights grant found at
161
- * http://polymer.github.io/PATENTS.txt
162
- */,Lt=(t,e)=>"".concat(t,"--").concat(e),Mt=!0;void 0===window.ShadyCSS?Mt=!1:void 0===window.ShadyCSS.prepareTemplateDom&&(console.warn("Incompatible ShadyCSS version detected. Please update to at least @webcomponents/webcomponentsjs@2.0.2 and @webcomponents/shadycss@1.3.1."),Mt=!1);var Nt=t=>e=>{var n=Lt(e.type,t),r=xt.get(n);void 0===r&&(r={stringsArray:new WeakMap,keyString:new Map},xt.set(n,r));var i=r.stringsArray.get(e.strings);if(void 0!==i)return i;var o=e.strings.join(J);if(void 0===(i=r.keyString.get(o))){var s=e.getTemplateElement();Mt&&window.ShadyCSS.prepareTemplateDom(s,t),i=new K(e,s),r.keyString.set(o,i)}return r.stringsArray.set(e.strings,i),i},Bt=["html","svg"],Ot=new Set;window.JSCompiler_renameProperty=(t,e)=>t;var It={toAttribute(t,e){switch(e){case Boolean:return t?"":null;case Object:case Array:return null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){switch(e){case Boolean:return null!==t;case Number:return null===t?null:Number(t);case Object:case Array:return JSON.parse(t)}return t}},jt=(t,e)=>e!==t&&(e==e||t==t),Dt={attribute:!0,type:String,converter:It,reflect:!1,hasChanged:jt};class Yt extends HTMLElement{constructor(){super(),this.initialize()}static get observedAttributes(){this.finalize();var t=[];return this._classProperties.forEach((e,n)=>{var r=this._attributeNameForProperty(n,e);void 0!==r&&(this._attributeToPropertyMap.set(r,n),t.push(r))}),t}static _ensureClassProperties(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_classProperties",this))){this._classProperties=new Map;var t=Object.getPrototypeOf(this)._classProperties;void 0!==t&&t.forEach((t,e)=>this._classProperties.set(e,t))}}static createProperty(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Dt;if(this._ensureClassProperties(),this._classProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){var n="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,n,e);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,e,n){return{get(){return this[e]},set(r){var i=this[t];this[e]=r,this.requestUpdateInternal(t,i,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this._classProperties&&this._classProperties.get(t)||Dt}static finalize(){var t=Object.getPrototypeOf(this);if(t.hasOwnProperty("finalized")||t.finalize(),this.finalized=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){var e=this.properties,n=[...Object.getOwnPropertyNames(e),..."function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[]];for(var r of n)this.createProperty(r,e[r])}}static _attributeNameForProperty(t,e){var n=e.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof t?t.toLowerCase():void 0}static _valueHasChanged(t,e){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:jt)(t,e)}static _propertyValueFromAttribute(t,e){var n=e.type,r=e.converter||It,i="function"==typeof r?r:r.fromAttribute;return i?i(t,n):t}static _propertyValueToAttribute(t,e){if(void 0!==e.reflect){var n=e.type,r=e.converter;return(r&&r.toAttribute||It.toAttribute)(t,n)}}initialize(){this._updateState=0,this._updatePromise=new Promise(t=>this._enableUpdatingResolver=t),this._changedProperties=new Map,this._saveInstanceProperties(),this.requestUpdateInternal()}_saveInstanceProperties(){this.constructor._classProperties.forEach((t,e)=>{if(this.hasOwnProperty(e)){var n=this[e];delete this[e],this._instanceProperties||(this._instanceProperties=new Map),this._instanceProperties.set(e,n)}})}_applyInstanceProperties(){this._instanceProperties.forEach((t,e)=>this[e]=t),this._instanceProperties=void 0}connectedCallback(){this.enableUpdating()}enableUpdating(){void 0!==this._enableUpdatingResolver&&(this._enableUpdatingResolver(),this._enableUpdatingResolver=void 0)}disconnectedCallback(){}attributeChangedCallback(t,e,n){e!==n&&this._attributeToProperty(t,n)}_propertyToAttribute(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Dt,r=this.constructor,i=r._attributeNameForProperty(t,n);if(void 0!==i){var o=r._propertyValueToAttribute(e,n);if(void 0===o)return;this._updateState=8|this._updateState,null==o?this.removeAttribute(i):this.setAttribute(i,o),this._updateState=-9&this._updateState}}_attributeToProperty(t,e){if(!(8&this._updateState)){var n=this.constructor,r=n._attributeToPropertyMap.get(t);if(void 0!==r){var i=n.getPropertyOptions(r);this._updateState=16|this._updateState,this[r]=n._propertyValueFromAttribute(e,i),this._updateState=-17&this._updateState}}}requestUpdateInternal(t,e,n){var r=!0;if(void 0!==t){var i=this.constructor;n=n||i.getPropertyOptions(t),i._valueHasChanged(this[t],e,n.hasChanged)?(this._changedProperties.has(t)||this._changedProperties.set(t,e),!0!==n.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(t,n))):r=!1}!this._hasRequestedUpdate&&r&&(this._updatePromise=this._enqueueUpdate())}requestUpdate(t,e){return this.requestUpdateInternal(t,e),this.updateComplete}_enqueueUpdate(){var t=this;return y((function*(){t._updateState=4|t._updateState;try{yield t._updatePromise}catch(e){}var e=t.performUpdate();return null!=e&&(yield e),!t._hasRequestedUpdate}))()}get _hasRequestedUpdate(){return 4&this._updateState}get hasUpdated(){return 1&this._updateState}performUpdate(){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))}}_markUpdated(){this._changedProperties=new Map,this._updateState=-5&this._updateState}get updateComplete(){return this._getUpdateComplete()}_getUpdateComplete(){return this._updatePromise}shouldUpdate(t){return!0}update(t){void 0!==this._reflectingProperties&&this._reflectingProperties.size>0&&(this._reflectingProperties.forEach((t,e)=>this._propertyToAttribute(e,this[e],t)),this._reflectingProperties=void 0),this._markUpdated()}updated(t){}firstUpdated(t){}}Yt.finalized=!0;
163
- /**
164
- * @license
165
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
166
- * This code may only be used under the BSD style license found at
167
- * http://polymer.github.io/LICENSE.txt
168
- * The complete set of authors may be found at
169
- * http://polymer.github.io/AUTHORS.txt
170
- * The complete set of contributors may be found at
171
- * http://polymer.github.io/CONTRIBUTORS.txt
172
- * Code distributed by Google as part of the polymer project is also
173
- * subject to an additional IP rights grant found at
174
- * http://polymer.github.io/PATENTS.txt
175
- */
176
- var Vt=t=>e=>"function"==typeof e?((t,e)=>(window.customElements.define(t,e),e))(t,e):((t,e)=>{var{kind:n,elements:r}=e;return{kind:n,elements:r,finisher(e){window.customElements.define(t,e)}}})(t,e),zt=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?Object.assign(Object.assign({},e),{finisher(n){n.createProperty(e.key,t)}}):{kind:"field",key:Symbol(),placement:"own",descriptor:{},initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(n){n.createProperty(e.key,t)}};function qt(t){return(e,n)=>void 0!==n?((t,e,n)=>{e.constructor.createProperty(n,t)})(t,e,n):zt(t,e)}var Wt=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Ft=Symbol();class Ht{constructor(t,e){if(e!==Ft)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t}get styleSheet(){return void 0===this._styleSheet&&(Wt?(this._styleSheet=new CSSStyleSheet,this._styleSheet.replaceSync(this.cssText)):this._styleSheet=null),this._styleSheet}toString(){return this.cssText}}
177
- /**
178
- * @license
179
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
180
- * This code may only be used under the BSD style license found at
181
- * http://polymer.github.io/LICENSE.txt
182
- * The complete set of authors may be found at
183
- * http://polymer.github.io/AUTHORS.txt
184
- * The complete set of contributors may be found at
185
- * http://polymer.github.io/CONTRIBUTORS.txt
186
- * Code distributed by Google as part of the polymer project is also
187
- * subject to an additional IP rights grant found at
188
- * http://polymer.github.io/PATENTS.txt
189
- */(window.litElementVersions||(window.litElementVersions=[])).push("2.4.0");var $t={};class Jt extends Yt{static getStyles(){return this.styles}static _getUniqueStyles(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_styles",this))){var t=this.getStyles();if(Array.isArray(t)){var e=(t,n)=>t.reduceRight((t,n)=>Array.isArray(n)?e(n,t):(t.add(n),t),n),n=e(t,new Set),r=[];n.forEach(t=>r.unshift(t)),this._styles=r}else this._styles=void 0===t?[]:[t];this._styles=this._styles.map(t=>{if(t instanceof CSSStyleSheet&&!Wt){var e=Array.prototype.slice.call(t.cssRules).reduce((t,e)=>t+e.cssText,"");return new Ht(String(e),Ft)}return t})}}initialize(){super.initialize(),this.constructor._getUniqueStyles(),this.renderRoot=this.createRenderRoot(),window.ShadowRoot&&this.renderRoot instanceof window.ShadowRoot&&this.adoptStyles()}createRenderRoot(){return this.attachShadow({mode:"open"})}adoptStyles(){var t=this.constructor._styles;0!==t.length&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow?Wt?this.renderRoot.adoptedStyleSheets=t.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet):this._needsShimAdoptedStyleSheets=!0:window.ShadyCSS.ScopingShim.prepareAdoptedCssText(t.map(t=>t.cssText),this.localName))}connectedCallback(){super.connectedCallback(),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}update(t){var e=this.render();super.update(t),e!==$t&&this.constructor.render(e,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach(t=>{var e=document.createElement("style");e.textContent=t.cssText,this.renderRoot.appendChild(e)}))}render(){return $t}}Jt.finalized=!0,Jt.render=(t,e,n)=>{if(!n||"object"!=typeof n||!n.scopeName)throw new Error("The `scopeName` option is required.");var r=n.scopeName,i=Tt.has(e),o=Mt&&11===e.nodeType&&!!e.host,s=o&&!Ot.has(r),a=s?document.createDocumentFragment():e;if(((t,e,n)=>{var r=Tt.get(e);void 0===r&&($(e,e.firstChild),Tt.set(e,r=new wt(Object.assign({templateFactory:Et},n))),r.appendInto(e)),r.setValue(t),r.commit()})(t,a,Object.assign({templateFactory:Nt(r)},n)),s){var u=Tt.get(a);Tt.delete(a),((t,e,n)=>{Ot.add(t);var r=n?n.element:document.createElement("template"),i=e.querySelectorAll("style"),{length:o}=i;if(0!==o){for(var s=document.createElement("style"),a=0;a<o;a++){var u=i[a];u.parentNode.removeChild(u),s.textContent+=u.textContent}(t=>{Bt.forEach(e=>{var n=xt.get(Lt(e,t));void 0!==n&&n.keyString.forEach(t=>{var{element:{content:e}}=t,n=new Set;Array.from(e.querySelectorAll("style")).forEach(t=>{n.add(t)}),nt(t,n)})})})(t);var l=r.content;n?function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,{element:{content:r},parts:i}=t;if(null!=n)for(var o=document.createTreeWalker(r,133,null,!1),s=it(i),a=0,u=-1;o.nextNode();)for(u++,o.currentNode===n&&(a=rt(e),n.parentNode.insertBefore(e,n));-1!==s&&i[s].index===u;){if(a>0){for(;-1!==s;)i[s].index+=a,s=it(i,s);return}s=it(i,s)}else r.appendChild(e)}(n,s,l.firstChild):l.insertBefore(s,l.firstChild),window.ShadyCSS.prepareTemplateStyles(r,t);var c=l.querySelector("style");if(window.ShadyCSS.nativeShadow&&null!==c)e.insertBefore(c.cloneNode(!0),e.firstChild);else if(n){l.insertBefore(s,l.firstChild);var h=new Set;h.add(s),nt(n,h)}}else window.ShadyCSS.prepareTemplateStyles(r,t)})(r,a,u.value instanceof ct?u.value.template:void 0),$(e,e.firstChild),e.appendChild(a),Tt.set(e,u)}!i&&o&&window.ShadyCSS.styleElement(e.host)};
190
- /**
191
- * @license
192
- * Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
193
- * This code may only be used under the BSD style license found at
194
- * http://polymer.github.io/LICENSE.txt
195
- * The complete set of authors may be found at
196
- * http://polymer.github.io/AUTHORS.txt
197
- * The complete set of contributors may be found at
198
- * http://polymer.github.io/CONTRIBUTORS.txt
199
- * Code distributed by Google as part of the polymer project is also
200
- * subject to an additional IP rights grant found at
201
- * http://polymer.github.io/PATENTS.txt
202
- */
203
- class Gt{constructor(t){this.classes=new Set,this.changed=!1,this.element=t;var e=(t.getAttribute("class")||"").split(/\s+/);for(var n of e)this.classes.add(n)}add(t){this.classes.add(t),this.changed=!0}remove(t){this.classes.delete(t),this.changed=!0}commit(){if(this.changed){var t="";this.classes.forEach(e=>t+=e+" "),this.element.setAttribute("class",t)}}}var Xt=new WeakMap,Kt=st(t=>e=>{if(!(e instanceof mt)||e instanceof St||"class"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `classMap` directive must be used in the `class` attribute and must be the only part in the attribute.");var{committer:n}=e,{element:r}=n,i=Xt.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),Xt.set(e,i=new Set));var o=r.classList||new Gt(r);for(var s in i.forEach(e=>{e in t||(o.remove(e),i.delete(e))}),t){var a=t[s];a!=i.has(s)&&(a?(o.add(s),i.add(s)):(o.remove(s),i.delete(s)))}"function"==typeof o.commit&&o.commit()}),Zt=new WeakMap,Qt=st(t=>e=>{if(!(e instanceof mt)||e instanceof St||"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{committer:n}=e,{style:r}=n.element,i=Zt.get(e);for(var o in void 0===i&&(r.cssText=n.strings.join(" "),Zt.set(e,i=new Set)),i.forEach(e=>{e in t||(i.delete(e),-1===e.indexOf("-")?r[e]=null:r.removeProperty(e))}),t)i.add(o),-1===o.indexOf("-")?r[o]=t[o]:r.setProperty(o,t[o])}),te=(t,e)=>{var n=t.startNode.parentNode,r=void 0===e?t.endNode:e.startNode,i=n.insertBefore(tt(),r);n.insertBefore(tt(),r);var o=new wt(t.options);return o.insertAfterNode(i),o},ee=(t,e)=>(t.setValue(e),t.commit(),t),ne=(t,e,n)=>{var r=t.startNode.parentNode,i=n?n.startNode:t.endNode,o=e.endNode.nextSibling;o!==i&&H(r,e.startNode,o,i)},re=t=>{$(t.startNode.parentNode,t.startNode,t.endNode.nextSibling)},ie=(t,e,n)=>{for(var r=new Map,i=e;i<=n;i++)r.set(t[i],i);return r},oe=new WeakMap,se=new WeakMap,ae=st((t,e,n)=>{var r;return void 0===n?n=e:void 0!==e&&(r=e),e=>{if(!(e instanceof wt))throw new Error("repeat can only be used in text bindings");var i,o,s=oe.get(e)||[],a=se.get(e)||[],u=[],l=[],c=[],h=0;for(var f of t)c[h]=r?r(f,h):h,l[h]=n(f,h),h++;for(var d=0,p=s.length-1,v=0,y=l.length-1;d<=p&&v<=y;)if(null===s[d])d++;else if(null===s[p])p--;else if(a[d]===c[v])u[v]=ee(s[d],l[v]),d++,v++;else if(a[p]===c[y])u[y]=ee(s[p],l[y]),p--,y--;else if(a[d]===c[y])u[y]=ee(s[d],l[y]),ne(e,s[d],u[y+1]),d++,y--;else if(a[p]===c[v])u[v]=ee(s[p],l[v]),ne(e,s[p],s[d]),p--,v++;else if(void 0===i&&(i=ie(c,v,y),o=ie(a,d,p)),i.has(a[d]))if(i.has(a[p])){var g=o.get(c[v]),m=void 0!==g?s[g]:null;if(null===m){var w=te(e,s[d]);ee(w,l[v]),u[v]=w}else u[v]=ee(m,l[v]),ne(e,m,s[d]),s[g]=null;v++}else re(s[p]),p--;else re(s[d]),d++;for(;v<=y;){var b=te(e,u[y+1]);ee(b,l[v]),u[v++]=b}for(;d<=p;){var _=s[d++];null!==_&&re(_)}oe.set(e,u),se.set(e,c)}}),ue=new WeakMap,le=st(t=>e=>{if(!(e instanceof wt))throw new Error("unsafeHTML can only be used in text bindings");var n=ue.get(e);if(void 0===n||!vt(t)||t!==n.value||e.value!==n.fragment){var r=document.createElement("template");r.innerHTML=t;var i=document.importNode(r.content,!0);e.setValue(i),ue.set(e,{value:t,fragment:i})}}),ce=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var i=n.reduce((e,n,r)=>e+(t=>{if(t instanceof Ht)return t.cssText;if("number"==typeof t)return t;throw new Error("Value passed to 'css' function must be a 'css' function result: ".concat(t,". Use 'unsafeCSS' to pass non-literal values, but\n take care to ensure page security."))})(n)+t[r+1],t[0]);return new Ht(i,Ft)}(d()),he=t=>t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength),fe=he,de=t=>parseInt(t,16);function pe(t){var e,n=(e=t,Array.from(fe(e),t=>(t=>t.toString(16).padStart(2,"0"))(t)));return n.splice(4,0,"-"),n.splice(7,0,"-"),n.splice(10,0,"-"),n.splice(13,0,"-"),n.join("")}function ve(){var t=crypto.getRandomValues(new Uint8Array(16));return t[6]=15&t[6]|64,t[8]=63&t[8]|128,t.buffer}function ye(){return(ye=y((function*(t,e){var n,r="string"==typeof t?(n=t,n=unescape(encodeURIComponent(n)),(new TextEncoder).encode(n)):he(t),i="string"==typeof e?new ge(e):e,o=new Uint8Array(yield crypto.subtle.digest("SHA-1",function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=e.reduce((t,e)=>t+e.length,0),i=new Uint8Array(r),o=0;for(var s of e)i.set(s,o),o+=s.length;return i}(i,r)));return o[6]=15&o[6]|80,o[8]=63&o[8]|128,o.buffer.slice(0,16)}))).apply(this,arguments)}class ge extends Uint8Array{static v4(){return new ge(ve())}static v5(t,e){return y((function*(){return new ge(yield function(t,e){return ye.apply(this,arguments)}(t,e))}))()}constructor(t,e){if(null==t)super(ve());else if("string"==typeof t)super(function(t){var e,n=t.replace(/[^0-9a-f]/gi,"").slice(0,32);if(n.length<32)throw Error("UUID too short");return(e=n,new Uint8Array(e.match(/[0-9a-f]{1,2}/gi).map(de))).buffer}(t));else if(t instanceof ge)super(t.buffer.slice(0));else{var n=t instanceof ArrayBuffer||t instanceof SharedArrayBuffer?new Uint8Array(t,null!=e?e:0,16):new Uint8Array(t);if(n.length<16)throw Error("UUID too short");super(n.buffer.slice(0,16))}}get id(){return pe(this)}get uuid(){return pe(this)}toString(){return pe(this)}toJSON(){return pe(this)}static get[Symbol.species](){return Uint8Array}}var me=Symbol.for("nodejs.util.inspect.custom"),we="undefined"!=typeof Deno?"symbols"in Deno?Deno.symbols.customInspect:Deno.customInspect:Symbol();ge.prototype[me]=function(){return"UUID [ ".concat(this.uuid," ]")},ge.prototype[we]=function(){return"UUID [ ".concat(this.uuid," ]")};var be=t=>t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength);var _e=t=>crypto.subtle.digest("SHA-256",t);function Se(t){var{url:e,id:n,claps:r,nonce:i}=t;return m(this,void 0,void 0,(function*(){return function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=e.reduce((t,e)=>t+e.length,0),i=new Uint8Array(r),o=0;for(var s of e)i.set(s,o),o+=s.length;return i}(...e.map(be))}(yield(t=e.toString(),_e((new TextEncoder).encode(t))),new ge(n.toString()),new Uint32Array([r]),new Uint32Array([i])).buffer;var t}))}function Ce(t,e){for(var n=new Uint8Array(t),r=Math.ceil(e/8),i=0;i<r;i++)for(var o=Math.min(8,e-8*i),s=0;s<o;s++)if(0!=(n[i]>>7-s&1))return!1;return!0}function Ae(t){var{url:e,claps:n,id:r}=t;return m(this,void 0,void 0,(function*(){for(var t=(t=>8+Math.round(Math.log2(15+t)))(n),i=0,o=new Uint32Array(yield Se({url:e,id:r,claps:n,nonce:i})),s=yield _e(o);!Ce(s,t);)i++,o[o.length-1]=i,s=yield _e(o);return i}))}var Pe=Reflect.get(window,"GET_CLAPS_API")||"https://worker.getclaps.dev";function Ee(t,e,n){var r=new URL(t,n);for(var[i,o]of Object.entries(e||{}))r.searchParams.append(i,o);return r.href}var xe,Te,ke,Re,Ue,Le,Me,Ne,Be,Oe,Ie,je,De=new Map,Ye=!1,Ve=new Map;class ze extends Jt{constructor(){super(...arguments),xe.set(this,void 0)}get connectedCountKey(){}allDisconnectedCallback(){}connectedCallback(){var t;super.connectedCallback(),b(this,xe,null!==(t=this.connectedCountKey)&&void 0!==t?t:this),Ve.set(w(this,xe),1+(Ve.get(w(this,xe))||0))}disconnectedCallback(){var t;super.disconnectedCallback();var e=((null==Ve?void 0:Ve.get(w(this,xe)))||0)-1;e>0?Ve.set(w(this,xe),e):(Ve.delete(w(this,xe)),null===(t=this.allDisconnectedCallback)||void 0===t||t.call(this))}}xe=new WeakMap,function(t){t.Top="top",t.Bottom="bottom"}(Ie||(Ie={})),function(t){t[t.PaymentRequired=1]="PaymentRequired",t[t.CryptoRequired=2]="CryptoRequired",t[t.Generic=3]="Generic"}(je||(je={}));var qe=new q("clap-button"),We=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];t.classList.remove(...n),t.offsetWidth,t.classList.add(...n)},Fe=t=>{var e=new URL(t);return e.hash="",e.search="",e.href},He=class extends Jt{};He=g([Vt("clap-config")],He);var $e=class extends Jt{constructor(){super(...arguments),this.at=1}};g([qt({type:Number,reflect:!0})],$e.prototype,"at",void 0),$e=g([Vt("clap-text")],$e);var Je,Ge=Oe=class extends ze{constructor(){super(...arguments),this.textPlacement=Ie.Bottom,this.noWave=!1,this.messages=!1,this.uiClaps=0,this.bufferedClaps=0,this.loading=!1,this.clapped=!1,this.clicking=!1,this.ready=!1,this.error=null,this.isIntersecting=!1,Te.set(this,void 0),ke.set(this,void 0),Re.set(this,void 0),Ue.set(this,new BroadcastChannel("clap-button")),Le.set(this,Math.trunc(1e9*Math.random())),Me.set(this,t=>{0===t.button&&(t.preventDefault(),this.clapped=!0,this.clicking=!0,this.bufferedClaps++,We(this.styleRoot,"clap","ticking"),w(this,Ne).call(this),this.uiClaps=this.bufferedClaps)}),Ne.set(this,((t,e)=>{var n;return function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];clearTimeout(n),n=setTimeout(()=>t(...r),3e3)}})(()=>m(this,void 0,void 0,(function*(){var t,e=this.bufferedClaps;this.bufferedClaps=0,this.loading=!0;var{href:n,id:r,nonce:i}=yield((t,e)=>m(void 0,void 0,void 0,(function*(){var n=new URL(e);n.search="";var r=new ge,i=yield Ae({url:n,claps:t,id:r});return{href:n.href,id:r,nonce:i}})))(e,this.canonical),{claps:o}=yield((t,e,n,r,i)=>m(void 0,void 0,void 0,(function*(){var o,s=Ee("/claps",{href:e},Pe),a=yield fetch(s,{method:"POST",body:JSON.stringify({claps:t,id:r,nonce:i}),mode:"cors",credentials:"include",headers:{accept:"application/json","content-type":"application/json;charset=UTF-8"}});if(a.ok&&(null===(o=a.headers.get("Content-Type"))||void 0===o?void 0:o.includes("json")))return De.delete(n),a.clone().json();throw Error()})))(e,n,this.parentHref,r,i);this.loading=!1,this.clicking=!1,this.styleRoot.classList.remove("ticking"),We(this.styleRoot,"clap"),w(this,Ue).postMessage({btnId:w(this,Le),claps:e,totalClaps:o,href:n}),setTimeout(()=>{this.uiClaps=o},250);var s=null!==(t=yield qe.get(n))&&void 0!==t?t:{claps:0};yield qe.set(n,Object.assign(Object.assign({},s),{claps:s.claps+e}))})))),Be.set(this,t=>{var{data:{href:e,claps:n,btnId:r}}=t;r!==w(this,Le)&&[e,Fe(e)].includes(this.canonical)&&(this.clapped=!0,this.uiClaps+=n,We(this.styleRoot,"clap"))})}get canonical(){return w(this,Te)||(()=>{var t=this.href||this.url||"",e=this.ownerDocument.head.querySelector("link[rel=canonical]"),n=null!=e?new URL(e.href):this.ownerDocument.location;return b(this,Te,new URL(t,n.href).href)})()}get parentHref(){return w(this,ke)||(()=>b(this,ke,Fe(this.canonical)))()}get referrer(){var t=new URLSearchParams(this.ownerDocument.location.search);return t.get("referrer")||t.get("referer")||this.ownerDocument.referrer}connectedCallback(){var t,e;if(super.connectedCallback(),"crypto"in window&&"subtle"in window.crypto&&"digest"in window.crypto.subtle){w(this,Ue).addEventListener("message",w(this,Be)),Oe.intersectionObserver.observe(this);var n=Array.from(null!==(e=null===(t=this.ownerDocument.querySelector("clap-config"))||void 0===t?void 0:t.querySelectorAll("clap-text"))&&void 0!==e?e:[]);b(this,Re,new Map(null==n?void 0:n.map(t=>[t.at,t.innerHTML]).sort((t,e)=>{var[n]=t,[r]=e;return r-n}))),(()=>{m(this,void 0,void 0,(function*(){this.loading=!0,this.clapped=null!=(yield qe.get(this.canonical));try{var{claps:t}=yield(e=this.canonical,n=this.parentHref,r=this.referrer,m(void 0,void 0,void 0,(function*(){var t=De.get(n);return t||De.set(n,t=De.get(n)||m(void 0,void 0,void 0,(function*(){var t,e=Ee("/views",Object.assign({href:n},r&&!Ye?{referrer:r}:{}),Pe),i=yield fetch(e,{method:"POST",body:null,mode:"cors",credentials:"include",headers:{accept:"application/json"}});if(Ye=!0,i.ok&&(null===(t=i.headers.get("Content-Type"))||void 0===t?void 0:t.includes("json")))return yield i.json();if(404===i.status)return{};throw 402===i.status?i:(De.delete(n),Error())}))),(yield t)[e]||{claps:0}})));this.loading=!1,this.ready=!0,this.uiClaps=t}catch(e){this.loading=!1,this.ready=!1,this.error=402===e.status?je.PaymentRequired:je.Generic}var e,n,r}))})()}else this.error=je.CryptoRequired}disconnectedCallback(){super.disconnectedCallback(),Oe.intersectionObserver.unobserve(this),w(this,Ue).removeEventListener("message",w(this,Be))}get connectedCountKey(){return this.parentHref}allDisconnectedCallback(){var t;t=this.parentHref,De.delete(t)}render(){var t,e,n,r=Ut(f()),d=Ut(h()),p=this.bufferedClaps,v=5+p,y=300*(1-Math.pow(Math.E,-p/15)),g=Ut(c(),ae([...new Array(v).keys()],t=>t,t=>Ut(l(),Qt({transform:"rotate(".concat(Math.floor(360/v*t),"deg) translateX(10px)")}),Qt({animationDelay:Math.floor(Math.random()*y)+"ms"}))));return Rt(u(),Kt({"style-root":!0,loading:this.loading,clapped:this.clapped,"no-shockwave":this.noWave||!this.ready,"no-animation":!this.isIntersecting}),Qt(Object.assign({},null!=this.error?{"--clap-button-color":"indianred"}:{})),Kt({"count-container":!0,"container-top":this.textPlacement===Ie.Top,"container-bottom":this.textPlacement===Ie.Bottom}),this.clicking?"+":"",this.ready?null!=(n=this.uiClaps)?n.toLocaleString("en"):"":"",this.error===je.PaymentRequired?Rt(a(),"https://getclaps.dev"):null,this.error===je.CryptoRequired?Rt(s()):null,this.error===je.Generic?Rt(o()):null,Kt({"count-container":!0,"container-top":this.textPlacement===Ie.Bottom,"container-bottom":this.textPlacement===Ie.Top}),this.messages?Rt(i(),this.clicking?le(null!==(e=null===(t=[...w(this,Re)].find(t=>{var[e]=t;return this.uiClaps>=e}))||void 0===t?void 0:t[1])&&void 0!==e?e:""):""):null,r,g,d,this.loading||!this.ready,this.loading||!this.ready?null:w(this,Me),this.loading||!this.ready?null:w(this,Me))}};Te=new WeakMap,ke=new WeakMap,Re=new WeakMap,Ue=new WeakMap,Le=new WeakMap,Me=new WeakMap,Ne=new WeakMap,Be=new WeakMap,Ge.styles=ce,Ge.intersectionObserver=new IntersectionObserver(t=>{t.forEach(t=>t.target.isIntersecting=t.isIntersecting)}),g([(Je=".style-root",(t,e)=>{var n={get(){return this.renderRoot.querySelector(Je)},enumerable:!0,configurable:!0};return void 0!==e?((t,e,n)=>{Object.defineProperty(e,n,t)})(n,t,e):((t,e)=>({kind:"method",placement:"prototype",key:e.key,descriptor:t}
204
- /**
205
- @license
206
- Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
207
- This code may only be used under the BSD style license found at
208
- http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
209
- http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
210
- found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
211
- part of the polymer project is also subject to an additional IP rights grant
212
- found at http://polymer.github.io/PATENTS.txt
213
- */))(n,t)})],Ge.prototype,"styleRoot",void 0),g([qt({type:String,reflect:!0,attribute:"text-placement"})],Ge.prototype,"textPlacement",void 0),g([qt({type:Boolean,reflect:!0})],Ge.prototype,"noWave",void 0),g([qt({type:Boolean,reflect:!0})],Ge.prototype,"messages",void 0),g([qt({type:String,reflect:!1})],Ge.prototype,"href",void 0),g([qt({type:String,reflect:!1})],Ge.prototype,"url",void 0),g([qt()],Ge.prototype,"uiClaps",void 0),g([qt()],Ge.prototype,"bufferedClaps",void 0),g([qt()],Ge.prototype,"loading",void 0),g([qt()],Ge.prototype,"clapped",void 0),g([qt()],Ge.prototype,"clicking",void 0),g([qt()],Ge.prototype,"ready",void 0),g([qt()],Ge.prototype,"error",void 0),g([qt()],Ge.prototype,"isIntersecting",void 0),Ge=Oe=g([Vt("clap-button")],Ge)}.call(this,n(169),n(187).Buffer)},187:function(t,e,n){"use strict";(function(t){
214
- /*!
215
- * The buffer module from node.js, for the browser.
216
- *
217
- * @author Feross Aboukhadijeh <http://feross.org>
218
- * @license MIT
219
- */
220
- var r=n(188),i=n(189),o=n(190);function s(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function a(t,e){if(s()<e)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e)).__proto__=u.prototype:(null===t&&(t=new u(e)),t.length=e),t}function u(t,e,n){if(!(u.TYPED_ARRAY_SUPPORT||this instanceof u))return new u(t,e,n);if("number"==typeof t){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return h(this,t)}return l(this,t,e,n)}function l(t,e,n,r){if("number"==typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer?function(t,e,n,r){if(e.byteLength,n<0||e.byteLength<n)throw new RangeError("'offset' is out of bounds");if(e.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");e=void 0===n&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,n):new Uint8Array(e,n,r);u.TYPED_ARRAY_SUPPORT?(t=e).__proto__=u.prototype:t=f(t,e);return t}(t,e,n,r):"string"==typeof e?function(t,e,n){"string"==typeof n&&""!==n||(n="utf8");if(!u.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|p(e,n),i=(t=a(t,r)).write(e,n);i!==r&&(t=t.slice(0,i));return t}(t,e,n):function(t,e){if(u.isBuffer(e)){var n=0|d(e.length);return 0===(t=a(t,n)).length||e.copy(t,0,0,n),t}if(e){if("undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!=typeof e.length||(r=e.length)!=r?a(t,0):f(t,e);if("Buffer"===e.type&&o(e.data))return f(t,e.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,e)}function c(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function h(t,e){if(c(e),t=a(t,e<0?0:0|d(e)),!u.TYPED_ARRAY_SUPPORT)for(var n=0;n<e;++n)t[n]=0;return t}function f(t,e){var n=e.length<0?0:0|d(e.length);t=a(t,n);for(var r=0;r<n;r+=1)t[r]=255&e[r];return t}function d(t){if(t>=s())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|t}function p(t,e){if(u.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var n=t.length;if(0===n)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Y(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return V(t).length;default:if(r)return Y(t).length;e=(""+e).toLowerCase(),r=!0}}function v(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return k(this,e,n);case"utf8":case"utf-8":return E(this,e,n);case"ascii":return x(this,e,n);case"latin1":case"binary":return T(this,e,n);case"base64":return P(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function y(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function g(t,e,n,r,i){if(0===t.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(i)return-1;n=t.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof e&&(e=u.from(e,r)),u.isBuffer(e))return 0===e.length?-1:m(t,e,n,r,i);if("number"==typeof e)return e&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):m(t,[e],n,r,i);throw new TypeError("val must be string, number or Buffer")}function m(t,e,n,r,i){var o,s=1,a=t.length,u=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;s=2,a/=2,u/=2,n/=2}function l(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}if(i){var c=-1;for(o=n;o<a;o++)if(l(t,o)===l(e,-1===c?0:o-c)){if(-1===c&&(c=o),o-c+1===u)return c*s}else-1!==c&&(o-=o-c),c=-1}else for(n+u>a&&(n=a-u),o=n;o>=0;o--){for(var h=!0,f=0;f<u;f++)if(l(t,o+f)!==l(e,f)){h=!1;break}if(h)return o}return-1}function w(t,e,n,r){n=Number(n)||0;var i=t.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var s=0;s<r;++s){var a=parseInt(e.substr(2*s,2),16);if(isNaN(a))return s;t[n+s]=a}return s}function b(t,e,n,r){return z(Y(e,t.length-n),t,n,r)}function _(t,e,n,r){return z(function(t){for(var e=[],n=0;n<t.length;++n)e.push(255&t.charCodeAt(n));return e}(e),t,n,r)}function S(t,e,n,r){return _(t,e,n,r)}function C(t,e,n,r){return z(V(e),t,n,r)}function A(t,e,n,r){return z(function(t,e){for(var n,r,i,o=[],s=0;s<t.length&&!((e-=2)<0);++s)n=t.charCodeAt(s),r=n>>8,i=n%256,o.push(i),o.push(r);return o}(e,t.length-n),t,n,r)}function P(t,e,n){return 0===e&&n===t.length?r.fromByteArray(t):r.fromByteArray(t.slice(e,n))}function E(t,e,n){n=Math.min(t.length,n);for(var r=[],i=e;i<n;){var o,s,a,u,l=t[i],c=null,h=l>239?4:l>223?3:l>191?2:1;if(i+h<=n)switch(h){case 1:l<128&&(c=l);break;case 2:128==(192&(o=t[i+1]))&&(u=(31&l)<<6|63&o)>127&&(c=u);break;case 3:o=t[i+1],s=t[i+2],128==(192&o)&&128==(192&s)&&(u=(15&l)<<12|(63&o)<<6|63&s)>2047&&(u<55296||u>57343)&&(c=u);break;case 4:o=t[i+1],s=t[i+2],a=t[i+3],128==(192&o)&&128==(192&s)&&128==(192&a)&&(u=(15&l)<<18|(63&o)<<12|(63&s)<<6|63&a)>65535&&u<1114112&&(c=u)}null===c?(c=65533,h=1):c>65535&&(c-=65536,r.push(c>>>10&1023|55296),c=56320|1023&c),r.push(c),i+=h}return function(t){var e=t.length;if(e<=4096)return String.fromCharCode.apply(String,t);var n="",r=0;for(;r<e;)n+=String.fromCharCode.apply(String,t.slice(r,r+=4096));return n}(r)}e.Buffer=u,e.SlowBuffer=function(t){+t!=t&&(t=0);return u.alloc(+t)},e.INSPECT_MAX_BYTES=50,u.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}(),e.kMaxLength=s(),u.poolSize=8192,u._augment=function(t){return t.__proto__=u.prototype,t},u.from=function(t,e,n){return l(null,t,e,n)},u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&u[Symbol.species]===u&&Object.defineProperty(u,Symbol.species,{value:null,configurable:!0})),u.alloc=function(t,e,n){return function(t,e,n,r){return c(e),e<=0?a(t,e):void 0!==n?"string"==typeof r?a(t,e).fill(n,r):a(t,e).fill(n):a(t,e)}(null,t,e,n)},u.allocUnsafe=function(t){return h(null,t)},u.allocUnsafeSlow=function(t){return h(null,t)},u.isBuffer=function(t){return!(null==t||!t._isBuffer)},u.compare=function(t,e){if(!u.isBuffer(t)||!u.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var n=t.length,r=e.length,i=0,o=Math.min(n,r);i<o;++i)if(t[i]!==e[i]){n=t[i],r=e[i];break}return n<r?-1:r<n?1:0},u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(t,e){if(!o(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return u.alloc(0);var n;if(void 0===e)for(e=0,n=0;n<t.length;++n)e+=t[n].length;var r=u.allocUnsafe(e),i=0;for(n=0;n<t.length;++n){var s=t[n];if(!u.isBuffer(s))throw new TypeError('"list" argument must be an Array of Buffers');s.copy(r,i),i+=s.length}return r},u.byteLength=p,u.prototype._isBuffer=!0,u.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)y(this,e,e+1);return this},u.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)y(this,e,e+3),y(this,e+1,e+2);return this},u.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)y(this,e,e+7),y(this,e+1,e+6),y(this,e+2,e+5),y(this,e+3,e+4);return this},u.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?E(this,0,t):v.apply(this,arguments)},u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===u.compare(this,t)},u.prototype.inspect=function(){var t="",n=e.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),"<Buffer "+t+">"},u.prototype.compare=function(t,e,n,r,i){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),e<0||n>t.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&e>=n)return 0;if(r>=i)return-1;if(e>=n)return 1;if(this===t)return 0;for(var o=(i>>>=0)-(r>>>=0),s=(n>>>=0)-(e>>>=0),a=Math.min(o,s),l=this.slice(r,i),c=t.slice(e,n),h=0;h<a;++h)if(l[h]!==c[h]){o=l[h],s=c[h];break}return o<s?-1:s<o?1:0},u.prototype.includes=function(t,e,n){return-1!==this.indexOf(t,e,n)},u.prototype.indexOf=function(t,e,n){return g(this,t,e,n,!0)},u.prototype.lastIndexOf=function(t,e,n){return g(this,t,e,n,!1)},u.prototype.write=function(t,e,n,r){if(void 0===e)r="utf8",n=this.length,e=0;else if(void 0===n&&"string"==typeof e)r=e,n=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-e;if((void 0===n||n>i)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return w(this,t,e,n);case"utf8":case"utf-8":return b(this,t,e,n);case"ascii":return _(this,t,e,n);case"latin1":case"binary":return S(this,t,e,n);case"base64":return C(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function x(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(127&t[i]);return r}function T(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(t[i]);return r}function k(t,e,n){var r=t.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=e;o<n;++o)i+=D(t[o]);return i}function R(t,e,n){for(var r=t.slice(e,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function U(t,e,n){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>n)throw new RangeError("Trying to access beyond buffer length")}function L(t,e,n,r,i,o){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(n+r>t.length)throw new RangeError("Index out of range")}function M(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i<o;++i)t[n+i]=(e&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function N(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i<o;++i)t[n+i]=e>>>8*(r?i:3-i)&255}function B(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function O(t,e,n,r,o){return o||B(t,0,n,4),i.write(t,e,n,r,23,4),n+4}function I(t,e,n,r,o){return o||B(t,0,n,8),i.write(t,e,n,r,52,8),n+8}u.prototype.slice=function(t,e){var n,r=this.length;if((t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t),u.TYPED_ARRAY_SUPPORT)(n=this.subarray(t,e)).__proto__=u.prototype;else{var i=e-t;n=new u(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+t]}return n},u.prototype.readUIntLE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t],i=1,o=0;++o<e&&(i*=256);)r+=this[t+o]*i;return r},u.prototype.readUIntBE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t+--e],i=1;e>0&&(i*=256);)r+=this[t+--e]*i;return r},u.prototype.readUInt8=function(t,e){return e||U(t,1,this.length),this[t]},u.prototype.readUInt16LE=function(t,e){return e||U(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUInt16BE=function(t,e){return e||U(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUInt32LE=function(t,e){return e||U(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUInt32BE=function(t,e){return e||U(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readIntLE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=this[t],i=1,o=0;++o<e&&(i*=256);)r+=this[t+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*e)),r},u.prototype.readIntBE=function(t,e,n){t|=0,e|=0,n||U(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*e)),o},u.prototype.readInt8=function(t,e){return e||U(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){e||U(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt16BE=function(t,e){e||U(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt32LE=function(t,e){return e||U(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return e||U(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readFloatLE=function(t,e){return e||U(t,4,this.length),i.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return e||U(t,4,this.length),i.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return e||U(t,8,this.length),i.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return e||U(t,8,this.length),i.read(this,t,!1,52,8)},u.prototype.writeUIntLE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||L(this,t,e,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[e]=255&t;++o<n&&(i*=256);)this[e+o]=t/i&255;return e+n},u.prototype.writeUIntBE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||L(this,t,e,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[e+i]=255&t;--i>=0&&(o*=256);)this[e+i]=t/o&255;return e+n},u.prototype.writeUInt8=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,1,255,0),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},u.prototype.writeUInt16LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):M(this,t,e,!0),e+2},u.prototype.writeUInt16BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):M(this,t,e,!1),e+2},u.prototype.writeUInt32LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):N(this,t,e,!0),e+4},u.prototype.writeUInt32BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):N(this,t,e,!1),e+4},u.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);L(this,t,e,n,i-1,-i)}var o=0,s=1,a=0;for(this[e]=255&t;++o<n&&(s*=256);)t<0&&0===a&&0!==this[e+o-1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+n},u.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);L(this,t,e,n,i-1,-i)}var o=n-1,s=1,a=0;for(this[e+o]=255&t;--o>=0&&(s*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+n},u.prototype.writeInt8=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,1,127,-128),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):M(this,t,e,!0),e+2},u.prototype.writeInt16BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):M(this,t,e,!1),e+2},u.prototype.writeInt32LE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):N(this,t,e,!0),e+4},u.prototype.writeInt32BE=function(t,e,n){return t=+t,e|=0,n||L(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):N(this,t,e,!1),e+4},u.prototype.writeFloatLE=function(t,e,n){return O(this,t,e,!0,n)},u.prototype.writeFloatBE=function(t,e,n){return O(this,t,e,!1,n)},u.prototype.writeDoubleLE=function(t,e,n){return I(this,t,e,!0,n)},u.prototype.writeDoubleBE=function(t,e,n){return I(this,t,e,!1,n)},u.prototype.copy=function(t,e,n,r){if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e<r-n&&(r=t.length-e+n);var i,o=r-n;if(this===t&&n<e&&e<r)for(i=o-1;i>=0;--i)t[i+e]=this[i+n];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)t[i+e]=this[i+n];else Uint8Array.prototype.set.call(t,this.subarray(n,n+o),e);return o},u.prototype.fill=function(t,e,n,r){if("string"==typeof t){if("string"==typeof e?(r=e,e=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===t.length){var i=t.charCodeAt(0);i<256&&(t=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof t&&(t&=255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;var o;if(e>>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(o=e;o<n;++o)this[o]=t;else{var s=u.isBuffer(t)?t:Y(new u(t,r).toString()),a=s.length;for(o=0;o<n-e;++o)this[o+e]=s[o%a]}return this};var j=/[^+\/0-9A-Za-z-_]/g;function D(t){return t<16?"0"+t.toString(16):t.toString(16)}function Y(t,e){var n;e=e||1/0;for(var r=t.length,i=null,o=[],s=0;s<r;++s){if((n=t.charCodeAt(s))>55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(s+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function V(t){return r.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(j,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function z(t,e,n,r){for(var i=0;i<r&&!(i+n>=e.length||i>=t.length);++i)e[i+n]=t[i];return i}}).call(this,n(169))},188:function(t,e,n){"use strict";e.byteLength=function(t){var e=l(t),n=e[0],r=e[1];return 3*(n+r)/4-r},e.toByteArray=function(t){var e,n,r=l(t),s=r[0],a=r[1],u=new o(function(t,e,n){return 3*(e+n)/4-n}(0,s,a)),c=0,h=a>0?s-4:s;for(n=0;n<h;n+=4)e=i[t.charCodeAt(n)]<<18|i[t.charCodeAt(n+1)]<<12|i[t.charCodeAt(n+2)]<<6|i[t.charCodeAt(n+3)],u[c++]=e>>16&255,u[c++]=e>>8&255,u[c++]=255&e;2===a&&(e=i[t.charCodeAt(n)]<<2|i[t.charCodeAt(n+1)]>>4,u[c++]=255&e);1===a&&(e=i[t.charCodeAt(n)]<<10|i[t.charCodeAt(n+1)]<<4|i[t.charCodeAt(n+2)]>>2,u[c++]=e>>8&255,u[c++]=255&e);return u},e.fromByteArray=function(t){for(var e,n=t.length,i=n%3,o=[],s=0,a=n-i;s<a;s+=16383)o.push(c(t,s,s+16383>a?a:s+16383));1===i?(e=t[n-1],o.push(r[e>>2]+r[e<<4&63]+"==")):2===i&&(e=(t[n-2]<<8)+t[n-1],o.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"="));return o.join("")};for(var r=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,u=s.length;a<u;++a)r[a]=s[a],i[s.charCodeAt(a)]=a;function l(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");return-1===n&&(n=e),[n,n===e?0:4-n%4]}function c(t,e,n){for(var i,o,s=[],a=e;a<n;a+=3)i=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(255&t[a+2]),s.push(r[(o=i)>>18&63]+r[o>>12&63]+r[o>>6&63]+r[63&o]);return s.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},189:function(t,e){
221
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
222
- e.read=function(t,e,n,r,i){var o,s,a=8*i-r-1,u=(1<<a)-1,l=u>>1,c=-7,h=n?i-1:0,f=n?-1:1,d=t[e+h];for(h+=f,o=d&(1<<-c)-1,d>>=-c,c+=a;c>0;o=256*o+t[e+h],h+=f,c-=8);for(s=o&(1<<-c)-1,o>>=-c,c+=r;c>0;s=256*s+t[e+h],h+=f,c-=8);if(0===o)o=1-l;else{if(o===u)return s?NaN:1/0*(d?-1:1);s+=Math.pow(2,r),o-=l}return(d?-1:1)*s*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var s,a,u,l=8*o-i-1,c=(1<<l)-1,h=c>>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:o-1,p=r?1:-1,v=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=c):(s=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-s))<1&&(s--,u*=2),(e+=s+h>=1?f/u:f*Math.pow(2,1-h))*u>=2&&(s++,u/=2),s+h>=c?(a=0,s=c):s+h>=1?(a=(e*u-1)*Math.pow(2,i),s+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;t[n+d]=255&a,d+=p,a/=256,i-=8);for(s=s<<i|a,l+=i;l>0;t[n+d]=255&s,d+=p,s/=256,l-=8);t[n+d-p]|=128*v}},190:function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}}}]);
@@ -1,48 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[10],{200:function(e,t,n){"use strict";n.r(t),n.d(t,"HyDrawer",(function(){return ie}));var i=n(1),r=n(179),a=n(166);
15
- /**
16
- * @license
17
- * Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
18
- * This code may only be used under the BSD style license found at
19
- * http://polymer.github.io/LICENSE.txt
20
- * The complete set of authors may be found at
21
- * http://polymer.github.io/AUTHORS.txt
22
- * The complete set of contributors may be found at
23
- * http://polymer.github.io/CONTRIBUTORS.txt
24
- * Code distributed by Google as part of the polymer project is also
25
- * subject to an additional IP rights grant found at
26
- * http://polymer.github.io/PATENTS.txt
27
- */
28
- class s{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 c=new WeakMap,o=Object(a.c)(e=>t=>{if(!(t instanceof a.a)||t instanceof a.b||"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=c.get(t);void 0===r&&(i.setAttribute("class",n.strings.join(" ")),c.set(t,r=new Set));var o=i.classList||new s(i);for(var l in r.forEach(t=>{t in e||(o.remove(t),r.delete(t))}),e){var b=e[l];b!=r.has(l)&&(b?(o.add(l),r.add(l)):(o.remove(l),r.delete(l)))}"function"==typeof o.commit&&o.commit()}),l=new WeakMap,b=Object(a.c)(e=>t=>{if(!(t instanceof a.a)||t instanceof a.b||"style"!==t.committer.name||t.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var{committer:n}=t,{style:i}=n.element,r=l.get(t);for(var s in void 0===r&&(i.cssText=n.strings.join(" "),l.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(s),-1===s.indexOf("-")?i[s]=e[s]:i.setProperty(s,e[s])}),h=n(205),p=n(215),u=n(184),d=n(162),v=n(97),O=n(208),j=n(174),f=n(25),g=n(202),m=n(98),w=n(99),y=n(4),E=n(16),x=n(3);var k=n(90);var S=n(185),C=n(95),M=n(183),z=n(96),X=n(206),$=n(207);var D=n(164),I=n(70);function T(e,t,n,i){return n*Math.sin(e/i*(Math.PI/2))+t}function W(e){return("ResizeObserver"in window?Object(D.e)(e):Object(I.a)({contentRect:{width:e.clientWidth}})).pipe(Object(f.a)(e=>{var{contentRect:{width:t}}=e;return t}))}var A={fromAttribute:e=>(null!=e?e:"").replace(/[\[\]]/g,"").split(",").map(Number),toAttribute:e=>e.join(",")};var P=n(182),Y=n(204);var R=Math.abs.bind(Math);class B{getStartObservable(){return Object(p.a)([this.$.mouseEvents]).pipe(Object(z.a)(e=>{var[t]=e,n=Object(d.a)(document,"touchstart",{passive:!0}).pipe(Object(C.a)(e=>{var{touches:t}=e;return 1===t.length}),Object(f.a)(e=>{var{touches:t}=e;return t[0]})),i=t?Object(d.a)(document,"mousedown").pipe(Object(f.a)(e=>(e.event=e,e))):v.a;return Object(u.a)(n,i)}))}getMoveObservable(e,t){return Object(p.a)([this.$.mouseEvents,this.$.preventDefault]).pipe(Object(z.a)(n=>{var[i,r]=n,a=Object(d.a)(document,"touchmove",{passive:!r}).pipe(Object(f.a)(e=>(e.touches[0].event=e,e.touches[0]))),s=i?Object(d.a)(document,"mousemove",{passive:!r}).pipe(Object(D.l)(Object(u.a)(e.pipe(Object(P.a)(!0)),t.pipe(Object(P.a)(!1)))),Object(f.a)(e=>(e.event=e,e))):v.a;return Object(u.a)(a,s)}))}getEndObservable(){return Object(p.a)([this.$.mouseEvents]).pipe(Object(z.a)(e=>{var[t]=e,n=Object(d.a)(document,"touchend",{passive:!0}).pipe(Object(C.a)(e=>{var{touches:t}=e;return 0===t.length}),Object(f.a)(e=>e.changedTouches[0])),i=t?Object(d.a)(document,"mouseup",{passive:!0}).pipe(Object(f.a)(e=>(e.event=e,e))):v.a;return Object(u.a)(n,i)}))}getIsSlidingObservable(e,t,n){return this.getIsSlidingObservableInner(e,t).pipe(Object(Y.a)(1),Object(M.a)(void 0),(i=()=>n,Object(y.b)((function(e,t){var n,r,a=!1,s=!1,c=!1,o=function(){return c&&s&&(t.complete(),!0)},l=function(){return r||(r=new j.a,i(r).subscribe(new x.a(t,(function(){n?b():a=!0}),void 0,(function(){s=!0,o()})))),r},b=function i(){c=!1,n=e.subscribe(new x.a(t,void 0,void 0,(function(){c=!0,!o()&&l().next()}))),a&&(n.unsubscribe(),n=null,a=!1,i())};b()}))));var i}getIsSlidingObservableInner(e,t){return this.threshold?e.pipe(Object(m.a)(t),(n=e=>{var[{clientX:t,clientY:n},{clientX:i,clientY:r}]=e;return R(r-n)<this.threshold&&R(i-t)<this.threshold},Object(y.b)((function(e,t){var i=!1,r=0;e.subscribe(new x.a(t,(function(e){return(i||(i=!n(e,r++)))&&t.next(e)})))}))),Object(f.a)(e=>{var[{clientX:t,clientY:n},{clientX:i,clientY:r}]=e;return R(i-t)>=R(r-n)})):e.pipe(Object(m.a)(t),Object(f.a)(e=>{var[{clientX:t,clientY:n,event:i},{clientX:r,clientY:a}]=e,s=R(r-t)>=R(a-n);return this.noScroll&&s&&i&&i.preventDefault(),s}));var n}}var _=Math.min.bind(Math),F=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||n<r);case"right":var a=window.innerWidth-this.range[0],s=window.innerWidth-this.range[1];return n<a&&(t||n>s);default:throw Error()}}calcIsSwipe(e,t,n,i,r){var{clientX:a}=e,{clientX:s}=t;return s!==a||n>0&&n<i}calcWillOpen(e,t,n,i,r){switch(this.side){case"left":return r>.15||!(r<-.15)&&n>=i/2;case"right":return-r>.15||!(-r<-.15)&&n<=-i/2;default:throw Error()}}calcTranslateX(e,t,n,i){var{clientX:r}=e,{clientX:a}=t;switch(this.side){case"left":return F(0,_(i,n+(r-a)));case"right":return _(0,F(-i,n+(r-a)));default:throw Error()}}}class N{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 L(e):new H(e)}get contentEl(){return this.parent.contentEl}get scrimEl(){return this.parent.scrimEl}}class H 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 L 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)}}function V(){var e=function(e,t){t||(t=e.slice(0));return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\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"]);return V=function(){return e},e}var q,G,K,Q,Z=Object(r.b)(V());function ee(){var e=ne(['<div class="grabbing-screen full-screen"></div>']);return ee=function(){return e},e}function te(){var e=ne(['\n <div class="peek full-height"></div>\n <div\n class="scrim"\n style=',">\n </div>\n ","\n <div\n class=","\n style=",'\n >\n <div class="overflow">\n <slot></slot>\n </div>\n </div>\n ']);return te=function(){return e},e}function ne(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}
29
- /**
30
- * Copyright (c) 2020 Florian Klampfer <https://qwtel.com/>
31
- *
32
- * This program is free software: you can redistribute it and/or modify
33
- * it under the terms of the GNU General Public License as published by
34
- * the Free Software Foundation, either version 3 of the License, or
35
- * (at your option) any later version.
36
- *
37
- * This program is distributed in the hope that it will be useful,
38
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
39
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40
- * GNU General Public License for more details.
41
- *
42
- * You should have received a copy of the GNU General Public License
43
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
44
- *
45
- * @license
46
- * @nocompile
47
- */
48
- var ie=class extends(Object(D.b)(D.a,[B,N,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,q.set(this,Object(D.f)()),G.set(this,void 0),K.set(this,void 0),Q.set(this,void 0),this.upgrade=()=>{var e,t=this.getDrawerWidth(),n=this.$.persistent.pipe(Object(f.a)(e=>!e)),r=this.getStartObservable().pipe(Object(D.h)(n),Object(g.a)()),a=Object(h.a)(()=>Object(i.c)(this,G).pipe(Object(f.a)(e=>0!==e))),s=r.pipe(Object(m.a)(a),Object(f.a)(e=>this.calcIsInRange(...e)),Object(w.a)(e=>{e&&(this.willChange=!0,this.fireEvent("prepare"))}),Object(g.a)()),c=this.getEndObservable().pipe(Object(D.h)(n,s),Object(w.a)(()=>{this.mouseEvents&&(this.grabbing=!1)}),Object(g.a)()),o=this.getMoveObservable(r,c).pipe(Object(D.h)(n,s),Object(g.a)()),l=this.getIsSlidingObservable(o,r,c).pipe(Object(w.a)(e=>{this.isSliding=e,e&&this.mouseEvents&&(this.grabbing=!0)})),b=Object(i.d)(this,G,Object(h.a)(()=>{var e=Object(p.a)([this.$.opened,this.$.side,t]).pipe(Object(f.a)(e=>{var[t,n,i]=e;return t?i*("left"===n?1:-1):0})),n=o.pipe(Object(D.h)(l),Object(w.a)(()=>this.scrimClickable=!1),Object(w.a)(e=>{var{event:t}=e;return t&&this.noScroll&&t.preventDefault()}),Object(m.a)(r,Object(i.c)(this,K),t),Object(f.a)(e=>this.calcTranslateX(...e)));return Object(u.a)(Object(i.c)(this,Q),e,n)}).pipe(Object(g.a)()));Object(i.d)(this,K,b.pipe((e=r,Object(y.b)((function(t,n){var i=!1,r=null;t.subscribe(new x.a(n,(function(e){i=!0,r=e}))),e.subscribe(new x.a(n,(function(){if(i){i=!1;var e=r;r=null,n.next(e)}}),void 0,E.a))})))));var O,j=b.pipe((void 0===O&&(O=k.a),Object(f.a)((function(e){return{value:e,timestamp:O.now()}}))),Object(S.a)(),Object(C.a)(e=>{var[{timestamp:t},{timestamp:n}]=e;return n-t>0}),Object(f.a)(e=>{var[{value:t,timestamp:n},{value:i,timestamp:r}]=e;return(i-t)/(r-n)}),Object(M.a)(0)),I=c.pipe(Object(m.a)(r,b,t,j),Object(C.a)(e=>this.calcIsSwipe(...e)),Object(f.a)(e=>this.calcWillOpen(...e))),W=this.animateTo$.pipe(Object(w.a)(()=>{this.willChange=!0,this.fireEvent("prepare")}));Object(i.d)(this,Q,Object(u.a)(I,W).pipe(Object(m.a)(b,t),Object(z.a)(e=>{var t,[n,i,a]=e,s="left"===this.side?1:-1,c=(n?a*s:0)-i,o=Math.ceil(200+.15*a);return Object(D.m)(T,i,c,o).pipe(Object(X.a)(()=>{this.transitioned(n)}),Object($.a)(r),Object($.a)(this.$.side.pipe((t=1,Object(C.a)((function(e,n){return t<=n}))))),Object(g.a)())}))),b.pipe(Object(m.a)(t),Object(w.a)(e=>{this.updateDOM(...e);var{translateX:t,opacity:n}=this;this.fireEvent("move",{detail:{translateX:t,opacity:n},bubbles:!1})})).subscribe(),Object(d.a)(this.scrimEl,"click").pipe(Object(w.a)(()=>this.close())).subscribe(),n.pipe(Object(w.a)(e=>{this.scrimEl.style.display=e?"block":"none"})).subscribe(),this.$.mouseEvents.pipe(Object(z.a)(e=>e?r.pipe(Object(m.a)(s)):v.a),Object(C.a)(e=>{var[t,n]=e;return n&&null!=t.event}),Object(w.a)(e=>{var[{event:t}]=e;return t&&t.preventDefault()})).subscribe(),this.fireEvent("init",{detail:this.opened}),Object(i.c)(this,q).resolve(this)},this.transitioned=e=>{this.opened=this.scrimClickable=e,this.willChange=!1,this.fireEvent("transitioned",{detail:e})}}get initialized(){return Object(i.c)(this,q)}getDrawerWidth(){var e=W(this.contentEl).pipe(Object(w.a)(e=>this.fireEvent("content-width-change",{detail:e}))),t=W(this.peekEl).pipe(Object(w.a)(e=>this.fireEvent("peek-width-change",{detail:e})));return Object(p.a)([e,t]).pipe(Object(f.a)(e=>{var[t,n]=e;return t-n}),Object(g.a)())}connectedCallback(){super.connectedCallback(),this.$={opened:new O.a(this.opened),side:new O.a(this.side),persistent:new O.a(this.persistent),preventDefault:new O.a(this.noScroll),mouseEvents:new O.a(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new j.a,this.updater=U.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}render(){return Object(r.d)(te(),b({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?Object(r.d)(ee()):null,o({wrapper:!0,"full-height":!0,[this.side]:!0,grab:this.mouseEvents,grabbing:this.mouseEvents&&this.grabbing}),b({willChange:this.willChange?"transform":""}))}open(){this.animateTo$.next(!0)}close(){this.animateTo$.next(!1)}toggle(){this.animateTo$.next(!this.opened)}};q=new WeakMap,G=new WeakMap,K=new WeakMap,Q=new WeakMap,ie.styles=Z,Object(i.e)([Object(r.f)(".scrim")],ie.prototype,"scrimEl",void 0),Object(i.e)([Object(r.f)(".wrapper")],ie.prototype,"contentEl",void 0),Object(i.e)([Object(r.f)(".peek")],ie.prototype,"peekEl",void 0),Object(i.e)([Object(r.e)({type:Boolean,reflect:!0})],ie.prototype,"opened",void 0),Object(i.e)([Object(r.e)({type:String,reflect:!0})],ie.prototype,"side",void 0),Object(i.e)([Object(r.e)({type:Boolean,reflect:!0})],ie.prototype,"persistent",void 0),Object(i.e)([Object(r.e)({type:Number,reflect:!0})],ie.prototype,"threshold",void 0),Object(i.e)([Object(r.e)({type:Boolean,reflect:!0})],ie.prototype,"noScroll",void 0),Object(i.e)([Object(r.e)({type:Boolean,reflect:!0})],ie.prototype,"mouseEvents",void 0),Object(i.e)([Object(r.e)({reflect:!0,converter:A,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])}})],ie.prototype,"range",void 0),Object(i.e)([Object(r.e)()],ie.prototype,"scrimClickable",void 0),Object(i.e)([Object(r.e)()],ie.prototype,"grabbing",void 0),Object(i.e)([Object(r.e)()],ie.prototype,"willChange",void 0),Object(i.e)([Object(r.e)()],ie.prototype,"open",null),Object(i.e)([Object(r.e)()],ie.prototype,"close",null),Object(i.e)([Object(r.e)()],ie.prototype,"toggle",null),ie=Object(i.e)([Object(r.c)("hy-drawer")],ie)},215:function(e,t,n){"use strict";n.d(t,"a",(function(){return v}));var i=n(1),r=n(2),a=Array.isArray,s=Object.getPrototypeOf,c=Object.prototype,o=Object.keys;function l(e){if(1===e.length){var t=e[0];if(a(t))return{args:t,keys:null};if((i=t)&&"object"==typeof i&&s(i)===c){var n=o(t);return{args:n.map((function(e){return t[e]})),keys:n}}}var i;return{args:e,keys:null}}var b=n(40),h=n(11),p=n(20),u=n(91),d=n(27);function v(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=Object(d.c)(e),i=Object(d.b)(e),a=l(e),s=a.args,c=a.keys,o=new r.a(j(s,n,c?function(e){for(var t={},n=0;n<e.length;n++)t[c[n]]=e[n];return t}:p.a));return i?o.pipe(Object(u.a)(i)):o}var O=function(e){function t(t,n,i){var r=e.call(this,t)||this;return r._next=n,r.shouldComplete=i,r}return Object(i.f)(t,e),t.prototype._complete=function(){this.shouldComplete()?e.prototype._complete.call(this):this.unsubscribe()},t}(b.b);function j(e,t,n){return void 0===n&&(n=p.a),function(i){f(t,(function(){for(var r=e.length,a=new Array(r),s=r,c=e.map((function(){return!1})),o=!0,l=function(r){f(t,(function(){Object(h.a)(e[r],t).subscribe(new O(i,(function(e){a[r]=e,o&&(c[r]=!0,o=!c.every(p.a)),o||i.next(n(a.slice()))}),(function(){return 0==--s})))}),i)},b=0;b<r;b++)l(b)}),i)}}function f(e,t,n){e?n.add(e.schedule(t)):t()}},216:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var i=n(53),r=n(4),a=n(3),s=n(11),c={leading:!0,trailing:!1};var o=n(93);function l(e,t,n){void 0===t&&(t=i.b),void 0===n&&(n=c);var l,b,h,p,u,d=Object(o.a)(e,t);return l=function(){return d},p=(h=void 0===(b=n)?c:b).leading,u=h.trailing,Object(r.b)((function(e,t){var n=!1,i=null,r=null,c=!1,o=function(){null==r||r.unsubscribe(),r=null,u&&(d(),c&&t.complete())},b=function(){r=null,c&&t.complete()},h=function(e){return r=Object(s.c)(l(e)).subscribe(new a.a(t,o,void 0,b))},d=function(){n&&(t.next(i),!c&&h(i)),n=!1,i=null};e.subscribe(new a.a(t,(function(e){n=!0,i=e,(!r||r.closed)&&(p?d():h(e))}),void 0,(function(){c=!0,(!(u&&n&&r)||r.closed)&&t.complete()})))}))}}}]);
@@ -1,14 +0,0 @@
1
- /*!
2
- * __ __ __ __
3
- * /\ \/\ \ /\ \ __ /\ \
4
- * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
- * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
- * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
- * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
- * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
- * /\___/ \ \____/
10
- * \/__/ \/___/
11
- *
12
- * Powered by Hydejack v9.1.2 <https://hydejack.com/>
13
- */
14
- (window.webpackJsonp=window.webpackJsonp||[]).push([[11],{169:function(t,e){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},196:function(t,e,r){"use strict";var n="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==n&&n,o="URLSearchParams"in n,i="Symbol"in n&&"iterator"in Symbol,s="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(t){return!1}}(),a="FormData"in n,u="ArrayBuffer"in n;if(u)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],f=ArrayBuffer.isView||function(t){return t&&c.indexOf(Object.prototype.toString.call(t))>-1};function l(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function h(t){return"string"!=typeof t&&(t=String(t)),t}function y(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return i&&(e[Symbol.iterator]=function(){return e}),e}function p(t){this.map={},t instanceof p?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function d(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function b(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function v(t){var e=new FileReader,r=b(e);return e.readAsArrayBuffer(t),r}function w(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:s&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:a&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():u&&s&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=w(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):u&&(ArrayBuffer.prototype.isPrototypeOf(t)||f(t))?this._bodyArrayBuffer=w(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},s&&(this.blob=function(){var t=d(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=d(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(v)}),this.text=function(){var t,e,r,n=d(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=b(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n<e.length;n++)r[n]=String.fromCharCode(e[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}p.prototype.append=function(t,e){t=l(t),e=h(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},p.prototype.delete=function(t){delete this.map[l(t)]},p.prototype.get=function(t){return t=l(t),this.has(t)?this.map[t]:null},p.prototype.has=function(t){return this.map.hasOwnProperty(l(t))},p.prototype.set=function(t,e){this.map[l(t)]=h(e)},p.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},p.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),y(t)},p.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),y(t)},p.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),y(t)},i&&(p.prototype[Symbol.iterator]=p.prototype.entries);var g=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function O(t,e){if(!(this instanceof O))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,o=(e=e||{}).body;if(t instanceof O){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new p(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,o||null==t._bodyInit||(o=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new p(e.headers)),this.method=(r=e.method||this.method||"GET",n=r.toUpperCase(),g.indexOf(n)>-1?n:r),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function _(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}})),e}function E(t,e){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"",this.headers=new p(e.headers),this.url=e.url||"",this._initBody(t)}O.prototype.clone=function(){return new O(this,{body:this._bodyInit})},m.call(O.prototype),m.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:0,statusText:""});return t.type="error",t};var A=[301,302,303,307,308];E.redirect=function(t,e){if(-1===A.indexOf(e))throw new RangeError("Invalid status code");return new E(null,{status:e,headers:{location:t}})};var T=n.DOMException;try{new T}catch(t){(T=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),T.prototype.constructor=T}function P(t,e){return new Promise((function(r,o){var i=new O(t,e);if(i.signal&&i.signal.aborted)return o(new T("Aborted","AbortError"));var a=new XMLHttpRequest;function c(){a.abort()}a.onload=function(){var t,e,n={status:a.status,statusText:a.statusText,headers:(t=a.getAllResponseHeaders()||"",e=new p,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();e.append(n,o)}})),e)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;setTimeout((function(){r(new E(o,n))}),0)},a.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.onabort=function(){setTimeout((function(){o(new T("Aborted","AbortError"))}),0)},a.open(i.method,function(t){try{return""===t&&n.location.href?n.location.href:t}catch(e){return t}}(i.url),!0),"include"===i.credentials?a.withCredentials=!0:"omit"===i.credentials&&(a.withCredentials=!1),"responseType"in a&&(s?a.responseType="blob":u&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(a.responseType="arraybuffer")),!e||"object"!=typeof e.headers||e.headers instanceof p?i.headers.forEach((function(t,e){a.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){a.setRequestHeader(t,h(e.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",c),a.onreadystatechange=function(){4===a.readyState&&i.signal.removeEventListener("abort",c)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}P.polyfill=!0,n.fetch||(n.fetch=P,n.Headers=p,n.Request=O,n.Response=E)},197:function(t,e,r){(function(n){var o,i;void 0===(i="function"==typeof(o=function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function r(t,r,n){return r&&e(t.prototype,r),n&&e(t,n),t}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function i(t,e){return(i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function s(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function a(t,e){return!e||"object"!=typeof e&&"function"!=typeof e?s(t):e}function u(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=o(t);if(e){var i=o(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return a(this,r)}}function c(t,e,r){return(c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=o(t)););return t}(t,e);if(n){var i=Object.getOwnPropertyDescriptor(n,e);return i.get?i.get.call(r):i.value}})(t,e,r||t)}var f=function(){function e(){t(this,e),Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}return r(e,[{key:"addEventListener",value:function(t,e,r){t in this.listeners||(this.listeners[t]=[]),this.listeners[t].push({callback:e,options:r})}},{key:"removeEventListener",value:function(t,e){if(t in this.listeners)for(var r=this.listeners[t],n=0,o=r.length;n<o;n++)if(r[n].callback===e)return void r.splice(n,1)}},{key:"dispatchEvent",value:function(t){if(t.type in this.listeners){for(var e=this.listeners[t.type].slice(),r=0,n=e.length;r<n;r++){var o=e[r];try{o.callback.call(this,t)}catch(t){Promise.resolve().then((function(){throw t}))}o.options&&o.options.once&&this.removeEventListener(t.type,o.callback)}return!t.defaultPrevented}}}]),e}(),l=function(e){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&i(t,e)}(a,e);var n=u(a);function a(){var e;return t(this,a),(e=n.call(this)).listeners||f.call(s(e)),Object.defineProperty(s(e),"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(s(e),"onabort",{value:null,writable:!0,configurable:!0}),e}return r(a,[{key:"toString",value:function(){return"[object AbortSignal]"}},{key:"dispatchEvent",value:function(t){"abort"===t.type&&(this.aborted=!0,"function"==typeof this.onabort&&this.onabort.call(this,t)),c(o(a.prototype),"dispatchEvent",this).call(this,t)}}]),a}(f),h=function(){function e(){t(this,e),Object.defineProperty(this,"signal",{value:new l,writable:!0,configurable:!0})}return r(e,[{key:"abort",value:function(){var t;try{t=new Event("abort")}catch(e){"undefined"!=typeof document?document.createEvent?(t=document.createEvent("Event")).initEvent("abort",!1,!1):(t=document.createEventObject()).type="abort":t={type:"abort",bubbles:!1,cancelable:!1}}this.signal.dispatchEvent(t)}},{key:"toString",value:function(){return"[object AbortController]"}}]),e}();function y(t){return t.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):"function"==typeof t.Request&&!t.Request.prototype.hasOwnProperty("signal")||!t.AbortController}"undefined"!=typeof Symbol&&Symbol.toStringTag&&(h.prototype[Symbol.toStringTag]="AbortController",l.prototype[Symbol.toStringTag]="AbortSignal"),function(t){if(y(t))if(t.fetch){var e=function(t){"function"==typeof t&&(t={fetch:t});var e=t,r=e.fetch,n=e.Request,o=void 0===n?r.Request:n,i=e.AbortController,s=e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,a=void 0!==s&&s;if(!y({fetch:r,Request:o,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a}))return{fetch:r,Request:u};var u=o;(u&&!u.prototype.hasOwnProperty("signal")||a)&&((u=function(t,e){var r;e&&e.signal&&(r=e.signal,delete e.signal);var n=new o(t,e);return r&&Object.defineProperty(n,"signal",{writable:!1,enumerable:!1,configurable:!0,value:r}),n}).prototype=o.prototype);var c=r;return{fetch:function(t,e){var r=u&&u.prototype.isPrototypeOf(t)?t.signal:e?e.signal:void 0;if(r){var n;try{n=new DOMException("Aborted","AbortError")}catch(t){(n=new Error("Aborted")).name="AbortError"}if(r.aborted)return Promise.reject(n);var o=new Promise((function(t,e){r.addEventListener("abort",(function(){return e(n)}),{once:!0})}));return e&&e.signal&&delete e.signal,Promise.race([o,c(t,e)])}return c(t,e)},Request:u}}(t),r=e.fetch,n=e.Request;t.fetch=r,t.Request=n,Object.defineProperty(t,"AbortController",{writable:!0,enumerable:!1,configurable:!0,value:h}),Object.defineProperty(t,"AbortSignal",{writable:!0,enumerable:!1,configurable:!0,value:l})}else console.warn("fetch() is not available, cannot install abortcontroller-polyfill")}("undefined"!=typeof self?self:n)})?o.call(e,r,e,t):o)||(t.exports=i)}).call(this,r(169))}}]);