jekyll-theme-hydejack 6.6.1 → 7.0.0.pre.beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +617 -17
  3. data/README.md +18 -11
  4. data/_includes/about.html +3 -2
  5. data/_includes/author.html +18 -11
  6. data/_includes/avatar-tag.html +4 -0
  7. data/_includes/body.html +21 -31
  8. data/_includes/body/menu.html +11 -0
  9. data/_includes/body/scripts.html +18 -0
  10. data/_includes/comments.html +6 -4
  11. data/_includes/footer.html +3 -5
  12. data/_includes/head.html +4 -142
  13. data/_includes/head/links.html +25 -0
  14. data/_includes/head/meta.html +30 -0
  15. data/_includes/head/scripts.html +44 -0
  16. data/_includes/head/seo-fallback.html +13 -0
  17. data/_includes/head/seo-tag.html +4 -0
  18. data/_includes/head/styles.html +24 -0
  19. data/_includes/header.txt +1 -1
  20. data/_includes/link.html +9 -2
  21. data/_includes/message.html +12 -7
  22. data/_includes/my-scripts.html +14 -5
  23. data/_includes/nav.html +20 -13
  24. data/_includes/page-style.html +33 -3
  25. data/_includes/pagination.html +8 -12
  26. data/_includes/post-list-item.html +4 -6
  27. data/_includes/post.html +20 -13
  28. data/_includes/related-posts.html +23 -0
  29. data/_includes/scripts/load-disqus.js +1 -2
  30. data/_includes/scripts/load-disqus.min.js +1 -1
  31. data/_includes/scripts/load-js-deferred.js +47 -43
  32. data/_includes/scripts/load-js-deferred.min.js +1 -1
  33. data/_includes/sidebar.html +25 -14
  34. data/_includes/social-list-item.html +1 -1
  35. data/_includes/social.html +16 -10
  36. data/_includes/srcset-img.html +5 -5
  37. data/_includes/styles/inline.scss +31 -33
  38. data/_includes/styles/style.scss +69 -55
  39. data/_includes/tag-list.html +1 -1
  40. data/_includes/templates.html +32 -0
  41. data/_layouts/about.html +10 -3
  42. data/_layouts/base.html +17 -10
  43. data/_layouts/compress.html +3 -11
  44. data/_layouts/default.html +7 -5
  45. data/_layouts/home.html +7 -5
  46. data/_layouts/list.html +10 -4
  47. data/_layouts/not-found.html +14 -5
  48. data/_layouts/page.html +1 -1
  49. data/_layouts/post.html +12 -2
  50. data/_layouts/redirect.html +1 -1
  51. data/_sass/_mixins.scss +9 -3
  52. data/_sass/_reboot-mod.scss +286 -0
  53. data/_sass/_spinner.scss +23 -80
  54. data/_sass/_syntax.scss +1 -1
  55. data/_sass/_variables.scss +9 -11
  56. data/_sass/hydejack/__inline/_avatar.scss +27 -0
  57. data/_sass/hydejack/__inline/_base.scss +99 -0
  58. data/_sass/hydejack/__inline/_break-layout.scss +12 -0
  59. data/_sass/hydejack/__inline/_content.scss +43 -0
  60. data/_sass/hydejack/__inline/_footer.scss +12 -0
  61. data/_sass/hydejack/__inline/_katex.scss +12 -0
  62. data/_sass/hydejack/__inline/_mark-external.scss +36 -0
  63. data/_sass/hydejack/__inline/_menu.scss +50 -0
  64. data/_sass/hydejack/__inline/_sidebar.scss +129 -0
  65. data/_sass/hydejack/__inline/_social.scss +42 -0
  66. data/_sass/hydejack/__link/_avatar.scss +17 -0
  67. data/_sass/hydejack/__link/_base.scss +93 -0
  68. data/_sass/hydejack/__link/_break-layout.scss +69 -0
  69. data/_sass/hydejack/__link/_content.scss +12 -0
  70. data/_sass/hydejack/__link/_footer.scss +26 -0
  71. data/_sass/hydejack/__link/_katex.scss +45 -0
  72. data/_sass/hydejack/__link/_mark-external.scss +36 -0
  73. data/_sass/hydejack/__link/_menu.scss +37 -0
  74. data/_sass/hydejack/__link/_sidebar.scss +156 -0
  75. data/_sass/hydejack/__link/_social.scss +12 -0
  76. data/_sass/hydejack/_avatar.pre.scss +18 -0
  77. data/_sass/hydejack/_base.pre.scss +133 -0
  78. data/_sass/hydejack/_break-layout.pre.scss +58 -0
  79. data/_sass/hydejack/{_content-inline.scss → _content.pre.scss} +5 -5
  80. data/_sass/hydejack/{_footer-inline.scss → _footer.pre.scss} +2 -5
  81. data/_sass/hydejack/{_katex.scss → _katex.pre.scss} +6 -3
  82. data/_sass/hydejack/_mark-external.pre.scss +25 -0
  83. data/_sass/hydejack/_menu.pre.scss +53 -0
  84. data/_sass/hydejack/_sidebar.pre.scss +188 -0
  85. data/_sass/hydejack/{_social-inline.scss → _social.pre.scss} +6 -11
  86. data/_sass/pooleparty/{_base-inline.scss → __inline/_base.scss} +15 -17
  87. data/_sass/pooleparty/__inline/_code.scss +17 -0
  88. data/_sass/pooleparty/__inline/_footer.scss +12 -0
  89. data/_sass/pooleparty/__inline/_footnotes.scss +16 -0
  90. data/_sass/pooleparty/__inline/_message.scss +26 -0
  91. data/_sass/pooleparty/__inline/_pagination.scss +17 -0
  92. data/_sass/pooleparty/__inline/_posts.scss +41 -0
  93. data/_sass/pooleparty/__inline/_related.scss +25 -0
  94. data/_sass/pooleparty/__inline/_table.scss +39 -0
  95. data/_sass/pooleparty/__inline/_type.scss +83 -0
  96. data/_sass/pooleparty/__link/_base.scss +26 -0
  97. data/_sass/pooleparty/__link/_code.scss +54 -0
  98. data/_sass/pooleparty/__link/_footer.scss +12 -0
  99. data/_sass/pooleparty/__link/_footnotes.scss +57 -0
  100. data/_sass/pooleparty/__link/_message.scss +17 -0
  101. data/_sass/pooleparty/__link/_pagination.scss +78 -0
  102. data/_sass/pooleparty/__link/_posts.scss +30 -0
  103. data/_sass/pooleparty/__link/_related.scss +14 -0
  104. data/_sass/pooleparty/{_table.scss → __link/_table.scss} +71 -46
  105. data/_sass/pooleparty/__link/_type.scss +144 -0
  106. data/_sass/pooleparty/_base.pre.scss +54 -0
  107. data/_sass/pooleparty/_code.pre.scss +43 -0
  108. data/_sass/pooleparty/_footer.pre.scss +1 -0
  109. data/_sass/pooleparty/{_footnotes.scss → _footnotes.pre.scss} +17 -4
  110. data/_sass/pooleparty/{_message-inline.scss → _message.pre.scss} +2 -0
  111. data/_sass/pooleparty/{_pagination.scss → _pagination.pre.scss} +7 -6
  112. data/_sass/pooleparty/{_posts-inline.scss → _posts.pre.scss} +16 -15
  113. data/_sass/pooleparty/{_related-inline.scss → _related.pre.scss} +5 -6
  114. data/_sass/pooleparty/_table.pre.scss +161 -0
  115. data/_sass/pooleparty/_type.pre.scss +198 -0
  116. data/assets/icomoon/fonts/icomoon.eot +0 -0
  117. data/assets/icomoon/fonts/icomoon.svg +9 -3
  118. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  119. data/assets/icomoon/fonts/icomoon.woff +0 -0
  120. data/assets/icomoon/selection.json +250 -76
  121. data/assets/icomoon/style.css +26 -8
  122. data/assets/icons/apple-touch-icon.png +0 -0
  123. data/assets/icons/favicon.ico +0 -0
  124. data/assets/icons/icon.png +0 -0
  125. data/assets/icons/icon@0,25x.png +0 -0
  126. data/assets/icons/icon@0,5x.png +0 -0
  127. data/assets/icons/icon@0,75x.png +0 -0
  128. data/assets/icons/icon@2x.png +0 -0
  129. data/assets/icons/icon@3x.png +0 -0
  130. data/assets/icons/tile-large.png +0 -0
  131. data/assets/icons/tile-medium.png +0 -0
  132. data/assets/icons/tile-small.png +0 -0
  133. data/assets/icons/tile-wide.png +0 -0
  134. data/assets/ieconfig.xml +15 -0
  135. data/assets/img/sidebar-bg.jpg +0 -0
  136. data/assets/js/hydejack.js +2 -2
  137. data/assets/manifest.json +45 -0
  138. data/assets/version.json +1 -1
  139. data/licenses/Apache-2.0.md +55 -47
  140. data/licenses/GPL-3.0.md +623 -0
  141. data/licenses/MIT.md +1 -0
  142. data/licenses/PRO.md +142 -0
  143. metadata +103 -99
  144. data/_includes/related.html +0 -41
  145. data/_includes/scripts.html +0 -17
  146. data/_sass/hydejack/_base-inline.scss +0 -143
  147. data/_sass/hydejack/_base.scss +0 -143
  148. data/_sass/hydejack/_drawer-inline.scss +0 -19
  149. data/_sass/hydejack/_drawer.scss +0 -19
  150. data/_sass/hydejack/_me-inline.scss +0 -24
  151. data/_sass/hydejack/_menu-inline.scss +0 -56
  152. data/_sass/hydejack/_menu.scss +0 -56
  153. data/_sass/hydejack/_sidebar-inline.scss +0 -118
  154. data/_sass/hydejack/_sidebar.scss +0 -115
  155. data/_sass/hydejack/_social.scss +0 -36
  156. data/_sass/hydejack/_toc.scss +0 -2
  157. data/_sass/pooleparty/_base.scss +0 -60
  158. data/_sass/pooleparty/_code.scss +0 -82
  159. data/_sass/pooleparty/_footer-inline.scss +0 -3
  160. data/_sass/pooleparty/_posts.scss +0 -41
  161. data/_sass/pooleparty/_table-inline.scss +0 -130
  162. data/_sass/pooleparty/_type-inline.scss +0 -124
  163. data/_sass/pooleparty/_type.scss +0 -124
  164. data/assets/icomoon/Read Me.txt +0 -7
  165. data/assets/icomoon/demo-files/demo.css +0 -152
  166. data/assets/icomoon/demo-files/demo.js +0 -30
  167. data/assets/icomoon/demo.html +0 -1206
  168. data/assets/img/nap.jpg +0 -0
  169. data/assets/img/projects/hyde-v1.jpg +0 -0
  170. data/assets/img/projects/hyde-v1@0,25x.jpg +0 -0
  171. data/assets/img/projects/hyde-v1@0,5x.jpg +0 -0
  172. data/assets/img/projects/hyde-v2.jpg +0 -0
  173. data/assets/img/projects/hyde-v2@0,25x.jpg +0 -0
  174. data/assets/img/projects/hyde-v2@0,5x.jpg +0 -0
  175. data/licenses/PRO-license.md +0 -147
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'icomoon';
3
- src: url('fonts/icomoon.eot?vlhmtr');
4
- src: url('fonts/icomoon.eot?vlhmtr#iefix') format('embedded-opentype'),
5
- url('fonts/icomoon.ttf?vlhmtr') format('truetype'),
6
- url('fonts/icomoon.woff?vlhmtr') format('woff'),
7
- url('fonts/icomoon.svg?vlhmtr#icomoon') format('svg');
3
+ src: url('fonts/icomoon.eot?43n5wu');
4
+ src: url('fonts/icomoon.eot?43n5wu#iefix') format('embedded-opentype'),
5
+ url('fonts/icomoon.ttf?43n5wu') format('truetype'),
6
+ url('fonts/icomoon.woff?43n5wu') format('woff'),
7
+ url('fonts/icomoon.svg?43n5wu#icomoon') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  }
@@ -61,13 +61,13 @@
61
61
  content: "\e9cb";
62
62
  }
63
63
  .icon-star-empty:before {
64
- content: "\e9d7";
64
+ content: "\2606";
65
65
  }
66
66
  .icon-star-half:before {
67
- content: "\e9d8";
67
+ content: "\272e";
68
68
  }
69
69
  .icon-star-full:before {
70
- content: "\e9d9";
70
+ content: "\2605";
71
71
  }
72
72
  .icon-heart:before {
73
73
  content: "\e9da";
@@ -243,3 +243,21 @@
243
243
  .icon-box-add:before {
244
244
  content: "\e95e";
245
245
  }
246
+ .icon-spinner11:before {
247
+ content: "\21bb";
248
+ }
249
+ .icon-cog:before {
250
+ content: "\e994";
251
+ }
252
+ .icon-power-cord:before {
253
+ content: "\e9b7";
254
+ }
255
+ .icon-menu:before {
256
+ content: "\2630";
257
+ }
258
+ .icon-arrow-right2:before {
259
+ content: "\2192";
260
+ }
261
+ .icon-arrow-left2:before {
262
+ content: "\2190";
263
+ }
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,15 @@
1
+ ---
2
+ # https://msdn.microsoft.com/en-us/library/ie/dn455106.aspx
3
+ ---
4
+ <?xml version="1.0" encoding="utf-8"?>
5
+ <browserconfig>
6
+ <msapplication>
7
+ <tile>
8
+ <square70x70logo src="{{ '/assets/icons/tile-small.png' | relative_url }}"/>
9
+ <square150x150logo src="{{ '/assets/icons/tile-medium.png' | relative_url }}"/>
10
+ <wide310x150logo src="{{ '/assets/icons/tile-wide.png' | relative_url }}"/>
11
+ <square310x310logo src="{{ '/assets/icons/tile-large.png' | relative_url }}"/>
12
+ <TileColor>{{ site.accent_color | default:'#4fb1ba' }}</TileColor>
13
+ </tile>
14
+ </msapplication>
15
+ </browserconfig>
Binary file
@@ -9,6 +9,6 @@
9
9
  * /\___/ \ \____/
10
10
  * \/__/ \/___/
11
11
  *
12
- * Powered by Hydejack v6.6.1 <https://qwtel.com/hydejack/>
12
+ * Powered by Hydejack v7.0.0-beta.0 <https://qwtel.com/hydejack/>
13
13
  */
14
- !function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var l=r[s]={exports:{}};e[s][0].call(l.exports,function(t){var r=e[s][1][t];return i(r||t)},l,l.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof require&&require,s=0;s<n.length;s++)i(n[s]);return i}({1:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};!function(t,e,r){function i(t,e){return(void 0===t?"undefined":n(t))===e}function o(t){return t.replace(/([a-z])-([a-z])/g,function(t,e,r){return e+r.toUpperCase()}).replace(/^-/,"")}function s(){return"function"!=typeof e.createElement?e.createElement(arguments[0]):x?e.createElementNS.call(e,"http://www.w3.org/2000/svg",arguments[0]):e.createElement.apply(e,arguments)}function a(){var t=e.body;return t||(t=s(x?"svg":"body"),t.fake=!0),t}function u(t,r,n,i){var o,u,c,l,h="modernizr",f=s("div"),p=a();if(parseInt(n,10))for(;n--;)(c=s("div")).id=i?i[n]:h+(n+1),f.appendChild(c);return o=s("style"),o.type="text/css",o.id="s"+h,(p.fake?p:f).appendChild(o),p.appendChild(f),o.styleSheet?o.styleSheet.cssText=t:o.appendChild(e.createTextNode(t)),f.id=h,p.fake&&(p.style.background="",p.style.overflow="hidden",l=S.style.overflow,S.style.overflow="hidden",S.appendChild(p)),u=r(f,t),p.fake?(p.parentNode.removeChild(p),S.style.overflow=l,S.offsetHeight):f.parentNode.removeChild(f),!!u}function c(t,e){return!!~(""+t).indexOf(e)}function l(t,e){return function(){return t.apply(e,arguments)}}function h(t,e,r){var n;for(var o in t)if(t[o]in e)return!1===r?t[o]:(n=e[t[o]],i(n,"function")?l(n,r||e):n);return!1}function f(t){return t.replace(/([A-Z])/g,function(t,e){return"-"+e.toLowerCase()}).replace(/^ms-/,"-ms-")}function p(e,r,n){var i;if("getComputedStyle"in t){i=getComputedStyle.call(t,e,r);var o=t.console;null!==i?n&&(i=i.getPropertyValue(n)):o&&o[o.error?"error":"log"].call(o,"getComputedStyle returning null, its possible modernizr test results are inaccurate")}else i=!r&&e.currentStyle&&e.currentStyle[n];return i}function b(e,n){var i=e.length;if("CSS"in t&&"supports"in t.CSS){for(;i--;)if(t.CSS.supports(f(e[i]),n))return!0;return!1}if("CSSSupportsRule"in t){for(var o=[];i--;)o.push("("+f(e[i])+":"+n+")");return o=o.join(" or "),u("@supports ("+o+") { #modernizr { position: absolute; } }",function(t){return"absolute"==p(t,null,"position")})}return r}function d(t,e,n,a){function u(){h&&(delete A.style,delete A.modElem)}if(a=!i(a,"undefined")&&a,!i(n,"undefined")){var l=b(t,n);if(!i(l,"undefined"))return l}for(var h,f,p,d,y,v=["modernizr","tspan","samp"];!A.style&&v.length;)h=!0,A.modElem=s(v.shift()),A.style=A.modElem.style;for(p=t.length,f=0;p>f;f++)if(d=t[f],y=A.style[d],c(d,"-")&&(d=o(d)),A.style[d]!==r){if(a||i(n,"undefined"))return u(),"pfx"!=e||d;try{A.style[d]=n}catch(t){}if(A.style[d]!=y)return u(),"pfx"!=e||d}return u(),!1}function y(t,e,r,n,o){var s=t.charAt(0).toUpperCase()+t.slice(1),a=(t+" "+E.join(s+" ")+s).split(" ");return i(e,"string")||i(e,"undefined")?d(a,e,n,o):(a=(t+" "+M.join(s+" ")+s).split(" "),h(a,e,r))}function v(t,e,n){return y(t,r,r,e,n)}var m=[],g={_version:"3.5.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(t,e){var r=this;setTimeout(function(){e(r[t])},0)},addTest:function(t,e,r){m.push({name:t,fn:e,options:r})},addAsyncTest:function(t){m.push({name:null,fn:t})}},_=function(){};_.prototype=g,(_=new _).addTest("eventlistener","addEventListener"in t),_.addTest("history",function(){var e=navigator.userAgent;return(-1===e.indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone")||"file:"===location.protocol)&&(t.history&&"pushState"in t.history)}),_.addTest("queryselector","querySelector"in e&&"querySelectorAll"in e);var w=[],O=g._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];g._prefixes=O;var S=e.documentElement;_.addTest("classlist","classList"in S),_.addTest("documentfragment",function(){return"createDocumentFragment"in e&&"appendChild"in S});var x="svg"===S.nodeName.toLowerCase();_.addTest("opacity",function(){var t=s("a").style;return t.cssText=O.join("opacity:.55;"),/^0.55$/.test(t.opacity)}),_.addTest("csspointerevents",function(){var t=s("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents}),_.addTest("cssremunit",function(){var t=s("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)}),_.addTest("template","content"in s("template"));var j=g.testStyles=u;_.addTest("touchevents",function(){var r;if("ontouchstart"in t||t.DocumentTouch&&e instanceof DocumentTouch)r=!0;else{var n=["@media (",O.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");j(n,function(t){r=9===t.offsetTop})}return r});var k="Moz O ms Webkit",E=g._config.usePrefixes?k.split(" "):[];g._cssomPrefixes=E;var T=function(e){var n,i=O.length,o=t.CSSRule;if(void 0===o)return r;if(!e)return!1;if(e=e.replace(/^@/,""),(n=e.replace(/-/g,"_").toUpperCase()+"_RULE")in o)return"@"+e;for(var s=0;i>s;s++){var a=O[s];if(a.toUpperCase()+"_"+n in o)return"@-"+a.toLowerCase()+"-"+e}return!1};g.atRule=T;var M=g._config.usePrefixes?k.toLowerCase().split(" "):[];g._domPrefixes=M;var P={elem:s("modernizr")};_._q.push(function(){delete P.elem});var A={style:P.elem.style};_._q.unshift(function(){delete A.style}),g.testAllProps=y;var C=g.prefixed=function(t,e,r){return 0===t.indexOf("@")?T(t):(-1!=t.indexOf("-")&&(t=o(t)),e?y(t,e,r):y(t,"pfx"))};_.addTest("requestanimationframe",!!C("requestAnimationFrame",t),{aliases:["raf"]}),_.addTest("matchmedia",!!C("matchMedia",t)),g.testAllProps=v,_.addTest("cssanimations",v("animationName","a",!0)),_.addTest("csstransforms",function(){return-1===navigator.userAgent.indexOf("Android 2.")&&v("transform","scale(1)",!0)}),function(){var t,e,r,n,o,s;for(var a in m)if(m.hasOwnProperty(a)){if(t=[],(e=m[a]).name&&(t.push(e.name.toLowerCase()),e.options&&e.options.aliases&&e.options.aliases.length))for(r=0;r<e.options.aliases.length;r++)t.push(e.options.aliases[r].toLowerCase());for(n=i(e.fn,"function")?e.fn():e.fn,o=0;o<t.length;o++)1===(s=t[o].split(".")).length?_[s[0]]=n:(!_[s[0]]||_[s[0]]instanceof Boolean||(_[s[0]]=new Boolean(_[s[0]])),_[s[0]][s[1]]=n),w.push((n?"":"no-")+s.join("-"))}}(),delete g.addTest,delete g.addAsyncTest;for(var N=0;N<_._q.length;N++)_._q[N]();t.Modernizr=_}(window,document)},{}],2:[function(t,e,r){"use strict";console.log(" __ __ __ __ \r\n/\\ \\/\\ \\ /\\ \\ __ /\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ /\\_\\ __ ___ \\ \\ \\/'\\ \r\n \\ \\ _ \\ /\\ \\/\\ \\ /'_` \\ /'__`\\ \\/\\ \\ /'__`\\ /'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ /\\ \\L\\ \\ /\\ __/ \\ \\ \\ /\\ \\L\\.\\_ /\\ \\__/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\/_/\\/_/ `/___/> \\\\/__,_ / \\/____//\\ \\_\\ \\\\/__/\\/_/ \\/____/ \\/_/\\/_/\r\n /\\___/ \\ \\____/ \r\n \\/__/ \\/___/ "),console.log("Powered by Hydejack v6.6.1 <https://qwtel.com/hydejack/>")},{}],3:[function(t,e,r){"use strict";function n(t){t.style.display="",t.style.visibility=""}Object.defineProperty(r,"__esModule",{value:!0}),r.unhide=void 0,r.hasFeatures=function(t){for(var e=!0,r=0;r<t.length;r+=1){var n=t[r],i=window.Modernizr[n];e=e&&i}return e},r.show=function(t){t.style.display="block",t.style.visibility="visible"},r.hide=function(t){t.style.display="none",t.style.visibility="hidden"},r.unshow=n,r.matches=function(t,e){return(t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||t.oMatchesSelector).call(t,e)},r.animate=function(t,e,r){return i.Observable.create(function(n){return t.animate(e,r).addEventListener("finish",function(t){n.next(t),n.complete()}),function(){}})};var i=t("rxjs/Observable");r.unhide=n},{"rxjs/Observable":91}],4:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).color,e=void 0===t?"#00f":t;this.rules[0].style.color=e,this.rules[0].style.borderColor=(0,a.default)(e).fade(m).string(),this.rules[1].style.borderColor=e,this.rules[2].style.outlineColor=e,this.rules[3].style.backgroundColor=e}Object.defineProperty(r,"__esModule",{value:!0});var o=function(){function t(t,e){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){i=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),a=function(t){return t&&t.__esModule?t:{default:t}}(t("color")),u=t("rxjs/Observable"),c=t("rxjs/observable/empty"),l=t("rxjs/observable/fromEvent"),h=t("rxjs/observable/timer"),f=t("rxjs/operator/do"),p=t("rxjs/operator/finally"),b=t("rxjs/operator/map"),d=t("rxjs/operator/zip"),y=t("./common"),v=Array.prototype.find,m=.8,g=function(){function t(e){var r,i=e.duration;n(this,t);var o=document.getElementById("_main"),s=document.getElementById("_pageStyle"),a=(r=document.styleSheets,v).call(r,function(t){return t.ownerNode===s});this.sidebar=document.getElementById("_sidebar"),this.duration=i,this.rules=a.cssRules||a.rules,this.prevImage=o.getAttribute("data-image"),this.prevColor=o.getAttribute("data-color")}return s(t,[{key:"fetchImage",value:function(t){var e,r=this,n=t.color,o=t.image;if(o===this.prevImage&&n===this.prevColor)return c.empty.call(u.Observable);var s=void 0;if(""===o||o===this.prevImage)s=h.timer.call(u.Observable,this.duration);else{var a,y=new Image;s=(a=(a=l.fromEvent.call(u.Observable,y,"load"),d.zipProto).call(a,h.timer.call(u.Observable,this.duration),function(t){return t}),p._finally).call(a,function(){y.src=""}),y.src=o}return(e=(e=s,f._do).call(e,function(){i.call(r,t),r.prevImage=o,r.prevColor=n}),b.map).call(e,function(){var t=document.createElement("div");return t.classList.add("sidebar-bg"),t.style.backgroundColor=n,""!==o&&(t.style.backgroundImage="url("+o+")"),t})}},{key:"crossFade",value:function(t){var e,r=o(t,2),n=r[0],i=r[1];return n.parentNode.insertBefore(i,n.nextElementSibling),(e=(0,y.animate)(i,[{opacity:0},{opacity:1}],{duration:this.duration}),p._finally).call(e,function(){return n.parentNode.removeChild(n)})}}]),t}();r.default=g},{"./common":3,color:16,"rxjs/Observable":91,"rxjs/observable/empty":105,"rxjs/observable/fromEvent":106,"rxjs/observable/timer":107,"rxjs/operator/do":111,"rxjs/operator/finally":114,"rxjs/operator/map":115,"rxjs/operator/zip":124}],5:[function(t,e,r){"use strict";function n(){window.isDesktop!==window.matchMedia(u).matches&&(window.isDesktop=!window.isDesktop,window.drawer.persistent=window.isDesktop,window.drawer.jumpTo(window.isDesktop))}function i(t){window.isDesktop||(t.preventDefault(),window.drawer.toggle())}var o=function(t){return t&&t.__esModule?t:{default:t}}(t("y-drawer/src/vanilla")),s=t("./common"),a=["eventlistener","queryselector","matchmedia","requestanimationframe","classlist","opacity","csstransforms","csspointerevents","cssremunit"],u="(min-width: 54em)";if(!window.disableDrawer&&(0,s.hasFeatures)(a)){window.isDesktop=window.matchMedia(u).matches;var c=document.getElementById("_yDrawer");!function(t){window.drawer=t,window.addEventListener("resize",n),document.getElementById("_menu").addEventListener("click",i)}(new o.default(c,{opened:window.isDesktop,persistent:window.isDesktop,transitionDuration:150})),c.classList.add("loaded")}},{"./common":3,"y-drawer/src/vanilla":152}],6:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),o=t("rxjs/Observable"),s=t("rxjs/observable/empty"),a=function(){function t(e){var r=e.animationMain,i=e.duration;n(this,t),this.animationMain=r,this.duration=i}return i(t,null,[{key:"create",value:function(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return null!=t.types[e]?new(Function.prototype.bind.apply(t.types[e],[null].concat(n))):new(Function.prototype.bind.apply(t,[null].concat(n)))}}]),i(t,[{key:"start",value:function(){return this.animationMain.style.opacity=0,this.animationMain.style.willChange="",s.empty.call(o.Observable)}},{key:"ready",value:function(){return s.empty.call(o.Observable)}}]),t}();r.default=a,a.types={}},{"rxjs/Observable":91,"rxjs/observable/empty":105}],7:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var s=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),a=t("rxjs/Observable"),u=t("rxjs/observable/timer"),c=t("rxjs/operator/do"),l=t("rxjs/operator/finally"),h=t("../common"),f=function(t){return t&&t.__esModule?t:{default:t}}(t("./flip")),p=function(t){function e(){return n(this,e),i(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return o(e,f.default),s(e,[{key:"start",value:function(t){var e,r=this,n=document.createElement("h1");n.classList.add("page-title"),n.textContent=t.textContent,n.style.transformOrigin="left top",this.animationMain.querySelector(".page").innerHTML="",this.animationMain.querySelector(".page").appendChild(n),this.animationMain.style.position="fixed",this.animationMain.style.opacity=1;var i=t.getBoundingClientRect(),o=parseInt(getComputedStyle(t).fontSize,10),s=n.getBoundingClientRect(),a=parseInt(getComputedStyle(n).fontSize,10),u=i.left-s.left,l=i.top-s.top,f=o/a;return t.style.opacity=0,(e=(0,h.animate)(n,[{transform:"translate3d("+u+"px, "+l+"px, 0) scale("+f+")"},{transform:"translate3d(0, 0, 0) scale(1)"}],{duration:this.duration,easing:"cubic-bezier(0,0,0.32,1)"}),c._do).call(e,function(){r.animationMain.style.position="absolute"})}},{key:"ready",value:function(t){var e,r=this;this.animationMain.style.willChange="opacity";var n=t.querySelector(".page-title, .post-title");return null!=n&&(n.style.opacity=0,n.style.willChange="opacity"),(e=(e=u.timer.call(a.Observable,this.duration+100),c._do).call(e,function(){null!=n&&(n.style.opacity=1,n.style.willChange="")}),l._finally).call(e,function(){r.animationMain.style.opacity=0,r.animationMain.style.willChange=""})}}]),e}();f.default.types.title=p},{"../common":3,"./flip":6,"rxjs/Observable":91,"rxjs/observable/timer":107,"rxjs/operator/do":111,"rxjs/operator/finally":114}],8:[function(t,e,r){"use strict";t("core-js/fn/array/for-each"),t("core-js/fn/array/find"),t("core-js/fn/function/bind"),t("core-js/fn/number/constructor"),t("core-js/fn/object/assign"),t("core-js/fn/object/define-property"),t("core-js/fn/object/keys"),t("core-js/fn/array/reduce"),t("web-animations-js"),t("../lib/modernizr-custom"),t("../lib/version"),t("./katex"),t("./drawer"),t("./push-state")},{"../lib/modernizr-custom":1,"../lib/version":2,"./drawer":5,"./katex":9,"./push-state":10,"core-js/fn/array/find":17,"core-js/fn/array/for-each":18,"core-js/fn/array/reduce":19,"core-js/fn/function/bind":20,"core-js/fn/number/constructor":21,"core-js/fn/object/assign":22,"core-js/fn/object/define-property":23,"core-js/fn/object/keys":24,"web-animations-js":148}],9:[function(t,e,r){"use strict";function n(t,e){t.outerHTML=window.katex.renderToString(e,{displayMode:"math/tex; mode=display"===t.type})}function i(t,e){try{var r=t.previousElementSibling;n(t,e),r&&(0,u.matches)(r,".MathJax_Preview")&&(0,u.hide)(r)}catch(t){console.error(t)}finally{t.style.willChange=""}}function o(t){return t.textContent.replace("% <![CDATA[","").replace("%]]>","")}function s(t){Array.prototype.forEach.call(t,function(t){i(t,o(t))})}function a(){if(l){var t=document.querySelectorAll('script[type^="math/tex"]');t.length&&(h&&f?s(t):(loadJSDeferred(document.getElementById("_katexJS").href,function(){(h=!0)&&f&&a()}),loadCSS(document.getElementById("_katexCSS").href).onload=function(){f=!0,h&&f&&a()}))}}Object.defineProperty(r,"__esModule",{value:!0}),r.default=a;var u=t("./common"),c=["eventlistener","queryselector"],l=(0,u.hasFeatures)(c),h=!1,f=!1;a()},{"./common":3}],10:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(){return u._catch.call(this,function(t,e){return console.error(t),e})}var o=function(){function t(t,e){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){i=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=t("rxjs/Observable"),a=t("rxjs/observable/fromEvent"),u=t("rxjs/operator/catch"),c=t("rxjs/operator/do"),l=t("rxjs/operator/debounceTime"),h=t("rxjs/operator/exhaustMap"),f=t("rxjs/operator/filter"),p=t("rxjs/operator/map"),b=t("rxjs/operator/mergeMap"),d=t("rxjs/operator/pairwise"),y=t("rxjs/operator/share"),v=t("rxjs/operator/startWith"),m=t("rxjs/operator/switchMap"),g=t("rxjs/operator/takeUntil"),_=t("rxjs/operator/zip"),w=n(t("y-push-state/src/vanilla")),O=n(t("elem-dataset")),S=t("./common"),x=n(t("./cross-fader")),j=n(t("./katex")),k=n(t("./flip/flip"));t("./flip/title");var E=["eventlistener","queryselector","requestanimationframe","classlist","documentfragment","history","opacity","cssanimations"];if(!window.disablePushState&&(0,S.hasFeatures)(E)){var T,M=navigator.userAgent.toLowerCase(),P=M.indexOf("safari")>0&&M.indexOf("chrome")<0,A=new x.default({duration:500}),C=document.getElementById("_yPushState"),N=document.createElement("div");N.classList.add("animation-main"),N.classList.add("fixed-top"),N.innerHTML='\n <div class="content">\n <div class="page"></div>\n </div>',C.parentNode.insertBefore(N,C);var R=document.createElement("div");R.classList.add("loading"),R.innerHTML='\n <span class="sr-only">Loading...</span>\n <div class="sk-folding-cube">\n <div class="sk-cube1 sk-cube"></div>\n <div class="sk-cube2 sk-cube"></div>\n <div class="sk-cube4 sk-cube"></div>\n <div class="sk-cube3 sk-cube"></div>\n </div>\n ',document.querySelector(".navbar .content").appendChild(R);var F=(T=(T=(T=(T=a.fromEvent.call(s.Observable,C,"y-push-state-start"),p.map).call(T,function(t){return t.detail}),p.map).call(T,function(t){return[t,document.getElementById("_main")]}),c._do).call(T,function(){!window.isDesktop&&window.drawer.opened&&window.drawer.close()}),y.share).call(T),I=(T=(T=a.fromEvent.call(s.Observable,C,"y-push-state-ready"),p.map).call(T,function(t){return t.detail}),y.share).call(T),L=(T=a.fromEvent.call(s.Observable,C,"y-push-state-progress"),p.map).call(T,function(t){return t.detail}),D=(T=(T=a.fromEvent.call(s.Observable,C,"y-push-state-after"),p.map).call(T,function(t){return t.detail}),y.share).call(T);P&&(a.fromEvent.call(s.Observable,window,"popstate").subscribe(function(){document.body.style.minHeight="999999px"}),D.subscribe(function(){document.body.style.minHeight=""})),(T=m.switchMap.call(F,function(t){var e=o(t,1)[0],r=e.event.currentTarget,n=k.default.create(r.getAttribute&&r.getAttribute("data-flip"),{animationMain:N,currentTarget:r,duration:250});return e.flip=n,n.start(r)}),i).call(T).subscribe(),(T=(T=(T=c._do.call(F,function(t){o(t,2)[1].style.opacity=0}),f.filter).call(T,function(t){return"push"===o(t,1)[0].type||!P}),h.exhaustMap).call(T,function(t){var e,r=o(t,2),n=r[0].type,i=r[1];return(e=(e=(0,S.animate)(i,[{opacity:1},{opacity:0}],{duration:250,easing:"cubic-bezier(0,0,0.32,1)"}),c._do).call(e,function(){"push"===n&&window.scroll(0,0)}),_.zipProto).call(e,D)}),i).call(T).subscribe(),(T=c._do.call(L,function(){R.style.display="block"}),i).call(T).subscribe(),(T=(T=(T=c._do.call(I,function(){R.style.display="none"}),f.filter).call(T,function(t){return"push"===t.type||!P}),m.switchMap).call(T,function(t){var e,r=t.flip,n=o(t.content,1)[0];return(e=r.ready(n),g.takeUntil).call(e,F)}),i).call(T).subscribe(),(T=(T=(T=(T=m.switchMap.call(I,function(t){var e,r=o(t.content,1)[0];return(e=A.fetchImage((0,O.default)(r)),g.takeUntil).call(e,F)}),v.startWith).call(T,document.querySelector(".sidebar-bg")),d.pairwise).call(T),b.mergeMap).call(T,A.crossFade.bind(A)),i).call(T).subscribe(),(T=(T=(T=f.filter.call(D,function(t){return"push"===t.type||!P}),p.map).call(T,function(t){return[t,document.querySelector("main")]}),m.switchMap).call(T,function(t){var e=o(t,2)[1];return(0,S.animate)(e,[{transform:"translateY(-2rem)",opacity:0},{transform:"translateY(0)",opacity:1}],{duration:250,easing:"cubic-bezier(0,0,0.32,1)"})}),i).call(T).subscribe(),(T=(T=l.debounceTime.call(D,500),c._do).call(T,function(){window.ga&&window.ga("send","pageview",location.pathname),(0,j.default)()}),i).call(T).subscribe(),new w.default(C,{replaceIds:["_main"],linkSelector:'a[href^="/"]',scriptSelector:'script:not([type^="math/tex"])',duration:250,noPopDuration:P,scrollRestoration:!P}).startHistory()}},{"./common":3,"./cross-fader":4,"./flip/flip":6,"./flip/title":7,"./katex":9,"elem-dataset":88,"rxjs/Observable":91,"rxjs/observable/fromEvent":106,"rxjs/operator/catch":108,"rxjs/operator/debounceTime":110,"rxjs/operator/do":111,"rxjs/operator/exhaustMap":112,"rxjs/operator/filter":113,"rxjs/operator/map":115,"rxjs/operator/mergeMap":117,"rxjs/operator/pairwise":119,"rxjs/operator/share":120,"rxjs/operator/startWith":121,"rxjs/operator/switchMap":122,"rxjs/operator/takeUntil":123,"rxjs/operator/zip":124,"y-push-state/src/vanilla":265}],11:[function(t,e,r){function n(t,e){return Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)+Math.pow(t[2]-e[2],2)}var i=t("color-name"),o={};for(var s in i)i.hasOwnProperty(s)&&(o[i[s]]=s);var a=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in a)if(a.hasOwnProperty(u)){if(!("channels"in a[u]))throw new Error("missing channels property: "+u);if(!("labels"in a[u]))throw new Error("missing channel labels property: "+u);if(a[u].labels.length!==a[u].channels)throw new Error("channel and label counts mismatch: "+u);var c=a[u].channels,l=a[u].labels;delete a[u].channels,delete a[u].labels,Object.defineProperty(a[u],"channels",{value:c}),Object.defineProperty(a[u],"labels",{value:l})}a.rgb.hsl=function(t){var e,r,n,i=t[0]/255,o=t[1]/255,s=t[2]/255,a=Math.min(i,o,s),u=Math.max(i,o,s),c=u-a;return u===a?e=0:i===u?e=(o-s)/c:o===u?e=2+(s-i)/c:s===u&&(e=4+(i-o)/c),(e=Math.min(60*e,360))<0&&(e+=360),n=(a+u)/2,r=u===a?0:n<=.5?c/(u+a):c/(2-u-a),[e,100*r,100*n]},a.rgb.hsv=function(t){var e,r,n,i=t[0],o=t[1],s=t[2],a=Math.min(i,o,s),u=Math.max(i,o,s),c=u-a;return r=0===u?0:c/u*1e3/10,u===a?e=0:i===u?e=(o-s)/c:o===u?e=2+(s-i)/c:s===u&&(e=4+(i-o)/c),(e=Math.min(60*e,360))<0&&(e+=360),n=u/255*1e3/10,[e,r,n]},a.rgb.hwb=function(t){var e=t[0],r=t[1],n=t[2],i=a.rgb.hsl(t)[0],o=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[i,100*o,100*n]},a.rgb.cmyk=function(t){var e,r,n,i,o=t[0]/255,s=t[1]/255,a=t[2]/255;return i=Math.min(1-o,1-s,1-a),e=(1-o-i)/(1-i)||0,r=(1-s-i)/(1-i)||0,n=(1-a-i)/(1-i)||0,[100*e,100*r,100*n,100*i]},a.rgb.keyword=function(t){var e=o[t];if(e)return e;var r,s=1/0;for(var a in i)if(i.hasOwnProperty(a)){var u=n(t,i[a]);u<s&&(s=u,r=a)}return r},a.keyword.rgb=function(t){return i[t]},a.rgb.xyz=function(t){var e=t[0]/255,r=t[1]/255,n=t[2]/255;return[100*(.4124*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.3576*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)+.1805*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)),100*(.2126*e+.7152*r+.0722*n),100*(.0193*e+.1192*r+.9505*n)]},a.rgb.lab=function(t){var e,r,n,i=a.rgb.xyz(t),o=i[0],s=i[1],u=i[2];return o/=95.047,s/=100,u/=108.883,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,u=u>.008856?Math.pow(u,1/3):7.787*u+16/116,e=116*s-16,r=500*(o-s),n=200*(s-u),[e,r,n]},a.hsl.rgb=function(t){var e,r,n,i,o,s=t[0]/360,a=t[1]/100,u=t[2]/100;if(0===a)return o=255*u,[o,o,o];e=2*u-(r=u<.5?u*(1+a):u+a-u*a),i=[0,0,0];for(var c=0;c<3;c++)(n=s+1/3*-(c-1))<0&&n++,n>1&&n--,o=6*n<1?e+6*(r-e)*n:2*n<1?r:3*n<2?e+(r-e)*(2/3-n)*6:e,i[c]=255*o;return i},a.hsl.hsv=function(t){var e,r,n=t[0],i=t[1]/100,o=t[2]/100,s=i,a=Math.max(o,.01);return o*=2,i*=o<=1?o:2-o,s*=a<=1?a:2-a,r=(o+i)/2,e=0===o?2*s/(a+s):2*i/(o+i),[n,100*e,100*r]},a.hsv.rgb=function(t){var e=t[0]/60,r=t[1]/100,n=t[2]/100,i=Math.floor(e)%6,o=e-Math.floor(e),s=255*n*(1-r),a=255*n*(1-r*o),u=255*n*(1-r*(1-o));switch(n*=255,i){case 0:return[n,u,s];case 1:return[a,n,s];case 2:return[s,n,u];case 3:return[s,a,n];case 4:return[u,s,n];case 5:return[n,s,a]}},a.hsv.hsl=function(t){var e,r,n,i=t[0],o=t[1]/100,s=t[2]/100,a=Math.max(s,.01);return n=(2-o)*s,e=(2-o)*a,r=o*a,r/=e<=1?e:2-e,r=r||0,n/=2,[i,100*r,100*n]},a.hwb.rgb=function(t){var e,r,n,i,o=t[0]/360,s=t[1]/100,a=t[2]/100,u=s+a;u>1&&(s/=u,a/=u),r=1-a,n=6*o-(e=Math.floor(6*o)),0!=(1&e)&&(n=1-n),i=s+n*(r-s);var c,l,h;switch(e){default:case 6:case 0:c=r,l=i,h=s;break;case 1:c=i,l=r,h=s;break;case 2:c=s,l=r,h=i;break;case 3:c=s,l=i,h=r;break;case 4:c=i,l=s,h=r;break;case 5:c=r,l=s,h=i}return[255*c,255*l,255*h]},a.cmyk.rgb=function(t){var e,r,n,i=t[0]/100,o=t[1]/100,s=t[2]/100,a=t[3]/100;return e=1-Math.min(1,i*(1-a)+a),r=1-Math.min(1,o*(1-a)+a),n=1-Math.min(1,s*(1-a)+a),[255*e,255*r,255*n]},a.xyz.rgb=function(t){var e,r,n,i=t[0]/100,o=t[1]/100,s=t[2]/100;return e=3.2406*i+-1.5372*o+-.4986*s,r=-.9689*i+1.8758*o+.0415*s,n=.0557*i+-.204*o+1.057*s,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:12.92*e,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,e=Math.min(Math.max(0,e),1),r=Math.min(Math.max(0,r),1),n=Math.min(Math.max(0,n),1),[255*e,255*r,255*n]},a.xyz.lab=function(t){var e,r,n,i=t[0],o=t[1],s=t[2];return i/=95.047,o/=100,s/=108.883,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,e=116*o-16,r=500*(i-o),n=200*(o-s),[e,r,n]},a.lab.xyz=function(t){var e,r,n,i=t[0];e=t[1]/500+(r=(i+16)/116),n=r-t[2]/200;var o=Math.pow(r,3),s=Math.pow(e,3),a=Math.pow(n,3);return r=o>.008856?o:(r-16/116)/7.787,e=s>.008856?s:(e-16/116)/7.787,n=a>.008856?a:(n-16/116)/7.787,e*=95.047,r*=100,n*=108.883,[e,r,n]},a.lab.lch=function(t){var e,r,n,i=t[0],o=t[1],s=t[2];return e=Math.atan2(s,o),(r=360*e/2/Math.PI)<0&&(r+=360),n=Math.sqrt(o*o+s*s),[i,n,r]},a.lch.lab=function(t){var e,r,n,i=t[0],o=t[1];return n=t[2]/360*2*Math.PI,e=o*Math.cos(n),r=o*Math.sin(n),[i,e,r]},a.rgb.ansi16=function(t){var e=t[0],r=t[1],n=t[2],i=1 in arguments?arguments[1]:a.rgb.hsv(t)[2];if(0===(i=Math.round(i/50)))return 30;var o=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(e/255));return 2===i&&(o+=60),o},a.hsv.ansi16=function(t){return a.rgb.ansi16(a.hsv.rgb(t),t[2])},a.rgb.ansi256=function(t){var e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},a.ansi16.rgb=function(t){var e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];var r=.5*(1+~~(t>50));return[(1&e)*r*255,(e>>1&1)*r*255,(e>>2&1)*r*255]},a.ansi256.rgb=function(t){if(t>=232){var e=10*(t-232)+8;return[e,e,e]}t-=16;var r;return[Math.floor(t/36)/5*255,Math.floor((r=t%36)/6)/5*255,r%6/5*255]},a.rgb.hex=function(t){var e=(((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2]))).toString(16).toUpperCase();return"000000".substring(e.length)+e},a.hex.rgb=function(t){var e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];var r=e[0];3===e[0].length&&(r=r.split("").map(function(t){return t+t}).join(""));var n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},a.rgb.hcg=function(t){var e,r,n=t[0]/255,i=t[1]/255,o=t[2]/255,s=Math.max(Math.max(n,i),o),a=Math.min(Math.min(n,i),o),u=s-a;return e=u<1?a/(1-u):0,r=u<=0?0:s===n?(i-o)/u%6:s===i?2+(o-n)/u:4+(n-i)/u+4,r/=6,r%=1,[360*r,100*u,100*e]},a.hsl.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=1,i=0;return(n=r<.5?2*e*r:2*e*(1-r))<1&&(i=(r-.5*n)/(1-n)),[t[0],100*n,100*i]},a.hsv.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=e*r,i=0;return n<1&&(i=(r-n)/(1-n)),[t[0],100*n,100*i]},a.hcg.rgb=function(t){var e=t[0]/360,r=t[1]/100,n=t[2]/100;if(0===r)return[255*n,255*n,255*n];var i=[0,0,0],o=e%1*6,s=o%1,a=1-s,u=0;switch(Math.floor(o)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return u=(1-r)*n,[255*(r*i[0]+u),255*(r*i[1]+u),255*(r*i[2]+u)]},a.hcg.hsv=function(t){var e=t[1]/100,r=e+t[2]/100*(1-e),n=0;return r>0&&(n=e/r),[t[0],100*n,100*r]},a.hcg.hsl=function(t){var e=t[1]/100,r=t[2]/100*(1-e)+.5*e,n=0;return r>0&&r<.5?n=e/(2*r):r>=.5&&r<1&&(n=e/(2*(1-r))),[t[0],100*n,100*r]},a.hcg.hwb=function(t){var e=t[1]/100,r=e+t[2]/100*(1-e);return[t[0],100*(r-e),100*(1-r)]},a.hwb.hcg=function(t){var e=t[1]/100,r=1-t[2]/100,n=r-e,i=0;return n<1&&(i=(r-n)/(1-n)),[t[0],100*n,100*i]},a.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},a.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},a.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},a.gray.hsl=a.gray.hsv=function(t){return[0,0,t[0]]},a.gray.hwb=function(t){return[0,100,t[0]]},a.gray.cmyk=function(t){return[0,0,0,t[0]]},a.gray.lab=function(t){return[t[0],0,0]},a.gray.hex=function(t){var e=255&Math.round(t[0]/100*255),r=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(r.length)+r},a.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}},{"color-name":14}],12:[function(t,e,r){function n(t){var e=function(e){return void 0===e||null===e?e:(arguments.length>1&&(e=Array.prototype.slice.call(arguments)),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}function i(t){var e=function(e){if(void 0===e||null===e)return e;arguments.length>1&&(e=Array.prototype.slice.call(arguments));var r=t(e);if("object"==typeof r)for(var n=r.length,i=0;i<n;i++)r[i]=Math.round(r[i]);return r};return"conversion"in t&&(e.conversion=t.conversion),e}var o=t("./conversions"),s=t("./route"),a={};Object.keys(o).forEach(function(t){a[t]={},Object.defineProperty(a[t],"channels",{value:o[t].channels}),Object.defineProperty(a[t],"labels",{value:o[t].labels});var e=s(t);Object.keys(e).forEach(function(r){var o=e[r];a[t][r]=i(o),a[t][r].raw=n(o)})}),e.exports=a},{"./conversions":11,"./route":13}],13:[function(t,e,r){function n(){for(var t={},e=u.length,r=0;r<e;r++)t[u[r]]={distance:-1,parent:null};return t}function i(t){var e=n(),r=[t];for(e[t].distance=0;r.length;)for(var i=r.pop(),o=Object.keys(a[i]),s=o.length,u=0;u<s;u++){var c=o[u],l=e[c];-1===l.distance&&(l.distance=e[i].distance+1,l.parent=i,r.unshift(c))}return e}function o(t,e){return function(r){return e(t(r))}}function s(t,e){for(var r=[e[t].parent,t],n=a[e[t].parent][t],i=e[t].parent;e[i].parent;)r.unshift(e[i].parent),n=o(a[e[i].parent][i],n),i=e[i].parent;return n.conversion=r,n}var a=t("./conversions"),u=Object.keys(a);e.exports=function(t){for(var e=i(t),r={},n=Object.keys(e),o=n.length,a=0;a<o;a++){var u=n[a];null!==e[u].parent&&(r[u]=s(u,e))}return r}},{"./conversions":11}],14:[function(t,e,r){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],15:[function(t,e,r){function n(t,e,r){return Math.min(Math.max(e,t),r)}function i(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var o=t("color-name"),s=t("simple-swizzle"),a={};for(var u in o)o.hasOwnProperty(u)&&(a[o[u]]=u);var c=e.exports={to:{}};c.get=function(t){var e,r;switch(t.substring(0,3).toLowerCase()){case"hsl":e=c.get.hsl(t),r="hsl";break;case"hwb":e=c.get.hwb(t),r="hwb";break;default:e=c.get.rgb(t),r="rgb"}return e?{model:r,value:e}:null},c.get.rgb=function(t){if(!t)return null;var e,r,i,s=/^#([a-f0-9]{3,4})$/i,a=/^#([a-f0-9]{6})([a-f0-9]{2})?$/i,u=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,c=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,l=/(\D+)/,h=[0,0,0,1];if(e=t.match(a)){for(i=e[2],e=e[1],r=0;r<3;r++){var f=2*r;h[r]=parseInt(e.slice(f,f+2),16)}i&&(h[3]=Math.round(parseInt(i,16)/255*100)/100)}else if(e=t.match(s)){for(i=(e=e[1])[3],r=0;r<3;r++)h[r]=parseInt(e[r]+e[r],16);i&&(h[3]=Math.round(parseInt(i+i,16)/255*100)/100)}else if(e=t.match(u)){for(r=0;r<3;r++)h[r]=parseInt(e[r+1],0);e[4]&&(h[3]=parseFloat(e[4]))}else{if(!(e=t.match(c)))return(e=t.match(l))?"transparent"===e[1]?[0,0,0,0]:(h=o[e[1]])?(h[3]=1,h):null:null;for(r=0;r<3;r++)h[r]=Math.round(2.55*parseFloat(e[r+1]));e[4]&&(h[3]=parseFloat(e[4]))}for(r=0;r<3;r++)h[r]=n(h[r],0,255);return h[3]=n(h[3],0,1),h},c.get.hsl=function(t){if(!t)return null;var e=/^hsla?\(\s*([+-]?\d*[\.]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,r=t.match(e);if(r){var i=parseFloat(r[4]);return[(parseFloat(r[1])%360+360)%360,n(parseFloat(r[2]),0,100),n(parseFloat(r[3]),0,100),n(isNaN(i)?1:i,0,1)]}return null},c.get.hwb=function(t){if(!t)return null;var e=/^hwb\(\s*([+-]?\d*[\.]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,r=t.match(e);if(r){var i=parseFloat(r[4]);return[(parseFloat(r[1])%360+360)%360,n(parseFloat(r[2]),0,100),n(parseFloat(r[3]),0,100),n(isNaN(i)?1:i,0,1)]}return null},c.to.hex=function(){var t=s(arguments);return"#"+i(t[0])+i(t[1])+i(t[2])+(t[3]<1?i(Math.round(255*t[3])):"")},c.to.rgb=function(){var t=s(arguments);return t.length<4||1===t[3]?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"},c.to.rgb.percent=function(){var t=s(arguments),e=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return t.length<4||1===t[3]?"rgb("+e+"%, "+r+"%, "+n+"%)":"rgba("+e+"%, "+r+"%, "+n+"%, "+t[3]+")"},c.to.hsl=function(){var t=s(arguments);return t.length<4||1===t[3]?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"},c.to.hwb=function(){var t=s(arguments),e="";return t.length>=4&&1!==t[3]&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"},c.to.keyword=function(t){return a[t.slice(0,3)]}},{"color-name":14,"simple-swizzle":147}],16:[function(t,e,r){"use strict";function n(t,e){if(!(this instanceof n))return new n(t,e);if(e&&e in p&&(e=null),e&&!(e in h))throw new Error("Unknown model: "+e);var r,i;if(t)if(t instanceof n)this.model=t.model,this.color=t.color.slice(),this.valpha=t.valpha;else if("string"==typeof t){var o=l.get(t);if(null===o)throw new Error("Unable to parse color from string: "+t);this.model=o.model,i=h[this.model].channels,this.color=o.value.slice(0,i),this.valpha="number"==typeof o.value[i]?o.value[i]:1}else if(t.length){this.model=e||"rgb",i=h[this.model].channels;var s=f.call(t,0,i);this.color=c(s,i),this.valpha="number"==typeof t[i]?t[i]:1}else if("number"==typeof t)t&=16777215,this.model="rgb",this.color=[t>>16&255,t>>8&255,255&t],this.valpha=1;else{this.valpha=1;var a=Object.keys(t);"alpha"in t&&(a.splice(a.indexOf("alpha"),1),this.valpha="number"==typeof t.alpha?t.alpha:0);var u=a.sort().join("");if(!(u in b))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=b[u];var y=h[this.model].labels,v=[];for(r=0;r<y.length;r++)v.push(t[y[r]]);this.color=c(v)}else this.model="rgb",this.color=[0,0,0],this.valpha=1;if(d[this.model])for(i=h[this.model].channels,r=0;r<i;r++){var m=d[this.model][r];m&&(this.color[r]=m(this.color[r]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}function i(t,e){return Number(t.toFixed(e))}function o(t){return function(e){return i(e,t)}}function s(t,e,r){return(t=Array.isArray(t)?t:[t]).forEach(function(t){(d[t]||(d[t]=[]))[e]=r}),t=t[0],function(n){var i;return arguments.length?(r&&(n=r(n)),i=this[t](),i.color[e]=n,i):(i=this[t]().color[e],r&&(i=r(i)),i)}}function a(t){return function(e){return Math.max(0,Math.min(t,e))}}function u(t){return Array.isArray(t)?t:[t]}function c(t,e){for(var r=0;r<e;r++)"number"!=typeof t[r]&&(t[r]=0);return t}var l=t("color-string"),h=t("color-convert"),f=[].slice,p=["keyword","gray","hex"],b={};Object.keys(h).forEach(function(t){b[f.call(h[t].labels).sort().join("")]=t});var d={};n.prototype={toString:function(){return this.string()},toJSON:function(){return this[this.model]()},string:function(t){var e=this.model in l.to?this:this.rgb(),r=1===(e=e.round("number"==typeof t?t:1)).valpha?e.color:e.color.concat(this.valpha);return l.to[e.model](r)},percentString:function(t){var e=this.rgb().round("number"==typeof t?t:1),r=1===e.valpha?e.color:e.color.concat(this.valpha);return l.to.rgb.percent(r)},array:function(){return 1===this.valpha?this.color.slice():this.color.concat(this.valpha)},object:function(){for(var t={},e=h[this.model].channels,r=h[this.model].labels,n=0;n<e;n++)t[r[n]]=this.color[n];return 1!==this.valpha&&(t.alpha=this.valpha),t},unitArray:function(){var t=this.rgb().color;return t[0]/=255,t[1]/=255,t[2]/=255,1!==this.valpha&&t.push(this.valpha),t},unitObject:function(){var t=this.rgb().object();return t.r/=255,t.g/=255,t.b/=255,1!==this.valpha&&(t.alpha=this.valpha),t},round:function(t){return t=Math.max(t||0,0),new n(this.color.map(o(t)).concat(this.valpha),this.model)},alpha:function(t){return arguments.length?new n(this.color.concat(Math.max(0,Math.min(1,t))),this.model):this.valpha},red:s("rgb",0,a(255)),green:s("rgb",1,a(255)),blue:s("rgb",2,a(255)),hue:s(["hsl","hsv","hsl","hwb","hcg"],0,function(t){return(t%360+360)%360}),saturationl:s("hsl",1,a(100)),lightness:s("hsl",2,a(100)),saturationv:s("hsv",1,a(100)),value:s("hsv",2,a(100)),chroma:s("hcg",1,a(100)),gray:s("hcg",2,a(100)),white:s("hwb",1,a(100)),wblack:s("hwb",2,a(100)),cyan:s("cmyk",0,a(100)),magenta:s("cmyk",1,a(100)),yellow:s("cmyk",2,a(100)),black:s("cmyk",3,a(100)),x:s("xyz",0,a(100)),y:s("xyz",1,a(100)),z:s("xyz",2,a(100)),l:s("lab",0,a(100)),a:s("lab",1),b:s("lab",2),keyword:function(t){return arguments.length?new n(t):h[this.model].keyword(this.color)},hex:function(t){return arguments.length?new n(t):l.to.hex(this.rgb().round().color)},rgbNumber:function(){var t=this.rgb().color;return(255&t[0])<<16|(255&t[1])<<8|255&t[2]},luminosity:function(){for(var t=this.rgb().color,e=[],r=0;r<t.length;r++){var n=t[r]/255;e[r]=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),r=t.luminosity();return e>r?(e+.05)/(r+.05):(r+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.rgb().color;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=this.rgb(),e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten:function(t){var e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken:function(t){var e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate:function(t){var e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate:function(t){var e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten:function(t){var e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken:function(t){var e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale:function(){var t=this.rgb().color,e=.3*t[0]+.59*t[1]+.11*t[2];return n.rgb(e,e,e)},fade:function(t){return this.alpha(this.valpha-this.valpha*t)},opaquer:function(t){return this.alpha(this.valpha+this.valpha*t)},rotate:function(t){var e=this.hsl(),r=e.color[0];return r=(r+t)%360,r=r<0?360+r:r,e.color[0]=r,e},mix:function(t,e){var r=t.rgb(),i=this.rgb(),o=void 0===e?.5:e,s=2*o-1,a=r.alpha()-i.alpha(),u=((s*a==-1?s:(s+a)/(1+s*a))+1)/2,c=1-u;return n.rgb(u*r.red()+c*i.red(),u*r.green()+c*i.green(),u*r.blue()+c*i.blue(),r.alpha()*o+i.alpha()*(1-o))}},Object.keys(h).forEach(function(t){if(-1===p.indexOf(t)){var e=h[t].channels;n.prototype[t]=function(){if(this.model===t)return new n(this);if(arguments.length)return new n(arguments,t);var r="number"==typeof arguments[e]?e:this.valpha;return new n(u(h[this.model][t].raw(this.color)).concat(r),t)},n[t]=function(r){return"number"==typeof r&&(r=c(f.call(arguments),e)),new n(r,t)}}}),e.exports=n},{"color-convert":12,"color-string":15}],17:[function(t,e,r){t("../../modules/es6.array.find"),e.exports=t("../../modules/_core").Array.find},{"../../modules/_core":35,"../../modules/es6.array.find":80}],18:[function(t,e,r){t("../../modules/es6.array.for-each"),e.exports=t("../../modules/_core").Array.forEach},{"../../modules/_core":35,"../../modules/es6.array.for-each":81}],19:[function(t,e,r){t("../../modules/es6.array.reduce"),e.exports=t("../../modules/_core").Array.reduce},{"../../modules/_core":35,"../../modules/es6.array.reduce":82}],20:[function(t,e,r){t("../../modules/es6.function.bind"),e.exports=t("../../modules/_core").Function.bind},{"../../modules/_core":35,"../../modules/es6.function.bind":83}],21:[function(t,e,r){t("../../modules/es6.number.constructor"),e.exports=Number},{"../../modules/es6.number.constructor":84}],22:[function(t,e,r){t("../../modules/es6.object.assign"),e.exports=t("../../modules/_core").Object.assign},{"../../modules/_core":35,"../../modules/es6.object.assign":85}],23:[function(t,e,r){t("../../modules/es6.object.define-property");var n=t("../../modules/_core").Object;e.exports=function(t,e,r){return n.defineProperty(t,e,r)}},{"../../modules/_core":35,"../../modules/es6.object.define-property":86}],24:[function(t,e,r){t("../../modules/es6.object.keys"),e.exports=t("../../modules/_core").Object.keys},{"../../modules/_core":35,"../../modules/es6.object.keys":87}],25:[function(t,e,r){e.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},{}],26:[function(t,e,r){var n=t("./_wks")("unscopables"),i=Array.prototype;void 0==i[n]&&t("./_hide")(i,n,{}),e.exports=function(t){i[n][t]=!0}},{"./_hide":45,"./_wks":79}],27:[function(t,e,r){var n=t("./_is-object");e.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},{"./_is-object":52}],28:[function(t,e,r){var n=t("./_to-iobject"),i=t("./_to-length"),o=t("./_to-index");e.exports=function(t){return function(e,r,s){var a,u=n(e),c=i(u.length),l=o(s,c);if(t&&r!=r){for(;c>l;)if((a=u[l++])!=a)return!0}else for(;c>l;l++)if((t||l in u)&&u[l]===r)return t||l||0;return!t&&-1}}},{"./_to-index":72,"./_to-iobject":74,"./_to-length":75}],29:[function(t,e,r){var n=t("./_ctx"),i=t("./_iobject"),o=t("./_to-object"),s=t("./_to-length"),a=t("./_array-species-create");e.exports=function(t,e){var r=1==t,u=2==t,c=3==t,l=4==t,h=6==t,f=5==t||h,p=e||a;return function(e,a,b){for(var d,y,v=o(e),m=i(v),g=n(a,b,3),_=s(m.length),w=0,O=r?p(e,_):u?p(e,0):void 0;_>w;w++)if((f||w in m)&&(d=m[w],y=g(d,w,v),t))if(r)O[w]=y;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return w;case 2:O.push(d)}else if(l)return!1;return h?-1:c||l?l:O}}},{"./_array-species-create":32,"./_ctx":36,"./_iobject":50,"./_to-length":75,"./_to-object":76}],30:[function(t,e,r){var n=t("./_a-function"),i=t("./_to-object"),o=t("./_iobject"),s=t("./_to-length");e.exports=function(t,e,r,a,u){n(e);var c=i(t),l=o(c),h=s(c.length),f=u?h-1:0,p=u?-1:1;if(r<2)for(;;){if(f in l){a=l[f],f+=p;break}if(f+=p,u?f<0:h<=f)throw TypeError("Reduce of empty array with no initial value")}for(;u?f>=0:h>f;f+=p)f in l&&(a=e(a,l[f],f,c));return a}},{"./_a-function":25,"./_iobject":50,"./_to-length":75,"./_to-object":76}],31:[function(t,e,r){var n=t("./_is-object"),i=t("./_is-array"),o=t("./_wks")("species");e.exports=function(t){var e;return i(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!i(e.prototype)||(e=void 0),n(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},{"./_is-array":51,"./_is-object":52,"./_wks":79}],32:[function(t,e,r){var n=t("./_array-species-constructor");e.exports=function(t,e){return new(n(t))(e)}},{"./_array-species-constructor":31}],33:[function(t,e,r){"use strict";var n=t("./_a-function"),i=t("./_is-object"),o=t("./_invoke"),s=[].slice,a={},u=function(t,e,r){if(!(e in a)){for(var n=[],i=0;i<e;i++)n[i]="a["+i+"]";a[e]=Function("F,a","return new F("+n.join(",")+")")}return a[e](t,r)};e.exports=Function.bind||function(t){var e=n(this),r=s.call(arguments,1),a=function(){var n=r.concat(s.call(arguments));return this instanceof a?u(e,n.length,n):o(e,n,t)};return i(e.prototype)&&(a.prototype=e.prototype),a}},{"./_a-function":25,"./_invoke":49,"./_is-object":52}],34:[function(t,e,r){var n={}.toString;e.exports=function(t){return n.call(t).slice(8,-1)}},{}],35:[function(t,e,r){var n=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},{}],36:[function(t,e,r){var n=t("./_a-function");e.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,i){return t.call(e,r,n,i)}}return function(){return t.apply(e,arguments)}}},{"./_a-function":25}],37:[function(t,e,r){e.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},{}],38:[function(t,e,r){e.exports=!t("./_fails")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},{"./_fails":42}],39:[function(t,e,r){var n=t("./_is-object"),i=t("./_global").document,o=n(i)&&n(i.createElement);e.exports=function(t){return o?i.createElement(t):{}}},{"./_global":43,"./_is-object":52}],40:[function(t,e,r){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},{}],41:[function(t,e,r){var n=t("./_global"),i=t("./_core"),o=t("./_hide"),s=t("./_redefine"),a=t("./_ctx"),u=function(t,e,r){var c,l,h,f,p=t&u.F,b=t&u.G,d=t&u.S,y=t&u.P,v=t&u.B,m=b?n:d?n[e]||(n[e]={}):(n[e]||{}).prototype,g=b?i:i[e]||(i[e]={}),_=g.prototype||(g.prototype={});b&&(r=e);for(c in r)h=((l=!p&&m&&void 0!==m[c])?m:r)[c],f=v&&l?a(h,n):y&&"function"==typeof h?a(Function.call,h):h,m&&s(m,c,h,t&u.U),g[c]!=h&&o(g,c,f),y&&_[c]!=h&&(_[c]=h)};n.core=i,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},{"./_core":35,"./_ctx":36,"./_global":43,"./_hide":45,"./_redefine":65}],42:[function(t,e,r){e.exports=function(t){try{return!!t()}catch(t){return!0}}},{}],43:[function(t,e,r){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},{}],44:[function(t,e,r){var n={}.hasOwnProperty;e.exports=function(t,e){return n.call(t,e)}},{}],45:[function(t,e,r){var n=t("./_object-dp"),i=t("./_property-desc");e.exports=t("./_descriptors")?function(t,e,r){return n.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},{"./_descriptors":38,"./_object-dp":55,"./_property-desc":64}],46:[function(t,e,r){e.exports=t("./_global").document&&document.documentElement},{"./_global":43}],47:[function(t,e,r){e.exports=!t("./_descriptors")&&!t("./_fails")(function(){return 7!=Object.defineProperty(t("./_dom-create")("div"),"a",{get:function(){return 7}}).a})},{"./_descriptors":38,"./_dom-create":39,"./_fails":42}],48:[function(t,e,r){var n=t("./_is-object"),i=t("./_set-proto").set;e.exports=function(t,e,r){var o,s=e.constructor;return s!==r&&"function"==typeof s&&(o=s.prototype)!==r.prototype&&n(o)&&i&&i(t,o),t}},{"./_is-object":52,"./_set-proto":66}],49:[function(t,e,r){e.exports=function(t,e,r){var n=void 0===r;switch(e.length){case 0:return n?t():t.call(r);case 1:return n?t(e[0]):t.call(r,e[0]);case 2:return n?t(e[0],e[1]):t.call(r,e[0],e[1]);case 3:return n?t(e[0],e[1],e[2]):t.call(r,e[0],e[1],e[2]);case 4:return n?t(e[0],e[1],e[2],e[3]):t.call(r,e[0],e[1],e[2],e[3])}return t.apply(r,e)}},{}],50:[function(t,e,r){var n=t("./_cof");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},{"./_cof":34}],51:[function(t,e,r){var n=t("./_cof");e.exports=Array.isArray||function(t){return"Array"==n(t)}},{"./_cof":34}],52:[function(t,e,r){e.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},{}],53:[function(t,e,r){"use strict";var n=t("./_object-keys"),i=t("./_object-gops"),o=t("./_object-pie"),s=t("./_to-object"),a=t("./_iobject"),u=Object.assign;e.exports=!u||t("./_fails")(function(){var t={},e={},r=Symbol(),n="abcdefghijklmnopqrst";return t[r]=7,n.split("").forEach(function(t){e[t]=t}),7!=u({},t)[r]||Object.keys(u({},e)).join("")!=n})?function(t,e){for(var r=s(t),u=arguments.length,c=1,l=i.f,h=o.f;u>c;)for(var f,p=a(arguments[c++]),b=l?n(p).concat(l(p)):n(p),d=b.length,y=0;d>y;)h.call(p,f=b[y++])&&(r[f]=p[f]);return r}:u},{"./_fails":42,"./_iobject":50,"./_object-gops":59,"./_object-keys":61,"./_object-pie":62,"./_to-object":76}],54:[function(t,e,r){var n=t("./_an-object"),i=t("./_object-dps"),o=t("./_enum-bug-keys"),s=t("./_shared-key")("IE_PROTO"),a=function(){},u=function(){var e,r=t("./_dom-create")("iframe"),n=o.length;for(r.style.display="none",t("./_html").appendChild(r),r.src="javascript:",(e=r.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u.prototype[o[n]];return u()};e.exports=Object.create||function(t,e){var r;return null!==t?(a.prototype=n(t),r=new a,a.prototype=null,r[s]=t):r=u(),void 0===e?r:i(r,e)}},{"./_an-object":27,"./_dom-create":39,"./_enum-bug-keys":40,"./_html":46,"./_object-dps":56,"./_shared-key":67}],55:[function(t,e,r){var n=t("./_an-object"),i=t("./_ie8-dom-define"),o=t("./_to-primitive"),s=Object.defineProperty;r.f=t("./_descriptors")?Object.defineProperty:function(t,e,r){if(n(t),e=o(e,!0),n(r),i)try{return s(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(t[e]=r.value),t}},{"./_an-object":27,"./_descriptors":38,"./_ie8-dom-define":47,"./_to-primitive":77}],56:[function(t,e,r){var n=t("./_object-dp"),i=t("./_an-object"),o=t("./_object-keys");e.exports=t("./_descriptors")?Object.defineProperties:function(t,e){i(t);for(var r,s=o(e),a=s.length,u=0;a>u;)n.f(t,r=s[u++],e[r]);return t}},{"./_an-object":27,"./_descriptors":38,"./_object-dp":55,"./_object-keys":61}],57:[function(t,e,r){var n=t("./_object-pie"),i=t("./_property-desc"),o=t("./_to-iobject"),s=t("./_to-primitive"),a=t("./_has"),u=t("./_ie8-dom-define"),c=Object.getOwnPropertyDescriptor;r.f=t("./_descriptors")?c:function(t,e){if(t=o(t),e=s(e,!0),u)try{return c(t,e)}catch(t){}if(a(t,e))return i(!n.f.call(t,e),t[e])}},{"./_descriptors":38,"./_has":44,"./_ie8-dom-define":47,"./_object-pie":62,"./_property-desc":64,"./_to-iobject":74,"./_to-primitive":77}],58:[function(t,e,r){var n=t("./_object-keys-internal"),i=t("./_enum-bug-keys").concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return n(t,i)}},{"./_enum-bug-keys":40,"./_object-keys-internal":60}],59:[function(t,e,r){r.f=Object.getOwnPropertySymbols},{}],60:[function(t,e,r){var n=t("./_has"),i=t("./_to-iobject"),o=t("./_array-includes")(!1),s=t("./_shared-key")("IE_PROTO");e.exports=function(t,e){var r,a=i(t),u=0,c=[];for(r in a)r!=s&&n(a,r)&&c.push(r);for(;e.length>u;)n(a,r=e[u++])&&(~o(c,r)||c.push(r));return c}},{"./_array-includes":28,"./_has":44,"./_shared-key":67,"./_to-iobject":74}],61:[function(t,e,r){var n=t("./_object-keys-internal"),i=t("./_enum-bug-keys");e.exports=Object.keys||function(t){return n(t,i)}},{"./_enum-bug-keys":40,"./_object-keys-internal":60}],62:[function(t,e,r){r.f={}.propertyIsEnumerable},{}],63:[function(t,e,r){var n=t("./_export"),i=t("./_core"),o=t("./_fails");e.exports=function(t,e){var r=(i.Object||{})[t]||Object[t],s={};s[t]=e(r),n(n.S+n.F*o(function(){r(1)}),"Object",s)}},{"./_core":35,"./_export":41,"./_fails":42}],64:[function(t,e,r){e.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},{}],65:[function(t,e,r){var n=t("./_global"),i=t("./_hide"),o=t("./_has"),s=t("./_uid")("src"),a=Function.toString,u=(""+a).split("toString");t("./_core").inspectSource=function(t){return a.call(t)},(e.exports=function(t,e,r,a){var c="function"==typeof r;c&&(o(r,"name")||i(r,"name",e)),t[e]!==r&&(c&&(o(r,s)||i(r,s,t[e]?""+t[e]:u.join(String(e)))),t===n?t[e]=r:a?t[e]?t[e]=r:i(t,e,r):(delete t[e],i(t,e,r)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[s]||a.call(this)})},{"./_core":35,"./_global":43,"./_has":44,"./_hide":45,"./_uid":78}],66:[function(t,e,r){var n=t("./_is-object"),i=t("./_an-object"),o=function(t,e){if(i(t),!n(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,r,n){try{(n=t("./_ctx")(Function.call,t("./_object-gopd").f(Object.prototype,"__proto__").set,2))(e,[]),r=!(e instanceof Array)}catch(t){r=!0}return function(t,e){return o(t,e),r?t.__proto__=e:n(t,e),t}}({},!1):void 0),check:o}},{"./_an-object":27,"./_ctx":36,"./_is-object":52,"./_object-gopd":57}],67:[function(t,e,r){var n=t("./_shared")("keys"),i=t("./_uid");e.exports=function(t){return n[t]||(n[t]=i(t))}},{"./_shared":68,"./_uid":78}],68:[function(t,e,r){var n=t("./_global"),i=n["__core-js_shared__"]||(n["__core-js_shared__"]={});e.exports=function(t){return i[t]||(i[t]={})}},{"./_global":43}],69:[function(t,e,r){var n=t("./_fails");e.exports=function(t,e){return!!t&&n(function(){e?t.call(null,function(){},1):t.call(null)})}},{"./_fails":42}],70:[function(t,e,r){var n=t("./_export"),i=t("./_defined"),o=t("./_fails"),s=t("./_string-ws"),a="["+s+"]",u=RegExp("^"+a+a+"*"),c=RegExp(a+a+"*$"),l=function(t,e,r){var i={},a=o(function(){return!!s[t]()||"​…"!="​…"[t]()}),u=i[t]=a?e(h):s[t];r&&(i[r]=u),n(n.P+n.F*a,"String",i)},h=l.trim=function(t,e){return t=String(i(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(c,"")),t};e.exports=l},{"./_defined":37,"./_export":41,"./_fails":42,"./_string-ws":71}],71:[function(t,e,r){e.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},{}],72:[function(t,e,r){var n=t("./_to-integer"),i=Math.max,o=Math.min;e.exports=function(t,e){return(t=n(t))<0?i(t+e,0):o(t,e)}},{"./_to-integer":73}],73:[function(t,e,r){var n=Math.ceil,i=Math.floor;e.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},{}],74:[function(t,e,r){var n=t("./_iobject"),i=t("./_defined");e.exports=function(t){return n(i(t))}},{"./_defined":37,"./_iobject":50}],75:[function(t,e,r){var n=t("./_to-integer"),i=Math.min;e.exports=function(t){return t>0?i(n(t),9007199254740991):0}},{"./_to-integer":73}],76:[function(t,e,r){var n=t("./_defined");e.exports=function(t){return Object(n(t))}},{"./_defined":37}],77:[function(t,e,r){var n=t("./_is-object");e.exports=function(t,e){if(!n(t))return t;var r,i;if(e&&"function"==typeof(r=t.toString)&&!n(i=r.call(t)))return i;if("function"==typeof(r=t.valueOf)&&!n(i=r.call(t)))return i;if(!e&&"function"==typeof(r=t.toString)&&!n(i=r.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},{"./_is-object":52}],78:[function(t,e,r){var n=0,i=Math.random();e.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},{}],79:[function(t,e,r){var n=t("./_shared")("wks"),i=t("./_uid"),o=t("./_global").Symbol,s="function"==typeof o;(e.exports=function(t){return n[t]||(n[t]=s&&o[t]||(s?o:i)("Symbol."+t))}).store=n},{"./_global":43,"./_shared":68,"./_uid":78}],80:[function(t,e,r){"use strict";var n=t("./_export"),i=t("./_array-methods")(5),o=!0;"find"in[]&&Array(1).find(function(){o=!1}),n(n.P+n.F*o,"Array",{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t("./_add-to-unscopables")("find")},{"./_add-to-unscopables":26,"./_array-methods":29,"./_export":41}],81:[function(t,e,r){"use strict";var n=t("./_export"),i=t("./_array-methods")(0),o=t("./_strict-method")([].forEach,!0);n(n.P+n.F*!o,"Array",{forEach:function(t){return i(this,t,arguments[1])}})},{"./_array-methods":29,"./_export":41,"./_strict-method":69}],82:[function(t,e,r){"use strict";var n=t("./_export"),i=t("./_array-reduce");n(n.P+n.F*!t("./_strict-method")([].reduce,!0),"Array",{reduce:function(t){return i(this,t,arguments.length,arguments[1],!1)}})},{"./_array-reduce":30,"./_export":41,"./_strict-method":69}],83:[function(t,e,r){var n=t("./_export");n(n.P,"Function",{bind:t("./_bind")})},{"./_bind":33,"./_export":41}],84:[function(t,e,r){"use strict";var n=t("./_global"),i=t("./_has"),o=t("./_cof"),s=t("./_inherit-if-required"),a=t("./_to-primitive"),u=t("./_fails"),c=t("./_object-gopn").f,l=t("./_object-gopd").f,h=t("./_object-dp").f,f=t("./_string-trim").trim,p=n.Number,b=p,d=p.prototype,y="Number"==o(t("./_object-create")(d)),v="trim"in String.prototype,m=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){var r,n,i,o=(e=v?e.trim():f(e,3)).charCodeAt(0);if(43===o||45===o){if(88===(r=e.charCodeAt(2))||120===r)return NaN}else if(48===o){switch(e.charCodeAt(1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+e}for(var s,u=e.slice(2),c=0,l=u.length;c<l;c++)if((s=u.charCodeAt(c))<48||s>i)return NaN;return parseInt(u,n)}}return+e};if(!p(" 0o1")||!p("0b1")||p("+0x1")){p=function(t){var e=arguments.length<1?0:t,r=this;return r instanceof p&&(y?u(function(){d.valueOf.call(r)}):"Number"!=o(r))?s(new b(m(e)),r,p):m(e)};for(var g,_=t("./_descriptors")?c(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;_.length>w;w++)i(b,g=_[w])&&!i(p,g)&&h(p,g,l(b,g));p.prototype=d,d.constructor=p,t("./_redefine")(n,"Number",p)}},{"./_cof":34,"./_descriptors":38,"./_fails":42,"./_global":43,"./_has":44,"./_inherit-if-required":48,"./_object-create":54,"./_object-dp":55,"./_object-gopd":57,"./_object-gopn":58,"./_redefine":65,"./_string-trim":70,"./_to-primitive":77}],85:[function(t,e,r){var n=t("./_export");n(n.S+n.F,"Object",{assign:t("./_object-assign")})},{"./_export":41,"./_object-assign":53}],86:[function(t,e,r){var n=t("./_export");n(n.S+n.F*!t("./_descriptors"),"Object",{defineProperty:t("./_object-dp").f})},{"./_descriptors":38,"./_export":41,"./_object-dp":55}],87:[function(t,e,r){var n=t("./_to-object"),i=t("./_object-keys");t("./_object-sap")("keys",function(){return function(t){return i(n(t))}})},{"./_object-keys":61,"./_object-sap":63,"./_to-object":76}],88:[function(t,e,r){"use strict";e.exports=function(){var t=document.createElement("div");return t.setAttribute("data-a-b","c"),Boolean(t.dataset&&"c"===t.dataset.aB)}()?function(t){return t.dataset}:function(t){for(var e={},r=t.attributes,n=0,i=r.length;n<i;n++){var o=r[n];if(o){var s=o.name;if(0===s.indexOf("data-")){var a=s.slice(5).replace(/-./g,function(t){return t.charAt(1).toUpperCase()}),u=o.value;Object.defineProperty(e,a,{enumerable:!0,get:function(){return this.value}.bind({value:u||""}),set:function(t,e){void 0===e?this.removeAttribute(t):this.setAttribute(t,e)}.bind(t,s)})}}}return e}},{}],89:[function(t,e,r){"use strict";e.exports=function(t){return!(!t||"string"==typeof t)&&(t instanceof Array||Array.isArray(t)||t.length>=0&&(t.splice instanceof Function||Object.getOwnPropertyDescriptor(t,t.length-1)&&"String"!==t.constructor.name))}},{}],90:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e,r,n){t.call(this),this.parent=e,this.outerValue=r,this.outerIndex=n,this.index=0}return n(e,t),e.prototype._next=function(t){this.parent.notifyNext(this.outerValue,t,this.outerIndex,this.index++,this)},e.prototype._error=function(t){this.parent.notifyError(t,this),this.unsubscribe()},e.prototype._complete=function(){this.parent.notifyComplete(this),this.unsubscribe()},e}(t("./Subscriber").Subscriber);r.InnerSubscriber=i},{"./Subscriber":97}],91:[function(t,e,r){"use strict";var n=t("./util/root"),i=t("./util/toSubscriber"),o=t("./symbol/observable"),s=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var n=this.operator,o=i.toSubscriber(t,e,r);if(n?n.call(o,this.source):o.add(this.source?this._subscribe(o):this._trySubscribe(o)),o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.syncErrorThrown=!0,t.syncErrorValue=e,t.error(e)}},t.prototype.forEach=function(t,e){var r=this;if(e||(n.root.Rx&&n.root.Rx.config&&n.root.Rx.config.Promise?e=n.root.Rx.config.Promise:n.root.Promise&&(e=n.root.Promise)),!e)throw new Error("no Promise impl found");return new e(function(e,n){var i;i=r.subscribe(function(e){if(i)try{t(e)}catch(t){n(t),i.unsubscribe()}else t(e)},n,e)})},t.prototype._subscribe=function(t){return this.source.subscribe(t)},t.prototype[o.observable]=function(){return this},t.create=function(e){return new t(e)},t}();r.Observable=s},{"./symbol/observable":130,"./util/root":143,"./util/toSubscriber":145}],92:[function(t,e,r){"use strict";r.empty={closed:!0,next:function(t){},error:function(t){throw t},complete:function(){}}},{}],93:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(){t.apply(this,arguments)}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,i){this.destination.next(e)},e.prototype.notifyError=function(t,e){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.complete()},e}(t("./Subscriber").Subscriber);r.OuterSubscriber=i},{"./Subscriber":97}],94:[function(t,e,r){"use strict";var n=function(){function t(e,r){void 0===r&&(r=t.now),this.SchedulerAction=e,this.now=r}return t.prototype.schedule=function(t,e,r){return void 0===e&&(e=0),new this.SchedulerAction(this,t).schedule(r,e)},t.now=Date.now?Date.now:function(){return+new Date},t}();r.Scheduler=n},{}],95:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("./Observable"),o=t("./Subscriber"),s=t("./Subscription"),a=t("./util/ObjectUnsubscribedError"),u=t("./SubjectSubscription"),c=t("./symbol/rxSubscriber"),l=function(t){function e(e){t.call(this,e),this.destination=e}return n(e,t),e}(o.Subscriber);r.SubjectSubscriber=l;var h=function(t){function e(){t.call(this),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}return n(e,t),e.prototype[c.rxSubscriber]=function(){return new l(this)},e.prototype.lift=function(t){var e=new f(this,this);return e.operator=t,e},e.prototype.next=function(t){if(this.closed)throw new a.ObjectUnsubscribedError;if(!this.isStopped)for(var e=this.observers,r=e.length,n=e.slice(),i=0;i<r;i++)n[i].next(t)},e.prototype.error=function(t){if(this.closed)throw new a.ObjectUnsubscribedError;this.hasError=!0,this.thrownError=t,this.isStopped=!0;for(var e=this.observers,r=e.length,n=e.slice(),i=0;i<r;i++)n[i].error(t);this.observers.length=0},e.prototype.complete=function(){if(this.closed)throw new a.ObjectUnsubscribedError;this.isStopped=!0;for(var t=this.observers,e=t.length,r=t.slice(),n=0;n<e;n++)r[n].complete();this.observers.length=0},e.prototype.unsubscribe=function(){this.isStopped=!0,this.closed=!0,this.observers=null},e.prototype._trySubscribe=function(e){if(this.closed)throw new a.ObjectUnsubscribedError;return t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){if(this.closed)throw new a.ObjectUnsubscribedError;return this.hasError?(t.error(this.thrownError),s.Subscription.EMPTY):this.isStopped?(t.complete(),s.Subscription.EMPTY):(this.observers.push(t),new u.SubjectSubscription(this,t))},e.prototype.asObservable=function(){var t=new i.Observable;return t.source=this,t},e.create=function(t,e){return new f(t,e)},e}(i.Observable);r.Subject=h;var f=function(t){function e(e,r){t.call(this),this.destination=e,this.source=r}return n(e,t),e.prototype.next=function(t){var e=this.destination;e&&e.next&&e.next(t)},e.prototype.error=function(t){var e=this.destination;e&&e.error&&this.destination.error(t)},e.prototype.complete=function(){var t=this.destination;t&&t.complete&&this.destination.complete()},e.prototype._subscribe=function(t){return this.source?this.source.subscribe(t):s.Subscription.EMPTY},e}(h);r.AnonymousSubject=f},{"./Observable":91,"./SubjectSubscription":96,"./Subscriber":97,"./Subscription":98,"./symbol/rxSubscriber":131,"./util/ObjectUnsubscribedError":132}],96:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e,r){t.call(this),this.subject=e,this.subscriber=r,this.closed=!1}return n(e,t),e.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var r=e.indexOf(this.subscriber);-1!==r&&e.splice(r,1)}}},e}(t("./Subscription").Subscription);r.SubjectSubscription=i},{"./Subscription":98}],97:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("./util/isFunction"),s=t("./Subscription"),a=t("./Observer"),u=t("./symbol/rxSubscriber"),c=function(t){function e(r,i,o){switch(t.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.empty;break;case 1:if(!r){this.destination=a.empty;break}if("object"===(void 0===r?"undefined":n(r))){r instanceof e?(this.destination=r,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new l(this,r));break}default:this.syncErrorThrowable=!0,this.destination=new l(this,r,i,o)}}return i(e,t),e.prototype[u.rxSubscriber]=function(){return this},e.create=function(t,r,n){var i=new e(t,r,n);return i.syncErrorThrowable=!1,i},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e.prototype._unsubscribeAndRecycle=function(){var t=this,e=t._parent,r=t._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=r,this},e}(s.Subscription);r.Subscriber=c;var l=function(t){function e(e,r,n,i){t.call(this),this._parentSubscriber=e;var s,u=this;o.isFunction(r)?s=r:r&&(s=r.next,n=r.error,i=r.complete,r!==a.empty&&(u=Object.create(r),o.isFunction(u.unsubscribe)&&this.add(u.unsubscribe.bind(u)),u.unsubscribe=this.unsubscribe.bind(this))),this._context=u,this._next=s,this._error=n,this._complete=i}return i(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber;if(this._error)e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else{if(!e.syncErrorThrowable)throw this.unsubscribe(),t;e.syncErrorValue=t,e.syncErrorThrown=!0,this.unsubscribe()}}},e.prototype.complete=function(){var t=this;if(!this.isStopped){var e=this._parentSubscriber;if(this._complete){var r=function(){return t._complete.call(t._context)};e.syncErrorThrowable?(this.__tryOrSetError(e,r),this.unsubscribe()):(this.__tryOrUnsub(r),this.unsubscribe())}else this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){throw this.unsubscribe(),t}},e.prototype.__tryOrSetError=function(t,e,r){try{e.call(this._context,r)}catch(e){return t.syncErrorValue=e,t.syncErrorThrown=!0,!0}return!1},e.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},e}(c)},{"./Observer":92,"./Subscription":98,"./symbol/rxSubscriber":131,"./util/isFunction":138}],98:[function(t,e,r){"use strict";function n(t){return t.reduce(function(t,e){return t.concat(e instanceof l.UnsubscriptionError?e.errors:e)},[])}var 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},o=t("./util/isArray"),s=t("./util/isObject"),a=t("./util/isFunction"),u=t("./util/tryCatch"),c=t("./util/errorObject"),l=t("./util/UnsubscriptionError"),h=function(){function t(t){this.closed=!1,this._parent=null,this._parents=null,this._subscriptions=null,t&&(this._unsubscribe=t)}return t.prototype.unsubscribe=function(){var t,e=!1;if(!this.closed){var r=this,i=r._parent,h=r._parents,f=r._unsubscribe,p=r._subscriptions;this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null;for(var b=-1,d=h?h.length:0;i;)i.remove(this),i=++b<d&&h[b]||null;if(a.isFunction(f)&&(v=u.tryCatch(f).call(this))===c.errorObject&&(e=!0,t=t||(c.errorObject.e instanceof l.UnsubscriptionError?n(c.errorObject.e.errors):[c.errorObject.e])),o.isArray(p))for(b=-1,d=p.length;++b<d;){var y=p[b];if(s.isObject(y)){var v=u.tryCatch(y.unsubscribe).call(y);if(v===c.errorObject){e=!0,t=t||[];var m=c.errorObject.e;m instanceof l.UnsubscriptionError?t=t.concat(n(m.errors)):t.push(m)}}}if(e)throw new l.UnsubscriptionError(t)}},t.prototype.add=function(e){if(!e||e===t.EMPTY)return t.EMPTY;if(e===this)return this;var r=e;switch(void 0===e?"undefined":i(e)){case"function":r=new t(e);case"object":if(r.closed||"function"!=typeof r.unsubscribe)return r;if(this.closed)return r.unsubscribe(),r;if("function"!=typeof r._addParent){var n=r;(r=new t)._subscriptions=[n]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}return(this._subscriptions||(this._subscriptions=[])).push(r),r._addParent(this),r},t.prototype.remove=function(t){var e=this._subscriptions;if(e){var r=e.indexOf(t);-1!==r&&e.splice(r,1)}},t.prototype._addParent=function(t){var e=this,r=e._parent,n=e._parents;r&&r!==t?n?-1===n.indexOf(t)&&n.push(t):this._parents=[t]:this._parent=t},t.EMPTY=function(t){return t.closed=!0,t}(new t),t}();r.Subscription=h},{"./util/UnsubscriptionError":133,"./util/errorObject":134,"./util/isArray":135,"./util/isFunction":138,"./util/isObject":140,"./util/tryCatch":146}],99:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Observable"),o=t("./ScalarObservable"),s=t("./EmptyObservable"),a=t("../util/isScheduler"),u=function(t){function e(e,r){t.call(this),this.array=e,this.scheduler=r,r||1!==e.length||(this._isScalar=!0,this.value=e[0])}return n(e,t),e.create=function(t,r){return new e(t,r)},e.of=function(){for(var t=[],r=0;r<arguments.length;r++)t[r-0]=arguments[r];var n=t[t.length-1];a.isScheduler(n)?t.pop():n=null;var i=t.length;return i>1?new e(t,n):1===i?new o.ScalarObservable(t[0],n):new s.EmptyObservable(n)},e.dispatch=function(t){var e=t.array,r=t.index,n=t.count,i=t.subscriber;r>=n?i.complete():(i.next(e[r]),i.closed||(t.index=r+1,this.schedule(t)))},e.prototype._subscribe=function(t){var r=this.array,n=r.length,i=this.scheduler;if(i)return i.schedule(e.dispatch,0,{array:r,index:0,count:n,subscriber:t});for(var o=0;o<n&&!t.closed;o++)t.next(r[o]);t.complete()},e}(i.Observable);r.ArrayObservable=u},{"../Observable":91,"../util/isScheduler":142,"./EmptyObservable":101,"./ScalarObservable":103}],100:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subject"),o=t("../Observable"),s=t("../Subscriber"),a=t("../Subscription"),u=function(t){function e(e,r){t.call(this),this.source=e,this.subjectFactory=r,this._refCount=0,this._isComplete=!1}return n(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype.connect=function(){var t=this._connection;return t||(this._isComplete=!1,(t=this._connection=new a.Subscription).add(this.source.subscribe(new l(this.getSubject(),this))),t.closed?(this._connection=null,t=a.Subscription.EMPTY):this._connection=t),t},e.prototype.refCount=function(){return this.lift(new h(this))},e}(o.Observable);r.ConnectableObservable=u;var c=u.prototype;r.connectableObservableDescriptor={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:c._subscribe},_isComplete:{value:c._isComplete,writable:!0},getSubject:{value:c.getSubject},connect:{value:c.connect},refCount:{value:c.refCount}};var l=function(t){function e(e,r){t.call(this,e),this.connectable=r}return n(e,t),e.prototype._error=function(e){this._unsubscribe(),t.prototype._error.call(this,e)},e.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}},e}(i.SubjectSubscriber),h=function(){function t(t){this.connectable=t}return t.prototype.call=function(t,e){var r=this.connectable;r._refCount++;var n=new f(t,r),i=e.subscribe(n);return n.closed||(n.connection=r.connect()),i},t}(),f=function(t){function e(e,r){t.call(this,e),this.connectable=r}return n(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var r=this.connection,n=t._connection;this.connection=null,!n||r&&n!==r||n.unsubscribe()}}else this.connection=null},e}(s.Subscriber)},{"../Observable":91,"../Subject":95,"../Subscriber":97,"../Subscription":98}],101:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e){t.call(this),this.scheduler=e}return n(e,t),e.create=function(t){return new e(t)},e.dispatch=function(t){t.subscriber.complete()},e.prototype._subscribe=function(t){var r=this.scheduler;if(r)return r.schedule(e.dispatch,0,{subscriber:t});t.complete()},e}(t("../Observable").Observable);r.EmptyObservable=i},{"../Observable":91}],102:[function(t,e,r){"use strict";function n(t){return!!t&&"function"==typeof t.addListener&&"function"==typeof t.removeListener}function i(t){return!!t&&"function"==typeof t.on&&"function"==typeof t.off}function o(t){return!!t&&"[object NodeList]"===b.call(t)}function s(t){return!!t&&"[object HTMLCollection]"===b.call(t)}function a(t){return!!t&&"function"==typeof t.addEventListener&&"function"==typeof t.removeEventListener}var u=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},c=t("../Observable"),l=t("../util/tryCatch"),h=t("../util/isFunction"),f=t("../util/errorObject"),p=t("../Subscription"),b=Object.prototype.toString,d=function(t){function e(e,r,n,i){t.call(this),this.sourceObj=e,this.eventName=r,this.selector=n,this.options=i}return u(e,t),e.create=function(t,r,n,i){return h.isFunction(n)&&(i=n,n=void 0),new e(t,r,i,n)},e.setupSubscription=function(t,r,u,c,l){var h;if(o(t)||s(t))for(var f=0,b=t.length;f<b;f++)e.setupSubscription(t[f],r,u,c,l);else if(a(t)){var d=t;t.addEventListener(r,u,l),h=function(){return d.removeEventListener(r,u)}}else if(i(t)){var y=t;t.on(r,u),h=function(){return y.off(r,u)}}else{if(!n(t))throw new TypeError("Invalid event target");var v=t;t.addListener(r,u),h=function(){return v.removeListener(r,u)}}c.add(new p.Subscription(h))},e.prototype._subscribe=function(t){var r=this.sourceObj,n=this.eventName,i=this.options,o=this.selector,s=o?function(){for(var e=[],r=0;r<arguments.length;r++)e[r-0]=arguments[r];var n=l.tryCatch(o).apply(void 0,e);n===f.errorObject?t.error(f.errorObject.e):t.next(n)}:function(e){return t.next(e)};e.setupSubscription(r,n,s,t,i)},e}(c.Observable);r.FromEventObservable=d},{"../Observable":91,"../Subscription":98,"../util/errorObject":134,"../util/isFunction":138,"../util/tryCatch":146}],103:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e,r){t.call(this),this.value=e,this.scheduler=r,this._isScalar=!0,r&&(this._isScalar=!1)}return n(e,t),e.create=function(t,r){return new e(t,r)},e.dispatch=function(t){var e=t.done,r=t.value,n=t.subscriber;e?n.complete():(n.next(r),n.closed||(t.done=!0,this.schedule(t)))},e.prototype._subscribe=function(t){var r=this.value,n=this.scheduler;if(n)return n.schedule(e.dispatch,0,{done:!1,value:r,subscriber:t});t.next(r),t.closed||t.complete()},e}(t("../Observable").Observable);r.ScalarObservable=i},{"../Observable":91}],104:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../util/isNumeric"),o=t("../Observable"),s=t("../scheduler/async"),a=t("../util/isScheduler"),u=t("../util/isDate"),c=function(t){function e(e,r,n){void 0===e&&(e=0),t.call(this),this.period=-1,this.dueTime=0,i.isNumeric(r)?this.period=Number(r)<1&&1||Number(r):a.isScheduler(r)&&(n=r),a.isScheduler(n)||(n=s.async),this.scheduler=n,this.dueTime=u.isDate(e)?+e-this.scheduler.now():e}return n(e,t),e.create=function(t,r,n){return void 0===t&&(t=0),new e(t,r,n)},e.dispatch=function(t){var e=t.index,r=t.period,n=t.subscriber,i=this;if(n.next(e),!n.closed){if(-1===r)return n.complete();t.index=e+1,i.schedule(t,r)}},e.prototype._subscribe=function(t){var r=this,n=r.period,i=r.dueTime;return r.scheduler.schedule(e.dispatch,i,{index:0,period:n,subscriber:t})},e}(o.Observable);r.TimerObservable=c},{"../Observable":91,"../scheduler/async":128,"../util/isDate":137,"../util/isNumeric":139,"../util/isScheduler":142}],105:[function(t,e,r){"use strict";var n=t("./EmptyObservable");r.empty=n.EmptyObservable.create},{"./EmptyObservable":101}],106:[function(t,e,r){"use strict";var n=t("./FromEventObservable");r.fromEvent=n.FromEventObservable.create},{"./FromEventObservable":102}],107:[function(t,e,r){"use strict";var n=t("./TimerObservable");r.timer=n.TimerObservable.create},{"./TimerObservable":104}],108:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r._catch=function(t){var e=new s(t),r=this.lift(e);return e.caught=r};var s=function(){function t(t){this.selector=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.selector,this.caught))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.selector=r,this.caught=n}return n(e,t),e.prototype.error=function(e){if(!this.isStopped){var r=void 0;try{r=this.selector(e,this.caught)}catch(e){return void t.prototype.error.call(this,e)}this._unsubscribeAndRecycle(),this.add(o.subscribeToResult(this,r))}},e}(i.OuterSubscriber)},{"../OuterSubscriber":93,"../util/subscribeToResult":144}],109:[function(t,e,r){"use strict";function n(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=null,n=t;return o.isScheduler(n[t.length-1])&&(r=n.pop()),null===r&&1===t.length&&t[0]instanceof i.Observable?t[0]:new s.ArrayObservable(t,r).lift(new a.MergeAllOperator(1))}var i=t("../Observable"),o=t("../util/isScheduler"),s=t("../observable/ArrayObservable"),a=t("./mergeAll");r.concat=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];return this.lift.call(n.apply(void 0,[this].concat(t)))},r.concatStatic=n},{"../Observable":91,"../observable/ArrayObservable":99,"../util/isScheduler":142,"./mergeAll":116}],110:[function(t,e,r){"use strict";function n(t){t.debouncedNext()}var i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),s=t("../scheduler/async");r.debounceTime=function(t,e){return void 0===e&&(e=s.async),this.lift(new a(t,e))};var a=function(){function t(t,e){this.dueTime=t,this.scheduler=e}return t.prototype.call=function(t,e){return e.subscribe(new u(t,this.dueTime,this.scheduler))},t}(),u=function(t){function e(e,r,n){t.call(this,e),this.dueTime=r,this.scheduler=n,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}return i(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(n,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){this.clearDebounce(),this.hasValue&&(this.destination.next(this.lastValue),this.lastValue=null,this.hasValue=!1)},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)},e}(o.Subscriber)},{"../Subscriber":97,"../scheduler/async":128}],111:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber");r._do=function(t,e,r){return this.lift(new o(t,e,r))};var o=function(){function t(t,e,r){this.nextOrObserver=t,this.error=e,this.complete=r}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.nextOrObserver,this.error,this.complete))},t}(),s=function(t){function e(e,r,n,o){t.call(this,e);var s=new i.Subscriber(r,n,o);s.syncErrorThrowable=!0,this.add(s),this.safeSubscriber=s}return n(e,t),e.prototype._next=function(t){var e=this.safeSubscriber;e.next(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.next(t)},e.prototype._error=function(t){var e=this.safeSubscriber;e.error(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.error(t)},e.prototype._complete=function(){var t=this.safeSubscriber;t.complete(),t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.complete()},e}(i.Subscriber)},{"../Subscriber":97}],112:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r.exhaustMap=function(t,e){return this.lift(new s(t,e))};var s=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.project,this.resultSelector))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.project=r,this.resultSelector=n,this.hasSubscription=!1,this.hasCompleted=!1,this.index=0}return n(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e=this.index++,r=this.destination;try{var n=this.project(t,e);this.hasSubscription=!0,this.add(o.subscribeToResult(this,n,t,e))}catch(t){r.error(t)}},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,i){var o=this,s=o.resultSelector,a=o.destination;s?this.trySelectResult(t,e,r,n):a.next(e)},e.prototype.trySelectResult=function(t,e,r,n){var i=this,o=i.resultSelector,s=i.destination;try{var a=o(t,e,r,n);s.next(a)}catch(t){s.error(t)}},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(i.OuterSubscriber)},{"../OuterSubscriber":93,"../util/subscribeToResult":144}],113:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber");r.filter=function(t,e){return this.lift(new o(t,e))};var o=function(){function t(t,e){this.predicate=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.predicate,this.thisArg))},t}(),s=function(t){function e(e,r,n){t.call(this,e),this.predicate=r,this.thisArg=n,this.count=0,this.predicate=r}return n(e,t),e.prototype._next=function(t){var e;try{e=this.predicate.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}e&&this.destination.next(t)},e}(i.Subscriber)},{"../Subscriber":97}],114:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber"),o=t("../Subscription");r._finally=function(t){return this.lift(new s(t))};var s=function(){function t(t){this.callback=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.callback))},t}(),a=function(t){function e(e,r){t.call(this,e),this.add(new o.Subscription(r))}return n(e,t),e}(i.Subscriber)},{"../Subscriber":97,"../Subscription":98}],115:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber");r.map=function(t,e){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return this.lift(new o(t,e))};var o=function(){function t(t,e){this.project=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.project,this.thisArg))},t}();r.MapOperator=o;var s=function(t){function e(e,r,n){t.call(this,e),this.project=r,this.count=0,this.thisArg=n||this}return n(e,t),e.prototype._next=function(t){var e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(i.Subscriber)},{"../Subscriber":97}],116:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r.mergeAll=function(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),this.lift(new s(t))};var s=function(){function t(t){this.concurrent=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.concurrent))},t}();r.MergeAllOperator=s;var a=function(t){function e(e,r){t.call(this,e),this.concurrent=r,this.hasCompleted=!1,this.buffer=[],this.active=0}return n(e,t),e.prototype._next=function(t){this.active<this.concurrent?(this.active++,this.add(o.subscribeToResult(this,t))):this.buffer.push(t)},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete()},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(i.OuterSubscriber);r.MergeAllSubscriber=a},{"../OuterSubscriber":93,"../util/subscribeToResult":144}],117:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../util/subscribeToResult"),o=t("../OuterSubscriber");r.mergeMap=function(t,e,r){return void 0===r&&(r=Number.POSITIVE_INFINITY),"number"==typeof e&&(r=e,e=null),this.lift(new s(t,e,r))};var s=function(){function t(t,e,r){void 0===r&&(r=Number.POSITIVE_INFINITY),this.project=t,this.resultSelector=e,this.concurrent=r}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.project,this.resultSelector,this.concurrent))},t}();r.MergeMapOperator=s;var a=function(t){function e(e,r,n,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.project=r,this.resultSelector=n,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return n(e,t),e.prototype._next=function(t){this.active<this.concurrent?this._tryNext(t):this.buffer.push(t)},e.prototype._tryNext=function(t){var e,r=this.index++;try{e=this.project(t,r)}catch(t){return void this.destination.error(t)}this.active++,this._innerSub(e,t,r)},e.prototype._innerSub=function(t,e,r){this.add(i.subscribeToResult(this,t,e,r))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,i){this.resultSelector?this._notifyResultSelector(t,e,r,n):this.destination.next(e)},e.prototype._notifyResultSelector=function(t,e,r,n){var i;try{i=this.resultSelector(t,e,r,n)}catch(t){return void this.destination.error(t)}this.destination.next(i)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);r.MergeMapSubscriber=a},{"../OuterSubscriber":93,"../util/subscribeToResult":144}],118:[function(t,e,r){"use strict";var n=t("../observable/ConnectableObservable");r.multicast=function(t,e){var r;if(r="function"==typeof t?t:function(){return t},"function"==typeof e)return this.lift(new i(r,e));var o=Object.create(this,n.connectableObservableDescriptor);return o.source=this,o.subjectFactory=r,o};var i=function(){function t(t,e){this.subjectFactory=t,this.selector=e}return t.prototype.call=function(t,e){var r=this.selector,n=this.subjectFactory(),i=r(n).subscribe(t);return i.add(e.subscribe(n)),i},t}();r.MulticastOperator=i},{"../observable/ConnectableObservable":100}],119:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber");r.pairwise=function(){return this.lift(new o)};var o=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new s(t))},t}(),s=function(t){function e(e){t.call(this,e),this.hasPrev=!1}return n(e,t),e.prototype._next=function(t){this.hasPrev?this.destination.next([this.prev,t]):this.hasPrev=!0,this.prev=t},e}(i.Subscriber)},{"../Subscriber":97}],120:[function(t,e,r){"use strict";function n(){return new o.Subject}var i=t("./multicast"),o=t("../Subject");r.share=function(){return i.multicast.call(this,n).refCount()}},{"../Subject":95,"./multicast":118}],121:[function(t,e,r){"use strict";var n=t("../observable/ArrayObservable"),i=t("../observable/ScalarObservable"),o=t("../observable/EmptyObservable"),s=t("./concat"),a=t("../util/isScheduler");r.startWith=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=t[t.length-1];a.isScheduler(r)?t.pop():r=null;var u=t.length;return 1===u?s.concatStatic(new i.ScalarObservable(t[0],r),this):u>1?s.concatStatic(new n.ArrayObservable(t,r),this):s.concatStatic(new o.EmptyObservable(r),this)}},{"../observable/ArrayObservable":99,"../observable/EmptyObservable":101,"../observable/ScalarObservable":103,"../util/isScheduler":142,"./concat":109}],122:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r.switchMap=function(t,e){return this.lift(new s(t,e))};var s=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.project,this.resultSelector))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.project=r,this.resultSelector=n,this.index=0}return n(e,t),e.prototype._next=function(t){var e,r=this.index++;try{e=this.project(t,r)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,r)},e.prototype._innerSub=function(t,e,r){var n=this.innerSubscription;n&&n.unsubscribe(),this.add(this.innerSubscription=o.subscribeToResult(this,t,e,r))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,r,n,i){this.resultSelector?this._tryNotifyNext(t,e,r,n):this.destination.next(e)},e.prototype._tryNotifyNext=function(t,e,r,n){var i;try{i=this.resultSelector(t,e,r,n)}catch(t){return void this.destination.error(t)}this.destination.next(i)},e}(i.OuterSubscriber)},{"../OuterSubscriber":93,"../util/subscribeToResult":144}],123:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r.takeUntil=function(t){return this.lift(new s(t))};var s=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.notifier))},t}(),a=function(t){function e(e,r){t.call(this,e),this.notifier=r,this.add(o.subscribeToResult(this,r))}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,i){this.complete()},e.prototype.notifyComplete=function(){},e}(i.OuterSubscriber)},{"../OuterSubscriber":93,"../util/subscribeToResult":144}],124:[function(t,e,r){"use strict";function n(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=t[t.length-1];return"function"==typeof r&&t.pop(),new o.ArrayObservable(t).lift(new h(r))}var i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../observable/ArrayObservable"),s=t("../util/isArray"),a=t("../Subscriber"),u=t("../OuterSubscriber"),c=t("../util/subscribeToResult"),l=t("../symbol/iterator");r.zipProto=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];return this.lift.call(n.apply(void 0,[this].concat(t)))},r.zipStatic=n;var h=function(){function t(t){this.project=t}return t.prototype.call=function(t,e){return e.subscribe(new f(t,this.project))},t}();r.ZipOperator=h;var f=function(t){function e(e,r,n){void 0===n&&(n=Object.create(null)),t.call(this,e),this.iterators=[],this.active=0,this.project="function"==typeof r?r:null,this.values=n}return i(e,t),e.prototype._next=function(t){var e=this.iterators;s.isArray(t)?e.push(new b(t)):"function"==typeof t[l.iterator]?e.push(new p(t[l.iterator]())):e.push(new d(this.destination,this,t))},e.prototype._complete=function(){var t=this.iterators,e=t.length;if(0!==e){this.active=e;for(var r=0;r<e;r++){var n=t[r];n.stillUnsubscribed?this.add(n.subscribe(n,r)):this.active--}}else this.destination.complete()},e.prototype.notifyInactive=function(){0===--this.active&&this.destination.complete()},e.prototype.checkIterators=function(){for(var t=this.iterators,e=t.length,r=this.destination,n=0;n<e;n++)if("function"==typeof(s=t[n]).hasValue&&!s.hasValue())return;for(var i=!1,o=[],n=0;n<e;n++){var s=t[n],a=s.next();if(s.hasCompleted()&&(i=!0),a.done)return void r.complete();o.push(a.value)}this.project?this._tryProject(o):r.next(o),i&&r.complete()},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(a.Subscriber);r.ZipSubscriber=f;var p=function(){function t(t){this.iterator=t,this.nextResult=t.next()}return t.prototype.hasValue=function(){return!0},t.prototype.next=function(){var t=this.nextResult;return this.nextResult=this.iterator.next(),t},t.prototype.hasCompleted=function(){var t=this.nextResult;return t&&t.done},t}(),b=function(){function t(t){this.array=t,this.index=0,this.length=0,this.length=t.length}return t.prototype[l.iterator]=function(){return this},t.prototype.next=function(t){var e=this.index++,r=this.array;return e<this.length?{value:r[e],done:!1}:{value:null,done:!0}},t.prototype.hasValue=function(){return this.array.length>this.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),d=function(t){function e(e,r,n){t.call(this,e),this.parent=r,this.observable=n,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}return i(e,t),e.prototype[l.iterator]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,i){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return c.subscribeToResult(this,this.observable,this,e)},e}(u.OuterSubscriber)},{"../OuterSubscriber":93,"../Subscriber":97,"../observable/ArrayObservable":99,"../symbol/iterator":129,"../util/isArray":135,"../util/subscribeToResult":144}],125:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e,r){t.call(this)}return n(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(t("../Subscription").Subscription);r.Action=i},{"../Subscription":98}],126:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../util/root"),o=function(t){function e(e,r){t.call(this,e,r),this.scheduler=e,this.work=r,this.pending=!1}return n(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t,this.pending=!0;var r=this.id,n=this.scheduler;return null!=r&&(this.id=this.recycleAsyncId(n,r,e)),this.delay=e,this.id=this.id||this.requestAsyncId(n,this.id,e),this},e.prototype.requestAsyncId=function(t,e,r){return void 0===r&&(r=0),i.root.setInterval(t.flush.bind(t,this),r)},e.prototype.recycleAsyncId=function(t,e,r){return void 0===r&&(r=0),null!==r&&this.delay===r&&!1===this.pending?e:i.root.clearInterval(e)&&void 0||void 0},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(t,e);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(t,e){var r=!1,n=void 0;try{this.work(t)}catch(t){r=!0,n=!!t&&t||new Error(t)}if(r)return this.unsubscribe(),n},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,r=e.actions,n=r.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==n&&r.splice(n,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null)),this.delay=null},e}(t("./Action").Action);r.AsyncAction=o},{"../util/root":143,"./Action":125}],127:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(){t.apply(this,arguments),this.actions=[],this.active=!1,this.scheduled=void 0}return n(e,t),e.prototype.flush=function(t){var e=this.actions;if(this.active)e.push(t);else{var r;this.active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=e.shift());if(this.active=!1,r){for(;t=e.shift();)t.unsubscribe();throw r}}},e}(t("../Scheduler").Scheduler);r.AsyncScheduler=i},{"../Scheduler":94}],128:[function(t,e,r){"use strict";var n=t("./AsyncAction"),i=t("./AsyncScheduler");r.async=new i.AsyncScheduler(n.AsyncAction)},{"./AsyncAction":126,"./AsyncScheduler":127}],129:[function(t,e,r){"use strict";function n(t){var e=t.Symbol;if("function"==typeof e)return e.iterator||(e.iterator=e("iterator polyfill")),e.iterator;var r=t.Set;if(r&&"function"==typeof(new r)["@@iterator"])return"@@iterator";var n=t.Map;if(n)for(var i=Object.getOwnPropertyNames(n.prototype),o=0;o<i.length;++o){var s=i[o];if("entries"!==s&&"size"!==s&&n.prototype[s]===n.prototype.entries)return s}return"@@iterator"}var i=t("../util/root");r.symbolIteratorPonyfill=n,r.iterator=n(i.root),r.$$iterator=r.iterator},{"../util/root":143}],130:[function(t,e,r){"use strict";function n(t){var e,r=t.Symbol;return"function"==typeof r?r.observable?e=r.observable:(e=r("observable"),r.observable=e):e="@@observable",e}var i=t("../util/root");r.getSymbolObservable=n,r.observable=n(i.root),r.$$observable=r.observable},{"../util/root":143}],131:[function(t,e,r){"use strict";var n=t("../util/root").root.Symbol;r.rxSubscriber="function"==typeof n&&"function"==typeof n.for?n.for("rxSubscriber"):"@@rxSubscriber",r.$$rxSubscriber=r.rxSubscriber},{"../util/root":143}],132:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(){var e=t.call(this,"object unsubscribed");this.name=e.name="ObjectUnsubscribedError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);r.ObjectUnsubscribedError=i},{}],133:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e){t.call(this),this.errors=e;var r=Error.call(this,e?e.length+" errors occurred during unsubscription:\n "+e.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"");this.name=r.name="UnsubscriptionError",this.stack=r.stack,this.message=r.message}return n(e,t),e}(Error);r.UnsubscriptionError=i},{}],134:[function(t,e,r){"use strict";r.errorObject={e:{}}},{}],135:[function(t,e,r){"use strict";r.isArray=Array.isArray||function(t){return t&&"number"==typeof t.length}},{}],136:[function(t,e,r){"use strict";r.isArrayLike=function(t){return t&&"number"==typeof t.length}},{}],137:[function(t,e,r){"use strict";r.isDate=function(t){return t instanceof Date&&!isNaN(+t)}},{}],138:[function(t,e,r){"use strict";r.isFunction=function(t){return"function"==typeof t}},{}],139:[function(t,e,r){"use strict";var n=t("../util/isArray");r.isNumeric=function(t){return!n.isArray(t)&&t-parseFloat(t)+1>=0}},{"../util/isArray":135}],140:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};r.isObject=function(t){return null!=t&&"object"===(void 0===t?"undefined":n(t))}},{}],141:[function(t,e,r){"use strict";r.isPromise=function(t){return t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}},{}],142:[function(t,e,r){"use strict";r.isScheduler=function(t){return t&&"function"==typeof t.schedule}},{}],143:[function(t,e,r){(function(t){"use strict";var e="undefined"!=typeof window&&window,n="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,i=void 0!==t&&t,o=e||i||n;r.root=o,function(){if(!o)throw new Error("RxJS could not find any global context (window, self, global)")}()}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],144:[function(t,e,r){"use strict";var n=t("./root"),i=t("./isArrayLike"),o=t("./isPromise"),s=t("./isObject"),a=t("../Observable"),u=t("../symbol/iterator"),c=t("../InnerSubscriber"),l=t("../symbol/observable");r.subscribeToResult=function(t,e,r,h){var f=new c.InnerSubscriber(t,r,h);if(f.closed)return null;if(e instanceof a.Observable)return e._isScalar?(f.next(e.value),f.complete(),null):e.subscribe(f);if(i.isArrayLike(e)){for(var p=0,b=e.length;p<b&&!f.closed;p++)f.next(e[p]);f.closed||f.complete()}else{if(o.isPromise(e))return e.then(function(t){f.closed||(f.next(t),f.complete())},function(t){return f.error(t)}).then(null,function(t){n.root.setTimeout(function(){throw t})}),f;if(e&&"function"==typeof e[u.iterator])for(var d=e[u.iterator]();;){var y=d.next();if(y.done){f.complete();break}if(f.next(y.value),f.closed)break}else if(e&&"function"==typeof e[l.observable]){var v=e[l.observable]();if("function"==typeof v.subscribe)return v.subscribe(new c.InnerSubscriber(t,r,h));f.error(new TypeError("Provided object does not correctly implement Symbol.observable"))}else{var m="You provided "+(s.isObject(e)?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.";f.error(new TypeError(m))}}return null}},{"../InnerSubscriber":90,"../Observable":91,"../symbol/iterator":129,"../symbol/observable":130,"./isArrayLike":136,"./isObject":140,"./isPromise":141,"./root":143}],145:[function(t,e,r){"use strict";var n=t("../Subscriber"),i=t("../symbol/rxSubscriber"),o=t("../Observer");r.toSubscriber=function(t,e,r){if(t){if(t instanceof n.Subscriber)return t;if(t[i.rxSubscriber])return t[i.rxSubscriber]()}return t||e||r?new n.Subscriber(t,e,r):new n.Subscriber(o.empty)}},{"../Observer":92,"../Subscriber":97,"../symbol/rxSubscriber":131}],146:[function(t,e,r){"use strict";function n(){try{return i.apply(this,arguments)}catch(t){return o.errorObject.e=t,o.errorObject}}var i,o=t("./errorObject");r.tryCatch=function(t){return i=t,n}},{"./errorObject":134}],147:[function(t,e,r){"use strict";var n=t("is-arrayish"),i=Array.prototype.concat,o=Array.prototype.slice,s=e.exports=function(t){for(var e=[],r=0,s=t.length;r<s;r++){var a=t[r];n(a)?e=i.call(e,o.call(a)):e.push(a)}return e};s.wrap=function(t){return function(){return t(s(arguments))}}},{"is-arrayish":89}],148:[function(t,e,r){!function(t,e){var r={},n={};!function(t,e){function r(){this._delay=0,this._endDelay=0,this._fill="none",this._iterationStart=0,this._iterations=1,this._duration=0,this._playbackRate=1,this._direction="normal",this._easing="linear",this._easingFunction=m}function n(){return t.isDeprecated("Invalid timing inputs","2016-03-02","TypeError exceptions will be thrown instead.",!0)}function i(e,n,i){var o=new r;return n&&(o.fill="both",o.duration="auto"),"number"!=typeof e||isNaN(e)?void 0!==e&&Object.getOwnPropertyNames(e).forEach(function(r){if("auto"!=e[r]){if(("number"==typeof o[r]||"duration"==r)&&("number"!=typeof e[r]||isNaN(e[r])))return;if("fill"==r&&-1==y.indexOf(e[r]))return;if("direction"==r&&-1==v.indexOf(e[r]))return;if("playbackRate"==r&&1!==e[r]&&t.isDeprecated("AnimationEffectTiming.playbackRate","2014-11-28","Use Animation.playbackRate instead."))return;o[r]=e[r]}}):o.duration=e,o}function o(t,e,r,n){return t<0||t>1||r<0||r>1?m:function(i){function o(t,e,r){return 3*t*(1-r)*(1-r)*r+3*e*(1-r)*r*r+r*r*r}if(i<=0){var s=0;return t>0?s=e/t:!e&&r>0&&(s=n/r),s*i}if(i>=1){var a=0;return r<1?a=(n-1)/(r-1):1==r&&t<1&&(a=(e-1)/(t-1)),1+a*(i-1)}for(var u=0,c=1;u<c;){var l=(u+c)/2,h=o(t,r,l);if(Math.abs(i-h)<1e-5)return o(e,n,l);h<i?u=l:c=l}return o(e,n,l)}}function s(t,e){return function(r){if(r>=1)return 1;var n=1/t;return(r+=e*n)-r%n}}function a(t){S||(S=document.createElement("div").style),S.animationTimingFunction="",S.animationTimingFunction=t;var e=S.animationTimingFunction;if(""==e&&n())throw new TypeError(t+" is not a valid value for easing");return e}function u(t){if("linear"==t)return m;var e=j.exec(t);if(e)return o.apply(this,e.slice(1).map(Number));var r=k.exec(t);return r?s(Number(r[1]),{start:g,middle:_,end:w}[r[2]]):O[t]||m}function c(t){return 0===t.duration||0===t.iterations?0:t.duration*t.iterations}function l(t,e,r){if(null==e)return E;var n=r.delay+t+r.endDelay;return e<Math.min(r.delay,n)?T:e>=Math.min(r.delay+t,n)?M:P}function h(t,e,r,n,i){switch(n){case T:return"backwards"==e||"both"==e?0:null;case P:return r-i;case M:return"forwards"==e||"both"==e?t:null;case E:return null}}function f(t,e,r,n,i){var o=i;return 0===t?e!==T&&(o+=r):o+=n/t,o}function p(t,e,r,n,i,o){var s=t===1/0?e%1:t%1;return 0!==s||r!==M||0===n||0===i&&0!==o||(s=1),s}function b(t,e,r,n){return t===M&&e===1/0?1/0:1===r?Math.floor(n)-1:Math.floor(n)}function d(t,e,r){var n=t;if("normal"!==t&&"reverse"!==t){var i=e;"alternate-reverse"===t&&(i+=1),n="normal",i!==1/0&&i%2!=0&&(n="reverse")}return"normal"===n?r:1-r}var y="backwards|forwards|both|none".split("|"),v="reverse|alternate|alternate-reverse".split("|"),m=function(t){return t};r.prototype={_setMember:function(e,r){this["_"+e]=r,this._effect&&(this._effect._timingInput[e]=r,this._effect._timing=t.normalizeTimingInput(this._effect._timingInput),this._effect.activeDuration=t.calculateActiveDuration(this._effect._timing),this._effect._animation&&this._effect._animation._rebuildUnderlyingAnimation())},get playbackRate(){return this._playbackRate},set delay(t){this._setMember("delay",t)},get delay(){return this._delay},set endDelay(t){this._setMember("endDelay",t)},get endDelay(){return this._endDelay},set fill(t){this._setMember("fill",t)},get fill(){return this._fill},set iterationStart(t){if((isNaN(t)||t<0)&&n())throw new TypeError("iterationStart must be a non-negative number, received: "+timing.iterationStart);this._setMember("iterationStart",t)},get iterationStart(){return this._iterationStart},set duration(t){if("auto"!=t&&(isNaN(t)||t<0)&&n())throw new TypeError("duration must be non-negative or auto, received: "+t);this._setMember("duration",t)},get duration(){return this._duration},set direction(t){this._setMember("direction",t)},get direction(){return this._direction},set easing(t){this._easingFunction=u(a(t)),this._setMember("easing",t)},get easing(){return this._easing},set iterations(t){if((isNaN(t)||t<0)&&n())throw new TypeError("iterations must be non-negative, received: "+t);this._setMember("iterations",t)},get iterations(){return this._iterations}};var g=1,_=.5,w=0,O={ease:o(.25,.1,.25,1),"ease-in":o(.42,0,1,1),"ease-out":o(0,0,.58,1),"ease-in-out":o(.42,0,.58,1),"step-start":s(1,g),"step-middle":s(1,_),"step-end":s(1,w)},S=null,x="\\s*(-?\\d+\\.?\\d*|-?\\.\\d+)\\s*",j=new RegExp("cubic-bezier\\("+x+","+x+","+x+","+x+"\\)"),k=/steps\(\s*(\d+)\s*,\s*(start|middle|end)\s*\)/,E=0,T=1,M=2,P=3;t.cloneTimingInput=function(t){if("number"==typeof t)return t;var e={};for(var r in t)e[r]=t[r];return e},t.makeTiming=i,t.numericTimingToObject=function(t){return"number"==typeof t&&(t=isNaN(t)?{duration:0}:{duration:t}),t},t.normalizeTimingInput=function(e,r){return e=t.numericTimingToObject(e),i(e,r)},t.calculateActiveDuration=function(t){return Math.abs(c(t)/t.playbackRate)},t.calculateIterationProgress=function(t,e,r){var n=l(t,e,r),i=h(t,r.fill,e,n,r.delay);if(null===i)return null;var o=f(r.duration,n,r.iterations,i,r.iterationStart),s=p(o,r.iterationStart,n,r.iterations,i,r.duration),a=b(n,r.iterations,s,o),u=d(r.direction,a,s);return r._easingFunction(u)},t.calculatePhase=l,t.normalizeEasing=a,t.parseEasingFunction=u}(r),function(t,e){function r(t,e){return t in c?c[t][e]||e:e}function n(t){return"display"===t||0===t.lastIndexOf("animation",0)||0===t.lastIndexOf("transition",0)}function i(t,e,i){if(!n(t)){var o=s[t];if(o){a.style[t]=e;for(var u in o){var c=o[u],l=a.style[c];i[c]=r(c,l)}}else i[t]=r(t,e)}}function o(t){var e=[];for(var r in t)if(!(r in["easing","offset","composite"])){var n=t[r];Array.isArray(n)||(n=[n]);for(var i,o=n.length,s=0;s<o;s++)i={},i.offset="offset"in t?t.offset:1==o?1:s/(o-1),"easing"in t&&(i.easing=t.easing),"composite"in t&&(i.composite=t.composite),i[r]=n[s],e.push(i)}return e.sort(function(t,e){return t.offset-e.offset}),e}var s={background:["backgroundImage","backgroundPosition","backgroundSize","backgroundRepeat","backgroundAttachment","backgroundOrigin","backgroundClip","backgroundColor"],border:["borderTopColor","borderTopStyle","borderTopWidth","borderRightColor","borderRightStyle","borderRightWidth","borderBottomColor","borderBottomStyle","borderBottomWidth","borderLeftColor","borderLeftStyle","borderLeftWidth"],borderBottom:["borderBottomWidth","borderBottomStyle","borderBottomColor"],borderColor:["borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"],borderLeft:["borderLeftWidth","borderLeftStyle","borderLeftColor"],borderRadius:["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],borderRight:["borderRightWidth","borderRightStyle","borderRightColor"],borderTop:["borderTopWidth","borderTopStyle","borderTopColor"],borderWidth:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],flex:["flexGrow","flexShrink","flexBasis"],font:["fontFamily","fontSize","fontStyle","fontVariant","fontWeight","lineHeight"],margin:["marginTop","marginRight","marginBottom","marginLeft"],outline:["outlineColor","outlineStyle","outlineWidth"],padding:["paddingTop","paddingRight","paddingBottom","paddingLeft"]},a=document.createElementNS("http://www.w3.org/1999/xhtml","div"),u={thin:"1px",medium:"3px",thick:"5px"},c={borderBottomWidth:u,borderLeftWidth:u,borderRightWidth:u,borderTopWidth:u,fontSize:{"xx-small":"60%","x-small":"75%",small:"89%",medium:"100%",large:"120%","x-large":"150%","xx-large":"200%"},fontWeight:{normal:"400",bold:"700"},outlineWidth:u,textShadow:{none:"0px 0px 0px transparent"},boxShadow:{none:"0px 0px 0px 0px transparent"}};t.convertToArrayForm=o,t.normalizeKeyframes=function(e){if(null==e)return[];window.Symbol&&Symbol.iterator&&Array.prototype.from&&e[Symbol.iterator]&&(e=Array.from(e)),Array.isArray(e)||(e=o(e));for(var r=e.map(function(e){var r={};for(var n in e){var o=e[n];if("offset"==n){if(null!=o){if(o=Number(o),!isFinite(o))throw new TypeError("Keyframe offsets must be numbers.");if(o<0||o>1)throw new TypeError("Keyframe offsets must be between 0 and 1.")}}else if("composite"==n){if("add"==o||"accumulate"==o)throw{type:DOMException.NOT_SUPPORTED_ERR,name:"NotSupportedError",message:"add compositing is not supported"};if("replace"!=o)throw new TypeError("Invalid composite mode "+o+".")}else o="easing"==n?t.normalizeEasing(o):""+o;i(n,o,r)}return void 0==r.offset&&(r.offset=null),void 0==r.easing&&(r.easing="linear"),r}),n=!0,s=-1/0,a=0;a<r.length;a++){var u=r[a].offset;if(null!=u){if(u<s)throw new TypeError("Keyframes are not loosely sorted by offset. Sort or specify offsets.");s=u}else n=!1}return r=r.filter(function(t){return t.offset>=0&&t.offset<=1}),n||function(){var t=r.length;null==r[t-1].offset&&(r[t-1].offset=1),t>1&&null==r[0].offset&&(r[0].offset=0);for(var e=0,n=r[0].offset,i=1;i<t;i++){var o=r[i].offset;if(null!=o){for(var s=1;s<i-e;s++)r[e+s].offset=n+(o-n)*s/(i-e);e=i,n=o}}}(),r}}(r),function(t){var e={};t.isDeprecated=function(t,r,n,i){var o=i?"are":"is",s=new Date,a=new Date(r);return a.setMonth(a.getMonth()+3),!(s<a&&(t in e||console.warn("Web Animations: "+t+" "+o+" deprecated and will stop working on "+a.toDateString()+". "+n),e[t]=!0,1))},t.deprecated=function(e,r,n,i){var o=i?"are":"is";if(t.isDeprecated(e,r,n,i))throw new Error(e+" "+o+" no longer supported. "+n)}}(r),function(){if(document.documentElement.animate){var t=document.documentElement.animate([],0),e=!0;if(t&&(e=!1,"play|currentTime|pause|reverse|playbackRate|cancel|finish|startTime|playState".split("|").forEach(function(r){void 0===t[r]&&(e=!0)})),!e)return}!function(t,e,r){function n(t){for(var e={},r=0;r<t.length;r++)for(var n in t[r])if("offset"!=n&&"easing"!=n&&"composite"!=n){var i={offset:t[r].offset,easing:t[r].easing,value:t[r][n]};e[n]=e[n]||[],e[n].push(i)}for(var o in e){var s=e[o];if(0!=s[0].offset||1!=s[s.length-1].offset)throw{type:DOMException.NOT_SUPPORTED_ERR,name:"NotSupportedError",message:"Partial keyframes are not supported"}}return e}function i(r){var n=[];for(var i in r)for(var o=r[i],s=0;s<o.length-1;s++){var a=s,u=s+1,c=o[a].offset,l=o[u].offset,h=c,f=l;0==s&&(h=-1/0,0==l&&(u=a)),s==o.length-2&&(f=1/0,1==c&&(a=u)),n.push({applyFrom:h,applyTo:f,startOffset:o[a].offset,endOffset:o[u].offset,easingFunction:t.parseEasingFunction(o[a].easing),property:i,interpolation:e.propertyInterpolation(i,o[a].value,o[u].value)})}return n.sort(function(t,e){return t.startOffset-e.startOffset}),n}e.convertEffectInput=function(r){var o=n(t.normalizeKeyframes(r)),s=i(o);return function(t,r){if(null!=r)s.filter(function(t){return r>=t.applyFrom&&r<t.applyTo}).forEach(function(n){var i=r-n.startOffset,o=n.endOffset-n.startOffset,s=0==o?0:n.easingFunction(i/o);e.apply(t,n.property,n.interpolation(s))});else for(var n in o)"offset"!=n&&"easing"!=n&&"composite"!=n&&e.clear(t,n)}}}(r,n),function(t,e,r){function n(t){return t.replace(/-(.)/g,function(t,e){return e.toUpperCase()})}function i(t,e,r){o[r]=o[r]||[],o[r].push([t,e])}var o={};e.addPropertiesHandler=function(t,e,r){for(var o=0;o<r.length;o++)i(t,e,n(r[o]))};var s={backgroundColor:"transparent",backgroundPosition:"0% 0%",borderBottomColor:"currentColor",borderBottomLeftRadius:"0px",borderBottomRightRadius:"0px",borderBottomWidth:"3px",borderLeftColor:"currentColor",borderLeftWidth:"3px",borderRightColor:"currentColor",borderRightWidth:"3px",borderSpacing:"2px",borderTopColor:"currentColor",borderTopLeftRadius:"0px",borderTopRightRadius:"0px",borderTopWidth:"3px",bottom:"auto",clip:"rect(0px, 0px, 0px, 0px)",color:"black",fontSize:"100%",fontWeight:"400",height:"auto",left:"auto",letterSpacing:"normal",lineHeight:"120%",marginBottom:"0px",marginLeft:"0px",marginRight:"0px",marginTop:"0px",maxHeight:"none",maxWidth:"none",minHeight:"0px",minWidth:"0px",opacity:"1.0",outlineColor:"invert",outlineOffset:"0px",outlineWidth:"3px",paddingBottom:"0px",paddingLeft:"0px",paddingRight:"0px",paddingTop:"0px",right:"auto",strokeDasharray:"none",strokeDashoffset:"0px",textIndent:"0px",textShadow:"0px 0px 0px transparent",top:"auto",transform:"",verticalAlign:"0px",visibility:"visible",width:"auto",wordSpacing:"normal",zIndex:"auto"};e.propertyInterpolation=function(r,i,a){var u=r;/-/.test(r)&&!t.isDeprecated("Hyphenated property names","2016-03-22","Use camelCase instead.",!0)&&(u=n(r)),"initial"!=i&&"initial"!=a||("initial"==i&&(i=s[u]),"initial"==a&&(a=s[u]));for(var c=i==a?[]:o[u],l=0;c&&l<c.length;l++){var h=c[l][0](i),f=c[l][0](a);if(void 0!==h&&void 0!==f){var p=c[l][1](h,f);if(p){var b=e.Interpolation.apply(null,p);return function(t){return 0==t?i:1==t?a:b(t)}}}}return e.Interpolation(!1,!0,function(t){return t?a:i})}}(r,n),function(t,e,r){function n(e){var r=t.calculateActiveDuration(e),n=function(n){return t.calculateIterationProgress(r,n,e)};return n._totalDuration=e.delay+r+e.endDelay,n}e.KeyframeEffect=function(r,i,o,s){var a,u=n(t.normalizeTimingInput(o)),c=e.convertEffectInput(i),l=function(){c(r,a)};return l._update=function(t){return null!==(a=u(t))},l._clear=function(){c(r,null)},l._hasSameTarget=function(t){return r===t},l._target=r,l._totalDuration=u._totalDuration,l._id=s,l}}(r,n),function(t,e){function r(t,e){return!(!e.namespaceURI||-1==e.namespaceURI.indexOf("/svg"))&&(s in t||(t[s]=/Trident|MSIE|IEMobile|Edge|Android 4/i.test(t.navigator.userAgent)),t[s])}function n(t,e,r){r.enumerable=!0,r.configurable=!0,Object.defineProperty(t,e,r)}function i(t){this._element=t,this._surrogateStyle=document.createElementNS("http://www.w3.org/1999/xhtml","div").style,this._style=t.style,this._length=0,this._isAnimatedProperty={},this._updateSvgTransformAttr=r(window,t),this._savedTransformAttr=null;for(var e=0;e<this._style.length;e++){var n=this._style[e];this._surrogateStyle[n]=this._style[n]}this._updateIndices()}function o(t){if(!t._webAnimationsPatchedStyle){var e=new i(t);try{n(t,"style",{get:function(){return e}})}catch(e){t.style._set=function(e,r){t.style[e]=r},t.style._clear=function(e){t.style[e]=""}}t._webAnimationsPatchedStyle=t.style}}var s="_webAnimationsUpdateSvgTransformAttr",a={cssText:1,length:1,parentRule:1},u={getPropertyCSSValue:1,getPropertyPriority:1,getPropertyValue:1,item:1,removeProperty:1,setProperty:1},c={removeProperty:1,setProperty:1};i.prototype={get cssText(){return this._surrogateStyle.cssText},set cssText(t){for(var e={},r=0;r<this._surrogateStyle.length;r++)e[this._surrogateStyle[r]]=!0;this._surrogateStyle.cssText=t,this._updateIndices();for(r=0;r<this._surrogateStyle.length;r++)e[this._surrogateStyle[r]]=!0;for(var n in e)this._isAnimatedProperty[n]||this._style.setProperty(n,this._surrogateStyle.getPropertyValue(n))},get length(){return this._surrogateStyle.length},get parentRule(){return this._style.parentRule},_updateIndices:function(){for(;this._length<this._surrogateStyle.length;)Object.defineProperty(this,this._length,{configurable:!0,enumerable:!1,get:function(t){return function(){return this._surrogateStyle[t]}}(this._length)}),this._length++;for(;this._length>this._surrogateStyle.length;)this._length--,Object.defineProperty(this,this._length,{configurable:!0,enumerable:!1,value:void 0})},_set:function(e,r){this._style[e]=r,this._isAnimatedProperty[e]=!0,this._updateSvgTransformAttr&&"transform"==t.unprefixedPropertyName(e)&&(null==this._savedTransformAttr&&(this._savedTransformAttr=this._element.getAttribute("transform")),this._element.setAttribute("transform",t.transformToSvgMatrix(r)))},_clear:function(e){this._style[e]=this._surrogateStyle[e],this._updateSvgTransformAttr&&"transform"==t.unprefixedPropertyName(e)&&(this._savedTransformAttr?this._element.setAttribute("transform",this._savedTransformAttr):this._element.removeAttribute("transform"),this._savedTransformAttr=null),delete this._isAnimatedProperty[e]}};for(var l in u)i.prototype[l]=function(t,e){return function(){var r=this._surrogateStyle[t].apply(this._surrogateStyle,arguments);return e&&(this._isAnimatedProperty[arguments[0]]||this._style[t].apply(this._style,arguments),this._updateIndices()),r}}(l,l in c);for(var h in document.documentElement.style)h in a||h in u||function(t){n(i.prototype,t,{get:function(){return this._surrogateStyle[t]},set:function(e){this._surrogateStyle[t]=e,this._updateIndices(),this._isAnimatedProperty[t]||(this._style[t]=e)}})}(h);t.apply=function(e,r,n){o(e),e.style._set(t.propertyName(r),n)},t.clear=function(e,r){e._webAnimationsPatchedStyle&&e.style._clear(t.propertyName(r))}}(n),function(t){window.Element.prototype.animate=function(e,r){var n="";return r&&r.id&&(n=r.id),t.timeline._play(t.KeyframeEffect(this,e,r,n))}}(n),function(t,e){function r(t,e,n){if("number"==typeof t&&"number"==typeof e)return t*(1-n)+e*n;if("boolean"==typeof t&&"boolean"==typeof e)return n<.5?t:e;if(t.length==e.length){for(var i=[],o=0;o<t.length;o++)i.push(r(t[o],e[o],n));return i}throw"Mismatched interpolation arguments "+t+":"+e}n.Interpolation=function(t,e,n){return function(i){return n(r(t,e,i))}}}(),function(t,e){function r(t,e,r){return Math.max(Math.min(t,r),e)}var n=function(){function t(t,e){for(var r=[[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0]],n=0;n<4;n++)for(var i=0;i<4;i++)for(var o=0;o<4;o++)r[n][i]+=e[n][o]*t[o][i];return r}function e(t){return 0==t[0][2]&&0==t[0][3]&&0==t[1][2]&&0==t[1][3]&&0==t[2][0]&&0==t[2][1]&&1==t[2][2]&&0==t[2][3]&&0==t[3][2]&&1==t[3][3]}return function(r,n,i,o,s){for(var a=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]],u=0;u<4;u++)a[u][3]=s[u];for(u=0;u<3;u++)for(d=0;d<3;d++)a[3][u]+=r[d]*a[d][u];var c=o[0],l=o[1],h=o[2],f=o[3],p=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]];p[0][0]=1-2*(l*l+h*h),p[0][1]=2*(c*l-h*f),p[0][2]=2*(c*h+l*f),p[1][0]=2*(c*l+h*f),p[1][1]=1-2*(c*c+h*h),p[1][2]=2*(l*h-c*f),p[2][0]=2*(c*h-l*f),p[2][1]=2*(l*h+c*f),p[2][2]=1-2*(c*c+l*l),a=t(a,p);var b=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]];i[2]&&(b[2][1]=i[2],a=t(a,b)),i[1]&&(b[2][1]=0,b[2][0]=i[0],a=t(a,b)),i[0]&&(b[2][0]=0,b[1][0]=i[0],a=t(a,b));for(u=0;u<3;u++)for(var d=0;d<3;d++)a[u][d]*=n[u];return e(a)?[a[0][0],a[0][1],a[1][0],a[1][1],a[3][0],a[3][1]]:a[0].concat(a[1],a[2],a[3])}}();t.composeMatrix=n,t.quat=function(e,n,i){var o=t.dot(e,n),s=[];if(1===(o=r(o,-1,1)))s=e;else for(var a=Math.acos(o),u=1*Math.sin(i*a)/Math.sqrt(1-o*o),c=0;c<4;c++)s.push(e[c]*(Math.cos(i*a)-o*u)+n[c]*u);return s}}(n),function(t,e,r){t.sequenceNumber=0;var n=function(t,e,r){this.target=t,this.currentTime=e,this.timelineTime=r,this.type="finish",this.bubbles=!1,this.cancelable=!1,this.currentTarget=t,this.defaultPrevented=!1,this.eventPhase=Event.AT_TARGET,this.timeStamp=Date.now()};e.Animation=function(e){this.id="",e&&e._id&&(this.id=e._id),this._sequenceNumber=t.sequenceNumber++,this._currentTime=0,this._startTime=null,this._paused=!1,this._playbackRate=1,this._inTimeline=!0,this._finishedFlag=!0,this.onfinish=null,this._finishHandlers=[],this._effect=e,this._inEffect=this._effect._update(0),this._idle=!0,this._currentTimePending=!1},e.Animation.prototype={_ensureAlive:function(){this.playbackRate<0&&0===this.currentTime?this._inEffect=this._effect._update(-1):this._inEffect=this._effect._update(this.currentTime),this._inTimeline||!this._inEffect&&this._finishedFlag||(this._inTimeline=!0,e.timeline._animations.push(this))},_tickCurrentTime:function(t,e){t!=this._currentTime&&(this._currentTime=t,this._isFinished&&!e&&(this._currentTime=this._playbackRate>0?this._totalDuration:0),this._ensureAlive())},get currentTime(){return this._idle||this._currentTimePending?null:this._currentTime},set currentTime(t){t=+t,isNaN(t)||(e.restart(),this._paused||null==this._startTime||(this._startTime=this._timeline.currentTime-t/this._playbackRate),this._currentTimePending=!1,this._currentTime!=t&&(this._idle&&(this._idle=!1,this._paused=!0),this._tickCurrentTime(t,!0),e.applyDirtiedAnimation(this)))},get startTime(){return this._startTime},set startTime(t){t=+t,isNaN(t)||this._paused||this._idle||(this._startTime=t,this._tickCurrentTime((this._timeline.currentTime-this._startTime)*this.playbackRate),e.applyDirtiedAnimation(this))},get playbackRate(){return this._playbackRate},set playbackRate(t){if(t!=this._playbackRate){var r=this.currentTime;this._playbackRate=t,this._startTime=null,"paused"!=this.playState&&"idle"!=this.playState&&(this._finishedFlag=!1,this._idle=!1,this._ensureAlive(),e.applyDirtiedAnimation(this)),null!=r&&(this.currentTime=r)}},get _isFinished(){return!this._idle&&(this._playbackRate>0&&this._currentTime>=this._totalDuration||this._playbackRate<0&&this._currentTime<=0)},get _totalDuration(){return this._effect._totalDuration},get playState(){return this._idle?"idle":null==this._startTime&&!this._paused&&0!=this.playbackRate||this._currentTimePending?"pending":this._paused?"paused":this._isFinished?"finished":"running"},_rewind:function(){if(this._playbackRate>=0)this._currentTime=0;else{if(!(this._totalDuration<1/0))throw new DOMException("Unable to rewind negative playback rate animation with infinite duration","InvalidStateError");this._currentTime=this._totalDuration}},play:function(){this._paused=!1,(this._isFinished||this._idle)&&(this._rewind(),this._startTime=null),this._finishedFlag=!1,this._idle=!1,this._ensureAlive(),e.applyDirtiedAnimation(this)},pause:function(){this._isFinished||this._paused||this._idle?this._idle&&(this._rewind(),this._idle=!1):this._currentTimePending=!0,this._startTime=null,this._paused=!0},finish:function(){this._idle||(this.currentTime=this._playbackRate>0?this._totalDuration:0,this._startTime=this._totalDuration-this.currentTime,this._currentTimePending=!1,e.applyDirtiedAnimation(this))},cancel:function(){this._inEffect&&(this._inEffect=!1,this._idle=!0,this._paused=!1,this._isFinished=!0,this._finishedFlag=!0,this._currentTime=0,this._startTime=null,this._effect._update(null),e.applyDirtiedAnimation(this))},reverse:function(){this.playbackRate*=-1,this.play()},addEventListener:function(t,e){"function"==typeof e&&"finish"==t&&this._finishHandlers.push(e)},removeEventListener:function(t,e){if("finish"==t){var r=this._finishHandlers.indexOf(e);r>=0&&this._finishHandlers.splice(r,1)}},_fireEvents:function(t){if(this._isFinished){if(!this._finishedFlag){var e=new n(this,this._currentTime,t),r=this._finishHandlers.concat(this.onfinish?[this.onfinish]:[]);setTimeout(function(){r.forEach(function(t){t.call(e.target,e)})},0),this._finishedFlag=!0}}else this._finishedFlag=!1},_tick:function(t,e){this._idle||this._paused||(null==this._startTime?e&&(this.startTime=t-this._currentTime/this.playbackRate):this._isFinished||this._tickCurrentTime((t-this._startTime)*this.playbackRate)),e&&(this._currentTimePending=!1,this._fireEvents(t))},get _needsTick(){return this.playState in{pending:1,running:1}||!this._finishedFlag},_targetAnimations:function(){var t=this._effect._target;return t._activeAnimations||(t._activeAnimations=[]),t._activeAnimations},_markTarget:function(){var t=this._targetAnimations();-1===t.indexOf(this)&&t.push(this)},_unmarkTarget:function(){var t=this._targetAnimations(),e=t.indexOf(this);-1!==e&&t.splice(e,1)}}}(r,n),function(t,e,r){function n(t){var e=c;c=[],t<y.currentTime&&(t=y.currentTime),y._animations.sort(i),y._animations=a(t,!0,y._animations)[0],e.forEach(function(e){e[1](t)}),s(),h=void 0}function i(t,e){return t._sequenceNumber-e._sequenceNumber}function o(){this._animations=[],this.currentTime=window.performance&&performance.now?performance.now():0}function s(){b.forEach(function(t){t()}),b.length=0}function a(t,r,n){d=!0,p=!1,e.timeline.currentTime=t,f=!1;var i=[],o=[],s=[],a=[];return n.forEach(function(e){e._tick(t,r),e._inEffect?(o.push(e._effect),e._markTarget()):(i.push(e._effect),e._unmarkTarget()),e._needsTick&&(f=!0);var n=e._inEffect||e._needsTick;e._inTimeline=n,n?s.push(e):a.push(e)}),b.push.apply(b,i),b.push.apply(b,o),f&&requestAnimationFrame(function(){}),d=!1,[s,a]}var u=window.requestAnimationFrame,c=[],l=0;window.requestAnimationFrame=function(t){var e=l++;return 0==c.length&&u(n),c.push([e,t]),e},window.cancelAnimationFrame=function(t){c.forEach(function(e){e[0]==t&&(e[1]=function(){})})},o.prototype={_play:function(r){r._timing=t.normalizeTimingInput(r.timing);var n=new e.Animation(r);return n._idle=!1,n._timeline=this,this._animations.push(n),e.restart(),e.applyDirtiedAnimation(n),n}};var h=void 0,f=!1,p=!1;e.restart=function(){return f||(f=!0,requestAnimationFrame(function(){}),p=!0),p},e.applyDirtiedAnimation=function(t){if(!d){t._markTarget();var r=t._targetAnimations();r.sort(i),a(e.timeline.currentTime,!1,r.slice())[1].forEach(function(t){var e=y._animations.indexOf(t);-1!==e&&y._animations.splice(e,1)}),s()}};var b=[],d=!1,y=new o;e.timeline=y}(r,n),function(t,e){function r(t,e){for(var r=0,n=0;n<t.length;n++)r+=t[n]*e[n];return r}function n(t,e){return[t[0]*e[0]+t[4]*e[1]+t[8]*e[2]+t[12]*e[3],t[1]*e[0]+t[5]*e[1]+t[9]*e[2]+t[13]*e[3],t[2]*e[0]+t[6]*e[1]+t[10]*e[2]+t[14]*e[3],t[3]*e[0]+t[7]*e[1]+t[11]*e[2]+t[15]*e[3],t[0]*e[4]+t[4]*e[5]+t[8]*e[6]+t[12]*e[7],t[1]*e[4]+t[5]*e[5]+t[9]*e[6]+t[13]*e[7],t[2]*e[4]+t[6]*e[5]+t[10]*e[6]+t[14]*e[7],t[3]*e[4]+t[7]*e[5]+t[11]*e[6]+t[15]*e[7],t[0]*e[8]+t[4]*e[9]+t[8]*e[10]+t[12]*e[11],t[1]*e[8]+t[5]*e[9]+t[9]*e[10]+t[13]*e[11],t[2]*e[8]+t[6]*e[9]+t[10]*e[10]+t[14]*e[11],t[3]*e[8]+t[7]*e[9]+t[11]*e[10]+t[15]*e[11],t[0]*e[12]+t[4]*e[13]+t[8]*e[14]+t[12]*e[15],t[1]*e[12]+t[5]*e[13]+t[9]*e[14]+t[13]*e[15],t[2]*e[12]+t[6]*e[13]+t[10]*e[14]+t[14]*e[15],t[3]*e[12]+t[7]*e[13]+t[11]*e[14]+t[15]*e[15]]}function i(t){var e=t.rad||0;return((t.deg||0)/360+(t.grad||0)/400+(t.turn||0))*(2*Math.PI)+e}function o(t){switch(t.t){case"rotatex":o=i(t.d[0]);return[1,0,0,0,0,Math.cos(o),Math.sin(o),0,0,-Math.sin(o),Math.cos(o),0,0,0,0,1];case"rotatey":o=i(t.d[0]);return[Math.cos(o),0,-Math.sin(o),0,0,1,0,0,Math.sin(o),0,Math.cos(o),0,0,0,0,1];case"rotate":case"rotatez":o=i(t.d[0]);return[Math.cos(o),Math.sin(o),0,0,-Math.sin(o),Math.cos(o),0,0,0,0,1,0,0,0,0,1];case"rotate3d":var e=t.d[0],r=t.d[1],n=t.d[2],o=i(t.d[3]),s=e*e+r*r+n*n;if(0===s)e=1,r=0,n=0;else if(1!==s){var a=Math.sqrt(s);e/=a,r/=a,n/=a}var u=Math.sin(o/2),c=u*Math.cos(o/2),l=u*u;return[1-2*(r*r+n*n)*l,2*(e*r*l+n*c),2*(e*n*l-r*c),0,2*(e*r*l-n*c),1-2*(e*e+n*n)*l,2*(r*n*l+e*c),0,2*(e*n*l+r*c),2*(r*n*l-e*c),1-2*(e*e+r*r)*l,0,0,0,0,1];case"scale":return[t.d[0],0,0,0,0,t.d[1],0,0,0,0,1,0,0,0,0,1];case"scalex":return[t.d[0],0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];case"scaley":return[1,0,0,0,0,t.d[0],0,0,0,0,1,0,0,0,0,1];case"scalez":return[1,0,0,0,0,1,0,0,0,0,t.d[0],0,0,0,0,1];case"scale3d":return[t.d[0],0,0,0,0,t.d[1],0,0,0,0,t.d[2],0,0,0,0,1];case"skew":var h=i(t.d[0]),f=i(t.d[1]);return[1,Math.tan(f),0,0,Math.tan(h),1,0,0,0,0,1,0,0,0,0,1];case"skewx":o=i(t.d[0]);return[1,0,0,0,Math.tan(o),1,0,0,0,0,1,0,0,0,0,1];case"skewy":o=i(t.d[0]);return[1,Math.tan(o),0,0,0,1,0,0,0,0,1,0,0,0,0,1];case"translate":return[1,0,0,0,0,1,0,0,0,0,1,0,e=t.d[0].px||0,r=t.d[1].px||0,0,1];case"translatex":return[1,0,0,0,0,1,0,0,0,0,1,0,e=t.d[0].px||0,0,0,1];case"translatey":return[1,0,0,0,0,1,0,0,0,0,1,0,0,r=t.d[0].px||0,0,1];case"translatez":return[1,0,0,0,0,1,0,0,0,0,1,0,0,0,n=t.d[0].px||0,1];case"translate3d":return[1,0,0,0,0,1,0,0,0,0,1,0,e=t.d[0].px||0,r=t.d[1].px||0,n=t.d[2].px||0,1];case"perspective":return[1,0,0,0,0,1,0,0,0,0,1,t.d[0].px?-1/t.d[0].px:0,0,0,0,1];case"matrix":return[t.d[0],t.d[1],0,0,t.d[2],t.d[3],0,0,0,0,1,0,t.d[4],t.d[5],0,1];case"matrix3d":return t.d}}function s(t){return 0===t.length?[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]:t.map(o).reduce(n)}var a=function(){function t(t){return t[0][0]*t[1][1]*t[2][2]+t[1][0]*t[2][1]*t[0][2]+t[2][0]*t[0][1]*t[1][2]-t[0][2]*t[1][1]*t[2][0]-t[1][2]*t[2][1]*t[0][0]-t[2][2]*t[0][1]*t[1][0]}function e(e){for(var r=1/t(e),n=e[0][0],i=e[0][1],o=e[0][2],s=e[1][0],a=e[1][1],u=e[1][2],c=e[2][0],l=e[2][1],h=e[2][2],f=[[(a*h-u*l)*r,(o*l-i*h)*r,(i*u-o*a)*r,0],[(u*c-s*h)*r,(n*h-o*c)*r,(o*s-n*u)*r,0],[(s*l-a*c)*r,(c*i-n*l)*r,(n*a-i*s)*r,0]],p=[],b=0;b<3;b++){for(var d=0,y=0;y<3;y++)d+=e[3][y]*f[y][b];p.push(d)}return p.push(1),f.push(p),f}function n(t){return[[t[0][0],t[1][0],t[2][0],t[3][0]],[t[0][1],t[1][1],t[2][1],t[3][1]],[t[0][2],t[1][2],t[2][2],t[3][2]],[t[0][3],t[1][3],t[2][3],t[3][3]]]}function i(t,e){for(var r=[],n=0;n<4;n++){for(var i=0,o=0;o<4;o++)i+=t[o]*e[o][n];r.push(i)}return r}function o(t){var e=s(t);return[t[0]/e,t[1]/e,t[2]/e]}function s(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2])}function a(t,e,r,n){return[r*t[0]+n*e[0],r*t[1]+n*e[1],r*t[2]+n*e[2]]}function u(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}return function(c){var l=[c.slice(0,4),c.slice(4,8),c.slice(8,12),c.slice(12,16)];if(1!==l[3][3])return null;for(var h=[],f=0;f<4;f++)h.push(l[f].slice());for(f=0;f<3;f++)h[f][3]=0;if(0===t(h))return null;var p,b=[];l[0][3]||l[1][3]||l[2][3]?(b.push(l[0][3]),b.push(l[1][3]),b.push(l[2][3]),b.push(l[3][3]),p=i(b,n(e(h)))):p=[0,0,0,1];var d=l[3].slice(0,3),y=[];y.push(l[0].slice(0,3));var v=[];v.push(s(y[0])),y[0]=o(y[0]);var m=[];y.push(l[1].slice(0,3)),m.push(r(y[0],y[1])),y[1]=a(y[1],y[0],1,-m[0]),v.push(s(y[1])),y[1]=o(y[1]),m[0]/=v[1],y.push(l[2].slice(0,3)),m.push(r(y[0],y[2])),y[2]=a(y[2],y[0],1,-m[1]),m.push(r(y[1],y[2])),y[2]=a(y[2],y[1],1,-m[2]),v.push(s(y[2])),y[2]=o(y[2]),m[1]/=v[2],m[2]/=v[2];var g=u(y[1],y[2]);if(r(y[0],g)<0)for(f=0;f<3;f++)v[f]*=-1,y[f][0]*=-1,y[f][1]*=-1,y[f][2]*=-1;var _,w,O=y[0][0]+y[1][1]+y[2][2]+1;return O>1e-4?(_=.5/Math.sqrt(O),w=[(y[2][1]-y[1][2])*_,(y[0][2]-y[2][0])*_,(y[1][0]-y[0][1])*_,.25/_]):y[0][0]>y[1][1]&&y[0][0]>y[2][2]?(_=2*Math.sqrt(1+y[0][0]-y[1][1]-y[2][2]),w=[.25*_,(y[0][1]+y[1][0])/_,(y[0][2]+y[2][0])/_,(y[2][1]-y[1][2])/_]):y[1][1]>y[2][2]?(_=2*Math.sqrt(1+y[1][1]-y[0][0]-y[2][2]),w=[(y[0][1]+y[1][0])/_,.25*_,(y[1][2]+y[2][1])/_,(y[0][2]-y[2][0])/_]):(_=2*Math.sqrt(1+y[2][2]-y[0][0]-y[1][1]),w=[(y[0][2]+y[2][0])/_,(y[1][2]+y[2][1])/_,.25*_,(y[1][0]-y[0][1])/_]),[d,v,m,w,p]}}();t.dot=r,t.makeMatrixDecomposition=function(t){return[a(s(t))]},t.transformListToMatrix=s}(n),function(t){function e(t,e){var r=t.exec(e);if(r)return r=t.ignoreCase?r[0].toLowerCase():r[0],[r,e.substr(r.length)]}function r(t,e){var r=t(e=e.replace(/^\s*/,""));if(r)return[r[0],r[1].replace(/^\s*/,"")]}function n(t,e){for(var r=t,n=e;r&&n;)r>n?r%=n:n%=r;return r=t*e/(r+n)}function i(t,e,r,i,o){for(var s=[],a=[],u=[],c=n(i.length,o.length),l=0;l<c;l++){var h=e(i[l%i.length],o[l%o.length]);if(!h)return;s.push(h[0]),a.push(h[1]),u.push(h[2])}return[s,a,function(e){var n=e.map(function(t,e){return u[e](t)}).join(r);return t?t(n):n}]}t.consumeToken=e,t.consumeTrimmed=r,t.consumeRepeated=function(t,n,i){t=r.bind(null,t);for(var o=[];;){var s=t(i);if(!s)return[o,i];if(o.push(s[0]),i=s[1],!(s=e(n,i))||""==s[1])return[o,i];i=s[1]}},t.consumeParenthesised=function(t,e){for(var r=0,n=0;n<e.length&&(!/\s|,/.test(e[n])||0!=r);n++)if("("==e[n])r++;else if(")"==e[n]&&(0==--r&&n++,r<=0))break;var i=t(e.substr(0,n));return void 0==i?void 0:[i,e.substr(n)]},t.ignore=function(t){return function(e){var r=t(e);return r&&(r[0]=void 0),r}},t.optional=function(t,e){return function(r){return t(r)||[e,r]}},t.consumeList=function(e,r){for(var n=[],i=0;i<e.length;i++){var o=t.consumeTrimmed(e[i],r);if(!o||""==o[0])return;void 0!==o[0]&&n.push(o[0]),r=o[1]}if(""==r)return n},t.mergeNestedRepeated=i.bind(null,null),t.mergeWrappedNestedRepeated=i,t.mergeList=function(t,e,r){for(var n=[],i=[],o=[],s=0,a=0;a<r.length;a++)if("function"==typeof r[a]){var u=r[a](t[s],e[s++]);n.push(u[0]),i.push(u[1]),o.push(u[2])}else!function(t){n.push(!1),i.push(!1),o.push(function(){return r[t]})}(a);return[n,i,function(t){for(var e="",r=0;r<t.length;r++)e+=o[r](t[r]);return e}]}}(n),function(t){function e(e){var r={inset:!1,lengths:[],color:null},n=t.consumeRepeated(function(e){var n=t.consumeToken(/^inset/i,e);return n?(r.inset=!0,n):(n=t.consumeLengthOrPercent(e))?(r.lengths.push(n[0]),n):(n=t.consumeColor(e))?(r.color=n[0],n):void 0},/^/,e);if(n&&n[0].length)return[r,n[1]]}var r=function(e,r,n,i){function o(t){return{inset:t,color:[0,0,0,0],lengths:[{px:0},{px:0},{px:0},{px:0}]}}for(var s=[],a=[],u=0;u<n.length||u<i.length;u++){var c=n[u]||o(i[u].inset),l=i[u]||o(n[u].inset);s.push(c),a.push(l)}return t.mergeNestedRepeated(e,r,s,a)}.bind(null,function(e,r){for(;e.lengths.length<Math.max(e.lengths.length,r.lengths.length);)e.lengths.push({px:0});for(;r.lengths.length<Math.max(e.lengths.length,r.lengths.length);)r.lengths.push({px:0});if(e.inset==r.inset&&!!e.color==!!r.color){for(var n,i=[],o=[[],0],s=[[],0],a=0;a<e.lengths.length;a++){var u=t.mergeDimensions(e.lengths[a],r.lengths[a],2==a);o[0].push(u[0]),s[0].push(u[1]),i.push(u[2])}if(e.color&&r.color){var c=t.mergeColors(e.color,r.color);o[1]=c[0],s[1]=c[1],n=c[2]}return[o,s,function(t){for(var r=e.inset?"inset ":" ",o=0;o<i.length;o++)r+=i[o](t[0][o])+" ";return n&&(r+=n(t[1])),r}]}},", ");t.addPropertiesHandler(function(r){var n=t.consumeRepeated(e,/^,/,r);if(n&&""==n[1])return n[0]},r,["box-shadow","text-shadow"])}(n),function(t,e){function r(t){return t.toFixed(3).replace(/0+$/,"").replace(/\.$/,"")}function n(t,e,r){return Math.min(e,Math.max(t,r))}function i(t){if(/^\s*[-+]?(\d*\.)?\d+\s*$/.test(t))return Number(t)}function o(t,e){return function(i,o){return[i,o,function(i){return r(n(t,e,i))}]}}function s(t){var e=t.trim().split(/\s*[\s,]\s*/);if(0!==e.length){for(var r=[],n=0;n<e.length;n++){var o=i(e[n]);if(void 0===o)return;r.push(o)}return r}}t.clamp=n,t.addPropertiesHandler(s,function(t,e){if(t.length==e.length)return[t,e,function(t){return t.map(r).join(" ")}]},["stroke-dasharray"]),t.addPropertiesHandler(i,o(0,1/0),["border-image-width","line-height"]),t.addPropertiesHandler(i,o(0,1),["opacity","shape-image-threshold"]),t.addPropertiesHandler(i,function(t,e){if(0!=t)return o(0,1/0)(t,e)},["flex-grow","flex-shrink"]),t.addPropertiesHandler(i,function(t,e){return[t,e,function(t){return Math.round(n(1,1/0,t))}]},["orphans","widows"]),t.addPropertiesHandler(i,function(t,e){return[t,e,Math.round]},["z-index"]),t.parseNumber=i,t.parseNumberList=s,t.mergeNumbers=function(t,e){return[t,e,r]},t.numberToString=r}(n),function(t,e){n.addPropertiesHandler(String,function(t,e){if("visible"==t||"visible"==e)return[0,1,function(r){return r<=0?t:r>=1?e:"visible"}]},["visibility"])}(),function(t,e){function r(t){t=t.trim(),o.fillStyle="#000",o.fillStyle=t;var e=o.fillStyle;if(o.fillStyle="#fff",o.fillStyle=t,e==o.fillStyle){o.fillRect(0,0,1,1);var r=o.getImageData(0,0,1,1).data;o.clearRect(0,0,1,1);var n=r[3]/255;return[r[0]*n,r[1]*n,r[2]*n,n]}}function n(e,r){return[e,r,function(e){if(e[3])for(var r=0;r<3;r++)e[r]=Math.round(function(t){return Math.max(0,Math.min(255,t))}(e[r]/e[3]));return e[3]=t.numberToString(t.clamp(0,1,e[3])),"rgba("+e.join(",")+")"}]}var i=document.createElementNS("http://www.w3.org/1999/xhtml","canvas");i.width=i.height=1;var o=i.getContext("2d");t.addPropertiesHandler(r,n,["background-color","border-bottom-color","border-left-color","border-right-color","border-top-color","color","fill","flood-color","lighting-color","outline-color","stop-color","stroke","text-decoration-color"]),t.consumeColor=t.consumeParenthesised.bind(null,r),t.mergeColors=n}(n),function(t,e){function r(t){function e(){var e=a.exec(t);s=e?e[0]:void 0}function r(){var t=Number(s);return e(),t}function n(){if("("!==s)return r();e();var t=o();return")"!==s?NaN:(e(),t)}function i(){for(var t=n();"*"===s||"/"===s;){var r=s;e();var i=n();"*"===r?t*=i:t/=i}return t}function o(){for(var t=i();"+"===s||"-"===s;){var r=s;e();var n=i();"+"===r?t+=n:t-=n}return t}var s,a=/([\+\-\w\.]+|[\(\)\*\/])/g;return e(),o()}function n(t,e){if("0"==(e=e.trim().toLowerCase())&&"px".search(t)>=0)return{px:0};if(/^[^(]*$|^calc/.test(e)){var n={};e=(e=e.replace(/calc\(/g,"(")).replace(t,function(t){return n[t]=null,"U"+t});for(var i="U("+t.source+")",o=e.replace(/[-+]?(\d*\.)?\d+([Ee][-+]?\d+)?/g,"N").replace(new RegExp("N"+i,"g"),"D").replace(/\s[+-]\s/g,"O").replace(/\s/g,""),s=[/N\*(D)/g,/(N|D)[*\/]N/g,/(N|D)O\1/g,/\((N|D)\)/g],a=0;a<s.length;)s[a].test(o)?(o=o.replace(s[a],"$1"),a=0):a++;if("D"==o){for(var u in n){var c=r(e.replace(new RegExp("U"+u,"g"),"").replace(new RegExp(i,"g"),"*0"));if(!isFinite(c))return;n[u]=c}return n}}}function i(t,e){return o(t,e,!0)}function o(e,r,n){var i,o=[];for(i in e)o.push(i);for(i in r)o.indexOf(i)<0&&o.push(i);return e=o.map(function(t){return e[t]||0}),r=o.map(function(t){return r[t]||0}),[e,r,function(e){var r=e.map(function(r,i){return 1==e.length&&n&&(r=Math.max(r,0)),t.numberToString(r)+o[i]}).join(" + ");return e.length>1?"calc("+r+")":r}]}var s="px|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc",a=n.bind(null,new RegExp(s,"g")),u=n.bind(null,new RegExp(s+"|%","g")),c=n.bind(null,/deg|rad|grad|turn/g);t.parseLength=a,t.parseLengthOrPercent=u,t.consumeLengthOrPercent=t.consumeParenthesised.bind(null,u),t.parseAngle=c,t.mergeDimensions=o;var l=t.consumeParenthesised.bind(null,a),h=t.consumeRepeated.bind(void 0,l,/^/),f=t.consumeRepeated.bind(void 0,h,/^,/);t.consumeSizePairList=f;var p=t.mergeNestedRepeated.bind(void 0,i," "),b=t.mergeNestedRepeated.bind(void 0,p,",");t.mergeNonNegativeSizePair=p,t.addPropertiesHandler(function(t){var e=f(t);if(e&&""==e[1])return e[0]},b,["background-size"]),t.addPropertiesHandler(u,i,["border-bottom-width","border-image-width","border-left-width","border-right-width","border-top-width","flex-basis","font-size","height","line-height","max-height","max-width","outline-width","width"]),t.addPropertiesHandler(u,o,["border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius","bottom","left","letter-spacing","margin-bottom","margin-left","margin-right","margin-top","min-height","min-width","outline-offset","padding-bottom","padding-left","padding-right","padding-top","perspective","right","shape-margin","stroke-dashoffset","text-indent","top","vertical-align","word-spacing"])}(n),function(t,e){function r(e){return t.consumeLengthOrPercent(e)||t.consumeToken(/^auto/,e)}function n(e){var n=t.consumeList([t.ignore(t.consumeToken.bind(null,/^rect/)),t.ignore(t.consumeToken.bind(null,/^\(/)),t.consumeRepeated.bind(null,r,/^,/),t.ignore(t.consumeToken.bind(null,/^\)/))],e);if(n&&4==n[0].length)return n[0]}var i=t.mergeWrappedNestedRepeated.bind(null,function(t){return"rect("+t+")"},function(e,r){return"auto"==e||"auto"==r?[!0,!1,function(n){var i=n?e:r;if("auto"==i)return"auto";var o=t.mergeDimensions(i,i);return o[2](o[0])}]:t.mergeDimensions(e,r)},", ");t.parseBox=n,t.mergeBoxes=i,t.addPropertiesHandler(n,i,["clip"])}(n),function(t,e){function r(t){return function(e){var r=0;return t.map(function(t){return t===c?e[r++]:t})}}function n(t){return t}function i(e){if("none"==(e=e.toLowerCase().trim()))return[];for(var r,n=/\s*(\w+)\(([^)]*)\)/g,i=[],o=0;r=n.exec(e);){if(r.index!=o)return;o=r.index+r[0].length;var s=r[1],a=f[s];if(!a)return;var u=r[2].split(","),c=a[0];if(c.length<u.length)return;for(var p=[],b=0;b<c.length;b++){var d,y=u[b],v=c[b];if(void 0===(d=y?{A:function(e){return"0"==e.trim()?h:t.parseAngle(e)},N:t.parseNumber,T:t.parseLengthOrPercent,L:t.parseLength}[v.toUpperCase()](y):{a:h,n:p[0],t:l}[v]))return;p.push(d)}if(i.push({t:s,d:p}),n.lastIndex==e.length)return i}}function o(t){return t.toFixed(6).replace(".000000","")}function s(e,r){if(e.decompositionPair!==r){e.decompositionPair=r;var n=t.makeMatrixDecomposition(e)}if(r.decompositionPair!==e){r.decompositionPair=e;var i=t.makeMatrixDecomposition(r)}return null==n[0]||null==i[0]?[[!1],[!0],function(t){return t?r[0].d:e[0].d}]:(n[0].push(0),i[0].push(1),[n,i,function(e){var r=t.quat(n[0][3],i[0][3],e[5]);return t.composeMatrix(e[0],e[1],e[2],r,e[4]).map(o).join(",")}])}function a(t){return t.replace(/[xy]/,"")}function u(t){return t.replace(/(x|y|z|3d)?$/,"3d")}var c=null,l={px:0},h={deg:0},f={matrix:["NNNNNN",[c,c,0,0,c,c,0,0,0,0,1,0,c,c,0,1],n],matrix3d:["NNNNNNNNNNNNNNNN",n],rotate:["A"],rotatex:["A"],rotatey:["A"],rotatez:["A"],rotate3d:["NNNA"],perspective:["L"],scale:["Nn",r([c,c,1]),n],scalex:["N",r([c,1,1]),r([c,1])],scaley:["N",r([1,c,1]),r([1,c])],scalez:["N",r([1,1,c])],scale3d:["NNN",n],skew:["Aa",null,n],skewx:["A",null,r([c,h])],skewy:["A",null,r([h,c])],translate:["Tt",r([c,c,l]),n],translatex:["T",r([c,l,l]),r([c,l])],translatey:["T",r([l,c,l]),r([l,c])],translatez:["L",r([l,l,c])],translate3d:["TTL",n]};t.addPropertiesHandler(i,function(e,r){var n=t.makeMatrixDecomposition&&!0,i=!1;if(!e.length||!r.length)for(e.length||(i=!0,e=r,r=[]),d=0;d<e.length;d++){var o=e[d].t,c=e[d].d,l="scale"==o.substr(0,5)?1:0;r.push({t:o,d:c.map(function(t){if("number"==typeof t)return l;var e={};for(var r in t)e[r]=l;return e})})}var h=[],p=[],b=[];if(e.length!=r.length){if(!n)return;h=[(k=s(e,r))[0]],p=[k[1]],b=[["matrix",[k[2]]]]}else for(var d=0;d<e.length;d++){var y=e[d].t,v=r[d].t,m=e[d].d,g=r[d].d,_=f[y],w=f[v];if(function(t,e){return"perspective"==t&&"perspective"==e||("matrix"==t||"matrix3d"==t)&&("matrix"==e||"matrix3d"==e)}(y,v)){if(!n)return;k=s([e[d]],[r[d]]),h.push(k[0]),p.push(k[1]),b.push(["matrix",[k[2]]])}else{if(y==v)o=y;else if(_[2]&&w[2]&&a(y)==a(v))o=a(y),m=_[2](m),g=w[2](g);else{if(!_[1]||!w[1]||u(y)!=u(v)){if(!n)return;h=[(k=s(e,r))[0]],p=[k[1]],b=[["matrix",[k[2]]]];break}o=u(y),m=_[1](m),g=w[1](g)}for(var O=[],S=[],x=[],j=0;j<m.length;j++){var k=("number"==typeof m[j]?t.mergeNumbers:t.mergeDimensions)(m[j],g[j]);O[j]=k[0],S[j]=k[1],x.push(k[2])}h.push(O),p.push(S),b.push([o,x])}}if(i){var E=h;h=p,p=E}return[h,p,function(t){return t.map(function(t,e){var r=t.map(function(t,r){return b[e][1][r](t)}).join(",");return"matrix"==b[e][0]&&16==r.split(",").length&&(b[e][0]="matrix3d"),b[e][0]+"("+r+")"}).join(" ")}]},["transform"]),t.transformToSvgMatrix=function(e){var r=t.transformListToMatrix(i(e));return"matrix("+o(r[0])+" "+o(r[1])+" "+o(r[4])+" "+o(r[5])+" "+o(r[12])+" "+o(r[13])+")"}}(n),function(t){function e(e){return e=100*Math.round(e/100),400===(e=t.clamp(100,900,e))?"normal":700===e?"bold":String(e)}t.addPropertiesHandler(function(t){var e=Number(t);if(!(isNaN(e)||e<100||e>900||e%100!=0))return e},function(t,r){return[t,r,e]},["font-weight"])}(n),function(t){function e(t){var e={};for(var r in t)e[r]=-t[r];return e}function r(e){return t.consumeToken(/^(left|center|right|top|bottom)\b/i,e)||t.consumeLengthOrPercent(e)}function n(e,n){var i=t.consumeRepeated(r,/^/,n);if(i&&""==i[1]){var s=i[0];if(s[0]=s[0]||"center",s[1]=s[1]||"center",3==e&&(s[2]=s[2]||{px:0}),s.length==e){if(/top|bottom/.test(s[0])||/left|right/.test(s[1])){var a=s[0];s[0]=s[1],s[1]=a}if(/left|right|center|Object/.test(s[0])&&/top|bottom|center|Object/.test(s[1]))return s.map(function(t){return"object"==typeof t?t:o[t]})}}}function i(n){var i=t.consumeRepeated(r,/^/,n);if(i){for(var s=i[0],a=[{"%":50},{"%":50}],u=0,c=!1,l=0;l<s.length;l++){var h=s[l];"string"==typeof h?(c=/bottom|right/.test(h),u={left:0,right:0,center:u,top:1,bottom:1}[h],a[u]=o[h],"center"==h&&u++):(c&&(h=e(h),h["%"]=(h["%"]||0)+100),a[u]=h,u++,c=!1)}return[a,i[1]]}}var o={left:{"%":0},center:{"%":50},right:{"%":100},top:{"%":0},bottom:{"%":100}},s=t.mergeNestedRepeated.bind(null,t.mergeDimensions," ");t.addPropertiesHandler(n.bind(null,3),s,["transform-origin"]),t.addPropertiesHandler(n.bind(null,2),s,["perspective-origin"]),t.consumePosition=i,t.mergeOffsetList=s;var a=t.mergeNestedRepeated.bind(null,s,", ");t.addPropertiesHandler(function(e){var r=t.consumeRepeated(i,/^,/,e);if(r&&""==r[1])return r[0]},a,["background-position","object-position"])}(n),function(t){var e=t.consumeParenthesised.bind(null,t.parseLengthOrPercent),r=t.consumeRepeated.bind(void 0,e,/^/),n=t.mergeNestedRepeated.bind(void 0,t.mergeDimensions," "),i=t.mergeNestedRepeated.bind(void 0,n,",");t.addPropertiesHandler(function(n){var i=t.consumeToken(/^circle/,n);if(i&&i[0])return["circle"].concat(t.consumeList([t.ignore(t.consumeToken.bind(void 0,/^\(/)),e,t.ignore(t.consumeToken.bind(void 0,/^at/)),t.consumePosition,t.ignore(t.consumeToken.bind(void 0,/^\)/))],i[1]));var o=t.consumeToken(/^ellipse/,n);if(o&&o[0])return["ellipse"].concat(t.consumeList([t.ignore(t.consumeToken.bind(void 0,/^\(/)),r,t.ignore(t.consumeToken.bind(void 0,/^at/)),t.consumePosition,t.ignore(t.consumeToken.bind(void 0,/^\)/))],o[1]));var s=t.consumeToken(/^polygon/,n);return s&&s[0]?["polygon"].concat(t.consumeList([t.ignore(t.consumeToken.bind(void 0,/^\(/)),t.optional(t.consumeToken.bind(void 0,/^nonzero\s*,|^evenodd\s*,/),"nonzero,"),t.consumeSizePairList,t.ignore(t.consumeToken.bind(void 0,/^\)/))],s[1])):void 0},function(e,r){if(e[0]===r[0])return"circle"==e[0]?t.mergeList(e.slice(1),r.slice(1),["circle(",t.mergeDimensions," at ",t.mergeOffsetList,")"]):"ellipse"==e[0]?t.mergeList(e.slice(1),r.slice(1),["ellipse(",t.mergeNonNegativeSizePair," at ",t.mergeOffsetList,")"]):"polygon"==e[0]&&e[1]==r[1]?t.mergeList(e.slice(2),r.slice(2),["polygon(",e[1],i,")"]):void 0},["shape-outside"])}(n),function(t,e){function r(t,e){e.concat([t]).forEach(function(e){e in document.documentElement.style&&(n[t]=e),i[e]=t})}var n={},i={};r("transform",["webkitTransform","msTransform"]),r("transformOrigin",["webkitTransformOrigin"]),r("perspective",["webkitPerspective"]),r("perspectiveOrigin",["webkitPerspectiveOrigin"]),t.propertyName=function(t){return n[t]||t},t.unprefixedPropertyName=function(t){return i[t]||t}}(n)}(),function(){if(void 0===document.createElement("div").animate([]).oncancel){if(window.performance&&performance.now)t=function(){return performance.now()};else var t=function(){return Date.now()};var e=function(t,e,r){this.target=t,this.currentTime=e,this.timelineTime=r,this.type="cancel",this.bubbles=!1,this.cancelable=!1,this.currentTarget=t,this.defaultPrevented=!1,this.eventPhase=Event.AT_TARGET,this.timeStamp=Date.now()},r=window.Element.prototype.animate;window.Element.prototype.animate=function(n,i){var o=r.call(this,n,i);o._cancelHandlers=[],o.oncancel=null;var s=o.cancel;o.cancel=function(){s.call(this);var r=new e(this,null,t()),n=this._cancelHandlers.concat(this.oncancel?[this.oncancel]:[]);setTimeout(function(){n.forEach(function(t){t.call(r.target,r)})},0)};var a=o.addEventListener;o.addEventListener=function(t,e){"function"==typeof e&&"cancel"==t?this._cancelHandlers.push(e):a.call(this,t,e)};var u=o.removeEventListener;return o.removeEventListener=function(t,e){if("cancel"==t){var r=this._cancelHandlers.indexOf(e);r>=0&&this._cancelHandlers.splice(r,1)}else u.call(this,t,e)},o}}}(),function(t){var e=document.documentElement,r=null,n=!1;try{var i="0"==getComputedStyle(e).getPropertyValue("opacity")?"1":"0";(r=e.animate({opacity:[i,i]},{duration:1})).currentTime=0,n=getComputedStyle(e).getPropertyValue("opacity")==i}catch(t){}finally{r&&r.cancel()}if(!n){var o=window.Element.prototype.animate;window.Element.prototype.animate=function(e,r){return window.Symbol&&Symbol.iterator&&Array.prototype.from&&e[Symbol.iterator]&&(e=Array.from(e)),Array.isArray(e)||null===e||(e=t.convertToArrayForm(e)),o.call(this,e,r)}}}(r),e.true=t}({},function(){return this}())},{}],149:[function(t,e,r){(function(t){"use strict";function e(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":u(e))&&"function"!=typeof e?t:e}function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":u(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};try{return new CustomEvent(t,e)}catch(n){var r=document.createEvent("CustomEvent");return r.initCustomEvent(t,!0,!0,e.detail),r}}function s(t,e){var r=this;p(this,t,{enumerable:!0,get:function(){return r[d][t]},set:function(n){null!=e?e(n):r.setState(t,n)}})}function a(){var t=this,e=this.sideEffects();Object.keys(this[d]).forEach(function(r){if(void 0===t[r]){var n=e[r];s.call(t,r,n)}})}var u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};Object.defineProperty(r,"__esModule",{value:!0});var c="function"==typeof Symbol&&"symbol"===u(Symbol.iterator)?function(t){return void 0===t?"undefined":u(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":u(t)},l=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),h=function t(){i(this,t)},f=t.Symbol||function(t){return"_"+t},p=Object.defineProperty.bind(Object),b=f("root"),d=f("state");r.default=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:h;return function(r){function s(){return i(this,s),e(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return n(s,t),l(s,[{key:"getComponentName",value:function(){throw Error("Component needs to have a name, e.g. `my-tag`. Override `getComponentName`")}},{key:"setupComponent",value:function(t,e){return p(this,d,{value:Object.assign({},this.defaults(),e)}),a.call(this),p(this,b,{value:this.setupDOM(t)}),this}},{key:"setupDOM",value:function(t){return t}},{key:"getRoot",value:function(){return this[b]}},{key:"getEl",value:function(){return this[b]}},{key:"fireEvent",value:function(t,e){var r=this.componentName+"-"+t;this.el.dispatchEvent(o(r,e))}},{key:"defaults",value:function(){return console.warn("defaults not provided"),{}}},{key:"sideEffects",value:function(){return console.warn("sideEffects not provided"),{}}},{key:"setState",value:function(t,e){if("string"==typeof t)this.setStateKV(t,e);else{if("object"!==(void 0===t?"undefined":c(t)))throw Error("setState needs argument");this.setStateMap(t)}}},{key:"setStateKV",value:function(t,e){this[d][t]=e}},{key:"setStateMap",value:function(t){var e=this;Object.keys(this[d]).forEach(function(r){e.setStateKV(r,t[r])})}},{key:"componentName",get:function(){return this.getComponentName()}},{key:"root",get:function(){return this.getRoot()}},{key:"el",get:function(){return this.getEl()}}]),s}()}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],150:[function(t,e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.linearTween=function(t,e,r,n){return r*t/n+e},r.pageDist=function(t,e){return Math.sqrt(Math.pow(t.pageX-e.pageX,2)+Math.pow(t.pageY-e.pageY,2))},r.contains=function(t,e){for(var r=t;null!=r;){if(r.classList&&r.classList.contains(e))return!0;r=r.parentNode}return!1}},{}],151:[function(t,e,r){(function(e){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":s(e))&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":s(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var 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};Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),u=function t(e,r,n){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,r);if(void 0===i){var o=Object.getPrototypeOf(e);return null===o?void 0:t(o,r,n)}if("value"in i)return i.value;var s=i.get;if(void 0!==s)return s.call(n)},c=function(t){return t&&t.__esModule?t:{default:t}}(t("y-component/src/component-core")),l=t("../common"),h=e.Symbol||function(t){return"_"+t},f=h("idle"),p=h("touching"),b=h("startAnimating"),d=h("animating"),y=Object.defineProperty.bind(Object);r.default=function(t){return function(e){function r(){return n(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return o(r,(0,c.default)(t)),a(r,[{key:"getComponentName",value:function(){return"y-drawer"}},{key:"defaults",value:function(){return{opened:!1,transitionDuration:200,persistent:!1}}},{key:"sideEffects",value:function(){var t=this;return{opened:function(e){!0===e?t.open():t.close()},persistent:function(e){!0===e?t.persist():t.unpersist()}}}},{key:"setupComponent",value:function(t,e){return u(r.prototype.__proto__||Object.getPrototypeOf(r.prototype),"setupComponent",this).call(this,t,e),this.cacheDOMElements(),this.defProperties(),this.bindCallbacks(),this.jumpTo(this.opened),this.persistent||this.addEventListeners(),this.persistent&&(this.scrim.style.display="none"),this}},{key:"cacheDOMElements",value:function(){y(this,"scrim",{value:this.root.querySelector(".y-drawer-scrim")}),y(this,"content",{value:this.root.querySelector(".y-drawer-content")})}},{key:"defProperties",value:function(){y(this,"startX",{value:0,writable:!0}),y(this,"startY",{value:0,writable:!0}),y(this,"pageX",{value:0,writable:!0}),y(this,"pageY",{value:0,writable:!0}),y(this,"lastPageX",{value:0,writable:!0}),y(this,"lastPageY",{value:0,writable:!0}),y(this,"isScrolling",{writable:!0}),y(this,"startedMoving",{value:!1,writable:!0}),y(this,"loopState",{value:f,writable:!0}),y(this,"velocity",{value:0,writable:!0}),y(this,"startTranslateX",{value:0,writable:!0}),y(this,"translateX",{value:0,writable:!0}),y(this,"animationFrameRequested",{value:!1,writable:!0}),y(this,"touching",{value:!1,writable:!0}),y(this,"lastTime",{writable:!0}),y(this,"sliderWidth",{writable:!0}),y(this,"animation",{writable:!0,configurable:!0})}},{key:"bindCallbacks",value:function(){y(this,"touchStartCallback",{value:this.touchStartCallback.bind(this)}),y(this,"touchMoveCallback",{value:this.touchMoveCallback.bind(this)}),y(this,"touchEndCallback",{value:this.touchEndCallback.bind(this)}),y(this,"scrimClickCallback",{value:this.scrimClickCallback.bind(this)}),y(this,"animationFrameCallback",{value:this.animationFrameCallback.bind(this)})}},{key:"addEventListeners",value:function(){document.addEventListener("touchstart",this.touchStartCallback,{passive:!1}),document.addEventListener("touchmove",this.touchMoveCallback,{passive:!1}),document.addEventListener("touchend",this.touchEndCallback,{passive:!1}),this.scrim.addEventListener("click",this.scrimClickCallback)}},{key:"removeEventListeners",value:function(){document.removeEventListener("touchstart",this.touchStartCallback,{passive:!1}),document.removeEventListener("touchmove",this.touchMoveCallback,{passive:!1}),document.removeEventListener("touchend",this.touchEndCallback,{passive:!1}),this.scrim.removeEventListener("click",this.scrimClickCallback)}},{key:"requestAnimationLoop",value:function(){this.animationFrameRequested||(this.animationFrameRequested=!0,requestAnimationFrame(this.animationFrameCallback))}},{key:"getNearestTouch",value:function(t){var e=this;return 1===t.length?t[0]:Array.prototype.reduce.call(t,function(t,r){var n=(0,l.pageDist)(e,r);return n<t.dist?{dist:n,touch:r}:t},{dist:Number.POSITIVE_INFINITY,touch:null}).touch}},{key:"touchStartCallback",value:function(t){if(1===t.touches.length){this.isScrolling=void 0;var e=t.touches[0];this.startX=e.pageX,this.startY=e.pageY,this.pageX=e.pageX,this.pageY=e.pageY,this.lastPageX=e.pageX,this.lastPageY=e.pageY,(this.opened||this.pageX<window.innerWidth/3)&&(this.prepInteraction(),this.touching=!0,this.loopState=p)}}},{key:"touchMoveCallback",value:function(t){if(this.touching){var e=this.getNearestTouch(t.touches);if(this.pageX=e.pageX,this.pageY=e.pageY,void 0===this.isScrolling&&this.startedMoving&&(this.isScrolling=Math.abs(this.startY-this.pageY)>Math.abs(this.startX-this.pageX),this.isScrolling||(this.loopState=p,this.requestAnimationLoop())),this.isScrolling)return;t.preventDefault(),this.startedMoving=!0}}},{key:"updateMenuOpen",value:function(){this.velocity>.2?this.setState("opened",!0):this.velocity<-.2?this.setState("opened",!1):this.translateX>=this.sliderWidth/2?this.setState("opened",!0):this.setState("opened",!1)}},{key:"touchEndCallback",value:function(t){if(this.touching){if(this.isScrolling||t.touches.length>0)return;this.startedMoving&&this.updateMenuOpen(),this.opened?this.scrim.style.pointerEvents="all":this.scrim.style.pointerEvents="",this.loopState=b,this.startedMoving=!1,this.touching=!1}}},{key:"scrimClickCallback",value:function(){this.close()}},{key:"prepInteraction",value:function(){this.content.style.willChange="transform",this.scrim.style.willChange="opacity",this.content.classList.remove("y-drawer-opened"),this.sliderWidth=this.getMovableSliderWidth()}},{key:"getMovableSliderWidth",value:function(){return-this.content.offsetLeft}},{key:"animateTo",value:function(t){this.prepInteraction(),this.setState("opened",t),this.loopState=b,this.requestAnimationLoop()}},{key:"jumpTo",value:function(t){this.prepInteraction(),this.setState("opened",t),this.loopState=f,this.startTranslateX=t*this.sliderWidth,this.endAnimating(),this.updateDOM(this.startTranslateX,this.sliderWidth)}},{key:"updateTranslateX",value:function(){var t=this.pageX-this.startX;return this.translateX=this.startTranslateX+t,this.translateX=Math.max(0,Math.min(this.sliderWidth,this.translateX)),t}},{key:"animationFrameCallback",value:function(t){switch(this.loopState){case p:this.touchingFrame(t);break;case b:this.startAnimatingFrame(t),this.loopState=d,this.animationFrameCallback(t);break;case d:this.animatingFrame(t)}}},{key:"touchingFrame",value:function(t){var e=t-this.lastTime;if(e>0){var r=this.pageX-this.lastPageX;this.velocity=r/e*.8+(1-.8)*this.velocity}this.updateTranslateX(),this.updateDOM(this.translateX,this.sliderWidth),this.lastTime=t,this.lastPageX=this.pageX,this.lastPageY=this.pageY,requestAnimationFrame(this.animationFrameCallback)}},{key:"startAnimatingFrame",value:function(t){this.updateTranslateX();var e={};e.startX=this.translateX,e.endX=(this.opened?1:0)*this.sliderWidth,e.changeInValue=e.endX-e.startX,e.startTime=t,this.animation=e}},{key:"animatingFrame",value:function(t){var e=t-this.animation.startTime;e<this.transitionDuration?this.animatingCont(e):this.animatingEnd(),this.updateDOM(this.startTranslateX,this.sliderWidth)}},{key:"animatingCont",value:function(t){var e=this.animation.startX,r=this.animation.changeInValue;this.startTranslateX=(0,l.linearTween)(t,e,r,this.transitionDuration),requestAnimationFrame(this.animationFrameCallback)}},{key:"animatingEnd",value:function(){this.startTranslateX=this.animation.endX,delete this.animation,this.endAnimating()}},{key:"endAnimating",value:function(){this.animationFrameRequested=!1,this.loopState=f,this.velocity=0,this.opened?(this.scrim.style.pointerEvents="all",this.content.classList.add("y-drawer-opened")):this.scrim.style.pointerEvents="",this.content.style.willChange="",this.scrim.style.willChange="",this.fireEvent("transitioned")}},{key:"updateDOM",value:function(t,e){this.content.style.transform="translateX("+t+"px)",this.scrim.style.opacity=t/e}},{key:"close",value:function(){return this.animateTo(!1),this}},{key:"open",value:function(){return this.animateTo(!0),this}},{key:"toggle",value:function(){return this.opened?this.close():this.open(),this}},{key:"persist",value:function(){this.scrim.style.display="none",this.removeEventListeners(),this.setState("persistent",!0)}},{key:"unpersist",value:function(){this.scrim.style.display="",this.addEventListeners(),this.setState("persistent",!1)}}]),r}()}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../common":150,"y-component/src/component-core":149}],152:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":a(e))&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":a(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t){return document.createRange().createContextualFragment(t)}var 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};Object.defineProperty(r,"__esModule",{value:!0});var u=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),c=function(t){return t&&t.__esModule?t:{default:t}}(t("../core")),l=function(t){function e(t,r){n(this,e);var o=i(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return o.setupComponent(t,r),o}return o(e,(0,c.default)()),u(e,[{key:"setupDOM",value:function(t){if(!t)throw Error("No element provided");var e=document.createElement("div");e.classList.add("y-drawer-scrim");var r=document.createElement("div");for(r.classList.add("y-drawer-content");t.children.length>0;)r.appendChild(t.children[0]);t.appendChild(e),t.appendChild(r);var n=document.getElementsByTagName("style")[0];return n.parentNode.insertBefore(s("\n<style>\n@media screen {\n .y-drawer-scrim {\n display: block;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 0;\n z-index: 0;\n pointer-events: none;\n transform: translate3d(0,0,0);\n -webkit-tap-highlight-color: transparent;\n\n background: rgba(0, 0, 0, 0.67);\n }\n\n .y-drawer-content {\n position: fixed;\n left: 0;\n bottom: 0;\n top: 0;\n z-index: 1;\n overflow-x: hidden;\n overflow-y: auto;\n transform: translate3d(0,0,0);\n -webkit-overflow-scrolling: touch;\n contain: strict;\n\n left: -18rem;\n width: 18rem;\n background: #e8e8e8;\n }\n\n .y-drawer-content.y-drawer-opened {\n left: 0!important;\n transform: translate3d(0,0,0)!important;\n }\n}\n\n@media print {\n .y-drawer-scrim {\n display: none!important;\n }\n\n .y-drawer-content {\n transform: none!important;\n }\n}\n\n</style>"),n),t}}]),e}();r.default=l},{"../core":151}],153:[function(t,e,r){arguments[4][90][0].apply(r,arguments)},{"./Subscriber":161,dup:90}],154:[function(t,e,r){"use strict";var n=t("./Observable"),i=function(){function t(t,e,r){this.kind=t,this.value=e,this.error=r,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,r){switch(this.kind){case"N":return t&&t(this.value);case"E":return e&&e(this.error);case"C":return r&&r()}},t.prototype.accept=function(t,e,r){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,r)},t.prototype.toObservable=function(){switch(this.kind){case"N":return n.Observable.of(this.value);case"E":return n.Observable.throw(this.error);case"C":return n.Observable.empty()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return void 0!==e?new t("N",e):this.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return this.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}();r.Notification=i},{"./Observable":155}],155:[function(t,e,r){"use strict";var n=t("./util/root"),i=t("./util/toSubscriber"),o=t("./symbol/observable"),s=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var n=this.operator,o=i.toSubscriber(t,e,r);if(n?n.call(o,this.source):o.add(this._trySubscribe(o)),o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.syncErrorThrown=!0,t.syncErrorValue=e,t.error(e)}},t.prototype.forEach=function(t,e){var r=this;if(e||(n.root.Rx&&n.root.Rx.config&&n.root.Rx.config.Promise?e=n.root.Rx.config.Promise:n.root.Promise&&(e=n.root.Promise)),!e)throw new Error("no Promise impl found");return new e(function(e,n){var i;i=r.subscribe(function(e){if(i)try{t(e)}catch(t){n(t),i.unsubscribe()}else t(e)},n,e)})},t.prototype._subscribe=function(t){return this.source.subscribe(t)},t.prototype[o.observable]=function(){return this},t.create=function(e){return new t(e)},t}();r.Observable=s},{"./symbol/observable":243,"./util/root":258,"./util/toSubscriber":260}],156:[function(t,e,r){arguments[4][92][0].apply(r,arguments)},{dup:92}],157:[function(t,e,r){arguments[4][93][0].apply(r,arguments)},{"./Subscriber":161,dup:93}],158:[function(t,e,r){arguments[4][94][0].apply(r,arguments)},{dup:94}],159:[function(t,e,r){arguments[4][95][0].apply(r,arguments)},{"./Observable":155,"./SubjectSubscription":160,"./Subscriber":161,"./Subscription":162,"./symbol/rxSubscriber":244,"./util/ObjectUnsubscribedError":246,dup:95}],160:[function(t,e,r){arguments[4][96][0].apply(r,arguments)},{"./Subscription":162,dup:96}],161:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("./util/isFunction"),s=t("./Subscription"),a=t("./Observer"),u=t("./symbol/rxSubscriber"),c=function(t){function e(r,i,o){switch(t.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.empty;break;case 1:if(!r){this.destination=a.empty;break}if("object"===(void 0===r?"undefined":n(r))){r instanceof e?(this.destination=r,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new l(this,r));break}default:this.syncErrorThrowable=!0,this.destination=new l(this,r,i,o)}}return i(e,t),e.prototype[u.rxSubscriber]=function(){return this},e.create=function(t,r,n){var i=new e(t,r,n);return i.syncErrorThrowable=!1,i},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e.prototype._unsubscribeAndRecycle=function(){var t=this,e=t._parent,r=t._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=r,this},e}(s.Subscription);r.Subscriber=c;var l=function(t){function e(e,r,n,i){t.call(this),this._parentSubscriber=e;var s,u=this;o.isFunction(r)?s=r:r&&(s=r.next,n=r.error,i=r.complete,r!==a.empty&&(u=Object.create(r),o.isFunction(u.unsubscribe)&&this.add(u.unsubscribe.bind(u)),u.unsubscribe=this.unsubscribe.bind(this))),this._context=u,this._next=s,this._error=n,this._complete=i}return i(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber;if(this._error)e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else{if(!e.syncErrorThrowable)throw this.unsubscribe(),t;e.syncErrorValue=t,e.syncErrorThrown=!0,this.unsubscribe()}}},e.prototype.complete=function(){if(!this.isStopped){var t=this._parentSubscriber;this._complete?t.syncErrorThrowable?(this.__tryOrSetError(t,this._complete),this.unsubscribe()):(this.__tryOrUnsub(this._complete),this.unsubscribe()):this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){throw this.unsubscribe(),t}},e.prototype.__tryOrSetError=function(t,e,r){try{e.call(this._context,r)}catch(e){return t.syncErrorValue=e,t.syncErrorThrown=!0,!0}return!1},e.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},e}(c)},{"./Observer":156,"./Subscription":162,"./symbol/rxSubscriber":244,"./util/isFunction":252}],162:[function(t,e,r){arguments[4][98][0].apply(r,arguments)},{"./util/UnsubscriptionError":247,"./util/errorObject":248,"./util/isArray":249,"./util/isFunction":252,"./util/isObject":254,"./util/tryCatch":261,dup:98}],163:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/defer");n.Observable.defer=i.defer},{"../../Observable":155,"../../observable/defer":203}],164:[function(t,e,r){"use strict";var n=t("../../../Observable"),i=t("../../../observable/dom/ajax");n.Observable.ajax=i.ajax},{"../../../Observable":155,"../../../observable/dom/ajax":205}],165:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/from");n.Observable.from=i.from},{"../../Observable":155,"../../observable/from":206}],166:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/fromEvent");n.Observable.fromEvent=i.fromEvent},{"../../Observable":155,"../../observable/fromEvent":207}],167:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/merge");n.Observable.merge=i.merge},{"../../Observable":155,"../../observable/merge":208}],168:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/of");n.Observable.of=i.of},{"../../Observable":155,"../../observable/of":209}],169:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/throw");n.Observable.throw=i._throw},{"../../Observable":155,"../../observable/throw":210}],170:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../observable/timer");n.Observable.timer=i.timer},{"../../Observable":155,"../../observable/timer":211}],171:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/catch");n.Observable.prototype.catch=i._catch,n.Observable.prototype._catch=i._catch},{"../../Observable":155,"../../operator/catch":212}],172:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/concatMap");n.Observable.prototype.concatMap=i.concatMap},{"../../Observable":155,"../../operator/concatMap":214}],173:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/debounceTime");n.Observable.prototype.debounceTime=i.debounceTime},{"../../Observable":155,"../../operator/debounceTime":215}],174:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/delay");n.Observable.prototype.delay=i.delay},{"../../Observable":155,"../../operator/delay":216}],175:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/distinctUntilKeyChanged");n.Observable.prototype.distinctUntilKeyChanged=i.distinctUntilKeyChanged},{"../../Observable":155,"../../operator/distinctUntilKeyChanged":218}],176:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/do");n.Observable.prototype.do=i._do,n.Observable.prototype._do=i._do},{"../../Observable":155,"../../operator/do":219}],177:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/filter");n.Observable.prototype.filter=i.filter},{"../../Observable":155,"../../operator/filter":220}],178:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/map");n.Observable.prototype.map=i.map},{"../../Observable":155,"../../operator/map":221}],179:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/mergeMap");n.Observable.prototype.mergeMap=i.mergeMap,n.Observable.prototype.flatMap=i.mergeMap},{"../../Observable":155,"../../operator/mergeMap":224}],180:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/partition");n.Observable.prototype.partition=i.partition},{"../../Observable":155,"../../operator/partition":227}],181:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/retryWhen");n.Observable.prototype.retryWhen=i.retryWhen},{"../../Observable":155,"../../operator/retryWhen":228}],182:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/share");n.Observable.prototype.share=i.share},{"../../Observable":155,"../../operator/share":229}],183:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/startWith");n.Observable.prototype.startWith=i.startWith},{"../../Observable":155,"../../operator/startWith":230}],184:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/switch");n.Observable.prototype.switch=i._switch,n.Observable.prototype._switch=i._switch},{"../../Observable":155,"../../operator/switch":231}],185:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/switchMap");n.Observable.prototype.switchMap=i.switchMap},{"../../Observable":155,"../../operator/switchMap":232}],186:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/take");n.Observable.prototype.take=i.take},{"../../Observable":155,"../../operator/take":233}],187:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/takeUntil");n.Observable.prototype.takeUntil=i.takeUntil},{"../../Observable":155,"../../operator/takeUntil":234}],188:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/throttleTime");n.Observable.prototype.throttleTime=i.throttleTime},{"../../Observable":155,"../../operator/throttleTime":235}],189:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/withLatestFrom");n.Observable.prototype.withLatestFrom=i.withLatestFrom},{"../../Observable":155,"../../operator/withLatestFrom":236}],190:[function(t,e,r){"use strict";var n=t("../../Observable"),i=t("../../operator/zip");n.Observable.prototype.zip=i.zipProto},{"../../Observable":155,"../../operator/zip":237}],191:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Observable"),o=t("./ScalarObservable"),s=t("./EmptyObservable"),a=function(t){function e(e,r){t.call(this),this.arrayLike=e,this.scheduler=r,r||1!==e.length||(this._isScalar=!0,this.value=e[0])}return n(e,t),e.create=function(t,r){var n=t.length;return 0===n?new s.EmptyObservable:1===n?new o.ScalarObservable(t[0],r):new e(t,r)},e.dispatch=function(t){var e=t.arrayLike,r=t.index,n=t.length,i=t.subscriber;i.closed||(r>=n?i.complete():(i.next(e[r]),t.index=r+1,this.schedule(t)))},e.prototype._subscribe=function(t){var r=this,n=r.arrayLike,i=r.scheduler,o=n.length;if(i)return i.schedule(e.dispatch,0,{arrayLike:n,index:0,length:o,subscriber:t});for(var s=0;s<o&&!t.closed;s++)t.next(n[s]);t.complete()},e}(i.Observable);r.ArrayLikeObservable=a},{"../Observable":155,"./EmptyObservable":195,"./ScalarObservable":201}],192:[function(t,e,r){arguments[4][99][0].apply(r,arguments)},{"../Observable":155,"../util/isScheduler":256,"./EmptyObservable":195,"./ScalarObservable":201,dup:99}],193:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subject"),o=t("../Observable"),s=t("../Subscriber"),a=t("../Subscription"),u=function(t){function e(e,r){t.call(this),this.source=e,this.subjectFactory=r,this._refCount=0}return n(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype.connect=function(){var t=this._connection;return t||((t=this._connection=new a.Subscription).add(this.source.subscribe(new c(this.getSubject(),this))),t.closed?(this._connection=null,t=a.Subscription.EMPTY):this._connection=t),t},e.prototype.refCount=function(){return this.lift(new l(this))},e}(o.Observable);r.ConnectableObservable=u,r.connectableObservableDescriptor={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:u.prototype._subscribe},getSubject:{value:u.prototype.getSubject},connect:{value:u.prototype.connect},refCount:{value:u.prototype.refCount}};var c=function(t){function e(e,r){t.call(this,e),this.connectable=r}return n(e,t),e.prototype._error=function(e){this._unsubscribe(),t.prototype._error.call(this,e)},e.prototype._complete=function(){this._unsubscribe(),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}},e}(i.SubjectSubscriber),l=function(){function t(t){this.connectable=t}return t.prototype.call=function(t,e){var r=this.connectable;r._refCount++;var n=new h(t,r),i=e.subscribe(n);return n.closed||(n.connection=r.connect()),i},t}(),h=function(t){function e(e,r){t.call(this,e),this.connectable=r}return n(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var r=this.connection,n=t._connection;this.connection=null,!n||r&&n!==r||n.unsubscribe()}}else this.connection=null},e}(s.Subscriber)},{"../Observable":155,"../Subject":159,"../Subscriber":161,"../Subscription":162}],194:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Observable"),o=t("../util/subscribeToResult"),s=t("../OuterSubscriber"),a=function(t){function e(e){t.call(this),this.observableFactory=e}return n(e,t),e.create=function(t){return new e(t)},e.prototype._subscribe=function(t){return new u(t,this.observableFactory)},e}(i.Observable);r.DeferObservable=a;var u=function(t){function e(e,r){t.call(this,e),this.factory=r,this.tryDefer()}return n(e,t),e.prototype.tryDefer=function(){try{this._callFactory()}catch(t){this._error(t)}},e.prototype._callFactory=function(){var t=this.factory();t&&this.add(o.subscribeToResult(this,t))},e}(s.OuterSubscriber)},{"../Observable":155,"../OuterSubscriber":157,"../util/subscribeToResult":259}],195:[function(t,e,r){arguments[4][101][0].apply(r,arguments)},{"../Observable":155,dup:101}],196:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(e,r){t.call(this),this.error=e,this.scheduler=r}return n(e,t),e.create=function(t,r){return new e(t,r)},e.dispatch=function(t){var e=t.error;t.subscriber.error(e)},e.prototype._subscribe=function(t){var r=this.error,n=this.scheduler;if(n)return n.schedule(e.dispatch,0,{error:r,subscriber:t});t.error(r)},e}(t("../Observable").Observable);r.ErrorObservable=i},{"../Observable":155}],197:[function(t,e,r){arguments[4][102][0].apply(r,arguments)},{"../Observable":155,"../Subscription":162,"../util/errorObject":248,"../util/isFunction":252,"../util/tryCatch":261,dup:102}],198:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../util/isArray"),s=t("../util/isArrayLike"),a=t("../util/isPromise"),u=t("./PromiseObservable"),c=t("./IteratorObservable"),l=t("./ArrayObservable"),h=t("./ArrayLikeObservable"),f=t("../symbol/iterator"),p=t("../Observable"),b=t("../operator/observeOn"),d=t("../symbol/observable"),y=function(t){function e(e,r){t.call(this,null),this.ish=e,this.scheduler=r}return i(e,t),e.create=function(t,r){if(null!=t){if("function"==typeof t[d.observable])return t instanceof p.Observable&&!r?t:new e(t,r);if(o.isArray(t))return new l.ArrayObservable(t,r);if(a.isPromise(t))return new u.PromiseObservable(t,r);if("function"==typeof t[f.iterator]||"string"==typeof t)return new c.IteratorObservable(t,r);if(s.isArrayLike(t))return new h.ArrayLikeObservable(t,r)}throw new TypeError((null!==t&&(void 0===t?"undefined":n(t))||t)+" is not observable")},e.prototype._subscribe=function(t){var e=this.ish,r=this.scheduler;return null==r?e[d.observable]().subscribe(t):e[d.observable]().subscribe(new b.ObserveOnSubscriber(t,r,0))},e}(p.Observable);r.FromObservable=y},{"../Observable":155,"../operator/observeOn":226,"../symbol/iterator":242,"../symbol/observable":243,"../util/isArray":249,"../util/isArrayLike":250,"../util/isPromise":255,"./ArrayLikeObservable":191,"./ArrayObservable":192,"./IteratorObservable":199,"./PromiseObservable":200}],199:[function(t,e,r){"use strict";function n(t){var e=t[l.iterator];if(!e&&"string"==typeof t)return new f(t);if(!e&&void 0!==t.length)return new p(t);if(!e)throw new TypeError("object is not iterable");return t[l.iterator]()}function i(t){var e=+t.length;return isNaN(e)?0:0!==e&&o(e)?(e=s(e)*Math.floor(Math.abs(e)))<=0?0:e>b?b:e:e}function o(t){return"number"==typeof t&&u.root.isFinite(t)}function s(t){var e=+t;return 0===e?e:isNaN(e)?e:e<0?-1:1}var a=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},u=t("../util/root"),c=t("../Observable"),l=t("../symbol/iterator"),h=function(t){function e(e,r){if(t.call(this),this.scheduler=r,null==e)throw new Error("iterator cannot be null.");this.iterator=n(e)}return a(e,t),e.create=function(t,r){return new e(t,r)},e.dispatch=function(t){var e=t.index,r=t.hasError,n=t.iterator,i=t.subscriber;if(r)i.error(t.error);else{var o=n.next();o.done?i.complete():(i.next(o.value),t.index=e+1,i.closed?"function"==typeof n.return&&n.return():this.schedule(t))}},e.prototype._subscribe=function(t){var r=this,n=r.iterator,i=r.scheduler;if(i)return i.schedule(e.dispatch,0,{index:0,iterator:n,subscriber:t});for(;;){var o=n.next();if(o.done){t.complete();break}if(t.next(o.value),t.closed){"function"==typeof n.return&&n.return();break}}},e}(c.Observable);r.IteratorObservable=h;var f=function(){function t(t,e,r){void 0===e&&(e=0),void 0===r&&(r=t.length),this.str=t,this.idx=e,this.len=r}return t.prototype[l.iterator]=function(){return this},t.prototype.next=function(){return this.idx<this.len?{done:!1,value:this.str.charAt(this.idx++)}:{done:!0,value:void 0}},t}(),p=function(){function t(t,e,r){void 0===e&&(e=0),void 0===r&&(r=i(t)),this.arr=t,this.idx=e,this.len=r}return t.prototype[l.iterator]=function(){return this},t.prototype.next=function(){return this.idx<this.len?{done:!1,value:this.arr[this.idx++]}:{done:!0,value:void 0}},t}(),b=Math.pow(2,53)-1},{"../Observable":155,"../symbol/iterator":242,"../util/root":258}],200:[function(t,e,r){"use strict";function n(t){var e=t.value,r=t.subscriber;r.closed||(r.next(e),r.complete())}function i(t){var e=t.err,r=t.subscriber;r.closed||r.error(e)}var o=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},s=t("../util/root"),a=function(t){function e(e,r){t.call(this),this.promise=e,this.scheduler=r}return o(e,t),e.create=function(t,r){return new e(t,r)},e.prototype._subscribe=function(t){var e=this,r=this.promise,o=this.scheduler;if(null==o)this._isScalar?t.closed||(t.next(this.value),t.complete()):r.then(function(r){e.value=r,e._isScalar=!0,t.closed||(t.next(r),t.complete())},function(e){t.closed||t.error(e)}).then(null,function(t){s.root.setTimeout(function(){throw t})});else if(this._isScalar){if(!t.closed)return o.schedule(n,0,{value:this.value,subscriber:t})}else r.then(function(r){e.value=r,e._isScalar=!0,t.closed||t.add(o.schedule(n,0,{value:r,subscriber:t}))},function(e){t.closed||t.add(o.schedule(i,0,{err:e,subscriber:t}))}).then(null,function(t){s.root.setTimeout(function(){throw t})})},e}(t("../Observable").Observable);r.PromiseObservable=a},{"../Observable":155,"../util/root":258}],201:[function(t,e,r){arguments[4][103][0].apply(r,arguments)},{"../Observable":155,dup:103}],202:[function(t,e,r){arguments[4][104][0].apply(r,arguments)},{"../Observable":155,"../scheduler/async":241,"../util/isDate":251,"../util/isNumeric":253,"../util/isScheduler":256,dup:104}],203:[function(t,e,r){"use strict";var n=t("./DeferObservable");r.defer=n.DeferObservable.create},{"./DeferObservable":194}],204:[function(t,e,r){"use strict";function n(){if(f.root.XMLHttpRequest)return new f.root.XMLHttpRequest;if(f.root.XDomainRequest)return new f.root.XDomainRequest;throw new Error("CORS is not supported by your browser")}function i(){if(f.root.XMLHttpRequest)return new f.root.XMLHttpRequest;var t=void 0;try{for(var e=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"],r=0;r<3;r++)try{if(t=e[r],new f.root.ActiveXObject(t))break}catch(t){}return new f.root.ActiveXObject(t)}catch(t){throw new Error("XMLHttpRequest is not supported by your browser")}}function o(t,e){return void 0===e&&(e=null),new m({method:"GET",url:t,headers:e})}function s(t,e,r){return new m({method:"POST",url:t,body:e,headers:r})}function a(t,e){return new m({method:"DELETE",url:t,headers:e})}function u(t,e,r){return new m({method:"PUT",url:t,body:e,headers:r})}function c(t,e,r){return new m({method:"PATCH",url:t,body:e,headers:r})}function l(t,e){return new m({method:"GET",url:t,responseType:"json",headers:e}).lift(new v.MapOperator(function(t,e){return t.response},null))}var h=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},f=t("../../util/root"),p=t("../../util/tryCatch"),b=t("../../util/errorObject"),d=t("../../Observable"),y=t("../../Subscriber"),v=t("../../operator/map");r.ajaxGet=o,r.ajaxPost=s,r.ajaxDelete=a,r.ajaxPut=u,r.ajaxPatch=c,r.ajaxGetJSON=l;var m=function(t){function e(e){t.call(this);var r={async:!0,createXHR:function(){return this.crossDomain?n.call(this):i()},crossDomain:!1,withCredentials:!1,headers:{},method:"GET",responseType:"json",timeout:0};if("string"==typeof e)r.url=e;else for(var o in e)e.hasOwnProperty(o)&&(r[o]=e[o]);this.request=r}return h(e,t),e.prototype._subscribe=function(t){return new g(t,this.request)},e.create=function(){var t=function(t){return new e(t)};return t.get=o,t.post=s,t.delete=a,t.put=u,t.patch=c,t.getJSON=l,t}(),e}(d.Observable);r.AjaxObservable=m;var g=function(t){function e(e,r){t.call(this,e),this.request=r,this.done=!1;var n=r.headers=r.headers||{};r.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest"),"Content-Type"in n||f.root.FormData&&r.body instanceof f.root.FormData||void 0===r.body||(n["Content-Type"]="application/x-www-form-urlencoded; charset=UTF-8"),r.body=this.serializeBody(r.body,r.headers["Content-Type"]),this.send()}return h(e,t),e.prototype.next=function(t){this.done=!0;var e=this,r=e.xhr,n=e.request,i=e.destination,o=new _(t,r,n);i.next(o)},e.prototype.send=function(){var t=this,e=t.request,r=t.request,n=r.user,i=r.method,o=r.url,s=r.async,a=r.password,u=r.headers,c=r.body,l=e.createXHR,h=p.tryCatch(l).call(e);if(h===b.errorObject)this.error(b.errorObject.e);else{this.xhr=h,this.setupEvents(h,e);if((n?p.tryCatch(h.open).call(h,i,o,s,n,a):p.tryCatch(h.open).call(h,i,o,s))===b.errorObject)return this.error(b.errorObject.e),null;if(h.timeout=e.timeout,h.responseType=e.responseType,"withCredentials"in h&&(h.withCredentials=!!e.withCredentials),this.setHeaders(h,u),(c?p.tryCatch(h.send).call(h,c):p.tryCatch(h.send).call(h))===b.errorObject)return this.error(b.errorObject.e),null}return h},e.prototype.serializeBody=function(t,e){if(!t||"string"==typeof t)return t;if(f.root.FormData&&t instanceof f.root.FormData)return t;if(e){var r=e.indexOf(";");-1!==r&&(e=e.substring(0,r))}switch(e){case"application/x-www-form-urlencoded":return Object.keys(t).map(function(e){return encodeURI(e)+"="+encodeURI(t[e])}).join("&");case"application/json":return JSON.stringify(t);default:return t}},e.prototype.setHeaders=function(t,e){for(var r in e)e.hasOwnProperty(r)&&t.setRequestHeader(r,e[r])},e.prototype.setupEvents=function(t,e){function r(t){var e=r,n=e.subscriber,i=e.progressSubscriber,o=e.request;i&&i.error(t),n.error(new O(this,o))}function n(t){var e=n,r=e.subscriber,i=e.progressSubscriber,o=e.request;if(4===this.readyState){var s=1223===this.status?204:this.status,a="text"===this.responseType?this.response||this.responseText:this.response;0===s&&(s=a?200:0),200<=s&&s<300?(i&&i.complete(),r.next(t),r.complete()):(i&&i.error(t),r.error(new w("ajax error "+s,this,o)))}}var i=e.progressSubscriber;if(t.ontimeout=r,r.request=e,r.subscriber=this,r.progressSubscriber=i,t.upload&&"withCredentials"in t){if(i){var o;o=function(t){o.progressSubscriber.next(t)},f.root.XDomainRequest?t.onprogress=o:t.upload.onprogress=o,o.progressSubscriber=i}var s;s=function(t){var e=s,r=e.progressSubscriber,n=e.subscriber,i=e.request;r&&r.error(t),n.error(new w("ajax error",this,i))},t.onerror=s,s.request=e,s.subscriber=this,s.progressSubscriber=i}t.onreadystatechange=n,n.subscriber=this,n.progressSubscriber=i,n.request=e},e.prototype.unsubscribe=function(){var e=this,r=e.done,n=e.xhr;!r&&n&&4!==n.readyState&&"function"==typeof n.abort&&n.abort(),t.prototype.unsubscribe.call(this)},e}(y.Subscriber);r.AjaxSubscriber=g;var _=function(){return function(t,e,r){switch(this.originalEvent=t,this.xhr=e,this.request=r,this.status=e.status,this.responseType=e.responseType||r.responseType,this.responseType){case"json":this.response="response"in e?e.responseType?e.response:JSON.parse(e.response||e.responseText||"null"):JSON.parse(e.responseText||"null");break;case"xml":this.response=e.responseXML;break;case"text":default:this.response="response"in e?e.response:e.responseText}}}();r.AjaxResponse=_;var w=function(t){function e(e,r,n){t.call(this,e),this.message=e,this.xhr=r,this.request=n,this.status=r.status}return h(e,t),e}(Error);r.AjaxError=w;var O=function(t){function e(e,r){t.call(this,"ajax timeout",e,r)}return h(e,t),e}(w);r.AjaxTimeoutError=O},{"../../Observable":155,"../../Subscriber":161,"../../operator/map":221,"../../util/errorObject":248,"../../util/root":258,"../../util/tryCatch":261}],205:[function(t,e,r){"use strict";var n=t("./AjaxObservable");r.ajax=n.AjaxObservable.create},{"./AjaxObservable":204}],206:[function(t,e,r){"use strict";var n=t("./FromObservable");r.from=n.FromObservable.create},{"./FromObservable":198}],207:[function(t,e,r){arguments[4][106][0].apply(r,arguments)},{"./FromEventObservable":197,dup:106}],208:[function(t,e,r){"use strict";var n=t("../operator/merge");r.merge=n.mergeStatic},{"../operator/merge":222}],209:[function(t,e,r){"use strict";var n=t("./ArrayObservable");r.of=n.ArrayObservable.of},{"./ArrayObservable":192}],210:[function(t,e,r){"use strict";var n=t("./ErrorObservable");r._throw=n.ErrorObservable.create},{"./ErrorObservable":196}],211:[function(t,e,r){arguments[4][107][0].apply(r,arguments)},{"./TimerObservable":202,dup:107}],212:[function(t,e,r){arguments[4][108][0].apply(r,arguments)},{"../OuterSubscriber":157,"../util/subscribeToResult":259,dup:108}],213:[function(t,e,r){arguments[4][109][0].apply(r,arguments)},{"../Observable":155,"../observable/ArrayObservable":192,"../util/isScheduler":256,"./mergeAll":223,dup:109}],214:[function(t,e,r){"use strict";var n=t("./mergeMap");r.concatMap=function(t,e){return this.lift(new n.MergeMapOperator(t,e,1))}},{"./mergeMap":224}],215:[function(t,e,r){arguments[4][110][0].apply(r,arguments)},{"../Subscriber":161,"../scheduler/async":241,dup:110}],216:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../scheduler/async"),o=t("../util/isDate"),s=t("../Subscriber"),a=t("../Notification");r.delay=function(t,e){void 0===e&&(e=i.async);var r=o.isDate(t)?+t-e.now():Math.abs(t);return this.lift(new u(r,e))};var u=function(){function t(t,e){this.delay=t,this.scheduler=e}return t.prototype.call=function(t,e){return e.subscribe(new c(t,this.delay,this.scheduler))},t}(),c=function(t){function e(e,r,n){t.call(this,e),this.delay=r,this.scheduler=n,this.queue=[],this.active=!1,this.errored=!1}return n(e,t),e.dispatch=function(t){for(var e=t.source,r=e.queue,n=t.scheduler,i=t.destination;r.length>0&&r[0].time-n.now()<=0;)r.shift().notification.observe(i);if(r.length>0){var o=Math.max(0,r[0].time-n.now());this.schedule(t,o)}else e.active=!1},e.prototype._schedule=function(t){this.active=!0,this.add(t.schedule(e.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},e.prototype.scheduleNotification=function(t){if(!0!==this.errored){var e=this.scheduler,r=new l(e.now()+this.delay,t);this.queue.push(r),!1===this.active&&this._schedule(e)}},e.prototype._next=function(t){this.scheduleNotification(a.Notification.createNext(t))},e.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t)},e.prototype._complete=function(){this.scheduleNotification(a.Notification.createComplete())},e}(s.Subscriber),l=function(){return function(t,e){this.time=t,this.notification=e}}()},{"../Notification":154,"../Subscriber":161,"../scheduler/async":241,"../util/isDate":251}],217:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber"),o=t("../util/tryCatch"),s=t("../util/errorObject");r.distinctUntilChanged=function(t,e){return this.lift(new a(t,e))};var a=function(){function t(t,e){this.compare=t,this.keySelector=e}return t.prototype.call=function(t,e){return e.subscribe(new u(t,this.compare,this.keySelector))},t}(),u=function(t){function e(e,r,n){t.call(this,e),this.keySelector=n,this.hasKey=!1,"function"==typeof r&&(this.compare=r)}return n(e,t),e.prototype.compare=function(t,e){return t===e},e.prototype._next=function(t){var e=t;if(this.keySelector&&(e=o.tryCatch(this.keySelector)(t))===s.errorObject)return this.destination.error(s.errorObject.e);var r=!1;if(this.hasKey){if((r=o.tryCatch(this.compare)(this.key,e))===s.errorObject)return this.destination.error(s.errorObject.e)}else this.hasKey=!0;!1===Boolean(r)&&(this.key=e,this.destination.next(t))},e}(i.Subscriber)},{"../Subscriber":161,"../util/errorObject":248,"../util/tryCatch":261}],218:[function(t,e,r){"use strict";var n=t("./distinctUntilChanged");r.distinctUntilKeyChanged=function(t,e){return n.distinctUntilChanged.call(this,function(r,n){return e?e(r[t],n[t]):r[t]===n[t]})}},{"./distinctUntilChanged":217}],219:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber");r._do=function(t,e,r){return this.lift(new o(t,e,r))};var o=function(){function t(t,e,r){this.nextOrObserver=t,this.error=e,this.complete=r}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.nextOrObserver,this.error,this.complete))},t}(),s=function(t){function e(e,r,n,o){t.call(this,e);var s=new i.Subscriber(r,n,o);s.syncErrorThrowable=!0,this.add(s),this.safeSubscriber=s}return n(e,t),e.prototype._next=function(t){var e=this.safeSubscriber;e.next(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.next(t)},e.prototype._error=function(t){var e=this.safeSubscriber;e.error(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.error(t)},e.prototype._complete=function(){var t=this.safeSubscriber;t.complete(),t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.complete()},e}(i.Subscriber)},{"../Subscriber":161}],220:[function(t,e,r){arguments[4][113][0].apply(r,arguments)},{"../Subscriber":161,dup:113}],221:[function(t,e,r){arguments[4][115][0].apply(r,arguments)},{"../Subscriber":161,dup:115}],222:[function(t,e,r){"use strict";function n(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=Number.POSITIVE_INFINITY,n=null,u=t[t.length-1];return a.isScheduler(u)?(n=t.pop(),t.length>1&&"number"==typeof t[t.length-1]&&(r=t.pop())):"number"==typeof u&&(r=t.pop()),null===n&&1===t.length&&t[0]instanceof i.Observable?t[0]:new o.ArrayObservable(t,n).lift(new s.MergeAllOperator(r))}var i=t("../Observable"),o=t("../observable/ArrayObservable"),s=t("./mergeAll"),a=t("../util/isScheduler");r.merge=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];return this.lift.call(n.apply(void 0,[this].concat(t)))},r.mergeStatic=n},{"../Observable":155,"../observable/ArrayObservable":192,"../util/isScheduler":256,"./mergeAll":223}],223:[function(t,e,r){arguments[4][116][0].apply(r,arguments)},{"../OuterSubscriber":157,"../util/subscribeToResult":259,dup:116}],224:[function(t,e,r){arguments[4][117][0].apply(r,arguments)},{"../OuterSubscriber":157,"../util/subscribeToResult":259,dup:117}],225:[function(t,e,r){arguments[4][118][0].apply(r,arguments)},{"../observable/ConnectableObservable":193,dup:118}],226:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber"),o=t("../Notification");r.observeOn=function(t,e){return void 0===e&&(e=0),this.lift(new s(t,e))};var s=function(){function t(t,e){void 0===e&&(e=0),this.scheduler=t,this.delay=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.scheduler,this.delay))},t}();r.ObserveOnOperator=s;var a=function(t){function e(e,r,n){void 0===n&&(n=0),t.call(this,e),this.scheduler=r,this.delay=n}return n(e,t),e.dispatch=function(t){var e=t.notification,r=t.destination;e.observe(r),this.unsubscribe()},e.prototype.scheduleMessage=function(t){this.add(this.scheduler.schedule(e.dispatch,this.delay,new u(t,this.destination)))},e.prototype._next=function(t){this.scheduleMessage(o.Notification.createNext(t))},e.prototype._error=function(t){this.scheduleMessage(o.Notification.createError(t))},e.prototype._complete=function(){this.scheduleMessage(o.Notification.createComplete())},e}(i.Subscriber);r.ObserveOnSubscriber=a;var u=function(){return function(t,e){this.notification=t,this.destination=e}}();r.ObserveOnMessage=u},{"../Notification":154,"../Subscriber":161}],227:[function(t,e,r){"use strict";var n=t("../util/not"),i=t("./filter");r.partition=function(t,e){return[i.filter.call(this,t,e),i.filter.call(this,n.not(t,e))]}},{"../util/not":257,"./filter":220}],228:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subject"),o=t("../util/tryCatch"),s=t("../util/errorObject"),a=t("../OuterSubscriber"),u=t("../util/subscribeToResult");r.retryWhen=function(t){return this.lift(new c(t,this))};var c=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e.subscribe(new l(t,this.notifier,this.source))},t}(),l=function(t){function e(e,r,n){t.call(this,e),this.notifier=r,this.source=n}return n(e,t),e.prototype.error=function(e){if(!this.isStopped){var r=this.errors,n=this.retries,a=this.retriesSubscription;if(n)this.errors=null,this.retriesSubscription=null;else{if(r=new i.Subject,(n=o.tryCatch(this.notifier)(r))===s.errorObject)return t.prototype.error.call(this,s.errorObject.e);a=u.subscribeToResult(this,n)}this._unsubscribeAndRecycle(),this.errors=r,this.retries=n,this.retriesSubscription=a,r.next(e)}},e.prototype._unsubscribe=function(){var t=this,e=t.errors,r=t.retriesSubscription;e&&(e.unsubscribe(),this.errors=null),r&&(r.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,r,n,i){var o=this,s=o.errors,a=o.retries,u=o.retriesSubscription;this.errors=null,this.retries=null,this.retriesSubscription=null,this._unsubscribeAndRecycle(),this.errors=s,this.retries=a,this.retriesSubscription=u,this.source.subscribe(this)},e}(a.OuterSubscriber)},{"../OuterSubscriber":157,"../Subject":159,"../util/errorObject":248,"../util/subscribeToResult":259,"../util/tryCatch":261}],229:[function(t,e,r){arguments[4][120][0].apply(r,arguments)},{"../Subject":159,"./multicast":225,dup:120}],230:[function(t,e,r){arguments[4][121][0].apply(r,arguments)},{"../observable/ArrayObservable":192,"../observable/EmptyObservable":195,"../observable/ScalarObservable":201,"../util/isScheduler":256,"./concat":213,dup:121}],231:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r._switch=function(){return this.lift(new s)};var s=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e),this.active=0,this.hasCompleted=!1}return n(e,t),e.prototype._next=function(t){this.unsubscribeInner(),this.active++,this.add(this.innerSubscription=o.subscribeToResult(this,t))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&this.destination.complete()},e.prototype.unsubscribeInner=function(){this.active=this.active>0?this.active-1:0;var t=this.innerSubscription;t&&(t.unsubscribe(),this.remove(t))},e.prototype.notifyNext=function(t,e,r,n,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(){this.unsubscribeInner(),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(i.OuterSubscriber)},{"../OuterSubscriber":157,"../util/subscribeToResult":259}],232:[function(t,e,r){arguments[4][122][0].apply(r,arguments)},{"../OuterSubscriber":157,"../util/subscribeToResult":259,dup:122}],233:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber"),o=t("../util/ArgumentOutOfRangeError"),s=t("../observable/EmptyObservable");r.take=function(t){return 0===t?new s.EmptyObservable:this.lift(new a(t))};var a=function(){function t(t){if(this.total=t,this.total<0)throw new o.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e.subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,r){t.call(this,e),this.total=r,this.count=0}return n(e,t),e.prototype._next=function(t){var e=this.total,r=++this.count;r<=e&&(this.destination.next(t),r===e&&(this.destination.complete(),this.unsubscribe()))},e}(i.Subscriber)},{"../Subscriber":161,"../observable/EmptyObservable":195,"../util/ArgumentOutOfRangeError":245}],234:[function(t,e,r){arguments[4][123][0].apply(r,arguments)},{"../OuterSubscriber":157,"../util/subscribeToResult":259,dup:123}],235:[function(t,e,r){"use strict";function n(t){t.subscriber.clearThrottle()}var i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),s=t("../scheduler/async");r.throttleTime=function(t,e){return void 0===e&&(e=s.async),this.lift(new a(t,e))};var a=function(){function t(t,e){this.duration=t,this.scheduler=e}return t.prototype.call=function(t,e){return e.subscribe(new u(t,this.duration,this.scheduler))},t}(),u=function(t){function e(e,r,n){t.call(this,e),this.duration=r,this.scheduler=n}return i(e,t),e.prototype._next=function(t){this.throttled||(this.add(this.throttled=this.scheduler.schedule(n,this.duration,{subscriber:this})),this.destination.next(t))},e.prototype.clearThrottle=function(){var t=this.throttled;t&&(t.unsubscribe(),this.remove(t),this.throttled=null)},e}(o.Subscriber)},{"../Subscriber":161,"../scheduler/async":241}],236:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../OuterSubscriber"),o=t("../util/subscribeToResult");r.withLatestFrom=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r;"function"==typeof t[t.length-1]&&(r=t.pop());var n=t;return this.lift(new s(n,r))};var s=function(){function t(t,e){this.observables=t,this.project=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.observables,this.project))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.observables=r,this.project=n,this.toRespond=[];var i=r.length;this.values=new Array(i);for(s=0;s<i;s++)this.toRespond.push(s);for(var s=0;s<i;s++){var a=r[s];this.add(o.subscribeToResult(this,a,a,s))}}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,i){this.values[r]=e;var o=this.toRespond;if(o.length>0){var s=o.indexOf(r);-1!==s&&o.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(i.OuterSubscriber)},{"../OuterSubscriber":157,"../util/subscribeToResult":259}],237:[function(t,e,r){arguments[4][124][0].apply(r,arguments)},{"../OuterSubscriber":157,"../Subscriber":161,"../observable/ArrayObservable":192,"../symbol/iterator":242,"../util/isArray":249,"../util/subscribeToResult":259,dup:124}],238:[function(t,e,r){arguments[4][125][0].apply(r,arguments)},{"../Subscription":162,dup:125}],239:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../util/root"),o=function(t){function e(e,r){t.call(this,e,r),this.scheduler=e,this.work=r,this.pending=!1}return n(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t,this.pending=!0;var r=this.id,n=this.scheduler;return null!=r&&(this.id=this.recycleAsyncId(n,r,e)),this.delay=e,this.id=this.id||this.requestAsyncId(n,this.id,e),this},e.prototype.requestAsyncId=function(t,e,r){return void 0===r&&(r=0),i.root.setInterval(t.flush.bind(t,this),r)},e.prototype.recycleAsyncId=function(t,e,r){return void 0===r&&(r=0),null!==r&&this.delay===r&&!1===this.pending?e:i.root.clearInterval(e)&&void 0||void 0},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(t,e);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(t,e){var r=!1,n=void 0;try{this.work(t)}catch(t){r=!0,n=!!t&&t||new Error(t)}if(r)return this.unsubscribe(),n},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,r=e.actions,n=r.indexOf(this);this.work=null,this.delay=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==n&&r.splice(n,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null))},e}(t("./Action").Action);r.AsyncAction=o},{"../util/root":258,"./Action":238}],240:[function(t,e,r){arguments[4][127][0].apply(r,arguments)},{"../Scheduler":158,dup:127}],241:[function(t,e,r){arguments[4][128][0].apply(r,arguments)},{"./AsyncAction":239,"./AsyncScheduler":240,dup:128}],242:[function(t,e,r){arguments[4][129][0].apply(r,arguments)},{"../util/root":258,dup:129}],243:[function(t,e,r){arguments[4][130][0].apply(r,arguments)},{"../util/root":258,dup:130}],244:[function(t,e,r){arguments[4][131][0].apply(r,arguments)},{"../util/root":258,dup:131}],245:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=function(t){function e(){var e=t.call(this,"argument out of range");this.name=e.name="ArgumentOutOfRangeError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);r.ArgumentOutOfRangeError=i},{}],246:[function(t,e,r){arguments[4][132][0].apply(r,arguments)},{dup:132}],247:[function(t,e,r){arguments[4][133][0].apply(r,arguments)},{dup:133}],248:[function(t,e,r){arguments[4][134][0].apply(r,arguments)},{dup:134}],249:[function(t,e,r){arguments[4][135][0].apply(r,arguments)},{dup:135}],250:[function(t,e,r){arguments[4][136][0].apply(r,arguments)},{dup:136}],251:[function(t,e,r){arguments[4][137][0].apply(r,arguments)},{dup:137}],252:[function(t,e,r){arguments[4][138][0].apply(r,arguments)},{dup:138}],253:[function(t,e,r){arguments[4][139][0].apply(r,arguments)},{"../util/isArray":249,dup:139}],254:[function(t,e,r){arguments[4][140][0].apply(r,arguments)},{dup:140}],255:[function(t,e,r){arguments[4][141][0].apply(r,arguments)},{dup:141}],256:[function(t,e,r){arguments[4][142][0].apply(r,arguments)},{dup:142}],257:[function(t,e,r){"use strict";r.not=function(t,e){function r(){return!r.pred.apply(r.thisArg,arguments)}return r.pred=t,r.thisArg=e,r}},{}],258:[function(t,e,r){(function(t){"use strict";var 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};"object"==("undefined"==typeof window?"undefined":e(window))&&window.window===window?r.root=window:"object"==("undefined"==typeof self?"undefined":e(self))&&self.self===self?r.root=self:"object"==(void 0===t?"undefined":e(t))&&t.global===t?r.root=t:function(){throw new Error("RxJS could not find any global context (window, self, global)")}()}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],259:[function(t,e,r){arguments[4][144][0].apply(r,arguments)},{"../InnerSubscriber":153,"../Observable":155,"../symbol/iterator":242,"../symbol/observable":243,"./isArrayLike":250,"./isObject":254,"./isPromise":255,"./root":258,dup:144}],260:[function(t,e,r){arguments[4][145][0].apply(r,arguments)},{"../Observer":156,"../Subscriber":161,"../symbol/rxSubscriber":244,dup:145}],261:[function(t,e,r){arguments[4][146][0].apply(r,arguments)},{"./errorObject":248,dup:146}],262:[function(t,e,r){"use strict";function n(t){var e=t.match(/^([^:\/?#]+:)?(?:\/\/([^\/?#]*))?([^?#]+)?(\?[^#]*)?(#.*)?/);if("string"==typeof e[1]&&e[1].length>0&&e[1].toLowerCase()!==window.location.protocol)return!0;var r={http:80,https:443}[window.location.protocol];return"string"==typeof e[2]&&e[2].length>0&&e[2].replace(new RegExp(":("+r+")?$"),"")!==window.location.host}function i(t){return t.replace(/#.*/,"")}function o(t,e){var r=e||window.location.href,n=t.indexOf("#")>-1,o=i(t)===i(r);return n&&o}function s(t,e){return(t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||t.oMatchesSelector).call(t,e)}Object.defineProperty(r,"__esModule",{value:!0}),r.isExternal=n,r.stripHash=i,r.isHash=o,r.matches=s,r.querySelectorInv=function(t,e){for(var r=t;r!==document&&r!==document.documentElement;){if(s(r,e))return r;r=r.parentNode}return null},r.shouldLoadAnchor=function(t,e,r){var i=t.href;return!(n(i)||o(i)||s(t,e)||""!==t.target||null!==r&&-1===i.search(r))},r.getScrollHeight=function(){var t=document.documentElement,e=document.body,r="scrollHeight";return t[r]||e[r]},r.getScrollLeft=function(){return window.pageXOffset||document.body.scrollLeft},r.getScrollTop=function(){return window.pageYOffset||document.body.scrollTop},r.expInterval=function(t,e){return a.Observable.create(function(r){function n(){r.next(i),i*=e,o=setTimeout(n,i)}var i=t,o=void 0;return o=setTimeout(n,i),function(){clearTimeout(o)}})},r.fragmentFromString=function(t){return document.createRange().createContextualFragment(t)};var a=t("rxjs/Observable")},{"rxjs/Observable":155}],263:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":s(e))&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":s(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var 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};Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),u=function(){function t(t,e){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){i=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),c=t("rxjs/Observable"),l=t("rxjs/Subject");t("rxjs/add/observable/defer"),t("rxjs/add/observable/from"),t("rxjs/add/observable/fromEvent"),t("rxjs/add/observable/merge"),t("rxjs/add/observable/of"),t("rxjs/add/observable/throw"),t("rxjs/add/observable/timer"),t("rxjs/add/observable/dom/ajax"),t("rxjs/add/operator/catch"),t("rxjs/add/operator/concatMap"),t("rxjs/add/operator/debounceTime"),t("rxjs/add/operator/delay"),t("rxjs/add/operator/distinctUntilKeyChanged"),t("rxjs/add/operator/do"),t("rxjs/add/operator/filter"),t("rxjs/add/operator/map"),t("rxjs/add/operator/mergeMap"),t("rxjs/add/operator/partition"),t("rxjs/add/operator/retryWhen"),t("rxjs/add/operator/share"),t("rxjs/add/operator/startWith"),t("rxjs/add/operator/switch"),t("rxjs/add/operator/switchMap"),t("rxjs/add/operator/take"),t("rxjs/add/operator/takeUntil"),t("rxjs/add/operator/throttleTime"),t("rxjs/add/operator/withLatestFrom"),t("rxjs/add/operator/zip");var h=function(t){return t&&t.__esModule?t:{default:t}}(t("y-component/src/component-core")),f=t("../common"),p=t("./kind");c.Observable.prototype.pauseWith=function(t){return this.withLatestFrom(t).filter(function(t){return!1===u(t,2)[1]}).map(function(t){return u(t,1)[0]})},r.default=function(t){return function(e){function r(){return n(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return o(r,(0,h.default)(t)),a(r,[{key:"getComponentName",value:function(){return"y-push-state"}},{key:"defaults",value:function(){return{replaceIds:[],linkSelector:"a[href]",scriptSelector:"script",scrollRestoration:!1,hrefRegex:null,blacklist:".no-push-state",duration:0,noPopDuration:!0}}},{key:"sideEffects",value:function(){return{}}},{key:"startHistory",value:function(){return this.checkPreCondition(),this.setupScrollRestoration(),this.cacheTitleElement(),this.setupObservables(),this}},{key:"checkPreCondition",value:function(){if(0===this.replaceIds.length){var t=this.el.id;if(!t)throw Error("No replace ids provided nor does this component have and id");console.warn("No replace ids provided. Will replace entire content of #"+t)}}},{key:"setupScrollRestoration",value:function(){"scrollRestoration"in history&&(history.scrollRestoration=this.scrollRestoration?"manual":"auto"),this.setScrollPosition(),window.addEventListener("beforeunload",this.updateHistoryState.bind(this))}},{key:"cacheTitleElement",value:function(){this.titleElement=document.querySelector("title")||{}}},{key:"bindPushEvents",value:function(t){var e=this;return this.fromEvents(t,"click").map(function(t){return new p.Push(t)}).filter(function(t){return e.isPageChangeEvent(t)}).do(function(t){var r=t.event;e.updateHistoryState(),r.preventDefault()})}},{key:"bindHintEvents",value:function(t){var e=this;return c.Observable.merge(this.fromEvents(t,"mouseenter"),this.fromEvents(t,"touchstart"),this.fromEvents(t,"focus")).map(function(t){return new p.Hint(t)}).filter(function(t){return e.isPageChangeAnchor(t)})}},{key:"bindPopstateEvent",value:function(){return c.Observable.fromEvent(window,"popstate").map(function(t){return new p.Pop(t)}).filter(function(){return null!=window.history.state})}},{key:"linkObservable",value:function(){return c.Observable.of(this.el.querySelectorAll(this.linkSelector))}},{key:"fromEvents",value:function(t,e){return t.mergeMap(function(t){return c.Observable.fromEvent(t,e)})}},{key:"fetchPage",value:function(t){var e=this;return c.Observable.ajax(this.hrefToAjax(t)).map(function(e){var r=e.response;return Object.assign(t,{response:r})}).catch(function(r){return e.recoverIfResponse(t,r)}).retryWhen(function(){return c.Observable.merge(c.Observable.fromEvent(window,"online"),(0,f.expInterval)(1e3,2)).do(e.onRetry.bind(e,t))})}},{key:"hrefToAjax",value:function(t){return{method:"GET",url:t.href,responseType:"text"}}},{key:"recoverIfResponse",value:function(t,e){var r=e.status,n=e.xhr;return n&&r&&r>400?c.Observable.of(Object.assign(t,{response:n.response})):(this.onError(Object.assign(t,e)),c.Observable.throw(e))}},{key:"setupObservables",value:function(){var t=this;this.push$$=new l.Subject,this.hint$$=new l.Subject;var e=this.push$$.switch().throttleTime(this.duration+100),r=this.bindPopstateEvent();this.page$=c.Observable.merge(e,r).share();var n=c.Observable.defer(function(){return c.Observable.merge(t.page$.map(function(){return!0}),t.render$.map(function(){return!1})).startWith(!1)});this.hint$=this.hint$$.switch().pauseWith(n),this.prefetch$=c.Observable.merge(this.hint$,this.page$).distinctUntilKeyChanged("href").switchMap(function(e){return t.fetchPage(e)}).catch(function(t,e){return e}).startWith({}).share(),this.render$=this.page$.do(this.onStart.bind(this)).withLatestFrom(this.prefetch$).switchMap(this.getResponse.bind(this)).map(this.responseToContent.bind(this)).do(this.onReady.bind(this)).do(this.updateDOM.bind(this)).do(this.resetScrollPostion.bind(this)).do(this.onAfter.bind(this)).catch(function(e,r){return t.onError(e),console.error(e),r}).share(),this.render$.debounceTime(this.duration).do(this.renewEventListeners.bind(this)).subscribe(),this.render$.switchMap(this.reinsertScriptTags.bind(this)).do(this.onLoad.bind(this)).catch(function(e,r){return t.onError(e),console.error(e),r}).subscribe(),this.page$.switchMap(function(){return c.Observable.timer(t.duration+200).do(t.onAnimationEnd.bind(t)).takeUntil(t.render$)}).do(this.onProgress.bind(this)).catch(function(e,r){return t.onError(e),console.error(e),r}).subscribe(),this.render$.subscribe(),this.onLoad({}),this.renewEventListeners()}},{key:"getResponse",value:function(t){var e=u(t,2),r=e[0],n=e[1],i=void 0;return r.href===n.href?(i=c.Observable.of(Object.assign(r,{response:n.response})),(r instanceof p.Push||!this.noPopDuration)&&(i=i.delay(this.duration+100))):(i=this.prefetch$.take(1).map(function(t){return Object.assign(r,{response:t.response})}),(r instanceof p.Push||!this.noPopDuration)&&(i=i.zip(c.Observable.timer(this.duration+100),function(t){return t}))),i}},{key:"responseToContent",value:function(t){var e=t.response,r=(0,f.fragmentFromString)(e),n=this.getTitleFromDocumentFragment(r),i=this.getContentFromDocumentFragment(r),o=this.tempRemoveScriptTags(i);return Object.assign(t,{title:n,content:i,scripts:o})}},{key:"updateDOM",value:function(t){try{var e=t.href,r=t.title,n=t.content;t instanceof p.Push&&window.history.replaceState({id:this.componentName},r,e),this.titleElement.textContent=r,this.replaceContent(n)}catch(e){throw Object.assign(t,{error:e})}}},{key:"tempRemoveScriptTags",value:function(t){var e=this,r=[];return t.forEach(function(t){return Array.prototype.forEach.call(t.querySelectorAll(e.scriptSelector),function(t){var e=[t,t.previousElementSibling];t.parentNode.removeChild(t),r.push(e)})}),r}},{key:"insertScript",value:function(t){var e=u(t,2),r=e[0],n=e[1];return""!==r.src?c.Observable.create(function(t){r.addEventListener("load",function(e){t.next(e),t.complete()}),r.addEventListener("error",function(e){t.error(e)}),n.parentNode.insertBefore(r,n.nextElementSibling)}):c.Observable.of({}).do(function(){n.parentNode.insertBefore(r,n.nextElementSibling)})}},{key:"reinsertScriptTags",value:function(t){var e=t.scripts;return 0===e.length?c.Observable.of({}):c.Observable.from(e).concatMap(this.insertScript)}},{key:"renewEventListeners",value:function(){var t=this.linkObservable();this.push$$.next(this.bindPushEvents(t)),this.hint$$.next(this.bindHintEvents(t))}},{key:"isPageChangeEvent",value:function(t){var e=t.event;return!e.metaKey&&!e.ctrlKey&&this.isPageChangeAnchor(t)}},{key:"isPageChangeAnchor",value:function(t){var e=t.event.currentTarget;return null!=e&&(0,f.shouldLoadAnchor)(e,this.blacklist,this.hrefRegex)}},{key:"getTitleFromDocumentFragment",value:function(t){return(t.querySelector("title")||{}).textContent}},{key:"getContentFromDocumentFragment",value:function(t){return this.replaceIds.length>0?this.replaceIds.map(function(e){return t.querySelector("#"+e)}):t.querySelector("#"+this.el.id)}},{key:"replaceContent",value:function(t){this.replaceIds.length>0?this.replaceContentByIds(t):this.replaceContentWholesale(t)}},{key:"replaceContentByIds",value:function(t){var e=this.replaceIds.map(function(t){return document.getElementById(t)});Array.prototype.forEach.call(e,function(e){e.parentNode.replaceChild(t.shift(),e)})}},{key:"replaceContentWholesale",value:function(t){this.el.innerHTML=t.innerHTML}},{key:"saveScrollPosition",value:function(t){return Object.assign(t,{scrollTop:(0,f.getScrollTop)(),scrollHeight:(0,f.getScrollHeight)()})}},{key:"updateHistoryState",value:function(){var t=history.state||{id:this.componentName};t=this.scrollRestoration?this.saveScrollPosition(t):t,history.replaceState(t,document.title,window.location.href)}},{key:"setScrollPosition",value:function(){var t=history.state||{};document.body.style.minHeight=(t.scrollHeight||0)+"px",null!=t.scrollTop&&window.scroll(window.pageXOffset,t.scrollTop),document.body.style.minHeight=""}},{key:"resetScrollPostion",value:function(t){this.scrollRestoration&&t instanceof p.Pop&&this.setScrollPosition()}},{key:"onStart",value:function(t){var e=t.href;t instanceof p.Push&&window.history.pushState({id:this.componentName},"",e),this.fireEvent("start",{detail:t})}},{key:"onReady",value:function(t){this.fireEvent("ready",{detail:t})}},{key:"onAfter",value:function(t){this.fireEvent("after",{detail:t})}},{key:"onError",value:function(t){this.fireEvent("error",{detail:t})}},{key:"onProgress",value:function(t){this.fireEvent("progress",{detail:t})}},{key:"onRetry",value:function(t){this.fireEvent("retry",{detail:t})}},{key:"onAnimationEnd",value:function(t){this.fireEvent("animationend",{detail:t})}},{key:"onLoad",value:function(t){this.fireEvent("load",{detail:t})}}]),r}()}},{"../common":262,"./kind":264,"rxjs/Observable":155,"rxjs/Subject":159,"rxjs/add/observable/defer":163,"rxjs/add/observable/dom/ajax":164,"rxjs/add/observable/from":165,"rxjs/add/observable/fromEvent":166,"rxjs/add/observable/merge":167,"rxjs/add/observable/of":168,"rxjs/add/observable/throw":169,"rxjs/add/observable/timer":170,"rxjs/add/operator/catch":171,"rxjs/add/operator/concatMap":172,"rxjs/add/operator/debounceTime":173,"rxjs/add/operator/delay":174,"rxjs/add/operator/distinctUntilKeyChanged":175,"rxjs/add/operator/do":176,"rxjs/add/operator/filter":177,"rxjs/add/operator/map":178,"rxjs/add/operator/mergeMap":179,"rxjs/add/operator/partition":180,"rxjs/add/operator/retryWhen":181,"rxjs/add/operator/share":182,"rxjs/add/operator/startWith":183,"rxjs/add/operator/switch":184,"rxjs/add/operator/switchMap":185,"rxjs/add/operator/take":186,"rxjs/add/operator/takeUntil":187,"rxjs/add/operator/throttleTime":188,"rxjs/add/operator/withLatestFrom":189,"rxjs/add/operator/zip":190,"y-component/src/component-core":149}],264:[function(t,e,r){"use strict";function n(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":s(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":s(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var 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};Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),u=r.Kind=function t(e){o(this,t),this.event=e};r.Push=function(t){function e(t){o(this,e);var r=n(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.href=t.currentTarget.href,r}return i(e,u),a(e,[{key:"type",get:function(){return"push"}}]),e}(),r.Hint=function(t){function e(t){o(this,e);var r=n(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.href=t.currentTarget.href,r}return i(e,u),a(e,[{key:"type",get:function(){return"hint"}}]),e}(),r.Pop=function(t){function e(t){o(this,e);var r=n(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.href=window.location.href,r}return i(e,u),a(e,[{key:"type",get:function(){return"pop"}}]),e}()},{}],265:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":s(e))&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":s(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var 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};Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),u=function(t){return t&&t.__esModule?t:{default:t}}(t("../core")),c=function(t){function e(t,r){n(this,e);var o=i(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return o.setupComponent(t,r),o}return o(e,(0,u.default)()),a(e,[{key:"setupDOM",value:function(t){if(!t)throw Error("No element provided");return t}}]),e}();r.default=c},{"../core":263}]},{},[8]);
14
+ !function t(e,r,n){function o(s,a){if(!r[s]){if(!e[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(i)return i(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=r[s]={exports:{}};e[s][0].call(l.exports,function(t){var r=e[s][1][t];return o(r||t)},l,l.exports,t,e,r,n)}return r[s].exports}for(var i="function"==typeof require&&require,s=0;s<n.length;s++)o(n[s]);return o}({1:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};!function(t,e,r){function o(t,e){return(void 0===t?"undefined":n(t))===e}function i(t){return t.replace(/([a-z])-([a-z])/g,function(t,e,r){return e+r.toUpperCase()}).replace(/^-/,"")}function s(){return"function"!=typeof e.createElement?e.createElement(arguments[0]):O?e.createElementNS.call(e,"http://www.w3.org/2000/svg",arguments[0]):e.createElement.apply(e,arguments)}function a(){var t=e.body;return t||((t=s(O?"svg":"body")).fake=!0),t}function c(t,r,n,o){var i,c,u,l,f="modernizr",h=s("div"),p=a();if(parseInt(n,10))for(;n--;)(u=s("div")).id=o?o[n]:f+(n+1),h.appendChild(u);return i=s("style"),i.type="text/css",i.id="s"+f,(p.fake?p:h).appendChild(i),p.appendChild(h),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(e.createTextNode(t)),h.id=f,p.fake&&(p.style.background="",p.style.overflow="hidden",l=S.style.overflow,S.style.overflow="hidden",S.appendChild(p)),c=r(h,t),p.fake?(p.parentNode.removeChild(p),S.style.overflow=l,S.offsetHeight):h.parentNode.removeChild(h),!!c}function u(t,e){return!!~(""+t).indexOf(e)}function l(t,e){return function(){return t.apply(e,arguments)}}function f(t,e,r){var n;for(var i in t)if(t[i]in e)return!1===r?t[i]:(n=e[t[i]],o(n,"function")?l(n,r||e):n);return!1}function h(t){return t.replace(/([A-Z])/g,function(t,e){return"-"+e.toLowerCase()}).replace(/^ms-/,"-ms-")}function p(e,r,n){var o;if("getComputedStyle"in t){o=getComputedStyle.call(t,e,r);var i=t.console;null!==o?n&&(o=o.getPropertyValue(n)):i&&i[i.error?"error":"log"].call(i,"getComputedStyle returning null, its possible modernizr test results are inaccurate")}else o=!r&&e.currentStyle&&e.currentStyle[n];return o}function d(e,n){var o=e.length;if("CSS"in t&&"supports"in t.CSS){for(;o--;)if(t.CSS.supports(h(e[o]),n))return!0;return!1}if("CSSSupportsRule"in t){for(var i=[];o--;)i.push("("+h(e[o])+":"+n+")");return i=i.join(" or "),c("@supports ("+i+") { #modernizr { position: absolute; } }",function(t){return"absolute"==p(t,null,"position")})}return r}function b(t,e,n,a){function c(){f&&(delete M.style,delete M.modElem)}if(a=!o(a,"undefined")&&a,!o(n,"undefined")){var l=d(t,n);if(!o(l,"undefined"))return l}for(var f,h,p,b,y,m=["modernizr","tspan","samp"];!M.style&&m.length;)f=!0,M.modElem=s(m.shift()),M.style=M.modElem.style;for(p=t.length,h=0;h<p;h++)if(b=t[h],y=M.style[b],u(b,"-")&&(b=i(b)),M.style[b]!==r){if(a||o(n,"undefined"))return c(),"pfx"!=e||b;try{M.style[b]=n}catch(t){}if(M.style[b]!=y)return c(),"pfx"!=e||b}return c(),!1}function y(t,e,r,n,i){var s=t.charAt(0).toUpperCase()+t.slice(1),a=(t+" "+E.join(s+" ")+s).split(" ");return o(e,"string")||o(e,"undefined")?b(a,e,n,i):(a=(t+" "+A.join(s+" ")+s).split(" "),f(a,e,r))}function m(t,e,n){return y(t,r,r,e,n)}var v=[],g={_version:"3.5.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!1},_q:[],on:function(t,e){var r=this;setTimeout(function(){e(r[t])},0)},addTest:function(t,e,r){v.push({name:t,fn:e,options:r})},addAsyncTest:function(t){v.push({name:null,fn:t})}},_=function(){};_.prototype=g,(_=new _).addTest("customevent","CustomEvent"in t&&"function"==typeof t.CustomEvent),_.addTest("eventlistener","addEventListener"in t),_.addTest("queryselector","querySelector"in e&&"querySelectorAll"in e),_.addTest("history",function(){var e=navigator.userAgent;return(-1===e.indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone")||"file:"===location.protocol)&&(t.history&&"pushState"in t.history)}),_.addTest("promises",function(){return"Promise"in t&&"resolve"in t.Promise&&"reject"in t.Promise&&"all"in t.Promise&&"race"in t.Promise&&function(){var e;return new t.Promise(function(t){e=t}),"function"==typeof e}()});var w=[],x=g._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];g._prefixes=x;var S=e.documentElement;_.addTest("classlist","classList"in S),_.addTest("documentfragment",function(){return"createDocumentFragment"in e&&"appendChild"in S});var O="svg"===S.nodeName.toLowerCase();_.addTest("csspointerevents",function(){var t=s("a").style;return t.cssText="pointer-events:auto","auto"===t.pointerEvents}),_.addTest("opacity",function(){var t=s("a").style;return t.cssText=x.join("opacity:.55;"),/^0.55$/.test(t.opacity)}),_.addTest("cssremunit",function(){var t=s("a").style;try{t.fontSize="3rem"}catch(t){}return/rem/.test(t.fontSize)}),_.addTest("template","content"in s("template"));var j=g.testStyles=c;_.addTest("touchevents",function(){var r;if("ontouchstart"in t||t.DocumentTouch&&e instanceof DocumentTouch)r=!0;else{var n=["@media (",x.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");j(n,function(t){r=9===t.offsetTop})}return r});var E=g._config.usePrefixes?"Moz O ms Webkit".split(" "):[];g._cssomPrefixes=E;var T=function(e){var n,o=x.length,i=t.CSSRule;if(void 0===i)return r;if(!e)return!1;if(e=e.replace(/^@/,""),(n=e.replace(/-/g,"_").toUpperCase()+"_RULE")in i)return"@"+e;for(var s=0;s<o;s++){var a=x[s];if(a.toUpperCase()+"_"+n in i)return"@-"+a.toLowerCase()+"-"+e}return!1};g.atRule=T;var A=g._config.usePrefixes?"Moz O ms Webkit".toLowerCase().split(" "):[];g._domPrefixes=A;var k={elem:s("modernizr")};_._q.push(function(){delete k.elem});var M={style:k.elem.style};_._q.unshift(function(){delete M.style}),g.testAllProps=y;var P=g.prefixed=function(t,e,r){return 0===t.indexOf("@")?T(t):(-1!=t.indexOf("-")&&(t=i(t)),e?y(t,e,r):y(t,"pfx"))};_.addTest("requestanimationframe",!!P("requestAnimationFrame",t),{aliases:["raf"]}),_.addTest("matchmedia",!!P("matchMedia",t)),g.testAllProps=m,_.addTest("cssanimations",m("animationName","a",!0)),_.addTest("csstransforms",function(){return-1===navigator.userAgent.indexOf("Android 2.")&&m("transform","scale(1)",!0)}),function(){var t,e,r,n,i,s;for(var a in v)if(v.hasOwnProperty(a)){if(t=[],(e=v[a]).name&&(t.push(e.name.toLowerCase()),e.options&&e.options.aliases&&e.options.aliases.length))for(r=0;r<e.options.aliases.length;r++)t.push(e.options.aliases[r].toLowerCase());for(n=o(e.fn,"function")?e.fn():e.fn,i=0;i<t.length;i++)1===(s=t[i].split(".")).length?_[s[0]]=n:(!_[s[0]]||_[s[0]]instanceof Boolean||(_[s[0]]=new Boolean(_[s[0]])),_[s[0]][s[1]]=n),w.push((n?"":"no-")+s.join("-"))}}(),delete g.addTest,delete g.addAsyncTest;for(var N=0;N<_._q.length;N++)_._q[N]();t.Modernizr=_}(window,document)},{}],2:[function(t,e,r){"use strict";console.log(" __ __ __ __ \r\n/\\ \\/\\ \\ /\\ \\ __ /\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ /\\_\\ __ ___ \\ \\ \\/'\\ \r\n \\ \\ _ \\ /\\ \\/\\ \\ /'_` \\ /'__`\\ \\/\\ \\ /'__`\\ /'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ /\\ \\L\\ \\ /\\ __/ \\ \\ \\ /\\ \\L\\.\\_ /\\ \\__/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\/_/\\/_/ `/___/> \\\\/__,_ / \\/____//\\ \\_\\ \\\\/__/\\/_/ \\/____/ \\/_/\\/_/\r\n /\\___/ \\ \\____/ \r\n \\/__/ \\/___/ \n\n"),console.log("Powered by Hydejack v7.0.0-beta.0 <https://qwtel.com/hydejack/>")},{}],3:[function(t,e,r){(function(e){"use strict";function n(){this.style.display="",this.style.visibility=""}Object.defineProperty(r,"__esModule",{value:!0}),r.unhide=r.isMobileSafari=r.isSafari=void 0,r.hasFeatures=function(t){var r=!0;return t.forEach(function(t){var n=window.Modernizr[t];!n&&e.env.DEBUG&&console.warn("Feature '"+t+"' missing!"),r=r&&n}),r},r.show=function(){this.style.display="block",this.style.visibility="visible"},r.hide=function(){this.style.display="none",this.style.visibility="hidden"},r.unshow=n,r.empty=function(){for(;this.firstChild;)this.removeChild(this.firstChild)},r.animate=function(t,e,r){return o.Observable.create(function(n){var o=t.animate(e,r);return o.addEventListener("finish",function(t){n.next(t),requestAnimationFrame(n.complete.bind(n))}),function(){"finished"!==o.playState&&o.cancel()}})},r.getResolvablePromise=function(){var t=void 0,e=void 0,r=new Promise(function(r,n){t=r,e=n});return r.resolve=t,r.reject=e,r},t("core-js/fn/function/bind");var o=t("rxjs/Observable"),i=navigator.userAgent.toLowerCase(),s=r.isSafari=i.indexOf("safari")>0&&i.indexOf("chrome")<0;r.isMobileSafari=s&&i.indexOf("mobile")>0,r.unhide=n}).call(this,t("_process"))},{_process:138,"core-js/fn/function/bind":23,"rxjs/Observable":141}],4:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).color,e=void 0===t?"#4fb1ba":t;if(this.themeColor&&(this.themeColor.content=e),this.rules)try{var r=(0,l.default)(e),n=r.darken(.1);this.rules[0].style.color=e,this.rules[0].style.borderColor=r.fade(w).string(),this.rules[1].style.borderColor=e,this.rules[2].style.outlineColor=e,this.rules[3].style.backgroundColor=e,this.rules[3].style.borderColor=e,this.rules[4].style.boxShadow="0 0 0 3px "+r.fade(.5),this.rules[5].style.backgroundColor=n,this.rules[5].style.borderColor=n,this.rules[6].style.backgroundColor=e,this.rules[6].style.borderColor=e,this.rules[7].style.backgroundColor=n,this.rules[7].style.borderColor=n,this.rules[this.rules.length-1].style.backgroundColor=e}catch(t){console.error(t)}}function s(t){var e=t.background,r=t.color,n=t.image,o=t.overlay;return""+r+(n||e)+(""===o?"overlay":"")}function a(t){var e,r=t.background,n=t.image;if(r||!n||""===n||"none"===n||n===this.prevImage)return d.of.call(f.Observable,{});var o=new Image,i=(e=(e=p.fromEvent.call(f.Observable,o,"load"),y.take).call(e,1),b._finally).call(e,function(){o.src=""});return o.src=n,i}Object.defineProperty(r,"__esModule",{value:!0});var c=function(){function t(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{!n&&a.return&&a.return()}finally{if(o)throw i}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),u=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}();t("core-js/fn/array/find"),t("core-js/fn/function/bind");var l=n(t("color")),f=t("rxjs/Observable"),h=t("rxjs/observable/empty"),p=t("rxjs/observable/fromEvent"),d=t("rxjs/observable/of"),b=t("rxjs/operator/finally"),y=t("rxjs/operator/take"),m=t("rxjs/operator/map"),v=n(t("elem-dataset")),g=t("./common"),_=Array.prototype.find,w=.8,x=function(){function t(e){var r;o(this,t);var n=document.getElementById("_main"),i=document.getElementById("_pageStyle"),a=(r=document.styleSheets,_).call(r,function(t){return t.ownerNode===i})||{};this.sidebar=document.getElementById("_sidebar"),this.fadeDuration=e,this.rules=a.cssRules||a.rules,this.prevHash=s((0,v.default)(n)),this.themeColor=document.querySelector('meta[name="theme-color"]')}return u(t,[{key:"fetchImage",value:function(t){var e,r=(0,v.default)(t),n=r.background,o=r.color,i=r.image,c=r.overlay,u=s(r);return u===this.prevHash?h.empty.call(f.Observable):(e=a.call(this,r),m.map).call(e,function(){var t=document.createElement("div");return t.classList.add("sidebar-bg"),"none"!==i&&""===c&&t.classList.add("sidebar-overlay"),n?t.style.background=n:(t.style.backgroundColor=o,""!==i&&"none"!==i&&(t.style.backgroundImage="url("+i+")")),[t,r,u]})}},{key:"fade",value:function(t,e){var r,n=c(t,1)[0],o=c(e,3),s=o[0],a=o[1],u=o[2];return n.parentNode.insertBefore(s,n.nextElementSibling),i.call(this,a),this.prevHash=u,(r=(0,g.animate)(s,[{opacity:0},{opacity:1}],{duration:this.fadeDuration}),b._finally).call(r,function(){return n.parentNode.removeChild(n)})}}]),t}();r.default=x},{"./common":3,color:17,"core-js/fn/array/find":18,"core-js/fn/function/bind":23,"elem-dataset":118,"rxjs/Observable":141,"rxjs/observable/empty":165,"rxjs/observable/fromEvent":167,"rxjs/observable/of":170,"rxjs/operator/finally":181,"rxjs/operator/map":182,"rxjs/operator/take":197}],5:[function(t,e,r){"use strict";function n(){return u.isMobileSafari&&!navigator.standalone?[35,150]:[0,150]}t("core-js/fn/function/bind");var o=t("hy-drawer/src/vanilla"),i=t("hy-drawer/src/webcomponent"),s=t("rxjs/Observable"),a=t("rxjs/operator/debounceTime"),c=t("rxjs/observable/fromEvent"),u=t("./common"),l=[].concat(function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}(o.VANILLA_FEATURE_TESTS),["cssremunit","classlist","eventlistener","matchmedia"]),f="(min-width: 64em)";if(!window._noDrawer&&(0,u.hasFeatures)(l)){var h,p=document.getElementsByTagName("hy-drawer")[0],d=document.getElementById("_menu");window._isDesktop=window.matchMedia(f).matches,window._drawer="customElements"in window&&"attachShadow"in Element.prototype?function(t){return window._isDesktop&&t.setAttribute("opened",""),window._isDesktop&&t.setAttribute("persistent",""),t.setAttribute("align","left"),t.setAttribute("range",n().join(",")),t.setAttribute("threshold",u.isSafari?0:10),t.setAttribute("prevent-default",""),customElements.define("hy-drawer",i.HTMLDrawerElement),t}(p):function(t){return new o.Drawer(t,{opened:window._isDesktop,persistent:window._isDesktop,align:"left",range:n(),threshold:u.isSafari?0:10,preventDefault:!0})}(p),p.classList.add("loaded"),d.addEventListener("click",function(t){window._isDesktop||(t.preventDefault(),window._drawer.toggle())}),(h=c.fromEvent.call(s.Observable,window,"resize"),a.debounceTime).call(h,250).subscribe(function(){var t=window.matchMedia(f).matches;window._isDesktop!==t&&(window._isDesktop=t,window._drawer.persistent=t,window._drawer._jumpTo(t))})}},{"./common":3,"core-js/fn/function/bind":23,"hy-drawer/src/vanilla":129,"hy-drawer/src/webcomponent":130,"rxjs/Observable":141,"rxjs/observable/fromEvent":167,"rxjs/operator/debounceTime":176}],6:[function(t,e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(t,e,r,c){var u=i.filter.call(t,function(t){var e=t.flipType;return!a.includes(e)});return o.merge.call(n.Observable,(0,s.default)(t,e,r,c),u)},t("core-js/fn/array/includes"),t("core-js/fn/function/bind");var n=t("rxjs/Observable"),o=t("rxjs/observable/merge"),i=t("rxjs/operator/filter"),s=function(t){return t&&t.__esModule?t:{default:t}}(t("./title")),a=["title"]},{"./title":7,"core-js/fn/array/includes":21,"core-js/fn/function/bind":23,"rxjs/Observable":141,"rxjs/observable/merge":168,"rxjs/operator/filter":180}],7:[function(t,e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=function(){function t(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{!n&&a.return&&a.return()}finally{if(o)throw i}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();r.default=function(t,e,r,d){var b,y=d.animationMain,m=d.settings;if(!y)return t;var v=(b=c.filter.call(t,function(t){return"title"===t.flipType}),l.switchMap).call(b,function(t){var e,r=t.anchor;if(!r)return i.of.call(o.Observable,{});var n=document.createElement("h1");n.classList.add("page-title"),n.textContent=r.textContent,n.style.transformOrigin="left top";var a=y.querySelector(".page");if(!a)return i.of.call(o.Observable,{});h.empty.call(a),a.appendChild(n),y.style.position="fixed",y.style.opacity=1;var c=r.getBoundingClientRect(),u=n.getBoundingClientRect(),l=parseInt(getComputedStyle(r).fontSize,10),f=parseInt(getComputedStyle(n).fontSize,10),p=c.left-u.left,d=c.top-u.top,b=l/f;r.style.opacity=0;var v=[{transform:"translate3d("+p+"px, "+d+"px, 0) scale("+b+")"},{transform:"translate3d(0, 0, 0) scale(1)"}];return(e=(0,h.animate)(n,v,m),s._do).call(e,{complete:function(){y.style.position="absolute"}})});return l.switchMap.call(t,function(t){var o,i=t.flipType;return(o=(o=(o=(o=c.filter.call(e,function(){return"title"===i}),u.map).call(o,function(t){var e=n(t.replaceEls,1)[0].querySelector(p);return e&&(e.style.opacity=0),e}),f.zipProto).call(o,r,function(t){return t}),s._do).call(o,function(t){t&&(t.style.opacity=1),y.style.opacity=0}),a._finally).call(o,function(){y.style.opacity=0})}).subscribe(),v},t("core-js/fn/function/bind");var o=t("rxjs/Observable"),i=t("rxjs/observable/of"),s=t("rxjs/operator/do"),a=t("rxjs/operator/finally"),c=t("rxjs/operator/filter"),u=t("rxjs/operator/map"),l=t("rxjs/operator/switchMap"),f=t("rxjs/operator/zip"),h=t("../common"),p=".page-title, .post-title"},{"../common":3,"core-js/fn/function/bind":23,"rxjs/Observable":141,"rxjs/observable/of":170,"rxjs/operator/do":178,"rxjs/operator/filter":180,"rxjs/operator/finally":181,"rxjs/operator/map":182,"rxjs/operator/switchMap":196,"rxjs/operator/zip":202}],8:[function(t,e,r){"use strict";t("web-animations-js"),t("../lib/modernizr-custom"),t("../lib/version"),t("./katex"),t("./drawer"),t("./push-state")},{"../lib/modernizr-custom":1,"../lib/version":2,"./drawer":5,"./katex":9,"./push-state":10,"web-animations-js":233}],9:[function(t,e,r){"use strict";function n(t,e){t.outerHTML=window.katex.renderToString(e,{displayMode:"math/tex; mode=display"===t.type})}function o(t,e){try{var r=t.previousElementSibling;n(t,e),r&&r.classList&&r.classList.contains("MathJax_Preview")&&c.hide.call(r)}catch(t){console.error(t)}finally{t.style.willChange=""}}function i(t){return t.textContent.replace("% <![CDATA[","").replace("%]]>","")}function s(t){u.call(t,function(t){o(t,i(t))})}function a(){if(f){var t=document.querySelectorAll('script[type^="math/tex"]');t.length&&(h&&p?s(t):(loadJSDeferred(document.getElementById("_katexJS").href,function(){(h=!0)&&p&&a()}),loadCSS(document.getElementById("_katexCSS").href).onload=function(){p=!0,h&&p&&a()}))}}Object.defineProperty(r,"__esModule",{value:!0}),r.default=a,t("core-js/fn/array/for-each");var c=t("./common"),u=Array.prototype.forEach,l=["classlist","eventlistener","queryselector"],f=(0,c.hasFeatures)(l),h=!1,p=!1;a()},{"./common":3,"core-js/fn/array/for-each":19}],10:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function o(t){var e="#"+t.id,r=document.createElement("a"),n=document.createElement("span");n.textContent="Permalink",n.classList.add("sr-only"),r.appendChild(n),r.href=e,r.classList.add("permalink"),t.appendChild(r)}function i(t,e,r){var n;return(n=_._do.call(this,{error:(n=console).error.bind(n)}),g._catch).call(n,function(t,e){return e}).subscribe(t,e,r)}function s(t,e){var r=e.pathname,n=document.getElementById("_error-template"),o=document.importNode(n.content,!0),i=o.querySelector(".this-link");return i&&(i.href=r,i.textContent=r),t.appendChild(o),t.lastElementChild}function a(t){return t&&t.classList?t.classList.contains("flip-title")?"title":t.classList.contains("flip-project")?"project":t.getAttribute&&t.getAttribute("data-flip"):null}function c(t){return"push"===t||navigator.standalone||!R.isSafari}function u(){return!R.isSafari||!!navigator.standalone}var l=function(){function t(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{!n&&a.return&&a.return()}finally{if(o)throw i}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();t("core-js/fn/array/for-each"),t("core-js/fn/function/bind"),t("core-js/fn/object/assign"),t("core-js/fn/string/includes");var f=t("hy-push-state/src/vanilla"),h=t("hy-push-state/src/webcomponent"),p=t("rxjs/Observable"),d=t("rxjs/scheduler/animationFrame"),b=t("rxjs/observable/fromEvent"),y=t("rxjs/observable/merge"),m=t("rxjs/observable/of"),v=t("rxjs/observable/timer"),g=t("rxjs/operator/catch"),_=t("rxjs/operator/do"),w=t("rxjs/operator/debounceTime"),x=t("rxjs/operator/filter"),S=t("rxjs/operator/map"),O=t("rxjs/operator/mapTo"),j=t("rxjs/operator/mergeMap"),E=t("rxjs/operator/observeOn"),T=t("rxjs/operator/pairwise"),A=t("rxjs/operator/share"),k=t("rxjs/operator/startWith"),M=t("rxjs/operator/exhaustMap"),P=t("rxjs/operator/switchMap"),N=t("rxjs/operator/takeUntil"),C=t("rxjs/operator/zip"),R=t("./common"),F=n(t("./cross-fader")),L=n(t("./katex")),I=n(t("./flip")),D=[].concat(function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}(f.VANILLA_FEATURE_TESTS),["classlist","cssanimations","cssremunit","documentfragment","eventlistener","history","matchmedia","opacity","queryselector","requestanimationframe","template"]),U=250,q=[{opacity:1},{opacity:0}],z=[{opacity:0,transform:"translateY(-3rem)"},{opacity:1,transform:"translateY(0)"}],H={duration:U,easing:"cubic-bezier(0,0,0.32,1)"},B=Array.prototype.forEach,W=Object.assign.bind(Object);if(!window._noPushState&&(0,R.hasFeatures)(D)){var V,X=!!navigator.standalone||window.matchMedia("(display-mode: standalone)").matches,$=document.getElementsByTagName("hy-push-state")[0],G=document.querySelector(".navbar .content .nav-btn-bar"),Y=function(t){var e=document.getElementById("_animation-template"),r=document.importNode(e.content,!0);return t.parentNode.insertBefore(r,t),t.previousElementSibling}($),K=function(t){var e=document.getElementById("_loading-template"),r=document.importNode(e.content,!0);return t.appendChild(r),t.lastElementChild}(document.querySelector(".navbar .content"));X&&function(t,e,r){var n=document.getElementById(e),o=document.importNode(n.content,!0);o.querySelector(".nav-btn").addEventListener("click",r),t.appendChild(o),t.lastElementChild}(G,"_back-template",function(){return window.history.back()});var J=document.getElementById("_main");(V=J.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]"),B).call(V,o),J.classList.remove("fade-in");var Z=(V=(V=b.fromEvent.call(p.Observable,$,"hy-push-state-start"),S.map).call(V,function(t){var e=t.detail;return W(e,{flipType:a(e.anchor)})}),A.share).call(V),Q=(V=(V=b.fromEvent.call(p.Observable,$,"hy-push-state-ready"),S.map).call(V,function(t){return t.detail}),A.share).call(V),tt=(V=(V=b.fromEvent.call(p.Observable,$,"hy-push-state-after"),S.map).call(V,function(t){return t.detail}),A.share).call(V),et=(V=(V=b.fromEvent.call(p.Observable,$,"hy-push-state-progress"),S.map).call(V,function(t){return t.detail}),A.share).call(V),rt=(V=(V=b.fromEvent.call(p.Observable,$,"hy-push-state-networkerror"),S.map).call(V,function(t){return t.detail}),A.share).call(V),nt=(V=(V=(V=(V=S.map.call(Z,function(t){return W(t,{main:document.getElementById("_main")})}),_._do).call(V,function(t){var e=t.type,r=t.main;!window._isDesktop&&window._drawer.opened&&window._drawer.close(),c(e)&&(r.style.pointerEvents="none",r.style.opacity=0)}),M.exhaustMap).call(V,function(t){var e,r=t.type,n=t.main;return c(r)?(e=(0,R.animate)(n,q,H),O.mapTo).call(e,{main:n}):m.of.call(p.Observable,{main:n})}),_._do).call(V,function(t){var e=t.main;R.empty.call(e),window.scroll(window.pageXOffset,0)}),A.share).call(V);i.call(et,function(){K.style.display="block"}),i.call(Q,function(t){var e,r=l(t.replaceEls,1)[0];K.style.display="none",r.classList.remove("fade-in"),(e=r.querySelectorAll("h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]"),B).call(e,o),r.style.pointerEvents="none"});var ot=(V=(V=P.switchMap.call(tt,function(t){var e,r=t.type,n=l(t.replaceEls,1)[0],o=t.flipType;return c(r)?(e=(0,R.animate)(n,z,H),O.mapTo).call(e,{main:n,flipType:o}):m.of.call(p.Observable,{main:n,flipType:o})}),_._do).call(V,function(t){t.main.style.pointerEvents=""}),A.share).call(V),it=(V=(0,I.default)(Z,Q,y.merge.call(p.Observable,ot,rt),{animationMain:Y,settings:H}),A.share).call(V);(V=(V=S.map.call(Z,function(t){var e=(0,R.getResolvablePromise)();return t.waitUntil(e),e}),P.switchMap).call(V,function(t){var e;return(e=v.timer.call(p.Observable,U),C.zipProto).call(e,nt,it,function(){return t})}),i).call(V,function(t){return t.resolve()}),i.call(nt),i.call(it);var st=new F.default(600);if((V=(V=(V=(V=P.switchMap.call(tt,function(t){var e,r=l(t.replaceEls,1)[0];return(e=(e=st.fetchImage(r),C.zipProto).call(e,ot,function(t){return t}),N.takeUntil).call(e,Z)}),k.startWith).call(V,[document.querySelector(".sidebar-bg")]),T.pairwise).call(V),j.mergeMap).call(V,function(t){var e=l(t,2),r=e[0],n=e[1];return st.fade(r,n)}),i).call(V),(V=(V=_._do.call(ot,L.default),w.debounceTime).call(V,1e3),i).call(V,function(){window.ga&&window.ga("send","pageview",window.location.pathname)}),i.call(rt,function(t){var e,r=t.url;K.style.display="none",(e=Y.querySelector(".page"),R.empty).call(e);var n=document.getElementById("_main");R.empty.call(n),n.style.pointerEvents="",n.style.opacity="",s(n,r)}),R.isSafari&&!navigator.standalone){var at;(at=(at=b.fromEvent.call(p.Observable,window,"popstate"),x.filter).call(at,function(){return window.history.state&&window.history.state["hy-push-state"]&&!window.history.state["hy-push-state"].hash}),i).call(at,function(){var t,e=window.history.state["hy-push-state"].scrollHeight;(t=document.getElementById("_main"),R.empty).call(t),document.body.style.minHeight=e+"px"}),(at=(at=y.merge.call(p.Observable,tt,et,rt),E.observeOn).call(at,d.animationFrame),i).call(at,function(){document.body.style.minHeight=""})}window._pushState="customElements"in window?function(t){return t.setAttribute("replace-ids","_main"),t.setAttribute("link-selector","a[href]:not(.no-push-state)"),u()&&t.setAttribute("scroll-restoration",""),t.setAttribute("duration",U),R.isSafari&&!navigator.standalone&&t.setAttribute("_instant-pop",""),t.setAttribute("_script-selector",'script:not([type^="math/tex"])'),customElements.define("hy-push-state",h.HTMLPushStateElement),t}($):function(t){return new f.PushState(t,{replaceIds:["_main"],linkSelector:"a[href]:not(.no-push-state)",scrollRestoration:u(),duration:U,_instantPop:R.isSafari&&!navigator.standalone,_scriptSelector:'script:not([type^="math/tex"])'})}($)}},{"./common":3,"./cross-fader":4,"./flip":6,"./katex":9,"core-js/fn/array/for-each":19,"core-js/fn/function/bind":23,"core-js/fn/object/assign":25,"core-js/fn/string/includes":30,"hy-push-state/src/vanilla":135,"hy-push-state/src/webcomponent":136,"rxjs/Observable":141,"rxjs/observable/fromEvent":167,"rxjs/observable/merge":168,"rxjs/observable/of":170,"rxjs/observable/timer":171,"rxjs/operator/catch":172,"rxjs/operator/debounceTime":176,"rxjs/operator/do":178,"rxjs/operator/exhaustMap":179,"rxjs/operator/filter":180,"rxjs/operator/map":182,"rxjs/operator/mapTo":183,"rxjs/operator/mergeMap":186,"rxjs/operator/observeOn":188,"rxjs/operator/pairwise":189,"rxjs/operator/share":193,"rxjs/operator/startWith":195,"rxjs/operator/switchMap":196,"rxjs/operator/takeUntil":198,"rxjs/operator/zip":202,"rxjs/scheduler/animationFrame":208}],11:[function(t,e,r){"use strict";var n=[],o=function(t,e){var r=document.head||document.getElementsByTagName("head")[0],o=n[n.length-1];if(e=e||{},e.insertAt=e.insertAt||"bottom","top"===e.insertAt)o?o.nextSibling?r.insertBefore(t,o.nextSibling):r.appendChild(t):r.insertBefore(t,r.firstChild),n.push(t);else{if("bottom"!==e.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");r.appendChild(t)}};e.exports={createLink:function(t,e){var r=document.head||document.getElementsByTagName("head")[0],n=document.createElement("link");n.href=t,n.rel="stylesheet";for(var o in e)if(e.hasOwnProperty(o)){var i=e[o];n.setAttribute("data-"+o,i)}r.appendChild(n)},createStyle:function(t,e,r){r=r||{};var n=document.createElement("style");n.type="text/css";for(var i in e)if(e.hasOwnProperty(i)){var s=e[i];n.setAttribute("data-"+i,s)}n.sheet?(n.innerHTML=t,n.sheet.cssText=t,o(n,{insertAt:r.insertAt})):n.styleSheet?(o(n,{insertAt:r.insertAt}),n.styleSheet.cssText=t):(n.appendChild(document.createTextNode(t)),o(n,{insertAt:r.insertAt}))}}},{}],12:[function(t,e,r){function n(t,e){return Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)+Math.pow(t[2]-e[2],2)}var o=t("color-name"),i={};for(var s in o)o.hasOwnProperty(s)&&(i[o[s]]=s);var a=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var c in a)if(a.hasOwnProperty(c)){if(!("channels"in a[c]))throw new Error("missing channels property: "+c);if(!("labels"in a[c]))throw new Error("missing channel labels property: "+c);if(a[c].labels.length!==a[c].channels)throw new Error("channel and label counts mismatch: "+c);var u=a[c].channels,l=a[c].labels;delete a[c].channels,delete a[c].labels,Object.defineProperty(a[c],"channels",{value:u}),Object.defineProperty(a[c],"labels",{value:l})}a.rgb.hsl=function(t){var e,r,n,o=t[0]/255,i=t[1]/255,s=t[2]/255,a=Math.min(o,i,s),c=Math.max(o,i,s),u=c-a;return c===a?e=0:o===c?e=(i-s)/u:i===c?e=2+(s-o)/u:s===c&&(e=4+(o-i)/u),(e=Math.min(60*e,360))<0&&(e+=360),n=(a+c)/2,r=c===a?0:n<=.5?u/(c+a):u/(2-c-a),[e,100*r,100*n]},a.rgb.hsv=function(t){var e,r,n,o=t[0],i=t[1],s=t[2],a=Math.min(o,i,s),c=Math.max(o,i,s),u=c-a;return r=0===c?0:u/c*1e3/10,c===a?e=0:o===c?e=(i-s)/u:i===c?e=2+(s-o)/u:s===c&&(e=4+(o-i)/u),(e=Math.min(60*e,360))<0&&(e+=360),n=c/255*1e3/10,[e,r,n]},a.rgb.hwb=function(t){var e=t[0],r=t[1],n=t[2],o=a.rgb.hsl(t)[0],i=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,100*i,100*n]},a.rgb.cmyk=function(t){var e,r,n,o,i=t[0]/255,s=t[1]/255,a=t[2]/255;return o=Math.min(1-i,1-s,1-a),e=(1-i-o)/(1-o)||0,r=(1-s-o)/(1-o)||0,n=(1-a-o)/(1-o)||0,[100*e,100*r,100*n,100*o]},a.rgb.keyword=function(t){var e=i[t];if(e)return e;var r,s=1/0;for(var a in o)if(o.hasOwnProperty(a)){var c=n(t,o[a]);c<s&&(s=c,r=a)}return r},a.keyword.rgb=function(t){return o[t]},a.rgb.xyz=function(t){var e=t[0]/255,r=t[1]/255,n=t[2]/255;return[100*(.4124*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.3576*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)+.1805*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)),100*(.2126*e+.7152*r+.0722*n),100*(.0193*e+.1192*r+.9505*n)]},a.rgb.lab=function(t){var e,r,n,o=a.rgb.xyz(t),i=o[0],s=o[1],c=o[2];return i/=95.047,s/=100,c/=108.883,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,c=c>.008856?Math.pow(c,1/3):7.787*c+16/116,e=116*s-16,r=500*(i-s),n=200*(s-c),[e,r,n]},a.hsl.rgb=function(t){var e,r,n,o,i,s=t[0]/360,a=t[1]/100,c=t[2]/100;if(0===a)return i=255*c,[i,i,i];e=2*c-(r=c<.5?c*(1+a):c+a-c*a),o=[0,0,0];for(var u=0;u<3;u++)(n=s+1/3*-(u-1))<0&&n++,n>1&&n--,i=6*n<1?e+6*(r-e)*n:2*n<1?r:3*n<2?e+(r-e)*(2/3-n)*6:e,o[u]=255*i;return o},a.hsl.hsv=function(t){var e,r,n=t[0],o=t[1]/100,i=t[2]/100,s=o,a=Math.max(i,.01);return i*=2,o*=i<=1?i:2-i,s*=a<=1?a:2-a,r=(i+o)/2,e=0===i?2*s/(a+s):2*o/(i+o),[n,100*e,100*r]},a.hsv.rgb=function(t){var e=t[0]/60,r=t[1]/100,n=t[2]/100,o=Math.floor(e)%6,i=e-Math.floor(e),s=255*n*(1-r),a=255*n*(1-r*i),c=255*n*(1-r*(1-i));switch(n*=255,o){case 0:return[n,c,s];case 1:return[a,n,s];case 2:return[s,n,c];case 3:return[s,a,n];case 4:return[c,s,n];case 5:return[n,s,a]}},a.hsv.hsl=function(t){var e,r,n,o=t[0],i=t[1]/100,s=t[2]/100,a=Math.max(s,.01);return n=(2-i)*s,e=(2-i)*a,r=i*a,r/=e<=1?e:2-e,r=r||0,n/=2,[o,100*r,100*n]},a.hwb.rgb=function(t){var e,r,n,o,i=t[0]/360,s=t[1]/100,a=t[2]/100,c=s+a;c>1&&(s/=c,a/=c),r=1-a,n=6*i-(e=Math.floor(6*i)),0!=(1&e)&&(n=1-n),o=s+n*(r-s);var u,l,f;switch(e){default:case 6:case 0:u=r,l=o,f=s;break;case 1:u=o,l=r,f=s;break;case 2:u=s,l=r,f=o;break;case 3:u=s,l=o,f=r;break;case 4:u=o,l=s,f=r;break;case 5:u=r,l=s,f=o}return[255*u,255*l,255*f]},a.cmyk.rgb=function(t){var e,r,n,o=t[0]/100,i=t[1]/100,s=t[2]/100,a=t[3]/100;return e=1-Math.min(1,o*(1-a)+a),r=1-Math.min(1,i*(1-a)+a),n=1-Math.min(1,s*(1-a)+a),[255*e,255*r,255*n]},a.xyz.rgb=function(t){var e,r,n,o=t[0]/100,i=t[1]/100,s=t[2]/100;return e=3.2406*o+-1.5372*i+-.4986*s,r=-.9689*o+1.8758*i+.0415*s,n=.0557*o+-.204*i+1.057*s,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:12.92*e,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,e=Math.min(Math.max(0,e),1),r=Math.min(Math.max(0,r),1),n=Math.min(Math.max(0,n),1),[255*e,255*r,255*n]},a.xyz.lab=function(t){var e,r,n,o=t[0],i=t[1],s=t[2];return o/=95.047,i/=100,s/=108.883,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,e=116*i-16,r=500*(o-i),n=200*(i-s),[e,r,n]},a.lab.xyz=function(t){var e,r,n,o=t[0];e=t[1]/500+(r=(o+16)/116),n=r-t[2]/200;var i=Math.pow(r,3),s=Math.pow(e,3),a=Math.pow(n,3);return r=i>.008856?i:(r-16/116)/7.787,e=s>.008856?s:(e-16/116)/7.787,n=a>.008856?a:(n-16/116)/7.787,e*=95.047,r*=100,n*=108.883,[e,r,n]},a.lab.lch=function(t){var e,r,n,o=t[0],i=t[1],s=t[2];return e=Math.atan2(s,i),(r=360*e/2/Math.PI)<0&&(r+=360),n=Math.sqrt(i*i+s*s),[o,n,r]},a.lch.lab=function(t){var e,r,n,o=t[0],i=t[1];return n=t[2]/360*2*Math.PI,e=i*Math.cos(n),r=i*Math.sin(n),[o,e,r]},a.rgb.ansi16=function(t){var e=t[0],r=t[1],n=t[2],o=1 in arguments?arguments[1]:a.rgb.hsv(t)[2];if(0===(o=Math.round(o/50)))return 30;var i=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(e/255));return 2===o&&(i+=60),i},a.hsv.ansi16=function(t){return a.rgb.ansi16(a.hsv.rgb(t),t[2])},a.rgb.ansi256=function(t){var e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},a.ansi16.rgb=function(t){var e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];var r=.5*(1+~~(t>50));return[(1&e)*r*255,(e>>1&1)*r*255,(e>>2&1)*r*255]},a.ansi256.rgb=function(t){if(t>=232){var e=10*(t-232)+8;return[e,e,e]}t-=16;var r;return[Math.floor(t/36)/5*255,Math.floor((r=t%36)/6)/5*255,r%6/5*255]},a.rgb.hex=function(t){var e=(((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2]))).toString(16).toUpperCase();return"000000".substring(e.length)+e},a.hex.rgb=function(t){var e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];var r=e[0];3===e[0].length&&(r=r.split("").map(function(t){return t+t}).join(""));var n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},a.rgb.hcg=function(t){var e,r,n=t[0]/255,o=t[1]/255,i=t[2]/255,s=Math.max(Math.max(n,o),i),a=Math.min(Math.min(n,o),i),c=s-a;return e=c<1?a/(1-c):0,r=c<=0?0:s===n?(o-i)/c%6:s===o?2+(i-n)/c:4+(n-o)/c+4,r/=6,r%=1,[360*r,100*c,100*e]},a.hsl.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=1,o=0;return(n=r<.5?2*e*r:2*e*(1-r))<1&&(o=(r-.5*n)/(1-n)),[t[0],100*n,100*o]},a.hsv.hcg=function(t){var e=t[1]/100,r=t[2]/100,n=e*r,o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],100*n,100*o]},a.hcg.rgb=function(t){var e=t[0]/360,r=t[1]/100,n=t[2]/100;if(0===r)return[255*n,255*n,255*n];var o=[0,0,0],i=e%1*6,s=i%1,a=1-s,c=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=s,o[2]=0;break;case 1:o[0]=a,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=s;break;case 3:o[0]=0,o[1]=a,o[2]=1;break;case 4:o[0]=s,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=a}return c=(1-r)*n,[255*(r*o[0]+c),255*(r*o[1]+c),255*(r*o[2]+c)]},a.hcg.hsv=function(t){var e=t[1]/100,r=e+t[2]/100*(1-e),n=0;return r>0&&(n=e/r),[t[0],100*n,100*r]},a.hcg.hsl=function(t){var e=t[1]/100,r=t[2]/100*(1-e)+.5*e,n=0;return r>0&&r<.5?n=e/(2*r):r>=.5&&r<1&&(n=e/(2*(1-r))),[t[0],100*n,100*r]},a.hcg.hwb=function(t){var e=t[1]/100,r=e+t[2]/100*(1-e);return[t[0],100*(r-e),100*(1-r)]},a.hwb.hcg=function(t){var e=t[1]/100,r=1-t[2]/100,n=r-e,o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],100*n,100*o]},a.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},a.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},a.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},a.gray.hsl=a.gray.hsv=function(t){return[0,0,t[0]]},a.gray.hwb=function(t){return[0,100,t[0]]},a.gray.cmyk=function(t){return[0,0,0,t[0]]},a.gray.lab=function(t){return[t[0],0,0]},a.gray.hex=function(t){var e=255&Math.round(t[0]/100*255),r=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(r.length)+r},a.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}},{"color-name":15}],13:[function(t,e,r){function n(t){var e=function(e){return void 0===e||null===e?e:(arguments.length>1&&(e=Array.prototype.slice.call(arguments)),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}function o(t){var e=function(e){if(void 0===e||null===e)return e;arguments.length>1&&(e=Array.prototype.slice.call(arguments));var r=t(e);if("object"==typeof r)for(var n=r.length,o=0;o<n;o++)r[o]=Math.round(r[o]);return r};return"conversion"in t&&(e.conversion=t.conversion),e}var i=t("./conversions"),s=t("./route"),a={};Object.keys(i).forEach(function(t){a[t]={},Object.defineProperty(a[t],"channels",{value:i[t].channels}),Object.defineProperty(a[t],"labels",{value:i[t].labels});var e=s(t);Object.keys(e).forEach(function(r){var i=e[r];a[t][r]=o(i),a[t][r].raw=n(i)})}),e.exports=a},{"./conversions":12,"./route":14}],14:[function(t,e,r){function n(){for(var t={},e=c.length,r=0;r<e;r++)t[c[r]]={distance:-1,parent:null};return t}function o(t){var e=n(),r=[t];for(e[t].distance=0;r.length;)for(var o=r.pop(),i=Object.keys(a[o]),s=i.length,c=0;c<s;c++){var u=i[c],l=e[u];-1===l.distance&&(l.distance=e[o].distance+1,l.parent=o,r.unshift(u))}return e}function i(t,e){return function(r){return e(t(r))}}function s(t,e){for(var r=[e[t].parent,t],n=a[e[t].parent][t],o=e[t].parent;e[o].parent;)r.unshift(e[o].parent),n=i(a[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}var a=t("./conversions"),c=Object.keys(a);e.exports=function(t){for(var e=o(t),r={},n=Object.keys(e),i=n.length,a=0;a<i;a++){var c=n[a];null!==e[c].parent&&(r[c]=s(c,e))}return r}},{"./conversions":12}],15:[function(t,e,r){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],16:[function(t,e,r){function n(t,e,r){return Math.min(Math.max(e,t),r)}function o(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var i=t("color-name"),s=t("simple-swizzle"),a={};for(var c in i)i.hasOwnProperty(c)&&(a[i[c]]=c);var u=e.exports={to:{}};u.get=function(t){var e,r;switch(t.substring(0,3).toLowerCase()){case"hsl":e=u.get.hsl(t),r="hsl";break;case"hwb":e=u.get.hwb(t),r="hwb";break;default:e=u.get.rgb(t),r="rgb"}return e?{model:r,value:e}:null},u.get.rgb=function(t){if(!t)return null;var e,r,o,s=/^#([a-f0-9]{3,4})$/i,a=/^#([a-f0-9]{6})([a-f0-9]{2})?$/i,c=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,u=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,l=/(\D+)/,f=[0,0,0,1];if(e=t.match(a)){for(o=e[2],e=e[1],r=0;r<3;r++){var h=2*r;f[r]=parseInt(e.slice(h,h+2),16)}o&&(f[3]=Math.round(parseInt(o,16)/255*100)/100)}else if(e=t.match(s)){for(o=(e=e[1])[3],r=0;r<3;r++)f[r]=parseInt(e[r]+e[r],16);o&&(f[3]=Math.round(parseInt(o+o,16)/255*100)/100)}else if(e=t.match(c)){for(r=0;r<3;r++)f[r]=parseInt(e[r+1],0);e[4]&&(f[3]=parseFloat(e[4]))}else{if(!(e=t.match(u)))return(e=t.match(l))?"transparent"===e[1]?[0,0,0,0]:(f=i[e[1]])?(f[3]=1,f):null:null;for(r=0;r<3;r++)f[r]=Math.round(2.55*parseFloat(e[r+1]));e[4]&&(f[3]=parseFloat(e[4]))}for(r=0;r<3;r++)f[r]=n(f[r],0,255);return f[3]=n(f[3],0,1),f},u.get.hsl=function(t){if(!t)return null;var e=/^hsla?\(\s*([+-]?\d*[\.]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,r=t.match(e);if(r){var o=parseFloat(r[4]);return[(parseFloat(r[1])%360+360)%360,n(parseFloat(r[2]),0,100),n(parseFloat(r[3]),0,100),n(isNaN(o)?1:o,0,1)]}return null},u.get.hwb=function(t){if(!t)return null;var e=/^hwb\(\s*([+-]?\d*[\.]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,r=t.match(e);if(r){var o=parseFloat(r[4]);return[(parseFloat(r[1])%360+360)%360,n(parseFloat(r[2]),0,100),n(parseFloat(r[3]),0,100),n(isNaN(o)?1:o,0,1)]}return null},u.to.hex=function(){var t=s(arguments);return"#"+o(t[0])+o(t[1])+o(t[2])+(t[3]<1?o(Math.round(255*t[3])):"")},u.to.rgb=function(){var t=s(arguments);return t.length<4||1===t[3]?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"},u.to.rgb.percent=function(){var t=s(arguments),e=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return t.length<4||1===t[3]?"rgb("+e+"%, "+r+"%, "+n+"%)":"rgba("+e+"%, "+r+"%, "+n+"%, "+t[3]+")"},u.to.hsl=function(){var t=s(arguments);return t.length<4||1===t[3]?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"},u.to.hwb=function(){var t=s(arguments),e="";return t.length>=4&&1!==t[3]&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"},u.to.keyword=function(t){return a[t.slice(0,3)]}},{"color-name":15,"simple-swizzle":232}],17:[function(t,e,r){"use strict";function n(t,e){if(!(this instanceof n))return new n(t,e);if(e&&e in p&&(e=null),e&&!(e in f))throw new Error("Unknown model: "+e);var r,o;if(t)if(t instanceof n)this.model=t.model,this.color=t.color.slice(),this.valpha=t.valpha;else if("string"==typeof t){var i=l.get(t);if(null===i)throw new Error("Unable to parse color from string: "+t);this.model=i.model,o=f[this.model].channels,this.color=i.value.slice(0,o),this.valpha="number"==typeof i.value[o]?i.value[o]:1}else if(t.length){this.model=e||"rgb",o=f[this.model].channels;var s=h.call(t,0,o);this.color=u(s,o),this.valpha="number"==typeof t[o]?t[o]:1}else if("number"==typeof t)t&=16777215,this.model="rgb",this.color=[t>>16&255,t>>8&255,255&t],this.valpha=1;else{this.valpha=1;var a=Object.keys(t);"alpha"in t&&(a.splice(a.indexOf("alpha"),1),this.valpha="number"==typeof t.alpha?t.alpha:0);var c=a.sort().join("");if(!(c in d))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=d[c];var y=f[this.model].labels,m=[];for(r=0;r<y.length;r++)m.push(t[y[r]]);this.color=u(m)}else this.model="rgb",this.color=[0,0,0],this.valpha=1;if(b[this.model])for(o=f[this.model].channels,r=0;r<o;r++){var v=b[this.model][r];v&&(this.color[r]=v(this.color[r]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}function o(t,e){return Number(t.toFixed(e))}function i(t){return function(e){return o(e,t)}}function s(t,e,r){return(t=Array.isArray(t)?t:[t]).forEach(function(t){(b[t]||(b[t]=[]))[e]=r}),t=t[0],function(n){var o;return arguments.length?(r&&(n=r(n)),o=this[t](),o.color[e]=n,o):(o=this[t]().color[e],r&&(o=r(o)),o)}}function a(t){return function(e){return Math.max(0,Math.min(t,e))}}function c(t){return Array.isArray(t)?t:[t]}function u(t,e){for(var r=0;r<e;r++)"number"!=typeof t[r]&&(t[r]=0);return t}var l=t("color-string"),f=t("color-convert"),h=[].slice,p=["keyword","gray","hex"],d={};Object.keys(f).forEach(function(t){d[h.call(f[t].labels).sort().join("")]=t});var b={};n.prototype={toString:function(){return this.string()},toJSON:function(){return this[this.model]()},string:function(t){var e=this.model in l.to?this:this.rgb(),r=1===(e=e.round("number"==typeof t?t:1)).valpha?e.color:e.color.concat(this.valpha);return l.to[e.model](r)},percentString:function(t){var e=this.rgb().round("number"==typeof t?t:1),r=1===e.valpha?e.color:e.color.concat(this.valpha);return l.to.rgb.percent(r)},array:function(){return 1===this.valpha?this.color.slice():this.color.concat(this.valpha)},object:function(){for(var t={},e=f[this.model].channels,r=f[this.model].labels,n=0;n<e;n++)t[r[n]]=this.color[n];return 1!==this.valpha&&(t.alpha=this.valpha),t},unitArray:function(){var t=this.rgb().color;return t[0]/=255,t[1]/=255,t[2]/=255,1!==this.valpha&&t.push(this.valpha),t},unitObject:function(){var t=this.rgb().object();return t.r/=255,t.g/=255,t.b/=255,1!==this.valpha&&(t.alpha=this.valpha),t},round:function(t){return t=Math.max(t||0,0),new n(this.color.map(i(t)).concat(this.valpha),this.model)},alpha:function(t){return arguments.length?new n(this.color.concat(Math.max(0,Math.min(1,t))),this.model):this.valpha},red:s("rgb",0,a(255)),green:s("rgb",1,a(255)),blue:s("rgb",2,a(255)),hue:s(["hsl","hsv","hsl","hwb","hcg"],0,function(t){return(t%360+360)%360}),saturationl:s("hsl",1,a(100)),lightness:s("hsl",2,a(100)),saturationv:s("hsv",1,a(100)),value:s("hsv",2,a(100)),chroma:s("hcg",1,a(100)),gray:s("hcg",2,a(100)),white:s("hwb",1,a(100)),wblack:s("hwb",2,a(100)),cyan:s("cmyk",0,a(100)),magenta:s("cmyk",1,a(100)),yellow:s("cmyk",2,a(100)),black:s("cmyk",3,a(100)),x:s("xyz",0,a(100)),y:s("xyz",1,a(100)),z:s("xyz",2,a(100)),l:s("lab",0,a(100)),a:s("lab",1),b:s("lab",2),keyword:function(t){return arguments.length?new n(t):f[this.model].keyword(this.color)},hex:function(t){return arguments.length?new n(t):l.to.hex(this.rgb().round().color)},rgbNumber:function(){var t=this.rgb().color;return(255&t[0])<<16|(255&t[1])<<8|255&t[2]},luminosity:function(){for(var t=this.rgb().color,e=[],r=0;r<t.length;r++){var n=t[r]/255;e[r]=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),r=t.luminosity();return e>r?(e+.05)/(r+.05):(r+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.rgb().color;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=this.rgb(),e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten:function(t){var e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken:function(t){var e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate:function(t){var e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate:function(t){var e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten:function(t){var e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken:function(t){var e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale:function(){var t=this.rgb().color,e=.3*t[0]+.59*t[1]+.11*t[2];return n.rgb(e,e,e)},fade:function(t){return this.alpha(this.valpha-this.valpha*t)},opaquer:function(t){return this.alpha(this.valpha+this.valpha*t)},rotate:function(t){var e=this.hsl(),r=e.color[0];return r=(r+t)%360,r=r<0?360+r:r,e.color[0]=r,e},mix:function(t,e){var r=t.rgb(),o=this.rgb(),i=void 0===e?.5:e,s=2*i-1,a=r.alpha()-o.alpha(),c=((s*a==-1?s:(s+a)/(1+s*a))+1)/2,u=1-c;return n.rgb(c*r.red()+u*o.red(),c*r.green()+u*o.green(),c*r.blue()+u*o.blue(),r.alpha()*i+o.alpha()*(1-i))}},Object.keys(f).forEach(function(t){if(-1===p.indexOf(t)){var e=f[t].channels;n.prototype[t]=function(){if(this.model===t)return new n(this);if(arguments.length)return new n(arguments,t);var r="number"==typeof arguments[e]?e:this.valpha;return new n(c(f[this.model][t].raw(this.color)).concat(r),t)},n[t]=function(r){return"number"==typeof r&&(r=u(h.call(arguments),e)),new n(r,t)}}}),e.exports=n},{"color-convert":13,"color-string":16}],18:[function(t,e,r){t("../../modules/es6.array.find"),e.exports=t("../../modules/_core").Array.find},{"../../modules/_core":42,"../../modules/es6.array.find":102}],19:[function(t,e,r){t("../../modules/es6.array.for-each"),e.exports=t("../../modules/_core").Array.forEach},{"../../modules/_core":42,"../../modules/es6.array.for-each":103}],20:[function(t,e,r){t("../../modules/es6.string.iterator"),t("../../modules/es6.array.from"),e.exports=t("../../modules/_core").Array.from},{"../../modules/_core":42,"../../modules/es6.array.from":104,"../../modules/es6.string.iterator":114}],21:[function(t,e,r){t("../../modules/es7.array.includes"),e.exports=t("../../modules/_core").Array.includes},{"../../modules/_core":42,"../../modules/es7.array.includes":116}],22:[function(t,e,r){t("../../modules/es6.array.map"),e.exports=t("../../modules/_core").Array.map},{"../../modules/_core":42,"../../modules/es6.array.map":105}],23:[function(t,e,r){t("../../modules/es6.function.bind"),e.exports=t("../../modules/_core").Function.bind},{"../../modules/_core":42,"../../modules/es6.function.bind":106}],24:[function(t,e,r){t("../../modules/es6.number.constructor"),e.exports=Number},{"../../modules/es6.number.constructor":107}],25:[function(t,e,r){t("../../modules/es6.object.assign"),e.exports=t("../../modules/_core").Object.assign},{"../../modules/_core":42,"../../modules/es6.object.assign":108}],26:[function(t,e,r){t("../../modules/es6.object.define-property");var n=t("../../modules/_core").Object;e.exports=function(t,e,r){return n.defineProperty(t,e,r)}},{"../../modules/_core":42,"../../modules/es6.object.define-property":109}],27:[function(t,e,r){t("../../modules/es6.object.keys"),e.exports=t("../../modules/_core").Object.keys},{"../../modules/_core":42,"../../modules/es6.object.keys":110}],28:[function(t,e,r){t("../../modules/es6.object.set-prototype-of"),e.exports=t("../../modules/_core").Object.setPrototypeOf},{"../../modules/_core":42,"../../modules/es6.object.set-prototype-of":111}],29:[function(t,e,r){t("../../modules/es6.reflect.construct"),e.exports=t("../../modules/_core").Reflect.construct},{"../../modules/_core":42,"../../modules/es6.reflect.construct":112}],30:[function(t,e,r){t("../../modules/es6.string.includes"),e.exports=t("../../modules/_core").String.includes},{"../../modules/_core":42,"../../modules/es6.string.includes":113}],31:[function(t,e,r){t("../../modules/es6.string.trim"),e.exports=t("../../modules/_core").String.trim},{"../../modules/_core":42,"../../modules/es6.string.trim":115}],32:[function(t,e,r){e.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},{}],33:[function(t,e,r){var n=t("./_wks")("unscopables"),o=Array.prototype;void 0==o[n]&&t("./_hide")(o,n,{}),e.exports=function(t){o[n][t]=!0}},{"./_hide":54,"./_wks":100}],34:[function(t,e,r){var n=t("./_is-object");e.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},{"./_is-object":62}],35:[function(t,e,r){var n=t("./_to-iobject"),o=t("./_to-length"),i=t("./_to-absolute-index");e.exports=function(t){return function(e,r,s){var a,c=n(e),u=o(c.length),l=i(s,u);if(t&&r!=r){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===r)return t||l||0;return!t&&-1}}},{"./_to-absolute-index":93,"./_to-iobject":95,"./_to-length":96}],36:[function(t,e,r){var n=t("./_ctx"),o=t("./_iobject"),i=t("./_to-object"),s=t("./_to-length"),a=t("./_array-species-create");e.exports=function(t,e){var r=1==t,c=2==t,u=3==t,l=4==t,f=6==t,h=5==t||f,p=e||a;return function(e,a,d){for(var b,y,m=i(e),v=o(m),g=n(a,d,3),_=s(v.length),w=0,x=r?p(e,_):c?p(e,0):void 0;_>w;w++)if((h||w in v)&&(b=v[w],y=g(b,w,m),t))if(r)x[w]=y;else if(y)switch(t){case 3:return!0;case 5:return b;case 6:return w;case 2:x.push(b)}else if(l)return!1;return f?-1:u||l?l:x}}},{"./_array-species-create":38,"./_ctx":44,"./_iobject":59,"./_to-length":96,"./_to-object":97}],37:[function(t,e,r){var n=t("./_is-object"),o=t("./_is-array"),i=t("./_wks")("species");e.exports=function(t){var e;return o(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!o(e.prototype)||(e=void 0),n(e)&&null===(e=e[i])&&(e=void 0)),void 0===e?Array:e}},{"./_is-array":61,"./_is-object":62,"./_wks":100}],38:[function(t,e,r){var n=t("./_array-species-constructor");e.exports=function(t,e){return new(n(t))(e)}},{"./_array-species-constructor":37}],39:[function(t,e,r){"use strict";var n=t("./_a-function"),o=t("./_is-object"),i=t("./_invoke"),s=[].slice,a={},c=function(t,e,r){if(!(e in a)){for(var n=[],o=0;o<e;o++)n[o]="a["+o+"]";a[e]=Function("F,a","return new F("+n.join(",")+")")}return a[e](t,r)};e.exports=Function.bind||function(t){var e=n(this),r=s.call(arguments,1),a=function(){var n=r.concat(s.call(arguments));return this instanceof a?c(e,n.length,n):i(e,n,t)};return o(e.prototype)&&(a.prototype=e.prototype),a}},{"./_a-function":32,"./_invoke":58,"./_is-object":62}],40:[function(t,e,r){var n=t("./_cof"),o=t("./_wks")("toStringTag"),i="Arguments"==n(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};e.exports=function(t){var e,r,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=s(e=Object(t),o))?r:i?n(e):"Object"==(a=n(e))&&"function"==typeof e.callee?"Arguments":a}},{"./_cof":41,"./_wks":100}],41:[function(t,e,r){var n={}.toString;e.exports=function(t){return n.call(t).slice(8,-1)}},{}],42:[function(t,e,r){var n=e.exports={version:"2.5.1"};"number"==typeof __e&&(__e=n)},{}],43:[function(t,e,r){"use strict";var n=t("./_object-dp"),o=t("./_property-desc");e.exports=function(t,e,r){e in t?n.f(t,e,o(0,r)):t[e]=r}},{"./_object-dp":72,"./_property-desc":82}],44:[function(t,e,r){var n=t("./_a-function");e.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},{"./_a-function":32}],45:[function(t,e,r){e.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},{}],46:[function(t,e,r){e.exports=!t("./_fails")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},{"./_fails":51}],47:[function(t,e,r){var n=t("./_is-object"),o=t("./_global").document,i=n(o)&&n(o.createElement);e.exports=function(t){return i?o.createElement(t):{}}},{"./_global":52,"./_is-object":62}],48:[function(t,e,r){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},{}],49:[function(t,e,r){var n=t("./_global"),o=t("./_core"),i=t("./_hide"),s=t("./_redefine"),a=t("./_ctx"),c=function(t,e,r){var u,l,f,h,p=t&c.F,d=t&c.G,b=t&c.S,y=t&c.P,m=t&c.B,v=d?n:b?n[e]||(n[e]={}):(n[e]||{}).prototype,g=d?o:o[e]||(o[e]={}),_=g.prototype||(g.prototype={});d&&(r=e);for(u in r)f=((l=!p&&v&&void 0!==v[u])?v:r)[u],h=m&&l?a(f,n):y&&"function"==typeof f?a(Function.call,f):f,v&&s(v,u,f,t&c.U),g[u]!=f&&i(g,u,h),y&&_[u]!=f&&(_[u]=f)};n.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},{"./_core":42,"./_ctx":44,"./_global":52,"./_hide":54,"./_redefine":83}],50:[function(t,e,r){var n=t("./_wks")("match");e.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,!"/./"[t](e)}catch(t){}}return!0}},{"./_wks":100}],51:[function(t,e,r){e.exports=function(t){try{return!!t()}catch(t){return!0}}},{}],52:[function(t,e,r){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},{}],53:[function(t,e,r){var n={}.hasOwnProperty;e.exports=function(t,e){return n.call(t,e)}},{}],54:[function(t,e,r){var n=t("./_object-dp"),o=t("./_property-desc");e.exports=t("./_descriptors")?function(t,e,r){return n.f(t,e,o(1,r))}:function(t,e,r){return t[e]=r,t}},{"./_descriptors":46,"./_object-dp":72,"./_property-desc":82}],55:[function(t,e,r){var n=t("./_global").document;e.exports=n&&n.documentElement},{"./_global":52}],56:[function(t,e,r){e.exports=!t("./_descriptors")&&!t("./_fails")(function(){return 7!=Object.defineProperty(t("./_dom-create")("div"),"a",{get:function(){return 7}}).a})},{"./_descriptors":46,"./_dom-create":47,"./_fails":51}],57:[function(t,e,r){var n=t("./_is-object"),o=t("./_set-proto").set;e.exports=function(t,e,r){var i,s=e.constructor;return s!==r&&"function"==typeof s&&(i=s.prototype)!==r.prototype&&n(i)&&o&&o(t,i),t}},{"./_is-object":62,"./_set-proto":84}],58:[function(t,e,r){e.exports=function(t,e,r){var n=void 0===r;switch(e.length){case 0:return n?t():t.call(r);case 1:return n?t(e[0]):t.call(r,e[0]);case 2:return n?t(e[0],e[1]):t.call(r,e[0],e[1]);case 3:return n?t(e[0],e[1],e[2]):t.call(r,e[0],e[1],e[2]);case 4:return n?t(e[0],e[1],e[2],e[3]):t.call(r,e[0],e[1],e[2],e[3])}return t.apply(r,e)}},{}],59:[function(t,e,r){var n=t("./_cof");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},{"./_cof":41}],60:[function(t,e,r){var n=t("./_iterators"),o=t("./_wks")("iterator"),i=Array.prototype;e.exports=function(t){return void 0!==t&&(n.Array===t||i[o]===t)}},{"./_iterators":68,"./_wks":100}],61:[function(t,e,r){var n=t("./_cof");e.exports=Array.isArray||function(t){return"Array"==n(t)}},{"./_cof":41}],62:[function(t,e,r){e.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},{}],63:[function(t,e,r){var n=t("./_is-object"),o=t("./_cof"),i=t("./_wks")("match");e.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},{"./_cof":41,"./_is-object":62,"./_wks":100}],64:[function(t,e,r){var n=t("./_an-object");e.exports=function(t,e,r,o){try{return o?e(n(r)[0],r[1]):e(r)}catch(e){var i=t.return;throw void 0!==i&&n(i.call(t)),e}}},{"./_an-object":34}],65:[function(t,e,r){"use strict";var n=t("./_object-create"),o=t("./_property-desc"),i=t("./_set-to-string-tag"),s={};t("./_hide")(s,t("./_wks")("iterator"),function(){return this}),e.exports=function(t,e,r){t.prototype=n(s,{next:o(1,r)}),i(t,e+" Iterator")}},{"./_hide":54,"./_object-create":71,"./_property-desc":82,"./_set-to-string-tag":85,"./_wks":100}],66:[function(t,e,r){"use strict";var n=t("./_library"),o=t("./_export"),i=t("./_redefine"),s=t("./_hide"),a=t("./_has"),c=t("./_iterators"),u=t("./_iter-create"),l=t("./_set-to-string-tag"),f=t("./_object-gpo"),h=t("./_wks")("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};e.exports=function(t,e,r,b,y,m,v){u(r,e,b);var g,_,w,x=function(t){if(!p&&t in E)return E[t];switch(t){case"keys":case"values":return function(){return new r(this,t)}}return function(){return new r(this,t)}},S=e+" Iterator",O="values"==y,j=!1,E=t.prototype,T=E[h]||E["@@iterator"]||y&&E[y],A=T||x(y),k=y?O?x("entries"):A:void 0,M="Array"==e?E.entries||T:T;if(M&&(w=f(M.call(new t)))!==Object.prototype&&w.next&&(l(w,S,!0),n||a(w,h)||s(w,h,d)),O&&T&&"values"!==T.name&&(j=!0,A=function(){return T.call(this)}),n&&!v||!p&&!j&&E[h]||s(E,h,A),c[e]=A,c[S]=d,y)if(g={values:O?A:x("values"),keys:m?A:x("keys"),entries:k},v)for(_ in g)_ in E||i(E,_,g[_]);else o(o.P+o.F*(p||j),e,g);return g}},{"./_export":49,"./_has":53,"./_hide":54,"./_iter-create":65,"./_iterators":68,"./_library":69,"./_object-gpo":77,"./_redefine":83,"./_set-to-string-tag":85,"./_wks":100}],67:[function(t,e,r){var n=t("./_wks")("iterator"),o=!1;try{var i=[7][n]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(t){}e.exports=function(t,e){if(!e&&!o)return!1;var r=!1;try{var i=[7],s=i[n]();s.next=function(){return{done:r=!0}},i[n]=function(){return s},t(i)}catch(t){}return r}},{"./_wks":100}],68:[function(t,e,r){e.exports={}},{}],69:[function(t,e,r){e.exports=!1},{}],70:[function(t,e,r){"use strict";var n=t("./_object-keys"),o=t("./_object-gops"),i=t("./_object-pie"),s=t("./_to-object"),a=t("./_iobject"),c=Object.assign;e.exports=!c||t("./_fails")(function(){var t={},e={},r=Symbol(),n="abcdefghijklmnopqrst";return t[r]=7,n.split("").forEach(function(t){e[t]=t}),7!=c({},t)[r]||Object.keys(c({},e)).join("")!=n})?function(t,e){for(var r=s(t),c=arguments.length,u=1,l=o.f,f=i.f;c>u;)for(var h,p=a(arguments[u++]),d=l?n(p).concat(l(p)):n(p),b=d.length,y=0;b>y;)f.call(p,h=d[y++])&&(r[h]=p[h]);return r}:c},{"./_fails":51,"./_iobject":59,"./_object-gops":76,"./_object-keys":79,"./_object-pie":80,"./_to-object":97}],71:[function(t,e,r){var n=t("./_an-object"),o=t("./_object-dps"),i=t("./_enum-bug-keys"),s=t("./_shared-key")("IE_PROTO"),a=function(){},c=function(){var e,r=t("./_dom-create")("iframe"),n=i.length;for(r.style.display="none",t("./_html").appendChild(r),r.src="javascript:",(e=r.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),c=e.F;n--;)delete c.prototype[i[n]];return c()};e.exports=Object.create||function(t,e){var r;return null!==t?(a.prototype=n(t),r=new a,a.prototype=null,r[s]=t):r=c(),void 0===e?r:o(r,e)}},{"./_an-object":34,"./_dom-create":47,"./_enum-bug-keys":48,"./_html":55,"./_object-dps":73,"./_shared-key":86}],72:[function(t,e,r){var n=t("./_an-object"),o=t("./_ie8-dom-define"),i=t("./_to-primitive"),s=Object.defineProperty;r.f=t("./_descriptors")?Object.defineProperty:function(t,e,r){if(n(t),e=i(e,!0),n(r),o)try{return s(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(t[e]=r.value),t}},{"./_an-object":34,"./_descriptors":46,"./_ie8-dom-define":56,"./_to-primitive":98}],73:[function(t,e,r){var n=t("./_object-dp"),o=t("./_an-object"),i=t("./_object-keys");e.exports=t("./_descriptors")?Object.defineProperties:function(t,e){o(t);for(var r,s=i(e),a=s.length,c=0;a>c;)n.f(t,r=s[c++],e[r]);return t}},{"./_an-object":34,"./_descriptors":46,"./_object-dp":72,"./_object-keys":79}],74:[function(t,e,r){var n=t("./_object-pie"),o=t("./_property-desc"),i=t("./_to-iobject"),s=t("./_to-primitive"),a=t("./_has"),c=t("./_ie8-dom-define"),u=Object.getOwnPropertyDescriptor;r.f=t("./_descriptors")?u:function(t,e){if(t=i(t),e=s(e,!0),c)try{return u(t,e)}catch(t){}if(a(t,e))return o(!n.f.call(t,e),t[e])}},{"./_descriptors":46,"./_has":53,"./_ie8-dom-define":56,"./_object-pie":80,"./_property-desc":82,"./_to-iobject":95,"./_to-primitive":98}],75:[function(t,e,r){var n=t("./_object-keys-internal"),o=t("./_enum-bug-keys").concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},{"./_enum-bug-keys":48,"./_object-keys-internal":78}],76:[function(t,e,r){r.f=Object.getOwnPropertySymbols},{}],77:[function(t,e,r){var n=t("./_has"),o=t("./_to-object"),i=t("./_shared-key")("IE_PROTO"),s=Object.prototype;e.exports=Object.getPrototypeOf||function(t){return t=o(t),n(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},{"./_has":53,"./_shared-key":86,"./_to-object":97}],78:[function(t,e,r){var n=t("./_has"),o=t("./_to-iobject"),i=t("./_array-includes")(!1),s=t("./_shared-key")("IE_PROTO");e.exports=function(t,e){var r,a=o(t),c=0,u=[];for(r in a)r!=s&&n(a,r)&&u.push(r);for(;e.length>c;)n(a,r=e[c++])&&(~i(u,r)||u.push(r));return u}},{"./_array-includes":35,"./_has":53,"./_shared-key":86,"./_to-iobject":95}],79:[function(t,e,r){var n=t("./_object-keys-internal"),o=t("./_enum-bug-keys");e.exports=Object.keys||function(t){return n(t,o)}},{"./_enum-bug-keys":48,"./_object-keys-internal":78}],80:[function(t,e,r){r.f={}.propertyIsEnumerable},{}],81:[function(t,e,r){var n=t("./_export"),o=t("./_core"),i=t("./_fails");e.exports=function(t,e){var r=(o.Object||{})[t]||Object[t],s={};s[t]=e(r),n(n.S+n.F*i(function(){r(1)}),"Object",s)}},{"./_core":42,"./_export":49,"./_fails":51}],82:[function(t,e,r){e.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},{}],83:[function(t,e,r){var n=t("./_global"),o=t("./_hide"),i=t("./_has"),s=t("./_uid")("src"),a=Function.toString,c=(""+a).split("toString");t("./_core").inspectSource=function(t){return a.call(t)},(e.exports=function(t,e,r,a){var u="function"==typeof r;u&&(i(r,"name")||o(r,"name",e)),t[e]!==r&&(u&&(i(r,s)||o(r,s,t[e]?""+t[e]:c.join(String(e)))),t===n?t[e]=r:a?t[e]?t[e]=r:o(t,e,r):(delete t[e],o(t,e,r)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[s]||a.call(this)})},{"./_core":42,"./_global":52,"./_has":53,"./_hide":54,"./_uid":99}],84:[function(t,e,r){var n=t("./_is-object"),o=t("./_an-object"),i=function(t,e){if(o(t),!n(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,r,n){try{(n=t("./_ctx")(Function.call,t("./_object-gopd").f(Object.prototype,"__proto__").set,2))(e,[]),r=!(e instanceof Array)}catch(t){r=!0}return function(t,e){return i(t,e),r?t.__proto__=e:n(t,e),t}}({},!1):void 0),check:i}},{"./_an-object":34,"./_ctx":44,"./_is-object":62,"./_object-gopd":74}],85:[function(t,e,r){var n=t("./_object-dp").f,o=t("./_has"),i=t("./_wks")("toStringTag");e.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,i)&&n(t,i,{configurable:!0,value:e})}},{"./_has":53,"./_object-dp":72,"./_wks":100}],86:[function(t,e,r){var n=t("./_shared")("keys"),o=t("./_uid");e.exports=function(t){return n[t]||(n[t]=o(t))}},{"./_shared":87,"./_uid":99}],87:[function(t,e,r){var n=t("./_global"),o=n["__core-js_shared__"]||(n["__core-js_shared__"]={});e.exports=function(t){return o[t]||(o[t]={})}},{"./_global":52}],88:[function(t,e,r){"use strict";var n=t("./_fails");e.exports=function(t,e){return!!t&&n(function(){e?t.call(null,function(){},1):t.call(null)})}},{"./_fails":51}],89:[function(t,e,r){var n=t("./_to-integer"),o=t("./_defined");e.exports=function(t){return function(e,r){var i,s,a=String(o(e)),c=n(r),u=a.length;return c<0||c>=u?t?"":void 0:(i=a.charCodeAt(c))<55296||i>56319||c+1===u||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):i:t?a.slice(c,c+2):s-56320+(i-55296<<10)+65536}}},{"./_defined":45,"./_to-integer":94}],90:[function(t,e,r){var n=t("./_is-regexp"),o=t("./_defined");e.exports=function(t,e,r){if(n(e))throw TypeError("String#"+r+" doesn't accept regex!");return String(o(t))}},{"./_defined":45,"./_is-regexp":63}],91:[function(t,e,r){var n=t("./_export"),o=t("./_defined"),i=t("./_fails"),s=t("./_string-ws"),a="["+s+"]",c=RegExp("^"+a+a+"*"),u=RegExp(a+a+"*$"),l=function(t,e,r){var o={},a=i(function(){return!!s[t]()||"​…"!="​…"[t]()}),c=o[t]=a?e(f):s[t];r&&(o[r]=c),n(n.P+n.F*a,"String",o)},f=l.trim=function(t,e){return t=String(o(t)),1&e&&(t=t.replace(c,"")),2&e&&(t=t.replace(u,"")),t};e.exports=l},{"./_defined":45,"./_export":49,"./_fails":51,"./_string-ws":92}],92:[function(t,e,r){e.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},{}],93:[function(t,e,r){var n=t("./_to-integer"),o=Math.max,i=Math.min;e.exports=function(t,e){return(t=n(t))<0?o(t+e,0):i(t,e)}},{"./_to-integer":94}],94:[function(t,e,r){var n=Math.ceil,o=Math.floor;e.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},{}],95:[function(t,e,r){var n=t("./_iobject"),o=t("./_defined");e.exports=function(t){return n(o(t))}},{"./_defined":45,"./_iobject":59}],96:[function(t,e,r){var n=t("./_to-integer"),o=Math.min;e.exports=function(t){return t>0?o(n(t),9007199254740991):0}},{"./_to-integer":94}],97:[function(t,e,r){var n=t("./_defined");e.exports=function(t){return Object(n(t))}},{"./_defined":45}],98:[function(t,e,r){var n=t("./_is-object");e.exports=function(t,e){if(!n(t))return t;var r,o;if(e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if(!e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},{"./_is-object":62}],99:[function(t,e,r){var n=0,o=Math.random();e.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},{}],100:[function(t,e,r){var n=t("./_shared")("wks"),o=t("./_uid"),i=t("./_global").Symbol,s="function"==typeof i;(e.exports=function(t){return n[t]||(n[t]=s&&i[t]||(s?i:o)("Symbol."+t))}).store=n},{"./_global":52,"./_shared":87,"./_uid":99}],101:[function(t,e,r){var n=t("./_classof"),o=t("./_wks")("iterator"),i=t("./_iterators");e.exports=t("./_core").getIteratorMethod=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[n(t)]}},{"./_classof":40,"./_core":42,"./_iterators":68,"./_wks":100}],102:[function(t,e,r){"use strict";var n=t("./_export"),o=t("./_array-methods")(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),n(n.P+n.F*i,"Array",{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),t("./_add-to-unscopables")("find")},{"./_add-to-unscopables":33,"./_array-methods":36,"./_export":49}],103:[function(t,e,r){"use strict";var n=t("./_export"),o=t("./_array-methods")(0),i=t("./_strict-method")([].forEach,!0);n(n.P+n.F*!i,"Array",{forEach:function(t){return o(this,t,arguments[1])}})},{"./_array-methods":36,"./_export":49,"./_strict-method":88}],104:[function(t,e,r){"use strict";var n=t("./_ctx"),o=t("./_export"),i=t("./_to-object"),s=t("./_iter-call"),a=t("./_is-array-iter"),c=t("./_to-length"),u=t("./_create-property"),l=t("./core.get-iterator-method");o(o.S+o.F*!t("./_iter-detect")(function(t){Array.from(t)}),"Array",{from:function(t){var e,r,o,f,h=i(t),p="function"==typeof this?this:Array,d=arguments.length,b=d>1?arguments[1]:void 0,y=void 0!==b,m=0,v=l(h);if(y&&(b=n(b,d>2?arguments[2]:void 0,2)),void 0==v||p==Array&&a(v))for(r=new p(e=c(h.length));e>m;m++)u(r,m,y?b(h[m],m):h[m]);else for(f=v.call(h),r=new p;!(o=f.next()).done;m++)u(r,m,y?s(f,b,[o.value,m],!0):o.value);return r.length=m,r}})},{"./_create-property":43,"./_ctx":44,"./_export":49,"./_is-array-iter":60,"./_iter-call":64,"./_iter-detect":67,"./_to-length":96,"./_to-object":97,"./core.get-iterator-method":101}],105:[function(t,e,r){"use strict";var n=t("./_export"),o=t("./_array-methods")(1);n(n.P+n.F*!t("./_strict-method")([].map,!0),"Array",{map:function(t){return o(this,t,arguments[1])}})},{"./_array-methods":36,"./_export":49,"./_strict-method":88}],106:[function(t,e,r){var n=t("./_export");n(n.P,"Function",{bind:t("./_bind")})},{"./_bind":39,"./_export":49}],107:[function(t,e,r){"use strict";var n=t("./_global"),o=t("./_has"),i=t("./_cof"),s=t("./_inherit-if-required"),a=t("./_to-primitive"),c=t("./_fails"),u=t("./_object-gopn").f,l=t("./_object-gopd").f,f=t("./_object-dp").f,h=t("./_string-trim").trim,p=n.Number,d=p,b=p.prototype,y="Number"==i(t("./_object-create")(b)),m="trim"in String.prototype,v=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){var r,n,o,i=(e=m?e.trim():h(e,3)).charCodeAt(0);if(43===i||45===i){if(88===(r=e.charCodeAt(2))||120===r)return NaN}else if(48===i){switch(e.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+e}for(var s,c=e.slice(2),u=0,l=c.length;u<l;u++)if((s=c.charCodeAt(u))<48||s>o)return NaN;return parseInt(c,n)}}return+e};if(!p(" 0o1")||!p("0b1")||p("+0x1")){p=function(t){var e=arguments.length<1?0:t,r=this;return r instanceof p&&(y?c(function(){b.valueOf.call(r)}):"Number"!=i(r))?s(new d(v(e)),r,p):v(e)};for(var g,_=t("./_descriptors")?u(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;_.length>w;w++)o(d,g=_[w])&&!o(p,g)&&f(p,g,l(d,g));p.prototype=b,b.constructor=p,t("./_redefine")(n,"Number",p)}},{"./_cof":41,"./_descriptors":46,"./_fails":51,"./_global":52,"./_has":53,"./_inherit-if-required":57,"./_object-create":71,"./_object-dp":72,"./_object-gopd":74,"./_object-gopn":75,"./_redefine":83,"./_string-trim":91,"./_to-primitive":98}],108:[function(t,e,r){var n=t("./_export");n(n.S+n.F,"Object",{assign:t("./_object-assign")})},{"./_export":49,"./_object-assign":70}],109:[function(t,e,r){var n=t("./_export");n(n.S+n.F*!t("./_descriptors"),"Object",{defineProperty:t("./_object-dp").f})},{"./_descriptors":46,"./_export":49,"./_object-dp":72}],110:[function(t,e,r){var n=t("./_to-object"),o=t("./_object-keys");t("./_object-sap")("keys",function(){return function(t){return o(n(t))}})},{"./_object-keys":79,"./_object-sap":81,"./_to-object":97}],111:[function(t,e,r){var n=t("./_export");n(n.S,"Object",{setPrototypeOf:t("./_set-proto").set})},{"./_export":49,"./_set-proto":84}],112:[function(t,e,r){var n=t("./_export"),o=t("./_object-create"),i=t("./_a-function"),s=t("./_an-object"),a=t("./_is-object"),c=t("./_fails"),u=t("./_bind"),l=(t("./_global").Reflect||{}).construct,f=c(function(){function t(){}return!(l(function(){},[],t)instanceof t)}),h=!c(function(){l(function(){})});n(n.S+n.F*(f||h),"Reflect",{construct:function(t,e){i(t),s(e);var r=arguments.length<3?t:i(arguments[2]);if(h&&!f)return l(t,e,r);if(t==r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return n.push.apply(n,e),new(u.apply(t,n))}var c=r.prototype,p=o(a(c)?c:Object.prototype),d=Function.apply.call(t,p,e);return a(d)?d:p}})},{"./_a-function":32,"./_an-object":34,"./_bind":39,"./_export":49,"./_fails":51,"./_global":52,"./_is-object":62,"./_object-create":71}],113:[function(t,e,r){"use strict";var n=t("./_export"),o=t("./_string-context");n(n.P+n.F*t("./_fails-is-regexp")("includes"),"String",{includes:function(t){return!!~o(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},{"./_export":49,"./_fails-is-regexp":50,"./_string-context":90}],114:[function(t,e,r){"use strict";var n=t("./_string-at")(!0);t("./_iter-define")(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,r=this._i;return r>=e.length?{value:void 0,done:!0}:(t=n(e,r),this._i+=t.length,{value:t,done:!1})})},{"./_iter-define":66,"./_string-at":89}],115:[function(t,e,r){"use strict";t("./_string-trim")("trim",function(t){return function(){return t(this,3)}})},{"./_string-trim":91}],116:[function(t,e,r){"use strict";var n=t("./_export"),o=t("./_array-includes")(!0);n(n.P,"Array",{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),t("./_add-to-unscopables")("includes")},{"./_add-to-unscopables":33,"./_array-includes":35,"./_export":49}],117:[function(t,e,r){"use strict";e.exports=function(t,e){if("string"!=typeof t)throw new TypeError("Expected a string");return e=void 0===e?"_":e,t.replace(/([a-z\d])([A-Z])/g,"$1"+e+"$2").replace(/([A-Z]+)([A-Z][a-z\d]+)/g,"$1"+e+"$2").toLowerCase()}},{}],118:[function(t,e,r){"use strict";e.exports=function(){var t=document.createElement("div");return t.setAttribute("data-a-b","c"),Boolean(t.dataset&&"c"===t.dataset.aB)}()?function(t){return t.dataset}:function(t){for(var e={},r=t.attributes,n=0,o=r.length;n<o;n++){var i=r[n];if(i){var s=i.name;if(0===s.indexOf("data-")){var a=s.slice(5).replace(/-./g,function(t){return t.charAt(1).toUpperCase()}),c=i.value;Object.defineProperty(e,a,{enumerable:!0,get:function(){return this.value}.bind({value:c||""}),set:function(t,e){void 0===e?this.removeAttribute(t):this.setAttribute(t,e)}.bind(t,s)})}}}return e}},{}],119:[function(t,e,r){"use strict";function n(t){for(var e=!1,r=!1,n=!1,o=0;o<t.length;o++){var i=t[o];e&&/[a-zA-Z]/.test(i)&&i.toUpperCase()===i?(t=t.substr(0,o)+"-"+t.substr(o),e=!1,n=r,r=!0,o++):r&&n&&/[a-zA-Z]/.test(i)&&i.toLowerCase()===i?(t=t.substr(0,o-1)+"-"+t.substr(o-1),n=r,r=!1,e=!0):(e=i.toLowerCase()===i,n=r,r=i.toUpperCase()===i)}return t}e.exports=function(t){return 0===(t=arguments.length>1?Array.from(arguments).map(function(t){return t.trim()}).filter(function(t){return t.length}).join("-"):t.trim()).length?"":1===t.length?t.toLowerCase():/^[a-z0-9]+$/.test(t)?t:(t!==t.toLowerCase()&&(t=n(t)),t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,e){return e.toUpperCase()}))}},{}],120:[function(t,e,r){(function(e){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};Object.defineProperty(r,"__esModule",{value:!0}),r.Set=r.string=r.regex=r.number=r.boolean=r.arrayOf=r.array=void 0;var o="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return void 0===t?"undefined":n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":n(t)};r.simpleType=function(t,e,r){return t&&t===i.boolean?t(r):t?r?t(r):e:"boolean"==typeof e?(0,i.boolean)(r):"number"==typeof e?r?(0,i.number)(r):e:"object"===(void 0===e?"undefined":o(e))&&e?r?(0,i.array)(r):e:"string"==typeof e?r?(0,i.string)(r):e:void 0};var i=t("./types");r.array=i.array,r.arrayOf=i.arrayOf,r.boolean=i.boolean,r.number=i.number,r.regex=i.regex,r.string=i.string;r.Set=e.Set||function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t=t.filter(function(e,r){return r===t.indexOf(e)}),t.size=t.length,t.has=function(e){return t.indexOf(e)>-1},t.add=function(e){return t.has(e)||(t.size++,t.push(e)),t},t.delete=function(e){var r=void 0;return(r=t.has(e))&&(t.size--,delete t[t.indexOf(e)]),r},t.keys=t.values=function(){return t[Symbol.iterator]()},t.clear=function(){for(;t.pop(););t.size=0},t}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./types":124}],121:[function(t,e,r){(function(e){"use strict";function n(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":c(e))&&"function"!=typeof e?t:e}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":c(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){var r=this;Object.defineProperty(this,t,{get:function(){return r[d][t]},set:function(n){var o=r[d][t];r[f.sSetState](t,n),e&&e.call(r,n,o)},enumerable:!0,configurable:!0})}function a(){var t=this,e=this.constructor.sideEffects;Object.keys(this[d]).forEach(function(r){var n=e[r];s.call(t,r,n)})}var 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};Object.defineProperty(r,"__esModule",{value:!0}),r.COMPONENT_FEATURE_TESTS=void 0;var u=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}();r.componentMixin=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:b;return function(e){function r(){return i(this,r),n(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return o(r,t),u(r,[{key:f.sSetup,value:function(t,e){var r=this.constructor.defaults;return this[d]=Object.assign({},r,e),a.call(this),this[p]=this[f.sSetupDOM](t),this}},{key:f.sSetupDOM,value:function(t){return t}},{key:f.sGetRoot,value:function(){return this[p]}},{key:f.sGetEl,value:function(){return this[p]}},{key:f.sFire,value:function(t,e){var r=this.constructor.componentName,n=new CustomEvent(r+"-"+t,e);this.el.dispatchEvent(n)}},{key:f.sSetState,value:function(t,e){this[d][t]=e}},{key:"root",get:function(){return this[f.sGetRoot]()}},{key:"el",get:function(){return this[f.sGetEl]()}}]),r}()},t("core-js/fn/array/for-each"),t("core-js/fn/object/assign"),t("core-js/fn/object/define-property"),t("core-js/fn/object/keys");var l=t("./common"),f=t("./symbols"),h=(r.COMPONENT_FEATURE_TESTS=new l.Set(["customevent"]),e.Symbol||function(t){return"_"+t}),p=h("root"),d=h("state"),b=function t(){i(this,t)}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./common":120,"./symbols":123,"core-js/fn/array/for-each":19,"core-js/fn/object/assign":25,"core-js/fn/object/define-property":26,"core-js/fn/object/keys":27}],122:[function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":f(e))&&"function"!=typeof e?t:e}function s(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":f(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function a(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=(0,y.default)(t,"-");r&&(_=n),!0===e?this.setAttribute(n,""):!1===e||null===e||void 0===e||"object"===(void 0===e?"undefined":d(e))&&0===e.length?this.removeAttribute(n):e&&"object"===(void 0===e?"undefined":d(e))&&e.length>0&&e.join?this.setAttribute(n,e.join(",")):"string"!=typeof e&&"number"!=typeof e||this.setAttribute(n,e)}function c(){var t=this,e=this.constructor,r=e.defaults,n=e.types,o={};return Object.keys(r).forEach(function(e){var i=(0,y.default)(e,"-"),s=t.getAttribute(i),a=(0,m.simpleType)(n[e],r[e],s);null!=a&&(o[e]=a)}),o}function u(){var t=this,e=this.constructor.defaults;Object.keys(e).forEach(function(e){return a.call(t,e,t[e])})}function l(){var t="function"==typeof window.HTMLElement?window.HTMLElement:function(){};return Reflect.construct(t,[],this.__proto__.constructor)}var f="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};Object.defineProperty(r,"__esModule",{value:!0}),r.CUSTOM_ELEMENT_FEATURE_TESTS=void 0;var h=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),p=function t(e,r,n){null===e&&(e=Function.prototype);var o=Object.getOwnPropertyDescriptor(e,r);if(void 0===o){var i=Object.getPrototypeOf(e);return null===i?void 0:t(i,r,n)}if("value"in o)return o.value;var s=o.get;if(void 0!==s)return s.call(n)},d="function"==typeof Symbol&&"symbol"===f(Symbol.iterator)?function(t){return void 0===t?"undefined":f(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":f(t)};r.customElementMixin=function(t){return function(e){function r(){return o(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return s(r,t),h(r,[{key:"connectedCallback",value:function(){this[v.sSetup]()}},{key:"attributeChangedCallback",value:function(t,e,r){if(_!==t){if(e!==r){var n=this.constructor,o=n.defaults,i=n.types,s=(0,b.default)(t),a=(0,m.simpleType)(i[s],o[s],r);null!=a&&(this[s]=a)}}else _=void 0}},{key:v.sSetup,value:function(){return p(r.prototype.__proto__||Object.getPrototypeOf(r.prototype),v.sSetup,this).call(this,this,c.call(this)),u.call(this),this}},{key:v.sSetState,value:function(t,e){p(r.prototype.__proto__||Object.getPrototypeOf(r.prototype),v.sSetState,this).call(this,t,e),a.call(this,t,e,!0)}},{key:v.sSetupDOM,value:function(t){var e=this[v.sGetTemplate]();if(e){if("attachShadow"in Element.prototype)return t.attachShadow({mode:"open"}),t.shadowRoot.appendChild(e),t.shadowRoot;throw Error("ShadowDOM API not supported")}return t}},{key:v.sGetEl,value:function(){return this}},{key:v.sGetTemplate,value:function(){var t=this.constructor.componentName;return document.querySelector('link[href$="'+t+'.html"]').import.querySelector("#"+t+"-template").content.cloneNode(!0)}}],[{key:"getObservedAttributes",value:function(){var t=this.defaults;return Object.keys(t).map(function(t){return(0,y.default)(t,"-")})}}]),r}()},r.CustomElement=l,r.fragmentFromString=function(t){return document.createRange().createContextualFragment(t)},t("core-js/fn/array/for-each"),t("core-js/fn/array/map"),t("core-js/fn/number/constructor"),t("core-js/fn/object/keys"),t("core-js/fn/object/set-prototype-of"),t("core-js/fn/reflect/construct"),t("core-js/fn/string/trim");var b=n(t("camelcase")),y=n(t("decamelize")),m=t("./common"),v=t("./symbols"),g=t("./component"),_=(r.CUSTOM_ELEMENT_FEATURE_TESTS=new m.Set([].concat(function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}(g.COMPONENT_FEATURE_TESTS),["template","customelements"])),void 0);Object.setPrototypeOf&&(Object.setPrototypeOf(l.prototype,HTMLElement.prototype),Object.setPrototypeOf(l,HTMLElement))},{"./common":120,"./component":121,"./symbols":123,camelcase:119,"core-js/fn/array/for-each":19,"core-js/fn/array/map":22,"core-js/fn/number/constructor":24,"core-js/fn/object/keys":27,"core-js/fn/object/set-prototype-of":28,"core-js/fn/reflect/construct":29,"core-js/fn/string/trim":31,decamelize:117}],123:[function(t,e,r){(function(t){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var e=t.Symbol||function(t){return"_"+t};r.sSetup=e("setup"),r.sSetupDOM=e("setupDOM"),r.sGetRoot=e("getRoot"),r.sGetEl=e("getElement"),r.sFire=e("fire"),r.sSetState=e("setState"),r.sGetTemplate=e("getTemplate")}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],124:[function(t,e,r){"use strict";function n(t){return t.replace(/^\[/,"").replace(/\]$/,"").split(",")}Object.defineProperty(r,"__esModule",{value:!0}),r.array=n,r.arrayOf=function(t){return function(e){return n(e).map(t)}},r.string=function(t){return t},r.boolean=function(t){return!0===t||"true"===t||!1!==t&&"false"!==t&&null!=t},r.number=function(t){return Number(t)},r.regex=function(t){return RegExp(t)}},{}],125:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0}),r.sSetupDOM=r.sSetup=r.VanillaComponent=void 0;var o=t("./symbols");r.VanillaComponent=function t(e,r){n(this,t),this[o.sSetup](e,r)};r.sSetup=o.sSetup,r.sSetupDOM=o.sSetupDOM},{"./symbols":123}],126:[function(t,e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.Set=void 0,r.createTween=function(t,e,r,o,i){return n.Observable.create(function(n){var s=void 0,a=requestAnimationFrame(function c(u){var l=u-(s=s||u);l<o?(n.next(t(l,e,r,o,i)),a=requestAnimationFrame(c)):(n.next(t(o,e,r,o,i)),a=requestAnimationFrame(function(){return n.complete()}))});return function(){a&&cancelAnimationFrame(a)}})},r.linearTween=function(t,e,r,n){return r*t/n+e};var n=t("rxjs/Observable"),o=t("hy-component/src/common");r.Set=o.Set},{"hy-component/src/common":120,"rxjs/Observable":141}],127:[function(t,e,r){(function(e){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":S(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":S(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function a(t){return Array.isArray(t)?t:Array.from(t)}function c(t){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0===r.length){var o;return(o=(o=J.withLatestFrom.call(this,t),D.filter).call(o,function(t){return E(t,2)[1]}),U.map).call(o,function(t){return E(t,1)[0]})}var i;return(i=(i=J.withLatestFrom.call.apply(J.withLatestFrom,[this,t].concat(r)),D.filter).call(i,function(t){return a(t).slice(1).every(function(t){return t})}),U.map).call(i,function(t){return E(t,1)[0]})}function u(t){var e=this;return $.switchMap.call(t,function(t){return t?e:L.never.call(M.Observable)})}function l(t,e){switch(this.align){case"left":return t>this.range[0]&&(e||t<this.range[1]);case"right":return t<window.innerWidth-this.range[0]&&(e||t>window.innerWidth-this.range[1]);default:throw Error()}}function f(t,e){switch(this.align){case"left":return t>tt||!(t<-tt)&&e>=this[ut]/2;case"right":return-t>tt||!(-t<-tt)&&e<=-this[ut]/2;default:throw Error()}}function h(t,e,r){switch(this.align){case"left":var n=r+(t-e);return yt(0,bt(this[ut],n));case"right":var o=r+(t-e);return bt(0,yt(-this[ut],o));default:throw Error()}}function p(){return-parseFloat(getComputedStyle(this[ft])[this.align])}function d(){this[ft].style.willChange="transform",this[lt].style.willChange="opacity",this[ft].classList.remove("hy-drawer-opened"),this[ut]=p.call(this)}function b(){return this.el.id||this.constructor.componentName}function y(t){if(this[lt].style.willChange="",this[ft].style.willChange="",t?(this[lt].style.pointerEvents="all",this[ft].classList.add("hy-drawer-opened")):(this[lt].style.pointerEvents="",this[ft].classList.remove("hy-drawer-opened")),this._backButton){var e=b.call(this),r="#"+e+"--opened";t&&window.location.hash!==r&&window.history.pushState(s({},e,!0),document.title,r),!t&&window.history.state&&window.history.state[b.call(this)]&&""!==window.location.hash&&window.history.back()}this[A.sFire]("transitioned",{detail:t})}function m(t){var e="left"===this.align?1:-1;this[ft].style.transform="translateX("+t+"px)",this[lt].style.opacity=t/this[ut]*e}function v(){var t;return(t=this[st],$.switchMap).call(t,function(t){var e,r=(e=(e=R.fromEvent.call(M.Observable,document,"touchstart",{passive:!0}),D.filter).call(e,function(t){return 1===t.touches.length}),U.map).call(e,function(t){return t.touches[0]});if(!t)return r;var n=R.fromEvent.call(M.Observable,document,"mousedown",{passive:!0});return F.merge.call(M.Observable,r,n)})}function g(t,e){var r;return(r=N.combineLatest.call(M.Observable,this[st],this[it]),$.switchMap).call(r,function(r){var n,o=E(r,2),i=o[0],s=o[1],a=(n=R.fromEvent.call(M.Observable,document,"touchmove",{passive:!s}),U.map).call(n,function(t){return pt(t.touches[0],{event:t})});if(!i)return a;var c=(n=(n=R.fromEvent.call(M.Observable,document,"mousemove",{passive:!s}),u).call(n,F.merge.call(M.Observable,q.mapTo.call(t,!0),q.mapTo.call(e,!1))),U.map).call(n,function(t){return pt(t,{event:t})});return F.merge.call(M.Observable,a,c)})}function _(){var t;return(t=this[st],$.switchMap).call(t,function(t){var e,r=(e=R.fromEvent.call(M.Observable,document,"touchend",{passive:!0}),D.filter).call(e,function(t){return 0===t.touches.length});if(!t)return r;var n=R.fromEvent.call(M.Observable,document,"mouseup",{passive:!0});return F.merge.call(M.Observable,r,n)})}function w(t,e){var r=this;if(this.threshold){var n;return(n=(n=J.withLatestFrom.call(t,e),V.skipWhile).call(n,function(t){var e=E(t,2),n=e[0],o=n.clientX,i=n.clientY,s=e[1],a=s.clientX,c=s.clientY;return dt(c-i)<r.threshold&&dt(a-o)<r.threshold}),U.map).call(n,function(t){var e=E(t,2),r=e[0],n=r.clientX,o=r.clientY,i=e[1],s=i.clientX,a=i.clientY;return dt(s-n)>=dt(a-o)})}var o;return(o=J.withLatestFrom.call(t,e),U.map).call(o,function(t){var e=E(t,2),n=e[0],o=n.clientX,i=n.clientY,s=n.event,a=e[1],c=a.clientX,u=a.clientY,l=dt(c-o)>=dt(u-i);return r.preventDefault&&l&&s.preventDefault(),l})}function x(){var t,e=this,r=(t=(t=this[ot],U.map).call(t,function(t){return!t}),W.share).call(t),n={},o=(t=(t=v.call(this),c).call(t,r),W.share).call(t),i=C.defer.call(M.Observable,function(){var t;return(t=n.translateX$,U.map).call(t,function(t){return"left"===e.align?t>0:t<e[ut]})}),s=(t=(t=(t=J.withLatestFrom.call(o,i),U.map).call(t,function(t){var r=E(t,2),n=r[0].clientX,o=r[1];return l.call(e,n,o)}),I._do).call(t,function(t){t&&d.call(e)}),W.share).call(t),a=(t=(t=_.call(this),c).call(t,r,s),W.share).call(t),p=(t=(t=g.call(this,o,a),c).call(t,r,s),W.share).call(t),x=(t=(t=(t=(t=w.call(this,p,o),G.take).call(t,1),X.startWith).call(t,void 0),H.repeatWhen).call(t,function(){return a}),I._do).call(t,function(t){t&&(e[ht]&&(e[ht].style.overflow="hidden"),e[A.sFire]("slidestart",{detail:e.opened}))});n.translateX$=(t=C.defer.call(M.Observable,function(){var t;return F.merge.call(M.Observable,(t=(t=(t=c.call(p,x),I._do).call(t,function(t){var r=t.event;e.preventDefault&&r.preventDefault()}),J.withLatestFrom).call(t,o,n.startTranslateX$),U.map).call(t,function(t){var r=E(t,3),n=r[0].clientX,o=r[1].clientX,i=r[2];return h.call(e,n,o,i)}),n.tween$,(t=(t=N.combineLatest.call(M.Observable,e[rt],e[nt]),I._do).call(t,function(t){var r=E(t,1)[0];return y.call(e,r)}),U.map).call(t,function(t){var r=E(t,2),n=r[0],o=r[1];return n?e[ut]*("left"===o?1:-1):0}))}),W.share).call(t),n.startTranslateX$=(t=n.translateX$,B.sample).call(t,o);var S=(t=(t=(t=(t=(t=n.translateX$,K.timestamp).call(t),z.pairwise).call(t),D.filter).call(t,function(t){var e=E(t,2),r=e[0].timestamp;return e[1].timestamp-r>0}),U.map).call(t,function(t){var e=E(t,2),r=e[0],n=r.value,o=r.timestamp,i=e[1];return(i.value-n)/(i.timestamp-o)}),X.startWith).call(t,0),O=F.merge.call(M.Observable,(t=(t=J.withLatestFrom.call(a,n.translateX$,S),U.map).call(t,function(t){var r=E(t,3),n=r[1],o=r[2];return f.call(e,o,n)}),I._do).call(t,function(t){return e[A.sFire]("slideend",{detail:t})}),(t=this[ct],I._do).call(t,d.bind(this)));n.tween$=(t=(t=I._do.call(O,function(t){e[A.sSetState]("opened",t),e[ht]&&!t&&(e[ht].style.overflow="")}),J.withLatestFrom).call(t,n.translateX$),$.switchMap).call(t,function(t){var r,n=E(t,2),i=n[0],s=n[1],a="left"===e.align?1:-1,c=(i?e[ut]*a:0)-s;return(r=(r=(r=(0,Z.createTween)(Z.linearTween,s,c,Q),I._do).call(r,{complete:function(){return e[rt].next(i)}}),Y.takeUntil).call(r,o),Y.takeUntil).call(r,e[nt])}),n.translateX$.subscribe(m.bind(this)),R.fromEvent.call(M.Observable,this[lt],"click").subscribe(function(){return e.close()}),r.subscribe(function(t){e[lt].style.display=t?"block":"none"}),this[nt].subscribe(function(t){var r="left"===t?"right":"left";e[ft].classList.remove("hy-drawer-"+r),e[ft].classList.add("hy-drawer-"+t)}),(t=R.fromEvent.call(M.Observable,window,"popstate"),u).call(t,this[at]).subscribe(function(){var t="#"+b.call(e)+"--opened",r=window.location.hash===t;r!==e.opened&&e[ct].next(r)})}var 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};Object.defineProperty(r,"__esModule",{value:!0}),r.sSetupDOM=r.sSetup=r.MIXIN_FEATURE_TESTS=void 0;var O=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),j=function t(e,r,n){null===e&&(e=Function.prototype);var o=Object.getOwnPropertyDescriptor(e,r);if(void 0===o){var i=Object.getPrototypeOf(e);return null===i?void 0:t(i,r,n)}if("value"in o)return o.value;var s=o.get;if(void 0!==s)return s.call(n)},E=function(){function t(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{!n&&a.return&&a.return()}finally{if(o)throw i}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();r.drawerMixin=function(t){return function(e){function r(){return n(this,r),o(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return i(r,(0,T.componentMixin)(t)),O(r,[{key:A.sSetup,value:function(t,e){j(r.prototype.__proto__||Object.getPrototypeOf(r.prototype),A.sSetup,this).call(this,t,e),this[rt]=new P.Subject,this[nt]=new P.Subject,this[ot]=new P.Subject,this[it]=new P.Subject,this[st]=new P.Subject,this[at]=new P.Subject,this[ct]=new P.Subject,this[lt]=this.root.querySelector(".hy-drawer-scrim"),this[ft]=this.root.querySelector(".hy-drawer-content"),this._hideOverflow&&(this[ht]=document.querySelector(this._hideOverflow)),this[ft].classList.add("hy-drawer-"+this.align),x.call(this);var n="#"+b.call(this)+"--opened";return window.location.hash===n&&this[A.sSetState]("opened",!0),this[rt].next(this.opened),this[nt].next(this.align),this[ot].next(this.persistent),this[it].next(this.preventDefault),this[st].next(this.mouseEvents),this[at].next(this._backButton),this[A.sFire]("init",{detail:this.opened}),this}},{key:"open",value:function(){return arguments.length>0&&void 0!==arguments[0]&&!arguments[0]?this.opened=!0:this[ct].next(!0),this}},{key:"close",value:function(){return arguments.length>0&&void 0!==arguments[0]&&!arguments[0]?this.opened=!1:this[ct].next(!1),this}},{key:"toggle",value:function(){return arguments.length>0&&void 0!==arguments[0]&&!arguments[0]?this.opened=!this.opened:this[ct].next(!this.opened),this}},{key:"_animateTo",value:function(t){return this[ct].next(t),this}},{key:"_jumpTo",value:function(t){return this.opened=t,this}}],[{key:"componentName",get:function(){return"hy-drawer"}},{key:"defaults",get:function(){return{opened:!1,align:"left",persistent:!1,range:[0,100],threshold:10,preventDefault:!1,mouseEvents:!1,_backButton:!1,_hideOverflow:null}}},{key:"types",get:function(){return{opened:k.boolean,align:k.string,persistent:k.boolean,range:(0,k.arrayOf)(k.number),threshold:k.number,preventDefault:k.boolean,mouseEvents:k.boolean,_backButton:k.boolean,_hideOverflow:k.string}}},{key:"sideEffects",get:function(){return{opened:function(t){this[rt].next(t)},align:function(t){this[nt].next(t)},persistent:function(t){this[ot].next(t)},preventDefault:function(t){this[it].next(t)},mouseEvents:function(t){this[st].next(t)},_backButton:function(t){this[at].next(t)},_hideOverflow:function(t){this[ht]&&(this[ht].style.overflow=""),this[ht]=document.querySelector(t)}}}}]),r}()},t("core-js/fn/array/from"),t("core-js/fn/function/bind"),t("core-js/fn/object/assign");var T=t("hy-component/src/component"),A=t("hy-component/src/symbols"),k=t("hy-component/src/types"),M=t("rxjs/Observable"),P=t("rxjs/Subject"),N=t("rxjs/observable/combineLatest"),C=t("rxjs/observable/defer"),R=t("rxjs/observable/fromEvent"),F=t("rxjs/observable/merge"),L=t("rxjs/observable/never"),I=t("rxjs/operator/do"),D=t("rxjs/operator/filter"),U=t("rxjs/operator/map"),q=t("rxjs/operator/mapTo"),z=t("rxjs/operator/pairwise"),H=t("rxjs/operator/repeatWhen"),B=t("rxjs/operator/sample"),W=t("rxjs/operator/share"),V=t("rxjs/operator/skipWhile"),X=t("rxjs/operator/startWith"),$=t("rxjs/operator/switchMap"),G=t("rxjs/operator/take"),Y=t("rxjs/operator/takeUntil"),K=t("rxjs/operator/timestamp"),J=t("rxjs/operator/withLatestFrom"),Z=t("../common");r.MIXIN_FEATURE_TESTS=new Z.Set([].concat(function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}(T.COMPONENT_FEATURE_TESTS),["eventlistener","queryselector","requestanimationframe","classlist","opacity","csstransforms","csspointerevents"]));r.sSetup=A.sSetup,r.sSetupDOM=A.sSetupDOM;var Q=200,tt=.15,et=e.Symbol||function(t){return"_"+t},rt=et("openedObservable"),nt=et("alignObservable"),ot=et("persistentObservable"),it=et("preventDefaultObservable"),st=et("mouseEventsObservable"),at=et("backButtonObservable"),ct=et("animateToObservable"),ut=et("drawerWidth"),lt=et("scrimElement"),ft=et("contentElement"),ht=et("scrollElement"),pt=Object.assign.bind(Object),dt=Math.abs.bind(Math),bt=Math.min.bind(Math),yt=Math.max.bind(Math)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../common":126,"core-js/fn/array/from":20,"core-js/fn/function/bind":23,"core-js/fn/object/assign":25,"hy-component/src/component":121,"hy-component/src/symbols":123,"hy-component/src/types":124,"rxjs/Observable":141,"rxjs/Subject":145,"rxjs/observable/combineLatest":161,"rxjs/observable/defer":162,"rxjs/observable/fromEvent":167,"rxjs/observable/merge":168,"rxjs/observable/never":169,"rxjs/operator/do":178,"rxjs/operator/filter":180,"rxjs/operator/map":182,"rxjs/operator/mapTo":183,"rxjs/operator/pairwise":189,"rxjs/operator/repeatWhen":191,"rxjs/operator/sample":192,"rxjs/operator/share":193,"rxjs/operator/skipWhile":194,"rxjs/operator/startWith":195,"rxjs/operator/switchMap":196,"rxjs/operator/take":197,"rxjs/operator/takeUntil":198,"rxjs/operator/timestamp":199,"rxjs/operator/withLatestFrom":201}],128:[function(t,e,r){var n="@media screen {\n .hy-drawer-scrim {\n display: block;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 0;\n z-index: 2;\n pointer-events: none;\n background: rgba(0, 0, 0, 0.5);\n transform: translateX(0);\n -webkit-tap-highlight-color: transparent;\n }\n\n .hy-drawer-content {\n position: fixed;\n bottom: 0;\n top: 0;\n z-index: 3;\n overflow-x: hidden;\n overflow-y: auto;\n contain: strict;\n width: 300px;\n background: #e8e8e8;\n box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);\n transform: translateX(0);\n -webkit-overflow-scrolling: touch;\n }\n\n .hy-drawer-content.hy-drawer-left {\n left: -300px;\n }\n\n .hy-drawer-content.hy-drawer-right {\n right: -300px;\n }\n\n .hy-drawer-content.hy-drawer-left.hy-drawer-opened {\n left: 0!important;\n transform: translateX(0)!important;\n }\n\n .hy-drawer-content.hy-drawer-right.hy-drawer-opened {\n right: 0!important;\n transform: translateX(0)!important;\n }\n}\n@media print {\n .hy-drawer-scrim {\n display: none!important;\n }\n\n .hy-drawer-content {\n transform: none!important;\n }\n}\n";t("browserify-css").createStyle(n,{href:"node_modules/hy-drawer/src/style.css"},{insertAt:"bottom"}),e.exports=n},{"browserify-css":11}],129:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":s(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":s(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var 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};Object.defineProperty(r,"__esModule",{value:!0}),r.Drawer=r.VANILLA_FEATURE_TESTS=void 0;var a=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}();t("core-js/fn/array/from");var c=t("hy-component/src/vanilla"),u=t("hy-component/src/symbols"),l=t("../common"),f=t("../mixin");t("../style.css");r.VANILLA_FEATURE_TESTS=new l.Set([].concat(function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}(f.MIXIN_FEATURE_TESTS),["classlist"])),r.Drawer=function(t){function e(){return n(this,e),o(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return i(e,(0,f.drawerMixin)(c.VanillaComponent)),a(e,[{key:u.sSetupDOM,value:function(t){if(!t)throw Error("No element provided");var e=document.createElement("div"),r=document.createElement("div");for(e.classList.add("hy-drawer-scrim"),r.classList.add("hy-drawer-content");t.children.length>0;)r.appendChild(t.children[0]);return t.appendChild(e),t.appendChild(r),t}}]),e}()},{"../common":126,"../mixin":127,"../style.css":128,"core-js/fn/array/from":20,"hy-component/src/symbols":123,"hy-component/src/vanilla":125}],130:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":a(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":a(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}var 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};Object.defineProperty(r,"__esModule",{value:!0}),r.HTMLDrawerElement=r.WEBCOMPONENT_FEATURE_TESTS=void 0;var c=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}();t("core-js/fn/array/from");var u=t("hy-component/src/custom-element"),l=t("hy-component/src/symbols"),f=t("../common"),h=t("../mixin"),p=function(t){return t&&t.__esModule?t:{default:t}}(t("./template.html"));r.WEBCOMPONENT_FEATURE_TESTS=new f.Set([].concat(s(u.CUSTOM_ELEMENT_FEATURE_TESTS),s(h.MIXIN_FEATURE_TESTS))),r.HTMLDrawerElement=function(t){function e(){return n(this,e),o(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return i(e,(0,u.customElementMixin)((0,h.drawerMixin)(u.CustomElement))),c(e,[{key:l.sGetTemplate,value:function(){return(0,u.fragmentFromString)(p.default)}}],[{key:"observedAttributes",get:function(){return this.getObservedAttributes()}}]),e}()},{"../common":126,"../mixin":127,"./template.html":131,"core-js/fn/array/from":20,"hy-component/src/custom-element":122,"hy-component/src/symbols":123}],131:[function(t,e,r){e.exports='<div class="hy-drawer-scrim"></div>\n<div class="hy-drawer-content">\n <slot></slot>\n</div>\n\n<style>\n /* HACK: Hard-coded: ../style.css */\n @media screen {\n .hy-drawer-scrim {\n display: block;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 0;\n z-index: 2;\n pointer-events: none;\n background: rgba(0, 0, 0, 0.5);\n transform: translateX(0);\n -webkit-tap-highlight-color: transparent;\n }\n\n .hy-drawer-content {\n position: fixed;\n bottom: 0;\n top: 0;\n z-index: 3;\n overflow-x: hidden;\n overflow-y: auto;\n transform: translateX(0);\n contain: strict;\n width: 300px;\n background: #e8e8e8;\n box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);\n -webkit-overflow-scrolling: touch;\n }\n\n .hy-drawer-content.hy-drawer-left {\n left: -300px;\n }\n\n .hy-drawer-content.hy-drawer-right {\n right: -300px;\n }\n\n .hy-drawer-content.hy-drawer-left.hy-drawer-opened {\n left: 0!important;\n transform: translateX(0)!important;\n }\n\n .hy-drawer-content.hy-drawer-right.hy-drawer-opened {\n right: 0!important;\n transform: translateX(0)!important;\n }\n }\n\n @media print {\n .hy-drawer-scrim {\n display: none!important;\n }\n\n .hy-drawer-content {\n transform: none!important;\n }\n }\n\n /* HACK: Hard-coded ./style.css */\n @media screen {\n :host {\n\n }\n\n .hy-drawer-content {\n @apply --hy-drawer-content-container;\n width: var(--hy-drawer-width, 300px);\n background: var(--hy-drawer-background, #e8e8e8);\n box-shadow: var(--hy-drawer-box-shadow, 0 0 15px rgba(0, 0, 0, 0.25));\n z-index: var(--hy-drawer-z-index, 3);\n }\n\n .hy-drawer-content.hy-drawer-left {\n left: calc(-1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 300px)));\n }\n\n .hy-drawer-content.hy-drawer-right {\n right: calc(-1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 300px)));\n }\n\n .hy-drawer-scrim {\n @apply --hy-drawer-scrim-container;\n background: var(--hy-drawer-scrim-background, rgba(0, 0, 0, 0.5));\n z-index: var(--hy-drawer-scrim-z-index, 2);\n }\n }\n</style>\n'},{}],132:[function(t,e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.matches=r.Set=void 0,r.matchesAncestors=function(t){for(var e=this;e!==document&&e!==document.documentElement;){var r;if((r=e,o).call(r,t))return e;e=e.parentNode}return null},r.isExternal=function(t){var e=t.protocol,r=t.host;return e!==window.location.protocol||r!==window.location.host},r.isHash=function(t){var e=t.hash,r=t.origin,n=t.pathname;return""!==e&&r===window.location.origin&&n===window.location.pathname},r.getScrollHeight=function(){var t=document.documentElement,e=document.body,r="scrollHeight";return t[r]||e[r]},r.getScrollLeft=function(){return window.pageXOffset||document.body.scrollLeft},r.getScrollTop=function(){return window.pageYOffset||document.body.scrollTop},r.fragmentFromString=function(t){return document.createRange().createContextualFragment(t)};var n=t("hy-component/src/common");r.Set=n.Set;var o=r.matches=Element.prototype.matches||Element.prototype.matchesSelector||Element.prototype.msMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.webkitMatchesSelector||Element.prototype.oMatchesSelector},{"hy-component/src/common":120}],133:[function(t,e,r){(function(e){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":$(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":$(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function a(t){var e=this;return St.switchMap.call(t,function(t){return t?at.never.call(tt.Observable):e})}function c(t,e,r){var n,o=this;return(n=o,ft._catch).call(n,function(t,e){return e}).subscribe(t,e,r)}function u(t,e){return t&&""===t.target&&(!e||-1!==t.href.search(e))}function l(t){var e=t.metaKey,r=t.ctrlKey,n=t.currentTarget;return!e&&!r&&u(n,this._hrefRegex)&&!(0,kt.isExternal)(n)}function f(t){var e=t.currentTarget;return u(e,this._hrefRegex)&&!(0,kt.isExternal)(e)&&!(0,kt.isHash)(e)}function h(){return this.el.id||this.constructor.componentName}function p(t){if(t){var e=document.getElementById(t.substr(1));e&&e.scrollIntoView()}else window.scroll(window.pageXOffset,0)}function d(){var t=h.call(this),e=window.history.state&&window.history.state[t]||{};null!=e.scrollTop?(document.body.style.minHeight=e.scrollHeight,window.scroll(window.pageXOffset,e.scrollTop)):e.hash&&p(window.location.hash)}function b(t){var e=t.type,r=t.url.hash;e===Nt&&p(r),e===Ct&&this.scrollRestoration&&d.call(this)}function y(t){var e=h.call(this);return qt(t,s({},e,qt(t[e]||{},{scrollTop:(0,kt.getScrollTop)(),scrollHeight:(0,kt.getScrollHeight)()})))}function m(t){var e=t.type,r=t.replace,n=t.url,o=n.href,i=n.hash;if(e===Nt||e===Mt){var a=h.call(this),c=r?"replaceState":"pushState";window.history[c](s({},a,{hash:!!i}),"",o)}}function v(t){var e=t.type,r=t.url,n=r.hash,o=r.href;if(e===Nt){var i=h.call(this),a=qt(window.history.state,s({},i,qt(window.history.state[i],{hash:!0}))),c=s({},i,{hash:!0});window.history.replaceState(a,document.title,window.location.href),window.history.pushState(c,document.title,o)}p(n)}function g(){var t=y.call(this,window.history.state||{});window.history.replaceState(t,document.title,window.location)}function _(){"scrollRestoration"in window.history&&this.scrollRestoration&&(window.history.scrollRestoration="manual"),d.call(this),window.addEventListener("beforeunload",g.bind(this))}function w(t){return{method:"GET",responseType:"text",url:t.url}}function x(t,e){var r=e.status,n=e.xhr;return n&&n.response&&r>400?ct.of.call(tt.Observable,qt(t,{response:n.response})):ct.of.call(tt.Observable,qt(t,{error:e}))}function S(t){var e,r=this;return(e=(e=lt.ajax.call(tt.Observable,w(t)),yt.map).call(e,function(e){var r=e.response;return qt(t,{response:r})}),ft._catch).call(e,function(e){return x.call(r,t,e)})}function O(t,e,r){return t.url.href===e.url.href&&null==e.error?ct.of.call(tt.Observable,e):Ot.take.call(r,1)}function j(t,e){var r,n=K(e,2),o=n[0],i=n[1];return(r=(r=O(o,i,t),yt.map).call(r,function(t){return qt(t,o)}),At.zipProto).call(r,this[Ft],function(t){return t})}function E(t){var e=this,r=[];return t.forEach(function(t){var n;return(n=t.querySelectorAll(e._scriptSelector),Dt).call(n,function(t){var e=[t,t.previousElementSibling];t.parentNode.removeChild(t),r.push(e)})}),r}function T(t){var e,r=K(t,2),n=r[0],o=r[1],i=document.write;return document.write=function(){for(var t,e=arguments.length,r=Array(e),n=0;n<e;n++)r[n]=arguments[n];var i=document.createElement("noscript");i.innerHTML=r.join(),(t=i.childNodes,Dt).call(t,function(t){o.parentNode.insertBefore(t,o)})},""!==n.src?tt.Observable.create(function(t){n.addEventListener("load",function(e){document.write=i,t.complete(e)}),n.addEventListener("error",function(e){document.write=i,t.error(e)}),o.parentNode.insertBefore(n,o.nextElementSibling)}):(e=ct.of.call(tt.Observable,{}),dt._do).call(e,function(){o.parentNode.insertBefore(n,o.nextElementSibling),document.write=i})}function A(t){var e,r=t.scripts;return(e=(e=(e=ot.from.call(tt.Observable,r),ht.concatMap).call(e,T),ft._catch).call(e,function(e){throw qt(t,{error:e})}),Et.toPromise).call(e).then(function(){return t})}function k(t){return(t.querySelector("title")||{}).textContent}function M(t){if(this.replaceIds.length>0)return this.replaceIds.map(function(e){return t.getElementById(e)});var e=void 0;if(this.el.id)e=t.getElementById(this.el.id);else{var r,n=(r=document.getElementsByTagName(this.el.tagName),Ut).call(r,this.el);e=t.querySelectorAll(this.el.tagName)[n]}return[e]}function P(t){var e=t.response,r=(0,kt.fragmentFromString)(e),n=k.call(this,r),o=M.call(this,r);if(o.some(function(t){return null==t}))throw qt(t,{relaceElMissing:!0});var i=this._scriptSelector?E.call(this,o):[];return qt(t,{title:n,replaceEls:o,scripts:i})}function N(t){this.replaceIds.map(function(t){return document.getElementById(t)}).forEach(function(e,r){e.parentNode.replaceChild(t[r],e)})}function C(t){var e=K(t,1)[0];this.el.innerHTML=e.innerHTML}function R(t){this.replaceIds.length>0?N.call(this,t):C.call(this,t)}function F(t){try{var e=t.title,r=t.replaceEls,n=t.type;document.title=e,n===Nt&&window.history.replaceState(window.history.state,e,window.location),R.call(this,r)}catch(e){throw qt(t,{error:e})}}function L(t){var e=this;this[Ft]=ut.timer.call(tt.Observable,this.duration);this[Z.sFire]("start",{detail:qt(t,{waitUntil:function(t){e[Ft]=t}})})}function I(t){var e=t.relaceElMissing,r=t.url;if(e){window.history.back(),setTimeout(function(){document.location.href=r},100)}else this[Z.sFire]("error",{detail:t})}function D(t){this[Z.sFire]("networkerror",{detail:t})}function U(t){this[Z.sFire]("error",{detail:t})}function q(t){this[Z.sFire]("ready",{detail:t})}function z(t){this[Z.sFire]("after",{detail:t})}function H(t){this[Z.sFire]("progress",{detail:t})}function B(t){this[Z.sFire]("load",{detail:t})}function W(t,e){return t.url.href===e.url.href&&t.error===e.error&&t.cacheNr===e.cacheNr}function V(t){var e=K(t,2),r=e[0].url.pathname,n=e[1],o=n.url,i=o.pathname,s=o.hash,a=n.type;return i===r&&(a===Ct||a===Nt&&""!==s)}function X(){var t,e=this,r=new et.Subject,n=new et.Subject;this[Lt]=new et.Subject;var o={},i=(t=(t=bt.filter.call(r,l.bind(this)),yt.map).call(t,function(t){return{type:Nt,url:new URL(t.currentTarget.href),anchor:t.currentTarget,event:t,cacheNr:zt}}),dt._do).call(t,function(t){t.event.preventDefault(),g.call(e)}),s=(t=(t=it.fromEvent.call(tt.Observable,window,"popstate"),bt.filter).call(t,function(){return window.history.state&&window.history.state[h.call(e)]}),yt.map).call(t,function(t){return{type:Ct,url:new URL(window.location),event:t,cacheNr:zt}}),u=(t=(t=(t=(t=st.merge.call(tt.Observable,i,s,this[Lt]),xt.startWith).call(t,{url:new URL(window.location)}),_t.pairwise).call(t),wt.share).call(t),gt.partition).call(t,V).map(function(t){var e;return(e=yt.map.call(t,function(t){return K(t,2)[1]}),wt.share).call(e)}),p=K(u,2),d=p[0],y=p[1],_=(t=(t=nt.defer.call(tt.Observable,function(){var t;return st.merge.call(tt.Observable,mt.mapTo.call(y,!0),(t=o.fetch$,mt.mapTo).call(t,!1))}),xt.startWith).call(t,!1),wt.share).call(t),w=(t=(t=a.call(n,_),bt.filter).call(t,f.bind(this)),yt.map).call(t,function(t){return{type:Pt,url:new URL(t.currentTarget.href),anchor:t.currentTarget,event:t,cacheNr:zt}}),x=(t=(t=(t=(t=st.merge.call(tt.Observable,w,y),pt.distinctUntilChanged).call(t,W),St.switchMap).call(t,S.bind(this)),xt.startWith).call(t,{url:{}}),wt.share).call(t);o.fetch$=(t=(t=(t=(t=dt._do.call(y,m.bind(this)),dt._do).call(t,L.bind(this)),Tt.withLatestFrom).call(t,x),St.switchMap).call(t,j.bind(this,x)),wt.share).call(t);var O=(t=o.fetch$,gt.partition).call(t,function(t){return!t.error}),E=K(O,2),T=E[0],N=E[1],C=(t=(t=(t=(t=(t=(t=(t=yt.map.call(T,P.bind(this)),vt.observeOn).call(t,rt.animationFrame),dt._do).call(t,q.bind(this)),dt._do).call(t,F.bind(this)),dt._do).call(t,z.bind(this)),dt._do).call(t,b.bind(this)),dt._do).call(t,{error:I.bind(this)}),ft._catch).call(t,function(t,e){return e});if(this._scriptSelector){var R;C=(R=(R=(R=C,St.switchMap).call(R,A.bind(this)),dt._do).call(R,{error:U.bind(this)}),ft._catch).call(R,function(t,e){return e})}if((t=C,c).call(t,B.bind(this)),c.call(d,v.bind(this)),c.call(N,D.bind(this)),(t=St.switchMap.call(y,function(t){var r;return(r=(r=nt.defer.call(tt.Observable,function(){return e[Ft]}),jt.takeUntil).call(r,o.fetch$),mt.mapTo).call(r,t)}),c).call(t,H.bind(this)),"MutationObserver"in window&&"Set"in window){var X,$=new et.Subject,G=new kt.Set,Y=$.next.bind($),J=r.next.bind(r),Q=n.next.bind(n),ot=function(t){if(t instanceof Element){var r;(r=t.querySelectorAll(e.linkSelector),Dt).call(r,function(t){G.has(t)||(G.add(t),t.addEventListener("click",J),t.addEventListener("mouseenter",Q,{passive:!0}),t.addEventListener("touchstart",Q,{passive:!0}),t.addEventListener("focus",Q,{passive:!0}))})}},at=function(t){if(t instanceof Element){var r;(r=t.querySelectorAll(e.linkSelector),Dt).call(r,function(t){G.delete(t),t.removeEventListener("click",J),t.removeEventListener("mouseenter",Q,{passive:!0}),t.removeEventListener("touchstart",Q,{passive:!0}),t.removeEventListener("focus",Q,{passive:!0})})}},ct=new MutationObserver(function(t){return Dt.call(t,Y)});(X=a.call($,_),c).call(X,function(t){var r=t.addedNodes,n=t.removedNodes;Dt.call(n,at.bind(e)),Dt.call(r,ot.bind(e))}),ct.observe(this.el,{childList:!0,subtree:!0}),ot.call(this,this.el)}else this.el.addEventListener("click",function(t){var n,o=(n=t.target,kt.matchesAncestors).call(n,e.linkSelector);o&&o.href&&(t.currentTarget=o,r.next(t))});var ut=new URL(window.location);m.call(this,{type:Mt,replace:!0,url:ut}),this[Z.sFire]("init"),B.call(this,{type:Mt,title:k.call(this,document),replaceEls:M.call(this,document),url:ut,cacheNr:zt})}var $="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};Object.defineProperty(r,"__esModule",{value:!0}),r.POP=r.PUSH=r.HINT=r.INIT=r.sSetupDOM=r.sSetup=r.MIXIN_FEATURE_TESTS=void 0;var G=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),Y=function t(e,r,n){null===e&&(e=Function.prototype);var o=Object.getOwnPropertyDescriptor(e,r);if(void 0===o){var i=Object.getPrototypeOf(e);return null===i?void 0:t(i,r,n)}if("value"in o)return o.value;var s=o.get;if(void 0!==s)return s.call(n)},K=function(){function t(t,e){var r=[],n=!0,o=!1,i=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){o=!0,i=t}finally{try{!n&&a.return&&a.return()}finally{if(o)throw i}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();r.pushStateMixin=function(t){return function(e){function r(){return n(this,r),o(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return i(r,(0,J.componentMixin)(t)),G(r,[{key:Z.sSetup,value:function(t,e){return Y(r.prototype.__proto__||Object.getPrototypeOf(r.prototype),Z.sSetup,this).call(this,t,e),_.call(this),X.call(this),this}},{key:Z.sSetupDOM,value:function(t){return t}},{key:"assign",value:function(t){this[Lt].next({type:Nt,url:new URL(t,window.location),cacheNr:++zt})}},{key:"reload",value:function(){this[Lt].next({type:Nt,url:new URL(window.location.href),cacheNr:++zt})}},{key:"replace",value:function(t){this[Lt].next({type:Nt,url:new URL(t,window.location),cacheNr:++zt,replace:!0})}}],[{key:"componentName",get:function(){return"hy-push-state"}},{key:"defaults",get:function(){return{replaceIds:[],linkSelector:"a[href]:not(.no-push-state)",scrollRestoration:!1,duration:0,_hrefRegex:null,_scriptSelector:null}}},{key:"types",get:function(){return{replaceIds:Q.array,linkSelector:Q.string,scrollRestoration:Q.boolean,duration:Q.number,_hrefRegex:Q.regex,_scriptSelector:Q.string}}},{key:"sideEffects",get:function(){return{}}}]),r}()},t("core-js/fn/array/for-each"),t("core-js/fn/array/from"),t("core-js/fn/function/bind"),t("core-js/fn/object/assign");var J=t("hy-component/src/component"),Z=t("hy-component/src/symbols"),Q=t("hy-component/src/types"),tt=t("rxjs/Observable"),et=t("rxjs/Subject"),rt=t("rxjs/scheduler/animationFrame"),nt=t("rxjs/observable/defer"),ot=t("rxjs/observable/from"),it=t("rxjs/observable/fromEvent"),st=t("rxjs/observable/merge"),at=t("rxjs/observable/never"),ct=t("rxjs/observable/of"),ut=t("rxjs/observable/timer"),lt=t("rxjs/observable/dom/ajax"),ft=t("rxjs/operator/catch"),ht=t("rxjs/operator/concatMap"),pt=t("rxjs/operator/distinctUntilChanged"),dt=t("rxjs/operator/do"),bt=t("rxjs/operator/filter"),yt=t("rxjs/operator/map"),mt=t("rxjs/operator/mapTo"),vt=t("rxjs/operator/observeOn"),gt=t("rxjs/operator/partition"),_t=t("rxjs/operator/pairwise"),wt=t("rxjs/operator/share"),xt=t("rxjs/operator/startWith"),St=t("rxjs/operator/switchMap"),Ot=t("rxjs/operator/take"),jt=t("rxjs/operator/takeUntil"),Et=t("rxjs/operator/toPromise"),Tt=t("rxjs/operator/withLatestFrom"),At=t("rxjs/operator/zip");t("../url");var kt=t("../common");r.MIXIN_FEATURE_TESTS=new kt.Set([].concat(function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}(J.COMPONENT_FEATURE_TESTS),["documentfragment","eventlistener","history","promises","queryselector","requestanimationframe"]));r.sSetup=Z.sSetup,r.sSetupDOM=Z.sSetupDOM;var Mt=r.INIT="init",Pt=r.HINT="hint",Nt=r.PUSH="push",Ct=r.POP="pop",Rt=e.Symbol||function(t){return"_"+t},Ft=Rt("animPromise"),Lt=Rt("reloadObservable"),It=Array.prototype,Dt=It.forEach,Ut=It.indexOf,qt=Object.assign.bind(Object);DocumentFragment.prototype.getElementById=DocumentFragment.prototype.getElementById||function(t){return this.querySelector("#"+t)};var zt=1}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../common":132,"../url":134,"core-js/fn/array/for-each":19,"core-js/fn/array/from":20,"core-js/fn/function/bind":23,"core-js/fn/object/assign":25,"hy-component/src/component":121,"hy-component/src/symbols":123,"hy-component/src/types":124,"rxjs/Observable":141,"rxjs/Subject":145,"rxjs/observable/defer":162,"rxjs/observable/dom/ajax":164,"rxjs/observable/from":166,"rxjs/observable/fromEvent":167,"rxjs/observable/merge":168,"rxjs/observable/never":169,"rxjs/observable/of":170,"rxjs/observable/timer":171,"rxjs/operator/catch":172,"rxjs/operator/concatMap":175,"rxjs/operator/distinctUntilChanged":177,"rxjs/operator/do":178,"rxjs/operator/filter":180,"rxjs/operator/map":182,"rxjs/operator/mapTo":183,"rxjs/operator/observeOn":188,"rxjs/operator/pairwise":189,"rxjs/operator/partition":190,"rxjs/operator/share":193,"rxjs/operator/startWith":195,"rxjs/operator/switchMap":196,"rxjs/operator/take":197,"rxjs/operator/takeUntil":198,"rxjs/operator/toPromise":200,"rxjs/operator/withLatestFrom":201,"rxjs/operator/zip":202,"rxjs/scheduler/animationFrame":208}],134:[function(t,e,r){"use strict";!function(){function t(t,e){if(!t)throw new TypeError("Invalid argument");var r=document.implementation.createHTMLDocument("");if(e){var n=r.createElement("base");n.href=e,r.head.appendChild(n)}var o=r.createElement("a");if(o.href=t,r.body.appendChild(o),":"===o.protocol||!/:/.test(o.href))throw new TypeError("Invalid URL");Object.defineProperty(this,"_anchorElement",{value:o})}if(!(window.URL&&window.URL.prototype&&"href"in window.URL.prototype)){t.prototype={toString:function(){return this.href},get href(){return this._anchorElement.href},set href(t){this._anchorElement.href=t},get protocol(){return this._anchorElement.protocol},set protocol(t){this._anchorElement.protocol=t},get host(){return this._anchorElement.host},set host(t){this._anchorElement.host=t},get hostname(){return this._anchorElement.hostname},set hostname(t){this._anchorElement.hostname=t},get port(){return this._anchorElement.port},set port(t){this._anchorElement.port=t},get pathname(){return this._anchorElement.pathname},set pathname(t){this._anchorElement.pathname=t},get search(){return this._anchorElement.search},set search(t){this._anchorElement.search=t},get hash(){return this._anchorElement.hash},set hash(t){this._anchorElement.hash=t}};var e=window.URL||window.webkitURL||window.mozURL;t.createObjectURL=function(t){return e.createObjectURL.apply(e,arguments)},t.revokeObjectURL=function(t){return e.revokeObjectURL.apply(e,arguments)},Object.defineProperty(t.prototype,"toString",{enumerable:!1}),window.URL=t}}()},{}],135:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":s(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":s(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var 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};Object.defineProperty(r,"__esModule",{value:!0}),r.PushState=r.VANILLA_FEATURE_TESTS=void 0,t("core-js/fn/array/from");var a=t("hy-component/src/vanilla"),c=t("../mixin");r.VANILLA_FEATURE_TESTS=c.MIXIN_FEATURE_TESTS,r.PushState=function(t){function e(){return n(this,e),o(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return i(e,(0,c.pushStateMixin)(a.VanillaComponent)),e}()},{"../mixin":133,"core-js/fn/array/from":20,"hy-component/src/vanilla":125}],136:[function(t,e,r){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==(void 0===e?"undefined":a(e))&&"function"!=typeof e?t:e}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":a(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function s(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)}var 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};Object.defineProperty(r,"__esModule",{value:!0}),r.HTMLPushStateElement=r.WEBCOMPONENT_FEATURE_TESTS=void 0;var c=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}();t("core-js/fn/array/from");var u=t("hy-component/src/custom-element"),l=t("hy-component/src/symbols"),f=t("../common"),h=t("../mixin");r.WEBCOMPONENT_FEATURE_TESTS=new f.Set([].concat(s(u.CUSTOM_ELEMENT_FEATURE_TESTS),s(h.MIXIN_FEATURE_TESTS))),r.HTMLPushStateElement=function(t){function e(){return n(this,e),o(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return i(e,(0,u.customElementMixin)((0,h.pushStateMixin)(u.CustomElement))),c(e,[{key:l.sGetTemplate,value:function(){return null}}],[{key:"observedAttributes",get:function(){return this.getObservedAttributes()}}]),e}()},{"../common":132,"../mixin":133,"core-js/fn/array/from":20,"hy-component/src/custom-element":122,"hy-component/src/symbols":123}],137:[function(t,e,r){"use strict";e.exports=function(t){return!(!t||"string"==typeof t)&&(t instanceof Array||Array.isArray(t)||t.length>=0&&(t.splice instanceof Function||Object.getOwnPropertyDescriptor(t,t.length-1)&&"String"!==t.constructor.name))}},{}],138:[function(t,e,r){function n(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(t){if(f===setTimeout)return setTimeout(t,0);if((f===n||!f)&&setTimeout)return f=setTimeout,setTimeout(t,0);try{return f(t,0)}catch(e){try{return f.call(null,t,0)}catch(e){return f.call(this,t,0)}}}function s(t){if(h===clearTimeout)return clearTimeout(t);if((h===o||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function a(){y&&d&&(y=!1,d.length?b=d.concat(b):m=-1,b.length&&c())}function c(){if(!y){var t=i(a);y=!0;for(var e=b.length;e;){for(d=b,b=[];++m<e;)d&&d[m].run();m=-1,e=b.length}d=null,y=!1,s(t)}}function u(t,e){this.fun=t,this.array=e}function l(){}var f,h,p=e.exports={};!function(){try{f="function"==typeof setTimeout?setTimeout:n}catch(t){f=n}try{h="function"==typeof clearTimeout?clearTimeout:o}catch(t){h=o}}();var d,b=[],y=!1,m=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];b.push(new u(t,e)),1!==b.length||y||i(c)},u.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=l,p.addListener=l,p.once=l,p.off=l,p.removeListener=l,p.removeAllListeners=l,p.emit=l,p.prependListener=l,p.prependOnceListener=l,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},{}],139:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(e,r,n){t.call(this),this.parent=e,this.outerValue=r,this.outerIndex=n,this.index=0}return n(e,t),e.prototype._next=function(t){this.parent.notifyNext(this.outerValue,t,this.outerIndex,this.index++,this)},e.prototype._error=function(t){this.parent.notifyError(t,this),this.unsubscribe()},e.prototype._complete=function(){this.parent.notifyComplete(this),this.unsubscribe()},e}(t("./Subscriber").Subscriber);r.InnerSubscriber=o},{"./Subscriber":147}],140:[function(t,e,r){"use strict";var n=t("./Observable"),o=function(){function t(t,e,r){this.kind=t,this.value=e,this.error=r,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,r){switch(this.kind){case"N":return t&&t(this.value);case"E":return e&&e(this.error);case"C":return r&&r()}},t.prototype.accept=function(t,e,r){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,r)},t.prototype.toObservable=function(){switch(this.kind){case"N":return n.Observable.of(this.value);case"E":return n.Observable.throw(this.error);case"C":return n.Observable.empty()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return void 0!==e?new t("N",e):t.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return t.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}();r.Notification=o},{"./Observable":141}],141:[function(t,e,r){"use strict";var n=t("./util/root"),o=t("./util/toSubscriber"),i=t("./symbol/observable"),s=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var n=this.operator,i=o.toSubscriber(t,e,r);if(n?n.call(i,this.source):i.add(this.source?this._subscribe(i):this._trySubscribe(i)),i.syncErrorThrowable&&(i.syncErrorThrowable=!1,i.syncErrorThrown))throw i.syncErrorValue;return i},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.syncErrorThrown=!0,t.syncErrorValue=e,t.error(e)}},t.prototype.forEach=function(t,e){var r=this;if(e||(n.root.Rx&&n.root.Rx.config&&n.root.Rx.config.Promise?e=n.root.Rx.config.Promise:n.root.Promise&&(e=n.root.Promise)),!e)throw new Error("no Promise impl found");return new e(function(e,n){var o;o=r.subscribe(function(e){if(o)try{t(e)}catch(t){n(t),o.unsubscribe()}else t(e)},n,e)})},t.prototype._subscribe=function(t){return this.source.subscribe(t)},t.prototype[i.observable]=function(){return this},t.create=function(e){return new t(e)},t}();r.Observable=s},{"./symbol/observable":211,"./util/root":228,"./util/toSubscriber":230}],142:[function(t,e,r){"use strict";r.empty={closed:!0,next:function(t){},error:function(t){throw t},complete:function(){}}},{}],143:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(){t.apply(this,arguments)}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,o){this.destination.next(e)},e.prototype.notifyError=function(t,e){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.complete()},e}(t("./Subscriber").Subscriber);r.OuterSubscriber=o},{"./Subscriber":147}],144:[function(t,e,r){"use strict";var n=function(){function t(e,r){void 0===r&&(r=t.now),this.SchedulerAction=e,this.now=r}return t.prototype.schedule=function(t,e,r){return void 0===e&&(e=0),new this.SchedulerAction(this,t).schedule(r,e)},t.now=Date.now?Date.now:function(){return+new Date},t}();r.Scheduler=n},{}],145:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("./Observable"),i=t("./Subscriber"),s=t("./Subscription"),a=t("./util/ObjectUnsubscribedError"),c=t("./SubjectSubscription"),u=t("./symbol/rxSubscriber"),l=function(t){function e(e){t.call(this,e),this.destination=e}return n(e,t),e}(i.Subscriber);r.SubjectSubscriber=l;var f=function(t){function e(){t.call(this),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}return n(e,t),e.prototype[u.rxSubscriber]=function(){return new l(this)},e.prototype.lift=function(t){var e=new h(this,this);return e.operator=t,e},e.prototype.next=function(t){if(this.closed)throw new a.ObjectUnsubscribedError;if(!this.isStopped)for(var e=this.observers,r=e.length,n=e.slice(),o=0;o<r;o++)n[o].next(t)},e.prototype.error=function(t){if(this.closed)throw new a.ObjectUnsubscribedError;this.hasError=!0,this.thrownError=t,this.isStopped=!0;for(var e=this.observers,r=e.length,n=e.slice(),o=0;o<r;o++)n[o].error(t);this.observers.length=0},e.prototype.complete=function(){if(this.closed)throw new a.ObjectUnsubscribedError;this.isStopped=!0;for(var t=this.observers,e=t.length,r=t.slice(),n=0;n<e;n++)r[n].complete();this.observers.length=0},e.prototype.unsubscribe=function(){this.isStopped=!0,this.closed=!0,this.observers=null},e.prototype._trySubscribe=function(e){if(this.closed)throw new a.ObjectUnsubscribedError;return t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){if(this.closed)throw new a.ObjectUnsubscribedError;return this.hasError?(t.error(this.thrownError),s.Subscription.EMPTY):this.isStopped?(t.complete(),s.Subscription.EMPTY):(this.observers.push(t),new c.SubjectSubscription(this,t))},e.prototype.asObservable=function(){var t=new o.Observable;return t.source=this,t},e.create=function(t,e){return new h(t,e)},e}(o.Observable);r.Subject=f;var h=function(t){function e(e,r){t.call(this),this.destination=e,this.source=r}return n(e,t),e.prototype.next=function(t){var e=this.destination;e&&e.next&&e.next(t)},e.prototype.error=function(t){var e=this.destination;e&&e.error&&this.destination.error(t)},e.prototype.complete=function(){var t=this.destination;t&&t.complete&&this.destination.complete()},e.prototype._subscribe=function(t){return this.source?this.source.subscribe(t):s.Subscription.EMPTY},e}(f);r.AnonymousSubject=h},{"./Observable":141,"./SubjectSubscription":146,"./Subscriber":147,"./Subscription":148,"./symbol/rxSubscriber":212,"./util/ObjectUnsubscribedError":215}],146:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(e,r){t.call(this),this.subject=e,this.subscriber=r,this.closed=!1}return n(e,t),e.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var r=e.indexOf(this.subscriber);-1!==r&&e.splice(r,1)}}},e}(t("./Subscription").Subscription);r.SubjectSubscription=o},{"./Subscription":148}],147:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("./util/isFunction"),s=t("./Subscription"),a=t("./Observer"),c=t("./symbol/rxSubscriber"),u=function(t){function e(r,o,i){switch(t.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.empty;break;case 1:if(!r){this.destination=a.empty;break}if("object"===(void 0===r?"undefined":n(r))){r instanceof e?(this.destination=r,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new l(this,r));break}default:this.syncErrorThrowable=!0,this.destination=new l(this,r,o,i)}}return o(e,t),e.prototype[c.rxSubscriber]=function(){return this},e.create=function(t,r,n){var o=new e(t,r,n);return o.syncErrorThrowable=!1,o},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e.prototype._unsubscribeAndRecycle=function(){var t=this,e=t._parent,r=t._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=r,this},e}(s.Subscription);r.Subscriber=u;var l=function(t){function e(e,r,n,o){t.call(this),this._parentSubscriber=e;var s,c=this;i.isFunction(r)?s=r:r&&(s=r.next,n=r.error,o=r.complete,r!==a.empty&&(c=Object.create(r),i.isFunction(c.unsubscribe)&&this.add(c.unsubscribe.bind(c)),c.unsubscribe=this.unsubscribe.bind(this))),this._context=c,this._next=s,this._error=n,this._complete=o}return o(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber;if(this._error)e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else{if(!e.syncErrorThrowable)throw this.unsubscribe(),t;e.syncErrorValue=t,e.syncErrorThrown=!0,this.unsubscribe()}}},e.prototype.complete=function(){var t=this;if(!this.isStopped){var e=this._parentSubscriber;if(this._complete){var r=function(){return t._complete.call(t._context)};e.syncErrorThrowable?(this.__tryOrSetError(e,r),this.unsubscribe()):(this.__tryOrUnsub(r),this.unsubscribe())}else this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){throw this.unsubscribe(),t}},e.prototype.__tryOrSetError=function(t,e,r){try{e.call(this._context,r)}catch(e){return t.syncErrorValue=e,t.syncErrorThrown=!0,!0}return!1},e.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},e}(u)},{"./Observer":142,"./Subscription":148,"./symbol/rxSubscriber":212,"./util/isFunction":221}],148:[function(t,e,r){"use strict";function n(t){return t.reduce(function(t,e){return t.concat(e instanceof l.UnsubscriptionError?e.errors:e)},[])}var 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},i=t("./util/isArray"),s=t("./util/isObject"),a=t("./util/isFunction"),c=t("./util/tryCatch"),u=t("./util/errorObject"),l=t("./util/UnsubscriptionError"),f=function(){function t(t){this.closed=!1,this._parent=null,this._parents=null,this._subscriptions=null,t&&(this._unsubscribe=t)}return t.prototype.unsubscribe=function(){var t,e=!1;if(!this.closed){var r=this,o=r._parent,f=r._parents,h=r._unsubscribe,p=r._subscriptions;this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null;for(var d=-1,b=f?f.length:0;o;)o.remove(this),o=++d<b&&f[d]||null;if(a.isFunction(h)&&(m=c.tryCatch(h).call(this))===u.errorObject&&(e=!0,t=t||(u.errorObject.e instanceof l.UnsubscriptionError?n(u.errorObject.e.errors):[u.errorObject.e])),i.isArray(p))for(d=-1,b=p.length;++d<b;){var y=p[d];if(s.isObject(y)){var m=c.tryCatch(y.unsubscribe).call(y);if(m===u.errorObject){e=!0,t=t||[];var v=u.errorObject.e;v instanceof l.UnsubscriptionError?t=t.concat(n(v.errors)):t.push(v)}}}if(e)throw new l.UnsubscriptionError(t)}},t.prototype.add=function(e){if(!e||e===t.EMPTY)return t.EMPTY;if(e===this)return this;var r=e;switch(void 0===e?"undefined":o(e)){case"function":r=new t(e);case"object":if(r.closed||"function"!=typeof r.unsubscribe)return r;if(this.closed)return r.unsubscribe(),r;if("function"!=typeof r._addParent){var n=r;(r=new t)._subscriptions=[n]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}return(this._subscriptions||(this._subscriptions=[])).push(r),r._addParent(this),r},t.prototype.remove=function(t){var e=this._subscriptions;if(e){var r=e.indexOf(t);-1!==r&&e.splice(r,1)}},t.prototype._addParent=function(t){var e=this,r=e._parent,n=e._parents;r&&r!==t?n?-1===n.indexOf(t)&&n.push(t):this._parents=[t]:this._parent=t},t.EMPTY=function(t){return t.closed=!0,t}(new t),t}();r.Subscription=f},{"./util/UnsubscriptionError":216,"./util/errorObject":217,"./util/isArray":218,"./util/isFunction":221,"./util/isObject":223,"./util/tryCatch":231}],149:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Observable"),i=t("./ScalarObservable"),s=t("./EmptyObservable"),a=function(t){function e(e,r){t.call(this),this.arrayLike=e,this.scheduler=r,r||1!==e.length||(this._isScalar=!0,this.value=e[0])}return n(e,t),e.create=function(t,r){var n=t.length;return 0===n?new s.EmptyObservable:1===n?new i.ScalarObservable(t[0],r):new e(t,r)},e.dispatch=function(t){var e=t.arrayLike,r=t.index,n=t.length,o=t.subscriber;o.closed||(r>=n?o.complete():(o.next(e[r]),t.index=r+1,this.schedule(t)))},e.prototype._subscribe=function(t){var r=this,n=r.arrayLike,o=r.scheduler,i=n.length;if(o)return o.schedule(e.dispatch,0,{arrayLike:n,index:0,length:i,subscriber:t});for(var s=0;s<i&&!t.closed;s++)t.next(n[s]);t.complete()},e}(o.Observable);r.ArrayLikeObservable=a},{"../Observable":141,"./EmptyObservable":153,"./ScalarObservable":159}],150:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Observable"),i=t("./ScalarObservable"),s=t("./EmptyObservable"),a=t("../util/isScheduler"),c=function(t){function e(e,r){t.call(this),this.array=e,this.scheduler=r,r||1!==e.length||(this._isScalar=!0,this.value=e[0])}return n(e,t),e.create=function(t,r){return new e(t,r)},e.of=function(){for(var t=[],r=0;r<arguments.length;r++)t[r-0]=arguments[r];var n=t[t.length-1];a.isScheduler(n)?t.pop():n=null;var o=t.length;return o>1?new e(t,n):1===o?new i.ScalarObservable(t[0],n):new s.EmptyObservable(n)},e.dispatch=function(t){var e=t.array,r=t.index,n=t.count,o=t.subscriber;r>=n?o.complete():(o.next(e[r]),o.closed||(t.index=r+1,this.schedule(t)))},e.prototype._subscribe=function(t){var r=this.array,n=r.length,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{array:r,index:0,count:n,subscriber:t});for(var i=0;i<n&&!t.closed;i++)t.next(r[i]);t.complete()},e}(o.Observable);r.ArrayObservable=c},{"../Observable":141,"../util/isScheduler":225,"./EmptyObservable":153,"./ScalarObservable":159}],151:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subject"),i=t("../Observable"),s=t("../Subscriber"),a=t("../Subscription"),c=function(t){function e(e,r){t.call(this),this.source=e,this.subjectFactory=r,this._refCount=0,this._isComplete=!1}return n(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype.connect=function(){var t=this._connection;return t||(this._isComplete=!1,(t=this._connection=new a.Subscription).add(this.source.subscribe(new l(this.getSubject(),this))),t.closed?(this._connection=null,t=a.Subscription.EMPTY):this._connection=t),t},e.prototype.refCount=function(){return this.lift(new f(this))},e}(i.Observable);r.ConnectableObservable=c;var u=c.prototype;r.connectableObservableDescriptor={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:u._subscribe},_isComplete:{value:u._isComplete,writable:!0},getSubject:{value:u.getSubject},connect:{value:u.connect},refCount:{value:u.refCount}};var l=function(t){function e(e,r){t.call(this,e),this.connectable=r}return n(e,t),e.prototype._error=function(e){this._unsubscribe(),t.prototype._error.call(this,e)},e.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}},e}(o.SubjectSubscriber),f=function(){function t(t){this.connectable=t}return t.prototype.call=function(t,e){var r=this.connectable;r._refCount++;var n=new h(t,r),o=e.subscribe(n);return n.closed||(n.connection=r.connect()),o},t}(),h=function(t){function e(e,r){t.call(this,e),this.connectable=r}return n(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var r=this.connection,n=t._connection;this.connection=null,!n||r&&n!==r||n.unsubscribe()}}else this.connection=null},e}(s.Subscriber)},{"../Observable":141,"../Subject":145,"../Subscriber":147,"../Subscription":148}],152:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Observable"),i=t("../util/subscribeToResult"),s=t("../OuterSubscriber"),a=function(t){function e(e){t.call(this),this.observableFactory=e}return n(e,t),e.create=function(t){return new e(t)},e.prototype._subscribe=function(t){return new c(t,this.observableFactory)},e}(o.Observable);r.DeferObservable=a;var c=function(t){function e(e,r){t.call(this,e),this.factory=r,this.tryDefer()}return n(e,t),e.prototype.tryDefer=function(){try{this._callFactory()}catch(t){this._error(t)}},e.prototype._callFactory=function(){var t=this.factory();t&&this.add(i.subscribeToResult(this,t))},e}(s.OuterSubscriber)},{"../Observable":141,"../OuterSubscriber":143,"../util/subscribeToResult":229}],153:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(e){t.call(this),this.scheduler=e}return n(e,t),e.create=function(t){return new e(t)},e.dispatch=function(t){t.subscriber.complete()},e.prototype._subscribe=function(t){var r=this.scheduler;if(r)return r.schedule(e.dispatch,0,{subscriber:t});t.complete()},e}(t("../Observable").Observable);r.EmptyObservable=o},{"../Observable":141}],154:[function(t,e,r){"use strict";function n(t){return!!t&&"function"==typeof t.addListener&&"function"==typeof t.removeListener}function o(t){return!!t&&"function"==typeof t.on&&"function"==typeof t.off}function i(t){return!!t&&"[object NodeList]"===d.call(t)}function s(t){return!!t&&"[object HTMLCollection]"===d.call(t)}function a(t){return!!t&&"function"==typeof t.addEventListener&&"function"==typeof t.removeEventListener}var c=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},u=t("../Observable"),l=t("../util/tryCatch"),f=t("../util/isFunction"),h=t("../util/errorObject"),p=t("../Subscription"),d=Object.prototype.toString,b=function(t){function e(e,r,n,o){t.call(this),this.sourceObj=e,this.eventName=r,this.selector=n,this.options=o}return c(e,t),e.create=function(t,r,n,o){return f.isFunction(n)&&(o=n,n=void 0),new e(t,r,o,n)},e.setupSubscription=function(t,r,c,u,l){var f;if(i(t)||s(t))for(var h=0,d=t.length;h<d;h++)e.setupSubscription(t[h],r,c,u,l);else if(a(t)){var b=t;t.addEventListener(r,c,l),f=function(){return b.removeEventListener(r,c)}}else if(o(t)){var y=t;t.on(r,c),f=function(){return y.off(r,c)}}else{if(!n(t))throw new TypeError("Invalid event target");var m=t;t.addListener(r,c),f=function(){return m.removeListener(r,c)}}u.add(new p.Subscription(f))},e.prototype._subscribe=function(t){var r=this.sourceObj,n=this.eventName,o=this.options,i=this.selector,s=i?function(){for(var e=[],r=0;r<arguments.length;r++)e[r-0]=arguments[r];var n=l.tryCatch(i).apply(void 0,e);n===h.errorObject?t.error(h.errorObject.e):t.next(n)}:function(e){return t.next(e)};e.setupSubscription(r,n,s,t,o)},e}(u.Observable);r.FromEventObservable=b},{"../Observable":141,"../Subscription":148,"../util/errorObject":217,"../util/isFunction":221,"../util/tryCatch":231}],155:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../util/isArray"),s=t("../util/isArrayLike"),a=t("../util/isPromise"),c=t("./PromiseObservable"),u=t("./IteratorObservable"),l=t("./ArrayObservable"),f=t("./ArrayLikeObservable"),h=t("../symbol/iterator"),p=t("../Observable"),d=t("../operator/observeOn"),b=t("../symbol/observable"),y=function(t){function e(e,r){t.call(this,null),this.ish=e,this.scheduler=r}return o(e,t),e.create=function(t,r){if(null!=t){if("function"==typeof t[b.observable])return t instanceof p.Observable&&!r?t:new e(t,r);if(i.isArray(t))return new l.ArrayObservable(t,r);if(a.isPromise(t))return new c.PromiseObservable(t,r);if("function"==typeof t[h.iterator]||"string"==typeof t)return new u.IteratorObservable(t,r);if(s.isArrayLike(t))return new f.ArrayLikeObservable(t,r)}throw new TypeError((null!==t&&(void 0===t?"undefined":n(t))||t)+" is not observable")},e.prototype._subscribe=function(t){var e=this.ish,r=this.scheduler;return null==r?e[b.observable]().subscribe(t):e[b.observable]().subscribe(new d.ObserveOnSubscriber(t,r,0))},e}(p.Observable);r.FromObservable=y},{"../Observable":141,"../operator/observeOn":188,"../symbol/iterator":210,"../symbol/observable":211,"../util/isArray":218,"../util/isArrayLike":219,"../util/isPromise":224,"./ArrayLikeObservable":149,"./ArrayObservable":150,"./IteratorObservable":156,"./PromiseObservable":158}],156:[function(t,e,r){"use strict";function n(t){var e=t[l.iterator];if(!e&&"string"==typeof t)return new h(t);if(!e&&void 0!==t.length)return new p(t);if(!e)throw new TypeError("object is not iterable");return t[l.iterator]()}function o(t){var e=+t.length;return isNaN(e)?0:0!==e&&i(e)?(e=s(e)*Math.floor(Math.abs(e)))<=0?0:e>d?d:e:e}function i(t){return"number"==typeof t&&c.root.isFinite(t)}function s(t){var e=+t;return 0===e?e:isNaN(e)?e:e<0?-1:1}var a=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},c=t("../util/root"),u=t("../Observable"),l=t("../symbol/iterator"),f=function(t){function e(e,r){if(t.call(this),this.scheduler=r,null==e)throw new Error("iterator cannot be null.");this.iterator=n(e)}return a(e,t),e.create=function(t,r){return new e(t,r)},e.dispatch=function(t){var e=t.index,r=t.hasError,n=t.iterator,o=t.subscriber;if(r)o.error(t.error);else{var i=n.next();i.done?o.complete():(o.next(i.value),t.index=e+1,o.closed?"function"==typeof n.return&&n.return():this.schedule(t))}},e.prototype._subscribe=function(t){var r=this,n=r.iterator,o=r.scheduler;if(o)return o.schedule(e.dispatch,0,{index:0,iterator:n,subscriber:t});for(;;){var i=n.next();if(i.done){t.complete();break}if(t.next(i.value),t.closed){"function"==typeof n.return&&n.return();break}}},e}(u.Observable);r.IteratorObservable=f;var h=function(){function t(t,e,r){void 0===e&&(e=0),void 0===r&&(r=t.length),this.str=t,this.idx=e,this.len=r}return t.prototype[l.iterator]=function(){return this},t.prototype.next=function(){return this.idx<this.len?{done:!1,value:this.str.charAt(this.idx++)}:{done:!0,value:void 0}},t}(),p=function(){function t(t,e,r){void 0===e&&(e=0),void 0===r&&(r=o(t)),this.arr=t,this.idx=e,this.len=r}return t.prototype[l.iterator]=function(){return this},t.prototype.next=function(){return this.idx<this.len?{done:!1,value:this.arr[this.idx++]}:{done:!0,value:void 0}},t}(),d=Math.pow(2,53)-1},{"../Observable":141,"../symbol/iterator":210,"../util/root":228}],157:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Observable"),i=t("../util/noop"),s=function(t){function e(){t.call(this)}return n(e,t),e.create=function(){return new e},e.prototype._subscribe=function(t){i.noop()},e}(o.Observable);r.NeverObservable=s},{"../Observable":141,"../util/noop":226}],158:[function(t,e,r){"use strict";function n(t){var e=t.value,r=t.subscriber;r.closed||(r.next(e),r.complete())}function o(t){var e=t.err,r=t.subscriber;r.closed||r.error(e)}var i=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},s=t("../util/root"),a=function(t){function e(e,r){t.call(this),this.promise=e,this.scheduler=r}return i(e,t),e.create=function(t,r){return new e(t,r)},e.prototype._subscribe=function(t){var e=this,r=this.promise,i=this.scheduler;if(null==i)this._isScalar?t.closed||(t.next(this.value),t.complete()):r.then(function(r){e.value=r,e._isScalar=!0,t.closed||(t.next(r),t.complete())},function(e){t.closed||t.error(e)}).then(null,function(t){s.root.setTimeout(function(){throw t})});else if(this._isScalar){if(!t.closed)return i.schedule(n,0,{value:this.value,subscriber:t})}else r.then(function(r){e.value=r,e._isScalar=!0,t.closed||t.add(i.schedule(n,0,{value:r,subscriber:t}))},function(e){t.closed||t.add(i.schedule(o,0,{err:e,subscriber:t}))}).then(null,function(t){s.root.setTimeout(function(){throw t})})},e}(t("../Observable").Observable);r.PromiseObservable=a},{"../Observable":141,"../util/root":228}],159:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(e,r){t.call(this),this.value=e,this.scheduler=r,this._isScalar=!0,r&&(this._isScalar=!1)}return n(e,t),e.create=function(t,r){return new e(t,r)},e.dispatch=function(t){var e=t.done,r=t.value,n=t.subscriber;e?n.complete():(n.next(r),n.closed||(t.done=!0,this.schedule(t)))},e.prototype._subscribe=function(t){var r=this.value,n=this.scheduler;if(n)return n.schedule(e.dispatch,0,{done:!1,value:r,subscriber:t});t.next(r),t.closed||t.complete()},e}(t("../Observable").Observable);r.ScalarObservable=o},{"../Observable":141}],160:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../util/isNumeric"),i=t("../Observable"),s=t("../scheduler/async"),a=t("../util/isScheduler"),c=t("../util/isDate"),u=function(t){function e(e,r,n){void 0===e&&(e=0),t.call(this),this.period=-1,this.dueTime=0,o.isNumeric(r)?this.period=Number(r)<1&&1||Number(r):a.isScheduler(r)&&(n=r),a.isScheduler(n)||(n=s.async),this.scheduler=n,this.dueTime=c.isDate(e)?+e-this.scheduler.now():e}return n(e,t),e.create=function(t,r,n){return void 0===t&&(t=0),new e(t,r,n)},e.dispatch=function(t){var e=t.index,r=t.period,n=t.subscriber,o=this;if(n.next(e),!n.closed){if(-1===r)return n.complete();t.index=e+1,o.schedule(t,r)}},e.prototype._subscribe=function(t){var r=this,n=r.period,o=r.dueTime;return r.scheduler.schedule(e.dispatch,o,{index:0,period:n,subscriber:t})},e}(i.Observable);r.TimerObservable=u},{"../Observable":141,"../scheduler/async":209,"../util/isDate":220,"../util/isNumeric":222,"../util/isScheduler":225}],161:[function(t,e,r){"use strict";var n=t("../util/isScheduler"),o=t("../util/isArray"),i=t("./ArrayObservable"),s=t("../operator/combineLatest");r.combineLatest=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=null,a=null;return n.isScheduler(t[t.length-1])&&(a=t.pop()),"function"==typeof t[t.length-1]&&(r=t.pop()),1===t.length&&o.isArray(t[0])&&(t=t[0]),new i.ArrayObservable(t,a).lift(new s.CombineLatestOperator(r))}},{"../operator/combineLatest":173,"../util/isArray":218,"../util/isScheduler":225,"./ArrayObservable":150}],162:[function(t,e,r){"use strict";var n=t("./DeferObservable");r.defer=n.DeferObservable.create},{"./DeferObservable":152}],163:[function(t,e,r){"use strict";function n(){if(h.root.XMLHttpRequest)return new h.root.XMLHttpRequest;if(h.root.XDomainRequest)return new h.root.XDomainRequest;throw new Error("CORS is not supported by your browser")}function o(){if(h.root.XMLHttpRequest)return new h.root.XMLHttpRequest;var t=void 0;try{for(var e=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"],r=0;r<3;r++)try{if(t=e[r],new h.root.ActiveXObject(t))break}catch(t){}return new h.root.ActiveXObject(t)}catch(t){throw new Error("XMLHttpRequest is not supported by your browser")}}function i(t,e){return void 0===e&&(e=null),new v({method:"GET",url:t,headers:e})}function s(t,e,r){return new v({method:"POST",url:t,body:e,headers:r})}function a(t,e){return new v({method:"DELETE",url:t,headers:e})}function c(t,e,r){return new v({method:"PUT",url:t,body:e,headers:r})}function u(t,e,r){return new v({method:"PATCH",url:t,body:e,headers:r})}function l(t,e){return new v({method:"GET",url:t,responseType:"json",headers:e}).lift(new m.MapOperator(function(t,e){return t.response},null))}var f=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},h=t("../../util/root"),p=t("../../util/tryCatch"),d=t("../../util/errorObject"),b=t("../../Observable"),y=t("../../Subscriber"),m=t("../../operator/map");r.ajaxGet=i,r.ajaxPost=s,r.ajaxDelete=a,r.ajaxPut=c,r.ajaxPatch=u,r.ajaxGetJSON=l;var v=function(t){function e(e){t.call(this);var r={async:!0,createXHR:function(){return this.crossDomain?n.call(this):o()},crossDomain:!1,withCredentials:!1,headers:{},method:"GET",responseType:"json",timeout:0};if("string"==typeof e)r.url=e;else for(var i in e)e.hasOwnProperty(i)&&(r[i]=e[i]);this.request=r}return f(e,t),e.prototype._subscribe=function(t){return new g(t,this.request)},e.create=function(){var t=function(t){return new e(t)};return t.get=i,t.post=s,t.delete=a,t.put=c,t.patch=u,t.getJSON=l,t}(),e}(b.Observable);r.AjaxObservable=v;var g=function(t){function e(e,r){t.call(this,e),this.request=r,this.done=!1;var n=r.headers=r.headers||{};r.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest"),"Content-Type"in n||h.root.FormData&&r.body instanceof h.root.FormData||void 0===r.body||(n["Content-Type"]="application/x-www-form-urlencoded; charset=UTF-8"),r.body=this.serializeBody(r.body,r.headers["Content-Type"]),this.send()}return f(e,t),e.prototype.next=function(t){this.done=!0;var e=this,r=e.xhr,n=e.request,o=e.destination,i=new _(t,r,n);o.next(i)},e.prototype.send=function(){var t=this,e=t.request,r=t.request,n=r.user,o=r.method,i=r.url,s=r.async,a=r.password,c=r.headers,u=r.body,l=e.createXHR,f=p.tryCatch(l).call(e);if(f===d.errorObject)this.error(d.errorObject.e);else{this.xhr=f,this.setupEvents(f,e);if((n?p.tryCatch(f.open).call(f,o,i,s,n,a):p.tryCatch(f.open).call(f,o,i,s))===d.errorObject)return this.error(d.errorObject.e),null;if(s&&(f.timeout=e.timeout,f.responseType=e.responseType),"withCredentials"in f&&(f.withCredentials=!!e.withCredentials),this.setHeaders(f,c),(u?p.tryCatch(f.send).call(f,u):p.tryCatch(f.send).call(f))===d.errorObject)return this.error(d.errorObject.e),null}return f},e.prototype.serializeBody=function(t,e){if(!t||"string"==typeof t)return t;if(h.root.FormData&&t instanceof h.root.FormData)return t;if(e){var r=e.indexOf(";");-1!==r&&(e=e.substring(0,r))}switch(e){case"application/x-www-form-urlencoded":return Object.keys(t).map(function(e){return encodeURI(e)+"="+encodeURI(t[e])}).join("&");case"application/json":return JSON.stringify(t);default:return t}},e.prototype.setHeaders=function(t,e){for(var r in e)e.hasOwnProperty(r)&&t.setRequestHeader(r,e[r])},e.prototype.setupEvents=function(t,e){function r(t){var e=r,n=e.subscriber,o=e.progressSubscriber,i=e.request;o&&o.error(t),n.error(new x(this,i))}function n(t){var e=n,r=e.subscriber,o=e.progressSubscriber,i=e.request;if(4===this.readyState){var s=1223===this.status?204:this.status,a="text"===this.responseType?this.response||this.responseText:this.response;0===s&&(s=a?200:0),200<=s&&s<300?(o&&o.complete(),r.next(t),r.complete()):(o&&o.error(t),r.error(new w("ajax error "+s,this,i)))}}var o=e.progressSubscriber;if(t.ontimeout=r,r.request=e,r.subscriber=this,r.progressSubscriber=o,t.upload&&"withCredentials"in t){if(o){var i;i=function(t){i.progressSubscriber.next(t)},h.root.XDomainRequest?t.onprogress=i:t.upload.onprogress=i,i.progressSubscriber=o}var s;s=function(t){var e=s,r=e.progressSubscriber,n=e.subscriber,o=e.request;r&&r.error(t),n.error(new w("ajax error",this,o))},t.onerror=s,s.request=e,s.subscriber=this,s.progressSubscriber=o}t.onreadystatechange=n,n.subscriber=this,n.progressSubscriber=o,n.request=e},e.prototype.unsubscribe=function(){var e=this,r=e.done,n=e.xhr;!r&&n&&4!==n.readyState&&"function"==typeof n.abort&&n.abort(),t.prototype.unsubscribe.call(this)},e}(y.Subscriber);r.AjaxSubscriber=g;var _=function(){return function(t,e,r){switch(this.originalEvent=t,this.xhr=e,this.request=r,this.status=e.status,this.responseType=e.responseType||r.responseType,this.responseType){case"json":this.response="response"in e?e.responseType?e.response:JSON.parse(e.response||e.responseText||"null"):JSON.parse(e.responseText||"null");break;case"xml":this.response=e.responseXML;break;case"text":default:this.response="response"in e?e.response:e.responseText}}}();r.AjaxResponse=_;var w=function(t){function e(e,r,n){t.call(this,e),this.message=e,this.xhr=r,this.request=n,this.status=r.status}return f(e,t),e}(Error);r.AjaxError=w;var x=function(t){function e(e,r){t.call(this,"ajax timeout",e,r)}return f(e,t),e}(w);r.AjaxTimeoutError=x},{"../../Observable":141,"../../Subscriber":147,"../../operator/map":182,"../../util/errorObject":217,"../../util/root":228,"../../util/tryCatch":231}],164:[function(t,e,r){"use strict";var n=t("./AjaxObservable");r.ajax=n.AjaxObservable.create},{"./AjaxObservable":163}],165:[function(t,e,r){"use strict";var n=t("./EmptyObservable");r.empty=n.EmptyObservable.create},{"./EmptyObservable":153}],166:[function(t,e,r){"use strict";var n=t("./FromObservable");r.from=n.FromObservable.create},{"./FromObservable":155}],167:[function(t,e,r){"use strict";var n=t("./FromEventObservable");r.fromEvent=n.FromEventObservable.create},{"./FromEventObservable":154}],168:[function(t,e,r){"use strict";var n=t("../operator/merge");r.merge=n.mergeStatic},{"../operator/merge":184}],169:[function(t,e,r){"use strict";var n=t("./NeverObservable");r.never=n.NeverObservable.create},{"./NeverObservable":157}],170:[function(t,e,r){"use strict";var n=t("./ArrayObservable");r.of=n.ArrayObservable.of},{"./ArrayObservable":150}],171:[function(t,e,r){"use strict";var n=t("./TimerObservable");r.timer=n.TimerObservable.create},{"./TimerObservable":160}],172:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r._catch=function(t){var e=new s(t),r=this.lift(e);return e.caught=r};var s=function(){function t(t){this.selector=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.selector,this.caught))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.selector=r,this.caught=n}return n(e,t),e.prototype.error=function(e){if(!this.isStopped){var r=void 0;try{r=this.selector(e,this.caught)}catch(e){return void t.prototype.error.call(this,e)}this._unsubscribeAndRecycle(),this.add(i.subscribeToResult(this,r))}},e}(o.OuterSubscriber)},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],173:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../observable/ArrayObservable"),i=t("../util/isArray"),s=t("../OuterSubscriber"),a=t("../util/subscribeToResult"),c={};r.combineLatest=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=null;return"function"==typeof t[t.length-1]&&(r=t.pop()),1===t.length&&i.isArray(t[0])&&(t=t[0].slice()),t.unshift(this),this.lift.call(new o.ArrayObservable(t),new u(r))};var u=function(){function t(t){this.project=t}return t.prototype.call=function(t,e){return e.subscribe(new l(t,this.project))},t}();r.CombineLatestOperator=u;var l=function(t){function e(e,r){t.call(this,e),this.project=r,this.active=0,this.values=[],this.observables=[]}return n(e,t),e.prototype._next=function(t){this.values.push(c),this.observables.push(t)},e.prototype._complete=function(){var t=this.observables,e=t.length;if(0===e)this.destination.complete();else{this.active=e,this.toRespond=e;for(var r=0;r<e;r++){var n=t[r];this.add(a.subscribeToResult(this,n,n,r))}}},e.prototype.notifyComplete=function(t){0==(this.active-=1)&&this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,o){var i=this.values,s=i[r],a=this.toRespond?s===c?--this.toRespond:this.toRespond:0;i[r]=e,0===a&&(this.project?this._tryProject(i):this.destination.next(i.slice()))},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(s.OuterSubscriber);r.CombineLatestSubscriber=l},{"../OuterSubscriber":143,"../observable/ArrayObservable":150,"../util/isArray":218,"../util/subscribeToResult":229}],174:[function(t,e,r){"use strict";function n(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=null,n=t;return i.isScheduler(n[t.length-1])&&(r=n.pop()),null===r&&1===t.length&&t[0]instanceof o.Observable?t[0]:new s.ArrayObservable(t,r).lift(new a.MergeAllOperator(1))}var o=t("../Observable"),i=t("../util/isScheduler"),s=t("../observable/ArrayObservable"),a=t("./mergeAll");r.concat=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];return this.lift.call(n.apply(void 0,[this].concat(t)))},r.concatStatic=n},{"../Observable":141,"../observable/ArrayObservable":150,"../util/isScheduler":225,"./mergeAll":185}],175:[function(t,e,r){"use strict";var n=t("./mergeMap");r.concatMap=function(t,e){return this.lift(new n.MergeMapOperator(t,e,1))}},{"./mergeMap":186}],176:[function(t,e,r){"use strict";function n(t){t.debouncedNext()}var o=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../Subscriber"),s=t("../scheduler/async");r.debounceTime=function(t,e){return void 0===e&&(e=s.async),this.lift(new a(t,e))};var a=function(){function t(t,e){this.dueTime=t,this.scheduler=e}return t.prototype.call=function(t,e){return e.subscribe(new c(t,this.dueTime,this.scheduler))},t}(),c=function(t){function e(e,r,n){t.call(this,e),this.dueTime=r,this.scheduler=n,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}return o(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(n,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){this.clearDebounce(),this.hasValue&&(this.destination.next(this.lastValue),this.lastValue=null,this.hasValue=!1)},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)},e}(i.Subscriber)},{"../Subscriber":147,"../scheduler/async":209}],177:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),i=t("../util/tryCatch"),s=t("../util/errorObject");r.distinctUntilChanged=function(t,e){return this.lift(new a(t,e))};var a=function(){function t(t,e){this.compare=t,this.keySelector=e}return t.prototype.call=function(t,e){return e.subscribe(new c(t,this.compare,this.keySelector))},t}(),c=function(t){function e(e,r,n){t.call(this,e),this.keySelector=n,this.hasKey=!1,"function"==typeof r&&(this.compare=r)}return n(e,t),e.prototype.compare=function(t,e){return t===e},e.prototype._next=function(t){var e=t;if(this.keySelector&&(e=i.tryCatch(this.keySelector)(t))===s.errorObject)return this.destination.error(s.errorObject.e);var r=!1;if(this.hasKey){if((r=i.tryCatch(this.compare)(this.key,e))===s.errorObject)return this.destination.error(s.errorObject.e)}else this.hasKey=!0;!1===Boolean(r)&&(this.key=e,this.destination.next(t))},e}(o.Subscriber)},{"../Subscriber":147,"../util/errorObject":217,"../util/tryCatch":231}],178:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber");r._do=function(t,e,r){return this.lift(new i(t,e,r))};var i=function(){function t(t,e,r){this.nextOrObserver=t,this.error=e,this.complete=r}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.nextOrObserver,this.error,this.complete))},t}(),s=function(t){function e(e,r,n,i){t.call(this,e);var s=new o.Subscriber(r,n,i);s.syncErrorThrowable=!0,this.add(s),this.safeSubscriber=s}return n(e,t),e.prototype._next=function(t){var e=this.safeSubscriber;e.next(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.next(t)},e.prototype._error=function(t){var e=this.safeSubscriber;e.error(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.error(t)},e.prototype._complete=function(){var t=this.safeSubscriber;t.complete(),t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.complete()},e}(o.Subscriber)},{"../Subscriber":147}],179:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r.exhaustMap=function(t,e){return this.lift(new s(t,e))};var s=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.project,this.resultSelector))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.project=r,this.resultSelector=n,this.hasSubscription=!1,this.hasCompleted=!1,this.index=0}return n(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e=this.index++,r=this.destination;try{var n=this.project(t,e);this.hasSubscription=!0,this.add(i.subscribeToResult(this,n,t,e))}catch(t){r.error(t)}},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,o){var i=this,s=i.resultSelector,a=i.destination;s?this.trySelectResult(t,e,r,n):a.next(e)},e.prototype.trySelectResult=function(t,e,r,n){var o=this,i=o.resultSelector,s=o.destination;try{var a=i(t,e,r,n);s.next(a)}catch(t){s.error(t)}},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],180:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber");r.filter=function(t,e){return this.lift(new i(t,e))};var i=function(){function t(t,e){this.predicate=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.predicate,this.thisArg))},t}(),s=function(t){function e(e,r,n){t.call(this,e),this.predicate=r,this.thisArg=n,this.count=0}return n(e,t),e.prototype._next=function(t){var e;try{e=this.predicate.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}e&&this.destination.next(t)},e}(o.Subscriber)},{"../Subscriber":147}],181:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),i=t("../Subscription");r._finally=function(t){return this.lift(new s(t))};var s=function(){function t(t){this.callback=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.callback))},t}(),a=function(t){function e(e,r){t.call(this,e),this.add(new i.Subscription(r))}return n(e,t),e}(o.Subscriber)},{"../Subscriber":147,"../Subscription":148}],182:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber");r.map=function(t,e){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return this.lift(new i(t,e))};var i=function(){function t(t,e){this.project=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.project,this.thisArg))},t}();r.MapOperator=i;var s=function(t){function e(e,r,n){t.call(this,e),this.project=r,this.count=0,this.thisArg=n||this}return n(e,t),e.prototype._next=function(t){var e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(o.Subscriber)},{"../Subscriber":147}],183:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber");r.mapTo=function(t){return this.lift(new i(t))};var i=function(){function t(t){this.value=t}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.value))},t}(),s=function(t){function e(e,r){t.call(this,e),this.value=r}return n(e,t),e.prototype._next=function(t){this.destination.next(this.value)},e}(o.Subscriber)},{"../Subscriber":147}],184:[function(t,e,r){"use strict";function n(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=Number.POSITIVE_INFINITY,n=null,c=t[t.length-1];return a.isScheduler(c)?(n=t.pop(),t.length>1&&"number"==typeof t[t.length-1]&&(r=t.pop())):"number"==typeof c&&(r=t.pop()),null===n&&1===t.length&&t[0]instanceof o.Observable?t[0]:new i.ArrayObservable(t,n).lift(new s.MergeAllOperator(r))}var o=t("../Observable"),i=t("../observable/ArrayObservable"),s=t("./mergeAll"),a=t("../util/isScheduler");r.merge=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];return this.lift.call(n.apply(void 0,[this].concat(t)))},r.mergeStatic=n},{"../Observable":141,"../observable/ArrayObservable":150,"../util/isScheduler":225,"./mergeAll":185}],185:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r.mergeAll=function(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),this.lift(new s(t))};var s=function(){function t(t){this.concurrent=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.concurrent))},t}();r.MergeAllOperator=s;var a=function(t){function e(e,r){t.call(this,e),this.concurrent=r,this.hasCompleted=!1,this.buffer=[],this.active=0}return n(e,t),e.prototype._next=function(t){this.active<this.concurrent?(this.active++,this.add(i.subscribeToResult(this,t))):this.buffer.push(t)},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete()},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);r.MergeAllSubscriber=a},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],186:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../util/subscribeToResult"),i=t("../OuterSubscriber");r.mergeMap=function(t,e,r){return void 0===r&&(r=Number.POSITIVE_INFINITY),"number"==typeof e&&(r=e,e=null),this.lift(new s(t,e,r))};var s=function(){function t(t,e,r){void 0===r&&(r=Number.POSITIVE_INFINITY),this.project=t,this.resultSelector=e,this.concurrent=r}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.project,this.resultSelector,this.concurrent))},t}();r.MergeMapOperator=s;var a=function(t){function e(e,r,n,o){void 0===o&&(o=Number.POSITIVE_INFINITY),t.call(this,e),this.project=r,this.resultSelector=n,this.concurrent=o,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return n(e,t),e.prototype._next=function(t){this.active<this.concurrent?this._tryNext(t):this.buffer.push(t)},e.prototype._tryNext=function(t){var e,r=this.index++;try{e=this.project(t,r)}catch(t){return void this.destination.error(t)}this.active++,this._innerSub(e,t,r)},e.prototype._innerSub=function(t,e,r){this.add(o.subscribeToResult(this,t,e,r))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,o){this.resultSelector?this._notifyResultSelector(t,e,r,n):this.destination.next(e)},e.prototype._notifyResultSelector=function(t,e,r,n){var o;try{o=this.resultSelector(t,e,r,n)}catch(t){return void this.destination.error(t)}this.destination.next(o)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(i.OuterSubscriber);r.MergeMapSubscriber=a},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],187:[function(t,e,r){"use strict";var n=t("../observable/ConnectableObservable");r.multicast=function(t,e){var r;if(r="function"==typeof t?t:function(){return t},"function"==typeof e)return this.lift(new o(r,e));var i=Object.create(this,n.connectableObservableDescriptor);return i.source=this,i.subjectFactory=r,i};var o=function(){function t(t,e){this.subjectFactory=t,this.selector=e}return t.prototype.call=function(t,e){var r=this.selector,n=this.subjectFactory(),o=r(n).subscribe(t);return o.add(e.subscribe(n)),o},t}();r.MulticastOperator=o},{"../observable/ConnectableObservable":151}],188:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),i=t("../Notification");r.observeOn=function(t,e){return void 0===e&&(e=0),this.lift(new s(t,e))};var s=function(){function t(t,e){void 0===e&&(e=0),this.scheduler=t,this.delay=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.scheduler,this.delay))},t}();r.ObserveOnOperator=s;var a=function(t){function e(e,r,n){void 0===n&&(n=0),t.call(this,e),this.scheduler=r,this.delay=n}return n(e,t),e.dispatch=function(t){var e=t.notification,r=t.destination;e.observe(r),this.unsubscribe()},e.prototype.scheduleMessage=function(t){this.add(this.scheduler.schedule(e.dispatch,this.delay,new c(t,this.destination)))},e.prototype._next=function(t){this.scheduleMessage(i.Notification.createNext(t))},e.prototype._error=function(t){this.scheduleMessage(i.Notification.createError(t))},e.prototype._complete=function(){this.scheduleMessage(i.Notification.createComplete())},e}(o.Subscriber);r.ObserveOnSubscriber=a;var c=function(){return function(t,e){this.notification=t,this.destination=e}}();r.ObserveOnMessage=c},{"../Notification":140,"../Subscriber":147}],189:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber");r.pairwise=function(){return this.lift(new i)};var i=function(){function t(){}return t.prototype.call=function(t,e){return e.subscribe(new s(t))},t}(),s=function(t){function e(e){t.call(this,e),this.hasPrev=!1}return n(e,t),e.prototype._next=function(t){this.hasPrev?this.destination.next([this.prev,t]):this.hasPrev=!0,this.prev=t},e}(o.Subscriber)},{"../Subscriber":147}],190:[function(t,e,r){"use strict";var n=t("../util/not"),o=t("./filter");r.partition=function(t,e){return[o.filter.call(this,t,e),o.filter.call(this,n.not(t,e))]}},{"../util/not":227,"./filter":180}],191:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subject"),i=t("../util/tryCatch"),s=t("../util/errorObject"),a=t("../OuterSubscriber"),c=t("../util/subscribeToResult");r.repeatWhen=function(t){return this.lift(new u(t))};var u=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e.subscribe(new l(t,this.notifier,e))},t}(),l=function(t){function e(e,r,n){t.call(this,e),this.notifier=r,this.source=n,this.sourceIsBeingSubscribedTo=!0}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,o){this.sourceIsBeingSubscribedTo=!0,this.source.subscribe(this)},e.prototype.notifyComplete=function(e){if(!1===this.sourceIsBeingSubscribedTo)return t.prototype.complete.call(this)},e.prototype.complete=function(){if(this.sourceIsBeingSubscribedTo=!1,!this.isStopped){if(this.retries){if(this.retriesSubscription.closed)return t.prototype.complete.call(this)}else this.subscribeToRetries();this._unsubscribeAndRecycle(),this.notifications.next()}},e.prototype._unsubscribe=function(){var t=this,e=t.notifications,r=t.retriesSubscription;e&&(e.unsubscribe(),this.notifications=null),r&&(r.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype._unsubscribeAndRecycle=function(){var e=this,r=e.notifications,n=e.retries,o=e.retriesSubscription;return this.notifications=null,this.retries=null,this.retriesSubscription=null,t.prototype._unsubscribeAndRecycle.call(this),this.notifications=r,this.retries=n,this.retriesSubscription=o,this},e.prototype.subscribeToRetries=function(){this.notifications=new o.Subject;var e=i.tryCatch(this.notifier)(this.notifications);if(e===s.errorObject)return t.prototype.complete.call(this);this.retries=e,this.retriesSubscription=c.subscribeToResult(this,e)},e}(a.OuterSubscriber)},{"../OuterSubscriber":143,"../Subject":145,"../util/errorObject":217,"../util/subscribeToResult":229,"../util/tryCatch":231}],192:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r.sample=function(t){return this.lift(new s(t))};var s=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){var r=new a(t),n=e.subscribe(r);return n.add(i.subscribeToResult(r,this.notifier)),n},t}(),a=function(t){function e(){t.apply(this,arguments),this.hasValue=!1}return n(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,r,n,o){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},e}(o.OuterSubscriber)},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],193:[function(t,e,r){"use strict";function n(){return new i.Subject}var o=t("./multicast"),i=t("../Subject");r.share=function(){return o.multicast.call(this,n).refCount()}},{"../Subject":145,"./multicast":187}],194:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber");r.skipWhile=function(t){return this.lift(new i(t))};var i=function(){function t(t){this.predicate=t}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.predicate))},t}(),s=function(t){function e(e,r){t.call(this,e),this.predicate=r,this.skipping=!0,this.index=0}return n(e,t),e.prototype._next=function(t){var e=this.destination;this.skipping&&this.tryCallPredicate(t),this.skipping||e.next(t)},e.prototype.tryCallPredicate=function(t){try{var e=this.predicate(t,this.index++);this.skipping=Boolean(e)}catch(t){this.destination.error(t)}},e}(o.Subscriber)},{"../Subscriber":147}],195:[function(t,e,r){"use strict";var n=t("../observable/ArrayObservable"),o=t("../observable/ScalarObservable"),i=t("../observable/EmptyObservable"),s=t("./concat"),a=t("../util/isScheduler");r.startWith=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=t[t.length-1];a.isScheduler(r)?t.pop():r=null;var c=t.length;return 1===c?s.concatStatic(new o.ScalarObservable(t[0],r),this):c>1?s.concatStatic(new n.ArrayObservable(t,r),this):s.concatStatic(new i.EmptyObservable(r),this)}},{"../observable/ArrayObservable":150,"../observable/EmptyObservable":153,"../observable/ScalarObservable":159,"../util/isScheduler":225,"./concat":174}],196:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r.switchMap=function(t,e){return this.lift(new s(t,e))};var s=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.project,this.resultSelector))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.project=r,this.resultSelector=n,this.index=0}return n(e,t),e.prototype._next=function(t){var e,r=this.index++;try{e=this.project(t,r)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,r)},e.prototype._innerSub=function(t,e,r){var n=this.innerSubscription;n&&n.unsubscribe(),this.add(this.innerSubscription=i.subscribeToResult(this,t,e,r))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,r,n,o){this.resultSelector?this._tryNotifyNext(t,e,r,n):this.destination.next(e)},e.prototype._tryNotifyNext=function(t,e,r,n){var o;try{o=this.resultSelector(t,e,r,n)}catch(t){return void this.destination.error(t)}this.destination.next(o)},e}(o.OuterSubscriber)},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],197:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),i=t("../util/ArgumentOutOfRangeError"),s=t("../observable/EmptyObservable");r.take=function(t){return 0===t?new s.EmptyObservable:this.lift(new a(t))};var a=function(){function t(t){if(this.total=t,this.total<0)throw new i.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e.subscribe(new c(t,this.total))},t}(),c=function(t){function e(e,r){t.call(this,e),this.total=r,this.count=0}return n(e,t),e.prototype._next=function(t){var e=this.total,r=++this.count;r<=e&&(this.destination.next(t),r===e&&(this.destination.complete(),this.unsubscribe()))},e}(o.Subscriber)},{"../Subscriber":147,"../observable/EmptyObservable":153,"../util/ArgumentOutOfRangeError":214}],198:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r.takeUntil=function(t){return this.lift(new s(t))};var s=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.notifier))},t}(),a=function(t){function e(e,r){t.call(this,e),this.notifier=r,this.add(i.subscribeToResult(this,r))}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,o){this.complete()},e.prototype.notifyComplete=function(){},e}(o.OuterSubscriber)},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],199:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../Subscriber"),i=t("../scheduler/async");r.timestamp=function(t){return void 0===t&&(t=i.async),this.lift(new a(t))};var s=function(){return function(t,e){this.value=t,this.timestamp=e}}();r.Timestamp=s;var a=function(){function t(t){this.scheduler=t}return t.prototype.call=function(t,e){return e.subscribe(new c(t,this.scheduler))},t}(),c=function(t){function e(e,r){t.call(this,e),this.scheduler=r}return n(e,t),e.prototype._next=function(t){var e=this.scheduler.now();this.destination.next(new s(t,e))},e}(o.Subscriber)},{"../Subscriber":147,"../scheduler/async":209}],200:[function(t,e,r){"use strict";var n=t("../util/root");r.toPromise=function(t){var e=this;if(t||(n.root.Rx&&n.root.Rx.config&&n.root.Rx.config.Promise?t=n.root.Rx.config.Promise:n.root.Promise&&(t=n.root.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var n;e.subscribe(function(t){return n=t},function(t){return r(t)},function(){return t(n)})})}},{"../util/root":228}],201:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../OuterSubscriber"),i=t("../util/subscribeToResult");r.withLatestFrom=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r;"function"==typeof t[t.length-1]&&(r=t.pop());var n=t;return this.lift(new s(n,r))};var s=function(){function t(t,e){this.observables=t,this.project=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.observables,this.project))},t}(),a=function(t){function e(e,r,n){t.call(this,e),this.observables=r,this.project=n,this.toRespond=[];var o=r.length;this.values=new Array(o);for(s=0;s<o;s++)this.toRespond.push(s);for(var s=0;s<o;s++){var a=r[s];this.add(i.subscribeToResult(this,a,a,s))}}return n(e,t),e.prototype.notifyNext=function(t,e,r,n,o){this.values[r]=e;var i=this.toRespond;if(i.length>0){var s=i.indexOf(r);-1!==s&&i.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(o.OuterSubscriber)},{"../OuterSubscriber":143,"../util/subscribeToResult":229}],202:[function(t,e,r){"use strict";function n(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];var r=t[t.length-1];return"function"==typeof r&&t.pop(),new i.ArrayObservable(t).lift(new f(r))}var o=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},i=t("../observable/ArrayObservable"),s=t("../util/isArray"),a=t("../Subscriber"),c=t("../OuterSubscriber"),u=t("../util/subscribeToResult"),l=t("../symbol/iterator");r.zipProto=function(){for(var t=[],e=0;e<arguments.length;e++)t[e-0]=arguments[e];return this.lift.call(n.apply(void 0,[this].concat(t)))},r.zipStatic=n;var f=function(){function t(t){this.project=t}return t.prototype.call=function(t,e){return e.subscribe(new h(t,this.project))},t}();r.ZipOperator=f;var h=function(t){function e(e,r,n){void 0===n&&(n=Object.create(null)),t.call(this,e),this.iterators=[],this.active=0,this.project="function"==typeof r?r:null,this.values=n}return o(e,t),e.prototype._next=function(t){var e=this.iterators;s.isArray(t)?e.push(new d(t)):"function"==typeof t[l.iterator]?e.push(new p(t[l.iterator]())):e.push(new b(this.destination,this,t))},e.prototype._complete=function(){var t=this.iterators,e=t.length;if(0!==e){this.active=e;for(var r=0;r<e;r++){var n=t[r];n.stillUnsubscribed?this.add(n.subscribe(n,r)):this.active--}}else this.destination.complete()},e.prototype.notifyInactive=function(){this.active--,0===this.active&&this.destination.complete()},e.prototype.checkIterators=function(){for(var t=this.iterators,e=t.length,r=this.destination,n=0;n<e;n++)if("function"==typeof(s=t[n]).hasValue&&!s.hasValue())return;for(var o=!1,i=[],n=0;n<e;n++){var s=t[n],a=s.next();if(s.hasCompleted()&&(o=!0),a.done)return void r.complete();i.push(a.value)}this.project?this._tryProject(i):r.next(i),o&&r.complete()},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(a.Subscriber);r.ZipSubscriber=h;var p=function(){function t(t){this.iterator=t,this.nextResult=t.next()}return t.prototype.hasValue=function(){return!0},t.prototype.next=function(){var t=this.nextResult;return this.nextResult=this.iterator.next(),t},t.prototype.hasCompleted=function(){var t=this.nextResult;return t&&t.done},t}(),d=function(){function t(t){this.array=t,this.index=0,this.length=0,this.length=t.length}return t.prototype[l.iterator]=function(){return this},t.prototype.next=function(t){var e=this.index++,r=this.array;return e<this.length?{value:r[e],done:!1}:{value:null,done:!0}},t.prototype.hasValue=function(){return this.array.length>this.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),b=function(t){function e(e,r,n){t.call(this,e),this.parent=r,this.observable=n,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}return o(e,t),e.prototype[l.iterator]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,r,n,o){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return u.subscribeToResult(this,this.observable,this,e)},e}(c.OuterSubscriber)},{"../OuterSubscriber":143,"../Subscriber":147,"../observable/ArrayObservable":150,"../symbol/iterator":210,"../util/isArray":218,"../util/subscribeToResult":229}],203:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(e,r){t.call(this)}return n(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(t("../Subscription").Subscription);r.Action=o},{"../Subscription":148}],204:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("./AsyncAction"),i=t("../util/AnimationFrame"),s=function(t){function e(e,r){t.call(this,e,r),this.scheduler=e,this.work=r}return n(e,t),e.prototype.requestAsyncId=function(e,r,n){return void 0===n&&(n=0),null!==n&&n>0?t.prototype.requestAsyncId.call(this,e,r,n):(e.actions.push(this),e.scheduled||(e.scheduled=i.AnimationFrame.requestAnimationFrame(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,r,n){if(void 0===n&&(n=0),null!==n&&n>0||null===n&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,r,n);0===e.actions.length&&(i.AnimationFrame.cancelAnimationFrame(r),e.scheduled=void 0)},e}(o.AsyncAction);r.AnimationFrameAction=s},{"../util/AnimationFrame":213,"./AsyncAction":206}],205:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(){t.apply(this,arguments)}return n(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,r=this.actions,n=-1,o=r.length;t=t||r.shift();do{if(e=t.execute(t.state,t.delay))break}while(++n<o&&(t=r.shift()));if(this.active=!1,e){for(;++n<o&&(t=r.shift());)t.unsubscribe();throw e}},e}(t("./AsyncScheduler").AsyncScheduler);r.AnimationFrameScheduler=o},{"./AsyncScheduler":207}],206:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=t("../util/root"),i=function(t){function e(e,r){t.call(this,e,r),this.scheduler=e,this.work=r,this.pending=!1}return n(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t,this.pending=!0;var r=this.id,n=this.scheduler;return null!=r&&(this.id=this.recycleAsyncId(n,r,e)),this.delay=e,this.id=this.id||this.requestAsyncId(n,this.id,e),this},e.prototype.requestAsyncId=function(t,e,r){return void 0===r&&(r=0),o.root.setInterval(t.flush.bind(t,this),r)},e.prototype.recycleAsyncId=function(t,e,r){return void 0===r&&(r=0),null!==r&&this.delay===r&&!1===this.pending?e:o.root.clearInterval(e)&&void 0||void 0},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(t,e);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(t,e){var r=!1,n=void 0;try{this.work(t)}catch(t){r=!0,n=!!t&&t||new Error(t)}if(r)return this.unsubscribe(),n},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,r=e.actions,n=r.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==n&&r.splice(n,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null)),this.delay=null},e}(t("./Action").Action);r.AsyncAction=i},{"../util/root":228,"./Action":203}],207:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(){t.apply(this,arguments),this.actions=[],this.active=!1,this.scheduled=void 0}return n(e,t),e.prototype.flush=function(t){var e=this.actions;if(this.active)e.push(t);else{var r;this.active=!0;do{if(r=t.execute(t.state,t.delay))break}while(t=e.shift());if(this.active=!1,r){for(;t=e.shift();)t.unsubscribe();throw r}}},e}(t("../Scheduler").Scheduler);r.AsyncScheduler=o},{"../Scheduler":144}],208:[function(t,e,r){"use strict";var n=t("./AnimationFrameAction"),o=t("./AnimationFrameScheduler");r.animationFrame=new o.AnimationFrameScheduler(n.AnimationFrameAction)},{"./AnimationFrameAction":204,"./AnimationFrameScheduler":205}],209:[function(t,e,r){"use strict";var n=t("./AsyncAction"),o=t("./AsyncScheduler");r.async=new o.AsyncScheduler(n.AsyncAction)},{"./AsyncAction":206,"./AsyncScheduler":207}],210:[function(t,e,r){"use strict";function n(t){var e=t.Symbol;if("function"==typeof e)return e.iterator||(e.iterator=e("iterator polyfill")),e.iterator;var r=t.Set;if(r&&"function"==typeof(new r)["@@iterator"])return"@@iterator";var n=t.Map;if(n)for(var o=Object.getOwnPropertyNames(n.prototype),i=0;i<o.length;++i){var s=o[i];if("entries"!==s&&"size"!==s&&n.prototype[s]===n.prototype.entries)return s}return"@@iterator"}var o=t("../util/root");r.symbolIteratorPonyfill=n,r.iterator=n(o.root),r.$$iterator=r.iterator},{"../util/root":228}],211:[function(t,e,r){"use strict";function n(t){var e,r=t.Symbol;return"function"==typeof r?r.observable?e=r.observable:(e=r("observable"),r.observable=e):e="@@observable",e}var o=t("../util/root");r.getSymbolObservable=n,r.observable=n(o.root),r.$$observable=r.observable},{"../util/root":228}],212:[function(t,e,r){"use strict";var n=t("../util/root").root.Symbol;r.rxSubscriber="function"==typeof n&&"function"==typeof n.for?n.for("rxSubscriber"):"@@rxSubscriber",r.$$rxSubscriber=r.rxSubscriber},{"../util/root":228}],213:[function(t,e,r){"use strict";var n=t("./root"),o=function(){return function(t){t.requestAnimationFrame?(this.cancelAnimationFrame=t.cancelAnimationFrame.bind(t),this.requestAnimationFrame=t.requestAnimationFrame.bind(t)):t.mozRequestAnimationFrame?(this.cancelAnimationFrame=t.mozCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.mozRequestAnimationFrame.bind(t)):t.webkitRequestAnimationFrame?(this.cancelAnimationFrame=t.webkitCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.webkitRequestAnimationFrame.bind(t)):t.msRequestAnimationFrame?(this.cancelAnimationFrame=t.msCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.msRequestAnimationFrame.bind(t)):t.oRequestAnimationFrame?(this.cancelAnimationFrame=t.oCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.oRequestAnimationFrame.bind(t)):(this.cancelAnimationFrame=t.clearTimeout.bind(t),this.requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)})}}();r.RequestAnimationFrameDefinition=o,r.AnimationFrame=new o(n.root)},{"./root":228}],214:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(){var e=t.call(this,"argument out of range");this.name=e.name="ArgumentOutOfRangeError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);r.ArgumentOutOfRangeError=o},{}],215:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(){var e=t.call(this,"object unsubscribed");this.name=e.name="ObjectUnsubscribedError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);r.ObjectUnsubscribedError=o},{}],216:[function(t,e,r){"use strict";var n=function(t,e){function r(){this.constructor=t}for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)},o=function(t){function e(e){t.call(this),this.errors=e;var r=Error.call(this,e?e.length+" errors occurred during unsubscription:\n "+e.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"");this.name=r.name="UnsubscriptionError",this.stack=r.stack,this.message=r.message}return n(e,t),e}(Error);r.UnsubscriptionError=o},{}],217:[function(t,e,r){"use strict";r.errorObject={e:{}}},{}],218:[function(t,e,r){"use strict";r.isArray=Array.isArray||function(t){return t&&"number"==typeof t.length}},{}],219:[function(t,e,r){"use strict";r.isArrayLike=function(t){return t&&"number"==typeof t.length}},{}],220:[function(t,e,r){"use strict";r.isDate=function(t){return t instanceof Date&&!isNaN(+t)}},{}],221:[function(t,e,r){"use strict";r.isFunction=function(t){return"function"==typeof t}},{}],222:[function(t,e,r){"use strict";var n=t("../util/isArray");r.isNumeric=function(t){return!n.isArray(t)&&t-parseFloat(t)+1>=0}},{"../util/isArray":218}],223:[function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};r.isObject=function(t){return null!=t&&"object"===(void 0===t?"undefined":n(t))}},{}],224:[function(t,e,r){"use strict";r.isPromise=function(t){return t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}},{}],225:[function(t,e,r){"use strict";r.isScheduler=function(t){return t&&"function"==typeof t.schedule}},{}],226:[function(t,e,r){"use strict";r.noop=function(){}},{}],227:[function(t,e,r){"use strict";r.not=function(t,e){function r(){return!r.pred.apply(r.thisArg,arguments)}return r.pred=t,r.thisArg=e,r}},{}],228:[function(t,e,r){(function(t){"use strict";var e="undefined"!=typeof window&&window,n="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,o=void 0!==t&&t,i=e||o||n;r.root=i,function(){if(!i)throw new Error("RxJS could not find any global context (window, self, global)")}()}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],229:[function(t,e,r){"use strict";var n=t("./root"),o=t("./isArrayLike"),i=t("./isPromise"),s=t("./isObject"),a=t("../Observable"),c=t("../symbol/iterator"),u=t("../InnerSubscriber"),l=t("../symbol/observable");r.subscribeToResult=function(t,e,r,f){var h=new u.InnerSubscriber(t,r,f);if(h.closed)return null;if(e instanceof a.Observable)return e._isScalar?(h.next(e.value),h.complete(),null):e.subscribe(h);if(o.isArrayLike(e)){for(var p=0,d=e.length;p<d&&!h.closed;p++)h.next(e[p]);h.closed||h.complete()}else{if(i.isPromise(e))return e.then(function(t){h.closed||(h.next(t),h.complete())},function(t){return h.error(t)}).then(null,function(t){n.root.setTimeout(function(){throw t})}),h;if(e&&"function"==typeof e[c.iterator])for(var b=e[c.iterator]();;){var y=b.next();if(y.done){h.complete();break}if(h.next(y.value),h.closed)break}else if(e&&"function"==typeof e[l.observable]){var m=e[l.observable]();if("function"==typeof m.subscribe)return m.subscribe(new u.InnerSubscriber(t,r,f));h.error(new TypeError("Provided object does not correctly implement Symbol.observable"))}else{var v="You provided "+(s.isObject(e)?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.";h.error(new TypeError(v))}}return null}},{"../InnerSubscriber":139,"../Observable":141,"../symbol/iterator":210,"../symbol/observable":211,"./isArrayLike":219,"./isObject":223,"./isPromise":224,"./root":228}],230:[function(t,e,r){"use strict";var n=t("../Subscriber"),o=t("../symbol/rxSubscriber"),i=t("../Observer");r.toSubscriber=function(t,e,r){if(t){if(t instanceof n.Subscriber)return t;if(t[o.rxSubscriber])return t[o.rxSubscriber]()}return t||e||r?new n.Subscriber(t,e,r):new n.Subscriber(i.empty)}},{"../Observer":142,"../Subscriber":147,"../symbol/rxSubscriber":212}],231:[function(t,e,r){"use strict";function n(){try{return o.apply(this,arguments)}catch(t){return i.errorObject.e=t,i.errorObject}}var o,i=t("./errorObject");r.tryCatch=function(t){return o=t,n}},{"./errorObject":217}],232:[function(t,e,r){"use strict";var n=t("is-arrayish"),o=Array.prototype.concat,i=Array.prototype.slice,s=e.exports=function(t){for(var e=[],r=0,s=t.length;r<s;r++){var a=t[r];n(a)?e=o.call(e,i.call(a)):e.push(a)}return e};s.wrap=function(t){return function(){return t(s(arguments))}}},{"is-arrayish":137}],233:[function(t,e,r){!function(t,e){var r={},n={};!function(t,e){function r(){this._delay=0,this._endDelay=0,this._fill="none",this._iterationStart=0,this._iterations=1,this._duration=0,this._playbackRate=1,this._direction="normal",this._easing="linear",this._easingFunction=v}function n(){return t.isDeprecated("Invalid timing inputs","2016-03-02","TypeError exceptions will be thrown instead.",!0)}function o(e,n,o){var i=new r;return n&&(i.fill="both",i.duration="auto"),"number"!=typeof e||isNaN(e)?void 0!==e&&Object.getOwnPropertyNames(e).forEach(function(r){if("auto"!=e[r]){if(("number"==typeof i[r]||"duration"==r)&&("number"!=typeof e[r]||isNaN(e[r])))return;if("fill"==r&&-1==y.indexOf(e[r]))return;if("direction"==r&&-1==m.indexOf(e[r]))return;if("playbackRate"==r&&1!==e[r]&&t.isDeprecated("AnimationEffectTiming.playbackRate","2014-11-28","Use Animation.playbackRate instead."))return;i[r]=e[r]}}):i.duration=e,i}function i(t,e,r,n){return t<0||t>1||r<0||r>1?v:function(o){function i(t,e,r){return 3*t*(1-r)*(1-r)*r+3*e*(1-r)*r*r+r*r*r}if(o<=0){var s=0;return t>0?s=e/t:!e&&r>0&&(s=n/r),s*o}if(o>=1){var a=0;return r<1?a=(n-1)/(r-1):1==r&&t<1&&(a=(e-1)/(t-1)),1+a*(o-1)}for(var c=0,u=1;c<u;){var l=(c+u)/2,f=i(t,r,l);if(Math.abs(o-f)<1e-5)return i(e,n,l);f<o?c=l:u=l}return i(e,n,l)}}function s(t,e){return function(r){if(r>=1)return 1;var n=1/t;return(r+=e*n)-r%n}}function a(t){S||(S=document.createElement("div").style),S.animationTimingFunction="",S.animationTimingFunction=t;var e=S.animationTimingFunction;if(""==e&&n())throw new TypeError(t+" is not a valid value for easing");return e}function c(t){if("linear"==t)return v;var e=j.exec(t);if(e)return i.apply(this,e.slice(1).map(Number));var r=E.exec(t);return r?s(Number(r[1]),{start:g,middle:_,end:w}[r[2]]):x[t]||v}function u(t){return 0===t.duration||0===t.iterations?0:t.duration*t.iterations}function l(t,e,r){if(null==e)return T;var n=r.delay+t+r.endDelay;return e<Math.min(r.delay,n)?A:e>=Math.min(r.delay+t,n)?k:M}function f(t,e,r,n,o){switch(n){case A:return"backwards"==e||"both"==e?0:null;case M:return r-o;case k:return"forwards"==e||"both"==e?t:null;case T:return null}}function h(t,e,r,n,o){var i=o;return 0===t?e!==A&&(i+=r):i+=n/t,i}function p(t,e,r,n,o,i){var s=t===1/0?e%1:t%1;return 0!==s||r!==k||0===n||0===o&&0!==i||(s=1),s}function d(t,e,r,n){return t===k&&e===1/0?1/0:1===r?Math.floor(n)-1:Math.floor(n)}function b(t,e,r){var n=t;if("normal"!==t&&"reverse"!==t){var o=e;"alternate-reverse"===t&&(o+=1),n="normal",o!==1/0&&o%2!=0&&(n="reverse")}return"normal"===n?r:1-r}var y="backwards|forwards|both|none".split("|"),m="reverse|alternate|alternate-reverse".split("|"),v=function(t){return t};r.prototype={_setMember:function(e,r){this["_"+e]=r,this._effect&&(this._effect._timingInput[e]=r,this._effect._timing=t.normalizeTimingInput(this._effect._timingInput),this._effect.activeDuration=t.calculateActiveDuration(this._effect._timing),this._effect._animation&&this._effect._animation._rebuildUnderlyingAnimation())},get playbackRate(){return this._playbackRate},set delay(t){this._setMember("delay",t)},get delay(){return this._delay},set endDelay(t){this._setMember("endDelay",t)},get endDelay(){return this._endDelay},set fill(t){this._setMember("fill",t)},get fill(){return this._fill},set iterationStart(t){if((isNaN(t)||t<0)&&n())throw new TypeError("iterationStart must be a non-negative number, received: "+timing.iterationStart);this._setMember("iterationStart",t)},get iterationStart(){return this._iterationStart},set duration(t){if("auto"!=t&&(isNaN(t)||t<0)&&n())throw new TypeError("duration must be non-negative or auto, received: "+t);this._setMember("duration",t)},get duration(){return this._duration},set direction(t){this._setMember("direction",t)},get direction(){return this._direction},set easing(t){this._easingFunction=c(a(t)),this._setMember("easing",t)},get easing(){return this._easing},set iterations(t){if((isNaN(t)||t<0)&&n())throw new TypeError("iterations must be non-negative, received: "+t);this._setMember("iterations",t)},get iterations(){return this._iterations}};var g=1,_=.5,w=0,x={ease:i(.25,.1,.25,1),"ease-in":i(.42,0,1,1),"ease-out":i(0,0,.58,1),"ease-in-out":i(.42,0,.58,1),"step-start":s(1,g),"step-middle":s(1,_),"step-end":s(1,w)},S=null,O="\\s*(-?\\d+\\.?\\d*|-?\\.\\d+)\\s*",j=new RegExp("cubic-bezier\\("+O+","+O+","+O+","+O+"\\)"),E=/steps\(\s*(\d+)\s*,\s*(start|middle|end)\s*\)/,T=0,A=1,k=2,M=3;t.cloneTimingInput=function(t){if("number"==typeof t)return t;var e={};for(var r in t)e[r]=t[r];return e},t.makeTiming=o,t.numericTimingToObject=function(t){return"number"==typeof t&&(t=isNaN(t)?{duration:0}:{duration:t}),t},t.normalizeTimingInput=function(e,r){return e=t.numericTimingToObject(e),o(e,r)},t.calculateActiveDuration=function(t){return Math.abs(u(t)/t.playbackRate)},t.calculateIterationProgress=function(t,e,r){var n=l(t,e,r),o=f(t,r.fill,e,n,r.delay);if(null===o)return null;var i=h(r.duration,n,r.iterations,o,r.iterationStart),s=p(i,r.iterationStart,n,r.iterations,o,r.duration),a=d(n,r.iterations,s,i),c=b(r.direction,a,s);return r._easingFunction(c)},t.calculatePhase=l,t.normalizeEasing=a,t.parseEasingFunction=c}(r),function(t,e){function r(t,e){return t in u?u[t][e]||e:e}function n(t){return"display"===t||0===t.lastIndexOf("animation",0)||0===t.lastIndexOf("transition",0)}function o(t,e,o){if(!n(t)){var i=s[t];if(i){a.style[t]=e;for(var c in i){var u=i[c],l=a.style[u];o[u]=r(u,l)}}else o[t]=r(t,e)}}function i(t){var e=[];for(var r in t)if(!(r in["easing","offset","composite"])){var n=t[r];Array.isArray(n)||(n=[n]);for(var o,i=n.length,s=0;s<i;s++)o={},o.offset="offset"in t?t.offset:1==i?1:s/(i-1),"easing"in t&&(o.easing=t.easing),"composite"in t&&(o.composite=t.composite),o[r]=n[s],e.push(o)}return e.sort(function(t,e){return t.offset-e.offset}),e}var s={background:["backgroundImage","backgroundPosition","backgroundSize","backgroundRepeat","backgroundAttachment","backgroundOrigin","backgroundClip","backgroundColor"],border:["borderTopColor","borderTopStyle","borderTopWidth","borderRightColor","borderRightStyle","borderRightWidth","borderBottomColor","borderBottomStyle","borderBottomWidth","borderLeftColor","borderLeftStyle","borderLeftWidth"],borderBottom:["borderBottomWidth","borderBottomStyle","borderBottomColor"],borderColor:["borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"],borderLeft:["borderLeftWidth","borderLeftStyle","borderLeftColor"],borderRadius:["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],borderRight:["borderRightWidth","borderRightStyle","borderRightColor"],borderTop:["borderTopWidth","borderTopStyle","borderTopColor"],borderWidth:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],flex:["flexGrow","flexShrink","flexBasis"],font:["fontFamily","fontSize","fontStyle","fontVariant","fontWeight","lineHeight"],margin:["marginTop","marginRight","marginBottom","marginLeft"],outline:["outlineColor","outlineStyle","outlineWidth"],padding:["paddingTop","paddingRight","paddingBottom","paddingLeft"]},a=document.createElementNS("http://www.w3.org/1999/xhtml","div"),c={thin:"1px",medium:"3px",thick:"5px"},u={borderBottomWidth:c,borderLeftWidth:c,borderRightWidth:c,borderTopWidth:c,fontSize:{"xx-small":"60%","x-small":"75%",small:"89%",medium:"100%",large:"120%","x-large":"150%","xx-large":"200%"},fontWeight:{normal:"400",bold:"700"},outlineWidth:c,textShadow:{none:"0px 0px 0px transparent"},boxShadow:{none:"0px 0px 0px 0px transparent"}};t.convertToArrayForm=i,t.normalizeKeyframes=function(e){if(null==e)return[];window.Symbol&&Symbol.iterator&&Array.prototype.from&&e[Symbol.iterator]&&(e=Array.from(e)),Array.isArray(e)||(e=i(e));for(var r=e.map(function(e){var r={};for(var n in e){var i=e[n];if("offset"==n){if(null!=i){if(i=Number(i),!isFinite(i))throw new TypeError("Keyframe offsets must be numbers.");if(i<0||i>1)throw new TypeError("Keyframe offsets must be between 0 and 1.")}}else if("composite"==n){if("add"==i||"accumulate"==i)throw{type:DOMException.NOT_SUPPORTED_ERR,name:"NotSupportedError",message:"add compositing is not supported"};if("replace"!=i)throw new TypeError("Invalid composite mode "+i+".")}else i="easing"==n?t.normalizeEasing(i):""+i;o(n,i,r)}return void 0==r.offset&&(r.offset=null),void 0==r.easing&&(r.easing="linear"),r}),n=!0,s=-1/0,a=0;a<r.length;a++){var c=r[a].offset;if(null!=c){if(c<s)throw new TypeError("Keyframes are not loosely sorted by offset. Sort or specify offsets.");s=c}else n=!1}return r=r.filter(function(t){return t.offset>=0&&t.offset<=1}),n||function(){var t=r.length;null==r[t-1].offset&&(r[t-1].offset=1),t>1&&null==r[0].offset&&(r[0].offset=0);for(var e=0,n=r[0].offset,o=1;o<t;o++){var i=r[o].offset;if(null!=i){for(var s=1;s<o-e;s++)r[e+s].offset=n+(i-n)*s/(o-e);e=o,n=i}}}(),r}}(r),function(t){var e={};t.isDeprecated=function(t,r,n,o){var i=o?"are":"is",s=new Date,a=new Date(r);return a.setMonth(a.getMonth()+3),!(s<a&&(t in e||console.warn("Web Animations: "+t+" "+i+" deprecated and will stop working on "+a.toDateString()+". "+n),e[t]=!0,1))},t.deprecated=function(e,r,n,o){var i=o?"are":"is";if(t.isDeprecated(e,r,n,o))throw new Error(e+" "+i+" no longer supported. "+n)}}(r),function(){if(document.documentElement.animate){var t=document.documentElement.animate([],0),e=!0;if(t&&(e=!1,"play|currentTime|pause|reverse|playbackRate|cancel|finish|startTime|playState".split("|").forEach(function(r){void 0===t[r]&&(e=!0)})),!e)return}!function(t,e,r){function n(t){for(var e={},r=0;r<t.length;r++)for(var n in t[r])if("offset"!=n&&"easing"!=n&&"composite"!=n){var o={offset:t[r].offset,easing:t[r].easing,value:t[r][n]};e[n]=e[n]||[],e[n].push(o)}for(var i in e){var s=e[i];if(0!=s[0].offset||1!=s[s.length-1].offset)throw{type:DOMException.NOT_SUPPORTED_ERR,name:"NotSupportedError",message:"Partial keyframes are not supported"}}return e}function o(r){var n=[];for(var o in r)for(var i=r[o],s=0;s<i.length-1;s++){var a=s,c=s+1,u=i[a].offset,l=i[c].offset,f=u,h=l;0==s&&(f=-1/0,0==l&&(c=a)),s==i.length-2&&(h=1/0,1==u&&(a=c)),n.push({applyFrom:f,applyTo:h,startOffset:i[a].offset,endOffset:i[c].offset,easingFunction:t.parseEasingFunction(i[a].easing),property:o,interpolation:e.propertyInterpolation(o,i[a].value,i[c].value)})}return n.sort(function(t,e){return t.startOffset-e.startOffset}),n}e.convertEffectInput=function(r){var i=n(t.normalizeKeyframes(r)),s=o(i);return function(t,r){if(null!=r)s.filter(function(t){return r>=t.applyFrom&&r<t.applyTo}).forEach(function(n){var o=r-n.startOffset,i=n.endOffset-n.startOffset,s=0==i?0:n.easingFunction(o/i);e.apply(t,n.property,n.interpolation(s))});else for(var n in i)"offset"!=n&&"easing"!=n&&"composite"!=n&&e.clear(t,n)}}}(r,n),function(t,e,r){function n(t){return t.replace(/-(.)/g,function(t,e){return e.toUpperCase()})}function o(t,e,r){i[r]=i[r]||[],i[r].push([t,e])}var i={};e.addPropertiesHandler=function(t,e,r){for(var i=0;i<r.length;i++)o(t,e,n(r[i]))};var s={backgroundColor:"transparent",backgroundPosition:"0% 0%",borderBottomColor:"currentColor",borderBottomLeftRadius:"0px",borderBottomRightRadius:"0px",borderBottomWidth:"3px",borderLeftColor:"currentColor",borderLeftWidth:"3px",borderRightColor:"currentColor",borderRightWidth:"3px",borderSpacing:"2px",borderTopColor:"currentColor",borderTopLeftRadius:"0px",borderTopRightRadius:"0px",borderTopWidth:"3px",bottom:"auto",clip:"rect(0px, 0px, 0px, 0px)",color:"black",fontSize:"100%",fontWeight:"400",height:"auto",left:"auto",letterSpacing:"normal",lineHeight:"120%",marginBottom:"0px",marginLeft:"0px",marginRight:"0px",marginTop:"0px",maxHeight:"none",maxWidth:"none",minHeight:"0px",minWidth:"0px",opacity:"1.0",outlineColor:"invert",outlineOffset:"0px",outlineWidth:"3px",paddingBottom:"0px",paddingLeft:"0px",paddingRight:"0px",paddingTop:"0px",right:"auto",strokeDasharray:"none",strokeDashoffset:"0px",textIndent:"0px",textShadow:"0px 0px 0px transparent",top:"auto",transform:"",verticalAlign:"0px",visibility:"visible",width:"auto",wordSpacing:"normal",zIndex:"auto"};e.propertyInterpolation=function(r,o,a){var c=r;/-/.test(r)&&!t.isDeprecated("Hyphenated property names","2016-03-22","Use camelCase instead.",!0)&&(c=n(r)),"initial"!=o&&"initial"!=a||("initial"==o&&(o=s[c]),"initial"==a&&(a=s[c]));for(var u=o==a?[]:i[c],l=0;u&&l<u.length;l++){var f=u[l][0](o),h=u[l][0](a);if(void 0!==f&&void 0!==h){var p=u[l][1](f,h);if(p){var d=e.Interpolation.apply(null,p);return function(t){return 0==t?o:1==t?a:d(t)}}}}return e.Interpolation(!1,!0,function(t){return t?a:o})}}(r,n),function(t,e,r){function n(e){var r=t.calculateActiveDuration(e),n=function(n){return t.calculateIterationProgress(r,n,e)};return n._totalDuration=e.delay+r+e.endDelay,n}e.KeyframeEffect=function(r,o,i,s){var a,c=n(t.normalizeTimingInput(i)),u=e.convertEffectInput(o),l=function(){u(r,a)};return l._update=function(t){return null!==(a=c(t))},l._clear=function(){u(r,null)},l._hasSameTarget=function(t){return r===t},l._target=r,l._totalDuration=c._totalDuration,l._id=s,l}}(r,n),function(t,e){function r(t,e){return!(!e.namespaceURI||-1==e.namespaceURI.indexOf("/svg"))&&(s in t||(t[s]=/Trident|MSIE|IEMobile|Edge|Android 4/i.test(t.navigator.userAgent)),t[s])}function n(t,e,r){r.enumerable=!0,r.configurable=!0,Object.defineProperty(t,e,r)}function o(t){this._element=t,this._surrogateStyle=document.createElementNS("http://www.w3.org/1999/xhtml","div").style,this._style=t.style,this._length=0,this._isAnimatedProperty={},this._updateSvgTransformAttr=r(window,t),this._savedTransformAttr=null;for(var e=0;e<this._style.length;e++){var n=this._style[e];this._surrogateStyle[n]=this._style[n]}this._updateIndices()}function i(t){if(!t._webAnimationsPatchedStyle){var e=new o(t);try{n(t,"style",{get:function(){return e}})}catch(e){t.style._set=function(e,r){t.style[e]=r},t.style._clear=function(e){t.style[e]=""}}t._webAnimationsPatchedStyle=t.style}}var s="_webAnimationsUpdateSvgTransformAttr",a={cssText:1,length:1,parentRule:1},c={getPropertyCSSValue:1,getPropertyPriority:1,getPropertyValue:1,item:1,removeProperty:1,setProperty:1},u={removeProperty:1,setProperty:1};o.prototype={get cssText(){return this._surrogateStyle.cssText},set cssText(t){for(var e={},r=0;r<this._surrogateStyle.length;r++)e[this._surrogateStyle[r]]=!0;this._surrogateStyle.cssText=t,this._updateIndices();for(r=0;r<this._surrogateStyle.length;r++)e[this._surrogateStyle[r]]=!0;for(var n in e)this._isAnimatedProperty[n]||this._style.setProperty(n,this._surrogateStyle.getPropertyValue(n))},get length(){return this._surrogateStyle.length},get parentRule(){return this._style.parentRule},_updateIndices:function(){for(;this._length<this._surrogateStyle.length;)Object.defineProperty(this,this._length,{configurable:!0,enumerable:!1,get:function(t){return function(){return this._surrogateStyle[t]}}(this._length)}),this._length++;for(;this._length>this._surrogateStyle.length;)this._length--,Object.defineProperty(this,this._length,{configurable:!0,enumerable:!1,value:void 0})},_set:function(e,r){this._style[e]=r,this._isAnimatedProperty[e]=!0,this._updateSvgTransformAttr&&"transform"==t.unprefixedPropertyName(e)&&(null==this._savedTransformAttr&&(this._savedTransformAttr=this._element.getAttribute("transform")),this._element.setAttribute("transform",t.transformToSvgMatrix(r)))},_clear:function(e){this._style[e]=this._surrogateStyle[e],this._updateSvgTransformAttr&&"transform"==t.unprefixedPropertyName(e)&&(this._savedTransformAttr?this._element.setAttribute("transform",this._savedTransformAttr):this._element.removeAttribute("transform"),this._savedTransformAttr=null),delete this._isAnimatedProperty[e]}};for(var l in c)o.prototype[l]=function(t,e){return function(){var r=this._surrogateStyle[t].apply(this._surrogateStyle,arguments);return e&&(this._isAnimatedProperty[arguments[0]]||this._style[t].apply(this._style,arguments),this._updateIndices()),r}}(l,l in u);for(var f in document.documentElement.style)f in a||f in c||function(t){n(o.prototype,t,{get:function(){return this._surrogateStyle[t]},set:function(e){this._surrogateStyle[t]=e,this._updateIndices(),this._isAnimatedProperty[t]||(this._style[t]=e)}})}(f);t.apply=function(e,r,n){i(e),e.style._set(t.propertyName(r),n)},t.clear=function(e,r){e._webAnimationsPatchedStyle&&e.style._clear(t.propertyName(r))}}(n),function(t){window.Element.prototype.animate=function(e,r){var n="";return r&&r.id&&(n=r.id),t.timeline._play(t.KeyframeEffect(this,e,r,n))}}(n),function(t,e){function r(t,e,n){if("number"==typeof t&&"number"==typeof e)return t*(1-n)+e*n;if("boolean"==typeof t&&"boolean"==typeof e)return n<.5?t:e;if(t.length==e.length){for(var o=[],i=0;i<t.length;i++)o.push(r(t[i],e[i],n));return o}throw"Mismatched interpolation arguments "+t+":"+e}n.Interpolation=function(t,e,n){return function(o){return n(r(t,e,o))}}}(),function(t,e){function r(t,e,r){return Math.max(Math.min(t,r),e)}var n=function(){function t(t,e){for(var r=[[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0]],n=0;n<4;n++)for(var o=0;o<4;o++)for(var i=0;i<4;i++)r[n][o]+=e[n][i]*t[i][o];return r}function e(t){return 0==t[0][2]&&0==t[0][3]&&0==t[1][2]&&0==t[1][3]&&0==t[2][0]&&0==t[2][1]&&1==t[2][2]&&0==t[2][3]&&0==t[3][2]&&1==t[3][3]}return function(r,n,o,i,s){for(var a=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]],c=0;c<4;c++)a[c][3]=s[c];for(c=0;c<3;c++)for(b=0;b<3;b++)a[3][c]+=r[b]*a[b][c];var u=i[0],l=i[1],f=i[2],h=i[3],p=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]];p[0][0]=1-2*(l*l+f*f),p[0][1]=2*(u*l-f*h),p[0][2]=2*(u*f+l*h),p[1][0]=2*(u*l+f*h),p[1][1]=1-2*(u*u+f*f),p[1][2]=2*(l*f-u*h),p[2][0]=2*(u*f-l*h),p[2][1]=2*(l*f+u*h),p[2][2]=1-2*(u*u+l*l),a=t(a,p);var d=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]];o[2]&&(d[2][1]=o[2],a=t(a,d)),o[1]&&(d[2][1]=0,d[2][0]=o[0],a=t(a,d)),o[0]&&(d[2][0]=0,d[1][0]=o[0],a=t(a,d));for(c=0;c<3;c++)for(var b=0;b<3;b++)a[c][b]*=n[c];return e(a)?[a[0][0],a[0][1],a[1][0],a[1][1],a[3][0],a[3][1]]:a[0].concat(a[1],a[2],a[3])}}();t.composeMatrix=n,t.quat=function(e,n,o){var i=t.dot(e,n),s=[];if(1===(i=r(i,-1,1)))s=e;else for(var a=Math.acos(i),c=1*Math.sin(o*a)/Math.sqrt(1-i*i),u=0;u<4;u++)s.push(e[u]*(Math.cos(o*a)-i*c)+n[u]*c);return s}}(n),function(t,e,r){t.sequenceNumber=0;var n=function(t,e,r){this.target=t,this.currentTime=e,this.timelineTime=r,this.type="finish",this.bubbles=!1,this.cancelable=!1,this.currentTarget=t,this.defaultPrevented=!1,this.eventPhase=Event.AT_TARGET,this.timeStamp=Date.now()};e.Animation=function(e){this.id="",e&&e._id&&(this.id=e._id),this._sequenceNumber=t.sequenceNumber++,this._currentTime=0,this._startTime=null,this._paused=!1,this._playbackRate=1,this._inTimeline=!0,this._finishedFlag=!0,this.onfinish=null,this._finishHandlers=[],this._effect=e,this._inEffect=this._effect._update(0),this._idle=!0,this._currentTimePending=!1},e.Animation.prototype={_ensureAlive:function(){this.playbackRate<0&&0===this.currentTime?this._inEffect=this._effect._update(-1):this._inEffect=this._effect._update(this.currentTime),this._inTimeline||!this._inEffect&&this._finishedFlag||(this._inTimeline=!0,e.timeline._animations.push(this))},_tickCurrentTime:function(t,e){t!=this._currentTime&&(this._currentTime=t,this._isFinished&&!e&&(this._currentTime=this._playbackRate>0?this._totalDuration:0),this._ensureAlive())},get currentTime(){return this._idle||this._currentTimePending?null:this._currentTime},set currentTime(t){t=+t,isNaN(t)||(e.restart(),this._paused||null==this._startTime||(this._startTime=this._timeline.currentTime-t/this._playbackRate),this._currentTimePending=!1,this._currentTime!=t&&(this._idle&&(this._idle=!1,this._paused=!0),this._tickCurrentTime(t,!0),e.applyDirtiedAnimation(this)))},get startTime(){return this._startTime},set startTime(t){t=+t,isNaN(t)||this._paused||this._idle||(this._startTime=t,this._tickCurrentTime((this._timeline.currentTime-this._startTime)*this.playbackRate),e.applyDirtiedAnimation(this))},get playbackRate(){return this._playbackRate},set playbackRate(t){if(t!=this._playbackRate){var r=this.currentTime;this._playbackRate=t,this._startTime=null,"paused"!=this.playState&&"idle"!=this.playState&&(this._finishedFlag=!1,this._idle=!1,this._ensureAlive(),e.applyDirtiedAnimation(this)),null!=r&&(this.currentTime=r)}},get _isFinished(){return!this._idle&&(this._playbackRate>0&&this._currentTime>=this._totalDuration||this._playbackRate<0&&this._currentTime<=0)},get _totalDuration(){return this._effect._totalDuration},get playState(){return this._idle?"idle":null==this._startTime&&!this._paused&&0!=this.playbackRate||this._currentTimePending?"pending":this._paused?"paused":this._isFinished?"finished":"running"},_rewind:function(){if(this._playbackRate>=0)this._currentTime=0;else{if(!(this._totalDuration<1/0))throw new DOMException("Unable to rewind negative playback rate animation with infinite duration","InvalidStateError");this._currentTime=this._totalDuration}},play:function(){this._paused=!1,(this._isFinished||this._idle)&&(this._rewind(),this._startTime=null),this._finishedFlag=!1,this._idle=!1,this._ensureAlive(),e.applyDirtiedAnimation(this)},pause:function(){this._isFinished||this._paused||this._idle?this._idle&&(this._rewind(),this._idle=!1):this._currentTimePending=!0,this._startTime=null,this._paused=!0},finish:function(){this._idle||(this.currentTime=this._playbackRate>0?this._totalDuration:0,this._startTime=this._totalDuration-this.currentTime,this._currentTimePending=!1,e.applyDirtiedAnimation(this))},cancel:function(){this._inEffect&&(this._inEffect=!1,this._idle=!0,this._paused=!1,this._isFinished=!0,this._finishedFlag=!0,this._currentTime=0,this._startTime=null,this._effect._update(null),e.applyDirtiedAnimation(this))},reverse:function(){this.playbackRate*=-1,this.play()},addEventListener:function(t,e){"function"==typeof e&&"finish"==t&&this._finishHandlers.push(e)},removeEventListener:function(t,e){if("finish"==t){var r=this._finishHandlers.indexOf(e);r>=0&&this._finishHandlers.splice(r,1)}},_fireEvents:function(t){if(this._isFinished){if(!this._finishedFlag){var e=new n(this,this._currentTime,t),r=this._finishHandlers.concat(this.onfinish?[this.onfinish]:[]);setTimeout(function(){r.forEach(function(t){t.call(e.target,e)})},0),this._finishedFlag=!0}}else this._finishedFlag=!1},_tick:function(t,e){this._idle||this._paused||(null==this._startTime?e&&(this.startTime=t-this._currentTime/this.playbackRate):this._isFinished||this._tickCurrentTime((t-this._startTime)*this.playbackRate)),e&&(this._currentTimePending=!1,this._fireEvents(t))},get _needsTick(){return this.playState in{pending:1,running:1}||!this._finishedFlag},_targetAnimations:function(){var t=this._effect._target;return t._activeAnimations||(t._activeAnimations=[]),t._activeAnimations},_markTarget:function(){var t=this._targetAnimations();-1===t.indexOf(this)&&t.push(this)},_unmarkTarget:function(){var t=this._targetAnimations(),e=t.indexOf(this);-1!==e&&t.splice(e,1)}}}(r,n),function(t,e,r){function n(t){var e=u;u=[],t<y.currentTime&&(t=y.currentTime),y._animations.sort(o),y._animations=a(t,!0,y._animations)[0],e.forEach(function(e){e[1](t)}),s(),f=void 0}function o(t,e){return t._sequenceNumber-e._sequenceNumber}function i(){this._animations=[],this.currentTime=window.performance&&performance.now?performance.now():0}function s(){d.forEach(function(t){t()}),d.length=0}function a(t,r,n){b=!0,p=!1,e.timeline.currentTime=t,h=!1;var o=[],i=[],s=[],a=[];return n.forEach(function(e){e._tick(t,r),e._inEffect?(i.push(e._effect),e._markTarget()):(o.push(e._effect),e._unmarkTarget()),e._needsTick&&(h=!0);var n=e._inEffect||e._needsTick;e._inTimeline=n,n?s.push(e):a.push(e)}),d.push.apply(d,o),d.push.apply(d,i),h&&requestAnimationFrame(function(){}),b=!1,[s,a]}var c=window.requestAnimationFrame,u=[],l=0;window.requestAnimationFrame=function(t){var e=l++;return 0==u.length&&c(n),u.push([e,t]),e},window.cancelAnimationFrame=function(t){u.forEach(function(e){e[0]==t&&(e[1]=function(){})})},i.prototype={_play:function(r){r._timing=t.normalizeTimingInput(r.timing);var n=new e.Animation(r);return n._idle=!1,n._timeline=this,this._animations.push(n),e.restart(),e.applyDirtiedAnimation(n),n}};var f=void 0,h=!1,p=!1;e.restart=function(){return h||(h=!0,requestAnimationFrame(function(){}),p=!0),p},e.applyDirtiedAnimation=function(t){if(!b){t._markTarget();var r=t._targetAnimations();r.sort(o),a(e.timeline.currentTime,!1,r.slice())[1].forEach(function(t){var e=y._animations.indexOf(t);-1!==e&&y._animations.splice(e,1)}),s()}};var d=[],b=!1,y=new i;e.timeline=y}(r,n),function(t,e){function r(t,e){for(var r=0,n=0;n<t.length;n++)r+=t[n]*e[n];return r}function n(t,e){return[t[0]*e[0]+t[4]*e[1]+t[8]*e[2]+t[12]*e[3],t[1]*e[0]+t[5]*e[1]+t[9]*e[2]+t[13]*e[3],t[2]*e[0]+t[6]*e[1]+t[10]*e[2]+t[14]*e[3],t[3]*e[0]+t[7]*e[1]+t[11]*e[2]+t[15]*e[3],t[0]*e[4]+t[4]*e[5]+t[8]*e[6]+t[12]*e[7],t[1]*e[4]+t[5]*e[5]+t[9]*e[6]+t[13]*e[7],t[2]*e[4]+t[6]*e[5]+t[10]*e[6]+t[14]*e[7],t[3]*e[4]+t[7]*e[5]+t[11]*e[6]+t[15]*e[7],t[0]*e[8]+t[4]*e[9]+t[8]*e[10]+t[12]*e[11],t[1]*e[8]+t[5]*e[9]+t[9]*e[10]+t[13]*e[11],t[2]*e[8]+t[6]*e[9]+t[10]*e[10]+t[14]*e[11],t[3]*e[8]+t[7]*e[9]+t[11]*e[10]+t[15]*e[11],t[0]*e[12]+t[4]*e[13]+t[8]*e[14]+t[12]*e[15],t[1]*e[12]+t[5]*e[13]+t[9]*e[14]+t[13]*e[15],t[2]*e[12]+t[6]*e[13]+t[10]*e[14]+t[14]*e[15],t[3]*e[12]+t[7]*e[13]+t[11]*e[14]+t[15]*e[15]]}function o(t){var e=t.rad||0;return((t.deg||0)/360+(t.grad||0)/400+(t.turn||0))*(2*Math.PI)+e}function i(t){switch(t.t){case"rotatex":i=o(t.d[0]);return[1,0,0,0,0,Math.cos(i),Math.sin(i),0,0,-Math.sin(i),Math.cos(i),0,0,0,0,1];case"rotatey":i=o(t.d[0]);return[Math.cos(i),0,-Math.sin(i),0,0,1,0,0,Math.sin(i),0,Math.cos(i),0,0,0,0,1];case"rotate":case"rotatez":i=o(t.d[0]);return[Math.cos(i),Math.sin(i),0,0,-Math.sin(i),Math.cos(i),0,0,0,0,1,0,0,0,0,1];case"rotate3d":var e=t.d[0],r=t.d[1],n=t.d[2],i=o(t.d[3]),s=e*e+r*r+n*n;if(0===s)e=1,r=0,n=0;else if(1!==s){var a=Math.sqrt(s);e/=a,r/=a,n/=a}var c=Math.sin(i/2),u=c*Math.cos(i/2),l=c*c;return[1-2*(r*r+n*n)*l,2*(e*r*l+n*u),2*(e*n*l-r*u),0,2*(e*r*l-n*u),1-2*(e*e+n*n)*l,2*(r*n*l+e*u),0,2*(e*n*l+r*u),2*(r*n*l-e*u),1-2*(e*e+r*r)*l,0,0,0,0,1];case"scale":return[t.d[0],0,0,0,0,t.d[1],0,0,0,0,1,0,0,0,0,1];case"scalex":return[t.d[0],0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];case"scaley":return[1,0,0,0,0,t.d[0],0,0,0,0,1,0,0,0,0,1];case"scalez":return[1,0,0,0,0,1,0,0,0,0,t.d[0],0,0,0,0,1];case"scale3d":return[t.d[0],0,0,0,0,t.d[1],0,0,0,0,t.d[2],0,0,0,0,1];case"skew":var f=o(t.d[0]),h=o(t.d[1]);return[1,Math.tan(h),0,0,Math.tan(f),1,0,0,0,0,1,0,0,0,0,1];case"skewx":i=o(t.d[0]);return[1,0,0,0,Math.tan(i),1,0,0,0,0,1,0,0,0,0,1];case"skewy":i=o(t.d[0]);return[1,Math.tan(i),0,0,0,1,0,0,0,0,1,0,0,0,0,1];case"translate":return[1,0,0,0,0,1,0,0,0,0,1,0,e=t.d[0].px||0,r=t.d[1].px||0,0,1];case"translatex":return[1,0,0,0,0,1,0,0,0,0,1,0,e=t.d[0].px||0,0,0,1];case"translatey":return[1,0,0,0,0,1,0,0,0,0,1,0,0,r=t.d[0].px||0,0,1];case"translatez":return[1,0,0,0,0,1,0,0,0,0,1,0,0,0,n=t.d[0].px||0,1];case"translate3d":return[1,0,0,0,0,1,0,0,0,0,1,0,e=t.d[0].px||0,r=t.d[1].px||0,n=t.d[2].px||0,1];case"perspective":return[1,0,0,0,0,1,0,0,0,0,1,t.d[0].px?-1/t.d[0].px:0,0,0,0,1];case"matrix":return[t.d[0],t.d[1],0,0,t.d[2],t.d[3],0,0,0,0,1,0,t.d[4],t.d[5],0,1];case"matrix3d":return t.d}}function s(t){return 0===t.length?[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]:t.map(i).reduce(n)}var a=function(){function t(t){return t[0][0]*t[1][1]*t[2][2]+t[1][0]*t[2][1]*t[0][2]+t[2][0]*t[0][1]*t[1][2]-t[0][2]*t[1][1]*t[2][0]-t[1][2]*t[2][1]*t[0][0]-t[2][2]*t[0][1]*t[1][0]}function e(e){for(var r=1/t(e),n=e[0][0],o=e[0][1],i=e[0][2],s=e[1][0],a=e[1][1],c=e[1][2],u=e[2][0],l=e[2][1],f=e[2][2],h=[[(a*f-c*l)*r,(i*l-o*f)*r,(o*c-i*a)*r,0],[(c*u-s*f)*r,(n*f-i*u)*r,(i*s-n*c)*r,0],[(s*l-a*u)*r,(u*o-n*l)*r,(n*a-o*s)*r,0]],p=[],d=0;d<3;d++){for(var b=0,y=0;y<3;y++)b+=e[3][y]*h[y][d];p.push(b)}return p.push(1),h.push(p),h}function n(t){return[[t[0][0],t[1][0],t[2][0],t[3][0]],[t[0][1],t[1][1],t[2][1],t[3][1]],[t[0][2],t[1][2],t[2][2],t[3][2]],[t[0][3],t[1][3],t[2][3],t[3][3]]]}function o(t,e){for(var r=[],n=0;n<4;n++){for(var o=0,i=0;i<4;i++)o+=t[i]*e[i][n];r.push(o)}return r}function i(t){var e=s(t);return[t[0]/e,t[1]/e,t[2]/e]}function s(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2])}function a(t,e,r,n){return[r*t[0]+n*e[0],r*t[1]+n*e[1],r*t[2]+n*e[2]]}function c(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}return function(u){var l=[u.slice(0,4),u.slice(4,8),u.slice(8,12),u.slice(12,16)];if(1!==l[3][3])return null;for(var f=[],h=0;h<4;h++)f.push(l[h].slice());for(h=0;h<3;h++)f[h][3]=0;if(0===t(f))return null;var p,d=[];l[0][3]||l[1][3]||l[2][3]?(d.push(l[0][3]),d.push(l[1][3]),d.push(l[2][3]),d.push(l[3][3]),p=o(d,n(e(f)))):p=[0,0,0,1];var b=l[3].slice(0,3),y=[];y.push(l[0].slice(0,3));var m=[];m.push(s(y[0])),y[0]=i(y[0]);var v=[];y.push(l[1].slice(0,3)),v.push(r(y[0],y[1])),y[1]=a(y[1],y[0],1,-v[0]),m.push(s(y[1])),y[1]=i(y[1]),v[0]/=m[1],y.push(l[2].slice(0,3)),v.push(r(y[0],y[2])),y[2]=a(y[2],y[0],1,-v[1]),v.push(r(y[1],y[2])),y[2]=a(y[2],y[1],1,-v[2]),m.push(s(y[2])),y[2]=i(y[2]),v[1]/=m[2],v[2]/=m[2];var g=c(y[1],y[2]);if(r(y[0],g)<0)for(h=0;h<3;h++)m[h]*=-1,y[h][0]*=-1,y[h][1]*=-1,y[h][2]*=-1;var _,w,x=y[0][0]+y[1][1]+y[2][2]+1;return x>1e-4?(_=.5/Math.sqrt(x),w=[(y[2][1]-y[1][2])*_,(y[0][2]-y[2][0])*_,(y[1][0]-y[0][1])*_,.25/_]):y[0][0]>y[1][1]&&y[0][0]>y[2][2]?(_=2*Math.sqrt(1+y[0][0]-y[1][1]-y[2][2]),w=[.25*_,(y[0][1]+y[1][0])/_,(y[0][2]+y[2][0])/_,(y[2][1]-y[1][2])/_]):y[1][1]>y[2][2]?(_=2*Math.sqrt(1+y[1][1]-y[0][0]-y[2][2]),w=[(y[0][1]+y[1][0])/_,.25*_,(y[1][2]+y[2][1])/_,(y[0][2]-y[2][0])/_]):(_=2*Math.sqrt(1+y[2][2]-y[0][0]-y[1][1]),w=[(y[0][2]+y[2][0])/_,(y[1][2]+y[2][1])/_,.25*_,(y[1][0]-y[0][1])/_]),[b,m,v,w,p]}}();t.dot=r,t.makeMatrixDecomposition=function(t){return[a(s(t))]},t.transformListToMatrix=s}(n),function(t){function e(t,e){var r=t.exec(e);if(r)return r=t.ignoreCase?r[0].toLowerCase():r[0],[r,e.substr(r.length)]}function r(t,e){var r=t(e=e.replace(/^\s*/,""));if(r)return[r[0],r[1].replace(/^\s*/,"")]}function n(t,e){for(var r=t,n=e;r&&n;)r>n?r%=n:n%=r;return r=t*e/(r+n)}function o(t,e,r,o,i){for(var s=[],a=[],c=[],u=n(o.length,i.length),l=0;l<u;l++){var f=e(o[l%o.length],i[l%i.length]);if(!f)return;s.push(f[0]),a.push(f[1]),c.push(f[2])}return[s,a,function(e){var n=e.map(function(t,e){return c[e](t)}).join(r);return t?t(n):n}]}t.consumeToken=e,t.consumeTrimmed=r,t.consumeRepeated=function(t,n,o){t=r.bind(null,t);for(var i=[];;){var s=t(o);if(!s)return[i,o];if(i.push(s[0]),o=s[1],!(s=e(n,o))||""==s[1])return[i,o];o=s[1]}},t.consumeParenthesised=function(t,e){for(var r=0,n=0;n<e.length&&(!/\s|,/.test(e[n])||0!=r);n++)if("("==e[n])r++;else if(")"==e[n]&&(0==--r&&n++,r<=0))break;var o=t(e.substr(0,n));return void 0==o?void 0:[o,e.substr(n)]},t.ignore=function(t){return function(e){var r=t(e);return r&&(r[0]=void 0),r}},t.optional=function(t,e){return function(r){return t(r)||[e,r]}},t.consumeList=function(e,r){for(var n=[],o=0;o<e.length;o++){var i=t.consumeTrimmed(e[o],r);if(!i||""==i[0])return;void 0!==i[0]&&n.push(i[0]),r=i[1]}if(""==r)return n},t.mergeNestedRepeated=o.bind(null,null),t.mergeWrappedNestedRepeated=o,t.mergeList=function(t,e,r){for(var n=[],o=[],i=[],s=0,a=0;a<r.length;a++)if("function"==typeof r[a]){var c=r[a](t[s],e[s++]);n.push(c[0]),o.push(c[1]),i.push(c[2])}else!function(t){n.push(!1),o.push(!1),i.push(function(){return r[t]})}(a);return[n,o,function(t){for(var e="",r=0;r<t.length;r++)e+=i[r](t[r]);return e}]}}(n),function(t){function e(e){var r={inset:!1,lengths:[],color:null},n=t.consumeRepeated(function(e){var n=t.consumeToken(/^inset/i,e);return n?(r.inset=!0,n):(n=t.consumeLengthOrPercent(e))?(r.lengths.push(n[0]),n):(n=t.consumeColor(e))?(r.color=n[0],n):void 0},/^/,e);if(n&&n[0].length)return[r,n[1]]}var r=function(e,r,n,o){function i(t){return{inset:t,color:[0,0,0,0],lengths:[{px:0},{px:0},{px:0},{px:0}]}}for(var s=[],a=[],c=0;c<n.length||c<o.length;c++){var u=n[c]||i(o[c].inset),l=o[c]||i(n[c].inset);s.push(u),a.push(l)}return t.mergeNestedRepeated(e,r,s,a)}.bind(null,function(e,r){for(;e.lengths.length<Math.max(e.lengths.length,r.lengths.length);)e.lengths.push({px:0});for(;r.lengths.length<Math.max(e.lengths.length,r.lengths.length);)r.lengths.push({px:0});if(e.inset==r.inset&&!!e.color==!!r.color){for(var n,o=[],i=[[],0],s=[[],0],a=0;a<e.lengths.length;a++){var c=t.mergeDimensions(e.lengths[a],r.lengths[a],2==a);i[0].push(c[0]),s[0].push(c[1]),o.push(c[2])}if(e.color&&r.color){var u=t.mergeColors(e.color,r.color);i[1]=u[0],s[1]=u[1],n=u[2]}return[i,s,function(t){for(var r=e.inset?"inset ":" ",i=0;i<o.length;i++)r+=o[i](t[0][i])+" ";return n&&(r+=n(t[1])),r}]}},", ");t.addPropertiesHandler(function(r){var n=t.consumeRepeated(e,/^,/,r);if(n&&""==n[1])return n[0]},r,["box-shadow","text-shadow"])}(n),function(t,e){function r(t){return t.toFixed(3).replace(/0+$/,"").replace(/\.$/,"")}function n(t,e,r){return Math.min(e,Math.max(t,r))}function o(t){if(/^\s*[-+]?(\d*\.)?\d+\s*$/.test(t))return Number(t)}function i(t,e){return function(o,i){return[o,i,function(o){return r(n(t,e,o))}]}}function s(t){var e=t.trim().split(/\s*[\s,]\s*/);if(0!==e.length){for(var r=[],n=0;n<e.length;n++){var i=o(e[n]);if(void 0===i)return;r.push(i)}return r}}t.clamp=n,t.addPropertiesHandler(s,function(t,e){if(t.length==e.length)return[t,e,function(t){return t.map(r).join(" ")}]},["stroke-dasharray"]),t.addPropertiesHandler(o,i(0,1/0),["border-image-width","line-height"]),t.addPropertiesHandler(o,i(0,1),["opacity","shape-image-threshold"]),t.addPropertiesHandler(o,function(t,e){if(0!=t)return i(0,1/0)(t,e)},["flex-grow","flex-shrink"]),t.addPropertiesHandler(o,function(t,e){return[t,e,function(t){return Math.round(n(1,1/0,t))}]},["orphans","widows"]),t.addPropertiesHandler(o,function(t,e){return[t,e,Math.round]},["z-index"]),t.parseNumber=o,t.parseNumberList=s,t.mergeNumbers=function(t,e){return[t,e,r]},t.numberToString=r}(n),function(t,e){n.addPropertiesHandler(String,function(t,e){if("visible"==t||"visible"==e)return[0,1,function(r){return r<=0?t:r>=1?e:"visible"}]},["visibility"])}(),function(t,e){function r(t){t=t.trim(),i.fillStyle="#000",i.fillStyle=t;var e=i.fillStyle;if(i.fillStyle="#fff",i.fillStyle=t,e==i.fillStyle){i.fillRect(0,0,1,1);var r=i.getImageData(0,0,1,1).data;i.clearRect(0,0,1,1);var n=r[3]/255;return[r[0]*n,r[1]*n,r[2]*n,n]}}function n(e,r){return[e,r,function(e){if(e[3])for(var r=0;r<3;r++)e[r]=Math.round(function(t){return Math.max(0,Math.min(255,t))}(e[r]/e[3]));return e[3]=t.numberToString(t.clamp(0,1,e[3])),"rgba("+e.join(",")+")"}]}var o=document.createElementNS("http://www.w3.org/1999/xhtml","canvas");o.width=o.height=1;var i=o.getContext("2d");t.addPropertiesHandler(r,n,["background-color","border-bottom-color","border-left-color","border-right-color","border-top-color","color","fill","flood-color","lighting-color","outline-color","stop-color","stroke","text-decoration-color"]),t.consumeColor=t.consumeParenthesised.bind(null,r),t.mergeColors=n}(n),function(t,e){function r(t){function e(){var e=a.exec(t);s=e?e[0]:void 0}function r(){var t=Number(s);return e(),t}function n(){if("("!==s)return r();e();var t=i();return")"!==s?NaN:(e(),t)}function o(){for(var t=n();"*"===s||"/"===s;){var r=s;e();var o=n();"*"===r?t*=o:t/=o}return t}function i(){for(var t=o();"+"===s||"-"===s;){var r=s;e();var n=o();"+"===r?t+=n:t-=n}return t}var s,a=/([\+\-\w\.]+|[\(\)\*\/])/g;return e(),i()}function n(t,e){if("0"==(e=e.trim().toLowerCase())&&"px".search(t)>=0)return{px:0};if(/^[^(]*$|^calc/.test(e)){var n={};e=(e=e.replace(/calc\(/g,"(")).replace(t,function(t){return n[t]=null,"U"+t});for(var o="U("+t.source+")",i=e.replace(/[-+]?(\d*\.)?\d+([Ee][-+]?\d+)?/g,"N").replace(new RegExp("N"+o,"g"),"D").replace(/\s[+-]\s/g,"O").replace(/\s/g,""),s=[/N\*(D)/g,/(N|D)[*\/]N/g,/(N|D)O\1/g,/\((N|D)\)/g],a=0;a<s.length;)s[a].test(i)?(i=i.replace(s[a],"$1"),a=0):a++;if("D"==i){for(var c in n){var u=r(e.replace(new RegExp("U"+c,"g"),"").replace(new RegExp(o,"g"),"*0"));if(!isFinite(u))return;n[c]=u}return n}}}function o(t,e){return i(t,e,!0)}function i(e,r,n){var o,i=[];for(o in e)i.push(o);for(o in r)i.indexOf(o)<0&&i.push(o);return e=i.map(function(t){return e[t]||0}),r=i.map(function(t){return r[t]||0}),[e,r,function(e){var r=e.map(function(r,o){return 1==e.length&&n&&(r=Math.max(r,0)),t.numberToString(r)+i[o]}).join(" + ");return e.length>1?"calc("+r+")":r}]}var s="px|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc",a=n.bind(null,new RegExp(s,"g")),c=n.bind(null,new RegExp(s+"|%","g")),u=n.bind(null,/deg|rad|grad|turn/g);t.parseLength=a,t.parseLengthOrPercent=c,t.consumeLengthOrPercent=t.consumeParenthesised.bind(null,c),t.parseAngle=u,t.mergeDimensions=i;var l=t.consumeParenthesised.bind(null,a),f=t.consumeRepeated.bind(void 0,l,/^/),h=t.consumeRepeated.bind(void 0,f,/^,/);t.consumeSizePairList=h;var p=t.mergeNestedRepeated.bind(void 0,o," "),d=t.mergeNestedRepeated.bind(void 0,p,",");t.mergeNonNegativeSizePair=p,t.addPropertiesHandler(function(t){var e=h(t);if(e&&""==e[1])return e[0]},d,["background-size"]),t.addPropertiesHandler(c,o,["border-bottom-width","border-image-width","border-left-width","border-right-width","border-top-width","flex-basis","font-size","height","line-height","max-height","max-width","outline-width","width"]),t.addPropertiesHandler(c,i,["border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius","bottom","left","letter-spacing","margin-bottom","margin-left","margin-right","margin-top","min-height","min-width","outline-offset","padding-bottom","padding-left","padding-right","padding-top","perspective","right","shape-margin","stroke-dashoffset","text-indent","top","vertical-align","word-spacing"])}(n),function(t,e){function r(e){return t.consumeLengthOrPercent(e)||t.consumeToken(/^auto/,e)}function n(e){var n=t.consumeList([t.ignore(t.consumeToken.bind(null,/^rect/)),t.ignore(t.consumeToken.bind(null,/^\(/)),t.consumeRepeated.bind(null,r,/^,/),t.ignore(t.consumeToken.bind(null,/^\)/))],e);if(n&&4==n[0].length)return n[0]}var o=t.mergeWrappedNestedRepeated.bind(null,function(t){return"rect("+t+")"},function(e,r){return"auto"==e||"auto"==r?[!0,!1,function(n){var o=n?e:r;if("auto"==o)return"auto";var i=t.mergeDimensions(o,o);return i[2](i[0])}]:t.mergeDimensions(e,r)},", ");t.parseBox=n,t.mergeBoxes=o,t.addPropertiesHandler(n,o,["clip"])}(n),function(t,e){function r(t){return function(e){var r=0;return t.map(function(t){return t===u?e[r++]:t})}}function n(t){return t}function o(e){if("none"==(e=e.toLowerCase().trim()))return[];for(var r,n=/\s*(\w+)\(([^)]*)\)/g,o=[],i=0;r=n.exec(e);){if(r.index!=i)return;i=r.index+r[0].length;var s=r[1],a=h[s];if(!a)return;var c=r[2].split(","),u=a[0];if(u.length<c.length)return;for(var p=[],d=0;d<u.length;d++){var b,y=c[d],m=u[d];if(void 0===(b=y?{A:function(e){return"0"==e.trim()?f:t.parseAngle(e)},N:t.parseNumber,T:t.parseLengthOrPercent,L:t.parseLength}[m.toUpperCase()](y):{a:f,n:p[0],t:l}[m]))return;p.push(b)}if(o.push({t:s,d:p}),n.lastIndex==e.length)return o}}function i(t){return t.toFixed(6).replace(".000000","")}function s(e,r){if(e.decompositionPair!==r){e.decompositionPair=r;var n=t.makeMatrixDecomposition(e)}if(r.decompositionPair!==e){r.decompositionPair=e;var o=t.makeMatrixDecomposition(r)}return null==n[0]||null==o[0]?[[!1],[!0],function(t){return t?r[0].d:e[0].d}]:(n[0].push(0),o[0].push(1),[n,o,function(e){var r=t.quat(n[0][3],o[0][3],e[5]);return t.composeMatrix(e[0],e[1],e[2],r,e[4]).map(i).join(",")}])}function a(t){return t.replace(/[xy]/,"")}function c(t){return t.replace(/(x|y|z|3d)?$/,"3d")}var u=null,l={px:0},f={deg:0},h={matrix:["NNNNNN",[u,u,0,0,u,u,0,0,0,0,1,0,u,u,0,1],n],matrix3d:["NNNNNNNNNNNNNNNN",n],rotate:["A"],rotatex:["A"],rotatey:["A"],rotatez:["A"],rotate3d:["NNNA"],perspective:["L"],scale:["Nn",r([u,u,1]),n],scalex:["N",r([u,1,1]),r([u,1])],scaley:["N",r([1,u,1]),r([1,u])],scalez:["N",r([1,1,u])],scale3d:["NNN",n],skew:["Aa",null,n],skewx:["A",null,r([u,f])],skewy:["A",null,r([f,u])],translate:["Tt",r([u,u,l]),n],translatex:["T",r([u,l,l]),r([u,l])],translatey:["T",r([l,u,l]),r([l,u])],translatez:["L",r([l,l,u])],translate3d:["TTL",n]};t.addPropertiesHandler(o,function(e,r){var n=t.makeMatrixDecomposition&&!0,o=!1;if(!e.length||!r.length)for(e.length||(o=!0,e=r,r=[]),b=0;b<e.length;b++){var i=e[b].t,u=e[b].d,l="scale"==i.substr(0,5)?1:0;r.push({t:i,d:u.map(function(t){if("number"==typeof t)return l;var e={};for(var r in t)e[r]=l;return e})})}var f=[],p=[],d=[];if(e.length!=r.length){if(!n)return;f=[(E=s(e,r))[0]],p=[E[1]],d=[["matrix",[E[2]]]]}else for(var b=0;b<e.length;b++){var y=e[b].t,m=r[b].t,v=e[b].d,g=r[b].d,_=h[y],w=h[m];if(function(t,e){return"perspective"==t&&"perspective"==e||("matrix"==t||"matrix3d"==t)&&("matrix"==e||"matrix3d"==e)}(y,m)){if(!n)return;E=s([e[b]],[r[b]]),f.push(E[0]),p.push(E[1]),d.push(["matrix",[E[2]]])}else{if(y==m)i=y;else if(_[2]&&w[2]&&a(y)==a(m))i=a(y),v=_[2](v),g=w[2](g);else{if(!_[1]||!w[1]||c(y)!=c(m)){if(!n)return;f=[(E=s(e,r))[0]],p=[E[1]],d=[["matrix",[E[2]]]];break}i=c(y),v=_[1](v),g=w[1](g)}for(var x=[],S=[],O=[],j=0;j<v.length;j++){var E=("number"==typeof v[j]?t.mergeNumbers:t.mergeDimensions)(v[j],g[j]);x[j]=E[0],S[j]=E[1],O.push(E[2])}f.push(x),p.push(S),d.push([i,O])}}if(o){var T=f;f=p,p=T}return[f,p,function(t){return t.map(function(t,e){var r=t.map(function(t,r){return d[e][1][r](t)}).join(",");return"matrix"==d[e][0]&&16==r.split(",").length&&(d[e][0]="matrix3d"),d[e][0]+"("+r+")"}).join(" ")}]},["transform"]),t.transformToSvgMatrix=function(e){var r=t.transformListToMatrix(o(e));return"matrix("+i(r[0])+" "+i(r[1])+" "+i(r[4])+" "+i(r[5])+" "+i(r[12])+" "+i(r[13])+")"}}(n),function(t){function e(e){return e=100*Math.round(e/100),400===(e=t.clamp(100,900,e))?"normal":700===e?"bold":String(e)}t.addPropertiesHandler(function(t){var e=Number(t);if(!(isNaN(e)||e<100||e>900||e%100!=0))return e},function(t,r){return[t,r,e]},["font-weight"])}(n),function(t){function e(t){var e={};for(var r in t)e[r]=-t[r];return e}function r(e){return t.consumeToken(/^(left|center|right|top|bottom)\b/i,e)||t.consumeLengthOrPercent(e)}function n(e,n){var o=t.consumeRepeated(r,/^/,n);if(o&&""==o[1]){var s=o[0];if(s[0]=s[0]||"center",s[1]=s[1]||"center",3==e&&(s[2]=s[2]||{px:0}),s.length==e){if(/top|bottom/.test(s[0])||/left|right/.test(s[1])){var a=s[0];s[0]=s[1],s[1]=a}if(/left|right|center|Object/.test(s[0])&&/top|bottom|center|Object/.test(s[1]))return s.map(function(t){return"object"==typeof t?t:i[t]})}}}function o(n){var o=t.consumeRepeated(r,/^/,n);if(o){for(var s=o[0],a=[{"%":50},{"%":50}],c=0,u=!1,l=0;l<s.length;l++){var f=s[l];"string"==typeof f?(u=/bottom|right/.test(f),c={left:0,right:0,center:c,top:1,bottom:1}[f],a[c]=i[f],"center"==f&&c++):(u&&(f=e(f),f["%"]=(f["%"]||0)+100),a[c]=f,c++,u=!1)}return[a,o[1]]}}var i={left:{"%":0},center:{"%":50},right:{"%":100},top:{"%":0},bottom:{"%":100}},s=t.mergeNestedRepeated.bind(null,t.mergeDimensions," ");t.addPropertiesHandler(n.bind(null,3),s,["transform-origin"]),t.addPropertiesHandler(n.bind(null,2),s,["perspective-origin"]),t.consumePosition=o,t.mergeOffsetList=s;var a=t.mergeNestedRepeated.bind(null,s,", ");t.addPropertiesHandler(function(e){var r=t.consumeRepeated(o,/^,/,e);if(r&&""==r[1])return r[0]},a,["background-position","object-position"])}(n),function(t){var e=t.consumeParenthesised.bind(null,t.parseLengthOrPercent),r=t.consumeRepeated.bind(void 0,e,/^/),n=t.mergeNestedRepeated.bind(void 0,t.mergeDimensions," "),o=t.mergeNestedRepeated.bind(void 0,n,",");t.addPropertiesHandler(function(n){var o=t.consumeToken(/^circle/,n);if(o&&o[0])return["circle"].concat(t.consumeList([t.ignore(t.consumeToken.bind(void 0,/^\(/)),e,t.ignore(t.consumeToken.bind(void 0,/^at/)),t.consumePosition,t.ignore(t.consumeToken.bind(void 0,/^\)/))],o[1]));var i=t.consumeToken(/^ellipse/,n);if(i&&i[0])return["ellipse"].concat(t.consumeList([t.ignore(t.consumeToken.bind(void 0,/^\(/)),r,t.ignore(t.consumeToken.bind(void 0,/^at/)),t.consumePosition,t.ignore(t.consumeToken.bind(void 0,/^\)/))],i[1]));var s=t.consumeToken(/^polygon/,n);return s&&s[0]?["polygon"].concat(t.consumeList([t.ignore(t.consumeToken.bind(void 0,/^\(/)),t.optional(t.consumeToken.bind(void 0,/^nonzero\s*,|^evenodd\s*,/),"nonzero,"),t.consumeSizePairList,t.ignore(t.consumeToken.bind(void 0,/^\)/))],s[1])):void 0},function(e,r){if(e[0]===r[0])return"circle"==e[0]?t.mergeList(e.slice(1),r.slice(1),["circle(",t.mergeDimensions," at ",t.mergeOffsetList,")"]):"ellipse"==e[0]?t.mergeList(e.slice(1),r.slice(1),["ellipse(",t.mergeNonNegativeSizePair," at ",t.mergeOffsetList,")"]):"polygon"==e[0]&&e[1]==r[1]?t.mergeList(e.slice(2),r.slice(2),["polygon(",e[1],o,")"]):void 0},["shape-outside"])}(n),function(t,e){function r(t,e){e.concat([t]).forEach(function(e){e in document.documentElement.style&&(n[t]=e),o[e]=t})}var n={},o={};r("transform",["webkitTransform","msTransform"]),r("transformOrigin",["webkitTransformOrigin"]),r("perspective",["webkitPerspective"]),r("perspectiveOrigin",["webkitPerspectiveOrigin"]),t.propertyName=function(t){return n[t]||t},t.unprefixedPropertyName=function(t){return o[t]||t}}(n)}(),function(){if(void 0===document.createElement("div").animate([]).oncancel){if(window.performance&&performance.now)t=function(){return performance.now()};else var t=function(){return Date.now()};var e=function(t,e,r){this.target=t,this.currentTime=e,this.timelineTime=r,this.type="cancel",this.bubbles=!1,this.cancelable=!1,this.currentTarget=t,this.defaultPrevented=!1,this.eventPhase=Event.AT_TARGET,this.timeStamp=Date.now()},r=window.Element.prototype.animate;window.Element.prototype.animate=function(n,o){var i=r.call(this,n,o);i._cancelHandlers=[],i.oncancel=null;var s=i.cancel;i.cancel=function(){s.call(this);var r=new e(this,null,t()),n=this._cancelHandlers.concat(this.oncancel?[this.oncancel]:[]);setTimeout(function(){n.forEach(function(t){t.call(r.target,r)})},0)};var a=i.addEventListener;i.addEventListener=function(t,e){"function"==typeof e&&"cancel"==t?this._cancelHandlers.push(e):a.call(this,t,e)};var c=i.removeEventListener;return i.removeEventListener=function(t,e){if("cancel"==t){var r=this._cancelHandlers.indexOf(e);r>=0&&this._cancelHandlers.splice(r,1)}else c.call(this,t,e)},i}}}(),function(t){var e=document.documentElement,r=null,n=!1;try{var o="0"==getComputedStyle(e).getPropertyValue("opacity")?"1":"0";(r=e.animate({opacity:[o,o]},{duration:1})).currentTime=0,n=getComputedStyle(e).getPropertyValue("opacity")==o}catch(t){}finally{r&&r.cancel()}if(!n){var i=window.Element.prototype.animate;window.Element.prototype.animate=function(e,r){return window.Symbol&&Symbol.iterator&&Array.prototype.from&&e[Symbol.iterator]&&(e=Array.from(e)),Array.isArray(e)||null===e||(e=t.convertToArrayForm(e)),i.call(this,e,r)}}}(r),e.true=t}({},function(){return this}())},{}]},{},[8]);
@@ -0,0 +1,45 @@
1
+ ---
2
+ # https://developer.mozilla.org/en-US/docs/Web/Manifest
3
+ ---
4
+ {
5
+ {% if site.lang %}"lang": "{{ site.lang }}",{% endif %}
6
+ "name": "{{ site.title }}",
7
+ "short_name": "{{ site.title }}",
8
+ "description": "{{ site.description | markdownify | strip_html | strip_newlines }}",
9
+ "start_url": "{{ '/' | relative_url }}?utm_source=homescreen",
10
+ "theme_color": "{{ site.accent_color | default:'#4fb1ba' }}",
11
+ "background_color": "#fff",
12
+ "orientation": "portrait",
13
+ "display": "standalone",
14
+ "icons": [
15
+ {
16
+ "src": "{{ 'assets/icons/icon@0,25x.png' | relative_url }}",
17
+ "type": "image/png",
18
+ "sizes": "48x48"
19
+ },
20
+ {
21
+ "src": "{{ 'assets/icons/icon@0,5x.png' | relative_url }}",
22
+ "type": "image/png",
23
+ "sizes": "96x96"
24
+ },
25
+ {
26
+ "src": "{{ 'assets/icons/icon@0,75x.png' | relative_url }}",
27
+ "type": "image/png",
28
+ "sizes": "144x144"
29
+ },
30
+ {
31
+ "src": "{{ 'assets/icons/icon.png' | relative_url }}",
32
+ "type": "image/png",
33
+ "sizes": "192x192"
34
+ },
35
+ {
36
+ "src": "{{ 'assets/icons/icon@2x.png' | relative_url }}",
37
+ "type": "image/png",
38
+ "sizes": "384x384"
39
+ },
40
+ {
41
+ "src": "{{ 'assets/icons/icon@3x.png' | relative_url }}",
42
+ "type": "image/png",
43
+ "sizes": "576x576"
44
+ }
45
+ ]}
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "6.6.1"
2
+ "version": "7.0.0-beta.0"
3
3
  }
@@ -1,4 +1,5 @@
1
1
  ---
2
+ layout: page
2
3
  title: Apache License
3
4
  ---
4
5
 
@@ -6,9 +7,8 @@ Version 2.0, January 2004
6
7
 
7
8
  <http://www.apache.org/licenses/>
8
9
 
9
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10
-
11
- **1. Definitions.**
10
+ ## TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+ ### 1. Definitions
12
12
 
13
13
  "License" shall mean the terms and conditions for use, reproduction,
14
14
  and distribution as defined by Sections 1 through 9 of this document.
@@ -67,14 +67,16 @@ designated in writing by the copyright owner as "Not a Contribution."
67
67
  on behalf of whom a Contribution has been received by Licensor and
68
68
  subsequently incorporated within the Work.
69
69
 
70
- **2. Grant of Copyright License.** Subject to the terms and conditions of
70
+ ### 2. Grant of Copyright License
71
+ Subject to the terms and conditions of
71
72
  this License, each Contributor hereby grants to You a perpetual,
72
73
  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
73
74
  copyright license to reproduce, prepare Derivative Works of,
74
75
  publicly display, publicly perform, sublicense, and distribute the
75
76
  Work and such Derivative Works in Source or Object form.
76
77
 
77
- **3. Grant of Patent License.** Subject to the terms and conditions of
78
+ ### 3. Grant of Patent License
79
+ Subject to the terms and conditions of
78
80
  this License, each Contributor hereby grants to You a perpetual,
79
81
  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
80
82
  (except as stated in this section) patent license to make, have made,
@@ -90,49 +92,51 @@ or contributory patent infringement, then any patent licenses
90
92
  granted to You under this License for that Work shall terminate
91
93
  as of the date such litigation is filed.
92
94
 
93
- **4. Redistribution.** You may reproduce and distribute copies of the
95
+ ### 4. Redistribution
96
+ You may reproduce and distribute copies of the
94
97
  Work or Derivative Works thereof in any medium, with or without
95
98
  modifications, and in Source or Object form, provided that You
96
99
  meet the following conditions:
97
100
 
98
101
  {:style="list-style: lower-latin"}
99
- 1. You must give any other recipients of the Work or
100
- Derivative Works a copy of this License; and
101
-
102
- 2. You must cause any modified files to carry prominent notices
103
- stating that You changed the files; and
104
-
105
- 3. You must retain, in the Source form of any Derivative Works
106
- that You distribute, all copyright, patent, trademark, and
107
- attribution notices from the Source form of the Work,
108
- excluding those notices that do not pertain to any part of
109
- the Derivative Works; and
110
-
111
- 4. If the Work includes a "NOTICE" text file as part of its
112
- distribution, then any Derivative Works that You distribute must
113
- include a readable copy of the attribution notices contained
114
- within such NOTICE file, excluding those notices that do not
115
- pertain to any part of the Derivative Works, in at least one
116
- of the following places: within a NOTICE text file distributed
117
- as part of the Derivative Works; within the Source form or
118
- documentation, if provided along with the Derivative Works; or,
119
- within a display generated by the Derivative Works, if and
120
- wherever such third-party notices normally appear. The contents
121
- of the NOTICE file are for informational purposes only and
122
- do not modify the License. You may add Your own attribution
123
- notices within Derivative Works that You distribute, alongside
124
- or as an addendum to the NOTICE text from the Work, provided
125
- that such additional attribution notices cannot be construed
126
- as modifying the License.
127
-
128
- You may add Your own copyright statement to Your modifications and
129
- may provide additional or different license terms and conditions
130
- for use, reproduction, or distribution of Your modifications, or
131
- for any such Derivative Works as a whole, provided Your use,
132
- reproduction, and distribution of the Work otherwise complies with
133
- the conditions stated in this License.
134
-
135
- **5. Submission of Contributions.** Unless You explicitly state otherwise,
102
+ 1. You must give any other recipients of the Work or
103
+ Derivative Works a copy of this License; and
104
+
105
+ 2. You must cause any modified files to carry prominent notices
106
+ stating that You changed the files; and
107
+
108
+ 3. You must retain, in the Source form of any Derivative Works
109
+ that You distribute, all copyright, patent, trademark, and
110
+ attribution notices from the Source form of the Work,
111
+ excluding those notices that do not pertain to any part of
112
+ the Derivative Works; and
113
+
114
+ 4. If the Work includes a "NOTICE" text file as part of its
115
+ distribution, then any Derivative Works that You distribute must
116
+ include a readable copy of the attribution notices contained
117
+ within such NOTICE file, excluding those notices that do not
118
+ pertain to any part of the Derivative Works, in at least one
119
+ of the following places: within a NOTICE text file distributed
120
+ as part of the Derivative Works; within the Source form or
121
+ documentation, if provided along with the Derivative Works; or,
122
+ within a display generated by the Derivative Works, if and
123
+ wherever such third-party notices normally appear. The contents
124
+ of the NOTICE file are for informational purposes only and
125
+ do not modify the License. You may add Your own attribution
126
+ notices within Derivative Works that You distribute, alongside
127
+ or as an addendum to the NOTICE text from the Work, provided
128
+ that such additional attribution notices cannot be construed
129
+ as modifying the License.
130
+
131
+ You may add Your own copyright statement to Your modifications and
132
+ may provide additional or different license terms and conditions
133
+ for use, reproduction, or distribution of Your modifications, or
134
+ for any such Derivative Works as a whole, provided Your use,
135
+ reproduction, and distribution of the Work otherwise complies with
136
+ the conditions stated in this License.
137
+
138
+ ### 5. Submission of Contributions
139
+ Unless You explicitly state otherwise,
136
140
  any Contribution intentionally submitted for inclusion in the Work
137
141
  by You to the Licensor shall be under the terms and conditions of
138
142
  this License, without any additional terms or conditions.
@@ -140,12 +144,14 @@ Notwithstanding the above, nothing herein shall supersede or modify
140
144
  the terms of any separate license agreement you may have executed
141
145
  with Licensor regarding such Contributions.
142
146
 
143
- **6. Trademarks.** This License does not grant permission to use the trade
147
+ ### 6. Trademarks
148
+ This License does not grant permission to use the trade
144
149
  names, trademarks, service marks, or product names of the Licensor,
145
150
  except as required for reasonable and customary use in describing the
146
151
  origin of the Work and reproducing the content of the NOTICE file.
147
152
 
148
- **7. Disclaimer of Warranty.** Unless required by applicable law or
153
+ ### 7. Disclaimer of Warranty
154
+ Unless required by applicable law or
149
155
  agreed to in writing, Licensor provides the Work (and each
150
156
  Contributor provides its Contributions) on an "AS IS" BASIS,
151
157
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
@@ -155,7 +161,8 @@ PARTICULAR PURPOSE. You are solely responsible for determining the
155
161
  appropriateness of using or redistributing the Work and assume any
156
162
  risks associated with Your exercise of permissions under this License.
157
163
 
158
- **8. Limitation of Liability.** In no event and under no legal theory,
164
+ ### 8. Limitation of Liability
165
+ In no event and under no legal theory,
159
166
  whether in tort (including negligence), contract, or otherwise,
160
167
  unless required by applicable law (such as deliberate and grossly
161
168
  negligent acts) or agreed to in writing, shall any Contributor be
@@ -167,7 +174,8 @@ work stoppage, computer failure or malfunction, or any and all
167
174
  other commercial damages or losses), even if such Contributor
168
175
  has been advised of the possibility of such damages.
169
176
 
170
- **9. Accepting Warranty or Additional Liability.** While redistributing
177
+ ### 9. Accepting Warranty or Additional Liability
178
+ While redistributing
171
179
  the Work or Derivative Works thereof, You may choose to offer,
172
180
  and charge a fee for, acceptance of support, warranty, indemnity,
173
181
  or other liability obligations and/or rights consistent with this
@@ -0,0 +1,623 @@
1
+ ---
2
+ layout: page
3
+ title: GNU GENERAL PUBLIC LICENSE
4
+ ---
5
+
6
+ Version 3, 29 June 2007
7
+
8
+ Copyright (C) 2007 Free Software Foundation, Inc.
9
+ <http://fsf.org/>
10
+
11
+ Everyone is permitted to copy and distribute verbatim copies of this
12
+ license document, but changing it is not allowed.
13
+
14
+ ## Preamble
15
+
16
+ The GNU General Public License is a free, copyleft license for
17
+ software and other kinds of works.
18
+
19
+ The licenses for most software and other practical works are designed
20
+ to take away your freedom to share and change the works. By contrast,
21
+ the GNU General Public License is intended to guarantee your freedom
22
+ to share and change all versions of a program--to make sure it remains
23
+ free software for all its users. We, the Free Software Foundation, use
24
+ the GNU General Public License for most of our software; it applies
25
+ also to any other work released this way by its authors. You can apply
26
+ it to your programs, too.
27
+
28
+ When we speak of free software, we are referring to freedom, not
29
+ price. Our General Public Licenses are designed to make sure that you
30
+ have the freedom to distribute copies of free software (and charge for
31
+ them if you wish), that you receive source code or can get it if you
32
+ want it, that you can change the software or use pieces of it in new
33
+ free programs, and that you know you can do these things.
34
+
35
+ To protect your rights, we need to prevent others from denying you
36
+ these rights or asking you to surrender the rights. Therefore, you
37
+ have certain responsibilities if you distribute copies of the
38
+ software, or if you modify it: responsibilities to respect the freedom
39
+ of others.
40
+
41
+ For example, if you distribute copies of such a program, whether
42
+ gratis or for a fee, you must pass on to the recipients the same
43
+ freedoms that you received. You must make sure that they, too, receive
44
+ or can get the source code. And you must show them these terms so they
45
+ know their rights.
46
+
47
+ Developers that use the GNU GPL protect your rights with two steps:
48
+ (1) assert copyright on the software, and (2) offer you this License
49
+ giving you legal permission to copy, distribute and/or modify it.
50
+
51
+ For the developers' and authors' protection, the GPL clearly explains
52
+ that there is no warranty for this free software. For both users' and
53
+ authors' sake, the GPL requires that modified versions be marked as
54
+ changed, so that their problems will not be attributed erroneously to
55
+ authors of previous versions.
56
+
57
+ Some devices are designed to deny users access to install or run
58
+ modified versions of the software inside them, although the
59
+ manufacturer can do so. This is fundamentally incompatible with the
60
+ aim of protecting users' freedom to change the software. The
61
+ systematic pattern of such abuse occurs in the area of products for
62
+ individuals to use, which is precisely where it is most unacceptable.
63
+ Therefore, we have designed this version of the GPL to prohibit the
64
+ practice for those products. If such problems arise substantially in
65
+ other domains, we stand ready to extend this provision to those
66
+ domains in future versions of the GPL, as needed to protect the
67
+ freedom of users.
68
+
69
+ Finally, every program is threatened constantly by software patents.
70
+ States should not allow patents to restrict development and use of
71
+ software on general-purpose computers, but in those that do, we wish
72
+ to avoid the special danger that patents applied to a free program
73
+ could make it effectively proprietary. To prevent this, the GPL
74
+ assures that patents cannot be used to render the program non-free.
75
+
76
+ The precise terms and conditions for copying, distribution and
77
+ modification follow.
78
+
79
+ ## TERMS AND CONDITIONS
80
+
81
+ ### 0. Definitions
82
+
83
+ "This License" refers to version 3 of the GNU General Public License.
84
+
85
+ "Copyright" also means copyright-like laws that apply to other kinds
86
+ of works, such as semiconductor masks.
87
+
88
+ "The Program" refers to any copyrightable work licensed under this
89
+ License. Each licensee is addressed as "you". "Licensees" and
90
+ "recipients" may be individuals or organizations.
91
+
92
+ To "modify" a work means to copy from or adapt all or part of the work
93
+ in a fashion requiring copyright permission, other than the making of
94
+ an exact copy. The resulting work is called a "modified version" of
95
+ the earlier work or a work "based on" the earlier work.
96
+
97
+ A "covered work" means either the unmodified Program or a work based
98
+ on the Program.
99
+
100
+ To "propagate" a work means to do anything with it that, without
101
+ permission, would make you directly or secondarily liable for
102
+ infringement under applicable copyright law, except executing it on a
103
+ computer or modifying a private copy. Propagation includes copying,
104
+ distribution (with or without modification), making available to the
105
+ public, and in some countries other activities as well.
106
+
107
+ To "convey" a work means any kind of propagation that enables other
108
+ parties to make or receive copies. Mere interaction with a user
109
+ through a computer network, with no transfer of a copy, is not
110
+ conveying.
111
+
112
+ An interactive user interface displays "Appropriate Legal Notices" to
113
+ the extent that it includes a convenient and prominently visible
114
+ feature that (1) displays an appropriate copyright notice, and (2)
115
+ tells the user that there is no warranty for the work (except to the
116
+ extent that warranties are provided), that licensees may convey the
117
+ work under this License, and how to view a copy of this License. If
118
+ the interface presents a list of user commands or options, such as a
119
+ menu, a prominent item in the list meets this criterion.
120
+
121
+ ### 1. Source Code
122
+
123
+ The "source code" for a work means the preferred form of the work for
124
+ making modifications to it. "Object code" means any non-source form of
125
+ a work.
126
+
127
+ A "Standard Interface" means an interface that either is an official
128
+ standard defined by a recognized standards body, or, in the case of
129
+ interfaces specified for a particular programming language, one that
130
+ is widely used among developers working in that language.
131
+
132
+ The "System Libraries" of an executable work include anything, other
133
+ than the work as a whole, that (a) is included in the normal form of
134
+ packaging a Major Component, but which is not part of that Major
135
+ Component, and (b) serves only to enable use of the work with that
136
+ Major Component, or to implement a Standard Interface for which an
137
+ implementation is available to the public in source code form. A
138
+ "Major Component", in this context, means a major essential component
139
+ (kernel, window system, and so on) of the specific operating system
140
+ (if any) on which the executable work runs, or a compiler used to
141
+ produce the work, or an object code interpreter used to run it.
142
+
143
+ The "Corresponding Source" for a work in object code form means all
144
+ the source code needed to generate, install, and (for an executable
145
+ work) run the object code and to modify the work, including scripts to
146
+ control those activities. However, it does not include the work's
147
+ System Libraries, or general-purpose tools or generally available free
148
+ programs which are used unmodified in performing those activities but
149
+ which are not part of the work. For example, Corresponding Source
150
+ includes interface definition files associated with source files for
151
+ the work, and the source code for shared libraries and dynamically
152
+ linked subprograms that the work is specifically designed to require,
153
+ such as by intimate data communication or control flow between those
154
+ subprograms and other parts of the work.
155
+
156
+ The Corresponding Source need not include anything that users can
157
+ regenerate automatically from other parts of the Corresponding Source.
158
+
159
+ The Corresponding Source for a work in source code form is that same
160
+ work.
161
+
162
+ ### 2. Basic Permissions
163
+
164
+ All rights granted under this License are granted for the term of
165
+ copyright on the Program, and are irrevocable provided the stated
166
+ conditions are met. This License explicitly affirms your unlimited
167
+ permission to run the unmodified Program. The output from running a
168
+ covered work is covered by this License only if the output, given its
169
+ content, constitutes a covered work. This License acknowledges your
170
+ rights of fair use or other equivalent, as provided by copyright law.
171
+
172
+ You may make, run and propagate covered works that you do not convey,
173
+ without conditions so long as your license otherwise remains in force.
174
+ You may convey covered works to others for the sole purpose of having
175
+ them make modifications exclusively for you, or provide you with
176
+ facilities for running those works, provided that you comply with the
177
+ terms of this License in conveying all material for which you do not
178
+ control copyright. Those thus making or running the covered works for
179
+ you must do so exclusively on your behalf, under your direction and
180
+ control, on terms that prohibit them from making any copies of your
181
+ copyrighted material outside their relationship with you.
182
+
183
+ Conveying under any other circumstances is permitted solely under the
184
+ conditions stated below. Sublicensing is not allowed; section 10 makes
185
+ it unnecessary.
186
+
187
+ ### 3. Protecting Users' Legal Rights From Anti-Circumvention Law
188
+
189
+ No covered work shall be deemed part of an effective technological
190
+ measure under any applicable law fulfilling obligations under article
191
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
192
+ similar laws prohibiting or restricting circumvention of such
193
+ measures.
194
+
195
+ When you convey a covered work, you waive any legal power to forbid
196
+ circumvention of technological measures to the extent such
197
+ circumvention is effected by exercising rights under this License with
198
+ respect to the covered work, and you disclaim any intention to limit
199
+ operation or modification of the work as a means of enforcing, against
200
+ the work's users, your or third parties' legal rights to forbid
201
+ circumvention of technological measures.
202
+
203
+ ### 4. Conveying Verbatim Copies
204
+
205
+ You may convey verbatim copies of the Program's source code as you
206
+ receive it, in any medium, provided that you conspicuously and
207
+ appropriately publish on each copy an appropriate copyright notice;
208
+ keep intact all notices stating that this License and any
209
+ non-permissive terms added in accord with section 7 apply to the code;
210
+ keep intact all notices of the absence of any warranty; and give all
211
+ recipients a copy of this License along with the Program.
212
+
213
+ You may charge any price or no price for each copy that you convey,
214
+ and you may offer support or warranty protection for a fee.
215
+
216
+ ### 5. Conveying Modified Source Versions
217
+
218
+ You may convey a work based on the Program, or the modifications to
219
+ produce it from the Program, in the form of source code under the
220
+ terms of section 4, provided that you also meet all of these
221
+ conditions:
222
+
223
+ {:style="list-style-type:lower-latin"}
224
+ 1. The work must carry prominent notices stating that you modified
225
+ it, and giving a relevant date.
226
+ 2. The work must carry prominent notices stating that it is
227
+ released under this License and any conditions added under
228
+ section 7. This requirement modifies the requirement in section 4
229
+ to "keep intact all notices".
230
+ 3. You must license the entire work, as a whole, under this
231
+ License to anyone who comes into possession of a copy. This
232
+ License will therefore apply, along with any applicable section 7
233
+ additional terms, to the whole of the work, and all its parts,
234
+ regardless of how they are packaged. This License gives no
235
+ permission to license the work in any other way, but it does not
236
+ invalidate such permission if you have separately received it.
237
+ 4. If the work has interactive user interfaces, each must display
238
+ Appropriate Legal Notices; however, if the Program has interactive
239
+ interfaces that do not display Appropriate Legal Notices, your
240
+ work need not make them do so.
241
+
242
+ A compilation of a covered work with other separate and independent
243
+ works, which are not by their nature extensions of the covered work,
244
+ and which are not combined with it such as to form a larger program,
245
+ in or on a volume of a storage or distribution medium, is called an
246
+ "aggregate" if the compilation and its resulting copyright are not
247
+ used to limit the access or legal rights of the compilation's users
248
+ beyond what the individual works permit. Inclusion of a covered work
249
+ in an aggregate does not cause this License to apply to the other
250
+ parts of the aggregate.
251
+
252
+ ### 6. Conveying Non-Source Forms
253
+
254
+ You may convey a covered work in object code form under the terms of
255
+ sections 4 and 5, provided that you also convey the machine-readable
256
+ Corresponding Source under the terms of this License, in one of these
257
+ ways:
258
+
259
+ {:style="list-style-type:lower-latin"}
260
+ 1. Convey the object code in, or embodied in, a physical product
261
+ (including a physical distribution medium), accompanied by the
262
+ Corresponding Source fixed on a durable physical medium
263
+ customarily used for software interchange.
264
+ 2. Convey the object code in, or embodied in, a physical product
265
+ (including a physical distribution medium), accompanied by a
266
+ written offer, valid for at least three years and valid for as
267
+ long as you offer spare parts or customer support for that product
268
+ model, to give anyone who possesses the object code either (1) a
269
+ copy of the Corresponding Source for all the software in the
270
+ product that is covered by this License, on a durable physical
271
+ medium customarily used for software interchange, for a price no
272
+ more than your reasonable cost of physically performing this
273
+ conveying of source, or (2) access to copy the Corresponding
274
+ Source from a network server at no charge.
275
+ 3. Convey individual copies of the object code with a copy of the
276
+ written offer to provide the Corresponding Source. This
277
+ alternative is allowed only occasionally and noncommercially, and
278
+ only if you received the object code with such an offer, in accord
279
+ with subsection 6b.
280
+ 4. Convey the object code by offering access from a designated
281
+ place (gratis or for a charge), and offer equivalent access to the
282
+ Corresponding Source in the same way through the same place at no
283
+ further charge. You need not require recipients to copy the
284
+ Corresponding Source along with the object code. If the place to
285
+ copy the object code is a network server, the Corresponding Source
286
+ may be on a different server (operated by you or a third party)
287
+ that supports equivalent copying facilities, provided you maintain
288
+ clear directions next to the object code saying where to find the
289
+ Corresponding Source. Regardless of what server hosts the
290
+ Corresponding Source, you remain obligated to ensure that it is
291
+ available for as long as needed to satisfy these requirements.
292
+ 5. Convey the object code using peer-to-peer transmission,
293
+ provided you inform other peers where the object code and
294
+ Corresponding Source of the work are being offered to the general
295
+ public at no charge under subsection 6d.
296
+
297
+ A separable portion of the object code, whose source code is excluded
298
+ from the Corresponding Source as a System Library, need not be
299
+ included in conveying the object code work.
300
+
301
+ A "User Product" is either (1) a "consumer product", which means any
302
+ tangible personal property which is normally used for personal,
303
+ family, or household purposes, or (2) anything designed or sold for
304
+ incorporation into a dwelling. In determining whether a product is a
305
+ consumer product, doubtful cases shall be resolved in favor of
306
+ coverage. For a particular product received by a particular user,
307
+ "normally used" refers to a typical or common use of that class of
308
+ product, regardless of the status of the particular user or of the way
309
+ in which the particular user actually uses, or expects or is expected
310
+ to use, the product. A product is a consumer product regardless of
311
+ whether the product has substantial commercial, industrial or
312
+ non-consumer uses, unless such uses represent the only significant
313
+ mode of use of the product.
314
+
315
+ "Installation Information" for a User Product means any methods,
316
+ procedures, authorization keys, or other information required to
317
+ install and execute modified versions of a covered work in that User
318
+ Product from a modified version of its Corresponding Source. The
319
+ information must suffice to ensure that the continued functioning of
320
+ the modified object code is in no case prevented or interfered with
321
+ solely because modification has been made.
322
+
323
+ If you convey an object code work under this section in, or with, or
324
+ specifically for use in, a User Product, and the conveying occurs as
325
+ part of a transaction in which the right of possession and use of the
326
+ User Product is transferred to the recipient in perpetuity or for a
327
+ fixed term (regardless of how the transaction is characterized), the
328
+ Corresponding Source conveyed under this section must be accompanied
329
+ by the Installation Information. But this requirement does not apply
330
+ if neither you nor any third party retains the ability to install
331
+ modified object code on the User Product (for example, the work has
332
+ been installed in ROM).
333
+
334
+ The requirement to provide Installation Information does not include a
335
+ requirement to continue to provide support service, warranty, or
336
+ updates for a work that has been modified or installed by the
337
+ recipient, or for the User Product in which it has been modified or
338
+ installed. Access to a network may be denied when the modification
339
+ itself materially and adversely affects the operation of the network
340
+ or violates the rules and protocols for communication across the
341
+ network.
342
+
343
+ Corresponding Source conveyed, and Installation Information provided,
344
+ in accord with this section must be in a format that is publicly
345
+ documented (and with an implementation available to the public in
346
+ source code form), and must require no special password or key for
347
+ unpacking, reading or copying.
348
+
349
+ ### 7. Additional Terms
350
+
351
+ "Additional permissions" are terms that supplement the terms of this
352
+ License by making exceptions from one or more of its conditions.
353
+ Additional permissions that are applicable to the entire Program shall
354
+ be treated as though they were included in this License, to the extent
355
+ that they are valid under applicable law. If additional permissions
356
+ apply only to part of the Program, that part may be used separately
357
+ under those permissions, but the entire Program remains governed by
358
+ this License without regard to the additional permissions.
359
+
360
+ When you convey a copy of a covered work, you may at your option
361
+ remove any additional permissions from that copy, or from any part of
362
+ it. (Additional permissions may be written to require their own
363
+ removal in certain cases when you modify the work.) You may place
364
+ additional permissions on material, added by you to a covered work,
365
+ for which you have or can give appropriate copyright permission.
366
+
367
+ Notwithstanding any other provision of this License, for material you
368
+ add to a covered work, you may (if authorized by the copyright holders
369
+ of that material) supplement the terms of this License with terms:
370
+
371
+ {:style="list-style-type:lower-latin"}
372
+ 1. Disclaiming warranty or limiting liability differently from the
373
+ terms of sections 15 and 16 of this License; or
374
+ 2. Requiring preservation of specified reasonable legal notices or
375
+ author attributions in that material or in the Appropriate Legal
376
+ Notices displayed by works containing it; or
377
+ 3. Prohibiting misrepresentation of the origin of that material,
378
+ or requiring that modified versions of such material be marked in
379
+ reasonable ways as different from the original version; or
380
+ 4. Limiting the use for publicity purposes of names of licensors
381
+ or authors of the material; or
382
+ 5. Declining to grant rights under trademark law for use of some
383
+ trade names, trademarks, or service marks; or
384
+ 6. Requiring indemnification of licensors and authors of that
385
+ material by anyone who conveys the material (or modified versions
386
+ of it) with contractual assumptions of liability to the recipient,
387
+ for any liability that these contractual assumptions directly
388
+ impose on those licensors and authors.
389
+
390
+ All other non-permissive additional terms are considered "further
391
+ restrictions" within the meaning of section 10. If the Program as you
392
+ received it, or any part of it, contains a notice stating that it is
393
+ governed by this License along with a term that is a further
394
+ restriction, you may remove that term. If a license document contains
395
+ a further restriction but permits relicensing or conveying under this
396
+ License, you may add to a covered work material governed by the terms
397
+ of that license document, provided that the further restriction does
398
+ not survive such relicensing or conveying.
399
+
400
+ If you add terms to a covered work in accord with this section, you
401
+ must place, in the relevant source files, a statement of the
402
+ additional terms that apply to those files, or a notice indicating
403
+ where to find the applicable terms.
404
+
405
+ Additional terms, permissive or non-permissive, may be stated in the
406
+ form of a separately written license, or stated as exceptions; the
407
+ above requirements apply either way.
408
+
409
+ ### 8. Termination
410
+
411
+ You may not propagate or modify a covered work except as expressly
412
+ provided under this License. Any attempt otherwise to propagate or
413
+ modify it is void, and will automatically terminate your rights under
414
+ this License (including any patent licenses granted under the third
415
+ paragraph of section 11).
416
+
417
+ However, if you cease all violation of this License, then your license
418
+ from a particular copyright holder is reinstated (a) provisionally,
419
+ unless and until the copyright holder explicitly and finally
420
+ terminates your license, and (b) permanently, if the copyright holder
421
+ fails to notify you of the violation by some reasonable means prior to
422
+ 60 days after the cessation.
423
+
424
+ Moreover, your license from a particular copyright holder is
425
+ reinstated permanently if the copyright holder notifies you of the
426
+ violation by some reasonable means, this is the first time you have
427
+ received notice of violation of this License (for any work) from that
428
+ copyright holder, and you cure the violation prior to 30 days after
429
+ your receipt of the notice.
430
+
431
+ Termination of your rights under this section does not terminate the
432
+ licenses of parties who have received copies or rights from you under
433
+ this License. If your rights have been terminated and not permanently
434
+ reinstated, you do not qualify to receive new licenses for the same
435
+ material under section 10.
436
+
437
+ ### 9. Acceptance Not Required for Having Copies
438
+
439
+ You are not required to accept this License in order to receive or run
440
+ a copy of the Program. Ancillary propagation of a covered work
441
+ occurring solely as a consequence of using peer-to-peer transmission
442
+ to receive a copy likewise does not require acceptance. However,
443
+ nothing other than this License grants you permission to propagate or
444
+ modify any covered work. These actions infringe copyright if you do
445
+ not accept this License. Therefore, by modifying or propagating a
446
+ covered work, you indicate your acceptance of this License to do so.
447
+
448
+ ### 10. Automatic Licensing of Downstream Recipients
449
+
450
+ Each time you convey a covered work, the recipient automatically
451
+ receives a license from the original licensors, to run, modify and
452
+ propagate that work, subject to this License. You are not responsible
453
+ for enforcing compliance by third parties with this License.
454
+
455
+ An "entity transaction" is a transaction transferring control of an
456
+ organization, or substantially all assets of one, or subdividing an
457
+ organization, or merging organizations. If propagation of a covered
458
+ work results from an entity transaction, each party to that
459
+ transaction who receives a copy of the work also receives whatever
460
+ licenses to the work the party's predecessor in interest had or could
461
+ give under the previous paragraph, plus a right to possession of the
462
+ Corresponding Source of the work from the predecessor in interest, if
463
+ the predecessor has it or can get it with reasonable efforts.
464
+
465
+ You may not impose any further restrictions on the exercise of the
466
+ rights granted or affirmed under this License. For example, you may
467
+ not impose a license fee, royalty, or other charge for exercise of
468
+ rights granted under this License, and you may not initiate litigation
469
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
470
+ any patent claim is infringed by making, using, selling, offering for
471
+ sale, or importing the Program or any portion of it.
472
+
473
+ ### 11. Patents
474
+
475
+ A "contributor" is a copyright holder who authorizes use under this
476
+ License of the Program or a work on which the Program is based. The
477
+ work thus licensed is called the contributor's "contributor version".
478
+
479
+ A contributor's "essential patent claims" are all patent claims owned
480
+ or controlled by the contributor, whether already acquired or
481
+ hereafter acquired, that would be infringed by some manner, permitted
482
+ by this License, of making, using, or selling its contributor version,
483
+ but do not include claims that would be infringed only as a
484
+ consequence of further modification of the contributor version. For
485
+ purposes of this definition, "control" includes the right to grant
486
+ patent sublicenses in a manner consistent with the requirements of
487
+ this License.
488
+
489
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
490
+ patent license under the contributor's essential patent claims, to
491
+ make, use, sell, offer for sale, import and otherwise run, modify and
492
+ propagate the contents of its contributor version.
493
+
494
+ In the following three paragraphs, a "patent license" is any express
495
+ agreement or commitment, however denominated, not to enforce a patent
496
+ (such as an express permission to practice a patent or covenant not to
497
+ sue for patent infringement). To "grant" such a patent license to a
498
+ party means to make such an agreement or commitment not to enforce a
499
+ patent against the party.
500
+
501
+ If you convey a covered work, knowingly relying on a patent license,
502
+ and the Corresponding Source of the work is not available for anyone
503
+ to copy, free of charge and under the terms of this License, through a
504
+ publicly available network server or other readily accessible means,
505
+ then you must either (1) cause the Corresponding Source to be so
506
+ available, or (2) arrange to deprive yourself of the benefit of the
507
+ patent license for this particular work, or (3) arrange, in a manner
508
+ consistent with the requirements of this License, to extend the patent
509
+ license to downstream recipients. "Knowingly relying" means you have
510
+ actual knowledge that, but for the patent license, your conveying the
511
+ covered work in a country, or your recipient's use of the covered work
512
+ in a country, would infringe one or more identifiable patents in that
513
+ country that you have reason to believe are valid.
514
+
515
+ If, pursuant to or in connection with a single transaction or
516
+ arrangement, you convey, or propagate by procuring conveyance of, a
517
+ covered work, and grant a patent license to some of the parties
518
+ receiving the covered work authorizing them to use, propagate, modify
519
+ or convey a specific copy of the covered work, then the patent license
520
+ you grant is automatically extended to all recipients of the covered
521
+ work and works based on it.
522
+
523
+ A patent license is "discriminatory" if it does not include within the
524
+ scope of its coverage, prohibits the exercise of, or is conditioned on
525
+ the non-exercise of one or more of the rights that are specifically
526
+ granted under this License. You may not convey a covered work if you
527
+ are a party to an arrangement with a third party that is in the
528
+ business of distributing software, under which you make payment to the
529
+ third party based on the extent of your activity of conveying the
530
+ work, and under which the third party grants, to any of the parties
531
+ who would receive the covered work from you, a discriminatory patent
532
+ license (a) in connection with copies of the covered work conveyed by
533
+ you (or copies made from those copies), or (b) primarily for and in
534
+ connection with specific products or compilations that contain the
535
+ covered work, unless you entered into that arrangement, or that patent
536
+ license was granted, prior to 28 March 2007.
537
+
538
+ Nothing in this License shall be construed as excluding or limiting
539
+ any implied license or other defenses to infringement that may
540
+ otherwise be available to you under applicable patent law.
541
+
542
+ ### 12. No Surrender of Others' Freedom
543
+
544
+ If conditions are imposed on you (whether by court order, agreement or
545
+ otherwise) that contradict the conditions of this License, they do not
546
+ excuse you from the conditions of this License. If you cannot convey a
547
+ covered work so as to satisfy simultaneously your obligations under
548
+ this License and any other pertinent obligations, then as a
549
+ consequence you may not convey it at all. For example, if you agree to
550
+ terms that obligate you to collect a royalty for further conveying
551
+ from those to whom you convey the Program, the only way you could
552
+ satisfy both those terms and this License would be to refrain entirely
553
+ from conveying the Program.
554
+
555
+ ### 13. Use with the GNU Affero General Public License
556
+
557
+ Notwithstanding any other provision of this License, you have
558
+ permission to link or combine any covered work with a work licensed
559
+ under version 3 of the GNU Affero General Public License into a single
560
+ combined work, and to convey the resulting work. The terms of this
561
+ License will continue to apply to the part which is the covered work,
562
+ but the special requirements of the GNU Affero General Public License,
563
+ section 13, concerning interaction through a network will apply to the
564
+ combination as such.
565
+
566
+ ### 14. Revised Versions of this License
567
+
568
+ The Free Software Foundation may publish revised and/or new versions
569
+ of the GNU General Public License from time to time. Such new versions
570
+ will be similar in spirit to the present version, but may differ in
571
+ detail to address new problems or concerns.
572
+
573
+ Each version is given a distinguishing version number. If the Program
574
+ specifies that a certain numbered version of the GNU General Public
575
+ License "or any later version" applies to it, you have the option of
576
+ following the terms and conditions either of that numbered version or
577
+ of any later version published by the Free Software Foundation. If the
578
+ Program does not specify a version number of the GNU General Public
579
+ License, you may choose any version ever published by the Free
580
+ Software Foundation.
581
+
582
+ If the Program specifies that a proxy can decide which future versions
583
+ of the GNU General Public License can be used, that proxy's public
584
+ statement of acceptance of a version permanently authorizes you to
585
+ choose that version for the Program.
586
+
587
+ Later license versions may give you additional or different
588
+ permissions. However, no additional obligations are imposed on any
589
+ author or copyright holder as a result of your choosing to follow a
590
+ later version.
591
+
592
+ ### 15. Disclaimer of Warranty
593
+
594
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
595
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
596
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
597
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
598
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
599
+ A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
600
+ PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
601
+ DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
602
+ CORRECTION.
603
+
604
+ ### 16. Limitation of Liability
605
+
606
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
607
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
608
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
609
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
610
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
611
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
612
+ LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
613
+ TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
614
+ PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
615
+
616
+ ### 17. Interpretation of Sections 15 and 16
617
+
618
+ If the disclaimer of warranty and limitation of liability provided
619
+ above cannot be given local legal effect according to their terms,
620
+ reviewing courts shall apply local law that most closely approximates
621
+ an absolute waiver of all civil liability in connection with the
622
+ Program, unless a warranty or assumption of liability accompanies a
623
+ copy of the Program in return for a fee.