jekyll-theme-hydejack 9.1.9 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +53 -90
- data/_config.yml +1 -4
- data/_includes/body/footer.html +1 -1
- data/_includes/body/index.html +1 -1
- data/_includes/body/scripts.html +2 -2
- data/_includes/head/meta-static.html +1 -1
- data/_includes/head/meta.html +8 -0
- data/_includes/head/styles-inline.html +1 -1
- data/_includes/head/styles-no-inline.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/pro/dark-mode-fix.html +7 -0
- data/_includes/scripts/dark-mode-fix.js +10 -0
- data/_includes/scripts/dark-mode-fix.min.js +1 -0
- data/_includes/styles/inline.scss +6 -0
- data/_includes/styles/page-style.scss +9 -2
- data/_includes/styles/style.scss +10 -0
- data/_includes/styles/variables.scss +1 -1
- data/_includes/templates/index.html +3 -0
- data/_includes/templates/pro/dark-mode.html +6 -0
- data/_layouts/compress.html +1 -1
- data/_sass/_mixins.scss +1 -1
- data/_sass/html.scss +0 -2
- data/_sass/pooleparty/__link__/_code.scss +1 -0
- data/_sass/pooleparty/_code.pre.scss +1 -0
- data/_sass/pro/_dark-mode-dynamic-syntax.scss +9 -0
- data/_sass/pro/_dark-mode-dynamic.scss +20 -0
- data/_sass/pro/_dark-mode.scss +32 -0
- data/_sass/pro/_syntax-dark.scss +139 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +15 -1
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +1 -1
- data/assets/icomoon/style.css +48 -6
- data/assets/js/{LEGACY-clap-button-hydejack-9.1.9.js → LEGACY-clap-button-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-drawer-hydejack-9.1.9.js → LEGACY-drawer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-fetch-hydejack-9.1.9.js → LEGACY-fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/LEGACY-hydejack-9.2.0.js +13 -0
- data/assets/js/{LEGACY-navbar-hydejack-9.1.9.js → LEGACY-navbar-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-push-state-hydejack-9.1.9.js → LEGACY-push-state-hydejack-9.2.0.js} +2 -2
- data/assets/js/{resize-observer-hydejack-9.1.9.js → LEGACY-resize-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-shadydom-hydejack-9.1.9.js → LEGACY-shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~clap-button-hydejack-9.1.9.js → LEGACY-vendors~clap-button-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~drawer-hydejack-9.1.9.js → LEGACY-vendors~drawer-hydejack-9.2.0.js} +4 -4
- data/assets/js/{LEGACY-vendors~drawer~push-state-hydejack-9.1.9.js → LEGACY-vendors~drawer~push-state-hydejack-9.2.0.js} +13 -13
- data/assets/js/{LEGACY-vendors~fetch-hydejack-9.1.9.js → LEGACY-vendors~fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~intersection-observer-hydejack-9.1.9.js → LEGACY-vendors~intersection-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~push-state-hydejack-9.1.9.js → LEGACY-vendors~push-state-hydejack-9.2.0.js} +3 -3
- data/assets/js/{LEGACY-vendors~shadydom-hydejack-9.1.9.js → LEGACY-vendors~shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.1.9.js → LEGACY-vendors~webanimations-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~webcomponents-hydejack-9.1.9.js → LEGACY-vendors~webcomponents-hydejack-9.2.0.js} +4 -4
- data/assets/js/{LEGACY-webcomponents-hydejack-9.1.9.js → LEGACY-webcomponents-hydejack-9.2.0.js} +2 -2
- data/assets/js/clap-button-hydejack-9.2.0.js +14 -0
- data/assets/js/drawer-hydejack-9.2.0.js +14 -0
- data/assets/js/{shadydom-hydejack-9.1.9.js → fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/hydejack-9.2.0.js +13 -0
- data/assets/js/navbar-hydejack-9.2.0.js +14 -0
- data/assets/js/push-state-hydejack-9.2.0.js +14 -0
- data/assets/js/{LEGACY-resize-observer-hydejack-9.1.9.js → resize-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{fetch-hydejack-9.1.9.js → shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~clap-button-hydejack-9.1.9.js → vendors~clap-button-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~drawer-hydejack-9.1.9.js → vendors~drawer-hydejack-9.2.0.js} +4 -4
- data/assets/js/{vendors~drawer~push-state-hydejack-9.1.9.js → vendors~drawer~push-state-hydejack-9.2.0.js} +11 -11
- data/assets/js/{vendors~fetch-hydejack-9.1.9.js → vendors~fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~intersection-observer-hydejack-9.1.9.js → vendors~intersection-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~push-state-hydejack-9.1.9.js → vendors~push-state-hydejack-9.2.0.js} +3 -3
- data/assets/js/{vendors~shadydom-hydejack-9.1.9.js → vendors~shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~webanimations-hydejack-9.1.9.js → vendors~webanimations-hydejack-9.2.0.js} +2 -2
- data/assets/js/{webcomponents-hydejack-9.1.9.js → webcomponents-hydejack-9.2.0.js} +2 -2
- data/assets/version.json +2 -2
- metadata +46 -39
- data/_includes/scripts.html +0 -33
- data/assets/js/LEGACY-hydejack-9.1.9.js +0 -13
- data/assets/js/clap-button-hydejack-9.1.9.js +0 -14
- data/assets/js/drawer-hydejack-9.1.9.js +0 -14
- data/assets/js/hydejack-9.1.9.js +0 -13
- data/assets/js/navbar-hydejack-9.1.9.js +0 -14
- data/assets/js/push-state-hydejack-9.1.9.js +0 -14
- /data/assets/css/{hydejack-9.1.9.css → hydejack-9.2.0.css} +0 -0
data/assets/js/{LEGACY-vendors~drawer-hydejack-9.1.9.js → LEGACY-vendors~drawer-hydejack-9.2.0.js}
RENAMED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* /\___/ \ \____/
|
|
10
10
|
* \/__/ \/___/
|
|
11
11
|
*
|
|
12
|
-
* Powered by Hydejack v9.
|
|
12
|
+
* Powered by Hydejack v9.2.0 <https://hydejack.com/>
|
|
13
13
|
*/
|
|
14
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{
|
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{355:function(t,e,n){"use strict";n.r(e),n.d(e,"HyDrawer",(function(){return Vt}));var r=n(1),i=n(335),o=n(323);function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function c(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return u(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){c=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(c)throw o}}}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function l(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,f(r.key),r)}}function f(t){var e=function(t,e){if("object"!=a(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=a(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
17
17
|
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
* Code distributed by Google as part of the polymer project is also
|
|
25
25
|
* subject to an additional IP rights grant found at
|
|
26
26
|
* http://polymer.github.io/PATENTS.txt
|
|
27
|
-
*/(t,"string");return"symbol"==a(e)?e:e+""}var s=function(){return t=function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.classes=new Set,this.changed=!1,this.element=e;var n,r=c((e.getAttribute("class")||"").split(/\s+/));try{for(r.s();!(n=r.n()).done;){var i=n.value;this.classes.add(i)}}catch(t){r.e(t)}finally{r.f()}},(e=[{key:"add",value:function(t){this.classes.add(t),this.changed=!0}},{key:"remove",value:function(t){this.classes.delete(t),this.changed=!0}},{key:"commit",value:function(){if(this.changed){var t="";this.classes.forEach((function(e){return t+=e+" "})),this.element.setAttribute("class",t)}}}])&&l(t.prototype,e),n&&l(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}(),b=new WeakMap,p=Object(o.c)((function(t){return function(e){if(!(e instanceof o.a)||e instanceof o.b||"class"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `classMap` directive must be used in the `class` attribute and must be the only part in the attribute.");var n=e.committer,r=n.element,i=b.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),b.set(e,i=new Set));var a=r.classList||new s(r);for(var c in i.forEach((function(e){e in t||(a.remove(e),i.delete(e))})),t){var u=t[c];u!=i.has(c)&&(u?(a.add(c),i.add(c)):(a.remove(c),i.delete(c)))}"function"==typeof a.commit&&a.commit()}})),v=new WeakMap,y=Object(o.c)((function(t){return function(e){if(!(e instanceof o.a)||e instanceof o.b||"style"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var n=e.committer,r=n.element.style,i=v.get(e);for(var a in void 0===i&&(r.cssText=n.strings.join(" "),v.set(e,i=new Set)),i.forEach((function(e){e in t||(i.delete(e),-1===e.indexOf("-")?r[e]=null:r.removeProperty(e))})),t)i.add(a),-1===a.indexOf("-")?r[a]=t[a]:r.setProperty(a,t[a])}})),h=n(359),d=n(369),m=n(341),O=n(318),j=n(158),g=n(362),w=n(328),S=n(47),k=n(338),E=n(159),x=n(160),P=n(14),A=n(11),C=n(48),T=n(9);function M(t){return Object(A.a)((function(e,n){var r=!1,i=null;e.subscribe(Object(T.a)(n,(function(t){r=!0,i=t}))),Object(P.a)(t).subscribe(Object(T.a)(n,(function(){if(r){r=!1;var t=i;i=null,n.next(t)}}),C.a))}))}var I=n(152);function $(t){return void 0===t&&(t=I.a),Object(S.a)((function(e){return{value:e,timestamp:t.now()}}))}var z=n(342),D=n(156),X=n(340),_=n(157),R=n(360),W=n(361);function B(t){return Object(D.a)((function(e,n){return t<=n}))}var N=n(320),U=n(117);function Y(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}function F(t){return("ResizeObserver"in window?Object(N.e)(t):Object(U.a)({contentRect:{width:t.clientWidth}})).pipe(Object(S.a)((function(t){return t.contentRect.width})))}var J={fromAttribute:function(t){return(null!=t?t:"").replace(/[\[\]]/g,"").split(",").map(Number)},toAttribute:function(t){return t.join(",")}};var H=n(339),L=n(358);function V(t){return Object(A.a)((function(e,n){var r,i,o=!1,a=!1,c=!1,u=function(){return c&&a&&(n.complete(),!0)},l=function(){c=!1,r=e.subscribe(Object(T.a)(n,void 0,(function(){c=!0,!u()&&(i||(i=new w.a,Object(P.a)(t(i)).subscribe(Object(T.a)(n,(function(){r?l():o=!0}),(function(){a=!0,u()})))),i).next()}))),o&&(r.unsubscribe(),r=null,o=!1,l())};l()}))}function q(t){return(q="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function G(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||function(t,e){if(t){if("string"==typeof t)return K(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?K(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function K(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Q(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Z(r.key),r)}}function Z(t){var e=function(t,e){if("object"!=q(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=q(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==q(e)?e:e+""}var tt=Math.abs.bind(Math),et=function(){return t=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)},(e=[{key:"getStartObservable",value:function(){return Object(d.a)([this.$.mouseEvents]).pipe(Object(_.a)((function(t){var e=G(t,1)[0],n=Object(O.a)(document,"touchstart",{passive:!0}).pipe(Object(D.a)((function(t){return 1===t.touches.length})),Object(S.a)((function(t){return t.touches[0]}))),r=e?Object(O.a)(document,"mousedown").pipe(Object(S.a)((function(t){return t.event=t,t}))):j.a;return Object(m.a)(n,r)})))}},{key:"getMoveObservable",value:function(t,e){return Object(d.a)([this.$.mouseEvents,this.$.preventDefault]).pipe(Object(_.a)((function(n){var r=G(n,2),i=r[0],o=r[1],a=Object(O.a)(document,"touchmove",{passive:!o}).pipe(Object(S.a)((function(t){return t.touches[0].event=t,t.touches[0]}))),c=i?Object(O.a)(document,"mousemove",{passive:!o}).pipe(Object(N.l)(Object(m.a)(t.pipe(Object(H.a)(!0)),e.pipe(Object(H.a)(!1)))),Object(S.a)((function(t){return t.event=t,t}))):j.a;return Object(m.a)(a,c)})))}},{key:"getEndObservable",value:function(){return Object(d.a)([this.$.mouseEvents]).pipe(Object(_.a)((function(t){var e=G(t,1)[0],n=Object(O.a)(document,"touchend",{passive:!0}).pipe(Object(D.a)((function(t){return 0===t.touches.length})),Object(S.a)((function(t){return t.changedTouches[0]}))),r=e?Object(O.a)(document,"mouseup",{passive:!0}).pipe(Object(S.a)((function(t){return t.event=t,t}))):j.a;return Object(m.a)(n,r)})))}},{key:"getIsSlidingObservable",value:function(t,e,n){return this.getIsSlidingObservableInner(t,e).pipe(Object(L.a)(1),Object(X.a)(void 0),V((function(){return n})))}},{key:"getIsSlidingObservableInner",value:function(t,e){var n,r=this;return this.threshold?t.pipe(Object(E.a)(e),(n=function(t){var e=G(t,2),n=e[0],i=n.clientX,o=n.clientY,a=e[1],c=a.clientX,u=a.clientY;return tt(u-o)<r.threshold&&tt(c-i)<r.threshold},Object(A.a)((function(t,e){var r=!1,i=0;t.subscribe(Object(T.a)(e,(function(t){return(r||(r=!n(t,i++)))&&e.next(t)})))}))),Object(S.a)((function(t){var e=G(t,2),n=e[0],r=n.clientX,i=n.clientY,o=e[1],a=o.clientX,c=o.clientY;return tt(a-r)>=tt(c-i)}))):t.pipe(Object(E.a)(e),Object(S.a)((function(t){var e=G(t,2),n=e[0],i=n.clientX,o=n.clientY,a=n.event,c=e[1],u=c.clientX,l=c.clientY,f=tt(u-i)>=tt(l-o);return r.noScroll&&f&&a&&a.preventDefault(),f})))}}])&&Q(t.prototype,e),n&&Q(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function nt(t){return(nt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function rt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||function(t,e){if(t){if("string"==typeof t)return it(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?it(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function it(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function ot(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,at(r.key),r)}}function at(t){var e=function(t,e){if("object"!=nt(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=nt(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==nt(e)?e:e+""}var ct=Math.min.bind(Math),ut=Math.max.bind(Math),lt=function(){return t=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)},(e=[{key:"calcIsInRange",value:function(t,e){var n=t.clientX;switch(this.side){case"left":var r=rt(this.range,2),i=r[0],o=r[1];return n>i&&(e||n<o);case"right":var a=window.innerWidth-this.range[0],c=window.innerWidth-this.range[1];return n<a&&(e||n>c);default:throw Error()}}},{key:"calcIsSwipe",value:function(t,e,n,r,i){var o=t.clientX;return e.clientX!==o||n>0&&n<r}},{key:"calcWillOpen",value:function(t,e,n,r,i){switch(this.side){case"left":return i>.15||!(i<-.15)&&n>=r/2;case"right":return-i>.15||!(-i<-.15)&&n<=-r/2;default:throw Error()}}},{key:"calcTranslateX",value:function(t,e,n,r){var i=t.clientX,o=e.clientX;switch(this.side){case"left":return ut(0,ct(r,n+(i-o)));case"right":return ct(0,ut(-r,n+(i-o)));default:throw Error()}}}])&&ot(t.prototype,e),n&&ot(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function ft(t){return(ft="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function st(t,e,n){return e=bt(e),function(t,e){if(e&&("object"==ft(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],bt(t).constructor):e.apply(t,n))}function bt(t){return(bt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function pt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&vt(t,e)}function vt(t,e){return(vt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function yt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ht(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,mt(r.key),r)}}function dt(t,e,n){return e&&ht(t.prototype,e),n&&ht(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function mt(t){var e=function(t,e){if("object"!=ft(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=ft(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==ft(e)?e:e+""}var Ot,jt=function(){return dt((function t(){yt(this,t)}),[{key:"updateDOM",value:function(t,e){var n=t/e*("left"===this.side?1:-1)||0;this.translateX=t,this.opacity=n,this.updater.updateDOM(t,n)}}])}(),gt=function(){return dt((function t(e){yt(this,t),this.parent=e}),[{key:"contentEl",get:function(){return this.parent.contentEl}},{key:"scrimEl",get:function(){return this.parent.scrimEl}}],[{key:"getUpdaterForPlatform",value:function(t){return"attributeStyleMap"in Element.prototype&&"CSS"in window&&"number"in CSS?new St(t):new wt(t)}}])}(),wt=function(t){function e(t){return yt(this,e),st(this,e,[t])}return pt(e,t),dt(e,[{key:"updateDOM",value:function(t,e){this.contentEl.style.transform="translate(".concat(t,"px, 0px)"),this.scrimEl.style.opacity="".concat(e)}}])}(gt),St=function(t){function e(t){var n;return yt(this,e),(n=st(this,e,[t])).tvalue=new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),n.ovalue=CSS.number(1),n}return pt(e,t),dt(e,[{key:"updateDOM",value:function(t,e){this.tvalue[0].x.value=t,this.ovalue.value=e,this.contentEl.attributeStyleMap.set("transform",this.tvalue),this.scrimEl.attributeStyleMap.set("opacity",this.ovalue)}}])}(gt);var kt,Et,xt,Pt,At,Ct,Tt,Mt,It=Object(i.b)(Ot||(kt=["\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"],Et||(Et=kt.slice(0)),Ot=Object.freeze(Object.defineProperties(kt,{raw:{value:Object.freeze(Et)}}))));function $t(t){return($t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function zt(t,e,n){return(e=Ut(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Dt(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function Xt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||Rt(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _t(t){return function(t){if(Array.isArray(t))return Wt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Rt(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rt(t,e){if(t){if("string"==typeof t)return Wt(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Wt(t,e):void 0}}function Wt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Bt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Nt(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Ut(r.key),r)}}function Ut(t){var e=function(t,e){if("object"!=$t(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=$t(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==$t(e)?e:e+""}function Yt(t,e,n){return e=Ht(e),function(t,e){if(e&&("object"==$t(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],Ht(t).constructor):e.apply(t,n))}function Ft(){return(Ft="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=Jt(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(arguments.length<3?t:n):i.value}}).apply(null,arguments)}function Jt(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=Ht(t)););return t}function Ht(t){return(Ht=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Lt(t,e){return(Lt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}
|
|
27
|
+
*/(t,"string");return"symbol"==a(e)?e:e+""}var s=function(){return t=function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.classes=new Set,this.changed=!1,this.element=e;var n,r=c((e.getAttribute("class")||"").split(/\s+/));try{for(r.s();!(n=r.n()).done;){var i=n.value;this.classes.add(i)}}catch(t){r.e(t)}finally{r.f()}},(e=[{key:"add",value:function(t){this.classes.add(t),this.changed=!0}},{key:"remove",value:function(t){this.classes.delete(t),this.changed=!0}},{key:"commit",value:function(){if(this.changed){var t="";this.classes.forEach((function(e){return t+=e+" "})),this.element.setAttribute("class",t)}}}])&&l(t.prototype,e),n&&l(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}(),b=new WeakMap,p=Object(o.c)((function(t){return function(e){if(!(e instanceof o.a)||e instanceof o.b||"class"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `classMap` directive must be used in the `class` attribute and must be the only part in the attribute.");var n=e.committer,r=n.element,i=b.get(e);void 0===i&&(r.setAttribute("class",n.strings.join(" ")),b.set(e,i=new Set));var a=r.classList||new s(r);for(var c in i.forEach((function(e){e in t||(a.remove(e),i.delete(e))})),t){var u=t[c];u!=i.has(c)&&(u?(a.add(c),i.add(c)):(a.remove(c),i.delete(c)))}"function"==typeof a.commit&&a.commit()}})),v=new WeakMap,y=Object(o.c)((function(t){return function(e){if(!(e instanceof o.a)||e instanceof o.b||"style"!==e.committer.name||e.committer.parts.length>1)throw new Error("The `styleMap` directive must be used in the style attribute and must be the only part in the attribute.");var n=e.committer,r=n.element.style,i=v.get(e);for(var a in void 0===i&&(r.cssText=n.strings.join(" "),v.set(e,i=new Set)),i.forEach((function(e){e in t||(i.delete(e),-1===e.indexOf("-")?r[e]=null:r.removeProperty(e))})),t)i.add(a),-1===a.indexOf("-")?r[a]=t[a]:r.setProperty(a,t[a])}})),h=n(360),d=n(370),m=n(342),O=n(319),j=n(158),g=n(363),w=n(329),S=n(47),k=n(339),E=n(159),x=n(160),P=n(14),A=n(11),C=n(48),T=n(9);function M(t){return Object(A.a)((function(e,n){var r=!1,i=null;e.subscribe(Object(T.a)(n,(function(t){r=!0,i=t}))),Object(P.a)(t).subscribe(Object(T.a)(n,(function(){if(r){r=!1;var t=i;i=null,n.next(t)}}),C.a))}))}var I=n(152);function $(t){return void 0===t&&(t=I.a),Object(S.a)((function(e){return{value:e,timestamp:t.now()}}))}var z=n(343),D=n(156),X=n(341),_=n(157),R=n(361),W=n(362);function B(t){return Object(D.a)((function(e,n){return t<=n}))}var N=n(321),U=n(117);function Y(t,e,n,r){return n*Math.sin(t/r*(Math.PI/2))+e}function F(t){return("ResizeObserver"in window?Object(N.e)(t):Object(U.a)({contentRect:{width:t.clientWidth}})).pipe(Object(S.a)((function(t){return t.contentRect.width})))}var J={fromAttribute:function(t){return(null!=t?t:"").replace(/[\[\]]/g,"").split(",").map(Number)},toAttribute:function(t){return t.join(",")}};var H=n(340),L=n(359);function V(t){return Object(A.a)((function(e,n){var r,i,o=!1,a=!1,c=!1,u=function(){return c&&a&&(n.complete(),!0)},l=function(){c=!1,r=e.subscribe(Object(T.a)(n,void 0,(function(){c=!0,!u()&&(i||(i=new w.a,Object(P.a)(t(i)).subscribe(Object(T.a)(n,(function(){r?l():o=!0}),(function(){a=!0,u()})))),i).next()}))),o&&(r.unsubscribe(),r=null,o=!1,l())};l()}))}function q(t){return(q="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function G(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||function(t,e){if(t){if("string"==typeof t)return K(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?K(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function K(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Q(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Z(r.key),r)}}function Z(t){var e=function(t,e){if("object"!=q(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=q(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==q(e)?e:e+""}var tt=Math.abs.bind(Math),et=function(){return t=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)},(e=[{key:"getStartObservable",value:function(){return Object(d.a)([this.$.mouseEvents]).pipe(Object(_.a)((function(t){var e=G(t,1)[0],n=Object(O.a)(document,"touchstart",{passive:!0}).pipe(Object(D.a)((function(t){return 1===t.touches.length})),Object(S.a)((function(t){return t.touches[0]}))),r=e?Object(O.a)(document,"mousedown").pipe(Object(S.a)((function(t){return t.event=t,t}))):j.a;return Object(m.a)(n,r)})))}},{key:"getMoveObservable",value:function(t,e){return Object(d.a)([this.$.mouseEvents,this.$.preventDefault]).pipe(Object(_.a)((function(n){var r=G(n,2),i=r[0],o=r[1],a=Object(O.a)(document,"touchmove",{passive:!o}).pipe(Object(S.a)((function(t){return t.touches[0].event=t,t.touches[0]}))),c=i?Object(O.a)(document,"mousemove",{passive:!o}).pipe(Object(N.l)(Object(m.a)(t.pipe(Object(H.a)(!0)),e.pipe(Object(H.a)(!1)))),Object(S.a)((function(t){return t.event=t,t}))):j.a;return Object(m.a)(a,c)})))}},{key:"getEndObservable",value:function(){return Object(d.a)([this.$.mouseEvents]).pipe(Object(_.a)((function(t){var e=G(t,1)[0],n=Object(O.a)(document,"touchend",{passive:!0}).pipe(Object(D.a)((function(t){return 0===t.touches.length})),Object(S.a)((function(t){return t.changedTouches[0]}))),r=e?Object(O.a)(document,"mouseup",{passive:!0}).pipe(Object(S.a)((function(t){return t.event=t,t}))):j.a;return Object(m.a)(n,r)})))}},{key:"getIsSlidingObservable",value:function(t,e,n){return this.getIsSlidingObservableInner(t,e).pipe(Object(L.a)(1),Object(X.a)(void 0),V((function(){return n})))}},{key:"getIsSlidingObservableInner",value:function(t,e){var n,r=this;return this.threshold?t.pipe(Object(E.a)(e),(n=function(t){var e=G(t,2),n=e[0],i=n.clientX,o=n.clientY,a=e[1],c=a.clientX,u=a.clientY;return tt(u-o)<r.threshold&&tt(c-i)<r.threshold},Object(A.a)((function(t,e){var r=!1,i=0;t.subscribe(Object(T.a)(e,(function(t){return(r||(r=!n(t,i++)))&&e.next(t)})))}))),Object(S.a)((function(t){var e=G(t,2),n=e[0],r=n.clientX,i=n.clientY,o=e[1],a=o.clientX,c=o.clientY;return tt(a-r)>=tt(c-i)}))):t.pipe(Object(E.a)(e),Object(S.a)((function(t){var e=G(t,2),n=e[0],i=n.clientX,o=n.clientY,a=n.event,c=e[1],u=c.clientX,l=c.clientY,f=tt(u-i)>=tt(l-o);return r.noScroll&&f&&a&&a.preventDefault(),f})))}}])&&Q(t.prototype,e),n&&Q(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function nt(t){return(nt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function rt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||function(t,e){if(t){if("string"==typeof t)return it(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?it(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function it(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function ot(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,at(r.key),r)}}function at(t){var e=function(t,e){if("object"!=nt(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=nt(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==nt(e)?e:e+""}var ct=Math.min.bind(Math),ut=Math.max.bind(Math),lt=function(){return t=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)},(e=[{key:"calcIsInRange",value:function(t,e){var n=t.clientX;switch(this.side){case"left":var r=rt(this.range,2),i=r[0],o=r[1];return n>i&&(e||n<o);case"right":var a=window.innerWidth-this.range[0],c=window.innerWidth-this.range[1];return n<a&&(e||n>c);default:throw Error()}}},{key:"calcIsSwipe",value:function(t,e,n,r,i){var o=t.clientX;return e.clientX!==o||n>0&&n<r}},{key:"calcWillOpen",value:function(t,e,n,r,i){switch(this.side){case"left":return i>.15||!(i<-.15)&&n>=r/2;case"right":return-i>.15||!(-i<-.15)&&n<=-r/2;default:throw Error()}}},{key:"calcTranslateX",value:function(t,e,n,r){var i=t.clientX,o=e.clientX;switch(this.side){case"left":return ut(0,ct(r,n+(i-o)));case"right":return ct(0,ut(-r,n+(i-o)));default:throw Error()}}}])&&ot(t.prototype,e),n&&ot(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();function ft(t){return(ft="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function st(t,e,n){return e=bt(e),function(t,e){if(e&&("object"==ft(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],bt(t).constructor):e.apply(t,n))}function bt(t){return(bt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function pt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&vt(t,e)}function vt(t,e){return(vt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function yt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ht(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,mt(r.key),r)}}function dt(t,e,n){return e&&ht(t.prototype,e),n&&ht(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function mt(t){var e=function(t,e){if("object"!=ft(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=ft(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==ft(e)?e:e+""}var Ot,jt=function(){return dt((function t(){yt(this,t)}),[{key:"updateDOM",value:function(t,e){var n=t/e*("left"===this.side?1:-1)||0;this.translateX=t,this.opacity=n,this.updater.updateDOM(t,n)}}])}(),gt=function(){return dt((function t(e){yt(this,t),this.parent=e}),[{key:"contentEl",get:function(){return this.parent.contentEl}},{key:"scrimEl",get:function(){return this.parent.scrimEl}}],[{key:"getUpdaterForPlatform",value:function(t){return"attributeStyleMap"in Element.prototype&&"CSS"in window&&"number"in CSS?new St(t):new wt(t)}}])}(),wt=function(t){function e(t){return yt(this,e),st(this,e,[t])}return pt(e,t),dt(e,[{key:"updateDOM",value:function(t,e){this.contentEl.style.transform="translate(".concat(t,"px, 0px)"),this.scrimEl.style.opacity="".concat(e)}}])}(gt),St=function(t){function e(t){var n;return yt(this,e),(n=st(this,e,[t])).tvalue=new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),n.ovalue=CSS.number(1),n}return pt(e,t),dt(e,[{key:"updateDOM",value:function(t,e){this.tvalue[0].x.value=t,this.ovalue.value=e,this.contentEl.attributeStyleMap.set("transform",this.tvalue),this.scrimEl.attributeStyleMap.set("opacity",this.ovalue)}}])}(gt);var kt,Et,xt,Pt,At,Ct,Tt,Mt,It=Object(i.b)(Ot||(kt=["\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"],Et||(Et=kt.slice(0)),Ot=Object.freeze(Object.defineProperties(kt,{raw:{value:Object.freeze(Et)}}))));function $t(t){return($t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function zt(t,e,n){return(e=Ut(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Dt(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function Xt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,c=[],u=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);u=!0);}catch(t){l=!0,i=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return c}}(t,e)||Rt(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _t(t){return function(t){if(Array.isArray(t))return Wt(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Rt(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rt(t,e){if(t){if("string"==typeof t)return Wt(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Wt(t,e):void 0}}function Wt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Bt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Nt(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Ut(r.key),r)}}function Ut(t){var e=function(t,e){if("object"!=$t(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=$t(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==$t(e)?e:e+""}function Yt(t,e,n){return e=Ht(e),function(t,e){if(e&&("object"==$t(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],Ht(t).constructor):e.apply(t,n))}function Ft(){return(Ft="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=Jt(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(arguments.length<3?t:n):i.value}}).apply(null,arguments)}function Jt(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=Ht(t)););return t}function Ht(t){return(Ht=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Lt(t,e){return(Lt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}
|
|
28
28
|
/**
|
|
29
29
|
* Copyright (c) 2020 Florian Klampfer <https://qwtel.com/>
|
|
30
30
|
*
|
|
@@ -44,4 +44,4 @@
|
|
|
44
44
|
* @license
|
|
45
45
|
* @nocompile
|
|
46
46
|
*/
|
|
47
|
-
var Vt=function(t){function e(){var t;return Bt(this,e),(t=Yt(this,e,arguments)).opened=!1,t.side="left",t.persistent=!1,t.threshold=10,t.noScroll=!1,t.mouseEvents=!1,t.range=[0,100],t.willChange=!1,At.set(t,Object(N.f)()),Ct.set(t,void 0),Tt.set(t,void 0),Mt.set(t,void 0),t.upgrade=function(){var e=t.getDrawerWidth(),n=t.$.persistent.pipe(Object(S.a)((function(t){return!t}))),i=t.getStartObservable().pipe(Object(N.h)(n),Object(k.a)()),o=Object(h.a)((function(){return Object(r.e)(t,Ct,"f").pipe(Object(S.a)((function(t){return 0!==t})))})),a=i.pipe(Object(E.a)(o),Object(S.a)((function(e){var n;return(n=t).calcIsInRange.apply(n,_t(e))})),Object(x.a)((function(e){e&&(t.willChange=!0,t.fireEvent("prepare"))})),Object(k.a)()),c=t.getEndObservable().pipe(Object(N.h)(n,a),Object(x.a)((function(){t.mouseEvents&&(t.grabbing=!1)})),Object(k.a)()),u=t.getMoveObservable(i,c).pipe(Object(N.h)(n,a),Object(k.a)()),l=t.getIsSlidingObservable(u,i,c).pipe(Object(x.a)((function(e){t.isSliding=e,e&&t.mouseEvents&&(t.grabbing=!0)}))),f=Object(r.f)(t,Ct,Object(h.a)((function(){var n=Object(d.a)([t.$.opened,t.$.side,e]).pipe(Object(S.a)((function(t){var e=Xt(t,3),n=e[0],r=e[1],i=e[2];return n?i*("left"===r?1:-1):0}))),o=u.pipe(Object(N.h)(l),Object(x.a)((function(){return t.scrimClickable=!1})),Object(x.a)((function(e){var n=e.event;return n&&t.noScroll&&n.preventDefault()})),Object(E.a)(i,Object(r.e)(t,Tt,"f"),e),Object(S.a)((function(e){var n;return(n=t).calcTranslateX.apply(n,_t(e))})));return Object(m.a)(Object(r.e)(t,Mt,"f"),n,o)})).pipe(Object(k.a)()),"f");Object(r.f)(t,Tt,f.pipe(M(i)),"f");var s=f.pipe($(),Object(z.a)(),Object(D.a)((function(t){var e=Xt(t,2),n=e[0].timestamp;return e[1].timestamp-n>0})),Object(S.a)((function(t){var e=Xt(t,2),n=e[0],r=n.value,i=n.timestamp,o=e[1];return(o.value-r)/(o.timestamp-i)})),Object(X.a)(0)),b=c.pipe(Object(E.a)(i,f,e,s),Object(D.a)((function(e){var n;return(n=t).calcIsSwipe.apply(n,_t(e))})),Object(S.a)((function(e){var n;return(n=t).calcWillOpen.apply(n,_t(e))}))),p=t.animateTo$.pipe(Object(x.a)((function(){t.willChange=!0,t.fireEvent("prepare")})));Object(r.f)(t,Mt,Object(m.a)(b,p).pipe(Object(E.a)(f,e),Object(_.a)((function(e){var n=Xt(e,3),r=n[0],o=n[1],a=n[2],c="left"===t.side?1:-1,u=(r?a*c:0)-o,l=Math.ceil(200+.15*a);return Object(N.m)(Y,o,u,l).pipe(Object(R.a)((function(){t.transitioned(r)})),Object(W.a)(i),Object(W.a)(t.$.side.pipe(B(1))),Object(k.a)())}))),"f"),f.pipe(Object(E.a)(e),Object(x.a)((function(e){var n;(n=t).updateDOM.apply(n,_t(e));var r=t,i=r.translateX,o=r.opacity;t.fireEvent("move",{detail:{translateX:i,opacity:o},bubbles:!1})}))).subscribe(),Object(O.a)(t.scrimEl,"click").pipe(Object(x.a)((function(){return t.close()}))).subscribe(),n.pipe(Object(x.a)((function(e){t.scrimEl.style.display=e?"block":"none"}))).subscribe(),t.$.mouseEvents.pipe(Object(_.a)((function(t){return t?i.pipe(Object(E.a)(a)):j.a})),Object(D.a)((function(t){var e=Xt(t,2),n=e[0];return e[1]&&null!=n.event})),Object(x.a)((function(t){var e=Xt(t,1)[0].event;return e&&e.preventDefault()}))).subscribe(),t.fireEvent("init",{detail:t.opened}),Object(r.e)(t,At,"f").resolve(t)},t.transitioned=function(e){t.opened=t.scrimClickable=e,t.willChange=!1,t.fireEvent("transitioned",{detail:e})},t}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Lt(t,e)}(e,t),function(t,e,n){return e&&Nt(t.prototype,e),n&&Nt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}(e,[{key:"initialized",get:function(){return Object(r.e)(this,At,"f")}},{key:"getDrawerWidth",value:function(){var t=this,e=F(this.contentEl).pipe(Object(x.a)((function(e){return t.fireEvent("content-width-change",{detail:e})}))),n=F(this.peekEl).pipe(Object(x.a)((function(e){return t.fireEvent("peek-width-change",{detail:e})})));return Object(d.a)([e,n]).pipe(Object(S.a)((function(t){var e=Xt(t,2);return e[0]-e[1]})),Object(k.a)())}},{key:"connectedCallback",value:function(){!function(t,e,n,r){var i=Ft(Ht(1&r?t.prototype:t),e,n);return 2&r?function(t){return i.apply(n,t)}:i}(e,"connectedCallback",this,3)([]),this.$={opened:new g.a(this.opened),side:new g.a(this.side),persistent:new g.a(this.persistent),preventDefault:new g.a(this.noScroll),mouseEvents:new g.a(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new w.a,this.updater=gt.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}},{key:"render",value:function(){return Object(i.d)(xt||(xt=Dt(['\n <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 '])),y({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?Object(i.d)(Pt||(Pt=Dt(['<div class="grabbing-screen full-screen"></div>']))):null,p(zt(zt(zt({wrapper:!0,"full-height":!0},this.side,!0),"grab",this.mouseEvents),"grabbing",this.mouseEvents&&this.grabbing)),y({willChange:this.willChange?"transform":""}))}},{key:"open",value:function(){this.animateTo$.next(!0)}},{key:"close",value:function(){this.animateTo$.next(!1)}},{key:"toggle",value:function(){this.animateTo$.next(!this.opened)}}])}(Object(N.b)(N.a,[et,jt,lt]));At=new WeakMap,Ct=new WeakMap,Tt=new WeakMap,Mt=new WeakMap,Vt.styles=It,Object(r.g)([Object(i.f)(".scrim")],Vt.prototype,"scrimEl",void 0),Object(r.g)([Object(i.f)(".wrapper")],Vt.prototype,"contentEl",void 0),Object(r.g)([Object(i.f)(".peek")],Vt.prototype,"peekEl",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"opened",void 0),Object(r.g)([Object(i.e)({type:String,reflect:!0})],Vt.prototype,"side",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"persistent",void 0),Object(r.g)([Object(i.e)({type:Number,reflect:!0})],Vt.prototype,"threshold",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"noScroll",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"mouseEvents",void 0),Object(r.g)([Object(i.e)({reflect:!0,converter:J,hasChanged:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.length!==e.length||t.some((function(t,n){return t!==e[n]}))}})],Vt.prototype,"range",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"scrimClickable",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"grabbing",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"willChange",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"open",null),Object(r.g)([Object(i.e)()],Vt.prototype,"close",null),Object(r.g)([Object(i.e)()],Vt.prototype,"toggle",null),Vt=Object(r.g)([Object(i.c)("hy-drawer")],Vt)},
|
|
47
|
+
var Vt=function(t){function e(){var t;return Bt(this,e),(t=Yt(this,e,arguments)).opened=!1,t.side="left",t.persistent=!1,t.threshold=10,t.noScroll=!1,t.mouseEvents=!1,t.range=[0,100],t.willChange=!1,At.set(t,Object(N.f)()),Ct.set(t,void 0),Tt.set(t,void 0),Mt.set(t,void 0),t.upgrade=function(){var e=t.getDrawerWidth(),n=t.$.persistent.pipe(Object(S.a)((function(t){return!t}))),i=t.getStartObservable().pipe(Object(N.h)(n),Object(k.a)()),o=Object(h.a)((function(){return Object(r.e)(t,Ct,"f").pipe(Object(S.a)((function(t){return 0!==t})))})),a=i.pipe(Object(E.a)(o),Object(S.a)((function(e){var n;return(n=t).calcIsInRange.apply(n,_t(e))})),Object(x.a)((function(e){e&&(t.willChange=!0,t.fireEvent("prepare"))})),Object(k.a)()),c=t.getEndObservable().pipe(Object(N.h)(n,a),Object(x.a)((function(){t.mouseEvents&&(t.grabbing=!1)})),Object(k.a)()),u=t.getMoveObservable(i,c).pipe(Object(N.h)(n,a),Object(k.a)()),l=t.getIsSlidingObservable(u,i,c).pipe(Object(x.a)((function(e){t.isSliding=e,e&&t.mouseEvents&&(t.grabbing=!0)}))),f=Object(r.f)(t,Ct,Object(h.a)((function(){var n=Object(d.a)([t.$.opened,t.$.side,e]).pipe(Object(S.a)((function(t){var e=Xt(t,3),n=e[0],r=e[1],i=e[2];return n?i*("left"===r?1:-1):0}))),o=u.pipe(Object(N.h)(l),Object(x.a)((function(){return t.scrimClickable=!1})),Object(x.a)((function(e){var n=e.event;return n&&t.noScroll&&n.preventDefault()})),Object(E.a)(i,Object(r.e)(t,Tt,"f"),e),Object(S.a)((function(e){var n;return(n=t).calcTranslateX.apply(n,_t(e))})));return Object(m.a)(Object(r.e)(t,Mt,"f"),n,o)})).pipe(Object(k.a)()),"f");Object(r.f)(t,Tt,f.pipe(M(i)),"f");var s=f.pipe($(),Object(z.a)(),Object(D.a)((function(t){var e=Xt(t,2),n=e[0].timestamp;return e[1].timestamp-n>0})),Object(S.a)((function(t){var e=Xt(t,2),n=e[0],r=n.value,i=n.timestamp,o=e[1];return(o.value-r)/(o.timestamp-i)})),Object(X.a)(0)),b=c.pipe(Object(E.a)(i,f,e,s),Object(D.a)((function(e){var n;return(n=t).calcIsSwipe.apply(n,_t(e))})),Object(S.a)((function(e){var n;return(n=t).calcWillOpen.apply(n,_t(e))}))),p=t.animateTo$.pipe(Object(x.a)((function(){t.willChange=!0,t.fireEvent("prepare")})));Object(r.f)(t,Mt,Object(m.a)(b,p).pipe(Object(E.a)(f,e),Object(_.a)((function(e){var n=Xt(e,3),r=n[0],o=n[1],a=n[2],c="left"===t.side?1:-1,u=(r?a*c:0)-o,l=Math.ceil(200+.15*a);return Object(N.m)(Y,o,u,l).pipe(Object(R.a)((function(){t.transitioned(r)})),Object(W.a)(i),Object(W.a)(t.$.side.pipe(B(1))),Object(k.a)())}))),"f"),f.pipe(Object(E.a)(e),Object(x.a)((function(e){var n;(n=t).updateDOM.apply(n,_t(e));var r=t,i=r.translateX,o=r.opacity;t.fireEvent("move",{detail:{translateX:i,opacity:o},bubbles:!1})}))).subscribe(),Object(O.a)(t.scrimEl,"click").pipe(Object(x.a)((function(){return t.close()}))).subscribe(),n.pipe(Object(x.a)((function(e){t.scrimEl.style.display=e?"block":"none"}))).subscribe(),t.$.mouseEvents.pipe(Object(_.a)((function(t){return t?i.pipe(Object(E.a)(a)):j.a})),Object(D.a)((function(t){var e=Xt(t,2),n=e[0];return e[1]&&null!=n.event})),Object(x.a)((function(t){var e=Xt(t,1)[0].event;return e&&e.preventDefault()}))).subscribe(),t.fireEvent("init",{detail:t.opened}),Object(r.e)(t,At,"f").resolve(t)},t.transitioned=function(e){t.opened=t.scrimClickable=e,t.willChange=!1,t.fireEvent("transitioned",{detail:e})},t}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Lt(t,e)}(e,t),function(t,e,n){return e&&Nt(t.prototype,e),n&&Nt(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}(e,[{key:"initialized",get:function(){return Object(r.e)(this,At,"f")}},{key:"getDrawerWidth",value:function(){var t=this,e=F(this.contentEl).pipe(Object(x.a)((function(e){return t.fireEvent("content-width-change",{detail:e})}))),n=F(this.peekEl).pipe(Object(x.a)((function(e){return t.fireEvent("peek-width-change",{detail:e})})));return Object(d.a)([e,n]).pipe(Object(S.a)((function(t){var e=Xt(t,2);return e[0]-e[1]})),Object(k.a)())}},{key:"connectedCallback",value:function(){!function(t,e,n,r){var i=Ft(Ht(1&r?t.prototype:t),e,n);return 2&r?function(t){return i.apply(n,t)}:i}(e,"connectedCallback",this,3)([]),this.$={opened:new g.a(this.opened),side:new g.a(this.side),persistent:new g.a(this.persistent),preventDefault:new g.a(this.noScroll),mouseEvents:new g.a(this.mouseEvents)},this.scrimClickable=this.opened,this.animateTo$=new w.a,this.updater=gt.getUpdaterForPlatform(this),this.updateComplete.then(this.upgrade)}},{key:"render",value:function(){return Object(i.d)(xt||(xt=Dt(['\n <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 '])),y({willChange:this.willChange?"opacity":"",pointerEvents:this.scrimClickable?"all":""}),this.mouseEvents&&this.grabbing&&!this.scrimClickable?Object(i.d)(Pt||(Pt=Dt(['<div class="grabbing-screen full-screen"></div>']))):null,p(zt(zt(zt({wrapper:!0,"full-height":!0},this.side,!0),"grab",this.mouseEvents),"grabbing",this.mouseEvents&&this.grabbing)),y({willChange:this.willChange?"transform":""}))}},{key:"open",value:function(){this.animateTo$.next(!0)}},{key:"close",value:function(){this.animateTo$.next(!1)}},{key:"toggle",value:function(){this.animateTo$.next(!this.opened)}}])}(Object(N.b)(N.a,[et,jt,lt]));At=new WeakMap,Ct=new WeakMap,Tt=new WeakMap,Mt=new WeakMap,Vt.styles=It,Object(r.g)([Object(i.f)(".scrim")],Vt.prototype,"scrimEl",void 0),Object(r.g)([Object(i.f)(".wrapper")],Vt.prototype,"contentEl",void 0),Object(r.g)([Object(i.f)(".peek")],Vt.prototype,"peekEl",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"opened",void 0),Object(r.g)([Object(i.e)({type:String,reflect:!0})],Vt.prototype,"side",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"persistent",void 0),Object(r.g)([Object(i.e)({type:Number,reflect:!0})],Vt.prototype,"threshold",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"noScroll",void 0),Object(r.g)([Object(i.e)({type:Boolean,reflect:!0})],Vt.prototype,"mouseEvents",void 0),Object(r.g)([Object(i.e)({reflect:!0,converter:J,hasChanged:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.length!==e.length||t.some((function(t,n){return t!==e[n]}))}})],Vt.prototype,"range",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"scrimClickable",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"grabbing",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"willChange",void 0),Object(r.g)([Object(i.e)()],Vt.prototype,"open",null),Object(r.g)([Object(i.e)()],Vt.prototype,"close",null),Object(r.g)([Object(i.e)()],Vt.prototype,"toggle",null),Vt=Object(r.g)([Object(i.c)("hy-drawer")],Vt)},370:function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var r=n(8);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=Array.isArray,a=Object.getPrototypeOf,c=Object.prototype,u=Object.keys;function l(t){if(1===t.length){var e=t[0];if(o(e))return{args:e,keys:null};if((r=e)&&"object"===i(r)&&a(r)===c){var n=u(e);return{args:n.map((function(t){return e[t]})),keys:n}}}var r;return{args:t,keys:null}}var f=n(68),s=n(38),b=n(153),p=n(51);function v(t,e){return t.reduce((function(t,n,r){return t[n]=e[r],t}),{})}var y=n(9),h=n(22);function d(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Object(p.c)(t),i=Object(p.b)(t),o=l(t),a=o.args,c=o.keys;if(0===a.length)return Object(f.a)([],n);var u=new r.a(m(a,n,c?function(t){return v(c,t)}:s.a));return i?u.pipe(Object(b.a)(i)):u}function m(t,e,n){return void 0===n&&(n=s.a),function(r){O(e,(function(){for(var i=t.length,o=new Array(i),a=i,c=i,u=function(i){O(e,(function(){var u=Object(f.a)(t[i],e),l=!1;u.subscribe(Object(y.a)(r,(function(t){o[i]=t,l||(l=!0,c--),c||r.next(n(o.slice()))}),(function(){--a||r.complete()})))}),r)},l=0;l<i;l++)u(l)}),r)}}function O(t,e,n){t?Object(h.a)(n,t,e):e()}},371:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(122),i=n(11),o=n(9),a=n(14);var c=n(357);function u(t,e,n){void 0===e&&(e=r.b);var u=Object(c.a)(t,e);return function(t,e){return Object(i.a)((function(n,r){var i=null!=e?e:{},c=i.leading,u=void 0===c||c,l=i.trailing,f=void 0!==l&&l,s=!1,b=null,p=null,v=!1,y=function(){null==p||p.unsubscribe(),p=null,f&&(m(),v&&r.complete())},h=function(){p=null,v&&r.complete()},d=function(e){return p=Object(a.a)(t(e)).subscribe(Object(o.a)(r,y,h))},m=function(){if(s){s=!1;var t=b;b=null,r.next(t),!v&&d(t)}};n.subscribe(Object(o.a)(r,(function(t){s=!0,b=t,(!p||p.closed)&&(u?m():d(t))}),(function(){v=!0,(!(f&&s&&p)||p.closed)&&r.complete()})))}))}((function(){return u}),n)}}}]);
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* /\___/ \ \____/
|
|
10
10
|
* \/__/ \/___/
|
|
11
11
|
*
|
|
12
|
-
* Powered by Hydejack v9.
|
|
12
|
+
* Powered by Hydejack v9.2.0 <https://hydejack.com/>
|
|
13
13
|
*/
|
|
14
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{
|
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{321:function(t,e,n){"use strict";n.d(e,"g",(function(){return o.a})),n.d(e,"m",(function(){return o.c})),n.d(e,"a",(function(){return w})),n.d(e,"b",(function(){return S})),n.d(e,"e",(function(){return _.b})),n.d(e,"d",(function(){return _.a})),n.d(e,"l",(function(){return O.c})),n.d(e,"h",(function(){return O.b})),n.d(e,"c",(function(){return O.a})),n.d(e,"i",(function(){return j.b})),n.d(e,"j",(function(){return j.c})),n.d(e,"k",(function(){return j.d})),n.d(e,"f",(function(){return j.a}));var r,o=n(90),i=n(1),u=n(335),a=n(329);function c(t){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function s(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return l(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw i}}}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function f(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function p(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,h(r.key),r)}}function h(t){var e=function(t,e){if("object"!=c(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=c(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==c(e)?e:e+""}function d(t,e,n){return e=m(e),function(t,e){if(e&&("object"==c(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],m(t).constructor):e.apply(t,n))}function y(t,e,n,r){var o=v(m(1&r?t.prototype:t),e,n);return 2&r?function(t){return o.apply(n,t)}:o}function v(){return(v="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=b(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(null,arguments)}function b(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=m(t)););return t}function m(t){return(m=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function g(t,e){return(g=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var w=function(t){function e(){var t;return f(this,e),(t=d(this,e,arguments)).$connected=new a.a,r.set(t,void 0),t.$={},t}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&g(t,e)}(e,t),n=e,(o=[{key:"connectedCallback",value:function(){y(e,"connectedCallback",this,3)([]),this.$connected.next(!0)}},{key:"disconnectedCallback",value:function(){y(e,"disconnectedCallback",this,3)([]),this.$connected.next(!1)}},{key:"firstUpdated",value:function(){Object(i.f)(this,r,!0,"f")}},{key:"updated",value:function(t){if(!Object(i.e)(this,r,"f")){var e,n=s(t.keys());try{for(n.s();!(e=n.n()).done;){var o=e.value;o in this.$&&this.$[o].next(this[o])}}catch(t){n.e(t)}finally{n.f()}}Object(i.f)(this,r,!1,"f")}},{key:"fireEvent",value:function(t,e){this.dispatchEvent(new CustomEvent(t,e)),this.dispatchEvent(new CustomEvent("".concat(this.tagName.toLowerCase(),"-").concat(t),e))}}])&&p(n.prototype,o),u&&p(n,u),Object.defineProperty(n,"prototype",{writable:!1}),n;var n,o,u}(u.a);function S(t,e){return e.forEach((function(e){Object.getOwnPropertyNames(e.prototype).forEach((function(n){t.prototype[n]=e.prototype[n]}))})),t}r=new WeakMap;var _=n(120),O=n(89),j=n(67)},322:function(t,e,n){"use strict";n.d(e,"a",(function(){return j})),n.d(e,"b",(function(){return P})),n.d(e,"e",(function(){return k})),n.d(e,"c",(function(){return x})),n.d(e,"f",(function(){return E})),n.d(e,"g",(function(){return C})),n.d(e,"d",(function(){return N}));var r=n(331),o=n(325),i=n(332),u=n(333),a=n(327),c=n(324);function s(t,e,n){return e=p(e),function(t,e){if(e&&("object"==S(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],p(t).constructor):e.apply(t,n))}function l(){return(l="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=f(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(null,arguments)}function f(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=p(t)););return t}function p(t){return(p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function h(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&d(t,e)}function d(t,e){return(d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function y(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return v(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?v(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw i}}}}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function b(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function m(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,w(r.key),r)}}function g(t,e,n){return e&&m(t.prototype,e),n&&m(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function w(t){var e=function(t,e){if("object"!=S(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=S(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==S(e)?e:e+""}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)}
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
17
17
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
* Code distributed by Google as part of the polymer project is also
|
|
25
25
|
* subject to an additional IP rights grant found at
|
|
26
26
|
* http://polymer.github.io/PATENTS.txt
|
|
27
|
-
*/var _=function(t){return null===t||!("object"===S(t)||"function"==typeof t)},O=function(t){return Array.isArray(t)||!(!t||!t[Symbol.iterator])},j=function(){return g((function t(e,n,r){b(this,t),this.dirty=!0,this.element=e,this.name=n,this.strings=r,this.parts=[];for(var o=0;o<r.length-1;o++)this.parts[o]=this._createPart()}),[{key:"_createPart",value:function(){return new P(this)}},{key:"_getValue",value:function(){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"===S(r))return String(r);if("string"==typeof r||!O(r))return r}for(var o="",i=0;i<e;i++){o+=t[i];var u=n[i];if(void 0!==u){var a=u.value;if(_(a)||!O(a))o+="string"==typeof a?a:String(a);else{var c,s=y(a);try{for(s.s();!(c=s.n()).done;){var l=c.value;o+="string"==typeof l?l:String(l)}}catch(t){s.e(t)}finally{s.f()}}}}return o+=t[e]}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}])}(),P=function(){return g((function t(e){b(this,t),this.value=void 0,this.committer=e}),[{key:"setValue",value:function(t){t===i.a||_(t)&&t===this.value||(this.value=t,Object(r.b)(t)||(this.committer.dirty=!0))}},{key:"commit",value:function(){for(;Object(r.b)(this.value);){var t=this.value;this.value=i.a,t(this)}this.value!==i.a&&this.committer.commit()}}])}(),k=function(){function t(e){b(this,t),this.value=void 0,this.__pendingValue=void 0,this.options=e}return g(t,[{key:"appendInto",value:function(t){this.startNode=t.appendChild(Object(c.c)()),this.endNode=t.appendChild(Object(c.c)())}},{key:"insertAfterNode",value:function(t){this.startNode=t,this.endNode=t.nextSibling}},{key:"appendIntoPart",value:function(t){t.__insert(this.startNode=Object(c.c)()),t.__insert(this.endNode=Object(c.c)())}},{key:"insertAfterPart",value:function(t){t.__insert(this.startNode=Object(c.c)()),this.endNode=t.endNode,t.endNode=this.startNode}},{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){if(null!==this.startNode.parentNode){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}var e=this.__pendingValue;e!==i.a&&(_(e)?e!==this.value&&this.__commitText(e):e instanceof a.b?this.__commitTemplateResult(e):e instanceof Node?this.__commitNode(e):O(e)?this.__commitIterable(e):e===i.b?(this.value=i.b,this.clear()):this.__commitText(e))}}},{key:"__insert",value:function(t){this.endNode.parentNode.insertBefore(t,this.endNode)}},{key:"__commitNode",value:function(t){this.value!==t&&(this.clear(),this.__insert(t),this.value=t)}},{key:"__commitText",value:function(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}},{key:"__commitTemplateResult",value:function(t){var e=this.options.templateFactory(t);if(this.value instanceof u.a&&this.value.template===e)this.value.update(t.values);else{var n=new u.a(e,t.processor,this.options),r=n._clone();n.update(t.values),this.__commitNode(r),this.value=n}}},{key:"__commitIterable",value:function(e){Array.isArray(this.value)||(this.value=[],this.clear());var n,r,o=this.value,i=0,u=y(e);try{for(u.s();!(r=u.n()).done;){var a=r.value;void 0===(n=o[i])&&(n=new t(this.options),o.push(n),0===i?n.appendIntoPart(this):n.insertAfterPart(o[i-1])),n.setValue(a),n.commit(),i++}}catch(t){u.e(t)}finally{u.f()}i<o.length&&(o.length=i,this.clear(n&&n.endNode))}},{key:"clear",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.startNode;Object(o.b)(this.startNode.parentNode,t.nextSibling,this.endNode)}}])}(),x=function(){return g((function t(e,n,r){if(b(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}if(this.__pendingValue!==i.a){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=i.a}}}])}(),E=function(t){function e(t,n,r){var o;return b(this,e),(o=s(this,e,[t,n,r])).single=2===r.length&&""===r[0]&&""===r[1],o}return h(e,t),g(e,[{key:"_createPart",value:function(){return new C(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:(t=e,n="_getValue",r=this,i=l(p(1&(o=3)?t.prototype:t),n,r),2&o?function(t){return i.apply(r,t)}:i)([]);var t,n,r,o,i}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}])}(j),C=function(t){function e(){return b(this,e),s(this,e,arguments)}return h(e,t),g(e)}(P),T=!1;!function(){try{var t={get capture(){return T=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var N=function(){return g((function t(e,n,r){var o=this;b(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return o.handleEvent(t)}}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}if(this.__pendingValue!==i.a){var e=this.__pendingValue,n=this.value,o=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),u=null!=e&&(null==n||o);o&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),u&&(this.__options=A(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=i.a}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}])}(),A=function(t){return t&&(T?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}},
|
|
27
|
+
*/var _=function(t){return null===t||!("object"===S(t)||"function"==typeof t)},O=function(t){return Array.isArray(t)||!(!t||!t[Symbol.iterator])},j=function(){return g((function t(e,n,r){b(this,t),this.dirty=!0,this.element=e,this.name=n,this.strings=r,this.parts=[];for(var o=0;o<r.length-1;o++)this.parts[o]=this._createPart()}),[{key:"_createPart",value:function(){return new P(this)}},{key:"_getValue",value:function(){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"===S(r))return String(r);if("string"==typeof r||!O(r))return r}for(var o="",i=0;i<e;i++){o+=t[i];var u=n[i];if(void 0!==u){var a=u.value;if(_(a)||!O(a))o+="string"==typeof a?a:String(a);else{var c,s=y(a);try{for(s.s();!(c=s.n()).done;){var l=c.value;o+="string"==typeof l?l:String(l)}}catch(t){s.e(t)}finally{s.f()}}}}return o+=t[e]}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}])}(),P=function(){return g((function t(e){b(this,t),this.value=void 0,this.committer=e}),[{key:"setValue",value:function(t){t===i.a||_(t)&&t===this.value||(this.value=t,Object(r.b)(t)||(this.committer.dirty=!0))}},{key:"commit",value:function(){for(;Object(r.b)(this.value);){var t=this.value;this.value=i.a,t(this)}this.value!==i.a&&this.committer.commit()}}])}(),k=function(){function t(e){b(this,t),this.value=void 0,this.__pendingValue=void 0,this.options=e}return g(t,[{key:"appendInto",value:function(t){this.startNode=t.appendChild(Object(c.c)()),this.endNode=t.appendChild(Object(c.c)())}},{key:"insertAfterNode",value:function(t){this.startNode=t,this.endNode=t.nextSibling}},{key:"appendIntoPart",value:function(t){t.__insert(this.startNode=Object(c.c)()),t.__insert(this.endNode=Object(c.c)())}},{key:"insertAfterPart",value:function(t){t.__insert(this.startNode=Object(c.c)()),this.endNode=t.endNode,t.endNode=this.startNode}},{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){if(null!==this.startNode.parentNode){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}var e=this.__pendingValue;e!==i.a&&(_(e)?e!==this.value&&this.__commitText(e):e instanceof a.b?this.__commitTemplateResult(e):e instanceof Node?this.__commitNode(e):O(e)?this.__commitIterable(e):e===i.b?(this.value=i.b,this.clear()):this.__commitText(e))}}},{key:"__insert",value:function(t){this.endNode.parentNode.insertBefore(t,this.endNode)}},{key:"__commitNode",value:function(t){this.value!==t&&(this.clear(),this.__insert(t),this.value=t)}},{key:"__commitText",value:function(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}},{key:"__commitTemplateResult",value:function(t){var e=this.options.templateFactory(t);if(this.value instanceof u.a&&this.value.template===e)this.value.update(t.values);else{var n=new u.a(e,t.processor,this.options),r=n._clone();n.update(t.values),this.__commitNode(r),this.value=n}}},{key:"__commitIterable",value:function(e){Array.isArray(this.value)||(this.value=[],this.clear());var n,r,o=this.value,i=0,u=y(e);try{for(u.s();!(r=u.n()).done;){var a=r.value;void 0===(n=o[i])&&(n=new t(this.options),o.push(n),0===i?n.appendIntoPart(this):n.insertAfterPart(o[i-1])),n.setValue(a),n.commit(),i++}}catch(t){u.e(t)}finally{u.f()}i<o.length&&(o.length=i,this.clear(n&&n.endNode))}},{key:"clear",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.startNode;Object(o.b)(this.startNode.parentNode,t.nextSibling,this.endNode)}}])}(),x=function(){return g((function t(e,n,r){if(b(this,t),this.value=void 0,this.__pendingValue=void 0,2!==r.length||""!==r[0]||""!==r[1])throw new Error("Boolean attributes can only contain a single expression");this.element=e,this.name=n,this.strings=r}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}if(this.__pendingValue!==i.a){var e=!!this.__pendingValue;this.value!==e&&(e?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=e),this.__pendingValue=i.a}}}])}(),E=function(t){function e(t,n,r){var o;return b(this,e),(o=s(this,e,[t,n,r])).single=2===r.length&&""===r[0]&&""===r[1],o}return h(e,t),g(e,[{key:"_createPart",value:function(){return new C(this)}},{key:"_getValue",value:function(){return this.single?this.parts[0].value:(t=e,n="_getValue",r=this,i=l(p(1&(o=3)?t.prototype:t),n,r),2&o?function(t){return i.apply(r,t)}:i)([]);var t,n,r,o,i}},{key:"commit",value:function(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}])}(j),C=function(t){function e(){return b(this,e),s(this,e,arguments)}return h(e,t),g(e)}(P),T=!1;!function(){try{var t={get capture(){return T=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}}();var N=function(){return g((function t(e,n,r){var o=this;b(this,t),this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=n,this.eventContext=r,this.__boundHandleEvent=function(t){return o.handleEvent(t)}}),[{key:"setValue",value:function(t){this.__pendingValue=t}},{key:"commit",value:function(){for(;Object(r.b)(this.__pendingValue);){var t=this.__pendingValue;this.__pendingValue=i.a,t(this)}if(this.__pendingValue!==i.a){var e=this.__pendingValue,n=this.value,o=null==e||null!=n&&(e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive),u=null!=e&&(null==n||o);o&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),u&&(this.__options=A(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=i.a}}},{key:"handleEvent",value:function(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}])}(),A=function(t){return t&&(T?{capture:t.capture,passive:t.passive,once:t.once}:t.capture)}},323:function(t,e,n){"use strict";n.d(e,"c",(function(){return s.a})),n.d(e,"a",(function(){return r.b})),n.d(e,"b",(function(){return r.g})),n.d(e,"d",(function(){return l}));var r=n(322);function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,u(r.key),r)}}function u(t){var e=function(t,e){if("object"!=o(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}
|
|
28
28
|
/**
|
|
29
29
|
* @license
|
|
30
30
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* Code distributed by Google as part of the polymer project is also
|
|
38
38
|
* subject to an additional IP rights grant found at
|
|
39
39
|
* http://polymer.github.io/PATENTS.txt
|
|
40
|
-
*/(t,"string");return"symbol"==o(e)?e:e+""}var a=new(function(){return t=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)},(e=[{key:"handleAttributeExpressions",value:function(t,e,n,o){var i=e[0];return"."===i?new r.f(t,e.slice(1),n).parts:"@"===i?[new r.d(t,e.slice(1),o.eventContext)]:"?"===i?[new r.c(t,e.slice(1),n)]:new r.a(t,e,n).parts}},{key:"handleTextExpression",value:function(t){return new r.e(t)}}])&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}()),c=n(
|
|
40
|
+
*/(t,"string");return"symbol"==o(e)?e:e+""}var a=new(function(){return t=function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)},(e=[{key:"handleAttributeExpressions",value:function(t,e,n,o){var i=e[0];return"."===i?new r.f(t,e.slice(1),n).parts:"@"===i?[new r.d(t,e.slice(1),o.eventContext)]:"?"===i?[new r.c(t,e.slice(1),n)]:new r.a(t,e,n).parts}},{key:"handleTextExpression",value:function(t){return new r.e(t)}}])&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}()),c=n(327),s=n(331);n(325),n(332),n(330),n(328),n(333),n(324);
|
|
41
41
|
/**
|
|
42
42
|
* @license
|
|
43
43
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
* subject to an additional IP rights grant found at
|
|
52
52
|
* http://polymer.github.io/PATENTS.txt
|
|
53
53
|
*/
|
|
54
|
-
"undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.4.1");var l=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 c.b(t,n,"html",a)}},
|
|
54
|
+
"undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.4.1");var l=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 c.b(t,n,"html",a)}},324:function(t,e,n){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,u(r.key),r)}}function i(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function u(t){var e=function(t,e){if("object"!=r(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,e||"default");if("object"!=r(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==r(e)?e:e+""}n.d(e,"f",(function(){return a})),n.d(e,"g",(function(){return c})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return f})),n.d(e,"d",(function(){return h})),n.d(e,"c",(function(){return d})),n.d(e,"e",(function(){return y}));
|
|
55
55
|
/**
|
|
56
56
|
* @license
|
|
57
57
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
* subject to an additional IP rights grant found at
|
|
66
66
|
* http://polymer.github.io/PATENTS.txt
|
|
67
67
|
*/
|
|
68
|
-
var a="{{lit-".concat(String(Math.random()).slice(2),"}}"),c="\x3c!--".concat(a,"--\x3e"),s=new RegExp("".concat(a,"|").concat(c)),l="$lit$",f=i((function t(e,n){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.parts=[],this.element=n;for(var r=[],o=[],i=document.createTreeWalker(n.content,133,null,!1),u=0,c=-1,f=0,h=e.strings,v=e.values.length;f<v;){var b=i.nextNode();if(null!==b){if(c++,1===b.nodeType){if(b.hasAttributes()){for(var m=b.attributes,g=m.length,w=0,S=0;S<g;S++)p(m[S].name,l)&&w++;for(;w-- >0;){var _=h[f],O=y.exec(_)[2],j=O.toLowerCase()+l,P=b.getAttribute(j);b.removeAttribute(j);var k=P.split(s);this.parts.push({type:"attribute",index:c,name:O,strings:k}),f+=k.length-1}}"TEMPLATE"===b.tagName&&(o.push(b),i.currentNode=b.content)}else if(3===b.nodeType){var x=b.data;if(x.indexOf(a)>=0){for(var E=b.parentNode,C=x.split(s),T=C.length-1,N=0;N<T;N++){var A=void 0,R=C[N];if(""===R)A=d();else{var L=y.exec(R);null!==L&&p(L[2],l)&&(R=R.slice(0,L.index)+L[1]+L[2].slice(0,-l.length)+L[3]),A=document.createTextNode(R)}E.insertBefore(A,b),this.parts.push({type:"node",index:++c})}""===C[T]?(E.insertBefore(d(),b),r.push(b)):b.data=C[T],f+=T}}else if(8===b.nodeType)if(b.data===a){var V=b.parentNode;null!==b.previousSibling&&c!==u||(c++,V.insertBefore(d(),b)),u=c,this.parts.push({type:"node",index:c}),null===b.nextSibling?b.data="":(r.push(b),c--),f++}else for(var U=-1;-1!==(U=b.data.indexOf(a,U+1));)this.parts.push({type:"node",index:-1}),f++}else i.currentNode=o.pop()}for(var I=0,M=r;I<M.length;I++){var B=M[I];B.parentNode.removeChild(B)}})),p=function(t,e){var n=t.length-e.length;return n>=0&&t.slice(n)===e},h=function(t){return-1!==t.index},d=function(){return document.createComment("")},y=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/},
|
|
68
|
+
var a="{{lit-".concat(String(Math.random()).slice(2),"}}"),c="\x3c!--".concat(a,"--\x3e"),s=new RegExp("".concat(a,"|").concat(c)),l="$lit$",f=i((function t(e,n){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.parts=[],this.element=n;for(var r=[],o=[],i=document.createTreeWalker(n.content,133,null,!1),u=0,c=-1,f=0,h=e.strings,v=e.values.length;f<v;){var b=i.nextNode();if(null!==b){if(c++,1===b.nodeType){if(b.hasAttributes()){for(var m=b.attributes,g=m.length,w=0,S=0;S<g;S++)p(m[S].name,l)&&w++;for(;w-- >0;){var _=h[f],O=y.exec(_)[2],j=O.toLowerCase()+l,P=b.getAttribute(j);b.removeAttribute(j);var k=P.split(s);this.parts.push({type:"attribute",index:c,name:O,strings:k}),f+=k.length-1}}"TEMPLATE"===b.tagName&&(o.push(b),i.currentNode=b.content)}else if(3===b.nodeType){var x=b.data;if(x.indexOf(a)>=0){for(var E=b.parentNode,C=x.split(s),T=C.length-1,N=0;N<T;N++){var A=void 0,R=C[N];if(""===R)A=d();else{var L=y.exec(R);null!==L&&p(L[2],l)&&(R=R.slice(0,L.index)+L[1]+L[2].slice(0,-l.length)+L[3]),A=document.createTextNode(R)}E.insertBefore(A,b),this.parts.push({type:"node",index:++c})}""===C[T]?(E.insertBefore(d(),b),r.push(b)):b.data=C[T],f+=T}}else if(8===b.nodeType)if(b.data===a){var V=b.parentNode;null!==b.previousSibling&&c!==u||(c++,V.insertBefore(d(),b)),u=c,this.parts.push({type:"node",index:c}),null===b.nextSibling?b.data="":(r.push(b),c--),f++}else for(var U=-1;-1!==(U=b.data.indexOf(a,U+1));)this.parts.push({type:"node",index:-1}),f++}else i.currentNode=o.pop()}for(var I=0,M=r;I<M.length;I++){var B=M[I];B.parentNode.removeChild(B)}})),p=function(t,e){var n=t.length-e.length;return n>=0&&t.slice(n)===e},h=function(t){return-1!==t.index},d=function(){return document.createComment("")},y=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/},325:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return i}));
|
|
69
69
|
/**
|
|
70
70
|
* @license
|
|
71
71
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -79,7 +79,7 @@ var a="{{lit-".concat(String(Math.random()).slice(2),"}}"),c="\x3c!--".concat(a,
|
|
|
79
79
|
* subject to an additional IP rights grant found at
|
|
80
80
|
* http://polymer.github.io/PATENTS.txt
|
|
81
81
|
*/
|
|
82
|
-
var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,o=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;e!==n;){var o=e.nextSibling;t.insertBefore(e,r),e=o}},i=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;e!==n;){var r=e.nextSibling;t.removeChild(e),e=r}}},
|
|
82
|
+
var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,o=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;e!==n;){var o=e.nextSibling;t.insertBefore(e,r),e=o}},i=function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;e!==n;){var r=e.nextSibling;t.removeChild(e),e=r}}},326:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(8),o=new r.a((function(t){return t.complete()}))},327:function(t,e,n){"use strict";n.d(e,"b",(function(){return m})),n.d(e,"a",(function(){return g}));var r=n(325),o=n(324);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e,n){return e=l(e),function(t,e){if(e&&("object"==i(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,function(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return function(){return!!t}()}()?Reflect.construct(e,n||[],l(t).constructor):e.apply(t,n))}function a(t,e,n,r){var o=c(l(1&r?t.prototype:t),e,n);return 2&r?function(t){return o.apply(n,t)}:o}function c(){return(c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=s(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(null,arguments)}function s(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=l(t)););return t}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function f(t,e){return(f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function p(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,y(r.key),r)}}function d(t,e,n){return e&&h(t.prototype,e),n&&h(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function y(t){var e=function(t,e){if("object"!=i(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=i(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}
|
|
83
83
|
/**
|
|
84
84
|
* @license
|
|
85
85
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -92,7 +92,7 @@ var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.c
|
|
|
92
92
|
* Code distributed by Google as part of the polymer project is also
|
|
93
93
|
* subject to an additional IP rights grant found at
|
|
94
94
|
* http://polymer.github.io/PATENTS.txt
|
|
95
|
-
*/(t,"string");return"symbol"==i(e)?e:e+""}var v=window.trustedTypes&&trustedTypes.createPolicy("lit-html",{createHTML:function(t){return t}}),b=" ".concat(o.f," "),m=function(){return d((function t(e,n,r,o){p(this,t),this.strings=e,this.values=n,this.type=r,this.processor=o}),[{key:"getHTML",value:function(){for(var t=this.strings.length-1,e="",n=!1,r=0;r<t;r++){var i=this.strings[r],u=i.lastIndexOf("\x3c!--");n=(u>-1||n)&&-1===i.indexOf("--\x3e",u+1);var a=o.e.exec(i);e+=null===a?i+(n?b:o.g):i.substr(0,a.index)+a[1]+a[2]+o.b+a[3]+o.f}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==v&&(e=v.createHTML(e)),t.innerHTML=e,t}}])}(),g=function(t){function e(){return p(this,e),u(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(e,t),d(e,[{key:"getHTML",value:function(){return"<svg>".concat(a(e,"getHTML",this,3)([]),"</svg>")}},{key:"getTemplateElement",value:function(){var t=a(e,"getTemplateElement",this,3)([]),n=t.content,o=n.firstChild;return n.removeChild(o),Object(r.c)(n,o.firstChild),t}}])}(m)},
|
|
95
|
+
*/(t,"string");return"symbol"==i(e)?e:e+""}var v=window.trustedTypes&&trustedTypes.createPolicy("lit-html",{createHTML:function(t){return t}}),b=" ".concat(o.f," "),m=function(){return d((function t(e,n,r,o){p(this,t),this.strings=e,this.values=n,this.type=r,this.processor=o}),[{key:"getHTML",value:function(){for(var t=this.strings.length-1,e="",n=!1,r=0;r<t;r++){var i=this.strings[r],u=i.lastIndexOf("\x3c!--");n=(u>-1||n)&&-1===i.indexOf("--\x3e",u+1);var a=o.e.exec(i);e+=null===a?i+(n?b:o.g):i.substr(0,a.index)+a[1]+a[2]+o.b+a[3]+o.f}return e+=this.strings[t]}},{key:"getTemplateElement",value:function(){var t=document.createElement("template"),e=this.getHTML();return void 0!==v&&(e=v.createHTML(e)),t.innerHTML=e,t}}])}(),g=function(t){function e(){return p(this,e),u(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(e,t),d(e,[{key:"getHTML",value:function(){return"<svg>".concat(a(e,"getHTML",this,3)([]),"</svg>")}},{key:"getTemplateElement",value:function(){var t=a(e,"getTemplateElement",this,3)([]),n=t.content,o=n.firstChild;return n.removeChild(o),Object(r.c)(n,o.firstChild),t}}])}(m)},328:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n(324);
|
|
96
96
|
/**
|
|
97
97
|
* @license
|
|
98
98
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -105,7 +105,7 @@ var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.c
|
|
|
105
105
|
* Code distributed by Google as part of the polymer project is also
|
|
106
106
|
* subject to an additional IP rights grant found at
|
|
107
107
|
* http://polymer.github.io/PATENTS.txt
|
|
108
|
-
*/function o(t){var e=i.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},i.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var o=t.strings.join(r.f);return void 0===(n=e.keyString.get(o))&&(n=new r.a(t,t.getTemplateElement()),e.keyString.set(o,n)),e.stringsArray.set(t.strings,n),n}var i=new Map},
|
|
108
|
+
*/function o(t){var e=i.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},i.set(t.type,e));var n=e.stringsArray.get(t.strings);if(void 0!==n)return n;var o=t.strings.join(r.f);return void 0===(n=e.keyString.get(o))&&(n=new r.a(t,t.getTemplateElement()),e.keyString.set(o,n)),e.stringsArray.set(t.strings,n),n}var i=new Map},329:function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var r=n(1),o=n(8),i=n(32),u=n(121),a=Object(u.a)((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),c=n(65),s=n(79),l=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return Object(r.h)(e,t),e.prototype.lift=function(t){var e=new f(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new a},e.prototype.next=function(t){var e=this;Object(s.b)((function(){var n,o;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=Object(r.l)(e.currentObservers),u=i.next();!u.done;u=i.next()){u.value.next(t)}}catch(t){n={error:t}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}}}))},e.prototype.error=function(t){var e=this;Object(s.b)((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var n=e.observers;n.length;)n.shift().error(t)}}))},e.prototype.complete=function(){var t=this;Object(s.b)((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,n=this.hasError,r=this.isStopped,o=this.observers;return n||r?i.a:(this.currentObservers=null,o.push(t),new i.b((function(){e.currentObservers=null,Object(c.a)(o,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this.hasError,n=this.thrownError,r=this.isStopped;e?t.error(n):r&&t.complete()},e.prototype.asObservable=function(){var t=new o.a;return t.source=this,t},e.create=function(t,e){return new f(t,e)},e}(o.a),f=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return Object(r.h)(e,t),e.prototype.next=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===n||n.call(e,t)},e.prototype.error=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===n||n.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,n;return null!==(n=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==n?n:i.a},e}(l)},330:function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return a}));var r=n(325),o=n(322),i=n(328),u=new WeakMap,a=function(t,e,n){var a=u.get(e);void 0===a&&(Object(r.b)(e,e.firstChild),u.set(e,a=new o.e(Object.assign({templateFactory:i.b},n))),a.appendInto(e)),a.setValue(t),a.commit()}},331:function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return i}));
|
|
109
109
|
/**
|
|
110
110
|
* @license
|
|
111
111
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -119,7 +119,7 @@ var r="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.c
|
|
|
119
119
|
* subject to an additional IP rights grant found at
|
|
120
120
|
* http://polymer.github.io/PATENTS.txt
|
|
121
121
|
*/
|
|
122
|
-
var r=new WeakMap,o=function(t){return function(){var e=t.apply(void 0,arguments);return r.set(e,!0),e}},i=function(t){return"function"==typeof t&&r.has(t)}},
|
|
122
|
+
var r=new WeakMap,o=function(t){return function(){var e=t.apply(void 0,arguments);return r.set(e,!0),e}},i=function(t){return"function"==typeof t&&r.has(t)}},332:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o}));
|
|
123
123
|
/**
|
|
124
124
|
* @license
|
|
125
125
|
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
|
@@ -133,7 +133,7 @@ var r=new WeakMap,o=function(t){return function(){var e=t.apply(void 0,arguments
|
|
|
133
133
|
* subject to an additional IP rights grant found at
|
|
134
134
|
* http://polymer.github.io/PATENTS.txt
|
|
135
135
|
*/
|
|
136
|
-
var r={},o={}},
|
|
136
|
+
var r={},o={}},333:function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var r=n(325),o=n(324);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t){return function(t){if(Array.isArray(t))return s(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||c(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=c(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,i=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw i}}}}function c(t,e){if(t){if("string"==typeof t)return s(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function l(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,f(r.key),r)}}function f(t){var e=function(t,e){if("object"!=i(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=i(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}
|
|
137
137
|
/**
|
|
138
138
|
* @license
|
|
139
139
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -146,7 +146,7 @@ var r={},o={}},332:function(t,e,n){"use strict";n.d(e,"a",(function(){return p})
|
|
|
146
146
|
* Code distributed by Google as part of the polymer project is also
|
|
147
147
|
* subject to an additional IP rights grant found at
|
|
148
148
|
* http://polymer.github.io/PATENTS.txt
|
|
149
|
-
*/(t,"string");return"symbol"==i(e)?e:e+""}var p=function(){return t=function t(e,n,r){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.__parts=[],this.template=e,this.processor=n,this.options=r},(e=[{key:"update",value:function(t){var e,n=0,r=a(this.__parts);try{for(r.s();!(e=r.n()).done;){var o=e.value;void 0!==o&&o.setValue(t[n]),n++}}catch(t){r.e(t)}finally{r.f()}var i,u=a(this.__parts);try{for(u.s();!(i=u.n()).done;){var c=i.value;void 0!==c&&c.commit()}}catch(t){u.e(t)}finally{u.f()}}},{key:"_clone",value:function(){for(var t,e=r.a?this.template.element.content.cloneNode(!0):document.importNode(this.template.element.content,!0),n=[],i=this.template.parts,a=document.createTreeWalker(e,133,null,!1),c=0,s=0,l=a.nextNode();c<i.length;)if(t=i[c],Object(o.d)(t)){for(;s<t.index;)s++,"TEMPLATE"===l.nodeName&&(n.push(l),a.currentNode=l.content),null===(l=a.nextNode())&&(a.currentNode=n.pop(),l=a.nextNode());if("node"===t.type){var f=this.processor.handleTextExpression(this.options);f.insertAfterNode(l.previousSibling),this.__parts.push(f)}else{var p;(p=this.__parts).push.apply(p,u(this.processor.handleAttributeExpressions(l,t.name,t.strings,this.options)))}c++}else this.__parts.push(void 0),c++;return r.a&&(document.adoptNode(e),customElements.upgrade(e)),e}}])&&l(t.prototype,e),n&&l(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}()},
|
|
149
|
+
*/(t,"string");return"symbol"==i(e)?e:e+""}var p=function(){return t=function t(e,n,r){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.__parts=[],this.template=e,this.processor=n,this.options=r},(e=[{key:"update",value:function(t){var e,n=0,r=a(this.__parts);try{for(r.s();!(e=r.n()).done;){var o=e.value;void 0!==o&&o.setValue(t[n]),n++}}catch(t){r.e(t)}finally{r.f()}var i,u=a(this.__parts);try{for(u.s();!(i=u.n()).done;){var c=i.value;void 0!==c&&c.commit()}}catch(t){u.e(t)}finally{u.f()}}},{key:"_clone",value:function(){for(var t,e=r.a?this.template.element.content.cloneNode(!0):document.importNode(this.template.element.content,!0),n=[],i=this.template.parts,a=document.createTreeWalker(e,133,null,!1),c=0,s=0,l=a.nextNode();c<i.length;)if(t=i[c],Object(o.d)(t)){for(;s<t.index;)s++,"TEMPLATE"===l.nodeName&&(n.push(l),a.currentNode=l.content),null===(l=a.nextNode())&&(a.currentNode=n.pop(),l=a.nextNode());if("node"===t.type){var f=this.processor.handleTextExpression(this.options);f.insertAfterNode(l.previousSibling),this.__parts.push(f)}else{var p;(p=this.__parts).push.apply(p,u(this.processor.handleAttributeExpressions(l,t.name,t.strings,this.options)))}c++}else this.__parts.push(void 0),c++;return r.a&&(document.adoptNode(e),customElements.upgrade(e)),e}}])&&l(t.prototype,e),n&&l(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}()},335:function(t,e,n){"use strict";n.d(e,"c",(function(){return M})),n.d(e,"e",(function(){return B})),n.d(e,"f",(function(){return F})),n.d(e,"d",(function(){return f.d})),n.d(e,"b",(function(){return K})),n.d(e,"a",(function(){return st}));var r=n(325),o=n(324);function i(t,e){for(var n=t.element.content,r=t.parts,o=document.createTreeWalker(n,133,null,!1),i=a(r),u=r[i],c=-1,s=0,l=[],f=null;o.nextNode();){c++;var p=o.currentNode;for(p.previousSibling===f&&(f=null),e.has(p)&&(l.push(p),null===f&&(f=p)),null!==f&&s++;void 0!==u&&u.index===c;)u.index=null!==f?-1:u.index-s,u=r[i=a(r,i)]}l.forEach((function(t){return t.parentNode.removeChild(t)}))}var u=function(t){for(var e=11===t.nodeType?0:1,n=document.createTreeWalker(t,133,null,!1);n.nextNode();)e++;return e},a=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(Object(o.d)(r))return n}return-1};var c=n(330),s=n(328),l=n(333),f=n(323);function p(t){return(p="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)}
|
|
150
150
|
/**
|
|
151
151
|
* @license
|
|
152
152
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -208,4 +208,4 @@ found at http://polymer.github.io/PATENTS.txt
|
|
|
208
208
|
* Code distributed by Google as part of the polymer project is also
|
|
209
209
|
* subject to an additional IP rights grant found at
|
|
210
210
|
* http://polymer.github.io/PATENTS.txt
|
|
211
|
-
*/(window.litElementVersions||(window.litElementVersions=[])).push("2.5.1");var ct={},st=function(t){function e(){return X(this,e),nt(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&at(t,e)}(e,t),n=e,o=[{key:"getStyles",value:function(){return this.styles}},{key:"_getUniqueStyles",value:function(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_styles",this))){var t=this.getStyles();if(Array.isArray(t)){var e=function(t,n){return t.reduceRight((function(t,n){return Array.isArray(n)?e(n,t):(t.add(n),t)}),n)},n=e(t,new Set),r=[];n.forEach((function(t){return r.unshift(t)})),this._styles=r}else this._styles=void 0===t?[]:[t];this._styles=this._styles.map((function(t){if(t instanceof CSSStyleSheet&&!G){var e=Array.prototype.slice.call(t.cssRules).reduce((function(t,e){return t+e.cssText}),"");return new Y(String(e),J)}return t}))}}}],(r=[{key:"initialize",value:function(){rt(e,"initialize",this,3)([]),this.constructor._getUniqueStyles(),this.renderRoot=this.createRenderRoot(),window.ShadowRoot&&this.renderRoot instanceof window.ShadowRoot&&this.adoptStyles()}},{key:"createRenderRoot",value:function(){return this.attachShadow(this.constructor.shadowRootOptions)}},{key:"adoptStyles",value:function(){var t=this.constructor._styles;0!==t.length&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow?G?this.renderRoot.adoptedStyleSheets=t.map((function(t){return t instanceof CSSStyleSheet?t:t.styleSheet})):this._needsShimAdoptedStyleSheets=!0:window.ShadyCSS.ScopingShim.prepareAdoptedCssText(t.map((function(t){return t.cssText})),this.localName))}},{key:"connectedCallback",value:function(){rt(e,"connectedCallback",this,3)([]),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}},{key:"update",value:function(t){var n=this,r=this.render();rt(e,"update",this,3)([t]),r!==ct&&this.constructor.render(r,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach((function(t){var e=document.createElement("style");e.textContent=t.cssText,n.renderRoot.appendChild(e)})))}},{key:"render",value:function(){return ct}}])&&tt(n.prototype,r),o&&tt(n,o),Object.defineProperty(n,"prototype",{writable:!1}),n;var n,r,o}(U);st.finalized=!0,st.render=function(t,e,n){if(!n||"object"!==p(n)||!n.scopeName)throw new Error("The `scopeName` option is required.");var o=n.scopeName,i=c.a.has(e),u=d&&11===e.nodeType&&!!e.host,a=u&&!b.has(o),s=a?document.createDocumentFragment():e;if(Object(c.b)(t,s,Object.assign({templateFactory:y(o)},n)),a){var f=c.a.get(s);c.a.delete(s);var h=f.value instanceof l.a?f.value.template:void 0;m(o,s,h),Object(r.b)(e,e.firstChild),e.appendChild(s),c.a.set(e,f)}!i&&u&&window.ShadyCSS.styleElement(e.host)},st.shadowRootOptions={mode:"open"}},
|
|
211
|
+
*/(window.litElementVersions||(window.litElementVersions=[])).push("2.5.1");var ct={},st=function(t){function e(){return X(this,e),nt(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&at(t,e)}(e,t),n=e,o=[{key:"getStyles",value:function(){return this.styles}},{key:"_getUniqueStyles",value:function(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_styles",this))){var t=this.getStyles();if(Array.isArray(t)){var e=function(t,n){return t.reduceRight((function(t,n){return Array.isArray(n)?e(n,t):(t.add(n),t)}),n)},n=e(t,new Set),r=[];n.forEach((function(t){return r.unshift(t)})),this._styles=r}else this._styles=void 0===t?[]:[t];this._styles=this._styles.map((function(t){if(t instanceof CSSStyleSheet&&!G){var e=Array.prototype.slice.call(t.cssRules).reduce((function(t,e){return t+e.cssText}),"");return new Y(String(e),J)}return t}))}}}],(r=[{key:"initialize",value:function(){rt(e,"initialize",this,3)([]),this.constructor._getUniqueStyles(),this.renderRoot=this.createRenderRoot(),window.ShadowRoot&&this.renderRoot instanceof window.ShadowRoot&&this.adoptStyles()}},{key:"createRenderRoot",value:function(){return this.attachShadow(this.constructor.shadowRootOptions)}},{key:"adoptStyles",value:function(){var t=this.constructor._styles;0!==t.length&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow?G?this.renderRoot.adoptedStyleSheets=t.map((function(t){return t instanceof CSSStyleSheet?t:t.styleSheet})):this._needsShimAdoptedStyleSheets=!0:window.ShadyCSS.ScopingShim.prepareAdoptedCssText(t.map((function(t){return t.cssText})),this.localName))}},{key:"connectedCallback",value:function(){rt(e,"connectedCallback",this,3)([]),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}},{key:"update",value:function(t){var n=this,r=this.render();rt(e,"update",this,3)([t]),r!==ct&&this.constructor.render(r,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach((function(t){var e=document.createElement("style");e.textContent=t.cssText,n.renderRoot.appendChild(e)})))}},{key:"render",value:function(){return ct}}])&&tt(n.prototype,r),o&&tt(n,o),Object.defineProperty(n,"prototype",{writable:!1}),n;var n,r,o}(U);st.finalized=!0,st.render=function(t,e,n){if(!n||"object"!==p(n)||!n.scopeName)throw new Error("The `scopeName` option is required.");var o=n.scopeName,i=c.a.has(e),u=d&&11===e.nodeType&&!!e.host,a=u&&!b.has(o),s=a?document.createDocumentFragment():e;if(Object(c.b)(t,s,Object.assign({templateFactory:y(o)},n)),a){var f=c.a.get(s);c.a.delete(s);var h=f.value instanceof l.a?f.value.template:void 0;m(o,s,h),Object(r.b)(e,e.firstChild),e.appendChild(s),c.a.set(e,f)}!i&&u&&window.ShadyCSS.styleElement(e.host)},st.shadowRootOptions={mode:"open"}},339:function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var r=n(1),o=n(14),i=n(329),u=n(58),a=n(11);function c(t){void 0===t&&(t={});var e=t.connector,n=void 0===e?function(){return new i.a}:e,r=t.resetOnError,c=void 0===r||r,l=t.resetOnComplete,f=void 0===l||l,p=t.resetOnRefCountZero,h=void 0===p||p;return function(t){var e,r,i,l=0,p=!1,d=!1,y=function(){null==r||r.unsubscribe(),r=void 0},v=function(){y(),e=i=void 0,p=d=!1},b=function(){var t=e;v(),null==t||t.unsubscribe()};return Object(a.a)((function(t,a){l++,d||p||y();var m=i=null!=i?i:n();a.add((function(){0!==--l||d||p||(r=s(b,h))})),m.subscribe(a),!e&&l>0&&(e=new u.a({next:function(t){return m.next(t)},error:function(t){d=!0,y(),r=s(v,c,t),m.error(t)},complete:function(){p=!0,y(),r=s(v,f),m.complete()}}),Object(o.a)(t).subscribe(e))}))(t)}}function s(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];if(!0!==e){if(!1!==e){var a=new u.a({next:function(){a.unsubscribe(),t()}});return Object(o.a)(e.apply(void 0,Object(r.k)([],Object(r.j)(n)))).subscribe(a)}}else t()}},340:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(47);function o(t){return Object(r.a)((function(){return t}))}},341:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(123),o=n(51),i=n(11);function u(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Object(o.c)(t);return Object(i.a)((function(e,o){(n?Object(r.a)(t,e,n):Object(r.a)(t,e)).subscribe(o)}))}},342:function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var r=n(119),o=n(14),i=n(326),u=n(51),a=n(68);function c(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Object(u.c)(t),c=Object(u.a)(t,1/0),s=t;return s.length?1===s.length?Object(o.a)(s[0]):Object(r.a)(c)(Object(a.a)(s,n)):i.a}},343:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(11),o=n(9);function i(){return Object(r.a)((function(t,e){var n,r=!1;t.subscribe(Object(o.a)(e,(function(t){var o=n;n=t,r&&e.next([o,t]),r=!0})))}))}},357:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(8),o=n(122),i=n(151);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)}))}},358:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(38),o=n(11),i=n(9);function u(t,e){return void 0===e&&(e=r.a),t=null!=t?t:a,Object(o.a)((function(n,r){var o,u=!0;n.subscribe(Object(i.a)(r,(function(n){var i=e(n);!u&&t(o,i)||(u=!1,o=i,r.next(n))})))}))}function a(t,e){return t===e}},359:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(326),o=n(11),i=n(9);function u(t){return t<=0?function(){return r.a}:Object(o.a)((function(e,n){var r=0;e.subscribe(Object(i.a)(n,(function(e){++r<=t&&(n.next(e),t<=r&&n.complete())})))}))}},360:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(8),o=n(14);function i(t){return new r.a((function(e){Object(o.a)(t()).subscribe(e)}))}},361:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(11);function o(t){return Object(r.a)((function(e,n){try{e.subscribe(n)}finally{n.add(t)}}))}},362:function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n(11),o=n(9),i=n(14),u=n(48);function a(t){return Object(r.a)((function(e,n){Object(i.a)(t).subscribe(Object(o.a)(n,(function(){return n.complete()}),u.a)),!n.closed&&e.subscribe(n)}))}},363:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(1),o=function(t){function e(e){var n=t.call(this)||this;return n._value=e,n}return Object(r.h)(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},e.prototype.getValue=function(){var t=this.hasError,e=this.thrownError,n=this._value;if(t)throw e;return this._throwIfClosed(),n},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},e}(n(329).a)}}]);
|
data/assets/js/{LEGACY-vendors~fetch-hydejack-9.1.9.js → LEGACY-vendors~fetch-hydejack-9.2.0.js}
RENAMED
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
* /\___/ \ \____/
|
|
10
10
|
* \/__/ \/___/
|
|
11
11
|
*
|
|
12
|
-
* Powered by Hydejack v9.
|
|
12
|
+
* Powered by Hydejack v9.2.0 <https://hydejack.com/>
|
|
13
13
|
*/
|
|
14
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{333:function(t,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o;o=function(){return this}();try{o=o||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":r(window))&&(o=window)}t.exports=o},350:function(t,e,r){"use strict";(function(t){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==t&&t||{},o="URLSearchParams"in r,n="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(t){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var u=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(t){return t&&u.indexOf(Object.prototype.toString.call(t))>-1};function f(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function l(t){return"string"!=typeof t&&(t=String(t)),t}function h(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return n&&(e[Symbol.iterator]=function(){return e}),e}function y(t){this.map={},t instanceof y?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){if(2!=t.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length);this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function p(t){if(!t._noBody)return t.bodyUsed?Promise.reject(new TypeError("Already read")):void(t.bodyUsed=!0)}function d(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function b(t){var e=new FileReader,r=d(e);return e.readAsArrayBuffer(t),r}function v(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function w(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:i&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:s&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():a&&i&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=v(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(t)||c(t))?this._bodyArrayBuffer=v(t):this._bodyText=t=Object.prototype.toString.call(t):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var t=p(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=p(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}if(i)return this.blob().then(b);throw new Error("could not read as ArrayBuffer")},this.text=function(){var t,e,r,o,n,i=p(this);if(i)return i;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=d(e),o=/charset=([A-Za-z0-9_-]+)/.exec(t.type),n=o?o[1]:"utf-8",e.readAsText(t,n),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),o=0;o<e.length;o++)r[o]=String.fromCharCode(e[o]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},s&&(this.formData=function(){return this.text().then(O)}),this.json=function(){return this.text().then(JSON.parse)},this}y.prototype.append=function(t,e){t=f(t),e=l(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},y.prototype.delete=function(t){delete this.map[f(t)]},y.prototype.get=function(t){return t=f(t),this.has(t)?this.map[t]:null},y.prototype.has=function(t){return this.map.hasOwnProperty(f(t))},y.prototype.set=function(t,e){this.map[f(t)]=l(e)},y.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},y.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),h(t)},y.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),h(t)},y.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),h(t)},n&&(y.prototype[Symbol.iterator]=y.prototype.entries);var m=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function g(t,e){if(!(this instanceof g))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var o,n,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new y(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=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 y(e.headers)),this.method=(o=e.method||this.method||"GET",n=o.toUpperCase(),m.indexOf(n)>-1?n:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal||function(){if("AbortController"in r)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){var s=/([?&])_=[^&]*/;if(s.test(this.url))this.url=this.url.replace(s,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function O(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),o=r.shift().replace(/\+/g," "),n=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(o),decodeURIComponent(n))}})),e}function E(t,e){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new y(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},w.call(g.prototype),w.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new y(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:200,statusText:""});return t.ok=!1,t.status=0,t.type="error",t};var _=[301,302,303,307,308];E.redirect=function(t,e){if(-1===_.indexOf(e))throw new RangeError("Invalid status code");return new E(null,{status:e,headers:{location:t}})};var A=r.DOMException;try{new A}catch(t){(A=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),A.prototype.constructor=A}function T(t,o){return new Promise((function(n,s){var u=new g(t,o);if(u.signal&&u.signal.aborted)return s(new A("Aborted","AbortError"));var c=new XMLHttpRequest;function h(){c.abort()}if(c.onload=function(){var t,e,r={statusText:c.statusText,headers:(t=c.getAllResponseHeaders()||"",e=new y,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),o=r.shift().trim();if(o){var n=r.join(":").trim();try{e.append(o,n)}catch(t){console.warn("Response "+t.message)}}})),e)};0===u.url.indexOf("file://")&&(c.status<200||c.status>599)?r.status=200:r.status=c.status,r.url="responseURL"in c?c.responseURL:r.headers.get("X-Request-URL");var o="response"in c?c.response:c.responseText;setTimeout((function(){n(new E(o,r))}),0)},c.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},c.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request timed out"))}),0)},c.onabort=function(){setTimeout((function(){s(new A("Aborted","AbortError"))}),0)},c.open(u.method,function(t){try{return""===t&&r.location.href?r.location.href:t}catch(e){return t}}(u.url),!0),"include"===u.credentials?c.withCredentials=!0:"omit"===u.credentials&&(c.withCredentials=!1),"responseType"in c&&(i?c.responseType="blob":a&&(c.responseType="arraybuffer")),o&&"object"===e(o.headers)&&!(o.headers instanceof y||r.Headers&&o.headers instanceof r.Headers)){var p=[];Object.getOwnPropertyNames(o.headers).forEach((function(t){p.push(f(t)),c.setRequestHeader(t,l(o.headers[t]))})),u.headers.forEach((function(t,e){-1===p.indexOf(e)&&c.setRequestHeader(e,t)}))}else u.headers.forEach((function(t,e){c.setRequestHeader(e,t)}));u.signal&&(u.signal.addEventListener("abort",h),c.onreadystatechange=function(){4===c.readyState&&u.signal.removeEventListener("abort",h)}),c.send(void 0===u._bodyInit?null:u._bodyInit)}))}T.polyfill=!0,r.fetch||(r.fetch=T,r.Headers=y,r.Request=g,r.Response=E)}).call(this,r(333))},351:function(t,e,r){(function(o){var n,i;function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}void 0===(i="function"==typeof(n=function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function r(t,r,o){return r&&e(t.prototype,r),o&&e(t,o),Object.defineProperty(t,"prototype",{writable:!1}),t}function n(t){return(n=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function i(t,e){return(i=Object.setPrototypeOf?Object.setPrototypeOf.bind():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){if(e&&("object"===s(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return a(t)}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 Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,o=n(t);if(e){var i=n(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return u(this,r)}}function f(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=n(t)););return t}function l(){return(l="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,r){var o=f(t,e);if(o){var n=Object.getOwnPropertyDescriptor(o,e);return n.get?n.get.call(arguments.length<3?t:r):n.value}}).apply(this,arguments)}var h=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],o=0,n=r.length;o<n;o++)if(r[o].callback===e)return void r.splice(o,1)}},{key:"dispatchEvent",value:function(t){var e=this;if(t.type in this.listeners){for(var r,o=this.listeners[t.type].slice(),n=function(){r=o[i];try{r.callback.call(e,t)}catch(t){Promise.resolve().then((function(){throw t}))}r.options&&r.options.once&&e.removeEventListener(t.type,r.callback)},i=0,s=o.length;i<s;i++)n();return!t.defaultPrevented}}}]),e}(),y=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}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&i(t,e)}(s,e);var o=c(s);function s(){var e;return t(this,s),(e=o.call(this)).listeners||h.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}),Object.defineProperty(a(e),"reason",{value:void 0,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)),l(n(s.prototype),"dispatchEvent",this).call(this,t)}}]),s}(h),p=function(){function e(){t(this,e),Object.defineProperty(this,"signal",{value:new y,writable:!0,configurable:!0})}return r(e,[{key:"abort",value:function(t){var e;try{e=new Event("abort")}catch(t){"undefined"!=typeof document?document.createEvent?(e=document.createEvent("Event")).initEvent("abort",!1,!1):(e=document.createEventObject()).type="abort":e={type:"abort",bubbles:!1,cancelable:!1}}var r=t;if(void 0===r)if("undefined"==typeof document)(r=new Error("This operation was aborted")).name="AbortError";else try{r=new DOMException("signal is aborted without reason")}catch(t){(r=new Error("This operation was aborted")).name="AbortError"}this.signal.reason=r,this.signal.dispatchEvent(e)}},{key:"toString",value:function(){return"[object AbortController]"}}]),e}();function d(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&&(p.prototype[Symbol.toStringTag]="AbortController",y.prototype[Symbol.toStringTag]="AbortSignal"),function(t){if(d(t))if(t.fetch){var e=function(t){"function"==typeof t&&(t={fetch:t});var e=t,r=e.fetch,o=e.Request,n=void 0===o?r.Request:o,i=e.AbortController,s=e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,a=void 0!==s&&s;if(!d({fetch:r,Request:n,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a}))return{fetch:r,Request:u};var u=n;(u&&!u.prototype.hasOwnProperty("signal")||a)&&((u=function(t,e){var r;e&&e.signal&&(r=e.signal,delete e.signal);var o=new n(t,e);return r&&Object.defineProperty(o,"signal",{writable:!1,enumerable:!1,configurable:!0,value:r}),o}).prototype=n.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 o;try{o=new DOMException("Aborted","AbortError")}catch(t){(o=new Error("Aborted")).name="AbortError"}if(r.aborted)return Promise.reject(o);var n=new Promise((function(t,e){r.addEventListener("abort",(function(){return e(o)}),{once:!0})}));return e&&e.signal&&delete e.signal,Promise.race([n,c(t,e)])}return c(t,e)},Request:u}}(t),r=e.fetch,o=e.Request;t.fetch=r,t.Request=o,Object.defineProperty(t,"AbortController",{writable:!0,enumerable:!1,configurable:!0,value:p}),Object.defineProperty(t,"AbortSignal",{writable:!0,enumerable:!1,configurable:!0,value:y})}else console.warn("fetch() is not available, cannot install abortcontroller-polyfill")}("undefined"!=typeof self?self:o)})?n.call(e,r,e,t):n)||(t.exports=i)}).call(this,r(333))}}]);
|
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{334:function(t,e){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o;o=function(){return this}();try{o=o||new Function("return this")()}catch(t){"object"===("undefined"==typeof window?"undefined":r(window))&&(o=window)}t.exports=o},351:function(t,e,r){"use strict";(function(t){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==t&&t||{},o="URLSearchParams"in r,n="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(t){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var u=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(t){return t&&u.indexOf(Object.prototype.toString.call(t))>-1};function f(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function l(t){return"string"!=typeof t&&(t=String(t)),t}function h(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return n&&(e[Symbol.iterator]=function(){return e}),e}function y(t){this.map={},t instanceof y?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){if(2!=t.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length);this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function p(t){if(!t._noBody)return t.bodyUsed?Promise.reject(new TypeError("Already read")):void(t.bodyUsed=!0)}function d(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function b(t){var e=new FileReader,r=d(e);return e.readAsArrayBuffer(t),r}function v(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function w(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:i&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:s&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():a&&i&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=v(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(t)||c(t))?this._bodyArrayBuffer=v(t):this._bodyText=t=Object.prototype.toString.call(t):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var t=p(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=p(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}if(i)return this.blob().then(b);throw new Error("could not read as ArrayBuffer")},this.text=function(){var t,e,r,o,n,i=p(this);if(i)return i;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=d(e),o=/charset=([A-Za-z0-9_-]+)/.exec(t.type),n=o?o[1]:"utf-8",e.readAsText(t,n),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),o=0;o<e.length;o++)r[o]=String.fromCharCode(e[o]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},s&&(this.formData=function(){return this.text().then(O)}),this.json=function(){return this.text().then(JSON.parse)},this}y.prototype.append=function(t,e){t=f(t),e=l(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},y.prototype.delete=function(t){delete this.map[f(t)]},y.prototype.get=function(t){return t=f(t),this.has(t)?this.map[t]:null},y.prototype.has=function(t){return this.map.hasOwnProperty(f(t))},y.prototype.set=function(t,e){this.map[f(t)]=l(e)},y.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},y.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),h(t)},y.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),h(t)},y.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),h(t)},n&&(y.prototype[Symbol.iterator]=y.prototype.entries);var m=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function g(t,e){if(!(this instanceof g))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var o,n,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new y(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=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 y(e.headers)),this.method=(o=e.method||this.method||"GET",n=o.toUpperCase(),m.indexOf(n)>-1?n:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal||function(){if("AbortController"in r)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){var s=/([?&])_=[^&]*/;if(s.test(this.url))this.url=this.url.replace(s,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function O(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),o=r.shift().replace(/\+/g," "),n=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(o),decodeURIComponent(n))}})),e}function E(t,e){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new y(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},w.call(g.prototype),w.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new y(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:200,statusText:""});return t.ok=!1,t.status=0,t.type="error",t};var _=[301,302,303,307,308];E.redirect=function(t,e){if(-1===_.indexOf(e))throw new RangeError("Invalid status code");return new E(null,{status:e,headers:{location:t}})};var A=r.DOMException;try{new A}catch(t){(A=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),A.prototype.constructor=A}function T(t,o){return new Promise((function(n,s){var u=new g(t,o);if(u.signal&&u.signal.aborted)return s(new A("Aborted","AbortError"));var c=new XMLHttpRequest;function h(){c.abort()}if(c.onload=function(){var t,e,r={statusText:c.statusText,headers:(t=c.getAllResponseHeaders()||"",e=new y,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),o=r.shift().trim();if(o){var n=r.join(":").trim();try{e.append(o,n)}catch(t){console.warn("Response "+t.message)}}})),e)};0===u.url.indexOf("file://")&&(c.status<200||c.status>599)?r.status=200:r.status=c.status,r.url="responseURL"in c?c.responseURL:r.headers.get("X-Request-URL");var o="response"in c?c.response:c.responseText;setTimeout((function(){n(new E(o,r))}),0)},c.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},c.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request timed out"))}),0)},c.onabort=function(){setTimeout((function(){s(new A("Aborted","AbortError"))}),0)},c.open(u.method,function(t){try{return""===t&&r.location.href?r.location.href:t}catch(e){return t}}(u.url),!0),"include"===u.credentials?c.withCredentials=!0:"omit"===u.credentials&&(c.withCredentials=!1),"responseType"in c&&(i?c.responseType="blob":a&&(c.responseType="arraybuffer")),o&&"object"===e(o.headers)&&!(o.headers instanceof y||r.Headers&&o.headers instanceof r.Headers)){var p=[];Object.getOwnPropertyNames(o.headers).forEach((function(t){p.push(f(t)),c.setRequestHeader(t,l(o.headers[t]))})),u.headers.forEach((function(t,e){-1===p.indexOf(e)&&c.setRequestHeader(e,t)}))}else u.headers.forEach((function(t,e){c.setRequestHeader(e,t)}));u.signal&&(u.signal.addEventListener("abort",h),c.onreadystatechange=function(){4===c.readyState&&u.signal.removeEventListener("abort",h)}),c.send(void 0===u._bodyInit?null:u._bodyInit)}))}T.polyfill=!0,r.fetch||(r.fetch=T,r.Headers=y,r.Request=g,r.Response=E)}).call(this,r(334))},352:function(t,e,r){(function(o){var n,i;function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}void 0===(i="function"==typeof(n=function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function r(t,r,o){return r&&e(t.prototype,r),o&&e(t,o),Object.defineProperty(t,"prototype",{writable:!1}),t}function n(t){return(n=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function i(t,e){return(i=Object.setPrototypeOf?Object.setPrototypeOf.bind():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){if(e&&("object"===s(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return a(t)}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 Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,o=n(t);if(e){var i=n(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return u(this,r)}}function f(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=n(t)););return t}function l(){return(l="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,r){var o=f(t,e);if(o){var n=Object.getOwnPropertyDescriptor(o,e);return n.get?n.get.call(arguments.length<3?t:r):n.value}}).apply(this,arguments)}var h=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],o=0,n=r.length;o<n;o++)if(r[o].callback===e)return void r.splice(o,1)}},{key:"dispatchEvent",value:function(t){var e=this;if(t.type in this.listeners){for(var r,o=this.listeners[t.type].slice(),n=function(){r=o[i];try{r.callback.call(e,t)}catch(t){Promise.resolve().then((function(){throw t}))}r.options&&r.options.once&&e.removeEventListener(t.type,r.callback)},i=0,s=o.length;i<s;i++)n();return!t.defaultPrevented}}}]),e}(),y=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}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&i(t,e)}(s,e);var o=c(s);function s(){var e;return t(this,s),(e=o.call(this)).listeners||h.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}),Object.defineProperty(a(e),"reason",{value:void 0,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)),l(n(s.prototype),"dispatchEvent",this).call(this,t)}}]),s}(h),p=function(){function e(){t(this,e),Object.defineProperty(this,"signal",{value:new y,writable:!0,configurable:!0})}return r(e,[{key:"abort",value:function(t){var e;try{e=new Event("abort")}catch(t){"undefined"!=typeof document?document.createEvent?(e=document.createEvent("Event")).initEvent("abort",!1,!1):(e=document.createEventObject()).type="abort":e={type:"abort",bubbles:!1,cancelable:!1}}var r=t;if(void 0===r)if("undefined"==typeof document)(r=new Error("This operation was aborted")).name="AbortError";else try{r=new DOMException("signal is aborted without reason")}catch(t){(r=new Error("This operation was aborted")).name="AbortError"}this.signal.reason=r,this.signal.dispatchEvent(e)}},{key:"toString",value:function(){return"[object AbortController]"}}]),e}();function d(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&&(p.prototype[Symbol.toStringTag]="AbortController",y.prototype[Symbol.toStringTag]="AbortSignal"),function(t){if(d(t))if(t.fetch){var e=function(t){"function"==typeof t&&(t={fetch:t});var e=t,r=e.fetch,o=e.Request,n=void 0===o?r.Request:o,i=e.AbortController,s=e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,a=void 0!==s&&s;if(!d({fetch:r,Request:n,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a}))return{fetch:r,Request:u};var u=n;(u&&!u.prototype.hasOwnProperty("signal")||a)&&((u=function(t,e){var r;e&&e.signal&&(r=e.signal,delete e.signal);var o=new n(t,e);return r&&Object.defineProperty(o,"signal",{writable:!1,enumerable:!1,configurable:!0,value:r}),o}).prototype=n.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 o;try{o=new DOMException("Aborted","AbortError")}catch(t){(o=new Error("Aborted")).name="AbortError"}if(r.aborted)return Promise.reject(o);var n=new Promise((function(t,e){r.addEventListener("abort",(function(){return e(o)}),{once:!0})}));return e&&e.signal&&delete e.signal,Promise.race([n,c(t,e)])}return c(t,e)},Request:u}}(t),r=e.fetch,o=e.Request;t.fetch=r,t.Request=o,Object.defineProperty(t,"AbortController",{writable:!0,enumerable:!1,configurable:!0,value:p}),Object.defineProperty(t,"AbortSignal",{writable:!0,enumerable:!1,configurable:!0,value:y})}else console.warn("fetch() is not available, cannot install abortcontroller-polyfill")}("undefined"!=typeof self?self:o)})?n.call(e,r,e,t):n)||(t.exports=i)}).call(this,r(334))}}]);
|